/* Base CSS */
@import url('https://fonts.googleapis.com/css?family=Khula:300,400,600,700,800');
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 400;
    color: #373737;
}
body {
    font-family: 'Khula', sans-serif;font-size: 15px;color: #999;
}
a:hover { text-decoration: none }


.mainmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mainmenu li {
  position: relative;
  display: inline-block;
}
.mainmenu li a {
  color: #888;
  padding: 12px 15px;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}
.mainmenu li a:hover {
  color: #fff;
  background: #ef476f;
  border-radius: 2px;
}
.boxed-btn, input[type="submit"], button[type="submit"] {
  display: inline-block;
  color: #fff;
  background: #ef476f;
  font-size: 14px;
  padding: 13px 15px;
  border-radius: 2px;
  border: none;
  -webkit-transition: .3s;
  transition: .3s;
}
input[type="submit"], button[type="submit"] {
  padding: 11px 15px;
  font-weight: 400;
}

.boxed-btn:hover, input[type="submit"]:hover, button[type="submit"]:hover {
	background: #45bd98;
}

.hero-area h1 {
  font-size: 40px;
  max-width: 440px;
  margin-bottom: 20px;
  padding-top: 25px;
}
.hero-area {
  font-weight: 300;
  padding: 150px 0;
  border-bottom: 1px solid #f6f6f6;
}
input[type="text"], input[type=email], input[type="password"], input[type="tell"], input[type="url"], textarea {
  border: 1px solid #efefef;
  padding: 10px 15px;
}

.website-checker-form {
  padding-top: 30px;
}
.header-area {
  padding: 20px 0;
}

/*----------Service Area-----------*/


.section-padding {
  padding: 115px 0;
}
.section-title {
  margin-bottom: 90px;
}
.single-service-box {
  border: 1px solid #f3f3f3;
  padding: 25px;
  -webkit-transition: .3s;
  transition: .3s;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 50px;
}
.service-icon {
  font-size: 30px;
  color: #3b3838;
}
.single-service-box h3 {
  font-size: 20px;
  margin: 15px 0;
}
.service-readmore-btn {
  color: #373737;
  font-weight: 400;
  display: inline-block;
  margin-top: 10px;
}
.service-readmore-btn i.zmdi {
  padding-left: 5px;
}
.single-service-box:hover {
  border-color: #ef476f;
}
.single-service-box:hover a.service-readmore-btn, .single-service-box:hover h3, .single-service-box:hover .service-icon {
  color: #ef476f;
}
.pdt-50 {
  padding-top: 50px;
}
h2 {
  font-size: 28px;
  line-height: 37px;
}
.pdt-50 .boxed-btn {
  margin-top: 15px;
}

/*-----owlCarousel Customization: Class 4------*/
.single-case-study{background-image: url(../img/carousel-bg-1.jpg)}
.carousel-bg-2{background-image: url(../img/carousel-bg-2.jpg)}
.carousel-bg-3{background-image: url(../img/carousel-bg-3.jpg)}
.carousel-bg-4{background-image: url(../img/carousel-bg-4.jpg)}
.carousel-bg-5{background-image: url(../img/carousel-bg-2.jpg)}
.gray-bg {
  background: #fbfbfb;
}
.single-case-study {
  width: 100%;
  height: 320px;
  display: table;
  position: relative;
  background-size: cover;
  background-position: center;
}
.case-study-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 30px;
  background: #ef476f;
  color: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}
.case-study-wrapper h3, .case-study-wrapper h4 {
  color: #fff;
}
.case-study-more {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #fff;
  color: #333;
  line-height: 44px;
  border-radius: 50%;
  margin-top: 10px;
}
.single-case-study:hover .case-study-wrapper{
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}
.section-padding .overflow-x-hidden{
    overflow-x: hidden;
}
.case-study-carousel .owl-stage-outer {
	overflow: inherit !important;
}
.owl-dots {
  text-align: center;
  margin-top: 20px;
}
.owl-dots div {
  height: 3px;
  background: #e2e2e2;
  width: 20px;
  display: inline-block;
  margin: 2px;
}
.owl-dots div.active {
  background: #ef476f;
}

.single-testimonial-item {
  text-align: center;
}
.testimonial-content {
  font-size: 24px;
  color: #373737;
}
.testimonial-meta img, .owl-carousel .owl-item .testimonial-meta img {
  width: 65px;
  border-radius: 50%;
  text-align: ;
  display: inline-block;
}
.testimonial-meta {
  color: #999999;
  font-size: 14px;
  margin-top: 40px;
}
.testimonial-meta h4 {
  color: #333;
  margin: 27px 0 10px;
}
.testimonial-carousel .owl-dots {
  margin-top: 30px;
}
.cta-area {
  background: #f8f8f8;
  padding: 60px 0;
}
.cta-area h2 {
  margin: 0;
  padding-top: 8px;
}

/*----Class 5 Pricing Table & Footer Area -----*/

.single-pricing-box {
  border: 1px solid #f3f3f3;
  padding: 30px;
  text-align: center;
  margin-bottom: 75px;
  transition: .3s;
}
.single-pricing-box:hover {
  border: 1px solid #ef476f;
}
.pricing-content {
  font-size: 17px;
  line-height: 2.4;
}
.pricing-heading {
  border-bottom: 1px solid #f3f3f3;
  color: #999;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 30px;
  padding-bottom: 15px;
  transition: .3s;
}
.pricing-heading h4 {
  font-size: 20px;
  color: #373737;
}
.pricing-count {
  font-size: 50px;
  color: #ef476f;
  font-weight: 400;
  line-height: 60px;
  margin: 0;
}
.pricing-content ul {
  display: block;
  padding: 0;
  margin: 0 0 37px;
  list-style: none;
}
.pricing-content .boxed-btn {
  line-height: 1.4;
}
.single-pricing-box:hover .pricing-heading {
  border-color: #ef476f;
}
.single-logo-item {
  display: table;
  width: 100%;
  height: 100px;
}
.logo-item-inner {
  display: table-cell;
  vertical-align: middle;
}
.footer-area {
  background: #fdfdfd;
  padding: 70px 0;
}
.footer-area h4 {
  font-size: 20px;
}
.footer-area, .footer-area a {
  color: #999;
}
.footer-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 2;
}
input {
}
.email-subscribe-form input[type=email] {
  width: 70%;
  border-color: #f6f6f6;
  background: #f6f6f6;
  margin-right: -4px;
}
.email-subscribe-form input[type="submit"] {
  width: 29%;
  border-radius: 0;
}
.email-subscribe-form {
  margin-bottom: 35px;
}
.footer-area ul.social-links li {
  display: inline-block;
  width: 30%;
}
.copyright-area {
  background: #f7f7f7;
  padding: 15px 0;
}
.logo-item-inner {
  transition: .2s;
}
.logo-item-inner:hover {
  opacity: .5;
}
.social-links i {
  margin-right: 8px;
}
.social-links a:hover {
  color: #ef476f;
}
.social-links a {
  transition: .3s;
}

/*-----Class 6 Homepage 2-----*/
.hero-form {
  background: #fff;
  padding: 30px;
  color: #333;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.hero-form:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  left: 10px;
  top: 10px;
  border-radius: 5px;
  opacity: 0.2;
}
.hero-form-header {
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
}
.hero-form-header h3 {
  font-size: 24px;
  margin-bottom: 6px;
}
.hero-form input {
  width: 100%;
}
.hero-form input[type=submit] {
  width: 167px;
  display: block;
  margin: 0 auto;
  margin-top: 45px;
}