:root {
  /* fonts */
  --font-font-awesome-6-brands: "Font Awesome 5 Brands";
  --font-mont: 'Montserrat', sans-serif;

  /* font sizes */
  --font-size-xs: 16px;
  --font-size-sm: 16px;
  --font-size-base: 16px;
  --font-size-lg: 24px;
  --font-size-xl: 25px;
  --font-size-2xl: 30px;
  --font-size-3xl: 42px;

  /* Colors */
  --color-mistyrose: #f1ccd0;
  --color-white: #fff;
  --color-khaki: #146026;
  --color-darkslateblue: #164923;
  --color-firebrick: #cd2e32;

  /* border radiuses */.home video
  --br-sm: 8px;
  --br-md: 32px;
}
.grecaptcha-badge {display:none}
.popup_val {
	max-width: 900px;
}
.popup_val h2 {
	margin-bottom: 15px;
	font-size: 18px;
}
.mobile_title h1 {
	font-size: var(--font-size-2xl);
	font-weight: 700;
	text-transform: uppercase;
	font-family: var(--font-mont);
	margin-bottom: 15px;
	text-transform: uppercase;
	margin-top: 15px;
}
*:not(i) {

}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 700 !important;
	
}
body {

}
body,
p {
	color:#505050;
	font-size: var(--font-size-base);
	font-family: var(--font-mont);
	font-weight: 400;
}
h1,
h2,
h3,
h4,
h5 {
	color: var(--color-darkslateblue);
}
a,
a:hover,
input,
input:hover {
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.contact_information {

}
.contact_information strong {
	color:var(--color-darkslateblue);
}
.contact_information a {
	display: inline-block;
	margin-bottom: 30px;
	color:#505050;
	font-size: var(--font-size-base);
	font-family: var(--font-mont);
	font-weight: 400;	
}
.main_container {
	width: 100%;
	max-width: 1920px;
	margin:auto;
}
.container {
	width: 100%;
	max-width: calc(1640px + 30px);
}
img {
	width: 100%;
	max-width: 100%;
	height:auto;
}
/* Header */
header ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
header ul>li {
	display: inline-block;
	margin-right: 15px;
}
header ul>li>a {
	font-family: var(--font-mont);
	font-size: var(--font-size-base);
	color: var( --color-white);
}
.header_1 {
	display: flex;
}
.header_2 {
	text-align: center;
	justify-content: center;
	display: flex;
}
.header_1 img{
	max-width: 75px;
}
.header_3 {
	justify-content: flex-end;
	display: flex;
	align-items: center;
}
.header_3 ul {
	text-align: right;
}
.header_3 ul>li {
	margin-left: 15px;
	margin-right: 0;
}
.header_3 a:not(.menu_toggle) {

}
.header_3 a.menu_toggle {
	font-size: var( --font-size-lg)
}
.header_3 ul {
	
	position: relative;
}
.header_3 ul>li {
	position: relative;
	top:0;
	right:-100%;
}
.header_3 ul>li {
	position: relative;
}
header .sub-menu {
	display: none;
	position: absolute;
	background:#fff;
	padding:15px;
	left:-15px;
	min-width: 150px;
}
header .sub-menu>li {
	text-align: left;
	width: 100%;
	display: inline-block;
	margin-left: 0;
	right: 0;
	animation-name: none !important;

}
header li:hover .sub-menu {
	display: block;
}
@keyframes slide_in {
  0%   {right:-100%;}
  100% {right:0;}
}
.home .header_3 ul>li:nth-child(1) {
	animation-name:slide_in;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	animation-duration: 0.75s;
	animation-delay: 0s;
}
.home .header_3 ul>li:nth-child(2) {
	animation-name:slide_in;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	animation-duration: 0.75s;
	animation-delay: 0.5s;
}
.home .header_3 ul>li:nth-child(3) {
	animation-name:slide_in;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	animation-duration: 0.75s;
	animation-delay: 1s;
}
.home .header_3 ul>li:nth-child(4) {
	animation-name:slide_in;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	animation-duration: 0.75s;
	animation-delay: 1.5s;
}
.home .header_3 ul>li:nth-child(5) {
	animation-name:slide_in;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	animation-duration: 0.75s;
	animation-delay: 2s;
}
.header_3 ul>li>a {
	color:#505050;
	border-bottom:solid thin transparent;
	padding-bottom: 2px;
}

body:not(.home) .header_3 ul > li {
	right:0;
}



header {
	width:100%;
	max-width: 1640px;
	margin:auto;
	display: flex;
	align-self: center;
	position: absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	padding:15px 0;
	z-index:1000;
}

/* Home */
.top_banner {
	height: 100vh;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	padding-top: 132px;
	padding-bottom: 60px;
	text-align: left;
}

.top_banner span {
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--color-white);
	margin-bottom: 30px;
	display: inline-block;
}
.top_banner h1 {
	font-size: 96px;
	line-height: 55px;
	font-weight: 900;
	font-family: var(--font-mont);
	color: lightgray;
	margin-bottom: 60px;
}
.top_banner p {
	font-size: var(--font-size-lg);
	line-height: 32px;
	font-weight: 500;
	color: lightgray;
	margin-bottom: 60px;
	text-align: left;
}
.top_banner a {
	display: inline-block;
	border-radius: var(--br-sm);
	background-color: var(--color-khaki);
	font-size: var(--font-size-base);
	color: var(--color-darkslateblue);
	font-family: var(--font-mont);
	width: 268px;
	height: 75px;
	justify-content: center;
	align-items: center;
	display: flex;
	margin:auto;
}
.section_2_home {
	margin-top: 90px;
}
.section_2_home h2 {
	font-size: 32px;
	font-weight: 900;
	font-family: var(--font-mont);
	margin-bottom: 30px;	
}
.section_2_home p {
	line-height: 27px;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	font-size: var(--font-size-base);
	color: var(--color-darkslateblue);
	font-family: var(--font-mont);
	margin-bottom: 60px;
}
.section_2_home img {
	margin-bottom: 30px;
}
.section_2_home span {
	font-size: var(--font-size-xs);
	letter-spacing: 2.4px;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
}
.section_2_home h3 {
	font-size: var(--font-size-2xl);
	line-height: 38px;
	font-weight: 900;
	font-family: var(--font-mont);
	display: inline-block;
}
.section_2_home a {
	color: var(--color-darkslateblue);
}
.see_more {
	margin-top: 60px;
}
.see_more a {
	display: inline-block;
	border-radius: var(--br-sm);
	background-color: var(--color-khaki);
	font-size: var(--font-size-base);
	color: var(--color-darkslateblue);
	font-family: var(--font-mont);
	width: 268px;
	height: 75px;
	justify-content: center;
	align-items: center;
	display: flex;
	margin:auto;
}
.section_3_home {
	min-height: 1286px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-align: center;
}
.section_3_home span {
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--color-firebrick);
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
}
.section_3_home h2 {
	font-size: 64px;
	line-height: 64px;
	font-weight: 900;
	font-family: var(--font-mont);
	display: inline-block;
	margin-bottom: 30px;
}
.section_3_home p {
	line-height: 32px;
	margin-bottom: 30px;
}
.section_3_home a {
	font-size: var(--font-size-xl);
	color: var(--color-firebrick);
	border-bottom: solid 2px var(--color-firebrick);
	padding-bottom: 5px;
}
footer {
	padding:120px 0 15px;
	text-align: center;
}
.footer_1,
.footer_2 {
	margin-bottom: 7.5px;
}
.footer_1 img {
	max-width: 60px;
}
.footer_1 span {
	color: var(--color-darkslateblue);
	text-transform: uppercase;
	font-weight:600;
	text-align: center;
	font-size: 14px;
}
.footer_2 h2 {
	font-size: 48px;
	letter-spacing: -1.2px;
	line-height: 60px;
	font-weight: 900;
	font-family: var(--font-mont);
	display: inline-block;
}
.footer_3 {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}
.footer_3 img {
	margin:0 15px;
	max-width: 8px;
}
.footer_3 a {
	font-weight: 500;
	opacity: 0.8;
	color: var(--color-darkslateblue);
}
.footer_4 {

	margin-bottom: 15px;
}
.footer_4 p {
	font-weight: 500;
	text-align: center;
	opacity: 0.8;	
	margin-bottom: 0
}
.footer_5 a {
	margin:0 15px;
	font-size: var(--font-size-lg);
	color: var(--color-darkslateblue);
}
.footer_5  {
	margin-bottom: 60px;
}
.footer_6 * {
	color: #505050;
	font-weight: 400;
	opacity: 0.8;
	font-size: 10px;
}
.footer_6 img {
	margin:0 15px;
	max-width: 8px;
}

/* V2 */
.inner_block_home img {
	max-width: 50px;
	position: absolute;
	top:0;
	right: 0;
	transform:translate(50%,-50%);
	-webkit-transform:translate(50%,-50%);
}
.inner_block_home {
	position: relative;
}

.inner_blockh_content {
	border:solid thin #146026;
	padding:30px;
	position: relative;
	background-color: #fff;
	z-index: 2;
	text-align: left;
	text-align: center;
}
.under_lay_border {
	border:dashed 2px #146026;
	background:rgba(20, 96, 38, 0.3);
	width: 100%;
	height:100%;
	top:15px;
	right: 15px;
	content:'';
	z-index: 1;
	position: absolute;	
}
.header_3 a:not(.menu_toggle):hover {
	
}
.inner_block_home form input[type="email"] {
	border:solid thin #146026;
	padding:15px 30px;
	border-radius: 30px;
	color:#146026;
	width: 50%;
	margin-right: 15px;
}
.inner_block_home form input[type="submit"] {
	border:solid thin #146026;
	padding:15px 30px;
	border-radius: 30px;	
	color:#146026;
	background:#fff;

}
.inner_block_home form input[type="submit"]:hover {
	cursor: pointer;
	background:#146026;
	color:#fff;
}
.margin-bottom-15 {
	margin-bottom: 15px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-60 {
	margin-bottom: 60px;
}
.margin-bottom-90 {
	margin-bottom: 90px;
}
.margin-bottom-120 {
	margin-bottom: 120px;
}
.margin-top-15 {
	margin-top: 15px;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-top-60 {
	margin-top: 60px;
}
.margin-top-90 {
	margin-top: 90px;
}
.margin-top-120 {
	margin-top: 120px;
}
body:not(.home) .top_banner {
	height:auto;
	min-height: 450px;
}
.section_default_1 h2 {
	margin-bottom: 15px;
	font-size: var(--font-size-2xl);
	font-weight: 700;
	text-transform: uppercase;
	font-family: var(--font-mont);
}
.section_default_1 h3 {
	font-size: 24px;
	font-family: var(--font-mont);

}

.top_title_default {

}
.team-intro-block img {
	margin-top: calc(30px - 1rem);
	margin-bottom: calc(30px - 1rem);
}
.margin-0 {
	margin-left: 0;
	margin-right: 0;
}
.article_panel {
	position: relative;
}
.article_panel_outer .article_panel h3 {
	margin-top: 15px;
	margin-bottom: 0px;
	font-size: 18px;
	color:#fff;
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 10;
	min-height: 0;
}
.article_panel_outer .article_panel h3 {
	margin-top: 0;
	margin-bottom: 0;
	padding:0 0 0 0;
}
.article_panel_outer *:not(img) {

}
.article_panel_outer h3 {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 18px;
	min-height: 80px;
	font-weight: 400;
	color:#505050;
}
.article_panel_outer a {
	border: solid thin #505050;
	padding: 7.5px 15px;
	border-radius: 30px;
	color: #505050;
	font-size: 14px;
	background: #fff;
	display: inline-block;
}
.article_panel_outer a:hover {
	color:#fff;
	background:#505050;
}
.article_panel {
	position: relative;

}
.wpcf7-form {
	border: solid thin #146026;
	padding: 30px;
	position: relative;
	background-color: #fff;
	z-index: 2;
	text-align: left;
}
.wpcf7-form input:not([type="submit"]) {
	border: solid thin #146026;
	padding: 15px 30px;
	border-radius: 30px;
	color: #146026;
	width:100%;
}
.wpcf7-form input[type="submit"] {
	border: solid thin #146026;
	padding: 15px 15px;
	border-radius: 30px;
	color: #146026;
	background: #fff;
	display: inline-block;
}
.wpcf7-form input[type="submit"]:hover {
	color:var(--color-khaki);
	background:#fff;	
}
.wpcf7-form textarea {
	border: solid thin #146026;
	padding: 30px;
	border-radius: 30px;
	color: #146026;	
	width:100%;
}
.wpcf7-form-control-wrap {
	display:inline-block;
	width: 100%;
	margin-bottom: 15px;
}
.wpcf7-form label {
	display:inline-block;
	width: 100%	
}
.wpcf7-spinner {
	display: none;
}
.top_banner_home {
	display: flex;
	justify-content: center;
	align-items: center;
	height:100vh;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}
.top_banner_home img {
	opacity: 0;
}
.top_banner_home img {
	margin:auto;
	display: block;
	width: auto;
	max-height: 37vh;
	max-width: 25vh;
    animation: fadeInAnimation ease-in 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}
.home .main_container {
	min-height:0 !important;
}
.margin-top-banner {
	margin-top: 0px;
}
body:not(.home) header {
	position: relative;
	left:0;
	transform:translate(0,0);
	-webkit-transform:translate(0,0);

}
.title_1_news {
	text-align: center;
}
.title_1_news h2 {
	font-size: 32px;
	font-weight: 900;
	font-family: var(--font-mont);
}
.overlay_items {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.4);
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	padding:15px;
	overflow: hidden;
}
.article_panel h3 {

	font-size: 14px;
}
.article_panel .overlay_items div {
	transform: translateY(calc(50% - 5px));
	-webkit-transform: translateY(calc(50% - 5px));
	-webkit-transition: all 250ms ease-in;
	-ms-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
}
.article_panel .overlay_items:hover div {
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
.article_panel p {
	margin-bottom: 0
}
body.home footer {
	display: none;
}
.home video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);	
	height:100%;
	width:auto;
}
.main_video_home {
	position: absolute;
	top: 50%;
	left: 50%;
	width:100%;
	max-width: 975px;
	max-height:560px;
	height:56.6%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);	
	overflow: hidden;
}
.footer_6 a:hover {
	color: var(--color-darkslateblue);
}
.header_3 ul > li > a:hover {
	border-bottom-color:#708090;
}
.wpcf7-form input[type="submit"]:hover {
	cursor: pointer;
	background:#146026;
	color:#fff;	
}
.masonry_items,
.masonry_items_2,
.masonry_items_3 {
	opacity: 0;
	transition: opacity 500ms;
}
.masonry_items.masonry,
.masonry_items_2.masonry,
.masonry_items_3.masonry {
	opacity: 1;
}
.section_default_1 .masonry_items_3 h2 {
	margin-bottom: 0;
	font-size: var(--font-size-base);
	font-family: var(--font-mont);
	font-weight: 400;
	text-transform: capitalize;
	color:#505050;
}
.profile_panel {
	margin-bottom: 30px;
}
.padding-top-15 {
	padding-top: 15px;
}
.padding-top-30 {
	padding-top: 30px;
}
.padding-top-60 {
	padding-top: 60px;
}
.padding-top-90 {
	padding-top: 90px;
}
.padding-top-120 {
	padding-top: 120px;
}
.height-center {
	min-height: calc(100vh - 142px);
	display: flex;
	align-items: center;
	justify-content: center;
}
.vertical-title {
  /* Set the container's display property to 'inline-flex' */
  display: inline-flex;
  /* Set the container's flex-direction to 'row-reverse' to right-align the vertical content */
  flex-direction: row-reverse;
  margin-right: 0;
}
.vertical-title *:not(span) {
  /* Rotate the heading 90 degrees clockwise to make it vertical */
  writing-mode: vertical-lr;
  /* Ensure the text wraps properly within the available space */
  white-space: nowrap;
  margin-right: 0;
}
.vertical-title span {
  /* Rotate each word 180 degrees to flip it right-side up */
  display: inline-block;
	transform: rotate(270deg);
	margin-bottom: 10px;
	line-height: 0;
}
.vertical-title h2 {
	position: fixed;
}
.header_contact {
	text-align: right;
}
.header_contact h2 {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: var(--font-mont);
}
.right-title {
	text-align: right;
}
.right-title h2 {
	font-size: var(--font-size-2xl);
	font-weight: 700;
	text-transform: uppercase;
	font-family: var(--font-mont);	
}
.article_panel {
	position: relative;
}
.article_panel div h3 {
	margin-top: 0;
	color:#fff;
	font-size: 16px;
}
.article_panel h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding:15px;
	z-index: 2;
}
.article_panel div.overlay {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,0.15);
	z-index: 1;
}
.carousel_items_about p {
	color: #505050;
	font-size: var(--font-size-base);
	font-family: var(--font-mont);
	font-weight: 400;
	margin-bottom: 0;

}
.carousel_items_about img {
	margin-bottom: 15px;
}
.owl-carousel .owl-stage {
    transition-timing-function: linear !important;
}
.team_panels a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}
.team_panels svg {
	position: absolute;
	top:15px;
	right: 15px;
}
.single-member-content {
	margin-top: 30px;
}
.single-member-content h2 {
	margin-bottom: 30px;
}
.single-member-content a {
	display: inline-flex;
	align-items: center;
	margin-top: 30px;
	color: #505050;
	font-size: var(--font-size-base);
	font-family: var(--font-mont);
	font-weight: 400;
}
.single-member-content a:hover {
	color: var(--color-darkslateblue);
}
.single-member-content svg {
	margin-right: 5px;
}
.profile_panel h2 {
	font-size: 18px;
	margin-bottom: 7.5px;
}
.carousel_items_about span {
	display: inline-block;
}
.carousel_items_about img {
	max-width: 100%;
	max-height: 560px;
}
.flex-mid {
	display: flex;
	justify-content: center;
}
.carousel_items_about {
	 margin-bottom: 30px;
}
@media (min-width: 1200px) {
	.col-md-5a {
		max-width: 20%;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media(max-width:767.98px) {
	.header_1 {
	
	}
	.header_3 {
		display: none;
	}
	.single-member-content h2 {
		margin-top: 30px;
		margin-bottom: 15px;
	}
	.margin-top-90 {
		margin-top: 30px;
	}
	.margin-top-banner {
		margin-top: 30px;
	}
	.right-title {
		margin-bottom: 0;
	}
	.right-title  h2 {
		margin-bottom: 0;
	}
	.inner_block_home form input[type="email"] {
		width: 100%;
		margin-bottom: 15px;
		margin-right: 0;
	}
	body.page-id-10 .owl-carousel .owl-item img {
		width:auto;
	}
	.content_panel_item {
		margin-top: 15px;
	}
	.article_panel_outer h3 {
		min-height: 0;
	}
	.home .main_container,
	.home .top_banner_home{
		max-height: calc(100vh - 72px);
		min-height: 0 !important;
	}
	.section_default_1 h2 i {
		text-transform:capitalize;
		font-weight:500;
	}
	body.home .menu_title {display:none !important;};
}