.dropdown-menu{padding: 0px; border-radius: 0px; border: 0px solid #f5f5f5!important;}

.dropdown-item {
border-top: 1px solid #f5f5f5!important;
	padding: .5rem .5rem;
}
.dropdown-item:last-child{border-top: 0px;}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #61AC3E;
}



        .gallery {
            gap: 10px;
        }
        .gallery img {
            cursor: pointer;
            transition: transform 0.3s;
        }
      
        .lightbox {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            justify-content: center;
            align-items: center;
        }
        .lightbox img {
            max-width: 90%;
            max-height: 90%;
        }
        .close {
            position: absolute;
            top: 20px;
            right: 30px;
            font-size: 30px;
            color: white;
            cursor: pointer;
        }
html {
	scroll-behavior: smooth;
}


body {
	color: #0E100D;
	font-size: 16px;
	font-family: "Nunito Sans", sans-serif;
}
.logo{height: 105px;}

label {
	font-size: 1rem;
	color: #221E1F;
	margin-bottom: 4px;
	font-weight: 500;
}
/*
.video-background {
	position:absolute;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	aspect-ratio: 16 / 9;
	
}
*/






.video-background  {
    position: absolute;
    /* background-color: black; */
    /* height: calc(100vh - 72px); */
    /* min-height: 25rem; */
    width: 100%;
    overflow: hidden;
    z-index: -1;
    aspect-ratio: 1 / 1; 
    right: 0px;
    bottom: 0px;
}















.video-height{ height: 100vh; display: flex; justify-content: center; align-items: center;}

.banner-head{z-index: 2; position: relative; left: 0px; bottom: 0px;}
.banner-head h1 {
	font-size: 74px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	font-family: "Oswald", sans-serif;
	margin-bottom: 20px;
}




.member-benefits {
	padding-bottom: 0px;
}

.member-list {
	border-radius: 10px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: rgb(97, 172, 62);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #DFDFDF;
}

.member-list:hover {
	background-image: initial;
	background-position-x: initial;
	background-position-y: initial;
	background-size: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: rgb(241, 241, 241);
	cursor: pointer;
}




.hero-banner-3 {
	height: 100%;
	position: relative;
	background-image: url("../images/mission-bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover !important;
	padding-top: 12rem;
	padding-bottom: 12rem;
}

.hero-banner-3::before {
	content: "";
	background-color: rgba(0, 0, 0, 0.60);
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}


.title-head {
	font-size: 64px;
}


.owl-theme .owl-nav {
	margin-top: 10px;
	display: none;
}

.owl-dots {
	position: absolute;
	bottom: -20px !important;
	left: 0%;
	width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
	width: 18px !important;
	height: 18px !important;
	margin: 5px 7px !important;
	background-color: transparent !important;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50px !important;
	border: 2px solid #61AC3E !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #61AC3E !important;
}


.Products-item {
	border-radius: 20px;
	background-color: #DFDFDF;
	padding: 15px 15px 100px 15px;
	height: 460px;
}

.Products-item img {
	border-radius: 4px;
}

.Products-item:hover {
	background-color: #F0FCE8;
	cursor: pointer;
	box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.Products-item .btn-primary {
	position: absolute;
	bottom: 50px;
}

.Products-item:hover .btn-primary {
	background: #0E100D !important;
	color: #fff !important;
	border-color: #0E100D !important;
}
.Products-item:hover h4 a{color: #000;}

.light-gray {
	background-color: #DFDFDF;
}

.banner-bg {
	position: relative;
	background: url("../images/banner.jpg") no-repeat 0px 0px;
	background-size: cover;
	height: 715px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner-bg::before {
	content: "";
	background-color: rgba(0, 0, 0, 0.65);
	height: 715px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}



.Oswald-font {
	font-family: "Oswald", sans-serif;
}

.top-bg {
	background-color: #0E100D;
	padding: 12px 0px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.top-bg a {
	color: #fff;
}

.top-bg a:hover {
	color: #fff;
	text-decoration: underline;
}

.who-sec {
	padding:25px;
	margin-top: -230px;
	background-color: #DFDFDF;
}




.btn-secondary {
	background: #333 !important;
	color: #fff !important;
	border-color: #333 !important;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

.btn-secondary:hover {
	background: #494545 !important;
	color: #fff !important;
	border-color: #494545 !important;
}


.btn-block {
	display: block;
	width: 100%;
}


.form-control {
	display: block;
	width: 100%;
	height: 60px;
	padding: 9px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #587F40;
	border-radius: 4px;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.font-size-20 {
	font-size: 20px;
}

.large {
	font-size: 18px;
	line-height: 26px;
}

.clear {
	clear: both;
}

p {
	font-size: 1rem;
	color: #000;
	line-height: 24px;
}

a {
	color: #000;
}

a:hover {
	color: #61AC3E;
	text-decoration: none;
	transition: all 0.3s ease;
}

.logo {
	padding-bottom: 5px;
	display: inline-block;
}

.shadow {
	box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15) !important;
	/* box-shadow:-webkit-box-shadow: -2px 2px 30px -4px rgba(195,254,189,1);
-moz-box-shadow: -2px 2px 30px -4px rgba(195,254,189,1);
box-shadow: -2px 2px 30px -4px rgba(195,254,189,1)!important;*/
}

.shadow-sm {
	box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.text-shadow {
	text-shadow: rgb(0 0 0 / 40%) 2px 2px 5px;
}

.text-primary {
	color: #61AC3E !important;
}

.text-secondary {
	color: #0A1C36 !important;
}

.text-dark {
	color: #2A2B2F !important;
}

.text-gray {
	color: #4e4b4c !important;
}

.text-light-gray {
	color: #ccc !important
}

.bg-primary {
	background: #01A3D1 !important;
}

.bg-secondary {
	background: #1F3047 !important;
}

.btn {
	padding: 12px 18px !important;
}

.btn-sm {
	padding-top: 10px !important;
	padding-right: 16px !important;
	padding-bottom: 10px !important;
	padding-left: 16px !important;
	font-size: 13px !important;
}

.btn-lg {
	padding: 18px 34px !important;
}


.btn-primary {
	background: #61AC3E !important;
	color: #fff !important;
	border-color: #61AC3E !important;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: normal;
}

.btn-primary:hover {
	background: #0E100D !important;
	color: #fff !important;
	border-color: #0E100D !important;
}


.btn-white {
	background: #fff !important;
	color: #1F3047 !important;
	border-color: #fff !important;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: normal;
}

.btn-white:hover {
	background: #61AC3E !important;
	color: #fff !important;
	border-color: #61AC3E !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
	background: transparent !important;
}

.outline-none {
	outline: none !important;
}

header {
	position: sticky;
	top: 0px;
	z-index: 4;
}

.header-bar {
	transition: all 0.2s ease-in-out;
	/* z-index: 10000;*/
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
	padding-top: 0px;
	box-shadow: 2px 0 10px rgb(0 0 0 / 10%);
}

.header-new {
	background: #fff;
	box-shadow: 2px 0 10px rgb(0 0 0 / 40%);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: bold;
}

.small {
	font-size: 14px
}

.font-weight-500 {
	font-weight: 500;
}

.conatiner {
	max-width: 1260px;
	width: 100%;
}

header {
	padding: 0px 0px;
	border-bottom: 1px solid #DFDFDF;
}

.navbar-light .navbar-nav .nav-link {
	color: #0E100D;
	font-weight: 500;
	font-size: 18px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: #61AC3E;
	;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #61AC3E;
}


.phone {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}


footer {
	color: #0E100D;
	margin-top: 80px;
}

.footer-pad {
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	margin: 0px 0px 20px 0px;
	padding: 28px 0px 28px 0px;
}

ul.footer-link {
	margin: 0px;
	padding: 0px;
}

ul.footer-link li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline-block;
}

ul.footer-link li a {
	display: inline-block;
	clear: both;
	color: #0E100D;
	line-height: 28px;
	padding: 4px 16px;
	font-size: 16px;
	text-decoration: none;
}

.footer-link a:hover {
	color: #61AC3E;
}


.social-links {
	text-align: left;
}

.social-links a {
	background: #61AC3E;
	text-align: center;
	border-radius: 100%;
	padding: 0px;
	color: #fff;
	margin-right: 5px;
	width: 35px;
	height: 35px;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
}

.social-links a:hover {
	background: #0E100D;
	color: #fff;
}

.social-links a i {
	vertical-align: bottom;
}

.social-links a:hover {
	background: #333;
	color: #fff;
}

.navbar-light .navbar-toggler {
	color: #fff;
	border-color: #fff;
	background-color: #fff;
}


.space-80 {
	margin-top: 80px;
}

.inner-section {
    background-color:#61AC3E;
    padding: 74px;
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: scroll;
    background-size: auto;
    background-image:url("../images/landing-hero-pattern.svg");
}
.contact-bg {
    background-color:#61AC3E;
    padding: 74px;
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: scroll;
    background-size: auto;
    background-image:url("../images/contact-us-bg.jpg");
}
.about-bg {
    background-color:#61AC3E;
    padding: 74px;
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: scroll;
    background-size: auto;
    background-image:url("../images/about-us-bg.jpg");
}



@media (max-width:767px) and (min-width:320px) {
.video-background {
    aspect-ratio: auto;
}
	.who-sec {
		margin-top: -70px;
	}


	.title {
		font-size: 28px;
		margin-bottom: 10px;
	}
	.Products-item {
	height: auto;
}


}

@media (max-width:620px) and (min-width:500px) {
.Products-item {
	height:520px;
}

}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 8px 20px;
	}
}

@media (min-width:768px) and (max-width: 1024px) {
	ul.footer-link li a {
		padding: 4px 4px;
		font-size: 15px;
	}


}

@media (max-width:1039px) and (min-width: 992px) {}

@media (max-width:1190px) and (min-width: 992px) {}


@media screen and (min-width: 992px) {

	.gutter-lg>.col-md-6:nth-child(odd),
	.gutter-lg>.col-lg-6:nth-child(odd) {
		padding-right: 32px;
	}


	.gutter-lg>.col-md-6:nth-child(even),
	.gutter-lg>.col-lg-6:nth-child(even) {
		padding-left: 32px;
		;
	}

	.gutter-lg .col-md-6.col-lg-4 {
		padding-right: 15px;
		padding-left: 15px;
	}


}