body {
    font-family: 'Arial' , sans-serif;
    color: #004639;
    line-height: normal;
    font-size: 21px;
    line-height: 1.35;
    
}
body:not(.home) main#main-section {
    overflow: hidden;
}
/* #main-section{
    overflow-x: hidden;
} */
.container {
    max-width: 1240px;
    padding: 0 30px;
}
.header .container ,
.footer .container {
	width: 100%;
}
/* Header CSS */
.sticky-logo {
    display: none;
}
.main-menu  {
    font-size: 18px;
    font-weight: 700;
    color: #004639;
	position: static;
    padding: 0;
	    max-width: inherit;
    margin: 0;

}
.live-header.shrink.header {
	padding: 12px 0;
	background-color: #fff
}
.live-header.shrink.header .logo img {
	width: 90px; height: 90px
}
.main-menu > ul > li > a {
	color : inherit;
	    padding: 0;
}
.header li.menu-item-has-children .submenu-icon {
	display: none
}
.main-menu ul {
    gap: 24px;
    position: relative;
}
.main-menu ul li {
    position: relative;
    transition: all .4s;
	
}
.main-menu > ul > li {
	padding: 7px 0; margin : 0
}
.main-menu ul li:after {
    content: '' ;
    width: 0;
    transition: width .5s;
    height: 2px;
    background-color:#004639;
    left: 0;
    top: calc(100% - 5px);
    position: absolute;
}
.main-menu ul li:hover a,
.main-menu ul li.current-menu-item  a{
    color:#004639;
}
.main-menu ul li:hover:after ,
.main-menu ul li.current-menu-item:after  {
    width: 100%;
}
.main-menu-wrap {
    gap: 25px;
}
.header{
    z-index: 222;
    transition: all .4s;
    top: 0;
	padding: 0;
    background: transparent;
}
.logo{
    font-size: 0;
}
.header .logo img {
    width: 126px;
    height: 126px;
}
.header.off-header{
	z-index: -1
}
.live-header .main-menu {
    display: block !important;
}
.footer-right .btn-primary:hover {
    color: #0f907f;
    border: 4px solid #0f907f;
    background: transparent;
}
/* Header CSS */
/* Footer CSS */
.footer  {
    padding: 40px 0;
}
.footer .logo img {
    width: 75px;
}
.footer-left{
    max-width: 260px;
}
.footer-right{
    font-size: 10px;
    
    width: 100%;
    color: #575756;
    max-width: 390px;
}
.footer ul li ,
.footer ul {
	list-style: none ;
	padding-left: 0; margin: 0 !important
}
.footer-right p {
	margin : 0;
	
}

.footer-right a:not(.btn) ,
#menu-footer_quick_links_menu li a {
	color: inherit 
}
.social-icons li a {
	color: #fff !important
}
.footer-right a {
	
}
.social-btn {
	flex-direction: column;
    align-items: flex-start !important;
}
.f_menus {
    margin-left: 35px;
}
.footer ul li:before {
	content: '';
	display: none; 
}
.f_menus ul li{
    font-size: 12px;
    line-height: 1.5;
    font-weight: 900;
    color: #004639;
    letter-spacing: 0.5px;
    margin: 2px 0;
}
ol, ul {
    list-style: none;
}
.footer-left {
    row-gap: 15px;
}
.section .row {
    row-gap: 25px
}
.footer-right p {
    color: #575756;
    line-height: 1.5;
}

.footer-right .btn-primary {
    height: 32px;font-size: 14px;
}
.social-icons {
    gap: 12px;
}
.social-icons li a {
    width: 26px; height: 26px;
    background-color: #00907f;
    color: #fff;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    border-radius: 4px;
    justify-content: center;
}
.social-icons li a:hover {
	background-color: #d03a37;
}
.social-btn{
    margin-bottom: 17px;
}
/* Footer CSS */
.search_ico {
    cursor: pointer;
}
.fa-x, .open .fa-search {
    display: none;
}
.searchform {
    position: absolute;
    right: 0;
    background: #75b6aa;
    padding: 5px;
    width: 250px;
    display: flex;
    top: calc(100% + 10px);
    display: none;
    margin-top: 10px;
}
.searchform [type="search"]{
	margin : 0;
	border: none;
	outline: none !important; box-shadow: none!important
}
.search_box_wrap .search_ico.open .fa {
	display: inline-block !important
}
.searchform [type="submit"] {
	background-image: none;
    margin: 0;
    padding: 0;
    width: 50px;
	height: 48px;
	clip-path: none !important;
}
.btn {
    font-weight: 700;
    font-size: 14px;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    text-transform: uppercase;
    border: none;
}

.btn-primary {
    border: 4px solid #d23b32;
    background-color: #d23b32;
    color: #fff;
    padding: 0 20px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    min-width: 180px;
    justify-content: center;
}
.footer-right .btn-primary {
    height: 32px;
    font-size: 14px;
}
.res-tsr-container.three-column ,
.res-tsr-filter .three-column {
	gap: 0;
    display: flex;
    flex-wrap: wrap;
	row-gap: 30px;
	margin: 0 -15px
}
.res-tsr-container .single-teaser ,
.res-tsr-filter .single-teaser {
    margin: 0 !important;
    width: 33.33% !important;
    max-width: 33.33% !important;
	padding: 0 15px;
}
.search_box_wrap .search_ico.open .fa-x {
    display: block!important;
}
.search_box_wrap .search_ico.open .fa-search {
    display: none !important;
}
body {padding-top: 126px;}

.header { top: 57px !important; }
.live-header.shrink.header { top: 0 !important; }

.njt-nofi-notification-bar .njt-nofi-content {  font-family: Arial, Archivo, Helvetica, sans-serif !important;}
.njt-nofi-container-content {
    content-visibility: visible !important;
} 
.sec-px {
    padding-left: 45px;
    padding-right: 45px;
}
.hero-section{
    padding-top: 25px;
    padding-bottom: 25px;
    
}
.heroSecIn{
    min-height: 600px;
    height: calc(100vh - 40px);
    max-height: 720px;
    z-index: 1;
    overflow: hidden;
}
.light-green-bg {
    background-color: #c5e1db;
}
.w-100 {
    width: 100% !important;
}
.position-relative {
    position: relative !important;
}
body:not(.home) .hero-section .heroSecIn{ 
    min-height: 500px;
    max-height: 600px;
}
.heroSec-wrap h2 ,
.heroSec-wrap h1 {
    font-size: 70px;
    color: #004639;
    letter-spacing: -1px;
    line-height: normal;    
	font-weight: normal;
	    margin-bottom: 0;
}
.heroSec-wrap h2 strong ,
.heroSec-wrap h1 strong {
    color: #00907f;
    font-weight: bold;
}
.heroSec-wrap {
    padding-top: 40px;
}
.heroSec-wrap .btn {
    margin-top: 45px;
}

.close_njt .header {
    top: 0 !important;
}
.close_njt .heroSec-wrap { padding-top: 0; }

.line-hero {
    height: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0;
    width: 540px;
}

.diagonal-lines-wrapper {
    width: 800px;
    height: 200px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    z-index: -1;
    right: -280px;
	display: block !important;
}
.diagonal-lines-wrapper svg {
    width: 100%;
    height: 100%;
}
.btn-primary:hover {
    background-color: #fff;
    color: #d23b32;
    border: 4px solid #d23b32;
}
.diagonal-lines-wrapper line {
    stroke: #41897d;
    stroke-width: 1.5;
    opacity: 0;
    animation: drawLine 0.4s ease forwards;
    animation-delay: calc(var(--i)* 0.1s);
}
 body {padding-top: 0}
/* body.accepted ,
body.shrink {padding-top: 0 !important}
 */
@keyframes drawLine {
  to {
    opacity: 1;
  }
}

@media (max-width: 1199px){
	.hero-section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.hero-section h1 , .heroSec-wrap h2, .heroSec-wrap h1 {
		font-size: 56px;
	}
}
@media (max-width: 1280px)
	.sec-px {
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media (max-width : 991px) {
	.res-tsr-container .single-teaser ,
	.res-tsr-filter .single-teaser {
		width: 50% !important;
		max-width: 50% !important;
	}
	.heroSecIn {
		height: 460px;
	}
	.heroSecIn {
		min-height: 500px;
		height: calc(100vh - 40px);
		max-height: 540px;
	}
	.blog-detail-hero h1, .heroSec-blog .heroSec-left h1, .spotlightSec h2, .heroSec-wrap h2, .heroSec-wrap h1 {
		font-size: 44px;
	}
	.heroSec-wrap .btn {
		margin-top: 30px;
	}
	.diagonal-lines-wrapper {
		height: 140px;
	}
}
@media (max-width : 767px) {
	.social-btn {
		align-items: center !important;
		
	}
	.footer-left {
		flex-direction: column;
		align-items: center !important;
		max-width: 100%;
		width: 100%;
		margin-bottom: 20px;
	}
	.f_menus{margin: 0}
	.footer-right {
		margin:0 auto
	}
	.footer .logo {
        width: 75px;
    }
	.res-tsr-filter .three-column.isotope {
		max-width: 100%
	}
	.live-header.header {padding: 10px; 0}
	.live-header.header .main-menu {
		display: none !important
	}
	.live-header.header .container {
		padding: 0 15px 
	}
	
	.live-header.shrink.header {
		padding : 10px 0
	}
	.live-header.shrink.header .logo img ,
	.header .logo img {width: 80px; height: 80px}
	
	#nav-icon1 {
		width: 30px;
		height: 20px;
		transform: rotate(0);
		transition: 0.5s ease-in-out;
		cursor: pointer;
		padding: 0;
	}
	#nav-icon1 span {
		 display: block;
		 position: absolute;
		 height: 3px;
		 width: 100%;
		 background: #004639;
		 border-radius: 0;
		 opacity: 1;
		 transform: rotate(0);
		 transition: 0.25s ease-in-out;
	}
	 #nav-icon1 span:nth-child(1) {
		 top: 0;
	}
	 #nav-icon1 span:nth-child(2) {
		 top: 8px;
	}
	 #nav-icon1 span:nth-child(3) {
		 top: 16px;
	}
	 #nav-icon1.open span:nth-child(1) {
		 top: 8px;
		 transform: rotate(135deg);
	}
	 #nav-icon1.open span:nth-child(2) {
		 opacity: 0;
		 left: -60px;
	}
	#nav-icon1.open span:nth-child(3) {
		 top: 8px;
		 transform: rotate(-135deg);
	}
    .main-menu {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background-color: #fff;
    }
    .main-menu ul {
        padding: 0 15px 8px;
    }
    .main-menu ul li {font-size: 18px;  margin: 10px 0;}
    .main-menu ul li a {
        padding: 5px 0;
        display: block;
    }
	body {padding-top: 100px}
	.sec-px {
		padding-left: 0;
		padding-right: 0;
	}
	.heroSecIn {
		height: 380px;
		min-height: initial;
		max-height: initial;
	}
	.heroSec-wrap .btn {
		margin-top: 25px;
	}
	.btn-primary {
		padding: 0 15px;
		height: 44px;
		min-width: 150px;
	}
	.diagonal-lines-wrapper {
		height: 110px;
		right: -240px;
	}
	.blog-detail-hero h1, .heroSec-blog .heroSec-left h1, .spotlightSec h2 , .heroSec-wrap h2, .heroSec-wrap h1 {
		font-size: 32px;
	}
	.header {
		top: 0 !important;
	}
	.hero-section {padding-top: 0; padding-bottom: 0}
	.heroSec-wrap .container { padding: 0 15px;      width: 100%;   max-width: 100%; }
	.live-header.header .main-menu.open-menu {
		display: block !important
	}
	.main-menu ul li {
		margin: 0;
		width: 100%;
	}
	.njt-nofi-notification-bar .njt-nofi-content {
        padding: 10px 5px;
		font-size: 12px !important;
	}
	html {margin:0 !important}
	.live-header.header {
		position: relative !important;
	}
	.live-header.shrink.header {
		top: 0 !important;
		position: fixed !important;
	}
/* 	html {margin:0 !important}
	.header  + main {
		padding-top: 80px
	}
	body {padding-top: 0!important;}
/* 	body.accepted #header  , body.shrink #header {
        top: 0 !important;
    } */
	#wpadminbar {
		display: none !important
	} */
}
@media (max-width : 575px) {
	.res-tsr-container.three-column ,
	.res-tsr-filter .three-column.isotope {
		margin: 0
	}
	.res-tsr-container .single-teaser ,
	.res-tsr-filter .single-teaser {
		margin: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		padding: 0
	}
	.live-header.shrink.header .logo img ,
	.header .logo img {width: 60px; height: 60px}
    .search_box_wrap {
        padding: 0;
        position: static !important;
    }
	.searchform {
		padding: 5px 15px;
        width: 100%;
        top: 100%;; margin: 0
    }
	body {padding-top: 80px;}
	.heroSecIn {
		height: 350px;
	}
	.diagonal-lines-wrapper {
		height: 76px;
		right: -410px;
	}
	.blog-detail-hero h1, .heroSec-blog .heroSec-left h1, .spotlightSec h2 , .heroSec-wrap h2, .heroSec-wrap h1 {
		font-size: 26px;
	}
	.njt-nofi-notification-bar .njt-nofi-content {
        padding: 10px 5px;
		font-size: 11px !important;
	}
	body {padding-top: 0}
}
@media (max-width : 359px) {
	.njt-nofi-notification-bar .njt-nofi-content {
        padding: 7px 5px;
		font-size: 10px !important;
	}
}
.wp-singular.single-post .shrink.header  {
	position: fixed;
}
.wp-singular.single-post .header {
	position: static; padding: 10px 0;
}