/* font family */
@font-face {
	font-family: "future_book";
	src: url("../fonts/FuturaCyrillicBook.woff2") format("woff2"),
		url("../fonts/FuturaCyrillicBook.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "future_heavy";
	src: url("../fonts/FuturaCyrillicHeavy.woff2") format("woff2"),
		url("../fonts/FuturaCyrillicHeavy.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: "future_medium";
	src: url("../fonts/FuturaCyrillicMedium.woff2") format("woff2"),
		url("../fonts/FuturaCyrillicMedium.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: "future_book";
	src: url("../fonts/FuturaCyrillicBook.woff2") format("woff2"),
		url("../fonts/FuturaCyrillicBook.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

/* font family */

:root {
	--font-family: "Outfit", sans-serif;
	--fontSize: 14px;
	--card-title-fontSize: 20px;
	--transition: 0.5s;
	--boxShadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

html {
	overflow-x: hidden;
}

a {
	-webkit-transition: var(--transition);
	transition: var(--transition);
	color: #0d6efd;
	;
	text-decoration: none;
	outline: 0 !important;
}

a:hover {
	color: var(--mainColor);
	text-decoration: none;
}

:focus {
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

p {
	color: #5E6061;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
	font-family: "Marcellus", serif;
}


p:last-child {
	margin-bottom: 0;
}


.no-padding {
	padding: 0px;
}

.single-service .content-area img{
    width:100%;
}

.single_details {
    width: 100%;
    margin-bottom: 50px;
}


.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50%;
	background-color: #e82424;
	color: #fff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 18px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top.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%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top:hover {
	color: #fff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #e82424;
	border: 1px solid #e82424;
}


/*====================================================================================================== */


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


.logo {
	width: 100%;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
}

.logo img {
	width: 100%;
}

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

.main-nav {
	top: 0px;
	padding: 0% 4%;
	width: 100%;
	background: transparent;
	position: fixed;
	align-items: center;
	justify-content: space-between;
	z-index: 9999;
}

.scroll .logo {
	width: 42%;
}

.scroll .header-right-part {
	margin: 15px 0px;
}

.main-nav.scroll {
	background-color: #000;
	height: 100px;
	padding: 2px 4%;
	transition: background-color .5s ease 0s;
	top: 0;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .07);
	z-index: 99999;
}

.main-nav .stellarnav {
	width: 75%;
	line-height: normal;
}

.main-nav .stellarnav ul {
	margin: 0px;
	padding: 10px 0px;
	width: 100%;
}

.main-nav .stellarnav ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px 12px;
}

.main-nav .stellarnav>ul>li>a {
	padding: 12px 0px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	font-family: "future_medium";
}

.main-nav .stellarnav>ul>li>a:hover {
	color: #E21712 !important;
	border-bottom: 1px solid #E21712;


}

.main-nav .stellarnav>ul>li>a.active {
	color: #E21712 !important;
	border-bottom: 1px solid #E21712;
}
.main-nav .stellarnav>ul>li#menu-item-122>a.active {
    color: #fff !important;
	border-bottom: none;
}

.main-nav .stellarnav ul ul {
	top: auto;
	width: 250px;
	position: absolute;
	z-index: 9900;
	text-align: left;
	display: none;
	background: #fffffffa;
	border-radius: 10px;
}


.main-nav .stellarnav li li {
	display: block !important;
	width: 100% !important;
}


.main-nav .stellarnav li li a {
	color: #000000;
	font-size: 16px;
	padding: 10px 25px;
	font-family: "future_medium";
}

.main-nav .stellarnav li li a:hover {
	color: #E21712;
}

.main-nav .stellarnav li li a.active {
	color: #E21712;
}

.main-nav .stellarnav li.has-sub>a::after {
	border-top: 6px solid #fafdff;
}


.header-right-part {
	display: flex;
	justify-content: space-between;

	gap: 0px;
	margin: 28px 0px 0px;
}

.header-topicon {
	width: 25%;
	float: right;
	text-align: right;
	padding: 20px 0px 0px;
}

.header-topicon h6 span {
	margin-right: 20px;
}

.header-topicon h6 a {
	color: #fff;
	font-size: 22px;
	font-family: "future_medium";
}

.header-topicon h6 a:hover {
	color: #E21712;
}


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


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

.banner-section-tag {
	position: absolute;
	left: 0px;
	bottom: 0px;
}


.banner-section #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: transparent;
}

.bannercarousel-text {
	position: absolute;
	top: 60%;
	width: 40%;
	text-align: left;
	right: 5%;
}

.bannercarousel-text h2 {
	margin: 0;
	padding: 10px 0px;
	text-align: left;
	font-size: 75px;
	line-height: 85px;
	letter-spacing: 0px;
	color: #FFFFFF;
	font-weight: 500;
	font-family: "future_heavy";
}

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

.banner-section .owl-dots {
	display: block;
	position: absolute;
	bottom: 170px;
	text-align: center;
	width: 23%;
	left: 0px;
}

.banner-section .owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	margin: 5px 5px;
	background: #fff !important;
	border: #fff 1px solid;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
}


.banner-section .owl-theme .owl-dots .owl-dot.active span, .banner-section .owl-theme .owl-dots .owl-dot:hover span {
	background: #E21712 !important;
	border: #E21712 1px solid !important;
	width: 30px;
	border-radius: 6px;
	height: 10px;
} */


.banner-section .owl-carousel .owl-nav {
	display: block;
	position: absolute;
	bottom: 186px;
	width: 125px;
	left: 13%;
	z-index: 99;
}

.banner-section .owl-nav .owl-prev {
	width: 35px;
	border: #716c6c 0px solid !important;
	height: 35px;
	border-radius: 50px;
}

.banner-section .owl-nav .owl-next {
	width: 35px;
	border: #716c6c 0px solid !important;
	height: 35px;
	left: 65px;
	position: absolute;
}

.banner-section .owl-dots {
	counter-reset: slides-num;
	position: absolute;
	bottom: 178px;
	left: 11%;
	transform: translate(-50%);
	margin-top: 0px;
}


.banner-section .owl-dots::after {
	content: counter(slides-num);
	display: inline-block;
	font-size: 30px;
	/* font-weight: 400; */
	vertical-align: middle;
}

.banner-section .owl-dot.active::before {
	content: counter(slides-num) " / ";
	display: inline-block;
	vertical-align: middle;
	font-size: 40px;
	font-weight: 600;
	position: absolute;
	left: -54px;
	top: -9px;
	color: #E21712;
}


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

/* ==================our-services===========================*/

.our-service {
	padding: 5% 4% 0%;
	margin: 0px;
}


.our-service-header {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
}


.our-service-header h2 {
	font-size: 50px;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	font-family: "future_heavy";
	color: #000;
}

.our-service-header p {
	color: #535353;
	font-size: 20px;
	padding: 0px;
	margin: 0px;
	line-height: 30px;
	font: normal normal normal 20px/30px Outfit;
}


.view-all {
	border: 2px solid #E21712;
	border-radius: 8px;
	color: #E21712;
	font-size: 16px;
	padding: 10px 30px;
	background: #fff;
	font-family: "future_heavy";
}


.view-all:hover {
	background: #E21712;
	color: #fff;
}


.our-service-inner {
	margin: 50px 0px 80px;
	padding: 0px;
}


.services-box {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 3px solid #BEBEBE;
	padding: 20px 20px;
	/* margin: 0px 0px 80px 0px; */
	position: relative;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	margin-top: 60px;
	min-height: 280px;
}


.services-box:hover {
	background: #ece4e426;
	border: 3px solid #E21712;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	margin-top: 50px;
}

.services-box-icon {
	position: absolute;
	width: 80px;
	height: 80px;
	background: #fff;
	text-align: center;
	padding: 10px 10px;
	top: -19%;
	left: 2%;
}


.services-box-text {
	padding: 30px 0px;
	margin: 0px;
}

.services-box-text h3 {
	letter-spacing: 0px;
	color: #E21712;
	text-transform: uppercase;
	opacity: 1;
	font-size: 26px;
	line-height: 30px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}


.services-box-text p {
	text-align: left;
	font: normal normal normal 20px/30px Outfit;
	letter-spacing: 0px;
	color: #373737;
	opacity: 1;
}


.services-box-view {
	position: absolute;
	right: 12px;
	bottom: 5%;
}


/* ==================our-services===========================*/


/* =================about-page===============================*/


.about-section {
	padding: 0px;
	margin: 0px;
	position: relative;
	/* clip-path: polygon(0 0, 100% 0%, 100% 72%, 42% 86%);
	background: #F3F3F3; */
}


.about-section-bg {
	position: absolute;
	right: -538px;
	top: 0px;
	height: 100%;
	width: 100%;
}

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


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


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

.about-section-left img {
	width: 100%;
	object-fit: cover;
	height: auto;
	clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
}


.about-section-right {
	padding: 15% 6% 0% 10%;
	margin: 0px;
}

.about-section-right h2 {
	text-align: left;

	letter-spacing: 0px;
	color: #000000;
	padding: 0px 0px 30px 0px;
	margin: 0px;
	font-size: 50px;
	font-family: "future_heavy";


}


.about-section-right p {
	text-align: left;
	font: normal normal normal 20px/30px Outfit;
	letter-spacing: 0px;
	color: #292929;
	opacity: 1;
	padding: 0px 0px 30px 0px;
	margin: 0px;
	float: left;
	clear: both;
}


.read-more {
	border: 2px solid #E21712;
	border-radius: 8px;
	color: #E21712;
	font-size: 16px;
	padding: 10px 30px;
	background: transparent;
	font-weight: 600;
	margin-top: 29px;
	float: left;
}


.read-more:hover {
	background: #E21712;
	color: #fff;
}


.about-butn-row-btn {
	width: 20%;
}


.about-butn-row-logo {
	width: 20%;
}

.about-butn-row-logo img {
	width: 100%;
	object-fit: cover;
}


/* =================about-page===============================*/


.contact-tag-section {
	padding: 0px;
	margin: 5% 0%;
	position: relative;
}


.contact-tag-section-bg {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}


.contact-tag-section-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.contact-tag-section-inner {
	padding: 6% 5% 2%;
	margin: 0px;
	position: relative;
	text-align: center;
}


.contact-tag-section-inner h2 {
	letter-spacing: 0px;
	color: #FFF4F3;
	text-transform: uppercase;
	opacity: 1;
	font-size: 60px;
	font-family: "future_heavy";
	padding: 0px 0px 30px 0px;
	margin: 0px;
	line-height: 70px;
}

.contact-tag-section-inner h5 {
	letter-spacing: 1.6px;
	text-transform: uppercase;
	opacity: 1;
	font-family: "future_heavy";
	padding: 0px 0px 30px 0px;
	margin: 0px;
	color: #fff;
	font-size: 50px;
}

.contact-tag-section-inner h5 a{
color:#fff;
}


/* =================testimonial-section==========================*/

.testimonial-section {

	padding: 0px;
	margin: 0px;
	position: relative;
}


.testimonial-section-bg {
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 950px;
}


.testimonial-section-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


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


.testimonial-left {
	padding: 15% 10% 0% 6%;
	margin: 0px;
}


.testimonial-left h2 {
	text-align: left;
	letter-spacing: 0px;
	color: #000000;
	padding: 0px 0px 30px 0px;
	margin: 0px;
	font-size: 50px;
	font-family: "future_heavy";
}


.testimonial-right {
	padding: 100px 0px;
	margin: 0px;
}


.testimonial-right {
	padding: 100px 0px;
	margin: 0px;
	position: relative;
}

.testimonial-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
}


.testimonial-right-qute {
	position: absolute;
	left: -13px;
	bottom: 24%;
}

.testimonial-right-qute img {
	width: 70%;
	clip-path: unset;
}


.testimonial-carousel {
	margin: 0px;
	padding: 0px;
}


.testimonial-box {

	position: relative;
	margin: 20px 0px 0px;

}

.testimonial-box-qut {
	position: absolute;
	top: -20px;
	left: 32px;
}

.testimonial-box-qut img {
	width: 50% !important;
	z-index: 9;
	position: relative;
}


.testimonial-box-text {

	padding: 0px 0px 20px 0px;
	margin: 0px;
}

.testimonial-box-text p {
	text-align: left;
	letter-spacing: 0px;
	color: #3D3D3D;
	opacity: 1;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	font-family: "future_book";
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;
}


.testimonial-box-bottm {
	padding: 20px 0px 0px;
	margin: 0px;
	display: flex;
	justify-content: start;
}

.client-text {
	width: 80%;
	padding: 10px 0px 0px 17px;
}

.client-text h3 {
	font-family: "future_Heavy";
	letter-spacing: 0px;
	color: #E21712;
	padding: 0px;
	margin: 20px 0px 0px;
	font-size: 24px;
}

.client-text h3 span {
	font-family: "future_book";
	font-size: 20px;
	color: #545454;
	letter-spacing: 0px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 20px;

}


.testimonial-carousel .owl-nav {
	display: block !important;
	margin: 40px 0px 0px;
}


.testimonial-carousel .owl-nav .owl-next {
	margin-left: 20px;
}


/* =================testimonial-section==========================*/


/* ====================gallery=============================== */


.gallery-section {
	margin: 60px 0px 0px;
	padding: 0px;
}


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

.gallery-section .owl-dots {
	display: none;
}


/* ====================gallery=============================== */


/* =============footer-section====================================== */

.footer {
	position: relative;
	padding: 80px 0px;

}

.footer-bg {
	top: 0px;
	width: 100%;
	position: absolute;
	height: 100%;

}

.footer-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.footer-inner {
	padding: 0px;
	margin: 0% 4%;
	position: relative;
}


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

.footer-logo img {
	width: 50%;
	margin: 0px auto;
	text-align: center;
}


.footer-social-icon {
	padding: 30px 0px 0px;
	margin: 0px;
}


.footer-social-icon ul {
	padding: 0px;
	margin: 0px;
}


.footer-social-icon ul li {
	float: left;
	padding: 0px 7px;
	margin: 0px;
	list-style-type: none;
}

.footer-social-icon ul li a {
	width: 40px;
	height: 40px;
	background: #e82424;
	text-align: center;
	border-radius: 50%;
	display: block;
	padding: 6px 8px;
}

.footer-social-icon ul li a:hover {
	background: #000;
}


.footer-social-icon ul li a img {
	width: 60%;
}


.quick-link {
	padding: 0px;
	padding: 0px;
}

.quick-link h3 {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 26px;
	font-family: "future_heavy";
}


.quick-link ul {
	padding: 0px;
	margin: 0px;
}

.quick-link ul li {
	width: 50%;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	float: left;
	list-style-type: none;
}

.quick-link ul li::before {
	font: normal normal normal 16px/1 FontAwesome;
	content: "\f061";
	height: auto;
	width: auto;
	position: relative;
	margin-right: 10px;
	color: #E21712;
}


.quick-link ul li a {
	color: #DCDCDC;
	font: normal normal normal 18px/30px Outfit;
	padding: 0px 0px 8px 0px;
	margin: 0px;
}

.quick-link ul li a:hover {
	color: #E21712;
}


.gettouch h3 {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	color: #FFFFFF;

	font-size: 26px;
	font-family: "future_heavy";

}


.gettouch p {
	padding: 0px 0px 15px 0px;
	display: flex;
	color: #DCDCDC;
	font: normal normal normal 18px/30px Outfit;
	word-break: break-word;
}


.gettouch p span {
	margin-right: 15px;
}

.gettouch p a {
	color: #DCDCDC;
	font: normal normal normal 18px/30px Outfit
}


.gettouch p a:hover {
	color: #E21712;
}


.footer-section-butm {
	background: #000000;
	padding: 8px 4%;
	margin: 0px;
	border-top: 1px solid #cccccc24;
}

.footer-section-butm-left p {
	text-align: left;
	color: #fff;
	font-size: 18px;
	font-family: "future_book";
}

.footer-section-butm-left p a {
	color: #fff;
}

.footer-section-butm-left p a:hover {
	color: #e82424;
}

.footer-section-butm-right p {
	text-align: right;
	color: #fff;
	font-size: 18px;
	font-family: "future_book";
}

.footer-section-butm-right p a {
	color: #fff;
}

.footer-section-butm-right p a:hover {
	color: #e82424;
}


/* ================================================================================================ */


/*===========================================home-page=======================================================*/

/*===========================================about-page=======================================================*/


.inner-pages {
	padding: 80px 0px 60px;
	margin: 0px;
}


.about-page {
	padding: 0px;
	margin: 0% 5%;
}


.about-page .about-section-right {
	padding: 0% 10% 0% 0%;
	margin: 0px;
}


.about-page .about-butn-row-logo {
	width: 20%;
	float: right;
}


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


/*============================================services-page==================================================================*/

.services-page {

	margin: 0% 5%;
	padding: 0px;
}


.services-page .about-section-right {
	padding: 10% 5%;
}


.other-services {
	background: #F7EFFF 0% 0% no-repeat padding-box;
	opacity: 1;
	padding: 80px 0px;
	margin: 0px;
}


.other-services-inner {
	margin: 0% 5%;
	padding: 0px;
}


.other-services-inner h2 {
	text-align: center;
	font: normal normal normal 50px/60px Marcellus;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	padding: 0px 0px 40px 0px;
}


/*==============================testimonial-page=====================================================  */

.testimonial-page {
	margin: 0% 5%;
	padding: 0px;
}

.testimonial-page .testimonial-box {
	background: #FCFCFC 0% 0% no-repeat padding-box;
	border: 1px solid #DCDCDC;
	border-radius: 40px;
	opacity: 1;
}


/* ==========================================booking=================================================================== */


.booking-page {
	margin: 0% 5%;
	padding: 0px;
}


.booking-top-part h2 {
	text-align: center;
	font: normal normal normal 50px/60px Marcellus;
	letter-spacing: 0px;
	color: #1DBF73;
	padding: 0px 0px 50px 0px;
	margin: 0px;
}


.booking-box {
	background: #FCFCFC 0% 0% no-repeat padding-box;
	border: 1px solid #DCDCDC;
	border-radius: 20px;
	opacity: 1;
	padding: 30px 20px;
	margin: 0px 0px 20px 0px;
}


.booking-box h3 {
	text-align: center;
	font: normal normal normal 28px/30px Marcellus;
	letter-spacing: 0px;
	color: #7F00FF;
	opacity: 1;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}


.booking-box p {
	text-align: center;
	font-family: "future_book";
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #303030;
	opacity: 1;
	padding: 0px;
	margin: 0px;
}


.booking-mid-part {
	margin: 30px 0px 0px;
	padding: 0px;
}

.booking-mid-part p {
	text-align: center;
	font-family: "future_book";
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	margin: 0px;
	padding: 0px 0px 30px 0px;
}


/* ================================E-book======================================================*/

.ebook-page {
	margin: 0% 5%;
	padding: 0px;
}


.ebook-page img {
	width: 100%;
	object-fit: cover;
	height: auto;
}


/*==================================contact-pagr===============================================*/


.contact-page {
	margin: 0% 5%;
	padding: 0px;
}


.contact-page-topRow {
	margin: 0px 0px 30px 0px;
	padding: 0px;
}


.contact-page-box {
	background: #FCFCFC 0% 0% no-repeat padding-box;
	border: 1px solid #DCDCDC;
	border-radius: 20px;
	opacity: 1;
	padding: 20px 0px 30px;
	margin: 0px;
	text-align: center;
}


.contact-page-box-icon {
	padding: 20px 20px;
	margin: 0px;
}

.contact-page-box-text {
	padding: 0px;
	margin: 0px;
}

.contact-page-box-text h6 {
	text-align: center;
	font: normal normal normal 30px/35px Marcellus;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	padding: 5px 0px 10px;
	margin: 0px;
}

.contact-page-box-text p {
	text-align: center;

	letter-spacing: 0px;
	color: #303030;
	opacity: 1;
	padding: 0px;
	margin: 0px;
	font-family: "future_book";
	font-size: 24px;
	line-height: 30px;
}


.contact-page-box-text p a {
	color: #303030;
}

.contact-page-box-text p a:hover {
	color: #23EC8E;
}


.contact-frm {
	background: #F9FFFC;
	margin: 0%;
	padding: 6% 5%;
}


.contact-frm-left {
	padding: 0% 5% 0% 0%;
	margin: 0px;
}

.contact-frm-left img {
	width: 100%;
	object-fit: cover;
}

.contact-frm-right h2 {
	text-align: left;
	font: normal normal normal 50px/50px Marcellus;
	letter-spacing: 0px;
	color: #1DBF73;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}


.contact-frm-right {
	padding: 0% 0% 0% 10%;
}


.cont-frm-inner {
	margin: 30px 0px 0px;
}


.cont-frm-inner .form-control {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: -0.71px 0.71px 45px #ECF0F9B3;
	border: 1px solid #BEBEBE;
	border-radius: 8px;
	padding: 12px 20px;
	margin: 0px 0px 20px 0px;
	font-family: "future_book";
	font-size: 18px;
	line-height: 28px;
}


.submit {
	border: 2px solid #7F00FF;
	border-radius: 8px;
	color: #7F00FF;
	font-size: 16px;
	padding: 14px 30px;
	background: transparent;
	font-weight: 600;
}

.submit:hover {
	background: #7F00FF;
	border: 2px solid #7F00FF;
	color: #fff;
}

.subcribe-section.contact-subcrib {
	background: #f9fffc;
}


.wht-bg-subcrib {
	background: #fff;
}


.breadcumb {
	margin: 0px 0px;
	position: relative;
}


.breadcumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	height: auto;
	max-height: auto;
}


.hero-content {
	position: absolute;
	color: #ffffff;
	bottom: 50%;
	left: 0%;
	width: 100%;
}

.hero-content h2 {
	text-align: center;
	font: normal normal normal 60px/60px Marcellus;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	padding: 0px;
	margin: 0px;
}

/* 
.about-section-right p {

	padding: 0px 0px 10px 0px;

	font-family: "future_book";
	font-size: 16px;
	line-height: 26px;

} */

.about-butn-row-btn {
	width: 100%;
}


/* ==============================================inner-pages========================================================= */

/* ==============================================inner-pages-banner================================================== */

.breadcumb {
	margin: 0px 0px;
	position: relative;
}

.breadcumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	height: auto;
	max-height: auto;
}

.hero-content {
	position: absolute;
	color: #ffffff;
	bottom: 50%;
	left: 0%;
	width: 100%;
}

.hero-content h2 {
	text-align: center;
	letter-spacing: 1.2px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
	padding: 0px;
	margin: 0px;
	font-family: "future_heavy";
	font-size: 50px;
}


/* ==============================================inner-pages-banner================================================== */


.inner-pages-section {
	padding: 5% 0% 0%;
	margin: 0px
}


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


.about-page .inner-pages-left {
	padding: 0px;
	margin: 0px;
}

.about-page .inner-pages-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
}


.about-page .inner-pages-right {
	padding: 0% 8%;
	margin: 0px;
}


.about-page .inner-pages-right p {
	color: #535353;

	padding: 0px 0px 20px 0px;
	margin: 0px;

	font: normal normal normal 18px/30px Outfit;
}


.about-page .full-width {
	padding: 4% 5% 0%;
	margin: 0px;
}

.about-page .full-width p {
	color: #535353;

	padding: 0px 0px 20px 0px;
	margin: 0px;

	font: normal normal normal 18px/30px Outfit;
}


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


/* ==============================services-pages============================================================================= */


.services-page {
	padding: 0px;
	margin: 0px;
}


.services-page .inner-pages-left {
	padding: 0% 8%;
	margin: 0px;
}


.services-page .inner-pages-left p {
	color: #535353;

	padding: 0px 0px 20px 0px;
	margin: 0px;
	font: normal normal normal 18px/30px Outfit;
}


.services-page .inner-pages-right {
	padding: 0%;
	margin: 0px;
}

.services-page .inner-pages-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	clip-path: polygon(16% 0, 100% 0, 100% 100%, 0% 100%);
}


.services-page .full-width {
	padding: 4% 5% 0%;
	margin: 0px;
}

.services-page .full-width p {
	color: #535353;

	padding: 0px 0px 20px 0px;
	margin: 0px;

	font: normal normal normal 18px/30px Outfit;
}


.contact-tag-section.services-page-contact-tag {
	margin: 0%;
}


.gallery-section.services-page-gallery-section {
	margin: 0px;
	padding: 0px;
}


/* ==============================services-pages============================================================================= */


/* ==============================gallery-pages============================================================================= */

.gallery-page {
	padding: 4% 5%;
}


.gallery-box {
	margin: 0px 0px 25px 0px;
	padding: 0px;
}

.gallery-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.gallery-section-inner img {
	transition: all 0.4s ease;
	cursor: pointer;
}

.gallery-section-inner img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.gallery-box img {
	transition: all 0.4s ease;
	cursor: pointer;
}

.gallery-box img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


/* ==============================gallery-pages============================================================================= */

/* ==============================faq-pages============================================================================= */

.faq-page {
	padding: 4% 5%;
	margin: 0px;
}


/*================================================ 
faq Area CSS
=================================================*/
.faq {
	padding: 80px 0px;
}

.faq h3 {
	color: #dd2936;
	font-size: 20px;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	font-weight: 700;
}

.faq h2 {
	font-size: 50px;
	color: #fff;
	padding: 0px 0px 30px 0px;
	margin: 0px;
	font-weight: 600;
	color: #000;
}

.accordion-header h4 {
	padding: 0px;
	margin: 0px;
}

.faq-text-area .accordion-item {
	margin-top: 30px;
}

.faq-text-area .accordion-item .accordion-button {
	border: 0px;
	color: var(--blackColor);
	-webkit-box-shadow: var(--boxShadow);
	box-shadow: var(--boxShadow);
	background-color: var(--whiteColor);
	padding: 15px 45px 15px 15px;
	border-radius: 5px;
	line-height: 1.4;
	font-size: 20px;
	font-weight: 500;
	width: 100%;
	text-align: left;
	border: 1px solid #f3f3f4;
}

.faq-text-area .accordion-item .accordion-button i {
	color: var(--paragraphColor);
	position: absolute;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	right: 25px;
}

.faq-text-area .accordion-item .accordion-button::after {
	background-image: none;
}

.faq-text-area .accordion-item .accordion-body {
	border: 0px;
	color: #545454;
	background-color: #fff;
	padding: 20px 20px;
	font-size: 16px;
	line-height: 28px;
}

.faq-text-area .accordion-item .accordion-collapse {
	border: 0px;
	-webkit-box-shadow: var(--boxShadow);
	box-shadow: var(--boxShadow);
}

.faq-text-area .accordion-button:not(.collapsed) {
	color: #000;
	border-radius: 0px;
	background-color: #fff;
}

.faq-text-area .accordion-button:not(.collapsed) i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #000;
}

.faq .section-content {
	margin-top: 50px;
}

.accordion-item:not(:first-of-type) {
	border-top: 1px solid rgba(0, 0, 0, .125);
}


/* ==============================faq-pages============================================================================= */


.contact-page {
	padding: 4% 5%;
	margin: 0px;
}


.contact-box {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 3px solid #BEBEBE;
	padding: 20px 20px;
	margin: 0px 0px 80px 0px;
	position: relative;
}

.contact-box-icon {
	position: absolute;
	width: 80px;
	height: 80px;
	background: #fff;
	text-align: center;
	padding: 10px 10px;
	top: -28%;
	left: 5%;
}


.contact-box-text {
	padding: 30px 0px;
	margin: 0px;
}


.contact-box-text h3 {
	letter-spacing: 0px;
	color: #E21712;
	text-transform: uppercase;
	opacity: 1;
	font-size: 22px;
	line-height: 30px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}


.contact-box-text p {
	text-align: left;
	font: normal normal normal 20px/30px Outfit;
	letter-spacing: 0px;
	color: #373737;
	opacity: 1;
}


.contact-box-text p a {
	text-align: left;
	font: normal normal normal 20px/30px Outfit;
	letter-spacing: 0px;
	color: #373737;
	opacity: 1;
}


.contact-box-text p a:hover {
	color: #E21712;
}


.contact-frm-section {
	padding: 0px;
	margin: 0px;
	position: relative;
}


.contact-frm-section-bg {
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 970px;
}


.contact-frm-section-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.frm-section {
	margin: 25px 0px;
}

.frm-section .form-control {
	display: block;
	width: 100%;
	padding: 15px 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	background-clip: padding-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin: 0px 0px 20px 0px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #949494;
	border-radius: 8px;
}


.frm-section .view-all {
	padding: 10px 30px;
	text-transform: uppercase;
	margin: 20px 0px;
}


.gettouch {
	float: right;
}

.f-icon {
	width: 45% !important;
}


/* ================================================================================================= */

#primary {
    margin-top: 45px;
}
.banner-section .owl-dots {
	counter-reset: slides-num;
	/* Initialize counter. */

	position: absolute;
	top: 70%;
	left: 10%;

	width: 10%;
	color: #FFF;
	padding-left: 60px;

	&:after {
		content: counter(slides-num);
		display: inline-block;
		font-size: 40px;
		font-weight: 300;
		vertical-align: middle;
		margin: 23px -7px;


	}
}

.banner-section .owl-dot {
	display: inline-block;
	counter-increment: slides-num;
	/* Increment counter */
	margin-right: 5px;

	span {
		display: none;
	}

	&.active {

		&:before {
			content: counter(slides-num) " / ";
			/* Use the same counter to get current item. */
			display: inline-block;
			vertical-align: middle;
			font-size: 60px;
			font-weight: 300;

			position: absolute;
			left: 0;
			top: 0;
		}
	}
}


/* ================================================================================================= */

.contact-tag-section-inner h5 span img {
	width: 5%;
	display: inline-block;
}

 /*kishor css*/
 .testimonial-box-bottm .client img{
 	height: 85px;
 }

 textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 120px;
}
.gettouch p span img {
	width: 20px !important;
    }
    
.pdf_listing_inn {
    background: #01CCFF08;
    padding: 24px;
    text-align: center;
    margin-bottom: 33px;
    min-height: 140px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
} 

.pdf_listing_inn p {
    color: #000000;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    font-size: 18px;
 padding-bottom: 20px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
}
.pdf_listing_inn a {
    background: #01CCFF;
    padding: 8px 19px;
    border-radius: 8px 0px 8px 0px;
    color: #fff;
    font-size: 14px !important;
    margin: 10px 0px 20px 0px;
}