*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    list-style: none;
    font-family: 'Open Sans', sans-serif;
}
.wrapper{
    width: 95%;
    float: none;
    margin: 0 auto;
    max-width: 1200px;
}
.g-recaptcha{
    width:100%;
    float:left;
    margin-top: 10px;
}
.error{
    color: #df2a2a !important;
    float: left;
}
.p-t{
    padding-top: 80px;
}
.p-b{
    padding-bottom: 80px;
}
.row{
    width: 100%;
    float: left;
}
.header-logo{
    text-align: center;
    padding-top: 33px;
}
.header-logo img{
    width: auto;
    float: none;
}
.header-menu{
    text-align: center;
    padding: 22px 0;
}
.header-menu ul{
    width: 100%;
}
.header-menu ul li{
    display: inline-block;
    color: #333e42;
    padding: 0 16px;
}
.header-menu ul li a{
    font-size: 15px;
    font-weight: 500;
    color: #333e42;
    text-decoration: none;
}
.header-menu ul li a:hover{
    color: #2eb6ea;
}
.header-menu .fa-phone{
    font-size: 20px;
    font-weight: 700;
    transform: rotate(270deg);
}
.mobile-menu {
    display: none;
}
.mobile-btn .call-btn{
    font-size: 15px;
    font-weight: 500;
    padding: 5px 14px;
    color: #333e42;
    text-decoration: none;
    border-radius: 5px;
    background-color: #2eb6ea;
    border: 1px solid #2eb6ea;
}
.mobile-btn .call-btn:hover{
    color:#2eb6ea;
    background:transparent;
}
.mobile-btn{
    text-align: center;
    padding: 38px 0;
}
.whatsapp-btn{
    position: relative;
}
.whatsapp-btn:before{
    content: url('https://api.iconify.design/logos/whatsapp-icon.svg?width=20&height=20');
    position: relative;
    right: 6px;
    top: 3px;
}
.mobile-btn{
    display: none;
}
.banner{
    position: relative;
}
.banner img{
    width: 100%;
    float: left;
}
.banner-content{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.banner-txt{
    width: 62%;
    float: left;
}
.banner-txt h1{
    font-size: 39px;
    font-weight: 500;
    color: #ffffff;
    line-height: 50px;
    margin-bottom: 12px;
    text-shadow: 3px 3px 5px #000000;
}
.banner-txt p{
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 29px;
    text-shadow: 3px 3px 5px #000000;
}
.banner-txt .find-more{
    margin-top: 45px;
}
.banner-txt .find-more a{
    font-size: 15px;
    font-weight: 500;
    padding: 14px 34px;
    color: #2eb6ea;
    text-decoration: none;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}
.banner-txt .find-more a:hover{
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #ffffff;
    background-color: transparent;
}
.inner-banner-txt{
    width: 60%;
    float: none;
    margin: 0 auto;
    text-align: center;
}
.inner-banner-txt h1{
    font-size: 39px;
    font-weight: 500;
    color: #ffffff;
    line-height: 50px;
    margin-bottom: 12px;
    text-shadow: 3px 3px 5px #000000;
}
.inner-banner-txt p{
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 29px;
    text-shadow: 3px 3px 5px #000000;
}
.home-about-boxes{
    width: 100%;
    display: grid;
    gap: 65px;
    grid-template-columns: 1fr 1fr;
}
.home-about-box{
    width: 100%;
    float: left;
}
.home-about-box h2{
    font-size: 30px;
    font-weight: 400;
    color: #1e1e1e;
    line-height: 35px;
    margin-bottom: 20px;
}
.home-about-box h4{
    font-size: 22px;
    font-weight: 400;
    color: #1e1e1e;
    line-height: 35px;
    margin-bottom: 10px;
}
.home-about-box p{
    font-size: 16px;
    font-weight: 300;
    color: #666666;
    line-height: 26px;
}
.home-about-box a{
    font-size: 16px;
    font-weight: 300;
    color: #2eb6ea;
    line-height: 26px;
    text-decoration: none;
}
.home-about-box img{
    width: 100%;
    float: left;
}
.home-about-box ul{
    width: 50%;
    float: left;
}
.home-about-box ul li{
    font-size: 16px;
    font-weight: 400;
    line-height: 37px;
    color: #666666;
}
.home-about-box .fa-check{
    font-size: 20px;
    font-weight: 300;
    color: #2eb6ea;
}
.home-about-box .find-more{
    margin-top: 45px;
}
.home-about-box .find-more a{
    font-size: 15px;
    font-weight: 500;
    padding: 14px 34px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    background-color: #2eb6ea;
    border: 1px solid #2eb6ea;
}
.home-about-box .find-more a:hover{
    font-size: 15px;
    font-weight: 500;
    padding: 15px 35px;
    color: #2eb6ea;
    text-decoration: none;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #2eb6ea;
}
.home-logo{
    background-color: #fbfbfb;
}
.logo-boxes{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.logo-img-box{
    width: 100%;
    float: left;
}
.logo-img-box img{
    width: 100%;
    float: left;
}
.container-1{
    padding: 130px 0;
    background: url(../images/bg-img-1.jpg) left top no-repeat;
    background-size: cover;
    text-align: center;
}
.cont-1-txt{
    width: 60%;
    float: none;
    margin: 0 auto;
}
.cont-1-txt p{
    font-size: 16px;
    font-weight: 400;
    color: #fbfbfb;
    line-height: 30px;
}
.cont-1-txt h4{
    font-size: 16px;
    font-weight: 600;
    color: #fbfbfb;
    margin-top: 25px;
}
.footer{
    background-color: #333e42;
}
.ftr-content{
    width: 100%;
    display: grid;
    gap: 40px;
}
.ftr-cont-box{
    width: 100%;
    float: left;
}
.ftr-item1{
    grid-column: 1 / span 1;
    grid-row: 1;
}
.ftr-item2{
    grid-column: 2;
    grid-row: 1;
}
.ftr-item3{
    grid-column:  3 / span 4;
    grid-row: 1;
}
.ftr-cont-box h3{
    font-size: 18px;
    font-weight: 600;
    color: #dbdbdb;
    line-height: 15px;
    margin-bottom: 25px;
}
.ftr-cont-box img{
    width: auto;
    float: left;
    margin-bottom: 30px;
}
.ftr-left-txt p{
    font-size: 15px;
    font-weight: 500;
    color: #dbdbdb;
    line-height: 30px;
}
.ftr-left-txt span{
    font-size: 13px;
    font-weight: 500;
    color: #dbdbdb;
}
.ftr-left-txt span a{
    color: #dbdbdb;
    text-decoration: none;
    border-bottom: 1px solid #dbdbdb;
}
.ftr-left-txt span a:hover{
    color: #2eb6ea;
    border-bottom: 1px solid #2eb6ea;
}
.ftr-left-link{
    margin-bottom: 30px;
}
.ftr-left-link a{
    color: #dbdbdb;
    font-size: 0px;
}
.ftr-left-link a:hover{
    color: #2eb6ea;
}
.fa-instagram, .fa-facebook-square, .fa-twitter{
    font-size: 30px;
    margin-right: 10px;
}
.ftr-address p{
    font-size: 14px;
    font-weight: 500;
    color: #dbdbdb;
    line-height: 22px;
}
.ftr-right-link{
    margin-top: 30px;
}
.ftr-right-link p{
    font-size: 14px;
    font-weight: 500;
    color: #dbdbdb;
    line-height: 22px;
}
.ftr-right-link a{
    font-size: 14px;
    font-weight: 500;
    color: #dbdbdb;
    line-height: 22px;
    text-decoration: none;
}
.ftr-right-link a:hover{
    color: #2eb6ea;
}
.ftr-contact-left{
    width: 49%;
    float: left;
    margin-right: 1%;
}
.ftr-contact-right{
    width: 49%;
    float: left;
    margin-left: 1%;
}
.ftr-contact-left input{
    width: 100%;
    height: 36px;
    margin-bottom: 8px;
    outline: none;
    border: none;
    color: #6f7375;
    font-size: 12px;
    font-weight: 700;
    padding: 15px 10px;
}
.ftr-contact-left input::placeholder, .ftr-contact-right textarea::placeholder{
    color: #6f7375;
    font-size: 12px;
    font-weight: 700;
}
.ftr-contact-right textarea{
    width: 100%;
    height: 124px;
    outline: none;
    border: none;
    color: #6f7375;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 7px;
    padding: 15px 10px;
    resize: none;
}
.footer .send input{
    width: 100%;
    height: 31px;
    margin-top: 7px;
    outline: none;
    border: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    background-color: #2eb6ea;
    cursor: pointer;
}
.footer .send input:hover{
    color: #2eb6ea;
    background-color: #ffffff;
}
/* ------------------------------Gallery------------------------------- */
.gallery-video{
    padding: 60px 0;
    background-color: #2eb6ea;
    text-align: center;
}
.gallery-video iframe{
    border: 5px solid #ffffff;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
}
.gallery-image-boxes{
    width: 100%;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.gallery-img-box img{
    width: 100%;
    float: left;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
}
.gallery-image h3{
    font-size: 28px;
    font-weight: 400;
    color: #2eb6ea;
    line-height: 35px;
    margin: 20px 0;
}
/* ------------------------------Contact Us------------------------------- */
.contact-form label {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #1e1e1e;
    margin: 6px 0;
}
.contact-form input{
    width: 100%;
    float: left;
    border: solid 1px #dedede;
    padding: 10px;
    border-radius: 5px;
    color: #1e1e1e;
    outline-color: #2eb6ea;
}
.contact-form textarea{
    height: 120px;
    width: 100%;
    float: left;
    border: solid 1px #dedede;
    padding: 10px;
    border-radius: 5px;
    color: #1e1e1e;
    resize: none;
    outline-color: #2eb6ea;
}
.contact-form .send{
    width: auto;
    float: left;
    margin-top: 30px;
}
.contact-form .send input{
    outline: none;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px 50px;
    letter-spacing: 2px;
    text-decoration: none;
    border: 1px solid #2eb6ea;
    background-color: #2eb6ea;
}
.contact-form .send input:hover{
    color: #2eb6ea;
    background-color: #ffffff;
    border: 1px solid #2eb6ea;
}
/* ------------------------------Reference------------------------------- */
.ref_row {
    width: 100%;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
    grid-gap: 15px;
}
.ref_row .ref_col {
    width: 100%;
    float: left;
    border: solid 1px #e0e0e0;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
    padding: 10px 10px 15px;
}
.ref_col img {
    max-width: 100%;
    vertical-align: middle;
}
.ref_row .ref_col h3 {
    color: #2eb6ea;
    font-weight: bold;
}
.ref_row .ref_col p{
    font-size: 15px;
    margin: 2px 0 10px;
    line-height: 25px;
}
.ref_row .ref_col a {
    display: inline-block;
    background: #2eb6ea;
    color: #ffffff;
    padding: 8px 18px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-decoration: none;
}
/* ------------------------------Mobile Menu------------------------------- */
.sidenav{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: #333e42;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 35px;
    text-align: left;
}
.sidenav a{
    padding: 8px 8px 8px 10px;
    text-decoration: none;
    font-size: 16px;
    color: #2eb6ea;
    display: block;
    transition: 0.3s;
}
.sidenav a:hover{
    color: #dbdbdb;
}
.sidenav .closebtn{
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    line-height: 30px;
    color: #dbdbdb;
}
.mobile-menu span{
    cursor: pointer;
}
.mobile-menu .fa-bars{
    font-size: 30px;
    line-height: 22px;
    color: #333e42;
    margin-top: 40px;
}
.ftr-none{
    display: none;
}
.inner-footer{
    padding: 20px 0;
    background-color: #333e42;
}
.inner-footer .left {
    float: left;
}
.inner-footer .left, .inner-footer .right, .inner-footer .right a{
    font-size: 15px;
    line-height: 28px;
    font-weight: normal;
    color: #fff;
}

.inner-footer .right {
    float: right;
}
#owl-demo1 .owl-controls{position:absolute;width:100%;text-align:center;bottom:2px;z-index:9;}
.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y;}
.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out;}
.owl-carousel .owl-item{float:left;}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{cursor:pointer;}
.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
.grabbing{cursor:url(grabbing.png) 8 8, move;}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{-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-theme .owl-controls{margin-top:10px;text-align:center;}
.owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;*display:inline;margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#869791;filter:Alpha(Opacity=50);opacity:0.5;}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none;}
.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline;}
.owl-theme .owl-controls .owl-page span{display:block;width:15px;height:15px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:0.5;border:2px solid #2eb6ea;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#fff;}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1;}
.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;}
.owl-item.loading{min-height:150px;background:url(AjaxLoader.gif) no-repeat center center}
.owl-nav{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.owl-nav button{
    display: flex;
}
button.owl-prev{
    float: left;
    margin-left: 4%;
}
button.owl-next{
    float: right;
    margin-right: 4%;
}
button.owl-prev span{
    display: inline-block;
    font-size: 0;
    width: 50px;
    height: 48px;
    background: url(../images/nav-arrow.png) left center no-repeat;
}
button.owl-next span{
    display: inline-block;
    font-size: 0;
    width: 50px;
    height: 48px;
    background: url(../images/nav-arrow.png) right center no-repeat;
}
/*.owl-dots{display: none}*/


#owl-demo-1 .owl-item{
    width: 380px !important;
    margin:10px !important;
    height: 165px !important;
}
@media only screen and (max-width: 1250px){
    .home-about-boxes {
        grid-template-columns: 1fr;
    }
    .home-about{
        text-align: center;
    }
    .home-about-box ul{
        text-align: left;
    }
    .home-about-box iframe{
        width: 100%;
    }
    .logo-boxes {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .logo-img-box{
        text-align: center;
    }
    .logo-img-box img {
        width: auto;
        float: none;
    }
    .container-1 {
        padding: 80px 0;
    }
    .contact-form label{
        text-align: left;
    }
    .ref_row {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media only screen and (max-width: 991px){
    .header-menu ul li{
        padding: 0 2px;
    }
    .banner-txt{
        width: 100%;
    }
    .cont-1-txt{
        width: 90%;
    }
    .ftr-content{
        text-align: center;
    }
    .ftr-item1{
        grid-column: 1;
        grid-row: 1;
    }
    .ftr-item2{
        grid-column: 2;
        grid-row: 1;
    }
    .ftr-item3{
        grid-column: 1 / span 2;
        grid-row: 2;
    }
    .ftr-cont-box img {
        float: none;
    }
    .inner-banner-txt {
        width: 100%;
    }
    .ref_row {
        grid-template-columns: 1fr 1fr;
    }
    .contact-form .send {
        width: 100%;
    }
}
@media only screen and (max-width: 767px){
    .mobile-btn {
        width:auto;
    display: block;
}
    .header-logo{
        width: 50%;
        padding: 30px 0;
    }
        .mobile-menu{
        width: 50%;
        display: block;
        text-align: right;
    }
    .header-logo img{
        float: left;
    }
    .header-menu{
        display: none;
    }
    .banner-txt h1{
        font-size: 34px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .inner-banner-txt h1{
        font-size: 34px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .banner-txt p{
        line-height: 24px;
    }
    .inner-banner-txt p{
        line-height: 24px;
    }
    .banner-txt .find-more{
        margin-top: 20px;
    }
    .logo-boxes{
        grid-template-columns: 1fr 1fr;
    }
    .container-1{
        padding: 50px 0;
    }
    .gallery-video {
        padding: 30px 0;
    }
    .gallery-image-boxes {
        grid-template-columns: 1fr 1fr;
    }
    .gallery-image h3 {
        font-size: 24px;
        margin: 20px 0;
    }
}
@media only screen and (max-width: 599px){
    .banner-txt p {
        font-weight: 400;
        line-height: 20px;
    }
    .banner-txt .find-more {
        display: none;
    }
    .cont-1-txt {
        width: 100%;
    }
    .ftr-item1{
        grid-column: 1;
        grid-row: 1;
    }
    .ftr-item2{
        grid-column: 1;
        grid-row: 2;
    }
    .ftr-item3{
        grid-column: 1;
        grid-row: 3;
    }
    .gallery-video {
        padding: 15px 0;
    }
    .gallery-video iframe{
        width: 100%;
        float: left;
    }
    .ref_row {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 500px){
    .inner-footer .left, .inner-footer .right{
        float: none;
        text-align: center;
    }
}
@media only screen and (max-width: 479px){
    .p-b {
        padding-bottom: 40px;
    }
    .p-t {
        padding-top: 40px;
    }
    .banner-txt h1, .inner-banner-txt h1{
        font-size: 25px;
    }
    .banner-txt p, .inner-banner-txt p{
        display: none;
    }
    .home-about-box ul {
        width: 100%;
        float: left;
    }
    .home-about-box h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .logo-boxes {
        grid-template-columns: 1fr;
    }
    .ftr-contact-left{
        width: 100%;
        margin-right: 0;
    }
    .ftr-contact-right {
        width: 100%;
        margin-left: 0;
    }
    .gallery-image-boxes {
        grid-template-columns: 1fr;
    }
    .gallery-image h3 {
        font-size: 20px;
        margin: 10px 0;
        line-height: 29px;
    }

}
