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

@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


h1, h2, h3, h4, h5, h6 {
	font-family: "Philosopher", sans-serif!important;
}
body {
	font-family: "Roboto", sans-serif!important;
	overflow-x: hidden;
}
html, body {
  overflow-x: hidden;
}

ul {
	list-style:none;
	padding:0;
	margin:0;
}
a:hover {
	text-decoration:none!important;
}
.container {
    max-width: 1200px!important;
	z-index:99;
}
header {
    width: 100%;
    padding: 0 0;
    z-index: 999;
	position: relative;
}

h5 {
    font-size: 30px;
    margin: 0 0 40px;
}
p, li {
    font-size: 14px;
    line-height: 24px;
    color: #5a6673;
    margin: 10px 0 0;
}

/*******************************SLIDER*******************************/

:root {
      --green-dark: #0b4f4a;
      --green-mid: #0f5f59;
      --cream: #f6f2e7;
      --gold: #c8a24a;
      --text-dark: #2e2e2e;
      --muted: #6f6f6f;
    }

    /* NAVBAR */
    .navbar {
      background: #0C2728;
      padding: 0;
    }

a.navbar-brand {
    padding: 10px 10px;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    margin: 0 0 -62px;
	z-index: 99;
        position: relative;
}
ul.main-menu {
    display: flex;
    flex-wrap: wrap;
}
    .nav-link {
      color: #eaeaea !important;
      margin: 0 10px;
      font-weight: 500;
	  position: relative;
	  transition: all 0.7s ease 0s;
    }
.nav-item:hover .nav-link {	
    color: #CAAD59!important;	
}
.menu_toggle {
    display: none;
    width: 38px;
    height: 38px;
    background-image: url(../images/menu_ticker.png);
    background-color: var(--gold);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 29px;
    border-radius: 80%;
    position: absolute;
    top: 30px;
    right: 15px;
}
.nav-phone {
    background-color: #FFEDB9;
    color: #000 !important;
    padding: 7px 20px 7px 45px !important;
    border-radius: 20px;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    background-image: url(../images/call.png);
    background-repeat: no-repeat;
    background-position: 13px center;
	transition: all 0.7s ease 0s;
}
.nav-phone:hover {
    background-color: #FFFBE9!important;
	color: #000 !important;
}
    /* HERO */
.hero {
    background: url(../images/banner.png);
    background-size: cover;
    background-position: center top;
    color: #fff;
    height: 610px;
    display: flex;
    align-items: center;
}
.hero article {
    max-width: 500px;
    margin: 0 auto;
    padding: 40px;
    background: rgba(11, 79, 74, .40);
    border-radius: 25px;
}

.hero h1 {
    font-size: 50px;
    line-height: 50px;
    text-align: center;
}

.hero p {
    max-width: 520px;
    font-size: 15px;
    margin-top: 20px;
    opacity: .9;
    color: #fff;
    line-height: 24px;
    text-align: center;
}

    .btn-gold {
      background: var(--gold);
      color: #fff;
      border-radius: 30px;
      padding: 10px 28px;
      font-weight: 500;
      margin-top: 25px;
	  transition: all 0.7s ease 0s;
    }
.hero .btn-gold {	
display: block;
    max-width: 155px;
    margin: 25px auto 0;	
	}
	
	.hero .btn-gold:hover {
		background: #2d6567;
		color: #fff;
	}
	
.mobile_banner {
	width: 100%;
	display:none!important;
}	
	

    /* STATS STRIP */
    .stats {
    padding: 40px 0 0;
}
.stat-card article {
    display: flex;
    align-items: end;
}
    .stat-card {
      background: #0C2728;
      border-radius: 14px;
      color: #fff;
      padding: 30px;
      height: 100%;
	  position: relative;
	  overflow: hidden;
    }
.stat-card:after {
    position: absolute;
    right: -155px;
    bottom: -270px;
    content: "";
    width: 488px;
    height: 488px;
    background-image: url(../images/logo-count.png);
	transition: all 0.7s ease 0s;
}

.stat-card h2 {
    font-size: 80px;
    margin: 0;
    background-image: url(../images/lotus.png);
    background-size: 90px auto;
    background-repeat: no-repeat;
    padding: 100px 0 0;
    position: relative;
    z-index: 99;
}
.stat-card p {
    margin: 0 0 10px 15px;
    color: #BBCEB7;
    position: relative;
    z-index: 99;
}
.stat-card p a {
    display: block;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 6px 25px 4px;
    border: solid 1px;
    border-radius: 30px;
    letter-spacing: 1px;
    color: #fff;
    margin: 0 0 45px;
}

.life-card {
    background: url(../images/service-banner.png) center / cover;
    background-position: center top;
    border-radius: 14px;
    color: #fff;
    padding: 30px;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.life-card h6 span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 25px 8px;
    border: solid 1px;
    border-radius: 30px;
    letter-spacing: 1px;
}
.life-card h6 {
font-family: "Roboto", sans-serif!important;
}
.life-card h3 {
    font-size: 42px;
    line-height: 44px;
    font-weight: 600;
    margin: 0;
}


    /* FACILITIES */
    .facilities {
      padding: 40px 0;
    }
	
	.facilities_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.facility-box {
    background: #fff;
    padding: 35px 25px;
    width: 33.3333%;
}
div#facility1 {
    border-radius: 20px 0 0 20px;
    background-color: #FFFBE9;
}
div#facility2 {
    background-color: #FBF5D7;
}
div#facility3 {
    border-radius: 0 20px 20px 0;
    background-color: #F5EDC1;
}
	

.facility-box h5 {
    margin: 0 0 20px;
    font-size: 26px;
}
.facility-box img {
    margin: 0 0 25px;
}
	
.title_wrapper h2 {
    font-size: 60px;
    font-weight: 400;
    line-height: 56px;
    color: #142C0F;
}
.title_wrapper h2 strong {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #5C9269;
    font-weight: 500;
    font-family: "Roboto", sans-serif !important;
    letter-spacing: 1px;
}
.title_wrapper h2 span {
    color: #637381;
}
.title_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin: 0 0 40px;
	    position: relative;
    z-index: 99;
}
a.view_btn {
    background-color: #997C4D;
    display: block;
    padding: 12px 40px 12px 25px;
    font-size: 13px;
    color: #fff;
    border-radius: 50px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
	transition: all 0.7s ease 0s;
}
a.view_btn:after {
    position: absolute;
    right: 20px;
    top: 17px;
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(../images/arow2.png);
    background-size: 100% auto;
}
a.view_btn:hover {
		background: #0C2728;
		color: #fff;
	}


/* ABOUT */
.about {
	  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c2728+0,2d6567+50 */
background: linear-gradient(135deg,  #0c2728 0%,#2d6567 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      color: #fff;
      padding: 40px 0 60px;
	  position: relative;
}
.about:before {
	position: absolute;
    left: 0;
    bottom: 0;
    content: "";
	background-image: url(../images/mandala1.png);
    width: 423px;
    height: 434px;
}
.about:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 50%;
    height: 100%;
    background-image: url(../images/about-us.png);
    background-position: center;
}
.about .container {
	position: relative;
	z-index:99;
}

.about h2 {
    color: #fff;
}
.about h2 strong {
    color: #FFEDB9;
}
.about p {
    color: #fff;
    font-size: 14px;
    padding: 0 40px 0 0;
    margin: 0 0 40px;
}
.about-img {
	display: none;
}
.about-img img {
	display: block;
	width: 100%;
	border-radius: 20px;
}

.btn_group {
    display: flex;
}
.btn_group a.btn {
	margin:0 10px 0 0;
	display: block;
    font-size: 13px;
    color: rgb(255, 255, 255);
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 12px 25px 12px 25px;
    border-radius: 50px;
	transition: all 0.7s ease 0s;
}
.btn_group a.btn.fill {
	background-color: #CAAD59;
}
.btn_group a.btn.bordered {
	background-color: transparent;
	border:solid 1px #fff;
}
.btn_group a.btn.fill:hover {
	background: #0C2728;
}
.btn_group a.btn.bordered:hover {
	background-color: #CAAD59;
	border:none;
}

    /* SERVICES */
.services {
    background: #FFFBE9;
    padding: 40px 0 60px;
}
.services .title_wrapper h2 strong {
	color: #637381;
}


    .service-card {
      background: #fff;
      border-radius: 20px;
      overflow: hidden;
    }

    .service-card img {
    width: 100%!important;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}
.service_content {
    padding: 20px;
}
.service_content h5 {
    font-family: "Roboto", sans-serif !important;
    font-size: 24px;
    margin: 0 0 25px;
}
.service_content p {
    color: #5F778C;
    padding: 0 40px 0 0;
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 21px;
}
.service_content img {
    width: 85px!important;
    height: auto;
}
.service_btn {
    position: relative;
    height: 54px;
    margin: -54px 0 0;
    display: flex;
    justify-content: end;
	transition: all 0.7s ease 0s;
}
.service_btn:before {
    position: absolute;
    right: 25px;
    top: 0;
    content: "";
    width: 155px;
    height: 54px;
    background-image: url(../images/btn-wave.png);
	transition: all 0.7s ease 0s;
}
.service_btn a {
    display: block;
    width: 64px;
    height: 64px;
    background-color: #011638;
    border-radius: 50%;
    background-image: url(../images/arow.png);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 99;
    margin: 8px 70px 0 0;
	transition: all 0.7s ease 0s;
}
.service_btn a:hover {
    background-color: #CAAD59;
	transform: rotate(45deg);
}

    /* REQUEST */
.request {
    padding: 0;
    background-color: #FBFBFB;
    position: relative;
}
	.request-box h3 {
    text-align: center;
}
.request-box p {
    text-align: center;
    margin: 0 0 20px;
}
.request-box input {
    border: solid 1px #000;
    font-size: 14px;
    height: 40px;
    border-radius: 70px;
    padding: 0 25px;
}
.request-box textarea {
    border: solid 1px #000;
    font-size: 14px;
    height: 80px;
    border-radius: 15px;
    padding: 10px 25px;
    margin: 0 !important;
}
.request-box a.btn {
    margin: 0 10px 0 0;
    display: block;
    font-size: 13px;
    color: rgb(255, 255, 255);
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 12px 25px 12px 25px;
    border-radius: 50px;
    background-color: #0C2728;
    width: 170px;
    margin: 15px 0 0;
	transition: all 0.7s ease 0s;
}
.request-box a.btn:hover {
    background-color: #CAAD59;
	color: #fff;
}
    .request-box {
      padding: 15px;
    }
	
.request:before {
    background-image: url(../images/form-img1.png);
    background-size: cover;
	background-position: center;
    height: 100%;
    width: 33.333333%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}
.request:after {
    background-image: url(../images/form-img2.png);
    background-size: cover;
    height: 100%;
    width: 33.333333%;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}
.request1 img, .request2 img {
	display:none;
	width: 100%;
}	











.management {
    background: #FFFBE9;
    padding: 40px 0 60px;
}
.management .title_wrapper {
    justify-content: center;
    text-align: center;
}
.management section {
    background: #FFE39C;
    border-radius: 30px;
    text-align: center;
    position: relative;
}
.management section img {
    width: 300px;
    margin: -60px 0 0;
    position: relative;
    z-index: 99;
}
.management h4 {
    font-family: "Roboto", sans-serif !important;
    font-size: 20px;
    margin: 25px 0 0;
}
.management_row {
    margin-top: 70px;
}
.management section:before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background-image: url(../images/floral-management.png);
    width: 194px;
    height: 185px;
}
.designation {
    display: block;
    font-size: 14px;
    margin: 0 0 0 -3px;
}
.designation strong {
    display: inline-block;
    background: linear-gradient(135deg, #0c2728 0%, #2d6567 50%);
    color: #fff;
    padding: 6px 15px;
    border-radius: 20px;
    margin: 15px 0;
    font-weight: 400;
}
.management ul {
    display: flex;
    margin: 20px 0 0;
}
.management li {
    color: #000;
    padding: 3px 15px;
    border: solid 1px #000;
    border-radius: 40px;
    margin: 0 8px 0 0;
}
.management li a {
    color: #000;
}
.management small {
    font-size: 14px;
}
    /* TESTIMONIALS */
    .testimonials {
      padding: 40px 0;
	  position: relative;
	  overflow: hidden;
    }
.carousel_style1 {
    position: relative;
    z-index: 999;
}	

.testimonials:after {
    width: 950px;
    height: 950px;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/logo-testimonial.png);
    background-size: 102% auto;
    background-position: center;
}
	.testimonials .title_wrapper h2 strong {
	color: #637381;
}

    .testimonial {
    background: #FFFCEE;
    border-radius: 16px;
    padding: 40px;
    height: 100%;
}
.testimonial p {
    margin: 30px 0;
}
.testimonial h6 {
    font-family: "Roboto", sans-serif !important;
}
.testimonial h6 strong {
    display: block;
    font-weight: 400;
    font-size: 13px;
    margin: 8px 0 0;
}

/* FOOTER */
footer {
    background: #0C2728;
    color: #fff;
    padding: 70px 0 0;
}
footer p {
    color: #fff;
    font-size: 14px;
    margin: 30px 0 0;
}
.footer_links {
    text-align: center;
}
footer h6 {
    font-family: "Roboto", sans-serif !important;
    text-transform: uppercase;
    margin: 0 0 55px;
}
.footer_links li {
    margin: 10px 0 20px;
}
ul.footer_contact li {
    color: #fff;
    margin: 0 0 15px;
    padding: 0 0 0 32px;
    background-repeat: no-repeat;
    background-position: left 3px;
    background-size: 18px auto;
}
.ft_phone {
    background-image: url(../images/footer-icon1.png);
}
.ft_email {
    background-image: url(../images/footer-icon2.png);
}
.ft_location {
    background-image: url(../images/footer-icon3.png);
    background-size: 21px 18px !important;
}
ul.footer_contact li strong {
    display: block;
}
.copyright {
    padding: 20px 0;
    text-align: center;
    background-color: #000;
    margin: 20px 0 0;
}
.copyright p {
    margin: 0;
}
.copyright .container {
    display: flex;
    justify-content: space-between;
}
.copyright span {
    font-size: 14px;
}
.copyright span a {
    color: #fff5bc;
}
ul.footer_social {
    display: flex;
    margin: 20px 0 0;
}
ul.footer_social li {
    font-size: 20px;
    margin: 0 25px 0 0;
}
ul.footer_social li a {
    color: #fff;
    display: block;
	transition: all 0.7s ease 0s;
}
ul.footer_social li a.x-logo {
    width: 18px;
    height: 18px;
    background-image: url(../images/twitter.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin: 3px 0 0;
}
ul.footer_social li:hover a {
    color: #CAAD59;
	margin: -5px 0 0;
}
ul.footer_social li a.x-logo:hover {
    margin: -8px 0 0;
}

.footer_links li a {
      color: #d8d8d8;
	  transition: all 0.7s ease 0s;
    }
.footer_links li a:hover {
    color: #CAAD59;
}	
	
	
	
section.inner_banner {
    background-image: url(../images/inner_banner.png);
    background-position: center;
    height: 270px;
	padding: 85px 0 0;
	    background-size: cover;
}	
section.inner_banner h1 {
    color: #fff;
    text-align: center;
    margin: 0 0;
    font-size: 60px;
}
	.about_img {
    display: flex;
    justify-content: center;
    align-items: center;
}
section.about_intro img {
    width: 100%;
}
section.about_intro {
    padding: 50px 0;
}
section.about_intro p {
    color: #5F778C;
}
.about_mv:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 50%;
    height: 100%;
    background-image: url(../images/about-mv.png);
    background-position: center;
	background-size:cover;
}
.about_mv article {
    border: solid 1px #fff;
    border-radius: 20px;
    padding: 30px;
    margin: 15px 0;
}
.about_mv p {
    padding: 0;
    margin: 0;
}
.about.about_mv {
    padding: 40px 0;
}
.team {
    background-color: #FFFBE9;
    text-align: center;
    padding: 50px 0;
}
.team h2 {
    font-size: 60px;
    margin: 0 0 60px;
}
.team article {
    background-color: #fff;
    padding: 40px;
    border-radius: 15px;
}
.team .row.align-items-center {
    justify-content: center;
}
.team article img {
    width: 215px;
    border-radius: 50%;
}
.team article  h4 p {
    color: #6B6B6B;
}
.team article  h4 span {
    display: block;
    font-size: 14px;
    color: #6B6B6B;
    margin: 5px 0 25px;
}
.team article h4 {
    font-family: "Roboto", sans-serif !important;
    font-size: 20px;
    margin: 25px 0 0;
}
.team article a {
    color: #18A7B9;
}

.logo_tag {
    width: 165px;
    height: 165px;
    background-image: url(../images/logo-about.png);
    position: absolute;
    right: -82px;
    bottom: -70px;
    background-size: 100% auto;
}


.service_intro {
    text-align: center;
	padding:40px 0;
}
.service_intro .title_wrapper {
    justify-content: center;
}
.service_intro p {
    max-width: 900px;
    margin: 18px auto 0;
}
.service_intro_banner {
    background-image: url(../images/service-img1.png);
    background-size: cover;
    height: 200px;
    display: flex;
    justify-content: end;
    align-items: end;
    padding: 30px;
    border-radius: 20px;
    margin: 35px auto 0;
	    height: 252px;
	max-width: 470px;	
}
.service_intro .title_wrapper h2 strong {
    color: #A17700;
}
.service_intro_banner h5 {
    text-align: right;
    color: #fff;
    margin: 0;
}
.service_points {
    padding: 30px;
    border-radius: 20px;
    margin: 35px 0 0;
    background: linear-gradient(135deg, #0c2728 0%, #2d6567 50%);
	position: relative;
}
.service_points:before {
    position: absolute;
    right: 0;
    top: -5px;
    content: "";
    background-image: url(../images/mandala1.png);
    width: 220px;
    height: 220px;
    z-index: 99;
    background-size: 100% auto;
    transform: rotate(180deg);
}
.service_points ul {
    display: flex;
    flex-wrap: wrap;
	    justify-content: center;
}
.service_points li {
    color: #fff;
    padding: 6px 20px;
    border-radius: 30px;
    margin: 10px 10px 0px 0;
    font-size: 16px;
    border: solid 1px #fff;
    background-color: #00000036;
}

.service_details {
    padding: 40px 0;
    border-top: solid 1px #B8B8B8;
}
.service_details article {
    padding: 0 0 0 25px;
}
.service_details article img {
    border-radius: 20px;
    width: 100%;
    margin: 25px 0 0;
}
.service_details .title_wrapper h2 strong {
    color: #A17700;
}





.facilities_wrapper {
    padding: 40px 0;
}
.facilities_wrapper article {
    background-color: #FFFBE9;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0;
}
.facilities_icon {
    width: 230px;
    height: 230px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.facilities_icon img {
    width: 85px;
    position: relative;
    z-index: 999;
}
.facilities_content {
    width: 75%;
    padding: 0 0 0 35px;
}
.facilities_icon:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background-image: url(../images/floral.png);
    width: 100%;
    height: 105px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 200px auto;
    opacity: 0.7;
}
.facilities_content ul {
    display: flex;
    flex-wrap: wrap;
}
.facilities_content li {
    background-color: #A38C5B;
    color: #fff;
    padding: 5px 25px;
    margin: 0 8px 8px 0;
    border-radius: 40px;
}
.facilities_content h6 {
    margin: 15px 0 15px;
    font-size: 20px;
}
.contact_wrapper .title_wrapper {
    display: block;
    text-align: center;
}
.contact_wrapper .title_wrapper h2 {
    font-size: 40px;
}
.contact_wrapper .title_wrapper h2 strong {
    line-height: 15px;
}
.contact_wrapper p {
    color: #717171;
}
.contact_content article {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c2728+0,2d6567+100 */
background: linear-gradient(135deg,  #0c2728 0%,#2d6567 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
padding: 45px;
    border-radius: 20px;
	position:relative;
}
.contact_content article h5 {
    color: #fff;
    margin: 0 0 20px;
}
.contact_content article p {
    color: #C9C9C9;
    margin: 0 0 85px;
}
.contact_wrapper {
    padding: 40px 0;
    background-color: #FFFBE9;
}
.contact_content {
    background-color: #fff;
    border-radius: 20px;
    padding: 25px;
}
ul.contact_details li {
    color: #fff;
    font-size: 14px;
}
ul.contact_details li {
    color: #fff;
    font-size: 14px;
    margin: 0 0 15px;
    padding: 0 0 0 32px;
    background-repeat: no-repeat;
    background-position: left 3px;
    background-size: 18px auto;
}
.contact-phone{
    background-image: url(../images/footer-icon1.png);
}
.contact-email {
    background-image: url(../images/footer-icon2.png);
}
.contact-map {
    background-image: url(../images/footer-icon3.png);
    background-size: 21px 18px !important;
}

ul.contact_details li strong {
    display: block;
}
ul.contact_social {
    display: flex;
    margin: 20px 0 0 20px;
}
ul.contact_social li {
    font-size: 20px;
    margin: 0 0 0 12px;
}
ul.contact_social li a {
    color: #fff;
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border: solid 1px #fff;
    border-radius: 4px;
    font-size: 16px;
	transition: all 0.7s ease 0s;
}

ul.contact_social li:hover a {
	background-color: #CAAD59;
	border: none;
}

ul.contact_social li a.x-logo {
    width: 30px;
    height: 30px;
    background-image: url(../images/twitter.png);
    background-size: 16px auto;
    background-repeat: no-repeat;
    margin: 0;
    background-position: center;
}
.contact_content article:before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background-image: url(../images/mandala3.png);
    width: 214px;
    height: 208px;
}
.contact_content label {
    display: block;
    margin: 5px 0 8px;
    font-size: 12px;
}
.contact_content input[type="text"] {
    width: 100%;
    padding: 7px 0;
    font-size: 14px;
    border: none;
    border-bottom: solid 1px #aaa;
    
}
.contact-input {
    margin: 0 0 30px;
}
.contact_content input[type="text"]:focus {
    border: none;
    outline: none;
    border-bottom: solid 1px #aaa;
}
.radio_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.radio_wrapper .form-check {
    font-size: 14px;
    margin: 0 35px 30px 0;
}
.contact_content textarea {
    width: 100%;
    padding: 7px 0;
    font-size: 14px;
    border: none;
    border-bottom: solid 1px #aaa;
    /* margin: 0 0 40px; */
    height: 130px;
}
.contact_content a.btn {
    background-color: #CAAD59;
    font-size: 14px;
    color: #fff;
    padding: 12px 40px;
    border-radius: 50px;
	transition: all 0.7s ease 0s;
}
.contact_content a.btn:hover {
    background-color: #2d6567;
}



/* new css for validations*/
.form-groups {
     margin: 0 0 30px;
}
.form-groups.error input,
.form-groups.error textarea {
    border-bottom: 1px solid #dc3545;
}

.form-groups-list.error input,
.form-groups-list.error textarea {
    border: 1px solid #dc3545;
}

.contact_wrapper .error-message {
    margin: 5px 0px 0px 0px;
}
.error-message {
    color: #dc3545;
    font-size: 14px;
	margin-top: -10px;
    margin-left: 5px;
    margin-bottom: 5px;
    display: block;
    min-height: 20px;
}

.error-message-textarea {
    margin-top: 5px !important;
}

.success-message {
    color: #28a745;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

.loader-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(19, 55, 54, 0.95), rgba(156, 136, 90, 0.9));
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            backdrop-filter: blur(10px);
            animation: fadeIn 0.3s ease-in-out;
        }

        .loader-overlay.active {
            display: flex;
        }

        .loader-content {
            text-align: center;
            color: white;
            transform: scale(0.8);
            animation: scaleIn 0.5s ease-out forwards;
        }

        .spinner-container {
            position: relative;
            margin-bottom: 20px;
        }

        .spinner {
            width: 80px;
            height: 80px;
            border: 3px solid rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            border-top-color: #9C885A;
            animation: spin 1s linear infinite;
            margin: 0 auto;
            position: relative;
        }

        .spinner::before {
            content: '';
            position: absolute;
            top: 5px;
            left: 5px;
            right: 5px;
            bottom: 5px;
            border-radius: 50%;
            border: 3px solid transparent;
            border-top-color: rgba(255, 255, 255, 0.7);
            animation: spin 1.5s linear infinite reverse;
        }

        .loading-text {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 8px;
            color: #ffffff;
            animation: pulse 1.5s ease-in-out infinite;
        }

        .loading-subtitle {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.9);
            animation: fadeInOut 2s ease-in-out infinite;
        }

        /* Animations */
        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }

        @keyframes scaleIn {
            from {
                transform: scale(0.8);
                opacity: 0;
            }
            to {
                transform: scale(1);
                opacity: 1;
            }
        }

        @keyframes spin {
            0% {
                transform: rotate(0deg);
            }
            100% {
                transform: rotate(360deg);
            }
        }

        @keyframes pulse {
            0%, 100% {
                opacity: 1;
            }
            50% {
                opacity: 0.7;
            }
        }

        @keyframes fadeInOut {
            0%, 100% {
                opacity: 0.8;
            }
            50% {
                opacity: 0.5;
            }
        }

/* Beautiful Popup styles - Tritvam Care Theme */
        .popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 10000;
            backdrop-filter: blur(5px);
            animation: fadeIn 0.3s ease-in-out;
        }

        .popup-overlay.active {
            display: flex;
        }

        .popup {
            background: linear-gradient(145deg, #ffffff, #f8f9fa);
            padding: 40px 30px;
            border-radius: 20px;
            text-align: center;
            max-width: 450px;
            width: 90%;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
            position: relative;
            transform: scale(0.7);
            animation: popIn 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .popup::before {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            background: linear-gradient(45deg, #133736, #9C885A, #133736);
            border-radius: 22px;
            z-index: -1;
            animation: borderGlow 3s linear infinite;
            opacity: 0.7;
        }

        .popup-icon {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            position: relative;
            animation: bounceIn 0.8s ease-out;
        }

        .popup.success .popup-icon {
            background: linear-gradient(135deg, #133736, #1a4847);
            color: white;
            font-size: 36px;
            box-shadow: 0 10px 30px rgba(19, 55, 54, 0.4);
        }

        .popup.success .popup-icon::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(19, 55, 54, 0.3), transparent);
            animation: ripple 2s infinite;
        }

        .popup h3 {
            color: #133736;
            font-size: 24px;
            margin-bottom: 15px;
            font-weight: 700;
        }

        .popup p {
            color: #555;
            font-size: 15px;
            line-height: 1.6;
            margin-bottom: 25px;
        }

        .popup-button {
            background: linear-gradient(135deg, #133736, #1a4847);
            color: white;
            border: none;
            padding: 12px 40px;
            border-radius: 25px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(19, 55, 54, 0.3);
        }

        .popup-button:hover {
            background: linear-gradient(135deg, #9C885A, #b89f6d);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(156, 136, 90, 0.4);
        }

        .popup-button:active {
            transform: translateY(0);
        }

.popup.error .popup-icon {
    background: linear-gradient(135deg, #dc3545, #e74c3c);
    color: white;
    font-size: 36px;
    box-shadow: 0 10px 30px rgba(220, 53, 69, 0.4);
}

.popup.error .popup-icon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(220, 53, 69, 0.3), transparent);
    animation: ripple 2s infinite;
}

.popup h3 {
    margin-bottom: 15px;
    color: #2c3e50;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.popup p {
    margin-bottom: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
}

.popup-button {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    border: none;
    padding: 12px 35px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 123, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.popup-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s ease;
}

.popup-button:hover::before {
    left: 100%;
}

.popup-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0, 123, 255, 0.4);
}

.popup-button:active {
    transform: translateY(0);
}

.submit-btn:hover {
    background: #0056b3;
    transform: translateY(-2px);
}

.submit-btn:disabled {
    background: #6c757d;
    cursor: not-allowed;
    transform: none;
}

.contact_content textarea.error {
    border-bottom: 1px solid red;
}

input.error, .quote.error {
    border: 1px solid red;
}

.contact_content input.error {
    border-bottom: 1px solid red;
}






@media (min-width:250px) and (max-width:1200px) {
a.navbar-brand {
    padding: 10px 10px;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    margin: 0 0 -30px 10px;
}
a.navbar-brand img {
    width: 95px;
}
.hero h1 {
    font-size: 60px;
    line-height: 60px;
}
.hero p {
    font-size: 14px;
    line-height: 24px;
}
.btn-gold {
    font-size: 14px;
}
.hero {
    padding: 110px 0 0;
    height: 510px;
}
}


@media (min-width:250px) and (max-width:1100px) {
.facilities_content {
    width: 55%;
}	
}


@media (min-width:250px) and (max-width:1024px) {
.stat-card h2 {
    font-size: 58px;
    background-size: 70px auto;
    padding: 80px 0 0;
    z-index: 99;
}
.stat-card p {
    margin: 0 0 5px 15px;
    line-height: 20px;
}
.stat-card:after {
    right: -105px;
    bottom: -190px;
    width: 390px;
    height: 390px;
    background-size: 100% auto;
}
.life-card h3 {
    font-size: 35px;
    line-height: 35px;
}
.life-card h6 span {
    font-size: 12px;
}
.title_wrapper {
    margin: 0 0 15px;
}
.title_wrapper h2 {
    font-size: 45px;
    line-height: 45px;
}
.facility-box img {
    width: 60px;
}
.about:before {
	display:none;
}
}



@media (min-width:250px) and (max-width:991px) {
.nav-link {
    margin: 0 5px;
    padding: .5rem 5px;
}
.nav-phone {
    padding: 7px 20px 7px 35px !important;
    font-size: 14px;
    background-size: 18px auto;
}
.stat-card p br {
    display: none;
}
}


@media (min-width:250px) and (max-width:767px) {
.navbar {
    height: 60px;
}	
.menu_toggle {
   display: block;
       top: 10px;
}
ul.main-menu {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        top: 60px;
        padding: 20px;
        text-align: right;
        background: linear-gradient(135deg,  #0c2728 0%,#2d6567 50%);
}
    ul.main-menu li a {
        display: block;
        padding: 6px 0;
        color: #fff;
        text-align: center;
    }
    .nav-phone {
        width: 170px;
        margin: 0 auto;
    }
.stat-card p br {
        display: block;
    }
.life-card {
    margin: 20px 0 0;
}	
.life-card h6 {
    margin: 0 0 25px;
}
.facilities_wrapper {
    display: block;
}
.facility-box {
    width: 100%;
}
div#facility1 {
    border-radius: 20px 20px 0 0;
}
div#facility3 {
    border-radius: 0 0 20px 20px;
}
.about:after, .logo_tag {
	display:none;
}
.about-img {
    display: block;
}
.about-img img {
    margin: 40px 0 0;
}
.title_wrapper {
    display: block;
}
a.view_btn {
    width: 135px;
    margin: 30px 0 0;
}
.request:before {
    display:none;
}
.request:after {
    display:none;
}
.request1 img, .request2 img {
	display:block;
	width: 100%;
}	
footer h6 {
    margin: 55px 0 25px;
    text-align: left;
}
.footer_links ul {
    text-align: left;
}
.copyright .container {
    display: block;
}
section.about_intro img {
    width: 365px;
}
section.inner_banner {
    height: 190px;
    padding: 50px 0 0;
}
section.inner_banner h1 {
    font-size: 50px;
}
.team article {
    margin: 15px 0 0;
}
.team h2 {
    font-size: 45px;
    margin: 0 0 40px;
}
.service_details article {
    padding: 0;
}
.facilities_content {
        width: 100%;
        padding: 0;
        margin: 20px 0 0;
    }	
.facilities_icon {
    width: 180px;
    height: 180px;
}
.facilities_wrapper article {
    display: block;
    margin: 20px 0;
}
.contact_content article {
    margin: 0 0 50px;
}








.hero {
    background: rgba(11, 79, 74, 1);
    height: auto;
    display: block;
    padding: 0;
}
.mobile_banner {
	width: 100%;
	display:block!important;
}
.hero article {
    padding: 30px 0;
}	
    .hero h1 {
        font-size: 40px;
        line-height: 40px;
    }
.copyright p {
    margin: 0 auto;
    max-width: 210px;
}	
.life-card {
padding: 125px 30px 30px;
}
}


@media (min-width:250px) and (max-width:576px) {
	

}