@import url('https://fonts.googleapis.com/css2?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');

body {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	color: #000;
	line-height: 24px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.5px;
}

*,
ul,
ol {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style-type: none;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #757575;
	outline: none;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1F1F25;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
}

section {
	overflow: hidden;
}

.bg-color1 {
	background-color: #f34fe3;
}

.bg-color2 {
	background-color: #e2e2e2;
}

.bg-color3 {
	background-color: #595959;
}

.text-color1 {
	color: #292a60 !important;
}

.text-color2 {
	color: #d4af37 !important;
}

.txt-hover:hover,
.txt-hover:focus {
	color: #a9a9a9;
}

.width-30 {
	width: 30%;
}

.width-40 {
	width: 40%;
}

.width-50 {
	width: 50%;
}

.width-70 {
	width: 70%;
}

.width-60 {
	width: 60%;
}

.flexbox {
	display: -webkit-box;
	display: flex;
}

.flexbox .element {
	height: 100%;
}

.homepage .header {
	position: absolute;
	width: 100%;
	z-index: 99;
}

.header {
	background-color: #000;
}

.header-top {
	background-color: #f34fe3;
	padding: 8px 0;
}

.header-bottom {
	padding: 0;
	position: relative;
	box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.09019607843137255);
}

.logo {
	display: inline-block;
	margin: 0 auto;
}

.logo .img-fluid {
	max-width: 250px;
}

.mobile-menu {
	display: none;
}

.header-info-box {
	display: flex;
	vertical-align: middle;
	justify-content: end;
}

.header-info-box .header-call {
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
}

.header .header-info-box .header-call a {
	color: #1F1F25;
	transition: all 500ms ease 0s;
	display: block;
}

.header .cirlceicon {
	width: 32px;
	height: 32px;
	display: inline-block;
	line-height: 32px;
	background: #000;
	border-radius: 50%;
	border: 1px solid #000;
}

.header-info-box .header-call a i {
	font-size: 16px;
	margin-right: 0;
	line-height: 1.1;
	margin-top: 0;
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	transform: rotate(15deg);
}

.header-info-box .header-call a .call-info {
	display: inline-block;
	margin-left: 5px;
}

.header .header-info-box .header-call a .call-info h5,
.header .header-info-address .call-info h5 {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
	transition: all 500ms ease 0s;
}

.header-info-box.header-info-address {
	justify-content: start;
}

.header-info-address p {
	color: #fff;
}

.header .cirlceicon i {
	color: #fff;
}

.isStuck .logo .img-fluid {
	max-width: 170px;
}

.isStuck {
	background-color: #000;
}

.nav-wrapper {
	display: block;
	text-align: right;
}

.navigation>li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: -4px;
}

.navigation>li:last-child {
	margin-right: 0;
}

.navigation li.dropdown>.dropdown-menu {
	opacity: 0;
	position: absolute;
	top: 130%;
	left: 0;
	width: 250px;
	z-index: 999;
	background-color: #ff8daa;
	visibility: hidden;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding: 0;
	margin: 0;
	border-bottom: 3px solid #9a9a9a;
	transition: all 500ms ease;
	display: block;
}

.navigation li.dropdown>.dropdown-menu li {
	border-bottom: 1px solid #e6e6e6;
	margin-right: 0;
}

.navigation li.dropdown>.dropdown-menu li:last-child {
	border-bottom: none;
}

.navigation li.dropdown>.dropdown-menu li a {
	background-color: #ffffff;
	padding: 10px 15px;
	color: #000;
}

.navigation li.dropdown:hover>.dropdown-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.navigation>li:first-child {
	display: none;
}

.navigation a {
	/*	text-transform: uppercase;*/
	letter-spacing: 1px;
	overflow: hidden;
	position: relative;
	display: block;
	font-weight: 600;
	color: #ffffff;
	padding: 0px 20px;
	transition: all 500ms ease 0s;
}

.navigation li.dropdown>a {
	padding-right: 35px;
}

.navigation>li.dropdown>a:after {
	font-family: "bootstrap-icons";
	content: "\F282";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 12px;
	/*    display: block;*/
	font-size: 14px;
	transition: all 500ms ease 0s;
}

.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a {
	color: #f14ee1;
}

.navigation li.dropdown>.dropdown-menu li a:hover,
.navigation li.dropdown>.dropdown-menu li a:focus,
.navigation li.dropdown>.dropdown-menu li.active a {
	color: #fff;
	background-color: #f34fe3;
}

.slider-wrapper {
	position: relative;
}

.slider-wrapper .carousel-caption {
	position: absolute;
	right: 15%;
	bottom: auto;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.fs-70 {
	font-size: 70px;
}

.list1 li,
.list2 li,
.areas-list li {
	padding: 0px 0 15px 26px;
	position: relative;
}

.list1 li:before,
.list2 li:before,
.areas-list li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\F133';
	font-family: "bootstrap-icons";
	font-size: 18px;
	color: #f34fe3;
}

.areas-list li:before {
	content: '\F3E7';
}

.list2 li:before {
	color: #ca4421;
}

.list3 {
	margin-left: 16px;
}

.list3 li {
	list-style-type: decimal;
	padding-bottom: 18px;
}

.parallax {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.parallax .container,
.parallax .container-xxl,
.parallax .container-fluid,
.parallax .container-auto {
	position: relative;
	z-index: 1;
}

.overlap {
	position: relative;
}

.overlap:before,
.overlap1:before,
.overlap2:before {
	background-color: rgba(41, 42, 96, 0.85);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.overlap1:before {
	background-color: rgba(0, 0, 0, 0.7);
}

.overlap2:before {
	background-color: rgb(55 57 60 / 80%);
}

.widget-title {
	font-size: 24px;
	font-weight: 600;
	color: #ef4edf;
	margin-bottom: 20px;
}

.widget-title a:hover {
	color: #a9a9a9;
}

.footer-menu li a {
	position: relative;
	padding: 2px 0 2px 20px;
	display: inline-block;
	color: #fff;
}

.footer-menu li a:before {
	position: absolute;
	top: 2px;
	left: 0;
	content: '\F231';
	font-family: 'bootstrap-icons';
}

.footer-links {
	display: block;
	color: #fff;
}

.footer-menu li a:hover,
.footer-links a:hover {
	color: #a9a9a9;
}

.navigation li.dropdown>.dropdown-menu.child-dropdown {
	top: 0;
	left: 100%;
	padding: 15px;
}

.text-inner-layout-1 {
	position: relative;
	padding: 0 10px 0 200px;
}

.text-inner-layout-1::before {
	position: absolute;
	content: '';
	border: 7px solid #6f7c87;
	right: -150px;
	height: 115%;
	width: 100%;
	border-top-left-radius: 50px;
	top: 50%;
	transform: translateY(-50%);
	border-right: 0;
	border-bottom-left-radius: 50px;
}

.our-testimonials-image {
	position: relative;
	height: 100%;
	overflow: hidden;
	padding-left: 30px;
}

.formslider-getquote {
	position: absolute;
	top: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	left: 50%;
	width: 50%;
}

.formwtapslider {
	position: relative;
	background: #6f7c87;
	padding: 40px;
}

.formwtapslider .input-group {
	display: flex;
	align-items: center;
	border-radius: 6px;
	overflow: hidden;
}

.formwtapslider .icon-box {
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px;
}

.formwtapslider .icon-box img {
	width: 100%;
	height: 45px;
}

.formwtapslider .icon-box.blue {
	background: #1b3e9a;
}

.formwtapslider .icon-box.pink {
	background: #e63963;
}

.formwtapslider .input-group input {
	border: none;
	outline: none;
	height: 55px;
	padding: 8px 15px;
}

.formwtapslider .input-group input::placeholder {
	color: #555;
}

.formwtapslider .input-group .frstinput {
	background: #ffd200;
}

.formwtapslider .input-group input {
	background: #ffdce6;
}

.formslider-getquote {
	position: absolute;
	top: 58%;
	z-index: 2;
	transform: translate(-50%, -50%);
	left: 50%;
	width: 50%;
}

.reg-box {
	background: #f24fe2;
	padding: 20px 30px;
	color: white;
	width: 500px;
	margin: 0 auto;
}

.reg-box h2 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 700;
}

.reg-form {
	display: flex;
	align-items: center;
	background: white;
	border-radius: 6px;
	overflow: hidden;
}

.gb-tag {
	background: #0a3f8d;
	color: white;
	width: 35px;
	font-weight: bold;
	font-size: 16px;
	height: 57px;
}

.reg-form input {
	border: none;
	flex: 1;
	padding: 12px 15px;
	font-size: 16px;
	color: #777;
	text-transform: uppercase;
}

.reg-form input:focus {
	outline: none;
}

#bannerForm .sell-btn {
	background: #000;
	color: #fff !important;
	border: none;
	padding: 17px 20px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

.modal .modal-header [type="button"],
.modal .modal-header [type="reset"],
.modal .modal-header [type="submit"] {
	background: transparent;
}

.btn-close {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath stroke='black' stroke-linecap='round' stroke-width='2' d='M2 2l12 12M14 2L2 14'/%3E%3C/svg%3E") !important;
}

#bannerForm .sell-btn:hover {
	background: #000;
	color: #fff !important;
}

.sub-text {
	font-size: 14px;
	margin-top: 10px;
}

.sub-text span {
	color: #000;
	font-weight: 700;
}

.btn1,
.btn2 {
	position: relative;
	display: inline-block;
	padding: 15px 45px 15px 15px;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	color: #000;
	border: 1px solid #000;
	transition: all .5s;
}

.btn2 {
	color: #fff;
	border: 1px solid #fff;
	background: #000;
}

.btn1:after,
.btn1:before,
.btn2:after,
.btn2:before {
	content: "";
	display: block;
	position: absolute;
	transition: all 0.5s ease-in-out;
}

.btn1:before,
.btn2:before {
	top: 50%;
	right: 1em;
	width: 1em;
	height: 1em;
	transform-origin: 50% 50%;
	transform: translate(0, -0.5em) rotate(45deg);
	box-shadow: inset -0.2em 0.2em 0 0 #000;
	border-radius: 0 0.15em 0 0;
}

.btn2:before {
	box-shadow: inset -0.2em 0.2em 0 0 #f34fe3;
}

.btn1:after,
.btn2:after {
	top: 50%;
	right: 1em;
	width: 1.3em;
	height: 0.2em;
	transform: translate(0, -0.1em);
	background-color: #000;
}

.btn2:after {
	background-color: #f34fe3;
}

.btn1:hover,
.btn1:focus {
	border: 1px solid #f34fe3;
}

.btn2:hover,
.btn2:focus {
	color: #ddd;
	background-color: transparent;
	border: 1px solid #fff;
}

.btn1:hover:before,
.btn2:hover:before {
	transform: translate(0.5em, -0.5em) rotate(45deg);
}

.btn1:hover:after,
.btn2:hover:after {
	transform: translate(0.5em, -0.1em);
}

.submit-icon {
	display: none;
}

.submit-icon.rotating-show {
	display: inline-block;
	vertical-align: middle;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
	{
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.rotating {
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}

.cropline-curve {
	position: absolute;
	height: 111%;
	left: 60px;
	top: -40px;
	background: linear-gradient(135deg, #b2c7d9 0%, #080808 40%, #6d7984 70%, #000000 100%);
	width: 64px;
	clip-path: polygon(37% 0, 100% 0, 100% 100%, 0% 100%);
	rotate: 4deg;
	z-index: 1;
}

.image-clipath img {
	clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
}

.card-custom {
	background-color: #310e68;
	background-image: linear-gradient(316deg, #310e68 0%, #5f0f40 74%);
	color: white;
	border-radius: 10px;
	padding: 30px;
	height: 100%;
}

.card-custom-img img {
	border-radius: 10px;
	height: 100%;
	object-fit: cover;
}

.road {
	width: 120px;
	height: 10px;
	background: #000;
	position: relative;
	overflow: hidden;
}

.lane-divider {
	position: absolute;
	top: 50%;
	left: 5px;
	width: 100%;
	height: 1px;
	background: repeating-linear-gradient(to right,
			#fff 0 15px,
			transparent 15px 30px);
	animation: moveRoad 0.5s linear infinite;
}

.side-lines {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: repeating-linear-gradient(to right,
			#fff 0 15px,
			transparent 15px 30px);
	animation: moveRoad 0.5s linear infinite;
}

.side-lines.top {
	top: 10%;
}

.side-lines.bottom {
	bottom: 10%;
}

.content-wrap-inner {
	position: relative;
	padding: 80px 50px 0 50px;
}

.content-wrap-inner::before {
	position: absolute;
	content: '';
	right: 0;
	height: 117%;
	top: 0;
	width: 100%;
	background-color: #ddd;
}

.imgone-curve-side img {
	position: relative;
	border-radius: 0 0 0 75px;
}

.secondimg-top {
	margin-top: 0;
}

.footer-top {
	position: relative;
	overflow: hidden;
}

.overlay-custom {
	position: absolute;
	inset: 0;
	background: linear-gradient(rgb(2 2 2 / 87%), rgb(10 11 16 / 76%));
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 20px;
	transition: all 0.5s ease;
}

footer .overlay-custom {
	background: linear-gradient(rgb(2 2 2 / 87%), rgb(10 11 16 / 76%));
}

.footer__link li a {
	display: inline-block;
	border: 1px solid #fff;
	padding: 5px 15px;
	transition: all .5s ease;
	color: #fff;
}

.footer__link li {
	position: relative;
	display: inline-block;
}

.footer-top:before {
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	right: 38%;
	background-color: #4f4f4f;
}

.footer-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: transparent;
	padding: 40px 60px 40px 60px;
	position: relative;
	overflow: hidden;
}

footer .overlay-custom {
	background: linear-gradient(rgb(2 2 2 / 87%), rgb(10 11 16 / 76%));
}

.footer-right .callicon-border-list li a {
	color: #fff;
}

.footer-content {
	position: relative;
	z-index: 2;
}

.footer-bottom {
	background: #030303;
	border-top: 2px solid #fff;
	z-index: 9;
	position: relative;
}

.footerhead {
	font-weight: 400;
	font-size: 24px;
	text-transform: uppercase;
}

.footer-content p {
	font-size: 0.9rem;
	letter-spacing: 2px;
	margin-top: 10px;
}

.footer-right {
	position: relative;
	z-index: 1;
	margin-left: 60px;
}

.footer-right .callicon-border-list li a {
	color: #fff;
}

.callicon-border-list li a {
	line-height: 1;
	min-height: 54px;
	color: #000;
	font-weight: 400;
	display: flex;
	gap: 15px;
	align-items: center;
	padding: 0 12px 0 0;
}

.footer-widget .user-links li a {
	color: #fff;
	position: relative;
	font-size: 17px;
	display: inline-block;
	padding: 0px 0px 15px;
	transition: 500ms;
}

.linehere {
	display: inline-block;
	position: relative;
}

.linehere::after {
	position: absolute;
	content: "";
	left: 0px;
	width: 60px;
	height: 1px;
	top: -19px;
	opacity: 1;
	z-index: -1;
	background: rgb(255 255 255);
}

.site-map-list li {
	border-left: 1px solid #dfdfdf;
	padding: 10px 0 10px 30px;
	position: relative;
}

.site-map-list li:before {
	position: absolute;
	top: 20px;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #dfdfdf;
	content: '';
}

.site-map-list li>ul.child-menu {
	margin: 10px 0 10px 20px;
}

.contact-wrap1 {
	text-align: center;
	margin-top: 20px;
}

.contact-wrap1 .address-icon-holder1 {
	float: none;
	margin: auto;
	position: relative;
	z-index: 1;
	color: #fff;
	border: 5px solid #ffffff;
	box-sizing: border-box;
	width: 80px;
	height: 80px;
	line-height: 70px;
	background-color: #f34fe3;
	border-radius: 20%;
	font-size: 1.6em;
}

.contact-wrap1 .address-icon-holder1:before {
	display: none;
}

.contact-wrap1 .address-content1 {
	background-color: transparent;
	border: 1px solid #f0f0f0;
	padding: 60px 20px 20px;
	margin-top: -40px;
	height: 170px;
	border-radius: 10px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.contact-wrap1 .address-content1 strong {
	font-size: 18px;
}

.contact-form-sec {
	outline: 3px solid #f34fe3;
	outline-offset: -10px;
	background-color: #000;
	padding: 80px 50px;
}

.inner-box {
	padding: 30px;
	outline: 3px solid #f34fe3;
	outline-offset: -10px;
	background-color: #000;
	color: #fff;
}

/* col-xxl */
@media (min-width: 1401px) and (max-width:1600px) {
	.text-inner-layout-1 {
		position: relative;
		padding: 0 10px 0 20px;
	}

	.text-inner-layout-1::before {
		right: -113px;
		height: 115%;
		width: 114%;
	}

	.cropline-curve {
		left: 56px;
	}

	.heading-wth-road h1 {
		font-size: 30px;
	}

	.heading-wth-road h2 {
		font-size: 26px;
	}

	.content-wrap-inner {
		padding: 30px 30px 0 30px;
	}

	.imgone-curve-side img {
		height: 700px;
		object-fit: cover;
	}

	.our-testimonials-image {
		height: 760px;
	}

	.image-clipath {
		height: 100%;
	}

	.image-clipath img {
		height: 100%;
		object-fit: cover;
	}

	.formslider-getquote {
		width: 67%;
		top: 57%;
	}

	.formwtapslider {
		padding: 20px;
	}
}

/* col-xl */
@media (min-width: 1301px) and (max-width:1400px) {
	.logo .img-fluid {
		max-width: 210px;
	}

	.text-inner-layout-1 {
		position: relative;
		padding: 0 10px 0 30px;
	}

	.text-inner-layout-1::before {
		right: -108px;
		height: 113%;
		width: 115%;
	}

	.cropline-curve {
		left: 56px;
	}

	.heading-wth-road h1 {
		font-size: 26px;
	}

	.heading-wth-road h2 {
		font-size: 22px;
	}

	.our-testimonials-image {
		height: 760px;
	}

	.image-clipath {
		height: 100%;
	}

	.image-clipath img {
		height: 100%;
		object-fit: cover;
	}

	.content-wrap-inner {
		padding: 30px 30px 0 30px;
	}

	.imgone-curve-side img {
		height: 700px;
		object-fit: cover;
	}

	.formslider-getquote {
		width: 67%;
		top: 57%;
	}

	.formwtapslider {
		padding: 20px;
	}
}

@media (min-width: 1201px) and (max-width:1300px) {
	.logo .img-fluid {
		max-width: 200px;
	}

	.text-inner-layout-1 {
		position: relative;
		padding: 0 10px 0 30px;
	}

	.text-inner-layout-1::before {
		right: -108px;
		height: 113%;
		width: 115%;
	}

	.cropline-curve {
		left: 56px;
	}

	.heading-wth-road h1 {
		font-size: 26px;
	}

	.heading-wth-road h2 {
		font-size: 22px;
	}

	.our-testimonials-image {
		height: 760px;
	}

	.image-clipath {
		height: 100%;
	}

	.image-clipath img {
		height: 100%;
		object-fit: cover;
	}

	.content-wrap-inner {
		padding: 30px 30px 0 30px;
	}

	.imgone-curve-side img {
		height: 700px;
		object-fit: cover;
	}

	.formslider-getquote {
		width: 80%;
		top: 61%;
	}

	.footer-top:before {
		right: 35%;
	}

	.formwtapslider {
		padding: 20px;
	}
}

/* col-lg */
@media (min-width: 992px) and (max-width:1200px) {
	.text-inner-layout-1 {
		padding: 50px 15px;
	}

	.text-inner-layout-1::before {
		right: -108px;
		height: 113%;
		width: 115%;
		display: none;
	}

	.cropline-curve {
		left: 56px;
	}

	.heading-wth-road h1 {
		font-size: 26px;
	}

	.heading-wth-road h2 {
		font-size: 22px;
	}

	.our-testimonials-image {
		height: 760px;
	}

	.image-clipath {
		height: 100%;
	}

	.image-clipath img {
		height: 100%;
		object-fit: cover;
	}

	.content-wrap-inner {
		padding: 30px 30px 0 30px;
	}

	.imgone-curve-side img {
		height: 700px;
		object-fit: cover;
	}

	.formslider-getquote {
		width: 80%;
		/*top: 62%;*/
	}

	.footer-top:before {
		right: 35%;
	}

	.logo .img-fluid {
		max-width: 180px;
	}

	.formwtapslider {
		padding: 15px;
	}
}

/*for mobile to small tab */
@media (min-width: 220px) and (max-width:991px) {
	.homepage .header {
		position: relative;
		width: 100%;
		z-index: 99;
	}

	.mobile-menu {
		display: table;
		font-size: 20px;
		background: #fff;
		padding: 8px 20px;
		color: #f24fe2;
		cursor: pointer;
		margin: 0 0 0 auto;
		text-align: left;
	}

	.mobile-menu i {
		float: right;
	}

	.nav-wrapper {
		position: fixed;
		top: 0;
		right: -300px;
		width: 255px;
		height: 100%;
		overflow-x: scroll;
		z-index: 999;
		border-radius: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		background-color: #221e1f;
		padding: 0;
	}

	.navigation {
		text-align: left;
	}

	.nav-wrapper.open {
		right: 0;
	}

	.navigation>li {
		display: block;
		margin: 0;
		border-bottom: 1px solid #333;
	}

	.navigation>li:first-child {
		display: block;
	}

	.navigation>li:before {
		display: none;
	}

	.navigation li a {
		padding: 10px 20px;
		color: #fff;
		text-transform: none;
	}

	.navigation li:hover>a,
	.navigation li:focus>a,
	.navigation li.active>a {
		background-color: #f24fe2;
		color: #ffffff;
	}

	.navigation>li.dropdown>a:after {
		right: 20px;
	}

	.navigation li.dropdown>.dropdown-menu,
	.navigation li.dropdown:hover>.dropdown-menu {
		position: static;
		top: 0;
		visibility: visible;
		opacity: 1;
		width: 100%;
		float: none;
	}

	.navigation li.dropdown>.dropdown-menu li a {
		padding: 10px 10px 10px 30px;
	}

	.fixed-top {
		position: static;
	}

	.formwtapslider {
		position: relative;
	}

	.header-info-box .header-call {
		text-align: left;
	}

	.header-info-box .header-call a {
		text-align: center;
		margin-bottom: 5px;
	}

	.formslider-getquote {
		width: 90%;
	}

	.text-inner-layout-1 {
		padding: 15px;
	}

	.text-inner-layout-1::before,
	.cropline-curve,
	.footer-top:before {
		display: none;
	}

	.image-clipath img {
		clip-path: none;
	}

	.our-testimonials-image {
		padding-left: 0;
	}

	.card-custom-img img,
	.card-custom,
	.imgone-curve-side img {
		border-radius: 0;
	}

	.content-wrap-inner {
		padding: 15px;
	}

	.footer-right {
		margin-left: 0;
	}

	.footer-widget {
		margin-top: 30px;
	}

	.header-info-box .header-call {
		margin: 0;
	}

	.kimcfv {
		z-index: 9 !important;
	}
}

/* col-md */
@media (min-width: 768px) and (max-width:991px) {}

/* for all mobile */
@media (min-width: 220px) and (max-width:767px) {
	.header-info-box .header-call {
		margin-left: 0;
		margin-top: 15px;
	}

	.formslider-getquote {
		position: relative;
		top: auto;
		z-index: 2;
		transform: none;
		left: auto;
		width: 100%;
	}

	.formwtapslider {
		background-color: #000;
		padding: 15px;
	}

	.card-custom {
		padding: 20px;
	}

	.footer-banner {
		padding: 25px;
	}

	.formslider-getquote {
		position: static;
		top: auto;
		z-index: 2;
		transform: none;
		left: auto;
		width: 100%;
	}

	.reg-box {
		width: 100%;
	}

	.reg-form {
		display: flex;
		flex-wrap: wrap;
	}

	.form-row {
		display: flex;
		align-items: center;
		gap: 10px;
		width: 100%;
	}

	.reg-form input {
		flex: 0 0 85%;
	}

	.gb-tag {
		flex: 0 0 15%;
		text-align: center;
	}

	.reg-form button {
		width: 100%;
	}

}

/* col-sm  */
@media (min-width: 576px) and (max-width:767px) {
	.isStuck .header-stickbar {
		text-align: left;
	}
}

/* col-xs */
@media (min-width: 220px) and (max-width:575px) {
	.header .header-info-box .header-call a .call-info h5 {
		font-size: 12px;
		line-height: 22px;
	}

	.header-info-box .header-call {
		margin-top: 3px;
	}

	.logo .img-fluid {
		max-width: 100%;
	}

	.mobile-menu {
		display: block;
	}

	.header-info-box {
		justify-content: start;
	}

	.isStuck .header-stickbar {
		text-align: center;
	}

	.contact-form-sec {
		padding: 15px;
		outline: 1px solid #f34fe3;
		outline-offset: -5px;
	}

	.inner-box {
		padding: 20px;
	}
	.reg-box {
    padding: 20px 11px
	}
}