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

 /* _grid.scss:34 */
.no-gutters {
	margin-right: 0;
	margin-left: 0;
  
	> .col,
	> [class*="col-"] {
	  padding-right: 0;
	  padding-left: 0;
	}
  }
   
.container-fluid {
	padding: 0px 40px !important;
	}

.logo {
	width: 190px;
	margin: 2px 0px;
	padding: 0px 0px;
	position: relative;
    }
.logo img {
	width: 100%;
	}
.stellarnav.mobile.right > ul {
	z-index: 99;
	background: #f0d04d;
    }
.main-nav {
	margin: 0px 0px;
	padding: 10px 0px;
	width: 100%;
	height: auto;
	background: #fff0;
	transition: all 0.1s ease 0s;
	z-index: 999;
	position: fixed;
	}  
.main-nav.scroll {
	background-color: #000000;
	height: 80px;
	padding: 5px 0px;
	transition: background-color .5s ease 0s;
	top: 0;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px 1px rgba(0,0,0,.07);
	}
.main-nav.scroll .logo {
	margin: 3px 0px;
	width: 105px;
	}
.main-nav.scroll .stellarnav ul {
	margin: 9px 0px;
	}
.main-nav.scroll .btn-appoinment {
	margin: 4px 0px;
	}
.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: start;
	align-items: center;
	}
.stellarnav ul {
	margin: 41px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 92px;
	}
.stellarnav > ul > li > a {
	padding: 0px 0px;
	font: normal normal normal 20px/49px DM Serif Display;
	letter-spacing: 0px;
	color: #ffffff;
	}
.stellarnav > ul > li > a:hover {
	color:#FFD11A;
	}
.stellarnav > ul > li > a.active {
	color:#FFD11A !important;
	}
.main-nav-socialicon {
	margin:20px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: right;
	}
.main-nav .stellarnav ul ul {
	width: 263px;
	padding: 12px 0px;
	}
.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
	border-bottom: #ccccccb8 1px solid;
	}
.main-nav .stellarnav li li a {
	font-size: 15px;
	padding: 8px 12px;
	color: #0c0c0c;
	font-weight: 400;
	}
.stellarnav li.has-sub a {
	padding-right: 0px !important;
	}
.main-nav .stellarnav li li a:hover {
	background: #e0e8fd;
	color:#21cdc0;
	}	
.main-nav .stellarnav li li a.active {
		background: #ecebeb82;
		color:#21cdc0;
		}
.stellarnav li.has-sub > a::after {
	content: '\f107';
	margin-left: 7px !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #21cdc0;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
	}
.rightlink {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: end;
	margin-top: 9px;
	}
.banner-section {
	margin:0px 0px;
	padding: 0px;
	width: 100%;
	position: relative;	
	z-index: 99;
	}
.banner-section .owl-carousel .owl-nav{
	display: none;
	}
.banner-section .owl-dots {
	display: block;
	}
.banner-section .owl-dots {
	display: block;
	position: absolute;
	bottom: 4%;
	text-align: center;
	width: 100%;
	}
.banner-section .owl-theme .owl-dots .owl-dot.active span, .banner-section .owl-theme .owl-dots .owl-dot:hover span {
	background: #FFD11A !important;
	border: #FFD11A !important;
	width: 22px;
	}
.banner-section .owl-theme .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	margin: 5px 3px;
	background: #ffffff;
	border:#ffffff 1px solid;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	}
.banner-section .owl-nav .owl-prev {	
	background: transparent;
	top: 50%;
	position: absolute;
	left: 142px;
	opacity: 1;
	width: 32px;
	border: #716c6c 1px solid !important;
	height: 32px;
	border-radius: 50px;
	color: #888282 !important;
	font-size: 20px !important;
	text-align: center;
	}
.banner-section .owl-nav .owl-next {
	background: transparent;
	top: 50%;
	position: absolute;
	right: 142px;
	opacity: 1;
	width: 32px;
	border: #716c6c 1px solid !important;
	height: 32px;
	border-radius: 50px;
	color: #888282 !important;
	font-size: 20px !important;
	text-align: center;
   }  
.banner-section .owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.owl-carousel .owl-item video {
	display: block;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.banner-section #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: rgba(13, 13, 13, 0.39);
	}
.bannercarousel-text {
	position: absolute;
	bottom: 13%;
	width: auto;
	text-align: center;
	padding: 0px 9%;
	left: 0%;
	right: 0px;
	}
.bannercarousel-text h2{
	margin: 0px 0px;
	padding: 0px 0px;
	text-align: center;
	font: normal normal normal 51px/110px DM Serif Display;
	letter-spacing: 0px;
	color: #FFFFFF;
    }

.aboutservices-section { 
	margin: 0px 0px;
	padding: 70px 0px;
	background: #F1E1A4;
	position: relative;
	width: 100%;
	}
.aboutservicesright{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
    }
.aboutservicesright h2 {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px;
	text-align: left;
	font: normal normal normal 46px/30px DM Serif Display;
	letter-spacing: 0px;
	color: #000000;
	text-transform: capitalize;
	}
.aboutservicesright p {
	margin: 0px 0px 32px 0px;
	padding: 0px 0px;
	text-align: left;
	font: normal normal normal 17px/26px Outfit;
	letter-spacing: 0px;
	color: #46412E;
	text-transform: capitalize;
	}
.aboutservicesright h6 {
	margin: 0px 0px 26px 0px;
	padding: 0px 0px;
	text-align: left;
	font: normal normal normal 19px/32px Outfit;
	letter-spacing: 0px;
	color: #393523;
	text-transform: capitalize;
	}
.know-more {
	margin: 0px 0px;
	padding: 10px 20px;
	position: relative;
	background: #FF3333;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	border: #FF3333 1px solid;
	border-radius: 53px;
	text-decoration: none;
	}
.know-more:hover {
	color: #ffffff;
	border: rgb(228, 21, 21) 1px solid;
	background: rgb(228, 21, 21);
	}
.aboutservicesimg01 {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 98%;
	height: 437px;
	overflow: hidden;
	border-radius: 10px;
	}
.aboutrocklineimg01 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	}
.aboutservicesimg02 {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 345px;
	overflow: hidden;
	border-radius: 10px;
	}
.aboutrocklineimg01 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	}
.aboutservicesimg03 {
	margin: 0px 0px 33px 0px;
	padding: 0px 0px;
	position: relative;
	width: 98%;
	height: 244px;
	overflow: hidden;
	border-radius: 10px;
	}
.aboutservicesimg03 img {
	width: 100%;
	height: 100%;
	}
.ourservices-section{
	margin: 0px 0px;
	padding: 70px 0px;
	background: #F9F8F2;
	position: relative;
	width: 100%;
    }
.ourservices-section h2 {
	margin: 0px 0px 36px 0px;
	padding: 0px 0px;
	text-align: center;
	font: normal normal normal 46px/30px DM Serif Display;
	letter-spacing: 0px;
	color: #000000;
	text-transform: capitalize;
	}
.ourservices-sect {
	padding: 0px 0px;
	margin-bottom: 20px;
	position: relative;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #29180B1A;
	border: 1px solid #C6D9EE;
	border-radius: 10px;
	min-height: 382px;
	overflow: hidden;
	}
.ourservices-img{
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;
	height: 292px;
    }
.ourservices-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	}
.ourservices-sect .owl-carousel .owl-dots {
	display: none !important;
	}
.ourservices-sect .owl-carousel .owl-nav {
	display: none !important;
	}
.ourservices-sect img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	}
.ourservicestext {
	margin: 0px 0px;
	padding: 16px 25px;
	background: #fff;
	position: relative;
	width: 100%;
	text-align: center;
	}
.ourservicestext h3 {
	margin: 0px 0px 17px 0px;
	padding: 0px 0px;
	text-align: center;
	font: normal normal normal 26px/29px DM Serif Display;
	letter-spacing: 0px;
	color: #000000;
	}
.ourservicestext p {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px;
	text-align: center;
	font: normal normal normal 16px/22px Outfit;
	letter-spacing: 0px;
	color: #363636;
	min-height: 140px;
	}
.linkicon {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 28px;
	color: #F33;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 5px;	
	}
.linkicon:hover {
	color: rgb(230, 13, 13);
	}
.linkicon .fa {
	font-size: 12px;
	}
.ourservices-btn{
	margin: 0px 0px;
	padding: 0px 0px;
	text-align: center;
	position: relative;
    }
.ourservices-btn .know-more {
	margin: 0px 0px;
	padding: 10px 20px;
	position: relative;
	background: #FF3333;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	border: #FF3333 1px solid;
	border-radius: 53px;
	text-decoration: none;
	}
.ourservices-btn .know-more:hover {
	color: #ffffff;
	border: rgb(228, 21, 21) 1px solid;
	background: rgb(228, 21, 21);
	}

.friendlyservice-section{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	overflow: hidden;
    }
.fastfriendly{
	margin: 0px 0px;
	padding: 44px 57px 44px 39px;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
    }
.fastfriendly h2 {
	margin: 27px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: left;
	font: normal normal normal 33px/30px DM Serif Display;
	letter-spacing: 0px;
	color: #fff;
	text-transform: capitalize;
	}
.fastfriendly-bg {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
    }
.fastfriendly-bg img {
	width: 100%;
	height: 100%;
	}

.fastfriendly-img{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 100%;
}
.fastfriendly-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.form-bookcervice {
	margin: 0px 0px;
	padding: 12px 0px;
	position: relative;
	width: 100%;
}
.form-bookcervice .form-group {
	margin: 0px 0px 12px 0px;
    }
.form-bookcervice .form-control {
	display: block;
	width: 100%;
	padding: 8px 12px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	background-color: #87888D;
	background-clip: padding-box;
	border: 1px solid #87888D;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}
.form-bookcervice .form-control::placeholder {
	color: #fff;
	opacity: 1; /* Firefox */
	}
	  
.form-bookcervice .form-control::-ms-input-placeholder { /* Edge 12 -18 */
	color: #fff;
	}
.form-bookcervice .btn-submit {
	margin: 26px 0px;
	padding: 10px 37px;
	position: relative;
	background: #FF3333;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	border: #FF3333 1px solid;
	border-radius: 53px;
	text-decoration: none;
	}
.form-bookcervice .btn-submit:hover {
	color: #ffffff;
	border: rgb(228, 21, 21) 1px solid;
	background: rgb(228, 21, 21);
	}




/*===================== Inner Banner Page =====================*/
.breadcumb {
	margin: 0px 0px;
	position: relative;
    }
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}
.breadcumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	height: 300px;
	max-height: 300px;
	-webkit-transition-property: initial;
}
.hero-content {
	position: absolute;
	color: #ffffff;
	bottom: 28%;
	left: 0%;
	width: 100%;
	right: 0%;
}
.hero-content h2 {
	margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
	font: normal normal normal 43px/30px DM Serif Display;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.contact-page-section { padding: 60px 0px; margin: 0px;}
.contact-page-top-left { padding: 0px; margin: 0px;}
.contact-page-top-left h2 {
	text-align: left;
	font: normal normal 600 55px/42px Outfit;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
.contact-page-top-left p {
	text-align: left;
	font: normal normal normal 24px/30px Outfit;
	letter-spacing: 0px;
	color: #4A4A4A;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}
.contact-page-top-left .form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: 22px 10px !important;
	/* font-size: 1rem; */
	font-weight: 400;
	line-height: 2.5;
	color: #333333;
	background-color: #F5F4F6;
	background-clip: padding-box;
	border: none;
	border-radius: 6px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin-bottom: 15px;	
	font: normal normal normal 14px/40px Outfit;
}

/*===================== Inner Banner Page End =====================*/


.faqservices-section {
	margin: 0px 0px;
	padding: 70px 0px;
	background: #F1E1A4;
	position: relative;
	width: 100%;
}
.faqservices-section .accordion-item {
	background-color: #fff;
	box-shadow: 0px 2px 4px #0000000D;
    border: 1px solid #BCB07F;
	margin-bottom: 13px;
	border-radius: 5px;
	overflow: hidden;
}
.faqservices-section .accordion-button:not(.collapsed) {
	color: #110f09;
	background-color: #fff;
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	transform: rotate(-180deg);
	filter: invert(0%) sepia(99%) saturate(11%) hue-rotate(55deg) brightness(96%) contrast(100%);
}
.accordion-body p {
	padding: 10px 0px;
	color: #343434;
  }

  .contact-card {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
    }
.contact-phone{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: auto;
	}
.contact-phone p{
	margin: 0px 0px;
	padding: 10px 0px;
	position: relative;
	text-align: center;
	width: 100%;
	color: #343434;
	font-size: 18px;
	font-weight: 500;
	}
.contact-phone p a{
	color: #343434;
	text-decoration: none;
	}
.contact-phone p a:hover{
	color: #665309;
	text-decoration: underline;
	}
.contact-phoneicon {
	margin: 0px auto;
	padding: 8px 12px;
	width: 50px;
	height: 50px;
	background: #F33;
	display: flex;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}
.contact-phoneicon img {
	width: 100%;
    }









.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50%;
	background-color: #F33;
	color: #ffffff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	border: #F33 1px solid;
  }
.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}
.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	font-size: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: rgb(245, 3, 3);
	border: 1px solid rgb(245, 3, 3);
}
.footer {
	margin: 0px 0px;
	padding: 55px 0px 0px 0px;
	position: relative;
	background: #000;
	width: 100%;
	overflow: hidden;
    }
.footerbg {
	position: absolute;
	opacity: 0.1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	}
.footerbg img {
	width: 100%;
	height: 100%;
	}
.footer-links{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
    }
.footer-links h6  {
	margin: 0px 0px;
	padding: 0px 0px;
	color: #AAAAAA;
	width: 100%;
	position: relative;
	line-height: 25px;
	text-align: right;
	font-size: 15px;
	}
.footer-links h6 a {
	color: #bfbfbf;
	text-decoration: none;
	}
.footer-links h6 a:hover {
	color: #FFD11A;
	text-decoration: underline;
	}
.footer-links h2 {
	padding: 0px 0px;
	margin: 0px 0px 19px 0px;
	position: relative;
	text-align: right;
	font: normal normal normal 24px/32px DM Serif Display;
	letter-spacing: 0px;
	color: #FFD11A;
	}
.footerlogo {
	margin: 0% auto;
	padding: 0px 0px;
	position: relative;
	width: 229px;
	}
.footerlogo img {
	width: 100%;
	}
.gettouch{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	}
.gettouch h2 {
	color: #ffffff;
	text-align: left;
	}

.gettouch p  {
	margin: 0px 0px;
	padding: 0px 0px;
	font: normal normal normal 16px/13px Outfit;
	color: #bfbfbf;
	width: 100%;
	position: relative;
	min-height: 44px;
	}
.gettouch p a {
	color: #bfbfbf;
	width: 100%;
	text-decoration: none;
	}
.gettouch p a:hover {
	color: #FFD11A;
	text-decoration: none;
	}
.gettouch p span {
	width: 35px;
	float: left;
	height: 44px;
	color: #3DCCAF;
	font-size: 18px;
	}
.gettouch p span .fa img {
	width: 68%;
	}
.footercard-right h6 {
	padding: 0px 0px;
	margin: 0px 0px;
	color: #fff;
	line-height: 29px;
	font-size: 14px;
	font-weight: 500;
	}
.footercard-right h6 a {
	text-decoration: none;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 5px;
	}
.footercard-right h6 a:hover{
	text-decoration: underline;
	color: #fff;
	}
.footercard-right {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 60px;
	}
.copyright-left{
	text-align: left;
}
.copyright-right{
	text-align: right;
}
.copyright {
	margin: 50px 0px 0px 0px;
	padding: 17px 0px;
	font-family: "Outfit", sans-serif;
	color: #AAAAAA;
	font-size: 15px;
	background: #2B2B2B;
	font-weight: 400;
	z-index: 99;
	position: relative;
	text-align: center;
	}
.copyright a {
	color: #fff;
	text-decoration: none;
	}
.copyright a:hover {
	color: #fff !important;
	text-decoration: underline;
	}

