* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img{ max-width: 100%;height: auto;}


.main {
	position: relative;
	overflow: hidden;
}


.ptb-130 {
	padding: 130px 0px;
}


.mb_0 {
	margin-bottom: 0px !important;
}


.mbb-130 {
	margin-bottom: 90px;
}

.body_text {
	position: relative;
}

.body_text h2 {
	font-size: 45px;
	color: #1a1a1a;
	font-family: 'Oxanium', sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
}

.icon h2::before {
	color: #ff9900;
	position: absolute;
	content: "\f72f";
	font-family: "Font Awesome 6 pro";
	left: -5px;

}

.icon2 h2::before {
	color: #ff9900;
	position: absolute;
	content: "\f72f";
	font-family: "Font Awesome 6 pro";
	left: -25px;
}

.icon3 h3::before {
	color: #ff9900;
	position: absolute;
	content: "\f72f";
	font-family: "Font Awesome 6 pro";
	left: -5px;

}

.mt_5 {
	margin-top: 50px;
}

.mt2 {
	margin-top: 6px;
}

.body_text h3 {
	font-size: 30px;
	color: #ff9900;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;

}

.body_text p {
	font-size: 16px;
	color: #7c7c7c;
	line-height: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;

}

.body_text {
	position: relative;
	z-index: 1;
}

.body_text2 h2 {
	font-size: 45px;
	color: #1a1a1a;
	font-family: 'Oxanium', sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
}

.btn1 {
	color: #fff;
	border: 1px solid #ff9900;
	background: -webkit-linear-gradient(45deg, #ff9900 50%, transparent 50%);
	background: linear-gradient(45deg, #ff9900 50%, transparent 50%);
	background-size: 600px;
	background-repeat: no-repeat;
	background-position: 0%;
	-webkit-transition: background 300ms ease-in-out;
	transition: background 300ms ease-in-out;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	text-transform: capitalize;
	outline: none;
	overflow: hidden;
	position: relative;
	padding: 14px 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-decoration: none;
	margin-top: 30px;
}

.btn1:hover {
	background-position: 100%;
	color: #fff;
}

.btn2 {
	color: #fff;
	border: 1px solid #ff9900;
	background: -webkit-linear-gradient(45deg, #ff9900 50%, transparent 50%);
	background: linear-gradient(45deg, #ff9900 50%, transparent 50%);
	background-size: 600px;
	background-repeat: no-repeat;
	background-position: 0%;
	-webkit-transition: background 300ms ease-in-out;
	transition: background 300ms ease-in-out;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	text-transform: capitalize;
	outline: none;
	overflow: hidden;
	position: relative;
	padding: 14px 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-decoration: none;
	margin-top: 30px;
}

.btn2:hover {
	background-position: 100%;
	color: #1a1a1a;
}

.ptb-80 {
	padding: 80px 0px;
}

.pt-80 {
	padding-top: 120px;
	margin-left: -32px;
}


/***
====================================================================
    HEADER SECTION START
====================================================================
***/


/**/

header {
	padding: 20px 0px;
}


header .dropdown-toggle::after {
	display: none;
}

header .navbar-dark .navbar-nav {

	margin-top: 0px !important;
	margin-right: 20px;
}

header .navbar-dark .navbar-nav .nav-link {
	color: #000;
	padding: 6px 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	text-transform: capitalize;
	opacity: 1;
	transition: 0.2s ease all;

}

header .navbar-dark .navbar-nav .nav-link:hover,header .navbar-dark .navbar-nav .nav-link.active {
	color: #ff9900;

}

header .navbar-dark .navbar-nav .nav-item.active,
header .navbar-dark .navbar-nav .nav-link:focus {
	color: #ff9900!important;

}

header .navbar-toggler:focus {
	color: #ff9900;
	text-decoration: none;
	outline: 0;
	box-shadow: none;
}

header .navbar-dark .navbar-toggler {
	color: #fff !important;
	border-color: #fff !important;
}

header .navbar-dark .navbar-toggler-icon {
	background-image: url('../img/toggler-icon.png');
}

header .dropdown-item {
	font-size: 16px !important;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	display: block;
	width: 100%;
	padding: 6px 20px;
	clear: both;
	color: #212529;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	text-transform: uppercase;
}

li.dropdown:hover ul.dropdown-menu {
	display: block;
}

header .dropdown a {
	text-decoration: none;
	color: #1a1a1a;
	padding: 6px 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	text-transform: capitalize;

}

.navbar-expand-xl .navbar-nav .dropdown-menu {
	position: absolute;
	top: 30px;
}

header .dropdown a:hover {
	color: #1a1a1a;

}

header .dropdown-menu a {
	text-decoration: none;
	color: #1a1a1a;
	padding: 6px 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	text-transform: capitalize;
}

header .dropdown-menu a:hover {
	color: #35332f;
	background-color: #ffffff4a;
	
}

header .dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 280px;
	padding: 10px 5px;
	margin: 0;
	font-size: 1rem;
	color: #fff;
	text-align: left;
	list-style: none;
	background-color: #ff9900;
	background-clip: padding-box;
	border: 0px solid rgba(0, 0, 0, .15);
	border-radius: 0;
}

.dropdown-item.active, .dropdown-item:active{ background-color: #ffffff4a;}

header .dropdown-menu li {
	padding: 2px 0px;
}

header .dropdown-menu li{}


/***
====================================================================
    HEADER SECTION END
====================================================================
***/


/***
====================================================================
    BANNER SECTION START
====================================================================
***/

.banner {
	position: relative;
	background: #000;

}

.banner .inner_banner img {
	width: 100%;

}

.banner .inner_banner:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000000;
	opacity: .6;
}

.banner_slider .item {
	position: relative;
}

.banner_slider .banner_shaps {
	position: relative;
}

.banner_slider .item .item_inner .inner_content {
	position: absolute;
	top: 50%;
	z-index: 2;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	max-width: 60%;

}

.banner_slider .inner_content h2 {
	position: relative;
	font-size: 26px;
	color: white;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	z-index: 1;

}

.banner_slider .inner_content h2::after {
	position: absolute;
	content: '';
	background: #ff9900;
	width: 270px;
	height: 15px;
	left: 0;
	bottom: 0;
	z-index: -1;
	opacity: .8;
}

.banner_slider .inner_content h1 {
	font-size: 70px;
	color: white;
	text-transform: capitalize;
	font-family: 'Oxanium', sans-serif;
	font-weight: 700;

}

.banner_slider .owl-dots {
	position: absolute;
	font-size: 25px;
	right: 70px;
	bottom: 20px;
}

.banner_slider .owl-dots.active {
	color: red !important;
}

.banner_slider button {
	background: transparent;
	border: none;
	color: #8e8e8d;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	padding: 0px 10px;
}

.banner_slider .owl-dots .owl-dot.active button {
	color: #ff9900;
	font-size: 35px;
}


/***
====================================================================
    BANNER SECTION END
====================================================================
***/


/***
====================================================================
    ABOUT SECTION START
====================================================================
***/

.about {
	position: relative;
}

.about .absoul_img {
	position: absolute;
	width: 560px;
	height: 450px;
	bottom: 15px;
	left: -70px;
	opacity: .3;
	mix-blend-mode: multiply;
	rotate: -15deg;
	z-index: -1;

}

.img_text {
	position: relative;
}

.about .about_img img {
	width: 100%;
	opacity: .7;
	mix-blend-mode: multiply;
}

.a_img img {
	width: 100%;
}

.circle {
	position: absolute;
	width: 100%;
	height: 200px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform-origin: center center;
	bottom: -30px;
}

.text {
	position: relative;
	width: 100%;
	height: 100%;
	font-family: 'Roboto', sans-serif;
	color: #ff9900;
	font-size: 16px;
	font-weight: 500;
	animation: rotateText 10s linear infinite;
	transform-origin: center;

}

@keyframes rotateText {
	0% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

.text span {
	position: absolute;
	left: 50%;
	font-size: 16px;
	transform-origin: 0 100px;
}


.about .a_content {
	position: relative;
	background-color: #ff9900;
	padding: 25px 0px;
	z-index: 1;
}

.about .a_content::after {
	position: absolute;
	content: '';
	width: 90%;
	height: 85%;
	border: 4px solid white;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}

.about .wine_glass {
	position: absolute;
	width: 80px;
	height: 110px;
	opacity: .4;
	mix-blend-mode: multiply;
}

.about .a_content h2 {
	color: white;
	font-size: 30px;
	font-family: 'Oxanium', sans-serif;
	font-weight: 500;
	text-transform: capitalize;

}

.timing_table ul li {
	color: white;
	font-size: 16px;
	font-family: 'Oxanium', sans-serif;
	font-weight: 500;
	text-decoration: none;
	padding-bottom: 10px;
}

/***
====================================================================
    ABOUT SECTION END
====================================================================
***/


.bg_color {
	background: #fff8ed;
}

/***
====================================================================
    SERVICES SECTION START
====================================================================
***/

.service {
	position: relative;
}

.service_inner {
	background: #fff;
	padding: 35px;
	box-shadow: 0px 0px 5px 2px #1a1a1a33;
	opacity: 2;

}

.service_inner:hover {

	box-shadow: 0px 0px 5px 2px #ffa2175c;
	margin-top: 60px;
	opacity: 1;

}

.service_inner h3 {
	font-size: 35px;
	color: #151515;
	font-family: 'Oxanium', sans-serif;
	font-weight: 600;
	margin: 0;
	position: relative;
	z-index: 2;

}

.service_inner p {
	font-size: 16px;
	color: #7c7c7c;
	line-height: 30px;
	font-family: 'Roboto', sans-serif;
	margin-top: 25px;
	position: relative;
	z-index: 2;
}

.service_inner a {
	font-size: 18px;
	color: #ff9900;
	font-family: 'Oxanium', sans-serif;
	font-weight: 500;
	text-decoration: none;
	position: relative;
	z-index: 2;
}

.service_inner a:hover {
	color: #151515;
}

.service .wave {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	margin: 0;
	top: 210px;
	bottom: 0;
	opacity: .15;
	z-index: 1;
}


/***
====================================================================
    SERVICES SECTION END
====================================================================
***/

/***
====================================================================
    GALLERY SECTION START
====================================================================
***/

.gallery {
	position: relative;
}

.gallery .g_body {
	position: relative;
	opacity: 1;
}

.g_absoul_img {
	position: absolute;
	width: 260px;
	height: 210px;
	top: 0px;
	right: 0;
	opacity: .3;
	mix-blend-mode: multiply;
	animation-name: floating;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;

}

.motion_img,
.motion_img2 {

	animation-name: floating;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;

}

@keyframes floating {
	from {
		transform: translate(0, 0px);
	}

	65% {
		transform: translate(0, 15px);
	}

	to {
		transform: translate(0, -0px);
	}
}


.gallery .g_body .g_img img {
	transition: transform 0.8s;
	transform: scale(1);
	width: 100%;
	height: 280px;
	object-fit: cover;

}

.gallery .g_body .g_img {
	position: relative;
	overflow: hidden;
	transform: scale(1);
	transition: transform 0.5s;
	opacity: 2;
	cursor: pointer;
}

.gallery .g_body .g_img:hover img {

	transform: scale(1.5);
	cursor: pointer;
}

.gallery .g_body .g_img:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000000;
	z-index: 2;
	opacity: 0;
	transition: 0.5s ease all
}

.gallery .g_body .g_img:hover::before {
	opacity: .7;
}

.gallery .g_innertext a {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	text-decoration: none;
	width: 45px;
	height: 45px;
	background: #ff9900;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;

}

.gallery .g_innertext a:hover {
	background: #1a1a1a;

}

.gallery .g_innertext h4 {
	font-size: 20px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: capitalize;
}

.gallery .g_body .g_text {
	position: relative;
	opacity: 0;
	transition: 0.5s ease all;
	display: none;

}

.gallery .g_body:hover .g_text {
	opacity: 1;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: auto;
	transition: 0.8s ease all;
	background: transparent;
	box-shadow: none;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	width: 100%;
}

.gallery .g_body:hover .g_icons {

	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.30);
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.30);

}

.gallery .g_body .g_icons {
	position: relative;
	opacity: 0;
	transition: 0.5s ease all;
	display: none;
	padding-left: 20px;

}

.gallery .g_body:hover .g_icons {
	opacity: 1;
	display: block;
	position: absolute;
	top: 13%;
	left: 0%;
	margin: auto;
	transition: 0.8s ease all;
	background: transparent;
	box-shadow: none;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	transform: translate(0%, -50%);

}

.gallery .g_innertext .g_button {
	position: relative;
	z-index: 1;
}


/***
====================================================================
    GALLERY SECTION END
====================================================================
***/


/***
====================================================================
    FAQs SECTION START
====================================================================
***/


.faqs {
	position: relative;
}

.faqabsut_img {
	position: absolute;
	width: 560px;
	height: 450px;
	bottom: 10px;
	right: 0;
	opacity: .3;
	rotate: 270deg;

}

.faqs .accordion-item {
	border: 1px solid #ff9900;
}

.faqs .accordion-button {
	font-size: 18px;
	color: #fff;
	background-color: #ff9900;
	box-shadow: none;
	/*border-bottom: 5px solid #fff;*/
	font-family: 'Oxanium', sans-serif;
	font-weight: 500;
	text-decoration: none;
}

.faqs .accordion-button:not(.collapsed) {
	color: #fff !important;
	background-color: #ff9900 !important;
	border: 1px solid #ff9900;

}

.faqs .accordion-body {
	/*background: #fff8ed;*/
	backdrop-filter: blur(2px);
}

.accordion-header>.accordion-button:before {
	font-family: "Font Awesome 6 Pro";
	content: "\f068";
	font-weight: 900;
	padding-right: 5px;
	color: #fff;
	position: absolute;
	right: 10px;
	text-decoration: none;
}

.accordion-header>.accordion-button.collapsed:before {
	float: right !important;
	font-family: "Font Awesome 6 Pro";
	content: "\f067" !important;
	font-weight: 900;
	color: #fff;

}

.faqs .accordion-button::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: none;
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform .2s ease-in-out;
}

.accordion-body p {
	font-size: 16px;
	color: #686868;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}


/***
====================================================================
    FAQs SECTION END
====================================================================
***/

/***
====================================================================
    OUR BLOGS SECTION START
====================================================================
***/


.blogs {
	position: relative;
}

.blogabsut_img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	opacity: .3;

}

.blogs .card-title {
	font-size: 25px;
	color: #1a1a1a !important;
	font-family: 'Oxanium', sans-serif;
	font-weight: 600;
}

.blogs .card {

	border: transparent;
	border-radius: 0.25rem;
}

.blogs .card {

	border: transparent;
	border-radius: 0.25rem;
	background: transparent !important;
}

.blogs .card .card_inner1 img {
	width: 100%;
	transition: transform 0.8s;
	transform: scale(1);
}

.blogs .card .card_inner1 {
	position: relative;
	overflow: hidden;
	transform: scale(1);
	transition: transform 0.5s;
}

.blogs .card .card_inner1:hover img {

	transform: scale(1.5);
	cursor: pointer;
}

.blogs .card .card_inner1:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000000c4;
	z-index: 2;
	opacity: 0;
	transition: 0.5s ease all;
	cursor: pointer;
}

.blogs .card .card_inner1:hover::before {
	opacity: 1;
}

.blogs .card .card-body {
	position: relative;
	background: transparent !important;
	opacity: 1;
	transition: 0.5s ease all
}

.blogs .card:hover .card-body {
	opacity: 2;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.30);
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.30);
	backdrop-filter: blur(7px);
}

.blogs .card-text {
	font-size: 16px;
	color: #7b7b7b;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 30px;
}

.card_inner1 {
	position: relative;
}


.blogs .g_button a {
	font-size: 16px;
	color: #1a1a1a;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	text-transform: capitalize;
	text-decoration: none;

}

.blogs .g_button a:hover {
	color: #ff9900;
}

.blogs .g_button:hover {
	color: #ff9900;
}


/***
====================================================================
    OUR BLOGS SECTION END
====================================================================
***/


/***
====================================================================
    FOOTER SECTION START
====================================================================
***/


footer {

	padding: 80px 0px;
	background: #1a1a1a;
}

footer .ftr_text h2 {
	font-size: 30px;
	color: #ff9900;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}

footer .ftr_text p {
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: white;
	line-height: 30px;
	padding-right: 60px;
}

footer .ftr_head {
	position: relative;
	z-index: 1;
	padding-right: 60px;
}

footer .ftr_head h2 {
	position: relative;
	font-size: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #ff9900;
	text-transform: capitalize;
}

footer .ftr_head ul {
	list-style: none;
	padding: 0px;
}

footer .ftr_head ul li {
	padding: 6px 0px;
	display: flex;
	justify-content: left;
	align-items: center;
}

footer .ftr_head ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	padding-left: 15px;
}

footer .ftr_head ul li i {
	color: #fff;
}

footer .ftr_head ul li:hover a,
footer .ftr_head ul li:hover i {
	color: #ff9900;
}

.pt-50 {
	padding-top: 50px;
}

footer .social_icon {
	position: relative;
	z-index: 1;
}

footer .social_icon ul {
	list-style: none;
	display: flex;
	padding-left: 0px;
}

footer .social_icon ul li {
	padding-right: 15px;
	font-size: 18px;
}

footer .social_icon ul li:hover a {
	color: #8a8484;
}

footer .social_icon ul li a {
	color: #ff9900;
	text-decoration: none;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50% 50% 50% 0%;
	box-shadow: 0px 0px 5px 0px rgba(255 153 0 / 20%);
	-webkit-box-shadow: 0px 0px 4px 0px rgb(255 153 0 / 20%);
	-moz-box-shadow: 0px 0px 5px 0px rgba(255 153 0 / 20%);
}

footer .Q_link {
	display: flex;
	justify-content: space-between;
	color: white;
}

footer .Q_link ul {
	list-style: none;
	padding: 0;
}

footer .Q_link ul li {
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	padding: 6px 0px;
}
footer .quik-link{ display: flex; flex-wrap: wrap;}
footer .quik-link li{flex: 0 0 auto; width: 50%;}

/***
====================================================================
    FOOTER SECTION END
====================================================================
***/

.footer_bottom {
	padding: 15px 0px;
	position: relative;
	background: #282828;
}

.footer_bottom .left p {
	color: white;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	margin: 0px;
}

.footer_bottom .right p {
	color: white;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	margin: 0px;
	text-align: right;
}

.footer_bottom a {
	color: #ff9900;
	text-decoration: none;
}



/***
====================================================================
    ABOUT PAGE SECTION START
====================================================================
***/


.about_page {
    position: relative;
}

.A_overlay{
	position: relative;
}
.A_overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    opacity: .6;
}

 .inner_head {
    position: relative;
    z-index: 1;
}

 .inner_head h2 {
    color: white;
    font-size: 40px;
    font-family: 'Oxanium', sans-serif;
	font-weight: 600;
    text-transform: uppercase;
    margin: 0;

}

 .inner_head ul {
    display: flex;
    list-style: none;
    padding-left: 0px;
    margin: 0;
    
}

 .inner_head ul li {
    padding: 0px 10px 0px 0px;
    color: white;
    font-size: 18px;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    text-transform: capitalize;

}

 .inner_head ul li a {
    color: white;
    font-size: 18px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
}
 .inner_head ul li a:hover {
	color: #ff9900;
}

/***
====================================================================
    ABOUT PAGE SECTION END
====================================================================
***/


/***
====================================================================
   SERVICE DETAILSPAGE SECTION START
====================================================================
***/

.service_details .sidebar-item  .title h4 {
    font-family: 'Oxanium', sans-serif;
    font-weight: 600;
    margin-top: -5px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.service_details .sidebar-info ul {
    list-style: none;
    padding: 0px;
}

.service_details .sidebar-info ul li{
    padding: 5px 0px;

}
.service_details .sidebar-info ul li a i{
    padding-right: 10px;
}
.service_details .sidebar-info  ul li a {
    display: inline-block;
    text-transform: capitalize;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    background: #ff9900;
    width: 100%;
    padding: 12px 18px;
    margin-bottom: 2px;
    
}   
    
.service_details .sidebar-info ul li a:hover{
    background: #1a1a1a;

}

.service_details .sidebar-info:active ul li a{
    background: #1a1a1a;
}

.sPage_img .info h3 a {
    font-family: 'Oxanium', sans-serif;
    font-weight: 600;
    margin-top: -5px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    color: #ff9900;
    text-decoration: none;
}

.sPage_img .info p{
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #606060;
    line-height: 22px;

}
.sub_btn{
    background: #ff9900;
    color: white;
    padding: 12px 35px;
    outline: none;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 5px;
    letter-spacing: 1.2px;
    font-weight: 600;
    margin-top: 30px;
}

.sub_btn:hover {
	background: #1a1a1a;
}


/***
====================================================================
    SERVICE DETAILS PAGE SECTION END
====================================================================
***/

/***
====================================================================
    CONTACT US PAGE SECTION START
====================================================================
***/



.contact_right {
    padding: 20px 10px;

}

.cont_hedings {
    font-size: 28px;
    font-family: 'Oxanium', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    color: #241f21;
}

.contact_right .form-control {
    display: block;
    width: 100%;
    padding: 12px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.contact_right .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ff9900;
    outline: none;
    box-shadow: none;

}

.contact_right text-area {
    height: 220px;
}

.conatct_left ul {
    list-style: none;
}

.conatct_left ul li {
    padding: 10px 20px;
    display: flex;
    justify-content: normal;
    align-items: center;
}

.conatct_left ul li i {
    font-size: 25px;
}

.conatct_left ul li a {
    color: #ff9900;
    padding: 0px 10px;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.conatct_left .contact-info-single {
    display: flex;
}

.conatct_left .contact-info-icon {
    font-size: 30px;
    color: #ff9900;
    display: inline-block;
    margin-inline-end: 30px;
}

.conatct_left .contact-info-text-label {
    font-size: 14px;
    font-family: 'Oxanium', sans-serif;
    font-weight: 700;
    color: #171717;
    text-transform: uppercase;
}

.conatct_left .contact-info-text p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.62;
    color: #555;
    font-family: 'Poppins', sans-serif;
}

.conatct_left p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.62;
    color: #555;
    font-family: 'Poppins', sans-serif;
}

.conatct_left .contact-info-text p a {

    font-size: 16px;
    line-height: 1.62;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 400;
}

.conatct_left .mb-40 {
    margin-bottom: 30px;
    padding: 30px;
    box-shadow: 3px 3px 9px rgb(255 153 0 / 20%);
    border: solid 1px #ff99002e;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}


.form-text {
    margin-top: 20px;
    font-size: 16px;
    color: #6c757d;
    font-family: 'Poppins', sans-serif;
}

iframe {
    border: none;
    width: 100%;
}


/***
====================================================================
    CONTACT US PAGE SECTION END
====================================================================
***/














.form-group{ margin-bottom: 15px;}
textarea.form-control{height: 110px;}
.wpcf7-spinner{ position: absolute;}
.form_b .btn2{ margin: 15px 0 0 0;}


.timing_table{ padding: 0 35px;}
.timing_table .timing_r{ text-align: left;}
.timing_table .timing_r{
	text-align: left;
	color: white;
  font-size: 16px;
  font-family: 'Oxanium', sans-serif;
  font-weight: 500;
  text-decoration: none;
  padding-bottom: 10px;}


.inner-content{ padding: 50px 0px;}
.inner-content .image-box, .inner-content .content-box{ margin: 15px 0px;}

.flexible_sec{ padding: 0px 0px;}
.flexible_block{padding: 60px 0px;}
.flexible_block:nth-child(even){ background: #eee;}
.flexible_sec .image_block,.flexible_sec .content-block{ margin: 15px 0;}


.service_details h2,.service_details h3,.service_details h4{ margin: 15px 0; color: #222;}
.service_details .sPage_img .info{ color: #444; line-height: 1.6; font-size: 16px;}
