@import url('https://fonts.googleapis.com/css2?family=Philosopher:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=Playfair+Display&family=Raleway&display=swap');

body{
    margin:0;
    padding:0;
    font-family: 'Poppins', sans-serif;
    min-height: 100vh;
	display: flex;
	flex-direction: column;
}
a{color: #81c467;text-decoration: none;}
a:hover{text-decoration: none;}
img{
  max-width: 100%;
}
li{list-style: none;}
.section-gaping{background: #fff;padding: 30px 0;}
.section-gaping:nth-child(odd) {background: #f0f0f0;padding:30px 0;}
.section-gaping.dbluebg{
	background-image: linear-gradient(to right, #1d384f, #6bbef9);
    color: #fff;
}

p {
    font-size: 15px;
}

.section_title{
    margin-bottom: 30px;
    text-align: center;
}	
.section_title2{
    margin-bottom: 30px;
    text-align:left;
}
.section_title2 h2
{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-bottom: 18px;
    font-size: 24px;
	color:#1d384f;
	position: relative;
}
.section_title h2{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-bottom: 18px;
    font-size: 36px;
	color:#1d384f;
	position: relative;
}
.section_title h2:after{
    position: absolute;
    content: '';
    background: #2a8a9d;
    width: 60px;
    height: 4px;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.section_title h3{
    font-weight: 700;
    margin-bottom: 18px;
    font-size: 24px;
	color:#000;
}
.section_title p,.section_title2 p{font-weight: 500;}
h1{font-family: 'Raleway', sans-serif;font-weight: 400;font-size: 40px;}
h3{
	font-family: 'Philosopher', sans-serif;font-weight: 400;
    margin-bottom: 16px;
    font-size: 30px;
    font-weight: 600;
	color:#1d384f;
}
h4{ font-size: 22px; font-weight:700;color:#1d384f;margin-bottom: 10px;}
.bg-gradent{
      background-image: linear-gradient(to right, #e9fffe, #bdf5f557, #bdf5f500, #e9fffe);
}
/*header section*/

.banner_heading {
    background-color: #c0c0c0;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #1f68a6;
    text-align: center;
    border-bottom: 1px solid #9defff;
    padding: 10px 0;
    font-family: 'Raleway', sans-serif;
}
.banner_heading p{margin:3px 0 0 0;color:#0e3c64;}
.banner_heading p span{font-size:17px;color:#111;margin:0 6px;}
.topmid{color:#fff;}
.navbar{
    -webkit-box-shadow: 0 2px 3px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgb(0 0 0 / 10%);
    background:#fff;
    /* border-bottom: 4px solid;
	border-image: linear-gradient(to right, #81c467, #fff, #81c467); */
	border-image-slice: 1;
	padding:0; 
    padding-bottom: 0.6pc;
    z-index:9999;
}
.navbar-brand {
	
	padding: 8px 5px 0 5px;
	margin-right: 0;

	}

.navbar .btn_blue_rounded  {
	background: linear-gradient(-45deg, #1d384f, #1e629d, #1d384f, #1e629d);
    background-size: 400% 400%;
    animation: gradient 4s ease infinite;
	color:#fff;
  border-radius:25px;
  padding:4px 15px!important;
  box-shadow:none;
  border:0;
  font-size:14px;
  font-weight:600;
  margin:0 10px;
	outline:0;
}
 @keyframes gradient {
  0% {
	background-position: 0% 50%;
  }
  50% {
	background-position: 100% 50%;
  }
  100% {
	background-position: 0% 50%;
  }
}
.navbar .btn_blue_rounded:hover {background:#33c4a8;color:#fff;}

.navbar .btn_blue_rounded i{background:transparent;width:auto;font-size:16px; color:#fff;}
.social-media-top li.call a i {
	background:#81c467;
	width:30px;
	height:30px;
	border-radius:50%;
    font-size: 15px;
	text-align:center;
    line-height: 30px;
	color:#fff;
}
.social-media-top {margin: 0; padding: 0;align-items: center;display:flex;}
.social-media-top li {display: inline-block;margin-left: 20px;}
.social-media-top li a{font-size: 16px; font-weight:600;color: #1d384f;text-align:center;}
.social-media-top li:hover a{color: #2a8a9d;}
.fixed-top {background: #fff;box-shadow: 0px 15px 10px -15px #11111152;}

.social-media-top li.btn_blue_rounded span{
	font-family: 'Poppins', sans-serif;
    font-size: 12px;
	margin-left:5px;
	color:#fff;
}
.social-media-top li i {
    font-size: 11px;
    line-height: 40px;
	background:#1d384f;
	color:#fff;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	border-radius:50%;
	  
}
.social-media-top li strong {display: block;margin:10px 0;}



/*banner start*/

.carousel-indicators [data-bs-target] {
    width: 14px;
    height: 14px;
	border-radius:50%;
    background-color: #2a8a9d ;
	display:block;
}
.banner-main{margin-top:78px;}
.carousel-indicators {bottom: -45px;}
.banner-main .carousel-indicators {
    z-index: 444;
    left: -125px;
    bottom: unset;
    transform: translateY(-50%);
    top: 50%;
    display: unset;
    padding: 0;
    margin-right: 5%;
}
.banner-main .carousel-item{
    position: relative;
}

.banner-main .carousel-caption{ 
    transform:translateY(0);
    width:100%;
    left:8%;
    right:0;
	margin:0 auto;
	padding-bottom:0;
    bottom:-8px;
    z-index:99;
    text-align: left;
}

.banner-main .carousel-caption h2{
	width:55%;
	background:rgba(0,0,0,.8);
	padding:8px;
	font-family: 'Poppins', sans-serif;
    font-size: 25px;
    line-height: 34px;
    text-transform: capitalize;
    font-weight: 500;
	color:#fff;
	border-radius:0 0 8px 8px;
	border:1px solid #fff;
    text-align:center;
	height:90px;
	vertical-align:middle;
}
.banner-main .carousel-caption h2:after{
    background:transparent;
    width:0;
    height:0;
    bottom:0;
}
.banner-main .carousel-indicators{
    z-index: 8888;width:50px;
}
.banner-main .carousel-indicators li{
    border-top: unset;
    border-bottom: unset;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: solid 2px #fff;
    background: #ff0000;
	    margin: 8px 0;
}
/*banner end*/



input,  textarea, select{
    width: 100% !important;
    height: 45px !important;
    border: 0px solid #2884d2!important;
    padding: 8px !important;
    font-size: 14px !important;
    border-radius: 4px !important; 
	color:#666!important; 
}
input:focus,
textarea:focus,
select{
    outline: none !important;
}

textarea{
    height: 80px !important;
    resize: none !important;
}

input[type=submit]{
   background:#1d384f;
    color: #fff!important;
    text-align: center;
    border-radius: 4px!important;
    padding: 10px 30px;
    letter-spacing: 2px;
    font-size: 16px!important;
    font-weight: 600;
    text-transform: uppercase;
    transition: all ease-in-out .3s;
    cursor: pointer;
    height: auto;
	border: 1px solid #fff!important;
}
input[type=submit]:hover{
background:#81c467;
}

.custom-hr{
    border-top: 3px solid #2884d2 !important;
    margin-top: 0;
}
.white{color:#fff!important;}
footer .white img{width:55px;}
footer{
    background: #222222;    padding: 16px 0;margin-top: auto;
}
.disclimer p{font-size: 12px!important;font-style:italic;}
.copyright p{
	color:#bbb;    
	font-size: 14px;
	margin: 7px 0 0 0;
}

.darkfixd-bg {
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    color: #fff;
}

.modal-content{
    position: relative;
}
.enqure-form{
  background: #fff; 
  padding: 20px; 
      border-radius: 15px;
}
.enqure-form h2{
    color: #009688;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
        letter-spacing: 1px;
}
.close {
    margin-right: 0px;
    margin-top: 0px;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 10;
    position: absolute;
    top: -20px;
    right: -15px;
    background: #0abeda !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.close:hover{
    color: #fff;
    opacity: 10;
}
/*modal end*/


    /*sochal icon bar*/
.sochal-icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99999;
    display: none;
	
}

.sochal-icon-bar a {
    display: block;
    text-align: center;
    padding: 12px;
    transition: all 0.3s ease;
    color: white;
    font-size: 17px;

}
.sochal-icon-bar a i{
    color: #fff;
}

.sochal-icon-bar a:hover {
    background-color: #000;
    color: #fff;
}



.thankyou-main{
  padding: 135px 0 135px 0;
}
.thankyou-box{
  padding: 50px;
  box-shadow: 3px 3px 8px 0px rgb(33 197 142 / 21%) !important;
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
  border-radius: 25px;
}


@media (max-width: 575.98px){

  .navbar-brand img{height:60px;}
  .btn_blue_rounded {padding: 8px 12px!important;font-size: 14px;}
  .navbar-brand {margin-right: 0;}

    .sochal-icon-bar {
        position: fixed;
        top: unset;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: unset;
        z-index: 99999;
        bottom: 0;
        width: 100%;
        background: #fff;
        display: flex;
    }
    .sochal-icon-bar a {
        display: inline-block;
        text-align: center;
        padding: 10px;
        transition: all 0.3s ease;
        color: white;
        font-size: 20px;
        width: 100%;
    }
    #backto-top{
        bottom: 60px;
    }
.frm_position {
    position: relative!important;
    top: 0!important;
    width: 100%;
    margin: 0 auto;
    right: 0%!important;
}
.form_area {
	margin-top:15px;
	background:transparent!important;
}
.form_area h1 {color: #fff;}
.form_area_mid {padding: 15px 15px 6px 15px;}
.h2, h2 {
    font-size: 20px!important;
    font-weight: 700;
    margin-bottom: 0;
}

h4 {font-size: 20px;}
h5 {font-size: 13px;}
i.left_right {font-size: 20px;}
.oxy-progress-bar-overlay-text {margin-top: -46px;}
.oxy-progress-bar {margin-bottom: 28px;}

.skills {margin-top: 70px!important;}
footer .social-media-top {display:none;}
.lead_graphic img {width: 100%;}
.case-studies-text { padding: 15px;}
.heading2 {font-size: 20px;}
.bluebox_txt{font-size: 14px!important;}
.bluebox_txt2 { margin-top: 12px;}
.conteact-about h3 {font-size: 18px;}
.section-gaping:nth-child(odd) {padding: 15px 0;}
.service-maibn .service-title h4 {height: auto!important;}


}

/*sochalicon bar end*/

@media(max-width: 1199.98px){
  .banner-main .carousel-caption h2 {
      font-size: 40px;border:0;
  }
}
@media (max-width: 991.98px) { 
  .owl-next, .owl-prev {
      background: #fff9;
  }
  .owl-next {
      right: -18px;
  }
  .owl-prev {
      left: -18px;
  }
}

@media (max-width: 767.98px) { 

    .section-gaping h2{
            font-size: 2rem;
            margin-bottom: 6px;
    }
    .owl-next {
      right: -8px;
  }
  .owl-prev {
      left: -8px;
  }

  .audit-form{
    padding: 25px 20px;
  }
  .banner-main .carousel-caption h2 {
      font-size: 30px;
  }
  .banner-main .carousel-caption .btn{
    padding: 10px 16px;
    font-size: 12px;
  }
  .pross-box{
    max-width: 133px;
  }

      .service-des p{
        height: auto;
      }


 }
@media (max-width: 575.98px) { 


    .section-gaping{
        padding: 20px 0 15px 0;
    }
    /*.social-media-top,
    .contact-dtls{
        margin-bottom: 10px;
    }*/
    
	.banner-main .carousel-item img {
        height: 220px;
        background-size: 100% 100%;
        object-fit: cover;
        object-position: 0;
	} 

	.banner-main .carousel-item img.banner_img1_m {
        height: 555px;
        object-fit: cover;
        object-position: 80%;
    }
    .banner-main .carousel-caption {
        transform: unset;
        top: unset;
        width: 100%;
        left: 0;
        bottom: auto;
        z-index: 99;
        background: -webkit-linear-gradient( #81c467, #81c467 80%);
	
        bottom: 14px;
        padding-bottom:0;
        text-align: center;
		position: inherit;
		height:85px;
		padding:0;
    }
    .banner-main .carousel-caption h2 {
		width:100%;
        font-size: 18px!important;
		line-height:26px;
        margin-bottom:0;
        letter-spacing: 0;
        background:transparent;
    -webkit-background-clip: transparent;
    -webkit-text-fill-color:#fff;
    }




 }
 
 
 
 @media only screen and (max-width: 767px) {
 .videomain::after {left: 17px!important;}
.videomain::before {left: 25px!important;}
.video-box {height: 170px!important;}

 }
/*video area start*/
.video-box {
    width: 100%;
    height: 350px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    border-radius: 0;
}

.videobtn {
    width: 70px;
    height: 70px;
	line-height: 70px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 28px;
    display: inline-block;
    position: relative;
    background-color: #33c4a8;
}
.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;
}
.videobtn:after {
    position: absolute;
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -15px;
    content: '';
    background-color: rgb(215 180 116 / 46%);
    border-radius: 50%;
}
.videobtn i {
    line-height: 70px;
    position: relative;
    z-index: 9;
}

 .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: 232px;
  object-fit: cover;
}
.overlayheight{
  height: 350px;
}

.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 11px 0 #438d467a;
    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: 90px;
    opacity: 0.5;
    color: #1690f0;
}
.videogallery:hover .overlayy .text i{
   opacity: 10;
}
.videotitle{
    background: #33c4a8;
    color: #fff;
    padding: 15px;
	    width: 90%;
    margin: 0 auto;
}
.videotitle h4{
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0; 
}
.lity-close:focus{
  outline: none;
}
/*video area end*/




.starting_price {
  width: auto;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  position: absolute;
  left: -9px;
  top: 15px;
  font-size:16px;
  font-weight:600;
  color:#fff;
  background: -webkit-linear-gradient(45deg , #09009f, #237eee 80%);
  box-shadow:0 0 7px #555;
}
.starting_price:before, .starting_price:after {
  content: "";
  position: absolute;
}
.starting_price:before {
  height: 0;
  width: 0;
  top: -8.5px;
  left: 0.1px;
  border-bottom: 9px solid #000;
  border-left: 9px solid transparent;
}
.starting_price:after {
  height: 0;
  width: 0;
  right: -14.5px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 15px solid #237eee;
}
.clients h2 {color: #fff;}


.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.pulse {
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulse-black 2s infinite;
	background: transparent;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
	animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}


/* pulse btn*/

.pulseit{
	-webkit-animation: pulse linear .5s infinite;
	animation: pulse linear .5s infinite;
	
}
@-webkit-keyframes pulse {
	0% { width:200px; } 
	50% { width:340px; } 
	100% { width:200px; }
}
@keyframes pulse {
	0% { width:200px; } 
	50% { width:340px; } 
	100% { width:200px; }
}

/* pulse btn*/


/* testnomial start*/

.clint-logo-swipe .owl-prev{
    color:#000!important;
    font-size:40px!important;
    margin:5px;
    padding:10px 17px!important;
    background:#fff!important;
    display:inline-block;
    cursor:pointer;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    border:1px solid #ccc!important;
    position:absolute;
    top:25%;
    left:-50px
}
.clint-logo-swipe .owl-next{
    color:#000!important;
    font-size:40px!important;
    margin:5px;
    padding:10px 17px!important;
    background:#fff!important;
    display:inline-block;
    cursor:pointer;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    border:1px solid #ccc!important;
    position:absolute;
    top:25%;
    right:-50px
}
.testi-slider .owl-prev{
    color:#000!important;
    font-size:40px!important;
    margin:5px;
    padding:10px 17px!important;
    background:#fff!important;
    display:inline-block;
    cursor:pointer;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    border:1px solid #ccc!important;
    position:absolute;
    top:40%;
    left:-50px
}
.testi-slider .owl-next{
    color:#000!important;
    font-size:40px!important;
    margin:5px;
    padding:10px 17px!important;
    background:#fff!important;
    display:inline-block;
    cursor:pointer;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    border:1px solid #ccc!important;
    position:absolute;
    top:40%;
    right:-50px
}
.testi-slider{
    position:relative;
    margin-top:40px
}
.testi-review p{
    font-style:italic;
    font-size:16px
}
.testi-review h5{
    font-style:italic;
    font-size:20px;
    font-weight:600
}
.testi-review{
    overflow:hidden
}
.testi-slider .item{
    background:#fff
}
.testi-image img{
    width:180px!important;
    height:180px!important;
    text-align:center;
    margin:0 auto;
    border-radius:100px;
    box-shadow:0 0 4px #ccc;
    object-fit:none;
    background:#e8e8e8
}
.testi-plus a{
    width:40px!important;
    height:40px!important;
    background:#173d7a;
    font-size:18px;
    text-align:center;
    line-height:42px;
    color:#fff;
    border-radius:50%;
    float:left;
    margin:0 10px 0 20px;
    display:block!important
}
.testi-info h5{
    margin:0 0 5px
}
.testi-info h5 a{
    font-size:16px;
    font-weight:600;
    color:#173d7a;
    margin-bottom:5px
}
.testi-info{
    float:left
}
.test-hover{
    background:#18beb4;
    padding:10px
}
.test-hover p{
    color:#fff;
    font-size:15px;
    margin-bottom:10px;
    max-height:215px;
    overflow-y:scroll
}
.test-hover p::-webkit-scrollbar{
    width:2px;
    background:#ffffff80
}
.test-hover p::-webkit-scrollbar-track{
    box-shadow:inset 0 0 1px #80808000;
    border-radius:10px
}
.test-hover p::-webkit-scrollbar-thumb{
    background:#fff;
    border-radius:10px
}
.test-hover p::-webkit-scrollbar-thumb:hover{
    background:#fff
}
.test-hover ul{
    padding:0;
    margin:0
}
.test-hover ul li{
    display:inline-block
}
.test-hover ul li a{
    color:#fff;
    padding:10px;
    display:block;
    font-size:16px
}
.testi-box{
    overflow:hidden;
    border:1px solid #ccc;
    border-radius:20px;
    box-shadow:0 0 5px #ccc;
	width: 90%;
    margin: 0 auto;
}
.testi-image{
    margin:40px 0;text-align: center;
}
.testi-details{
    margin-bottom:40px;
    overflow:hidden
}
.testi-slider .item{
    border-radius:20px
}
.test-hover{
    background:#18beb4;
    padding:20px 15px 10px;
    position:absolute;
    top:0;
    left:0;
    right:0;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
    visibility:hidden;
    height:255px;
	width:90%;
	margin:0 auto;
}
.test-hover::after{
    content:'';
    width:0;
    height:0;
    border-left:15px solid transparent;
    border-right:15px solid transparent;
    border-top:15px solid #18beb4;
    position:absolute;
    bottom:-15px;
    left:25px
}

.testi-box:hover .test-hover{
    visibility:visible;
    transition:all ease-in-out .5s;
    -webkit-transition:all ease-in-out .5s;
    -moz-transition:all ease-in-out .5s;
    -o-transition:all ease-in-out .5s
}

/* testnomial end*/

.heading1{
	background: -webkit-linear-gradient(45deg , #09009f, #237eee 80%);
	font-size:24px;font-weight:700;color:#fff;
	padding:10px;
	margin-bottom:10px;
	z-index: 2;
    position: inherit;
}

.heading1::after {
    content: '';
    display: block;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 10px solid #1747cc;
    position: relative;
    margin: -9px auto;
    padding-top: 15px;
    width: 12px;
    text-align: center;
    transform: translateY(100%);
   
}


.heading1 span, .heading2 span{float:right;color:#fff000;}
.heading2{
	background: -webkit-linear-gradient(45deg , #09867e, #2884d2 80%);
	font-size:24px;font-weight:700;color:#fff;
	padding:10px;
	margin-bottom:10px;
	z-index: 2;
    position: inherit;
}
.heading2::after {
    content: '';
    display: block;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 10px solid #12a59c;
    position: relative;
    margin: -10px auto;
    padding-top: 15px;
    width: 12px;
    text-align: center;
    transform: translateY(100%);
   
}

.lead_graphic{text-align:center;}
.lead_graphic img{width:80%;margin:20px auto 15px auto;}
.lead_area{
	background: #fff;
    padding: 1px 15px;
    margin-top: -12px;
    z-index: 1;
    box-shadow: 0 0 10px #bbb;
}
.btn_blue_rounded {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: -webkit-linear-gradient(45deg , #2a8a9d, #2a8a9d 80%);
  color:#fff!important;
  font-size:15px;
  border-radius:12px;
  padding:10px;
      box-shadow: 0 0 10px #8d8d8d;
    border: 2px solid #fff;
}
.btn_blue_rounded:hover {
 background: -webkit-linear-gradient(45deg , #2a8a9d, #2a8a9d 80%);
  color:#fff;
}
.btn_blue_rounded i {color:#1d384f;}

.btn_blue2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: -webkit-linear-gradient(45deg , #81c467, #81c467 80%);
  color:#fff;
  border-radius:10px;
  padding:10px 22px;
      box-shadow: 0 0 10px #8d8d8d;
    border: 2px solid #fff;
}
.btn_blue2:hover {
 background: -webkit-linear-gradient(45deg , #81c467, #81c467 80%);
  color:#fff;
}

.btn_area{margin-top:-30px;text-align:center;}

.frm_position {
    position: absolute;
    top: 100px;
    right: 4%;
	z-index:999;
}

.form_area {
    width: 100%;
    background-image: linear-gradient(#52555669,#52555669);
	padding: 10px 0;
}
.form_area_mid {padding: 15px 12px 6px 12px;}
.form_area h1{
	font-size: 30px;
    color: #FFF;
    font-weight: 600;
    text-align: center;
    margin: 0;
}
.form_area .form-group {margin-bottom: 10px;}
.service-maibn .service-title h4{height: 50px;}

.service-title {text-align: center;}
.service-img {margin: 0 auto 20px auto;}
.service-maibn {min-height: auto;}
.white_box{
	background:#fff;
	padding:18px ;
	box-shadow:0 0 14px #2884d2;
}



.map .photo-item {margin:4% 3%;}
.fancybox-button {background:#2a8a9d;}
.fancybox-button svg {color: #fff;}
.fancybox-button svg:hover {color: #000;}
.bluebg{
	background-image: linear-gradient(#47a9ff, #046fcd);
	padding:12px;
	border-radius:8px;
}

.whitebg{
	background:#fff;
	padding:8px;
	border-radius:8px;
}

.whitebg iframe{height:350px;border: 0;}

/*backto-top start*/

#backto-top {
  display: inline-block;
  background:#2a8a9d ;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius:50%;
  border:1px solid #2a8a9d ;
  position: fixed;
  bottom: 30px;
  right: 5px;
  transition: background-color .3s,  
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-align: center;
  box-shadow: 5px 5px 15px 0px rgb(0 0 0 / 10%);
}
#backto-top i{font-size:20px;color:#fff;}
#backto-top:hover i{color:#2a8a9d;}

#backto-top:hover {
  cursor: pointer;
  background:#fff;
}
#backto-top:active {
  background: #fff;
}
#backto-top.show {
  opacity: 1;
  visibility: visible;
}

/*backto-top end*/
a.phbg {
    background: #fff;
    padding: 12px 14px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    border-radius: 6px;
}



.services .card{background:transparent;}
.services .card-title span{display:block;}

h5.card-title {
	text-align:center;
	color:#111;
	font-size: 18px;
	font-weight: 600;
}
.card-footer {
    padding: 0 0 15px 0;
    background-color:transparent;
    border-top:0;
}
.card-body {padding:0;}
.whitebox{background:#fff;box-shadow:0 0 15px #aaa;padding:8px;border-radius:6px;
}
.whitebox img{border-radius:6px;
}

.video .whitebg{
	background:#fff;
	padding:12px 12px 1px 12px;
	border-radius:8px;
}

/* ani image */
.circle {
  position: relative;
  margin: 0px;
  height: 120px;
  width: 120px;
  background-color: #fff;
  border-radius: 50%;
  text-align:center;
  padding-top:8px;
  margin:0 auto 20px auto;
}
.circle img{width:115px;border-radius: 50%;}
.circle:before {
  position: absolute;
  content: '';
  height: calc(100% + 10px); 
  width: calc(100% + 10px); 
  border: 2px dashed #81c467;
  top: 1px;
  left: -5px;
  border-radius: inherit;
  animation: spin 10s linear infinite;
}


.badge {
    background:#1d384f;
    padding:6px 8px;
    border-radius:4px;
	font-size:12px;
	margin-bottom:8px;
}
#care_plans h3 {
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 22px;
    color: #000;
}



#amenitiesbg a p{color:#fff;}
#amenitiesbg a p:hover{color:#fff!important;}

#amenitiesbg {
    -webkit-background-size: cover;
    background-size: cover;
}
.amenitiesbg_parallax {
    background-attachment: fixed;
    padding:40px 0;
}
.lightbg{
	background:#2a8a9d;
	padding:25px 15px 15px 15px;
}
.facilities .why-choose-box {
    background:#fff;
    display: flex;
    align-items: center;
    box-shadow: 0 0 6px 1px #2a8a9d;
    padding:8px 10px;
    border-radius: 5px;
   margin: 0 6px;
    margin-bottom: 12px;
}

.facilities .why-choose-box.choosebox2 {
    background:#81c467;
    display: flex;
    align-items: center;
    box-shadow: 0 0 6px 1px rgb(111 182 239 / 19%);
    padding:8px 10px;
    border-radius: 5px;
    border:1px solid #81c467;
   margin: 0 6px;
   
}
.why-choose-box.choosebox2 h4 {color:#fff;}

/*why choose us--Home*/
.why-choose-us{
  background: url(images/bg-nocopyright.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 141px;
}
.why-choose-box {
    background: #fff;
    display: flex;
    align-items: center;
    box-shadow: 0 0 6px 1px rgb(111 182 239 / 19%);
    padding:8px 10px;
    border-radius: 5px;
   margin: 0 6px;
    margin-bottom: 12px;
}
.box-contant{margin-left: 15px;}
.why-choose-box h4 {
font-size: 14px;
    color: #3d3d3d;
    font-weight: 500;
}
.why-choose-box p{
 color: #7f8d99;
 font-size: 16px;
}
.icon-box{
    width: 45px;
    height: 45px;
    /* background: rgb(76 175 80 / 6%); */
    text-align: center;
    line-height: 45px;
    /*font-size: 45px;*/
    color: #fff;
    transition: all .3s;
}


/* section_separation nav-pills */
.section_separation .nav-pills .nav-link {
    color: #000;margin:0 26px;background:transparent;border-radius:0;padding:0;
}
.section_separation .nav-pills .nav-link.active {
    color: #1d384f;
    border-bottom:2px solid #1d384f;
   background:transparent;
       padding-bottom: 3px;
}
.section_separation .nav-pills .nav-link {
    position: relative;border-radius:0;font-size:18px;font-weight:600;
}
.section_separation .nav-pills .nav-link i{font-size:18px;}
.section_separation .nav-link::before {
    content: '';
    display: block;
	width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #1d384f;
    position: absolute;
    top: 68%;
    right:0;
    left:0;
	margin: 0 auto;
    transform: translateY(100%);
    opacity: 0;

}
.section_separation .nav-link.active::before {
    opacity: 1;
}

#floor-plan .tab-content{background:#fff;border:1px solid #bbb;padding:20px;border-radius:12px;}
#floor-plan .tab-content img{border-radius:12px;}


/*photos gallery start*/

.post-box:hover .photo-img img{
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}
.photo-item{
   position: relative;
}
.photo-img{
    overflow: hidden;
    min-height: 57px;
    display: block;
    cursor: pointer;
	border-radius: 0;
}
.photo-img img{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .5s ease-in-out;
    width: 100%;
    padding: 4px;
    border: 1px solid #2a8a9d;
}
.photo-date {
    color: #fff;
    position: absolute;
    z-index: 99;
    bottom: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(rgba(0,0,0,0) 60%,rgba(0,0,0,.65) 100%);*/
    display: flex;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
}
.photo-date span{
    color: #000;
}
.photo-icon {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000000b3;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    
}
.photo-icon i {
    line-height: 70px;
    font-size: 30px;
    color: #c0c0c0;
}
.post-box:hover .photo-date{
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
}
.view_title {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 5px 0 0 0;
    background-image: linear-gradient(#2a8a9d, #2a8a9d);
    padding: 6px 5px;
    border-radius: 0 0 6px 6px;
}
/*photos gallery end*/

.tick ul{padding-left:0;margin:20px 0 20px 32px;} 
.tick ul li{margin-bottom:10px;} 

.tick ul li:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    color: #81c467;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	width: 30px;
    height: 30px;
	margin-right: 8px;
	margin-left: -32px;
}
.tick_double ul{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.tick_double ul li{width:95%;}

.shadow{box-shadow:0 15px 10px -15px #333;}

.room_features li{margin-bottom:20px;border-bottom:1px solid #81c467;} 
.room_features li span{display:table-cell;} 
.room_features li .li_icon{width:13%;} 
.room_features li .li_icon img{
	background:#81c467;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	padding:8px;margin:0 10px 0 0;
} 
.room_features li .li_txt{
	font-size:16px; 
	font-weight:400;
	color:#000;
	padding:0;
	margin:0;
	vertical-align:middle;
	line-height:20px;
} 
.topmid{
    font-family: 'Raleway', sans-serif;
	font-size:20px;
	font-weight:600;
	color:#1d384f;
    text-align: center;
	line-height:30px;
	
}

.topmid span{display:block;}
.thanku_bg {
  background-image: radial-gradient(circle, #fff, #fff, #9defff);
  height: 100%;
  min-height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding:130px 0 60px 0;
}
.thanku_bg p{font-size:22px;color:#000;}
.award{background-image: radial-gradient(circle, #fff, #fff, #52c2a7);padding:30px;}
.award img{width:70%;margin:0 auto;display:block;}

.sticky_div{position: sticky;top:100px;}


/* <!--ADVANTAGES-> */
.advan_col{text-align: center;padding: 30px 20px;}
.advan_col h5{font-size: 14px;}
.advan_col img{margin-bottom: 1pc;width: 60px;}
.advan_col img:hover{transform: scale(1.2);transition: 300ms all ease;cursor: pointer;}
.alter_bg:nth-child(odd){background-color:#2a8a9d;color: #fff;}
.alter_bg:nth-child(even){background-color:  #f0f0f0;}
.gallery_col{position: relative;}
.overlay{position: absolute;background-color: rgba(0,0,0,0.4);top: 0;left: 0;right: 0;bottom: 0;}
.overlay_text{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.overlay_text i{color: var(--lightgreen);font-size: 30px;opacity: 0;}
.gallery_col:hover .overlay_text i{opacity: 1;transition: 300ms all ease;transform: scale(1.4);}
.brands img{border: 1px solid var(--green);}

/* <!--ADVANTAGES-> */

/*dots*/
.owl-nav{margin-top:16px;text-align:center;}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    /* background:var(--red); */
    display: inline-block;
    width: 14px;
    height: 14px;
	margin:0 10px;
	color:#006cb5;
    font-size: 24px;
	/* border-radius:50%; */
}
.owl-carousel .owl-nav .owl-prev i, .owl-carousel .owl-nav .owl-next i{display: inherit!important;}
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {background:transparent;}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: inherit!important;
}
.owl-carousel .item {width:94%; margin: 0 auto;}
/*dots end*/

.amenities_area {
    padding-bottom: 5px;
    background: #e1faff;
  }
  
.owl-carousel.amenities .item {
    padding: 0 10px !important;
    font-size: 12px;
    color: #111;
    font-weight: 500;
    text-align: center;
    line-height: 14px;
  }
  
  .amenities_area {
    margin-bottom: 15px;
  }
  .ame_head {
    position: relative;
    top: 0;
    background: #2a8a9d;
    border-radius: 0;
    font-family: "Philosopher", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    text-align: center;
    line-height: 26px;
    padding: 15px;
    margin-top: 12px;
  }
  
/* 
  .amenities.owl-carousel .owl-nav .owl-prev, .amenities.owl-carousel .owl-nav .owl-next {font-size: 0;} */

  img.icon_size {
    background: #fff;
    width: 60px !important;
    border-radius: 4px !important;
    margin: 10px auto 2px auto;
    padding: 10px;
}

/* h1{
    color: #f0f0f0;
    color: #c0c0c0;
    color: #2a8a9d;
} */


/* <!-- /AMENITIES  --> */
.amenity_col{text-align: center;padding: 15px;margin-bottom: 0.5pc;position: relative;}
.amenity_col h6{font-size: 14px;margin-bottom: 0.5pc;}
.amenity_img img{width: 60px;margin-bottom: 1pc;}
.amenity_img{position: relative;margin-bottom: 0.5pc;}
.amenity_img::before {
    position: absolute;
    content: '';
    border: 2px solid #2a8a9d;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}
/* <!-- /AMENITIES  --> */

.banner_heading2{background-color: #2a8a9d;text-align: center;padding: 10px;font-size: 24px;color: #fff;font-weight: 500;line-height: 34px;}
.banner_heading2 span{font-size: 34px;font-weight: bold;}

.prominent .item img {
    width: 175px !important;
}


/* <!-- /WORKSPACE CONTENT  --> */
.work_content{position: relative;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;background-color: #fff;border-radius: 0 10px 10px 0;}
.work_content p{padding: 15px;}
.work_content:hover{box-shadow: rgba(14, 135, 216, 0.555) 0px 3px 8px;cursor: pointer;transition: 400ms all ease;}
.work_content img{width:70px;padding: 6px;}
.ribbon {
    height: 2pc;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: white;
  }

  .ribbon3 {
    width: auto;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    position: absolute;
    left: 80px;
    /*left: -8px;*/
    font-weight: 500;
    top: 20px;
    background: #2a8a9d;
  }
  .ribbon3:before, .ribbon3:after {
    content: "";
    position: absolute;
  }
  .ribbon3:before {
    height: 0;
    width: 0;
    top: -8.5px;
    left: 0.1px;
    border-bottom: 0px solid black;
    border-left: 0px solid transparent;
  }
  .ribbon3:after {
    height: 0;
    width: 0;
    right: -14.5px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 16px solid #2a8a9d;
  }

/* <!-- /WORKSPACE CONTENT  --> */



/* start footer */
.contact_detail {
  margin-top: auto;
  color: #fff;
  padding: 15px 0 !important;
  background-color:#222;
}

.contact_detail i {
  color: #fff;margin-right:2px;font-size: 11px;
}
.contact_detail h2 {
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: 600;
}

.contact_detail li {
  margin-bottom: 10px;
  font-size: 14px;
}

.contact_detail p {
  font-size: 13px;    font-weight: 300;
}
.contact_detail p strong {
  display: block;
  font-weight: 500;
  font-size: 18px;
  margin-bottom:8px;
}

.contact_detail li strong {
  display: block;
  font-weight: 600;
  font-size: 15px;
}

.contact_detail span i {
  font-size: 18px;
  margin: 0 15px 0 0;
  color: #fff;
}

.contact_detail span i:hover {
  color: #151515;
}

.contact_detail a {
  color: #ece3ce;
  font-size: 13px;
  margin-left: 0;
  font-weight: 300;
}

.contact_detail a:hover {
  color:var(--green);
}

.contact_detail .address a:hover {
  text-decoration: none;
  color:var(--green);
}

.contact_detail .address a:hover p {
  color:var(--green);
}

.infinity-logo {
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-left: 1px solid #fff;
  padding-left: 15px;
}

.foot_logo {
  width: 85px;
  margin: 0 auto 10px auto;
}

.contact_detail .block {
  border-right: 1px solid #ffffff42;
}

.contact_detail .block ul {
  padding: 0;
}

.contact_detail .block:last-child {
  border-right: 0;
  align-items: center;
}

.social_icon .social-button {
  width: 25px;
  height: 25px;
  line-height: 28px;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  transition: all 0.5s ease;
  margin: 0 2px;
}
.social_icon .social-button i {margin-right: 0;}
.address_con {
  display: flex;
  gap: 8px;
}
.address_con .mt-2{margin-top:12px;}
.foot_logo_area ul {margin: 0;}
.foot_logo_area li {
  display: inline-block;
  border-right: 1px solid #ffffff73;
  padding: 0px 5px;
}

.foot_logo_area li:last-child {
  border: none;
}

.foot_logo_area img:last-child {
  border: none;
}

.block_link a:last-child {
  margin-left: 10px;
}

.foot_logo_area img{
  width:90px !important;
  object-fit: contain !important;
}

/* end footer */
label#captchaLabel {color: #fff;}

.err_msg {
    color:#ff0000!important;
    font-size: 11px!important;
    margin-top: 3px;
    font-weight: 400;
}
.modal-header .btn-close {
    width: 18px;
    height: 18px;
    border-radius: 50% !important;
    position: absolute;
    right: -5px;
    top: -5px;
    opacity: 1;
    background: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center / 1em auto no-repeat!important;
    background-color:#23547c !important;
}
.modal h5 {
    font-size: 26px;
    font-weight: 700;
    color: #23547c;
    margin: 0;
}
.modal-header .btn-close:focus {
  box-shadow: unset !important;
}
.modal-header {
    padding: 10px;
    border-bottom: 1px solid #111;
    border-radius: 0;
    position: relative;
}