
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family:'Poppins', sans-serif;
}

body{
    overflow-x: hidden;
}

/* ===============
  common heading 
  ================*/

.common-heading {
    padding: 0;
    position: relative;
    z-index: 10;
}

.common-heading>span {
    color: #4ecac2;
    margin: 0px 0px 0px 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.common-heading>h2{
    color: #222222;
    font-family: "Playfair Display", Sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 67px;
    margin: 0px 0px 50px 0px;
}

.common-heading>h2::after {
    content: "";
    width: 80px;
    height: 2px;
    margin-left: 10px;
    background-color: #333;
    display: inline-block; 
}

.mt-30{
    margin-top: 30px;
}

.p-100-100{
    padding: 200px 0;
}

.navbar-toggler-icon {
    background-color: #fff !important;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.affix.sticky-menu {
    background-color: #4ecac2;
}

@media (min-width: 992px){
    .menu-two{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.top-bar{
  background-color: #282828;
  padding: 20px 0
}

.top-bar .social-icon{
  display: flex;
  align-items: center;
}

.top-bar .social-icon i{
  color: #fff;
  font-size: 17px;
  width: 35px;
  text-align: center;
  height: 35px;
  border-radius: 50px;
  line-height: 35px;
  background: #282828;
  transition: 0.5s;
}

.top-bar .social-icon i:hover{
  background-color: #4ecac2;
}

.top-bar .content{
  display: flex;
  align-items: center;
  margin-right: 45px;
}

.top-bar .content:last-child{
  margin-right: 0;
}

.top-bar .content .icon i{
  color: #4ecac2;
  font-size: 25px;
  margin-right: 15px;
}

.top-bar .content .details p{
  margin-bottom: 0;
  font-size: 14px;
  color: #A5A5A5;
}

.top-bar .content .details p.light{
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  transition: 0.3s;
}

.top-bar .content .details p.light:hover{
  color: #4ecac2;
}

.navbar-nav .nav-item a, 
.navbar-nav .dropdown-item a, 
.navbar-expand-lg .navbar-nav .nav-link {
    color: #ffffff;
}



/*=================================
        Hero Area Section
====================================*/

.hero-section {
    background-image: url(../img/home/hero-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 970px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.hero-section:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    background-color: #4ecac2;
}

.hero-section .hero-title {
    color: #fff;
    font-size: 70px;
    font-weight: 500;
    line-height: 100px;
    font-family: 'Playfair Display', serif;
}
.hero-section .header-heading .sub-title{
    position: relative;
    font-size: 22px;
    color: #000;
    font-family: 'Playfair Display', serif;
}
.hero-section .header-heading .sub-title:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: -30px;
    width: 70px;
    height: 3px;
    border-radius: 50px;
    background: #fff;

}

.hero-section .btn-wraper{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-left: 50px;

}

.btn-wraper .creative_button {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    border: 3px solid #fff;
    border-radius: 100%;
    transition: all 0.3s;
}

.btn-wraper .creative_button span{
    color: #fff;
}

.btn-wraper .creative_button:hover{
    background-color: #fff;
}

.creative_button:hover span{
    color: #1f1f1f;
}

@media (min-width: 1200px){
    .container, 
    .container-lg, 
    .container-md, 
    .container-sm, 
    .container-xl {
        max-width: 1200px;
    }
}

@media (max-width: 1024px){
    .p-100-100 {
        padding: 100px 0;
    }
    .hero-section .hero-title {
        font-size: 55px;
    }
    .hero-section {
        min-height: 740px;
    }
}

@media (max-width: 800px){

.hero-section .hero-title {
    line-height: 67px;
    font-size: 54px;
    }
}

@media (max-width: 800px){
    .hero-section .btn-wraper {
        display: flex;
        flex-wrap: wrap;
        margin-top: 70px;
        margin-left: 0;
    }
}


/*====================
  feature section css
 =====================*/

.feature-sec {
  position: relative;
  width: 100%;
  background: #fff; 
  padding-bottom: 0;
}

.featureBox{
    color: #555;
    text-align: center;
    padding: 15px 0 0;
}

.featureBox .feature-icon{
    color: #fff;
    background: #4ecac2;
    font-size: 45px;
    line-height: 103px;
    width: 100px;
    height: 100px;
    margin: 0 auto 65px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
} 

.featureBox .feature-icon i{
    font-size: 45px;
    color: #fff;
}

.featureBox .feature-icon:before,
.featureBox .feature-icon:after{
    content: "";
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border: 5px solid #4ecac2;
    border-top-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.featureBox .feature-icon:after{
    background-color: #4ecac2;
    height: 40px;
    width: 35px;
    border-radius: 0;
    border: none;
    transform: translateX(-50%) translateY(0) rotate(0);
    top: calc(100% + 10px);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
}

.featureBox .title{
    color: #4ecac2;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.featureBox .description{
    font-size: 16px;
    line-height: 25px;
    margin: 0;
}

.featureBox.pink .feature-icon,
.featureBox.pink .feature-icon:after{
    background-color: #E4667B;
}

.featureBox.pink .feature-icon:before{
    border-color: #E4667B;
    border-left-color: transparent;
    border-top-color: transparent;
}

.featureBox.pink .title{ 
    color: #E4667B; 
}

.featureBox.purple .feature-icon,
.featureBox.purple .feature-icon:after{
    background-color: #583DA6;
}

.featureBox.purple .feature-icon:before{
    border-color: #583DA6;
    border-left-color: transparent;
    border-top-color: transparent;
}

.featureBox.purple .title{ 
    color: #583DA6; 
}

.featureBox.green .feature-icon,
.featureBox.green .feature-icon:after{
    background-color: #0EBAB3;
}

.featureBox.green .feature-icon:before{
    border-color: #0EBAB3;
    border-left-color: transparent;
    border-top-color: transparent;
}

.featureBox.green .title{ 
    color: #0EBAB3; 
}

@media only screen and (max-width: 990px){
    .featureBox{ 
        margin: 0 0 40px; 
    }
}

/*=========================
    service css start
==========================*/
.service-section .common-heading>h2 {
    margin: 0px 0px 70px 0px;
}

.service-section .main {
  width: 100%;
  min-height: 380px;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 70px;
}

.service-section .service {
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform .8s;
}

.service-logo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: auto;
  background: #fff;
  border: 15px solid #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-logo i{
    font-size: 40px;
    color: #4ecac2;
}

.service-section .service h4 {
  font-size: 20px;
  height: 35px;
  width: 80%;
  margin: 35px auto;
  background: #fff;
  position: relative;
}

.service h4::after,
.service h4::before {
  content: '';
  width: 40px;
  height: 30px;
  position: absolute;
  z-index: -1;
}

.service h4::after {
  background: linear-gradient(to right, #fff, #4ecac2);
  right: -5px;
  top: -5px;
}

.service h4::before {
  background: linear-gradient(to right, #4ecac2, #fff);
  left: -5px;
  bottom: -5px;
}

.main::after {
  content: '';
  height: 200px;
  width: 80%;
  background: #fff;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 10%;
  z-index: -1;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform .8s;
}

.main::before {
  content: '';
  height: 200px;
  width: 64%;
  background: #fff;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 18%;
  z-index: -2;
}

.main:hover .service {
  transform: translateY(-10px);
}

.main:hover::after {
  transform: translateY(-25px);
}

.service-logo i {
  transition: transform 1s;
}

.main:hover .service-logo i {
  transform: rotate(360deg);
}

.service-section a {
    display: inline-block;
    margin: 5px 0 0;
    color: #050748;
    font-weight: 600;
    border: 1px solid #d4f0ff;
    padding: 8px 20px;
    font-size: 15px;
    transition: 0.3s linear;
}

.fa-icon {
    margin-left: 5px;
    font-size: 12px;
}

.service-section a:hover{
    color: #4ecac2;
    border-color: #4ecac2;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio-sec{
    position: relative;
}


.portfolio-sec .portfolio-wrap {
  height: auto;
  transition: 0.3s;
  position: relative;
  margin-bottom: 30px;
  border-radius: 0px;
  overflow: hidden;
  z-index: 1;
  background-color: rgba(0,0,0,0.57);
}

.portfolio-sec .portfolio-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 168 255);
  opacity: 0;
  z-index: 2;
  transition: all ease-in-out 0.5s;
}

.portfolio-sec .portfolio-wrap img {
  max-width: 100%;
  height: auto;
  transition: all ease-in-out 0.5s;
}

.portfolio-sec .portfolio-wrap .portfolio-info {
  position: absolute; 
  opacity: 0;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 3;
  transition: all ease-in-out 0.3s;
}

.portfolio-sec .portfolio-wrap .portfolio-info h4 a{
  font-size: 25px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
}

.portfolio-sec .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio-sec .portfolio-wrap:hover::before {
  opacity: 0.9;
  background: #4ecac2;
}

.portfolio-sec .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio-sec .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio-sec .mb-30{
    margin-bottom: 60px;
}

.portfolio-sec .portfolio-wrap .portfolio-links a {
    color: #fff;
    margin: 0 5px 0 0;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
    vertical-align: middle;
    height: 40px;
    margin-top: 20px;
    width: 40px;
    background: rgba(0,0,0,0.1);
}

/*=========================
    call to action css
==========================*/

.cta-sec {
    padding: 0;
    position: relative;
    overflow: visible !important
}

.cta-sec .container{
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 55px 0px 88px 50px;
}

.cta-sec .cta-subtitle{
    color: #FFf;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    margin: 0px 0px 10px 0px;
}

.cta-sec .cta-title{
    color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    font-family: "Playfair Display", Sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 67px;
}

.cta-sec .flex-btn{
  display: flex;
  align-items: center;
  position: relative;
}

.cta-sec .btn{
    position: absolute;
    bottom: -120px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 26px;
    color: #4ecac2;
    background-color: #FFFFFF;
    padding: 15px 30px;
    display: block;
    box-shadow: 0px 15px 50px 0px rgb(255 70 54 / 40%);
    transition: all .4s ease;
}

.cta-sec .btn:hover{
    background-color: #4ecac2;
    color: #FFFFFF;
}

.mb-0 {
    margin-bottom: 0!important;
}

.cta-sec-2{
    padding: 120px 0;
    color: #fff;
    position: relative;
    background: #f5f5f5;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cta-sec-2:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.9;
}

.cta-sec-2 .section-title{
    color: #fff;
    font-family: "Playfair Display", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 95px;
    letter-spacing: -1px;
}
.cta-sec-2 .heading-description{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    max-width: 800px;
    line-height: 24px;
    margin: 0 auto;
}

/*--------------------------------------------------------------
          # Team
--------------------------------------------------------------*/
.team-sec{
    background: #fff;
}

.team-sec .our-team{
    position: relative;
    text-align:center;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%);
    padding: 0px 0px 28px 0px;
    transition:all 0.3s ease 0s;
}

.team-sec .our-team .pic{
    position: relative;
    transition:all 0.3s ease 0s;
}

.team-sec .our-team .pic img{
    width: 100%;
    height: auto;
}

.team-sec .our-team .profile-body {
    padding: 30px 0px 0px 0px;
}

.team-sec .our-team .profile-body .profile-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #222222;
    margin-bottom: 8px;
    transition: all 0.4s linear;
}

.team-sec .our-team  .profile-body .profile-designation {
    font-size: 17px;
    font-weight: 400;
    line-height: 34px;
    color: #787878;
    margin-bottom: 0px;
}

.team-sec .our-team:hover .profile-title{
    color: #4ecac2;
}

@media screen and (max-width: 990px){
  .team-sec .our-team{
      margin-bottom: 20px;
  }
  .blog-sec .blog-item {
    margin-bottom: 20px;
 }
}

/*--------------------------------------------------------------
# News & Blog
--------------------------------------------------------------*/

.blog-sec {
  position: relative;
  background: #f5f5f5;
}

.blog-sec .blog-item {
    transition: all 0.3s linear;
    background-color: #fff;
    border-radius: 10px;
    transition: all .4s ease;
    box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
    overflow: hidden; 
}

.post-body {
    padding: 40px 40px 40px 30px;
    position: relative;
}

.post-body .post-meta-list {
    text-align: left;
    margin: 0px 0px 24px 0px;
    color: rgba(255,255,255,.5);
}

.post-body .post-meta-list > span {
    margin: 0px 20px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #4ecac2;
    display: inline-block;
}

.post-body .post-meta-list>span i {
    padding-right: 5px;
    
    transition: all .4s ease;
    transition: all .4s ease;
}

.post-meta-list .meta-date-text,
.post-meta-list .post-cat a{
    font-size: 14px;
    color: #4ecac2;
    font-weight: 500;
    line-height: 24px;
}

.post-body .entry-title {
    text-align: left;
    line-height: 22px;
    margin: 0px 0px 20px 0px;
}

.post-body .entry-title a{
    color: #222222;
    font-size: 18px;
    font-weight: 700;
}

.blog-btn {
    position: relative;
    padding: 20px 0px 0px 0px;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 24px;
    color: #4ecac2;
    background-color: rgba(2, 1, 1, 0);
}

.blog-btn i{
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 22px;
    border: 2px solid #4ecac2;
    border-radius: 50px;
    transition: all .4s ease;
}

.blog-btn:hover i{
    color: #999999;
    border-color: #999;
}

.blog-sec .blog-item img {
    transition: all .4s ease;
    width: 100%;
}
.blog-sec .blog-item:hover img {
    -webkit-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg);
    opacity: .8;
}

/*==============================================
              Start Testimonials
===============================================*/

#testimonials{
  position: relative;
  background: #f5f5f5;
}

#testimonials .testi-item{
  background: #fff;
  border-radius: 15px;
  padding: 35px 45px;
  margin: 0px 10px;
  border: 2px solid #f5f5f5;
}

.client-pic {
    width: 90px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 12px;
    display: inline-block;
}

.client-pic i {
  position: absolute;
  top: -15px;
  right: -25px;
  font-size: 25px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: #4ecac2;
}

.client-pic img {
    border-radius: 50%;
}

.client-description p {
    margin: auto;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    color: #242F65 !important;
    margin: 0px 0px 30px 0px;
}

.client-heading {
    padding: 0;
    margin-left: 20px;
    text-align: left;
}

.client-heading h6 {
    color: #242F65;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 900;
    line-height: 1.333333em;
    letter-spacing: -0.48px;
    margin-bottom: 4px;
}

.client-heading span {
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    color: #767B92;
}

.client-heading .icon {
    font-size: 55px;
    color: #4ecac2;
    position: absolute;
    right: 80px;
    bottom: 80px;
}

.testi-item .testi-detail{
  display: flex;
  justify-content: left;
  align-items: center;
}

.main-menu .menu-item-has-children > a::after {
    content: "\f067" !important;
}

.main-navigation .nav-menu>.menu-item>a {
    color: #fff !important;
}

.main-menu .sub-menu li a:hover, .main-menu .sub-menu li a:focus {
    color: #4ecac2 !important;
}

.site-title, .site-description {
    color: #fff !important;
}

.blog-detail a,.blog-detail a:hover,.blog-detail a:focus,.comment-content p a,.comment-content p a:hover,.comment-content p a:focus {
    color: #4ecac2 !important;
    text-decoration: underline !important;
}

.comment-meta a:hover, .comment-meta a:focus{
    color: #4ecac2 !important;
    text-decoration: underline !important;
}

.sp-100 .pagination-blog .navigation .nav-links a:hover, .sp-100 .pagination-blog .navigation .nav-links a:focus{
    color: #4ecac2 !important;
    text-decoration: underline !important;
}

.logged-in-as a:hover, .logged-in-as a:focus{
    color: #4ecac2 !important;
    text-decoration: underline !important;
}

.comment-respond .form-submit input:hover, .comment-respond .form-submit input:focus{
    text-decoration: underline !important;
}

.wp-block-group__inner-container p a,.wp-block-group__inner-container a:hover,.wp-block-group__inner-container a:focus{
   color: #4ecac2 !important;
   text-decoration: underline !important; 
}

.reply a:hover,.reply a:focus{
   text-decoration: underline !important; 
}

.post-meta a{
    text-decoration: none !important;
}

.post-tags a{
    text-decoration: none !important;
}

.admin-bar .affix.sticky-menu {
    display: block !important;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

.owl-dots {
    display: block !important;
}

.testimonials-5 .owl-dot {
    width: 30px !important;
    height: 0px !important;
}

 
body {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color: #fff;
    font-weight: 400;
    color: #6a6a8e;
    padding: 0;
    margin: 0;
}

/* ======================
    normalize css
======================= */

p {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin: 0;
    margin-bottom: 15px;
}

span {
    font-size: 16px;
    color: #666666;
}

i {
    line-height: 1;
    font-style: normal;
}

a {
    /*text-decoration: none;
    outline: 0 none;*/
    color: inherit;
}

a:hover,
a:focus {
    /*text-decoration: none;
    outline: 0 none;*/
    color: inherit;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

iframe {
    border: none;
}

/*:active,
:focus {
    outline: none !important;
}*/

.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: initial;
}

::-moz-selection {
    background: #232323;
    color: #fff;
}

::selection {
    background: #232323;
    color: #fff;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form-control:focus,
.form-control:hover {
    border-color: #5aaf29 !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.center-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.px-30 {
    padding: 0 30px;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.c-blue {
    color: #5aaf29;
}

.c-black {
    color: #232323
}

a.c-blue:hover {
    color: #232323
}

.bor-1 {
    border: 1px solid #d7d7d7;
}

.bor-b {
    border-bottom: 1px solid #d7d7d7;
}

/* ======================
    HEADINGS
======================= */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins,sans-serif;
    color: #050748;
    font-weight: 600;
    padding: 0;
}

h1 {
    font-size: 50px;
    font-weight: 700;
}

h2 {
    font-size: 40px;
    font-weight: 700;
}

h3 {
    font-size: 35px;
    font-weight: 600;
}

h4 {
    font-size: 25px;
    font-weight: 600;
}

h5 {
    font-size: 18px;
    font-weight: 600;
}

h5 a,
h6 a {
    transition: all .3s ease;
}

h5 a:hover,
h6 a:hover {
    color: #5aaf29;
}

h6 {
    font-size: 16px;
    font-weight: 600;
}

.sp-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sp-70-100 {
    padding-top: 70px;
    padding-bottom: 100px;
}

.sp-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.mb-30 {
    margin-bottom: 30px;
}

/*=========================== 
   custom scrollbar
============================= */

/* width */

::-webkit-scrollbar {
    width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #ccc;
    box-shadow: inset 0 0 5px #ccc;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #e99c2e;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #e99c2e;
}


/*================== 
    back-to-top
==================*/

#c-scroll {
    display: none;
    position: fixed;
    line-height: 40px;
    text-align: center;
    background-color: #e99c2e;
    font-size: 13px;
    font-weight: 600;
    border-radius: 20px;
    animation-delay: .95s;
    padding: 8px 13px;
    border-radius: 0;
    color: #fff;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    cursor: pointer;
    line-height: 1;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

#c-scroll:after{
    content: '';
    border: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-bottom-color: #e99c2e;
    top: -11px;
    position: absolute;
    left:13px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: -1;
}

#c-scroll:hover:after{
    top: -26px;
}

/*====================== 
    Preloader Css
========================*/

.preloader {
    height: 100%;
    width: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999999;
    text-align: center;
}

.loader-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader-inner .text {
    text-align: center;
    color: #232323;
    font-weight: 300;
    -webkit-animation: fadeAnim 1s linear infinite;
    animation: fadeAnim 1s linear infinite;
    fill: #232323;
    font-weight: 800;
    margin-top: 10px;
    margin-left: 10px;
}

.loader-inner img {
    -webkit-animation: fadeAnim 1s linear infinite;
    animation: fadeAnim 1s linear infinite;
}

@keyframes fadeAnim {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*====================== 
        Header ss
========================*/

.logo h1{
    margin-bottom: 0;
    line-height: 1;
}
.navbar-nav .nav-item .mega-heading {
    display: none !important;
}

header {
    position: relative;
    z-index: 999;
}

/* header two */

.header-two {
    padding: 10px 0;
    position: absolute;
    background: transparent !important;
    z-index: 9;
    width: 100%;
    left: 0;
}

.affix.sticky-menu.light {
    background-color: #232323;
}


::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
    background: #4ecac2;
}
.form-control:focus,
.form-control:hover {
    border-color: #4ecac2 !important;
}
.bg-theme{
    background-color: #4ecac2;
}
h5 a:hover, h6 a:hover {
    color: #4ecac2;
}
.c-theme {
    color:#4ecac2;
}
.all-title .title-sep {
    fill: #4ecac2;
}
/*  btn-one */
.btn-one{
    background-color: #4ecac2;
}
.btn-one:hover{
    color:#4ecac2;
}


/*  btn-two */

.btn-two{
    color: #4ecac2;
}

.btn-two:before, 
.btn-two:after {
    border-top-color:#4ecac2;
    border-bottom-color: #4ecac2;
}
#c-scroll:after{
    border-bottom-color: #4ecac2;
}
#c-scroll {
    background-color: #4ecac2;
}
.navbar-nav .nav-item:hover .nav-link {
    color: #4ecac2;
}
.navbar-toggler-icon{
    background-color: #4ecac2;
}
.dropdown-item > a::before {
    background-color: #4ecac2;
}
.navbar-nav .dropdown-menu .dropdown-item:hover>a {
    color: #4ecac2;
}

.service-box2::after{
    background-color: #4ecac2;
}

.title-sep2::after {
    background-color:#4ecac2;
}
.list-2 li:before {
    background-color:#4ecac2;
}
.filter-btn.active:before,
.filter-btn.active:after {
    background-color: #4ecac2;
}
.team-two .t-socials a:hover{
    color: #4ecac2;
}
.team-two:hover{
    border-color:  #4ecac2;
}
.team-slider-two.owl-theme .owl-nav [class*=owl-]:hover{
    color: #4ecac2;  
 }
 .service-box3 h5::after {
    background-color: #4ecac2;
}
.service-box:hover .service-content{
    background-color:#4ecac2;
    border-color: #4ecac2;
}
 .foot-title h4::after {
    background-color: #4ecac2;
 }
 .address i,
 .news-content p, 
 .news-content p i,
 .quick-link li a:hover,
 .foot-socials a:hover,
 .foot-bottom a,
 .quick-link li a:hover::after {
    color: #4ecac2;
}
.navbar-nav .nav-item .mega-heading {
    color: #4ecac2;
}
.cta {
    background-color: #4ecac2;
}
.counter-box:after {
    background-color: #4ecac2;
}
.feature-box:hover h5,
.banner-link li span {
    color: #4ecac2;
}
.header-three .menu-search a,
.widget_categories li:hover,
.widget_archive li:hover{
    color:#4ecac2;
}
.blog-item:hover .date,
.feature-box::after,
.class-box:hover h5:before, 
.class-box:hover h5:after{
    background-color: #4ecac2;
}
.price-box .amount::after {
    background:#4ecac2;
}
.price-box .amount::after,
.amount::before{
    background-color: #4ecac2;
}

.price-box2:hover h5,
.price-box:hover h5 {
    color: #4ecac2;
}
.price-content h5::after {
    background-color: #4ecac2;
}
.programs-slider-one .swiper-slide-active h5 {
    color:  #4ecac2;
}
.slider-wrap .swiper-button-prev:hover::after, 
.slider-wrap .swiper-button-next:hover::after {
    color: #4ecac2;
}
.team-one .team-social {
    background-color:#4ecac2;
}
.vid-btn:hover {
    color: #4ecac2;
}

/*==============================================
                Start Footer
===============================================*/

.footer{
  position: relative;
  background: #1E1E1E;
}

.footer .footer-about h3,
.footer .footer-links h3{
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 38px;
  text-transform: capitalize;
}

.footer .footer-about p{
  margin: 0 0 20px;
  color: #C0C1C2;
  line-height: 30px;
}

.footer .footer-about li{
  display: inline-block;
  text-align: center;
}

.footer .footer-about li i{
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    position: relative;
    display: block;
    margin-right: 5px;
    background-color: #24262F;
    border-radius: 50%;
    transition: all 0.5s;
}

.footer .footer-about li i:hover{
    background: #4ecac2;
}

.footer .footer-links li a{
    color: #C0C1C2;
    padding-left: 0;
    margin-bottom: 16px;
    font-size: 16px;
    display: block;
    transition: all 0.5s;
}

.footer .footer-links li a:hover{
   color: #4ecac2;
}

.footer .footer-links .link-list li a{
  padding-left: 8px;
}

.footer .contact-info{
  display: flex;
  position: relative;
}

.footer .contact-info .icon{
  position: relative;
  margin-right: 15px;
}

.footer .contact-info .icon i{
  position: absolute;
  top: 8px;
  font-size: 28px;
  color: #4ecac2;
}

.footer .contact-info .contact-detail{
  padding-left: 40px;
}

.footer .contact-info .contact-detail p{
  font-size: 16px;
  font-weight: 400;
  color: #C0C1C2;
  margin-bottom: 5px;
}

.footer .contact-info .contact-detail h4{
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}

.footer-bottom{
  position: relative;
  background: #1e1e1e;
}

.footer-bottom .bottom-copyright{
  text-align: center !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0;
}

.footer-bottom .bottom-copyright p{
  margin-bottom: 0;
  color: #C0C1C2;
}

/* ==================
    End of footer
=================*/

.section-heading{
  margin-bottom: 30px;
}

.section-heading > span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4ecac2;
    margin-bottom: 10px;
}

.section-heading > span.section-title {
    padding-left: calc(45px + 15px);
}

.section-heading .ot-heading > span.section-title:before {
    width: 45px;
    background: #95A2AC;
}

.section-heading > span.section-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 45px;
    height: 1px;
    background: #95A2AC;
}

.section-heading .main-heading {
    color: #0B2A41;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.affix.sticky-menu {
    position: fixed;
    color: #000;
    padding:10px 20px;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    z-index: 9999;
    background-color: #4ecac2 !important;
    -webkit-animation: slideInDown;
    animation: slideInDown;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.6);
}
.header-one .affix.sticky-menu .navbar{
    max-width: 1140px;
    margin: 0 auto;
}
.navbar {
    padding: 0;
}
.main-menu {
    position: relative;
}
.menu {
    color: #232323
}

.navbar-nav .nav-item a,
.navbar-nav .dropdown-item a,
.navbar-expand-lg .navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: 600;
    padding:20px 0;
    color: inherit;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #232323;
}

.navbar-nav .nav-link {
    position: relative;
}

.navbar-nav .nav-item:hover .nav-link{
    color: #4ecac2;
}
.navbar-nav .dropdown-item a {
    padding: 13px 0px;
}

.navbar-nav .dropdown-menu .dropdown-item a {
    color: #000;
    font-size: 16px;
    display: block;
    padding: 8px 15px;
    margin: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    text-transform: capitalize;
    font-weight: 400;
}

.navbar-toggler {
    padding: 2px;
    line-height: 1;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    z-index: 999;
    position: absolute;
    right: 0;
    top: -52px;
}

.navbar-toggler-icon {
    display: block;
    width: 30px;
    height: 4px;
    margin: 5px 0;
    position: relative;
    z-index: 1;
    -webkit-transform-origin: 4px 0px;
    transform-origin: 4px 0px;
    -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    background-color: #4ecac2;
    -webkit-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
    -moz-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
    -ms-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
    -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

.navbar-toggler.open .navbar-toggler-icon {
    opacity: 1;
    transform: rotate(45deg) translate(-1px, -8px);
    -webkit-transform: rotate(45deg) translate(-1px, -8px);
    -moz-transform: rotate(45deg) translate(-1px, -8px);
    -ms-transform: rotate(45deg) translate(-1px, -8px);
    -o-transform: rotate(45deg) translate(-1px, -8px);
    background-color: #232323
}

.navbar-toggler.open .bar1 {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
    -webkit-transform: rotate(0deg) scale(0.2, 0.2);
    -moz-transform: rotate(0deg) scale(0.2, 0.2);
    -ms-transform: rotate(0deg) scale(0.2, 0.2);
    -o-transform: rotate(0deg) scale(0.2, 0.2);
    background-color: #fff
}

.navbar-toggler.open .bar3 {
    transform: rotate(-45deg) translate(1px, 2px);
    -webkit-transform: rotate(-45deg) translate(1px, 2px);
    -moz-transform: rotate(-45deg) translate(1px, 2px);
    -ms-transform: rotate(-45deg) translate(1px, 2px);
    -o-transform: rotate(-45deg) translate(1px, 2px);
}

.dropdown-menu {
    text-align: left;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0 !important;
    background-color: transparent
}

.dropdown-toggle::after {
    font-family: "FontAwesome";
    content: "\f107";
    position: relative;
    margin-left: 5px;
    vertical-align: top;
    border: 0;
    width: auto;
    height: auto;
}

.dropdown-menu .dropdown-toggle::after {
    position: absolute;
    right: 20px;
}

.menu-con {
    text-align: right;
}

.menu-con .btn-blue {
    margin-top: 22px;
    padding: 13px 25px;
}

@media (max-width: 991px) {

    .navbar-collapse {
        background-color: #000;
        margin-top: 0;
        margin-left: 0;
        padding: 15px 25px;
        overflow-y: scroll;
        max-height: 350px;
        margin-top: 15px;
    }
    .navbar-nav .dropdown-menu .dropdown-item a {
        color: #fff;
        padding: 10px 0;
    }
    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #fff;
        text-decoration: none;
        background-color: transparent;
    }
    .dropdown-menu .dropdown-item {
        padding: 0;
        padding-left: 20px
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
    }
}

@media (max-width: 992px) {
    header .top-bar{
        display: none;
    }
}

@media (min-width: 992px) {
    .navbar-nav .nav-item {
        margin-right: 28px;
    }

    .navbar-nav .nav-item:last-child{
        margin-right: 0;
    }
    
    .dropdown-menu {
        display: block;
        position: absolute;
        min-width: 190px;
        width: auto;
        z-index: 3;
        opacity: 0;
        visibility: hidden;
        text-align: left;
        margin: 0;
        padding: 0;
        display: block;
        border: 0;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        font-size: 15px;
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -webkit-box-shadow: 0 0 10px rgba(105, 105, 105, 0.1);
        box-shadow: 0 0 10px rgba(105, 105, 105, 0.1);
    }
    .dropdown-menu .dropdown-menu {
        left: -100%;
        top: 0;
    }
    .dropdown:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }

    ul.dropdown-menu:after{
        content: "";
        position: absolute;
        height: 15px;
        width: 15px;
        top: -5px;
        left: 40px;
        opacity: 1;
        z-index: -1;
        background: #fff;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    ul.mega-dropdown:after{
        content: "";
        position: absolute;
        height: 15px;
        width: 15px;
        top: -5px;
        left: 250px;
        opacity: 1;
        z-index: -1;
        background: #fff;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .mega-dropdown {
        background-color: #fff;
    }

    .dropdown-item {
        padding: 5px;
        margin: 0;
        position: relative;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        background-color: #fff
    }
    .dropdown-item:focus, 
    .dropdown-item:hover {
        background-color: #f5f5f5;
    }
    .dropdown-item > a{
        position: relative;
    }
    .dropdown-item > a::before{
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 4px;
        height:0;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        background-color: #4ecac2;
    }
    .dropdown-item:hover>a::before {
        height: 100%;
    }
    .navbar-nav .dropdown-menu .dropdown-item:hover>a {
        color: #4ecac2;
    }
    .dropdown-item {
        background-color: #fff
    }

    .dropdown-item:last-child {
        border: 0
    }
    .dropdown.has-mega {
        position: static;
    }
    .dropdown-menu.mega-dropdown {
        width: 100%;
        padding: 10px 0;
    }
    .mega-dropdown>li {
        width: 25%;
        float: left;
        background-color: #fff;
    }
    .navbar-nav .nav-item .mega-heading {
        text-transform: uppercase;
        color: #232323;
        font-weight: 700;
        display: block;
        padding: 10px 0;
        pointer-events: none;
        border-bottom: 1px solid #d7d7d7;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        top: 82px;
        box-shadow: 8px 8px 30px 0 rgb(0 0 0 / 12%);
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu ul{
        top: 0px;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu ul:after{
        content: '';
        position: absolute;
        border: 0;
        height: 0;
        width: 0;
    }
}

@media (min-width: 1199px) {

    .navbar-nav .nav-item {
        margin-right: 28px;
    }
}


@media (max-width: 991px) {
    .navbar-nav .nav-item .mega-heading {
        color: #5aaf29;
        padding: 10px;
        display: block;
        pointer-events: none;
    }
    .navbar-nav .nav-item a,
    .navbar-nav .dropdown-item a,
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 0;
        font-size: 14px;
    }   
}

@media (min-width: 767px){
  section {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
  }
}

@media (max-width: 767px){
  section {
    padding: 50px 0;
    overflow: hidden;
    position: relative;
  }
}

@media screen and (max-width: 525px){
  .cta-7 .btn {
    margin-top: 15px;
  }
  .cta-7 .flex-btn{
      justify-content: flex-start;
  }
}

@media (max-width: 768px) {

    .feature-sec .feature-box {
      margin-bottom: 15px;
    }
    .common-heading h2{
        font-size: 28px;
    }
    .hero-section .single-image{
        margin-top: 32px;
    }
    
    .cta-btn-image{
        margin-bottom: 30px;
    }
    .cta-7{
        padding: 50px 0;
    }
    .footer .foot-top .logo img {
        margin-bottom: 30px;
    }
    .footer .foot-top .menu-link li{
        display: block;
        margin-bottom: 5px;
    }
    .footer .foot-top .address-list li {
        margin-bottom: 20px;
    }
    .footer .foot-top .menu-link, 
    .footer .foot-top .social-icon{
        margin: 20px 0;
    }
    .footer .foot-top h2 {
        margin-top: 20px;
    }
    .btn{
        font-size: 12px;
        padding: 10px 15px;
    }
    .home-hero-sec .slider-btn .slider-btn1 {
        margin-right: 20px;
    }
    .facilities-section-area .facilities-method {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 425px) {
  .hero-section .header-heading h1 {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 525px) {
    .navbar-toggler-icon {
        width: 25px !important;
        height: 3px !important;
    }
    .home-hero-sec .owl-theme .owl-nav {
        left: 0;
    }
    .offcanvas-menu form input {
        width: 300px !important;
    }
}

@media screen and (max-width: 320px) {
    .hero-sec .content-sec .section-title {
      font-size: 35px !important;
    }
    nav .btn-wrapper ul li {
        margin-right: 16px;
    }
    nav .btn-wrapper ul li i {
        font-size: 16px;
    }
    .cta-7 h3 {
        font-size: 27px;
    }
}

@media (max-width: 1024px) {
    .navbar-nav .nav-item {
        margin-right: 17px;
    }
    .hero-sec .content-sec {
      position: relative;
      padding: 150px 0 150px 0;
    }
    .feature-sec .feature-box .content .title-box {
        font-size: 18px;
    }
    .blog-sec .blog-item .entry-meta {
        padding: 22px 22px;
    }
    .blog-sec .blog-item .entry-meta a {
        font-size: 13px;
    }
    .blog-sec .blog-item .entry-title {
        font-size: 18px;
    }
    .section-heading .bg-title {
        font-size: 28px;
    }
    .client-description {
        margin: auto;
        font-size: 16px;
    }
    .cta-sec-2 .section-title {
        font-size: 45px;
    }
    .section-heading .main-heading {
      font-size: 28px;
    }
    .feature-sec .feature-box .icon-main i {
        font-size: 35px;
    }
    .feature-sec .feature-box {
      padding: 15px;
    }
    .feature-sec .feature-box .col-md-6{
      padding-left: 5px !important;
      padding-right: 5px !important;
    }
    .services-sec .service-box {
      padding: 30px 15px;
    }
    .services-sec .service-box .content .title-box {
      font-size: 17px;
    }
}

@media screen and (max-width: 570px){
  
  #testimonials .testi-item {
    padding: 10px 10px;
  }
  .blog-sec .blog-item .entry-meta .btn-details {
    padding: 5px 10px;
  }
  .blog-sec .blog-item .btn-details i {
    font-size: 12px;
  }
  .section-heading{
    margin-left: 20px;
  }
  .client-heading .icon {
    position: absolute;
    left: 87px;
    bottom: 100px;
}

@media screen and (max-width: 991px){
    .navbar {
      width: 100%;
      padding: 0;
      position: absolute;
      top: 62px;
      right:10px;
    }
}

@media only screen and (max-width: 525px){
  .footer .footer-about,
  .footer .footer-links{
    margin-bottom: 30px;
  }
  .services-sec .service-box {
    margin: 10px;
  }

  .portfolio-sec .portfolio-wrap {
    margin: 0px 10px;
  }

  .portfolio-sec .pt-5{
    padding-top: 0 !important;
  }

  .hero-sec .section-title {
    padding-top: 15px;
    font-size: 35px;
  }

  .hero-sec .heading__description p{
    font-size: 15px !important;
  }

  .hero-sec .section-subtitle {
    color: #fff;
    font-size: 15px;
    max-width: 500px;
  }

  .portfolio-sec .portfolio-wrap .portfolio-info h4 a{
    font-size: 20px;
  }

  .cta-sec-2 .section-title {
    font-size: 35px !important;
    line-height: 53px;
  }

  .cta-btn-image img {
    margin-right: 8px;
  }

  .cta-7 .btn {
    padding: 25px;
  }

  .cta-btn-image img {
    width: 100px;
    margin-top: 10px;
  }
}

body {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color: #fff;
    font-weight: 400;
    color: #6a6a8e;
    padding: 0;
    margin: 0;
}

/* ======================
    normalize css
======================= */

p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #6a6a8e;
    line-height: 24px;
    margin: 0;
    margin-bottom: 15px;
}

span {
    font-size: 16px;
    color: #666666;
}

i {
    line-height: 1;
    font-style: normal;
}

a {
    /*text-decoration: none;
    outline: 0 none;*/
    color: inherit;
}

a:hover,
a:focus {
    /*text-decoration: none;
    outline: 0 none;*/
    color: inherit;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

iframe {
    border: none;
}

/*:active,
:focus {
    outline: none !important;
}*/

.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: initial;
}

::-moz-selection {
    background: #232323;
    color: #fff;
}

::selection {
    background: #232323;
    color: #fff;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form-control:focus,
.form-control:hover {
    border-color: #5aaf29 !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.center-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.px-30 {
    padding: 0 30px;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.c-blue {
    color: #5aaf29;
}

.c-black {
    color: #232323
}

a.c-blue:hover {
    color: #232323
}

.bor-1 {
    border: 1px solid #d7d7d7;
}

.bor-b {
    border-bottom: 1px solid #d7d7d7;
}

/* ======================
    HEADINGS
======================= */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins,sans-serif;
    color: #050748;
    font-weight: 600;
    padding: 0;
}

h1 {
    font-size: 50px;
    font-weight: 700;
}

h2 {
    font-size: 40px;
    font-weight: 700;
}

h3 {
    font-size: 35px;
    font-weight: 600;
}

h4 {
    font-size: 25px;
    font-weight: 600;
}

h5 {
    font-size: 18px;
    font-weight: 600;
}

h5 a,
h6 a {
    transition: all .3s ease;
}

h5 a:hover,
h6 a:hover {
    color: #5aaf29;
}

h6 {
    font-size: 16px;
    font-weight: 600;
}

.sp-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sp-70-100 {
    padding-top: 70px;
    padding-bottom: 100px;
}

.sp-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.mb-30 {
    margin-bottom: 30px;
}

/*=========================== 
   custom scrollbar
============================= */

/* width */

::-webkit-scrollbar {
    width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #ccc;
    box-shadow: inset 0 0 5px #ccc;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #e99c2e;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #e99c2e;
}


/*================== 
    back-to-top
==================*/

#c-scroll {
    display: none;
    position: fixed;
    line-height: 40px;
    text-align: center;
    background-color: #e99c2e;
    font-size: 13px;
    font-weight: 600;
    border-radius: 20px;
    animation-delay: .95s;
    padding: 8px 13px;
    border-radius: 0;
    color: #fff;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    cursor: pointer;
    line-height: 1;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

#c-scroll:after{
    content: '';
    border: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-bottom-color: #e99c2e;
    top: -11px;
    position: absolute;
    left:13px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: -1;
}

#c-scroll:hover:after{
    top: -26px;
}

/*====================== 
    Preloader Css
========================*/

.preloader {
    height: 100%;
    width: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999999;
    text-align: center;
}

.loader-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader-inner .text {
    text-align: center;
    color: #232323;
    font-weight: 300;
    -webkit-animation: fadeAnim 1s linear infinite;
    animation: fadeAnim 1s linear infinite;
    fill: #232323;
    font-weight: 800;
    margin-top: 10px;
    margin-left: 10px;
}

.loader-inner img {
    -webkit-animation: fadeAnim 1s linear infinite;
    animation: fadeAnim 1s linear infinite;
}

@keyframes fadeAnim {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*====================== 
        Header ss
========================*/

.logo h1{
    margin-bottom: 0;
    line-height: 1;
}
.navbar-nav .nav-item .mega-heading {
    display: none !important;
}

header {
    position: relative;
    z-index: 999;
}

/* header two */

.header-two {
    padding: 10px 0;
    position: absolute;
    z-index: 9;
    width: 100%;
    left: 0;
}

.affix.sticky-menu.light {
    background-color: #232323;
}


::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
    background: #4ecac2;
}
.form-control:focus,
.form-control:hover {
    border-color: #4ecac2 !important;
}
.bg-theme{
    background-color: #4ecac2;
}
h5 a:hover, h6 a:hover {
    color: #4ecac2;
}
.c-theme {
    color:#4ecac2;
}
.all-title .title-sep {
    fill: #4ecac2;
}
/*  btn-one */
.btn-one{
    background-color: #4ecac2;
}
.btn-one:hover{
    color:#4ecac2;
}


/*  btn-two */

.btn-two{
    color: #4ecac2;
}

.btn-two:before, 
.btn-two:after {
    border-top-color:#4ecac2;
    border-bottom-color: #4ecac2;
}
#c-scroll:after{
    border-bottom-color: #4ecac2;
}
#c-scroll {
    background-color: #4ecac2;
}
.navbar-nav .nav-item:hover .nav-link {
    color: #4ecac2;
}
.navbar-toggler-icon{
    background-color: #4ecac2;
}
.dropdown-item > a::before {
    background-color: #4ecac2;
}
.navbar-nav .dropdown-menu .dropdown-item:hover>a {
    color: #4ecac2;
}

.service-box2::after{
    background-color: #4ecac2;
}

.title-sep2::after {
    background-color:#4ecac2;
}
.list-2 li:before {
    background-color:#4ecac2;
}
.filter-btn.active:before,
.filter-btn.active:after {
    background-color: #4ecac2;
}
.team-two .t-socials a:hover{
    color: #4ecac2;
}
.team-two:hover{
    border-color:  #4ecac2;
}
.team-slider-two.owl-theme .owl-nav [class*=owl-]:hover{
    color: #4ecac2;  
 }
 .service-box3 h5::after {
    background-color: #4ecac2;
}
.service-box:hover .service-content{
    background-color:#4ecac2;
    border-color: #4ecac2;
}
 .foot-title h4::after {
    background-color: #4ecac2;
 }
 .address i,
 .news-content p, 
 .news-content p i,
 .quick-link li a:hover,
 .foot-socials a:hover,
 .foot-bottom a,
 .quick-link li a:hover::after {
    color: #4ecac2;
}
.navbar-nav .nav-item .mega-heading {
    color: #4ecac2;
}
.cta {
    background-color: #4ecac2;
}
.counter-box:after {
    background-color: #4ecac2;
}
.feature-box:hover h5,
.banner-link li span {
    color: #4ecac2;
}
.header-three .menu-search a,
.widget_categories li:hover,
.widget_archive li:hover{
    color:#4ecac2;
}
.blog-item:hover .date,
.feature-box::after,
.class-box:hover h5:before, 
.class-box:hover h5:after{
    background-color: #4ecac2;
}
.price-box .amount::after {
    background:#4ecac2;
}
.price-box .amount::after,
.amount::before{
    background-color: #4ecac2;
}

.price-box2:hover h5,
.price-box:hover h5 {
    color: #4ecac2;
}
.price-content h5::after {
    background-color: #4ecac2;
}
.programs-slider-one .swiper-slide-active h5 {
    color:  #4ecac2;
}
.slider-wrap .swiper-button-prev:hover::after, 
.slider-wrap .swiper-button-next:hover::after {
    color: #4ecac2;
}
.team-one .team-social {
    background-color:#4ecac2;
}
.vid-btn:hover {
    color: #4ecac2;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
    
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
    margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

