body{
    font-family: 'Poppins', sans-serif!important;
    padding-top:0px!important;
}
@media (min-width: 1200px){
    .container {
        max-width: 1400px!important;
    }
}
.carousel-caption{
    text-align:left;
}
.mt-9{
    margin-top:9px;
}
.mb-0{
    margin-bottom:0px;
}
.mb-5{
    margin-bottom:5px!important;
}
.mb-10{
    margin-bottom:10px!important;
}
.mb-15{
    margin-bottom:15px!important;
}
.mt-80{
    margin-top:80px!important;
}
.fz-24{
    font-size:24px!important;
}
.fw-300{
    font-weight:300!important;
}
.fw-600{
    font-weight:600!important;
}
.services-item{
    cursor:pointer;
}
.featured-content p{
    color: #666666;
    font-size: 16px;
    margin-left: 12px;
}
.btn-featured{
    background-color: #5295E8;
    font-weight:500;
}
.btn-featured:hover{
    background-color: #5295E8;
    font-weight:500;
}
.grey-bg{
    background-color: #fafafa;
}
.white-bg{
    background-color: #ffffff;
}
.property-price small{
    font-size:50%;
    color:#2e2e2e;
}
.property .section-title {
    font-size: 24px;
    color: #272727;
    line-height: 12px; 
    padding-top: 9px;
    font-weight: 700;
    text-align: left;
    position: relative;
    margin: 0;
}
.property .boxes{
    border: 0;
    border-radius:8px;
    padding:18px;
}
.property .boxes .section-title{
    font-size: 20px;
    padding-top: 20px;
}
.property .boxes h2{
    color:#ffffff;
    float: left;
}
.property .boxes p{
    margin-left:220px;
}
.property .boxes p .lni-facebook-filled{
    color: #fff;
    border: 1px solid #fff;
    padding: 8px;
    border-radius: 50%;
}
.property .boxes p .lni-twitter-original{
    color: #fff;
    border: 1px solid #fff;
    padding: 8px;
    border-radius: 50%;
}
.property .boxes p .lni-youtube{
    color: #fff;
    border: 1px solid #fff;
    padding: 8px;
    border-radius: 50%;
}
.property .boxes:hover{
    border: 0;
    border-radius:4px;
    box-shadow: 0 0 20px rgba(38,38,38,.2);
}
.blue-box{
    background-color:#325CD1;
}
.sky-box{
    background-color:#1CACE1;
}
.red-box{
    background-color:#EF1E1D;
}
.footer-area p{
    color:#888888;
    margin-top:20px;
}
.footer-area .address li{
    margin-bottom:20px;
}
.footer-area .address li a{
    color:#5295E8;
}
.footer-area .address li a:hover {
    color: #0056b3;
}
.footer-area .footer-titel{
    margin-top:0px;
    padding-bottom: 20px;
}
.demo{
    background-image: url("../img/schedule-demo.png");
    padding-top: 600px;
    background-repeat: no-repeat;
    background-size: cover;
}
.property-main.last-child{
    border-right:0px;
}
.footer-area{
    background-image: url("../img/footer.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 20px 0;
}
.footer-area img{
    width: 65%;
}
a{
    color:#5fbec8;
}
a:hover{
    color:#5fbec8;
}
.fa-circle{
    font-size: 7px;
    position: relative;
    top: -4px;
}
.features-label{
    margin-left:12px;
}
@media (max-width: 991px){
    .featured-bg .featured-item h3 {
        font-size: 18px;
        text-align: center;
        line-height: 24px;
        margin-top: 24px;
    }
}
@media (max-width: 767px){
    .featured-bg .title-sub {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
    }
    .featured-content p {
        color: #666666;
        font-size: 16px;
        text-align: center;
    }
    .btn-featured, .btn-common {
        width: 100%;
        margin-top:30px;
    }
    .property{
        text-align:center;
    }
    .property .section-title{
        text-align:center;
    }
    .demo{
        padding-top:60px;
    }
    .demo .section-title-header{
        text-align:center!important;
    }
    .demo .section-title-header h2{
        text-align:center!important;
    }
}




/* -----------------*/
/* --- Theme Css ---*/
/* -----------------*/

.text-theme{
    color:#5fbec8;
}
.btn-theme{
    background-color:#5fbec8;
    border: 1px solid #5fbec8;
    color: #fff;
}
.btn-theme:hover{
    background-color:#5fbec8;
    border: 1px solid #5fbec8;
}
#main-slide .carousel-caption .form-wrap{
    padding:20px;
    background-color:#ffffff;
}
.intro-title:before{
    width: 60px;
    margin-right: 20px;
    position: relative;
    top: -5px;
    border-top: 1px solid #5fbec8;
    border-color: #5fbec8;
    border-color: #5fbec8;
    content: "";
    display: none;
}
.featured-bg .intro-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #9baaab;
    margin-top: 70px;
}
.featured-bg .title-sub {
    font-size: 40px;
    margin-bottom: 18px;
    line-height: 50px;
}
.header{
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
}
.header span{
    color: #5fbec8;
}
.featured-bg .intro-desc {
    margin-bottom: 30px;
}
.in{
    padding: 0 10px;
}
.in .img-wrap {
    width:80px;
    height:80px;
    margin-bottom:40px;
}
@media screen and (min-width: 320px) and (max-width: 812px){
    .in .img-wrap {
        margin: 0 auto 80px auto;
    }
    .in .header{
        text-align:center;
    }
    .in .descr{
        text-align:center;
    }
}
.in .img-wrap img{
    width:100%;
}
.in .header{
    font-size:18px;
    font-weight:600;
    margin-bottom:10px;
}
.in .descr{
    font-size:14px;
    font-weight:400;
    margin-bottom:10px;
    color:#19191b;
}
.column:not(:last-child):after{
    content: "";
    right: 0px;
    top: 0px;
    bottom: 0;
    border-right: 1px solid rgba(174, 222, 227, 0.3);
    position: absolute;
}
.column:hover img{
    transform: translateY(-10px);
    transition: all 0.3s ease;
}
.mb-20{
    margin-bottom:20px;
}
.mt-0{
    margin-top:0px;
}
.lh-35{
    line-height:35px;
}
.fw-400{
    font-weight:400;
}
.p-50{
    padding:50px 0;
}
/*header {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}
  
header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
  
header .container {
    position: relative;
    z-index: 2;
}
  
header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}
header h1{
    color: #fff;
    font-size: 50px;
    margin-bottom: 50px;
    line-height: 50px;
}
header h4{
    color: #fff;
    font-weight: 400;
    line-height: 70px;
} */  
.contactHolder {
    background: #5fbec8;
    padding:30px;
}
@media screen and (min-width: 320px) and (max-width: 812px){
    .contactHolder .d-flex{
        display:block!important;
        text-align:center!important;
    }
    .contactHolder .ico {
        margin-bottom:15px!important;
    }
    .contactHolder .content{
        margin-bottom:15px!important;
    }
    .services-item{
        text-align:center!important;
    }
    .intro-title:before{
        display:none;
    }
    .featured-bg .intro-title{
        text-align:center;
    }
}
.contList{
    font-size: 17px;
    line-height: 20px;
}
.contList .tell{
    font-size: 22px;
    line-height: 24px;
}
.contList  li {
    width: 33.33%;
}
.contList >li ul li{
    color:#fff!important;
}
.contactHolder .ico {
    min-width: 34px;
}
@media screen and (max-width: 992px) {
    header h1{
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    header h4{
        line-height: 50px;
    }  
}
.white-bg{
    background-color:#ffffff;
}
.p-20{
    padding:20px;
}
/* center logo */
.center-brand, .transparent-bg, .fixed-bottom, .bg-transparent-light, .bg-transparent-white, .bg-invisible, .boxed-nav {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.center-brand, .transparent-bg {
    left: 0;
    top: 0;
}
.center-brand {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.center-brand .navbar-brand {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    width:140px;
}
@media screen and (min-width: 320px) and (max-width: 812px){
    .center-brand .navbar-brand {
        left:0px!important;
        transform: translateY(0%)!important;
        top:100%!important;
        margin:0!important;
    }
    .center-brand .navbar-brand img{
        width:50%!important;
    }
    #menuToggle{
        right: 20px!important;
        top: 35px!important;
    }
}
.navbar.fixedmenu .logo-scrolled, .navbar .logo-default {
    display: inline-block;
}
.navbar-brand > img {
    width: 100%;
}
.navbar.fixedmenu .logo-default, .navbar .logo-scrolled {
    display: none;
}
.navbar-toggler {
    position: relative;
    border: none;
    border-radius: 0;
    display: none;
}
.navbar-toggler span {
    display: block;
    background: #fff;
    height: 25px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;
}
.navbar-nav .nav-item:first-child {
    margin-left: 0;
}
.navbar-nav .nav-item {
    margin: 16px 5px;
    position: relative;
}
.center-brand .navbar-nav .nav-link:first-of-type {
    background: rgba(0,0,0,0);
}
.center-brand .navbar-nav .nav-link, .transparent-bg .navbar-nav .nav-link, .fixed-bottom .navbar-nav .nav-link {
    color: #fff;
}
.nav-bottom-line .navbar-nav .nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 5px;
    background: #58b433;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
    border-radius: 50px;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}
.fixed-top{
    position: fixed!important;
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index:11;
    padding:10px 0;
}
.fixed-top .navbar-brand  img {
    width:80%;
}
.fixed-top.navbar-expand-lg .navbar-nav .nav-link{
    color:#2a2a2a;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 20px;
    padding:8px 17px;
}
.fixed-top #menuToggle{
    top:32px;
}
@media (max-width: 1366px){
    .center-brand .header-menu-toggle {
        right: 0;
    }
}
@media (max-width: 767px){
    .header-menu-toggle {
        margin-top: 4px;
        right: 0;
        position: absolute;
    }
}
.header-menu-toggle {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 1rem;
    position: absolute;
    right: 15px;
}
.center-brand .header-menu-toggle > span, .transparent-bg .header-menu-toggle > span, .fixed-bottom .header-menu-toggle > span, .just-sidemenu .toggle_white.header-menu-toggle > span, .bg-invisible .header-menu-toggle > span, .boxed-nav .header-menu-toggle > span {
    background: #fff;
}
.header-menu-toggle  span {
    height: 2px;
    width: 100%;
    background: #212331;
    display: block;
}
#menuToggle{
    display: block;
    position: absolute;
    top: 60px;
    right: 50px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}
#menuToggle input{
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0; 
    z-index: 2; 
    -webkit-touch-callout: none;
}
#menuToggle span{
    display: block;
    width: 27px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    
    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;
}
#menuToggle span:first-child{
    transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2){
    transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span{
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}
#menuToggle input:checked ~ span:nth-last-child(3){
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2){
    opacity: 1;
    transform: rotate(-45deg) translate(0, -1px);
}
#menu{
    position: fixed;
    width: 450px;
    margin: -100px 0 0 0;
    padding: 50px;
    padding-top: 50px;
    right: -100px;
    bottom:0;
    height:100vh;
    background: #ffffff;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
#menu li{
  padding: 10px 0;
  font-size: 22px;
}
#menu li a{
  color:#5fbec8;
  font-size:14px;
}
#menuToggle input:checked ~ ul{
  transform: scale(1.0, 1.0);
  opacity: 1;
}
.home_search_container {
    position: absolute;
    top: 150px;
    width: calc(100% + -800px);
    right: 0px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    background: rgb(255 255 255);
    border-radius: 4px;
    z-index: 1;
    min-height:777px;
}
@media screen and (min-width: 320px) and (max-width: 812px){
    .home_search_container{
        width: 100%!important;
    }
}
.home_search_container .form-control{   
    border:0px;
    font-size: 16px;
    color: #656565;
}
.home_search_container .input-group-text{
    border:0px;
    border-right:1px solid #e5e5e5;
    font-size: 16px;
    color: #DFDFDF;
    background-color: #fff;
    border-radius: 0;
}
.home_search_container .form-control.last-child{
    border:0px;
    font-size: 16px;
    color: #656565;
}
.home_search_container .search-btn{
    position: absolute;
    right: 15px;
    top: 25px;
    font-size: 22px;
}
.speciallity-bg {
    background-color: #5fbec8;
}
@keyframes zoom {
    0% { transform:scale(1,1); }
    50% { transform:scale(1.2,1.2); }
    100% {
        transform:scale(1,1); 
    }
}
.h-100vh{
    height:100vh;
}
/*form styles*/
#msform {
    text-align: center;
    position: relative;
}
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0px;
    /*box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);*/
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    border:1px solid #5fbec869;
    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#step2, #step3, #step4, #step5, #step6{display:none;}

/*inputs*/
#msform input, #msform textarea, #msform select {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #36868e;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
    background: #5fbec8;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #36868e;
}

#msform .action-button-previous {
    width: 100px;
    background: #C5C5F1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}

/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: capitalize;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

#msform .radio-btn {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 25px;
}
#msform .radio-btn input[type="radio"] {
    display: none;
}
#msform .radio-btn input:checked + label {
    border: 3px solid #2fcc71;
    background-color: transparent;
}
#msform .radio-btn input:checked + label:after{
    content: "\f00c";
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    border: 2px solid #5fbec8;
    background-color: #5fbec8;
    z-index: 999;
    position: absolute;
    top: -10px;
    right: -10px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 10px;
    padding: 3px;
    color: #fff;
}
#msform .radio-btn label {
    position: relative;
    color: #000;
    background-color: #ffffff;
    font-size: 14px;
    text-align: center;
    height: 75px;
    line-height: 40px;
    display: block;
    cursor: pointer;
    border: 1px solid #aaa;
    border-radius: 5px;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#msform .radio-btn .sellfield.active {
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.1), inset 0 1px 4px 0 rgba(0,0,0,.1);
    border: 1px solid #d9d9d9;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
    display: table;
    width: 100%;
    height: 100vh;
    background: #000;
}
#intro .carousel-item {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 1000px!important;
    background-size: cover;
}
#intro .carousel-item::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 1000px;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
#intro .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#intro .carousel-content {
    text-align: center;
}
#intro h2 {
    color: #333;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing:0px;
}
  
@media screen and (min-width: 320px) and (max-width: 812px){
    #intro h2 {
        font-size: 20px;
    }
}
#intro p {
    width: 80%;
    margin: 0 auto 30px auto;
    color: #fff;
}
@media (min-width: 1024px) {
    #intro p {
      width: 60%;
    }
}
#intro .carousel-fade .carousel-inner .carousel-item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
}
#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}
#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#intro .carousel-control-prev, #intro .carousel-control-next {
    width: 10%;
}
@media (min-width: 1024px) {
    #intro .carousel-control-prev, #intro .carousel-control-next {
        width: 5%;
    }
}
#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
}
#intro .carousel-indicators li {
    cursor: pointer;
}
#intro .btn-get-started {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    /*border-radius: 50px;*/
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #18d26e;
}
#intro .btn-get-started:hover {
    background: #fff;
    color: #18d26e;
}
.package-wrap .img-holder {
    height: 70px;
    width: 70px;
    max-height: 70px;
    max-width: 70px;
    min-height: 70px;
    min-width: 70px;
    margin-right: 10px;
}
.package-wrap .text .title{
    font-size: 20px;
    font-weight: 600;
    color: #333!important;
    margin-bottom: 0px;
    margin-top: 12px;
    text-align: left;
}
.package-wrap .form-check{
    padding: auto;
    margin-bottom: 15px;
}
.package-wrap input{
    width:auto!important;
}
.package-wrap hr{
    margin-top: 5px!important;
    margin-bottom: 5px!important;
}
.mt-20{margin-top:20px;}
.fieldset-content{text-align:left;}
.fieldset-content .radio-btn label{
    height: auto!important;
}
.testimonial{
    background-image: url("../img/testimonial-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial .section-title{
    color:#ffffff;
}
.no-gutter{
    padding:0;
}
.about-section .content{
    padding: 70px 70px 70px 255px;
}
@media screen and (min-width: 320px) and (max-width: 812px){
    .about-section .content{
        padding: 20px!important;
    }
    .featured-bg .title-sub{
        font-size:26px!important;
    }
    .featured-bg .intro-desc{
        text-align:center!important;
    }
    .featured-bg .btn-theme{
        width:100%!important;
    }
    .carousel-container{
        display:none!important;
    }
    #page-banner-area{
        margin-top: 80px!important;
    }
    .desktop-toggle-menu{
        display:none!important;
    }
    .mobile-toggle-menu{
        display:block!important;
    }
    .navbar-brand{
        padding:20px!important;
    }
    .navbar-brand img{
        width:60%!important;
    }
    .video-wrap {
        padding: 8px 0!important;
    }
    .video-wrap video{
        height:100%!important;
    }
    .services .section-title-header{
        text-align:center!important;
    }
    .services h2, .footer-area{
        text-align:center!important;
    }
}
.desktop-toggle-menu{
    display:none;
}
.fixed-top .desktop-toggle-menu #menuToggle {
    display: block;
    position: relative;
    top: 7px;
    right: 0;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}
.mobile-toggle-menu{
    display:none;
}
.testimonial .info-text h2 a {
    color: #ffffff;
}
#introCarousel {
    z-index: 0;
}
#introCarousel .carousel-content h3{
    text-align: left;
    line-height: 65px;
    font-size: 48px;
    letter-spacing: 2px;
    font-weight: 400;
    opacity: .8;
}
.padding-top-273 {
    padding-top: 273px;
}
.padding-bottom-273 {
    padding-bottom: 273px;
}
.mb-30{margin-bottom:30px;}
#intro .carousel-container{
    left: 15%;
    right: auto;
    width: 40%;
}
.text-black{
    color:#2a2a2a!important;
}
.desktop-toggle-menu #menuToggle{
    display: block;
    position: relative;
    top: 32px;
    right: 0;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}
.fixed-top .desktop-toggle-menu #menuToggle span{background:#2a2a2a;}
.desktop-toggle-menu #menuToggle input{
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}
.btn-theme{
    border: 1px solid #5fbec8!important;
    background-color: #5fbec8!important;
    color:#f8f9fa!important;
}
.btn-theme:hover{
    border: 1px solid #5fbec8!important;
    background-color: #f8f9fa!important;
    color:#5fbec8!important;
}
.btn-outline-theme{
    border: 1px solid #5fbec8!important;
    background-color: #f8f9fa!important;
    color:#5fbec8!important;
}
.btn-outline-theme:hover{
    border: 1px solid #5fbec8!important;
    background-color: #5fbec8!important;
    color:#f8f9fa!important;
}
.fz-12{
    font-size:12px;
}
.video-wrap{
    padding: 26px 0;
}
#pre-loader {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden !important;
    right: 0px;
    z-index: 999999;
}
#pre-loader img {
    text-align: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 99;
    margin: 0 auto;
}
#page-banner-area{
    margin-top: 0px!important;
}
.featured-bg .featured-item .icon i{
    color: #5fbec8;
}
.how{
    background-color:#ffffff!important;
}
.featured-bg .featured-item h3 a:hover {
    color: #5fbec8;
}
.mt-15{
    margin-top:15px!important;
}
.pos-rel{
    position:relative;
}
.pos-abs{
    position:absolute;
}
.video-button-wrap{
    background: rgb(8, 106, 216);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 20px 30px;
    width: 78px;
    height: 78px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
    top: 40%;
    left: 45%;
    cursor: pointer;
}
.video-button-wrap .video-button{
    font-weight: 500;
    letter-spacing: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    margin-left: 1px;
}
.video-button-wrap .video-button::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    transform: translate(-50%, -50%);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 17px solid rgb(255, 255, 255);
    border-left: 19px solid rgb(95 190 200);
}
.video-modal .close{
    position: absolute;
    z-index: 2;
    top: -30px;
    right: -30px;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent;
}
.video-modal .close span{
    font-weight: 100;
    color: #fff;
    font-size: 35px;
}