* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

html,
body {
	height: 100%;
	font-size: 16px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	vertical-align: baseline;
	line-height: 26px;
}

a:focus {
	outline: 0px solid;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	margin: 0 0 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 5px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	color: #292929;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

a {
	transition: all 0.5s ease-out;
	text-decoration: none;
	color: #464646
}

a:active,
a:hover {
	outline: 0 none;
	color: #212836;
	text-decoration: none
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

::-moz-selection {
	background: #b52d05;
	text-shadow: none;
	color: #fff
}

::selection {
	background: #b52d05;
	text-shadow: none;
	color: #fff
}

textarea:focus,
input:focus {
	outline: none;
}

.slider-overlay {
	background-color: rgba(0, 0, 0, 0.30);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 1
}

/* .images-overlay {
	background-color: rgb(70 70 70 / 60%);
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;

} */

.pt-100 {
	padding-top: 100px
}

.pb-100 {
	padding-bottom: 100px
}

.pb-70 {
	padding-bottom: 70px
}

.bg-color {
	background: #fbfbfb
}

.no-padding-left {
	padding-left: 0px
}

.no-padding-right {
	padding-right: 0px
}

/*
1.Preloader
============================*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 9999999;
	right: 0;
	bottom: 0;
}

#preloader-status {
	height: 210px;
	width: 210px;
	background: url(../img/preloader.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
	position: absolute;
	left: 50%;
	top: 50%;
}

/*
2.Scrollup
==============*/
#scrollUp {
	background: #b52d05 none repeat scroll 0 0;
	border-radius: 100%;
	bottom: 19px;
	color: #fff;
	font-size: 16px;
	height: 50px;
	right: 20px;
	text-align: center;
	text-decoration: none;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#scrollUp:hover {
	opacity: 1;
	color: #fff !important;
	background: #b52d05;
}

#scrollUp i {
	display: block;
	font-weight: bold;
}

/*
3.Header Section
==================*/
.header-top {
	background: #242424;
}

.header-left {
	padding: 10px 0;
}

.header-left ul {
	display: inline-block;
}

.header-left li {
	padding-right: 30px;
	position: relative;
	display: inline-block;
	color: #858484;
	text-transform: capitalize;
}

.header-left li:last-child:before {
	content: ""
}

.header-left li::before {
	content: "/";
	position: absolute;
	right: 12px;
}

.header-left li i {
	color: #858484;
	font-size: 20px;
	margin-right: 10px;
}

.header-right {
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 10px 0;
}

.header-right::before {
	background: #b52d05 none repeat scroll 0 0;
	content: " ";
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: skewX(-48deg);
	width: 2000px;
	z-index: -1;
}

.header-right li a {
	color: #ffffff;
	font-weight: 300;
	padding: 0px 10px;
	text-transform: capitalize
}

.header-right li {
	position: relative;
	display: inline-block
}

.header-right li:last-child:before {
	content: ""
}

.header-right li::before {
	content: "/";
	position: absolute;
	right: -6px;
	color: #fff
}

/*
4.Menu  Section
=================*/
.logo {
	padding: 0px 0;
}

.menu {
	display: inline-block;
	width: 100%;
}

.main-menu {
	display: inline-block;
	text-align: right;
}

.main-menu ul {
	margin: 0;
	padding: 0;
	position: relative;
}

.main-menu ul li {
	display: inline-block;
	padding: 0;
	position: relative;
}

.main-menu ul li a {
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 20px 20px;
	text-decoration: none;
	text-transform: capitalize;
	transition: all 0.4s ease 0s;
	position: relative;
	font-weight: 600;
	font-family: Montserrat;
	padding-bottom: 0px;
}




.main-menu ul li ul:hover .main-menu ul li a {
	background: #fafafa;
}

.main-menu ul li a:hover {
	transition: all 0.4s 0s ease;
	color: #b52d05
}

.main-menu ul ul {
	background: #000;
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: left;
	top: 55px;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	z-index: 99999;
	transform: scale(0);
	transform-origin: 0 0 0;
	transition: all 0.3s ease 0s;
	border-radius: 10px;
}

.main-menu ul li a.scrolled-color {
	color: #b52d05;
}

.main-menu ul ul li {
	float: none;
	width: 220px;
}

.main-menu ul ul li a {
	line-height: 120%;
	padding: 10px 20px;
	color: #fff;
}

.main-menu ul ul li a:hover {
	color: #b52d05;
	background: #fff;
}

.main-menu ul ul ul {
	top: 0;
	left: 100%;
}

.main-menu ul li:hover ul {

	visibility: visible;
	transition: all 0.4s ease 0s;
	opacity: 1;
	transform: scale(1);
	;
}

.main-menu ul li a i {
	margin-left: 6px;
}

.menu-icon {
	display: inline-block;
	padding: 33px 0px;
	position: absolute;
	right: 0;
	top: 0;
}

.cart-icon,
.site-search {
	display: inline-block;
	padding: 0px 11px;
}

.cart-icon a i {
	font-size: 19px
}

.site-search i {
	color: #555555;
	cursor: pointer;
}

.search-forum>form {
	display: inline-flex;
	background: #b52d05;
	padding: 10px;
}

.search-forum input[type=text] {
	padding: 10px;
}

.search-forum input[type="submit"] {
	padding: 10px;
	background: #282828;
	color: #fff;
}

.site-search:hover .search-forum {
	visibility: visible;
	transition: all 0.4s ease 0s;
	transform: scale(1);
	opacity: 1;
}

.search-forum {
	display: inline-block;
	left: -240px;
	opacity: 0;
	position: absolute;
	top: 92px;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	z-index: 2;
	transform: scale(0)
}

/*
5.Slider Section
======================*/
.all-slide .owl-item {
	height: 550px;
}

.all-slide .single-slide {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
}

.slider-text {
	left: 0;
	margin: 0 auto;
	text-align: center;
	position: relative;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 1170px;
}

.slider-text ul {
	margin-top: 70px;
}

.slider-text h1 {
	color: #fff;
	font-size: 54px;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 70px;
}

.slider-text h1 span {
	color: #b52d05;
}

.slider-text p {
	color: #fff;
}

.slider-text li {
	display: inline-block;
}

.slider-text li a {
	background: transparent;
	color: #fff;
	display: inline-block;
	padding: 14px 30px;
	text-transform: uppercase;
	margin: 0px 10px;
	border: 1px solid #b52d05;
	position: relative;
	z-index: 5;
	transition: 0.5s;
}

.slider-text li a:hover {
	background: #b52d05;
	color: #fff;
	transition: all 0.4s ease 0s;
	border-color: #b52d05;
}

.slider-text li:last-child a {
	border-color: #fff;
}

.slider-text li:last-child a:hover {
	background: #fff;
	color: #292929;
	transition: all 0.4s ease 0s;
	border-color: #fff;
}

.all-slide .owl-controls {
	position: absolute;
	top: 45%;
	width: 100%;
	z-index: 99;
	transform: translateY(-50%);
}

.all-slide .owl-controls .owl-buttons div {
	background: none;
	opacity: 1.00;
}

.all-slide .owl-controls .owl-prev {
	left: 20px;
	position: absolute;
	transition: all 0.4s ease 0s;
	transform: scale(0);
}

.all-slide:hover .owl-prev {
	transition: all 0.4s ease 0s;
	transform: scale(1);
}

.all-slide .owl-controls .owl-next {
	right: 20px;
	position: absolute;
	transition: all 0.4s ease 0s;
	transform: scale(0);
}

.all-slide:hover .owl-next {
	transition: all 0.4s ease 0s;
	transform: scale(1);
}

.all-slide .owl-controls .owl-prev i,
.all-slide .owl-controls .owl-next i {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 100%;
	color: #fff;
	font-size: 30px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition: all 0.5s ease-out 0s;
	width: 40px;
}

.all-slide .owl-controls .owl-next i:hover {
	transition: all 0.5s ease-out 0s;
	background: #b52d05;
	color: #fff;
	border-color: #b52d05
}

.all-slide .owl-controls .owl-prev i:hover {
	transition: all 0.5s ease-out 0s;
	background: #b52d05;
	color: #fff;
	border-color: #b52d05
}

/*
6.Home 2 
=================*/
.header-right span {
	color: #ffffff;
}

.header-right span i {
	margin-right: 10px;
}

.hd-search-field {
	position: absolute;
	right: 24px;
	top: 5px;
}

.hd-search-field form {
	width: 190px;
	position: relative;
}

.hd-search-field input[type="text"] {
	background: transparent;
	padding: 3px 35px 3px 10px;
	width: 100%;
	border: 1px solid #858484;
	border-radius: 6px;
}

.hd-search-field button {
	background: transparent;
	color: #fff;
	position: absolute;
	padding: 4px 10px;
	right: 0;
	top: 0;
}

.hd-search-field button i {
	color: #858484;
}

.blog2-feature-text h2 a {
	color: #282828;
	font-size: 20px;
}

.blog2-feature-text ul {
	margin-bottom: 10px;
}

.blog2-feature-text ul li {
	display: inline-block;
	margin-right: 20px;
	color: #999999;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
}

.blog2-feature-text ul li i {
	margin-right: 10px
}

.blog2-feature-text a.read-more {
	color: #999;
	border: 1px solid #ddd;
	padding: 14px 30px;
	text-transform: capitalize;
	border-radius: 0;
}

.blog2-feature-text a.read-more:hover {
	background: #b52d05;
	color: #fff;
	border-color: #b52d05;
}

.blog2-recent-inner .media-left {
	float: left;
}

.blog2-recent-inner {
	margin-bottom: 30px;
}

.blog2-recent-inner:last-child {
	margin-bottom: 0
}

.blog2-recent-inner span i {
	color: #b52d05;
	margin-right: 10px;
}

.blog2-recent-inner h2 {
	margin-bottom: 10px;
	padding-bottom: 0
}

.blog2-recent-inner h2 a {
	color: #282828;
	font-size: 16px;
	font-weight: 600;
}

.blog2-recent-inner span {
	color: #999999;
	font-weight: 600;
	font-size: 14px;
	text-transform: capitalize;
}

.blog2-recent-inner span:last-child {
	padding-left: 15px
}

.blog2-wedget-three li i {
	display: inline-block;
	margin-right: 10px;
}

.blog2-recent-inner span i {
	color: #b52d05;
	margin-right: 10px;
}

.single-blog2 {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.all-blog2-feature .owl-controls {
	margin-top: 20px;
	transform: translateX(-30%);
	text-align: center;
}

.all-blog2-feature.owl-theme .owl-dots .owl-dot {
	border: 2px solid #9e9e9e;
	border-radius: 100%;
	height: 16px;
	margin: 5px;
	width: 16px;
	display: inline-block
}

.all-blog2-feature.owl-theme .owl-dots .owl-dot span {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 100%;
	display: inline-block;
	height: 10px;
	left: -2px;
	margin: 3px;
	position: relative;
	top: -6px;
	transition: all 0.9s ease 0s;
	width: 10px;
}

.all-blog2-feature.owl-carousel.owl-theme .owl-dot.active {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #b52d05;
}

.all-blog2-feature.owl-carousel.owl-theme .owl-dot.active span {
	background: #b52d05 none repeat scroll 0 0;
}

.blog-sec .pagination.custom-pagination {
	text-align: left;
	width: 100%;
}

.pagination.custom-pagination li {
	display: inline-block;
}

.pagination.custom-pagination li a {
	color: #999999;
	font-size: 16px;
	font-weight: 600;
	height: 36px;
	line-height: 22px;
	margin: 2px 5px;
	width: 36px;
	background: #f2f2f2;
	border: none;
	border-radius: 10px;
	text-align: center
}

.pagination.custom-pagination li.active a {
	background: #b52d05 none repeat scroll 0 0;
	color: #fff;
}

.pagination.custom-pagination li:last-child a {
	display: inline-block;
	width: 100%;
}

.pagination.custom-pagination li a:hover {
	background: #b52d05 none repeat scroll 0 0;
	color: #fff;
}

/*
7.Title Section
=================*/
.sec-title {
	text-align: center;
	margin-bottom: 25px;
}

.sec-title h1 {
	font-size: 36px;
	text-transform: capitalize;
	color: #292929;
	font-weight: bold;
}

.sec-title h1 span {
	font-weight: normal;
}

.border-shape::before {
	background: #b52d05 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 3px;
	right: -4px;
	position: absolute;
	top: 1px;
	width: 20px;
}

.border-shape {
	color: #fff;
	display: block;
	height: 3px;
	left: 0;
	margin: 20px auto;
	position: relative;
	right: 0;
	text-align: center;
	top: 0;
	width: 86px;
}

.border-shape::after {
	background: #b52d05 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 3px;
	position: absolute;
	left: 0;
	text-align: center;
	top: 1px;
	width: 65px;
}

.sec-title p {
	margin-bottom: 0;
}

/*
8.About Section
===================*/
.about-sec-area {
	margin-bottom: 100px;
	display: inline-block;
	width: 100%;
}

.about-us-img img {
	border-radius: 10px;
}

.about-us-overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	border: 20px solid rgba(0, 0, 0, 0.1);
}

.about-us-overlay::before {
	position: absolute;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	border: 10px solid rgba(221, 221, 221, 0.40);
}

.designation {
	font-style: normal;
	font-size: 18px;
}

.about-text h2 {
	font-size: 36px;
	text-transform: capitalize;
	font-family: sans-serif;
	margin-bottom: 20px;
	line-height: 48px;
	font-weight: 800;
}

.about-intro {
	margin-top: 10px;
	display: inline-block;
	font-size: 16px;
}

.about-intro i {
	margin-right: 4px;
	color: #3884b4;
}

.all-founder {
	padding-bottom: 10px;
	background: #fafafa;
}

.all-founder.owl-carousel.owl-theme .owl-item .single-founder img {
	height: 100px;
	margin: 0 auto;
	width: 100px;
	border-radius: 100%;
	position: relative;
	z-index: 9;
}

.single-founder {
	padding: 15px;
	position: relative;
	text-align: center;
	color: #999;
	font-style: italic;
	font-size: 16px;
}

.single-founder p {
	margin-bottom: 0px;
}

.single-founder::before {
	position: absolute;
	width: 100%;
	height: 120px;
	content: "";
	left: 0;
	top: 0;
	background-image: url(../img/all_founder_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #b52d05;
	background-size: cover;
	border-radius: 10px;
}

.all-founder.owl-carousel.owl-theme .owl-controls {
	text-align: center
}

.all-founder.owl-carousel.owl-theme .owl-dot {
	border: 2px solid #b52d05;
	display: inline-block;
	height: 15px;
	width: 15px;
	border-radius: 100%;
	margin: 0px 5px;
}

.all-founder.owl-carousel.owl-theme .owl-dot.active {
	background: #b52d05
}

.person-info {
	margin-top: 30px;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}

.person-info>h2 {
	color: #292929;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: capitalize;
	font-size: 18px;
	font-style: normal;
}

.about-tab {
	margin-bottom: 40px;
	display: flex;
}

.about-tab li {
	display: inline-block;
	margin-right: 10px;
	transition: all 0.4s ease 0s;
}

.about-tab li a:hover {
	background: #b52d05 none repeat scroll 0 0;
	transition: all 0.4s ease 0s;
	color: #fff;
	border-color: #b52d05;
}

.about-tab li.active a {
	border-color: #b52d05;
	color: #b52d05;
	width: auto;
	padding: 0 15px;
}

.about-tab li.active a:hover {
	color: #fff
}

.about-tab li a {
	color: #3db9ef;
	font-weight: 400;
	width: 130px;
	display: inline-block;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #000;
	text-transform: capitalize;
	border: 1px solid #000;
	border-radius: 5px;
	font-weight: 700;
	width: auto;
	padding: 0 15px;
}

/*
9.Service Section
============================*/
.service-thumb {
	overflow: hidden;
	transition: all 0.4s ease 0s;
}

.service-content {
	padding: 6px 15px;
	border: 1px solid #000;
	border-radius: 0px 0px 10px 10px;
	border-top: none;
	text-align: center;
	height: 65px;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.service-content p {
	margin-bottom: 0
}

.service-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	visibility: hidden;
	background-color: rgba(0, 0, 0, 0.59);
	transition: all 0.4s ease 0s;
}

.service-thumb img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	max-width: 100% !important;
	border-radius: 10px;
}
.product-image{
    border-radius: 10px 10px 0px 0px;
    padding: 15px 15px;
    border: 1px solid #000;
}
.service-item .inner {
	margin-bottom: 30px;
}


.service-item .inner h2 {
	text-transform: capitalize;
	font-size: 18px;
	margin-top: 10px
}

.service-item .inner h2 a {
	color: #282828
}

/*
10.Service 2 Section
============================*/
.service2-inner {
	text-align: center;
	position: relative;
	margin-bottom: 80px
}

.service2-id {
	font-size: 120px;
	position: absolute;
	top: 25px;
	font-weight: 600;
	color: #000;
	opacity: 0.1;
	transform: translateX(-90%);
}

.service2-icon {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin: 0px auto;
	text-align: center;
	z-index: 2
}

.service2-icon::before {
	background: #b52d05 none repeat scroll 0 0;
	content: "";
	height: 80px;
	position: absolute;
	transform: rotate(45deg);
	width: 80px;
	z-index: -1;
	left: 0;
	top: 0
}

.service2-content {
	margin-top: 40px;
}

.service2-content h2 a {
	font-size: 20px;
	text-transform: capitalize;
}

.count-up-sec {
	padding: 90px 0;
	background-image: url(../img/background/13.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	margin-top: 80px;
}

.count-up-sec-overlay {
	background-color: rgb(0 0 0 / 54%);
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.counting_sl {
	text-align: center;
}

.countup-icon {
	display: inline-block;
	height: 70px;
	margin-bottom: 16px;
	text-align: center;
	width: 70px;
}

.counting_sl h2 {
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
}

.counting_sl h4 {
	color: #fff;
	font-size: 22px;
	margin-bottom: 0;
	text-transform: capitalize;
	font-weight: 300
}

/*
12.Discount Section 
======================*/
.message-intro-sec {
	background: #b52d05 url("../img/message_bg.html") no-repeat scroll center center / cover;
	padding: 50px 0;
	position: relative;
}

.message-intro-link {
	text-align: right;
}

.message-intro-link a {
	background: #b52d05 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	margin-top: 10px;
	padding: 14px 30px;
	text-transform: uppercase;
	font-weight: bold
}

.message-intro-link a:hover {
	background: #ffbc00 none repeat scroll 0 0;
	color: #fff;
}

.message-intro h2 {
	color: #fff;
	font-size: 24px;
}

.message-intro span {
	color: #b52d05;
	font-weight: 600;
}

/*
13.Service Details Page 
============================*/
.service-details-text {
	display: inline-block;
	width: 100%;
	margin-top: 40px;
}

.service-details-img {
	margin-bottom: 40px;
	border: 1px solid gray;
    border-radius: 10px;
}

/*
14.Discount Section 
============================*/
.discount-intro {
	background: #b52d05 none repeat scroll 0 0;
	padding: 20px 0px;
	background-image: url(../img/discount_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 100%;
}

.discount-intro-overlay {
	background-color: rgba(0, 0, 0, 0.3);
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1
}

.discount-text h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 5px
}

.discount-text h2 span {
	color: #b52d05;
}

.discount-text {
	display: inline-block;
	float: left;
	margin-left: 60px
}

.discount-text span.discount-subdesc {
	color: #fff;
	font-size: 20px
}

.discount-button {
	display: inline-block;
	float: right;
}

.discount-button {
	text-align: center;
	position: absolute;
	right: 60px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.discount-button a {
	background: #fff;
	color: #b52d05;
	padding: 14px 20px;
	text-transform: capitalize;
	border-radius: 8px;
}

.discount-button a:hover {
	background: #b52d05;
	color: #fff;
}

/*
15.Why Choose Us Section
============================*/

.why-choose .inner {
	margin-bottom: 30px;
	text-align: center;
}

.why-choose .sec-title {
	text-align: left;
	margin-top: 30px;
}

.why-choose .border-shape {
	margin: 0px
}

.inner-number h1 {
	font-size: 45px;
	color: #dadada;
	font-weight: 800;
	margin-bottom: 5px;
}

.why-choose-us-tab .sec-title {
	text-align: left;
}

.why-choose-us-tab .border-shape {
	margin: 0
}

/*
16.Gallery Section
============================*/
.simplefilter {
	position: relative;
	text-align: center;
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
}

.shorttitle {
	display: none;
}

.simplefilter li {
	color: #bebebe;
	cursor: pointer;
	display: inline-block;
	margin: 0 6px;
	padding: 10px 30px;
	font-size: 16px;
	text-transform: capitalize;
	background: #f9f9f9
}

.simplefilter li:hover {
	transition: all 0.5s ease-out 0s;
	background: #b52d05;
	color: #fff;
}

.simplefilter li.active {
	background: #b52d05;
	color: #fff;
	position: relative
}

.simplefilter li.active:hover {
	transition: all 0.5s ease-out 0s;
	background: #389503;
	color: #fff;
}

.gallery-overlay-text h2 {
	color: #ffffff;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 16px;
	margin-top: 10px;
}

.gallery-button a i {
	color: #fff;
	font-size: 24px;
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	border-radius: 100%;
	line-height: 60px;
}

.project-gallery .inner {
	width: 25%;
	display: inline-block;
}

.gallery-sec .gallery-item {
	margin-bottom: 2px;
}

.gallery-sec .simplefilter li.active {
	color: #b52d05;
	background: transparent;
}

.col-xs-6.col-sm-6.col-md-4.filtr-item {
	padding: 5px;
}

/*
17.Project Details Section
============================*/
.project-details-text h1 {
	font-size: 36px;
	color: #282828;
	font-weight: 400;
	margin-bottom: 40px;
}

.project-details-desc {
	margin-top: 40px;
}

/*
18.FAQ Section
============================*/
.faq-sec .sec-title {
	text-align: left;
}

.faq-sec .sec-title .border-shape {
	margin: 0
}

.faq-sec .panel {
	background: transparent;
}

.faq-sec .panel-content {
	padding-bottom: 20px;
	color: #999;
	padding-left: 40px;
}

.faq-img {
	display: inline-block;
	width: 100%;
}

.faq-img img {
	width: 100%;
}

.faq-sec .panel-heading {
	margin-bottom: 20px;
	padding: 0;
}

.faq-sec .panel {

	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .0);
}

.faq-sec .panel-heading a {
	color: #282828;
	display: inline-block;
	font-size: 18px;
	width: 100%;
	font-weight: 600
}

.faq-sec .panel-title a:before {
	float: left !important;
	font-family: FontAwesome;
	content: "\f192";
	padding-right: 20px;
	color: #b52d05
}

.faq-sec .panel-title a.collapsed:before {
	float: left !important;
	content: "\f10c";
	color: #999999;
	padding-right: 20px
}

.faq-sec.faq-style2 .panel-title a:before {
	float: left !important;
	font-family: FontAwesome;
	content: "\f146";
	padding-right: 20px;
	color: #b52d05
}

.faq-sec.faq-style2 .panel-title a.collapsed:before {
	float: left !important;
	content: "\f0fe";
	color: #b52d05;
	padding-right: 20px
}

.faq-sec .panel-title>a:hover,
.faq-sec .panel-title>a:active,
.faq-sec .panel-title>a:focus {
	text-decoration: none;
	color: #b52d05;
}

.faq-style2-inner h2 {
	color: #555555;
	display: inline-block;
	font-size: 16px;
	width: 100%;
	text-transform: uppercase;
	font-weight: 600;
}

h2.faq-title {
	font-size: 24px;
	text-transform: capitalize;
	font-weight: bold;
	margin-bottom: 50px;
}

.faq-style1-icon i {
	color: #b52d05;
	margin-left: 1px;
}

.faq-style1 h2 {
	color: #333333;
	text-transform: capitalize;
	font-size: 20px;
	margin-bottom: 15px;
}

/*
19.Blog Section
==================*/

.single-post {
	display: inline-block;
	margin-bottom: 30px;
}

.single-blog.inner .single-post {
	margin-bottom: 10px;
}

.blog-detail-page .single-post-text {
	padding: 0;
	margin-top: 25px;
}

.single-blog.inner .single-post img {
	margin-bottom: 25px;
}

.single-blog.inner {
	margin-bottom: 40px;
}

/*latest blog*/
.single-post-thumb {
	position: relative;
	overflow: hidden;
}

.single-post:hover .single-post-thumb img {
	transform: scale(1.2);
	transition: all 0.4s ease 0s;
}

.project-gallery .inner:hover .gallery-item img {
	transform: scale(1.2);
	transition: all 0.4s ease 0s;
}

/* .service-item .inner:hover .service-thumb img {
	transform: scale(1.2);
	transition: all 0.4s ease 0s;
} */

/* .single-post-thumb img,
.gallery-item img,
.service-thumb img {
	transform: scale(1);
	transition: all 0.4s ease 0s;
} */

.service-item .inner:hover h2 a,
.service2-inner:hover h2 a {
	color: #b52d05
}

.single-post:hover .single-post-thumb-overlay h2 {
	transition: all 0.4s ease 0s;
	transform: translateY(-50%);
	top: 50%
}

.single-post-thumb-overlay {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}

.single-post-thumb-overlay h2 {
	position: absolute;
	bottom: 0;
	width: 65px;
	height: 63px;
	background: #242424;
	margin-bottom: 0;
	color: #fff;
	text-align: center;
	font-size: 24px;
	text-transform: capitalize;
	padding-top: 8px;
	transition: all 0.4s ease 0s;
}

.single-post-thumb-overlay h2 span {
	color: #b52d05;
	width: 100%;
	display: inline-block;
}

.post-info {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	padding: 10px 0;
}

.post-author-thumb {
	width: 40px;
	height: 40px;
	float: left;
	border-radius: 100%;
	margin-right: 10px;
}

.post-author-thumb img {
	border-radius: 100%;
}

.author-info h3 {
	color: #282828;
	text-transform: capitalize;
	font-size: 16px;
	margin-bottom: 0;
}

.author-info span {
	color: #999999;
	font-style: italic;
	font-size: 13px;
}

.author-info {
	display: inline-block;
	float: left;
}

.post-meta {
	display: inline-block;
	float: right;
}

.post-meta li {
	display: inline-block;
	margin-right: 5px;
	text-transform: capitalize;
	padding-right: 10px
}

.post-meta li:last-child {
	padding-right: 0px
}

.post-meta li a {
	color: #999999;
	font-size: 15px;
	margin-top: 10px
}

.post-meta li a i {
	color: #999999;
	margin-right: 5px
}

.post-tags {
	display: inline-block;
	float: right;
}

.blog-title h2 {
	color: #0f0f0f;
	font-size: 24px;
	font-weight: 900;
	line-height: 30px;
}

.single-post-text a {
	color: #282828;
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}

.pst_info {
	float: left;
	display: inline-block;
}

.post-date h2 {
	background: #b52d05;
	text-align: center;
	padding: 10px 5px;
	font-size: 18px;
	color: #fff;
}

.blog-title {
	padding-bottom: 20px;
}

.single-post img {
	width: 100%;
}

.comment-list {
	border: 1px solid #fafafa;
	font-size: 18px;
	padding: 14px;
	text-align: center;
}

.comment-list h5 {
	margin-bottom: 0;
}

.single-post-text h2 {
	margin-bottom: 15px;
	margin-top: 5px;
}

.post-meta li:last-child {
	float: right;
}

.post-meta li:last-child {
	float: right;
}

.single-post-text li a {
	float: left;
	font-size: 15px;
	font-weight: normal;
	margin-left: 1px;
	padding-right: 2px;
	text-transform: capitalize;
}

.post-date h1 {
	background: #f3af1e none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	margin-top: 13px;
	padding: 15px;
	text-align: center;
	text-transform: none;
}

.commentar-sec img {
	float: left;
	margin-right: 20px;
	width: 100px;
	border-radius: 100%;
	height: 100px;
}

.comment-author {
	margin-bottom: 10px;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: bold;
	color: #282828;
}

.comment-time {
	color: #9a9999;
	font-size: 14px;
	font-weight: normal;
}

.commentar-sec .media.mt-3 {
	margin-top: 40px;
}

.single-post .contact-field h2 {
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 40px;
	text-transform: capitalize;
	font-weight: bold;
	color: #292929;
}

.commentar-sec h2 {
	margin-top: 50px;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 30px
}

.replay-button a {
	float: right;
	color: #999999;
	font-weight: 600;
}

.replay-button a:hover {
	color: #b52d05;
}

.commentar-sec.author ul li {
	display: inline-block;
	margin-right: 20px;
}

.commentar-sec.author {
	position: relative;
}

.commentar-sec.author ul li a i {
	color: #cbc8c8
}

.commentar-sec.author ul li a i:hover {
	transition: all 0.4s ease 0s;
	color: #29ace4
}

.commentar-sec.author .media-body {
	padding-left: 100px;
}

.commentar-sec.author .media {
	background: #fafafa none repeat scroll 0 0;
	border-radius: 30px;
	padding: 30px 0;
	margin-left: 20px;
}

.author-thumb {
	border-radius: 100%;
	float: left;
	height: 100px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 70px;
	width: 100px;
}

.author-thumb img {
	height: 100%;
	width: 100%;
}

.pagination.custom-pagination {
	text-align: center;
	width: 100%;
}

.code-text {
	font-style: italic;
	padding: 10px 40px;
	font-size: 15px;
	position: relative;
}

.code-text::before {
	color: #bebaba;
	content: "";
	font-family: fontawesome;
	font-size: 30px;
	left: 20px;
	position: absolute;
	top: 25px;
	transform: translateY(-50%);
	text-align: center;
	left: 0;
	font-style: normal;
}

/*
20.Sidebar Section
=====================*/
.sidebar h1 {
	display: inline-block;
	font-size: 22px;
	margin: 40px 0;
	text-transform: capitalize;
	width: 100%;
	color: #282828;
	position: relative;
	padding-bottom: 10px;
	font-weight: bold;
}

.sidebar h1::before {
	background: #b52d05 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	position: absolute;
	width: 50px;
}

.search-field form {
	display: inline-block;
	width: 100%;
	position: relative;
}

.search-field input[type=text] {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e7e9e6;
	padding: 10px 35px 10px 10px;
	width: 100%;
}

.search-field button {
	color: #e0dddd;
	padding: 10px;
	position: absolute;
	right: 0;
	background: transparent;
	top: 0
}

.blog-sec .inner:nth-child(2n+1) {
	clear: both;
}

.abt_dec>p {
	margin-top: 20px;
}

.sidebar ul li a {
	font-size: 16px;
	font-weight: normal;
	text-transform: capitalize;
	transition: all 0.4s ease-in-out 0s;
}

.sidebar ul li a:hover {
	transition: all 0.4s ease-in-out 0s;
	color: #b52d05
}

.widget-archive li {
	display: inline-block;
	position: relative;
	width: 100%;
	background: #f2f2f2;
	padding: 10px 20px;
	color: #999;
	margin-bottom: 5px;
}

.widget-archive li:hover {
	background: #b52d05;
	color: #fff;
	transition: all 0.4s ease-in-out 0s;
}

.widget-archive li a:hover {
	color: #fff !important;
	transition: all 0.4s ease-in-out 0s;
}

.widget-archive li:last-child {
	border-bottom: none;
}

.widget-cat li:last-child {
	border-bottom: none;
}

.widget-archive li a {
	color: #999;
	display: inline-block;
	width: 100%;
}

.widget-cat li {
	position: relative
}

.widget-cat li {
	padding: 10px 0;
	border-bottom: 1px solid #ececec;
}

.widget-cat li a span {
	float: right;
}

.widget-tag li a:hover {
	transition: all 0.4s ease-in-out 0s;
	color: #b52d05 !important
}

.relative-post h3 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #999999;
}

.single_r_dec li {
	display: inline-block;
	margin-right: 10px;
}

.single_r_dec li a {
	font-weight: 600;
	text-transform: capitalize
}

.single_r_dec li a i {
	color: #b52d05;
	margin-right: 5px
}

.relative-post {
	display: inline-block;
	padding: 12px 0;
	width: 100%;
}

.relative-post-thumb {
	float: left;
	margin-right: 25px;
}

.single_r_dec li a {
	color: #b52d05;
}

.single_r_dec li a span {
	color: #999999;
}

.single_r_dec a:hover {
	transition: all 0.4s ease-in-out 0s;
	color: #b52d05
}

.all_r_pst .media {
	margin-top: 0;
}

.widget-tag a {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}

.author_dec h3 {
	margin: 0;
	color: #333333;
	font-size: 14px;
	margin-bottom: 11px;
}

.author_info {
	border-bottom: 1px solid #e3e3e3;
	display: inline-block;
	padding: 22px 0;
	margin-bottom: 30px;
}

.author_info>img {
	float: left;
	margin-right: 35px;
	height: 80px;
}

.social_link {
	margin: 0;
	padding: 0;
	float: right;
	display: inline-flex;
}

.social_link li {
	list-style: none;
}

.social_link li a i {
	color: #363636;
	float: left;
	padding: 6px;
}

.price_filter {
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}

.price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
	background: #f0f0f0 none repeat scroll 0 0;
	border: medium none;
	height: 16px;
	margin-bottom: 20px;
	margin-left: auto;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #b52d05;
	border-radius: 20px;
	cursor: pointer;
	height: 26px;
	width: 40px;
}

.price-amount>input[type="text"] {
	font-weight: 600;
	height: 50px;
	letter-spacing: 3px;
	text-align: center;
	width: 214px;
	border-right: 0;
	color: #9e9e9e;
	float: right;
	background: #f4f4f4;
}

.price-amount>input[type="submit"] {
	background: #b52d05;
	border: 0px solid #b52d05;
	float: left;
	font-weight: 600;
	height: 50px;
	transition: all 400ms ease-out 0s;
	width: 104px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	margin-right: 10px;
}

.price-amount>input[type=submit]:hover {
	background: transparent;
	color: #b52d05;
	border: 1px solid #b52d05;
}

.price_filter .ui-slider-range {
	background: #c8c8c8 none repeat scroll 0 0;
}

.discount-widget {
	margin-top: 40px;
	position: relative
}

.discount-widget img {
	width: 100%;
}

.discount-widget-overlay {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.70);
}

.discount-widget-wrapper span {
	color: #b52d05;
	font-size: 45px;
	font-weight: bold;
}

.discount-widget-wrapper h2 {
	color: #ffffff;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 10px;
}

.discount-widget-wrapper {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	left: 0;
	right: 0;
}

.discount-widget-wrapper a {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 13px 40px;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.4);
	margin-top: 10px;
}

/*
21.Testimonial Section
=========================*/
.testimonial-sec {
	background: #fbfbfb
}

.testimonial-text span {
	color: #b52d05;
	display: inline-block;
	margin-bottom: 14px;
	font-size: 16px;
	font-weight: 400;
}

.testimonial-text>h1 {
	color: #282828;
	font-size: 36px;
	font-weight: 300;
	text-transform: capitalize;
	margin-bottom: 30px;
	;
}

.testimonial-text a {
	background: #b52d05 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 14px 55px;
	text-transform: capitalize;
}

.no-padding {
	padding: 0;
}

.all-testimonial.owl-carousel .owl-item img {
	border-radius: 100%;
}

.all-testimonial .owl-controls {
	bottom: -30px;
	position: absolute;
	text-align: center;
	width: 100%;
}

.all-testimonial .owl-controls .owl-buttons div {
	background: none;
	opacity: 1
}

.client-info {
	display: inline-block;
}

.client-thumb {
	border-radius: 100%;
	height: 60px;
	margin-right: 20px;
	width: 60px;
	float: left;
}

.sngl-client {
	border: 1px solid #fafafa;
	margin-bottom: 30px;
	text-align: center;
	margin: 5px;
}

.single-testimonial {
	display: inline-block;
	margin-bottom: 40px;
	padding: 0 10px;
	width: 100%;
}

.clinet-inner {
	margin-top: 20px;
}

.client-info h2 {
	color: #292929;
	font-size: 18px;
	margin-bottom: 5px;
	text-transform: capitalize;
	font-weight: 600;
}

.client-info span {
	color: #999999;
	font-size: 14px;
	display: inline-block;
	text-transform: uppercase;
}

.client-comment span::before {
	height: 1px;
	background: #b52d05;
	width: 40px;
	content: "";
	position: absolute;
	bottom: 0;
}

.client-comment h3 {
	color: #b52d05;
	margin-bottom: 20px;
	text-transform: capitalize;
	font-weight: normal;
	font-style: italic;
}

.client-comment {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #eeeeee;
	margin-top: 30px;
	padding: 20px 19px 20px 20px;
	position: relative;
	font-style: italic;
	border-radius: 10px;
}

.client-comment::after {
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 16px solid #eeeeee;
	content: "";
	height: 0;
	left: 12px;
	position: absolute;
	width: 0;
	transform: rotate(0);
	bottom: -16px;
}

.client-comment::before {
	color: #999999;
	content: "";
	font-family: fontawesome;
	font-size: 71px;
	left: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	left: 0;
	right: 0;
	opacity: 0.10;
	font-style: normal
}

.client-reviews i {
	color: #f2b827;
	font-size: 13px;
}

.client-comment>ul {
	padding-bottom: 15px;
}

.client-comment li {
	display: inline-block;
}

.client-comment li a {
	border: 2px solid #b52d05;
	border-radius: 100%;
	color: #b52d05;
	display: inline-block;
	height: 30px;
	line-height: 26px;
	width: 30px;
	margin: 0px 5px;
}

.client-comment li a:hover {
	background: #b52d05;
	transition: all 0.4s ease-in-out 0s;
	color: #fff
}

.client-sec .owl-controls {
	display: none;
}

.all-testimonial.owl-theme .owl-dots .owl-dot {
	border: 2px solid #9e9e9e;
	border-radius: 100%;
	height: 16px;
	margin: 5px;
	width: 16px;
	display: inline-block
}

.all-testimonial.owl-theme .owl-dots .owl-dot span {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 100%;
	display: inline-block;
	height: 10px;
	left: -2px;
	margin: 3px;
	position: relative;
	top: -6px;
	transition: all 0.9s ease 0s;
	width: 10px;
}

.all-testimonial.owl-carousel.owl-theme .owl-dot.active {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #b52d05;
}

.all-testimonial.owl-carousel.owl-theme .owl-dot.active span {
	background: #b52d05 none repeat scroll 0 0;
}

/*
22.Page Heading Section
==========================*/
.pagehding-sec {
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 225px;
	position: relative;
	background-size: cover;
	padding-top: 260px;
}

.page-heading h1 {
	color: #fff;
	font-size: 40px;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
	position: relative;
	z-index: 9;
}

.breadcrumb-list {
	text-align: center;
}

.breadcrumb-list li {
	display: inline-block;
	position: relative;
	padding: 0px 14px;
}

.breadcrumb-list li a {
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 18px;
	position: relative;
	z-index: 9;
}

.breadcrumb-list li:last-child a {
	color: #b52d05;
}

.breadcrumb-list li::before {
	content: "\f192";
	position: absolute;
	right: -8px;
	top: 0px;
	color: #fff;
	font-family: fontawesome;
	z-index: 9;
}

.breadcrumb-list li:last-child::before {
	display: none
}

.breadcrumb-list li:last-child::before {
	display: none;
}

/*
23.Team section
=================*/
.team-sec .sec-title {
	text-align: left;
}

.team-sec .sec-title .border-shape {
	margin: 0;
}

.team-member {
	margin-bottom: 30px;
	padding-bottom: 6px;
	text-align: center;
	border-radius: 12px;
	overflow: hidden;
	padding: 15px 15px;
	box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.2);
	height: 300px;
}

.team-img img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	border-radius: 10px;
}

.team-sec h2 {
	margin-bottom: 0px !important;
}

.team-member-thumb img {
	width: 100%;
}

.team-member:hover .team-overlay {
	visibility: visible;
	transition: all 0.4s ease-in-out 0s;
	opacity: 1;
	top: 0
}

.team-overlay-social-link {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.team-overlay-social-link ul {
	padding-bottom: 10px
}

.team-overlay-social-link li {
	transition: 0.6s;
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	display: inline-block;
	padding: 0 10px;
}

.team-member:hover .team-overlay-social-link li {
	transform: translateY(0px);
}

.team-overlay-social-link li:nth-child(1) {
	transform: translateY(20px);
	transition-delay: .1s;
}

.team-overlay-social-link li:nth-child(2) {
	transform: translateY(40px);
	transition-delay: .2s;
}

.team-overlay-social-link li:nth-child(3) {
	transform: translateY(60px);
	transition-delay: .3s;
}

.team-overlay-social-link li:nth-child(4) {
	transform: translateY(80px);
	transition-delay: .4s;
}

.team-member>img {
	width: 100%;
}

.team-member h2 {
	font-size: 18px;
	margin-top: 20px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.team-member h3 {
	color: #999999;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 400;
	margin-bottom: 0;
}

.team-overlay-social-link li i {
	color: #fff
}

/*
24.Team 2 section
=================*/
.team2-sec .sec-title {
	text-align: left;
}

.team2-sec .border-shape {
	margin: 0
}

.team2-member-thumb {
	position: relative;
	overflow: hidden
}

.team2-member {
	margin: 20px;
}

.team2-member:hover .team2-overlay {
	opacity: 1;
	visibility: visible;
	transition: all 0.4s ease 0s;
	left: 0%;
}

.team2-member:hover .team2-overlay-text {
	opacity: 1;
	transition: all 0.4s ease 0s;
	left: 0;
}

.team2-overlay {
	position: absolute;
	width: 100%;
	top: 0;
	left: -100%;
	height: 100%;
	background: #b52d05;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease 0s;
}

.team2-social-link li {
	display: inline-block
}

.team2-social-link li a {
	color: #fff;
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	border: 1px solid #b3e793;
	border-radius: 100%;
	text-align: center;
	margin: 5px 0px;
}

.team2-overlay h2 {
	color: #ffffff;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 10px
}

.team2-overlay h3 {
	color: #ffffff;
	font-size: 15px;
	text-transform: capitalize;
	font-style: italic;
	margin-bottom: 0;
}

.team2-overlay-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	left: -100%;
	right: 0;
	opacity: 0;
	transition: all 0.4s ease 0s;
}

.team2-sec-page .team2-member {
	margin: 0 0 30px 0px;
}

.all-team .owl-controls {
	text-align: center;
	margin-top: 20px;
}

.all-team .owl-controls .owl-buttons div {
	background: none;
	opacity: 1.00;
}

.all-team .owl-controls .owl-prev {
	display: inline-block;
	margin-right: 5px
}

.all-team .owl-controls .owl-next {
	display: inline-block;
	margin-left: 5px
}

.all-team .owl-controls .owl-prev i,
.all-team .owl-controls .owl-next i {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #ddd;
	border-radius: 100%;
	color: #4cc703;
	font-size: 30px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition: all 0.5s ease-out 0s;
	width: 40px;
}

.all-team .owl-controls .owl-next i:hover {
	transition: all 0.5s ease-out 0s;
	background: #b52d05;
	color: #fff;
	border-color: #b52d05
}

.all-team .owl-controls .owl-prev i:hover {
	transition: all 0.5s ease-out 0s;
	background: #b52d05;
	color: #fff;
	border-color: #b52d05
}

/*
25.About Page
================*/
.about-sec .sec-title {
	text-align: left;
}

.about-sec .border-shape {
	margin: 0
}

.progress.skill-progress {
	background: #f0f0f0 none repeat scroll 0 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	height: 5px;
}

.skill-inner {
	margin-bottom: 30px;
}

.skill-inner h3 {
	color: #282828;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.skill-bar {
	background: #b52d05 none repeat scroll 0 0;
	border-radius: 0;
	box-shadow: none;

}

.skill-progress-bar {
	border: 1px solid #d0d0d0;
	margin-right: 70px;
	padding: 10px;
	position: relative;
}

.progres_count {
	right: -70px;
	top: 0px;
	color: #fff;
	font-weight: 600;
	position: absolute;
	color: #999999;
	font-size: 20px;
}

/*
26.Contact Page
============================*/
.contact-info-icon {
	float: left;
	width: 75px;
	height: 75px;
	text-align: center;
	line-height: 75px;
	margin-right: 10px;
}

.contact-page-sec .contact-field h2 {
	color: #282828;
	text-transform: capitalize;
	font-size: 22px;
}

.contact-field .col-md-6.col-sm-6.col-xs-12 {
	padding-left: 0;
}

.contact-field.contact-form input {
	margin-bottom: 5px;
}

.contact-field.contact-form textarea {
	height: 110px;
}

.contact-field.contact-form input[type="submit"] {
	background: #b52d05;
	width: 150px;
	border-color: #b52d05;
}

.contact-info-text h2 {
	color: #282828;
	font-size: 20px;
	text-transform: capitalize;
}

.contact-info-text span {
	color: #999999;
	font-size: 16px;
	display: inline-block;
	width: 100%;
}

.contact-field input {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	margin-top: 20px;
	padding: 10px;
	width: 100%;
	color: #999999;
}

.contact-field select {
	width: 100%;
	border: 1px solid #ddd;
	padding: 13px 20px;
	margin-bottom: 20px;
	text-transform: capitalize;
	color: #999999;
	margin-top: 20px;
}

.contact-field .select-arrow::before {
	top: 30px;
	color: #999999;
}

.contact-field .message-input {
	display: inline-block;
	width: 100%;
	padding-left: 0;
}

.single-input-field textarea {
	border: 1px solid #ddd;
	width: 100%;
	height: 120px;
	padding: 10px;
	margin-top: 10px;
}

.single-input-fieldsbtn input[type="submit"] {
	background: #b52d05 none repeat scroll 0 0;
	border: 1px solid #b52d05;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 14px 30px;
	text-transform: capitalize;
	width: 170px;
	font-size: 15px;
	border-radius: 5px;
}

.contact-field {
	display: inline-block;
	width: 100%
}

.single-input-field h4 {
	color: #464646;
	text-transform: capitalize;
	font-size: 14px;
}

.contact-page-form {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}

.map-sec iframe {
	width: 100%;
	height: 550px
}

.social-profile li {
	display: inline-block;
}

.social-profile li a {
	color: #b1b1b1;
	font-size: 16px;
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 10px;
	text-align: center;
	line-height: 40px;
	transition: all 0.4s ease 0s;
}

.social-profile li a:hover {
	background: #4bc700;
	color: #fff;
	transition: all 0.4s ease 0s;
}

/*
27.Shop Page
==========================*/
.product-inner {
	margin-bottom: 50px;
}

.product-thumb {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
	background: #b52d05;
	overflow: hidden;
}

.product-thumb img {
	transition: all 0.35s ease;
}

.product-inner:hover .product-thumb-overlay:before {
	top: 0;
	visibility: visible;
	transition: all 0.35s ease;
}

.product-inner:hover .product-thumb img {
	transform: scale(0.6);
	transition: all 0.35s ease;
}

.product-inner:hover .product-thumb-overlay {
	transition: all 0.35s ease;
	transform: scale(1);
	opacity: 1
}

.product-thumb-overlay {
	position: absolute;
	top: 0%;
	height: 100%;
	width: 100%;
	transition: all 0.35s ease;
	transform: scale(0);
	opacity: 0
}

.product-thumb-overlay:before {
	position: absolute;
	top: 100%;
	background-color: rgba(76, 199, 0, 0.9);
	content: "";
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	transition: all 0.35s ease;

}

.product-thumb-overlay a {
	position: absolute;
	top: 50%;
	color: #ffffff;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
}

.product-price {
	font-size: 36px;
	font-weight: bold;
	color: #bbbaba;
}

.regular-price {
	font-size: 18px;
	font-weight: 600;
	color: #999999;
	margin-left: 10px;
}

.product-text h2 {
	margin-top: 10px;
}

.product-text h2 a {
	color: #282828;
	text-transform: capitalize;
	font-size: 22px;
	font-weight: 600;
}

.product-meta {
	display: inline-block;
	width: 100%;
}

.product-meta span {
	display: inline-block
}

.product-meta span:last-child {
	float: right;
	padding: 9px 0px
}

.product-meta .add-to-cart a {
	color: #999999;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	border: 1px solid #f0f0f0;
	padding: 10px 20px;
	position: relative
}

.product-inner:hover .product-meta .add-to-cart a::before {
	background: #b52d05 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.product-inner:hover .product-meta .add-to-cart a {
	background: #b52d05;
	color: #fff;
	border-color: #b52d05;
}

.add-to-rating a i {
	font-size: 20px;
	margin-left: 5px;
}

.add-to-rating a i.fa-star {
	color: #f2b827;
}

.add-to-rating a i.fa-star-o {
	color: #c8c8c8
}

.product-batch {
	position: absolute;
	width: 60px;
	height: 60px;
	display: inline-block;
	right: 20px;
	top: 20px;
	background: #b52d05;
	border-radius: 100%;
}

.product-batch span {
	transform: rotate(-49deg);
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	line-height: 60px;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
}

/*
28.Product Details Page
==========================*/
.all-product-thumb {
	height: 350px;
	position: relative;
	background: #f0f0f0;
	margin-bottom: 25px
}

.all-product-thumb.owl-carousel .owl-item img {
	width: auto;
	height: auto;
	margin: 0px auto;
}

.owl-item {
	padding: 15px !important;
}

.all-product-thumb.owl-carousel .owl-stage-outer {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
}

.all-product-thumb .owl-controls {
	position: absolute;
	top: 45%;
	width: 100%;
	z-index: 99;
	transform: translateY(-50%);
}

.all-product-thumb .owl-controls .owl-buttons div {
	background: none;
	opacity: 1.00;
}

.all-product-thumb .owl-controls .owl-prev {
	left: 15px;
	position: absolute;
	transition: all 0.4s ease 0s;
}

.all-product-thumb .owl-controls .owl-next {
	right: 15px;
	position: absolute;
	transition: all 0.4s ease 0s;
}

.all-product-thumb .owl-controls .owl-prev i,
.all-product-thumb .owl-controls .owl-next i {
	background: #fff;
	border: 1px solid #d0d0d0;
	color: #999999;
	font-size: 30px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition: all 0.5s ease-out 0s;
	width: 40px;
}

.all-product-thumb .owl-controls .owl-next i:hover {
	transition: all 0.5s ease-out 0s;
	background: #b52d05;
	color: #fff;
	border-color: #b52d05
}

.all-product-thumb .owl-controls .owl-prev i:hover {
	transition: all 0.5s ease-out 0s;
	background: #b52d05;
	color: #fff;
	border-color: #b52d05
}

.product-details-inner .product-price {
	color: #777;
	font-size: 40px;
	font-weight: 600
}

.product-details-inner .add-to-rating {
	float: right;
}

.product-cat {
	color: #777;
	text-transform: capitalize;
}

.product-details-inner .add-to-cart a {
	background: #b52d05;
	color: #fff;
	border-bottom: #b52d05
}

.product-details-inner .product-text {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 30px;
}

.product-details-inner .product-meta {
	margin-top: 30px;
	margin-bottom: 20px;
}

.product-tab {
	margin-bottom: 30px
}

.product-tab li {
	display: inline-block;
}

.product-tab li a {
	width: 170px;
	height: 50px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin-right: 5px;
	border: 1px solid #f0f0f0;
	color: #999999
}

.product-tab li.active a {
	background: #b52d05;
	border-color: #b52d05;
	color: #fff
}

.product-tab li a:hover {
	background: #b52d05;
	border-color: #b52d05;
	color: #fff
}

.product-review-form h2,
.product-desc h2 {
	text-transform: capitalize;
	font-weight: 600;
	color: #282828;
	font-size: 22px;
}

/*Related Product*/
.related-product {
	margin-top: 50px
}

.related-product h2 {
	color: #282828;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 22px;
}

.all-related-product.owl-carousel .owl-item img {
	width: auto;
	height: auto;
	margin: 0px auto;
}

.all-related-product .owl-controls {
	position: absolute;
	top: 30%;
	width: 100%;
	z-index: 99;
	transform: translateY(-50%);
}

.all-related-product .owl-controls .owl-buttons div {
	background: none;
	opacity: 1.00;
}

.all-related-product .owl-controls .owl-prev {
	left: 15px;
	position: absolute;
	transition: all 0.4s ease 0s;
}

.all-related-product .owl-controls .owl-next {
	right: 15px;
	position: absolute;
	transition: all 0.4s ease 0s;
}

.all-related-product .owl-controls .owl-prev i,
.all-related-product .owl-controls .owl-next i {
	background: #fff;
	border: 1px solid #d0d0d0;
	color: #999999;
	font-size: 30px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition: all 0.5s ease-out 0s;
	width: 40px;
}

.all-related-product .owl-controls .owl-next i:hover {
	transition: all 0.5s ease-out 0s;
	background: #b52d05;
	color: #fff;
	border-color: #b52d05
}

.all-related-product .owl-controls .owl-prev i:hover {
	transition: all 0.5s ease-out 0s;
	background: #b52d05;
	color: #fff;
	border-color: #b52d05
}

.all-related-product .product-text h2 a {
	font-size: 16px
}

.all-related-product .add-to-rating a i {
	font-size: 14px;
	margin-left: 0px;
}

/*
29.Cart Page
================================*/

.table-text thead tr th {
	background: #f4f4f4;
	color: #999999;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 600;
	font-family: rale way;
	padding: 20px 0px;
	border-bottom: 1px solid #f0f0f0
}

.table-text table th {
	padding: 20px 0;
	text-align: center;
}

.table-text tbody {
	text-align: center;
}

.table-text tbody tr {
	border-bottom: 1px solid #f0f0f0 !important
}

.table-text tbody tr td {
	padding: 20px 0;
	vertical-align: middle;
	border: 0;
}

.table-text .product-name a {
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	color: #333333;
}

.product-price .amount {
	color: #aaaaaa;
	font-size: 16px;
	font-weight: 600;
}

.product-total {
	color: #b52d05;
	font-size: 16px;
	font-weight: 600;
}

.product-delete a {
	color: #aaaaaa;
	font-size: 20px;
	font-weight: 600;
}

.table-text .product-quantity input[type="number"] {
	text-align: center;
	font-weight: 600;
	color: #9e9e9e;
}

.update-cart {
	display: inline-block;
	width: 100%;
	margin: 40px 0;
}

.update-cart-left input[type="text"] {
	background: #f4f4f4 none repeat scroll 0 0;
	padding: 14px 30px;
	color: #555555;
	text-transform: capitalize;
	border-bottom: 2px solid #f4f4f4;
}

.update-cart-left input[type=submit] {
	background: #b52d05 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 14px 30px;
	text-transform: capitalize;
	font-size: 14px
}

.update-cart-right {
	display: inline-block;
	text-align: right;
	width: 100%;
}

.update-cart-right li {
	display: inline-block;
}

.update-cart-right li a,
.checkout-button a {
	background: #f4f4f4 none repeat scroll 0 0;
	color: #555555;
	display: inline-block;
	font-weight: bold;
	padding: 14px 30px;
	text-transform: capitalize;
	font-size: 14px
}

.update-cart-right li:last-child a {
	background: #b52d05 none repeat scroll 0 0;
	text-transform: capitalize;
	color: #fff;
}

.calculate-shipping {
	padding-right: 30px;
}

.cart-total-area {
	display: inline-block;
	width: 100%;
}

.cart-total-area h2 {
	text-transform: capitalize;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
}

.calculate-shipping input,
.calculate-shipping select {
	width: 100%;
	border: 1px solid #e6e6e6;
	padding: 10px 20px;
	margin-bottom: 20px;
	text-transform: capitalize;
	color: #9e9e9e;
}

.calculate-shipping input[type="submit"] {
	background: #b52d05 none repeat scroll 0 0;
	border: none;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 14px 0px;
	text-transform: capitalize;
	font-size: 14px;
	width: 140px
}

.added-total-cart-table thead tr {
	border-top: 1px solid #e6e6e6;
}

.added-total-cart-table thead tr th {
	border: 1px solid #e6e6e6;
	font-size: 14px;
	text-transform: capitalize;
	color: #292929;
	font-family: Raleway;
	font-weight: 600;
	text-align: center;
	padding: 15px 0;
}

.added-total-cart-table tbody tr td {
	border: 1px solid #e6e6e6;
	font-size: 14px;
	text-transform: capitalize;
	color: #9e9e9e;
	text-align: center;
	padding: 15px 0;
}

.checkout-button a {
	text-align: right;
	display: inline-block;
	background: #b52d05;
	color: #fff;
	text-transform: capitalize;
}

.checkout-button a:hover,
.calculate-shipping input[type="submit"]:hover {
	background: #282828 none repeat scroll 0 0;
	transition: all 0.4s ease 0s;
}

.checkout-button {
	text-align: right;
	margin-top: 40px;
}

/*
30.Check Out Page
================================*/

.billing-form h2 {
	font-size: 20px;
	color: #292929;
	text-transform: capitalize;
}

.billing-form input[type="text"],
.billing-form select,
.billing-form input[type="email"],
.billing-form input[type="password"] {
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
	padding: 10px;
	width: 100%;
	margin-left: -15px;
}

.select-arrow select {
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer
}

.select-arrow {
	position: relative
}

.select-arrow:before {
	color: #323B49;
	content: "\f0d7";
	font-family: fontawesome;
	position: absolute;
	right: 30px;
	top: 10px;
	cursor: pointer
}

.checkout-inner {
	display: inline-block;
	width: 100%;
}

.order-note h2 {
	color: #333333;
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 30px;
}

.order-note input[type="text"] {
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
	padding: 10px;
	width: 100%;
	height: 190px
}

.one-column-single {
	display: inline-block;
	width: 100%;
}

.payment-method h2,
.added-total-cart h2 {
	color: #292929;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 20px;
}

.payment-method {
	display: inline-block;
	width: 100%;
	padding-left: 50px;
}

.payment-method label.radio-inline {
	color: #033333;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 600;
	display: inline-block;
	text-align: left;
	padding-left: 30px;
	margin-bottom: 20px;
	margin-left: 0;
}

.payment-method label.radio-inline span {
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	text-align: left;
	color: #777;
	margin-top: 15px
}

.payment-method input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.control-indicator {
	position: absolute;
	top: 2px;
	left: 0;
	height: 20px;
	width: 20px;
	background: #fff;
	border: 1px solid #b52d05;
}

.radio-inline input:checked~.control-indicator::after {
	display: block;
}

.control-indicator::after {
	content: '';
	position: absolute;
	display: none;
}

.radio-inline input:checked~.control-indicator {
	background: #b52d05;
}

.control-radio .control-indicator {
	border-radius: 50%;
}

/*
31.Account Page Section 
==========================*/
.register-form span,
.login-form.billing-form span {
	color: #999999;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}

.register-form.billing-form .radio-inline {
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
}

.register-form.billing-form input[type="submit"],
.login-form.billing-form input[type="submit"] {
	background: #b52d05 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 10px 40px;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 40px;
}

/*
32.Patner Section 
======================*/
.all-patner-sec {
	padding: 100px 0;
}

.all-patner.owl-carousel.owl-theme .owl-item {
	padding: 0 40px;
}

.all-patner.owl-carousel.owl-theme img {
	height: 300px;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}

/*
33.Message Section 
======================*/
.message-intro-sec {
	background: #b52d05 url("../img/message_bg.html") no-repeat scroll center center / cover;
	padding: 50px 0;
	position: relative;
}

.message-intro-link {
	text-align: right;
}

.message-intro-link a {
	background: #b52d05 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	margin-top: 10px;
	padding: 14px 30px;
	text-transform: uppercase;
	font-weight: bold
}

.message-intro-link a:hover {
	background: #ffbc00 none repeat scroll 0 0;
	color: #fff;
}

.message-intro h2 {
	color: #fff;
	font-size: 24px;
}

.message-intro span {
	color: #b52d05;
	font-weight: 600;
}

/*
34.404 Page Section 
======================*/
.error-page-content {
	text-align: center;
}

.error-page-content h1 {
	color: #b52d05;
	font-weight: 600;
	font-size: 60px;
}

.error-page-content>a {
	color: #b52d05;
	font-weight: 600;
	border-bottom: 1px solid #b52d05;
}

/*
35.Footer Section 
======================*/
footer.footer1 {
	background: #b52d05 url("../img/footer_bg.png") no-repeat scroll center center / cover;
	position: relative;
}

.footer-overlay {
	background-color: #000;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.footer2 {
	background: #282828;
}

.footer-sec {
	padding: 80px 0;
}

.footer-sec h2 {
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 8px;
	position: relative;
	text-transform: capitalize;
	font-size: 22px;
}

.inner-text {
	color: #b0acac;
	font-weight: 400;
}

.inner-icon i {
	color: #b0acac;
	font-size: 20px;
	margin-left: 1px;
	width: 25px;
	text-align: center;
}

.footer-sec p {
	color: #999999;
	font-size: 15px;
}

.footer-wedget-one>a>img {
	position: relative;
	top: -20px;
}

.footer-wedget-one li a:hover {
	background: #b52d05;
	color: #fff;
	border-color: #b52d05;
	transition: all 0.4s ease-in-out 0s;
}

.footer-wedget-one ul {
	margin-top: 15px;
}

.footer-recent-inner {
	margin-bottom: 30px;
}

.footer-recent-inner:last-child {
	margin-bottom: 0
}

.footer-recent-inner span i {
	color: #b52d05;
	margin-right: 10px;
}

.footer-recent-inner h2 {
	margin-bottom: 10px;
	padding-bottom: 0
}

.footer-recent-inner h2 a {
	color: #999999;
	font-size: 16px;
	font-weight: 600;
}

.footer-recent-inner span {
	color: #999999;
	font-weight: 600;
	font-size: 14px;
	text-transform: capitalize;
}

.footer-recent-inner span:last-child {
	padding-left: 15px
}

.footer-wedget-three li i {
	display: inline-block;
	margin-right: 10px;
}

.footer-recent-inner span i {
	color: #b52d05;
	margin-right: 10px;
}

.bussiness-time>span {
	color: #999999;
	display: inline-block;
	font-size: 16px;
	margin-bottom: 0;
	text-transform: capitalize;
	font-weight: 600;
	width: 100%;
}

.bussiness-time ul {
	margin-top: 20px
}

.bussiness-time li span {
	color: #b52d05
}

.wedget-newsletter form {
	margin-bottom: 25px;
	margin-top: 25px;
	position: relative;
}

.wedget-newsletter input[type="email"] {
	background: transparent;
	border: 1px solid #b52d05;
	padding: 10px 58px 10px 10px;
	text-transform: capitalize;
	width: 100%;
	font-weight: 600;
	color: #999999;
}

.wedget-newsletter button {
	color: #999999;
	position: absolute;
	font-size: 18px;
	padding: 11px 20px;
	right: 0;
	top: 0;
	background: transparent
}

.checkbox-field {
	margin-top: 40px;
	background: transparent
}

.wedget-newsletter input[type="checkbox"]:not(:checked),
.wedget-newsletter input[type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}

.wedget-newsletter input[type="checkbox"]:not(:checked)+label,
.wedget-newsletter input[type="checkbox"]:checked+label {
	color: #999999;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	padding-left: 40px;
	position: relative;
}

.wedget-newsletter input[type="checkbox"]:not(:checked)+label:before,
.wedget-newsletter input[type="checkbox"]:checked+label:before {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #999999;
	content: "";
	height: 15px;
	left: 0;
	position: absolute;
	top: -4px;
	width: 15px;
	margin-top: 10px;
}

.wedget-newsletter input[type="checkbox"]:not(:checked)+label:after,
.wedget-newsletter input[type="checkbox"]:checked+label:after {
	color: #fff;
	content: "";
	font-family: fontawesome;
	font-size: 10px;
	left: 2px;
	line-height: 0.8;
	position: absolute;
	top: 9px;
	transition: all 0.2s ease 0s;
}

.wedget-newsletter input[type="checkbox"]:not(:checked)+label:after {
	opacity: 0;
	transform: scale(0);
}

.wedget-newsletter input[type="checkbox"]:checked+label:after {
	opacity: 1;
	transform: scale(1);
}

.footer-bottom-sec {
	padding: 15px 0;
}

.footer-bottom-sec p {
	color: #999999;
	font-size: 16px;
	margin: 0;
	text-align: center;
	font-weight: 400
}

.copy-right span,
.copy-right span a {
	color: #b52d05;
	text-transform: capitalize;
}

/* The End */
.mission img {
	border-radius: 10px;
}

.footer1 li a {
	color: #fff;
}

.footer1 p {
	color: #fff;
}

.footer1 li {
	color: #fff;
}

.wedget-newsletter li {
	margin-bottom: 10px;
}

.wedget-newsletter .location-ico {
	width: 75px !important;
}

.wedget-newsletter .fa {
	margin-right: 10px;
	color: #fff;
	font-size: 20px;
	background: #b52d059e;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about-us {
	margin-top: 10px;
}

.menu-toggle {
	display: none;
	width: 30px;
	cursor: pointer;
}

.menu-toggle span {
	display: block;
	height: 3px;
	margin: 6px 0;
	background: #000000;
}

@media (max-width: 991px) {
	.menu-toggle {
		display: block;
	}

	.main-menu {
		display: none;
		flex-direction: column;
		background: #000;
		position: absolute;
		top: 100%;
		right: 0;
		width: 100%;
		z-index: 999;
		padding: 5px 15px;
	}

	.main-menu.active {
		display: block;
	}
}

.footer-wedget-one img {
	width: 200px;
}

.logo img {
	width: 155px;
}



.mean-bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	/* background-color: #fff; */
	transition: all 0.3s ease;
}

.mean-bar .meanmenu-reveal {
	position: relative;
	box-shadow: none;
}

.slider {
	margin-top: 30px;
}


/***
=============================================
    Main Header One
=============================================
***/
.main-header--one {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}

.main-header--one__wrapper {
	position: relative;
	display: block;
}

.main-header--one .auto-container {
	position: static;
	max-width: 100%;
	width: 100%;
	padding: 0px 30px;
	margin: 0 auto;
}

.main-header--one__inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-header--one__left {
	position: relative;
	display: block;
}

.main-header--one__left .logo {
	position: relative;
	display: inline-block;
	top: -4px;
}

.main-header--one__left .logo a {
	position: relative;
	display: inline-block;
}

.main-menu--1 {
	position: relative;
	display: block;
}

.main-header--one__right {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-header--one__right .number {
	position: relative;
	display: block;
	margin-right: 30px;
}

.main-header--one__right .number a {
	color: #ffffff;
	font-size: 20px;
	line-height: 34px;
	font-weight: 400;
	font-family: var(--alori-font-2);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.main-header--one__right .number a:hover {
	color: #d6ac59;
}

.main-header--one__right .social-icon {
	position: relative;
	display: block;
	margin-right: 25px;
}

.main-header--one__right .social-icon ul {
	position: relative;
	display: block;
}

.main-header--one__right .social-icon ul li {
	position: relative;
	display: inline-block;
	margin-right: 11px;
}

.main-header--one__right .social-icon ul li:last-child {
	margin-right: 0;
}

.main-header--one__right .social-icon ul li a {
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-size: 15px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.main-header--one__right .social-icon ul li a:hover {
	color: #d6ac59;
}

.bar-box {
	position: relative;
	display: block;
	float: right;
}

.bar-box a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 60px;
	height: 60px;
	background: #ffffff;
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.bar-box a:hover {
	color: #ffffff;
	background: #d6ac59;
}

.bar-box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 5px;
}

.bar-box ul:last-child {
	margin-bottom: 0;
}

.bar-box ul li {
	position: relative;
	width: 6px;
	height: 6px;
	background: transparent;
	border: 2px solid #484848;
	border-radius: 50%;
	margin: 0 2px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.bar-box:hover ul li {
	border: 2px solid #ffffff;
}

/***
=============================================
    Main Header Two
=============================================
***/
.main-header--one--two {
	position: relative;
	display: block;
}

.main-header--one--two .main-menu .main-menu__list>li>a,
.main-header--one--two .stricky-header .main-menu__list>li>a {
	color: var(--alori-black);
}

.main-header--one--two .main-menu .main-menu__list>li>a:hover,
.main-header--one--two .stricky-header .main-menu__list>li>a:hover,
.main-header--one--two .main-menu .main-menu__list>li.current>a {
	color: #d6ac59;
}

.main-header--one--two .main-header--one__right .number a {
	color: var(--alori-black);
}

.main-header--one--two .main-header--one__right .number a:hover {
	color: #d6ac59;
}

.main-header--one--two .main-header--one__right .social-icon ul li a {
	color: var(--alori-black);
}

.main-header--one--two .main-header--one__right .social-icon ul li a:hover {
	color: #d6ac59;
}

.main-header--one--two .bar-box a {
	background: #d6ac59;
}

.main-header--one--two .bar-box a:hover {
	background: var(--alori-black);
}

.main-header--one--two .bar-box ul li {
	border: 2px solid #ffffff;
}

.main-header--one--two .main-menu .mobile-nav__toggler {
	color: var(--alori-black);
}

.main-header--one--two .main-menu .mobile-nav__toggler:hover {
	color: #d6ac59;
}

/***
=============================================
    Slider One
=============================================
***/
.main-slider-one {
	position: relative;
	display: block;
}

.main-slider .swiper-slide {
	position: relative;
	z-index: 1;
}

.main-slider .image-layer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	/* -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 7000ms ease;
	transition: -webkit-transform 7000ms ease;
	transition: transform 7000ms ease;
	transition: transform 7000ms ease, -webkit-transform 7000ms ease; */
	z-index: 1;
}

/* .main-slider.main-slider-one .swiper-slide-active .image-layer {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
} */

.main-slider .image-layer::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
	z-index: -1;
}

.main-slider .container {
	position: relative;
	z-index: 2;
}

.swiper-container {
	height: 100vh;
}


.main-slider-one__inner {
	position: relative;
	display: block;
}

.main-slider-one__text {
	color: #000;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 35px;
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(80px);
	transform: translateY(80px);
	font-family: sans-serif;
}

.main-slider-one .swiper-slide-active .main-slider-one__text {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	font-size: 25px;
	color: #000;
}

.main-slider-one__title {
	color: #000;
	font-size: 40px;
	line-height: 1.2em;
	-webkit-transition: all 1500ms ease;
	transition: all 1500ms ease;
	-webkit-transform: translateY(80px);
	transform: translateY(80px);
	font-family: 'Open Sans';

}

.main-slider-one .swiper-slide-active .main-slider-one__title {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 1200ms;
	transition-delay: 1200ms;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 35px;
}

.main-slider-one__btn {
	position: relative;
	display: block;
	margin-top: 57px;
	-webkit-transition: all 1500ms ease;
	transition: all 1500ms ease;
	-webkit-transform: translateY(80px);
	transform: translateY(80px);
}

.main-slider-one .swiper-slide-active .main-slider-one__btn {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 1600ms;
	transition-delay: 1600ms;
}




.main-slider-one #main-slider-pagination {
	display: none;
}

.main-slider-one--two #main-slider-pagination {
	display: block;
}

#main-slider-pagination {
	position: absolute;
	left: auto;
	bottom: 50px;
	right: 309px;
	width: 120px;
	-webkit-transform: none;
	transform: none;
	counter-reset: count;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 999999;
	line-height: 0;
}

#main-slider-pagination .swiper-pagination-bullet {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 45px;
	border-radius: 0%;
	opacity: 1;
	background-color: transparent;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

#main-slider-pagination .swiper-pagination-bullet:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 45px;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	line-height: 45px;
	font-weight: 400;
	border: 0px solid transparent;
	counter-increment: count;
	content: "0" counter(count);
	font-family: var(--alori-font);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

#main-slider-pagination .swiper-pagination-bullet::after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 1px solid rgba(255, 255, 255, 0.2);
	width: 40px;
	height: 45px;
	opacity: 0;
	content: "";
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	color: #ffffff;
	opacity: 1;
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
	margin-left: 0px;
}

.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0px;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	color: #ffffff;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:focus,
#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
	outline: none;
	border: none;
}

.main-slider-one--two .main-slider__nav {
	display: none;
}

/***
=============================================
    Slider Two
=============================================
***/
.main-slider.main-slider-one--two .container {
	position: relative;
	padding-top: 303px;
	padding-bottom: 250px;
	z-index: 2;
}

.main-slider-one--two .main-slider-one__inner .border-box {
	position: absolute;
	top: -133px;
	left: -105px;
	border: 1px solid #847365;
	width: 215px;
	height: 600px;
	opacity: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index: -1;
}

.main-slider.main-slider-one--two .swiper-slide-active .main-slider-one__inner .border-box {
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}

.main-slider.main-slider-one--two .image-layer::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
	background-image: -ms-linear-gradient(-1deg, #1e0e00 0%, rgba(10, 6, 2, 0) 100%);
	background-color: transparent;
	opacity: 0.78;
	z-index: -1;
}

/***
=============================================
    Page Header
=============================================
***/
.page-header {
	position: relative;
	display: block;
	padding: 123px 0px 171px;
	overflow: hidden;
	z-index: 1;
}

.page-header__bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}


.page-header__bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: -moz-linear-gradient(-1deg, rgb(0, 0, 0) 0%, rgba(10, 6, 2, 0) 100%);
	background-image: -webkit-linear-gradient(-1deg, rgb(0, 0, 0) 0%, rgba(10, 6, 2, 0) 100%);
	background-image: -ms-linear-gradient(-1deg, rgb(0, 0, 0) 0%, rgba(10, 6, 2, 0) 100%);
	opacity: 0.78;
	z-index: -1;
}

.page-header__wrapper {
	position: relative;
	display: block;
	padding-top: 80px;
	padding-bottom: 29px;
	z-index: 2;
}

.page-header__content {
	position: relative;
	display: block;
}

.page-header__content h2 {
	color: #ffffff;
	font-size: 76px;
	line-height: 1em;
	font-weight: 700;
	margin-bottom: 19px;
}

.page-header__menu {
	position: relative;
	display: block;
}

.page-header__menu ul {
	position: relative;
	display: block;
}

.page-header__menu ul li {
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-size: 20px;
	padding-left: 3px;
	padding-right: 7px;
}

.page-header__menu ul li:first-child {
	padding-left: 0;
}

.page-header__menu ul li:last-child {
	padding-right: 0;
}

.page-header__menu ul li::before {
	position: absolute;
	top: 8px;
	right: 0;
	bottom: 9px;
	width: 1px;
	background: #ffffff;
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
	content: "";
}

.page-header__menu ul li:last-child:before {
	display: none;
}

.page-header__menu ul li a {
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-size: 20px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.page-header__menu ul li a:hover {
	color: #d6ac59;
}

.pagehding-sec::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #00000040;
}

.pagehding-sec {
	position: relative;
}

.header {
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 100px;
}

.sticky-header {
	background-color: rgba(9, 5, 5, 0.8);
	position: fixed;
	z-index: 9999;
	width: 100%;
	top: 0;
	left: 0;
	transition: transform 0.3s ease-in-out, background-color 0.4s ease;
}

.sticky-header.scrolled-background {
	background-color: #ffffff;
}


.sticky-header.hide-header {
	transform: translateY(-100%);
}


.pq-section-sub-title {
	font-size: 24px;
	color: #b52d05;
	font-weight: 700;
	margin-bottom: 25px;
}

.about-text p {
	font-size: 16px;
	font-family: var(--body-fonts);
	font-weight: 500;
	color: #000;
}

em {
	font-weight: 600;
}

.tiles-collection h1 {
	font-size: 25px;
	text-align: center;
}

.tiles-collection {
	margin-bottom: 40px;
}

.about-section {
	padding-top: 10px;
}

.gallery-full-sec img {
	border-radius: 10px 10px 0px 0px;
}

.gallery-section {
	padding-top: 30px;
}

.products-name {
	box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.2);
	padding: 15px 20px;
	border-radius: 0px 0px 10px 10px;
	text-align: center;
}

.tile-caption {
	font-size: 20px;
	margin-bottom: 0px;
	color: #000;
	font-family: 'Montserrat';
}

#wa-widget-send-button {
	margin: 0 0 40px 0 !important;
	padding-left: 0px;
	padding-right: 0px;
	position: fixed !important;
	z-index: 16000160 !important;
	bottom: -23px !important;
	text-align: center !important;
	height: 50px;
	min-width: 50px;
	border-radius: 25px;
	visibility: visible;
	transition: none !important;
	left: 10px !important;
	right: auto !important;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-img img {
	border-radius: 10px;
	height: 100%;
	width: 100%;
}

.about-contant {
	padding-top: 300px;
	margin-top: -210px;
	padding-bottom: 80px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.about-contant h4 {
	color: #fff;
	font-size: 22px;
	margin-bottom: 25px;
}

.about-contant p {
	color: #fff;
	font-size: 16px;
}

.about-sec .about-heading h2 {
	font-size: 35px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 72px;
}

.business-section {
	padding: 80px 0;
	background: #e7eff5;
}

.business-heading {
	text-align: center;
	font-size: 35px;
	margin-bottom: 70px;
}

h3.text-xl {
	font-size: 20px;
	margin-bottom: 20px;
}

.business-section p {
	font-size: 16px;
}

.business-heading {
	text-align: center;
	font-size: 35px;
	font-weight: 700;
	color: #000;
	margin-bottom: 60px;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	letter-spacing: -0.5px;
}

.business-shadow {
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(20px);
	border-radius: 20px;
	padding: 20px 20px;
	position: relative;
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	box-shadow:
		0 8px 32px rgba(0, 0, 0, 0.12),
		0 2px 16px rgba(0, 0, 0, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.3);
	margin-bottom: 25px;
	height: 200px;
}

.text-xl {
	font-size: 1.5rem;
	font-weight: 700;
	color: #2d3748;
	margin-bottom: 20px;
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
}

.text-xl::before {
	content: attr(data-step);
	width: 35px;
	height: 35px;
	background: linear-gradient(135deg, #667eea, #764ba2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 0.9rem;
	font-weight: 600;
	flex-shrink: 0;
}

.mb-2 {
	margin-bottom: 0.5rem;
}

.business-shadow:nth-child(1) .text-xl::before {
	background: linear-gradient(135deg, #b52d05, #b52d05);
}

.h-100 {
	height: 100% !important;
}

.infrastructure-section {
	padding: 80px 0;
}

.infrastructure-img img {
	height: 300px;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.gallery-item {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	transition: all 0.3s ease;
	cursor: pointer;
	margin-bottom: 30px;
}

.gallery-item:hover {
	transform: translateY(-5px);
}

.gallery-item img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	transition: transform 0.3s ease;
}

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

.gallery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0 0 0 / 63%);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
	opacity: 1;
}

.gallery-overlay i {
	color: white;
	font-size: 2rem;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

/* Popup Modal Styles */
.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 10000;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.popup-overlay.active {
	display: flex;
	opacity: 1;
}

.popup-content {
	position: relative;
	max-width: 90%;
	max-height: 90%;
	transform: scale(0.8);
	transition: transform 0.3s ease;
}

.popup-overlay.active .popup-content {
	transform: scale(1);
}

.popup-image {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.popup-close {
	position: absolute;
	top: -40px;
	right: 0;
	background: none;
	border: none;
	color: white;
	font-size: 2rem;
	cursor: pointer;
	transition: color 0.3s ease;
}

.popup-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.1);
	border: none;
	color: white;
	font-size: 1.5rem;
	padding: 15px 20px;
	cursor: pointer;
	border-radius: 50px;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
}

.popup-nav:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: translateY(-50%) scale(1.1);
}

.popup-prev {
	left: -60px;
}

.popup-next {
	right: -60px;
}

.popup-counter {
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	color: white;
	font-size: 1rem;
	background: rgba(0, 0, 0, 0.5);
	padding: 5px 15px;
	border-radius: 20px;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.globe-section {
	padding: 80px 0;
}

.globe-heading h2 {
	font-size: 35px;
	font-weight: 800;
	margin-bottom: 20px;
}

.globe-heading {
	margin-top: 20px;
}

.globe-heading p {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	letter-spacing: 0px;
	text-align: justify;
}

.globe-section img {
	width: 100%;
	height: 600px;
	border-radius: 10px;
	object-fit: cover;
}

.map-img {
	padding-top: 80px;
}

.map-img img {
	width: 100%;
	height: 100%;
}

.country-sec {
	padding-bottom: 80px;
}

.country-sec .table .fa-star {
	margin-right: 10px;
}

.country-sec .table-borderless td {
	border: none;
	color: #000;
}

.global-network h2 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 60px;
}

.certificates-sec {
	padding: 80px 0;
}

.certificates-sec img {
	border-radius: 10px;
	height: 500px;
	width: 100%;
	object-fit: cover;
	margin-bottom: 20px;
}

.background-bottom {
	background-position: bottom;
}

.product-sec {
	padding: 100px 0;
}

.product-sec .product-img img {
	height: 380px;
	width: 100%;
	object-fit: contain;
	border-radius: 10px 10px 0px 0px;
	border: 1px solid #000;
	padding: 20px 10px;
}

.product-img {
	margin-bottom: 30px;
}

.product-detail {
	text-align: center;
	padding: 15px 15px;
	box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.2);
	border-radius: 0px 0px 10px 10px;
	margin-bottom: 30px;
}

.our-company .product-detail {
	border: 1px solid #000;
	border-top: 0px;
}

.product-detail p {
	margin-bottom: 0px;
	font-size: 20px;
	color: #000;
	font-weight: 700;
}

.w-100 {
	width: 100% !important;
}

.service-details-page img {
	border-radius: 10px;
	height: 600px;
	width: 100%;
	object-fit: cover;
}

.service-img {
	margin-top: 30px;
}

.service-img img {
	height: 600px;
	width: 100%;
	object-fit: cover;
}

.d-flex {
	display: flex !important;
}

.justify-content-between {
	justify-content: space-between;
}

.align-items-center {
	align-items: center;
}

.justify-content-around {
	justify-content: space-around;
}

.service-details-page table th {
	padding: 5px;
}

.service-details-page table td {
	padding: 5px;
	border: 1px solid #000;
}

.service-details-page table tr {
	background: aliceblue;
}

.service-details-page table th {
	border-right: 1px solid #8080805c;
}

table {
	width: auto;
}

.service-details-page .tab-pane p {
	text-align: justify;
	letter-spacing: 0px;
}

.catalog-sec {
	padding: 80px 0;
}

.catalog-img img {
	width: 100%;
	border: 1px solid #8080805c;
	border-radius: 10px 10px 0px 0px;
	border-bottom: none;
	height: 450px;
	/* object-fit: cover; */
}

.catalog-img {
	margin-bottom: 30px;
	    height: 530px;
}

.catalog-detail {
	padding: 15px 15px;
	border-radius: 0px 0px 10px 10px;
	border: 1px solid #8080805c;
}

.catalog-sec .catalog-img p {
	margin-bottom: 0px;
	color: #000;
	font-weight: 700
}

.catalog-img button {
	color: #fff;
	background: #3a8dbc;
}

.catalog-img button:hover {
	color: #fff;
	background: #3a8dbc;
}

.packing-details {
	padding: 80px 0;
}

.packing-details .blog-content h3 {
	font-size: 40px;
	margin-bottom: 30px;
	color: gray;
}

.packing-details .blog-content tr {
	border: 1px solid #8080805c;
	text-align: center;
}

.packing-details .blog-content th {
	border-right: 1px solid #8080805c;
	padding: 13px;
	text-align: center;
	background: #faebd75e;
}

.packing-details .blog-content td {
	padding: 13px;
	border-right: 1px solid #8080805c;
	text-align: center;
}

.table-margin {
	margin-bottom: 50px;
}

.tiles-calculation .section-title {
	font-size: 1.5rem;
	font-weight: bold;
	color: #333;
	margin-bottom: 25px;
	position: relative;
	padding-left: 15px;
}

.tiles-calculation .input-group {
	margin-bottom: 20px;
	width: 100%;
}

.tiles-calculation .input-group label {
	display: block;
	color: #666;
	margin-bottom: 8px;
	font-size: 0.95rem;
}

.tiles-calculation .input-group input {
	width: 100%;
	padding: 12px 15px;
	border: 2px solid #e0e0e0;
	border-radius: 4px;
	font-size: 1rem;
	transition: border-color 0.3s ease;
	background: white;
}

.tiles-calculation .input-group input:focus {
	outline: none;
	border-color: #3a8eb9;
}

.tiles-calculation .select-wrapper {
	position: relative;
	width: 100%;
}

.tiles-calculation .select-dropdown {
	width: 100%;
	padding: 12px 15px;
	border: 2px solid #e0e0e0;
	border-radius: 4px;
	font-size: 1rem;
	background: white;
	cursor: pointer;
	appearance: none;
	transition: border-color 0.3s ease;
}

.tiles-calculation .select-dropdown:focus {
	outline: none;
	border-color: #3a8eb9;
}

.tiles-calculation .select-wrapper::after {
	content: '▼';
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: #666;
	pointer-events: none;
	font-size: 0.8rem;
}

.tiles-calculation .button-group {
	margin-top: 10px;
	margin-bottom: 30px;
}

.tiles-calculation .btn {
	padding: 15px 30px;
	border: none;
	border-radius: 4px;
	font-size: 1rem;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.tiles-calculation .btn-calculate {
	background-color: #3a8eb9;
	color: white;
}

.tiles-calculation .btn-calculate:hover {
	background-color: #3a8eb9;
	transform: translateY(-1px);
	color: #fff;
}

.tiles-calculation .btn-reset {
	background-color: #dc3545;
	color: white;
}

.tiles-calculation .btn-reset:hover {
	background-color: #c82333;
	transform: translateY(-1px);
	color: #fff;
}
.tiles-calculation .results-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 30px;
}

.tiles-calculation .result-item {
	background: white;
	padding: 20px;
	border-radius: 6px;
	border: 1px solid #e0e0e0;
	text-align: center;
}

.tiles-calculation .result-label {
	color: #888;
	font-size: 0.9rem;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.tiles-calculation .result-value {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}

.tiles-calculation .result-unit {
	color: #666;
	font-size: 0.85rem;
}

.tiles-calculation .disclaimer {
	background: #fff3cd;
	border: 1px solid #ffeaa7;
	border-radius: 6px;
	padding: 15px;
	color: #856404;
	font-size: 0.9rem;
	text-align: center;
	line-height: 1.5;
}

.tiles-calculation .error {
	background: #f8d7da;
	border: 1px solid #f5c6cb;
	color: #721c24;
	padding: 15px;
	border-radius: 6px;
	margin-bottom: 20px;
	text-align: center;
	display: none;
}

.tiles-calculation .icon {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.tiles-calculation {
	padding: 80px 0;
}

.technical-sec {
	padding: 80px 0;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.technical-sec .table-striped th {
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.05);
}

.technical-sec .table-striped td {
	padding: 10px;
}

.technical th {
	background: none !important;
}

.contact-page-map {
	margin-top: 80px;
	margin-bottom: 0px;
}

.contact-page-sec {
	background: aliceblue;
	backdrop-filter: blur(10px);
	border-radius: 20px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.contact-info {
	margin-bottom: 30px;
}

.contact-info-item {
	display: flex;
	align-items: center;
	padding: 15px;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgb(51 51 51 / 23%);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	border: 1px solid #fff;
}

.contact-info-item:hover::before {
	left: 100%;
}

.contact-info-icon {
	width: 45px;
	height: 45px;
	background: rgb(112 28 3);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(10px);
}

.contact-info-icon img {
	width: 30px;
	height: 30px;
	filter: brightness(0) invert(1);
}

.contact-info-icon .fa {
	font-size: 20px;
	color: #fff;
}

.contact-info-text {
	flex: 1;
	color: white;
}

.contact-info-text h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.contact-info-text a,
.contact-info-text span {
	color: #000;
	text-decoration: none;
	font-size: 16px;
	transition: color 0.3s ease;
}

.contact-field {
	background: white;
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgb(40 40 40 / 37%);
	position: relative;
	overflow: hidden;
}

.contact-field h2 {
	color: #333;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
}

.contact-field h2::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background: #b52d05;
	border-radius: 2px;
}

.single-input-field input,
.single-input-field textarea {
	width: 100%;
	padding: 15px 20px;
	border: 2px solid #e1e8ed;
	border-radius: 10px;
	font-size: 16px;
	transition: all 0.3s ease;
	background: #f8f9fa;
	color: #000;
}

.single-input-field input:focus,
.single-input-field textarea:focus {
	outline: none;
	border-color: #b52d05;
	background: white;
	box-shadow: 0 5px 15px rgba(255, 107, 107, 0.2);
	transform: translateY(-2px);
}

.single-input-field textarea {
	height: 120px;
	resize: vertical;
}

.single-input-fieldsbtn {
	text-align: center;
}

.single-input-fieldsbtn input[type="submit"] {
	background: #b52d05;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}

.item-gallery img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.item-gallery {
	margin-bottom: 30px;
}

.modal-header .close {
	margin-top: -2px;
	font-size: 50px;
	color: #fff;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
	background: #333;
	color: #fff;
	padding: 8px 15px;
	margin: 5px;
	border-radius: 50%;
	font-size: 18px;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	cursor: pointer;
}

.owl-nav .owl-prev {
	left: -30px;
}

.owl-nav .owl-next {
	right: -30px;
}

.hero-section {
	text-align: center;
	margin-bottom: 80px;
}

.hero-title {
	font-size: 3.5rem;
	font-weight: 700;
	color: white;
	margin-bottom: 20px;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	letter-spacing: -1px;
}

.hero-subtitle {
	font-size: 1.3rem;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 300;
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.6;
}

.service-card {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(20px);
	border-radius: 24px;
	padding: 40px 30px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
	height: 400px;
	margin-bottom: 30px;
}

.service-icon {
	width: 70px;
	height: 70px;
	background: linear-gradient(135deg, #398bb8, #583c85);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
	font-size: 22px;
	transition: all 0.3s ease;
}

.service-card:hover .service-icon {
	box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
}

.service-title {
	font-size: 1.5rem;
	font-weight: 600;
	color: white;
	margin-bottom: 20px;
	line-height: 1.3;
}

.service-description {
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.7;
	font-size: 1rem;
	font-weight: 400;
}

.floating-elements {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: -1;
}

.floating-circle {
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	animation: float 6s ease-in-out infinite;
}

.circle-1 {
	width: 100px;
	height: 100px;
	top: 10%;
	left: 80%;
	animation-delay: -2s;
}

.circle-2 {
	width: 150px;
	height: 150px;
	top: 60%;
	left: 10%;
	animation-delay: -4s;
}

.circle-3 {
	width: 80px;
	height: 80px;
	top: 80%;
	right: 15%;
	animation-delay: -1s;
}

/* Gradient text effect */
.gradient-text {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.modal-content {
	border: none;
	border-radius: 20px;
	box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
	background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
	overflow: hidden;
	position: relative;
	margin-top: 70px;
	width: 100% !important;
}

.modal-header {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	padding: 30px;
	border: none;
	position: relative;
	overflow: hidden;
}

.modal-title {
	font-size: 28px;
	font-weight: 700;
	margin: 0;
	position: relative;
	z-index: 1;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	color: #fff;
}

.close {
	position: absolute;
	top: 20px;
	right: 25px;
	background: rgba(255, 255, 255, 0.2);
	border: none;
	color: white;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
	z-index: 10;
	opacity: 1;
}

.close:hover {
	background: rgba(255, 255, 255, 0.3);
	transform: rotate(90deg) scale(1.1);
	color: white;
	opacity: 1;
}

.modal-body {
	padding: 30px;
	position: relative;
}

.form-group {
	margin-bottom: 25px;
	position: relative;
}

.form-group label {
	font-weight: 600;
	color: #374151;
	margin-bottom: 8px;
	font-size: 14px;
	letter-spacing: 0.5px;
	display: block;
}

.form-control {
	border: 2px solid #e5e7eb;
	border-radius: 12px;
	padding: 25px 20px;
	font-size: 16px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(10px);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.form-control:focus {
	border-color: #667eea;
	box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1), 0 4px 20px rgba(102, 126, 234, 0.1);
	transform: translateY(-2px);
	outline: none;
}

.form-control::placeholder {
	color: #9ca3af;
	font-style: italic;
}

/* Input Icons */
.form-group[data-icon]::after {
	content: attr(data-icon);
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: #9ca3af;
	font-size: 18px;
	pointer-events: none;
	transition: all 0.3s ease;
}

.form-group:focus-within[data-icon]::after {
	color: #667eea;
	transform: translateY(-50%) scale(1.1);
}

/* Special styling for textarea */
textarea.form-control {
	resize: vertical;
	min-height: 120px;
}

.modal-footer {
	background: linear-gradient(145deg, #f8fafc 0%, #e2e8f0 100%);
	border: none;
	padding: 20px 40px;
	display: flex;
	justify-content: flex-end;
	gap: 15px;
}

.btn-default {
	background: rgba(107, 114, 128, 0.1);
	color: #374151;
	border: 2px solid #e5e7eb;
}

.btn-default:hover {
	background: rgba(107, 114, 128, 0.2);
	box-shadow: 0 8px 25px rgba(107, 114, 128, 0.2);
	color: #374151;
}

.btn-primary {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
}



/* Custom scrollbar for modal */
.modal-body::-webkit-scrollbar {
	width: 6px;
}

.modal-body::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 3px;
}

.modal-body::-webkit-scrollbar-thumb {
	background: linear-gradient(135deg, #667eea, #764ba2);
	border-radius: 3px;
}

.modal:focus {
	outline: none;
}

.form-row {
	display: flex;
	gap: 20px;
}

.form-row .form-group {
	flex: 1;
}

@media (max-width: 576px) {
	.form-row {
		flex-direction: column;
		gap: 0;
	}

	.contact-form {
		margin-bottom: 30px;
	}
}

.contact-form {
	background: #fff;
	padding: 40px 20px;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgb(40 40 40 / 37%);
}

.about-sec2 img {
	height: 660px;
	object-fit: cover;
	width: 100%;
}

.our-company {
	padding: 80px 0;
}

.our-company .company-img img {
	width: 100%;
	height: 200px;
	object-fit: contain;
}

.company-img {
	border: 1px solid #000;
	border-radius: 10px 10px 0px 0px;
	padding: 10px 15px;
}

.our-company .col-lg-4 {
	margin-bottom: 30px;
}

.our-company a {
	text-decoration: none;
}

.service-details-page .about-text h2 {
	font-size: 28px;
	margin-bottom: 0px;
	font-family: system-ui;
	font-weight: 800;
}

.service-details-page .about-text {
	margin-bottom: 20px;
}

.service-details-page {
	padding: 80px 0;
}

.captca {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mt-0 {
	margin-top: 0px !important;
}

.footer-sec li a:hover {
	color: #b52d05;
	text-decoration: underline;
}

.footer-sec li {
	padding-top: 10px;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 600;
}

.flag-container {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

.flag-container img {
	height: 18px;
	width: 30px;
	object-fit: cover;
	margin-right: 10px;
	border: 1px solid #eee;
}

.footer-sec .wedget-newsletter li {
	text-transform: none;
	display: flex;
	align-items: center;
}

.footer-sec .social-media {
	display: flex;
}

.footer-wedget-one {
	height: 250px;
}

.left {
	flex: 1;
}

.left h6 {
	color: #e2514b;
	font-size: 16px;
	margin-bottom: 15px;
}

.left h2 {
	font-size: 36px;
	font-weight: 600;
	margin: 0;
	line-height: 1.4;
	color: #000;
}

.left p {
	color: #666;
	margin-top: 25px;
	font-size: 16px;
	line-height: 1.7;
}

.nav-buttons {
	margin-top: 30px;
}

.nav-buttons button {
	border: none;
	background-color: #b52d05;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	font-size: 20px;
	cursor: pointer;
	margin-right: 15px;
	color: #fff;
}

.right {
	flex: 2;
}

.tile-slider .tile-box {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.tile-slider .tile-box img {
	width: 100%;
	height: 550px;
	display: block;
	object-fit: cover;
}

.tile-box .label {
	position: absolute;
	bottom: 50px;
	left: 20px;
	background-color: #000;
	color: #fff;
	padding: 6px 14px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 2px;
}

.tile-box .size {
	position: absolute;
	bottom: 15px;
	left: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

@media(max-width: 900px) {
	.section {
		flex-direction: column;
		padding: 0px 20px;
	}

	.right {
		margin-top: 40px;
	}
}

.slider-section {
	padding: 70px 0;
	background: aliceblue;
}

#main-slider__swiper-button-prev {
	color: #fff;
	background: #b52d05;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	font-size: 25px !important;
}

#main-slider__swiper-button-next {
	color: #fff;
	background: #b52d05;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	font-size: 25px !important;
}

.facebook-icon {
	background-color: #1877F2;
	color: #fff !important;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}

.instagram-icon {
	background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
	color: #fff !important;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}

.linkdin-icon {
	background-color: #0077B5;
	color: #fff !important;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}

.twitter-icon {
	background-color: #1DA1F2;
	color: #fff !important;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}

.social-media .fa {
	color: #fff;
}

.collection-prd {
	padding: 100px 0;
}

.collection-prd .product-img img {
	border-radius: 10px;
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.product-sec .product-img2 img {
	height: 500px;
	width: 100%;
	border-radius: 10px;
	object-fit: cover;
}

.our-company .product-detail {
	padding: 15px 20px;
	border-radius: 0px 0px 10px 10px;
	margin-bottom: 0px;
}

.pt-80 {
	padding-top: 80px !important;
}

.pb-80 {
	padding-bottom: 80px !important;
}

.pg-hea {
	position: relative;
	top: -33px;
}

.li-sec {
	position: relative;
	top: -30px;
}

.cat-button {
	list-style-type: none;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.catalog-btn-sec li.button-display {
    background-color: #333;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}
.catalog-btn-sec button, input, select, textarea{
    background-color: #333;
}
.catalog-btn-sec{
	padding-top: 80px;
}
.collection-h{
	height: 600px;
}
