@import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap";

body {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	color: #000;
	line-height: 1.6;
}

h2,
h3 {
	font-weight: 700;
}

h2 {
	font-size: 40px;
	margin-bottom: 20px;
}

h3 {
	margin-bottom: 20px;
	font-size: 30px;
}

h4 {
	font-size: 28px;
	margin-bottom: 20px;
}

p {
	margin-bottom: 1.25rem;
}

strong {
	font-weight: 700;
}

a {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	outline: none;
	color: #fa9600;
}

a:hover,
a:focus {
	color: #d17e02;
}

a:focus,
button:focus {
	outline: none !important;
}

header {
	background: #495f7a;
	padding: 30px 0;
}

header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-right {
	display: flex;
	align-items: center;
}

.header-address {
	display: flex;
	font-size: 16px;
	line-height: 1.3;
	margin-right: 50px;
	color: #fff;
}

.header-address img {
	margin-right: 10px;
}

.btn {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 6px;
	padding: 10px 30px;
}

.btn-primary {
	background: #c41313;
	border-color: #c41313;
}

.btn-primary:hover,
.btn-primary:focus {
	background: #eb0404;
	border-color: #eb0404;
}

.btn-primary.white {
	background-color: #fff;
	color: #000;
	border: none;
	margin-left: 12px;
}

.btn-primary.white:hover {
	background-color: #c41313;
	color: #fff;
}

.header-btns {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.btn-dark {
	background: #323f4f;
	border-color: #323f4f;
}

.navbar {
	background: #323f4f;
}

.navbar-nav li a {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding: 8px 30px;
	border-radius: 6px;
	color: #fff;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus {
	color: #eb0404;
	text-decoration: none;
}

.navbar-nav li.active a {
	background: #c41313;
	color: #fff;
}

.carousel-item {
	height: 630px;
}

.banner h2 {
	font-size: 56px;
	font-weight: 700;
	color: #fff;
}

.quote-box {
	background: #fff;
	box-shadow: 0px 7px 14.24px 1.76px rgba(0, 0, 0, 0.42);
	border-radius: 5px;
	text-align: center;
	padding: 45px;
}

.quote-box h3 {
	font-size: 36px;
	color: #c41313;
}

.bg-primary {
	background: #c41313 !important;
}

.white-section {
	padding: 80px 0 45px 0;
	background: #fff;
}

.gray-section {
	padding: 80px 0 45px 0;
	background: #e1edf6;
}

.great-box {
	color: #fff;
	text-align: center;
	background: #fa9600;
	padding: 40px 20px 25px 20px;
	margin-bottom: 40px;
}

.bullet-ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

.bullet-ul li {
	padding: 6px 0 6px 36px;
	background: url("/source/338699cbabcaf1c65dcea771987f7d5a/bullet.png") 0px 11px no-repeat;
}

.bullet-ul li strong {
	color: #fa9600;
}

.light-yellow-section {
	padding: 80px 0;
	background: #fafaf1;
}

.storage-box>.vc_column-inner {
	box-shadow: 0px 5px 22.56px 1.44px rgba(0, 0, 0, 0.2);
	background: #fff;
	margin: 15px !important;
	padding: 40px 40px 20px 40px !important;
}

.storage-box h3 {
	margin-top: 25px;
}

.storage-box p {
	margin-bottom: 15px;
}

.storage-box ul {
	list-style: none;
	padding: 0;
	margin: 15px 0;
}

.storage-box ul li {
	position: relative;
	padding-left: 22px;
}

.storage-box ul li::before {
	position: absolute;
	content: "";
	background: #fa9600;
	border-radius: 50%;
	font-weight: bold;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: -22px;
	margin-top: 12px;
}

.bg-warning {
	background: #fa9600 !important;
}

.dark-section {
	padding: 80px 0 45px 0;
	color: #fff;
	background: #495f7a;
}

.portable-box>.vc_column-inner {
	margin: 15px !important;
	background: #fff;
	padding: 0px !important;
	color: #000;
	text-align: center;
}

.portable-box .wpb_content_element {
	margin-bottom: 0px !important;
}

.portable-box h5 {
	font-size: 21px;
	font-weight: 700;
	padding: 22px 15px;
}

.trusted-section {
	background: #fff9f0;
	padding: 80px 0 45px 0;
	position: relative;
}

.trusted-section:after {
	width: 60%;
	background: #eee4d6;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	content: "";
}

.trusted-section .container {
	position: relative;
	z-index: 2;
}

.testimonials-box {
	background: #fff;
	box-shadow: 0px 3px 12.74px 0.26px rgba(0, 0, 0, 0.16);
	padding: 60px 30px 45px 30px;
	height: 100%;
	font-size: 18px;
	text-align: center;
	position: relative;
}

.testimonials-box:before {
	width: 52px;
	height: 52px;
	background: url("/source/3b39d8782973bb14fa50e31db96b9774/quote-icon.png") no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 50%;
	top: -26px;
	margin-left: -26px;
	content: "";
}

.form-control {
	height: calc(36px + .75rem + 2px);
}

.faq-box {
	color: #fff;
	background: #495f7a;
	padding: 40px 35px;
	font-size: 18px;
	height: 100%;
	line-height: 1.4;
}

.faq-box h4 {
	margin-bottom: 20px;
	font-size: 26px;
	margin-top: 10px;
}

.faq-box .btn-warning {
	background: #fa9600;
	border-color: #fa9600;
	color: #fff !important;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}

footer {
	font-size: 16px;
	color: #fff;
}

.footer-top {
	padding: 80px 0;
	background: #323f4f;
}

footer h5 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}

.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-menu li {
	padding: 5px 0;
}

.footer-menu li a {
	color: #fff;
	text-transform: uppercase;
}

.footer-menu li a:hover,
.footer-menu li a:focus,
.footer-social li a:hover,
.footer-social li a:focus {
	color: #fa9600;
	text-decoration: none;
}

.footer-quote {
	padding: 20px 30px 30px 30px;
	background: #5b6572;
	text-align: center;
	margin-bottom: 30px;
}

.footer-quote h4 {
	font-size: 26px;
	margin-bottom: 15px;
}

.footer-quote .btn {
	font-size: 16px;
	padding: 7px 28px;
}

.footer-bottom {
	background: #1e2630;
	padding: 20px 0;
}

.footer-social {
	margin: 0 -8px;
	padding: 0;
	list-style: none;
}

.footer-social li {
	display: inline-block;
	padding: 0 8px;
}

.footer-social li a {
	color: #fff;
	font-size: 26px;
}

.input-group {
	overflow: hidden;
	border-radius: 5px;
}

.carousel-indicators li {
	width: 10px;
	opacity: 1;
	height: 10px;
	border-radius: 10px !important;
	background: #fff;
	border: none !important;
}

.carousel-indicators li:hover {
	background: #c41313;
}

.carousel-indicators .active {
	width: 25px;
	background: #c41313;
}

.carousel-control-next,
.carousel-control-prev {
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background: rgba(0, 0, 0, .5);
	opacity: 1;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	background: #c41313;
	opacity: .8;
}

.inner-banner {
	background: url("/source/75ee683ff87872671359c4ddef7ae076/slider3.jpg") center;
	background-position: center !important;
	background-size: cover !important;
	height: 500px;
	color: #fff;
}

.inner-banner h1 {
	font-size: 56px;
	font-weight: 700;
}

.about-right {
	padding: 40px;
	background: #f7ecdc;
}

.about-right h4 {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px;
}

.team-box>.vc_column-inner {
	background: #fff;
	padding: 0 0px 10px 0px;
	margin: 15px !important;
	text-align: center;
}

.team-avathar img {
	position: relative;
	z-index: 2;
}

.team-avathar {
	position: relative;
	margin: 0 -15px 25px -15px !important;
}

.team-avathar:before {
	background: #e1edf6;
	position: absolute;
	width: 100%;
	height: 50%;
	top: 0px;
	left: 0px;
	content: "";
}

.team-box h5 {
	font-weight: 700;
	text-transform: uppercase;
}

.team-box h6 {
	font-size: 16px;
	color: #696969;
	font-style: italic;
	font-weight: 400;
}

.looking-box>.vc_column-inner {
	padding: 40px;
	text-align: center;
	background: #fff;
	margin: 15px !important;
}

.looking-box h3 {
	margin: 22px 0;
}

.contact-box .form-control {
	background: #f3f3f3;
	border: none;
}

.container {
	margin-left: auto !important;
	margin-right: auto !important;
}

.form-group {
	margin-bottom: 18px !important;
}

.pb-35 {
	padding-bottom: 35px;
}

.container {
	padding-left: 0px;
	padding-right: 0px;
}

header .container,
.navbar .container,
footer .container,
.bottom-bar .container,
.inner-banner .container,
.banner .container,
.blog-section .container {
	padding-left: 15px;
	padding-right: 15px;
}

.navbar-dark .navbar-toggler {
	margin-left: auto !important;
	border: none !important;
}

.blog-margin {
	margin-bottom: 35px;
}

.blog-box {
	box-shadow: 0px 5px 22.56px 1.44px rgba(0, 0, 0, 0.2);
	background: #fff;
	font-size: 18px;
	height: 100%;
	padding: 30px 30px 30px 30px;
}

.blog-box h3 {
	font-size: 28px;
	margin: 25px 0 20px 0;
}

.blog-box h3 a {
	color: #000;
}

.blog-box h3 a:hover,
.blog-box h3 a:focus {
	color: #eb0404;
	text-decoration: none;
}

.blog-pic {
	object-fit: cover;
	height: 220px;
	overflow: hidden;
}

.blog-pic img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-item>a.mega-menu-link {
	border-radius: 6px !important;
}

.mega-menu-wrap {
	width: 100% !important;
}

#mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-block-1:after {
	color: #fff !important;
	font-size: 32px !important;
}

#mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {
	color: #fff !important;
	font-size: 16px !important;
}

.gray-section .form-control {
	border: 1px solid #fff;
}

.table-length-ul {
	background: #f0f5fb;
	display: flex;
	list-style: none;
	box-shadow: 0px 2px 6px 0.26px rgba(0, 0, 0, 0.16);
	border-radius: 6px;
	padding: 6px;
}

.table-length-ul li {
	width: 33.33%;
	padding: 6px;
	text-align: center;
	font-style: italic;
	font-size: 16px;
}

.length-ul-title {
	background: #7B91AE;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
	border-radius: 3px;
	font-style: normal;
	font-size: 18px;
}

.portable-box h5 a {
	color: #000;
}

.portable-box h5 a:hover,
.portable-box h5 a:focus {
	color: #fa9600;
}

.vc_toggle_default {
	background: #fff !important;
	box-shadow: 0px 3px 12.74px 0.26px rgba(0, 0, 0, 0.16);
	padding: 14px 15px !important;
}

.vc_toggle_default h4 {
	font-size: 24px;
}

.vc_toggle_default .vc_toggle_icon::before {
	border: 1px solid #c41313 !important;
}

.vc_toggle_default .vc_toggle_icon::after,
.vc_toggle_default .vc_toggle_icon::before {
	background: #c41313 !important;
}

.vc_toggle_default .vc_toggle_icon {
	background: #c41313 !important;
	border: 1px solid #c41313 !important;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::after {
	width: 16px !important;
	height: 4px !important;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before {
	height: 16px !important;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
	width: 16px !important;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
	padding-left: 30px !important;
}

.foogallery.fg-dark.fg-shadow-medium .fg-item-inner,
.foogallery.fg-light.fg-shadow-medium .fg-item-inner {
	box-shadow: 0px 3px 12.74px 0.26px rgba(0, 0, 0, 0.16) !important;
}

.storage-h4 {
	font-size: 26px;
	line-height: 1.6;
	font-weight: 300;
}

.portable-box .wpb_single_image img,
.portable-box .wpb_single_image .vc_figure,
.portable-box .wpb_single_image .vc_single_image-wrapper {
	width: 100%;
	height: auto;
}

.navigation a {
	color: #000;
}

.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	border-color: #d0cece !important;
	padding: 5px 10px !important;
	margin: 2px;
	font-size: 16px;
	background: #eee;
	background: #eee;
	color: #000;
}

.ctct-form-embed.form_0 .ctct-form-defaults {
	background: none !important;
	padding: 0px !important;
}

div.ctct-form-embed form.ctct-form-custom label.ctct-form-label {
	color: #fff !important;
}

div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text {
	display: none;
}

#email_address_field_0 {
	width: 68%;
	float: left;
	margin-bottom: 0px !important;
}

div.ctct-form-embed form.ctct-form-custom button.ctct-form-button {
	width: 32% !important;
	float: left !important;
	margin-top: 28px;
	margin-bottom: 0px !important;
	padding: 14px !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	background: #fa9600 !important;
	border-color: #fa9600 !important;
	border-bottom-right-radius: 6px !important;
	border-top-right-radius: 6px !important;
	border-bottom-left-radius: 0px !important;
	border-top-left-radius: 0px !important;
}

.ctct-form-footer {
	display: none !important;
}

div.ctct-form-embed form.ctct-form-custom {
	min-height: 72px !important;
}

div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
	border-bottom-right-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-left-radius: 6px !important;
	border-top-left-radius: 6px !important;
}

.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header {
	color: #fff !important;
}

#success_message_0 .ctct-form-text {
	display: none !important;
}

li.sitemap-item.page_item.page-item-2911 {
	display: none;
}

.img-zoom img {
	width: 100%;
	height: auto;
}

.blog-page-box-right p {
	margin-bottom: 34px;
}

.blog-page-box-right h4 {
	margin-bottom: 25px;
}

.blog-page-box-right img {
	display: none;
}

li.sitemap-item.page_item.page-item-3604,
.page-item-3327,
.page-item-3363,
.page-item-10,
.page-item-2906,
.page-item-145,
.page-item-2916 {
	display: none;
}

select#dropdown_filter-by-length,
select#dropdown_product-type,
select#header-link1 {
	padding: 10px 10px !important;
	border: 1px solid #EEE !important;
	font-size: 16px !important;
	background-color: #eee !important;
}

form#searchform {
	margin-bottom: 25px !important;
}

select#header-link1 {
	width: 100% !important;
}

button#searchsubmit {
	background-color: #6c757d !important;
	color: #FFF !important;
}

a#woo-custome-filter-redirect {
	text-align: center !important;
	padding: 5px 10px !important;
	color: #FFF !important;
	background-color: #c41313 !important;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	text-decoration: none;
}

.bc-link {
	padding: 15px 10px;
	font-size: 15px;
	color: #777;
}

.woocommerce-product-details__short-description h2 {
	font-size: 24px;
}

ul.elementor-icon-list-items {
	padding: 0;
	margin: 0 0 25px 0;
}

ul.elementor-icon-list-items li {
	list-style: none;
	font-size: 16px;
	color: #666;
	padding: 4px;
}

input#author,
#email,
#comment {
	border: 1px solid #d6d6d6;
}


.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {

	color: #FFF !important;
	background-color: #c41313 !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	padding: .5rem .75rem !important;
	background-color: #f3f3f3 !important;
	border: 1px solid #EEE !important;
}

.woocommerce div.product .product_title {
	font-size: 30px !important;
	font-weight: 700 !important;
}

div#tab-description h2 {
	font-size: 24px;
}

td.product-thumbnail img {
	width: 125px !important;
}

.woocommerce.woocommerce-page h1.page-title {
	display: none !important;
}

.blog-box h4 {
	font-size: 22px !important;
	margin: 25px 0 20px 0 !important;
}

.blog-content .btn {
	font-size: 17px;
	padding: 7px 15px;
}

a.badge.badge-secondary.btn {
	font-size: 18px;
	padding: 10px 15px;
	vertical-align: middle;
	margin-bottom: 10px;
}

.filter_container {
	grid-template-columns: auto max-content !important;
}

.yith_ywraq_add_item_browse-list.yith_ywraq_add_item_browse_message a {
	color: #c41313;
}

.woo_custome_filter_short_form {
	margin-bottom: 30px;
}

.blog-box {
	position: relative;
}

.sold-out {
	width: 150px;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
}

.sold-out img {
	width: 100%;
	height: auto;
}

.wcsob_soldout_text {
	display: inline-block;
	background: #F30505;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 5px 10px;
}

@media screen and (max-width: 991px) {
	.btn-primary.white {
		margin: 10px;
		margin-right: 0 !important;
	}

	.header-btns {
		width: 220px;
	}
}

@media screen and (max-width: 767px) {
	.btn-primary.white {
		margin-left: 10px;
	}

	.header-btns {
		display: block;
		width: auto;
	}
}