@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&amp;display=swap");

/* Font Variable */
/* Color Variable */
a {
	color: unset;
	text-decoration: none;
}

a:focus {
	outline: 0 solid;
}

a:hover {
	text-decoration: none;
	color: unset;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0;
	font-family: "Nunito", sans-serif;
	font-weight: 700;
	color: #202020;

}

h1 {
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	font-size: 25px;
}

html,
body {
	line-height: 1.6;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #777777;

}

h2 {
	font-weight: 300;
	color: #202020;
	position: relative;
	display: table;
	margin: 0 auto 40px auto;
	z-index: 3;
}

h2:before {
	position: absolute;
	left: -50px;
	height: 1px;
	width: 50px;
	background-color: #707070;
	content: '';
	top: 50%;
}

h2:after {
	position: absolute;
	right: -50px;
	height: 1px;
	width: 50px;
	background-color: #707070;
	content: '';
	top: 50%;
}

p {
	margin-bottom: 0;
	font-size: 16px;
}

input:focus,
textarea:focus,
button:focus {
	outline: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

i.bx {
	vertical-align: middle;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.mt-120 {
	margin-top: 120px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-24 {
	margin-top: 24px;
}

.mt-36 {
	margin-top: 36px;
}

.mb-96 {
	margin-bottom: 96px;
}

.pt-120 {
	padding-top: 120px;
}

.pt-60 {
	padding-top: 60px;
}

.pb-96 {
	padding-bottom: 96px;
}

.pb-120 {
	padding-bottom: 120px;
}

.back-to-top-btn {
	width: 40px;
	position: fixed;
	bottom: 40px;
	z-index: 999;
	right: 30px;
	height: 40px;
	background-color: #ff5050;
	color: #fff;
	border-radius: 5px;
	font-size: 20px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.back-to-top-btn:hover .bi {
	color: #fff;
}

.section-title {
	margin-bottom: 20px;
}

.container {
	max-width: 1330px;
}

.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #fff;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sk-cube-grid {
	width: 70px;
	height: 70px;
}

.sk-cube-grid .sk-cube {
	width: 33%;
	height: 33%;
	background-color: #ff5050;
	float: left;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {

	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}

	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

@keyframes sk-cubeGridScaleDelay {

	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}

	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

/**header**/
header {
	padding: 5px 0;
}

header .logo {
	float: left;
	width: 104px;
}

.main_menu {
	float: right;
}

.main_menu ul li {
	display: inline-block;
	margin-right: 30px;
}

.main_menu ul li:last-child {
	margin-right: 0;
}

.main_menu ul li a {
	display: block;
	font-family: 'Nunito';
	font-weight: 400;
	font-size: 15px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #ff5050;
	line-height: 70px;
	text-transform: uppercase;
}

header.sticky {
	position: fixed;
	top: 0;
	background: #fff;
	z-index: 999;
	width: 100%;
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 1%);
	box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.3);
	padding-top: unset;
	border: none;
}

.toggle_btn {
	position: relative;
}

.toggle_btn:after {
	content: "\F3C4";
	font-family: "bootstrap-icons";
	position: absolute;
	color: #f39836;
	font-size: 30px;
	right: 0;
	top: 14px;
}

.toggle_btn.on:after {
	content: "\F622";
	font-family: "bootstrap-icons";
	position: absolute;
	color: #f39836;
	font-size: 30px;
	right: 0;
	top: 14px;
}

@media (max-width:767px) {
	.main_menu ul {
		display: none;
		position: fixed;
		background: #f39836;
		width: 100%;
		left: 0;
		top: 73px;
		padding: 30px 15px;
		z-index: 99;
		height: calc(100% - 82px);
	}

	.main_menu ul li {
		display: block;
		margin-right: 0;
		width: 100%;
		text-align: center;
	}

	.main_menu ul li a {
		line-height: 50px;
		color: #fff;
	}

}

/**header end **/

/**banner**/
.banner_slider_col .img-wrap {

	position: relative;

}

/* .banner_slider_col .img-wrap:after{
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    content:'';
    background-color: rgba(0,0,0,0.6);
} */
.banner_slider_col .img-wrap img {
	object-fit: cover;

}

.banner_caption.right_content {
	text-align: right;
}

.banner_caption.right_content p {
	justify-content: flex-end;
}

.banner_caption.right_content h5 {
	margin-left: auto;
}

.banner_caption {
	position: absolute;
	top: 139px;
	z-index: 1;
	color: #fff;
	max-width: 1100px;
	width: 100%;
	left: 50%;
	transform: translate(-50%, 10px);
	text-align: left;
}

.banner_caption h1 {
	color: #fff;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 10px;
}

.banner_caption p {
	line-height: 30px;
	display: flex;
	align-items: center;
	margin: 30px 0;
	font-weight: 900;
	font-size: 90px;
}

.banner_caption p span {
	font-size: 40px;
	font-weight: 300;
	display: inline;
	transform: rotate(90deg);
}

.banner_caption h3 {
	font-weight: 200;
	color: #fff;
	margin-bottom: 10px;
}

.banner_caption a {
	border: 3px double #fff;
	color: #fff;
	display: inline-block;
	padding: 7px 30px;

}

.banner_caption a:hover {
	color: #202020;
	background-color: #fff;
	border-radius: 2px;
}

.banner_caption h5 {
	color: #fff;
	margin: 30px 0;
	font-weight: 300;
	font-size: 15px;
	max-width: 450px;
	line-height: 26px;
}

button.owl-prev {
	position: absolute;
	top: 50%;
	right: 15px;
	border: none;
	background: none;
}

button.owl-prev .bi,
button.owl-next .bi {
	color: #fff;
	font-size: 30px;
}

button.owl-next {
	position: absolute;
	top: 50%;
	left: 15px;
	border: none;
	background: none;
}

/**about us*/
.catagories_area {
	padding: 80px 0;
}

.catagories_area_left_img {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	border: 6px solid #fff;

}

.catagory_wrapper {
	position: relative;
	border: 1px solid #e1e1e1;
    border-radius: 2px;
}

.catagory_wrapper:hover .hidden_content {
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.hidden_content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 50px 40px;
	color: #fff;
	text-align: center;
	display: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.hidden_content p {
	margin-bottom: 30px;
}

.hidden_content h4 {
	color: #fff;
	margin-bottom: 30px;
}

.common_btn {
	padding: 7px 20px;
	background-color: #fff;
	color: #000;
	border-radius: 0;
	border: 3px double #bbbbbb;

}

.common_btn:hover {
	color: #fff;
	background-color: #000;
}

/**latext_collection**/
.latext_collection {
	padding: 50px 0;
	text-align: center;
}

.latext_collection h2 {
	font-weight: 300;
	color: #202020;
	position: relative;
	display: table;
	margin: 0 auto 40px auto;
	z-index: 3;
	background-color: #fff;
}

.latext_collection h2:before {
	position: absolute;
	left: -50px;
	height: 1px;
	width: 50px;
	background-color: #707070;
	content: '';
	top: 50%;
}

.latext_collection h2:after {
	position: absolute;
	right: -50px;
	height: 1px;
	width: 50px;
	background-color: #707070;
	content: '';
	top: 50%;
}

.latext_collection .nav-pills {
	justify-content: center;
	margin-bottom: 40px;
}

.latext_collection .nav-pills .nav-link.active,
.latext_collection .nav-pills .show>.nav-link {
	background-color: #ff5050;
}

.latext_collection .nav-pills .nav-link {
	border-radius: 0;
}

.latext_collection .single-service-box {
	border: 5px solid #e4e4e4;
	padding-bottom: 20px;
}

.latext_collection button.owl-prev {
	position: absolute;
	top: -80px;
	right: 15px;
	border: none;
	background: none;
}

.latext_collection button.owl-next {
	top: -80px;
	right: 55px;
	left: unset;
}

.latext_collection button.owl-prev .bi,
.latext_collection button.owl-next .bi {
	color: #ff5050;
	font-size: 30px;
}

.service-content h3 {
	font-size: 16px;
	font-weight: 400;
	color: #707070;
}

.single-service-box:hover h3 {
	color: #ff5050;
}

.latext_collection .owl-carousel .owl-item img{
  width: 250px;
  margin: 0 auto;
}
/**service**/
.uptooffer_sec {
	padding: 50px 0;
}

.uptooffer_wrap img {
	width: 100%;
	height: 100%;

}

.uptooffer_wrap {
	position: relative;
	padding: 20px;
}

.content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 40px 30px;
	background-color: rgba(0, 0, 0, 0.1);
	color: #ff5050;
}

.content h3 {
	font-size: 50px;
	line-height: 50px;
	color: #ff5050;
}

.content h4 {
	font-size: 30px;
	font-weight: 300;
	line-height: 50px;
	color: #ff5050;
}

.content :nth-child(3) {
	color: #fff;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 20px;
}


/**partner_area*/
.partner_area {
	padding: 50px 0;
}

.partner_area button.owl-prev .bi,
.partner_area button.owl-next .bi {
	color: #ff5050;
	font-size: 30px;
}

.partner_area h2 {
	font-weight: 300;
	color: #202020;
	position: relative;
	display: table;
	margin: 0 auto 40px auto;
	z-index: 3;
	background-color: #fff;
}

.partner_area h2:before {
	position: absolute;
	left: -50px;
	height: 1px;
	width: 50px;
	background-color: #707070;
	content: '';
	top: 50%;
}

.partner_area h2:after {
	position: absolute;
	right: -50px;
	height: 1px;
	width: 50px;
	background-color: #707070;
	content: '';
	top: 50%;
}


.multi_bulb {
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
}

footer {
	color: #000;
	padding: 60px 0 30px;
	border-top: 5px solid #ff5050;
	position: relative;
}

.footer-title h3 {
	color: #ff5050;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 20px;
}

.footer-top {
	margin-bottom: 30px;
}

.footer-social ul li {
	display: inline-block;
	margin-right: 15px;
}

.copy-right-area {
	padding-top: 25px;
}

.footer-link ul li {
	float: left;
	width: 50%;
	margin-bottom: 8px;
}

footer a:hover {
	color: #ff5050;
}

.footer-logo img {
	width: 250px;
	margin-bottom: 40px;
}

.footer-contact li a .bi {
	color: #ff5050;
	display: inline-block;
	font-weight: 400;
	margin-right: 10px;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 0;
}

.footer-contact li a {
	font-size: 15px;
	padding-left: 30px;
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.footer-top {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ff5050;
}

.inner_banner {
	padding: 50px 0;
	text-align: center;
	color: #fff;
}

.inner_banner h2 {
	font-weight: 300;
	color: #fff;
	position: relative;
	display: table;
	margin: 0 auto 10px auto;
	z-index: 3;

}

.inner_banner h2:before {
	position: absolute;
	left: -50px;
	height: 1px;
	width: 50px;
	background-color: #fff;
	content: '';
	top: 50%;
}

.inner_banner h2:after {
	position: absolute;
	right: -50px;
	height: 1px;
	width: 50px;
	background-color: #fff;
	content: '';
	top: 50%;
}

.inner_banner ul {
	display: flex;
	justify-content: center;
}

.inner_banner ul li a {
	display: inline-block;
	margin: 0 15px;
	position: relative;
}

.inner_banner ul li a:after {
	position: absolute;
	content: '|';
	right: -17px;
	top: 0;
	color: #fff;
}

.inner_banner ul li:last-child a:after {
	display: none;
}

.welcome_area {
	padding: 80px 0;
}

.about_us_content h4 {
	font-weight: 400;
	color: #000;
	font-size: 22px;
	padding-bottom: 30px;
	text-transform: uppercase;
}

.about_us_content {
	padding-left: 40px;
}

.about_us_content p {
	margin-bottom: 30px;
	line-height: 28px;
}

.welcome_area .row {
	align-items: center;
}

.what_we_offer .owl-carousel .owl-item img {
	width: 200px;
	margin: 0 auto;
}

.contact_form_area form input {
	width: 100%;
	height: 45px;
	padding: 0 15px;
	color: #777777;
	border: 1px solid #e1e1e1;
	outline: none;
	width: 100%;
	margin-bottom: 15px;
}

.contact_form_area form textarea {
	width: 100%;
	height: 100px;
	padding: 15px;
	color: #777777;
	border: 1px solid #e1e1e1;
	outline: none;
	width: 100%;
	margin-bottom: 15px;
}

.contact_form_area form button {
	width: 100%;
}

.map {
	height: 100%;
}

.contact_form_area {
	padding: 80px 0 50px 0;
}

.contact_area {
	padding-top: 50px;
}

.contact_info {
	background-color: #ff5050;
	color: #fff;
	text-align: center;
	border: 3px double #fff;
	padding: 50px 20px;
	height: 100%;
}

.contact_info h4 {
	color: #fff;
	font-weight: 400;
}

.contact_info .bi {
	font-size: 30px;
}

.contact_info a {
	display: block;
	margin: 15px 0;
}
.single-service-box{
    margin-bottom:30px;
}

.products_area .service-icon img {
	width: 150px;
	margin: 15 auto 0 auto;
}

.partner_area .owl-carousel .owl-item img {
	width: auto;
	margin: 0 auto;
	height:52px;
}
.partner_area button.owl-next {
    top: unset;
    left: 50%;
    margin-left: -45px;
}
.partner_area button.owl-prev {
    top: unset;
    right: 50%;
    margin-right: -45px;
}
.why_choose_us{
    padding:70px 0;
    background:#ff5050;
    margin-bottom:30px;
}
.choose_col {
    text-align:center;
    color:#fff;
}
.choose_col img{
    height:60px;
    margin-bottom:15px;
}
.choose_col h4{
    color:#fff;
    font-size:18px;
    font-weight:700;
    margin-bottom:20px;
}
.choose_col p{
    color:#fff;
}
.why_choose_us h2{
    color:#fff;
}
.why_choose_us h2:before,.why_choose_us h2:after{
     background-color:#fff;
}
@media (max-width:1024px) {
	footer {
		padding: 143px 0 30px;
	}

	.about_us_content {
		margin-top: 30px;
	}
}

@media (max-width:767px) {
	.catagories_area {
		padding: 80px 0 10px 0;
	}

	.banner_slider_col .img-wrap img {
		object-fit: cover;
		height: auto;
		width: 100% !important;
	}

	footer {
		padding: 80px 0 30px;
	}

	.contact_info {
		margin-bottom: 20px;
		padding: 20px 20px;
		height: auto;
	}

	.map {
		margin-top: 30px;
	}

	.uptooffer_wrap {
		margin-bottom: 30px;
	}

	.catagory_wrapper img {
		width: 100%;
	}

	.catagory_wrapper {
		margin-bottom: 30px;
	}

	.footer-wrap {
		text-align: center;
	}

	.footer-link ul li {
		float: none;
		width: 100%;
		text-align: center;
	}

	.single-widget .justify-content-between {
		justify-content: center !important;
	}

	.footer-contact li a .bi {
		position: unset;
	}

	.footer-contact li a {
		padding-left: 0;
	}

	.footer-social {
		margin-bottom: 30px;
	}

	.footer-logo img {
		width: 124px;
		margin-bottom: 16px;
	}

	.banner_caption {
		top: 50%;
		z-index: 1;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
	}

	.banner_caption h1 {
		font-size: 30px;

	}

	.banner_caption p {
		font-size: 50px;
		justify-content: center;
		margin:0;
	}

	.banner_caption p span {
		font-size: 26px;
	}

	.banner_caption h5 {
		margin: 30px 62px;
		max-width: 100%;
        line-height: 20px;
	}

	.banner_caption.right_content {
		text-align: center;
	}

	.banner_caption.right_content p {
		justify-content: center;
	}

	.banner_slider_col .img-wrap:after {
		position: absolute;
		top: 0;
		width: 100%;
		bottom: 0;
		left: 0;
		right: 0;
		content: '';
		background-color: rgba(0, 0, 0, 0.6);
	}

	.latext_collection button.owl-prev,
	.latext_collection button.owl-next {
		top: -46px;
	}

	.uptooffer_wrap img {
		width: 100%;
		height: 300px;
		object-fit: cover;
	}

	.multi_bulb {
		display: none;
	}
}

@media (max-width:575px) {
	.content h3 {
		font-size: 38px;
		line-height: 47px;

	}

	.content h4 {
		font-size: 23px;
		line-height: 45px;

	}

	.partner_area .owl-carousel .owl-item img {
		width: 150px;

	}

	.uptooffer_sec {
		padding: 50px 0 0 0;
	}

	.uptooffer_wrap {
		padding: 10px;
	}
}