@charset "utf-8";
/***** Design By Rajnish 5.1.3 HTML 5 *****/
@import url("all.min.css");
@import url("animate.css");
@import url("mousecursor.css");
@import url("slicknav.min.css");
@import url("bootstrap.min.css");
@import url("magnific-popup.css");
@import url("swiper-bundle.min.css");
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url('../cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');
@import url("../cdn.jsdelivr.net/npm/bootstrap-icons%401.13.1/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;display=swap');
@import url("jquery.fancybox.min.css");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* INDEX
----------------------------------------------------------------------------------------
01. Global Variables
02. General css
03. Header css
04. Hero css
05. About Us css
06. Why Choose Us css
07. Our Services css
08. Intro Video css
09. Latest Project css
10. How We Work css
11. Our Skills css
12. Our Testimonials css
13. Our Blog css
14. Footer css
15. About Us Page css
16. Services Page css
17. Service Single css
18. Blog Archive css
19. Blog Single css
20. Project Page css
21. Project Single css
22. Image Gallery css
23. FAQs Page css
24. Contact Us Page css
25. 404 Error Page css 
26. Responsive css
-------------------------------------------------------------------------------------- */

/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/

:root {
	--primary-color: #192324;
	--secondery-color: #F8F8F8;
	--text-color: #283132;
	--accent-color: #7C877F;
	--white-color: #FFFFFF;
	--divider-color: #EAF0EC;
	--dark-divider-color: #FFFFFF1A;
	--error-color: rgb(230, 87, 87);
}


/************************************/
/*** 	 01. top head	  ***/
/************************************/
.top {
	background-color: #f9a000;
	padding: 5px;

}



.darkHeader {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 17%);
	animation: fadeInDown .8s;
	background-color: #ffffff;
	z-index: 999;
	justify-items: center !important;
}


.top-icon a {
	color: #fff;
	padding-left: 10px;
}

.top-icon a:nth-child(1n+1) {
	display: inline-block;
	border-right: 1px solid #ffffff;
	padding-left: 10px;
	padding-right: 15px;
	font-size: 15px;
}

.top-icon a:nth-child(2) {
	border-right: none;
}

.icon1 i {
	color: #ffffff;
	font-size: 15px;
	padding-right: 4px;
}

.top-follow {
	text-align: end;
	color: #fff;
}

.top-follow a {
	color: #ffffff;
	padding: 3px 6px;
	border-radius: 100px;
	display: inline-flex;
	font-size: 17px;
	transition: .3s ease-in-out;
	margin-right: 1px;
}



/************************************/
/*** 	   02. General css		  ***/
/************************************/

body {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6em;
	letter-spacing: .5px;
	background-color: var(--white-color);
	color: var(--text-color);
	font-family: "DM Sans", sans-serif !important;
}

p {
	line-height: 1.7em;
	margin-bottom: 1.6em;
	font-family: "DM Sans", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 700;
	line-height: 1.1em;
	color: #192324;
	font-family: "Poppins", sans-serif !important;
}

figure {
	margin: 0;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	outline: 0;
}

a:focus {
	text-decoration: none;
	outline: 0;
}

html,
body {
	width: 100%;
	overflow-x: clip;
}

.container {
	max-width: 1300px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	padding-right: 15px;
	padding-left: 15px;
}

.image-anime {
	position: relative;
	overflow: hidden;
}

.image-anime:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, .3);
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 1;
}

.image-anime:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}



.main-menu ul ul li a:hover,
.main-menu ul ul li a:focus {
	color: var(--primary-color);
	background-color: transparent;
	margin-left: 6px !important;
}

.reveal {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	visibility: hidden;
	overflow: hidden;
}

.reveal img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform-origin: left;
	transform-origin: left;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.row>* {
	padding-right: 15px;
	padding-left: 15px;
}

.row.no-gutters {
	margin-right: 0px;
	margin-left: 0px;
}

.row.no-gutters>* {
	padding-right: 0px;
	padding-left: 0px;
}

.btn-default {
	position: relative;
	display: inline-block;
	background: #f9a000;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1em;
	text-transform: capitalize;
	border: none;
	padding: 16px 46px 16px 20px;
	transition: all 0.5s ease-in-out;
	overflow: hidden;
	z-index: 0;
	border-radius: 30px;
}

.btn-default:hover {
	background: transparent;
	color: #ffffff;
}

.btn-default::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 16px;
	height: 16px;
	background-image: url(../images/arrow-white.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transform: translate(-20px, -50%);
	transition: all 0.4s ease-in-out;
}

.btn-default:hover::before {
	transform: translate(-18px, -50%);
}

.btn-default::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -15%;
	right: 0;
	width: 0;
	height: 106%;
	background: #192324;
	transform: skew(45deg);
	transition: all 0.4s ease-in-out;
	z-index: -1;
}

.view-more {
	position: relative;
	display: inline-block;
	background: #f9a000;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1em;
	text-transform: capitalize;
	border: none;
	padding: 16px 30px 16px 30px;
	transition: all 0.5s ease-in-out;
	overflow: hidden;
	z-index: 0;
	border-radius: 30px;
	   
}



.view-more:hover {
	color: #000;
}

.view-more::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -15%;
	right: 0;
	width: 0;
	height: 106%;
	background: #ffffff;
	transform: skew(45deg);
	transition: all 0.4s ease-in-out;
	z-index: -1;
}

.view-more:hover:after {
	width: 100%;
	transform: skew(0deg);
	left: 0;
}


.btn-default:hover:after {
	width: 100%;
	transform: skew(0deg);
	left: 0;
}

.btn-default.btn-highlighted {
	background-color: var(--white-color);
	color: var(--accent-color);
}

.btn-default.btn-highlighted:hover {
	color: var(--white-color);
}

.btn-default.btn-highlighted::before {
	background-image: url(../images/arrow-accent.html);
}

.btn-default.btn-highlighted:hover::before {
	filter: brightness(0) invert(1);
}

.btn-default.btn-highlighted::after {
	background-color: var(--accent-color);
}

.cb-cursor:before {
	background: var(--accent-color);
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: var(--accent-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading-container,
.loading {
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%;
}

.loading-container {
	margin: 40px auto;
}

.loading {
	border: 1px solid transparent;
	border-color: transparent var(--white-color) transparent var(--white-color);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
	transition: all 0.5s ease-in-out;
}

#loading-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 66px;
	transform: translate(-50%, -50%);
}

@keyframes rotate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.section-row {
	margin-bottom: 50px;
}

.section-row .section-title {
	margin-bottom: 0;
	margin-right: 30px;
}

.section-btn {
	text-align: end;
}

.section-title-content {
	margin-left: 120px;
}

.section-title-content p {
	margin: 0;
}

.section-title {
	margin-bottom: 30px;
}

.section-title h3 {
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6em;
	text-transform: capitalize;
	color: #f9a000;
	padding-left: 35px;
	margin-bottom: 20px;
}

.section-title h3::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url('../images/icon-sub-heading.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	width: 24px;
	height: 5px;
}

.section-title h1 {
	font-size: 45px;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 0;
	cursor: none;
}

.section-title h2 {
	font-size: 43px;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 0;
	cursor: none;
}

.section-title h1 span,
.section-title h2 span {
	color: #000000;
}

.section-title p {
	margin-top: 20px;
	margin-bottom: 0;
}


.section-title-content.dark-section p,
.section-title.dark-section p,
.section-title.dark-section h2,
.section-title.dark-section h3 {
	color: var(--white-color);
}

.help-block.with-errors ul {
	margin: 0;
	text-align: left;
}

.help-block.with-errors ul li {
	color: var(--error-color);
	font-weight: 500;
	font-size: 14px;
}

/************************************/
/**** 	   03. Header css		 ****/
/************************************/

.navbar-brand img {
	width: 160px;
}

header.main-header {

	padding: 5px 0px;

}

header.main-header .header-sticky {
	position: relative;
	top: 0;
	z-index: 100;
}


header.main-header .header-sticky.hide {
	transform: translateY(-100%);
	transition: transform 0.3s ease-in-out;
	border-radius: 0;
}

header.main-header .header-sticky.active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0;
	transform: translateY(0);
	background: var(--primary-color);
	border-bottom: 1px solid var(--dark-divider-color);
}

.navbar {
	padding: 0px;
	align-items: center;
	border-bottom: 1px solid var(--dark-divider-color);

}

.project-image {

	overflow: hidden;
	position: relative;
}

.project-image img {
	height: auto;
	transform: translateY(0);
	-webkit-transition: transform 0.3s ease 0s;
	-o-transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
}


.project-image:hover .contttext {
	transform: translateY(0);
}


.project-image .contttext {
	bottom: 0;
	padding: 25px;
	position: absolute;
	transform: translateY(100%);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.692) 30%, rgba(0, 0, 0, 0) 95%);
	left: 0 !important;
	right: 0 !important;
}


.darkHeader .nav-link {
	color: #000 !important;
}

.darkHeader .ddfd {
	color: #ffffff !important;
}

header.main-header .header-sticky.active .navbar {
	border-bottom: none;
}

.navbar-brand {
	padding: 0;
	margin: 0;
}

.main-menu .nav-menu-wrapper {
	flex: 1;
	text-align: center;
	margin-left: 40px;
}

.main-menu .nav-menu-wrapper>ul {
	align-items: center;
	display: inline-flex;
}

.main-menu ul li {
	margin: 0 6px;
	position: relative;
}

.main-menu ul li a {
	font-family: "Poppins", sans-serif;
	font-size: 17px;
	font-weight: 500;
	padding: 23px 10px !important;
	color: rgb(0 0 0);
	/* text-transform: uppercase; */
	transition: all 0.3s ease-in-out;
}

.main-menu ul li.submenu>a:after {
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 14px;
	margin-left: 8px;
}



.main-menu ul li a:hover,
.main-menu ul li a:focus {
	color: #000000;
}


.main-menu ul ul {
	visibility: hidden;
	opacity: 0;
	transform: scaleY(0.8);
	transform-origin: top;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 250px;
	border-radius: 0px;
	position: absolute;
	left: 0;
	top: 101%;
	background-color: #000000;
	transition: all 0.2s ease-in-out;
	text-align: left;
}

.main-menu ul li.submenu:first-child ul {
	width: 230px;
}

.main-menu ul ul ul {
	left: 100%;
	top: 0;
	text-align: left;
}

.main-menu ul li:hover>ul {
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
	padding: 5px 0;
}

.main-menu ul li.submenu ul li.submenu>a:after {
	content: '\f105';
	float: right;
}

.main-menu ul ul li {
	margin: 0;
	padding: 0;
}

.main-menu ul ul li a {
	color: var(--white-color);
	padding: 10px 20px !important;
	transition: all 0.3s ease-in-out;
	text-transform: capitalize;
}


.main-menu ul li:hover>ul {
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
	padding: 5px 0;
}

.main-menu ul ul li a:hover,
.main-menu ul ul li a:focus {
	color: #fff;
	background-color: transparent;
}

.responsive-menu,
.navbar-toggle {
	display: none;
}

.responsive-menu {
	top: 0;
}

.slicknav_btn {
	background: #f9a000;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin: 0;
	border-radius: 0;
}

.slicknav_icon .slicknav_icon-bar {
	display: block;
	width: 100%;
	height: 3px;
	width: 22px;
	background-color: var(--white-color);
	border-radius: 6px;
	margin: 4px auto !important;
	transition: all 0.1s ease-in-out;
}

.slicknav_icon .slicknav_icon-bar:first-child {
	margin-top: 0 !important;
}

.slicknav_icon .slicknav_icon-bar:last-child {
	margin-bottom: 0 !important;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1) {
	transform: rotate(-45deg) translate(-5px, 5px);
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2) {
	opacity: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3) {
	transform: rotate(45deg) translate(-5px, -5px);
}

.slicknav_menu {
	position: absolute;
	width: 100%;
	padding: 0;
	background: #000000;
	left: 0;
}

.slicknav_menu ul {
	margin: 5px 0;
}

.slicknav_menu ul ul {
	margin: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a {
	position: relative;
	font-family: var(--accent-font);
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	padding: 10px 20px;
	color: var(--white-color);
	line-height: normal;
	margin: 0;
	border-radius: 0 !important;
	transition: all 0.3s ease-in-out;
}

.slicknav_nav a:hover,
.slicknav_nav a:focus,
.slicknav_nav .slicknav_row:hover {
	background-color: transparent;
	color: var(--primary-color);
	margin-left: 6px;
}

.slicknav_menu ul ul li a {
	padding: 10px 20px 10px 30px;
}

.slicknav_arrow {
	font-size: 0 !important;
}

.slicknav_arrow:after {
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 12px;
	margin-left: 8px;
	color: var(--white-color);
	position: absolute;
	right: 15px;
	top: 15px;
	transition: all 0.3s ease-out;
}

.slicknav_open>a .slicknav_arrow:after {
	transform: rotate(-180deg);
	color: #fff;
}

/************************************/
/***        04. Hero css	      ***/
/************************************/

.hero {
	position: relative;
	background: url('../images/hero-bg.html');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 280px 0 250px;
}



.hero.hero-video .hero-bg-video {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.hero.hero-video .hero-bg-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero.hero-slider-layout {
	background: none;
	padding: 0;
}

.hero.hero-slider-layout .hero-slide {
	position: relative;
	padding: 110px 0 110px;

}

.hero.hero-slider-layout .hero-slide::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	width: 100%;
	height: 100%;
	z-index: 1;
}

.hero.hero-slider-layout .hero-slide .hero-slider-image {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.hero.hero-slider-layout .hero-slide .hero-slider-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero.hero-slider-layout .hero-pagination {
	position: absolute;
	bottom: 50px;
	text-align: left;
	padding-left: calc(((100vw - 1300px) / 2));
	z-index: 2;
}

.hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: var(--white-color);
	opacity: 1;
	transition: all 0.3s ease-in-out;
	margin: 0 5px;
}

.hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet-active {
	background-color: #000000;
}

.hero-content {
	position: relative;
	z-index: 2;
}

.hero-content .section-title h3,
.hero-content .section-title h1 {
	color: var(--white-color);
}

.hero-content .section-title p {
	font-size: 18px;
	color: var(--white-color);
	width: 100%;
	max-width: 600px;
}

.hero-content .section-title h3::before {
	filter: brightness(0) invert(1);
}

.hero-content .btn-default.btn-highlighted {
	margin-left: 30px;
}

/************************************/
/***       05. About Us css 	  ***/
/************************************/

.about-us {
	background-image: url('../images/section-bg-shape-1.html');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	padding: 60px 0;
	background: white;
}

.about-us-images {
	position: relative;
	background-image: url(../images/about-us-bg-shape.html);
	background-repeat: no-repeat;
	background-position: left 60px bottom 40px;
	background-size: auto;
	padding-right: 100px;
	padding-bottom: 180px;
	margin-right: 30px;
}

.about-img-1 figure,
.about-img-2 figure {
	display: block;
}

.about-img-1 img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 0.76;
}

.about-img-2 {
	position: absolute;
	width: 100%;
	max-width: 385px;
	bottom: 0;
	right: 0;
}

.about-img-2 img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 0.76;
}

.experience-counter {
	position: absolute;
	top: 0;
	left: 0;
	height: 152px;
	width: 152px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	background-color: #f9a000;
	border: 6px solid #fff;
	transform: translate(-50%, -6px);
	border-radius: 50%;
}

.experience-counter h3 {
	font-size: 34px;
	color: var(--white-color);
	text-align: center;
	width: 100%;
	margin-bottom: 5px;
}

.experience-counter p {
	font-weight: 600;
	line-height: 1.4em;
	text-transform: capitalize;
	color: var(--white-color);
	text-align: center;
	margin-bottom: 0;
}

.feedback-counter {
	position: absolute;
	top: 0;
	right: 0;
	transform: rotate(-180deg) translate(20px, -20px);
	writing-mode: vertical-rl;
	display: flex;
	align-items: center;
}

.feedback-counter p {
	font-size: 16px;
	font-weight: 500;
	color: var(--white-color);
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--accent-color);
	border-radius: 50%;
	margin: 0 0 15px 0;
	transition: all 0.3s ease-in-out;
}

.feedback-counter:hover p {
	background-color: var(--primary-color);
}

.feedback-counter h3 {
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	width: calc(100% - 75px);
}

.about-us-content-body {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 80px;
}

.about-us-content-body::before {
	content: '';
	position: absolute;
	right: 50%;
	top: 0;
	bottom: 0;
	transform: translateX(-50%);
	border: 1px solid #dbdbdb;
	width: 1px;
	height: 70%;
}

.about-us-content-info {
	width: calc(50% - 40px);
}

.about-us-content-list {
	margin-bottom: 35px;
}

.about-us-content-list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.about-us-content-list ul li {
	position: relative;
	font-weight: 500;
	color: var(--primary-color);
	padding-left: 30px;
	margin-bottom: 15px;
}

.about-us-content-list ul li:last-child {
	margin-bottom: 0;
}

.about-us-content-list ul li::before {
	content: '\f058';
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 20px;
	font-weight: 900;
	line-height: normal;
	color: #000000;
	display: inline-block;
	top: 2px;
	left: 0;
}

.about-us-contact-list {
	width: calc(50% - 40px);
}

.about-contact-item {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.about-contact-item:last-child {
	margin-bottom: 0;
}

.about-contact-item .icon-box {
	width: 40px;
	height: 40px;
	background-color: var(--accent-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	transition: all 0.3s ease-in-out;
}

.about-contact-item:hover .icon-box {
	background-color: var(--primary-color);
}

.about-contact-item .icon-box figure {
	display: block;
	border-radius: 50%;
	overflow: hidden;
}

.about-contact-item .icon-box img {
	max-width: 40px;
	border-radius: 50%;
}

.about-contact-item .icon-box i {
	font-size: 18px;
	color: var(--white-color);
}

.about-contact-content {
	width: calc(100% - 55px);
}

.about-contact-content h3 {
	font-size: 20px;
	text-transform: capitalize;
}

.about-contact-content p {
	font-weight: 500;
	color: var(--primary-color);
	text-transform: capitalize;
	margin-bottom: 0;
}

/************************************/
/***     06. Why Choose Us css    ***/
/************************************/

.why-choose-us {
	padding: 100px 0;
	background-color: #f8f8f8;
	margin-top: 30px;
}

.why-choose-item {
	display: flex;
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.why-choose-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.why-choose-item .icon-box {
	position: relative;
	width: 60px;
	height: 60px;
	background-color: #955b2014;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	transition: all 0.4s ease-in-out;
}

.why-choose-item:hover .icon-box {
	background-color: transparent;
}

.why-choose-item .icon-box::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: var(--primary-color);
	border-radius: 50%;
	height: 100%;
	width: 100%;
	transform: scale(0);
	transition: all 0.3s ease-in-out;
}

.why-choose-item:hover .icon-box::before {
	transform: scale(1);
}

.why-choose-item .icon-box img {
	max-width: 24px;
	z-index: 1;
	transition: all 0.3s ease-in-out;
}

.why-choose-item:hover .icon-box img {
	filter: brightness(0) invert(1);
}

.why-choose-item-content {
	width: calc(100% - 80px);
}

.why-choose-item-content h3 {
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.why-choose-item-content p {
	color: var(--primary-color);
	margin-bottom: 0;
}

.why-choose-images {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-left: 30px;
}

.why-choose-img-box-1,
.why-choose-img-box-2 {
	display: flex;
	gap: 20px;
	width: 100%;
}

.why-choose-img-1 figure,
.why-choose-img-2 figure,
.why-choose-img-3 figure,
.why-choose-img-4 figure {
	display: block;
}

.why-choose-img-1 {
	width: calc(57% - 10px);
}

.why-choose-img-1 img {
	width: 100%;
	aspect-ratio: 1 / 0.756;
	object-fit: cover;
}

.why-choose-img-2 {
	width: calc(43% - 10px);
}

.why-choose-img-2 img {
	width: 100%;
	aspect-ratio: 1 / 1.01;
	object-fit: cover;
}

.why-choose-img-3 {
	width: calc(67% - 10px);
}

.why-choose-img-3 img {
	width: 100%;
	aspect-ratio: 1 / 0.746;
	object-fit: cover;
}

.why-choose-img-4 {
	width: calc(33% - 10px);
}

.why-choose-img-4 img {
	width: 100%;
	aspect-ratio: 1 / 1.55;
	object-fit: cover;
}

/************************************/
/***     07. Our Services css     ***/
/************************************/



.service-item {
	position: relative;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	border: 1px solid #d7d6d6;
	padding: 5px;
}

.service-image a {
	display: block;
	cursor: none;
}

.service-image a figure::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0) 55%);
	height: 100%;
	width: 100%;
	z-index: 1;
	transition: all 0.3s ease-in-out;
}

.service-image img {
	width: 100%;
	object-fit: cover;
	transition: all 0.4s ease-in-out;
	height: 435px;
}

.service-item:hover .service-image img {
	transform: scale(1.1);
}

.service-btn {
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 1;
}



.service-btn a i {
	max-width: 20px;
	transform: rotate(-45deg);
	transition: all 0.4s ease-in-out;
}

.service-btn a {
	background-color: #ffffff;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease-in-out;
	color: black;
}

.service-btn a:hover {
	background-color: var(--primary-color);
	color: white;
}

.service-btn a img {
	max-width: 20px;
	transform: rotate(5deg);
	transition: all 0.4s ease-in-out;
}

.service-btn a:hover img {
	transform: rotate(0)
}


.service-btn a:hover i {
	transform: rotate(45deg);
}


.service-btn a i {
	font-size: 18px;
	transform: rotate(4deg);
	transition: all 0.4s ease-in-out;
}





.service-content {
	position: absolute;
	bottom: 40px;
	left: 40px;
	right: 40px;
	z-index: 1;
}

.service-content h3 {
	font-size: 20px;
	text-transform: capitalize;
	color: #ffffff;
	margin-bottom: 10px;
	font-weight: 600;
}

.service-content h3 a {
	color: inherit;
}

.service-content p {
	color: var(--white-color);
	margin-bottom: 8px;
}

.service-content a {
	color: #ffffff;
}

.all-services-btn {
	text-align: center;
	margin-top: 20px;
}


/************************************/
/***      counter-section     ***/
/************************************/

.counter-section {
	background: #955b20;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;

}


.count1 {
	text-align: center;
	padding: 15px 0px;
	height: 110px;

}

.count1 h3 {
	font-size: 55px;
	font-weight: 500;
	color: #ffffff;
	margin: 0;
}

.count1 p {
	font-size: 20px;
	font-weight: 500;
	color: #ffff;
}

/************************************/
/***      08. Intro Video css     ***/
/************************************/

.intro-video .container-fluid {
	padding: 0;
}

.intro-video-box {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.intro-video-image a {
	display: block;
	cursor: none;
}

.intro-video-image figure::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(25, 35, 36, 0) 0%, rgba(25, 35, 36, 0.6) 80.94%);
	height: 100%;
	width: 100%;
	z-index: 1;
}

.intro-video-image img {
	width: 100%;
	aspect-ratio: 1 / 0.41;
	object-fit: cover;
}

.video-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.video-play-button a {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--white-color);
	border: 1px solid var(--white-color);
	border-radius: 50%;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: none;
	transition: all 0.3s ease-in-out;
}

.video-play-button a:hover {
	border-color: var(--primary-color);
	color: var(--primary-color);
}

/************************************/
/***    09. Latest Project css    ***/
/************************************/

.our-project {
	padding: 60px 0 85px;
}

.our-Project-nav {
	text-align: center;
	margin-bottom: 60px;
}

.our-Project-nav ul {
	list-style: none;
	text-align: center;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 15px 30px;
	padding: 0;
	margin: 0;
}

.our-Project-nav ul li a {
	position: relative;
	display: inline-block;
	color: var(--primary-color);
	font-weight: 500;
	line-height: 1.2em;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}

.our-Project-nav ul li a:after,
.our-Project-nav ul li a:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: -8px;
	width: 100%;
	height: 2px;
	background-color: #f9a000;
	transform-origin: bottom right;
	transition: transform 0.4s ease-in-out;
	transform: scaleX(0);
}

.our-Project-nav ul li a:after {
	top: -8px;
	bottom: auto;
	left: 0px;
}

.our-Project-nav ul li a:hover:before,
.our-Project-nav ul li a.active-btn:before,
.our-Project-nav ul li a:hover:after,
.our-Project-nav ul li a.active-btn:after {
	transform-origin: bottom left;
	transform: scaleX(1);
}

.project-item {
	position: relative;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}



.project-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	backdrop-filter: blur(20px);
	border-radius: 50%;
	transform: translate(-50%, -30%);
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.project-item:hover .project-btn {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%);
}

.project-btn a {
	width: 100px;
	height: 100px;
	background: var(--dark-divider-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease-in-out;
}

.project-btn img {
	max-width: 24px;
	transform: rotate(-45deg);
	transition: all 0.4s ease-in-out;
}

.project-btn a:hover {
	background: var(--primary-color);
}

.project-btn a:hover img {
	transform: rotate(0deg);
}

.project-featured-image img {
	width: 100%;
	aspect-ratio: 1 / 0.79;
	object-fit: cover;
}

.project-content {
	position: absolute;
	left: 40px;
	bottom: 40px;
	right: 40px;
}

.project-content h3,
.project-content h2 {
	color: var(--white-color);
	text-transform: capitalize;
	position: relative;
	z-index: 1;
}

.project-content h3 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}

.project-content h2 {
	font-size: 20px;
	font-weight: 700;
}

.project-content h2 a {
	color: inherit;
}

.project-item-box {
	position: unset !important;
}

.project-item-boxes {
	height: unset !important;
}

/************************************/
/***   12. Our Testimonials css   ***/
/************************************/

.our-testimonials .swiper-slide {
	margin-right: 0px !important;
	width: 438px !important;
}

.testimonial-item {
	background: white;
	box-shadow: 0px 0px 4px 0px #d1cece;
	margin: 3px 10px;
	padding: 20px;
}

.our-testimonials .container-fluid {
	padding: 0;
}

.our-testimonials-image {
	height: 100%;
}

.our-testimonials-image figure,
.our-testimonials-image figure img {
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 0.82;
	object-fit: cover;
}

.our-testimonial-content {
	padding: 0px 60px 90px;
}

.our-testimonial-content .section-title {
	background: url(../images/testimonial-quote.html) no-repeat;
	background-position: top right;
	background-size: 162px auto;
	text-align: center;
	padding-bottom: 10px;
}


.testimonial-slider .swiper-wrapper {
	cursor: none;
}

.testimonial-rating {
	margin-bottom: 20px;
}

.testimonial-rating i {
	font-size: 18px;
	color: rgb(249 160 0);
	margin-right: 2px;
}

.testimonial-rating i:last-child {
	margin-right: 0;
}

.testimonial-content {
	margin-bottom: 40px;
}

.testimonial-content p {
	font-size: 16px;
	color: var(--primary-color);
	margin: 0;
}

.testimonial-body {
	display: flex;
	align-items: center;
}

.testimonial-body .author-image {
	margin-right: 15px;
}

.testimonial-body .author-image img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.testimonial-body .author-content {
	width: calc(100% - 75px);
}

.testimonial-body .author-content h3 {
	font-size: 20px;
	text-transform: capitalize;
}

.testimonial-body .author-content p {
	text-transform: capitalize;
	margin: 0;
}

.testimonial-rating-counter {
	display: flex;
	align-items: center;
	gap: 20px;
}

.testimonial-rating-counter .rating-counter h2 {
	font-size: 58px;
}

.testimonial-client-rating {
	display: inline-block;
	background: var(--accent-color);
	padding: 0px 5px 3px 5px;
	line-height: 1em;
}

.testimonial-client-rating i {
	font-size: 10px;
	color: var(--white-color);
}

.testimonial-rating-content p {
	color: var(--primary-color);
	font-weight: 500;
	margin: 0;
}


.company-logo {
	border: 1px solid gainsboro;
	padding: 10px;
	text-align: center;
}


.dsdsd {
	padding-bottom: 60px;
}


.company-logo img {
	width: 160px;
}

/************************************/
/***      	14. Footer css 		  ***/
/************************************/

.main-footer {
	padding: 70px 0 0;
	background: #000000;
}

.footer-logo img {
	width: 190px;
}

.main-footer .footer-header {
	border-bottom: 1px solid var(--dark-divider-color);
	margin-bottom: 40px;
	padding-bottom: 20px;
}

.footer-social-links {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 30px;
}

.footer-links ul li a:hover {
	color: #f9a000;
}

.footer-social-link-title h3 {
	font-size: 20px;
	text-transform: capitalize;
	color: var(--white-color);
}

.footer-social-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-social-links ul li {
	display: inline-flex;
	margin-right: 10px;
}

.footer-social-links ul li:last-child {
	margin-right: 0;
}

.footer-social-links ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--white-color);
	border-radius: 50%;
	height: 36px;
	width: 36px;
	transition: all 0.3s ease-in-out;
}

.footer-social-links ul li a i {
	font-size: 18px;
	color: #020202;
	transition: all 0.3s ease-in-out;
}

.footer-social-links ul li a:hover {
	background: #000000;
}

.footer-social-links ul li a:hover i {
	color: var(--white-color);
}

.footer-links h3 {
	font-size: 23px;
	text-transform: capitalize;
	color: #ffffff;
	margin-bottom: 30px;
	font-weight: 600;
}

.footer-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-links ul li {
	color: var(--white-color);
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
	margin-bottom: 10px;
}

.footer-links ul li:last-child {
	margin-bottom: 0;
}

.footer-links ul li:hover {
	color: var(--accent-color);
}

.footer-links ul li a {
	display: block;
	color: inherit;
}

.footer-contact-item {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.footer-contact-item:last-child {
	margin-bottom: 0;
}

.footer-contact-item .icon-box {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--dark-divider-color);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	transition: all 0.3s ease-in-out;
}

.footer-contact-item:hover .icon-box {
	border-color: var(--white-color);
}

.footer-contact-item .icon-box i {
	font-size: 16px;
	color: var(--white-color);
}

.footer-contact-content {
	width: calc(100% - 50px);
}

.footer-contact-content p {
	color: var(--white-color);
	margin: 0;
}

.footer-newsletter-form p {
	color: var(--white-color);
	margin-bottom: 30px;
}

.footer-newsletter-form .form-group {
	display: flex;
	background: var(--white-color);
	overflow: hidden;
}

.footer-newsletter-form .form-group .form-control {
	width: 85%;
	border: none;
	border-radius: 0;
	color: var(--text-color);
	background: transparent;
	padding: 13px 10px;
	box-shadow: none;
}

.footer-newsletter-form .form-group .form-control::placeholder {
	color: var(--text-color);
}

.footer-newsletter-form button {
	background-color: transparent;
	width: 15%;
	border: none;
	padding: 0;
}

.footer-newsletter-form button i {
	color: var(--accent-color);
	font-size: 16px;
	transition: all 0.3s ease-in-out;
}

.footer-newsletter-form button:hover i {
	color: var(--primary-color);
}

.footer-copyright {
	border-top: 1px solid #ffffff1a;
	text-align: center;
	margin-top: 48px;
	padding: 10px 0;
}

.footer-copyright-text p {
	color: var(--white-color);
	margin: 0;
}


/************************************/
/***      26. Responsive css      ***/
/************************************/

@media only screen and (max-width: 1366px) {

	.our-testimonial-content {
		padding: 30px 50px 70px;
		background: white;
	}
}

@media only screen and (max-width: 1024px) {

	.main-menu ul li {
		margin: 0;
	}

	.our-testimonial-content {
		padding: 50px 20px;
	}
}

@media only screen and (max-width: 991px) {

	.mainbook {
		text-align: center;
		display: flex;
		justify-content: center;
		padding-top: 25px;
		gap: 9px !important;
	}


	.conttext {
    margin-top: 0px;
    text-align: center;
    border: 1px solid #b1b1b1;
    padding: 28px 0px;
    height: 190px;
    margin-bottom: 20px !important;
}

	.slicknav_nav li,
	.slicknav_nav ul {
		display: block;
	}

	.responsive-menu,
	.navbar-toggle {
		display: block;
	}

	.header-btn {
		display: none;
	}

	.btn-default {
		padding: 14px 42px 14px 16px;

	}

	.view-button {
		margin-top: 15px;
	}

	.section-row {
		margin-bottom: 40px;
	}

	.section-row .section-title {
		margin-bottom: 0;
		margin-right: 0px;
	}

	.section-title-content {
		margin-left: 0;
		margin-top: 15px;
	}

	.section-btn {
		text-align: left;
		margin-top: 15px;
	}

	.section-title {
		margin-bottom: 30px;
	}

	.section-title h3 {
		margin-bottom: 10px;
	}

	.section-title h1 {
		font-size: 50px;
	}

	.section-title h2 {
		font-size: 36px;
	}

	.section-title p {
		margin-top: 15px;
	}

	.hero {
		min-height: auto;
		padding: 180px 0 140px;
		margin-top: 0;
	}

	.about-text h1 {
		font-size: 30px !important;

	}

	.how-work-cont h2 {
		padding-bottom: 10px;
		font-size: 34px !important;
	}


	.content-info-box {

		margin-right: 0px !important;
	}

	.hero.hero-slider-layout .hero-slide {
		padding: 60px 0 60px;
		min-height: auto;
	}

	.hero.hero-slider-layout .hero-pagination {
		padding-left: 15px;
		bottom: 12px;
	}

	.hero-content .section-title p {
		font-size: 20px;
	}

	.about-us {
		padding: 50px 0;
	}

	.about-us-images {
		margin: 0 0 30px 0;
	}

	.experience-counter {
		height: 137px;
		width: 137px;
	}

	.experience-counter h3 {
		font-size: 28px;
	}

	.about-us-content-list {
		margin-bottom: 30px;
	}

	.about-contact-item {
		margin-bottom: 30px;
	}

	.why-choose-us {
		padding: 50px 0;
	}

	.why-choose-content {
		margin-bottom: 30px;
	}

	.why-choose-item .icon-box {
		margin-right: 10px;
	}

	.why-choose-item-content {
		width: calc(100% - 70px);
	}

	.why-choose-images {
		margin-left: 0;
	}

	.our-services {
		padding: 0px 0;
	}

	.service-image img {
		aspect-ratio: 1 / 1.2;
	}

	.service-btn {
		top: 20px;
		right: 20px;
	}

	.service-btn a {
		height: 50px;
		width: 50px;
	}

	.service-content {
		bottom: 20px;
		left: 20px;
		right: 20px;
	}

	.all-services-btn {
		margin-top: 10px;
	}

	.video-play-button a {
		width: 80px;
		height: 80px;
	}

	.our-project {
		padding: 50px 0 40px;
	}

	.our-Project-nav {
		margin-bottom: 50px;
	}

	.project-featured-image img {
		aspect-ratio: 1 / 0.89;
	}

	.project-btn a {
		width: 80px;
		height: 80px;
	}


	.project-content {
		left: 20px;
		bottom: 20px;
		right: 20px;
	}

	.how-we-work {
		padding: 50px 0;
	}

	.how-we-work-item {
		width: calc(50% - 15px);
	}

	.how-we-work-item .icon-box {
		margin-bottom: 20px;
	}



	.our-skill {
		padding: 50px 0;
	}

	.our-skill-content {
		margin-bottom: 30px;
	}

	.skills-progress-bar {
		margin-bottom: 30px;
	}

	.our-skill-image {
		max-width: 555px;
		margin: 0 auto;
	}

	.our-testimonials-image {
		height: auto;
	}

	.our-testimonials-image figure,
	.our-testimonials-image figure img {
		height: auto;
		aspect-ratio: 1 / 0.65;
	}

	.our-testimonial-content {
		padding: 30px 15px;
	}

	.our-testimonial-content .section-title {
		background-size: contain;
	}

	.testimonial-slider {
		max-width: 100%;
		padding-bottom: 30px;
	}

	.testimonial-rating {
		margin-bottom: 15px;
	}

	.testimonial-content {
		margin-bottom: 30px;
	}

	.testimonial-content p {
		font-size: 18px;
	}

	.testimonial-rating-counter .rating-counter h2 {
		font-size: 48px;
	}

	.our-blog {
		padding: 50px 0;
	}

	.our-blog .section-title {
		margin-right: 0;
	}

	.post-featured-image img {
		aspect-ratio: 1 / 0.75;
	}

	.our-blog-footer {
		margin-top: 10px;
	}

	.main-footer {
		padding: 55px 0 0;
	}

	.main-footer .footer-header {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.footer-links {
		padding-right: 0;
		margin-bottom: 30px;
	}

	.footer-newsletter-form p {
		margin-bottom: 20px;
	}

	.footer-copyright {
		margin-top: 0px;
		padding: 20px 0;
	}

	.page-header {

		padding: 160px 0 80px !important;



	}

	.page-header-box h1 {
		font-size: 50px;
	}

	.page-header-box ol li.breadcrumb-item {
		font-size: 18px;
	}

	.page-header-box ol .breadcrumb-item+.breadcrumb-item::before {
		font-size: 16px;
	}

	.about-facility-list {
		margin-top: 50px;
		gap: 20px;
	}

	.about-facility-item {
		width: calc(33.33% - 13.33px);
	}

	.about-facility-item .icon-box {
		height: 45px;
		width: 45px;
		margin-right: 10px;
	}

	.about-facility-item .icon-box img {
		max-width: 20px;
	}

	.about-facility-content {
		width: calc(100% - 55px);
	}

	.about-facility-content h3 {
		font-size: 18px;
	}

	.vision-mission {
		padding: 50px 0 25px;
	}

	.vision-mission-box {
		padding: 30px 15px;
		gap: 30px 40px;
	}

	.vision-mission-item {
		width: calc(50% - 20px);
	}

	.vision-mission-item::before {
		right: -20px;
	}

	.vision-mission-item .icon-box {
		width: 70px;
		height: 70px;
	}

	.vision-mission-item .icon-box img {
		max-width: 30px;
	}

	.vision-mission-content h3 {
		margin-bottom: 15px;
	}

	.best-selling {
		padding: 25px 0 50px;
	}

	.best-selling-content {
		margin-bottom: 20px;
	}

	.best-selling-content-img {
		margin-bottom: 20px;
	}

	.our-team {
		padding: 50px 0 20px;
	}

	.team-readmore-btn {
		top: 20px;
		right: 20px;
	}

	.team-readmore-btn a {
		width: 50px;
		height: 50px;
	}

	.team-content {
		margin-bottom: 15px;
	}

	.our-faqs {
		padding: 50px 0;
	}

	.our-faqs-content {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.faq-accordion .accordion-item {
		margin-bottom: 20px;
	}

	.our-faqs-image {
		text-align: center;
		margin-left: 0px;
	}

	.our-faqs-image img {
		aspect-ratio: 1 / 0.8;
	}

	.our-clients {
		padding: 50px 0;
	}

	.our-clients .our-clients-box {
		max-width: 100%;
	}

	.page-services {
		padding: 50px 0 20px;
	}

	.page-service-single {
		padding: 50px 0;
	}

	.service-sidebar {
		position: initial;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.service-catagery-list {
		padding: 20px;
		margin-bottom: 30px;
	}

	.service-catagery-list h3 {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.service-catagery-list ul li {
		margin-bottom: 10px;
	}

	.service-catagery-list ul li a::before {
		width: 16px;
		height: 16px;
	}

	.sidebar-cta-Body {
		padding: 20px;
	}

	.sidebar-cta-content {
		margin-bottom: 15px;
	}

	.sidebar-cta-contact-item {
		margin-bottom: 15px;
	}

	.service-feature-image {
		margin-bottom: 30px;
	}

	.service-entry {
		margin-bottom: 30px;
	}

	.service-entry ul li {
		font-size: 14px;
		padding-left: 25px;
		margin-bottom: 10px;
	}

	.service-entry ul li::before {
		font-size: 18px;
	}

	.why-choose-content.service-single-why-choose {
		margin-bottom: 30px;
	}

	.page-blog {
		padding: 50px 0;
	}

	.page-pagination {
		margin-top: 10px;
	}

	.page-single-post {
		padding: 50px 0;
	}

	.post-image {
		margin-bottom: 20px;
	}

	.post-entry blockquote {
		background-position: 25px 25px;
		background-size: 50px;
		padding: 25px 25px 25px 90px;
		margin-bottom: 20px;
	}

	.post-entry blockquote p {
		font-size: 18px;
	}

	.post-entry h2 {
		font-size: 38px;
	}

	.post-entry ul li {
		font-size: 16px;
	}

	.post-tags {
		margin-bottom: 20px;
	}

	.post-social-sharing ul {
		text-align: left;
	}

	.post-tags .tag-links a {
		padding: 6px 15px;
	}

	.page-project {
		padding: 50px 0 20px;
	}

	.page-project-single {
		padding: 50px 0;
	}

	.project-single-sidebar {
		position: initial;
		margin-right: 0px;
		margin-bottom: 30px
	}

	.project-detail-list {
		padding: 20px;
		margin-bottom: 30px;
	}

	.project-single-image {
		margin-bottom: 30px;
	}

	.project-info,
	.project-design-info {
		margin-bottom: 30px;
	}

	.project-entry h2 {
		font-size: 36px;
		margin-bottom: 20px;
	}

	.page-gallery {
		padding: 50px 0 20px;
	}

	.page-gallery-box .photo-gallery img {
		aspect-ratio: 1 / 0.85;
	}

	.page-faqs {
		padding: 50px 0;
	}

	.faq-sidebar {
		position: initial;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.faq-catagery-list {
		padding: 20px;
		margin-bottom: 30px;
	}

	.faq-catagery-list ul li {
		margin-bottom: 15px;
	}

	.faq-catagery-list ul li a::before {
		width: 16px;
		height: 16px;
	}

	.our-faq-section.page-faq-accordion {
		margin-bottom: 40px;
	}

	.page-contact-us {
		padding: 50px 0 25px;
	}

	.contact-us-image {
		height: auto;
		margin-bottom: 30px;
	}

	.contact-us-image img {
		aspect-ratio: 1 / 0.6;
	}

	.contact-us-form {
		margin-left: 0;
	}

	.contact-form .form-control {
		padding: 12px 15px;
	}

	.google-map {
		padding: 25px 0 50px;
	}

	.google-map-iframe,
	.google-map-iframe iframe {
		height: 400px;
	}

	.contact-info-box {
		gap: 20px;
		margin-top: 40px;
	}

	.contact-info-item {
		width: calc(33.33% - 13.33px);
	}

	.contact-info-item .icon-box {
		height: 50px;
		width: 50px;
		margin-right: 10px;
	}

	.contact-info-item .icon-box i {
		font-size: 16px;
	}

	.contact-info-content {
		width: calc(100% - 60px);
	}

	.contact-info-content h3 {
		font-size: 18px;
	}

	.error-page {
		padding: 50px 0;
	}

	.error-page-image img {
		max-width: 80%;
	}

	.page-header-box h1 {
		display: inline-block;
		font-size: 50px !important;
		font-weight: 700;
		color: var(--white-color);
		letter-spacing: -0.02em;
		margin-bottom: 10px;
		cursor: none;
	}

	.vision-mission-box {
		background-color: var(--secondery-color);
		padding: 45px 30px !important;
		display: block !important;
		flex-wrap: wrap;
		gap: 30px 150px;
	}

	.vision-mission-item {
		position: relative;
		width: unset !important;
	}


	.darkHeader .nav-link {
		color: #ffffff !important;
	}










}

@media only screen and (max-width: 767px) {


	.page-header-box h1 {
		display: inline-block;
		font-size: 50px !important;
		font-weight: 700;
		color: var(--white-color);
		letter-spacing: -0.02em;
		margin-bottom: 10px;
		cursor: none;
	}

	.vision-mission-box {
		background-color: var(--secondery-color);
		padding: 45px 30px !important;
		display: block !important;
		flex-wrap: wrap;
		gap: 30px 150px;
	}

	.vision-mission-item {
		position: relative;
		width: unset !important;
	}


	.darkHeader .nav-link {
		color: #ffffff !important;
	}

	.page-header {
		padding: 70px 0 80px !important;
	}


	.contact-details-form-box {

		padding-left: 19px !important;
		padding: 65px 15px 0px !important;
	}


	.our-Project-nav ul {
		gap: 15px 22px !important;

	}

	.faqs-counter-list {
		gap: 30px;
	}

	.faqs-counter-list {
		display: block !important;

	}


	.faqs-counter-item {
		position: relative;
		width: unset !important;
		text-align: center;
		padding: 15px 0;
	}


	.top {
		display: none;
	}

	.section-row {
		margin-bottom: 30px;
	}

	.hide-text {
		display: none;
	}

	.section-title {
		margin-bottom: 20px;
	}

	.section-title h1 {
		font-size: 22px;
		line-height: 32px;
	}

	.section-title h2 {
		font-size: 26px;
	}

	.hero-content .section-title p {
		font-size: 16px;
		display: none;
	}

	.hero-content .btn-default {
		margin-right: 40px;
		margin-bottom: 10px;
	}

	.hero-content .btn-default.btn-highlighted {
		margin: 0;
	}

	.about-us-images {
		background-position: left 10px bottom 10px;
		background-size: 20% auto;
		padding: 10px 45px 100px 0;
	}

	.feedback-counter {
		transform: rotate(-180deg) translate(0, 0);
	}

	.feedback-counter p {
		font-size: 12px;
		height: 38px;
		width: 38px;
		margin: 0 0 6px 0;
	}

	.feedback-counter h3 {
		font-size: 12px;
		width: calc(100% - 40px);
	}

	.about-img-2 {
		max-width: 240px;
	}

	.experience-counter {
		height: 102px;
		width: 102px;
	}

	.experience-counter h3 {
		font-size: 22px;
	}

	.experience-counter p {
		font-size: 12px;
		line-height: 1.1em;
	}

	.about-us-content-body {
		gap: 0px;
	}

	.about-us-content-body::before {
		display: none;
	}

	.about-us-content-info {
		width: 100%;
		border-bottom: none !important;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}

	.about-us-content-list {
		margin-bottom: 7px;
	}

	.about-us-contact-list {
		width: 100%;
	}

	.about-us-content-list ul li {
		margin-bottom: 10px;
	}

	.about-us-content-list ul li::before {
		font-size: 18px;
		top: 3px;
	}

	.about-contact-item {
		margin-bottom: 20px;
	}

	.about-contact-content h3 {
		font-size: 18px;
	}

	.why-choose-item-content h3 {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.why-choose-img-2 img {
		aspect-ratio: 1 / 1.02;
	}

	.why-choose-img-4 img {
		aspect-ratio: 1 / 1.588;
	}

	.service-content h3 {
		font-size: 18px;
	}

	.intro-video-image img {
		aspect-ratio: 1 / 0.7;
	}

	.project-btn a {
		width: 60px;
		height: 60px;
	}

	.project-btn img {
		max-width: 20px;
	}

	.project-content h2 {
		font-size: 18px;
	}

	.how-we-work-item {
		width: 100%;
	}

	.how-we-work-item .icon-box img {
		max-width: 50px;
	}

	.how-we-work-content h3 {
		font-size: 18px;
	}



	.our-skill-image {
		padding-bottom: 83px;
	}

	.our-skill-img-1 {
		width: 200px;
		padding: 20px 0 0 20px;
	}

	.our-skill-img-2 {
		width: 130px;
		top: 20px;
	}

	.our-skill-img-3 {
		width: 200px;
	}

	.testimonial-rating {
		margin-bottom: 10px;
	}

	.testimonial-rating i {
		font-size: 16px;
	}

	.testimonial-content {
		margin-bottom: 20px;
	}

	.testimonial-content p {
		font-size: 16px;
	}

	.testimonial-body .author-content h3 {
		font-size: 18px;
	}

	.testimonial-rating-counter .rating-counter h2 {
		font-size: 38px;
	}

	.post-featured-image {
		margin-bottom: 15px;
	}

	.post-item-content {
		margin-bottom: 10px;
	}

	.post-item-content h3 {
		font-size: 18px;
	}

	.footer-logo {
		margin-bottom: 30px;
	}

	.footer-social-links {
		justify-content: start;
		gap: 20px;
	}

	.footer-social-link-title h3 {
		font-size: 18px;
		padding-bottom: 15px;
	}

	.footer-social-links {
		display: block !important;
	}

	.footer-links h3 {
		margin-bottom: 15px;
	}

	.footer-links ul li {
		margin-bottom: 5px;
	}

	.footer-copyright {
		padding: 15px 0;
	}

	.page-header-box h1 {
		font-size: 28px;
		margin-bottom: 5px;
	}

	.page-header-box ol li.breadcrumb-item {
		font-size: 16px;
	}

	.page-header-box ol .breadcrumb-item+.breadcrumb-item::before {
		font-size: 14px;
	}

	.about-facility-item {
		width: 100%;
	}

	.vision-mission {
		background: linear-gradient(180deg, var(--primary-color) 40%, var(--white-color) 40%);
	}

	.vision-mission-box {
		padding: 20px;
		gap: 40px;
	}

	.vision-mission-item {
		width: 100%;
	}

	.vision-mission-item::before {
		height: 1px;
		width: 100%;
		top: auto;
		right: 0;
		bottom: -20px;
	}

	.vision-mission-item:nth-child(2n + 2)::before {
		display: block;
	}

	.vision-mission-item:last-child::before {
		display: none;
	}

	.vision-mission-content h3 {
		font-size: 18px;
	}

	.team-content h3 {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.faq-accordion .accordion-header .accordion-button {
		font-size: 18px;
		padding-right: 30px;
	}

	.faq-accordion .accordion-item .accordion-button::after,
	.faq-accordion .accordion-item .accordion-button.collapsed::after {
		top: 2px;
	}

	.faq-accordion .accordion-body {
		padding-right: 0;
	}

	.our-faqs-image img {
		aspect-ratio: 1 / 1.26;
	}

	.service-catagery-list h3 {
		font-size: 18px;
	}

	.sidebar-cta-content h3 {
		font-size: 18px;
	}

	.service-entry p {
		margin-bottom: 15px;
	}

	.service-feature-image {
		margin-bottom: 20px;
	}

	.service-feature-image img {
		aspect-ratio: 1 / 0.7;
	}

	.service-entry-list-image {
		gap: 20px;
	}

	.service-entry-image,
	.service-entry-list {
		width: 100%;
	}

	.post-image figure,
	.post-image img {
		aspect-ratio: 1 / 0.70;
	}

	.post-entry blockquote {
		background-position: 20px 20px;
		padding: 70px 20px 20px 20px;
	}

	.post-entry h2 {
		font-size: 26px;
	}

	.project-single-image {
		margin-bottom: 20px;
	}

	.project-single-image img {
		aspect-ratio: 1 / 0.7;
	}

	.project-info,
	.project-design-highlight {
		margin-bottom: 20px;
	}

	.project-entry h2 {
		font-size: 26px;
		margin-bottom: 15px;
	}

	.project-entry p {
		margin-bottom: 15px;
	}

	.project-entry ul li {
		margin-bottom: 10px;
	}

	.project-entry ul li::before {
		font-size: 18px;
		top: 5px;
	}

	.project-gallery-images {
		gap: 20px;
	}

	.project-gallery-img {
		width: calc(50% - 10px);
	}

	.contact-us-image img {
		aspect-ratio: 1 / 0.75;
	}

	.google-map-iframe,
	.google-map-iframe iframe {
		height: 350px;
	}

	.contact-info-item {
		width: 100%;
	}

	.error-page-image img {
		max-width: 100%;
	}
}




.map-secc {
	background: url(../images/intro-video-image.jpg) top center no-repeat;
	background-attachment: fixed;
	background-size: cover;


}

.interior-counter {
	padding: 36px 0px;
	background-color: #0000001a;
}


.faqs-counter-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 77px;
	padding-bottom: 35px;
	padding-top: 35px;
	margin-bottom: 20px;
	margin-top: 39px;
	background: #ffffffc2;

}

.faqs-counter-item {
	position: relative;
	width: calc(20% - 64px);
	text-align: center;
	padding: 15px 0;
}

.faqs-counter-item::before {
	content: '';
	position: absolute;
	top: 0;
	right: -40px;
	width: 1px;
	height: 100%;
	background: var(--divider-color);
}

.faqs-counter-item:nth-child(5n + 5):before {
	display: none;
}

.faqs-counter-item h2 {
	font-size: 46px;
	font-weight: 600;
	font-family: 'Poppins';
	color: #000;
}

.faqs-counter-item p {
	margin: 5px 0 0 0;
	color: black;
	font-size: 14px;
}




.contact-details-area {
	position: relative;
	display: block;
	padding: 50px 0 0;
	z-index: 4;
}

.contact-details-area .sec-title {
	z-index: 3;
}

.contact-details-area .parallax-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 595px;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}




.contact-details-content {
	position: relative;
	display: block;
	background: #f6f6f6;
	z-index: 3;
	padding-bottom: 40px;
}

.content-info-box {
	position: relative;
    display: block;
    background-attachment: scroll;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto;
    min-height: 493px;
    margin-right: 30px;
}

.content-info-box .inner-content {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	flex-wrap: wrap;
	padding: 70px 0 70px;
}

.content-info-box .inner-content .inner {
	-webkit-box-shadow: 3px 0px 5px 0px #ededed;
	box-shadow: 3px 0px 5px 0px #ededed;
}

.content-info-box .inner-content .single-info-box {
	max-width: 270px;
	width: 100%;
	background: #f9a000;
	text-align: center;
	padding: 50px 30px 42px;
}

.content-info-box .inner-content .single-info-box .icon {
	margin-bottom: 20px;
}

.content-info-box .inner-content .single-info-box .icon span:before {
	color: #f6f6f6;
	font-size: 50px;
	line-height: 50px;
}

.content-info-box .inner-content .single-info-box .text {}

.content-info-box .inner-content .single-info-box .text h3 {
	color: #f6f6f6;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 12px;
}

.content-info-box .inner-content .single-info-box .text p {
	color: #f6f6f6;
	margin: 0;
}

.content-info-box .inner-content .single-info-box.white-bg {
	background: #f4f4f4;
}

.content-info-box .inner-content .single-info-box.white-bg .icon span:before {
	color: #d83135;
}

.content-info-box .inner-content .single-info-box.white-bg .text h3 {
	color: #27282c;
}

.content-info-box .inner-content .single-info-box.white-bg .text p {
	color: #828282;
}

.contact-details-form-box {
	position: relative;
	display: block;
	padding: 65px 60px 0px;
	width: 100%;
	padding-left: 0;
}

.contact-details-form-box .title-box {
	position: relative;
	display: block;
	padding-bottom: 0px;
}

.ffcf p {
	font-size: 22px;
	margin-bottom: 11px;
}

.contact-details-form-box .title-box h2 {
	color: #27282c;
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
}

.contact-details-box {
	position: relative;
	display: block;
}

.contact-details-form .single-box {
	position: relative;
	display: block;
}

.contact-details-form input[type="text"],
.contact-details-form input[type="email"],
.contact-details-form textarea {
	position: relative;
	display: block;
	padding: 0 20px;
	border: 1px solid #e0e0e0;
	background: #ffffff !important;
	color: #7c7e84;
	font-size: 15px;
	font-weight: 400;
	width: 100%;

	margin-bottom: 14px !important;
	border-radius: 0px;
	transition: all 500ms ease;
}

.contact-details-form {
    padding-top: 30px;
}

.contact-details-form textarea {
	padding: 15px 20px;
	height: 120px;
	margin-top: 14px;
	margin-bottom: 50px;
}

.contact-details-form input[type="text"]:focus {
	border-color: #f9a000;
}

.contact-details-form input[type="email"]:focus {
	border-color: #f9a000;
}

.contact-details-form textarea:focus {
	border-color: #f9a000;
}

.contact-details-form .single-box button {
	padding: 0 40px;
}

.contact-details-form input::-webkit-input-placeholder {
	color: #7c7e84;
}

.contact-details-form input:-moz-placeholder {
	color: #7c7e84;
}

.contact-details-form input::-moz-placeholder {
	color: #7c7e84;
}

.contact-details-form input:-ms-input-placeholder {
	color: #7c7e84;
}

.contact-details-form .single-box .bootstrap-select {
	position: relative;
	display: block;
}

.contact-details-form .single-box .bootstrap-select>.dropdown-toggle {
	position: relative;
	display: block;
	outline: none !important;
	border-radius: 0px;
	background-color: #f6f6f6;
	border: 1px solid #e0e0e0;
	height: 55px;
	line-height: 55px;
	padding: 0;
	padding-left: 20px;
	color: #7c7e84;
	margin: 0;
	box-shadow: none !important;
}

.contact-details-form .single-box .bootstrap-select>.dropdown-toggle::after {
	position: absolute;
	top: 50%;
	right: 20px;
	width: auto;
	height: auto;
	font-family: 'FontAwesome';
	content: '\f107';
	color: #7c7e84;
	font-size: 18px;
	transform: translateY(-50%);
	margin: 0;
	border: none;
	outline: none;
}

.contact-details-form .single-box .bootstrap-select .dropdown-menu {
	position: static;
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: 0px solid #ddd;
	background: #f9f9f9;
	font-size: 16px;
	color: #000000;
}

.contact-details-form .single-box .dropdown-item {
	display: block;
	width: 100%;
	padding: 9px 20px 9px;
	font-weight: 400;
	color: #222222;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	transition: all 500ms ease;
}

.contact-details-form .single-box .dropdown-item.active,
.contact-details-form .single-box .dropdown-item:active {
	background: #f9a000;
	color: #fff;
}

.contact-details-form .single-box .dropdown-item:hover {
	background: #f9a000;
	color: #fff;
}

.contact-details-area {
	position: relative;
	display: block;
	padding: 100px 0;
	z-index: 4;
	background: white;

}


.clint-logo {
	background-color: #fff;
}

.clr-white h2 {
	color: #FFFFFF !important;
	position: relative;
	z-index: 99;
	padding-bottom: 40px;
}

.btn-one {
	position: relative;
	display: inline-block;
	background: #f9a000;
	color: #ffffff;
	font-size: 15px;
	line-height: 51px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 0 30px 0;
	transition: all 500ms ease;
	border: navajowhite;
}

.btn-one:hover {
	background: #000000;
}


.video-gaerry video {
	height: calc(60vh - 0px);
	object-fit: cover;
	width: 100%;
	border: none;
	display: block;
	object-position: bottom;

}

.video-gaerry {
	margin: 0px 13px;
	border: 1px solid gainsboro;
	padding: 10px;
}

.video-gaerry-section {
	padding: 120px 0px 30px;
}


.page-header {

	background-image: url(../images/page-header-bg.jpg) !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	    padding: 120px 0 90px;

}

.breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: var(--bs-breadcrumb-item-padding-x);
	color: #fff;
	content: var(--bs-breadcrumb-divider, "/");
}

.page-header-box {
	position: relative;
	text-align: center;
	z-index: 1;
}

.page-header-box ol li.breadcrumb-item {
	font-size: 22px;
	text-transform: capitalize;
	color: var(--white-color);
}

.page-header-box ol li.breadcrumb-item {
	font-size: 22px;
	text-transform: capitalize;
	color: var(--white-color);
}

.page-header-box h1 {
	display: inline-block;
	font-size: 80px;
	font-weight: 700;
	color: var(--white-color);
	letter-spacing: -0.02em;
	margin-bottom: 10px;
	cursor: none;
}

.page-header-box ol {
	margin: 0;
	padding: 0;
	justify-content: center;
}

.breadcrumb a {
	color: #fff;
}




/*  */

.vision-mission {
	    padding: 100px 0 50px;
    background: linear-gradient(180deg, #efefef 60%, var(--white-color) 40%);
   
}

.vision-mission-box {
	background-color: var(--secondery-color);
	padding: 45px 60px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 150px;
}

.vision-mission-item {
	position: relative;
	width: calc(50% - 75px);
}

.vision-mission-item::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	top: 0;
	right: -75px;
	bottom: 0;
	background-color: var(--divider-color);
	z-index: 1;
}

.vision-mission-item:nth-child(2n + 2)::before,
.vision-mission-item:last-child::before {
	display: none;
}

.vision-mission-item .icon-box {
	position: relative;
	width: 95px;
	height: 95px;
	background: var(--divider-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.vision-mission-item .icon-box:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--primary-color);
	border-radius: 50%;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.vision-mission-item:hover .icon-box:before {
	transform: scale(1);
}

.vision-mission-item .icon-box img {
	position: relative;
	max-width: 36px;
	z-index: 1;
	transition: all 0.4s ease-in-out;
}

.vision-mission-item:hover .icon-box img {
	filter: brightness(0) invert(1);
}

.vision-mission-content h3 {
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.vision-mission-content p {
	margin: 0;
}

.our-process3__big-img img {
	box-shadow: 0 6px 14.56px 1.44px rgb(0 0 0 / 22%);
}

.our-process3__text {
	border: 1px solid #ededed;
	padding: 20px 20px 50px;
	left: 0;
	background: #fff;
}

.our-process3__text {
	outline: 0;
	margin-left: 10px;
}

.flexDirectionRowReverce {
	flex-direction: row-reverse;
}

.num,
.our-team2__detail>h4 {
	font-weight: 600;
	color: #000000;
	font-size: 16px;
	text-align: justify;
	margin-bottom: 16px;
}

.head {
	color: #444;
	margin-bottom: 17px;
	text-transform: uppercase;
	font-weight: 700;
}

.text {
	font-weight: 400;
	color: #171717;
	font-size: 16px;
	text-align: justify;
}

.margin-top30 {
	margin-top: 30px;
}

.ColumnCenter {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.conttext {
	margin-top: 0px;
	text-align: center;
	border: 1px solid #b1b1b1;
	padding: 28px 0px;
	height: 190px;
}

.conttext i {
	font-size: 30px;
	color: #ffa800;
}

.conttext h5 {
	font-size: 25px;
	color: #000000;
	font-weight: 600;
	padding-bottom: 5px;
	padding-top: 10px;
}

.conttext p {
	text-align: center;
}

.aboutuspage {
	margin-top: 70px;
}

.fgfgg {
	position: sticky;
	top: 0px;
	z-index: 2;
}

.main-gsf {
       position: relative;
}

.hero-btn {
    z-index: 999 !important;
}

/* fill-form */
.fillform-section {
	background: #0f3c010f;
	padding-bottom: 50px;

	margin-bottom: 100px;
}

.formsetting {
	display: block;
	padding: 20px 50px 30px;
	border-top: none;
	background: #fff;
	box-shadow: -1px 1px 24px 2px rgba(0, 0, 0, .14);
	border-radius: 0px 0px 6px 6px;
}

.indexboxcont h3 {
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 5px;
}

.indexfromtrip {
	border: 2px solid #ccc;
	padding: 8px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 500;
	width: 100%;
}

.indexfromsubmit {
	border: none;
	outline: none;
	background: #000000;
	color: #fff;
	padding: 9px;
	border-radius: 5px;
	width: 100%;
	font-size: 18px;
	text-transform: uppercase;
}


.about-text {
	padding-top: 12px;
	padding-left: 15px;
}

.about-text h6 {
	padding-bottom: 1rem;
	font-weight: 400;
}

.about-text h1 {
	font-size: 48px;
	color: #FF9000;
	font-weight: 700;
}

.about-text h4 {
	padding: 15px 0px;
	line-height: 33px;
	font-size: 25px;
	font-weight: 600;
}




@media (min-width: 768px) {
	.col-md-2-5 {
		flex: 0 0 auto;
		width: 20%;
	}
}


.fleet-section {

background: #F1F2F4;
    padding: 90px 0px;
    position: relative;
    z-index: 4;
}

.car-card img {

	transition: .5s;
	/* max-height: 230px; */
	/* border-radius: 15px; */


}

.car-card:hover img {

	transform: translateY(-15px) scale(1.04);

}

.car-card h3 {
	color: #000000;
	font-size: 19px;
	font-weight: 400;

}

.price {

	color: #fff;
	font-size: 19px;


}

.price span {

	color: #f9a000;
	font-size: 22px
}

@media(max-width:991px) {

	.fleet-title {

		font-size: 45px;
		margin-bottom: 25px;

	}


	.colam {
		text-align: center;
		padding: 21px 21px;
		background: white;
		/* box-shadow: 0px 0px 7px 0px gainsboro; */
		border: 1px solid gainsboro;
		margin-bottom: 30px !important;
	}

	.popular-tour-destination {
		background: white;
		padding: 0px 0px !important;
	}



	.fleet-text {

		font-size: 16px;
		line-height: 30px;

	}

	.car-card {
		margin-bottom: 0px;
	}

}



#services {
	background-color: #e8edf0;
	padding: 90px 0px;
}

section .heading {
	margin-bottom: 50px;
	text-transform: capitalize;
}


.btn-1 {
	flex: 1 1 auto;
	margin: 10px;
	padding: 15px 20px;
	border: 2px solid #50D8AF;
	text-transform: uppercase;
	transition: .3s;
	color: #000 !important;
}


.how-work {
	background: white;
	padding: 70px 0px;
}





.city-card {
	margin-bottom: 27px;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	transition: 0.3s;
	box-shadow: 0px 0px 5px 0px #bbbbbb;
}

.card-img img {
	width: 100%;
	object-fit: cover;
	display: block;
}

.card-body {
	text-align: center;
	padding: 15px;
}

.card-body h3 {
	font-size: 20px;
	color: #000;
	font-weight: 600;

	margin: 0px;
}

.fddvws {
	margin-bottom: 25px;
}


.fddvws h3 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 0px;
}



.destination-div {
	background-color: #fff;
	padding: 30px 0px 60px;
}

.heading h1 {
	padding-bottom: 10px;
}

.service-desc-cont {
	border: 1px solid #f9a000;
	padding: 28px 10px;
	margin-bottom: 30px;
	border-radius: 15px;
}

.service-desc-cont h5 {
	padding-bottom: 10px;
	font-weight: 400;
}

.how-work-cont h2 {
	padding-bottom: 10px;
	font-size: 43px;
}

.mainbook {
	text-align: center;
	display: flex;
	justify-content: center;
	padding-top: 25px;
	gap: 12px;
}


.car-card {
	background: white;
	border: 1px solid #dddddd;
	padding: 30px 30px 40px;
	border-radius: 30px;
}

.cal-book a {
	background: #f9a000;
	color: #000000;
	padding: 8px 30px;
	/* border-radius: 0px 0px 0px 0px; */
	border-radius: 30px;
	font-size: 17px;
}


.book-call a {
	background: #000000;
	color: #ffffff;
	padding: 8px 30px;
	/* border-radius: 0px 0px 0px 0px; */
	border-radius: 30px;
	font-size: 17px;
}




/* populartour */
.popular-tour-destination {
	background: white;
	padding: 60px 0px;
}

.heading-title h6 {
	border-bottom: 3px solid #FF9000;
	display: table;
	text-align: center;
	margin: 0 auto;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 10px;
}

.heading-title h2 {
	font-size: 27px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 5px;
}

.heading-title {
	text-align: center;
}

.placeimg img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.destination-row {
    display: flex;
    flex-wrap: wrap;
}

/* Bootstrap column */
.destination-row > [class*="col-"] {
    display: flex;
    margin-bottom: 25px;
}

.destination-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
	padding: 6px;
	border: 2px solid #ff990f;
	border-radius: 10px;
	margin-bottom: 30px;
}

.destinations-text {
    flex: 1;
    display: flex;
    flex-direction: column;
	padding: 10px 7px;
	margin-top: 8px;
}

.destinations-text h5 {
	margin-bottom: 10px;
	font-weight: 600;
}

.destinations-text p {
	font-size: 16px;
	line-height: 22px;
	display: -webkit-box;
	/*-webkit-line-clamp: 3;*/
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 8px;
}


.services-icon {
	background: white;
	padding: 50px 0px;
}

.book {
	border-top: 1px solid #d4d4d4;
	text-align: center;
	margin-top: 12px;
	padding-top: 6px;
}

.book a:hover {
	background: black;
	color: white;
}

.book a {
	font-size: 18px;
	font-weight: 600;
	color: #ff990f;
	display: block;
	padding: 5px 0px;
}

.viewmore {
	margin-top: 10px;
}

.viewmore a {
	font-size: 16px;
	color: #fff;
	padding: 12px 30px;
	background: #000000;
	text-transform: uppercase;
	width: max-content;
	border-radius: 5px;
	border: 1px solid transparent;
	display: flex;
	align-items: center;
	line-height: normal;
	margin-top: 15px;
	transition: .8s ease-in-out;
	display: table;
	margin: 0 auto;
}

.viewmore a:hover {
	background: #FF9000;
}

.dffgfg {
	margin-bottom: 35px;
}

.colam {
	text-align: center;
	padding: 21px 21px;
	background: white;
	/* box-shadow: 0px 0px 7px 0px gainsboro; */
	border: 1px solid gainsboro;
}

.colam h3 {
	padding-top: 17px;
	padding-bottom: 12px;
	font-size: 23px;
	font-weight: 500;
}

.single-box input,
.single-box select,
.single-box textarea {
	width: 100%;
	height: 44px;
	padding: 0 20px;
	border: 1px solid #d9d9d9;
	border-radius: -1px;
	background: #fff;
	font-size: 16px;
	color: #222;
	outline: none;
	transition: 0.3s;
	margin-bottom: 14px;
}

.single-box textarea {
	height: 140px;
	padding: 15px 20px;
	resize: none;
}

.single-box input:focus,
.single-box select:focus,
.single-box textarea:focus {
	border-color: #0d6efd;
}

.single-box select {
	width: 100%;
	height: 44px;
	padding: 0 20px;
	border: 1px solid #d9d9d9;
	border-radius: -1px;
	background: #fff;
	font-size: 16px;
	color: #222;
	outline: none;
	transition: 0.3s;
	margin-bottom: 14px;
}

.contact-details-form h4 {
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 25px;
}

.contact-details-form label {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	margin-bottom: 20px;
}

.contact-details-form input[type="checkbox"] {
	width: 18px;
	height: 18px;
}

.btn-one {
	width: 100%;
}

.zfff {
	margin-top: 10px;
}

.sdff {
	justify-content: left;
}

.dfdffgf {
	padding-top: 50px;
}



.contactpage {
	padding: 50px 20px;
}

@media (min-width: 768px) {
    .offset-md-3 {
        margin-left: 25%;
    }
}

.contactpage h5 {
    font-size: 40px;
    margin-top: 40px;
    color: #000000;
    text-align: center;
}

.contactpage p {
    text-align: center;
	margin-bottom: 5px;
}

.continput {
    background-image: linear-gradient(#f0efef, white, #f0efef);
    padding: 10px 15px;
    font-size: 14px;
    width: 100%;
    outline: none;
    border: 1px solid #eee;
    margin-top: 15px;
    border-radius: 6px;
}

.continputbutton {
    margin-top: 15px;
    outline: none;
    border: 1px solid #eee;
    margin-top: 15px;
    border-radius: 6px;
    background: #ff9000;
    color: #fff;
    padding: 8px 15px;
    display: block;
    text-transform: uppercase;
    width: 100%;
}





/* CSS*/
.fix-icon {
  display: inline-block;
  position: fixed;
  bottom: 100px;
  left: 20px;
  z-index: 999999;
}

#fix-icon {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.fix-icon-item {
  animation: bounce 1s infinite alternate;
  animation-duration: 1s;
  -webkit-animation: bounce 1s infinite alternate;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
}

.fix-icon-item img {
  width: 55px !important;
  height: 55px !important;
  background:
    #000;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  padding: 10px;
}

.fix-icon-whataap {
  display: inline-block;
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 999999;
  transition: all0.5s ease-in-out;
}

.fix-icon-whataap-item img {
  border-radius: 50%;
  box-shadow: 1px 1px 4px rgba(60, 60, 60, .4);
  transition: box-shadow .2s;
  cursor: pointer;
  overflow: hidden;
  width: 55px !important;
  height: 55px !important;
  background:
    #25d366 !important;
}

.fix-icon-whataap-item:before {
  content: "";
  border: 20px solid rgba(37, 211, 102, .51);
  border-radius: 50%;
  height: 80px;
  width: 80px;
  position: absolute;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
  z-index: -1;
  top: -12px;
  left: -13px;
}

@keyframes pulsate {
  0% {
    transform: scale(.6, .6);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
