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

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

}

a,
a:hover,
a:focus {
	text-decoration: none;
}

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

img {
	max-width: 100%;
}


body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	font-family: "Outfit", sans-serif;
	overflow-x: hidden;
}

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


/* ===================== */
/*button  Section*/
/* ===================== */

.cumn-butn-body {
	font-weight: 500;
	font-style: Bold;
	line-height: 18px;
	font-size: 18px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
	text-align: center;
	text-transform: uppercase;
	border-radius: 30px;
	padding: 14px 30px;
	transition: 0.5s;
	margin: 0px;
}

.orng-butn {
	background: #FE690B;
	color: #FFFFFF;

}


.orng-butn:hover {

	background: #0075C5;
	color: #FFFFFF;

}


/* ===================== */
/*button  Section*/
/* ===================== */

/* ===================== */
/*header  Section*/
/* ===================== */

.main-nav-socialicon {
	margin: 10px 0px;
	padding: 0px 0px;

}

.logo {
	width: 110px;
	margin: 0px;
	padding: 0px;
}

.logo img {
	width: 100%;
}

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

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

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

.main-nav {
	margin: 0px 0px;
	padding: 5px 0px;
	width: 100%;
	height: auto;
	background: #151515;
	transition: all 0.1s ease 0s;
	overflow: hidden;
}

.main-nav.scroll {
	background: #151515;
	height: 75px;
	padding: 10px 0px;
	transition: background-color .5s ease 0s;
	top: 0;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .07);
	z-index: 99;
}

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

.main-nav.scroll .stellarnav ul {
	margin: 18px 0px;
}

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

.stellarnav>ul>li>a {
	font-family: Outfit;
	font-weight: 300;
	font-style: Light;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 20%;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

.stellarnav>ul>li>a:hover {
	color: #43B1EF;
}

.stellarnav>ul>li>a.active {
	color: #43B1EF !important;
	font-weight: 700;
}

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

.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
	border-bottom: #ccccccb8 lp solid;
}

.main-nav .stellarnav li li a {
	font-size: 15px;
	padding: 8px 12px;
	color: #2c2c2c;
	font-weight: 400;
}

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

.main-nav .stellarnav li li a:hover {
	background: #fdedf0;
	color: #CE4A64;
}

.main-nav .stellarnav li li a.active {
	background: #fdedf0;
	color: #CE4A64;
}

.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 #267ec3;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
}


.rightlink {
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: end;
	margin-top: 15px;
}


.order-butn {
	background: #F16900;
	box-shadow: 0px 8px 14px 0px #00000026;
	text-align: center;
	font-family: Outfit;
	font-weight: 600;
	font-style: Bold;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #fff;
	border-radius: 33px;
	padding: 12px 25px;
}

.order-butn:hover {
	background: #1B90C3;
	color: #fff;
}

.call {
	font-family: Outfit;
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 20%;
	text-transform: uppercase;
	color: #fff;
	padding: 0px;
	margin: 0px;
}

.call:hover {
	color: #43B1EF;
}


/* ===================== */
/*header  Section*/
/* ===================== */


/* ===================== */
/*banner  Section*/
/* ===================== */


.banner-section {
	margin: 0px 0px;
	padding: 0px;
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
}


.banner-section #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 14.12%, #000000 100%);
	overflow: hidden;
	background-size: 100%;
}

.banner-section .owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.bannercarousel-text-section {
	position: absolute;
	width: 100%;
	text-align: center;
	padding: 0px;
	bottom: 30%;
	left: 0px;
	right: 0px;
	margin: 0px auto;
}

.bannercarousel-text-section h1 {
	font-family: Outfit;
	font-weight: 700;
	font-style: Bold;
	font-size: 55px;
	line-height: 55px;
	letter-spacing: 0%;
	text-align: center;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

.banner-section .owl-dots {
	position: absolute;
	bottom: 85px;
	right: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 5px;
}

.banner-section .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 0px;
	background: #D4D4D4 !important;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
}


.banner-section .owl-dots .owl-dot.active span,
.banner-section .owl-dots .owl-dot:hover span {
	background: #F16900 !important;
	width: 37px;
	height: 14px;
	border-radius: 25px;
}

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


/* ===================== */
/*banner  Section*/
/* ===================== */


/* ===================== */
/*about  Section*/
/* ===================== */

.about-section {
	padding: 80px 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/about-bg.png) no-repeat;
	background-size: auto;
	background-size: 100% 100%;
	overflow: hidden;
}

.about-header-section {
	padding: 0px;
	margin: 0px 0px 50px 0px;
}

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


.about-header-left h6 {
	font-family: Outfit;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0%;
	color: #1E3686;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	position: relative;
}


.about-header-left h6::before {
	font: normal normal normal 16px/1 FontAwesome;
	content: "\f111";
	height: auto;
	width: auto;
	position: relative;
	margin-right: 10px;
	color: #1B90C3;
	position: relative;
	top: 0px;
	margin-right: 15px;
}


.about-header-left h2 {
	font-family: Outfit;
	font-weight: 700;
	font-style: Bold;
	font-size: 50px;
	line-height: 55px;
	letter-spacing: 0%;
	color: #151515;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.about-header-right p {
	font-family: Outfit;
	font-weight: 400;
	font-style: Regular;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0%;
	color: #4D4D4D;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.about-one {
    background: #FFFFFF;
    box-shadow: 22px 40px 40px 0px #0000000D;
    border-radius: 33px;
    padding: 30px 24px;
    height: 100%;
}

.about-one-text {
	padding: 0px;
	margin: 0px;
	text-align: center;

}

.about-one-text h5 {
	font-family: Outfit;
	font-weight: 400;
	font-style: Regular;
	font-size: 25px;
	line-height: 35px;
	letter-spacing: 0%;
	text-align: center;
	color: #4D4D4D;
	padding: 0px 9px;
	margin: 0px;
}

.about-one-img {
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 15px;
	overflow: hidden;
}

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

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

.about-two-outer {
	position: relative;
	height: 100%;
}

.about-two {
	background: #1E3686;
	border-radius: 35px;
	padding: 15px 30px;
	margin: 0px;
	/*position: absolute;*/
	bottom: 0px;
}

.about-two h5 {
	font-family: Outfit;
	font-weight: 500;
	font-style: Medium;
	font-size: 25px;
	line-height: 35px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: capitalize;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-offset: 0%;
	text-decoration-thickness: 0%;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.about-two ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	column-count: 2;
}

.about-two ul li {
	font-family: Outfit;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0%;
	position: relative;
	display: flex;
	padding: 0px 0px 8px 0px;
	color: #fff;
}

.about-two ul li::before {
	font: normal normal normal 16px/1 FontAwesome;
	content: "\f058";
	height: auto;
	width: auto;
	position: relative;
	margin-right: 10px;
	color: #F16900;
	position: relative;
	top: 6px;
	margin-right: 15px;
}

.about-three-outer {
	position: relative;
}

.about-three {
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/about-3-bg.png) no-repeat;
	background-size: auto;
	background-size: auto;
	background-size: 100% 100%;
	overflow: hidden;
	padding: 40px 28px;

}


.about-three-img {
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 35px;
	overflow: hidden;
}


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


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

.about-three-text {
	margin: 40px 0px;
	padding: 0px;
}

.about-three-text p {
	font-family: Outfit;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #151515;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	position: relative;
	display: flex;
}

.about-three-text p::before {
	font: normal normal normal 18px/1 FontAwesome;
	content: "\f058";
	height: auto;
	width: auto;
	position: relative;
	margin-right: 10px;
	color: #F16900;
	position: relative;
	top: 5px;
	margin-right: 15px;
}


.link-arrow-wht {
	padding: 0px 0px;
	width: 60px;
	height: 60px;
	background: transparent;
	border: #fff 2px solid;
	border-radius: 50%;
	color: #43B1EF;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	-webkit-transform: rotate(-318deg);
	-moz-transform: rotate(-318deg);
	-ms-transform: rotate(-318deg);
	-o-transform: rotate(-318deg);
	transform: rotate(-318deg);
	transition: transform 0.5s;
	z-index: 9;
	font-size: 25px;
	font-weight: 400;
	cursor: pointer;
	position: absolute;
	bottom: 22px;
	right: 0px;
	box-shadow: 0px 4px 30px 0px #0000001A;
}

.link-arrow-wht:hover {
	background: #43B1EF;
	border: #43B1EF 2px solid;
	color: #ffffff;
	transform: rotate(90deg);
	transition: 0.3s ease-in-out;
}


/* ===================== */
/*about  Section*/
/* ===================== */

/* ===================== */
/*Drop Us A Message*/
/* ===================== */


.drop-sms-section {
	padding: 80px 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/drp-msg-bg.png) no-repeat;
	background-size: auto;
	background-size: 100% 100%;
	overflow: hidden;
}

.drop-sms-section h2 {
	font-family: Outfit;
	font-weight: 700;
	font-style: Bold;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 0%;
	text-align: center;
	color: #151515;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

.drop-sms-section p {
	font-family: Outfit;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	line-height: 35px;
	letter-spacing: 0%;
	text-align: center;
	color: #4D4D4D;
	padding: 0px;
	margin: 0px 40px 30px 40px;
}

.frm-inner {
	padding: 60px 40px 0px;
}

.frm-inner .form-row {
	margin: 0px 0px 20px 0px;
}

.frm-inner .form-row label {
	font-family: Outfit;
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0%;
	padding: 0px 0px 20px 0px;
	color: #000;
}

.frm-inner .form-row .form-control {
	border: 1px solid #7C7C7C;
	border-radius: 8px;
	padding: 8px 10px;
	box-shadow: 0px 5px 10px 0px #0000000F;

}


textarea.form-control {
	min-height: calc(2.5em + (5.75rem + 2px));
}


.frm-inner .cumn-butn-body.orng-butn {
	margin: 50px auto 0px;
	display: flex;
	border: none;
	background: #FD7400;
	color: #fff;
}


.frm-inner .cumn-butn-body.orng-butn:hover {
	background: #43B1EF;
	color: #fff;
}


.frm-inner .form-row p {
	font-family: Outfit;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 16px;
	letter-spacing: 0%;
	color: #414141;
	padding: 30px 0px;
	margin: 0px;
	text-align: left;
}

/* ===================== */
/*Drop Us A Message*/
/* ===================== */


/* =============== */
/* footer */
/* =============== */

.footer-top {
	padding: 50px 0px;
	margin: 0px;
	background: #1E3686;
}

.footer-logo {
	margin: 0px;
	text-align: left;
	width: auto;
}


.footer-logo img {
	width: auto;
	height: 100%;
	object-fit: contain;
}


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

.footer-menu h3 {
	font-family: Outfit;
	font-weight: 700;
	font-style: Bold;
	font-size: 20px;

	line-height: 20px;
	letter-spacing: 0%;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 20px 0px;


}


.footer-menu ul {
	margin:
		0px;
	padding:
		0;
	list-style:
		none;
	column-count: 2;
}

.footer-menu ul li {
	padding:
		0px 0px 5px 0px;
	margin:
		0px;
	list-style-type: none;
}

.footer-menu ul li a {
	font-family: Outfit;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;

	line-height: 28px;
	letter-spacing: 0%;

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


.footer-menu ul li a:hover {
	color: #F16900;
	padding-left: 4px;
}


.footer-menu2 {
	padding: 0px;
	margin: 0px;
}

.footer-menu2 h3 {
	font-family: Outfit;
	font-weight: 700;
	font-style: Bold;
	font-size: 20px;

	line-height: 20px;
	letter-spacing: 0%;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 20px 0px;


}


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

.footer-menu2 ul li {
	padding:
		0px 0px 5px 0px;
	margin:
		0px;
	list-style-type: none;
}

.footer-menu2 ul li a {
	font-family: Outfit;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;

	line-height: 28px;
	letter-spacing: 0%;

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


.footer-menu2 ul li a:hover {
	color: #F16900;
	padding-left: 4px;
}


.footer-info {
	margin: 0px;
	padding: 0px;
	word-wrap: break-word;
}


.footer-info h3 {
	font-family: Outfit;
	font-weight: 700;
	font-style: Bold;
	font-size: 20px;

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

.footer-info p {
	font-family: Outfit;
	font-weight: 500;
	font-style: Medium;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #fff;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 10px;
}

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

.footer-info p a:hover {
	color: #F16900;
}

.footer-icon {
	width: 30px !important;
	height: 30px;
}


.footer-text {
	width: 85% !important;

}


.footer-info p span img {
	width: 25px;
	height: 25px;

}

.footer-info p span img {
	width: 25px;
	height: 25px;
	object-fit: contain;
}


.footer-bottom {
	padding: 15px 0px;
	margin: 0px;
	background: #122152;

}


.footer-bottom p {
	font-family: Outfit;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0%;
	color: #DEDEDE;
	padding: 0px;
	margin: 0px;


}


.footer-bottom p a {
	color: #F16900;
}

.footer-bottom p a:hover {
	color: #DEDEDE;
}


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

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


/* ==============================================*/
/* ==============footer-sectiom==================*/


/* =============== */
/* footer */
/* =============== */


/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 5px;
	background-color: #2B85A1;
	color: #fff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	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: #0077E8;
	border: lp solid #fff;
}

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

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


.inner-banner-section {
	padding: 0px;
	margin: 0px;
	position: relative;
}

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

.inner-banner-text {
	position: absolute;
	top: 40%;
	left: 0px;
	right: 0px;
	color: #fff;
	z-index: 9;
	text-align: center;
}

.inner-banner-text h1 {
	font-family: Outfit;
	font-weight: 700;
	font-style: Bold;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	padding: 0px;
	margin: 0px;

}


/*================================================
about page CSS
=================================================*/


.cmn-section {
	padding: 80px 0px;
	margin: 0px;

}


.about-page-section {
	padding: 0px;
	margin: 0px 0px 50px 0px;
}

.about-page-section h6 {
	font-family: Outfit;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 26px;
	line-height: 36px;
	letter-spacing: 0%;
	text-align: center;
	color: #4D4D4D;
	padding: 0px;
	margin: 0px;
}


.about-page .about-two-outer h6 {
	font-family: Outfit;
	font-weight: 500;
	font-style: SemiBold;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0%;
	text-align: center;
	color: #4D4D4D;
	padding: 8% 0%;
	margin: 0px;
}


.about-page-secRow {
	padding: 80px 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/about-page-bg.png) no-repeat;
	background-size: auto;
	background-size: auto;
	background-size: 100% 100%;
	overflow: hidden;
}


.about-page-secRow-img-outer {
	margin: 0px;
	padding: 10px 10px;
	background: #FFFFFF;
	box-shadow: 22px 40px 40px 0px #0000000F;
	border-radius: 20px;
}


.about-page-secRow-img {
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 20px;
	overflow: hidden;
}

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

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

.about-page-secRow-text {
	margin: 0px;
	padding: 0% 0% 0% 4%;
}

.about-page-secRow-text h3 {
	font-family: Outfit;
	font-weight: 700;
	font-style: Bold;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 0%;
	color: #151515;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.about-page-secRow-text p {
	font-family: Outfit;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #4D4D4D;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}


.about-page-secRow-text-full {
	margin: 0px;
	padding: 0px;
}


.about-page-secRow-text-full p {
	font-family: Outfit;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;

	line-height: 26px;
	letter-spacing: 0%;
	color: #4D4D4D;
	padding: 0px;
	margin: 0px;


}


/*================================================
about page CSS
=================================================*/


/*================================================
order page CSS
=================================================*/

.order-page-text {
	padding: 0% 4% 0% 0%;
	margin: 0px;
}

.order-page-text h3 {
	font-family: Outfit;
	font-weight: 700;
	font-style: Bold;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 0%;
	color: #151515;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.order-page-text p {
	font-family: Outfit;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #4D4D4D;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}


.order-page-img-outer {
	margin: 0px;
	padding: 10px 10px;
	background: #FFFFFF;
	box-shadow: 22px 40px 40px 0px #0000000F;
	border-radius: 20px;
}


.order-page-img {
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 20px;
	overflow: hidden;
}


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


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

.order-page-text-full {
	padding: 0px;
	margin: 0px;
}


.order-page-text-full p {
	font-family: Outfit;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #4D4D4D;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}


/*================================================
order page CSS
=================================================*/


/*================================================
contact page CSS
=================================================*/


.contact-page {
	position: relative;
	height: 100%;
	background: url(../images/contact-page-bg.png) no-repeat;
	background-size: auto;
	background-size: auto;
	background-size: 100% 100%;
	overflow: hidden;
}


.contact-page-info-box {
	background: #fff;
	border: 1px dashed #1B90C3;
	padding: 30px 25px;
	box-shadow: 22px 40px 40px 0px #0000000D;
	border-radius: 25px;
	height: 150px;
}

.contact-page-info-box h4 {
	font-family: Outfit;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 25px;
	line-height: 25px;
	letter-spacing: 0%;
	color: #1E3686;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.contact-page-info-box p {
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 10px;
	font-family: Outfit;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #4D4D4D;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	word-wrap: break-word;
}

.contact-page-info-box p a {
	color: #4D4D4D;
}

.contact-page-info-box p a:hover {
	color: #F16900;
}

.contact-page-info-box .footer-text p {
	font-family: Outfit;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #fff;
	padding: 0px 0px 15px 0px;
	margin: 0px;

}

.contact-page-info-box .footer-icon {
	width: 30px !important;
	height: 30px;
}

.contact-page-info-box .footer-text {
	width: 85% !important;
}

.contact-page-info-box .footer-info p {
	font-family: Outfit;
	font-weight: 400;
	font-style: Regular;
	font-size: 25px;
	line-height: 32px;
	letter-spacing: 0%;
	color: #4D4D4D;
	padding: 0px;
	margin: 0x;
}

.google-map {
	width: 100%;
	height: 630px;
}


/*================================================
contacy page CSS
=================================================*/


/*================================================
attachment frm box
=================================================*/
.upload-outer {
	position: relative;

	height: 50px;
}

.upload {
	position: absolute;
	left: 1px;
	top: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.frm-inner .upload label {
	cursor: pointer;
	border: 0px solid;
	width: auto;
	display: flex;
	justify-content: start;
	gap: 10px;
}

.frm-inner .upload label p {
	align-items: center;
	font-family: Outfit;
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0%;
	padding: 0px;
	margin: 0px;
	color: #151515;
}

.upload input {
	display: block;
	position: absolute;
	left: 60px;
	top: 25px;
}

.upload span {
	position: relative;
	width: 20px;
	height: 20px;
	border: 0px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform .4s;
}


.upload span i {
	position: absolute;
	font-size: 25px;
	color: #1B90C3;
}

/*================================================
attachment frm box
=================================================*/

textarea.wpcf7-form-control.wpcf7-textarea.form-control {
	height: 120px;
}


.google-map {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  margin: 0;
  padding: 0;
  height:650px;
}

.google-map img {
  display: block;
  width: 100%;
  height: 650px;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
