@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap');

body{
    margin: 0; 
    font-size: 16px;
    color: #0c1529;
    line-height: 1.7em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    background: rgb(255 255 255);
    font-family: 'Montserrat', sans-serif;
}
.aligncenter,.gallery-item a{display:block}
.alignleft{float:left; margin-right:15px; margin-bottom:10px}
.alignright{float:right; margin-left:15px; margin-bottom:10px}
.aligncenter{margin-left:auto; margin-right:auto}
.wp-caption{max-width:100%;padding:4px}
.entry-caption, .gallery-caption, .wp-caption .wp-caption-text{font-style:italic; font-size:12px; font-size:.857142857rem; line-height:2; color:#757575}
ul:before, ul:after{ content:''; display:table;}
ul:after{ clear:both;}
.full-img img{ width:100%; height:auto;}
img.img-crop { display: block; max-width: none }
.table-cell {display: table-cell; vertical-align: middle; padding:0;}
.table-div{ display:table; height:100%; width:100%;}
.sectiongap{padding: 50px 0 40px 0; position: relative;z-index: 0;}

li{list-style: none;}
a{color: unset;}
a:hover{text-decoration: none; color: unset;}

h1, h2, h3{
    font-family: 'Poppins', sans-serif;
}
p{
     color: #3f4448;
    font-size: 14px;
}
.menu-callbtn{
    margin-left: 10px;
}
.green-bg{
    background-color: #23a6d5;
    background-image: linear-gradient(  90deg ,#23d5ab, #23a6d5);
}
.lightbg{
    background: #d2f3ff;
}
.darkfixd-bg{
       background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    color: #fff;
}
.footer-bg{
     background-color: #242430;
        /*background-image: url(images/footer-bg.png) !important;*/
        background-repeat: repeat-x;
        color: #fff;
}
.top-10{
    margin-top: -100px;
}

.btn-style-one,
input.submit {
    position: relative;
    display: inline-block;
    font-size: 15px !important;
    line-height: 24px !important;
    color: #fff!important;
    padding: 12px 30px !important;
    font-weight: 600 !important;
    border-radius: 32px!important;
    overflow: hidden;
    text-transform: capitalize;
    vertical-align: middle;
    box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 25%) !important;
    background-color: #23a6d5 !important;
    background-image: linear-gradient(  90deg ,#23a6d5,#23d5ab) !important;
    border: 0 !important;
    box-shadow: 0 0 0 0 #e70068 !important;
    width: auto !important;
}
.comments-area{
       max-width: 100% !important;
}
    
 @keyframes pulse-red {
                0% {
                    /*transform: scale(0.85);*/
                    box-shadow: 0 0 0 0 #00bcd4b3;
                   
                }
                
                70% {
                    /*transform: scale(1.1);*/
                    box-shadow: 0 0 0 16px rgba(255, 82, 82, 0);
                   
                }
                
                100% {
                    /*transform: scale(0.85);*/
                    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
                   
                }
            }


.read-btn .btn-style-one{
    padding: 10px 35px;
    font-size: 15px;
}
.btn-style-one:hover {
    color: #fff;
    background-color: #2b2c2e;
}
.btn-style-one span, .btn-style-one i {
    position: relative;
}
.btn-style-one:before{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    content: "";
    background-color: #10536f;
    transition: .5s;
    border-radius: 32px 0 32px 32px;
}
.btn-style-one:hover:before{
    width: 100%;
}

/*Form style start*/

/*popup style start*/
.modal-content{
    border-radius: 5px;
    background: #fffffff5;
}
.enqure-form{
 /* background: #fff; */
  padding: 20px; 
      border-radius: 5px;
}
.enqure-form h2{
    color: #23a6d5;
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
}

.close {
    margin-right: 10px;
    margin-top: 6px;
    color: #000 !important;
    background-color: transparent !important;
}

/*popup style end*/


input, select {
    height: 55px;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -.021em;
    color: #7f8d99 !important;
    margin-bottom: 15px !important;
    width: 100% !important;
    /*border-radius: 10px !important;*/
    background-color: #fff !important;
    border: 1px solid #23a6d5!important;
    box-shadow: 3px 3px 3px 0px rgb(0 0 0 / 8%);
    padding: 15px 10px !important;
}
input:focus, select:focus, textarea:focus{
        box-shadow: 3px 3px 3px 0px rgb(33 197 142 / 33%) !important;
}
textarea{
     height: 150px;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -.021em;
    color: #7f8d99 !important;
    margin-bottom: 15px !important;
    width: 100% !important;
   /* border-radius: 10px !important;*/
    background-color: #fff !important;
    border: 1px solid #23a6d5!important;
    box-shadow: 3px 3px 3px 0px rgb(0 0 0 / 8%);
    padding: 15px 10px !important;
}


.menu-callbtn .btn-style-one{
    animation: pulse-red 2s infinite;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
    margin: 0;
}
.wpcf7 .ajax-loader{
    position: absolute;
    left: 0;
    bottom: 50px;
}
.form-group .link-btn {
    position: relative;
}

.form-group{
    margin-bottom: 0;
}

.formbutton{
    font-size: 16px;
    font-weight: 500;
    background-color: #23a6d5;
    background-image: linear-gradient(90deg ,#23a6d5, #23d5ab);
    border: 0 !important;
}

/*Form style End*/

ul{
    margin: 0;
    padding: 0;
}

.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}
.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(226,22,209)}
.owl-carousel .owl-item{min-height:1px; float:left; -webkit-backface-visibility:hidden; -webkit-touch-callout:none}
.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; -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{-webkit-animation-duration:1s; animation-duration:1s; -webkit-animation-fill-mode:both; animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{-webkit-animation-name:fadeOut; animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0; transition:opacity .4s ease}
.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d; 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:-webkit-transform .1s ease; transition:transform .1s ease}
.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3); -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 .4s ease}
.owl-next, .owl-prev{background-position:0 0}
.owl-carousel .owl-video-frame{position:relative; z-index:1; height:100%; width:100%}
.owl-nav{text-align:center; /*margin-top:15px;*/}

.owl-next, .owl-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-prev{
    left: 0;
    left: -65px;
}
.owl-next{
    right: 0;
    right: -65px;
}
.movileview-btn {
    background: #fff;
    width: 45px;
    height: 60px;
    border-radius: 8px;
    font-size: 30px;
    color: #23a6d5;
    box-shadow: 4px 4px 8px 0px #23a6d540 !important;
}
.owl-next i, .owl-prev i{
    line-height: 60px;
}
/*-----------owl end officialy-----------*/



/*Menu Bar style start*/
.menu-light{
    background: #fff;
   border-bottom: 1px solid hsl(99deg 57% 43% / 20%);
    box-shadow: 0px 0px 6px 0px hsl(99deg 57% 43% / 40%);
}


.custom-logo-link img {
    height: 90px;
    width: unset;
}

/*sticky header*/
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    transition: all .5s ease;
    z-index:999;
}
.sticky + .banner{
    margin-top: 99px;
}
.sticky + .innerbannermain {
    margin-top: 99px;
}
/*menu end*/

.padding-btm{
    padding-bottom: 70px;
}

/*banner section style*/

.banner{
    position: relative;
}

.banner::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(images/fullscreen-bg-pattern.png) rgba(0,0,0,.35);
    content: '';
    z-index: 1;
}

.banner .carousel-item{
    position: relative;
}

.banner .carousel-caption{ 
    transform:translateY(-50%);
    top:50%;
    width:100%;
    left:0;
    bottom: auto;
    z-index:99;
}
.banner .carousel-caption p{
    font-size:20px;
}
.banner .carousel-caption h2{
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 600;
}
.banner .carousel-caption h2 span{
    color: #5cad2f;
}

.banner .carousel-caption h5{
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: #0c1529;
    margin-bottom: 30px;
}
.banner .carousel-caption .btn{
    border-radius: 5px;
    font-weight: 700;
    padding: 12px 30px;
    font-size: 15px;
    letter-spacing: 0.5px;
    background: #ffffff00;
    color: #fff;
    border: solid 2px #fe9c01;
}
.banner .carousel-caption .btn:hover{
    background: #fe9c01;
    border-color:#fe9c01;
}
.banner .carousel-indicators{
    z-index: 444;
}
.banner .carousel-indicators li{
    border-top: unset;
    border-bottom: unset;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: solid 1px #21c58e;
    background: #fff;
}
/*banner section css end*/

/*inner banner*/

.inner-banner {
    background-color: #23a6d566 !important;
    background-size: cover !important;
    padding: 3.7em 0 3.7em;
    color: #fff;
    background-position: right !important;
}

/*inner banner end*/

.cms-wrap h2{
    color: #10536f;
    font-weight: 600;
}
.cms-wrap img{
    margin-bottom: 15px;
}















.why-choose-box {
    background: #fff;
    display: flex;
    box-shadow: 2px 9px 60px 0px rgb(37 59 112 / 10%);
    padding: 28px;
    margin-bottom: 21px;
    align-items: center;
    border-radius: 15px;
}
.why-choose-box h4 {
    font-size: 22px;
    color: #10536f;
    font-weight: 600;
}
.why-choose-box p {
    color: #7f8d99;
    font-size: 14px;
    line-height: 21px;
}
.icon-box {
    width: 100px;
    height: 100px;
    background: #d2f3ff;
    margin-right: 25px;
    border-radius: 50%;
    text-align: center;
    transition: all .3s;
    padding: 15px;
}

.offer-solutions {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}

.offer-solutions li {
    font-size: 13px;
    width: 50%;
    position: relative;
    padding-left: 18px;
}
.offer-solutions li::after{
    position: absolute;
    content: '';
    width: 11px;
    height: 11px;
    background: #1f84d4;
    background-image: linear-gradient( 90deg , #23a6d5, #23d5ab);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}





.testymonial-box{
   text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.testymonial-box img{
    margin-bottom: 10px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.clint-img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}




.section-title{
    /*margin-bottom: 30px;*/
    padding-bottom: 20px; 
}
.section-title h2{
font-size: 38px;
    position: relative;
    font-weight: 600;
    margin-bottom: 18px;
}
.section-title h2 span{
    color: #5cad2f;
}
.section-title h2::after{
    content: "";
    max-width: 235px;
    width: 100%;
    border-bottom: 2px solid #eaefe8;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;

}
.section-title h2::before{
    content: "";
    max-width: 70px;
    width: 100%;
    border-bottom: 3px solid #23a6d5;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    z-index: 9;
}
.lightbg .section-title h2::after{
    border-color: #fff; 
}


.section-title.text-left {
    margin-bottom: 10px;
}
.section-title.text-left h2::after{
    transform: unset;
    left: 0;
}
.section-title.text-left h2::before{
    transform: unset;
    left: 0;
}


.section-title h5 {
position: relative;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    display: inline-block;
   
}
.darkfixd-bg .section-title h5,
.darkfixd-bg .section-title h2,
.darkfixd-bg .section-title h5 p{
     color: #fff;
}



.image-wrapper{
    position: relative;
    margin-bottom: 30px;
    padding-left: 100px;
    padding-bottom: 80px;
}
.shape1 {
    position: absolute;
    top: -37px;
    left: 62px;
    z-index: -9;
}
.shape2{
    position: absolute;
    bottom: 40px;
    right: 0;
        z-index: -9;
}
.experiences-box {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    background: #fff;
    padding: 40px 30px;
    border-radius: 30px;
    box-shadow: 0 0 87px 5px rgb(220 230 237 / 75%);
}
.experiences-box .number{
    position: relative;
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 10px;
        color: #21c58e;
}
.exprinch-img{
    margin-bottom: 10px;
}
.exprinch-img img {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 50%;
    background: #000;
}
.experiences-box.box-p {
    bottom: unset;
    top: 20%;
    /*transform: translateY(-50%);*/
}
#carouselTestymonial .carousel-control-next i, #carouselTestymonial .carousel-control-prev i{
    font-size: 30px;
    color: #23a6d5;
}
#carouselTestymonial .carousel-indicators{
    display: none;
}
.service-box{
    box-shadow: 1px 2px 6px 0px rgb(37 59 112 / 10%);
    position: relative;
    background-color: #fff;
    padding:25px;
    transition: .5s;
    margin-bottom: 15px;
}
.service-box h3{
    font-weight: 600;
    font-size: 20px;
    color: #242430;
    position: relative;
    margin-bottom: 24px;
}
.service-box h3::before {
    content: "";
    max-width: 70px;
    width: 100%;
    border-bottom: 3px solid #23a6d5;
    position: absolute;
    left: 0%;
    bottom: -10px;
    z-index: 9;
}
.service-box h3::after {
    content: "";
    width: 100%;
    border-bottom: 2px solid #eaefe8;
    position: absolute;
    left: 0;
   
    bottom: -10px;
}
.service-img{
    width: 100%;
    margin: 0 auto;
   text-align: center;
}
.service-img img{
    width: auto;
    height: 150px;
    object-fit: cover;
    border-radius: 25px;
}


.counter-box{
    background: #fff;
    border-radius:25px; 
    padding: 40px;
    text-align: center;
    margin-bottom: 20px;
}
.counter-box .counter-number{
    position: relative;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 50px;
    color: #23a6d5;
}
.counter-text{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: #0c1529;
}

/*level section start*/
.level-main {
   /* display: flex;
    align-items: center;
    justify-content: space-between;*/
    text-align: center;
    padding: 0 15px;
}
.level-text {
  
    width: 100%;
}
.level-text p{
    font-size: 14px;
}
.level-img img{
    width: auto;
    height: 80px;
}
.level-text h3{
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 500;
    color: #fff;
}
/*level section start*/
/*compyer section start*/
    .list-icon {
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        font-weight: 700;
        box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 25%);
    }
    .list-text{
        padding-left: 50px; 
        margin-bottom: 25px;
    }
    .list-text h3{
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 5px;
        color: #5cad2f;
    }
    .list-text p{
        font-size: 14px;
        line-height: 22px;
    }

    .center-aline{
        position: relative;
    }
    .center-aline::after{

    }




/*compyer section end*/
/*logoslider*/
.logoslider{
    padding: 10px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    box-shadow: 0px 0px 4px 0px hsl(99deg 57% 43% / 12%);
    background: #fff;
}
/*logoslider*/
/*prising table start*/
.prising-table {
    padding: 30px;
    background: #fff;
    text-align: center;
    margin: 15px;
}

.prising-icon img{
    width: auto;
    height: 100px;
}
.prising-text {
    margin-bottom: 0px;
}
.prising-text h2 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #23a6d5;
    text-align: center;
}
.prising-text h3 {
    color: #23a6d5;
    font-size: 45px;
    font-weight: 600;
}
.prising-text ul{
    text-align: left;
    padding-left: 30px;
}
.prising-text ul li{
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    color: #000;
}
.prising-text ul li::after{
    content: '';
    width: 11px;
    height: 11px;
    background: #1f84d4;
    background-image: linear-gradient( 90deg , #23a6d5, #23d5ab);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}
.chargerimg img{
    position: absolute;
    bottom: -40px;
}
.leftpanel-text h2{
    font-weight: 500;
    line-height: 38px;
    color: #fff;
    font-size: 38px;
}
/*prising table end*/
/*blog*/
.post-main{
 background-color: #f5f5f5;
}

.post-item{
  position: relative;
}
.post-img{
      overflow: hidden;
    background-color: #f5f5f5;
    min-height: 57px;
    display: block;
    cursor: pointer;
   
    margin-bottom: 10px;
}
.post-img img{
     -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .5s ease-in-out;
    width: 100%;
}
.post-box{
    display: block;
    margin-bottom: 15px;
    background: #fff;
        box-shadow: 0px 0px 4px 0px hsl(99deg 57% 43% / 27%);
}
.post-box:hover .post-img img{
  -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.post-date{
    color: #808080;
    margin-bottom: 10px;
}
.post-date span{
    color: #000;
}
.post-text{
  padding: 15px;
 
}
.post-text h5{
    font-size: 22px;
    color: #000;
}


.btn-viewmore {
    background: #1690f0;
    color: #fff;
    font-size: 14px;
}
.btn-viewmore:hover {
    background: #333;
    color: #fff;
}
/*blog end*/


/*footer start*/
.footer-main{
    position: relative;
    padding: 60px 0 40px;
    background-color: #0c1529;
    color: #fff;
}

.footer-bottom {
    position: relative;
    background-color: #091122;
    padding: 12.5px 0;
}
.footer-bottom .content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom .logo {
    max-width: 175px;
}
.footer-bottom .social-icon {
    position: relative;
}
.footer-bottom .social-icon li {
    display: inline-block;
    margin: 0 3px;
}
.footer-bottom .social-icon li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgb(255 255 255 / 0.15);
    line-height: 43px;
    text-align: center;
    border-radius: 50%;
    transition: .5s;
    color: #fff;
}
.footer-menu {
    position: relative;
}
.footer-menu li {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
}
.footer-menu li:before {
    position: absolute;
    content: '';
    right: -4px;
    top: 7px;
    width: 2px;
    height: 14px;
    background-color: #b1b2b6;
}
.footer-menu li a {
    color: #b1b2b6;
    transition: .5s;
}
.footer-menu li a:hover {
    color: #21c58e;
}
.footer-menu li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.footer-menu li:last-child:before {
    display: none;
}

.widget .widget_title {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}
.about-widget .text {
    position: relative;
    color: #b1b2b6;
    margin-bottom: 30px;
    line-height: 30px;
}
.about-widget .copyright a {
    color: #21c58e;
}
.about-widget .copyright {
    position: relative;
    color: #b1b2b6;
}
.links-widget .list {
    position: relative;
}
.links-widget .list li {
    position: relative;
    font-size: 16px;
    color: #b1b2b6;
    margin-bottom: 10px;
}
.links-widget .list li a {
    color: #b1b2b6;
    transition: .5s;
}
.links-widget .list li a:hover {
    color: #21c58e;
}
.contact-widget ul {
    position: relative;
}
.contact-widget ul li {
    color: #b1b2b6;
    margin-bottom: 15px;
}
.contact-widget ul li a {
    color: #21c58e;
}


/*contact us*/

  .contact-info{
    padding:  5em 5em;
    background-size: cover !important;
    background-color: #23a6d5 !important;
    background-image: linear-gradient(  90deg ,#23d5ab, #23a6d5);
    color: #fff;
    border-radius: 0px;
  }
  .contact-info h3{
    font-size: 22px;
    letter-spacing: 1px;
  }
  .contact-info h3 i{
    margin-right: 10px;
  }
  .contact-info p{
    color: #fff;
    font-size: 16px;
  }
  .contact-info hr{
    border-color: #fff; 
  }



  /*contact us end*/

   /*photo gallery start*/

.photo-box {
  position: relative;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
}

.image-item {
  display: block;
  width: 100%;
  height: auto;
  transition: transform .5s;
}

.photo-box:hover .image-item{
  -ms-transform: scale(1.2); 
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.overlay-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #1f1f1f5c;
}

.photo-box:hover .overlay-img {
  opacity: 1;
}

.photo-text{
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.photo-text i{
  font-size: 55px;
}
/*photo gallery end*/

  /*videogallery start*/
      .galleryimg a{
        margin-bottom: 20px;
        display: block;
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 236px;
        transition: transform .5s;
      }
      .galleryimg a:hover::after{
        position: absolute;
        content: '';
        background: #00000085;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
      }
      .galleryimg a img{
        transition: transform .5s;
      }
      .galleryimg a:hover img{
        -ms-transform: scale(1.2); 
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
      }

.vedeosection{
  padding: 40px 0 26px 0;
}
.videogallery {
  position: relative;
  width: 100%;
}
   
.image-overlay {
  display: block;
  width: 100%;
  height: auto;
  height: 232px;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: .5s ease;
background-color: #00000059;
}
.videotambal{
       border: solid 0.1px rgb(66 226 245 / 55%);
    box-shadow: 0 1px 6px 0 rgb(0 123 255 / 25%);
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
}
.videotambal:hover .overlay {
  opacity: 0;
}

.overlayy .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.overlayy .text i{
    font-weight: 300;
    font-size: 65px;
    opacity: 0.5;
}
.videotitle{
    background: #179dba;
    color: #fff;
    padding: 15px;
}
.videotitle h4{
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0; 
}
.lity-close:focus{
  outline: none;
}
   /*videogallery end*/

.mape-div iframe{
    margin-bottom: -10px;
}
   /*footer style start*/
   .finfo-box{
        position: relative;
        background: #23a6d5;
        padding: 25px;
        display: flex;
        align-items: center;
        font-size: 12px;
    }
    .finfo-text p{
        color: #fff;
    }
    .finfo-box::after{
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: block;
        background-image: -webkit-linear-gradient( 0deg ,rgba(0,0,0,0),rgba(255,255,255,.25));
        background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0),rgba(255,255,255,.25));
        background-image: -ms-linear-gradient(0deg,rgba(0,0,0,0),rgba(255,255,255,.25));
        background-image: -o-linear-gradient(0deg,rgba(0,0,0,0),rgba(255,255,255,.25));
        background-image: linear-gradient( 90deg ,rgba(0,0,0,0),rgba(255,255,255,.25));
    }
    .ficon span{
        width: 50px;
        height: 50px;
        display: inline-block;
        background: #fff;
        text-align: center;
        border-radius: 50%;
    }
    .ficon span i{
        line-height: 50px;
        color: #333;
        font-size: 22px;
    }
    .finfo-text{
        margin-left: 15px;
        line-height: 20px;
        position: relative;
        z-index: 999;
    }

    .footer-text .social-icon {
        position: relative;
    }
    .footer-text .social-icon li {
        display: inline-block;
        margin: 0 3px;
    }
    .footer-text .social-icon li a {
        display: inline-block;
        width: 50px;
        height: 50px;
        background-color: #23a6d5;
        background-image: linear-gradient( 90deg , #23a6d5, #23d5ab);
        text-align: center;
        border-radius: 50%;
        transition: .5s;
        color: #fff;
    }
    .footer-text .social-icon li a:hover{
        background: #fff;
        color: #333;
    }
    .footer-text .social-icon li a i{
        line-height: 50px;
    }
    .footer-text p{
        color: #fff;
    }
    .footer-text img{
        margin-bottom: 15px;
    }
    .footer-buttom{
        background: #000;
        text-align: center;
        padding: 20px;
    }
    /*footer styke end*/

    /*backto-top*/
    #backto-top {
      display: inline-block;
       background-color: #23a6d5;
       background-image: linear-gradient(  90deg ,#23d5ab, #23a6d5);
      width: 50px;
      height: 50px;
      text-align: center;
      border-radius: 4px;
      position: fixed;
      bottom: 30px;
      right: 30px;
      transition: background-color .3s, 
        opacity .5s, visibility .5s;
      opacity: 0;
      visibility: hidden;
      z-index: 1000;
      text-align: center;
      box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 24%);
    }
    #backto-top i{
      color: #fff;
      line-height: 50px;
    }

    #backto-top:hover {
      cursor: pointer;
      background-color: #333;
    background-image: linear-gradient(  90deg ,#333, #333);
    }
    #backto-top:active {
      background-color: #555;
    }
    #backto-top.show {
      opacity: 1;
      visibility: visible;
    }

    /*backto-top end*/

    /*flot enqure button*/
    .flot-button {
        animation: pulse-red 2s infinite;
        z-index: 1000;
        text-align: center;
        position: fixed;
        top: 50%;
        right: -66px;
        text-transform: uppercase;
        transform: rotate( 90deg );
        border-radius: 0 !important;
    }
     .flot-button:before{
        border-radius: 0 !important;
     }
    /*flot enqure button*/

    /*about video sectiongap start*/
    .video-box {
        max-width: 970px;
        margin: 0 auto;
        height: 320px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        border-radius: 30px;
        background-size: cover; 
    }

.videobtn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 25px;
    display: inline-block;
    position: relative;
    background-color: #55ba47;
}
.videobtn i{
    line-height: 80px;
    position: relative;
    z-index: 9;
}
.videobtn:after{

    position: absolute;
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -15px;
    content: '';
    background-color: rgb(33 197 142 / 0.50);
    border-radius: 50%;
}
.videobtn:before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 14%);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 14%);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
                box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
                box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
                box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
                box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}
/*about video section end*/


.service-section .des-text h2{
    font-size: 35px;
    text-transform: uppercase;
}

.pland-text h4{
    font-size: 18px;
    text-decoration: underline;
    color: #23a6d5;
    font-weight: 600;
}
.pland-text p{
    font-size: 14px;
    line-height: 22px;
}

.plan-form{
    margin-bottom: 15px;
    margin-top: 15px;
    position: sticky;
    top: 115px;;
}

/*blog details*/
.blog-dtls h4 {
    margin-bottom: 24px;
    font-size: 30px;
    position: relative;
    color: #000;
    font-family: 'Abril Fatface', cursive;
    font-weight: normal;
    letter-spacing: 1px;
}



.blog-dtls h4:after{
    position: absolute;
    content: '';
    background: #55ba47;
    width: 100%;
    height: 2px;
    bottom: -10px;
    left: 0;
    margin: 0 auto;
}

.blog-dtls ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 14px;
}
.blog-dtls ul li:before {
    left: 0;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
    font-size: 15px;
    color: #fff;
    width: 30px;
    height: 30px;
    background-color: #23a6d5!important;
    background-image: linear-gradient( 90deg ,#23a6d5,#23d5ab)!important;
    text-align: center;
    line-height: 30px;
    border-radius: 50px 50px 0 50px;
}
.blog-dtls p a{
  color: #3a70b7;
}
.blog-dtls ul .list-inline-item{
   padding-left: 0 !important;
}
.blog-dtls ul .list-inline-item:before{
  display: none;
}


.blog-dtls ul .list-inline-item
.cms-wrap #comments .comments-title, .cms-wrap #reply-title {
    font-size: 20px;
    color: #265394;
        font-weight: 600;
}
.blog-dtls h2 {
       font-size: 30px;
    font-weight: 50;
    color: #333;
    letter-spacing: 1px;
   
}

.blog-dtls .comments-title{
    font-size: 22px;
    margin-bottom: 4px;
    font-weight: 500;
}

.blog-dtls input[type="radio"], .blog-dtls input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    display: inline-block;
    width: auto !important;
    height: auto;
}

 .blog-dtls input[type="submit"]{
    font-size: 16px;
    font-weight: 500;
    background-color: #23a6d5!important;
    background-image: linear-gradient( 90deg ,#23a6d5,#23d5ab)!important;
    border: 0 !important;
    width: auto !important;
    color: #fff !important;
 }
 /*blogdetails End*/

 /*blog page right panel*/

     #archives-2,
     #recent-posts-2 {
        padding: 30px;
        box-shadow: 0 0 7px 2px rgb(213 213 213/75%);
        margin-bottom: 30px;
    }

    #archives-2 .widget-title,
     #recent-posts-2 .widget-title {
     font-size: 18px;
    border-bottom: solid 1px #8bc34a;
    padding-bottom: 6px;
    color: #000;
    letter-spacing: 1px;
    }

    #archives-2 ul,
    #recent-posts-2 ul {
        margin: 0;
        padding: 0
    }

    .comment-list{
        margin-top: 5px;
    }


/*blog page right panel end*/
/*thank you*/
.thankyou-main{
    padding: 50px 0 100px 0;
}
.thankyou-box{
    padding: 30px;
    box-shadow: 3px 3px 8px 0px rgb(33 197 142 / 21%) !important;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
    border-radius: 25px;
}
        /*thank you end*/

.wpcf7-not-valid-tip{display:none!important;}
.captcha-box input{width: 35% !important;border:1px solid var(--primary)!important;}
.captcha-box span {
    display: flex;
    align-items: center;
    gap: 10px;
}