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

html {
	overflow-x: hidden;
}


html,
body {
	scroll-behavior: smooth;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;

}

a {
	-webkit-transition: var(--transition);
	transition: var(--transition);
	color: var(--blackColor);
	text-decoration: none;
	outline: 0 !important;
}

a:hover {
	color: var(--mainColor);
	text-decoration: none;
}

:focus {
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.no-padding {
	padding: 0px;
}

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

}

p {
	color: #000;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1.8;


}

p:last-child {
	margin-bottom: 0;
}


img {
	max-width: 100%;
}


body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	font-family: "Poppins", sans-serif;
	font-family: '2NF'"Quicksand", sans-serif;
	overflow-x: hidden;
}


.custom-container {
	padding: 0px 80px;
}


/*=====================================================
/*default-btn
======================================================*/
.default-btn {
	font-family: Poppins;
	font-weight: 500;
	font-style: Medium;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -1%;
	text-transform: capitalize;

	position: relative;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	z-index: 1;
	width: fit-content;
}

.default-btn:hover {
	color: #ffffff;
}

.default-btn:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.default-btn:hover::after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.default-btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.default-btn i {
	position: relative;
	top: 3px;
	padding-left: 7px;
}

.default-btn.grn {
	background-color: #218717;
	color: #ffffff;
}

.default-btn.grn::before {
	position: absolute;
	content: '';
	background-color: #000;
	height: 100%;
	width: 100%;
	border-radius: 5px;
	top: 0;
	left: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	z-index: -1;
}

.default-btn.grn::after {
	position: absolute;
	content: '';
	background-color: #000;
	height: 100%;
	width: 100%;
	border-radius: 5px;
	top: 0;
	left: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	z-index: -1;
}


.default-btn.grn:hover {
	color: #ffffff;
}

.default-btn.grn:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.default-btn.grn:hover::after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.default-btn.grn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}


.default-btn.blck {
	background: linear-gradient(180deg, #000001 0%, #243376 55.35%, #010307 100%);
	color: #ffffff;
}

.default-btn.blck::before {
	position: absolute;
	content: '';
	background-color: #233954;
	height: 100%;
	width: 100%;
	border-radius: 5px;
	top: 0;
	left: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	z-index: -1;
}

.default-btn.blck::after {
	position: absolute;
	content: '';
	background-color: #233954;
	height: 100%;
	width: 100%;
	border-radius: 5px;
	top: 0;
	left: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	z-index: -1;
}


.default-btn.blck:hover {
	color: #ffffff;
}

.default-btn.blck:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.default-btn.blck:hover::after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.default-btn.blck:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}


/*=====================================================
/*default-btn
======================================================*/


/*=============header-top-logo-section========================= */

.header-section {
	background: #fff;
	padding: 0px;
	height: auto;
}

.header-section.scroll {
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	/* position: fixed; */
	top: 0px;
	left: 0px;
	z-index: 20;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.logo {
	width: 80%;
	height: auto;
	margin: 12px 0px;
	padding: 0px;
}

.logo img {
	width: 100%;
}


.header-section.scroll .logo img {
	width: 60%;
}


.main-nav.scroll .logo {
	width: 100px;
	margin: 13px 0px;
}

.main-nav.scroll .rightlink {
	margin-top: 14px;
}

.stellarnav.mobile.right>ul {
	z-index: 99;
	background: #f0d04d;
}

.main-nav {
	margin: 0px 0px;
	padding: 10px 0px;
	width: 100%;
	height: auto;
	background: transparent;
	transition: all 0.1s ease 0s;
	z-index: 999;
	position: absolute;
}


/* ============================================== */


/* ============================================== */

.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: end;
	align-items: center;
	height: 100%;
}

.stellarnav ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 50px;
}

.stellarnav>ul>li>a {
	padding: 0px 0px 8px 0px;
	font-family: Poppins;
	font-weight: 400;
	font-style: Regular;
	font-size: 24px;

	line-height: 100%;
	letter-spacing: 0%;
	text-transform: capitalize;

	color: #272B3B;

}


.stellarnav>ul>li>a:hover {
	color: #1F344C;
}

.stellarnav>ul>li>a.active {
	font-weight: 600;
	color: #1F344C !important;
}

.stellarnav>ul>li>a.active::after {
	content: '';
	width: 88%;
	height: 3px;
	background: #1F344C;
	left: 0px;
	bottom: 0px;
	position: absolute;
}

.stellarnav>ul>li>a:hover::after {
	content: '';
	width: 88%;
	height: 3px;
	background: #1F344C;
	left: 0px;
	bottom: 0px;
	position: absolute;
}

.main-nav .stellarnav ul ul {
	width: 263px;
	padding: 12px 0px;
}

.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
}

.main-nav .stellarnav li li a {
	font-size: 18px;
	padding: 8px 12px;
	color: #000000;
	font-weight: 500;

}

.stellarnav li.has-sub a {
	padding-right: 0px !important;
}

.main-nav .stellarnav li li a:hover {
	background: #f8fff8;
	color: #1F344C;
}

.main-nav .stellarnav li li a.active {
	background: #f8fff8;
	color: #1F344C;
}

.stellarnav li.has-sub>a::after {
	content: '\f107';
	margin-left: 7px !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #1F344C;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
}


.rightlink {
	display: flex;
	align-items: center;
	gap: 40px;
	justify-content: end;
	margin: 0px;
	height: 100%;
}

.appointments-butn {
	font-family: Poppins;
	font-weight: 400;
	font-style: Regular;
	font-size: 22px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: left;
	vertical-align: middle;
	text-transform: capitalize;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-thickness: 0%;
}

.appointments-butn span {
	margin-right: 15px;
}

/* ================================================================== */
/* header - top */

/* ==================================================================  */


/* ================================================================== */
/* banner section */
/* ==================================================================  */


.banner-section {
	margin: 0px;
	padding: 0px;
	height: 750px;
	overflow: hidden;
	position: relative;
	border-top: 8px solid #1E324A;
}


.banner-carousel .item {
	border-radius: 0px;
	width: 100%;
	height: 750px;
	overflow: hidden;
}

.banner-carousel .item img {
	width: 100%;
	height: 900px;
	object-fit: cover;
}

.banner-section #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	border-radius: 0px;

}

.banner-text {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	width: 100%;
	padding: 0px 0px;
	height: 100%;
	vertical-align: middle;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	text-align: center;

}


.banner-text h6 {
	font-family: Plus Jakarta Sans;
	font-weight: 400;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: -3%;
	text-align: center;
	text-transform: capitalize;
	color: #000000;
	padding: 0px 0px 20px 0px;
}


.banner-text h1 {
	font-family: Plus Jakarta Sans;
	font-weight: 600;
	font-size: 90px;
	line-height: 90px;
	letter-spacing: -3%;
	text-align: center;
	text-transform: capitalize;
	color: #20354E;
	padding: 0px 0px 30px 0px;
}

.banner-text h1 span {
	font-weight: 600;
	color: #000000;
}


.banner-text p {
	font-family: Poppins;
	font-weight: 500;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -1.5%;
	color: #000000;
	padding: 0px 0px 50px 0px;
	margin: 0px;
}

.banner-section .owl-carousel .owl-nav {
	display: block;
	position: relative;

}


.banner-section .owl-carousel .owl-nav .owl-prev {
	position: absolute;
	left: 80px;
	top: 50%;
}


.banner-section .owl-carousel .owl-nav .owl-next {
	position: absolute;
	right: 80px;
	top: 50%;
}


.banner-section .owl-dots {
	display: none;
}


.banner-section .default-btn {
	background: linear-gradient(180deg, #1E324A 0%, #27405E 100%);
	color: #fff;
	box-shadow: 0px 0px 25px 0px #000000A6;
	border-radius: 50px;
	padding: 18px 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px auto;
}


.banner-section .default-btn:hover {
	background: linear-gradient(180deg, #27405E 0%, #1E324A 100%);
}


/* ==================================================================*/
/* banner section */
/* ==================================================================*/


/* ==================================================================*/
/* about section */
/* ==================================================================*/

.about-section {
	padding: 70px 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url("../images/about-bg.png");
	background-repeat: repeat;
	background-size: 100% 100%;
}


.about-section-left {
	padding: 0px 100px 0px 0px;
	margin: 0px;
}


.about-section-left h2 {
	font-family: Poppins;
	font-weight: 700;
	font-size: 55px;
	line-height: 55px;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #1F344D;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.about-section-left h3 {
	font-family: Poppins;
	font-weight: 700;
	font-size: 36px;
	line-height: 46px;
	letter-spacing: 0%;
	color: #191D1F;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}


.about-section-left h4 {
	font-family: Poppins;
	font-weight: 700;

	font-size: 24px;

	line-height: 160%;
	letter-spacing: 0%;
	color: #191D1F;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.about-section-left p {
	font-family: Poppins;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #191D1F;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}


.about-section-right {
	position: relative;
}


.about-section-right-inner {
	position: absolute;
	top: -200px;
	background: #fff;
	box-shadow: 0px 0px 25px 0px #00000075;
	border-bottom: 8px solid #34547C;
	min-height: 300px;
	width: 100%;
	z-index: 9;
	padding: 70px 60px;
}

.about-section-right-inner h6 {
	text-align: center;
	margin: 0px auto;
}


.about-section-right-inner h2 {
	font-family: Poppins;
	font-weight: 500;

	font-size: 40px;

	line-height: 160%;
	letter-spacing: 0%;
	text-align: center;
	color: #191D1F;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	position: relative;
}


.about-section-right-inner h2::after {
	position: absolute;
	content: "";
	bottom: -17px;
	right: 0px;
	left: 0px;
	text-align: center;
	margin: 0px auto;
	width: 150px;
	height: 3px;
	background: #000000;
}


.quoteform {
	margin: 40px 0px 0px 0px;
	padding: 0px;
}


.quoteform .form-control {
	display: block;
	width: 100%;
	padding: 8px 20px;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin-bottom: 12px;
	font-family: Roboto;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.5%;
	color: #1E1E2A;
	border-bottom: 1px solid #3C3C3C;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	font-family: Poppins;
	font-weight: 400;

	font-size: 18px;

	line-height: 160%;
	letter-spacing: 0%;
	color: #191D1F;

}


.about-section-right-inner .default-btn.blck {
	display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px auto 0px;
	padding: 20px 51px;
	gap: 10px;
	border: none;
	border-radius: 4px;
	font-family: Poppins;
	font-weight: 400;
	font-size: 25px;
	line-height: 25px;
	letter-spacing: 0%;
}


.read-more {
	font-family: Poppins;
	font-weight: 500;

	font-size: 22px;

	line-height: 160%;
	letter-spacing: 0%;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-offset: 0%;
	text-decoration-thickness: 0%;
	color: #696969;
}


.read-more:hover {
	color: #1E324A;
}


/* ==================================================================*/
/* about section */
/* ==================================================================*/


/* ==================================================================*/
/* our - section */
/* ==================================================================*/

.our-services-section {
	background: linear-gradient(180deg, #000001 0%, #243376 55.35%, #010307 100%);
	padding: 70px 0px;
	margin: 0px;
}

.our-services-section h2 {
	font-family: Poppins;
	font-weight: 500;

	font-size: 65px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #fff;
	margin: 0px 0px 70px 0px;
	padding: 0px;
	position: relative;
	text-align: center;
}

.our-services-section h2 span {
	color: #D2D2D2;
}


.our-services-section h2::after {
	position: absolute;
	content: "";
	bottom: -17px;
	right: 0px;
	left: 0px;
	text-align: center;
	margin: 0px auto;
	width: 150px;
	height: 3px;
	background: #fff;
}


.services-box {
	background: #fff;
	box-shadow: 0px 0px 30px 0px #00000080;
	padding: 40px 40px;
	min-height: 650px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translateY(0px) !important;
	-ms-transform: translateY(0px) !important;
	transform: translateY(0px) !important;
	margin: 0px 0px 50px 0px;
}


.services-box:hover {
	box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
	-webkit-transform: translateY(-5px) !important;
	-ms-transform: translateY(-5px) !important;
	transform: translateY(-50px) !important;
}


.services-box-img {
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 100%;
	height: 500px;
	border-radius: 0px;
	overflow: hidden;
}


.services-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.services-box-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.services-box-text {
	margin: 30px 0px 0px 0px;
	padding: 0px;
}


.services-box-text h3 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 35px;
	line-height: 150%;
	letter-spacing: 0%;
	color: #000;
	margin: 0px;
	padding: 0px;
}


/* ==================================================================*/
/* our - section */
/* ==================================================================*/


/* ==================================================================*/
/* services we offer section */
/* ==================================================================*/

.we-offer-section {
	padding: 0px;
	margin: 0px;
}


.we-offer-section-tittle {
	padding: 70px 0px;
	text-align: center;
}

.we-offer-section-tittle h2 {
	font-family: Poppins;
	font-weight: 600;

	font-size: 54px;

	line-height: 100%;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #505050;
	position: relative;
}


.we-offer-section-tittle h2 span {
	color: #000;
}


.we-offer-section-tittle h2::after {
	position: absolute;
	content: "";
	bottom: -17px;
	right: 0px;
	left: 0px;
	text-align: center;
	margin: 0px auto;
	width: 150px;
	height: 3px;
	background: #000000;
}


.we-offer-section-row {
	background: linear-gradient(180deg, #000001 0%, #243376 55.35%, #010307 100%);
	margin: 0px;
	padding: 0px;
	min-height: 800px;

}

.we-offer-section-row .row:nth-child(even) {
	flex-direction: row-reverse;
}


.we-offer-section-row-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}


.we-offer-section-row-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.we-offer-section-row-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.we-offer-section-row-text {
	padding: 70px 80px;
	margin: 0px;
}

.we-offer-section-row-text h3 {
	font-family: Poppins;
	font-weight: 500;

	font-size: 54px;

	line-height: 100%;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}


.we-offer-section-row-text h6 {
	font-family: Poppins;
	font-weight: 700;
    font-size: 24px;
    line-height: 160%;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}


.we-offer-section-row-text p {
	font-family: Poppins;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

/* ==================================================================*/
/* services we offer section */
/* ==================================================================*/


/* ==================================================================*/
/* my-work-section */
/* ==================================================================*/

.my-work-section {
	padding: 70px 0px;
	margin: 0px;
	background: #fff;
	position: relative;
}

.my-work-section::after {
	position: absolute;
	background: linear-gradient(180deg, #000001 0%, #243376 55.35%, #010307 100%);
	clip-path: polygon(0 44%, 100% 0%, 100% 100%, 0% 100%);
	content: "";
	bottom: 0px;
	left: 0px;
	right: 0px;
	min-height: 870px;
}


.my-work-section-inner {
	position: relative;
	z-index: 9;
}


.my-work-section-tittle {
	text-align: center;
	margin: 0px 0px 80px 0px;
}


.my-work-section-tittle h2 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 54px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #505050;
	position: relative;
	margin: 0px 0px 40px 0px;
}


.my-work-section-tittle h2 span {
	color: #000;
}


.my-work-section-tittle h2::after {
	position: absolute;
	content: "";
	bottom: -17px;
	right: 0px;
	left: 0px;
	text-align: center;
	margin: 0px auto;
	width: 150px;
	height: 3px;
	background: #000000;
}


.my-work-section-tittle p {
	font-family: Poppins;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	text-align: center;
	color: #191D1F;
	margin: 0px auto;
	padding: 0px;
	max-width: 50%;
}

.before-after-box {
	height: 700px !important;
}

.before-img.before-after-box {
	filter: grayscale(100%);
	/* makes image black & white */
}

.before-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}


.before-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.before-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.before-img-text {
	position: absolute;
	top: 0px;
	right: 40px;
	width: 60%;
	padding: 0px 0px;
	height: 100%;
	vertical-align: middle;
	display: flex;
	flex-direction: column;
	align-content: end;
	justify-content: center;
	text-align: right;
}


.before-img-text h4 {
	font-family: Poppins;
	font-weight: 600;

	font-size: 80px;

	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #fff;
}


.after-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}


.after-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.after-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.after-img-text {
	position: absolute;
	top: 0px;
	right: 80px;
	width: 60%;
	padding: 0px 0px;
	height: 100%;
	vertical-align: middle;
	display: flex;
	flex-direction: column;
	align-content: end;
	justify-content: center;
	text-align: right;
}


.after-img-text h4 {
	font-family: Poppins;
	font-weight: 600;

	font-size: 80px;

	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #fff;
}


/* ==================================================================*/
/* my-work-section */
/* ==================================================================*/


/* ==================================================================*/
/* our blog section */
/* ==================================================================*/

.our-blog-section {
	padding: 70px 0px;
	margin: 0px;
	background: #fff;
}

.our-blog-section h2 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 54px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #505050;
	position: relative;
	margin: 0px 0px 40px 0px;
	text-align: center;
}


.our-blog-section h2 span {
	color: #000;
}


.our-blog-section h2::after {
	position: absolute;
	content: "";
	bottom: -17px;
	right: 0px;
	left: 0px;
	text-align: center;
	margin: 0px auto;
	width: 150px;
	height: 3px;
	background: #000000;
}


.our-blog-section-body {
	margin: 80px 0px 0px 0px;
	padding: 0px;
}


.our-blog-box {
	background: #fff;
	border: 1px solid #D9D9D9;
	box-shadow: 0px 0px 20px 0px #00000061;
	margin: 0px 0px 40px 0px;
	padding: 0px;
	position: relative;
	border: 0px 0px 2px 2px;
}


.our-blog-box-img {
	width: 100%;
	height: 250px;
	overflow: hidden;
}


.our-blog-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	border-radius: 5px
}


.our-blog-box-img:hover img {
	-webkit-transform: scale(1.2) rotate(5deg);
	transform: scale(1.2) rotate(5deg);
}


.our-blog-box-text {
	padding: 40px 40px;
	margin: 0px;
}


.our-blog-box-text h4 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 25px;
	line-height: 35px;
	letter-spacing: -1%;
	color: #2B2B2B;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}


.our-blog-box-text p {
	font-family: Plus Jakarta Sans;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -2%;
	color: #596780;
	margin: 0px 0px 50px 0px;
	padding: 0px;
}

.box-projects-arrow {
	position: absolute;
	bottom: 0;
	left: 0px;
	right: 0;
	z-index: 1;
	height: 56px;
	line-height: 55px;
	text-align: center;

	border-top: 1px solid #eee;

	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 40px;
	font-family: Poppins;
	font-weight: 500;

	font-size: 22px;

	line-height: 32px;
	letter-spacing: -2%;
	color: #1F334C;

}


.our-blog-box:hover .box-projects-arrow {
	background: linear-gradient(180deg, #1E324A 0%, #27405E 100%);
	box-shadow: 0px 0px 20px 0px #00000061;
	color: #fff;
	border-radius: 4px;
}


/* ==================================================================*/
/* our blog section */
/* ==================================================================*/


/* ==================================================================*/
/* Why choose section  */
/* ==================================================================*/


.why-choose-section {
	margin-top: 100px;
	padding: 0px;
	background: linear-gradient(180deg, #000001 0%, #243376 55.35%, #010307 100%);
	position: relative;
	min-height: 900px;
}


.why-choose-img {
	position: absolute;
	bottom: 0px;
}


.why-choose-text {
	padding: 100px 0px 0px 100px;
	margin: 0px;
}

.why-choose-text h2 {
	font-family: Poppins;
	font-weight: 600;

	font-size: 70px;

	line-height: 150%;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}


.why-choose-text p {
	font-family: Plus Jakarta Sans;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -2%;
	color: #DEDEDE;
	margin: 0px 0px 80px 0px;
	padding: 0px;
}


.why-choose-text-row {
	padding: 0px;
	margin: 0px 0px 30px 0px;
}


.why-choose-text-row h6 {
	font-family: Poppins;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -1%;
	color: #fff;
	margin: 0px 35px 10px 0px;
	padding: 8px 0px 0px 50px;
	position: relative;
}


.why-choose-text-row h6::before {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	background: url(../images/vector-icon.png);
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
}


.why-choose-text-row p {
	font-family: Plus Jakarta Sans;
	font-weight: 500;

	font-size: 18px;

	line-height: 30px;
	letter-spacing: -2%;
	color: #DDDDDD;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 50px;
}


/* ==================================================================*/
/* Why choose section  */
/* ==================================================================*/


/* ==================================================================*/
/* Our Gallery section  */
/* ==================================================================*/

.our-gallery-section {
	padding: 70px 0px;
	margin: 0px;
}


.our-gallery-section-body {
	margin: 50px 0px 0px 0px;
	padding: 0px;
}


.our-gallery-section h2 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 54px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #505050;
	position: relative;
	margin: 0px 0px 40px 0px;
	text-align: center;
}


.our-gallery-section h2 span {
	color: #000;
}


.our-gallery-section h2::after {
	position: absolute;
	content: "";
	bottom: -17px;
	right: 0px;
	left: 0px;
	text-align: center;
	margin: 0px auto;
	width: 150px;
	height: 3px;
	background: #000000;
}


.current-specials-box {
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	transition: all 300ms ease-in-out;
	top: 0px;
	margin-top: 50px;
}

.current-specials-box:hover {
	top: -10px;
}

.current-specials-box::after {
	background: linear-gradient(180deg, rgba(8, 10, 20, 0) 0%, #080A14 100%);
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}


.current-specials-box:hover::after {
	background: linear-gradient(360deg, rgba(32, 67, 173, 0.38) 40.99%, rgba(98, 130, 227, 0.38) 67.1%, rgba(210, 221, 255, 0.38) 100%);

}


.current-specials-box .thamble img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.current-specials-box .text {
	position: absolute;
	width: auto;
	bottom: -24px;
	left: 30px;
	right: 30px;
	margin: auto;
	text-align: left;
	z-index: 2;
	transition: all 300ms ease-in-out;
}


.current-specials-box:hover .text {
	bottom: 30px;
}

.current-specials-box .text .tittle {
	padding: 0;
	max-width: 355px;
	margin: 0px;

}


.current-specials-box .text .tittle h3 {
	font-family: Poppins;
	font-weight: 700;
	font-size: 36px;
	line-height: 50px;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 50px 0px;
	width: auto;
	text-align: left;
}

.current-specials-box .text a {
	display: inline-block;
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	margin: 0;
	transition: all 300ms ease-in-out;
}

.current-specials-box .text a:hover {
	color: #1E324A;
}


.current-specials-box .text a span {
	margin-left: 15px;
}


/* ==================================================================*/
/* Our Gallery section  */
/* ==================================================================*/


/* ==================================================================*/
/* happy-client-section*/
/* ==================================================================*/


.happy-client-section {
	padding: 70px 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url("../images/client-bg.png");
	background-color: linear-gradient(180deg, #1E324A 0%, #3E6594 55.35%, #233954 100%);
	background-repeat: repeat;
	background-size: 100% 100%;
}

.happy-client-section h2 {

	font-family: Poppins;
	font-weight: 600;
	font-size: 70px;
	line-height: 150%;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	text-align: center;


}


.happy-client-section h2 span {
	color: #99D5FF;
}


.happy-client-section p {
	font-family: Poppins;
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	max-width: 100%;
	padding: 0px 200px;
	margin: 0px auto;
}


.happy-client-body {
	padding: 0px;
	margin: 100px 0px 0px 0px;
}


.happy-client-box {
	background: #1E396880;
	padding: 40px 40px;
	border-radius: 20px;
	margin: 0px 0px 30px 0px;
}

.happy-client-box p {
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #E5E5E5;
	padding: 0px 0px 30px 0px;
	margin: 0px;
	text-align: left;
}

.happy-client-box h5 {
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

.happy-client-box h5 i {
	color: #FEB000;
	font-size: 24px;
}

.happy-client-box h6 {
	font-family: Poppins;
	font-weight: 500;

	font-size: 30px;

	line-height: 150%;
	letter-spacing: 0%;
	color: #E5E5E5;
	padding: 0px;
	margin: 0px;
}


/* ==================================================================*/
/* happy-client-section*/
/* ==================================================================*/


/*==================================================================*/
/*footer - section*/
/* ==================================================================*/

.footer {
	background: url(../images/footer-bg.png) no-repeat;
	background-size: auto;
	height: 100%;
	background-size: 100% 100%;
	padding: 80px 0px 20px;
	position: relative;
}

.footer-logo {
	width: 66%;
	margin: 0px 0px 20px 0px;
}

.footer-top {
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

.footer-payment-section {
	padding: 0px;
	margin: 0px;
}

.footer-payment-section h2 {

	font-weight: 800;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 1%;
	text-transform: capitalize;
	color: #fff;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


.footer-payment-section p {

	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0%;
	color: #596780;
	padding: 0px 0px 30px 0px;
	margin: 0px;
	width: 78%;
}


.newsletter-form {
	margin-top: 30px;
	margin-bottom: 15px;
	padding: 12px 10px;
	position: absolute;
	border-radius: 4px;
	display: flex;
	background-color: #F5F5F5;
	transition: 0.3s;
	width: 58%;
	border-radius: 10px;
	justify-content: center;
	left: 0px;
	right: 0px;
	margin: 0px auto;
}

.newsletter-form input[type="email"] {
	border: 0;
	padding: 4px;
	width: 100%;
	background-color: #F5F5F5;
	color: #2c2c2c;
}

.newsletter-form input[type="submit"] {
	border: 0;
	font-size: 16px;
	padding: 0 30px;
	margin: -7px -1px -7px 0;
	background: linear-gradient(132.22deg, #343D42 15.44%, #191D1F 87.51%);
	color: #fff;
	transition: 0.3s;
	border-radius: 5px;

	font-weight: 800;

	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0%;
	text-align: center;
}

.newsletter-form input:hover {
	background: #000;
}


.footer-quick-links {
	padding: 0px;
	margin: 0px;
}


.footer-quick-links h3 {

	font-family: Plus Jakarta Sans;
	font-weight: 700;
	font-size: 20px;

	line-height: 100%;
	letter-spacing: -0.23px;

	color: #fff;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


.footer-quick-links ul {
	padding: 0px;
	margin: 0px;
}

.footer-quick-links ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 12px 0px;
}


.footer-quick-links ul li a {

	font-weight: 400;

	font-size: 16px;

	line-height: 160%;
	letter-spacing: 0%;

	color: #596780;
	padding: 0px;
	margin: 0px;
	transition: all 300ms ease-in-out;
}


.footer-quick-links ul li a:hover {
	color: #99D5FF;
	padding-left: 4px;
}

.footer-quick-links2 ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	column-count: 1;
}

.footer-butm {
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #59678059;
	padding: 20px 0px 0px 0px;
}


.footer-butm p {

	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: -2%;
	color: #C8C8C8;
	padding: 0px;
	margin: 0px;
}

.footer-butm p a {
	color: #fff;
}

.footer-butm p a:hover {
	color: #C8C8C8;
}


.footer-butm-left {
	text-align: left;
}

.footer-butm-right {
	text-align: right;
}


.footer-butm-menu {
	padding: 0px;
	margin: 0px;
}

.footer-butm-menu ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
}


.footer-butm-menu ul li a {

	font-weight: 400;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: -2%;
	text-align: justify;
	vertical-align: middle;
	color: #C8C8C8;
	padding: 0px;
	margin: 0px;
}


.footer-butm-menu ul li a::after {
	font: normal normal normal 16px/1 FontAwesome;
	content: "|";
	height: auto;
	width: 2px;
	position: absolute;
	margin: 3px 0px 0px 24px;
	color: #D5E9E5;
	font-size: 22px;
	line-height: 22px;
}

.footer-butm-menu ul li:last-child a::after {
	display: none;
}


.footer-butm-menu ul li a:hover {
	color: #fff;
}


/*==================================================================*/
/*footer - section*/
/* ==================================================================*/


/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50px;
	background-color: #253C59;
	color: #ffffff;
	z-index: 999;
	width: 50px;
	text-align: center;
	height: 50px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #000;
	border: 1px solid #000;
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

/*================================================
Go Top CSS
=================================================*/

.gal-carousel .owl-nav {
	display: none;
}

.gal-carousel .owl-dots {
	display: none;
}

.footer-map {
	padding: 0px 60px 0px 0px;
}

.footer-map iframe {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.thamble {
	height: 400px;
}



.happy-client-section2 .happy-client-body {
	padding: 0px;
	margin: 70px 0px 0px 0px;
}

.happy-client-section2 h2 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 54px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #505050;
	position: relative;
	text-align: center;
	margin: 0px 0px 30px 0px;
}

.happy-client-section2 p {
	text-align: center;
	padding: 0px 200px !important;
}


.happy-client-section2 .happy-client-box p {
	text-align: left;
	padding: 0px !important;
}



/* ==================================================================*/
/* end M.B css*/
/* ==================================================================*/
/* ==================================================================*/
/* end M.B css*/
/* ==================================================================*/

.inner-banner-section {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
	border-top: 8px solid #1E324A;
}

.inner-banner-section img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.inner-banner-section .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #20344d87;
}

.inner-banner-section-text {
	position: absolute;
	top: 135px;
	left: 0px;
	right: 0px;
	text-align: center;
}

.inner-banner-section-text h1 {
	text-align: center;
	color: #fff;
	font-family: Poppins;
	font-size: 70px;
	font-weight: 600;
	text-transform: capitalize;
	padding-bottom: 20px;
	line-height: 70px;
	padding-bottom: 100px;
}

.inner-pages {
	padding: 100px 0px;
}

.aboutuspage-text {
	margin: 0px 0px;
	padding: 0px 50px 30px 0px;
	position: relative;
	width: 100%;
}

.aboutuspage-text h2 {
	font-family: Anton;
	font-weight: 400;
	font-size: 48px;
	line-height: 120%;
	letter-spacing: -0.16px;
	color: #4E2E13;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.inner-pages p {
	font-family: Poppins;
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0%;
	color: #191D1F;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.aboutuspage-text h3 {
	font-family: Poppins;
	font-weight: 700;
	font-size: 36px;
	line-height: 46px;
	letter-spacing: 0%;
	color: #191D1F;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.about-middle {

	background: 
	linear-gradient(180deg, #000001 0%, #243376 55.35%, #010307 100%);
	padding: 100px 0px;
	margin: 0px;
}

.about-middle h3 {
	font-family: Poppins;
	font-weight: 700;
	font-size: 36px;
	line-height: 46px;
	letter-spacing: 0%;
	color: #fff;
	padding: 0px;
}

.contact-us-sec {
	padding: 100px 0;
}
.contact-us-inn .addresscard {
	margin: 0px 0px;
	padding: 40px 15px;
	position: relative;
	width: 100%;
	background: #fff;
	border-radius: 20px;
	min-height: 260px;
	box-shadow: 0px 4px 50px 0px #20344d82;
}

.addresscard-icon {
	margin: 5px auto;
	padding: 10px 0px;
	background: top;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.addresscard-icon img {
	width: 26px;
}

.contact-us-inn .addresscard h5 {
	margin: 0px 0px;
	padding: 7px 0px;
	text-align: center;
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	color: #1F344D;
	text-transform: uppercase;
	width: 100%;
	font-weight: 600;
}

.contact-us-inn .addresscard p {
	margin: 0px 0px;
	padding: 5px 50px;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	color: #161413;
	width: 100%;
}

.addresscard p a {
	color: #161413;
	text-decoration: none;
}

.contact_section2 {
	margin-top: 80px;
}

.contact_section2 h3 {
	font-family: Poppins;
	font-weight: 700;
	font-size: 55px;
	line-height: 55px;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #1F344D;
	text-align: center;
	margin: 0px 0px 50px 0px;
	padding: 0px;
}

.contact_right {
	padding: 35px 0px 0px 60px;
}

.contact_right .form-group {
	margin-bottom: 15px;
}

.contact_right .form-group label {
	display: inline-block;
	margin-bottom: 10px;
	float: left;
}

.contact_right .form-group input {
	margin: 0;
	padding: 10px;
	width: 100%;
	color: #333;
	border: 1px solid #a7a6a4;
	background: #fff;
	height: 45px;
}

.contact_right .form-group textarea {
	margin: 0;
	padding: 10px;
	width: 100%;
	color: #333;
	border: 1px solid #adaba9;
	background: #fff;
	height: 95px;
	resize: none;
	font-family: 'Arial';
	border-radius: 5px;
}

.contact_right .contact_button {
	margin: 33px 0px 0px 0px;
	padding: 10px 25px;
	position: relative;
	border: #000 1px solid;
	font-size: 18px;
	font-weight: 500;
	border-radius: 20px;
	color: #fff;
	background: #000;
	display: block;
	width: 154px;
	text-align: center;
	
}


.happy-client-section2 h2 { font-family: Poppins;
  font-weight: 700;
  font-size: 55px;
  line-height: 55px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #1F344D;
  margin: 0px 0px 20px 0px;
  padding: 0px;
    
}




.happy-client-section2 .happy-client-box {
	background: #1D2A61;
    color: #fff;
	padding: 40px 40px;
	border-radius: 20px;
	margin: 0px 0px 30px 0px;
}




.happy-client-section2 .happy-client-box p { color: #fff; font-size: 22px;
  line-height: 32px; }
  
  
.btn.default-btnblck.contact_button {

	display: flex;
	justify-content: start;
	align-items: center;
	margin: 30px 0px 0px;
	padding: 20px 51px;
	gap: 10px;
	border: none;
	border-radius: 4px;
	font-family: Poppins;
	font-weight: 400;
	font-size: 25px;
	line-height: 25px;
	letter-spacing: 0%;
	color: #ffffff;
	width: fit-content !important;
	background: linear-gradient(180deg, #000001 0%, #243376 55.35%, #010307 100%);


} 



.aboutuspage-section {
	padding: 0px 0px 100px 0px;
}
  
  

.aboutrightimg {
	width: 100%;
	height: 520px;
	overflow: hidden;
	border-radius: 10px;
}


.aboutrightimg img { width: 100%;
  height: 100%;
  object-fit: fill;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;   }


.aboutrightimg:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.about-middle-img {
	width: 100%;
	height: 520px;
	overflow: hidden;
	border-radius: 10px;
}

.about-middle-img img { width: 100%;
  height: 100%;
  object-fit: fill;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;   }


.about-middle-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.about-middle-text {
	padding: 0px 0px 0px 80px;
}

.about-middle-text h3 {
font-family: Poppins;
  font-weight: 500;
  font-size: 54px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #fff;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}

.about-middle-text p {
	font-family: Poppins;
	font-weight: 400;
	font-size: 24px;
	line-height: 38px;
	letter-spacing: 0%;
	color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}



.about-middle2 {
	padding: 100px 0px 0px 0px;
	margin: 0px;
}

.about-middle2-text {
	padding: 0px 80px 0px 0px;
}

.about-middle2-text h3 {
font-family: Poppins;
  font-weight: 500;
  font-size: 54px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #000;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}

.about-middle2-text p {
	font-family: Poppins;
	font-weight: 400;
	font-size: 24px;
	line-height: 38px;
	letter-spacing: 0%;
	color: #000;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.about-middle2-img {
	width: 100%;
	height: 520px;
	overflow: hidden;
	border-radius: 10px;
}

.about-middle2-img img { width: 100%;
  height: 100%;
  object-fit: fill;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;   }


.about-middle2-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}























