*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	outline: 0;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    float: left;
}
.container {
    max-width: 1170px;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
}
header{
	background-color: #eccfaa;
	float: left;
	width: 100%;
	box-shadow: 0 0 15px #929292;
	position: fixed;
	z-index: 99;
	transition: transform 0.0s ease, background 0.5s ease;
-webkit-transition: transform 0.0s ease, background 0.5s ease;
}
header.sticky{
	position: fixed;
	background-color: #fff;
	top:-/*70px;
	transform: translateY(70px);
transition: transform 0.5s ease, background 0.5s ease;*/
-webkit-transition: transform 0.5s ease, background 0.5s ease;
}
.head-container{
	padding: 10px 55px 0;
	box-sizing: border-box;
	float: left;
	width: 100%
}
.logoimg, .logoimg a{
	float: left;
	width: auto;
}
.logoimg img{
	max-width: 160px;
	float: left;
}
.nav-bar{
	float: right;
	width: auto;
}
.nav-bar ul{
	float: left;
	width: auto
}
.nav-bar ul li{
	float: left;
	width: auto;
	padding: 30px 37px 28px;
	box-sizing: border-box;
	cursor: pointer;
}
.nav-bar ul li a{
	color:#000;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2px
}
.nav-bar .login-btn a{
	float: left;
	width: auto;
	padding: 10px 15px;
	color:#000;
	font-size: 16px;
	font-weight: 400;
	box-sizing: border-box;
	letter-spacing: 2px
}
.nav-bar .login-btn{
	border:2px solid #f7b964;
	border-radius: 10px;
	padding: 0 0px 0 25px;
	box-sizing: border-box;
	background-color: #ffffff59;
	margin-top: 20px
}
.login-btn{
	background-image: url(../images/login2.svg);
	background-size: 22px;
	background-position: left 8px center;
	background-repeat: no-repeat;
}
.banner{
	float: left;
	width: 100%;
	margin-top: 93px;
	margin-bottom: 60px;
}
.banner-text strong{
	font-size: 44px;
	color: #0e4f77;
	text-align: center;
	display: inline-block;
	line-height: 44px;
	font-weight: 800;
}
.banner .container{
	padding: 100px 20px 100px;
	background-image: url(../images/banner.png);
	background-position: right top;
background-repeat: no-repeat;
background-size: 680px 530px;
}
.banner-text p{
	font-size: 26px;
	text-align: center;
	margin-top: 17px;
	line-height: 32px
}
.banner-text{
	max-width: 550px;
	text-align: center;
}
.thankyou{
	color: green !important;
    text-align: center !important;
    margin-top: 10px !important;
    font-size: 19px !important;
    margin-bottom: 10px !important;
	display:none;
}
.requestbtn{
	background-color: #f7b964;
	color:#fff;
	/*padding: 18px 40px;*/
	display: inline-block;
	border: none;
	border-radius: 20px;
	margin-top: 40px;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 5px 8px 0px rgba(125,125,125,0.25);
-moz-box-shadow: 0px 5px 8px 0px rgba(125,125,125,0.25);
box-shadow: 0px 5px 8px 0px rgba(125,125,125,0.25);
cursor: pointer;
transition: 0.3s
}
.requestbtn:hover{
	box-shadow: 0 4px 6px 0 rgba(32, 33, 36, .28);
}
.requestbtn a{
	font-size: 24px;
	font-weight: 500;
	color:#fff;
	letter-spacing:0.5px;
	padding: 18px 40px;
	display: inline-block;
}
.nav-bar ul li a .flaticon-angle1::before{
	margin-left: 0;
	    line-height: 18px;
}
.nav-bar ul li a .flaticon-angle1{
	margin-top: 3px;
float: right;
}
.nav-bar ul li .submenu {
    position: absolute;
    left: 0;
    top: 140%;
    background: #fff;
    /*width: 200px;*/
    riht:0;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
    opacity: 0;
    visibility: hidden;
    text-align: left;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.nav-bar ul li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    box-shadow: 0 4px 6px 0 rgba(32, 33, 36, .28);
}
.nav-bar ul li .submenu li a {
    padding: 10px 15px;
    position: inherit;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    color: #000;
}
.drop-menu{
	position: relative;
}
.nav-bar ul li .submenu li{
	padding: 0;
	width: 100%;
}
.nav-bar ul li .submenu li:hover{
	background-color: #f7f4f4
}
.about-inner{
	border-radius: 20px 20px 0 0;
	background-color: #f8f8f8;
	text-align: center;
	padding: 45px 20px;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 6px 13px 1px rgba(125,125,125,0.17);
-moz-box-shadow: 0px 6px 13px 1px rgba(125,125,125,0.17);
box-shadow: 0px 6px 13px 1px rgba(125,125,125,0.17);
position: relative;
}
.about-section{
	float: left;
	width: 100%
}
.section-heading{
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 500;
	color: #000
}
.about-inner:before{
	content: '';
	width: 90px;
	background-image: url(../images/Leaf.png);
	background-size: 90px;
	height: 22px;
	position: absolute;
	top: 14px;
	left: 0;
	right: 0;
	margin: auto;
	background-repeat: no-repeat;
}
.about-inner:after{
	content: '';
	width: 80px;
	background-image: url(../images/Leaf.png);
	background-size: 80px;
	height: 18px;
	position: absolute;
	bottom:  14px;
	left: 0;
	right: 0;
	margin: auto;
	background-repeat: no-repeat;
}
.about-inner p{
	font-size: 20px;
	line-height: 36px;
	margin-top: 10px;
}
.award-section{
	background-color: #0e4f77;
	color:#fff;
	float: left;
	width: 100%;
	padding-bottom: 160px
}
.award-section .section-heading{
	color:#fff;
}
.awards-inner{
	padding: 80px 20px 0;
	text-align: center;
}
.awards-inner p{
	font-size: 22px;
	line-height: 34px;
	margin-top: 15px;
}
.award-div{
	width: 31.3%;
	margin: 0 1%;
	min-height: 280px;
	position: relative;
	background-color: #fff;
	border-radius: 20px;
	display: inline-block;
	max-width: 350px;
}
.award-div img{
	max-height: 200px;
	position: absolute;
	bottom: 30px;
	left: 0;
right: 0;
margin: auto;
	/*eft: 50%;
top: 50%;
transform: translate(-50%, -50%);*/
max-width: 90%;
}
.allaward{
	text-align: center;
	margin-top: 40px;
}
.clearboth{
	clear: both;
}
.award-div.left{
	float: left;
}
.award-div.right{
	float: right;
}
.presence-section{
	/*margin-top: 200px;*/
	float: left;
	width: 100%;
	text-align: left;
}
.border-bot{
	max-width: 80%;
	margin:25px auto 0;
}
.border-bot{
	background-image: url(../images/dash.png);
	background-position: left center;
	background-repeat: repeat-x;
	background-size: 14px;
}
.presence-section .section-heading{
	float: left;
	width: 100%
}
.border-bot span.leftcicl, .border-bot span.rightcicl{
	float: left;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	border:1px solid #777;
	background-color: #fff
}
.border-bot span.rightcicl{
	float: right;
}
.presence-section p{
	font-size: 26px;
line-height: 38px;
margin-top: 30px;
float: left;
}
.coun-list{
	max-width: 380px;
	float: left;
}
.presen-list{
	background-image: url(../images/Map.png);
	background-position: right bottom 60px;
	background-repeat: no-repeat;
	background-size: 800px;
	float: left;
	width: 100%;	
	margin-top: 60px;
	padding-bottom: 100px;
}
.coun-list ul {
	margin-top: 30px;
	display: inline-block;
	padding-left: 50px;
	box-sizing: border-box;
}
.coun-list ul li{
	float: left;
	width: 100%;
	font-size: 18px;
	margin: 14px 0
}
.triangle{
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 20px solid #555;
	float: left;
	margin-right: 15px;
}
.mental-health-section{
	text-align: center;
	padding: 30px 0 0;
	float: left;
	width: 100%;
	background-color: #f4f4f4
}
.health-issue{
	float: left;
	width: 100%;
	padding: 70px 0 65px;
	background-image: url(../images/Shadow.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 15px
}
.patition-health{
	width: 25%;
	
	float: left;
	padding: 0 0%
}
.hlth-img{
	float: none;
	width: 100%;
	padding: 10px;
	border: 2px dashed #757575;
border-radius: 100%;
box-sizing: border-box;
overflow: hidden;
max-width: 200px;
    margin: auto;
}
.hlth-bg{
	float: left;
	width: 100%;
	padding: 10px;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 100%;
}
.hlth-bg img{
	float: left;
	width: 100%;
	max-width: 176px;
	max-height: 176px
}
.last.patition-health{
	padding-right: 0
}
.first.patition-health{
	padding-left: 0
}
.name-health{
	font-size: 30px;
	font-weight: 400;
	margin-top: 20px;
	display: inline-block;
}
.program-section{
	text-align: center;
	padding: 50px 0;
	float: left;
	width: 100%
}
.great-prod .hlth-bg, .patition-health.last .hlth-bg{
	/*width: 176px;*/
	height: 176px;
	position: relative;
}
.great-prod .hlth-bg img, .patition-health.last .hlth-bg img{
	max-width: 110px;
	margin: 20px auto;
	/*left: 50%;
top: 50%;
transform: translate(-50%, -50%);
position: absolute;*/
float: none;
}
.patition-health.first .hlth-bg{
	padding: 20px;
}
.program-main{
	float: left;
	width: 100%;
	padding: 100px 0 50px
}
.programs-div{
	float: left;
	width: 100%;
	padding-right: 330px;
	box-sizing: border-box;
	margin-bottom: 30px
}
.program-img{
	float: left;
	width: 330px;
	background-image: url(../images/bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 210px 190px;
	padding-top: 20px;
	margin-bottom: 30px;
}
.program-img span{
	max-width: 230px;
	height: 230px;
	border-radius: 100%;
	border:1px solid #ddd;
	float: right;
	overflow: hidden;
	-webkit-box-shadow: 0px 6px 13px 1px rgba(125,125,125,0.09);
-moz-box-shadow: 0px 6px 13px 1px rgba(125,125,125,0.09);
box-shadow: 0px 6px 13px 1px rgba(125,125,125,0.09);
}
.program-img span img{
	float: left;
	width: 100%;
	height: 100%
}
.content-progm{
	float: right;
	width: calc(100% - 360px);
	text-align: left;
	padding: 70px 0 0 0px;
	box-sizing: border-box;
}
.content-progm strong{
	font-size: 26px;
	font-weight: 500
}
.content-progm p{
	font-size: 18px;
	margin-top: 15px;
	line-height: 26px;
}
.content-progm .requestbtn{
	margin-top: 15px;
	/*min-width: 250px;*/
}
.content-progm .requestbtn a{
	font-size: 18px;
	    margin-top: 0px;
    min-width: 160px;
    padding: 18px 40px;
    display: inline-block;
    box-sizing: border-box;
}
.programs-div.right{
	padding-right: 0;
	padding-left: 330px; 
}
.programs-div.right .program-img{
	float: right;
	background-position: top right
}
.programs-div.right .content-progm{
	text-align: right;
	margin-right: 10px;
}
.programs-div.right .program-img span{
	float: left;
}
footer{
	border-top:10px solid #ff9f0a;
	background-color: #ff9f0a;
	color:#fff;
	float: left;
	width: 100%;
	padding-bottom: 20px;
	background-image: url(../images/bannerimgfooter.jpeg);
background-size: cover;
background-repeat: no-repeat;
padding: 40px 0 50px
}
.link-footer{
	width: 200px;
	float: left;
}
.link-footer ul li{
	float: left;
	width: 100%;
	margin-top: 15px;
	color: #acacac;
font-size: 16px;
line-height: 40px;
}
.link-footer ul li  a{
	color: #fff;
	/*text-decoration:underline;*/
	font-size: 16px;
	letter-spacing: 1px;
	color: #fff;
font-weight: 400;
font-family: Nunito, sans-serif;
}
.email-social{
	float: right;
	padding-top: 20px;
	text-align: left;
	max-width: 220px;
}
.email-social strong{
	font-size: 20px;
	font-weight: 500
}
.subs-div, .subs-div input{
	width: 100%;
	float: left;
}
.subs-div input{
	padding: 10px 15px;
	font-size: 12px;
	border-radius: 30px;
	border: none;
	box-sizing: border-box;
	margin-top: 15px;
	width: calc(100% - 135px);
	display:none;
}
.subs-div button{
	width: 130px;
	float: left;
	border: none;
	background-color: #fff;
	color: #000;
	padding: 10px 15px;
	box-sizing: border-box;
	margin-top: 15px;
	border-radius: 30px;
	font-size: 16px;
line-height: 14px;
font-weight: 500;
cursor: pointer;
box-shadow: 0 4px 6px 0 rgba(32, 33, 36, .28);
}
.social-links{
	margin-top: 20px;
	display: inline-block;
	width: 100%
}
.social-links ul li{
	margin: 15px 20px 0 0 ;
	float: left;
}
.social-links ul li a:before{
	margin: 0;
	color: #fff;
	border:2px solid #fff;
	border-radius:100%;
	height: 35px;
width: 35px;
float: left;
padding-top: 5px;
box-sizing: border-box;
text-align: center;
}
.artical-section{
	margin-top: 93px;
	float: left;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 30px
}
.artical-img{
	max-width: 100%;
	float: left;
	border: 1px solid #ddd;
	position: relative;
}
.artical-img img{
	width: 100%;
	float: left;
	margin: 0 15px 15px 0
}
.artical-div{
	text-align: center;
	margin-bottom: 40px;
}
.artical-div p{
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	text-align: left;
}
.img-cover{
	float: left;
	padding-right:  40px;
	max-width: 50%;
	min-width: 550px;
}
.artical-div strong{
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: inline-block;
}
.top-leaf{
	max-width:  90px;
	display: inline-block;
	margin: 15px 0 10px;
}
.top-leaf img{
	width: 100%
}
.bottom-leaf{
	max-width:  80px;
	display: inline-block;
	margin: 25px 0 0px;
}
.bottom-leaf img{
	width: 100%
}
.request-pop{
	position: fixed;
	top:90px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	background-color: #0000008a;
	display: none;
}
.request-inner{
	width: 85%;
	max-width: 350px;
	box-sizing: border-box;
	padding: 15px;
	background-color: #fff;
	border-radius: 20px;
	margin: 5% auto 0
}
.form-div{
	border-radius: 20px;
	border :1px dashed #ddd;
	display: inline-block;
	width: 100%;
	padding: 35px;
	box-sizing: border-box;
}
.form-div strong{
	float: left;
	width: 100%;
	font-size: 16px;
	color:#333333;
	margin: 0 0 10px;
}
.form-div span{
	font-size: 12px;
	color:#898989;
	display: inline-block;
	width: 100%
}
.form-div a{
	display: inline-block;
	width: 100%;
	color: #0e4f77;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500
}
.form-div input{
	float: left;
	border:none;
	border-bottom: 1px solid #e6e6e6;
	color:#898989;
	padding: 10px 0;
	width: 100%;
	margin-top: 15px;
	font-size: 12px;
	font-weight: 500
}
.form-div .requestbtn{
	margin: 25px auto 0;
	float: none;
	padding: 10px 00px;
border-radius: 8px;
min-width: 80%;
cursor: pointer;
}
.sub-btn{
	text-align: center;
}
.content-progm .requestbtn{
	box-shadow: none;
}
.rest-btn-div{
	position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: #0000008a;
}
.rest-btn-div .requestbtn.requestpop{
	margin: 20px 0;
/*padding: 15px 35px;*/
}
.rest-btn-div .requestbtn.requestpop a{
	font-size: 16px;
}

.burg-menu{
	width: 30px;
	float: right;
	display: none;	
    cursor: pointer;
}
.burg-menu span{
	height: 4px ;
	border-radius: 30px;
	width: 100%;
	background-color: #ff9f0a;
    float: left;
    margin-bottom: 4px;
}
.burg-menu span.half-left{
	width:50%;
}
.burg-menu span.half-riht{
	width: 50%;
	float: right;
}
section.award-box{
	margin-top: -160px;
	float: left;
	width: 100%;
	margin-bottom: 60px
}
.res-map{
	display: none;
}
.thankyou{
	color:green;
	text-align: center;
	margin-top: 8px
}
.newslatter-pop{
	position: fixed;
	top:90px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	background-color: #0000008a;
	display: none;
}
.newslatter-inner{
	width: 85%;
	max-width: 350px;
	box-sizing: border-box;
	padding: 20px;
	background-color: #fff;
	margin: 5% auto 0;
	position: relative;
	overflow: hidden;
}
.newslatter-inner strong{
	font-size: 20px;
	color:#333;
}
.newslatter-inner span{
	font-size: 12px;
    color: #898989;
    display: inline-block;
	width: 100%;
	margin-top: 5px
}
.newslatter-inner label{
    font-size: 12px;
    color: #333;
    display: inline-block;
	width: 100%;
	margin-top: 25px;
	font-weight: 500
}
.newslatter-inner input{
	float: left;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    color: #898989;
    padding: 10px 0;
    width: 100%;
    margin-top: 0px;
    font-size: 12px;
    font-weight: 500;
}
.newslatter-inner .requestbtn{
	margin: 25px auto 10px;
    float: none;
    padding: 10px 00px;
    border-radius: 8px;
    min-width: 80%;
    cursor: pointer;
}
.newslatter-inner:after{
	content: '';
	width:220px;
height: 200px;
position: absolute;
right: -110px;
top: -90px;
background-image: url(../images/subscribe-bg.png);
background-size: 290px;
	background-position: center;
	background-repeat: no-repeat;
}
.newslatter-inner{
background-image: url(../images/subscribe-bg.png);
background-size: 200px;
	background-position: left -100px bottom -84px;
	background-repeat: no-repeat;
}
.campaign-section{
	float: left;
	width: 100%;
	margin-top: 93px;
	text-align: center;
	/*padding-top: 30px;*/
}
.campaign-section h1{
	font-size: 36px;
	font-weight: 500
}
.campaign-section p{
	font-size: 22px;
	margin: 20px 0 10px
}
.campaign-section .form-div{
	width: 100%;
	max-width: 500px;
	margin: 35px auto 50px;
	padding: 30px 20px 40px;
	box-shadow: 0 0 15px #e8e8e8;
}
.campaign-section .form-div table{
	width: 100%;
	float: left;
	text-align: left;
}
.campaign-section .form-div table tr td{
	text-align: left;
	vertical-align: middle;
}
.campaign-section .form-div table tr td:nth-child(1){
	width:110px;
}
.campaign-section .form-div input{
	margin-top: 0
}
.campaign-section .form-div .requestbtn{
	margin-top: 35px
}
.campaign-section .form-div strong{
	margin-bottom: 20px;
	font-size: 20px
}
.campaign-content{
	background-image: url(../images/metalhealth.jpg);
	padding: 30px 10px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	color:#fff;
	box-sizing: border-box;
}
.img-cover.full-width {
    width: 100%;
    float: left;
    max-width: initial;
    padding: 0;
    margin-bottom: 20px
}
.img-cover.full-width .artical-img {
    width: 100%;
    height: 280px;
}
.img-cover.full-width .artical-img img {
    width: 100%;
    float: left;
    margin: 0 0 0px 0;
    height: 100%;
}
.artical-div ul li {
    text-align: left;
    margin-bottom: 12px;
    list-style: disc;
    font-size: 16px;
    color: #333333
}
.artical-div ul li em {
    font-style: normal;
}
.artical-div ul {
    margin:10px 0;
}
.artical-div p strong{
	margin-top: 20px
}
.artical-div p strong.subheading{
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 10px
}
.loader{
	display: none;
border: 4px solid #f7b964;
    border-top-color: #cc7a00;
    border-top-style: solid;
    border-top-width: 4px;
    border-radius: 50%;
    border-top: 4px solid #ff9900;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 10px auto 0px auto;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}