/* Custom Styles Start */
@font-face {
	font-family: DMSans;
	src: url(../fonts/DMSans.woff2) format("woff2");
	font-display: swap;
}

@font-face {
	font-family: DMSans-Bold;
	src: url(../fonts/DMSans-Bold.woff2) format("woff2");
	font-display: swap;
}

@font-face {
	font-family: DMSans-Medium;
	src: url(../fonts/DMSans-Medium.woff2) format("woff2");
	font-display: swap;
}


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

body {
	font-family: DMSans;
	color: #031931;
	background-color: white;
	margin: 90px 0 0 0;
}

html {
	scroll-behavior: smooth;
}

/* common css */
a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #A05840 !important;
	text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: DMSans;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
}

.h1 {
	font-size: 5.208vw;
}

.h2 {
	font-size: 4.167vw;
	color: #031931;
	font-size: 80px;
	font-style: normal;
	line-height: normal;
	font-family: DMSans-Bold;
	margin: 0;
}

.h3 {
	font-size: 2.604vw;
}

.h4 {
	font-size: 1.563vw;
}

.h5 {
	font-size: 0.729vw;
}

p {
	line-height: 160%;
	margin: 0px;
	padding: 0px;
}

*>p:last-child {
	margin-bottom: 0px;
}

ul>li {
	font-size: 16px;
	line-height: 160%;
	list-style: none;
	margin-bottom: 0;
}

ul>li:last-child {
	margin-bottom: 0px;
}

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

.container {
	max-width: 1720px;
	width: 89.583vw;
	margin: 0 auto;
	padding: 0px;
}

.btn {
	color: white;
	font-family: DMSans-Bold;
	font-size: 0.833vw;
	line-height: 100%;
	cursor: pointer;
	border: none;
	outline: none;
	display: inline-flex;
	padding: 20px 24px;
	height: 60px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border-radius: 5px;
	background: #A05840;
}

::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
	height: 3px;
}

::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: #A05840;
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.section-spacing-bg {
	padding: 7.292vw 0px;
}

.section-spacing {
	padding: 4.167vw 0px;
}

.mb-80 {
	margin: 0px 0px 4.167vw 0px;
}

.mt-80 {
	margin: 4.167vw 0px 0px 0px;
}

/*--------------------------------------------------------------
  # Sections
  --------------------------------------------------------------*/

section {
	padding: 0 0;
	overflow: hidden;
}

.section_padding {
	padding: 140px 0;
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/


.header .logo {
	line-height: 0;
}

.header .logo img {
	width: 98px;
	height: 60px;
}


/* ----------------------------////////////////// */

@keyframes slideLeft {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}

	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}

@keyframes slideRight {
	0% {
		opacity: 1;
		transform: translateX(0%);
	}

	100% {
		opacity: 0;
		transform: translateX(100%);
	}
}

.header {
	position: fixed;
	display: flex;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	padding: 0 0;
	margin: 0 auto;
	z-index: 999;
	border: none;
	outline: none;
	transition: all 1.0s;
	background: #FFF;
	box-shadow: 5px 10px 32px 0px rgba(0, 0, 0, 0.03);
}

.header .wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.header-item-left {
	display: flex;
	flex: 0 0 10%;
	justify-content: start;
}

.header-item-center {
	display: flex;
	flex: 0 0 90%;
	justify-content: right;
}

.header-item-right {
	display: flex;
	flex: 0 0 2%;
	align-items: center;
	justify-content: flex-end;
}

.header-item-right .btn_primary {
	border-radius: 6px;
	background: #A05840;
	padding: 10px;
	color: white !important;
	font-size: 16px;
	font-family: DMSans-Bold;
	border: 1px solid #A05840;
}

.header-item-right .btn_primary:hover {
	color: #A05840 !important;
	border: 1px solid #A05840;
	background-color: white;
}

.header-item-right .menu-icon {
	font-size: 1.35rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin-left: 1rem;
	border: none;
	outline: none;
	color: #121212;
	transition: all 0.3s ease;
}

.header .menu .menu-section .parent-menu-shivanta .menu_arrow {
	content: "";
	background-image: url('/wp-content/themes/shivanta/assets/images/icons/down_arrow.svg');
	height: 25px;
	width: 25px;
	background-repeat: no-repeat;
	background-size: 23px;
	display: block;
	filter: brightness(1);
	position: absolute;
	right: -25px;
	bottom: -3px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	z-index: 2;
	background-position: center;
}

.header .menu.active .menu-section .parent-menu-shivanta .menu_arrow {
	right: 0;
}

.header .menu ul li.parent-menu-shivanta {
	position: relative;
}

.header .menu>ul>li {
	display: inline-block;
	margin-left: 67px;
}

.header .menu.active ul li {
	position: relative;
}

.header .menu>ul>li>a {
	position: relative;
	font-size: 16px;
	font-family: DMSans-Medium;
	line-height: 1.25;
	outline: none;
	text-transform: capitalize;
	text-rendering: optimizeLegibility;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0;
}

.header .menu ul.menu-section li a::after {
	color: #A05840;
	content: '';
	background-color: #A05840;
	width: 6px;
	height: 6px;
	border-radius: 50px;
	position: absolute;
	top: 23px;
	opacity: 0;
	transition: all 0.5s;
}

.header .menu ul.menu-section li a:hover:after {
	opacity: 1;
}


.header .menu ul li.active a::after {
	color: #A05840;
	content: '';
	background-color: #A05840;
	width: 6px;
	height: 6px;
	border-radius: 50px;
	position: absolute;
	top: 23px;
	opacity: 1;
	transition: all 0.5s;
}


.header .menu ul.menu-section .btn_primary:hover a:hover::after {
	display: none;
}

.header .menu ul li.btn_primary.active a::after {
	display: none;
}



.header .menu .menu-section .menu-subs .megamenu_boxes .menu_box .right_content a::after {
	display: none;
}

.header .menu>ul>li.menu-item-has-children:hover .menu-subs a:after {
	display: none;
}

.menu-section .btn_primary {
	border: 1px solid #A05840;
}

.header .menu>ul>li .menu-subs {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: auto;
	margin-top: 40px;
	padding: 1rem 2rem;
	border: none;
	outline: none;
	z-index: 500;
	opacity: 0;
	visibility: hidden;
	border-radius: 0.25rem;
	background: white;
	box-shadow: 2px 1px 8px 6px rgb(170 170 170 / 12%);
	transition: all 0.5s ease-in-out;
}

.header .menu>ul>li .menu-subs>ul>li {
	line-height: 1;
}

.header .menu>ul>li .menu-subs>ul>li>a {
	display: inline-block;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.25;
	padding: 0.75rem 0;
	border: none;
	outline: none;
	color: #121212;
	text-transform: capitalize;
	text-rendering: optimizeLegibility;
	transition: all 1s ease-in-out;
}

.header .menu>ul>li .menu-subs.menu-mega {
	left: 67%;
	transform: translateX(-50%);
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li {
	display: block;
	line-height: 1;
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
	display: inline-block;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.25;
	padding: 0.5rem 0;
	border: none;
	outline: none;
	color: #121212;
	text-transform: capitalize;
	text-rendering: optimizeLegibility;
	transition: color 0.3s ease-in-out;
}

.header .menu>ul>li .menu-subs {
	display: flex;
	flex-wrap: wrap;
	max-width: 68rem;
	width: 100%;
	padding: 1.25rem 1rem;
}

.menu-mobile-header,
.menu-mobile-trigger {
	display: none;
}

.not_found_text {
	text-align: center;
}

.not_found_text p {
	color: #031931;
	font-style: normal;
	font-family: 'DMSans-Bold';
	font-size: 34px;
	line-height: normal;
	text-align: center;
	margin: 0 0 15px 0;
	position: absolute;
	left: 0;
	right: 0;
}


.btn_primary {
	border-radius: 6px;
	background: #A05840;
	transition: all 0.5s;
	margin-top: 0;
	border: 1px solid #A05840;
}

.btn_primary:hover {
	background: #ffffff;
	color: #A05840 !important;
	border: 1px solid #A05840;
}

.btn_primary1:hover::before {
	left: 0;
}

.btn_primary1::before {
	position: absolute;
	content: "";
	width: 50%;
	height: 100%;
	left: -100%;
	top: 0;
	bottom: 0;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	background: #A05840;
	z-index: -1;
	overflow: hidden;
}

.btn_primary1:hover::after {
	right: 0;
}

.btn_primary1::after {
	position: absolute;
	content: "";
	width: 50%;
	height: 100%;
	right: -100%;
	top: 0;
	bottom: 0;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	background: #A05840;
	z-index: -1;
	overflow: hidden;
}


.btn_white {
	border-radius: 6px;
	background: white;
	padding: 14px 40px;
	color: #111111;
	transition: all 0.5s;
	text-align: center;
	font-family: DMSans-Bold;
}

.btn_white:hover {
	background: #743723;
	color: white;
}

.menu-section .btn_primary {
	padding: 0;
	height: auto;
	display: flex;
	color: white;
	align-items: center;
	justify-content: center;
	max-width: auto;
	width: auto;
	padding: 12px 16px;
}

.menu-section .btn_primary a {
	color: #ffffff;
}

.menu-section .btn_primary:hover a {
	color: #743723;
}


/* ---header-Megamnu--- */

.header .menu .menu-section {
	padding: 0;
}

.header .menu .menu-section .menu-subs {
	background-color: white;
	display: flex;
	flex-wrap: wrap;
	max-width: 559px;
	width: 100%;
	padding: 0 30px 25px 30px;
	border-radius: 16px;
}

.header .menu .menu-section .menu-subs .megamenu_boxes {
	padding: 0;
	display: block;
	width: 100%;
}




.header .menu .menu-section .menu-subs .megamenu_boxes .menu_box {
	display: flex;
	align-items: start;
	justify-content: start;
	padding-bottom: 30px;
	padding-top: 30px;
	border-bottom: 2px solid #F3F3F3;
}

.header .menu .menu-section .menu-subs .megamenu_boxes .menu_box:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}


.header .menu .menu-section .menu-subs .megamenu_boxes .menu_box {
	padding-top: 16px;
}

.header .menu .menu-section .menu-subs .megamenu_boxes .menu_box .left_content {
	padding: 0;
}

.header .menu .menu-section .menu-subs .megamenu_boxes .menu_box .left_content img {
	max-width: 100%;
	width: 140px;
	height: 140px;
	border-radius: 16px;
	object-fit: cover;
	display: block;
}

.header .menu .menu-section .menu-subs .megamenu_boxes .menu_box .right_content {
	padding: 0 0 0 25px;
}

.header .menu .menu-section .menu-subs .megamenu_boxes .menu_box .right_content p {
	color: #111;
	font-size: 32px;
	font-style: normal;
	font-family: DMSans-Bold;
	line-height: 40px;
	margin-bottom: 15px;
}

.header .menu .menu-section .menu-subs .megamenu_boxes .menu_box .right_content p a {
	color: #111;
	font-size: 32px;
	font-style: normal;
	font-family: DMSans-Bold;
	line-height: 40px;
	margin-bottom: 15px;
	margin-left: 0;
}

.header .menu .menu-section .menu-subs .megamenu_boxes .menu_box .right_content .img_icon {
	padding: 0 0 0 0;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background-color: #F3F3F3;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 11px;
}

.header .menu .menu-section .menu-subs .megamenu_boxes .menu_box .right_content a {
	color: #111111;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-left: 0;
	transition: all 0.3s ease;
}

.flex_icons {
	display: flex;
	align-items: center;
	justify-content: start;
	margin-bottom: 10px;
}

.ready_to_move {
	background: white;
	border-radius: 2px;
	padding: 12px 18px;
	max-width: max-content;
	position: absolute;
	top: 40px;
	left: 40px;
}

.ready_to_move p {
	color: #111;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

/* ------footer-------- */

footer {
	margin: 0;
	position: relative;
	padding: 0 0 0 0;
	border-top: 1px solid #A05840;
	background-color: #373435;
}

footer .sub_footer {
	background-image: url('/wp-content/themes/shivanta/assets/images/icons/curve_border.svg');
	background-size: contain;
	background-position: center;
	background-repeat: repeat;
	padding: 60px 0 60px 0;
}

footer .sub_footer .getin_touch_sec .left_touch_content {
	width: 38%;
	display: block;
}

footer .sub_footer .getin_touch_sec .right_form_content {
	width: 62%;
	display: block;
	padding-left: 20px;
}

footer .sub_footer .getin_touch_sec .left_touch_content h3 {
	color: #FFF;
	font-size: 80px;
	font-style: normal;
	font-family: DMSans-Bold;
	margin: 0 0 35px 0;
}

footer .sub_footer .getin_touch_sec .left_touch_content .flex_icons {
	display: flex;
	align-items: center;
}

footer .sub_footer .wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 14px;
	font-weight: normal;
	display: block;
	position: absolute;
	top: 66px;
}

#reset_projects {
	display: flex;
	height: 50px;
}

footer .sub_footer .wpcf7 form.invalid .wpcf7-response-output {
	color: #dc3232;
	margin: 16px 0 0;
	display: inline-block;
	position: relative;
	right: 0;
	top: 22px
}

footer .sub_footer .wpcf7-spinner {
	display: inline-block;
	background-color: #a0a5ab;
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0;

}

.call_email_details {
	background-color: white;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.call_email_details img {
	width: 25px;
	height: 25px;
}

.flex_wrap {
	display: flex;
	align-items: center;
	margin-right: 40px;
}

footer .sub_footer .getin_touch_sec {
	display: flex;
	align-items: start;
}

footer .sub_footer .getin_touch_sec .left_touch_content .flex_icons a {
	margin-left: 15px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	transition: all 0.3s ease-in-out;
}

footer .sub_footer .getin_touch_sec .right_form_content p {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	position: relative;
}

.swiper-wrapper {
	margin-left: 25%;
}




/*---Get a Quote css STARTS--- */

.Quote_form {
	margin: 20px 0 0 0;
}

.Quote_form .wpcf7-form-control-wrap .wpcf7-form-control {
	width: 90%;
	display: block;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #ffffff;
	font-family: DMSans;
	padding: 19px 0;
	color: white;
	font-size: 16px;
	border-radius: 0;
	margin: 0 0 25px 0;
	background: transparent;
	opacity: 0.7;
}

.Quote_form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-number {
	width: 99% !important;
}

.Quote_form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
	margin: 0 !important;
}

span[data-name="WriteMessage"] .wpcf7-not-valid-tip {
	top: 153px;
}

.Quote_form .wpcf7-form-control-wrap .wpcf7-form-control:focus {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	outline: none;
	box-shadow: none;
}

.Quote_form .wpcf7-textarea {
	height: 60px;
	overflow: hidden;
	width: 84% !important;
	float: left;
}

.Quote_form .wpcf7-form-control-wrap:first-child,
.Quote_form .wpcf7-form-control-wrap:nth-of-type(2),
.Quote_form .wpcf7-form-control-wrap:nth-of-type(3) {
	float: left;
	width: 33.33%;
}

.Quote_form .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
	color: white;
}

.Quote_form p br {
	display: none;
}

.Quote_form .wpcf7-submit {
	border-radius: 6px;
	background: white;
	padding: 14px 40px;
	transition: all 0.5s;
	text-align: center;
	outline: 0;
	box-shadow: none;
	border: 0;
	cursor: pointer;
	color: #111;
	font-family: DMSans-Bold;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	margin: 12px 0 0 30px;
}

.Quote_form .wpcf7-submit:hover {
	background: #743723;
	color: white;
}


/*---Get a Quote css ENDS--- */

.custom-field {
	position: relative;
	font-size: 14px;
	border-top: 20px solid transparent;
	margin-bottom: 5px;
	display: block;
	width: 320px;
	margin-right: 40px;
}

.custom-field input {
	border: none;
	background: transparent;
	padding: 15px 0 15px 0;
	border-radius: 0;
	width: 100%;
	outline: none;
	font-size: 16px;
	border-bottom: 1px solid white;
	color: #FFF;
}

.custom-field .placeholder {
	font-size: 16px;
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	top: 22px;
	line-height: 100%;
	transform: translateY(-50%);
	color: #d1c4c4;
	transition:
		top 0.3s ease,
		color 0.3s ease,
		font-size 0.3s ease;
}

.custom-field input.dirty+.placeholder,
.custom-field input:focus+.placeholder,
.custom-field input:not(:placeholder-shown)+.placeholder {
	top: 1px;
	font-size: 14px;
	color: white;
}

.row_form {
	display: flex;
	align-items: center;
}

.col_form {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 15px;

}

.col_form .custom-field {
	width: 80%;
}

.main_footer {
	background-color: white;
	padding: 60px 0 20px 0;
	position: relative;
}

.flex_main_block {
	display: flex;
	align-items: start;
	justify-content: center;
	margin-bottom: 50px;
}

.logo_footer_sec {
	width: 21%;
	display: block;
	padding: 0 50px 0 0;
}

.logo_footer_sec p {
	color: #111;
	font-style: normal;
	font-family: DMSans;
	line-height: 26px;
}

.logo_footer_sec img {
	max-width: 188px;
}

.flex_links {
	display: flex;
	align-items: start;
	justify-content: start;
	width: 53%;
	padding-left: 90px;
}

.main_footer .nav_links {
	width: 260px;
	padding-right: 80px;
}

.main_footer .nav_links h3 {
	color: #111;
	font-size: 20px;
	font-style: normal;
	font-family: DMSans-Medium;
	line-height: normal;
	margin: 0;
}

.flex_profile p {
	font-size: 16px !important;
}

.main_footer .nav_links .footer_nav_ul {
	padding: 0;
	margin: 20px 0 0 0;
}

.main_footer .nav_links .footer_nav_ul li {
	list-style-type: none;
	margin-bottom: 18px;
}

.main_footer .nav_links .footer_nav_ul li:last-child {
	margin-bottom: 0;
}

.main_footer .nav_links .footer_nav_ul li a {
	color: #111;
	font-size: 16px;
	font-style: normal;
	font-family: DMSans;
	line-height: 22px;
	transition: all 0.3s ease;
}



.flex_main_block .subscribe_wrap h4 {
	color: #111;
	font-size: 20px;
	font-style: normal;
	font-family: DMSans-Medium;
	line-height: normal;
	margin: 0 0 20px 0;
}

.subscribe_wrap {
	width: 25%;
}

.subscribe_wrap .inputbox {
	position: relative;
	margin-bottom: 20px;
}

.subscribe_wrap .inputbox .form_textbox .input_box {
	width: 100%;
	margin: 0;
	outline: none;
	padding: 15px;
	box-sizing: border-box;
	transition: 0.3s;
	padding-left: 50px;
	border-radius: 5px;
	border: 1px solid #868686;
	background: #FFF;
	height: 60px;

	color: #868686;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-family: DMSans;
}

.subscribe_wrap .inputbox .form_textbox img {
	width: 24px;
	position: absolute;
	left: 14px;
	top: 18px;
	padding: 0;
	transition: 0.3s;
}

.btn_footer {
	text-align: center;
	display: block;
	width: 100%;
}

.btn_footer .btn_primary {
	color: #FFF;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: DMSans-Bold;
	border-radius: 5px;
	height: 60px;
	width: 100%;
	margin-top: 20px;
}

.subscribe_wrap .mc4wp-response .mc4wp-alert p {
	font-size: 14px;
	margin-top: 11px;
	margin-bottom: 0;
	text-align: center;

}


.mini_footer {
	padding: 0 0 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mini_footer h5 {
	color: #111;
	font-style: normal;
	font-family: DMSans;
	line-height: normal;
	margin: 0;
	font-weight: 400;
	font-size: 14px;
}

.policy_links {
	display: flex;
	align-items: center;
	justify-content: center;
}

.policy_links li {
	list-style-type: none;
}

.policy_links li:last-child a>span {
	display: none;
}

.policy_links a {
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	font-family: DMSans;
	color: #111;
	display: flex;
	align-items: center;
	transition: all 0.2s ease;
}

.policy_links a:hover {
	color: #A05840;
}

.policy_links span {
	width: 10px;
	background-color: #A05840;
	height: 10px;
	margin: 0 25px;
	border-radius: 50px;
}

.policy_links .menu-item-type-custom {
	color: #111;
	font-family: DM Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	list-style: none;
}

.policy_links .menu-item-type-custom:last-child a>span {
	display: none;
}

.social_icons {
	display: flex;
	align-items: center;
	justify-content: center;
}

.social_icons img {
	max-width: 43px;
	margin: 0 8px;
}

.float {
	position: fixed;
	width: 70px;
	height: 70px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

.float img {
	width: 100%;
	object-fit: cover;
}

.my-float {
	margin-top: 16px;
}

.font_700 {
	font-weight: 700 !important;
}

.listing_banner_sec {
	height: 683px;
}

.listing_banner_sec .flower_img {
	top: -116px;
}

.listing_banner_sec .flower_img_one {
	top: 94px;
	left: 427px;
}

.listing_banner_sec .flower_img_two {
	bottom: -102px;
	left: 485px;
}

.listing_banner_sec .name_logo_banner {
	height: 399px;
	margin-top: 0;
	position: absolute;
	left: 0;
	right: 0;
	z-index: -2;
	top: -126px;
}

.project_listing_sec {
	padding: 140px 0;
}

.project_listing_sec .projectBox_wrapper {
	padding: 80px 0 30px 0;
}

.project_listing_sec .our_projects_content h2 {
	text-align: center;
	margin-bottom: 40px;
	font-family: 'DMSans-Bold';
}

.project_listing_sec .our_projects_content p {
	color: #111;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-family: DMSans;
	line-height: 26px;
}

.project_listing_sec .our_projects_content {
	max-width: 83%;
	margin: 0 auto;
}

.select-dropdown {
	background-color: transparent;
	border-radius: 2px;
	padding-bottom: 0;
	border-bottom: 1px solid #707070;
	font-family: DMSans;
}

.select-dropdown select {
	font-size: 18px;
	font-style: normal;
	font-family: DMSans-Bold;
	padding: 0 0 24px 0;
	border: none;
	background-color: transparent;
	appearance: none;
	width: 100%;
}

.select-dropdown select:active,
.select-dropdown select:focus {
	outline: none;
	box-shadow: none;
}

.select-dropdown:after {
	content: " ";
	position: absolute;
	top: 0;
	margin-top: 0;
	right: 8px;
	width: 25px;
	height: 25px;
	background-image: url('/wp-content/themes/shivanta/assets/images/icons/down_arrow.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
}

.select-dropdown option {
	font-size: 18px;
	padding: 15px;
	color: #444;
	width: 100%;
	font-family: DMSans;
}

.listing_form {
	margin-top: 50px;
}

.listing_form .flex_selectBox {
	display: flex;
	align-items: center;
}

.flex_selectBox .select_input {
	width: 28%;
	margin-top: 0;
	margin-right: 40px;
	position: relative;
}

.btn_form .btn_primary {
	padding: 15px 15px;
	width: 118px;
	text-align: center;
}

/* //Loader blog */

.dot-loader {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background-color: black;
	position: relative;
	-webkit-animation: 1.2s grow ease-in-out infinite;
	animation: 1.2s grow ease-in-out infinite;
}

.dot-loader--2 {
	-webkit-animation: 1.2s grow ease-in-out infinite 0.15555s;
	animation: 1.2s grow ease-in-out infinite 0.15555s;
	margin: 0 20px;
}

.dot-loader--3 {
	-webkit-animation: 1.2s grow ease-in-out infinite 0.3s;
	animation: 1.2s grow ease-in-out infinite 0.3s;
}

.detail_banner_sec .commerical_wrapper .right_corner .wpcf7 form .wpcf7-response-output {
	margin: 6px 0 0 0;
	padding: 0;
	font-size: 14px;
}

.loader_main {
	flex: 0 0 25%;
	border: 1px solid rgba(255, 255, 255, 0.1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 30px 0px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

@keyframes grow {

	0%,
	40%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/* cms pages css */
#primary {
	padding-top: 40px;
}

.page_content {
	max-width: 1720px;
	width: 89.583vw;
	margin: 0 auto;
	padding: 0px 0;
	margin-bottom: 50px;
}

.cms-content {
	max-width: 1720px;
	width: 89.583vw;
	margin: 0 auto;
	padding: 0px 0;
	margin-top: 35px;
	margin-bottom: 50px;
}

.cms-content h2 {
	color: #031931;
	font-style: normal;
	font-family: DMSans-Bold;
	font-size: 25px;
	line-height: normal;
	text-align: left;
	margin: 0 0 15px 0;
}

.cms-content p {
	color: #031931;
	font-style: normal;
	font-size: 17px;
	font-weight: 400;
	line-height: 31px;
	text-align: left;
	margin: 0 0 15px 0;
	font-family: DMSans;
}

.cms-content ul, .cms-content ol {
	margin: 0 0 15px 0;
	padding: 0 0 0 25px;
}

.cms-content ul li, .cms-content ol li {
	list-style-type: disc;
	font-size: 17px;
	font-weight: 400;
	line-height: 31px;
}

.cms-content ol li {
	list-style-type: decimal-leading-zero;
}

/* ----------------------------Responsive Css Starts-------------------- */

@media only screen and (min-width: 1800px) and (max-width: 1899px) {
	footer .sub_footer .getin_touch_sec .left_touch_content h3 {
		font-size: 60px;
	}

	.Quote_form .wpcf7-textarea {
		width: 82% !important;
	}
}

@media only screen and (min-width: 1800px) {}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
	footer .sub_footer .getin_touch_sec .left_touch_content h3 {
		font-size: 60px;
	}

	.Quote_form .wpcf7-textarea {
		width: 76% !important;
	}

	footer .sub_footer .getin_touch_sec .left_touch_content {
		width: 48%;
	}

	footer .sub_footer .getin_touch_sec .right_form_content {
		width: 52%;
		display: block;
		padding-left: 0;
	}

	.logo_footer_sec {
		width: 24%;
		padding: 0 25px 0 0;
	}

	.flex_links {
		width: 55%;
		padding-left: 55px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	footer .sub_footer .getin_touch_sec .left_touch_content h3 {
		font-size: 60px;
	}

	footer .sub_footer .getin_touch_sec .left_touch_content {
		width: 40%;
		margin-left: 15px;
	}

	footer .sub_footer .getin_touch_sec .right_form_content {
		width: 58%;
	}

	.Quote_form .wpcf7-textarea {
		width: 76% !important;
	}

	.custom-field {
		margin-right: 20px;
	}

	.flex_wrap {
		margin-right: 20px;
	}

	footer .sub_footer .getin_touch_sec .left_touch_content .flex_icons a {
		margin-left: 7px;
		font-size: 14px;
	}

	.logo_footer_sec {
		padding: 0 29px 0 0;
	}

	.flex_links {
		padding-left: 25px;
	}

	.main_footer .nav_links {
		padding-right: 35px;
	}

	.logo_footer_sec img {
		max-width: 154px;
	}
}

@media only screen and (max-width: 1400px) {
	.btn {
		font-size: 17px;
		height: 56px;
	}

	.banner_content .btn_primary {
		margin-top: 15px;
	}

	.banner_sec .banner_content .h1 {
		max-width: 100%;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.main_footer {
		padding: 45px 13px 20px 13px;
	}

	.h2 {
		font-size: 75px;
	}

	footer .sub_footer .wpcf7 form.invalid .wpcf7-response-output {
		top: 0;
	}

	footer .sub_footer .getin_touch_sec .left_touch_content h3 {
		font-size: 60px;
	}

	footer .sub_footer .getin_touch_sec .left_touch_content {
		width: 40%;
		margin-left: 15px;
	}

	footer .sub_footer .getin_touch_sec .right_form_content {
		width: 58%;
	}

	.custom-field {
		margin-right: 20px;
	}

	.flex_wrap {
		margin-right: 10px;
		margin-bottom: 20px;
	}

	footer .sub_footer .getin_touch_sec .left_touch_content .flex_icons a {
		margin-left: 7px;
		font-size: 13px;
	}

	.logo_footer_sec {
		padding: 0 0 0 0;
		width: 30%;
	}

	.flex_links {
		padding-left: 20px;
		width: 48%;
	}

	.main_footer .nav_links {
		padding-right: 20px;
	}

	.main_footer .nav_links .footer_nav_ul li {
		margin-bottom: 12px;
	}

	.logo_footer_sec p {
		font-size: 14px;
	}

	.main_footer .nav_links .footer_nav_ul li a {

		font-size: 14px;
	}

	.logo_footer_sec img {
		max-width: 154px;
	}

	.header .menu>ul>li {
		margin-left: 55px;
	}

	footer .sub_footer .getin_touch_sec .left_touch_content .flex_icons {
		display: block;
	}

	.btn_footer .btn_primary {
		font-size: 16px;
		height: 55px;
	}

	.Quote_form .wpcf7-submit {
		margin: 30px 0 0 0;
	}

	.Quote_form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
		width: 100% !important;
	}

	footer .sub_footer .wpcf7-spinner {
		padding: 0;
		margin: 0;
		position: absolute;
		bottom: 13px;
		left: 150px;
	}

	footer .sub_footer {
		padding: 45px 0 45px 0;
	}

	.flex_main_block .subscribe_wrap h4,
	.main_footer .nav_links h3 {
		font-size: 18px;
	}

}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
	footer {
		padding: 30px 0 0 0;
	}

	.h2 {
		font-size: 72px !important;
	}



	footer .sub_footer {
		padding: 0 0 30px 0;
	}

	.main_footer {
		padding: 30px 0 20px 0;
	}

	footer .sub_footer .getin_touch_sec .left_touch_content h3 {
		font-size: 48px;
		margin: 0 0 11px 0;
	}

	.Quote_form .wpcf7-form-control-wrap .wpcf7-form-control {
		font-size: 15px;
	}

	.Quote_form .wpcf7-textarea {
		width: 70% !important;
	}

	.flex_main_block .subscribe_wrap h4,
	.main_footer .nav_links h3 {
		font-size: 16px;
	}

	footer .sub_footer .getin_touch_sec .left_touch_content {
		width: 36%;
		margin-left: 0;
	}

	footer .sub_footer .getin_touch_sec .right_form_content {
		width: 64%;
		padding-left: 0;
	}

	.btn_footer .btn_primary {
		font-size: 17px;
		height: 50px;
	}

	.custom-field {
		margin-right: 15px;
		width: 400px;
	}

	.flex_wrap {
		margin-right: 10px;
	}

	footer .sub_footer .getin_touch_sec .left_touch_content .flex_icons a {
		margin-left: 7px;
		font-size: 13px;
	}

	.logo_footer_sec {
		width: 30%;
		margin-bottom: 30px;
		float: left;
	}

	.flex_links {
		padding-left: 0;
		width: 70%;
	}

	.main_footer .nav_links {
		padding-right: 20px;
	}

	.main_footer .nav_links .footer_nav_ul li {
		margin-bottom: 12px;
	}

	.logo_footer_sec p {
		font-size: 15px;
	}

	.main_footer .nav_links .footer_nav_ul li a {

		font-size: 15px;
	}

	.logo_footer_sec img {
		max-width: 154px;
	}

	footer .sub_footer .getin_touch_sec .left_touch_content .flex_icons {
		display: block;
	}

	.flex_wrap {
		margin-right: 10px;
		margin-bottom: 19px;
	}

	.header .menu>ul>li {
		margin-left: 45px;
	}

	.project_listing_sec .our_projects_content {
		max-width: 100%;
	}

	.flex_selectBox .select_input {
		margin-right: 25px;
	}

	.flex_main_block {
		display: block;
	}

	.subscribe_wrap {
		width: 100%;
		margin-top: 33px;
	}


}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.header .menu>ul>li {
		margin-left: 40px;
	}

	.h2 {
		font-size: 72px !important;
	}

	.main_footer .container {
		width: 100% !important;
	}

	footer .sub_footer .getin_touch_sec .left_touch_content h3 {
		font-size: 59px;
	}

	.header .menu>ul>li .menu-subs.menu-mega {
		left: 50%;
	}

	.header .menu .menu-section .menu-subs .megamenu_boxes .menu_box .right_content p {
		font-size: 30px;
		margin-bottom: 9px;
	}

	.header .menu .menu-section .menu-subs .megamenu_boxes .menu_box .right_content a {
		font-size: 15px;
	}

	.header .menu .menu-section .menu-subs .megamenu_boxes .menu_box .right_content {
		padding: 0 0 0 17px;
	}

	.megamenu_boxes .divider {
		margin-top: 24px;
		margin-bottom: 24px;
	}

	footer .sub_footer .getin_touch_sec .left_touch_content .flex_icons {
		display: block;
	}

	footer .sub_footer .getin_touch_sec .left_touch_content {
		width: 48%;
		display: block;
	}

	footer .sub_footer .getin_touch_sec .left_touch_content .flex_icons {
		display: block;
	}

	footer .sub_footer .getin_touch_sec .right_form_content {
		width: 48%;
		display: block;
		padding-left: 10px;
	}

	.flex_wrap {
		margin-bottom: 15px;
		margin-right: 0;
	}

	.flex_main_block {
		flex-wrap: wrap;
	}

	.btn_footer .btn_primary {
		font-size: 17px;
		height: 56px;
	}

	.Quote_form .wpcf7-textarea {
		width: 100% !important;
	}

	.Quote_form .wpcf7-submit {
		margin: 0;
	}

	.Quote_form .wpcf7-form-control-wrap:first-child,
	.Quote_form .wpcf7-form-control-wrap:nth-of-type(2),
	.Quote_form .wpcf7-form-control-wrap:nth-of-type(3) {
		float: left;
		width: 100%;
	}

	.Quote_form .wpcf7-form-control-wrap .wpcf7-form-control {
		margin: 0 0 15px 0;
		width: 100%;
	}

	.logo_footer_sec {
		width: 30%;
		display: block;
		padding: 0 0 0 0;
	}

	.logo_footer_sec img {
		max-width: 118px;
	}

	.flex_links {
		width: 66%;
		padding-left: 30px;
	}

	.subscribe_wrap {
		width: 55%;
		margin: 30px auto 5px auto;
	}

	.main_footer .nav_links {
		padding-right: 20px;
	}

	.custom-field {
		margin-right: 20px;
	}

	.project_listing_sec .our_projects_content {
		max-width: 100%;
	}

	.flex_selectBox .select_input {
		margin-right: 20px;
	}

	.select-dropdown select {
		font-size: 16px;
		padding: 0 0 18px 0px;
	}


	.top_img_content img {
		height: calc(400px - 50px);
	}

	.listing_banner_sec {
		height: 500px;
	}
}



@media only screen and (min-width: 992px) {
	.header .menu>ul>li.menu-item-has-children:hover .menu-subs {
		margin-top: 35px;
		opacity: 1;
		visibility: visible;
	}

	.header-item-right .btn_primary {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	.top_img_content img {
		height: calc(400px - 50px);
	}

	body {
		margin: 70px 0 0 0;
	}

	.right_corner hr {
		margin: 10px 0px 10px 0 !important;
	}

	.testimonial_sec .main_title:after {
		display: none !important;
	}

	.header .menu .menu-section .menu-subs .megamenu_boxes .menu_box {
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.header .menu.active ul li.active a:after {
		display: none;
	}

	.header .menu.active ul li a {
		justify-content: space-between;
	}

	.header .menu.active ul li a:hover::after {
		display: none;
	}

	.listing_banner_sec .name_logo_banner {
		height: 330px;
	}

	.sub_footer .container,
	.main_footer .container {
		width: 100% !important;
	}

	.middle_content h3 {
		max-width: calc(100% - 182px);
	}

	.ready_to_move p {
		font-size: 16px !important;
	}

	.ready_to_move {
		top: 20px !important;
		left: 20px !important;
		padding: 8px 10px;
	}

	.h2 {
		font-size: 60px;
	}

	.header {
		height: 70px;
		padding: 0 10px;
		position: fixed;
	}

	.header .logo img {
		max-width: 95px;
	}

	.header-item-right .btn_primary {
		display: flex;
		height: 50px;
		padding: 16px 25px;
	}

	.header .container {
		width: 100% !important;
	}

	.header-item-center {
		flex: 0 0 100%;
		order: 3;
	}

	.header-item-left,
	.header-item-right {
		flex: 0 0 auto;
	}

	.wrapper {
		justify-content: space-between;
	}

	.Quote_form .wpcf7-textarea {
		width: 73% !important;
	}

	.header .menu-mobile-trigger {
		position: relative;
		display: block;
		cursor: pointer;
		width: 1.75rem;
		height: 1rem;
		border: none;
		outline: none;
		margin-left: 20px;
		margin-right: 20px;
		background: none;
		transform: rotate(0deg);
		transition: 0.35s ease-in-out;
	}

	.header .menu-mobile-trigger span {
		display: block;
		position: absolute;
		width: 100%;
		height: 2px;
		left: 0;
		border: none;
		outline: none;
		opacity: 1;
		border-radius: 0.25rem;
		background: #121212;
		transform: rotate(0deg);
		transition: 0.25s ease-in-out;
	}

	.header .menu-mobile-trigger span.navicon {
		background: #333;
		display: block;
		height: 2px;
		position: relative;
		transition: .2s ease-out;
		width: 18px;
	}

	.header .menu-mobile-trigger .navicon:before {
		top: 5px;
	}

	.header .menu-mobile-trigger .navicon:after {
		top: -5px;
	}


	.header .menu-mobile-trigger .navicon::after,
	.header .menu-mobile-trigger .navicon::before {
		background: #333;
		content: '';
		display: block;
		height: 100%;
		position: absolute;
		transition: all .2s ease-out;
		width: 100%;
	}

	.header .menu>ul>li>a.btn_primary {
		width: 100%;
		text-align: center;
		height: 50px;
		margin: 10px 0;
		display: none;
	}

	.header .menu-mobile-trigger span:nth-child(1) {
		top: 0;
	}

	.header .menu-mobile-trigger span:nth-child(2),
	.header .menu-mobile-trigger span:nth-child(3) {
		top: 0.5rem;
	}

	.header .menu-mobile-trigger span:nth-child(4) {
		top: 1rem;
	}

	.header-item-right {
		align-items: center;
	}

	.header .menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 80%;
		height: 100%;
		z-index: 1099;
		overflow: hidden;
		background: #fafafa;
		transform: translate(-100%);
		transition: all 0.5s ease-in-out;
	}

	.header .menu.active {
		transform: translate(0%);
		width: calc(100% - 400px);
	}

	.header .menu>ul>li {
		display: block;
		line-height: 1;
		margin: 0;
	}

	.header .menu>ul>li>a {
		line-height: 30px;
		padding: 0;
		margin: 0 0 15px 0;
		position: relative;
	}



	.header .menu>ul>li>a i.ion {
		position: absolute;
		font-size: 1.25rem;
		line-height: 3.125rem;
		top: 0;
		right: 0;
		width: 3.125rem;
		height: 3.125rem;
		text-align: center;
		transform: rotate(-90deg);

	}

	.header .menu.active .menu_arrow {
		content: "";
		background-image: url('/wp-content/themes/shivanta/assets/images/icons/down_arrow.svg');
		height: 25px;
		width: 25px;
		background-repeat: no-repeat;
		background-size: 15px;
		display: block;
		filter: brightness(1);
		position: absolute;
		right: 0;
		bottom: 0;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
		z-index: 2;
		background-position: center
	}



	.header .menu ul li.active .menu-subs a::after {
		display: none;
	}

	.header .menu.active ul li.btn_primary {
		width: 150px;
		height: 45px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 20px 0 0 0;
	}

	.header .menu.active ul li.btn_primary a {
		margin: 0;
	}


	.header .menu .menu-mobile-header {
		position: relative;
		position: sticky;
		display: flex;
		align-items: center;
		justify-content: space-between;
		top: 0;
		height: 3.125rem;
		z-index: 501;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		background: #fafafa;
	}

	.header .menu .menu-mobile-header .menu-mobile-arrow {
		border: 0;
	}

	.header .menu .menu-mobile-header .menu-mobile-arrow img {
		display: none;
		width: 28px;
		height: 28px;
		cursor: pointer;
		text-align: center;
		border: 0;
		background: #fafafa;
		padding-left: 0;
		transform: rotate(90deg);
	}

	.header .menu.active .menu-mobile-header.active .menu-mobile-arrow img {
		display: block;
		right: 12px;
		bottom: 10px;
	}

	.header .menu.active .menu-section .menu_li:first-child .menu_arrow {
		display: none;
	}

	.header .menu.active .menu-section .menu_li:nth-child(4) .menu_arrow, .header .menu .menu-section .menu_li:nth-child(5) .menu_arrow {
		display: none;
	}

	.header .menu.active ul li.btn_primary .menu_arrow {
		display: none;
	}

	.header .menu .menu-mobile-header .menu-mobile-title {
		font-family: inherit;
		font-size: 1rem;
		font-weight: 500;
		line-height: inherit;
		color: #121212;
		text-transform: capitalize;
		text-rendering: optimizeLegibility;
	}

	.header .menu .menu-mobile-header .menu-mobile-close {
		width: 21px;
		height: 21px;
		border: 0;
		text-align: center;
		background: #fafafa;
		cursor: pointer;
		margin-right: 15px;
	}

	.header .menu .menu-mobile-header .menu-mobile-close img {
		width: 18px;
		height: 18px;
		cursor: pointer;
		text-align: center;
		border: 0;
		background: #fafafa;
		padding-left: 0;
	}

	.header .menu .menu-section {
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
		padding: 0 15px;
		margin-top: 20px;
	}

	.header .menu .menu-section .menu-subs .megamenu_boxes .menu_box .left_content img {
		width: 110px;
		height: 110px;
		border-radius: 10px;
	}





	.header .menu .menu-section .menu-subs .megamenu_boxes .menu_box .right_content {
		padding: 0 0 0 15px;
	}

	.header .menu .menu-section .menu-subs .megamenu_boxes .menu_box .right_content p {
		font-size: 24px;
		margin-bottom: 21px;
		line-height: 0;
	}

	.header .menu .menu-section .menu-subs .megamenu_boxes .menu_box .right_content a {
		margin-left: 9px;
		font-size: 14px;
		max-width: 100%;
	}

	.flex_icons {
		margin-bottom: 8px;
	}

	.header .menu>ul>li .menu-subs.menu-mega {
		position: absolute;
		display: none;
		top: 0;
		left: 0;
		max-width: none;
		min-width: auto;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 1rem;
		padding-top: 4rem;
		opacity: 1;
		overflow-y: auto;
		visibility: visible;
		transform: translateX(0%);
		box-shadow: none;
	}

	.header .menu>ul>li .menu-subs.active {
		display: block;
		height: auto;
		margin-top: 0;
		padding-top: 0;
	}

	.header .menu.active ul li .menu-subs.menu-mega {
		position: fixed;
		top: 51px;
		overflow: auto;
		height: auto;
	}

	.header .menu>ul>li .menu-subs.menu-column-4>.list-item {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		padding: 0rem;
	}

	.header .menu>ul>li .menu-subs.menu-column-4>.list-item img.responsive {
		margin-top: 0;
	}

	.header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {
		margin-bottom: 1.25rem;
	}

	.header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center:last-child .title {
		margin-bottom: 0rem;
	}

	.header .menu>ul>li .menu-subs>ul>li>a {
		display: block;
	}

	.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul {
		margin-bottom: 1rem;
	}

	.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
		display: block;
	}

	.overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		opacity: 0;
		visibility: hidden;
		background: rgba(0, 0, 0, 0.55);
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	.overlay.active {
		opacity: 1;
		visibility: visible;
	}

	#reset_projects {
		display: flex;
	}

	#reset_projects:hover {
		background: #ffffff;
		color: #A05840 !important;
		border: 1px solid #A05840;
	}

	/* ---Footer-- */

	footer .sub_footer .getin_touch_sec {
		width: 100%;
		display: block;

	}

	footer .sub_footer .getin_touch_sec .left_touch_content {
		width: 100%;
		display: block;
		margin: 0 0 30px 0;
	}

	footer .sub_footer .getin_touch_sec .left_touch_content .flex_icons {
		display: flex;
	}

	footer .sub_footer .getin_touch_sec .right_form_content {
		width: 100%;
		display: block;
		padding-left: 0;
		margin: 0 0;
	}

	.flex_wrap {
		margin-bottom: 15px;
	}

	.custom-field {
		width: 349px;
		margin-right: 18px;
	}

	footer .sub_footer .wpcf7-spinner {
		margin: 0 0 -5px 15px;
	}

	.logo_footer_sec {
		width: 100%;
		display: block;
		padding: 0 0 0 0;
	}

	.flex_links {
		width: 100%;
		padding-left: 0;
		margin-top: 35px;
		margin-bottom: 35px;
	}

	.main_footer .nav_links {
		width: 100%;
		padding-right: 33px;
	}

	.flex_main_block {
		display: block;
	}

	footer .sub_footer {
		overflow: hidden;
		padding: 45px 25px 45px 25px;
	}

	.subscribe_wrap {
		width: 100%;
	}

	.main_footer {
		padding: 30px 20px 20px 20px;
	}

	.project_listing_sec .our_projects_content {
		max-width: 100%;
	}

	.flex_selectBox .select_input {
		margin-right: 20px;
	}

	.select-dropdown select {
		font-size: 16px;
		padding: 0 0 18px 0px;
	}
}

@media only screen and (max-width: 767px) {

	.h1 {
		font-size: 7.562vw;
	}

	.h2 {
		font-size: 8.167vw;
	}

	.h3 {
		font-size: 2.604vw;
	}

	.h4 {
		font-size: 1.563vw;
	}

	.h5 {
		font-size: 2.729vw;
	}

	.swiper-wrapper {
		margin-left: 0;
	}

	.listing_form .flex_selectBox {
		display: block;
	}

	.header .menu .menu-section .menu-subs .megamenu_boxes .menu_box .left_content img {
		width: 99px;
		height: auto;
		border-radius: 10px;
		object-fit: cover;
	}

	.h2 {
		font-size: 55px;
	}

	.top_img_content a {
		width: 100%;
	}

	.btn {
		padding: 15px 30px;
		font-size: 16px;
	}

	.header-item-right .btn_primary {
		font-size: 14px;
	}

	.right_corner hr {
		margin: 8px 0 8px 0 !important;
	}

	.right_corner img {
		width: 30px !important;
		height: 30px !important;
		margin-bottom: 5px !important;
	}



	.main_title:after {
		display: none;
	}

	.header-item-right .btn_primary {
		display: flex;
		height: 45px;
		padding: 10px 19px;
	}

	.btn_primary {
		font-size: 14px;
		height: 45px;
		padding: 10px 19px;
	}



	/* /// */

	.listing_banner_sec .name_logo_banner {
		height: 100px;
		top: -16px;
	}

	span[data-name="WriteMessage"] .wpcf7-not-valid-tip {
		top: 64px;
	}

	.flex_selectBox .select_input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.btn_form .btn_primary {
		margin: 0 auto;
	}


	.main_footer {
		padding: 25px 15px 15px 15px;
	}

	.main_footer .nav_links {
		width: 100%;
		padding-right: 16px;
	}

	.mini_footer {
		flex-direction: column;
	}

	.mini_footer h5 {
		margin: 0 0 15px 0;
	}

	.policy_links {
		margin-bottom: 22px;
	}

	footer .sub_footer .getin_touch_sec .left_touch_content h3 {
		font-size: 65px;
	}

	footer .sub_footer {
		overflow: hidden;
		padding: 30px 18px 30px 18px;
	}


	.mini_footer::before,
	.flex_main_block:after {
		display: none;
	}

	.header .menu.active {
		transform: translate(0%);
		width: calc(100% - 130px);
	}

	.Quote_form .wpcf7-submit {
		margin: 12px 0 0 14px;
	}

	.Quote_form .wpcf7-form-control-wrap .wpcf7-form-control {
		width: 100%;
	}

	.Quote_form .wpcf7-form-control-wrap:first-child,
	.Quote_form .wpcf7-form-control-wrap:nth-of-type(2),
	.Quote_form .wpcf7-form-control-wrap:nth-of-type(3) {
		float: none;
	}

	.listing_banner_sec .name_logo_banner {
		height: 151px;
		top: -38px;
	}

	.banner_sec .banner_content {
		top: 0px !important;
	}

	.flex_main_block {
		margin-bottom: 25px;
	}


}

@media only screen and (max-width: 680px) {
	.main_footer .nav_links .footer_nav_ul li {
		margin-bottom: 12px;
	}

	.header .menu .menu-section .menu-subs .megamenu_boxes .menu_box .right_content .img_icon {
		width: 25px;
		height: 25px;
		margin-right: 4px;
	}

	.header .menu .menu-section .menu-subs .megamenu_boxes .menu_box .right_content a {
		margin-left: 4px;
		font-size: 13px;
		max-width: 100%;
	}

	.header .menu.active {
		transform: translate(0%);
		width: calc(100% - 50px);
	}

	.main_footer .nav_links .footer_nav_ul li a {
		font-size: 16px;
	}

	.main_footer .nav_links h3 {
		font-size: 22px;
	}

	.Quote_form .wpcf7-textarea {
		width: 100% !important;
	}

	.Quote_form .wpcf7-submit {
		margin: 30px 0 0 0;
	}

	.main_footer .nav_links .footer_nav_ul {

		margin: 13px 0 0 0;
	}

	footer .sub_footer .getin_touch_sec .left_touch_content .flex_icons {
		display: block;
	}

	.row_form {
		display: block;
	}

	.custom-field {
		width: 100%;
	}

	footer .sub_footer .getin_touch_sec .left_touch_content h3 {
		font-size: 48px;
	}

	/* // */

	.banner_sec .banner_content .h1 {
		margin: 0 auto 20px auto;
	}

	.top_img_content img {
		height: auto !important;
	}

	.middle_content h3 {
		font-size: 22px !important;
	}

	.right_corner {
		padding: 12px !important;
		width: 148px !important;
	}

	.right_corner .h4 {
		font-size: 16px !important;
		line-height: 16px !important;
	}

	.ready_to_move p {
		font-size: 14px !important;
	}

	.middle_content h3 {
		max-width: calc(100% - 148px) !important;
	}

	.blog_sec .h2:after {
		display: none !important;
	}

	/* /// */

	.main_footer .container,
	.sub_footer .container {
		width: calc(100% - 1rem) !important;
	}

	.float {
		width: 55px;
		height: 55px;
		bottom: 61px;
		right: 15px;
	}

	.subscribe_wrap .inputbox .form_textbox .input_box {
		height: 50px;
		font-size: 14px;
	}

	.subscribe_wrap .inputbox .form_textbox img {
		top: 13px;
	}
}

@media only screen and (max-width: 480px) {
	.h1 {
		font-size: 38px;
	}

	.flex_links {
		display: block;
	}

	.main_footer .nav_links {
		margin-bottom: 45px;
	}

	.main_footer .container {
		width: calc(100% - 1rem) !important;
	}

	.header .menu .menu-section .menu-subs .megamenu_boxes .menu_box .right_content a {
		margin-left: 4px;
		font-size: 13px;
		max-width: 100%;
	}

	.policy_links a,
	.mini_footer h5 {
		text-align: center;
		display: block;
	}

	.header .menu.active {
		transform: translate(0%);
		width: calc(100% - 20px);
	}

	.btn_footer .btn_primary {
		font-size: 16px;
		height: 45px;
		padding: 10px 19px;
	}

	.h2 {
		font-size: 46px;
	}
}

@media only screen and (max-width: 375px) {
	.h1 {
		font-size: 35px;
	}

	.h2 {
		font-size: 40px;
	}

	footer .sub_footer .getin_touch_sec .left_touch_content .flex_icons a {
		margin-left: 5px;
		font-size: 14px;
	}

	footer .sub_footer .getin_touch_sec .left_touch_content h3 {
		font-size: 42px;
		margin: 0 0 20px 0;
	}

	footer .sub_footer .getin_touch_sec .right_form_content p {
		font-size: 18px;
	}

	.wpcf7-response-output {
		font-size: 14px;
	}

	.header .logo img {
		max-width: 70px;
	}

	.header-item-right .btn_primary {
		height: 40px;
		padding: 10px;
		font-size: 13px;
	}

	.blog_sec {
		padding: 60px 0 !important;
	}
}

@media only screen and (max-width: 320px) {

	footer .sub_footer .getin_touch_sec .left_touch_content .flex_icons a {
		margin-left: 5px;
		font-size: 14px;
	}

	footer .sub_footer .getin_touch_sec .right_form_content p {
		font-size: 16px;
	}

	.Quote_form .wpcf7-form-control-wrap .wpcf7-form-control {
		padding: 14px 0;
		color: white;
		font-size: 15px;
		border-radius: 0;
		margin: 0 0 18px 0;
	}

	footer .sub_footer .getin_touch_sec .left_touch_content h3 {
		font-size: 38px;
		margin: 0 0 17px 0;
	}

	.Quote_form .wpcf7-submit {
		font-size: 15px;
		font-style: normal;
		line-height: 19px;
		padding: 12px 26px;
	}

	.banner_sec {
		height: 45vh !important;
		margin-top: 65px !important;
	}

	.banner_sec .banner_content .h1 {
		margin: 0 auto 0 auto !important;
	}

	.h2 {
		text-align: center !important;
	}

	.blog_bottom_content {
		padding: 14px !important;
	}

	.blog_bottom_content a.more_link {

		font-size: 16px !important;

	}
}


.checkbox-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px; /* Space between checkboxes */
  }
  
  .checkbox-grid .wpcf7-checkbox {
	display: inline-block;
	width: calc(33.333% - 10px); /* 3 checkboxes per row with some spacing */
	box-sizing: border-box;
  }
  
  .checkbox-grid .wpcf7-checkbox input[type="checkbox"] {
	margin-right: 8px;
  }
  
  .checkbox-grid .wpcf7-checkbox label {
	display: inline-block;
	vertical-align: middle;
  }
  