/* font-family: 'Poppins', sans-serif;  font-family: 'Noto Sans', sans-serif; */
/* Body */
*:focus {
	outline: none!important;
}
* { 
	-webkit-tap-highlight-color: transparent; 
}
a, article, div, h1, h2, h3, h4, h5, h6, img, section, span {
	-moz-user-select: none; 
	-webkit-user-select: none; 
}
input[type="radio"]{
    -webkit-appearance: radio!important;
}
input, select, textarea { 
	-webkit-appearance: none!important; 
	-webkit-border-radius:0!important; 
	border-radius: 0!important; 
}
div, a, button, input[type='submit'] {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}
.post, .page {
	margin: 0!important;
}

/* Body Def Class */
body.overflow-hidden {
	overflow: hidden;
}

/* button */
.def-btn-1 {
    padding: 15px 45px;
    display: inline-block;
    border-radius: 5px;
    background-color: #a4a4a4;
    color: #ffff;
    text-decoration: none!important;
    transition: all 0.3s ease-in-out;
}
.def-btn-1.btn-1 {
    background-color: #FF5400;
    color: #fff;
}
.def-btn-1.btn-1:hover {
    background-color: #FF5A5A;
}
/* elementor */
.elementor-button-content-wrapper{
	align-items: center!important;
}
.def-btn .elementor-button{
	min-height: 55px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.def-btn .elementor-button svg{
	width: 25px;
}

/* Header */
.site-header{
	position: fixed;
	z-index: 9999;
	width: 100%;
	transition: all 0.3s ease-in-out;
}
button.mobile-menu-btn img {
	width: 30px;
}
button.mobile-menu-btn {
	display: none;
	background-color: transparent;
	border: none;
	outline: none;
}
.nav-close {
    width: 24px;
    cursor: pointer;
    position: absolute;
    right: 20px;
	top: 20px;
    display: none;
}
.nav-main {
	margin-left: auto;
}
.navbar{
	padding: 8px 60px;
}
.head-social-icon a{
	margin-left: 10px;
}
.head-social-icon .social-link-top .textwidget{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.head-social-icon .social-link-top .textwidget * {
	margin-bottom: 0;
	margin-top: 0;
}
.head-social-icon{
	margin-bottom: 20px;
	width: 100%;
}
.navbar-nav{
	align-items: center;
}
.navbar-nav > li{
	margin-left: 40px;
}
.navbar-nav li a {
	color: black;
	text-decoration: none;
	font-size: 18px;
	transition: all 0.3s ease-in-out;
}
.navbar-nav > li:hover{
	color: #FF5A5A;
}
.dd-menu > a {
	color: black!important;
	cursor: pointer;
	background-image: url(./css_bg_img/dwn_arr_01.png);
	background-repeat: no-repeat;
	background-size: 13px auto;
	background-position: calc(100% - 5px) center;
	padding-right: 25px;
}
.dd-menu{
	position: relative;
}
ul.sub-menu {
	display: none;
	list-style: none;
	padding: 24px 0 0px 0;
	margin: 0;
	position: absolute;
	min-width: 140px;
	top: 100%;
	transition: all 0.3s ease-in-out;
}
ul.sub-menu li a {
	display: block;
	padding: 8px 16px;
	background-color: white;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
}
ul.sub-menu li a:hover {
	background-color: #eaeaea;
}
@media screen and (min-width: 992px) {
	.dd-menu:hover ul.sub-menu{
		display: block;
	}
}
.call-btn a {
	min-height: 55px;
	display: flex;
	align-items: center;
	background-color: #ff5400;
	color: white!important;
	border-radius: 8px;
	background-image: url(./css_bg_img/call_01.png);
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: 25px center;
	padding: 0 36px 0 70px;
	transition: all 0.3s ease-in-out;
}
.call-btn a:hover {
	background-color: #FF5A5A;
}

.custom-logo{
	transition: all 0.3s ease-in-out;
	width: 220px;
}
/* head fix */
.site-header.head-fix{
	background-color: white;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
}
.site-header.head-fix .custom-logo {
	width: 85px;
}
.site-header.head-fix .head-social-icon{
	display: none;
}

/* pop-up */
.pop-up-div {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgb(0 0 0 / 50%);
	display: none;
	z-index: 999999999!important;
}
.pop-up-cont{
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pop-inn {
	width: 600px;
	max-width: 95vw;
	min-height: 120px;
	max-height: 80vh;
	border-radius: 10px;
	background-color: white;
	position: relative;
	padding: 60px 40px 40px 40px;
	overflow-y: auto;
	overflow-x: hidden;
	color: black;
}
.close-btn {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 12px;
	top: 10px;
	cursor: pointer;
	z-index: 9;
	background-color: white;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.close-btn img {
	width: 20px;
}

.pop-inn::-webkit-scrollbar {
	width: 6px;
}
.pop-inn::-webkit-scrollbar-track {
	border-radius: 10px;
}
.pop-inn::-webkit-scrollbar-thumb {
	background: #E8E8E8; 
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
}
.pop-inn::-webkit-scrollbar-thumb:hover {
	background: #d2d2d2; 
}
.pop-title img {
    width: 120px;
    margin-bottom: 10px;
}
.pop-title h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
}
.pop-title{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
	text-align: center;
}
/* Sticky Get Free Quote */
.sticky-gfq {
	position: fixed;
	top: 40vh;
	right: 0;
	z-index:9999;
	border-radius: 12px 0px 0px 12px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
	cursor: pointer;
}

/* Services */
.srv-col-main{
	margin-bottom: 30px;
}
.srv-box {
	min-height: 320px;
	background-color: white;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.3);
}
.srv-bg img {
	position: absolute;
	height: 100%!important;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;
	z-index: 1;
}
.overly-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-color: rgb(27 215 65 / 80%);
	z-index: 2;
	transition: all 0.3s ease-in-out;
}
.overly-bg.bg-1 {
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,1) 100%);
}
.overly-bg.bg-2 {
	opacity: 0;
	background-color: rgb(27 215 65 / 80%);
}
.srv-cont {
	padding: 30px;
	position: absolute;
	z-index: 3;
	color: white;
	width: 100%;
	top: 100%;
	transform: translateY(-100%);
	text-align: center;
	transition: all 0.3s ease-in-out;
}
.srv-box h2 {
	font-family: 'Noto Sans';
	font-size: 24px;
	line-height: 1.2;
	font-weight: 900;
	margin-bottom: 20px;
}
.srv-cont a {
	display: none;
}
.srv-cont a.vd-btn{
	background-image: url(./css_bg_img/right_arr_01.png);
	background-repeat: no-repeat;
	background-size: 26px auto;
	background-position: right center;
	padding-right: 40px;
	padding-bottom: 5px;
	color: white;
	transition: all 0.3s ease-in-out;
	font-size: 16px;
	font-family: 'Noto Sans';
	border-bottom: 1px solid white;
}
.srv-cont a.vd-btn:hover {
	padding-right: 50px;
}
.srv-box:hover .srv-cont {
	top: 50%;
	transform: translateY(-50%);
}
.srv-box:hover .srv-cont a {
	display: inline-block;
}
.srv-box:hover .overly-bg.bg-1{
	opacity: 0;
}
.srv-box:hover .overly-bg.bg-2{
	opacity: 1;
}

/* Home FAQs */
.acc-container {
	max-width: 800px;
	margin: 0px auto;
}
.acc-div {
	background-color: white;
	margin-bottom: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.3);
}
.acc-title h4, .acc-cont p {
	margin: 0;
}
.acc-title {
	padding: 25px 30px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.acc-cont {
	padding: 0 0 30px 0;
	margin: 0 30px;
}
.acc-cont{
	display: none;
}
.fa-down-arr{
	transition: all 0.3s ease-in-out;
}
.fa-down-arr.active{
	transform: rotate(-180deg);
}

.acc-container h4{
	font-family: 'Noto Sans', sans-serif;
	font-size: 20px;
	font-weight: 900;
	color: black;
}
.acc-container p {
	font-size: 16px;
	color: #343434;
}


/* Contact Form */
.contact-form-div .inp-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 25px 25px;
	grid-template-areas:
		". ."
		". .";
	margin-bottom: 25px;
}
.inp-div input::placeholder, 
.inp-div select::placeholder, 
.txt-div textarea::placeholder{
	color: black!important;
}
.inp-div input, .inp-div select, .txt-div textarea{
	width: 100%;
	border: 2px solid #dbdbdb!important;
	padding: 0 25px!important;
	border-radius: 5px!important;
	color: black!important;
}
.inp-div input, .inp-div select {
	height: 60px;
}
.sel-div {
    position: relative;
}
.sel-div i {
    position: absolute;
    top: 50%;
    right: 25px;
    z-index: 9;
    pointer-events: none;
	transform: translatey(-50%)
}
.txt-div textarea {
	height: 180px;
	padding: 15px 25px!important;
}
.sbmt-div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
}
.sbmt-div input[type="submit"] {
	min-height: 55px;
	min-width: 160px;
	border-radius: 8px!important;
	background-color: #FF5400!important;
	color: white!important;
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
}
.sbmt-div input[type="submit"]:hover{
	background-color: #404040!important
}
/* Site Footer */
.footer-main{
	background-color: #171717;
}
.footer-menu:first-child a img {
    width: 200px;
}

.footer-main .footer-inn-1{
	padding: 90px 0;
	color: white;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer-inn-1 h4 {
	margin-bottom: 20px;
	font-size: 18px;
}
.footer-menu .textwidget h4{
	font-family: 'Noto Sans';
	font-weight: 900;
}
.footer-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-menu ul li {
	margin-bottom: 10px;
}
.footer-menu ul li a {
	color: white;
	font-size: 16px;
}
.req-popup{
	margin-bottom: 20px;
}
a.req-call-btn {
	color: #1bd741!important;
	border-bottom: 1px solid #1bd741;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}
a.req-call-btn:hover {
	color: #5dff7e!important;
}
.footer-menu .textwidget *{
	margin-bottom: 0;
	margin-top: 0
}
.footer-inn-2 {
	padding: 60px 0 90px 0;
	border-top: 1px solid white;
}
.cont-info {
	display: flex;
	justify-content: center;
	align-items: center;
}
.inf-col a {
	color: white!important;
	font-size: 30px;
	font-weight: 700;
	transition: all 0.3s ease-in-out;
}
.inf-col img {
	max-width: 40px;
	max-height: 40px;
	object-fit: contain;
	margin-right: 25px;
}
.inf-col {
	padding: 0 30px;
}
.inf-col:not(:first-child) {
	border-left: 1px solid white;
}
.inf-col.social-link img{
	margin-right: 0;
}
.inf-col.social-link a{
	margin-left: 25px;
}
.inf-col.social-link a:hover img{
	opacity: 0.6;
}
.footer-bar{
	background-color: black;
	padding: 20px 0;
}
.footer-bar .footer-bar-inn h4{
	font-size: 16px;
	font-weight: 400;
	color: white;
	margin: 0;
	line-height: 1.1;
}
.footer-bar-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-bar-widget a, .footer-bar-widget ul li a {
    color: white;
}
.footer-bar-inn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



/* pop up form */
.popup-form-1 .txt-div textarea{
	height: 90px
}
.popup-form-1 .inp-div input, .popup-form-1 .inp-div select {
	height: 55px;
}
.popup-form-1 .sbmt-div{
	margin-top: 30px;
}
.popup-form-1 .inp-div {
	margin-bottom: 20px;
}
.popup-form-1 .txt-div {
	margin-bottom: 13px;
}
.moving-date{
	position: relative;
}
.moving-date:after {
	content: "";
    height: 35px;
    width: 35px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background-image: url(./css_bg_img/calendar.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    pointer-events: none;
    z-index: 9;
    border-radius: 3px;
}

/* Testimonial - Home Page - Testimonial Section and Testimonial Page */
.test-col {
    margin-bottom: 60px;
}
.rat-qt {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 20px;
}
.rat-num {
    display: none;
}
.rat-star i{
	color: #ffc107;
}
.rat-star i.fas.fa-star.active ~ i{
    color: #e8e8e8;
}
.qt-div img {
	width: 22px;
}
.test-usr-pp img {
	width: 78px!important;
	height: 78px!important;
	object-fit: cover!important;
	object-position: top center!important;
	border-radius: 50%!important;
}
.test-para p {
	margin: 0;
	color: #343434;
}
.test-para {
	background-color: #ececec;
	padding: 25px;
	border-radius: 10px;
}
.test-usr-div {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.test-usr-nd {
	color: #241e20;
	margin-left: 20px;
}
.test-usr-nd p {
	font-size: 14px;
	margin: 0;
}
.test-usr-nd h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
}

.slide-arrow img {
    height: 20px;
    width: 20px;
    cursor: pointer;
}
.slide-arrow {
    position: absolute;
    top: 40%;
	z-index: 999;
}
.slide-arrow.next-arrow.slick-arrow {
    right: 0;
    transform: translate(30px,-50%);
}
.slide-arrow.prev-arrow.slick-arrow {
    transform: translate(-30px, -50%);
    left: 0;
}
.slide-arrow:hover {
    opacity: 0.6;
}


.rat-qt, .test-para, .test-usr-div {
    display: none;
}
.tst-rvw{
	margin-top: 30px;
}
.tst-rvw iframe {
    min-height: 200px;
    height: 100%;
}
/* home page - "after" FAQ section - form */
.main-form {
    position: relative;
    min-height: 640px;
	overflow: hidden;
}
.main-form p:blank {
	display: none;
}
.main-form p{
	margin-bottom: 0;
}
.form-div {
    position: absolute;
    top: 50%;
	transition: all 0.3s ease-in-out;
	width: 100%;
	padding: 20px;
	left: -100%;
	transform: translateY(-50%);
}
.form-div.active{
	left: 0;
}
.form-div.step-1 {
    z-index: 9;
}
.form-div.step-2 {
    z-index: 8;
}
.form-div.step-3 {
    z-index: 7;
}
.form-div.step-4 {
    z-index: 6;
}
.form-div.step-5 {
    z-index: 5;
}
.form-div.step-6 {
    z-index: 4;
}

.btn-comm, .form-submit input{
    padding: 12px 36px!important;
    background-color: #FF5400!important;
    display: inline-block;
    margin-right: 10px;
    border-radius: 8px;
    color: white!important;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.btn-comm:hover, .form-submit input:hover{
	background-color: #FF5A5A!important;
}
.form-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.form-div h2{
	color: #000000;
	font-family: "Noto Sans", Sans-serif;
	font-size: 38px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2em;
	margin-bottom: 20px;
}
.form-div h4 {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 700;
}
.main-form .wpcf7-response-output {
    display: none!important;
}
.tit-div {
    margin-bottom: 40px;
}
.btn-comm{
	margin-top: 15px;
}
.form-div.step-3 input {
    height: 50px;
    border: none;
    border-bottom: 1px solid;
    background-color: transparent;
    margin-right: 60px;
    padding-left: 40px;
}
.form-div.step-3 input {
    background-image: url(./css_bg_img/loc_01.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: 20px;
}
.loc-div {
	margin: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.valid-note {
    position: absolute;
    font-size: 12px;
    color: #dc3232;
    font-weight: normal;
    padding-top: 3px;
}
.date-div {
    margin: 20px 0;
}
.date-div .date:after {
	content: "";
    height: 35px;
    width: 35px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background-image: url(./css_bg_img/calendar.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    pointer-events: none;
    z-index: 9;
    border-radius: 3px;
}
.btn-flx{
	display: flex;
	align-items: center;
	justify-content: center;
}
.date-div .date{
	position: relative;
}
.form-div.step-6 input, .date-div input {
    height: 50px;
    padding: 0 20px!important;
    border-radius: 8px!important;
}
.form-div.step-6 textarea{
	height: 150px;
    padding: 15px 20px!important;
    border-radius: 8px!important;
}
.form-inp{
	margin-bottom: 15px;
}

.form-submit {
    margin-top: 20px;
    margin-left: 83px;
}
/* Radio */
.radio-div.rad-1, .radio-div.rad-2, .radio-div.rad-3{
    margin: 60px 0 20px 0;
}
.main-form .wpcf7-radio label label {
    width: 70px;
    position: relative;
}
.main-form .wpcf7-radio label label img {
    max-width: 65px;
    max-height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	left: 0;
}
.main-form .wpcf7-radio label input {
    height: 0;
    width: 0;
    margin-left: -18px;
}
.main-form img.img-a2 {
    display: none;
}
.main-form .wpcf7-radio label input[type=radio]:checked + span + label>img.img-a1{
	display: none!important;
}
.main-form .wpcf7-radio label input[type=radio]:checked + span + label>img.img-a2{
	display: block!important;
}
.main-form .wpcf7-radio label input[type=radio]:checked + span{
	color: #FFA900;
}
.main-form .wpcf7-radio label span {
    margin-right: 8px;
}
.main-form .wpcf7-radio label {
    margin-right: 10px;
}
.main-form .wpcf7-not-valid-tip {
    font-size: 12px;
    text-align: left;
}
/*contact page*/
.cp-ax{
	color: #000;
	transition: all 0.3s ease-in-out;
}
.cp-ax:hover{
	color: #1BD741;
}

/* book Page */
.bp-ms-form .form-div.step-1{
	display: none;
}
.book-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding-left: 30px;
	border-radius: 15px;
	overflow: hidden;
	background-color: #eeeeee;
	font-family: 'Poppins';
	color: #000;
}
.book-btn h2, .book-btn h3 {
    margin: 0;
	font-weight: 400;
}
.book-btn a {
    color: #fff;
    margin: 0;
    padding: 10px 40px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 0;
    font-family: 'Poppins';
    font-size: 18px;
	transition: all 0.3s ease-in-out;
}
.book-btn h3 {
    font-size: 28px;
}
.book-btn h2 {
    font-size: 45px;
	display: flex;
	align-items: center;
}
.book-btn h2 span {
    font-size: 18px;
}
.book-btn.btn-1 a{
	background-color: #ff5400;
}
.book-btn.btn-2 a{
	background-color: #1bd741;
}
.book-btn.btn-1 a:hover, .book-btn.btn-2 a:hover{
	background-color: #000;
	color: #fff;
}
.book-btn a:focus {
    color: #fff;
}