/*
* Theme Name: Wp Custom Theme
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Oswald:wght@600;700&family=Nunito:wght@300;400;600;800&family=Raleway:wght@300;400;500;600;800;900&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;800;900&display=swap');*/

html,body,div,a,h1,h2,h3,h4,h5,h6,p,li{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body, html {
	width: 100%;
	height: 100%;
}

body{
    font-family: 'Nunito', sans-serif;
	font-size: 18px;
}

.container {
    max-width: 1280px;
}

section p{
	font-weight: 400;
}
a {
	color: #b8042c;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

section a{
	font-weight:400;
}
section ol > li {
    margin-bottom: 15px;
    font-size: 17px;
    letter-spacing: 1px;
}
a:hover {
	color: #b8042c;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 800;
	font-family: 'Oswald', sans-serif;
}
.heading-h4
{
	font-weight: 800;
	font-family: 'Oswald', sans-serif;
	font-size: 1.5rem;	
}

input[type="text"], input[type="email"], input[type="number"], textarea,
input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, textarea:focus{
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}

textarea{
	height: 80px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #000 !important;
    margin: 0;
}
section {
	border-top: 0;
	position: relative;
}

.text-shadow{
	/*text-shadow: -3px 2px 0 #cecece;*/
}

.section-graphic-background{
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0;
	/*background-attachment: fixed;*/
	color: white;
}

.section-graphic-background .container{
	padding: 3rem 15px;
}
	
.banner-content a {
    color: white;
    font-weight: bold;
}	
	
.section-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.69);
}

section h1{
	
}

section h2{
	
}

.img-responsive{
	width: 100%;
}

p{
	font-size: 18px;
}

input[type="text"], input[type="email"], input[type="number"], input[type="tel"], select, textarea{
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	font-weight: 400;
	outline: none !important;
	box-shadow: none !important;
	
}

section input, section textarea, section select{
	margin: 10px 0;
	padding: 10px 15px !important;
	
}

section select{
	height: auto !important;
}

section .btn{
	padding: 5px 15px !important;
	
	font-weight: 900;
}

/*Common: Start*/
.no-scrollbar{
	overflow-y:hidden;
	-webkit-overflow-y:hidden;
}

.mfp-wrap {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
}

html.mfp-helper {
  height: 100%;
}

html.mfp-helper body {
	overflow: hidden;
	height: 100%;
	-webkit-transform: translateZ(0);
}

.push-right{
	float: right;
	margin-left: auto;
}

.background-primary{
	background-color: #007bff;
}

.background-white{
	background-color: #fff;
}

.background-dark{
	background-color: #252525;
}

.background-lightdark{
	background-color: #363636;
}

.background-gray{
	background-color: #f2f2f2;
}

.color-primary{
	color: #b8042c;
}

.color-#212529{
	color: #212529;
}

.underline{
	text-decoration: underline;
}

ul.social li{
	padding: 3px 0;
}
ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

.full-height { 
    height: 100vh;
}

.heading{
	font-size: 3.5rem;
	color: #212529;
}

.sub-heading{
	font-size: 4.45rem;
	line-height: 65px;
	font-family: 'Oswald', sans-serif;
}

.sub-para{
	font-size: 1.45rem;
	line-height: 35px;
	font-family: arial;
}
header .dropdown-menu{
	left: -61px;
}

header .navbar-nav .dropdown-menu {
    top: 44px;
    right: 6px;
    left: unset;
}
	
.dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 52px;
  display: inline-block;
  border-right: 0 solid transparent;
  border-bottom: 0 solid #ffffff;
  border-left: 0 solid transparent;
  border-bottom-color: #ffffff;
  content: '';
}

.dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 52px;
  display: inline-block;
  border-right: 0 solid transparent;
  border-bottom: 0 solid #ffffff;
  border-left: 0 solid transparent;
  content: '';
}

.btn{
	text-transform: uppercase;
	font-size: 18px;
	border-radius: 0;
	-webkit-border-radius: 0;
	padding: 5px 15px;
	box-shadow: none ;
	-webkit-box-shadow: none;
	font-family: 'Oswald', sans-serif;
	min-width: 200px;
}

.pagination a, .pagination a:hover{
	color: #b8042c;
	font-size: 16px;
}
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
	width: auto;
	max-width: 100%;
	max-height: 145px;
	margin: auto;
}

.slick-prev:before,
.slick-next:before {
  color: #212529;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}
	
#searchform label{
	display: none;
}

#searchform input[type="text"]{
	border:0;
	color: #b8042c !important;
	border-bottom: 2px solid #b8042c;
	text-transform: uppercase;
	margin: 0;
	width: 150px;
	padding: 3px 0 !important;
}

#searchform input[type="submit"]{
	color: white;
	background: #b8042c;
	border: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
	padding: 7px 10px 5px 10px !important;
}

.btn-primary{
	background-color: #b8042c !important;
	border-color: #b8042c !important;
	
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
	background-color: #212529 !important;
	border-color: #212529 !important;
	 box-shadow: none;
}

.fixed-top.background-white{
	border-bottom: 1px solid #e6e6e6;
}

.section-header{
	padding-bottom: 50px;
}

.section-header p{
	/*margin-bottom:0;*/
}

.figure-custom-box,
.figure-custom-box .figure-img{
	margin-bottom: 0;
	display: block;
}

.single-product-box {
    margin-bottom: 30px;
	box-shadow: 0 0 3px #bababa;
	-webkit-box-shadow: 0 0 3px #bababa;
}

.single-product-box i{
	font-size: 19px;
	background: white;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	padding: 5px 5px;
}

.single-product-box .image-container{
	position: relative;
}

.single-product-box:hover .image-container .overlay{
	display: table;
}

.single-product-box .image-container .overlay{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 250px;
	background: #fb799c99;
	text-align: centre;
	display: none;
}

.single-product-box .image-container .overlay .overlay-content{
	display: table-cell;
	vertical-align: middle;
}

.single-product-box .image-container .overlay a{
	background: white;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	padding: 4px 7px 0px 7px;
	display: inline-block;
	margin: 3px;
	font-size: 18px;
}

.single-product-box img {
    width: 100%;
    height: 250px;
    margin: auto;
    max-width: 100%;
    object-fit: cover;
}

.single-product-box .figure {
	margin: 0;
}

.single-product-box .bottom-content{
	padding: 15px;
	border-top:0;
	background: #f3f3f3cc;
}

.single-product-box .bottom-content p{
	margin-bottom: 0;
	text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}

.single-product-box .bottom-content p.price-label{
	font-family: arial;
}

.single-blog-post h2{margin-bottom:35px;}
.single-blog-post .blog-detail a{font-size:13px;margin-top:9px;line-height:20px;text-transform:uppercase;font-weight:bold;letter-spacing:0px;color:#000;min-height:75px;display:block;}
.single-blog-post p{color:gray;margin-top:10px;}
.single-blog-post .blog-thumbnail{background-color: #eaeaea !important;background-size:cover !important;height:220px;width:100%;background-repeat:no-repeat !important;}
.single-blog-post .view-more{color:white;margin:50px 0 20px 0;}
.single-blog-post .view-more{color:white;margin:50px 0 20px 0;}
.single-post .single-post-content img{
	max-width: 100%;
	height: auto;
	width: auto;
	margin: auto;
}


#back-to-top{
	background: #b8042c;
	color: white;
	padding: 0px 8px;
	position: fixed;
	bottom:5px;
	right:5px;
	display: none;
}

.undrline-heading::after, .page-content h1::after{
    content: "";
    display: block;
    width: 80px;
    padding-top: 10px;
    border-bottom: 3px solid #b8042c;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-bottom: 25px;
}

.undrline-heading-center::after{
	margin: auto;
}

.page-header{
	/*background-image: url('assets/img/inner_page_title_bg.jpg');*/
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
}

.page-header h1{
	display: block;
	width: 100%;
	padding: 50px 0;
	font-size: 35px;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #333;
}

.page-header .section-overlay{
	background: #f2f2f2;
}


/*Slider carousel*/
.carousel-control-next, .carousel-control-prev{
	width: 50px;
	font-weight: 800;
	color: #fff !important;
	border: 0;
	display: block;
	height: 42px;
	font-size: 40px;
	letter-spacing: 5px;
	padding: 6px;
	top: 43%;
}

.carousel-control-next{
	right: 25px;
}

.carousel-control-prev{
	left: 25px;
}

.carousel-control-next span, .carousel-control-prev span{
	display: block;
	line-height: 15px;
}

.carousel.carousel-fade .item {
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	opacity:0;
}

.carousel.carousel-fade .active.item {
	opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}

.carousel.carousel-fade .carousel-control {
	z-index: 3;
}

.carousel .carousel-item.overlay .carousel-caption{
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0003;
}

.carousel .carousel-item.overlay .carousel-caption a{
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #212529;
	font-weight: 600;
	background: white;
	padding: 4px 10px;
	line-height: 0;
	font-size: 13px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
}

.carousel .carousel-item.overlay .carousel-caption .slide-content-container {
    top: 50%;
	transform: translateY(-50%);
	width: 27%;
	text-align: left;
	left: 21%;
}

.carousel .heading{
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 55px;
	color: #212529;
	text-transform: uppercase;
}

.carousel .heading span{
	font-weight: 800;
	font-size: 3.8rem;
	display: block;
}

.carousel .heading span.fancy-text{
	font-family: arial;
	font-weight: 800;
}

.carousel .carousel-item img{
	height: 82vh;
	width: 100%;
	object-fit: cover;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
	width: 12px;
	height: 12px;
}

.widget-container p{
	margin-bottom: 0;
}

.widget-container p i{
	font-size: 1.1em;
	line-height: 0;
	margin-right: 5px;
}

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

.widget-container .logo-container{
	text-align: center;
	padding: 20px 0 0 0;
	margin-bottom: 20px
}

.widget-container .logo-container img.logo {
    width: auto;
    height: auto;
    padding: 15px;
    max-width: 100%;
}

.hightlight-text{
	color: #d93f46;
}

#search-form-container{
	background: #000c;
	height: 100%;
	width: 100%;
	left:0;
	top: 0;
	position: fixed;
	display: none;
	z-index: 1034;
}

#search-form-container .search-close{
	color: white;
	right: 20px;
	top: 20px;
	position: absolute;
	font-size: 30px;
}

#search-form-container input[type="text"]{
	border: 2px solid #b8042c;
	font-size: 35px;
	font-weight: 700;
	background: transparent;
	color: #fff;
}

#search-form-container .btn{
	background: #b8042c;
	color: #fff;
}

#search-form-container .search-form{
	top: 46vh;
	margin: auto;
}

.collection-link a{
	font-weight: 600;
	margin-top: 15px;
}

div.wpcf7-response-output {
    margin: 35px 0 0 0;
    padding: 2px 5px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
    width: 100%;
}

span.wpcf7-not-valid-tip {
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
	text-transform: uppercase;
	margin-top: 5px;
}

.image-source-link {
	color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}


.featured-list {
    padding-left: 0;
    max-width: 500px;
    text-align: left;
    margin: auto;
}

.featured-list-fullwidth{
	 max-width: unset;
}

.featured-list li {
    list-style: none;
    padding-left: 25px;
    position: relative;
    line-height: 23px;
    margin-bottom: 13px;
}

.featured-list li::before {
    content: "\f00c";
    font-family: 'Font Awesome 5\Pro';
    font-weight: 600;
    color: #1bd900;
    margin-right: 10px;
    position: absolute;
    left: 0;
}

.featured-list-fullwidth{
	 max-width: unset;
}

.locations a{
	display: block;
	color: #333;
	font-family: 'Oswald', sans-serif;
	padding: 7px 0;
}

.locations a i{
	color: #b8042c;
}

header{
	background: white;
	transition: 0.4s all;
	border-bottom: 1px solid #bbbbbb45;
	position: fixed;
	z-index: 1;
	top: 0;
	width: 100%;
}
header .topbar{
	background: #25D366;
	color: #fff;
	padding: 3px 0;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 300;
	box-shadow: 0 0 2px #515151;
}
header .topbar .btn-primary{
    background: #25D366 !important;
    border-color: #25D366 !important;
}
header .topbar .phone-btn a.btn
{
    font-size: 32px;
}

header .topbar .social, header .topbar p{
	margin-bottom: 0;
	line-height: 11px;
	font-size: 12px;
}

header .topbar .social a i{
	font-size:14px;
}

header .topbar a {
    font-size: 14px;
    color: #fff;
    padding: 0 2px;
    font-family: arial;
}

header .topbar a:hover, header .topbar .right-section p a{
	color: #fff;
}

header .topbar .right-section p, header .topbar .social{
	display: inline-block;
}


header .top-bar-container{
	
}


header .top-bar-container .header-middle-links{
	
	overflow: hidden;
	transition: max-height 0.3s;
	max-height: 82px;
}

header.fixed-top .top-bar-container .header-middle-links{
	max-height: 0;
	
}

header .btn-sticky-menu {
    margin-left: 1px;
    width: auto;
    min-width: unset;
    padding: 2px 14px;
    font-size: 13px;
	display: block;
	margin-top: 1px;
}

.header-middle-links .container{
	padding: 10px 0 4px;
}

.header-middle-links-sticky-menu{
	padding: 5px 0;
}

.header-middle-links-sticky-menu .list-inline{
	margin-bottom: 0;
}

.header-middle-links-sticky-menu .list-inline{
	margin-bottom: 0;
	text-align: left !important;
}

.header-middle-links-sticky-menu .list-inline a{
	margin-right: 2px;
	
}

.header-middle-links-sticky-menu .list-inline a i{

	font-size: 15px;
}

.header-middle-links-sticky-menu .btn-primary{
	font-size: 15px;
	padding: 3px 10px;
}
.header-middle-links .navbar-brand img {
    filter: none;
    height: 60px;
}
.header-middle-links img {
    width: auto;
    height: 50px;
    margin: auto;
    filter: invert(1);
}

.header-middle-links .single-header-middle-link-item {
    background: #b8042c;
    margin: 0;
    padding: 7px 0;
    border-radius: 3px;
    box-shadow: 0 0 2px #515151;
	max-width: 290px;
	margin: auto;
}

.header-middle-links .single-header-middle-link-item .link-content span{
	display: block;
	font-weight: 800;
	color: white;
}

.header-middle-links .single-header-middle-link-item .link-content span a {
    color: white;
    font-weight: 600;
}


.header-middle-links .single-header-middle-link-item .link-content{
	text-align: left;
}

.page-header {
   
    display: none;
}

header .nav-right-extra-links{
	position: absolute;
	right: 0;
}

header .nav-right-extra-links ul{
	padding-left:0;
	margin-bottom: 0;
}
header .nav-right-extra-links li{
	list-style:none;
	display: inline-block;
	padding: 7px 12px;
}

header .dropdown-menu{
	padding: 0;
	background: #b8042c;
	border-radius: 0;
	border: 0;
	top: 30px;
	left: -50px;
	min-width: 7.5rem;
}

header .dropdown-menu::after{
	border-bottom: 0 solid #b8042c !important;
}
header .dropdown-menu::before{
	border-bottom-color: #b8042c !important;
}
header .dropdown-item{
	padding: .25rem 1rem !important;
	font-weight: 700;
	color: white !important;
}

header .dropdown-item:hover{
	color: #b8042c !important;
}

header .nav-right-extra-links li a{
	padding: 5px 0;
	letter-spacing: 1px;
	color: #333;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
}

header .nav-right-extra-links li a i{
	font-size: 16px;
}

header #shopping-cart-link span{
	background: #b8042c;
	color: white;
	padding: 0 5px;
	text-align: center;
	border-radius: 50px;
	margin: -3px 0 0 0;
	position: absolute;
	top: 0;
    right: 0;
}

header .nav-right-extra-links li a:hover{
	color: #333;
}

header .nav-right-extra-links li:hover .dropdown-menu{
	display: block;
}

header .navbar-light{
	padding: 0 1rem;
	
	-webkit-transition: background-color 0.02s;
	-moz-transition: background-color 0.02s;
	transition: background-color 0.02s;
}

header .navbar-light .navbar-nav li{
	padding:7px 6px;
}
header .navbar-light .navbar-nav .nav-link{
	text-transform: capitalize;
	padding: 5px 0;
	letter-spacing: 0.3px;
	color: #fff;
	font-weight: 400;
	font-size: 17px;
	border-bottom: 2px solid #fff;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	font-family: 'Oswald', sans-serif;
}

header .background-white .navbar-nav .nav-link{
	color: #333;
}

@media all and (min-width: 992px)
{
	header .navbar-light .navbar-nav li:hover .nav-link{
		background: #b8042c;
		color: white;
	}
	header .navbar-light .navbar-nav .active .nav-link, header .navbar-light .navbar-nav li:hover .nav-link{
		/*color: #b8042c;*/
		border-bottom: 2px solid #b8042c;
	}
	header .navbar-light .navbar-nav .dropdown:hover > .dropdown-menu{
		display: block;
	}
	header .navbar-light .navbar-nav .dropdown:hover .dropdown-menu li a{
		color: white !important;
		border-bottom: 0;
	}
	header .navbar-light .navbar-nav .dropdown:hover .dropdown-menu li:hover > a{
		color: #b8042c !important;
		background: white;
	}
	header .navbar-light .navbar-nav .dropdown:hover .dropdown-menu li{
		padding: 0;
	}
}
header .navbar-light .navbar-nav .dropdown-menu{
	border-radius: 0;
	margin: 0;
	border: 0;
}

header .navbar-light .navbar-nav .dropdown-menu .nav-link{
	color: #212529 !important;
	padding: 5px 11px;
}

header .navbar-light .navbar-brand{
	line-height: 0;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

header .background-white.navbar-light .navbar-brand img {
    height: 85px;
    padding: 5px 0;
	transition: height 0.4s;
}

header.fixed-top .background-white.navbar-light .navbar-brand img{
	height: 55px;
	transition: height 0.4s;
}

header .header-middle-links-sticky-menu{
	display: none;
	background: #f2f2f2;
}

header.fixed-top .header-middle-links-sticky-menu{
	display: block;
}

/*Common: End*/

.section[data-parallax]{
	color: white;
}

.subscribe-box br{
	display: none;
}

.subscribe-box .wpcf7-form-control-wrap{
	display: inline-block;
	float: left;
}
.subscribe-box input[type="email"]{
	background: transparent;
	border: 1px solid #969696;
	color: #fff;
	width: 145px;
}

.subscribe-box input[type="submit"]{
	float: left;
}

.shop-collection-section{
	padding: 2rem 15px;
	background: #f3f3f3cc !important;
}


.shop-collection-section h2{
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom:0;
	
}

.shop-collection-section h2 span{
	display: block;
	font-weight: 500;
	font-size: 20px;
}


.page-template-templates .section-home-banner .section-overlay{
	background: rgba(0, 0, 0, 0.69);
	background: linear-gradient(90deg, rgba(51,51,51,0.9023810207676821) 50%, rgba(255,255,255,0.03963592272846639) 100%);
}

.section-home-banner h1{
	
}
.section-home-banner img {
    max-width: 325px;
    margin: auto;
}


.section-home-banner .undrline-heading::after{
	margin-bottom: 0;
}

.section-home-banner svg {
    max-height: 315px;
}
.section-home-banner h1 span{
	display: block;
	font-size: 35px;
}
.section-home-banner .home-banner-inner-content{
	display: flex;
	align-content: center;
	align-items: center;
	height: 100%;
}

.section-home-banner .banner-content p {
    font-size: 21px;
    max-width: 520px;
    margin: auto;
    font-weight: 400;
}

.section-home-banner .wpcf7 form.invalid .wpcf7-response-output, 
.section-home-banner .wpcf7 form.unaccepted .wpcf7-response-output{
	margin-top: 0;
	margin-bottom: 0;
	color: #333;
}

.box-request-service h2 {
    color: #333;  
}

.box-request-service {
    background: #f2f2f2;
    padding: 25px 20px;
    border-radius: 3px;
    box-shadow: 0 0 2px #515151;
}

.box-request-service .btn {
    display: block;
    width: 100%;
    font-weight: 900;
    letter-spacing: 3px;
}

.section-services-cols .single-service-col{
	text-align: center;
}

.section-services-cols .single-service-col .h2,
.section-services-cols .single-service-col span,
.section-services-cols .single-service-col h2,
.section-services-cols .single-service-col h3 {
    display: block;
    font-weight: 800;
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
}

.section-services-cols .single-service-col .h2
{
	font-size: 1.8rem;
}


.section-services-cols .single-service-col img{
	height: 67px;
	margin: auto;
}

.single-our-lock-service{
	position: relative;
	height: 270px;
	transition: all 0.4s;
}

.single-our-lock-service:hover{
	transform: scale(1.05);
	box-shadow: 0 0 5px rgb(0 0 0 / 59%);
}

.single-our-lock-service .service-heading {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 5px 20px;
    background: rgb(0 0 0 / 85%);
    color: white;
    display: flex;
    font-size: 17px;
    align-content: center;
    align-items: center;
    margin-bottom: 0;
	min-height: 55px;
}

.single-our-lock-service .service-heading img {
    margin-right: 10px;
    height: 35px;
    filter: invert(1);
}

.section-alternate-image-content .section-graphic-background{
	background-attachment: unset;
	min-height: 250px;
}

.section-alternate-image-content .section-header{
	padding: 30px 15px;
}

.section-testimonials .fa-star {
    font-size: 14px;
	color: yellow;
}

.section-verified h2{
	margin-bottom: 0;
	font-size: 1.7rem !important;
}

.section-verified img{
	height: 80px;
	margin: 0px auto 10px auto;
	mix-blend-mode: multiply;
}
.offer-coupon {
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
}
.offer-coupon-box {
    background: #fafafafa;
    padding: 25px 15px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
}
.offer-coupon .percent p {
    font-size: 30px;
    color: #b8042c;
    font-weight: 800;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
}
.offer-coupon .bottom-line {
    color: #222;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 0;
}
.section-4 .featured-list {
    margin: 0;
}

.section-faqs .accordion .card-header [data-toggle="collapse"]:after {
    font-family: "Font Awesome 5\Pro";  
    content: "\f068";
    float: right; 
}
.section-faqs .accordion .card-header .collapsed[data-toggle="collapse"]:after {
    /* symbol for "collapsed" panels */
    content: "\f067" !important; 
}
.section-faqs .card-header {
    padding: 0;
}
.section-faqs .card-header h2 {
    line-height: 0;
}
.section-faqs .btn {
    width: 100%;
    text-align: left;
}
.section-faqs .btn {
    width: 100%;
	text-align: left;
	color: #b8042c;
	text-transform: capitalize;
	font-weight: 400;
	letter-spacing: 0.5px;
	padding: 11px 12px !important;
	text-decoration: none !important;
	white-space: unset;
}
.single-blog {
    box-shadow: 0 4px 20px rgba(5, 5, 5, 0.13);
}
.single-blog .content {
    padding: 10px 14px;
}
.single-blog  .content h4 {
    font-size: 19px;
}
.single-blog  .content .read-link {
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}
.single-blog .date {
    margin: 0 !important;
    line-height: 16px;
    font-size: 13px;
    font-weight: bold;
	color: #ababab;
}



.page-template-page-contact .page-content .logo{
	max-width: 300px;
}

.page-template-page-contact .page-content .widget-container a{
	color: #333;
	font-weight: 700;
}

.page-template-page-contact .page-content .widget-container a i {
    color: #fff;
    background: #b8042c;
    padding: 7px;
    line-height: 20px;
	margin-top: 0 !important;
}

.page-template-page-contact .page-content h2{
	font-size: 2rem;
	color: #b8042c;
}

.page-template-page-contact .page-content .widget-container .phone a{
	font-size: 27px;
}

.page-template-page-contact .page-content .widget-container p{
	margin-bottom: 15px;
}

.page-template-page-contact .contact-form-col h2{
	font-size: 25px;
}

.page-template-page-contact .contact-form-col .wpcf7-acceptance span.wpcf7-list-item{
	margin-left: 0;
}

.page-template-page-contact .contact-form-col #contact-form-btn{
	width: 100%;
	display: block;
}
.page-template-page-contact .opening-hours-box .opening-box p {
    font-size: 15px;
    letter-spacing: 0.4px;
    line-height: 25px;
}
.page-template-page-contact textarea {
    height: 187px;
}
.page-template-page-contact .form-box {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 20px #80808033;
    border-radius: 4px;
}
.page-template-page-contact .contact-section-1-right-box{
    padding: 15px 15px;
    background: #f7f7f7;
}
.page-template-page-contact .contact-section-1-right-box .heading-h4{
	font-size: 20px;
}


.blog .single-blog {
    box-shadow: 0 4px 20px rgba(5, 5, 5, 0.13);
    margin: 15px 0;
}
.single-post .blog-img img {
    max-width: 600px;
	width: 100%;
}
.single .single-blog {
    margin: 15px 0;
}
/*FAQ's*/

.page-template-page-faqs .faqs-inner-details .card-header {
    padding: 0;
}
.page-template-page-faqs .faqs-inner-details .faqs-inner-details .card-header h2 {
    line-height: 0;
}
.page-template-page-faqs .faqs-inner-details .accordion .card-header [data-toggle="collapse"]:after {
    font-family: "Font Awesome 5\Pro";  
    content: "\f068";
    float: right; 
}
.page-template-page-faqs .faqs-inner-details .accordion .card-header .collapsed[data-toggle="collapse"]:after {
    /* symbol for "collapsed" panels */
    content: "\f067" !important; 
}
.page-template-page-faqs .faqs-inner-details .btn.btn-link {
    width: 100%;
    text-align: left;
    white-space: unset;
    font-size: 18px;
    padding: 10px 10px !important;
    color: #b8042c;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: 'Nunito', sans-serif;
}
.page-template-page-faqs .faqs-inner-details .card-body {
    padding: 15px 15px;
}
.page-template-page-faqs .faqs-inner-details .card-body p {
    margin-bottom: 0;
}


/*FAQ's End*/

/*About Page*/

.page-template-page-about .about-section-2 .single-box {
    background: #fff;
    padding: 12px;
    border-radius: 3px;
    border: 1px solid #cfcfcf;
    box-shadow: 0px 0px 15px #bbbbbb61;
    margin: 15px 0;
}

.page-template-page-about .about-section-2 .single-box .heading-h4 {
    color: #b8042c;
    border-bottom: 1px dashed #99999985;
    padding-bottom: 6px;
}

/*About Page End*/
/****/



/****/
footer {
    color: #333;
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
	position: relative;
}

footer .section-overlay{
	background: rgb(255 255 255 / 83%);
}

footer .container-footer-top{
	padding: 40px 15px;
}

footer h5, footer .h5 {
    font-size: 25px;
    text-transform: uppercase;
    padding-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 0px solid;
    display: inline-block;
    letter-spacing: 2px;
    font-weight: 800;
	font-family: 'Oswald', sans-serif;
}
footer h5.secound-heading, footer .h5.secound-heading {
	padding-top: 0;
	line-height: 45px;
}
footer p {
	margin-bottom: 0;
}
footer a {
    color: #333;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 0.3px;
	font-weight: 800;
}

footer a:hover {
	color: #b8042c;
	text-decoration: none !important;
}

footer b{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 21px;
}

footer ul.quick-links li{
	padding: 3px 0;
	line-height: 19px;
}

footer ul.quick-links li a i{
	margin-right: 5px;
}

footer .footer-address img {
    width: auto;
    height: 35px;
    margin-right: 10px;
}

footer .footer-address {
    line-height: 18px;
    text-align: left;
	margin-bottom: 20px;
}

footer .footer-address .d-flex {
	align-items: center;
}

footer .footer-address a{
    display: flex;
	align-items: center;
}

footer .foooter-inner-bottom {
	width: 100%;
}
footer .foooter-inner-bottom .subscribe-box, footer .foooter-inner-bottom .card-img{
	display: inline-block;
}
footer .foooter-inner-bottom .subscribe-box{
	padding: 15px 25px;
	margin: 20px 0;
}
footer .foooter-inner-bottom .subscribe-box .newsletter-heading{
	letter-spacing: 1px;
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 800;
}
footer .foooter-inner-bottom .card-img{
	width:200px;
	float: right;
	height: auto;
	margin-left: 15px;
}

footer .footer-bottom{
	margin: 0;
	margin-top: 15px;
	width: 100%;
	padding: 10px 15px;
	z-index: 1;
position: relative;
}

footer .list-inline {
	display: flex !important;
}

footer .footer-bottom a{
	color: #d7d7d7;
	font-size: 13px;
}
footer .footer-bottom p{
	font-size: 13px;
	letter-spacing: 0.3px;
	color: white;
}
footer ul.social li a {
    padding: 5px 3px 1px 3px;
    display: block;
    text-align: center;
    color: white;
    font-weight: 100;
}

footer ul.social li{
	margin-right: 0 !important;
}

footer ul.social li a i{
	font-size: 18px;
	margin-right: 0;
}

footer img{
	width: auto;
}
footer hr{
	border-top: 1px solid rgba(255, 255, 255, 0.63);
}

footer .app-widget img{
	margin-bottom: 15px;
}

.createdbycredit{
	text-align: center;
	padding: 0;
	margin: 0;
}
.createdbycredit-link {
    margin-right: -15px;
    text-transform: uppercase;
    font-size: 10px !important;
    letter-spacing: 2px;
}

@media (min-width:992px){
	
	.mobile-only{
		display: none;
	}
	.createdbycredit{
		position: absolute;
		top: -5px;
		right: 0;
		width: 255px;
	} 
	
	.navbar-expand-lg > .container{
		position: relative;
	}
	.navbar-expand-lg .navbar-collapse{
		
	}
	
	.single-product .content{
		margin-top: 50px;
	}
	
	header .nav-right-extra-links{
		display: block;
	}
	
	header .navbar-light .navbar-nav .nav-link{
		min-width: 120px;
		text-align: center;
		padding: 5px 4px;
	}
	header .navbar-light .navbar-nav ul ul .nav-link{
		min-width: 130px;
	}
	
	header .navbar-light .navbar-nav .dropdown-menu{
		box-shadow: 0px 3px 5px #171717;
	}
	
	header .navbar-light .navbar-nav .dropdown .dropdown-menu li a{
		border-bottom: 1px solid #902 !important;
		padding: 3px 11px;
		font-size: 15px;
		font-family: 'Nunito', sans-serif;
		font-weight: 600;
		transition: transform 0.1s;
	}
	
	header .navbar-light .navbar-nav .dropdown .dropdown-menu li:last-child a{
		border-bottom: 0 !important;
		
	}
	
	header .navbar-light .navbar-nav .dropdown:hover .dropdown-menu li:hover a{
		box-shadow: 0 0 8px #00000063;
		transition: transform 0.1s;
		transform: scale(1.1);
	}
	
	/*****/
	.navbar-expand-lg .navbar-nav {
		width: 100%;
	}
	header .navbar-light .navbar-nav li {
		width: inherit;
		padding: 22px 6px;
	}
	header .navbar-light .navbar-nav .dropdown:hover > .dropdown-menu {
		display: block;
		width: 100%;
		max-width: 94.5%;
		top: 60px;
	}
	
	header.fixed-top .navbar-light .navbar-brand {
		display: block;
	}
	header.fixed-top .navbar-light.navbar-expand-lg .navbar-nav {
		width: 90%;
	}
	/****/
	
	.carousel .heading{
		line-height: 60px;
	}
	
	.carousel .heading p{
		font-size: 40px;
	}
	
	.carousel .carousel-item.overlay .carousel-caption .slide-content-container{
		width: 64%;
	}
	
		
	.section-alternate-image-content .section-alternate-image-content-col{
		min-height: 500px;
		align-items: center;
		display: flex;
	}
	 
	.section-alternate-image-content .section-header{
		padding: 100px 50px;
		
	}
	
		
	footer .social{
			text-align: left !important;
	}

	
	footer .widget-container-logo{
		padding-left: 0;
	}
	
	footer .widget-container-logo .social{

		margin-top: 10px;
	}

	footer .widget-container .logo-container{
		text-align: left; 
	}
	
	footer .foooter-inner-bottom .card-img{
		margin-top: 7%;
	}
	
}

@media (min-width:767px){
	
	.dropdown-menu{
		top: 85%;
	}
	
	
	.navbar-light .navbar-nav .nav-link {
		color: rgb(64, 64, 64);
	}
	.btco-menu li > a {
		padding: 10px 15px;
		color: #212529;

	}

	.btco-menu .active a:focus,
	.btco-menu li a:focus ,
	.navbar > .show > a:focus{
		background: transparent;
		outline: 0;
	}


	.dropdown-menu .show > .dropdown-toggle::after{
		transform: rotate(-90deg);
	}

	header .topbar .right-section p{
		margin-left: 15px;
		
	}

}

@media (max-width:1200px){
	
	.header-middle-links .single-header-middle-link-item .link-content span{
		font-size: 14px;
	}
	
	.header-middle-links img{
		height: 41px;
	}
	header.fixed-top .navbar-light .navbar-nav li {
		width: inherit;
		padding: 22px 1px;
	}
	header.fixed-top .navbar-light .navbar-nav .nav-link {
		min-width: 110px;
		text-align: center;
		padding: 5px 4px;
		font-size: 16px;
	}
}

@media (max-width:992px){

	
	.h2, h2 {
		font-size: 1.9rem;
	}
	
	.web-only{
		display: none !important;
	}
	.widget-container img{
		max-width: 155px;
	}
	.widget-container .logo-container img.logo{
		max-width: 250px;
	}
	.section-home-banner img{
		max-width: 200px;
	}
	
	.section-home-banner .banner-content p{
		font-size: 18px;
	}
	
	.section-services-cols .single-service-col{
		margin-bottom: 40px;
	}
	
	section .btn {
		padding: 0px 10px !important;
	}

	p {
		font-size: 18px;
	}

	header .topbar{
		text-align: center;
		line-height: 12px;
		font-size: 12px;
		letter-spacing: 0.2px;
	}
	
	header .topbar a{
		font-size: 10px;
	}
	.topbar .phone-btn a.btn {
		padding: 4px 4px;
		font-size: 18px;
		font-weight: bold;
	}
	.topbar .phone-btn a.btn:hover {
		background-color: #b8042c !important;
		border-color: #b8042c !important;
	}
	header .topbar .right-section{
		text-align: center !important;
		padding: 2px 15px;
	}
	
	header .background-white.navbar-light .navbar-brand img {
		height: 65px;
	}
	
	header .nav-right-extra-links{
		right: 21%;
		top: 18px;
	}
	header .nav-right-extra-links li{
		padding: 7px 5px;
	}
	
	header .navbar-light .navbar-brand{
		margin-right: 0;
	}
	header #menu-item-3280 .dropdown-toggle ,
	header #menu-item-5176 .dropdown-toggle{
		position: relative;
	}
	#navbarResponsive #menu-item-3280 span::before, 
	#navbarResponsive #menu-item-5176 span::before {
		content: "\f107";
		font-family: "Font Awesome 5\Pro";
		position: absolute;
		right:10px;
		top: 10px;
		background: #ececec;
		box-shadow: 0px 0px 5px 2px #80808003;
		width: 25px;
		height: 26px;
		border-radius: 24px;
		padding: 0px;
		border: 1px solid #ececec;
		color: #2d2d2d;
	}
	
	header .navbar-light .navbar-nav .dropdown .dropdown-toggle::after {
		display: none;
	}
	
	.heading,
	.section-services-cols .single-service-col span, .section-services-cols .single-service-col h2, .section-services-cols .single-service-col h3,
	.section-verified h2, .section-services-cols .single-service-col .h2 {
		font-size: 1.9rem;
	}
	
	.section-home-banner h1 span{
		font-size: 23px;
	}
	
	.navbar-light .navbar-toggler {
		border-color: rgba(0,0,0,.1);
		color: #b8042c;
		background: rgba(0,0,0,.1);
	}
	
	.navbar-light .navbar-toggler:focus{
		outline: 0;
	}
	
	.navbar-light .navbar-toggler span {
		display: block;
		font-weight: 800;
		font-size: 10px;
		margin-top: 2px;
		letter-spacing: 0.3px;
		text-align: center;
	}
	
	header .navbar-light .navbar-nav .dropdown-menu{
		text-align: center;
		background: white;
	}
	
	header .navbar-light .navbar-nav .dropdown:hover .dropdown-menu li a{
		/*color: #333 !important;*/
		font-size: 12px !important;
	}
	
	header .navbar-light .navbar-nav .dropdown-menu::before,
	header .navbar-light .navbar-nav .dropdown-menu::after{
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
	}
	
	.carousel-control-next, .carousel-control-prev{
		height: 35px;
		width: 35px;
		padding: 2px;
		font-size: 12px;
	}
	
	.carousel-control-prev {
		left: 15px;
	}

	.carousel-control-next {
		right: 15px;
	}
	.carousel .heading{
		font-size: 1.2rem;
		line-height: 23px;
	}
	.carousel .heading span{
		font-size: 1.8rem;
	}
	.carousel .carousel-item.overlay .carousel-caption .slide-content-container{
		width: 71%;
		left: 15%;
	}
	.carousel .carousel-item img{
		height: 65vh;
	}
	header .navbar-light .navbar-nav .dropdown:hover .dropdown-menu li, 
	header .navbar-light .navbar-nav .dropdown .dropdown-menu li {
		padding: 0 !important;
	}
	header .navbar-light .navbar-nav .dropdown:hover .dropdown-menu li a {
		font-size: 17px !important;
	}
	/*header .navbar-light .navbar-nav .active .nav-link, header .navbar-light .navbar-nav li:hover .nav-link {
		border-bottom: 2px solid #b8042c !important;
	}*/
	
	header .navbar-nav{
		text-align: center;
		max-height: calc( 100vh - 155px );
		overflow-y: auto;
	}
	/*Home Page*/
	.section-3-service-section-boxes {
		display: none;
	}
	.home .section-verified {
		background: #f2f2f2;
	}
	/*Home Page*/
	footer h5, footer .h5 {
		padding-left: 0;
		border-left: transparent;
		padding-bottom: 0px;
		margin-bottom: 10px;
	}
	
	footer .foooter-inner-bottom .card-img{
		float: none;
	}
	
	#search-form-container input[type="text"]{
		font-size: 18px;
	}
	
	.section-home-banner .container{
		padding-bottom: 15px;
	}
	
	/*Search Page*/
	.search-results .search-box-container .left-side{
		text-align: center !important;
	}
	.search-results .search-box-container .right-side{
		text-align: center !important;
		padding-top: 20px;
	}
	
	.single-product .content{
		margin-top: 30px;
	}
	
	.single-testimonial .slick-slide img{
		max-height: 40px;
	}
	
	footer .footer-address a{
		text-align: center;
		display: block;
	}
	}
	.offer-coupon {
		margin-top: 20px;
	}
}

@media (max-width:767px){

	
	.page-header h1 {
		padding: 50px 10px;
		font-size: 25px;
    }
	.locations {
		text-align: center !important;
	}
	
	.single-product-box .bottom-content p{
		font-size: 16px;
	}
	
	.single-product-box .bottom-content{
		padding: 10px;
	}
	
	.single-product-box .image-container .overlay a{
		font-size: 14px;
		padding: 5px 7px 2px 7px;
	}
	
	.single-blog-post .view-more{margin:10px 0 10px 0;}

	.carousel .carousel-item img{
		height: 45vh;
	}
	/**/
	.section-faqs .btn {
		font-size: 17px;
	}
	.section-blog .single-blog {
		margin-bottom: 30px;
	}
	/**/
	.card-body {
		padding: 15px;
	}
	footer .widget-container{
		text-align: center;
	}
	
	
	.shop-collection-section .left-section, .shop-collection-section .right-section{
		text-align: center !important;
	}
	
	.shop-collection-section .right-section{
		margin-top: 15px;
	}
	
	.shop-collection-section h3{
		font-size: 21px;
	}
	
	

}



.services
{
  padding: 20px 0;
}
.services .description
{
  text-align: center;
  color: #333;
  margin-bottom: 10px;
}
.services .items
{
  display: flex;
  flex-wrap: wrap;
}

.services .item
{
  flex-basis: 25%;
  padding: 0 15px;
}

.services .more
{
  text-align: center;
}

.services a
{
  color: #cb1039;
}

.services .title
{
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #333333;
  letter-spacing: -0.5px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
}

.services ul
{
  list-style: none;
  color: #333;
  line-height: 36px;
}

.services i
{
  font-size: 16px;
  color: #cb1039;
}

.services ul a
{
  color: #333;
}


@media (min-width:992px){
/*	.navbar-expand-lg .navbar-nav .dropdown-menu
	{
		position: relative;
	}*/
	header .navbar-light .navbar-nav .dropdown:hover > .dropdown-menu
	{
		/*top:0;*/
		left: 4px;
	}
}

@media all and (min-width: 992px)
{
	.dropdown-menu li:hover > .dropdown-menu
	{
		display: block;
	}

	.dropdown:hover > .dropdown-menu li
	{
		position: relative;
	}
}

.wp-block-image figcaption
{
	text-align: center;
}

.wp-block-image img
{
	width: 100% !important;
	height: auto !important;
}


.how-work .icon
{
	color: #b8042c;
	font-size: 24px;
}


.how-work .title
{
	color: #b8042c;
	font-size: 24px;
}

.how-work .description
{
	font-size: 16px;
}

@media (max-width:500px){
	.btn
	{
		white-space: normal;
	}
}

.mobile-toggel
{
	display: none;
}
@media (max-width:992px){
	header .navbar-light .navbar-nav li, header.fixed-top .navbar-light .navbar-nav li
	{
		padding: 0;
	}
	.navbar-nav .menu-item.open > .dropdown-menu
	{
		display: block;
		border-bottom: 2px solid #b8042c;
		text-align: left;
		padding-left: 25px;
	}
	.navbar-nav .menu-item.open > a .caret:after
	{
		content:'\f077';
	}
	header .navbar-light .navbar-nav .nav-link {
		position: relative;
	}
	.navbar-nav .menu-item.open > .dropdown-menu .nav-link
	{
		text-align: left;
	}
}
@media (max-width:500px){

	.topbar .phone-btn a.btn {
		padding: 1px 4px;
		font-size: 18px;
		font-weight: bold;
	}

	.carousel .carousel-item img {
		height: 45vh;
	}
	
	.single-product-box img, .single-product-box .image-container .overlay{
		height: 150px;
	}
	
	header .background-white.navbar-light .navbar-brand img{
		height: 55px;
	}
	/*Home Page*/
	body {
		font-size: 16px;
	}
	section input, section textarea, section select {
		margin: 10px 0;
		padding: 6px 8px !important;
	}
	.h2, h2 {
		font-size: 1.6rem;
	}
	p {
		font-size: 16px;
		letter-spacing: 0.3px;
	}
	header .navbar-light .navbar-nav .dropdown .dropdown-menu li a {
		font-size: 17px !important;
		/*letter-spacing: 1px;*/
		font-weight: 100;
	}
	
	.section-verified h2 {
		margin-bottom: 0;
		font-size: 1.2rem !important;
		font-weight: 600 !important;
	}
	.locations a {
		display: block;
		color: #333;
		font-family: 'Oswald', sans-serif;
		text-align: left;
		margin: 5px 0;
		font-weight: 300;
		letter-spacing: 0.5px;
	}
	.heading, .section-services-cols .single-service-col span, .section-services-cols .single-service-col h2, .section-services-cols .single-service-col h3, .section-verified h2, 
	.section-services-cols .single-service-col .h2 {
		font-size: 1.6rem;
	}
	.ajax-loader {
		position: absolute;
		bottom: 0;
	}
	.box-request-service {
		padding: 18px 15px;
	}
	
	/*Home Page*/
	/*Services Page*/
	.section-alternate-image-content .section-header {
		padding: 30px 0;
	}
	/*Services Page*/
	/*Contact Page*/
	.page-template-page-contact .page-content .logo {
		max-width: 220px;
	}
	.page-template-page-contact .page-content h2 {
		font-size: 1.6rem;
	}
	.page-template-page-contact .page-content .widget-container a i {
		display: block;
		width: 34px;
		margin: auto;
		margin-bottom: 3px;
	}
	.page-template-page-contact .page-content .widget-container a {
		display: block;
		text-align: center;
	}
	.page-template-page-contact .contact-form-col h2 {
		font-size: 19px;
		font-weight: 400 !important;
	}
	
	/*Contact Page*/
	/**/
	.page-template-page-faqs .faqs-inner-details .btn.btn-link {
		font-size: 16px;
		padding: 10px 10px !important;
		color: #b8042c;
	}
	/**/
	.createdbycredit {
		line-height: 10px;
	}
}

@media (max-width:330px){
	
	footer .footer-address a.text-lowercase {
		font-size: 11px;
	}
	
}

.wprevpro_t1_SPAN_5
{
	text-align: left;
}


.wprs_unslider a.wp-google-name
{
    color: #427fed !important;
    font-family: "Helvetica Neue";
    font-weight: 700;
    text-transform: none;
    font-size: 14px;
}

#wprev-slider-1 .w3_wprs-row-padding-small {
    padding: 0 4px;
    width: 50%;
    float: left;
    padding: 0 15px;
}

@media all and (max-width: 568px)
{
	#wprev-slider-1 .w3_wprs-row-padding-small
	{
		width: 100%;
		float: none;
	}
	.col-xs-4
	{
		width: 26%;
	}
	.wprs_unslider-arrow.next
	{
		right: -20px;
	}
	 .wprs_unslider-arrow.prev
	{
		left: -20px;
	}
	.wprs_unslider .wprev-slider
	{
		margin: 0 20px;
	}

	.services .items
	{
		display: block;
	}
	.services .item
	{
		margin-top: 1.5rem;
	}
	.services .item .title
	{
		font-size: 26px;
		line-height: 26px;
	}
	.offer-coupon
	{
		display: block;
	}
}


.home #wprev-slider-2, .page-template-page-about #wprev-slider-2
{
	margin: 0 30px;
}

.home .wprs_unslider-arrow.next, .page-template-page-about .wprs_unslider-arrow.next
{
	right: 0px;
}
.home .wprs_unslider-arrow.prev, .page-template-page-about .wprs_unslider-arrow.prev
{
	left: 0px;
}

.wprs_unslider-wrap > li
{
/*	margin: 0 -15px;*/
}

.wprevpro_t1_P_3
{
	padding-right: 20px;
}

.accardion .title
{
	cursor: pointer;
}

.play-youtube-video
{
	cursor: pointer;
	max-width: 100%;
}

.navbar-nav > li > a
{
	white-space: nowrap;
}

/* Обёртка таблицы */
.wp-block-table {
  margin: 2rem 0;
  overflow-x: auto; /* горизонтальный скролл на мобилках */
}

/* Сама таблица */
.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  line-height: 1.6;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

/* Шапка таблицы */
.wp-block-table thead tr {
  background-color: #1e293b;
  color: #ffffff;
  text-align: left;
}

.wp-block-table thead th, .wp-block-table thead td {
  padding: 14px 18px;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 0.85rem;
  text-transform: uppercase;
}

/* Ячейки тела таблицы */
.wp-block-table tbody td {
  padding: 12px 18px;
  border-bottom: 1px solid #e2e8f0;
  color: #374151;
  vertical-align: middle;
}

/* Зебра — чередование строк */
.wp-block-table tbody tr:nth-child(even) {
  background-color: #f8fafc;
}

/* Ховер на строку */
.wp-block-table tbody tr:hover {
  background-color: #eff6ff;
  transition: background-color 0.2s ease;
}

/* Последняя строка без нижней границы */
.wp-block-table tbody tr:last-child td {
  border-bottom: none;
}

/* Подвал таблицы (tfoot) */
.wp-block-table tfoot td {
  padding: 12px 18px;
  background-color: #f1f5f9;
  font-weight: 600;
  color: #1e293b;
  border-top: 2px solid #e2e8f0;
}

/* Подпись под таблицей (figcaption) */
.wp-block-table figcaption {
  text-align: center;
  font-size: 0.85rem;
  color: #6b7280;
  margin-top: 10px;
  font-style: italic;
}

/* Мобильная адаптация */
@media (max-width: 640px) {
  .wp-block-table thead {
    display: none; /* прячем шапку на мобилках */
  }

  .wp-block-table tbody tr {
    display: block;
    margin-bottom: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
  }

  .wp-block-table tbody td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.9rem;
  }

  .wp-block-table tbody td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #1e293b;
    margin-right: 1rem;
    flex-shrink: 0;
  }

  .wp-block-table tbody tr:nth-child(even) {
    background-color: #f8fafc;
  }
}