@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');



* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

:root {
	--primaryColor: #3a5b7b;
	--primaryDark: #1f4b60;
	
	--secondaryColor: #6EC1E4;
	--primaryHover: #C38154;
	--textColor: #8b8b8a;
	--white: #ffffff;
}

body {
  font-family: Arial, sans-serif;
	font-size: 16px;
	color: var(--textColor);
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: 0.3px;
}

.cta-section {
    padding: 80px 0px;
}
a {
	text-decoration: none;
	color: var(--primaryColor);
	transition: all ease-in-out .3s;
}

a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, sans-serif;
	font-weight: bold;
	color: #494343;
}

strong {
	font-weight: bold;
}

section {
	padding: 140px 0px;
}

.section-name {
	font-size: 17px;
	text-transform: capitalize;
  font-family: Arial, sans-serif;
	color: var(--primaryColor);
}

h2,
.section-title {
	font-weight: 600;
	font-size: 32px;
	line-height: 1.4;
	margin: 0 auto 30px;
}

h4{
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 19px;
	color:  var(--primaryColor);
}
.section-title {
	margin: 0 auto 48px;
}

.d-btn,
input[type="submit"] {
	padding: 15px 40px;
	border-radius: 0px;
	min-width: 100px;
	font-size: 16px;
	line-height: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
}
.bgPrimary{
	background-color: var(--primaryColor);
}

.d-btn:hover,
input[type="submit"]:hover {
	text-decoration: none;
}

.d-btn i {
	margin-right: 5px;
}

button:focus {
	outline: none;
}

.btnPrimary,
input[type="submit"] {
	background-color: #1B222B;
	background: var(--primaryDark);
	color: #fff;
	border: 2px solid var(--primaryDark);
}

.btnPrimary:hover,
input[type="submit"]:hover {
    background: #6e6f70;
    border: 2px solid #6e6f70;
	color:#fff;
}


input:focus,
.btnPrimary:focus,
input:active,
.btnPrimary:active {
	box-shadow: none;
}

.btnBorder {
	border: 2px solid var(--primaryColor);
	color: #1B222B;
}

.btnBorder:hover {
	background-color: var(--primaryColor);
	color: #fff;
}

.btnBorderWhite {
	border: 2px solid #fff;
	color: #fff;
}

.btnBorderWhite:hover {
	background-color: #fff;
	color: #1B222B;
}

.sec-title-sec {
	padding-left: 50px;
	position: relative;
	padding-top: 5px;
}

.sec-left-title {
	margin: 0;
	top: 10px;
	position: absolute;
	color: #fff;
	background: #884a39;
	font-size: 16px;
	padding: 12px 8px;
	left: 0;
	writing-mode: vertical-lr;
	text-orientation: mixed;
	white-space: pre;
	transform: rotate(-180deg);
	min-height: 120px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Inter', sans-serif;
}

.bg-gray {
	background: #eef1f6;
}

.bg-pink {
	background: #FFF9E3;
}


.s-title {
	font-size: 20px;
	font-family: 'Inter';
}

.container-fluid {
	max-width: 1750px;
}

.container {
	max-width: 1190px;
}

.bgGradient {
	background: linear-gradient(90deg, #F8F8F8 0%, #F7F2EE 48.96%, #F6E5D5 100%) !important;
}


.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
	background: var(--primaryColor);
	color: unset;
}

.slick-prev:before {
	background-image: url(../images/prevArrow.svg);
}

.slick-next:before {
	background-image: url(../images/nextArrow.svg);
}


.slick-prev:before,
.slick-next:before {
	content: "";
	width: 100% !important;
	height: 100%;
	background-size: 30px;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	filter: invert(1);
	background-position: center center;
	opacity: 1;

}

.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	border: 2px solid #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0px 0px 5px 1px #ddd;
}

ul.slick-dots {
	width: 100%;
	margin: 0;
	left: 0;
	bottom: -15px;
}

.slick-dots li {
	margin: 0px 7px;
	width: auto;
	height: auto;
}

.slick-dots li button {
	padding: 0px;
	width: 10px;
	height: 10px;
	background: #bcbcbc;
	border-radius: 50%;
}

.slick-dots li.slick-active button {
	background: #395f7d;
}



.slick-dots li button::before {
	display: none;
}

.infoWrap {
	margin: 0 auto 50px;
	max-width: 80%;
	text-align: center;
}

.big-title {
	font-size: 64px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 25px;
}

.fs-18 {
	font-size: 18px;
}

.fs-24 {
	font-size: 24px;
}
ul {
	margin-left: 18px;
}
@media (max-width: 1024px) {

	h2,
	.section-title {
		font-size: 32px;
    line-height: 40px;
	}

	.section-title {
		margin-bottom: 36px;
	}

	section {
		padding: 100px 0px;
	}

	.fs-24 {
		font-size: 20px;
	}

	.big-title {
		font-size: 48px;
	}
}

@media (max-width:767px) {

	h2,
	.section-title {
		font-size: 30px;
		line-height: 34px;
		margin: 0 auto 30px;
	}

	.section-title {
		margin-bottom: 30px;
	}

	section {
		padding: 70px 0px;
	}

	.fs-18 {
		font-size: 16px;
	}

	.fs-24 {
		font-size: 18px;
	}

	.big-title {
		font-size: 32px;
	}

	.d-btn,
	input[type="submit"] {
		padding: 12px 30px;
		font-size: 16px;
	}

	.infoWrap {
		max-width: 100%;
	}
}








/*************Homepage Banner Css End*************/



/***********Inner Banner Section Start***************/


section.inner-banner {
	overflow: hidden;
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	padding: 50px 0px;
	background-color: rgba(17, 24, 30, 0.01);
	color: #fff;
	min-height: 250px;
	display: flex;
	align-items: center;
}
section.inner-banner {
	background-position: center;
}

section.inner-banner:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #696969;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

section.inner-banner .container {
	position: relative;
}

section.inner-banner h1 {
	font-weight: 600;
	text-transform: capitalize;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 0;
	color: #fff;

}

.breadcrumb-container {
	border-bottom: 1px solid #ddd;
}

.breadcrumbs {
	list-style: none;
	margin: 0;
	font-family: "Jost", sans-serif;
}

.breadcrumbs li {
	display: inline;
	font-size: 14px;
	font-weight: bold;
}

.breadcrumbs li i {
	margin: 0 10px;
	display: inline-block;
	font-size: 80%;
}

.breadcrumbs li a {
	color: #fff;
}

.breadcrumbs li a:hover {
	color: var(--primaryColor);
}

.breadcrumbs li:last-child {
	color: #395f7d;
}

.breadcrumbs li:last-child i {
	display: none;
}

@media (max-width:767px) {
	section.inner-banner h1 {
		font-size: 28px;
		line-height: 38px;
	}
	
	section.inner-banner {
		min-height: 200px;
	}

}




/***********Inner Banner Section End***************/

/***********Testimonial Section Start***************/
.testimonialWrapper {
	padding: 0px 20px 0px;
	margin: 0 !important;
}
.testimonialWrapper .col-md-6{
	position: unset;
}
.testimonials_item {
	padding: 30px;
	/* margin: 0 15px; */
	text-align: center;
}

.testimonials_item .t-info {
	font-size: 20px;
	padding-bottom: 10px;
}

.testimonials_item .t-designation {
	margin: 0 0 15px;
	font-size: 16px;
	color: #8D9195;
}

.testimonials_item .t-name {
	margin: 0 0 5px;
	font-size: 20px;
	text-transform: capitalize;
}

.testimonials_item .t-rate {
	margin-bottom: 0;
}

.testimonials_item .t-rate span {
	color: #8D9195;
}

.testimonials_item .t-rate span.checked {
	color: rgb(250, 179, 42);

}
img.testimonial-bg-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	display: block;
}
section.h-testimonials>* {
	align-items: center;
	padding: 0;
	position: relative;
	display: flex;
}

section.h-testimonials .testimonial-wrap {
	width: calc(1160px / 2);
	max-width: 100%;
}

section.h-testimonials {
	display: flex;
	flex-wrap: wrap;
}
.testimonial-wrap.image {
	margin-left: auto;
}
@media (max-width:991px) {
	section.h-testimonials>* {
		width: 100%;
		max-width: 100%;
		flex: 100%;
	}
	section.h-testimonials .testimonial-wrap {
		width: 100%;
		max-width: 100%;
	}
	section.h-testimonials .testimonial-wrap.slider-wrap {
		padding-bottom: 50px;
	}
}



@media (max-width:767px) {
	.testimonialWrapper {
		padding: 0px 0px 0px;
	}
}



/***********Testimonial Section End***************/

.info-section .imgWrapper {
	padding: 100px 100px 100px 100px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.info-section .textWrapper {
	background-color: #DEF0F0;
	padding: 105px 20px 105px 20px;
}

.info-section .textWrapper.dark {
	background-color: #1B222B;
	color: #fff;
}

.info-section .textWrap {
	max-width: 500px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin: 0 auto;
	align-items: flex-start;
	height: 100%;
	gap: 40px;
}

.info-section .sub-title {
	font-size: 24px;
	margin-bottom: 0;
}

@media (max-width:1200px) {
	.info-section .sub-title {
		font-size: 20px;
	}

	.info-section .imgWrapper {
		padding: 45px 30px 45px 30px;
	}

	.info-section .textWrapper {
		padding: 45px 30px 45px 30px;
	}
}

@media (max-width:767px) {
	.info-section .sub-title {
		font-size: 16px;
	}

	.info-section .imgWrapper {
		padding: 40px 15px 40px 15px;
	}

	.info-section .textWrapper {
		padding: 40px 15px 40px 15px;
	}
}

/*********Gallery Page Start*********/

.all-images-404>div {
	padding: 3px;
}

.all-images-404 img.thumbnail {
	padding: 0px;
	border: none;
}

.lightbox .lb-data .lb-details {
	display: none !important;
}

div#lightbox {
	display: flex;
	flex-direction: column-reverse;
}

.lb-nav a.lb-next,
.lb-nav a.lb-prev {
	opacity: 1 !important;
}

/*********Gallery Page End*********/

/*********About Page Start*********/
.bannerTextSection {
	text-align: center;
}

.ourValueSection ul {
	margin: 0;
	list-style: none;
}

.ourValueSection ul li {
	margin-top: 34px;

}

.ourValueSection ul li strong {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
	position: relative;
	padding-left: 40px;
	display: flex;
	align-items: center;
	line-height: 1.2;
}

.ourValueSection ul li strong::before {
	font-family: 'FontAwesome';
	content: "\f058";
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 0px;
	/* transform: translateY(-50%); */
	font-size: 125%;
	line-height: 1;
}

@media (max-width:767px) {
	.bannerTextSection {
		padding-bottom: 40px;
	}

	.ourValueSection ul li strong {
		font-size: 20px;
		padding-left: 35px;
	}
}

/*********About Page End*********/


.howItWork-page h2:has(strong) {
	padding-left: 120px;
	position: relative;
	min-height: 100px;
	display: flex;
	align-items: center;
}

.howItWork-page h2 strong {
	padding: 22px 22px;
	background-color: #DEF0F0;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
}

.howItWork-page .section2 p:first-child {
	margin-bottom: 50px;
}

.howItWork-page .section2 h2 {
	margin-bottom: 85px;
}

.howItWork-page .section2 p+p {
	margin-bottom: 25px;
}

@media (max-width: 1024px) {
	.howItWork-page h2 strong {
		padding: 20px 22px;
		min-height: 85px;
	}

	.howItWork-page h2:has(strong) {
		padding-left: 100px;
		min-height: 85px;
	}

	.howItWork-page .section2 img+img {
		margin-bottom: 15px;
	}
}

@media (max-width:767px) {
	.howItWork-page h2 strong {
		padding: 22px 24px;
	}

	.howItWork-page h2:has(strong) {
		padding-left: 95px;
		min-height: 75px;
	}

	.howItWork-page .section2 h2 {
		margin-bottom: 35px;
	}
}