body{
	margin: 0px;
	padding: 0px;
	font-family: 'Titillium Web', sans-serif;
}
header{
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: auto;
	float: left;
    position: relative;
}
/**
.fixed {
    position: fixed;
    top:0; 
    left:0;
    width: 100%;
}**/



.scl-dvs{width: 100%; margin: 0px; padding:0px; float: left;}

.top-header{width: 100%; margin: 0px; padding:10px 0px; float: left; height: auto; background-color: #000;}

.top-bottom{width: 100%; margin: 0px; padding: 0px; float: left; height: auto;}

.info-dvs{
    width: 33%;
    margin: 17px 0px;
    padding: 0px;
    float: left;
    height: auto;
}

.info-icns{width:20%; float: left;}

.info-txt{width: 80%; float: left; margin: 0px;}

.info-txt h5{  font-weight: 600; margin: 0px;}

.info-txt p{font-size: 13px; margin: 0px; color: #7d7d7d;}

.info-icns i{
    color: #00a99d;
    border: 1px solid #00a99d;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    font-size: 19px;
}

.menu-dv{
    width: 100%;
    margin: 0px 0px 0px;
    padding: 0px;
    height: auto;
    float: left;
}

.scl-dvs{width: 100%; float: left; text-align: left; margin-top: 20px}

.scl-dvs ul{margin: 0px; padding: 0px; list-style: none;}

.scl-dvs ul li{display: inline-block; padding: 0px 10px;}

.scl-dvs ul li i{color: #00a99d; font-size: 14px}

.slider-dv{width: 100%; float: left; margin: 0px; padding: 0px; position: relative;}

.slider-dv img{width: 100%; float: left; position: relative;}

.head-top{
    width: 100%;
    margin: 0px; position: absolute; padding: 10px 0px; background-color: #a997971a;
}

.scl-dvs ul li a i:hover{color: #00a99d;}

.home-images-sr{
    width: 100%;
    float: left;
    margin: -140px 0px 0px;
    border: 15px solid #fff;
}

.home-images-sr img{width: 100%; float: left;}



/**menu-css**/

div#overlay { display: none; }

a#toggle {
    position: relative;
    text-align: left;
    color:#00a99d;
    display: none;
    float: left;
    z-index: 99;
    margin-top: 5px;
    transition: all ease-out 0.3s;
}

a#toggle i{
    font-size: 22px;
}

#menu .fa-plus{
    display: none;
}

a#toggle i {
  position: relative;
}

.open-menu a#toggle i{
    color: #fff;
}

main#content { padding: 10px; }

#menu {
  text-align:left;
  transition: all ease-out 0.3s;
}

#menu a { color:#000; text-decoration: none;}

#menu ul {
  margin: 0px;
  padding: 0;
}
#menu ul li {
  display: inline-block;
  position: relative;
}
#menu ul li > a{
    display: inline-block;
    padding: 21px 18px;
    font-size: 15px;
    font-weight: 600;
    margin: 0px;
    color: #000;
}
#menu ul li a.active {
    border-top: 5px solid #00a99d;
    color:#00a99d;
}
#menu ul li:last-child a{
    border-right:none;
}

.head-top.sticky nav ul li a{color: #fff !important;}

#menu li:first-child a{
    margin-left: 0px;
}

#menu ul li a:hover{color: #00a99d;}

#menu ul li > a > i {
  margin-left: 15px;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.1s;
}
#menu ul li ul {
    display: none;
    position: absolute;
    top:64px;
    width: 250px;
    background: #00a99d;
    text-align: left;
    z-index: 2;
}
#menu ul li ul li a{
    border:none;
}
#menu ul li ul li:hover > a{
    color:#fff;
}

#menu ul li ul li a:hover{
    color: #ffeded !important;
}

#menu ul li ul li { display: block; }

#menu ul li ul li a {
    display: block;
    text-transform: capitalize;
    color: #fff !important;
    font-size: 15px;
    padding: 12px 25px;
    font-weight: 400;
    margin: 0px;
}

#menu ul li ul li:hover > a { color:#fff; }

#menu ul li ul li:before{
    border-left: none
}

#menu ul li:hover > a > i { transform: rotateZ(90deg); }

#menu ul li:hover ul { display: block; }
@media screen and (max-width:767px) {

a#toggle { display: block; }

a#toggle:hover{
    text-decoration: none;
}
#menu .fa-plus{
    display: block;
}
main#content {
  margin-top: 65px;
  transition: all ease-out 0.3s;
}
#menu{
    position: fixed;
    width:100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    overflow-y: hidden;
    z-index: 9;
    overflow-y: auto;
    background-color: #2f2d2f;
    transform: translateX(-970px);
}
#menu ul {
  text-align: left;
  background-color: transparent;
  padding-top:40px;
  padding-left: 40px;
  padding-bottom: 30px;
  padding-right: 40px;
}
#menu ul li ul{
    padding-top:0px;
}
#menu ul li { display: block; }

#menu ul li a { display: block; color:#fff; 
    padding: 16px 0px !important;
    margin: 0px;
}

#menu ul li a > i { float: right; }

#menu ul li ul {
    display: none;
    position: static;
    padding:0px;
    width: 100%;
}

#menu ul li:hover > ul { display: none; }

#menu ul li:hover > a > i { transform: rotateZ(0); }

#menu ul li.open > a { }

.open a i::before {
    content: "\f068";
}

#menu ul li.open > ul { display:block; }

div#overlay {
  display: block;
  visibility: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  opacity: 0;
}

html.open-menu { overflow: hidden; }

html.open-menu div#overlay {
  visibility: visible;
  opacity: 1;
  width: calc(-150%);
  left: 250px;
}

html.open-menu a#toggle,
html.open-menu main#content {}

html.open-menu nav#menu {
  z-index: 22;
  transform: translateX(0);
}
#menu ul li > a{
    border-right: none;
}
#menu ul li {
    border-bottom: 2px solid #fff;
}
#menu ul li ul a{
    font-size: 17px !important;
    font-weight: 400;
    padding:8px 0px !important
}
#menu ul li ul li{
    border-bottom: none;
}
#menu ul li ul{
    background: none;
}
.open-menu .fa-bars:before{
    content: "\f00d";
}
#menu li:last-child{
    border-bottom: none;
}

#menu ul li::before{
    display: none;
}

#menu ul li a.active{
    border: none;
    color: #fff;
}

}

.home-images{
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: auto;
    float: left;
}
.home-images img{
    width: 100%;
    float: left;
}
.home-slide{
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: auto;
	position: relative;
	float: left;
}
.home-slide img{
	width: 100%;
	float: left;
}
.home-slide-txt{
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: auto;
	float: left;
}

.home-slide-txt h2{
	margin: 0px;
	padding: 0px;
	font-size:190px;
	color: #fff;
	font-weight:400;
	position: relative;
}

.home-slide-txt h2::after {
    width: 100px;
    height: 8px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    content: "";
    display: block;
    background: #c6770e;
    bottom: 27px;
}

.home-slide-txt p{
	margin: 0px;
	font-weight: 200;
	line-height:35px;
	letter-spacing: 1px;
	font-size: 26px;
	color: #fff;
	font-family: 'Yrsa', serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}

.home-slide-txt1{
	width: 100%;
	margin:-25px 0px 0px;
	padding:0px 0px 0px 0px;
	height: auto;
	float: left;
}

.home-slide-txt1 h2{
	margin: 0px;
	padding: 0px;
	color:#fff;
	font-weight: 300;
	font-size:43px;
	font-family: 'Yrsa', serif;
}

.home-slide-txt1 p{
	margin:10px 0px 0px;
	padding: 0px;
	color: #d1d1d1;
	font-weight: 300;
	font-size:20px;
	font-family: 'Yrsa', serif;
}

.home-slide-txt1 a{
	margin:20px 0px 0px;
	float: left;
	padding:8px 45px;
	border:3px solid #fff;
	color: #fff;
	font-size: 20px;
	opacity: 0.8;
	font-family: 'Yrsa', serif;
	border-radius: 25px;
	font-weight: 300;
	transition: all linear 0.5s;
	-o-transition: all linear 0.5s;
	-webkit-transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
	-ms-transition: all linear 0.5s;
}
.home-slide-txt1 a:hover{
	text-decoration: none;
	background: #600863;
	border-color: #600863;
}
#global-impact{
    width: 100%;
    margin: 0px;
    padding: 70px 0px 140px;
    height: auto;
    float: left;
    background: #fbfafa;
}
.welcome-txt {
    width: 100%;
    margin: 0px 0px 0px;
    padding: 0px 20px;
    height: auto;
    float: left;
}
.welcome-heading {
    width: 100%;
    margin:0px;
    padding: 10px 0px;
    height: auto;
    float: left;
    position: relative;
}
.welcome-heading h1{
    margin: 0px 0px 25px;
    padding: 0px;
    color: #00a99d;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.welcome-heading h1:after {
    content: '';
    height: 2px;
    width: 50px;
    background: #00a99d;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}

.what-frm{width: 100%; margin: 60px 0px 0px; padding: 0px; float: left; height: auto;}

.what-frm iframe{width: 100%; margin-top: 30px; height: 350px;}

.what-frm h3{
    margin: 0px 0px 5px;
    padding: 0px;
    color: #00a99d;
    font-size: 27px;
    font-weight: 600;
}

.welcome-txt p {
    margin: 25px 0px 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 27px;
}

#home-mission {
    width: 100%;
    margin: 0px;
    padding:80px 0px;
    height: auto;
    background-color: #00a99d;
    float: left;
}
.home-service-head{
	width: 100%;
	margin:0px 0px 20px;
	padding: 0px;
	height: auto;
	float: left;
}
.home-service-head h2 {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 40px;
    font-weight: 500;
}

.home-service-head h2:after {
    content: '';
    height: 2px;
    width: 100px;
    background: #fff;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}

.home-service-head p {
    margin: 45px 0px 0px;
    padding: 0px 0px;
    font-size: 20px;
    font-weight: 300;
    color: #fbfbfb;
    line-height: 32px;
}

.first-ser-txt {
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: auto;
    float: left;
}
.home-serv-head {
    width: 100%;
    margin: 10px 0px;
    padding: 0px;
    height: auto;
    float: left;
    text-align: center;
}
.home-serv-head h1 {
    margin: 0px;
    padding: 0px;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
.second-ser-txt {
    width: 100%;
    margin: 65px 0px 30px;
    padding: 0px;
    height: auto;
    float: left;
}
.second-ser-txt p {
    margin: 0px;
    padding: 0px 13px;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    line-height: 27px;
    text-align: center;
}
#Healthy-comminity {
    width: 100%;
    margin: 0px;
    padding: 0px 0px 30px;
    height: auto;
    float: left;
    background: #f9f9f9;
}
.healthy-heading{
	width: 100%;
	margin: 0px;
	padding:0px;
	height: auto;
	float: left;
    position: relative;
}
.healthy-heading h2 {
    margin: 0px;
    padding: 0px;
    color: #00a99d;
    font-size: 30px;
    font-weight: 400;
}
.healthy-heading h2:after{
    content: '';
    height: 2px;
    width:110px;
    background: #00a99d;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}
.healthy-margin{
	width: 100%;
	margin: 100px 0px 50px;
	padding:0px;
	height: auto;
	float: left;
}
.video-div{
	width: 100%;
	margin: 0px;
	padding:0px;
	height: auto;
	float: left;
}
.video-div iframe {
    width: 100%;
    float: left;
}
.video-div p {
    margin: 0px;
    padding: 20px 0px 0px;
    font-size: 18px;
    font-weight: 500;
    color:#00a99d;
    display: inline-block;
}
.healthy-text{
	width: 100%;
	margin: 0px;
	padding:0px;
	height: auto;
	float: left;
}

.healthy-text p{
    margin: 25px 0px 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 27px;
}

/* accordion */ 

.accordion-main {
    width: 100%;
    margin: 0px;
    padding: 40px 0px 10px;
    float: left;
    height: auto;
    text-align: center;
}
.price-accordion h2 {
    margin: 0px;
    padding: 10px 0px 0px;
    color: #4e342e;
    font-size: 55px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.price-accordion h3 {
    margin: 0px;
    padding: 10px 0px 0px;
    color: #ffa002;
    font-size: 26px;
    font-weight: 600;
}
 
.tab-head{
  width: 100%;
  margin: 0px;
  padding: 0px;
  float: left;
  height: auto;
}

.tb-full{
  width: 100%;
  margin: 0px;
  padding: 0px;
  float: left;
  height: auto;
}

.tab-mains{
  width: 100%;
  margin: 0px;
  padding: 0px;
  float: left;
  height: auto;
}

.tab-mns-new{
  width: 100%;
  margin: 0px;
  padding: 0px;
  float: left;
  height: auto;
}

.tab-mn-hd{
  width: 100%;
  margin: 0px;
  padding: 0px;
  float: left;
  height: auto;
}

.tab-mn-hd .dvs {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    margin-right: 9px;
    color: #fff;
    background: #f16423;
}

.tab-mn-hd h3 {
    background: none;
    color: #f16423;
    text-align: left;
    padding-top: 18px;
    padding-bottom: 14px;
    padding-left: 45px;
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 9px;
    padding-right: 40px;
    transition: 0.25s all;
    position: relative;
    font-size: 15px;
    text-transform: initial;
    overflow: hidden;
}

.tb-cont{
  width: 100%;
  margin: 0px;
  padding: 0px;
  float: left;
  height: auto;
}

/**tab**/

.ac-pane {  color:#000; width: 100%; float: left; margin-bottom: 25px}

.ac-pane:last-child { margin-bottom: 0; }

.ac-content { display: none; }

.ac-title {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  padding: 12px;
}

.ac-title .arrw {
  float: right;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background: #0a62ac;
  font-size: 18px;
}

.active .ac-title .arrw{
  background-color: #019687;
}

.active  .panel-title-h-line hr{
  border-top-color: #5E2689;
}

.ac-title .arrw:before { content: "\f107"; }

.active .ac-title .arrw:before { content: "\f106"; }

.ac-content {
  border: 1px solid #fff;
  margin-top: -1px;
  padding: 15px;
  width: 100%;
  float: left;
}

.ac-content p{
  margin: 0px;
  padding-top: 0px;
  color: #4a4a4a;
}

.ac-title{
  color:#495057;
  text-align: left;
  margin: 0px;
  cursor: pointer;
  padding: 0px;
  font-size: 14px;
  width: 100%;
  display: flex;
  float: left;
  position: relative;
}

.ac-title h3{
    display: inline-block;
    font-size:18px;
    font-weight: 400;
    padding-top: 9px;
    padding-right: 10px;
    text-transform: uppercase;
    float: left;
}

.panel-title-h-line {
    flex: 1;
    display: flex-start;
    flex-direction: column;
    justify-content: center;
    margin-right: 20px;
    /* float: left; */
    display: inline-block;
    padding-top: -6px;
}

.panel-title-h-line hr{
  width: 100%;
}

/**about-page**/

#about-banner{
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: auto;
	float: left;
}

#about-banner img{
	width: 100%;
	float: left;
}

#our-vision {
    width: 100%;
    margin: 0px;
    padding: 50px 0px;
    float: left;
    height: auto;
}

.vision-head {
    width: 100%;
    margin: 0px;
    padding: 0px 0px;
    float: left;
    border-right: 1px solid #d6d6d6;
    height: auto;
}
.vision-head h3{
    margin: 0px;
    padding: 0px;
    color: #00a99d;
    font-size: 40px;
    font-weight: 500;
}
.vision-txt {
    width: 100%;
    margin: 0px;
    padding:0px 0px 0px 20px;
    height: auto;
    float: left;
    text-align: center;
}
.vision-txt p{
    margin: 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 20px;
    font-weight: 300;
    color: #000;
    line-height: 32px;
}
#initiatives-div {
    width: 100%;
    margin: 0px;
    padding: 70px 0px 70px;
    height: auto;
    float: left;
}
.invite-main{
    width: 100%;
    margin: 30px 0px 0px;
    padding: 0px;
    height: auto;
    float: left;
}
.invite-fst{
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: auto;
    float: left;
}
.invt-left{
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: auto;
    float: left;
}
.invt-left img {
  width: 100%;
}
.invt-amr {
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: auto;
    float: left;  
}
.invt-txt {
    width: 100%;
    margin: 0px;
    padding: 0px 0px;
    height: auto;
    float: left;  
}
.invite-head {
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: auto;
    float: left;  
}
.invite-head h5{
    margin: 0px 0px 25px;
    padding: 0px;
    color: #00a99d;
    font-size: 27px;
    font-weight: 600;
}
.invt-txt p {
    margin: 10px 0px 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 300;
    color:#000;
    font-weight: 300;
    line-height: 27px;
}
.list-txt {
    width: 100%;
    margin:20px 0px 0px;
    padding:0px 0px;
    height: auto;
    float: left;
}
.list-txt p{
    margin: 10px 0px 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    font-weight: 300;
    line-height: 27px;
}

.list-txt span{color: #00a99d; font-size: 20px;
font-weight: 600;}

.list-txt ul {
   width: 100%;
   margin: 0px;
   padding: 0px;
   float: left;
}
.list-txt ul li {
    margin: 0px;
    padding: 10px 0px;
    list-style: disc;
    font-size: 20px;
    font-weight: 600;
    color: #0a62ac;
}
.flex-1 {
    width: 100%;
    margin: 40px 0px 0px;
    padding: 0px;
    height: auto;
    float: left;
    text-align: center;
}
.flex-1 a {
    margin: 0px;
    padding: 6px 15px;
    background: #B38A5F;
    border: none;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 300;
    text-transform: capitalize;
    transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    box-shadow: inset 0 -2px 2px rgba(0,0,0,.25);
}
.flex-1 a:hover{
    text-decoration: none;
    background:#2c343b;
    border-color:#2c343b;
}
.invt-second {
    width: 100%;
    margin: 0px 0px 30px;
    padding:0px 0px 0px;
    height: auto;
    float: left;
}
.initiatives-hd {
    width: 100%;
    margin: 0px;
    padding: 0px 0px;
    height: auto;
    float: left;
    position: relative;
}
.initiatives-hd h2 {
    margin:25px 0px 0px;
    padding: 0px;
    color: #00a99d;
    font-size: 26px;
    font-weight: 400;
}

.initiatives-hd p {
    margin: 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    color:#000;
    line-height: 30px;
}
#partnership-div {
    width: 100%;
    margin: 0px;
    padding: 80px 0px;
    height: auto;
    float: left;
    background: #00a99d;
}
.prtnr-txt {
    width: 100%;
    margin:0px 0px 0px;
    padding: 0px;
    height: auto;
    float: left;
}
.prtnr-txt p {
    margin:25px 0px 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 300;
    color: #fbfbfb;
    line-height: 27px;
}
.prtr-hd {
    width: 100%;
    margin: 0px;
    padding: 0px 0px 40px;
    float: left;
}
.prtnr-txt h6 {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 40px;
    font-weight: 500;
}

.prtnr-txt h6:after {
    content: '';
    height: 2px;
    width: 100px;
    background: #fff;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}

.prtnr-img{
    width: 100%;
    float: left;
    margin: -140px 0px 0px;
    border: 15px solid #fff;
}
.prtnr-img img {
  width: 100%;
}

/** gallery **/

#main-gallery {
    width: 100%;
    margin: 0px;
    padding: 70px 0px;
    float: left;
    height: auto;
    background: #fbf9f9;
}
.margin-div {
    width: 100%;
    margin: 30px 0px;
    padding: 0px;
    float: left;
    height: auto;
}

.light-small {
    width: 100%;
    margin: 15px 0px;
    padding: 0px;
    float: left;
    height: auto;
    overflow: hidden;
    position: relative;
}

.light-gallery{width: 100%; float: left; margin: 0px; position: relative;}
.light-gallery img{width: 100%; float: left;}
.light-gallery iframe{width: 100%; float: left; height: 235px;}

.light-gallery video{width: 100%; float: left;}


.light-text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 35px 15px 5px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    opacity: 0;
}

.light-text p{margin: 0px; font-size: 18px; color: #fff; font-weight: 600;}

.light-small:hover .light-text{
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

* {
  margin: 0px;
  box-sizing: border-box;
}

.thumb_gallery {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.thumb_gallery:hover { opacity: 0.8; }

#background_overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, 0.9);
  z-index: 999;
  overflow: auto;
}
.container_img {
  position: relative;
  max-width: 1000px;
  max-height: 600px;
  margin: 2% auto;
  animation-name: zoom_image;
  animation-duration: 0.4s;
}
.con-ac-ar {
  width: 1000px;
  height: 600px;
  position: relative;
}
.closebtn {
  text-align: right;
  font-size: 2.5em;
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.activePopUpImg {
  width: 1000px;
  height: 600px;
  padding: 5px;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
}
.previousImage, .nextImage {
  color: #fff;
  font-size: 2.5em;
  cursor: pointer;
  opacity: 0;
  width: 80px;
  text-align: center;
}
.previousImage {
  position: absolute;
  line-height: 600px;
  top: 0;
  left: 0;
  bottom: 0;
}
.nextImage {
  position: absolute;
  line-height: 600px;
  top: 0;
  right: 0;
  bottom: 0;
}
.previousImage:hover {
  opacity: 1;
  transition: 0.4s;
}
.nextImage:hover {
  opacity: 1;
  transition: 0.4s;
}
 @keyframes 
zoom_image {  from {
transform: scale(0.5)
}

to { transform: scale(1) }
}
 @media screen and (min-width: 650px) and (max-width: 1100px) {

.container_img {
  width: 100%;
  height: 500px;
}

.con-ac-ar {
  width: 100%;
  height: 500px;
}

.activePopUpImg {
  width: 100%;
  height: 500px;
}

.previousImage, .nextImage { line-height: 500px; }
}
@media screen and (min-width: 351px) and (max-width: 649px) {

.container_img {
  width: 100%;
  height: 400px;
}

.con-ac-ar {
  width: 100%;
  height: 400px;
}

.activePopUpImg {
  width: 100%;
  height: 400px;
}

.previousImage, .nextImage { line-height: 400px; }
}
 @media screen and (max-width: 350px) {

.container_img {
  width: 100%;
  height: 300px;
}

.con-ac-ar {
  width: 100%;
  height: 300px;
}

.activePopUpImg {
  width: 100%;
  height: 300px;
}

.previousImage, .nextImage { line-height: 300px; }
}










/**testimonial**/

.owl-carousel {
    display: inline-block !important;
    width: 100%;
    z-index: 1;
}
#testimonial-sctn{
    width: 100%;
    margin: 0px;
    padding: 70px 0px;
    float: left;
    height: auto;
    background: #fbf9f9;
}
.test-home-head {
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: auto;
    float: left;
    text-align: center;
}
.test-home-head h1{
    margin: 0px;
    padding: 0px 0px 20px;
    color: #353435;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}
.test-home-head h2{
    margin: 0px;
    padding: 0px;
    color: #00a99d;
    font-size: 30px;
    font-weight: 400;
}

.test-home-head h2::after {
    content: '';
    height: 2px;
    width: 110px;
    background: #00a99d;
    display: block;
    margin: 5px auto 0px;
}
.testimonial-main{
	width: 100%;
	margin:0px;
	padding: 0px;
	height: auto;
	float: left;
}
.test-img {
    width: 100%;
    margin: 0px;
    padding: 40px 0px 30px;
    height: auto;
    float: left;
    text-align: center;
}
.test-img img {
  width: 100%;
}
.testimonial{
    text-align: center;
    margin: 55px 0px 0px;
    width: 100%; float: left;
}
.testimonial .description{
    padding: 10px;
    background: #fff;
    font-size: 16px;
    margin: 10px;
    color: #e5ddcc;
    line-height: 30px;
    letter-spacing: 1px;
}


.testimonial .title  {
    font-size: 27px;
    font-weight: 400;
    color: #000;
    margin: 18px 0px 7px 0px;
    height:50px;
}

.testimonial h4 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin: 0px;
    padding: 10px 0px 20px;
}

.testimonial .post{
    display: block;
    font-size: 15px;
    cursor: pointer;
    color: #00a99d;
    margin-top: 5px;
    text-transform: capitalize;
}
.testimonial .pic{
    z-index: 1;
    position: relative;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
#testimonial-slider .owl-nav {
    display: none;
}
.owl-theme .owl-controls{ margin-top: 0; }
.owl-theme .owl-controls .owl-page span{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #6b3522;
    opacity: 0.8;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{ background: #5c823f; }
@media only screen and (max-width: 1199px){
    .testimonial .description:before{
        width: 200px;
        height: 200px;
    }
}
@media only screen and (max-width: 990px){
    .testimonial .description:before{
        width: 150px;
        height: 150px;
    }
}
@media only screen and (max-width: 479px){
    .testimonial .description:before{
        width: 100px;
        height: 100px;
        line-height: 50px;
        font-size: 26px;
        top: -40px;
    }
}

@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/

#companies-div {
    width: 100%;
    margin: 0px;
    padding: 15px 0px;
    height: auto;
    float: left;
    background: #fff;
}
.product_slider {
    width: 100%;
    margin: 10px 0px 0px;
    padding: 0px;
    height: auto;
    float: left;
}
#companies-div .item img {
    width: auto !important;
    max-width: 100%;
    margin: 0px auto;
}
#companies-div .owl-nav {
   display: none;
}
.hm-dpt {
    width: 100%;
    margin: 0px 0px 10px;
    padding: 0px;
    height: auto;
    float: left;
}
.hm-dpt img {
    width: 100%;
    float: left;
}

footer{
    width: 100%;
    margin: 0px;
    padding:0px 0px;
    height: auto;
    float: left;
    background: #f9f9f9;
}

footer .mp-col{padding: 0px;}

.footer-dv{
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: auto;
    float: left;
    padding-left: 80px;
    padding-top: 35px;
    padding-bottom: 20px;
    padding-right: calc(((100vw - 1140px)/ 2))
}
.footer-hd{
    width: 100%;
    margin: 0px;
    padding: 20px 0px;
    height: auto;
    float: left;
    text-align: center;
    position: relative;
}

.footer-dv h2{
  color: #00a99d;
  margin: 0px 0px 25px;
  padding: 0px;
}

.footer-dv h2:after {
    content: '';
    height: 2px;
    width: 110px;
    background: #00a99d;
    display: block;
    margin: 5px  0px;
}

.footer-hd h6 {
    margin: 0px;
    padding: 0px;
    color: #353435;
    font-size: 30px;
    font-weight: 500;
}
.footer-hd h6:after {
    content: '';
    height: 2px;
    width: 80px;
    background: #B38A5F;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
.footer-dv ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footer-dv ul li {
    width: 100%;
    margin: 5px 0px;
    padding: 0px;
    float: left;
}
.footer-dv span {
    float: left;
    width: 6%;
}
.footer-dv i {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    color: #B38A5F;
}
.footer-dv strong {
    margin: 0px;
    padding: 0px;
    color: #0a62ac;
    font-size: 17px;
    font-weight: 500;
}
.footer-dv form {
    width: 100%;
    float: left;
    margin: 5px 0px 20px;
}
.footer-dv form p {
    width: 100%;
    margin: 5px 0px 10px;
    float: left;
    font-size: 16px;
    font-weight: 500;
}
.footer-dv p input {
    width: 100%;
    float: left;
    margin: 0px;
    height: auto;
    font-size: 15px;
    color: #9c9b9b;
    padding: 10px;
    font-weight: 500;
    border: 1px solid #959596;
    background: none;
    outline: none;
}
.footer-dv p textarea {
    width: 100%;
    height: 150px;
    float: left;
    margin: 0px;
    font-size: 15px;
    color: #9c9b9b;
    padding: 10px;
    font-weight: 500;
    border: 1px solid #959596;
    background: none;
    outline: none;
}
.btn-1 {
    height: auto;
    width: 100%;
    margin: 25px 0px 0px
}
.btn-1 input{
    padding: 8px 25px;
    outline: none;
    font-size: 16px;
    background: #00a99d;
    float: right;
    border: none;
    color: #fff;
    width: auto;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
}
.footer-dv p {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #4e4d4d;
}
.cpyright-dv {
    width: 100%;
    margin: 100px 0px 0px;
    padding: 0px;
    height: auto;
    float: left;
}
.cpyright-dv p{
    margin: 0px;
    padding: 0px;
    color: #B2B2B2;
    font-weight: 500;
    font-size: 14px;
}

.vsn-mn{
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 20px; 
    float: left;
    width: 100%;
}

.vsns-ser{width: 100%; float: left;}

.vsns-nws{width: 100%; float: left; padding: 15px; margin: 40px 0px 0px; }

.vsns-nws h5{color: #00a99d; margin:0px 0px 10px; padding: 0px; text-transform: uppercase; font-weight: 600}

.vsns-nws p{
    color: #000;
    line-height: 25px;
    font-size: 15px; margin: 0px;
}

.vs-ic{width: 15%; float: left;}

.vs-name{width: 85%; float: left; padding-left: 35px;}

.vs-ic img{width: 100%}

.wrk-hds{width: 100%; margin:0px 0px 40px; float: left; text-align: center;}

.wrk-hds h2 {
    margin: 0px;
    padding: 0px;
    color: #00a99d;
    font-size: 30px;
    font-weight: 400;
}

.wrk-hds h2:after {
    content: '';
    height: 2px;
    width: 110px;
    background: #00a99d;
    display: block;
    margin: 5px auto 0px; 
}

.map-dv{
    width: 100%;
    float: left;
    height: 100%;
    position: relative;
}

.map-dv iframe{width: 100%; float: left; height: 100%;}

#cpydv {
    width: 100%;
    margin: 0px;
    padding: 15px 0px;
    float: left;
    background-color: #2d2d2d;
}

#cpydv p{margin: 0px; padding: 0px; font-size: 15px; text-align: center;
color: #fff}

.product_slider .owl-dots{display: none;}

.team-txt-nw{width: 100%; text-align: left; margin-top: 30px;}

.team-txt-nw a:hover{text-decoration: none;}

#info-home{width: 100%; float: left; margin: 0px; background-color: #001b3c; padding: 50px 0px;}

.info-foot{width: 100%; float: left; height: auto; text-align: center;}

.info-foot i{font-size: 45px; color: #fff;}

.info-foot h5{margin:20px 0px 20px; padding: 0px; color: #00a99d; font-size: 25px;}

.info-foot p{font-size: 16px; margin:10px 0px 0px; padding: 0px; color: #fff}

.head-top.sticky {
    z-index: 9;
    position: fixed;
    margin: 0px;
    background: #000;
    padding: 0px;
}


/**detail**/

#detail-sctn{width: 100%; margin: 0px; padding: 60px 0px; float: left;}

.dtl-head{width: 100%; margin:0px 0px 30px; padding: 0px; float: left;}

.dtl-head h2 {
    margin: 0px;
    padding: 0px;
    color: #00a99d;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}

.dtl-head h2::after {
    content: '';
    height: 2px;
    width: 110px;
    background: #00a99d;
    display: block;
    margin: 5px auto 0px;
}

.dtls-nw-hds{
    width: 100%;
    float: left;
    text-align: center;
    margin: 25px 0px 15px;
    background: #00a99d;
    padding: 25px 25px;
    height: 100px;
    align-items: center;
    display: inline-grid;
}

.dtls-nw-hds a{
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
}

.dtls-nw-hds a:hover{color: #000; text-decoration: none;}

#login-page{width: 100%; margin: 0px; float: left; padding: 65px 0px;  background-color: #efefef;}

.login-main{
    width: 100%;
    float: left;
    margin: 0px;
    position: relative;
    border: 15px dashed #ffffff;
    background: #fff;
}

.log-img{width: 100%; float: left; margin: 0px; height: 100%;}

.log-img img{width: 100%; height: 100%;}

.logo-login{width: 100%; margin: 45px 0px 0px; float: left;}

.logo-login img{width: 100%;}

.log-form{width: 100%; float: left; margin:45px 0px 0px;padding: 0px;}

.log-form h2{
    margin: 0px 0px 10px;
    padding: 0px;
    color: #00a99d;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.login-dtls{width: 100%; float: left; padding-right: 25px;}

.log-form p{margin:0px; padding: 0px; color: #000; font-size: 16px;}

.login-main form p{width: 100%; float: left; margin: 15px 0px 0px;}

.login-main form p label{width: 100%; float: left; color: #000; font-size: 15px;}

.login-main form p input{width: 100%; margin: 0px; padding: 8px 10px; border:none; background-color: #f7f7f7;
color: #000; font-size: 15px; outline: none;}

.btn-log{width: 100%; margin:25px 0px 0px; padding: 0px; float: left;}

.btn-log input {
    padding:12px 25px;
    outline: none;
    font-size: 16px;
    background: #00a99d;
    float: left;
    width: 100%;
    border: none;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
}

.menu-dv li:last-child a{color: #00a99d !important; text-transform: uppercase; }


#thankyou-section{width: 100%; float: left; margin:100px 0px; padding: 0px;}

.thnks-msg{

    width: 100%;
    margin: 0px 0px;
    float: left;
    text-align: center;
    background: #dafffc;
    padding: 35px 0px;

}

.thnks-msg h1{
    margin: 0px;
    padding: 0px;
    color: #00a99d;
    text-transform: uppercase;
    font-weight: 600;
}

.thnks-msg p{
    font-size: 16px;
    color: #636363;
    margin-top: 5px;
}

#bio-dtls{
  width: 100%;
  margin: 0px;
  padding:50px 0px;
  float: left;
  height: auto;
  position: relative;
}

.bio-content{
  width: 100%;
  margin: 0px;
  padding:0px 0px;
  float: left;
  height: auto;
}

.bio-left{width: 100%; margin: 0px; position: relative; height: 100%; background-color: #00a99d;}

.bio-imgs{width: 100%; float: left; position:relative; height: 100%;}

.bio-imgs img{width: 100%; max-width: 250px;   margin-left: 90px;
z-index: 2; top: 150px; position: -webkit-sticky; margin-top: 50px; margin-bottom: 50px;
  position: sticky;}

.bio-content img{
    float: left;
    width: 100%;
    max-width: 220px;
    margin-bottom: 15px;
    margin-right: 25px;
}

.bio-content p{
    margin:0px 0px 20px;
    padding: 0px;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    font-weight: 300;
    line-height: 27px;
}

.bio-content h1{margin:0px 0px 30px; padding: 0px; color: #00a99d; text-transform: uppercase; font-weight:600;
font-size: 30px;}

.bio-nws-tst{width: 100%; margin: 0px; padding: 0px; float: left;}

.bio-nws-tst h3{margin: 0px 0px 15px; padding: 0px; color: #00a99d; font-size: 22px;}

.bio-nws-tst p{margin: 0px 0px 10px; }

.lght-video .light-gallery::before{height: 50% !important; bottom: 0px !important;}

.bio-hd{width: 100%; margin: 0px 0px 50px; padding:0px; float: left; height: auto; text-align: center;}

.bio-hd h4{
    margin: 0px 0px 25px;
    padding: 0px;
    color: #00a99d;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.bio-hd h4:after {
    content: '';
    height: 2px;
    width: 50px;
    background: #00a99d;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.bio-content h2{
    margin: 20px 0px 20px;
    padding: 0px;
    color: #00a99d;
    font-size: 28px;
}

.abt-dv{background: #fff !important; padding-bottom: 60px !important;}

.about-partner{margin-top: 25px;}

.about-partner .col-lg-3{margin-bottom: 20px; margin-top: 20px;}

.partner-logos{
    padding: 10px; background: #fff;  font-size: 16px; height: 100%;
    margin: 0px 0px; color: #e5ddcc;  line-height: 30px;  letter-spacing: 1px;
    display: flex; align-items: center;
}

.partner-logos img{width: 100%;}

#about-sctns{width: 100%; margin: 0px; padding: 60px 0px; float: left;}