﻿/*---------------------body start---------------------*/
* {
	margin: 0;
	padding: 0;
}

/* data-wow-delay values in templates were tuned for the initial hero cascade;
   WOW.js re-applies them on every scroll-triggered reveal, which made blocks
   appear long after they'd already scrolled into view. Cap the delay so
   reveal-on-scroll stays snappy everywhere else on the site. */
.wow {
	animation-delay: 0.15s !important;
}

body {
	background: #ffffff !important;
	color: #333;
	font-family: Open Sans, Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.8em;
	margin: 0px;
}

ul,
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

::selection {
	background: #69af07;
	/* Safari */
	color: #fff;
}

::-moz-selection {
	background: #69af07;
	/* Firefox */
	color: #fff;
}

a {
	text-decoration: none;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

a:hover,
a:focus {
	color: #69af07;
	text-decoration: none;
}

.head {
	font-family: 'Oswald', sans-serif;
}

.border40 {
	border-radius: 40px;
}

/*---------------------body End---------------------*/
/*-------------normal css start-------------*/
.theme-bg {
	background: #6b9214;
}

.border-round {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.theme-text {
	color: #6b9214;
}

/*-------------normal css end-------------*/
/*---------------Preloder css start---------------*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	/* change if the mask should have another color then white */
	z-index: 99;
	/* makes sure it stays on top */
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	/* centers the loading animation horizontally one the screen */
	top: 50%;
	/* centers the loading animation vertically one the screen */
	background-image: url(../img/jama-loader.gif);
	/* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
	/* is width and height divided by two */
}

/*---------------Preloder css end---------------*/
/*---------------Header css start---------------*/
header,
header.top-header {
	width: 100%;
	padding: 10px 0;
	position: absolute;
	z-index: 30;
}

.jama-logo {
	position: relative;
}

.jama-logo img,
.footer .col-lg-4 > img {
	height: 40px;
	width: auto;
}

.jama-info {
	color: #fff;
}

.jama-info ul li {
	display: inline-block;
	padding: 0 12px 0 10px;
}

.jama-info a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.jama-info a:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.5);
}

.jama-social {
	float: right;
}

.jama-social ul li {
	display: inline-flex;
}

.jama-social ul li a {
	display: inline-flex;
	width: 30px;
	height: 30px;
	background: rgba(255, 255, 255, 0.25);
	color: #fff;
	align-items: center;
	justify-content: center;
}

.jama-social ul li a:hover {
	background: rgba(255, 255, 255, 0.5);
	color: #fff;
}

/*---------------Header css end---------------*/
/*---------------Navigation css start---------------*/
.navigation {
	width: 100%;
	background: transparent;
	position: absolute;
	z-index: 10;
	top: 80px;
}

.navigation .navbar {
	padding: 0 0;
}

.navigation .navbar-nav .nav-link {
	color: #fff;
	font-size: 16px;
	padding: 10px 15px;
}

.navigation .navbar-nav .nav-link:hover,
.navigation .navbar-nav .nav-link:active,
.active {
	background: #6b9214;
}

.navigation .navbar-header .navbar-toggler {
	margin: 8px 0;
	padding: 10px 15px;
	color: #ffffff;
	border: 1px solid #ffffff;
}

.navigation .dropdown-menu {
	background-color: #333;
	border-radius: 0;
	margin: 0 0;
	padding: 0 0;
}

.navigation .dropdown-item {
	color: #fff;
	border-bottom: 1px solid #000;
	padding: 15px 10px
}

.navigation .dropdown-item:focus,
.navigation .dropdown-item:hover {
	color: #fff;
	background-color: #6b9214;
}

.dropdown-toggle::after {
	transition: transform 0.15s linear;
}

.show.dropdown .dropdown-toggle::after {
	transform: translateY(5px);
}

/*---------------Navigation css end---------------*/
/*---------------sticky Navigation css start---------------*/
.navfix {
	display: none;
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
	background: #333;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 7px;
	border-bottom: 2px solid black;
	z-index: 10000;
}

.navfix .fix-logo-image {
	height: 30px;
	width: auto;
}

.navfix .navbar-nav .nav-link {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 11px 10px;
	border-right: 1px solid #2d2d2d;
}

.navfix .navbar {
	padding: 0 0;
}

.navfix .dropdown-menu {
	background-color: #333;
	border-radius: 0;
	margin: 0 0;
	padding: 0 0;
}

.navfix .dropdown-item {
	color: #fff;
	border-bottom: 1px solid #000;
	padding: 15px 10px
}

.navfix .dropdown-item:focus,
.navfix .dropdown-item:hover {
	color: #fff;
	background-color: #6b9214;
}

.navfix .navbar-nav .nav-link:hover,
.navfix .navbar-nav .nav-link:active,
.active {
	background: #6b9214;
}

/*---------------sticky Navigation css end---------------*/

/*---------------swiper banner css start---------------*/
.swiper-container {
	width: 100%;
	height: 930px;
}

.slide {
	height: auto;
	min-height: 930px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.slide.slide1 {
	background-image: url(../img/hero/banner01.jpg);
}

.slide.slide2 {
	background-image: url(../img/hero/banner02.jpg);
}

.swiper-button-next,
.swiper-button-prev {
	width: 50px;
	height: 50px;
	border-radius: 4px;
	background: rgba(0, 0, 0, 1);
	top: 0;
	position: relative;
	display: inline-flex;
}

.swiper-button-wrap {
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease-in;
}

.swiper-container:hover .swiper-button-wrap {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	visibility: visible;
	opacity: 1;
}

.swiper-button-next {
	left: unset;
	right: 20px;
}

.swiper-button-prev {
	left: 20px;
	right: unset;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 20px;
	color: rgba(255, 255, 255, 1);
}

.ovelay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
}

.slide-con {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 930px;
}

.con-center {
	text-align: center;
	z-index: 2;
}

.head1 {
	font-size: 5rem;
	font-weight: 500;
	padding: 0 0;
	margin: 0 0 30px 0;
}

.subhead1 {
	font-size: 1.5rem;
	font-weight: 500;
	padding: 0 0;
	margin: 0 0 50px 0;
}

.head2 {
	font-size: 5rem;
	font-weight: 500;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 20px 0;
	margin: 0 0 50px 0;
}

.subhead2 {
	font-size: 1.5rem;
	font-weight: 500;
	padding: 0 0;
	margin: 0 0 20px 0;
}

.get-touch {
	border: 2px solid #fff;
	width: auto;
	white-space: nowrap;
	min-height: 66px;
	padding: 20px 30px;
	color: rgba(255, 255, 255, 0.9);
	display: inline-block;
	background: rgba(255, 255, 255, 0);
}

.get-touch:hover {
	background: rgba(255, 255, 255, .8);
}

/*------------ banner content animation css ----------------*/
.swiper-slide-active .slider-title {
	animation: slideInUp 1.5s;
}

.swiper-slide-active .slider-sub-title {
	animation: slideInUp 2s;
}

.swiper-slide-active .slider-buttton {
	animation: slideInUp 2.5s;
}

.bg-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: 5s all;
	transform: scale(1.2);
}

.swiper-slide-active .bg-img {
	animation: scale 5s ease forwards;
}

@keyframes scale {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.2);
	}
}

/*---------------swiper banner css end---------------*/
/*---------------Service head section css start---------------*/
.service-head {
	width: 100%;
	background: url(../img/section/service-bg-icon.webp) no-repeat center center #333;
	min-height: 300px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-head:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	left: 50%;
	transform: translateX(-50%);
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 30px solid rgb(51, 51, 51);
	bottom: -28px;
}

.service-text {
	font-size: 4.4rem;
	font-weight: 700;
	text-transform: uppercase;
}

.service-subtext {
	font-size: 1.5rem;
	font-weight: 400;
}

.service-single-img {
	border-radius: 0rem;
	margin-bottom: 1rem;
	overflow: hidden;
}

.service-single-img img {
	transition: all 0.3s ease-out 0s;
	width: 100%;
}

.features-text li {
	padding-left: 35px;
	position: relative;
	color: #616161;
	margin-bottom: 17px;
	font-weight: 500;
	font-size: 0.875rem;
}

.features-text li:before {
	position: absolute;
	content: "\f105";
	font-family: "FontAwesome";
	color: #6b9214;
	left: 0;
	top: 0;
}

.features-text li:last-child {
	margin-bottom: 0;
}

/*---------------Service head section css end---------------*/
/*--------------- Jama Service section css start---------------*/
.jama-service {
	width: 100%;
	padding: 100px 0;
}

.service-ico {
	box-shadow: #6b9214 0px 0px 0px 3px;
	border: 5px solid #fff;
	display: inline-block;
	border-radius: 100%;
	background: #6b9214;
	position: relative;
	transition: all 0.25s ease-in-out 0s
}

.service-ico:hover {
	border: 5px solid #6b9214;
	display: inline-block;
	border-radius: 50%;
}

.service-ico a {
	display: inline-block;
	width: 100%;
}

.service-ico a i {
	font-size: 2.2em;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	color: #fff;
}

.service-info {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0 0;
	margin: 40px 0;
	min-height: 3em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-desc {
	padding: 0 0;
	margin: 0 0 10px 0;
	font-weight: 600;
	color: #616161;
}

.service-btn-warap {
	width: 100%;
	text-align: center;
	margin: 50px 0 0 0;
}

.service-btn {
	border-radius: 4px;
	background: #6b9214;
	padding: 5px 0px;
	min-height: 40px;
	display: inline-block;
	min-width: 195px;
	color: #fff;
	border-bottom: 4px solid rgba(0, 0, 0, 0.5);
}

.service-btn:hover {
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
}

/*--------------- Jama Service section css end---------------*/

/*--------------- accomplishment css start---------------*/
.accomplishment {
	width: 100%;
	background: #f8f8f8;
	border-top: 1px solid #dddddd;
	padding: 100px 0;
}

.accomplishment .row {
	align-items: stretch;
}

.accomplishment .row > .col-md-3 {
	display: flex;
}

.accom-box-wrap {
	width: 100%;
	background: #fff;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
}

.accom-img {
	height: 220px;
	overflow: hidden;
}

.accom-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.accom-text {
	font-size: 50px;
	padding: 0 0;
	margin: 20px 0 50px 0;
}

.accom-subtext {
	font-size: 16px;
	padding: 0 0;
	margin: 0 0;
}

.accom-img a {
	transition: all 0.6s ease-out 0s;
}

.accom-img a:hover {
	opacity: 0.5;
}

.accom-con {
	width: 100%;
	padding: 20px 20px;
	flex: 1 1 auto;
}

.accom-title {
	display: block;
	font-weight: 600;
	color: #616161;
}

.accom-desc {
	color: #616161;
}

/*--------------- accomplishment css end---------------*/
/*--------------- mission css start---------------*/
.mission {
	width: 100%;
	padding: 90px 0;

}

.mission-text {
	font-size: 35px;
	text-transform: uppercase;
	padding: 0 0;
	margin: 10px 0 50px 0;
}

.mission-subtext {
	font-size: 16px;
	text-align: justify;
	color: #616161;
}

/*--------------- mission css end---------------*/
/*--------------- facts css start---------------*/
.facts {
	width: 100%;
	background: #f8f8f8;
	border-top: 1px solid #dddddd;
	padding: 100px 0;
}

.facts-text {
	font-size: 50px;
	padding: 0 0;
	margin: 20px 0 50px 0;
}

.facts-subtext {
	font-size: 16px;
	padding: 0 0;
	margin: 0 0;
}

.facts .row {
	align-items: stretch;
}

.facts .row > .col-md-3 {
	display: flex;
}

.fact-box {
	width: 100%;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
}

.facts-img {
	width: 148px;
	height: 148px;
	background: #6b9214;
	position: relative;
	margin: 0 auto;
	border-radius: 40px;
	transition: all 0.6s ease-out 0s;
}

.facts-img a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.facts-img a i {
	font-size: 2.6em;
	color: #fff;
}

.facts-img:hover {
	border-radius: 100px;
}

.facts-con {
	width: 100%;
	padding: 50px 0 20px 0;
	flex: 1 1 auto;
}

.facts-title {
	font-size: 24px;
	font-weight: 600;
	color: #333;
	text-transform: uppercase;
}

.facts-desc {
	color: #616161;
	font-size: 16px;
	text-transform: uppercase;
}

.facts-info {
	color: #616161;
	padding: 20px 0 0 0;
	margin: 0 0;
}

.facts-btn-warap {
	width: 100%;
	text-align: center;
	margin: 20px 0 40px 0;
}

.facts-btn {
	border-radius: 4px;
	background: #6b9214;
	padding: 5px 0px;
	min-height: 40px;
	display: inline-block;
	min-width: 155px;
	color: #fff;
	border-bottom: 4px solid rgba(0, 0, 0, 0.5);
}

.facts-btn:hover {
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
}

/*--------------- facts css end---------------*/
/*--------------- Jama contact css start---------------*/
.jama-contact {
	width: 100%;
	padding: 130px 0;
	background: url(../img/section/quote-bg.webp) no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 524px;
}

.quote-text {
	font-size: 70px;
	color: #fff;
	font-weight: 500;
	padding: 0 0;
	margin: 0 0;
}

.quote-subtext {
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	padding: 0;
	margin: 30px 0 50px 0;
}

/*--------------- Jama contact css end---------------*/
/*--------------- Partners css start---------------*/
.partners {
	width: 100%;
	background: #fff;
	padding: 50px 0 70px 0;
}

.partners-text {
	font-size: 16px;
	font-weight: 600;
	padding: 0;
	margin: 0px 0 50px 0;
}

.partner-swiper {
	width: 100%;
	height: 120px;
}

.partner-swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.partner-swiper .swiper-wrapper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.country-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.country-slide img {
	border-radius: 4px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.15);
	height: auto;
	filter: saturate(0.4) opacity(0.6);
	transition: filter 0.5s ease;
}

.country-slide img:hover {
	filter: saturate(1) opacity(1);
}

.country-name {
	font-size: 13px;
	font-weight: 600;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/*--------------- Partners css end---------------*/
/*--------------- Footer css start---------------*/
.footer {
	background-color: #6b9214;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4 {
	color: #fff;
}

.footer p {
	line-height: 2.2rem;
}

.footer .link-list li {
	line-height: 2.5rem;
}

.footer .link-list li a {
	color: #ffffff;
	padding: 0 0 0.5rem 0;
}

.footer .link-list li a:hover {
	color: #333333;
}

.footer .social a {
	color: #6b9214;
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0.5rem;
	background-color: #ffffff;
	line-height: 2.5rem;
	text-align: center;
	margin-right: 0.5rem;
}

.footer .social a:last-child {
	margin-right: 0;
}

.footer .social a:hover {
	color: #ffffff;
	background-color: #333333;
}

.back-to-top {
	position: fixed;
	bottom: 70px;
	background: #000;
	width: 50px;
	height: 50px;
	z-index: 50;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 0;
	right: 4%;
	text-align: center;
	color: #fff;
	padding: 0px;
	margin: 0px;
	border-bottom: 6px solid rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

.back-to-top a {
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	line-height: 50px;
}

.back-to-top:hover {
	background: rgba(0, 0, 0, 0.7);
	;
}

.back-to-top .fa {
	color: #fff;
	font-size: 24px;
}

/*--------------- Footer css end---------------*/

@media (max-width: 767px) {
	.jama-logo {
		text-align: center;
	}

	.jama-info {
		text-align: center;
		width: 100%;
		margin: 10px auto;
		display: block !important;
	}

	.jama-social {
		width: 100%;
		margin: 0 auto;
		display: block !important;
	}

	.jama-social ul {
		text-align: center;
	}

	.navbar-header {
		width: 100%;
	}

	/* Mobile header stacks logo/phone/socials/lang taller than the desktop
	   80px row, so it visually and z-index-wise (30) overlaps the hamburger
	   bar fixed at top:80px (10), swallowing clicks on the toggler. Raise
	   the nav above the header only at this breakpoint so it's clickable. */
	.navigation {
		z-index: 31;
	}

	.navigation .navbar-nav .nav-link {
		border-right: 0px solid transparent;
		border-bottom: 1px solid #2d2d2d;
		background-color: rgba(0, 0, 0, 0.9);
	}

	.head1 {
		font-size: 3rem;
	}

	.subhead1 {
		font-size: 1.0rem;
	}

	.head2 {
		font-size: 3rem;
	}

	.subhead2 {
		font-size: 1.0rem;
	}

	.service-text {
		font-size: 3.4rem;
	}

	.accom-text {
		font-size: 30px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.navfix .navbar-nav .nav-link {
		font-size: 14px;
		padding: 10px 6px;
	}

}

@media (min-width: 767px) and (max-width: 992px) {
	.navigation .navbar-nav .nav-link {
		font-size: 14px;
		padding: 10px 7px;
	}

	.navfix {
		display: none !important;
	}

}

@media (max-width: 767px) {
	.navfix {
		display: none !important;
	}
}

/*-- hero video css --*/
.hero {
	position: relative;
}

.hero .video-image {
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 140px;
	box-sizing: border-box;
}

.hero .video-image .hero-content {
	width: 100%;
	max-width: 1100px;
	padding: 0 20px;
}

.hero-title {
	font-size: clamp(2rem, 1.2rem + 3vw, 3.25rem);
	line-height: 1.25;
}

.hero .video-image .background-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.hero .video-image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1;
}

.get-touch {
	transition: .3s linear;
}

/*--------------- Language switcher ---------------*/
.lang-switcher {
	position: relative;
	margin-left: 14px;
	gap: 4px;
	align-items: center;
	vertical-align: middle;
}

.lang-btn {
	color: rgba(255, 255, 255, 0.75);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.5px;
	padding: 3px 8px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 3px;
	line-height: 1.6;
	transition: all 0.2s ease;
}

.lang-btn:hover,
.lang-btn.active {
	background: #6b9214;
	border-color: #6b9214;
	color: #fff;
}

.lang-switcher .lang-btn {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
}

.lang-switcher .lang-btn::after {
	margin-left: 1px;
}

.lang-menu {
	position: absolute;
	top: 100%;
	right: 0;
	left: auto;
	min-width: auto;
	margin-top: 10px;
	padding: 4px;
	background: #1c1c1c;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 4px;
	display: block;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-6px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.lang-menu.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

.lang-menu .dropdown-item {
	color: rgba(255, 255, 255, 0.75);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.5px;
	padding: 5px 10px;
	border-radius: 3px;
}

.lang-menu .dropdown-item:hover,
.lang-menu .dropdown-item:focus,
.lang-menu .dropdown-item.active {
	background: #6b9214;
	color: #fff;
}

