/*
Template Name: Hosp Life
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/* ─── CSS Variables ─── */
:root {
  --green:       #1a9e75;
  --green-dark:  #0f6e56;
  --green-light: #e1f5ee;
  --gold:        #c9913a;
  --off-white:   #f8f8f5;
  --text:        #1c1c1c;
  --muted:       #5a5a5a;
  --border:      rgba(0,0,0,0.08);
}

body{
font-family: 'DM Sans', 'Assistant', sans-serif;
   }
h1,h2,h3,h4,h5,h6{
padding:0;
margin:0;
color:#333;
font-weight:bold;
}
a{
color:#333;
 }
a:hover{
text-decoration:none;
color:#b58516;
}
a:focus{
text-decoration:none;
color:#b58516;
}
ul{
padding:0;
margin:0;
list-style:none;
margin-top:15px;
}
li{
font-size:18px;
  }
p{
padding:0;
margin:0;
font-size:18px;
margin-top:15px;
color:#333;
}
h1{
font-size:50px;
margin-top:15px;
}
h2{
font-size:42px;
margin-top:15px;
}
h3{
font-size:34px;
margin-top:15px;
}
h4{
font-size:24px;
margin-top:15px;
}
h5{
font-size:18px;
margin-top:15px;
}
h6{
font-size:16px;
margin-top:15px;
font-weight:normal;
}
.space_left{
padding-left:0; 
} 
.space_right{
padding-right:0;
} 
.space_all{
padding:0; 
} 
.iw{
width:100%;
   }
.button{
background:#22a98b;
display:inline-block;
color:#fff;
padding:15px 25px 15px 25px!important;
margin-top:10px;
font-weight:normal;
border-radius:3px;
  }
.button:hover{
background:#b58516!important;
color:#fff;
  }
.button i{
margin-left:5px;
margin-right:5px;
vertical-align:middle;
  }

.button_1{
background:#b58516;
display:inline-block;
color:#fff;
padding:15px 25px 15px 25px!important;
margin-top:10px;
font-weight:normal;
border-radius:3px;
  }
.button_1:hover{
background:#22a98b!important;
color:#fff;
  }
.button_1 i{
margin-left:5px;
margin-right:5px;
vertical-align:middle;
  }
.border_none{
border:none!important;
  }
.mgt{
margin-top:0!important;
  }
.mgb{
margin-bottom:0!important;
  }
.mgl{
margin-left:0!important;
  }
.bold{
 font-weight:bold!important;
  }
.normal{
 font-weight:100!important;
  }
.navbar {
 min-height:auto; 
 margin-bottom:0;
 border:none;
 border-radius:0;
}
.col{
color:#fff!important;  
  }
.col_1{
color:#b58516!important;
 }
.col_2{
color:#999!important;
 }
.col_3{
color:#ddd!important;
 }
.col_4{
color:#22a98b!important;
 }
.pdb{
padding-bottom:0!important; 
 }
.block{
display:block; 
 }
.inline{
display:inline-block; 
 }
.bgn{
background:none!important; 
 }
.big{
text-transform:uppercase; 
 }
.hr_1 {
border-color: #b58516;
border-width: 5px;
width: 70px;
}
.font_16{
font-size:16px; 
 }

/*********************top****************/
#top{
background: #0f6e56;
background: var(--green-dark);
 }
.top_1l{
padding-top:8px;
padding-bottom:8px;
 }
.top_1l ul li i{
color: rgba(255,255,255,0.7);
margin-right:6px;
 }
.top_1l ul li{
display:inline-block;
margin-left:8px;
margin-right:8px;
font-size:13px;
color: rgba(255,255,255,0.9);
 }
.top_1l ul li a{
color: rgba(255,255,255,0.9)!important;
text-decoration: none;
 }
.top_1l ul li a:hover{
color: var(--gold)!important;
 }
.top_1r{
padding-top:8px;
padding-bottom:8px;
 }
.top_social{
display:flex;
justify-content:flex-end;
align-items:center;
gap:4px;
 }
.top_social li{
display:inline-block;
margin:0 2px;
 }
.top_social li a{
color: rgba(255,255,255,0.75)!important;
font-size:14px;
width:28px;
height:28px;
line-height:28px;
display:inline-block;
text-align:center;
border-radius:50%;
border:1px solid rgba(255,255,255,0.2);
transition: all 0.2s;
 }
.top_social li a:hover{
color:#fff!important;
background: rgba(255,255,255,0.15);
border-color: rgba(255,255,255,0.4);
 }
/*********************top_end****************/

/*********************header****************/
.cd-secondary-nav .is-visible {
  visibility: visible;
  transform: scale(1);
  transition: transform 0.3s, visibility 0s 0s;
}
.cd-secondary-nav.is-fixed {
z-index: 9999;
position: fixed;
left: auto;
top: 0; 
width:100%!important;
background:#fff!important;
  }

#header .navbar-brand{
height:auto;
padding:4px 0 !important;
background: transparent !important;
border-radius: 0;
display:flex;
align-items:center;
 }
#header .logo-brand {
padding: 4px 0 !important;
 }
.nav-logo {
height: 65px !important;
width: auto !important;
display: block !important;
object-fit: contain;
max-height: 65px;
 }
@media (max-width: 767px) {
.nav-logo { height: 50px !important; max-height: 50px; }
}
.navbar-nav{
padding-top:25px; 
 }
#header .m_tag{
padding:8px 18px;
font-weight:600;
border-radius:30px;
margin-left:4px;
margin-right:4px;
border:2px solid transparent;
font-size:14px;
letter-spacing:0.3px;
transition: all 0.2s;
 }
#header .m_tag:hover{
background: none;
color: var(--green);
border:2px solid var(--green);
 }
#header .m_tag:focus{
background: none;
color: var(--green);
border:2px solid var(--green);
 }
#header .active_tab{
background: var(--green-light);
color: var(--green)!important;
border:2px solid var(--green);
 }
#header  .drop_3 a{
font-size:15px;
padding-top:12px;
padding-bottom:12px;
color:#333;
border-bottom:1px solid #eee;
 }
#header  .drop_3 a:hover{
background: var(--gold);
color:#fff;
 }
#header  .drop_3{
padding:0;
min-width:220px;
margin-top:8px;
border-radius:8px;
background:#fff!important;
border:none;
border-top:3px solid var(--green);
box-shadow: 0 8px 24px rgba(0,0,0,0.12);
 }
#header  .drop_2{
padding:0;
min-width:250px;
margin-top:8px;
border-radius:8px;
background:#fff!important;
border:none;
border-top:3px solid var(--green);
box-shadow: 0 8px 24px rgba(0,0,0,0.12);
 }
#header  .drop_2 .btn{
background: var(--green);
margin-left:0!important;
border-color: var(--green);
border-radius:0 6px 6px 0;
 }
/*********************header_end****************/

/*********************common****************/
.pages{
margin-top:20px; 
 }
.pages ul li{
 display:inline-block;
 margin: 0 2px;
 width:45px;
 height:45px;
 line-height:45px;
 background: #f4f4f4;
 text-align:center;
 border-radius:3px;
 }
.pages ul li a{
display:block;
color: #333;
 }
.pages ul li:hover{
 background: #b58516;
 }
.pages ul li:hover a{
 color: #fff;
 }
.act{
  background:#b58516!important;
 }
.act a{
 color: #fff!important;
 }
 
/* footer social icons */
ul.social-network {
	list-style: none;
	display: block;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline-block;
	margin: 0 1px;
}

/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 40px;
	height: 40px;
	font-size:16px;
}
.social-circle li i {
	margin:0;
	line-height:40px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.center_o {
padding-top:80px;
padding-bottom:80px;
background: #0f6e56;
background: linear-gradient(135deg, #0a2a1e 0%, #1a9e75 100%);
}
.center_o1 h1 {
color: #fff!important;
font-size: 40px;
margin-bottom: 12px;
}
.center_o1 h4{
color: rgba(255,255,255,0.75)!important;
font-size:15px;
font-weight:400;
 }
.center_o1 h4 a{
color: rgba(255,255,255,0.75)!important;
 }
.center_o1 h4 a:hover{
color: #fff!important;
 }
.center_o1 h4 span.col_4{
color: var(--gold)!important;
 }
.grid figure {
position: relative;
float: left;
overflow: hidden;
width: 100%;
text-align: center;
cursor: pointer;
}
figure.effect-jazz figcaption::after,
figure.effect-jazz img
 {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz:hover img {
-webkit-transform: scale3d(1.05,1.05,1);
transform: scale3d(1.05,1.05,1);
}
.team_h1{
margin-bottom:30px; 
 }
.event_o{
background:#f4f4f4; 
 }
.event_o .event_1lr{
background:#fff; 
 }
.subs_o{
background:#f4f4f4; 
 }
.subs_o .form-control{
background:#fff!important; 
 }
/*********************common_end****************/

/*********************newsletter****************/
#newsletter {
background: var(--off-white);
padding: 70px 0;
border-top: 1px solid var(--border);
}
.newsletter_title {
font-family: 'Playfair Display', serif;
font-size: 32px;
color: var(--text);
margin-bottom: 10px;
}
.newsletter_sub {
color: var(--muted);
font-size: 15px;
margin-bottom: 28px;
margin-top: 8px;
}
.newsletter_form {
display: flex;
justify-content: center;
gap: 12px;
flex-wrap: wrap;
}
.newsletter_form .form-control {
max-width: 360px;
height: 48px;
font-size: 15px;
border-radius: 8px!important;
border: 1px solid rgba(0,0,0,0.12)!important;
box-shadow: none!important;
flex: 1 1 240px;
}
.newsletter_form .button {
height: 48px;
line-height: 20px;
flex-shrink: 0;
}
/*********************newsletter_end****************/

/*********************stats****************/
#stats {
background: linear-gradient(135deg, var(--green-dark) 0%, var(--green) 100%);
padding: 60px 0;
}
.stat_box {
padding: 20px 10px;
}
.stat_num {
font-family: 'Playfair Display', serif;
font-size: 48px;
font-weight: 700;
color: #fff;
display: block;
line-height: 1;
margin-bottom: 10px;
}
.stat_box p {
color: rgba(255,255,255,0.8);
font-size: 13px;
text-transform: uppercase;
letter-spacing: 1.5px;
margin-top: 0;
}
.stat_divider {
border-left: 1px solid rgba(255,255,255,0.2);
height: 60px;
display: inline-block;
vertical-align: middle;
}
/*********************stats_end****************/

/*********************founders****************/
.founder_card {
background: #fff;
border-radius: 14px;
padding: 28px 24px;
border: 1px solid var(--border);
box-shadow: 0 4px 20px rgba(0,0,0,0.06);
margin-bottom: 24px;
transition: all 0.3s;
height: 100%;
}
.founder_card:hover {
transform: translateY(-4px);
box-shadow: 0 16px 48px rgba(26,158,117,0.12);
border-color: var(--green);
}
.founder_card h4 {
color: var(--text)!important;
font-size: 18px;
margin-bottom: 4px;
margin-top: 0;
}
.founder_role {
color: var(--green)!important;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1.5px;
margin-bottom: 14px;
margin-top: 4px;
font-family: 'DM Sans', sans-serif;
display: block;
}
.founder_contact {
color: var(--muted)!important;
font-size: 13px;
margin-bottom: 16px;
margin-top: 0;
}
.founder_contact i {
color: var(--green);
margin-right: 6px;
}
.founder_card ul {
margin-top: 0;
}
.founder_card ul li {
color: var(--muted);
font-size: 14px;
margin-top: 8px;
display: flex;
align-items: flex-start;
gap: 8px;
line-height: 1.5;
}
.founder_card ul li::before {
content: '\f058';
font-family: FontAwesome;
color: var(--green);
flex-shrink: 0;
margin-top: 2px;
font-size: 13px;
}
/*********************founders_end****************/

/*********************subs (legacy fallback)****************/
#subs{
padding-top:40px;
padding-bottom:40px;
 }
.subs1 .form-control{
width:30%;
margin-left:auto;
margin-right:auto;
height:50px;
border:none;
box-shadow:none;
font-size:18px;
background:#f4f4f4;
margin-top:20px;
 }
/*********************subs_end****************/


/*********************footer****************/
#footer{
background:#0d1a14;
 }
.footer_1l h4 i{
margin-right:5px;
vertical-align:middle; 
 }
.footer_1l h4{
font-size:26px; 
 }
.footer_1l h5 i{
vertical-align:middle;
margin-left:5px;
 }
.footer_1l ul li i{
border:1px solid #ddd;
display:inline-block;
text-align:center;
width:35px;
height:35px;
line-height:35px;
margin-right:5px; 
 }
.footer_1l ul li{
font-size:16px;
margin-top:10px;
 }
.footer_1l ul li a:hover{
color:#b58516!important;
 }
.footer_1r1l ul li{
display:inline-block;
margin-top:3px; 
 }
.footer_1r1l h5 i{
margin-right:5px;
vertical-align:middle; 
 }
.footer_1r2r ul li a{
background: var(--green);
border-radius:8px;
width:36px;
height:36px;
display:flex;
align-items:center;
justify-content:center;
transition: background 0.2s;
 }
.footer_1r2r ul li a:hover{
background: var(--gold);
 }
.footer_1r2r ul li a i{
line-height:normal;
font-size:14px;
 }
.footer_1r{
border-left:1px solid #2e2e2e;
padding-top:30px; 
padding-bottom:30px; 
 }
.footer_1l{
padding-top:30px; 
 }
.footer_1r2{
border-top:1px solid #2e2e2e;
padding-top:30px;
margin-top:30px; 
 }
.footer_1r2l p{
margin-top:6px; 
 }
/*********************footer_end****************/



@media screen and (max-width : 767px){
.space_left{
padding-left:15px; 
} 
.space_right{
padding-right:15px; 
} 
.space_all{
padding-left:15px;
padding-right:15px;
} 
.navbar-collapse{
box-shadow:none; 
max-height:none; 
  }
.navbar .navbar-collapse, .navbar-default .navbar-form {
border:none;
}
.navbar-toggle{
 background: var(--green);
 border:none;
 border-radius:8px;
 margin-top:16px;
  }
.navbar-toggle:hover{
 background: var(--green-dark)!important;
  }
.navbar-toggle:focus{
 background: var(--green-dark)!important;
  }
.navbar-toggle .icon-bar{
 background:#fff!important; 
  }
.navbar {
position:static;
text-align:center;
  }
.dropdown-menu{
background:#fff!important; 
 }
#header .drop_3 a{
font-size:24px!important;
padding-top:15px!important;
padding-bottom:15px!important;
 }
#header .drop_3{
margin-top:0;
 }
#header .drop_2{
margin-top:0;
margin-left:10px;
margin-right:10px;
min-width:90%!important;
 }
.cd-secondary-nav.is-fixed {
position:static;
 }
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
border:none; 
 }
#header .m_tag{
font-size:28px!important;
border:none;
border-bottom:1px solid #eee;
padding-top:17px!important;
padding-bottom:17px!important;
margin-top:0;
border-radius:0!important;
border-right:none;
margin:0;
 }
.pages ul li{
margin-bottom:5px; 
 }
.hr_1{
margin-left:auto!important; 
 }

#top{
text-align:center;
padding-bottom:11px; 
 }
.top_1l ul li{
margin-top:5px;
margin-bottom:5px; 
 }
.subs1 .form-control{
width:80%; 
 }
#footer{
text-align:center; 
 }
.footer_1r1l {
margin-top:15px; 
 }
.footer_1r2r {
margin-top:10px; 
 }
.team_h1 br{
display:none;
 }
.newsletter_form {
flex-direction: column;
align-items: center;
 }
.newsletter_form .form-control {
max-width: 100%;
width: 100%;
 }
.stat_box {
margin-bottom: 20px;
 }
.stat_num {
font-size: 36px;
 }
.founder_card {
margin-bottom: 16px;
 }
}
@media (min-width:768px) and (max-width:991px) {
.container{
width:100%; 
padding-left:20px;
padding-right:20px;
 }
.top_1l ul li{
margin-top:2px;
margin-bottom:2px; 
 }
.top_1l{
padding-bottom:6px; 
 }
.top_1r{
padding-top:6px;
 }
#header .m_tag{
padding:8px;
margin-left:2px;
margin-right:2px; 
 }
.navbar-nav{
padding-top:27px; 
 }
.team_h1 br{
display:none;
 }
.footer_1r1l img{
width:70px;
height:70px; 
 }
.footer_1r2r  ul li{
margin-bottom:5px; 
 }
 }
@media (min-width:992px) and (max-width:1200px) {
.container{
width:100%; 
padding-left:20px;
padding-right:20px;
 }
.top_1r .button{
padding:15px 15px!important;
 }
.footer_1r2r  ul li{
margin-bottom:5px; 
 }
 }
@media (min-width:1201px) and (max-width:1330px) {

 }



