@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,300,300i,400,400i,600,600i,700,700i,900&display=swap&subset=latin-ext');
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap";

html, body {
	height: 100%;
	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	vertical-align: baseline;
	background: #ffffff;
	color: #646464;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
	font-weight: 600;
	font-family: 'Titillium Web', sans-serif;
	margin: 0 0 10px 0;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
p {
	line-height: 24px;
	margin: 0 0 20px 0;
}
a {
	text-decoration: none;
}
a:active, a:hover, a:focus {
	text-decoration: none;
}
a:active, a:hover, a:focus {
	outline: 0 none;
}
img {
	max-width: 100%;
	height: auto;
}
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.section-space {
	padding: 100px 0;
}
.section-space-b-less-30 {
	padding: 100px 0 70px;
}
.section-space-top {
	padding: 100px 0 0 0;
}
.inner-section-space-top {
	padding: 60px 0 0 0;
}
.inner-section-space-top30 {
	padding: 30px 0 0 0;
}
.section-space-b-less-20 {
	padding: 100px 0 80px;
}
.section-space-88 {
	padding: 88px 0;
}
.section-space-88-100 {
	padding: 20px 0 100px;
}
.section-space-82-100 {
	padding: 82px 0 100px;
}
.section-space-88-64 {
	padding: 88px 0 64px;
}
.section-space-100-74 {
	padding: 100px 0 74px;
}
.section-space-88-75 {
	padding: 88px 0 75px;
}
.section-space-88-94 {
	padding: 88px 0 94px;
}
.section-space-82-74 {
	padding: 82px 0 74px;
}
.section-space-110-64 {
	padding: 110px 0 64px;
}
.section-space-88-44 {
	padding: 88px 0 44px;
}
.section-space-100-64 {
	padding: 100px 0 64px;
}
.section-space-93-94 {
	padding: 93px 0 94px;
}
.section-space-93-100 {
	padding: 93px 0 100px;
}
.margin-b-30 {
	margin-bottom: 30px;
}
.margin-b-0 {
	margin-bottom: 0!important;
}
.padding-b-0 {
	padding-bottom: 0;
}
.wrapper-area {
	overflow: hidden;
}
.solid-underline {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.solid-underline:after {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	background: #e3e3e3;
	left: 0;
	bottom: 0;
}
.btn-read-more {
	background: transparent;
	padding: 14px 30px;
	border: 2px solid rgb(255, 125, 34);
	text-transform: none;
	border-radius: 7px;
	color: #222222;
	font-weight: 600;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.btn-read-more i {
	padding-left: 10px;
}
.btn-read-more:hover {
	color: #ffffff;
	background: rgb(255, 125, 34);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.btn-read-more-fill {
	background: rgb(255, 125, 34);
	padding: 14px 30px;
	border: 2px solid rgb(255, 125, 34);
	text-transform: none;
	color: #ffffff;
	font-weight: 600;
	display: inline-block;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
    height: auto !important;
}
.btn-read-more-fill i {
	padding-left: 10px;
}
.btn-read-more-fill:hover {
	color: #222222;
	background: transparent;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.btn-read-more-white {
	background: #ffffff;
	padding: 14px 30px;
	border: 2px solid #ffffff;
	text-transform: none;
	color: #222222;
	font-weight: 600;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	display: block;
	width: 170px;
}
.btn-read-more-white i {
	padding-left: 10px;
}
.btn-read-more-white:hover {
	color: #ffffff;
	background: #eaaf04;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.btn-read-more-transparent {
	background: transparent;
	padding: 14px 30px;
	border: 2px solid rgb(255, 125, 34);
	text-transform: none;
	color: #ffffff;
	font-weight: 600;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	display: block;
	width: 170px;
}
.btn-read-more-transparent i {
	padding-left: 10px;
}
.btn-read-more-transparent:hover {
	color: #ffffff;
	background: #eaaf04;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.btn-error {
	background: #222222;
	padding: 14px 33px;
	color: #ffffff;
	border-radius: 0;
	text-transform: none;
	font-weight: 600;
	margin-top: 30px;
}
.btn-error:hover {
	background: rgb(255, 125, 34);
	color: #ffffff;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.btn-shopnow {
	background: rgb(255, 125, 34);
	padding: 8px 30px;
	color: #ffffff;
	border-radius: 0;
	text-transform: capitalize;
	border: 2px solid rgb(255, 125, 34);
	font-weight: 600;
	font-size: 16px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.btn-shopnow:hover {
	background: transparent;
	color: #ffffff;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.btn-cart {
	background: rgb(255, 125, 34);
	height: 46px;
	width: 140px;
	color: #ffffff;
	border-radius: 0;
	text-transform: none;
	border: 2px solid rgb(255, 125, 34);
	font-weight: 600;
	line-height: 32px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.btn-cart:hover {
	background: transparent;
	color: #000000;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.btn-download {
	background: transparent;
	padding: 12px 30px;
	border: 2px solid rgb(255, 125, 34);
	text-transform: capitalize;
	color: #000000;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	display: block;
	width: 100%;
}
.btn-download i {
    float:right;
	padding-left: 15px;
	color: #898989;
    margin-top:4px;
}
.btn-download:hover {
	color: #ffffff;
	background: #eaaf04;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.btn-checkout {
	display: inline-block;
	background: rgb(255, 125, 34);
	padding: 7px 25px;
	border: 1px solid rgb(255, 125, 34);
	text-transform: capitalize;
	color: #ffffff;
	font-weight: 600;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.btn-checkout i {
	padding-right: 10px;
}
.btn-checkout:hover {
	color: #222222;
	background: transparent;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#main {
    position: relative;
    width: 100%;
}

.section-title-area {
	text-align: center;
}
.section-title-area h2.section-title {
	margin-bottom: 24px;
	color: #222222;
}
.section-title-area .title-bottom-icon {
	width: 235px;
	position: relative;
	margin: 0 auto;
	margin-bottom: 37px;
}
.section-title-area .title-bottom-icon .title-bottom-icon-left:after {
	content: "";
	height: 1px;
	width: 80px;
	background: #b0b0b0;
	bottom: 7px;
	left: 0;
	position: absolute;
}
.section-title-area .title-bottom-icon .title-bottom-icon-left:before {
	content: "";
	height: 1px;
	width: 80px;
	background: #b0b0b0;
	bottom: 10px;
	left: 10px;
	position: absolute;
}
.section-title-area .title-bottom-icon i {
	color: rgb(255, 125, 34);
	font-size: 16px;
}
.section-title-area .title-bottom-icon .title-bottom-icon-right:after {
	content: "";
	height: 1px;
	width: 80px;
	background: #b0b0b0;
	bottom: 10px;
	right: 0;
	position: absolute;
}
.section-title-area .title-bottom-icon .title-bottom-icon-right:before {
	content: "";
	height: 1px;
	width: 80px;
	background: #b0b0b0;
	bottom: 7px;
	right: 10px;
	position: absolute;
}
.section-title-area p {
	margin: 0;
}
.section-sub-title-big {
	padding-bottom: 24px;
	position: relative;
	font-weight: 600;
	color: #222222;
	margin-bottom: 25px;
}
.section-sub-title-big:after {
	content: "";
	height: 3px;
	width: 50px;
	background: rgb(255, 125, 34);
	position: absolute;
	bottom: 0;
	left: 0;
}
.section-sub-title {
	padding-bottom: 24px;
	position: relative;
	font-weight: 600;
	margin-bottom: 30px;
	color: #222222;
}
.section-sub-title a {
	color: #222222;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.section-sub-title a:hover {
	color: rgb(255, 125, 34);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.section-sub-title:after {
	content: "";
	height: 3px;
	width: 50px;
	background: rgb(255, 125, 34);
	position: absolute;
	bottom: 0;
	left: 0;
}
.sub-title {
	color: #222222;
	font-weight: 600;
}
.sub-title a {
	color: #222222;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.sub-title a:hover {
	color: rgb(255, 125, 34);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.title-bar {
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: #7a7a7a;
	position: relative;
}
.title-bar:after {
	content: "";
	height: 3px;
	width: 50px;
	background: rgb(255, 125, 34);
	position: absolute;
	bottom: 0;
	left: 0;
}
.inner-sub-title {
	font-size: 18px;
	font-weight: 600;
	color: #222222;
	margin-bottom: 30px;
	display: block;
}
.sidebar-search-title {
	position: relative;
	font-weight: 600;
	font-size: 20px;
	color: #000000;
	text-transform: none;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.sidebar-search-title:after {
	content: "";
	position: absolute;
	background: rgb(255, 125, 34);
	height: 3px;
	width: 50px;
	bottom: 0;
	left: 0;
}
.sidebar-search-title:before {
	content: "";
	position: absolute;
	background: #e1e1e1;
	height: 1px;
	width: 100%;
	bottom: 1px;
	left: 0;
}
.sidebar-title {
	position: relative;
	font-weight: 600;
	font-size: 22px;
	color: #000000;
	text-transform: capitalize;
	padding-bottom: 15px;
	margin-bottom: 32px;
}
.sidebar-title:after {
	content: "";
	position: absolute;
	background: rgb(255, 125, 34);
	height: 3px;
	width: 50px;
	bottom: 0;
	left: 0;
}
.sidebar-title:before {
	content: "";
	position: absolute;
	background: #e1e1e1;
	height: 1px;
	width: 100%;
	bottom: 1px;
	left: 0;
}

.header-bennar-area {
	padding: 40px 0;
	position: relative;
	background: url(img/header-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.header-bennar-area .overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
}
.header-bennar-area .header-bennar-left h2 {
	font-size: 40px;
	color: #ffffff;
}
.header-bennar-area .header-bennar-right {
	text-align: right;
	margin-top: 22px;
}
.header-bennar-area .header-bennar-right ul li {
	display: inline-block;
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
}
.header-bennar-area .header-bennar-right ul li a {
	color: rgb(255, 125, 34);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.header-bennar-area .header-bennar-right ul li a:hover {
	color: #eaaf04;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#scrollUp {
	background-color: rgb(255, 125, 34, 0.7);
	bottom: 100px;
	color: #ffffff !important;
	display: block;
	font-size: 25px;
	height: 40px;
	line-height: 0;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
	width: 50px;
	z-index: 99999;
	border-radius: 7px
}
#scrollUp i {
	display: block;
	padding-top: 7px;
}
#scrollUp:hover, #scrollUp:focus {
	background-color: rgba(255, 125, 34, 0.9);
}

.header-top-area {
	padding:0;
}
.header-top-area .header-top-right i {
    height:50px;
    width:50px;
    text-align:center;
    line-height:50px;
}
.header-top-area .fa-instagram {
    background: #DD4B39 !important;
    color: #fff !important;
}
.header-top-area .fa-facebook {
    background: #4267B2 !important;
    color: #fff !important;
}
.header-top-area .fa-linkedin {
    background: #0077B5 !important;
    color: #fff !important;
}

.header-top-area .header-top-left ul li {
	margin-right: 30px;
	display: inline-block;
}
.header-top-area .header-top-left ul li i {
	padding-right: 15px;
	color: rgb(255, 125, 34);
	font-size: 17px;
}
.header-top-area .header-top-left {
    padding:12px 0;
}
.header-top-area .header-top-left ul li a {
	color: #dddddd;
    font-size:17px;
}
.header-top-area .header-top-right {
	text-align: right;
}
.header-top-area .header-top-right ul li {
	    float: right;
}
.header-top-area .header-top-right ul li a {
	font-size: 16px;
}
.header-top-area .header-top-right ul li a:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.main-header-area .logo-area {
	margin-top: 0px;
}
.main-header-area .main-menu-area nav ul {
	text-align: right;
}
.main-header-area .main-menu-area nav ul .active > a {
	color: rgb(255, 125, 34) !important;
}
.main-header-area .main-menu-area nav ul li {
	display: inline-block;
	position: relative;
	padding: 44px 10px;
}
.main-header-area .main-menu-area nav ul li a {
	display: block;
	transition: all .3s;
	text-decoration: none;
	font-weight: 500;
	font-size: 15px;
	color: #000000;
}
.main-header-area .main-menu-area nav ul li a:hover {
	color: rgb(255, 125, 34);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.main-header-area .main-menu-area nav ul li ul {
	text-align: left;
	opacity: 0;
	position: absolute;
	top: 90px;
	transform: scaleY(0);
	-ms-transform: scaleY(0);
	/* IE 9 */
  -webkit-transform: scaleY(0);
	/* Safari */
  transform-origin: 0 0 0;
	width: 250px;
	z-index: 9999999;
	background: #fff;
	padding-top: 20px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.main-header-area .main-menu-area nav ul li ul > li {
	padding: 0;
	display: block;
	border-bottom: 1px solid #f1f1f1;
}
.main-header-area .main-menu-area nav ul li ul > li > a {
	font-size: 14px;
	font-weight: 400;
	padding: 10px;
	display: block;
	color: #000;
}
.main-header-area .main-menu-area nav ul li ul > li:last-child {
	border-bottom: none;
}
.main-header-area .main-menu-area nav ul li ul > li:hover, .main-header-area .main-menu-area nav ul li ul > li .active {
	background: rgb(255, 125, 34);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.main-header-area .main-menu-area nav ul li ul > li:hover a, .main-header-area .main-menu-area nav ul li ul > li .active a {
	color: #ffffff;
}
.main-header-area .main-menu-area nav ul li:hover ul {
	opacity: 1;
	transform: scaleY(1);
	-ms-transform: scaleY(1);
	/* IE 9 */
  -webkit-transform: scaleY(1);
	/* Safari */
  visibility: visible;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.header-style1-area .header-top-area {
	background: #222222;
}

#panel {
	position: fixed;
	right: -260px;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	max-width: 260px;
	background: rgb(255, 125, 34);
	z-index: 9999;
}

#panel .mobile-menu .inner {
	padding: 70px 0;
}

#panel .mobile-menu .inner nav>ul>li>a {
	text-transform: uppercase;
}

#panel .mobile-menu .inner nav>ul>li>ul {
	display: none;
}

#panel .mobile-menu .inner nav>ul li {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	position: relative;

}

#panel .mobile-menu .inner nav>ul li a {
	color: #fff;
	padding: 10px 20px;
	display: block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-size: 17px;
	text-decoration: none;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600
}

#panel .mobile-menu .inner nav>ul li ul {
	display: none;
	background-color: #4e6986;
	padding: 10px 0;
}

#panel .mobile-menu .inner nav>ul li ul li a {
	padding: 8px 20px;
	font-size: 14px;
}

#panel .mobile-menu .inner nav>ul li ul li ul {
	background-color: #231f20;
	padding: 5px 0;
}

#panel .mobile-menu .inner nav>ul li ul li ul li ul {
	display: none;
}

#panel .mobile-menu .inner nav>ul>li:hover>a,
#panel .mobile-menu .inner nav>ul>li.active>a,
#panel .mobile-menu .inner nav>ul li.open>a {
	background: rgb(255, 125, 34);
}

header .mobile-btn {
	display: none;
}

header .mobile-btn .navbar-toggle {
	border: none;
	background: rgb(255, 125, 34);
	border-radius: 10px;
	padding: 10px;
	margin: 0 0 0 5px;
	height: 40px;
	z-index: 999999
}

header .mobile-btn .navbar-toggle .icon-bar {
	background: #ffffff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

header .mobile-btn .navbar-toggle.open {
	background: rgb(255, 125, 34);
}

header .mobile-btn .navbar-toggle.open .icon-bar {
	background: #fff;
}

header .mobile-btn .navbar-toggle.open .icon-bar:nth-child(1) {
	-webkit-transform: rotate(-45deg) translateY(4.5px) translateX(-4.5px);
	-moz-transform: rotate(-45deg) translateY(4.5px) translateX(-4.5px);
	-ms-transform: rotate(-45deg) translateY(4.5px) translateX(-4.5px);
	-o-transform: rotate(-45deg) translateY(4.5px) translateX(-4.5px);
	transform: rotate(-45deg) translateY(4.5px) translateX(-4.5px);
}

header .mobile-btn .navbar-toggle.open .icon-bar:nth-child(2) {
	opacity: 0;
}

header .mobile-btn .navbar-toggle.open .icon-bar:nth-child(3) {
	-webkit-transform: rotate(45deg) translateY(-4.5px) translateX(-4.5px);
	-moz-transform: rotate(45deg) translateY(-4.5px) translateX(-4.5px);
	-ms-transform: rotate(45deg) translateY(-4.5px) translateX(-4.5px);
	-o-transform: rotate(45deg) translateY(-4.5px) translateX(-4.5px);
	transform: rotate(45deg) translateY(-4.5px) translateX(-4.5px);
}

.preview-1 {
	position: relative;
}
.preview-1 .overlay {
	content: "";
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 7;
}
.preview-1 .slider-1 h1 {
	position: relative;
	text-transform: none;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 2px;
	margin: auto;
	max-width: 1000px
}
.preview-1 .slider-1 h1 span {
	color: rgb(255, 125, 34);
}
.nivo-caption a {
	color: #fff
}
.preview-1 .slider-1 h1:after {
	height: 2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	background: #9c9c9c;
	width: 618px;
	top: -30px;
	position: absolute;
}
.preview-1 .slider-1 h1:before {
	height: 2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	background: #9c9c9c;
	width: 618px;
	bottom: -30px;
	position: absolute;
}
.preview-1 .slider-1 h3 {
	position: relative;
	letter-spacing: 10px;
	text-transform: none;
	font-size: 14px;
	margin-bottom: 40px;
}
.preview-1 .slider-1 .details-content {
	margin-bottom: 30px;
	display: inline-block;
}
.preview-1 .slider-1 .details-content p {
	font-size: 18px;
	margin-bottom: 5px;
	padding: 0;
}
.preview-1 .slider-1 .read-more {
	margin-top: 30px;
}
.preview-1 .slider-1 .read-more ul li {
	display: inline-block;
}
.preview-1 .slider-1 .read-more ul li a {
	background: rgb(255, 125, 34);
	color: #ffffff;
	font-weight: bold;
	padding: 15px 30px;
	text-transform: none;
	border-radius: 0;
	margin: 10px;
	transition: all 0.5s ease 0s;
	display: block;
}
.preview-1 .slider-1 .read-more ul li a i {
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}
.preview-1 .slider-1 .read-more ul li a:hover {
	background: #eaaf04;
}
.preview-1 .slider-1 .read-more ul li:last-child a {
	background: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
	padding: 15px 30px;
	text-transform: none;
	border-radius: 0;
	margin: 10px;
	transition: all 0.5s ease 0s;
	display: block;
}
.preview-1 .slider-1 .read-more ul li:last-child a i {
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}
.preview-1 .slider-1 .read-more ul li:last-child a:hover {
	background: #eaaf04;
	border: 1px solid #eaaf04;
}
.preview-1 .slider-2 h1 {
	position: relative;
	text-transform: none;
	font-weight: 800;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
.preview-1 .slider-2 h1 span {
	color: rgb(255, 125, 34);
}
.preview-1 .slider-2 .details-content {
	margin-bottom: 30px;
	display: inline-block;
}
.preview-1 .slider-2 .details-content p {
	font-size: 18px;
	margin-bottom: 5px;
	padding: 0;
}
.preview-1 .slider-2 .read-more {
	margin-top: 30px;
}
.preview-1 .slider-2 .read-more ul li {
	display: inline-block;
}
.preview-1 .slider-2 .read-more ul li a {
	background: rgb(255, 125, 34);
	color: #ffffff;
	font-weight: bold;
	padding: 15px 30px;
	text-transform: none;
	border-radius: 0;
	margin: 10px;
	transition: all 0.5s ease 0s;
	display: block;
}
.preview-1 .slider-2 .read-more ul li a i {
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}
.preview-1 .slider-2 .read-more ul li a:hover {
	background: #eaaf04;
}
.preview-1 .slider-2 .read-more ul li:last-child a {
	background: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
	padding: 15px 30px;
	text-transform: none;
	border-radius: 0;
	margin: 10px;
	transition: all 0.5s ease 0s;
	display: block;
}
.preview-1 .slider-2 .read-more ul li:last-child a i {
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}
.preview-1 .slider-2 .read-more ul li:last-child a:hover {
	background: #eaaf04;
	border: 1px solid #eaaf04;
}
.preview-1 .slider-3 h1 {
	position: relative;
	text-transform: none;
	font-weight: 800;
	letter-spacing: 2px;
	margin-bottom: 60px;
}
.preview-1 .slider-3 h1 span {
	color: rgb(255, 125, 34);
}
.preview-1 .slider-3 h3 {
	position: relative;
	letter-spacing: 25px;
	text-transform: none;
	font-size: 14px;
}
.preview-1 .slider-3 .read-more {
	display: inline-block;
	margin-top: 30px;
}
.preview-1 .slider-3 .read-more ul li {
	display: inline-block;
}
.preview-1 .slider-3 .read-more ul li a {
	background: rgb(255, 125, 34);
	color: #ffffff;
	font-weight: bold;
	padding: 15px 30px;
	text-transform: none;
	border-radius: 0;
	margin: 10px;
	transition: all 0.5s ease 0s;
	display: block;
}
.preview-1 .slider-3 .read-more ul li a i {
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}
.preview-1 .slider-3 .read-more ul li a:hover {
	background: #eaaf04;
}
.preview-1 .slider-3 .read-more ul li:last-child a {
	background: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
	padding: 15px 30px;
	text-transform: none;
	border-radius: 0;
	margin: 10px;
	transition: all 0.5s ease 0s;
	display: block;
}
.preview-1 .slider-3 .read-more ul li:last-child a i {
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}
.preview-1 .slider-3 .read-more ul li:last-child a:hover {
	background: #eaaf04;
	border: 1px solid #eaaf04;
}
.preview-1 .nivo-controlNav {
	bottom: 30px;
}
.preview-1 .preview-1 .nivo-caption a {
	border-bottom: none;
}
.preview-1 .details-content {
	margin-top: 15px;
}
.preview-1 .title4 {
	padding-bottom: 15px;
}

.about-area .about-left h2 {
	font-size: 25px;
	color: #222222;
	margin-bottom: 22px;
}
.about-area .about-left h2 span {
	color: rgb(255, 125, 34);
}
.about-area .about-left ul {
	margin: 30px 0 65px 0;
}
.about-area .about-left ul li {
	margin-bottom: 5px;
}
.about-area .about-left ul li i:before {
	color: rgb(255, 125, 34);
	font-size: 22px;
	margin-right: 20px;
	float: left;
}
.about-area .about-right {
	position: relative;
}
.about-area .about-right .overlay {
	opacity: 0;
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	background-color: rgba(53, 133, 52, 0.5);
	transform: scaleY(0);
	-ms-transform: scaleY(0);
	/* IE 9 */
  -webkit-transform: scaleY(0);
	/* Safari */
  transform-origin: 0 0 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.about-area .about-right {
	margin-left: 75px;
	margin-top: -50px;
}
@media (max-width: 991.98px) {
	.about-area .about-right img {
		margin-left: auto;
		margin-top: 25px;
	}	
}
.about-area .about-right:hover .overlay {
	opacity: 1;
	transform: scaleY(1);
	-ms-transform: scaleY(1);
	/* IE 9 */
  -webkit-transform: scaleY(1);
	/* Safari */
  visibility: visible;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.featured-4-area {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    background:#fff;
}
.featured-4-area .featuredContainer > div {
	padding: 0;
}
.featured-4-area .featuredContainer .featured-box {
	overflow: hidden;
	position: relative;
}
.featured-4-area .featuredContainer .featured-box .overlay {
	bottom: 0;
	opacity: 0;
	position: absolute;
	height: 28%;
	width: 100%;
	background-color: rgba(53, 133, 52, 0.8);
	transform: translateY(250px);
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}
.featured-4-area .featuredContainer .featured-box .overlay .overlay-top {
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	position: absolute;
	text-align: center;
	right: 0;
	left: 0;
}
.featured-4-area .featuredContainer .featured-box .overlay .overlay-top p {
	color: #ffffff;
	margin-bottom: 0;
}
.featured-4-area .featuredContainer .featured-box .overlay .overlay-top p a {
	font-weight: 600;
	font-size: 18px;
	text-transform: capitalize;
	color: #fff;
}
.featured-4-area .featuredContainer .featured-box .overlay .overlay-top p a:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.featured-4-area .featuredContainer .featured-box:hover .overlay {
	opacity: 1;
	transform: translateY(0px);
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

.banner-area {
    height: 350px;
    background: url(img/big-bg.jpg) center no-repeat #89b94a;	
}

.box {
	cursor:pointer;
	border-bottom:8px solid #333;
	border-radius: 7px
}

.box p {
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: lighter;
}

.box:hover {
	border-bottom:8px solid rgb(255, 125, 34);
}
.icon0 {
	width:176px;
	height:174px;
	margin:0 auto 40px auto;
	background:url(img/01.png) no-repeat;
}
.icon1 {
	width:176px;
	height:174px;
	margin:0 auto 40px auto;
	background:url(img/02.png) no-repeat;
}

.icon2 {
	width:176px;
	height:174px;
	margin:0 auto 40px auto;
	background:url(img/03.png) no-repeat;
}
.icon3 {
	width:176px;
	height:174px;
	margin:0 auto 40px auto;
	background:url(img/04.png) no-repeat;
}
.box p {
	color:rgb(44, 39, 39); 
	font-size:15px;
	font-weight: bold
}

.box span {
	text-align: center;
	font-weight: normal
}


.footer-area-top {
	background: #111111;
}
.footer-area-top p {
	color: #b0b0b0;
}
.footer-area-top h3 {
	font-size: 20px;
	margin-bottom: 30px;
	color: #ffffff;
}
.footer-area-top .footer-social {
	margin-top: 40px;
}
.footer-area-top .footer-social li {
	display: inline-block;
	margin-right: 5px;
}
.footer-area-top .footer-social li a {
	width: 29px;
	height: 26px;
	border: 1px solid #292f33;
	display: block;
	text-align: center;
}
.footer-area-top .footer-social li a i {
	color: rgb(255, 125, 34);
}
.footer-area-top .footer-social li a:hover i {
	color: #ffffff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.footer-area-top .twitter-feed li {
	margin-bottom: 10px;
}
.footer-area-top .twitter-feed li i {
	float: left;
	margin: 5px 10px 0 0;
	color: #2aacff;
}
.footer-area-top .twitter-feed li a {
	font-size: 13px;
	color: #b0b0b0;
}
.footer-area-top .twitter-feed li a:hover {
	color: rgb(255, 125, 34);
}
.footer-area-top .twitter-feed li p {
	font-size: 13px;
	margin-bottom: 0;
}
.footer-area-top .twitter-feed li p span {
	color: #5b5b5b;
}
.footer-area-top .twitter-feed li:last-child {
	margin-bottom: 0;
}
.footer-area-top .flickr-photos li {
	display: inline-block;
	width: 32%;
	margin-bottom: -2px;
}
.footer-area-top .flickr-photos li img:hover {
	opacity: 0.5;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.footer-area-top .corporate-address li {
	margin-bottom: 20px;
	color: #b0b0b0;
}
.footer-area-top .corporate-address li i {
	color: rgb(255, 125, 34);
	padding-right: 15px;
}
.footer-area-top .corporate-address li:last-child {
	margin-bottom: 0;
}
.footer-area-bottom {
	padding: 15px 0 10px 0;
	background: rgba(31,54,92,0.55);
	text-align: center;
	color: #fff;
}
.footer-area-bottom p {
	margin:0px;
}
.footer-area-bottom a {
	color: rgb(255, 125, 255);
}
.footer-area-bottom a:hover {
	color: rgb(255,255,255, 0.7);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.footer-area-bottom .footer-social a {
	font-size: 18px;
	color: rgb(255,255,255, 1)
}

.img-logo {
	padding-top: 15px
}

.stickyBar {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	height: 75px;
	padding: 10px 0;
	position: fixed;
	z-index: 9999;
	width: 100%;
	background: #fff;
	top: 0;
	-webkit-box-shadow: 0 2px 37px #bfbfbf;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.stickyBar .img-sticky {
	display: block;
	padding-top: 10px
}

.stickyBar .img-logo {
	display: none;
}

.stickyBar .main-menu-area {
	margin-top: -30px
}

.img-sticky {
	display: none
}

.page {
	padding-top: 50px;
	padding-bottom: 50px
}

.page h3 {
	padding: 40px 0 20px 0
}

.pagemenu {
	padding-top:15px;
	background:#f2f4ef;
    padding-bottom:50px;
	margin-bottom: 50px
}

.nav-tabs {
	width: 100%;
	margin: 100px 0 0 0
}

.tab-content {
	padding: 20px 10px
}
.nav-item a {
	background: #f2f4ef;
	color: #243417;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	height:65px;
	line-height:65px;
	text-align:center;
	display: inline-block;
}
.nav-item .active {
	background: rgb(255, 125, 34);
	color: #fff;
}
.nav-tabs .active:after {
	content: '"';
	width:249px;
	height:26px;
	text-indent:-999em;
	display:block;
	position:absolute;
	margin:0 0 0 -12px;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 33%;
}

.nav-tabs>li>a {
	background: #f1f1f1;
}

.nav-tabs>li>a:hover {
	background: rgb(255, 125, 34);
	color: #fff
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background: rgb(255, 125, 34);
	color: #fff
}

.tab-pane img {
	margin-bottom: 15px
}

.brand-img {
	box-shadow: 0px 34px 35px rgba(160, 171, 191, 0.21);
    border-radius: 15px;
    will-change: auto;	
	margin: auto;
	width: 200px;
	height: 100px;
	margin-bottom: 75px
}

.brand-img img {
	padding-top: 12px;
	max-width: 140px
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:15px;
	right:15px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	box-shadow: 2px 2px 3px #999;
	z-index:100;
}

.float:hover, .float:focus {
	color: #fff
}

.my-float{
	margin-top:16px;
}

.footer-social, .footer-address {
	margin: 20px 0
}

.footer-address a {
	color: #fff
}

.footer-area-bottom a i {
	background: rgb(77 91 113);
	width: 40px;
	height: 40px;
	border-radius: 100%;
	padding-top: 10px
}

.about-img img {
	padding-top: 55px
}

.contact-list {
	display: block;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.contact-list li {
	font-size: 16px;
	color: #7b7b7b;
	padding-bottom: 10px;
}

.contact-list li span {
	color: #2c2c2c;
	font-weight: bold;
	display: inline-block;
	width: 80px;
}

@media (max-width: 991.98px) {
	.brand-img {
		width: auto;
		height: auto;
	}	
	.brand-img img {
		padding-top: 5px;
		max-width: 100px;
	}	
	.about-img img {
		padding-top: 0
	}
	.contact-area  {
		margin-bottom: 50px
	}	
	.page {
		padding-top: 25px
	}
}

.contact-social-area {
	
}

.contact-social-area .social-list i {
    height:50px;
    width:50px;
    text-align:center;
    line-height:50px;
}
.contact-social-area .fa-instagram {
    background: #DD4B39 !important;
    color: #fff !important;
	border-radius: 7px
}
.contact-social-area .fa-facebook {
    background: #4267B2 !important;
    color: #fff !important;
	border-radius: 7px
}
.contact-social-area .fa-linkedin {
    background: #0077B5 !important;
    color: #fff !important;
	border-radius: 7px
}
.contact-social-area .social-list {
	text-align: left;
}
.contact-social-area .social-list ul li {
	float: left;
	margin-right: 5px
}
.contact-social-area .social-list ul li a {
	font-size: 16px;
}
.contact-social-area .social-list ul li a:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.contact-form p {
	font-size: 16px;
	color: #7b7b7b;
	padding-bottom: 10px;	
}

textarea {
  resize: none;
}

.services-box {
	padding: 20px;
    box-shadow: 0px 34px 35px rgba(160, 171, 191, 0.21);
    border-radius: 15px;
	transition: 500ms all;
	margin-bottom: 25px;
	min-height: 500px
}

.services-box:hover {
	cursor: pointer;
	box-shadow: 0px 2px 4px 0px rgba(4, 33, 72, 0.2);
	transition: 500ms all
}

.services-box img {
	border-radius: 25px;
	opacity: 0.7;
	transition: 500ms all
}

.services-box:hover img {
	opacity: 1;
	transition: 500ms all
}

.machines-box {
	display: flex;
	align-items: center;
	padding: 20px;
    box-shadow: 0px 34px 35px rgba(160, 171, 191, 0.21);
    border-radius: 15px;
	border: 1px solid #dcdfe3;
	transition: 500ms all;
	margin-bottom: 25px;
	gap: 40px;
	background: #fff
}

.machines-box:hover {
    box-shadow: 0px 34px 35px rgba(255, 125, 34, 0.07);
    border-radius: 15px;
    border: 1px solid rgb(255, 125, 34);
	transition: 500ms all
}

.machines-box .mb-img {
	width: 500px
}

.machines-box .mb-img img {
	max-width: 500px;
	max-height: 450px;
	margin: auto
}

.machines-box .mb-content {
	position: relative;
	max-width: 550px
}

.machines-box .mb-content h3 {
	position: relative;
    font-size: 24px;
    color: #202020;
	margin: 0;
	padding: 0
}

.machines-box .mb-content p {
	font-size: 15px;
	line-height: 28px;
	font-weight: 400
}

.machines-slide .fa-chevron-left {
	position: absolute;
	z-index: 10;
	top: 42%;
	left: -15px;
	background: rgb(255, 125, 34);
	outline: 0;
	box-shadow: 0;
	border: 0;
	width: 40px;
	height: 40px;
	color: #fff;
	border-radius: 50%
}

.machines-slide .fa-chevron-right {
	position: absolute;
	z-index: 10;
	top: 42%;
	right: -15px;
	background: rgb(255, 125, 34);
	outline: 0;
	box-shadow: 0;
	border: 0;
	width: 40px;
	height: 40px;
	color: #fff;
	border-radius: 50%
}

.mb-content hr {
    width: 150px;
    border: 0;
    border-top: 4px solid rgb(255, 125, 34);
    margin-bottom: 25px;
}

.mb-content .btn-read-more {
	display: flex;
	align-items: center;
	gap: 10px;
    font-size: 16px;
	font-weight: 400;
	width: max-content;
	cursor: pointer;
	background: rgb(255, 125, 34, .1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.mb-content .btn-read-more:hover {
	background: rgb(255, 125, 34, 1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.mb-content .btn-read-more i {
    font-size: 24px;
	color: #ff0000;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.mb-content .btn-read-more:hover i {
	color: #fff;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

@media (max-width: 991.98px) {
	.machines-box {
		flex-direction: column;
		margin-bottom: 10px;
		gap: 10px
	}
	.machines-box .mb-img {
		width: 100%
	}
	.machines-box .mb-img img {
		max-width: 100%
	}
	.machines-box .mb-content {
		text-align: center
	}
	.machines-box .mb-content h3 {
		text-align: center;
		padding: 0
	}
	.mb-content hr {
		margin: 15px auto 15px auto
	}
	.machines-box .mb-content p {
		text-align: center
	}
	.mb-content .btn-read-more {
		width: 100%;
		justify-content: center
	}
	.about-area .about-left {
		text-align: center
	}
	.about-area .about-right {
		margin-left: auto;
		margin-top: auto
	}
	.services-box {
		min-height: auto
	}
}

.product-box {
    box-shadow: 0px 34px 35px rgba(160, 171, 191, 0.21);
    border-radius: 15px;
    border: 1px solid #dcdfe3;
	padding: 15px;
	transition: 500ms all;
	cursor: pointer;
	margin-bottom: 25px;
	background: #fff
}

.product-box .pb-img {
    position: relative;
    overflow: hidden;
	transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s
}

.product-box:hover .pb-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s
}

.product-box:hover {
    box-shadow: 0px 34px 35px rgba(255, 125, 34, 0.07);
    border-radius: 15px;
    border: 1px solid rgb(255, 125, 34);
	padding: 15px;
	transition: 500ms all
}

.product-box .pb-title {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	transition: 500ms all;
	border-top: 1px solid #dcdfe3;
	padding-top: 15px
}

.product-box:hover .pb-title {
	color: rgb(255, 125, 34);
	transition: 500ms all
}

.product-detail-box {
    box-shadow: 0px 34px 35px rgba(160, 171, 191, 0.21);
    border-radius: 15px;
    border: 1px solid #dcdfe3;
	padding: 15px;
	transition: 500ms all;
	cursor: pointer;
	margin-bottom: 25px;
	background: #fff
}

.product-detail-box .row {
	display: flex;
	align-items: center
}

.product-detail-box hr {
    width: 150px;
    border: 0;
    border-top: 4px solid rgb(255, 125, 34);
    margin-bottom: 25px;
}

.product-detail-box h2 {
    font-size: 24px;
	color: #202020
}

.product-detail-box p {
    font-size: 16px;
	line-height: 28px;
	margin-bottom: 50px
}

.product-detail-box .btn-read-more {
	display: flex;
	align-items: center;
	gap: 10px;
    font-size: 16px;
	font-weight: 400;
	width: max-content;
	background: rgb(255, 125, 34, .1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.product-detail-box .btn-read-more:hover {
	background: rgb(255, 125, 34, 1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.product-detail-box .btn-read-more i {
    font-size: 24px;
	color: #ff0000;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.product-detail-box .btn-read-more:hover i {
	color: #fff;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#big.owl-theme {
    position: relative;
}

#big.owl-theme .owl-next, #big.owl-theme .owl-prev {
    width: 22px;
    line-height: 40px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
}

#big.owl-theme .owl-next i, #big.owl-theme .owl-prev i {
    font-size: 40px
}

#big.owl-theme .owl-prev {
    left: 10px;
}

#big.owl-theme .owl-next {
    right: 10px;
}

#thumbs .item {
    opacity: 0.4;
    padding: 0px;
    margin: 2px;
    cursor: pointer;
    width: 80%;
	border: 1px solid #dcdfe3
}

#thumbs .current .item {
    opacity: 1;
}

@media (max-width: 991.98px) {
	.product-detail-box .row {
		flex-direction: column
	}
	.product-detail-box h2 {
		text-align: center;
		margin-top: 15px
	}
	.product-detail-box hr {
		margin: auto auto 15px auto
	}
	.product-detail-box p {
		text-align: center
	}
	.product-detail-box .btn-read-more {
		width: 100%;
		justify-content: center
	}
}