body{
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	color: #6b6e73;
}

body.on-side{
	margin-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin-top:0;
	font-weight: 700;
}

img{
	max-width: 100%;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

::-moz-selection{
	background: #ff5f47;
	color: #fff;
}

::selection{
	background: #ff5f47;
	color: #fff;
}

.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ecf1f5;
	z-index: 9999;
	text-align: center;
}

.loader{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 120px;
	display: flex;
	flex-flow: column nowrap;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.preloader .diamond{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    background: #ff685c;
    -webkit-transform: translateY(0) rotate(45deg) scale(0);
    transform: translateY(0) rotate(45deg) scale(0);
    -webkit-animation: diamonds 1500ms linear infinite;
    animation: diamonds 1500ms linear infinite;
}

.preloader .diamond:nth-child(1) {
    -webkit-animation-delay: -1000ms;
    animation-delay: -1000ms;
}

.preloader .diamond:nth-child(2) {
    -webkit-animation-delay: -2000ms;
    animation-delay: -2000ms;
}

.preloader .diamond:nth-child(3) {
    -webkit-animation-delay: -3000ms;
    animation-delay: -3000ms;
}

.preloader .diamond:nth-child(4) {
    -webkit-animation-delay: -4000ms;
    animation-delay: -4000ms;
}

@-webkit-keyframes diamonds {
    50% {
        -webkit-transform: translateY(-50px) rotate(45deg) scale(1);
        transform: translateY(-50px) rotate(45deg) scale(1);
    }
    100% {
        -webkit-transform: translateY(-100px) rotate(45deg) scale(0);
        transform: translateY(-100px) rotate(45deg) scale(0);
    }
}

@keyframes diamonds {
    50% {
        -webkit-transform: translateY(-50px) rotate(45deg) scale(1);
        transform: translateY(-50px) rotate(45deg) scale(1);
    }
    100% {
        -webkit-transform: translateY(-100px) rotate(45deg) scale(0);
        transform: translateY(-100px) rotate(45deg) scale(0);
    }
}

.row.no-gutters{
	margin-right: 0;
	margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}

/************************************/
/***** 02. Navigation area css  *****/
/************************************/

header.header{
	height: 104px;
}

.header .navbar{
	padding: 0;
	background: #303133;
	transition: all 0.3s;
}

.header .navbar .container {
    position: relative;
}

.header .navbar-brand img{
	height: 54px;
	transition: all 0.3s;
}

.header .navbar-light .navbar-nav .nav-item{
	position: relative;
	padding: 32px 16px;
	transition: all 0.3s;
}

.header .navbar-light .navbar-nav .nav-item ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 200px;
	padding: 0;
	margin: 0;
	background: #fbbc0f;
}

.header .navbar-light .navbar-nav .nav-item ul ul{
    left: 100%;
    top: 0;
}

.header .navbar-light .navbar-nav .nav-item ul li{
	display: block;
	width: 100%;
}

.header .navbar-light .navbar-nav .nav-item ul li a{
	display: block;
	color: #fff;
	font-size: 14px;
	padding: 8px 16px;
	transition: all 0.3s;
}

.header .navbar-light .navbar-nav .nav-item ul li a:hover{
	background: rgba(255,255,255,0.2);
	color: #fff;
}

.header .navbar-light .navbar-nav .nav-item:hover > ul{
	display: block;
}

.header .sticky-header.navbar-light .navbar-nav .nav-item{
	padding: 17px 16px;
}

.header .navbar-light .navbar-nav .nav-link{
	color: #fff;
	font-size: 16px;
	padding: 8px 0;
	position: relative;
}

.header .navbar-light .navbar-nav .nav-link:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: #fbbc0f;
	transform: scale(0,1);
	transition: all 0.3s;
}

.sub-menu li{
    padding: 0 !important;
}

.header .navbar-light .navbar-nav .nav-link:hover:after{
	transform: scale(1);
}

.header .navbar-light .navbar-nav .active.nav-link:after{
	transform: scale(1) !important;
}

.header .navbar-light .navbar-nav .nav-link:focus{
	color: #fff;
}

.header .navbar-light .navbar-nav .nav-link.download-link:focus{
	color: #fff;
}

.header .navbar-light .navbar-nav .nav-item .active.nav-link.download-link{
	color: #fff;
}

.header .sticky-header .navbar-brand img{
	height: 44px;
}

.header .navbar-toggle{
	display: none;
	position: absolute;
	right: 15px;
	top: 14px;
	transition: all 0.3s;
}

.header .sticky-header .navbar-toggle{
	top: 10px;
}

#responsive-menu{
	display: none;
	width: calc(100% + 30px);
	position: relative;
    top: 12px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
}

.header .sticky-header #responsive-menu{
	background: none;
}

.header .slicknav_menu{
	padding: 0;
	background: none;
}

.header .slicknav_btn{
	padding: 8px;
	border: 1px solid #fff;
	border-radius: 0;
	margin: 0;
	background: none;
}

.header .slicknav_icon-bar{
	box-shadow: none;
	height: 1px;
	margin-top: 1px;
	margin-bottom: 5px;
	background: #fff;
}

.header .slicknav_nav{
	padding: 10px 0;
}

.header .slicknav_nav a{
	color: #fff;
	margin: 0;
	padding: 6px 2px;
}

.header .slicknav_nav a.active{
	color: #fbbc0f;
}

.header .slicknav_nav a:hover{
	background: none;
	color: #fbbc0f;
}


/* Footer CSS Starts */
footer.main-footer{
	background: #303133;
	padding: 80px 0;
}

.footer-box h3{
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 10px;
}

.footer-box ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-box ul li{
	padding: 2px 0;
}

.footer-box .nav-link{
	padding: 0;
}

.footer-box ul li a{
	color: #fff;
	font-size: 14px;
	transition: all 0.3s;
}

.footer-box ul li a:hover{
	color: #fbbc0f;
}

.footer-social{
	text-align: right;
	margin-bottom: 20px;
}

.footer-social a{
	display: inline-block;
	color: #fff;
	padding-left: 10px;
	transition: all 0.3s;
}

.footer-social a:hover{
	color: #fbbc0f;
}

.footer-logo{
	text-align: right;
	margin-bottom: 20px;
}

.footer-copyright{
	text-align: right;
}

.footer-copyright p{
	color: #fff;
	font-size: 14px;
	margin: 0;
}

.footer-copyright p a{
	color: #fff;
	transition: all 0.3s;
}

.footer-copyright p a:hover{
	color: #fbbc0f;
}
/* Footer CSS Ends */

/* WordPress Default Style */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 40px 40px;
}

.alignleft {
    float: left;
    margin: 5px 40px 40px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* WordPress Default Style End*/

a.btn-slider{
	display: inline-block;
	background: #fbbc0f;
	padding: 10px 20px;
	color: #fff !important;
	border-radius: 20px;
}

.product-home-box .elementor-image-box-description a{
	color: #fbbc0f !important;
	text-decoration: underline;
}

.testimonial-slide{
	text-align: center;
	max-width: 750px;
	margin: 0 auto;
}

.testimonial-slide p{
	font-size: 16px;
	color: #777777;
	line-height: 1.7em;
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 30px;
}

.testimonial-slide p:after{
	content: '';
	display: block;
	height: 1px;
	width: 300px;
	background: #fbbc0f;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -150px;
}

.testimonial-slide h3{
	font-size: 20px;
	color: #777777;
	font-weight: 700;
}

.testimonial-slide h5{
	font-size: 16px;
	color: #777777;
	font-weight: 400;
	margin: 0;
}

.testimonial-pagination{
	
}

.testimonial-prev,
.testimonial-next{
	display: inline-block;
	font-size: 60px;
	color: #fbbc0f;
	position: absolute;
	top: 50%;
	margin-top: -60px;
	cursor: pointer;
	z-index: 20;
}

.testimonial-prev{
	left: 0;
}

.testimonial-next{
	right: 0;
}

.product-archive-page{
	padding: 80px 0;
}

.custom-page-title{
	text-align: center;
	margin-bottom: 80px;
}

.custom-page-title h2{
	font-size: 50px;
	color: #303133;
	
}

.custom-page-title p{
	color: #777;
}

.product-feature-image{
	margin-bottom: 80px;
}

.product-category-title{
	color: #303133;
	font-size: 30px;
	margin-bottom: 60px;
	text-align: center;
}

.product-box{
	text-align: center;
	margin-bottom: 60px;
}

.product-box figure{
	margin-bottom: 40px;
}

.product-box figure img{
    height: auto;   
}

.product-box h3{
	font-size: 20px;
	font-weight: 600;
	color: #303133;
}

.product-box a{
	color: #fbbc0f;
	text-decoration: underline;
}

.product-single-page{
	padding: 80px 0;
}

.product-gallery-slider{
	border: 1px solid #c8c8c8;
	padding: 50px 0;
	text-align: center;
	margin-bottom: 60px;
}

.product-gallery-single{
	padding: 0 40px;
}

.product-gallery-single img{
	height: auto;
}

.product-gallery-slider .product-gallery-prev,
.product-gallery-slider .product-gallery-next{
	display: inline-block;
	width: 36px;
	height: 40px;
	margin-top: -20px;
	line-height: 40px;
	background: #fbbc0f;
	color: #fff;
	position: absolute;
	top: 50%;
	z-index: 20;
	cursor: pointer;
}

.product-gallery-slider .product-gallery-prev{
	left: 0;
}

.product-gallery-slider .product-gallery-next{
	right: 0;
}

.product-gallery-slider .product-gallery-prev:hover,
.product-gallery-slider .product-gallery-next:hover{
	background: #303133;
}

.product-single-content ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.product-single-content ul li{
	padding: 10px 0 10px 30px;
	position: relative;
	color: #777;
	line-height: 1.8em;
}

.product-single-content ul li:before{
	content: '\f14a';
	font-family: FontAwesome;
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	color: #fbbc0f;
	font-size: 20px;
}

.product-single-button{
	text-align: center;
	margin-top: 40px;
}

.product-single-button a{
	display: inline-block;
	background: #fbbc0f;
	color: #fff;
	font-weight: 500;
	padding: 14px 20px;
	border-radius: 4px;
	margin: 0 10px;
	min-width: 216px;
	transition: all 0.3s;
}

.product-single-button a i{
	margin-right: 6px;
}

.product-single-button a:hover{
	background: #303133;
}

.custom-page-title h5{
	text-transform: uppercase;
	color: #fbbc0f;
	font-weight: 600;
}

.txt-con{
	width: 100%;
	background: #f4f4f4;
	padding: 14px 20px;
	height: auto;
	font-family: inherit;
	font-weight: 600;
	font-size: 14px;
	color: #777777;
	border: none;
	border-radius: 2px;
	margin-bottom: 10px;
	outline: 0;
	resize: none;
}

.btn-con{
	background: #fbbc0f;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-family: inherit;
	font-size: 18px;
	font-weight: 400;
	padding: 16px 30px;
	border-radius: 2px;
	cursor: pointer;
	transition: all 0.3s;
}

.btn-con:hover{
	background: #303133;
}