@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.eot');
    src: url('fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Regular.woff2') format('woff2'),
        url('fonts/Poppins-Regular.woff') format('woff'),
        url('fonts/Poppins-Regular.ttf') format('truetype'),
        url('fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Medium.eot');
    src: url('fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Medium.woff2') format('woff2'),
        url('fonts/Poppins-Medium.woff') format('woff'),
        url('fonts/Poppins-Medium.ttf') format('truetype'),
        url('fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Bold.eot');
    src: url('fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Bold.woff2') format('woff2'),
        url('fonts/Poppins-Bold.woff') format('woff'),
        url('fonts/Poppins-Bold.ttf') format('truetype'),
        url('fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-SemiBold.eot');
    src: url('fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('fonts/Poppins-SemiBold.woff') format('woff'),
        url('fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/*
Theme Name: Custom Theme
Author: the Custom team
Author URI: https://wordpress.org/
Version: 1.1
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Custom Template
*/
html body, input, textarea, .page-title span, .pingback a.url {
	font-family: 'Poppins';
}
body {
	background: #fff;
}
body, input, textarea {
	color: #7C7C7E;
	font-size: 20px;
	line-height: 31px;
}
img{ max-width:100%; height:auto;}

/*Scroll css Start here*/


body::-webkit-scrollbar {
    width: 5px;    
}


body::-webkit-scrollbar-thumb {
  background-color: #65931E;
  border-radius: 7px;
  
}
/*Scroll css End here*/

nav {position: relative;z-index: 999;width: 100%;}
nav.fixed {position: fixed;width: 100%;z-index: 999;top: 0;}
.searchform input {float: right;width: 200px;padding: 8px 46px 8px 8px;font-size: 1em;border: 1px solid #303030;background: #fff;}
.searchform input[type="submit"] {float: right;width: 37px;height: 37px;padding: 0px;border: 0px;background: #303030 url(images/search-icon.png) no-repeat center;box-shadow: none;font-size: 0;margin-left: -37px;position: relative;}

#back-top > a {bottom: 1%;color: #000;display: block;font-size: 37px;position: fixed;right: 1%;text-align: center;}
/*---------------------------------- Slick SLider----------------------------------------------------*/
.main-slider,
.thumb-slider { display: none; }
.item-slider.slick-initialized,
.thumb-slider.slick-initialized,
.main-slider.slick-initialized { display: block !important; }
.slider .container {position: relative;}
.slick-slider {position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent; outline: none; box-shadow: none;}
.thumb-slider .slick-slide {margin: 5px 0 0 5px;}
.slider-thumb .thumb-slider .slick-slide img{  max-width:100%; height:auto; box-sizing:border-box;}
.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus {outline: none;}
.slick-list.dragging {cursor: pointer;cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);}
.slick-track {position: relative;top: 0;left: 0;display: block;}
.slick-track:before, .slick-track:after {display: table;content: '';}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {display: none;float: left;height: 100%;min-height: 1px;position: relative; outline: none; box-shadow: none;}
[dir='rtl'] .slick-slide {float: right;}
.slick-slide img {display: block;transition: all .25s ease; outline: none; box-shadow: none;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
.slick-dots {position: absolute;bottom: -20px;padding: 5px 10px;text-align: center;width: auto !important;margin: 0 auto;max-width: initial !important;display: inline-flex !important;justify-content: center;align-items: center;line-height: initial;z-index: 999;background: rgb(101 147 30 / 20%);border-radius: 30px;}
.slick-dots li {list-style: none;display: inline-block;padding: 3px;border: 1px solid transparent;border-radius: 100%;line-height: initial;margin: 0;}
.slick-dots button {border: 1px solid #65931E;background: #65931E;width: 9px;height: 9px;border-radius: 100%;font-size: 0;padding: 0px;margin: 0;display: block;line-height: initial;}
.slick-dots .slick-active  {border-color: #65931E;}
.slick-dots .slick-active button {background: #65931E;}
.slick-arrow {border: 0px;font-size: 0;right: 0;margin-top:-20px;position: absolute;top: 50%;z-index: 1;background: #303030 url(images/arrow.png) no-repeat center center;width: 36px;height: 40px;transform: rotate(180deg)}
.services-slider .slick-arrow {height: 65px;}
.slick-arrow:hover {background: #000 url(images/arrow.png) no-repeat center center;}
.slick-next.slick-arrow {left: 0px;transform: rotate(0deg)}
.slider-progress {width: 100%;height: 5px;background: rgba(0,216,192,0.8);position: absolute;top: 0;z-index: 99;}
.slider-progress .progress {width: 0%;height: 5px;background: rgba(36,51,0,0.8);}
.thumb-slider .slick-active img {border: 1px solid transparent}
.thumb-slider .slick-current img {opacity:0.5;}

/* ---------------------------Toggle Search---------------------*/
.searchpanel {background: #ccc ;display: none;right: 0px;padding: 10px;position: absolute;top: 46px;}
.searchpanel::before {border-bottom: 10px solid #ccc;border-left: 10px solid transparent;border-right: 10px solid transparent;content: "";position: absolute;right: 7px;top: -7px;}
.nav .container {    position: relative;}
.searchtoggle {    position: absolute;    right: 11px;    top: 11px;}
.searchtoggle img{ cursor:pointer;}


/* -------------------------------------------Services Carousel------------------------------------ */
.service { margin-right:-10px;}
.service .slick-slide{ margin-right:10px;}
.service .title{ font-weight:700; margin:10px 0; font-size:18px;}
.service .slick-prev{ margin-right:10px;}
.service .slick-next{ margin-right:10px; right:40px; left:inherit;}
.service .slick-arrow{ top:0; margin-top:-43px;}

/*ENd SLick Slider*/


/* ---------------------------------------------------Windows Size-------------------------------------------------------------------------*/
#winSize {position: fixed;bottom: 1%;left: 1%;border: rgba(0,0,0,0.8) 3px solid;background: rgba(0,0,0,0.6);padding: 5px 10px;color: #fff;text-shadow: #000 1px 1px 1px, #000 -1px 1px 1px;z-index: 9999}
/* ---------------------------------------------------Tabs-------------------------------------------------------------------------*/
.tabs-menu {height: 30px; padding:0; margin:0;}
.tabs-menu li {height: 30px;line-height: 30px; display:inline-block; list-style:none; margin-right: 10px;background-color: #ccc;border-top: 1px solid #d4d4d1;border-right: 1px solid #d4d4d1;border-left: 1px solid #d4d4d1;}
.tabs-menu li.current {position: relative;background-color: #fff;border-bottom: 1px solid #fff;z-index: 5;}
.tabs-menu li a {padding: 10px;text-transform: uppercase;color: #fff;text-decoration: none; }
.tabs-menu .current a {color: #2e7da3;}
.tab {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-top:-1px;}
.tab-content {max-width: 660px;padding: 20px;display: none;}
#tab-1 {display: block;   }

/* ---------------------------------------------------Left Tabs-------------------------------------------------------------------------*/
.tabs-left {width: 120px; padding:0; margin:0; float:left;}
.tabs-left li {line-height: 30px; display:block; list-style:none; background: #ccc;border: 1px solid #d4d4d1; margin-bottom:10px; border-right:0;}
.tabs-left li.current {position: relative;background-color: #fff;border-bottom: 1px solid #ddd;z-index: 5;}
.tabs-left li a {padding:0 10px;text-transform: uppercase;color: #fff;text-decoration: none; display:block; }
.tabs-left .current a {color: #2e7da3;}
.tab-loop {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-left:-1px;}
.tabsleft-content {max-width: 660px;padding: 20px;display: none;}
#tabs1 {display: block;   }
/* ---------------------------------------------------Breadcrumb-------------------------------------------------------------------------*/
.breadcrumbs{margin: 0;padding: 0;background: transparent;line-height: initial;display: flex;align-items: center;justify-content: center;column-gap: 15px;}
.breadcrumbs li{list-style:none;display:inline-block;padding-right:2px;font-weight: normal;line-height: initial;}
.breadcrumbs li strong, .breadcrumbs li a {font-weight: normal;display: block;line-height: 20px;}

/* ----------------------------Comments-----------------------*/
#comments label {display: inline-block;vertical-align: top;width: 80px;}
.form-submit {    margin-left: 80px;}
#comments {    background: #eee ;    padding: 20px;}
#comments li {    list-style:none;}
#comments ol{ padding:0;}
/* ----------------------------Accordion-----------------------*/
.accordion-container{position: relative;width: 100%;height: auto;margin: 20px auto;}
.accordion-container > h2{text-align: center;color: #fff;padding-bottom: 5px;margin-bottom: 30px;border-bottom: 1px solid #ddd;}
.set{position: relative;width: 100%;height: auto;background-color: #f5f5f5;}
.set > a{display: block;padding: 10px 15px;text-decoration: none;color: #555;font-weight: 600;border-bottom: 1px solid #ddd;
-webkit-transition:all 0.2s linear;
-moz-transition:all 0.2s linear;
transition:all 0.2s linear;}
.set > a.active{background-color:#3399cc;color: #fff;}
.set > a:before{ background:url(images/arrow1.png) no-repeat; float:right; content:"";height: 8px;    margin: 6px 0 0;    width: 15px;     transition: all 0.5s ease-in-out;}
.set.active > a:before{  transform: rotate(180deg);  }
.accordion-container .content{position:relative;width: 100%;height: auto;background-color: #fff;border-bottom: 1px solid #ddd;/*display:none;*/ transition: all 1s ease-in-out;  max-height: 0; overflow: hidden; /*visibility: hidden; opacity: 0;*/  }
/*Scroll css Start here*/


.accordion-container .content::-webkit-scrollbar {
    width: 5px;    
}


.accordion-container .content::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  
}
/*Scroll css End here*/
.accordion-container .content p{padding: 10px 15px;margin: 0;color: #333;}
/* ---------------------------------------------------Custom Scroll-------------------------------------------------------------------------*/
.customscroll{ height:300px;}
/* ---------------------------------------------------innerheader-------------------------------------------------------------------------*/
.inner-banner {height: 550px;width:100%;display: flex;flex-direction: column;justify-content: flex-end;align-items: center;position: relative;z-index: 9;color: #fff;padding-bottom: 8%;}
.inner-banner:before {content: "";position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: -1;background: rgb(0 0 0 / 70%);}
.inner-banner h2{margin: 10px 0 0;font-size: 35px;font-weight: normal;}

/*---------------------Pagination----------------------- */
.pagination {clear:both;padding:20px 0;position:relative;font-size:11px;line-height:13px;}
.pagination span, .pagination a {display:block;float:left;margin: 2px 2px 2px 0;padding:6px 9px 5px 9px;text-decoration:none;
width:auto;color:#fff;background: #555;}
.pagination a:hover{color:#fff;background: #3279BB;}
.pagination .current{padding:6px 9px 5px 9px;background: #3279BB;color:#fff;}


/* ------------------------------------Responsive Simple Menu------------------------------------------------------ */

.menu-header, .menu-header ul, .menu-header ul li, .menu-header ul li a, .menu-header #menu-button {
margin: 0;padding: 0;border: 0;list-style: none;line-height: 1;display: block;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.menu-header:after, .menu-header > ul:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.menu-header #menu-button {display: none;}
.menu-header {  }
.menu-header > ul > li { display:inline-block;}
.menu-header.align-center > ul {font-size: 0;text-align: center;}
.menu-header.align-center > ul > li {display: inline-block;float: none;}
.menu-header.align-center ul ul {text-align: left;}
.menu-header.align-right > ul > li {float: right;}
.menu-header > ul > li > a { color: #fff; display: block; }
.menu-header > ul > li:hover > a { color: #65931E; }

.menu-header  ul  ul::before {
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 20px;
    position: absolute;
    top: -20px;
}
.menu-header  ul ul  ul::before { display:none;}
.menu-header > ul > li.has-sub:hover > a:before {top: 23px;height: 0;}
.menu-header ul ul {position: absolute;left: -9999px;}
.menu-header.align-right ul ul {text-align: right;}
.menu-header ul ul li {height: 0;transition: all .25s ease;}
.menu-header li:hover > ul {left: auto;}
.menu-header.align-right li:hover > ul {left: auto;right: 0;}
.menu-header li:hover > ul > li {height: 35px;}
.menu-header ul ul ul {margin-left: 100%;top: 0;}
.menu-header.align-right ul ul ul {margin-left: 0;margin-right: 100%;}
.menu-header ul ul li a {border-bottom: 1px solid rgba(150, 150, 150, 0.15);padding: 11px 15px;width: 170px;font-size: 12px;text-decoration: none;color: #dddddd;font-weight: 400;background: #000;}
.menu-header ul ul li:last-child > a, .menu-header ul ul li.last-item > a {border-bottom: 0;}
.menu-header ul ul li:hover > a, .menu-header ul ul li a:hover {color: #ffffff;}
.menu-header ul ul li.has-sub > a:after {position: absolute;top: 16px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header.align-right ul ul li.has-sub > a:after {right: auto;left: 11px;}
.menu-header ul ul li.has-sub > a:before {position: absolute;top: 13px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';transition: all .25s ease;}
.menu-header.align-right ul ul li.has-sub > a:before {right: auto;left: 14px;}
.menu-header ul ul > li.has-sub:hover > a:before {top: 17px;height: 0;}

@media (min-width: 100px) and (max-width: 767px) {
.menu-header {width: 100%;}
.menu-header ul {width: 100%;display: none;}
.menu-header.align-center > ul {text-align: left;}
.menu-header ul li {width: 100%;border-top: 1px solid rgba(120, 120, 120, 0.2);}
.menu-header ul ul li,  .menu-header li:hover > ul > li {height: auto;}
.menu-header ul li a,  .menu-header ul ul li a {width: 100%;border-bottom: 0;}
.menu-header > ul > li {float: none;}
.menu-header ul ul li a {padding-left: 25px;}
.menu-header ul ul ul li a {padding-left: 35px;}
.menu-header ul ul li a {color: #dddddd;background: none;}
.menu-header ul ul li:hover > a,  .menu-header ul ul li.active > a {color: #ffffff;}
.menu-header ul ul,  .menu-header ul ul ul,  .menu-header.align-right ul ul {position: relative;left: 0;width: 100%;margin: 0;text-align: left;}
.menu-header > ul > li.has-sub > a:after,  .menu-header > ul > li.has-sub > a:before,  .menu-header ul ul > li.has-sub > a:after,  .menu-header ul ul > li.has-sub > a:before {display: none;}
.menu-header #menu-button {display: block;padding: 17px;color: #dddddd;cursor: pointer;font-size: 12px;text-transform: uppercase;font-weight: 700;}
.menu-header #menu-button:after {position: absolute;top: 22px;right: 17px;display: block;height: 8px;width: 20px;border-top: 2px solid #dddddd;border-bottom: 2px solid #dddddd;content: '';}
.menu-header #menu-button:before {position: absolute;top: 16px;right: 17px;display: block;height: 2px;width: 20px;background: #dddddd;content: '';}
.menu-header #menu-button.menu-opened:after {top: 23px;border: 0;height: 2px;width: 15px;background: #ffffff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
.menu-header #menu-button.menu-opened:before {top: 23px;background: #ffffff;width: 15px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);}
.menu-header .submenu-button {position: absolute;z-index: 99;right: 0;top: 0;display: block;border-left: 1px solid rgba(120, 120, 120, 0.2);height: 46px;width: 46px;cursor: pointer;}
.menu-header .submenu-button.submenu-opened {background: #262626;}
.menu-header ul ul .submenu-button {height: 34px;width: 34px;}
.menu-header .submenu-button:after {position: absolute;top: 22px;right: 19px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:after {top: 15px;right: 13px;}
.menu-header .submenu-button.submenu-opened:after {background: #ffffff;}
.menu-header .submenu-button:before {position: absolute;top: 19px;right: 22px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:before {top: 12px;right: 16px;}
.menu-header .submenu-button.submenu-opened:before {display: none;}
}

/*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {  position: fixed;top: 10px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s; background: #65931E; z-index: 99999; }
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); }
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}
@media screen and (max-width: 767px) {
a#hamburg { display: block; }
main {  transition: all ease-out 0.3s;}
.nav1 .row{ margin:0px;}
.nav1 { background:url(images/nav-bg.jpg) repeat ;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px);width: 250px;    background: #ccc; }
.nav1 .search-nav,.nav1 .title{ display:block;}
.nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
.nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
.nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
.search-nav > form {    position: relative;}	
.nav1 ul {  text-align: left;  background-color: transparent;}
.nav1 ul li { display: block; border-bottom:1px solid #999; }
.nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
.nav1 ul li a > i { float: right; }
.nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px; background: #ccc; }
.nav1 ul li:hover > ul { display: none; }
.nav1 ul li:hover > a > i { transform: rotateZ(0); }
.nav1 ul li.open > a { background-color: transparent; }
.nav1 ul li.open > a > i { transform: rotateZ(90deg); }
.nav1 ul li.open > ul { display: block; }
div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
html.open-menu { overflow: hidden; }
html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
html.open-menu a#hamburg{ transform: translateX(250px); z-index:999; }
html.open-menu main {transform: translateX(250px);}
html.open-menu nav.nav1 {z-index: 3;transform: translateX(0);}
.menu-main-menu-container ul ul ul li a {padding:5px;}
ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
.nav1 ul li:last-child {    border: 0 ;}
.nav-cross.open > span {    background: #fff ;}
/*---------------------Hamberg Icon --------------------------------------------- */
.nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg);  transition: .5s ease-in-out;  cursor: pointer;}
.nav-cross span {  display: block;  position: absolute;
height: 2px;width: 100%;background: #fff;opacity: 1;left: 0;transform: rotate(0deg);transition: .25s ease-in-out;}
#nav-icon1 span:nth-child(1) {top: 0px;}
#nav-icon1 span:nth-child(2) {top: 18px;}
#nav-icon1 span:nth-child(3) {top: 36px;}
#nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg);}
#nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
#nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg);}
.nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;}
.nav-cross span:nth-child(2) {top: 20px;transform-origin: left center;}
.nav-cross span:nth-child(3) {top: 28px;transform-origin: left center;}
.nav-cross.open span:nth-child(1) {transform: rotate(45deg);top: 11px;left: 4px;}
.nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
.nav-cross.open span:nth-child(3) {transform: rotate(-45deg);top: 28px;left: 4px;}
}


@media (min-width: 100px) and (max-width: 767px) {

main{  }
.logo{ text-align:center;}	
.searchtoggle{ display:none;}
.push-logo{ margin:10px 0;}
.logo img{ max-height:60px; width:auto;}
header .searchform{ display:none;} 
.slider .inner-item {height: 200px;}
.slider .inner-item .caption{ display:none;}
}

ul, ol, li { list-style: none; padding: 0; margin: 0; }
a, a:hover, a:focus { text-decoration: none; color: inherit; }
figure { margin: 0 !important; }

@media (min-width: 1720px) {
	.container { width: 1650px; max-width: 100%; }	
}

.btn {transition: all .6s ease-in-out;display: inline-block;vertical-align: middle;background: #65931E;color: #fff;padding: 10px 30px;border-radius: 10px;overflow: hidden;line-height: initial;width: auto;border: 1px solid #65931E;  }
.btn:hover { background: transparent; color: #65931E;  }



.btnw {transition: all .6s ease-in-out;display: inline-block;vertical-align: middle;background: #65931E;color: #fff;padding: 10px 30px;border-radius: 10px;overflow: hidden;line-height: initial;width: auto;border: 1px solid #fff;  }
.btnw:hover { background: white; color: #65931E;  }



.section { position: relative; padding: 70px 0; }
p { margin: 0 0 20px; }
p:last-child { margin: 0; }
.header .headersign {justify-content: flex-end;column-gap: 20px;align-items: stretch;}
.header .headersign li .btn { padding: 10px 25px; }
.header .headersign li:first-child a {background: rgb(255 255 255 / 20%);height: 100%;display: flex;justify-content: center;align-items: center;padding: 0 8px;border-radius: 5px;}
.mn-h4 {font-size: 48px;color: #0C0C0B;font-family: 'Poppins';margin: 0 0 30px;}
.mn-h4 span {display: contents;vertical-align: middle;color: #65931E;}

.header {position: absolute;left: 0;right: 0;top: 0;z-index: 999; padding-top: 15px;}
.header .row { align-items: end; }
.header ul {display: flex;align-items: center;justify-content: space-between;}
.header ul li {  }
.header ul li:after { display: none; }
.header .headersign {justify-content: flex-end;column-gap: 20px;align-items: stretch;}
.header .headersign li:first-child a {background: rgb(255 255 255 / 20%);height: 100%;display: flex;justify-content: center;align-items: center;padding: 0 8px;border-radius: 5px;}



.banner {position: relative;z-index: 9;}
.banner:before {content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: rgb(0 0 0 / 60%); }
.banner .main-slider {text-align: center;}
.banner .main-slider .inner-slider {text-align: center;height: 910px;display: flex;align-items: center;justify-content: center;color: #fff;}
.banner .main-slider .inner-slider h2 { font-size: 140px; color: #fff; }
.banner .main-slider .inner-slider p {  }
.banner .main-slider .inner-slider ul {display: flex;align-items: center;justify-content: center;column-gap: 30px; margin: 0 0 30px; }
.banner .main-slider .inner-slider ul li {position: relative;padding: 0 0 0 25px;line-height: initial;}
.banner .main-slider .inner-slider ul li:before {content: "";position: absolute;left: 0;top: 8px;width: 12px;height: 12px;background: #65931E;border-radius: 100%;}
/*.banner .main-slider .inner-slider ul li:first-child { padding: 0; }*/
/*.banner .main-slider .inner-slider ul li:first-child:before { content: none; }*/
.banner .main-slider .inner-slider .btn {background: transparent;color: #fff;border-color: #fff; ;}

.banner .main-slider .slick-dots {bottom: 10%;margin: 0 auto;}
.banner .main-slider .slick-dots button {background: #fff;border-color: #fff;}
.banner .main-slider .slick-dots .slick-active {border-color: #fff;}



.branchout {  }
.branchout .row { align-items: center; justify-content: space-between; }
.branchout .videolink {position: relative;display: block;border-radius: 30px;overflow: hidden;}
.branchout .videolink img {  }
.branchout .videolink span  {position: absolute;left: 0;right: 0;top: 0;bottom: 0;display: flex;align-items: center;justify-content: center;color: #fff;column-gap: 10px;background: rgb(0 0 0 / 30%);}

.whybranch {  }
.whybranch .row {align-items: center;justify-content: space-between;padding-top: 2%;}
.whybranch figure { position: relative; }
.whybranch figure:before {content: "";background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgb(0 0 0 / 80%));position: absolute;left: 0;right: 0;top: 0;bottom: 0;}
.whybranch figure ul {padding: 0;position: absolute;bottom: 7%;margin: 0;flex-direction: row;align-items: center;justify-content: center;width: 100%;color: #fff;column-gap: 10px;}
.whybranch figure ul li {position: relative;list-style: none;padding: 0 0 0 20px;line-height: initial;}
.whybranch figure ul li:before {content: "";position: absolute;left: 0;top: 10px;width: 10px;height: 10px;line-height: initial;background: #65931E;border-radius: 100%;}
/*.whybranch figure ul li:first-child { padding: 0;}*/
/*.whybranch figure ul li:first-child:before { content: none; }*/
.whybranch ul {padding: 10px 0 40px 20px;display: flex;flex-direction: column;}
.whybranch ul li {list-style: disc;}
.whybranch h5 {color: #65931E;font-weight: 600;margin: 0 0 30px;}
.whybranch h6 {color: #0C0C0B;font-size: 24px;}

.branchwith {z-index: 9;text-align: center;}
.branchwith:before {content: "";background: #65931E;position: absolute;left: 0;right: 0;top: 0;width: 100%;height: 50%;z-index: -1;}
.branchwith .mn-h4 { color: #fff; }
.branchwith .mn-h4 span { color: #0C0C0B; }
.branchwith .branchslid { display: flex; align-items: center; justify-content: center; }
.branchwith .branchslid .slick-list { /*padding: 0 30% !important;*/ height: 100%;}
.branchwith .branchslid li.items {padding: 20px 10px;height: 100%;}
.branchwith .branchslid li figure {/* padding: 10px; *//* box-shadow: 0 0 10px 0px #ccc; */border-radius: 20px;overflow: hidden;height: 100%;}
.branchwith .branchslid li figure span {border-top-left-radius: 15px;border-top-right-radius: 15px;overflow: hidden;}
.branchwith .branchslid li figure span img {width: 100%;}
.branchwith .branchslid li figure figcaption {padding: 20px;text-align: left;}
.branchwith .branchslid li figure figcaption h4 {color: #0C0C0B;margin: 0 0 20px;font-size: 32px;display: block;}
.btn2 {font-size: 18px; display: inline-block; text-transform: capitalize; color: #65931E; border-bottom: 1px solid; line-height: initial; }

.subscription {background: #F6F6F6; text-align: center;}
.subscription .mn-h4 { text-align: center; margin-bottom: 50px; }
.subscription .row {  }
.subscription .caption {padding: 50px;box-shadow: 0 0 10px 0px #ccc;border-radius: 20px;overflow: hidden; margin: 10px; text-align: left; }
.subscription .caption ins {display: inline-block;vertical-align: middle;text-decoration: none;padding: 8px 20px;line-height: 16px;background: #65931E;color: #fff;border-radius: 5px;font-size: 18px;margin: 0 0 20px;}
.subscription .caption h5 { color: #D21D22; text-transform: uppercase;  text-align: center; font-weight: bold; }
.subscription .caption h5 del { }
.subscription .caption h6  { text-transform: capitalize; text-align: center; color: #000; }
.subscription .caption h6 del { text-transform: lowercase; }
.subscription .caption h1 {font-size: 78px;font-weight: 600;color: #000;letter-spacing: -2px;margin: 0 0 10px; text-align: center; }
.subscription .caption h1 sub {font-size: 22px;font-weight: 500; letter-spacing: 0; }
.subscription .caption small {display: block;margin: 0 0 30px;line-height: initial;text-transform: capitalize; text-align: center;}
.subscription .caption ul {display: flex;flex-direction: column;row-gap: 20px;margin: 0 0 40px;padding: 0 20px 0 0;}
.subscription .caption ul li {color: #000;padding: 0 0 0 40px;position: relative;line-height: initial;}
.subscription .caption ul li:before {content: "";background: url(images/check.png) no-repeat center center / contain;position: absolute;left: 0;top: 4px;width: 20px;height: 20px;line-height: initial;}
.subscription .caption .btn { display: block; }
.subscription .slick-dots { bottom: -40px; }

.engagment {background: url(images/engag-bg.png) no-repeat center center / cover;z-index: 9; background-attachment: fixed;}
.engagment .row { align-items: center; justify-content: space-between; }
.engagment .mn-h4 { color: #fff; }
.engagment:before {content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: rgb(0 0 0 / 50%); z-index: -1; }
.engagment:after {content: "";position: absolute;left: 0;top: 0;bottom: 0;background-image: linear-gradient(to left, rgba(255,0,0,0), #000);width: 30%;height: 100%;z-index: -1;}
.engagment .accordion-container{  }
.engagment .accordion-container > h2{  }
.engagment .set {background: transparent;color: #fff;padding: 25px; transition: all 1.5s ease-in-out; }
.engagment .set.active { background: #65931E; }
.engagment .set > a{ background: transparent;padding: 0;border: none;color: #fff;/* line-height: initial; */font-size: 36px;font-weight: normal;}
.engagment .set.active > a { margin: 0 0 20px; }
.engagment .set > a:before{ }
.engagment .set.active > a:before{}
/*.engagment .set.active .content { display: block; visibility: visible; opacity: 1; }*/
.engagment .set.active .content { max-height: 250px; visibility: visible; overflow-y: scroll; }
.engagment .accordion-container .content { background: transparent;border: none; padding: 0 20px 0 0; }
.engagment .accordion-container .content p { padding: 0; margin: inherit; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; margin: 0 0 20px; color: #fff; }

.platform { background: #F6F6F6; }
.platform strong {font-weight: 500;color: #000;}
.platform em {color: #65931E;font-weight: 500;}

.offer_inter { background: transparent; }
.offer_inter:before, .offer_inter:after { display: none; }
.offer_inter .mn-h4 { color: #000; }
.offer_inter .set.active { background: #F6F6F6; }
.offer_inter .set.active > a { color: #65931E; }
.offer_inter .set > a:before { background: url(images/arrow3.png) no-repeat; }
.offer_inter .set > a { color: #000; }
.offer_inter .accordion-container .content p { color: #000; }

.ofer_loft { background: #F6F6F6; }
.ofer_loft .box { padding: 0 0 0 20px; }
.branchout ul {display: flex;flex-direction: column;justify-content: center;padding: 0 0 0 30px;row-gap: 10px;}
.branchout ul li {list-style: disc;}
.ofer_loft figure {position: relative;border-radius: 20px;overflow: hidden;width: 98%;}
.ofer_loft figure img {width: 100%;}
.ofer_loft figure:before { content: "";}
.ofer_loft figure:after { content: ""; }
.ofer_loft figure figcaption {position: absolute;top: 0;left: 0;right: 0;bottom: 0;display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 30px 17%;text-align: center;color: #fff;background: rgb(0 0 0 / 80%);}
.ofer_loft figure figcaption h5 {font-size: 32px;font-weight: normal;margin: 0 0 30px;}
.ofer_loft figure figcaption p {font-size: 18px;margin: 0 0 40px;}
.ofer_loft figure figcaption h4 {margin: 60px 0 0;color: #fff;font-style: italic;font-size: 32px;}
.ofer_loft figure figcaption h4 span {}

ul.clist {display: flex;flex-direction: column;justify-content: center;padding: 0 0 0 30px;row-gap: 10px; margin: 0 0 20px;}
ul.clist li {list-style: disc;}

.chistian {  }
.chistian ul { display: flex;flex-direction: column;justify-content: center;padding: 0 0 0 30px;row-gap: 10px; margin: 0 0 20px; }
.chistian ul li { list-style: disc; }
.chistian figure {position: relative;border-radius: 20px;overflow: hidden;}
.chistian figure:before { content: ""; }
.chistian figure img {width: 100%;}
.chistian figure figcaption { position: absolute; top: 0; left: 0; right: 0; bottom: 0; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; background: rgb(0 0 0 / 80%); color: #fff; }
.chistian figure figcaption h5 {font-weight: normal;font-size: 32px;margin: 0 0 20px;}
.chistian figure figcaption p {width: 50%;}

.growlevel {background: url(images/grow-img.png) no-repeat center center / cover;z-index: 9;text-align: center;color: #fff; background-attachment: fixed; }
.growlevel:before {content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: rgb(0 0 0 / 70%);z-index: -1;} 
.growlevel h4 {color: #fff;font-weight: normal;     font-size: 48px; font-family: 'Poppins';    margin: 0 0 30px; }
.growlevel1 h4 {color: black;font-weight: normal;     font-size: 48px; font-family: 'Poppins';    margin: 0 0 13px; }
.growlevel p {width: 71%;margin: 0 auto 20px;}
.growlevel1 p {width: 100%;margin: 0 auto 20px;color:#7C7C7E;}


.growlevel1 ul {display: flex;align-items: center;justify-content: center;column-gap: 10px;margin: 0 0 30px; flex-wrap: wrap; }
.growlevel1 ul li {position: relative;line-height: initial;color:black;}
.growlevel1 ul li:before {content: "";width: 8px;height: 8px;background: #65931E;border-radius: 100%;display: inline-block;margin: 0 10px 3px 0;}
.growlevel1 ul li:first-child:before {content: "";width: 8px;height: 8px;background: #65931E;border-radius: 100%;display: inline-block;margin: 0 10px 3px 0;}
.growlevel1 {/*width: Hug (853px);height: Hug (516px);top: 49px;left: 937px;*/padding: 30px;border-radius: 30px;gap: 20px;background:white;}


.ourteam {  }
.ourteam .row {row-gap: 40px;} 
.ourteam figure {  }
.ourteam figure span {display: block;margin: 0 0 20px;}
.ourteam figure span img {  }
.ourteam figure h5 { font-size: 24px; color: #000; margin: 0 0 5px; }
.ourteam figure p {font-size: 18px;margin: 0;}

.aboutstatment {color: #fff;padding-bottom: 0;}
.aboutstatment .row {margin: 0;align-items: stretch;justify-content: center;height: 270px; flex-wrap: wrap; }
.aboutstatment .row>* { display: inline-flex; align-items: center; justify-content: center; }
.aboutstatment .statbox {background: #65931E;border-radius: 20px;overflow: hidden;}
.aboutstatment .statbox .statebg { background: #0C0C0B; }
.aboutstatment .mn-h4 {margin: 0;color: #fff;}
.aboutstatment p {width: 75%;}


.aboutpg {  }
.aboutpg .mn-h4 span { display: inline; }

.joinus { background: url(images/joinus.png) no-repeat center center / cover;  text-align: center; background-attachment: fixed; }
.joinus .box {width: 50%;margin: 0 auto;}
.joinus .box .row {row-gap: 30px;}
.joinus .mn-h4 { color: #fff; }
.joinus .mn-h4 span { display: block; } 
.joinus input[type="text"], .joinus input[type="email"], .joinus input[type="tel"], .joinus select, .joinus textarea {display: block;outline: none;padding: 0px 15px;height: 50px;border: none;border-radius: 10px;width: 100%;overflow: hidden;font-size: 16px;}
.joinus textarea {height: 120px;padding: 15px;resize: none;}
.joinus input[type="submit"] {padding: 10px 40px;}

.contactpg {  }
.contactpg figure {position: relative;width: 90%;margin: 0 0 0 auto !important;color: #fff;border-radius: 20px;overflow: hidden;}
.contactpg figure span {display: block;}
.contactpg figure span img {width: 100%;}
.contactpg figure figcaption {position: absolute; bottom: 0; left: 0; top: 0; right: 0; background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgb(101 147 30 / 50%)); display: flex; flex-direction: column; justify-content: flex-end; padding: 40px; }
.contactpg figure figcaption p {margin: 0 0 10px;line-height: 25px;font-size: 18px;}
.contactpg figure figcaption p:last-child { margin: 0; }
.contactpg figure figcaption ul {display: flex;column-gap: 20px;margin: 0 0 10%;}
.contactpg figure figcaption ul li a {display: block;line-height: initial;font-size: 22px;}

.contactpg .box {  }
.contactpg .box .row { row-gap: 20px; }
.contactpg .box input[type="text"], .contactpg .box input[type="email"], .contactpg .box input[type="tel"], .contactpg .box select, .contactpg .box textarea {display: block;outline: none;padding: 0px 15px;height: 55px;border: 1px solid #65931E;border-radius: 10px;width: 100%;overflow: hidden;font-size: 16px;}
.contactpg .box textarea {height: 120px;padding: 15px;resize: none;}
.contactpg .box input[type="submit"] {padding: 10px 40px;}
.wpcf7-list-item { margin: 0 !important; }
.contactpg .box input[type="checkbox"] { height: 20px; width: 19px; vertical-align: middle; border-color: #7C7C7E; margin-right: 10px; }
label span, label input { display: inline-block; vertical-align: middle; } 
label.fileatach {display: inline-block;position: relative;color: #65931E;background: url(images/file.png) no-repeat left center / 9%;padding: 0 0 0 5%;}
label.fileatach br { display: none; }
label.fileatach input {display: none;}

.cta { text-align: center; }

.wellnes {text-align: center;}
.wellnes ul.row {margin-top: 5%;}
.wellnes ul.row li { padding: 10px; }
.wellnes ul.row li figure {position: relative;}
.wellnes ul.row li:nth-child(even) figure {}
.wellnes ul.row li:nth-child(even) figure:before {content: "";position: absolute;left: -10px;top: 0;height: 97%;width: 1px;background: #000;}
.wellnes ul.row li figure:after {content: "";position: absolute;bottom: -10px;right: 0;height: 1px;width: 100%;background: #000;}
.wellnes ul.row li:nth-last-child(-n + 2) figure:after { content: none; }
.wellnes figure span {display: block;height: 100%;width: 100%;}
.wellnes figure span img {width: 100%;transition: all 0.7s ease-in-out;visibility: hidden;opacity: 0;height: 100%;object-fit: cover;}
.wellnes figure:hover span img {visibility: visible;opacity: 1;}
.wellnes figure figcaption {position: absolute;top: 0;left: 0;display: flex;flex-direction: column;justify-content: center;align-items: center;width: 100%;height: 100%;background: rgb(0 0 0 / 70%);background: transparent;padding: 5% 10%;}
.wellnes figure figcaption h5 {font-size: 36px;font-family: 'Syne', sans-serif;color: #000;transition: all 0.7s ease-in-out;}
.wellnes figure figcaption p {  }
.wellnes figure figcaption .topcap {transition: all .7s ease-in-out;visibility: visible;opacity: 1;}
.wellnes figure figcaption .botcap {display: none;transition: all .7s ease-in-out;visibility: hidden;opacity: 0;}
.wellnes figure figcaption .botcap h5 { color: #fff; }
.wellnes figure:hover figcaption .botcap {opacity: 1;visibility: visible;display: block;text-align: left;}
.wellnes figure:hover figcaption .topcap {display: none;}
.wellnes figure:hover figcaption {background: rgb(0 0 0 / 70%);color: #fff;padding: 5%;}


.footer { background: #0C0C0B; padding: 50px 0; color: #fff; position: relative; }
.footer:before {content: "";background: url(images/footer-img.png) no-repeat center center / 100% 100%;position: absolute;right: 0;width: 25%;height: 430px;top: -140px;}
.footer .footer-logo {display: inline-block;margin: 0 0 40px;}
.footer .socialfot {display: flex;column-gap: 20px;margin: 40px 0 0;}
.footer .socialfot a {font-size: 25px;}
.footer .menu {padding-left: 10%;display: flex;row-gap: 10px;flex-wrap: wrap;}
.footer .menu > li {width: 50%;}
.footer .menu li a {display: block;font-size: 18px;}
.footer p { }
.footer #menu-footer-menu { flex-direction: column; }
.footer #menu-footer-menu > li { }

.copyright { padding: 10px 0; }
.copyright p { color: #0C0C0B; font-size: 14px; }

@media (max-width: 1700px) {
	body, input, textarea { font-size: 18px; line-height: 27px; }
	.banner .main-slider .inner-slider { height: 810px; }
	.banner .main-slider .inner-slider h2 { font-size: 120px;line-height: 120px; }
    .inner-banner { height: 490px; }
    .inner-banner h2 { font-size: 60px; }

	.mn-h4 { font-size: 45px; line-height: 45px; }
	.branchwith .branchslid li figure figcaption h4 { font-size: 28px; }
	.subscription .caption { padding: 30px; }
	.subscription .caption h1 { font-size: 50px; }
	.subscription .caption h1 sub { font-size: 18px; }
	.subscription .caption ul li { padding: 0 0 0 30px; }

    .ofer_loft .box { padding: 0; }
    .ofer_loft figure figcaption { padding: 30px 15%; }
    .chistian figure figcaption p { width: 60%; }

	.footer .menu li a { font-size: 15px; }

}

@media (max-width: 1600px) { 
	body, input, textarea { font-size: 16px; line-height: 25px; }
	.banner .main-slider .inner-slider { height: 750px; }
	.banner .main-slider .inner-slider h2 { font-size: 100px; }
	.banner .main-slider .inner-slider ul { column-gap: 20px; }
    .inner-banner { height: 460px; }
    .inner-banner h2 { font-size: 35px; }

	.mn-h4 { font-size: 40px; }
	.subscription .caption ins { font-size: 16px; }
	.branchwith .branchslid li figure figcaption h4 { font-size: 25px; }
	.engagment .set > a { font-size: 30px; }

    .ofer_loft figure figcaption { padding: 30px 12%; }
    .ofer_loft figure figcaption h5 { font-size: 27px; }
    .ofer_loft figure figcaption h4 { font-size: 24px; }
    .ourteam figure h5 { font-size: 22px; }
    .branchout ul { row-gap: 5px; }
    .whybranch figure ul li:before { top: 7px; }

    .footer:before { top: -130px; height: 470px; width: 27%; }

}

@media (max-width: 1500px) {  
	.header .headersign { column-gap: 10px; }
	.banner .main-slider .inner-slider { height: 710px; }
    .inner-banner { height: 440px; }
    .inner-banner h2 { font-size: 35px; }
	.whybranch ul { padding: 10px 0 30px 20px; }
	.engagment .set > a { font-size: 24px; }
    .chistian figure figcaption h5 { font-size: 26px; }
    .ofer_loft figure figcaption p { font-size: 16px; }
    .wellnes figure figcaption h5 { font-size: 30px; }

    .footer:before {top: -110px;height: 440px;width: 25%;}	

}

@media (max-width: 1440px) { 
	body, input, textarea { font-size: 14px; line-height: 23px; } 
	.banner .main-slider .inner-slider { height: 640px; }
	.banner .main-slider .inner-slider h2 { font-size: 90px; }

    .inner-banner { height: 400px; }
    . { font-size: 35px; }

	.mn-h4, .growlevel h4 { font-size: 35px; }
	.whybranch h6 { font-size: 20px; }
	.whybranch h5 { font-size: 18px; }

	.branchwith .branchslid li figure figcaption h4 { font-size: 22px; }
	.subscription .caption h1 { font-size: 40px; }
	.subscription .caption ul { padding: 0; }
	.subscription .caption ins { font-size: 14px; }
	.engagment .set { padding: 20px; }
	.engagment .set > a { font-size: 20px; }

    .ofer_loft figure figcaption h5 { font-size: 23px; }
    .ofer_loft figure figcaption p { font-size: 14px; }
    .ofer_loft figure figcaption h4 { font-size: 20px; }

    .ourteam figure h5 { font-size: 20px; }
    .ourteam figure p { font-size: 15px; }
    .whybranch figure ul li:before { top: 6px; } 
    .wellnes figure figcaption h5 { font-size: 25px; }

    .footer { padding: 40px 0; }
	.footer .menu li a { font-size: 13px; }
    .footer:before {top: -110px;height: 450px;width: 27%;}  

}

@media (max-width: 1280px) {  
    body { font-size: 14px; }
    .menu-header > ul > li > a { font-size: 12px; }
    .banner .main-slider .inner-slider { height: 560px; }
    .banner .main-slider .inner-slider h2 { font-size: 75px; }
    
    .inner-banner { height: 350px; }    
    .inner-banner h2 { font-size: 25px; padding: 0 20px; line-height: initial; }
    
    .subscription .caption h1 sub { font-size: 15px; }
    .subscription .caption ul {row-gap: 10px;  }
    .mn-h4, .growlevel h4 {font-size: 32px; }
    
    .branchwith:before {height: 40%; }
    .branchwith .branchslid li figure figcaption h4 { font-size: 20px; }    
    
    .branchout .row { align-items: initial; }
    .ofer_loft figure { position: sticky; top: 0; }
    
    .wellnes figure figcaption h5 { font-size: 21px; }
    .subscription .caption h1 { font-size: 32px; }
    label.fileatach { display: block; }
    .contactpg figure figcaption p { line-height: 23px; font-size: 15px; }
    
    .footer:before { top: -100px; height: 400px; width: 25%; }
    .footer .socialfot a { font-size: 22px; }
}


@media (max-width: 1100px) {   
    body { line-height: 21px; }
    p { margin: 0 0 15px; }
    .header .logo a { display: block; width: 80%; }
    .btn { font-size: 13px; }
    .btn2 { font-size: 14px; }
    
    .header ul li .btn { padding: 8px 16px; font-size: 12px; }
    .banner .main-slider .inner-slider { height: 450px; }
    .banner .main-slider .inner-slider h2 { font-size: 65px; line-height: 70px; }
    
    .inner-banner { height: 300px; }
    .inner-banner h2 { font-size: 20px;  }
    
    .mn-h4, .growlevel h4, .subscription .mn-h4 { font-size: 28px; margin: 0 0 20px; line-height: 33px;  } 
    .section { padding: 30px 0; }
    
    .branchwith:before { height: 32%; }
    .branchwith .branchslid li figure figcaption h4 { font-size: 17px; margin: 0 0 15px; }
    
    .subscription { padding-bottom: 60px !important; }
    .subscription .caption h1 { font-size: 28px; }    
    .subscription .caption { padding: 15px; }
    
    .engagment .set > a { font-size: 18px; }
    .wellnes figure figcaption .botcap { height: 100%; overflow: hidden; overflow-y: scroll; }
    .wellnes ul.row li { font-size: 13px; line-height: initial; padding-bottom: 0; }
    .ofer_loft figure figcaption p { font-size: 13px; margin: 0 0 15px; }
    .ofer_loft figure figcaption h4 { font-size: 17px; margin: 20px 0 0;  }
    .chistian figure figcaption p { width: 90%; line-height: inherit; }
    
    .ourteam figure h5 { font-size: 17px; }
    .ourteam figure p { font-size: 13px; }
    
    .joinus .box { width: 70%; }
    .joinus input[type="text"], .joinus input[type="email"], .joinus input[type="tel"], .joinus select, .joinus textarea { font-size: 13px; }
    
    .aboutstatment .row { height: 220px; }
    
    .footer:before { top: -90px; height: 340px; }
    .footer .footer-logo { width: 70%; }
    
}


@media (max-width: 900px) {   
    .menu-header ul { display: block !important; }    
    .header .col-md-2 { display: none; }
    .header .col-md-7 { width: 73.333333%; }
    .banner .main-slider .inner-slider { height: 350px; }
    .banner .main-slider .inner-slider h2 { font-size: 55px; line-height: 50px; }
    
    .inner-banner { height: 250px; }
    .inner-banner h2 { font-size: 16px; }
    
    .subscription .caption { width: 50%; margin: 10px auto;  }
    
    .mn-h4, .growlevel h4, .subscription .mn-h4 { line-height: 29px; font-size: 23px; margin: 0 0 15px; }
    .whybranch h6 { font-size: 16px; }
    
    .branchout figure, .engagment figure { position: sticky; top: 0; }
    .engagment .row { align-items: initial; }
    .wellnes figure figcaption h5 { font-size: 16px; }    
    .wellnes figure figcaption { padding: 3% 5%; }
    
    .ofer_loft figure figcaption { padding: 20px; overflow: hidden; overflow-y: scroll; display: block; }
    .chistian figure {   }
    
    .chistian figure { height: 260px; }
    .chistian figure img { height: 100%; object-fit: cover; }
    
    .growlevel p { width: 100%; }
    .aboutpg .box { position: sticky; top: 0; }
    .joinus .box { width: 100%; }
    
    .contactpg .row { flex-direction: column; row-gap: 20px; }
    .contactpg .row> * { width: 100%; min-width: 100%; }
    label.fileatach { background-size: 3%; }
    
    .contactpg figure { width: 100%; }
    
    .aboutstatment p { width: 85%; }
    .aboutstatment .row { height: 200px; }
    
    .footer .row { row-gap: 30px }
    .footer .row > * { width: 100%;  }
    .footer .menu { padding: 0; }
    .footer:before { top: -80px; height: 200px; }
    
}


@media (max-width: 767px) { 
    .header .headersign { display: none; }
    .header .logo a { width: 30%; margin: 0 auto; }
    .menu-header { display: none !important; }
    .inner-banner { padding: 0 20px 5%; text-align: center; }
    .banner .main-slider .inner-slider h2 { font-size: 35px; line-height: 30px; }    
    .banner .main-slider .inner-slider ul, .growlevel ul { flex-direction: column;  }
    .banner .main-slider .inner-slider ul li {  }    
    .banner .main-slider .inner-slider ul li:before { top: 5px; width: 9px; height: 9px; }
    .inner-banner { height: 210px; }
    .inner-banner h2 { font-size: 13px; }
    
    .slick-dots { bottom: -10px; }
    .row { row-gap: 20px; }
    .mn-h4, .growlevel h4, .subscription .mn-h4 { font-size: 20px; line-height: 25px; }
    .wellnes ul.row li figure:after { display: none; }
    .wellnes ul.row li:nth-child(even) figure:before, .wellnes ul.row li figure:before { display: none; }
    .wellnes figure figcaption p { text-align: center; }
    .chistian figure figcaption h5 { font-size: 18px; }
    
    .subscription .caption { width: 70%;  }
    .aboutstatment .row { height: auto; }
    .aboutstatment p { width: 90%; padding: 30px 0; text-align: center; }
    .aboutstatment .mn-h4 { text-align: center; padding: 30px 0; }
    .aboutstatment .mn-h4 br { display: none;}
    
    .footer .footer-logo { width: 40%; }
    .copyright p { text-align: center; }
    
}

@media (max-width: 480px) {  
    .inner-banner h2 { font-size: 12px; }
    .banner .main-slider .inner-slider h2 { font-size: 26px; }
    .mn-h4, .growlevel h4, .subscription .mn-h4 { font-size: 18px; line-height: 23px; }
    .subscription .caption { width: 90%;}
    .engagment .set > a { font-size: 16px; }
    .ourteam figure h5 {  font-size: 15px; } 
    .contactpg figure figcaption { padding: 30px; }
    .footer .menu { flex-direction: column; }
    
    
}

