@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

body {
	font-family: "EB Garamond", serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 2em;
	color: #d8d8d8;
	background-color: #000;
}

*,
ul,
ol {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style-type: none;
}

a {
	color: inherit;
	text-decoration: none !important;
}

a:hover,
a:focus {
	color: #fff;
	outline: none !important;
	text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 20px;
	font-weight: 500;
	color: #fff;
	font-family: "EB Garamond", serif;
	text-transform: uppercase;
}

h1 {
	font-size: 26px;
	letter-spacing: .15em;
	line-height: 1.2;
}

h2 {
	font-size: 25px;
	letter-spacing: .13em;
	line-height: 1.2;
}

h3 {
	font-size: 22px;
	letter-spacing: .13em;
	line-height: 1.2;
}

h4 {
	font-size: 20px;
	letter-spacing: .12em;
	line-height: 1.2;
}

h5 {
	font-size: 19px;
	letter-spacing: .10em;
	line-height: 1;
}

h6 {
	font-size: 18px;
	letter-spacing: .9em;
	line-height: 1;
}

.bg-color-blue {
	background-color: #2ea9e9;
}

.bg-color1 {
	background-color: #262626;
}

.bg-color3 {
	background-color: #9b8738;
}

.bg-light-blue {
	background-color: #edecffc7;
}

.heading-h3 a {
	/* display: inline-block; */
}

.heading-h3 a:hover {
	color: #cccccc;
}

.list1 li,
.list2 li,
.areas-list li {
	padding: 0 0 10px 25px;
	position: relative;
}

.list1 li:before,
.areas-list li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\f0a9';
	font-family: "fontawesome";
	font-size: 18px;
	color: #fff;
}

.areas-list li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\f3e7';
	font-family: "bootstrap-icons";
	font-size: 18px;
	color: #2ea9e9;
}

.list2 li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\f0a9';
	font-family: "fontawesome";
	font-size: 18px;
	color: #2ea9e9;
}

.new-areas-list{
     padding: 12px 25px;
    background: linear-gradient(90deg, rgba(155, 135, 56, 1) 0%, rgba(133, 114, 38, 1) 50%, rgba(112, 96, 26, 1) 100%);
    outline: 1px solid #ffffff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    border-radius: 50px;
    color: #fff;
    margin-bottom: 20px;
    outline-offset: -8px;
    transition: outline-offset 0.4s ease;
}
.new-areas-list i {
    padding-right: 10px;
    color: #fff;
}
.new-areas-list:hover{
    outline-offset: 0;
}
 
.new-areas-list a {
    color: #fff;
}
 
.new-areas-list a:hover,
.new-areas-list a:focus {
    color: #ddd;
}


/* header sec start  */

.call-us-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.mail-us-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.scroll {
	background-color: #000;
	color: #fff !important;
}

.header {
	background-color: #000;
	position: relative;
	z-index: 99;
	width: 100%;
	top: 0;
	left: 0;
}



.logo {
	display: inline-block;
	vertical-align: top;
	margin: 8px 0;
}

.logo img {
	width: 280px
}

.text-right {
	text-align: end;
}

.text-left {
	text-align: start;
}

.whatapp-icon {
	padding: 10px 18px;
	background-color: #25d366;
	color: #fff;
	display: inline-block;
	margin-left: 15px;
}

.header-icon-box i {
	font-size: 35px;
	padding-right: 15px;
}

.top-name {
	padding: 10px 15px;
	background-color: #2ea9e9;
}

.header-bottom {
	background: #000;
}



.home-parallax {
	position: relative;
	overflow: hidden;
	/*padding: 300px 0;*/
}

.home-parallax .container-fluid {
  position: relative;
  z-index: 9;
}

.sub-banner-overlay {
  background: rgb(32, 32, 32);
  background: linear-gradient(180deg, rgba(32, 32, 32, 0.40379901960784315) 29%, rgb(32 32 32 / 72%) 98%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.home-slide {
  text-align: center;
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.parallax-fixed {
    background-attachment: fixed;
}

.home-parallax h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
}

.parallax-window {
	height: 500px;
	background: transparent;
	display: table;
	width: 100%;
}

.home-page .parallax-window {
	height: 100vh;
}


.mobile-menu {
	display: none;
}

.navigation {
	display: block;
	text-align: center;
}

.navigation>li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.navigation li.dropdown>.dropdown-menu {
	opacity: 0;
	position: absolute;
	top: 130%;
	left: 0;
	width: 250px;
	z-index: 999;
	background-color: #263a7d;
	visibility: hidden;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding: 0;
	margin: 0;
	border-bottom: 3px solid #9a9a9a;
	transition: all 500ms ease;
	display: block;
}

.navigation li.dropdown>.dropdown-menu li {
	border-bottom: 1px solid #e6e6e6;
	margin-right: 0;
}

.navigation li.dropdown>.dropdown-menu li:last-child {
	border-bottom: none;
}

.navigation li.dropdown>.dropdown-menu li a {
	background-color: #ffffff;
	padding: 8px 10px;
	color: #000;
	border-radius: 0;
	font-size: 15px;
	letter-spacing: .12em;
}

.navigation li.dropdown:hover>.dropdown-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.navigation>li:first-child {
	display: none;
}

.navigation a {
	text-transform: uppercase;
	letter-spacing: .15em;
	overflow: hidden;
	position: relative;
	display: block;
	font-weight: 500;
	color: #fff;
	padding: 10px 30px;
	font-size: 16px;
	transition: all 500ms ease 0s;
	font-family: "EB Garamond", serif;
	font-weight: 400;
	font-style: normal;
}

.navigation>li.dropdown>a:after {
	font-family: "bootstrap-icons";
	content: "\F282";
	position: absolute;
	top: auto;
	right: 0;
	font-size: 14px;
	transition: all 500ms ease 0s;
}

.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a {
	color: #978336;
}

.navigation li.dropdown>.dropdown-menu li a:hover,
.navigation li.dropdown>.dropdown-menu li a:focus,
.navigation li.dropdown>.dropdown-menu li.active a {
	color: #fff;
	background-color: #9b8738;
}

/* header sec end  */

@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(1, 1);
	}

	to {
		-webkit-transform: scale(1.5, 1.5);
	}
}

@keyframes zoom {
	from {
		transform: scale(1, 1);
	}

	to {
		transform: scale(1.5, 1.5);
	}
}

.carousel-inner .carousel-item img {
	-webkit-animation: zoom 25s;
	animation: zoom 25s;
	/*height: 678px;*/
	padding: 0;
	width: 100%;
}

.flexbox .element {
	height: 100%;
}

.parallax {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.parallax.overlap:before,
.parallax.overlap1:before {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgb(0 0 0 / 72%);
	content: '';
}

.parallax.overlap1:before {
	background-color: rgba(0, 0, 0, 0.85);
}

.parallax .container-fluid,
.parallax .container-xxl,
.parallax .container {
	position: relative;
	z-index: 1;
}

.parallax-fixed {
	background-attachment: fixed;
}



footer {
	background-color: hsl(0deg 0% 90.2%);
}


.footer-widget {
	/* margin: 15px 0; */
	color: #000000;
}

.address-list li {
	margin-bottom: 5px;
}

.footer-widget {
	margin-top: 10px;
}

.widget-title {
	/* font-family: 'Oswald', sans-serif; */
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #fff;
	font-weight: 500;
}

.footer-menu li {
	margin-bottom: 4px;
	color: #fff;
}

.footer-menu li a {
	position: relative;
	color: #fff;
	display: block;
	padding: 3px 0 3px 25px;
	display: inline-block;
}

.footer-menu li a:before {
	position: absolute;
	top: 4px;
	left: 0;
	content: '\f0a9';
	font-family: "fontawesome";
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.footer-menu li a:hover:before {
	left: 2px;
}

.footer-menu li a:hover,
.footer-widget .address-content a:hover,
.footer-menu li a:focus,
.footer-widget .address-content a:focus {
	color: #9a8638 !important;
}

.footer-links,
.footer-links a {
	color: #fff;
}

.footer-links a:hover,
.hover-effect:hover {
	color: #000 !important;
}

.address-box {
	margin-bottom: 15px;
}

.address-box .address-icon-holder {
	float: left;
	margin-right: 15px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #958236;
	border-radius: 100%;
	text-align: center;
	position: relative;
}

.address-box .address-icon-holder:before {
	position: absolute;
	bottom: -17px;
	border-width: 10px;
	border-style: solid;
	border-color: #958236 transparent transparent transparent;
	content: "";
	left: 10px;
}

.address-box .address-content {
	position: relative;
	overflow: hidden;
}

.address-box .address-content strong {
	color: #fff;
}

.address-box .address-content {
	color: #fff;
}

.address-box1 {
	display: flex;
	background: #ffffff;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 10px;
	padding: 0 20px 0 0;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.36);
}

.address-icon-holder1 {
	font-size: 20px;
	margin-right: 16px;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #2ea9e9;
	border-radius: 10px 0 0 10px;
	color: #fff;
}

.address-icon-holder1 i {
	width: 20px;
	height: 20px;
	text-align: center;
}

.contact-container {
	text-align: center;
}

.contact-icon {
	float: none;
	margin: auto;
	position: relative;
	z-index: 1;
	border: 5px solid #ffffff;
	background-color: #2ea9e9;
	box-sizing: border-box;
	color: #FFFFFF;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	line-height: 70px;
	font-size: 1.6em;
}

.contact-detail {
	background-color: #2ea8e92d;
	padding: 60px 20px 20px;
	margin-top: -40px;
	height: 160px;
	border-bottom: 5px solid #2ea9e9;
	border-radius: 10px;
	color: #fff;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	display: block;
	position: relative;
	transition: all 0.3s linear;
	overflow: hidden;
}

.contact-detail a:hover {
	color: #01000f;
}

.contact-wrap1 {
	text-align: center;
}

.contact-wrap1 .address-icon-holder1 {
	float: none;
	margin: auto;
	position: relative;
	z-index: 1;
	color: #fff;
	border: 5px solid #ffffff;
	box-sizing: border-box;
	width: 80px;
	height: 80px;
	line-height: 70px;
	font-size: 25px;
	border-radius: 50%;
	background-color: #000;
}

.contact-wrap1 .address-icon-holder1:before {
	display: none;
}

.contact-wrap1 .address-content {
	background-color: #eee;
	padding: 60px 20px 20px;
	margin-top: -40px;
	height: 180px;
}

.contact-wrap1 .address-content strong {
	font-size: 18px;
	position: relative;
	z-index: 1;
}

.contact-wrap1 .address-content1 {
	background-color: #eee;
	padding: 60px 15px 20px;
	margin-top: -40px;
	/* height: 180px; */
}

.contact-detail:before {
	position: absolute;
	content: "";
	height: 0;
	bottom: -1px;
	left: 0;
	width: 100%;
	background: #2ea9e9;
	transform: skew(359deg);
	transition-duration: .6s;
}

.contact-detail:hover:before {
	height: 100%;
}

.contact-detail p {
	position: relative;
	z-index: 1;
}

/* .contact-detail:hover .contact-detail p{    
	color: #000000;
} */

/* footer sec end  */

.ti-arrow-right {
	font-size: 10px;
	padding-left: 5px;
}

.site-map-list li {
	border-left: 1px solid #dfdfdf;
	padding: 10px 0 10px 30px;
	position: relative;
}

.site-map-list li:before {
	position: absolute;
	top: 20px;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #dfdfdf;
	content: '';
}

.site-map-list li>ul.child-menu {
	margin: 10px 0 10px 20px;
}

.btn1 {
	padding: 10px 30px;
	border: 1px solid #9b8738;
	/* border-radius: 8px; */
	/* margin-top: 15px; */
	display: inline-block;
	transition: 0.6s;
	transition: all 0.5s;
	font-size: 15px;
	text-transform: uppercase;
	background: #9b8738;
	color: #fff
}

/* .btn1:hover {
	background-color: #e6e6e6;
	color: #000;
	border: 1px solid #e6e6e6;
} */

.btn1:hover {
	border-color: #fff;
	background-color: transparent;
	;
	color: #ffffff;
}

.servies-box {
	position: relative;
	overflow: hidden;
}

.servies-box img {
	width: 100%;
	/* height: 554px; */
	object-fit: cover;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .9s ease-in-out;
	transition: .9s ease-in-out;
}

.service-content {
	position: relative;
	width: 100%;
	height: 100%;
	transition: 0.6s;
}

.service-content .service-head {
	/* position: absolute; */
	width: 100%;
	text-align: center;
	height: 100%;
	width: 100%;
	transition: 0.6s;
	top: 0;
	left: 0;
}

.service-content .service-head h4 {
	margin-bottom: 0px;
	/* position: absolute; */
	bottom: 20px;
	width: 100%;
	color: #ffffff;
	transition: 0.5s;
}



.servies-box:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);

}

.service-content:hover {
	background-color: #000000c0;
}

.portfolio-img-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}

.portfolio-img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 2.5s ease;
	display: block;
}

.portfolio-item:hover img {
	transform: scale(1.1);
}

.portfolio-title {
	margin-top: 10px;
	font-size: 16px;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	 color: #9b8738; 
	letter-spacing: .15em;
	text-align: center;
	padding: 10px
}
.portfolio-title a:hover{
	color:#b5b5b5
}
.p-100 {
	padding: 250px 30px;
}

.mobile-icons {
	display: none;
}

.follow-us {
	text-align: center;
}

.follow-us i {
	color: #fff
}


.fb-text {
	background: #000000b0;
	padding: 50px;
	border-radius: 2%;
}

.video-banner {
	height: 100vh
}

.video-banner .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(255, 255, 255);
	background: radial-gradient(circle, rgb(0 0 0 / 39%) 0%, rgb(0 0 0 / 15%) 100%);
}

.video-bg {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.video-bg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.title-with-lines {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 35px;
}

.title-with-lines::before,
.title-with-lines::after {
	content: "";
	flex: 1;
	height: 1px;
	background-color: #c3c3c3;
	/* light grey line */
}

.title-with-lines span {
	font-size: 16px;
	letter-spacing: 3px;
	color: #b5b5b5;
	text-transform: uppercase;
}

.feature-box {
	display: flex;
	gap: 20px;
	margin-bottom: 35px;
	padding: 20px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: 0.4s ease;
}

.feature-box:hover {
	transform: translateY(-6px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	border-color: rgba(255, 255, 255, 0.3);
}

.feature-box .icon {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background: #9b8738;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #111;
	font-size: 26px;
	flex-shrink: 0;
	box-shadow: 0 0 12px #9b87386e;
}

.feature-box h4 {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.feature-box p {
	margin: 5px 0 0;
	font-size: 14px;
	line-height: 1.5;
	opacity: 0.85;
}

.text-section-banner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}

.section-text {
	font-size: 70px;
}

.form-sec ::placeholder {
	color: #b8b8b8 !important;
	/* your color */
	opacity: 1;
	/* ensures full color on Firefox */
}

/* For older browsers (optional) */
.form-sec ::-webkit-input-placeholder {
	color: #999;
}

.form-sec :-ms-input-placeholder {
	color: #999;
}

.form-sec ::-ms-input-placeholder {
	color: #999;
}

.form-sec .form-control {
	background-color: transparent !important;
	color: #fff !important;
	border: 1px solid #999999 !important
}

.submit-icon {
	display: none;
}

.submit-icon.rotating-show {
	display: inline-block;
	vertical-align: middle;
}
.testimonials-box .owl-theme .owl-dots, .owl-theme .owl-nav{
    text-align:start !important;
}

@media(max-width:767.98px) {
	.project-section .owl-carousel .owl-dots {
		margin-top: 20px
	}
}

.project-section-seven {
	position: relative;
	padding: 80px 0;
}

.project-block {
	margin-bottom: 30px
}

.project-block .inner-box {
	overflow: hidden
}

.project-block .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.project-block .inner-box:hover .image-box .info-box {
	opacity: 1
}

.project-block .inner-box:hover .image-box .info-box .cat {
	-webkit-transform: translateX(0%);
	transform: translateX(0%)
}

.project-block .inner-box:hover .image-box .info-box .title {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms
}

.project-block .image-box {
	position: relative
}

.project-block .image-box .image {
	position: relative;
	overflow: hidden
}

.project-block .image-box .image img {
	width: 100%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.project-section-seven {
	position: relative;
	padding: 60px 0;
	background-color: var(--theme-color-dark)
}


.project-section-seven .sec-title .sub-title:before {
	display: none
}

.project-section-seven .image-column {
	margin-bottom: 50px
}

.project-section-seven .image-column .image-box {
	text-align: center
}

.project-section-seven .image-column .image-box .image {
	margin-bottom: 0
}

.project-block-seven {
	margin-bottom: 10px
}

.project-block-seven .inner-box {
	overflow: hidden
}

.project-block-seven .inner-box:hover .info-box {
	opacity: 1
}

.project-block-seven .inner-box:hover .info-box .title {
	-webkit-transform: translateX(0%);
	transform: translateX(0%)
}

.project-block-seven .inner-box:hover .info-box .text {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms
}

.project-block-seven .image-box {
	position: relative
}

.project-block-seven .image-box img {
	width: 100%;
	min-height: 240px;
	-o-object-fit: cover;
	object-fit: cover
}

.project-block-seven .image-box .info-box {
	position: absolute;

	bottom: 30px;
	left: 0
}


@media screen and (max-width: 991px) {
	.testimonials-box {
		margin-bottom: 0;
		padding: 35px 20px;
	}
}

.testimonials .item {
	margin-bottom: 30px;
	position: relative;
}

.testimonials .item .quote {
	position: absolute;
	right: 20px;
	top: 90px;
	width: 70px;
	margin: 0 auto 30px;
	opacity: .1;
}

.testimonials .item p {
	color: #fff;
}

.testimonials .item .info {
	text-align: left;
	margin: 30px 0 15px 0;
}

.testimonials .item .info .author-img {
	width: 70px;
	height: 70px;
	padding-left: 20px;
	border-radius: 50%;
	float: left;
	overflow: hidden;
}

.testimonials .item .info .cont {
	margin-left: 70px;
}

.testimonials .item .info h6 {
	font-size: 15px;
	margin-bottom: 0px;
	padding-top: 0px;
	color: #9b8738;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.testimonials .item .info span {
	font-size: 16px;
	color: #fff;
	line-height: 1em;
}

.testimonials .item .info .rate {
	float: right;
}

.testimonials .item .info i {
	color: #fff;
	font-size: 30px;
}

.testimonials .item h4 {
	text-transform: capitalize;
}

.testimonials .owl-theme .owl-dots .owl-dot.active span,
.testimonials .owl-theme .owl-dots .owl-dot:hover span {
	background: #9b8738;
}

.testimonials .overlap1::before {
	background: rgb(11, 10, 10);
	background: linear-gradient(0deg, rgb(11 10 10 / 76%) 0%, rgb(62 62 62 / 56%) 100%);
}

.line {
	width: 60px;
	border-top: 1px solid rgba(255, 255, 255, 0.733) !important;
	margin-bottom: 10px;
}
.iCcBam{
    z-index:9 !important;
}

.jLKkbH {
      z-index:9 !important
}

.info-box {
	position: relative;
	padding: 28px;
	border: 3px double #fff;
}

.info-box:before {
	content: '';
	position: absolute;
	left: -14px;
	top: 12px;
	right: -14px;
	bottom: 12px;
	border: 3px double #fff;
	z-index: -1;
}

.innerbox{
	padding: 30px;
    border: 1px solid #fff;
}

.innerbox1{
	padding: 30px;
    border: 3px double #fff;
}

.innerbox2{
    background-color: #9b8738;
    padding: 30px;
    outline: 5px solid #000;
    outline-offset: -10px;
}

.con-sec {
    padding: 30px;
    background-color: #9b8738;
    box-shadow: rgb(255 255 255 / 35%) 0px 5px 15px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.con-bottom-sec {
    background-color: #000;
    padding: 230px;
    margin-top: -460px;
}

.faq-sec .faq-title,
.faq-sec1 .faq-title {
    text-align: center;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: #fff;
}
.faq-sec .accordion-button,
.faq-sec1 .accordion-button {
    font-weight: 600;
    font-size: 1.1rem;
}
.faq-sec .accordion-button:not(.collapsed),
.faq-sec1 .accordion-button:not(.collapsed) {
    background-color: #000;
    color: #fff;
}
.faq-sec .accordion-item,
.faq-sec1 .accordion-item {
    border: none;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.faq-sec .accordion-body,
.faq-sec1 .accordion-body {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}
.faq-sec.accordion-button:not(.collapsed),
.faq-sec1.accordion-button:not(.collapsed) {
    background-color: #0d6efd;
    color: #fff !important;
}
.faq-sec .accordion-button:not(.collapsed)::after,
.faq-sec1 .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}
.faq-sec1 {
    background-color: #9b8738;
}
.faq-sec1 {
    position: relative;
    padding: 30px;
    z-index: 2;
}
.faq-sec2 {
    background-color: #e6e6e6;
}

 .contact-box {
	position: relative;
	margin-top: 25px;
}

.contact-box:hover .left-circle-icon i {
	font-size: 50px;
}

.contact-box:hover .top-box {
	width: 67%;
}

.contact-box .left-circle-icon i {
	border: 8px solid #9b8738;
	border-radius: 50%;
	display: flex;
	height: 115px;
	width: 115px;
	align-items: center;
	justify-content: center;
	font-size: 45px;
	position: absolute;
	background: #fff;
	left: -12px;
	top: 50%;
	transform: translate(0%, -50%);
	transition: all 200ms ease;
	color: #000;
}

.contact-box .top-box {
	background-color: #fff;
	color: #fff;
	padding: 6px 25px 6px 0;
	width: 63%;
	text-align: center;
	border-radius: 50px 50px 0 0;
	transition: all 200ms ease;
}

.contact-box .top-box h5 {
	margin-bottom: 0;
	color: #000;
}

.contact-box .down-box {
	background-color: #9b8738;
	color: #fff;
	padding: 10px 10px 10px 110px;
	border-radius: 50px;
}

.contact-box .down-box p a {
	color: #fff;
}

.contact-box .down-box p a:hover {
	color: #dadadaff;
}

.single-service-item {
    margin: 15px 0;
}

.single-service-item .img-holder {
    overflow: hidden;
    position: relative;
}

.single-service-item .img-holder .img-responsive {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    /*border: 5px solid #0009;
    border-radius: 5px;*/
}

.single-service-item:hover .img-holder .img-responsive {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-service-item .img-holder .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
}

.single-service-item:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}

.single-service-item .img-holder .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}

.single-service-item .img-holder .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
}

.single-service-item .img-holder .overlay .box .content a i {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}

.single-service-item .img-holder .overlay .box .content a:hover i {
    background: #9a9a9a;
}

.single-service-item .text-holder h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 20px 0 6px;
    text-transform: capitalize;
}

.single-service-item .text-holder h3 span {
    color: #fff;
}
.single-service-item1 {
  margin: 20px 0;
}

.box-style1 {
  padding: 20px;
  background-color: #f8f8f8;
  min-height: 300px;
}

.single-service-item1 .img-holder {
  overflow: hidden;
  position: relative;
}

.single-service-item1 .img-holder .img-responsive {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
}

.single-service-item1:hover .img-holder .img-responsive {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single-service-item1 .img-holder .overlay {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

.single-service-item1 .img-holder .overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}

.single-service-item1 .img-holder .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
}

.single-service-item1 .img-holder .overlay .box .content a i {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 48px;
  transition: all 500ms ease 0s;
  width: 45px;
}

.gallery-page-img {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}

.gallery-page-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  top: 30px;
  bottom: 0px;
  right: 0;
  background: rgba(29, 29, 29, 0.6);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  transform-origin: top right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  z-index: 9;
}

.gallery-page-img img {
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}

.gallery-page-img .gt-icon {
  display: inline-block;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 50px;
  color: #fff;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}

.gallery-page-img:hover .gt-icon {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.gallery-page-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.gallery-page-img:hover::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: bottom center;
}
.text-holder a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 20px 0 6px;
    text-transform: capitalize;
    text-align: center;
    border: 2px solid #9b8738;
    padding: 10px;
    display: block;
    background: #9b8738;
    margin-top: 0px;
}

.news-section .owl-theme .owl-nav {
    position: absolute;
    bottom: auto;
    top: 40%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.news-section .owl-theme .owl-nav button {
    position: absolute !important;
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    color: #fff;
    font-size: 11px;
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}

.news-section .owl-theme .owl-nav button.owl-next {
    right: -40px;
}

.news-section .owl-theme .owl-nav button.owl-prev {
    left: -40px;
}

.news-section .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: transparent;
}

.blog-innerbox1 {
    padding: 20px;
	box-shadow: rgb(255, 255, 255) 0px 0px 10px 0px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    height: 100%;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-content {
    margin-top: 30px;
}

.blog-content h5{
	font-size: 20px;
    letter-spacing: 1px;
	text-transform: unset;
}

.blog-content h5 a:hover{
	color: #9b8738;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
	{
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.rotating {
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}


@media(min-width: 1301px) and (max-width: 1440px) {}

@media(min-width: 1200px) and (max-width: 1300px) {
	.widget-title {
		/* font-family: 'Oswald', sans-serif; */
		font-size: 18px;
		margin-bottom: 15px;
	}
	.navigation a {
		padding: 10px 25px;;
	}
}

@media(min-width: 320px) and (max-width:1199px) {

	.mb-15 {
		margin-bottom: 15px;
	}

	.mb-30 {
		margin-bottom: 25px;
	}

	.p-5 {
		padding: 1rem !important;
	}

	.parallax.m-parallax-bg {
		/* background-image: none !important; */
		height: 100% !important;
		min-height: 100% !important;
	}

	.home-page .header {
		position: static;
	}

	body {
		font-size: 16px;
	}

	.m-header-top-right {
		text-align: right;
	}

	.header-right {
		text-align: center;
	}

	.mobile-menu {
		display: inline-block;
		vertical-align: middle;
		font-size: 20px;
		background: #01000f;
		padding: 8px 14px;
		color: #fff;
		cursor: pointer;
		/* margin: 10px auto; */
	}

	.small-menu {
		text-align: center;
	}

	.info-whatapp {
		text-align: center;
	}

	.logo-sec {
		text-align: center;
	}

	.call-us-icon {
		justify-content: center;
	}

	.nav-wrapper {
		position: fixed;
		top: 0;
		right: -300px;
		width: 255px;
		height: 100%;
		overflow-x: scroll;
		z-index: 999;
		border-radius: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		background-color: #01000f;
		padding-top: 0;
	}

	.navigation {
		text-align: left;
	}

	.nav-wrapper.open {
		right: 0;
	}

	.navigation>li {
		display: block;
		margin: 0;
		border-bottom: 1px solid #333;
	}

	.navigation>li:first-child a {
		display: block;
		background-color: #01000f;
	}

	.navigation li a {
		/* background-color: #ffffff; */
		padding: 10px 20px;
		color: #fff;
	}

	.navigation a {
		border-radius: 0;
	}

	.navigation li:hover>a,
	.navigation li:focus>a,
	.navigation li.active>a {
		background-color: #9b8738;
		color: #fff !important;
	}

	.navigation>li:first-child {
		display: block;
		background-color: #01000f;
	}

	.navigation>li.dropdown>a:after {
		right: 20px;
	}

	.navigation li.dropdown>.dropdown-menu,
	.navigation li.dropdown:hover>.dropdown-menu {
		position: static;
		top: 0;
		visibility: visible;
		opacity: 1;
		width: 100%;
		float: none;
	}

	.navigation li.dropdown>.dropdown-menu li a {
		padding: 10px 10px 10px 30px;
	}

}

@media(min-width: 220px) and (max-width: 991px) {
	.header-bottom {
		background: #8a7932;
	}
	.video-banner{
	    height:auto;
	}
}

@media(min-width: 768px) and (max-width: 991px) {
	.header-info-box:before {
		right: 40%;
	}

	.header-info-box::after {
		width: 50%;
	}

	.head-call {
		order: 0;
	}

	.head-mail {
		order: 1;
	}

	.head-logo {
		order: 2;
	}

	.header-top {
		padding: 20px;
	}
	.parallax-window {
        height: 400px;
    }
	.contact-box .top-box{
		text-align: right;
	}

}

@media (min-width:576px) and (max-width:991px) {
	.contact-box .left-circle-icon i {
		height: 105px;
		width: 105px;
		font-size: 40px;
	}
}

@media(min-width: 320px) and (max-width: 767px) {
	.footer-contact-wrap {
		margin-bottom: 20px;
	}

	.follow-us {
		text-align: left;
	}

	.section-text {
		font-size: 60px;
	}
	.home-parallax h1 {
        font-size: 28px;
        line-height: 35px;
    }
	.parallax-window {
        height: 300px;
    }

}

@media(min-width: 576px) and (max-width: 767px) {
	.head-call {
		order: 0;
	}

	.head-mail {
		order: 1;
	}

	.head-logo {
		order: 2;
	}

	.header-top {
		padding: 10px;
	}

	.faq-sec1 {
        padding: 25px !important;
    }

}

@media(min-width: 320px) and (max-width: 575px) {

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin-bottom: 12px;
		font-weight: 600;
		color: #fff;
		font-family: "EB Garamond", serif;
	}

	h1 {
		font-size: 22px;
		letter-spacing: .13em;
		line-height: 1.1;
	}

	h2 {
		font-size: 20px;
		letter-spacing: .10em;
		line-height: 1.1;
	}

	h3 {
		font-size: 18px;
		letter-spacing: .10em;
		line-height: 1;
	}

	h4 {

		font-size: 18px;
		letter-spacing: .10em;
		line-height: 1;
	}

	h5 {

		font-size: 17px;
		letter-spacing: .9em;
		line-height: 1;
	}

	h6 {

		font-size: 16px;
		letter-spacing: .10em;
		line-height: 1;
	}

	.logo {
		display: inline-block;
		vertical-align: top;
		margin: 6px 0;
		width: 199px;
	}

	.carousel-inner .carousel-item img {
		height: 400px;
	}

	.header-icon-box i {
		font-size: 23px;
		padding-right: 15px;
	}

	.whatapp-icon {
		margin-left: 5px;
	}

	.fb-sec {
		width: 100%;
		position: relative;
		overflow: hidden;
	}

	.contact-sec {
		background-size: 100% 100% !important;
	}

	.head-call {
		display: none;
	}

	.head-mail {
		display: none;
	}

	.head-logo {
		order: 2;
	}

	.header-top {
		padding: 10px;
	}

	.mobile-icons {
		display: block;
		text-align: center;
	}

	.mobile-icons i {
		font-size: 25px;
		margin: 5px;
	}

	.fb-text {
		padding: 24px;
	}

	.section-text {
		font-size: 30px;
	}

	.feature-box {
		margin-bottom: 25px;
		padding: 15px 10px;
	}

	.feature-box .icon {
		width: 45px;
		height: 45px;
	}

	.feature-box .icon img {
		width: 30px
	}

	.title-with-lines {
		gap: 10px;
	}

	.title-with-lines span {
		letter-spacing: 2px;
	}
	
	.info-box {
		padding: 30px 15px;
	}

	.innerbox {
    	padding: 15px;
	}

	.innerbox1 {
    	padding: 15px;
	}

	.innerbox2{
		padding: 20px;
	}

	.faq-sec1 {
        padding: 15px !important;
    }

	.contact-box .left-circle-icon i {
		position: relative;
		transform: translate(0%, 0%);
		left: unset;
		top: unset;
		height: 90px;
		width: 90px;
		font-size: 35px;
		border: 6px solid #9b8738;
		margin-bottom: 10px;
	}

	.contact-box:hover .left-circle-icon i {
		font-size: 40px;
	}

	.contact-box {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.contact-box .down-box {
		width: 100%;
		padding: 20px 10px;
		border-radius: 10px;
		text-align: center;
	}

	.contact-box .top-box {
		text-align: center;
		padding: 10px;
	}

	.contact-box .top-box h5 {
		letter-spacing: normal;
	}

	.con-sec {
    	padding: 15px;
	}
}