/*******************************************
*	Theme Name: WPCoder
*	Author: Md Dalwar
*	Author URI: http://www.wpcoderpro.com
*	Version: 1.0.0
*	Description: Awesome Responsive Multipupose HTML Template.
*******************************************/
/*===============================================
	TABLE OF CONTENTS

	1. General Styles
	2. Header
	3. Slider
	4. Iconbox
	5. About
	6. Facilities
	7. Team
	8. Plans
	9. Counter
	10. Blog
	11. Widgets    

==============================================*/
/* General Styles */
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  color: #686868;
}

h1, h2, h3, h4, h5, h6 {
  color: #0a1026;
}

a {
  display: inline-block;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

.btn, input, button, textarea {
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.form-control:focus {
  border-color: #5E34B0;
}

.dark-btn {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #5E34B0;
  border-color: #5E34B0;
  padding: 10px 20px;
}

.dark-btn:hover {
  color: #ffffff;
  background-color: #F99828;
}

.dark-btn-outline {
  font-size: 16px;
  text-transform: uppercase;
  color: #5E34B0;
  background-color: transparent;
  padding: 10px 20px;
  border: 2px solid #5E34B0;
}

.dark-btn-outline:hover {
  color: #ffffff;
  background-color: #5E34B0;
}

.light-btn {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #F99828;
  border-color: #F99828;
  padding: 10px 20px;
}

.light-btn:hover {
  color: #ffffff;
  background-color: #5E34B0;
}

.spacer {
  padding: 70px 0;
}

.breadcrumb {
  background: transparent;
}

/* Top Header */
.top-header {
  background: #5E34B0;
  padding: 5px 0;
}
.top-header .top-info span {
  color: #ffffff;
}
.top-header .top-social ul {
  text-align: right;
}
.top-header .top-social ul li {
  display: inline-block;
}
.top-header .top-social ul li a {
  font-size: 0.8rem;
  color: #ffffff;
  margin: 0 5px;
}
.top-header .top-social ul li a:hover {
  color: #F99828;
}

/* Header */
.header-content {
  display: flex;
}

.main-navigation {
  margin: auto;
  justify-content: right;
  display: flex;
  flex: 1;
}

.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #ffffff;
  animation: 0.5s slideInDown both;
}

.mobile-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.mobile-nav .mean-bar {
  background-color: transparent;
}
.mobile-nav .mean-bar a.meanmenu-reveal {
  color: #5E34B0;
}
.mobile-nav .mean-bar a.meanmenu-reveal.meanclose {
  transition: none;
}
.mobile-nav .mean-bar a.meanmenu-reveal span {
  background-color: #5E34B0;
}
.mobile-nav .mean-bar a.meanmenu-reveal span:first-child {
  margin-top: 0;
}
.mobile-nav .mean-bar .mean-nav {
  background-color: #5E34B0;
  margin-top: 57px;
  max-height: 300px;
  overflow: auto;
}
.mobile-nav .mean-bar .mean-nav ul li a.mean-expand {
  height: 25px;
}

.site-logo {
  z-index: 200;
}
.site-logo a {
  margin-top: 20px;
}
.site-logo a img {
  width: 120px;
  height: auto;
}

.search {
  margin: 30px 0 0 2rem;
  text-align: right;
}
.search i {
  cursor: pointer;
}
.search i:hover {
  color: #5E34B0;
}

/* Header Search */
.searchbox {
  position: absolute;
  right: 0;
  top: 81px;
  left: -325px;
  width: 315px;
  opacity: 0;
  padding: 20px;
  border-top: 3px solid #5E34B0;
  visibility: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.searchbox form input[type=text] {
  border: 1px solid #ced4da;
}
.searchbox form input[type=text]:focus {
  border-color: #5E34B0;
}
.searchbox form input,
.searchbox form button {
  border-radius: 0;
}
.searchbox.show {
  visibility: visible;
  opacity: 1;
  z-index: 10;
  top: 81px;
  left: -318px;
  padding: 20px;
  border-top: 3px solid #5E34B0;
  background: #ffffff;
}
.searchbox .input-group button {
  background: #5E34B0;
  color: #ffffff;
}

.page-header {
  background: url("img/page-bg.jpg");
  background-position: top center;
  background-attachment: fixed;
  padding: 120px 0;
}
.page-header h2 {
  color: #ffffff;
  font-size: 3rem;
}

.breadcrumb .breadcrumb-item {
  font-weight: bold;
  font-size: 1rem;
  color: #ffffff;
}
.breadcrumb .breadcrumb-item::before {
  color: #ffffff;
}
.breadcrumb .breadcrumb-item a {
  font-weight: bold;
  font-size: 1rem;
  color: #ffffff;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #5E34B0;
}

.preloader {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.preloader img {
  background: #ffffff;
  position: fixed;
  top: 30%;
  left: 40%;
  z-index: 99999;
}

/* Title Styles */
.site-subhead h4 {
  color: #5E34B0;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 0;
}

.site-head h2 {
  font-size: 50px;
  color: #0a1026;
}

/* Slider */
.slide-item {
  padding: 170px 0;
  background-position: top center !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
}
.slide-item .slide-subhead h4 {
  text-transform: uppercase;
  color: #5E34B0;
}
.slide-item .slide-head h2 {
  font-size: 3.5rem;
  color: #ffffff;
  margin: 1.5rem 0;
}
.slide-item .slide-des p {
  font-size: 16px;
  color: #ffffff;
}

.slide1-bg {
  background: url("img/slider/1.jpg");
}

.slide2-bg {
  background: url("img/slider/2.jpg");
}

.slide3-bg {
  background: url("img/slider/3.jpg");
}

.bg-overlay {
  position: relative;
  z-index: 1;
}
.bg-overlay::after {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.owl-nav {
  position: absolute;
  bottom: 0;
  right: 2%;
}

.owl-nav button.owl-prev i, .owl-nav button.owl-next i {
  padding: 6px 10px !important;
  background: #5E34B0 !important;
  color: #ffffff !important;
  display: inline-block;
  margin: 3px;
  transition: 0.3s;
}

.owl-nav button.owl-prev i:hover, .owl-nav button.owl-next i:hover {
  background: #F99828 !important;
}

.owl-dots {
  position: absolute;
  bottom: 5%;
  left: 47%;
}
.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
  border: 2px solid #5E34B0 !important;
  background-color: #ffffff !important;
}
.owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.owl-dots .owl-dot.active {
  border: none;
  background-color: #5E34B0 !important;
}

/* Icon Box */
.iconbox {
  padding: 25px;
  margin: 10px 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  transition: 0.3s;
}
.iconbox .iconbox-head h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1.5rem;
}
.iconbox .iconbox-icon i {
  display: inline-block;
  font-size: 35px;
  padding: 15px;
  border-radius: 50%;
  background: #5E34B0;
  color: #ffffff;
  border: 1px solid transparent;
  transition: 0.3s;
}
.iconbox .icon-left {
  overflow: hidden;
}
.iconbox .icon-left .iconbox-icon {
  float: left;
}
.iconbox .icon-left .iconbox-icon i {
  display: inline-block;
  font-size: 25px;
  padding: 10px;
  border-radius: 5px;
  background: #5E34B0;
  color: #ffffff;
  border: 1px solid transparent;
  transition: 0.3s;
}
.iconbox .icon-left .iconbox-head {
  overflow: hidden;
}
.iconbox .icon-left .iconbox-head h4 {
  margin-top: 1rem;
}
.iconbox.icon2 .iconbox-des p {
  margin-top: 1rem;
}
.iconbox .iconbox-link a {
  color: #5E34B0;
  font-weight: bold;
  margin-top: 1rem;
}
.iconbox .iconbox-link a:hover {
  color: #F99828;
}
.iconbox:hover {
  -moz-transform: translate(0px, -4px);
  -webkit-transform: translate(0px, -4px);
  -o-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}
.iconbox:hover .iconbox-icon i {
  background: transparent;
  color: #5E34B0;
  border-color: #5E34B0;
}

/* About */
.about-head h2 {
  color: #0a1026;
  margin-top: 1rem;
}

.about-link a {
  font-size: 20px;
  color: #5E34B0;
  font-weight: 600;
}

.about-link a i {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.about-link a:hover {
  color: #F99828;
}

.about-thumb {
  min-height: 350px;
  width: 100%;
  background: url("img/about.jpg");
  background-position: top center;
  background-size: 100% 100%;
}

/* Video */
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #5E34B0;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #5E34B0;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: #492889;
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/* Facilities */
.facilities-thumb {
  background: url("img/facilities.jpg");
  min-height: 350px;
  width: 100%;
  background-position: top center;
  background-size: 100% 100%;
}

.facilities-head h2 {
  color: #0a1026;
}

.list-items li {
  max-width: 300px;
  padding: 5px 10px;
  margin: 10px 0;
  font-weight: bold;
  color: #ffffff;
  border-radius: 5px;
  background: #5E34B0;
}
.list-items li::before {
  content: "\f00c";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.elementor-icon-list-item {
  max-width: 300px;
  padding: 5px 10px !important;
  margin: 10px 0 !important;
  border-radius: 5px;
  background: #5E34B0;
}
.elementor-icon-list-item .elementor-icon-list-icon {
  content: "\f00c";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* Team */
.team-member .member-thumb {
  position: relative;
  overflow: hidden;
}
.team-member .member-thumb img {
  width: 100%;
  height: auto;
  transition: 0.5s;
}
.team-member .member-thumb .member-social {
  position: absolute;
  top: 5%;
  right: -40px;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.team-member .member-thumb .member-social ul li a {
  background: #5E34B0;
  color: #ffffff;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  margin: 5px 0;
  text-align: center;
  line-height: 2.2rem;
}
.team-member .member-thumb .member-social ul li a:hover {
  background-color: #F99828;
}
.team-member .member-info {
  background: #ffffff;
  padding: 25px 0;
  position: relative;
  transition: 0.5s;
  -webkit-box-shadow: 0px 2px 10px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 10px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 10px -6px rgba(0, 0, 0, 0.75);
}
.team-member .member-info .member-name h4 {
  font-size: 1.2rem;
}
.team-member .member-info .member-desig p {
  font-size: 1rem;
  color: #5E34B0;
  font-weight: bold;
}
.team-member:hover .member-thumb img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.team-member:hover .member-info {
  background: #5E34B0;
}
.team-member:hover .member-info .member-name h4,
.team-member:hover .member-info .member-desig p {
  color: #ffffff;
}
.team-member:hover .member-social {
  right: 10px;
  opacity: 1;
  visibility: visible;
}

/* Plans */
.plans {
  background: #F2FAFF;
}

.plan-item {
  background: #ffffff;
  transition: 0.5s;
}
.plan-item .plan-head h4 {
  color: #5E34B0;
  letter-spacing: 1px;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.plan-item .plan-price h2 {
  font-size: 5rem;
  color: #0a1026;
  margin-bottom: 0;
}
.plan-item .plan-price h2 span {
  font-size: 2rem;
}
.plan-item .plan-duration span {
  display: inline-block;
  background: #5E34B0;
  color: #ffffff;
}
.plan-item .plan-includes ul li {
  color: #686868;
  font-size: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #daecff;
}
.plan-item .plan-includes ul li:last-child {
  border-bottom: none;
}
.plan-item .plan-btn .dark-btn {
  border-radius: 20px;
}
.plan-item:hover {
  -moz-transform: translate(0px, -13px);
  -webkit-transform: translate(0px, -13px);
  -o-transform: translate(0px, -13px);
  -ms-transform: translate(0px, -13px);
  transform: translate(0px, -13px);
}

/* Counter */
.counter {
  background: url("img/service-bg.jpg");
  background-position: top center;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.counter-item {
  text-align: center;
  border: 1px solid #ffffff;
  padding: 30px 10px;
  border-radius: 10px;
  margin: 15px 0;
}
.counter-item .counter-number span {
  font-size: 35px;
  color: #ffffff;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 1rem;
}
.counter-item .counter-head h4 {
  font-size: 1rem;
  color: #ffffff;
}

/* Blog */
.blog-item {
  margin: 15px 0;
}
.blog-item:hover .blog-thumb img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-thumb {
  overflow: hidden;
}
.blog-thumb a {
  display: block;
}
.blog-thumb a img {
  width: 100%;
  height: auto;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.blog-info {
  -webkit-box-shadow: 0px 2px 10px -6px #0a1026;
  -moz-box-shadow: 0px 2px 10px -6px #0a1026;
  box-shadow: 0px 2px 10px -6px #0a1026;
}
.blog-info hr {
  margin: 1rem 0 !important;
}
.blog-info .blog-meta {
  margin-top: 1rem;
}
.blog-info .blog-meta span {
  color: #0a1026;
  font-weight: 500;
  margin-right: 1rem;
}
.blog-info .blog-meta span:last-child {
  margin-right: 0;
}
.blog-info .blog-meta i {
  color: #0a1026;
  font-size: 16px;
}
.blog-info .blog-head h4 {
  color: #0a1026;
  font-size: 1.5rem;
}
.blog-info .blog-head h4 a {
  color: #0a1026;
  font-size: 1.5rem;
}
.blog-info .blog-head h4 a:hover {
  color: #5E34B0;
}

.blog-author img {
  width: 70px;
  height: 70px;
}

.blog-des blockquote {
  font-size: 1.3rem;
  font-style: italic;
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: 0;
}

.author-box {
  -webkit-box-shadow: 1px 1px 10px 1px rgb(204, 204, 204);
  -moz-box-shadow: 1px 1px 10px 1px rgb(204, 204, 204);
  box-shadow: 1px 1px 10px 1px rgb(204, 204, 204);
}

.author-box .author-thumb img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.author-box .share ul li {
  display: inline-block;
}

.author-box .share ul li a {
  font-size: 1.3rem;
  margin: 0 6px;
  color: #0a1026;
}

.author-box .share ul {
  margin-top: 1.1rem;
}

.author-box .share ul li a:hover {
  color: #5E34B0;
}

.comment-body {
  margin: 2rem 0;
}
.comment-body img {
  width: 70px;
  height: 70px;
  margin-right: 15px;
  border-radius: 50%;
}
.comment-body .comment-content .dark-btn {
  padding: 2px 20px;
  text-transform: capitalize;
  margin-top: 1rem;
}

.comment-form form input[type=submit] {
  transition: 0.3s;
  border: none;
}

/* Widgets */
footer {
  background: #0a1026;
}

.widget-head h4 {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.widget-content .widget-social ul li {
  display: inline-block;
}
.widget-content .widget-social ul li a {
  font-size: 18px;
  border: 1px solid transparent;
  padding: 5px 12px;
  border-radius: 5px;
  border-color: #5E34B0;
  background: #5E34B0;
  color: #ffffff;
}
.widget-content .recent-post-item {
  margin-bottom: 10px;
  display: flex;
}
.widget-content .recent-post-item .post-thumb {
  width: 30%;
  margin-right: 5%;
}
.widget-content .recent-post-item .post-thumb a img {
  width: 100%;
  height: auto;
}
.widget-content .recent-post-item .post-content {
  width: 65%;
}
.widget-content .recent-post-item .post-content h5 {
  margin-bottom: 0;
}
.widget-content .recent-post-item .post-content h5 a {
  font-size: 0.9rem;
  color: #ffffff;
  font-weight: 500;
}
.widget-content .recent-post-item .post-content h5 a:hover {
  color: #5E34B0;
}
.widget-content .recent-post-item .post-content h5 span {
  display: block;
}
.widget-content .search-widget input,
.widget-content .search-widget button {
  border-radius: 0;
}
.widget-content .search-widget button {
  background: #5E34B0;
  color: #ffffff;
}
.widget-content .search-widget button:hover {
  background: #F99828;
  color: #ffffff;
}
.widget-content .subscribe-form form input:focus {
  border-color: #5E34B0;
}
.widget-content .subscribe-form form .dark-btn {
  border: none;
  transition: 0.3s;
}
.widget-content .widget-links ul li {
  margin: 7px 0;
}
.widget-content .widget-links ul li:first-child {
  margin-top: 0;
}
.widget-content .widget-links ul li:last-child {
  margin-bottom: 0;
}
.widget-content .widget-links ul li a {
  font-size: 14px;
  display: block;
}
.widget-content .widget-links ul li a span {
  float: right;
}
.widget-content .widget-links ul li a:hover {
  color: #5E34B0;
}
.widget-content .tags ul li {
  display: inline-block;
}
.widget-content .tags ul li a {
  font-size: 1rem;
  border-radius: 5px;
  padding: 0 6px;
  margin: 5px;
}
.widget-content .tags ul li a:hover {
  background: #5E34B0;
  border-color: #5E34B0 !important;
  color: #ffffff !important;
}

.sidebar-widget {
  margin: 2rem 0;
}
.sidebar-widget:first-child {
  margin-top: 1rem;
}
.sidebar-widget .widget-content .widget-social ul li a:hover {
  background-color: #F99828;
  border-color: #F99828;
  color: #ffffff;
}
.sidebar-widget .widget-content .recent-post-item .post-content h5 a {
  font-size: 1rem;
  color: #0a1026;
}
.sidebar-widget .widget-content .recent-post-item .post-content h5 a:hover {
  color: #5E34B0;
}
.sidebar-widget .widget-content .recent-post-item .post-content span {
  display: block;
  margin-top: 0.5rem;
}
.sidebar-widget .widget-content .widget-links ul li a {
  color: #0a1026;
}
.sidebar-widget .widget-content .widget-links ul li a:hover {
  color: #5E34B0;
}
.sidebar-widget .widget-content .tags ul li a {
  color: #0a1026;
  border: 1px solid #0a1026;
}

.footer-widget .widget-head h4 {
  color: #ffffff;
}
.footer-widget .widget-content p {
  color: #ffffff;
}
.footer-widget .widget-content .form-control:focus {
  border-color: #5E34B0;
}
.footer-widget .widget-content .widget-social ul li a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #5E34B0;
}
.footer-widget .widget-content .tags ul li a {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.footer-widget .widget-content .recent-post-item .post-content h5 a {
  font-size: 14px;
  color: #ffffff;
}
.footer-widget .widget-content .recent-post-item .post-content h5 a:hover {
  color: #5E34B0;
}
.footer-widget .widget-content .recent-post-item .post-content span {
  color: #ffffff;
}
.footer-widget .widget-links ul li a {
  color: #ffffff;
}

.scrolltop {
  position: fixed;
  bottom: 10%;
  right: 3%;
  z-index: 9999;
}
.scrolltop a {
  background: #5E34B0;
  color: #ffffff;
  padding: 6px 15px;
  border-radius: 50%;
  font-size: 20px;
}
.scrolltop a:hover {
  background: #F99828;
}

.copyright span a {
  color: #F99828;
  font-weight: 500;
}
.copyright span a:hover {
  color: #5E34B0;
}

.contact-form,
.wpcf7-form {
  padding: 2rem;
  -webkit-box-shadow: 0px 2px 10px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 10px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 10px -6px rgba(0, 0, 0, 0.75);
}
.contact-form .form-control,
.wpcf7-form .form-control {
  border-radius: 0;
  height: calc(2.5em + 0.75rem + 2px);
}
.contact-form .form-control:focus,
.wpcf7-form .form-control:focus {
  border-color: #5E34B0;
}
.contact-form textarea.form-control,
.wpcf7-form textarea.form-control {
  height: calc(4em + 0.75rem + 2px);
}
.contact-form input[type=submit].dark-btn,
.wpcf7-form input[type=submit].dark-btn {
  border: 1px solid #5E34B0;
  border-color: #5E34B0;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.contact-form input[type=submit].dark-btn:hover,
.wpcf7-form input[type=submit].dark-btn:hover {
  border-color: #F99828;
}

.info-icon {
  margin-bottom: 1rem;
  overflow: hidden;
}
.info-icon:last-child {
  margin-bottom: 0;
}
.info-icon .icon {
  float: left;
  height: 70px;
  width: 70px;
  text-align: center;
  padding-top: 20px;
  color: #0a1026;
  margin-right: 15px;
  background: #ffffff;
}
.info-icon .icon i {
  font-size: 2rem;
  display: inline-block;
}
.info-icon .info {
  overflow: hidden;
}
.info-icon .info h5 {
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 1rem;
}

.projects {
  background: #eafafa;
}

.project-item {
  margin: 1rem 0;
}
.project-item .project-thumb img {
  width: 100%;
  height: auto;
}
.project-item .project-cat b {
  color: #5E34B0;
}
.project-item .project-link {
  background: #5E34B0;
  border-radius: 50%;
  padding: 5px 10px;
  font-size: 1.1rem;
  color: #ffffff;
}
.project-item .project-link:hover {
  background: #F99828;
  color: #ffffff;
}

/*# sourceMappingURL=theme.css.map */
