/*
Theme Name: rota
Description: rota is simple responsive SEO friendly theme. 
Version: 0.1
Tags:  blog, news, featured-images, one-column, theme-options
Text Domain: rota 
Domain Path: rota 
Author: Developers
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.truck-contents.heading.aos-init.aos-animate {
	display: none;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

*{ 
	font-family:'Roboto';
}
iframe {
	width: 100%;
}
.about-cont-wrap .img-fluid.wp-post-image {
	padding-top: 5px;
}
.text-center img {
	display: inline-block;
}
header .mainmenu {
	float: right;
	padding-top: 40px;
}
header {
	padding: 0px;
}
.header-top {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9;
	padding: 10px 0px;
}
.item.\31  .banner-contents {
	display: none;
}
header .mainmenu ul li a {
	text-decoration: none;
	font-size: 18px;
	color: #605f5f;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 20px;
}
header .mainmenu ul li {
	margin: 0px 12px;
}
header .mainmenu ul li:last-child {
	padding-right: 0px !important;
}
/*************SUB MENU*************/
.mainmenu .sub-menu {list-style: outside none none;  min-width: 250px;  padding: 0;  position: absolute;  z-index: 1000;  display:none;}
.mainmenu li:last-child:hover .sub-menu {right: 0;}
.mainmenu li:hover .sub-menu{ display:block; }
.mainmenu .sub-menu li{padding:0px !important;}
.mainmenu .sub-menu li a { background-color: #fff;  display: block;  padding: 10px 15px !important;  text-align: left; color: #000 !important;  text-decoration: none;  transition: all 1s ease-in-out 0s;}
.mainmenu .sub-menu li a:hover { background:#fff !important; padding-left:25px; color: #000 !important;}
.col-md-5ths {
	width: 20%;
	float: left;
}

/*******MAIN MENU*********/
header .mainmenu .navbar {
	margin: 0px;
	padding: 0px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  margin: 0px;
}
.owl-theme .owl-nav {
	margin-top: 0;
}
header .mainmenu .navbar-nav a.active,
header .mainmenu .navbar-nav a:focus,
header .mainmenu .navbar-nav a:hover {
	background: none;
	color: #961f2a;
	border-bottom: 2px solid #961f2a;
}
header .mainmenu .navbar-nav .current-menu-item a {
	background: none;
	color: #961f2a;
	border-bottom: 2px solid #961f2a;
}
header .header-bottom {
	position: relative;
}
.phone a {
	text-decoration: none;
	font-size: 18px;
	color: #303030;
	font-weight: 700;
}
.phone {
	padding-top: 35px;
}
header .header-bottom .banner-contents {
	position: absolute;
	left: 0;
	right: 0;
	top: 25%;
	width: 100%;
}
header .banner-contents h3 {
	font-size: 32px;
	color: #fff;
	font-weight: 700;
	font-family: "Roboto Slab";
}
header .banner-contents h3 span {
	font-size: 45px;
	color: #fff;
	font-weight: 700;
	font-family: "Roboto Slab";
}
.banner-contents p {
	font-size: 22px;
	color: #fff;
	line-height: 1.7;
	font-weight: 300;
}
.banner-contents a {
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 50px;
	border: 2px solid #9f222e;
	background-color: #9f222e;
	padding: 10px 40px;
}
.banner-details {
	border-radius: 3px;
	border: 1px solid #fff;
	width: 50%;
	float: right;
}
.banner-info {
	background-color: rgba(0,0,0,0.6);
	padding: 30px 50px;
	position: relative;
	left: 10px;
	top: -10px;
}
/**********CAROUSEL DOTS***************/
header .header-bottom .owl-theme .owl-controls {
    margin-top: 0;
}
header .header-bottom .owl-dots {
	bottom: 18%;
	left: 0;
	position: absolute;
	right: 0;
}
header .header-bottom .owl-theme .owl-dots .owl-dot span {
	background-color: transparent;
	border: 1px solid #fff;
	width: 14px;
	height: 14px;
}
header .header-bottom  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff;
}
.banner-shape {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}
.about-section {
	background-color: #ebebeb;
	padding: 90px 0px;
}
.about-img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin: auto;
	background-color: #9f222e;
	padding-top: 5px;
	border: 7px solid #f1f1f1;
	position: absolute;
	left: 0;
	right: 0;
	top: -60px;
}
.about-contents h3 {
	font-size: 30px;
	color: #424242;
	font-weight: 700;
	text-transform: uppercase;
}
.about-contents {
	text-align: center;
}

.about-contents p {
	font-size: 18px;
	color: #313131;
	font-weight: 300;
	line-height: 1.7;
}
.about-contents a {
	text-decoration: none;
	font-size: 20px;
	color: #9f222e;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 50px;
	border: 2px solid #9f222e;
	padding: 10px 30px;
}
.about-cont-wrap {
	background-color: #fff;
	border-radius: 1px;
	padding: 90px 40px 30px;
	position: relative;
	min-height: 370px;
}
.about-cont-wrap:hover {
	background-color: #9f222e;
}
.about-cont-wrap:hover .about-contents h3 {
	color: #fff;
}
.about-cont-wrap:hover .about-contents p {
	color: #fff;
}
.about-cont-wrap:hover .about-contents a {
	color: #9f222e;
	background-color: #fff;
	border: 2px solid #fff;
}
.about-cont-wrap:hover .about-img {
	background-color: #3a3a3a;
}
.truck-section {
	position: relative;
	background-image: url(img/others/truck-bg.png);
	background-repeat: no-repeat;
	background-position: 100% 70%;
	background-size: cover;
	padding: 20% 0%;
}
.truck-top {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.truck-bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.heading h3 {
	font-size: 41px;
	color: #131313;
	text-transform: uppercase;
	font-weight: 700;
	text-transform: uppercase;
}
.truck-contents h4 {
	font-size: 25px;
	color: #fff;
}
.truck-contents h3 {
	color: #fff !important;
}
.truck-contents p {
	font-size: 18px;
	color: #fff;
	line-height: 1.7;
	font-family: "Open Sans";
}
.truck-contents a {
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 50px;
	border: 2px solid #fff;
	padding: 10px 30px;
}
.why-section {
	background-color: #f7f5f5;
	padding: 90px 0px;
}
.why-heading h3 {
	background-image: url(img/others/heading-strip.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
}
.why-heading {
	padding-bottom: 60px;
}
.why-img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #8f1c26;
	margin: auto;
	padding-top: 2px;
}
.why-contents h3 {
	font-size: 20px;
	color: #3a3a3a;
	font-weight: 700;
	font-family: "IBM Plex Sans";
}
.why-contents p {
	font-size: 18px;
	color: #3a3a3a;
	line-height: 1.6;
	font-family: "IBM Plex Sans";
}
.why-cont-wrap.why {
	border-bottom: 2px solid #dfdfdf;
	margin-bottom: 40px;
	padding-bottom: 30px;
}
.gallery-section {
	background-color: #fff;
	padding: 90px 0px;
}
.gallery-heading {
	padding-bottom: 40px;
}
.gallery-img img {
	width: 100%;
}
.gallery-wrap .col-md-6:first-child .gallery-img {
	border: 12px solid #93202a;
}
.gallery-wrap .col-md-6:first-child .gallery-cont-wrap {
	position: relative;
}
.gallery-contents {
	position: absolute;
	background-color: #171717;
	padding: 20px;
	left: 40px;
	right: 40px;
	bottom: 30px;
}
.gallery-contents h3 {
	font-size: 17px;
	color: #fff;
	font-weight: 700;
	font-family: "Montserrat";
	margin-bottom: 0px;
}
.view-btn {
	padding-top: 50px;
}
.view-btn a {
	text-decoration: none;
	font-size: 17px;
	color: #93202a;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 50px;
	border: 2px solid #93202a;
	padding: 12px 30px;
}
.shop-section {
	background-image: url(img/others/shop-bg.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: cover;
	padding: 180px 0px;
}
.shop-wrap h3 {
	color: #fff;
	position: absolute;
	left: 0;
	right: 5px;
	top: -23px;
}
.shop-wrap p {
	color: #fff;
	font-size: 18px;
	font-family: "Open Sans";
	line-height: 1.7;
}
.shop-wrap a {
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 50px;
	border: 2px solid #fff;
	padding: 12px 30px;
}
.shop-wrap {
	background-image: url(img/others/shop-outline.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 100% 100%;
	position: relative;
	padding: 50px 90px;
}
.customer-section {
	background-color: #ededed;
	padding: 90px 0px;
	position: relative;
}
.customer-heading {
	padding-bottom: 40px;
}
.customer-img img {
	width: auto !important;
	margin: auto;
}
.customer-contents p {
	font-size: 20px;
	color: #454545;
	font-weight: 400;
	line-height: 1.5;
	text-align: justify;
	margin-bottom: 15px;
	display: inline;
	padding: 10px;
}
.customer-contents img {
	width: auto !important;
	display: inline-flex !important;
}
.customer-contents h4 {
	font-size: 22px;
	color: #000000;
	margin-top: 15px;
}
.customer-contents h3 {
	font-size: 20px;
	color: #5e5e5e;
	font-weight: 300;
	margin-bottom: 0px;
}
.customer-cont-wrap {
	background-color: #fff;
	padding: 20px;
	box-shadow: 0px 0px 10px #d6d6d6;
	-webkit-box-shadow: 0px 0px 10px #d6d6d6;
	-moz-box-shadow: 0px 0px 10px #d6d6d6;
	-ms-box-shadow: 0px 0px 10px #d6d6d6;
	margin: 10px;
}
.customer-section .owl-carousel .owl-dots.disabled {
	display: none;
}
.customer-section .owl-carousel .owl-nav.disabled {
	display: block;
}

/*********** CAROUSEL NAV***********/
.customer-section .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/customer-left-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 67px;
	left: -5%;
	position: absolute;
	text-indent: -99999px;
	top: 35%;
	width: 32px;
	outline: none !important;
}
.customer-section .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/customer-right-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 67px;
	right: -5%;
	position: absolute;
	text-indent: -99999px;
	top: 35%;
	width: 32px;
	outline: none !important;
}
.footer-section {
	background-image: url(img/others/foot-bg.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: cover;
	padding: 50px 0px;
}
.contact-form .form-control {
	font-size: 14px !important;
	color: #4b4b4b !important;
	border: none !important;
	border-radius: 50px !important;
}
.contact-form .form-group {
	margin-bottom: 5px;
}
.contact-form .form-control::-webkit-input-placeholder {
  color: #4b4b4b !important;
  opacity: 1 !important;
}

.contact-form .form-control::-moz-placeholder {
  color: #4b4b4b !important;
  opacity: 1 !important;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #4b4b4b !important;
  opacity: 1 !important;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #4b4b4b !important;
  opacity: 1 !important;
}

.contact-form .form-control::placeholder {
  color: #4b4b4b !important;
  opacity: 1 !important;
}
.contact-form .submit-btn, #wpforms-submit-86, #wpforms-submit-104 {
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	border-radius: 50px;
	text-transform: uppercase;
	background-color: #af1322;
	padding: 7px 20px;
	font-family: "Poppins";
	border: none;
}	

.footer-wrap h3 {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.footer-wrap ul li a {
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	font-family: "Open Sans";
}
.footer-wrap ul li {
	padding-bottom: 5px;
}
.footer-contact ul li {
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: left 7px;
	padding-bottom: 10px;
}
.footer-contact .phone {
	padding-top: 0px;
}
.footer-contact .phone a {
	font-weight: 400;
	font-family: "Open Sans";
}
.footer-contact ul li.location {
	background-image: url(img/others/cont-1.png);
}
.footer-contact ul li.phone {
	background-image: url(img/others/cont-2.png);
}	
.footer-contact ul li.mail {
	background-image: url(img/others/cont-3.png);
}
.social-icons ul li a i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding-top: 10px;
	text-align: center;
	background-color: transparent;
	border: 1px solid #fff;
}
.social-icons ul li a i:hover {
	background-color: #9f222e;
	border: 1px solid #9f222e;

}
.social-icons ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 20px !important;
}
.social-icons ul li {
	padding-right: 8px;
}
.copyrights p {
	font-size: 16px;
	color: #b9c5cf;
	margin-bottom: 0px;
	font-family: "Open Sans";
}
.copyrights {
	background-color: #202020;
	padding: 20px 0px;
}
.wonderplugin-gridgallery-item.wonderplugin-gridgallery-item-0.wonderplugin-gridgallery-item-visible {
	border: 15px solid #8f1c26 !important;
	padding: 12px !important;
}

.wonderplugin-gridgallery-item.wonderplugin-gridgallery-item-0.wonderplugin-gridgallery-item-visible img {
	width: 110% !important;
	height: 115% !important;
	margin-left: -55px !important;
	margin-top: -58px !important;
	padding: 50px !important;
}
.footer-wrap div.wpforms-container-full .wpforms-form textarea.wpforms-field-small {
	height: 40px !important;
}
.footer-wrap div.wpforms-container-full .wpforms-form textarea{
	padding: 10px 10px !important;
}
.footer-wrap div.wpforms-container-full .wpforms-form .wpforms-field {
	padding: 2px !important;
}
.footer-wrap div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	padding: 2px 0 0px 5px !important;
}
.header-top.header-top-inner {
    border-bottom: 1px solid #ccc;
}
.box-holder-inner, .holder.single-holder {
    padding: 15% 0% 5%;
}
.box-holder-inner p {
	font-size: 18px;
	color: #313131;
	font-weight: 300;
	line-height: 1.7;
}
.box-holder-inner h4 {
	font-size: 20px;
	color:#3a3a3a;
	font-weight: 700;
	font-family: "IBM Plex Sans";
	text-transform: uppercase;
}
.box-holder-inner h3 {
	font-size: 35px;
	color: #131313;
	text-transform: uppercase;
	font-weight: 700;
	background-image: url(img/others/heading-strip.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
	margin-bottom:20px;
}
.btn.default-btn, .btn.btn-read {
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 50px;
	border: 2px solid #9f222e;
	background-color: #9f222e;
	padding: 5px 15px;
}
.single .box-holder-inner h3 {
	font-size: 25px;
}
.box-holder-inner .why-section {
	background-color: #fff;
	padding: 0px;
}
.box-holder-inner .why-contents h3 {
	font-size: 20px;
	color: #3a3a3a;
	font-weight: 700;
	font-family: "IBM Plex Sans";
	background-image: none;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.box-holder-inner .why-contents a {
	text-decoration: none;
}
.single h3 br {
	display: none;
}
.single-rota-why .post-image.text-center, .page-id-32 .post-image, .page-id-36 .post-image{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #8f1c26;
	margin: auto;
	padding-top: 2px;
}
.page-template-page-blog-php .post-image img {
	width: 90%;
}
.box-holder-inner p a {
	text-decoration: none;
	color: #8b8b8b;
}
.custom-pagination {
    text-align: center;
    margin-top: 40px !important;
}

.custom-pagination .page-numbers.current {
    background: #ac0f28;
	color:#fff;
    padding: 10px;
}

.custom-pagination .page-numbers {
    background: #fff;
    padding: 10px;
    color: #fff;
}
#wpforms-104 {
	width: 70%;
	margin: auto;
}
.box-holder-inner p br {
	display: none;
}
.single-rota-sliders p {
	margin-top: 30px;
}
.wpforms-confirmation-container-full {
	color: #000 !important;
	background: #ffbac0 !important;
	border: 1px solid #ffbac0 !important;
}
.wonderplugin3dcarousel-bullet-wrapper {
	display: none !important;
}

#wpforms-86-field_2 {
	width: 60%;
}

.banner-info .btn {
	display: none;
}

.col-md-4.boxone {
	display: none;
}
.col-md-4.boxthre {
	display: none;
}

.home .shop-section {
	display: none;
}
.home .why-cont-wrap.why.aos-init.aos-animate {
	display: none;
}
/*RESPONSIVE*/
@media screen and (max-width: 2880px) {

}

@media screen and (max-width: 1920px) {

}


@media screen and (max-width: 1600px) {
	.truck-section {
		padding: 20% 0%;
	}
}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1366px) {

}

@media screen and (min-width: 1100px) and (max-width: 1280px) {

}
@media screen and (max-width: 1279px) {
	header .mainmenu ul li a {
		font-size: 15px;
	}
	header .mainmenu ul li {
		margin: 0px 9px;
	}
	header .header-bottom .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
}
	header .header-bottom .owl-dots {
	bottom: 16%;
}
	.phone a {
		font-size: 14px;
	}
	header .banner-contents h3 {
		font-size: 28px;
	}
	header .banner-contents h3 span {
		font-size: 37px;
	}
	.banner-contents p {
		font-size: 17px;
	}
	.about-contents h3 {
		font-size: 23px;
	}
	.about-contents p {
		font-size: 15px;
	}
	.about-contents a {
		font-size: 13px;
	}
	.truck-section {
		padding: 18% 0%;
	}
	.heading h3 {
		font-size: 29px;
	}
	.truck-contents h4 {
		font-size: 17px;
	}
	.truck-contents p {
		font-size: 17px;
	}
	.truck-contents a {
		font-size: 15px;
	}
	.why-contents p {
		font-size: 17px;
	}
	.shop-wrap p {
		font-size: 17px;
	}
	.shop-wrap a {
		font-size: 15px;
	}
	.shop-section {
		padding: 110px 0px;
	}
	.customer-contents p {
		font-size: 15px;
	}
	.customer-contents {
		padding-left: 20px;
	}
	.customer-contents h4 {
		font-size: 18px;
	}
	.customer-contents h3 {
		font-size: 15px;
	}
	.footer-wrap h3 {
		font-size: 19px;
	}
	.footer-wrap ul li a {
		font-size: 15px;
	}
}

@media screen and (max-width: 1023px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
	header .mainmenu ul li a {
		font-size: 12px;
	}
	header .mainmenu {
		padding-top: 4px;
	}
	.phone a img {
		width: 15%;
	}
	.phone a {
		font-size: 10px;
	}
	.phone {
		padding-top: 5px;
	}
	header .banner-contents h3 {
		font-size: 18px;
	}
	header .banner-contents h3 span {
		font-size: 24px;
	}
	.banner-contents p {
		font-size: 13px;
	}
	.banner-contents a {
		font-size: 13px;
		padding: 8px 20px;
	}
	header .header-bottom .banner-contents {
		top: 19%;
	}
	.about-contents h3 {
		font-size: 18px;
	}
	.truck-contents p br {
		display: none;
	}
	.why-contents h3 {
		font-size: 17px;
	}
	.why-contents {
		padding-left: 10px;
	}
	.shop-wrap p br {
		display: none;
	}
	.shop-wrap h3 {
		top: -12px;
		font-size: 22px !important;
	}
.wonderplugin-gridgallery-item.wonderplugin-gridgallery-item-0.wonderplugin-gridgallery-item-visible img {
	width: 115% !important;
	height: 122% !important;
	margin-left: -55px !important;
	margin-top: -55px !important;
}
}

@media screen and (max-width: 767px) {
	header .header-logo {
	    text-align: center;
	}
	header .header-logo img {
		display: inline-block;
	}
	header .mainmenu .navbar {
	  margin: 0;
	  padding: 0;
	}
	.icon-bar {
		background-color: #000;
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
	}
	.icon-bar + .icon-bar {
		margin-top: 4px;
	}
	button:focus {
		outline: none;
	}
	.navbar-toggler {
	  background-color: transparent;
	  background-image: none;
	  border-radius: 0;
	  padding: 9px 10px;
	}
	.navbar-dark .navbar-toggler {
	  border: medium none;
	}
	header .header-top .mainmenu ul li {
	  margin-bottom: 10px;
	}
	header .header-top .mainmenu ul li .sub-menu li {
	  margin-bottom: 0px;
	}
	.mainmenu li:last-child:hover .sub-menu {
		right: auto;
	}
	header .mainmenu {
		float: none;
		padding-top: 0px;
	}
	.header-top {
		position: relative;
	}
	header .mainmenu .navbar-nav .current-menu-item a, header .mainmenu .navbar-nav a:focus, header .mainmenu .navbar-nav a:hover {
		background: none;
		color: #961f2a;
		border-bottom: none;
	}
	
	.phone a img {
		width: auto;
	}
	.phone a {
		font-size: 15px;
	}
	.phone {
		padding-top: 5px;
		text-align: center !important;
	}
	header .header-bottom .banner-contents {
		top: 2%;
	}
	.banner-details {
		width: 70%;
		float: none;
	}
	.about-wrap .col-md-6:first-child .about-cont-wrap {
		margin-bottom: 80px;
	}
	.truck-section {
		padding: 30% 0%;
		background-image: url(img/others/mobile-bg.png);
	}
	.why-contents {
		padding-left: 0px;
		text-align: center;
		padding-top: 16px;
	}
	.logo-img {
		padding: 20px 0px;
	}
	.logo-img img {
		width: 30%;
		margin: auto;
	}
	.view-btn a {
		font-size: 13px;
		padding: 10px 25px;
	}
	.gallery-section {
		padding: 50px 0px;
	}
	.shop-wrap {
		background-image: none;
		border: 2px solid #fff;
		padding: 30px;
	}
	.shop-wrap h3 {
		top: 0px;
		font-size: 22px !important;
		position: relative;
	}
	.customer-cont-wrap {
		width: 80%;
		margin: auto;
	}
	.customer-contents {
		padding-left: 0;
		text-align: center;
	}
	.customer-section .owl-prev {
		left: 0;
	}
	.customer-section .owl-next {
		right: 0;
	}
	.footer-contact .phone {
		padding-top: 0px;
		text-align: left !important;
	}
	.footer-logo {
		text-align: center;
		padding-bottom: 20px;
	}
		.wonderplugin-gridgallery-item.wonderplugin-gridgallery-item-0.wonderplugin-gridgallery-item-visible img {
	margin-left: -55px !important;
	margin-top: -60px !important;
}
}
@media screen and (max-width: 480px) {
	.banner-details {
		width: auto;
		float: none;
		text-align: center;
	}
	.banner-info {
		padding: 10px 20px;
		position: relative;
		left: 0;
		top: 0;
	}
	.banner-contents h3 {
		margin-bottom: -5px;
	}
	.banner-contents p {
		margin-bottom: 5px;
	}
	header .header-bottom .owl-theme .owl-dots .owl-dot span {
		width: 9px;
		height: 9px;
	}
	header .header-bottom .owl-dots {
		bottom: 12%;
	}
}
@media screen and (max-width: 414px) {
	.banner-contents a {
		font-size: 10px;
		padding: 5px 16px;
	}
	.mainmenu img {
	width: 70%;
}
	.wonderplugin-gridgallery-item.wonderplugin-gridgallery-item-0.wonderplugin-gridgallery-item-visible img {
	margin-left: -55px !important;
	margin-top: -60px !important;
}
}
@media screen and (max-width: 387px) {
	header .banner-contents h3 {
		font-size: 14px;
	}
	header .banner-contents h3 span {
		font-size: 18px;
	}
	.navbar-dark .navbar-brand {
		width: 80%;
	}
	.truck-top {
		top: -2px;
	}
.wonderplugin-gridgallery-item.wonderplugin-gridgallery-item-0.wonderplugin-gridgallery-item-visible img {
	width: 115% !important;
	height: 120% !important;
	margin-left: -52px !important;
	margin-top: -55px !important;
}
}
@media screen and (max-width: 375px) {

}
@media screen and (max-width: 360px) {

}
@media screen and (max-width: 320px) {
	header .header-bottom .banner-contents {
		top: 1%;
	}
	header .header-bottom .owl-dots {
		bottom: 9%;
	}
}