body{padding:0; margin:0; background-color:#fff; cursor:default; color:#494949; font-size:15px; line-height:1.6; font-family: 'Roboto', sans-serif; font-weight:400;}
img{max-width:100%; border:none;}
a{text-decoration:none; outline:none !important; color:#ed1c24;}
a:hover{text-decoration:none; color:#494949;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{line-height:1.2; margin-top:0;}
h1, .h1{color:#0f5fab; margin-bottom:20px;}
h2, .h2{font-size: 30px;font-weight: 700;font-family: 'Exo 2', sans-serif;}
h3, .h3{margin-bottom:35px;color: #24507c;font-size: 36px;font-weight: 500;font-family: 'Exo 2', sans-serif;}
h4, .h4{font-size:20px; color:#201f1d;}
h5, .h5{font-size:18px; }
h6, .h6{font-size:16px;}
p{margin-bottom:20px;}



.form-control{border-radius:0; height:50px !important; box-shadow:none;}
select.form-control {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	background-image: url(../images/down-arrow.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	height: 64px !important;
	width: 285px;
	top: -4px;
	position: relative;
    color: #858585;
    padding: 0px 5px;
}
.form-group{margin-bottom:0;}

textarea.form-control{border-radius:0; height:88px !important;}


.req{color:#ed1c24;}

label{font-weight:300;}

.btn {
	border-radius: 0;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
	border-width: 2px;
	font-weight: 500;
	padding: 12.5px 24px;
	margin: 0px;
	display: table;
	font-size: 14px;
}
.btn img{ display:inline-block; vertical-align:middle; margin-left:15px;}
.btn-group-lg > .btn, .btn-lg{font-size:16px; padding:10px 20px;}
.btn-group-sm > .btn, .btn-sm{font-size:12px; padding:5px 10px;}
.btn-group-xs > .btn, .btn-xs{font-size:12px; padding:1px 5px;}
.btn-minwidth{min-width:145px;}
button[disabled].btn{background-color:#b5b5b5 !important; border-color:#b5b5b5 !important; color:#fff !important; opacity:1;}
.btn-primary {
	border-color: #ff0000;
	background-color: #ff0000;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:active:hover, .btn-primary.focus, .btn-primary:focus{border-color:#8f8f8f; background-color:#8f8f8f; color:#fff;}
.btn-green{border-color:#469d1b; font-size:15px; display:inline-block; background-color:#469d1b; color:#fff;}
.btn-green:hover, .btn-green:active, .btn-green:active:hover, .btn-green.focus, .btn-green:focus{border-color:#ffdc4d; background-color:#ffdc4d; color:#fff;}
.btn-danger{border-color:#ed1c24; background-color:#ed1c24; color:#fff;}
.btn-danger:hover, .btn-danger:active, .btn-danger:active:hover, .btn-danger.focus, .btn-danger:focus{border-color:#000; background-color:#000; color:#fff;}
.btn-default{border-color:#0f5fab; background:none; color:#0f5fab;}
.btn-default:hover, .btn-default:active, .btn-default:active:hover, .btn-default.focus, .btn-default:focus{border-color:#000; background-color:#000; color:#fff;}
.btn-default-blue{border-color:#213a74; background:none; color:#213a74; font-size:11px; font-weight:400; letter-spacing:3px;}
.btn-default-blue:hover, .btn-default-blue:active, .btn-default-blue:active:hover, .btn-default-blue.focus, .btn-default-blue:focus{border-color:#213a74; background-color:#213a74; color:#fff;}

.btn-group2{margin-left:-5px; margin-right:-5px;}
.btn-group2 .btn{margin:5px;}

.full-width{width:100%;}

.modal-content{border-radius:0;}

.form-control::-moz-placeholder{color:#afafaf; font-weight:300; text-transform:capitalize;}
.form-control:-ms-input-placeholder{color:#afafaf; font-weight:300; text-transform:capitalize;}
.form-control::-webkit-input-placeholder{color:#afafaf; font-weight:300; text-transform:capitalize;}
.popup textarea.form-control {
	height: 90px;
	resize: none;
}


.main_area{padding: 30px 0px;margin: 0;}


.shoroom_totalarea{ background:#000; padding-bottom:20px; margin-top:0px;}
.shoroom_totalarea .shoroom_box{}
.shoroom_totalarea .shoroom_box a {
    overflow: hidden;
    display: flex;
    height: 180px;
}
.shoroom_totalarea .shoroom_box a img{ width: 100%; object-fit: cover;}
.shoroom_totalarea .pagination{margin-bottom: 0;}
.shoroom_totalarea .page-numbers {
    
    color: #ffffff;
    background-color: transparent;
    border: 1px solid rgba(222, 226, 230, 0.14);
    font-size: 18px;
}
.color_area .item {
	margin-bottom: 15px;
}

/*Main CSS
--------------------------------------------------------------------------------------------------*/



@media screen and (min-width: 992px) {
.top-menu{padding: 0; float: left;}
.top-menu ul{padding:0; margin:0 -14px; list-style:none;}
.top-menu ul li{float:left; position:relative; margin-right:12px;}
.top-menu ul li a{color:#fff;  font-weight:500; font-size:14px; padding:0; position:relative; margin:18px 20px; display:block; text-transform:uppercase;}


.top-menu ul li a::after {
	content: "";
	position: absolute;
	top: -18px;
	right: 0;
	width: 2px;
	height: 0;
	background: #fff;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-khtml-transition: all ease-in-out 0.5s;
	left: 0;
	margin: auto;
}
/*.top-menu ul li a:before{ content:""; position:absolute; bottom:0; left:0; width:0; height:1px; background:#fff; transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s; -webkit-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; -khtml-transition: all ease-in-out 0.5s;}
*/

.top-menu ul ul li a:after, .top-menu ul ul li a:brfore{ display:none;}
.top-menu ul li a:hover:after, .top-menu ul li a:hover:before,
.top-menu ul li:hover > a:after, .top-menu ul li:hover > a:before,
.top-menu ul li.current-menu-item > a:after, .top-menu ul li.current-menu-item > a:before{ height:20px;}



.top-menu ul li a:hover,
.top-menu ul li:hover > a,
.top-menu ul li.current-menu-item > a{color:#fff;}
.top-menu ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 220px;
	background: #283891;
	border-top: solid 3px #bf1e2d;
}
.top-menu ul ul li{float:none; border-top:solid 1px #ffffff4d; margin-right:0;}
.top-menu ul ul li a{color:#ffffff; padding:10px 10px; margin:0; text-align:left; font-size:14px; text-transform:capitalize;}
.top-menu ul ul li a:hover,
.top-menu ul ul li:hover > a,
.top-menu ul ul li.current-menu-item > a{color:#ffffff; background:#bf1e2d;}
.top-menu ul ul ul{left:100%; top:0;}
.top-menu ul li:hover > ul{display:block;}
.top-menu ul ul {	
	opacity: 0;
	z-index: 990;	
	top: -9999em;	   		
	-webkit-box-shadow: 0 2px 7px rgba( 0, 0, 0, .2 );
	   		box-shadow: 0 2px 7px rgba( 0, 0, 0, .2 );
	   		
	-webkit-transform: scale(.9);
	   		transform: scale(.9);
	
	-webkit-transform-origin: center top;
	   		transform-origin: center top;
	
	-webkit-transition-property: -webkit-transform, opacity, top;
	   		transition-property: transform, opacity, top;
	   		
	-webkit-transition-duration: .3s, .3s, 0s;
	   		transition-duration: .3s, .3s, 0s;
	   		
	-webkit-transition-delay: 0s, 0s, .3s;
	   		transition-delay: 0s, 0s, .3s;
}

.top-menu ul li:hover > ul {
	top:100%;
	opacity: 1;	
	-webkit-transform: scale(1);
	   		transform: scale(1);
	   		
	-webkit-transition-delay: 0s;
	   		transition-delay: 0s;
			margin-top:0px;
}

.top-menu ul ul li:hover > ul{top:-10px; left:100%;}

}

/*------------- header area css -------------*/

.header_top{
   
    background: #202020;
    border-bottom: 2px solid #3b3b3b;
}
.header_top_left{ float:left;}

.header_top_left ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: table;
}

.header_top_left ul li {
    /* padding-right: 10px; */
    color: #a1a1a1;
    font-size: 14px;
    font-weight: 500;
    display: table-cell;
    padding: 15px 0;
    /* margin-right: 10px; */
    padding-right: 10px;
}

.header_top_left ul li a{
    color: #a1a1a1;
    font-size: 14px;
    font-weight: 500;
    padding-right: 5px;
}
.header_top_left ul li a i{ color:#fff;}
.header_top_left ul li a i:hover{ color:#ff0000;}
.header_top_left ul li a:hover{ color:#fff;}
.header_top_left ul li span{
	 color: #a1a1a1;
    font-size: 14px;
    font-weight: 500;
	margin-right:5px;
}
.header_top_right ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.header_top_right{ float:right;}
.header_top_right ul li{
  float:left;
  font-size:14px;
  text-transform:uppercase;
}
.header_top_right ul li a {
    padding: 15px 14px;
    display: inline-block;
    border-right: 2px solid #3b3b3b;
	color:#a1a1a1;
	font-weight:500;
	
}
.header_top_right ul li:first-child a{
	border-left: 2px solid #3b3b3b;
}
.header_top_right ul li a span{ color:#fff; #ff0000}
.header_top_right ul li a i{ margin-right:5px;}
.header_top_right ul li a:hover{ background:#ff0000; color:#fff;}

.btn-red{width:205px!important; border:none!important;  padding: 15px 14px; background:#ff0000; font-weight:700!important; color:#fff!important; font-size:14px; text-transform:uppercase; text-align:center;}
.btn-red:hover{ background:#fff!important; color:#ff0000!important;}

.header_logoarea{ min-height:94px; background:#202020;}
.header_logoarea .logobox {
	padding: 28px 0;
	max-width:240px;
	width:100%;
	float:left;
}
.serach_area{ float:right;}
.serach_area .input-group {
	border-bottom: 2px solid #4c4c4c;
	margin-top: 24px;
}
.serach_area .form-control {
    height: 40px!important;
    background-color: transparent;
    border: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding-left: 0;
    width: 390px;
    /* width: 100%; */
	box-shadow:none;
}
.search_btn {
	background: none;
	border: none;
	color: #fff;
	padding: 10px 5px;
	cursor: pointer;
	outline: none!important;
}
.search_btn:hover{ color: #ff0000;}





.header_menuarea {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 91;
}
.header_menuarea nav.menubox {
	background: #ff0000;
	border-bottom:3px solid #c10505;
	box-sizing:border-box;
	padding:0 40px;
}







/*----------- video banner area css ------------*/
.videoarea {
  position: relative;
  overflow: hidden;
 /* background-color:black;*/
  height:600px
}
.videoarea video {
  position: absolute;
  z-index: 1;
  top: 0;
  width:100%;
  height:100%;
  /*  object-fit is not supported on IE  */
  object-fit: cover;
  opacity:1;
}

/*------------ allcategori_area css --------------*/

.allcar_dltabox {
	background: #2f2f2f;
	min-height: 270px;
	display: flex;
}
.allcar_dltabox .allcar_dltabox_contantbox {
    width: 66%;
    box-sizing: border-box;
    padding: 0 24px;
    min-height: 270px;
    display: flex;
    align-items: center;
}
.allcar_dltabox .allcar_dltabox_contantbox .innerbox{ display:block; width:100%;}
.allcar_dltabox .allcar_dltabox_contantbox .innerbox h2{ font-size:28px; color:#ffffff;}
.allcar_dltabox .allcar_dltabox_contantbox .innerbox p{ font-size:14px; font-weight:300; color:#fff;}
.allcar_dltabox .allcar_dltabox_contantbox .innerbox h2 span{ display:block; color:#fa1e1e; font-family: 'Roboto', sans-serif; font-weight:700; font-size:18px;}
.allcar_dltabox_contantbox .btn-customlink:hover:before{ background:#fa1e1e;}
.allcar_dltabox .allcar_dltabox_imgbox {
    display: flex;
    width: 38%;
    align-items: center;
    padding: 0 10px;
}
.allcar_dltabox .allcar_dltabox_imgbox .thumbleimg_box {
    display: block;
    /* display: inline-block; */
    text-align: center;
    width: 100%;
}
.allcar_dltabox .allcar_dltabox_imgbox .thumbleimg_box img {
	height: 190px;
	margin: auto;
	width:auto;
}


.home-slider{ position:relative; width:100%;  z-index:9;border-top: 2px solid #fff;}
.home-slider .container{ position:relative;}

.home-slideshow{width:100%; z-index:8;}
.home-slideshow .slide{width:100%; position:relative;/* background-position:center; min-height:660px; background-size:cover; background-repeat:no-repeat;*/}
.home-slideshow .slide img{ width:100%;}
.home-slideshow .slide .thumb{width:100%;}
.home-slideshow .slide .caption{position:absolute; left:0; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%;}
.home-slideshow .slide h1{font-size:54px; color:#fff; margin-bottom:15px; line-height:60px;  font-weight:900;}
.home-slideshow .slide p{ color:#FFF;}
.home-slideshow .slide .con{max-width:600px;}
.home-slider .btn-customlink {
     max-width: 222px;
	 width:100%;
}


.home-slider-nav{position:relative; z-index:9; margin-top:-40px;}
.home-slider-nav a{width:45px; height:45px; background-color:#f26611; background-position:center center; background-repeat:no-repeat; border-radius:100%; display:block;}
.home-slider-nav a:hover{background-color:#343434;}
#HomePrev{background-image:url(../img/prev.png); float:left;}
#HomeNext{background-image:url(../img/next.png); float:right;}
/* pager */
.cycle-pager { 
    text-align: center; right:0; z-index: 500; position: absolute; bottom: 260px; overflow: hidden; width:10px;
}
.cycle-pager span {
	font-family: arial;
	font-size: 0;
	width: 6px;
	height: 6px;
	display: block;
	color: #000000;
	margin: 0 3px;
	background: #ffffff;
	cursor: pointer;
	position: relative;
	margin: 15px auto;
	text-align:center;
	border-radius:50%;
	
	
}

.cycle-pager span.cycle-pager-active { background:#ff0000; width:10px; height:10px;}

.cycle-pager > * { cursor: pointer;}



.home-slideshow .slide .con{
    z-index: 5;
    position: relative;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.5s ease-out;
    transition: opacity 0.4s ease, -webkit-transform 0.5s ease-out;
    transition: opacity 0.4s ease, transform 0.5s ease-out;
    transition: opacity 0.4s ease, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
	}
.home-slideshow .slide.cycle-slide-active .con{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.5s ease-out;
    transition: opacity 0.4s ease, -webkit-transform 0.5s ease-out;
    transition: opacity 0.4s ease, transform 0.5s ease-out;
    transition: opacity 0.4s ease, transform 0.5s ease-out, -webkit-transform 0.5s ease-out
}
.home-slideshow .slide.cycle-slide-active .con>* {
    -webkit-animation: fade-down 1.5s ease both;
    animation: fade-down 1.5s ease both
}


@-webkit-keyframes fade-down {
    0% {
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fade-down {
    0% {
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.banner-in{position:relative;}
.banner-in .thumb{width:100%;}
.banner-in .caption{position:absolute; left:0; bottom:50px; width:100%; text-align:center;}
.banner-in .caption h1{color:#ffffff; font-weight:bold; position:relative; text-align:center; padding-bottom:10px;}
.banner-in .caption h1:after{content:''; background:#fff; width:110px; height:3px; display:block; position:absolute; left:50%; bottom:0; margin-left:-55px;}










/*.cliant-carousel .owl-item:nth-of-type(2n) .allcar_dltabox{ background:#2f2f2f;}*/



.cliant-carousel .owl-dots {
    margin-top: 15px;
    text-align: center;
    width: 100%;
}
.cliant-carousel button.owl-dot {
    background: #1c1c1c;
    width: 20px;
    height: 6px;
    margin: 0 4px;
    border: none;
    border-radius: 20px;
    outline: none;
    vertical-align: middle;
}
.cliant-carousel button.owl-dot.active{background:#ff1c1c; width:30px; border-color:#ff1c1c;}

.cliant-carousel .item .allcar_dltabox.black{
	background:#1c1c1c
  

}
.cliant-carousel .owl-item:nth-of-type(2n) .item .allcar_dltabox.black{
	order:1;
}
.cliant-carousel .owl-item:nth-of-type(2n) .item .allcar_dltabox{
	order:2;
}

.allcar_dltabox .btn-customlink{ max-width:214px;}

.subpage_bannerarea{ background-position:center; padding:130px 0;  background-repeat:no-repeat; background-size:cover;}

.subpage_bannerarea .breadcrumb{ 
    float:right; 
    padding:0;
    margin-bottom:0;
    list-style: none;
    background-color: transparent;
}
.subpage_bannerarea .breadcrumb a{ color:#fff; font-size:14px; font-weight:400;}
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #fff;
	content: "\f105";
	font-family: FontAwesome;
}
.breadcrumb-item.active {
	color: #ff0000;
}
.subpage_bannerarea  h1{
    float: left;
    font-size: 30px;
    margin: 0;
    color: #fff;
	font-weight:800;
    text-transform: capitalize;
}

.contact_area{
    padding: 0px 0px 80px 0px;
}

.contact_address{
    border-bottom: 1px solid #c7c7c7;
}

.contact_box{
    border-right: 1px solid #c7c7c7;
}

.contact_box:last-child{
    border: none;
}

.contact_address_contain{
    padding: 30px 0px;
    margin: 0px;
    text-align: center;
}

.contact_address_contain img {
    display: block;
    margin: auto;
    margin-bottom: 15px;
    height: 42px;
}

.contact_address_contain h4{
    font-size: 24px;
    font-weight: 500;
    color: #ff0000;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.contact_address_contain p{
    font-size: 16px;
    font-weight: 300;
    color: #666666;
    margin-bottom: 6px;
}

.contact_address_contain p strong{
    font-weight: 500;
    font-size: 16px;
    color: #666666;
}

.contact_address_contain p a{
    font-weight: 500;
    font-size: 16px;
    color: #666666;
}

.contact_address_contain p a:hover{
    color: #ff0000;
}

.contact_form{
    padding-top: 60px;
}

.contact_area .contact_form .form-control{
    margin-bottom: 30px;
}

.contact_area .contact_form textarea.form-control{
    height: 137px !important;
}

.contact_area .contact_form button{
    margin: auto;
}

.contact_area .contact_form .form-control:focus {

    color: #495057;
    background-color: #fff;
    border-color: #c6c6c6;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(119, 120, 121, 0.25);

}

.subpagebtn .btn-customlink{ background-color:transparent; color:#ff0000; cursor:pointer;}
.subpagebtn .btn-customlink:after{ background-color:#000!important;}
.subpagebtn .btn-customlink:hover{ background-color:#ff0000!important; border-color:#ff0000!important; color:#fff!important;}

/*-------------- about area css ----------------*/

.about_area{
    padding: 75px 0px;
    background: #ffffff;
}

.about_us{
    text-align: center;
    padding: 0;
    margin: 0;
}

.about_us h3{
    color: #0f1314;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.about_us p{
    color: #666666;
    font-size: 18px;
    font-weight: 300;
}

.about_us p span{
    color: #ff0000;
    font-size: 18px;
    font-weight: 500;
}

.about_us_image {
	padding: 0;
	margin: 0;
	height: 260px;
	overflow: hidden;
	display: flex;
	position: relative;
}

.about_image_area{
    width: 100%;
    max-width: 1108px;
    margin: auto;
}

.about_us_image img {
	width: 100%;
	object-fit: cover;
}

.about_us_image::before{
    content: "";
    position: absolute;
    background-image: url(../images/hove.png);
    width: 100%;
    height: 260px;
    opacity: 0.6;
}

.about_us_contain{
    padding: 25px 15px;
    margin: 0;
    position: absolute;
    width: 100%;
}

.about_us_contain h4{
    font-size: 18px;
    font-weight: 700;
    font-family: 'Exo 2', sans-serif;
    color: #ff0000;
    margin-bottom: 15px;
}

.about_us_contain p{
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
}
/*--------------- luxmats area css ---------------*/

.luxmats_area{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 376px;
    position: relative;
}

.luxmats_area::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 376px;
    background-image:url(../images/hover2.png);
    opacity: 0.6;
}

.luxmats{
    padding: 55px 0px;
    position: relative;
    text-align: center;
}

.luxmats h3{
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
}

.luxmats p{
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
}

.about_lower_area{
    padding-bottom: 80px;
}

.about_lower_image{
    width: 100%;
    max-width: 570px;
    margin: auto;
    border: 18px solid #ffffff;
    height: 304px;
    display: flex;
    overflow: hidden;
    margin-top: -66px;
    position: relative;
}

.about_lower_image img{
    width: 100%;
    object-fit: cover;
}

.about_lower_contain{
    width:100%;
    max-width: 761px;
    margin: auto;
    margin-top: 15px;
    text-align: center;
}

.about_lower_contain h3{
    color: #0f1314;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
}

.about_lower_contain p{
    font-size: 15px;
    font-weight: 300;
    color: #666666;
    margin-bottom: 20px;
}

.about_lower_contain p span{
    color: #ff0000;
    font-size: 15px;
    font-weight: 500;
}

/*TOP*/
#back-top{bottom:40px; position:fixed; right:20px; z-index:999; background:url(../images/up-arrow.png) center center no-repeat; width:48px; height:48px; border-radius:3px; display:none;}






.Info_area{ padding:60px 0 75px 0;}
.card{ border:0; }


#accordion .card-header{
    border: none;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 10px;
	cursor:pointer;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 10px;
}
#accordion .card-header {
    display: block;
    padding: 15px 35px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: #202020;
    border: none;
    position: relative;
    transition: all 0.3s ease 0s;
}
/*#accordion .card-header a:after,
#accordion .card-header a.collapsed:after{
    content: "\f068";
    font-family: "FontAwesome";
    font-weight: 900;
    width: 40px;
    height: 40px;
    line-height: 32px;
    border-radius: 50%;
    background: #888bc2;
    text-align: center;
    font-size: 15px;
    color:#fff;
    border: 5px solid #fff;
    position: absolute;
    top: 10px;
    left: -20px;
    transition: all 0.3s ease 0s;
}*/
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right;
	font-weight: 900;
    width: 40px;
    height: 40px;
    line-height: 32px;
    border-radius: 50%;
    background: #ff0000;
    text-align: center;
    font-size: 15px;
    color:#fff;
    border: 5px solid #fff;
    position: absolute;
    top: 10px;
    left: -20px;
    transition: all 0.3s ease 0s; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}
#accordion .card-header a:hover:after,
#accordion .card-header a.collapsed:hover:after{
    transform: rotate(360deg);
}
#accordion .card-body{
    padding: 15px 25px;
    background: #fff;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 25px;
    border-top: none;
    position: relative;
}



/*-------------- shop area css --------------*/

.shop_area{
    padding: 75px 0px;
}

/*--------------- product area css -----------------*/

.product_area{
    padding: 30px 0;
}

.product_area_contain{
    padding: 15px 0px;
}

.product_area_contain p{
    font-size: 15px;
    font-weight: 300;
    color: #666666;
    margin-top: 30px;
}

.product_area_contain h3{
    color: #0f1314;
    font-size: 18px;
    font-weight: 700;
    position: relative;
}

.product_area .product_area_contain h3 select.form-control {
	position: absolute;
	right: 0;
	width: 160px;
	height: 40px !important;
	cursor: pointer;
    font-size: 12px;
}

.product_image_tumble{
    
}

.product_image_tumble img {
	margin: auto;
	display: block;
	height: 210px;
	width: auto;
}

.product_body{
    text-align: center;
    margin-top: 15px;
}
.product_body .nt-title{
    min-height: 66px;
    background: #0f1314;
    font-size: 16px;
    font-weight: 500;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    line-height: 20px;
    color: #f1f1f1;
    text-align: center;
    margin-bottom: 15px;
}

.product_body .nt-title span{
    display: block;
    text-align: center;
    width: 100%;
}
.product_body h4{
    background: #0f1314;
    font-size: 16px;
    font-weight: 500;
    color: #f1f1f1;
    padding: 25px 30px;
    margin-bottom: 10px;
}

.product_body h5{
    font-size: 16px;font-weight: 500;color: #ff0000;
}

.product{
    margin-bottom: 40px;
}

.product_area .product_area_contain h3 select.form-control:focus{
    border-color: #e1e1e1;
    box-shadow: 0 0 0 .2rem rgba(171, 172, 172, 0.25);
}

/*------------- become an affiliate area css ------------*/

.become_an_affiliate_area{
    padding: 75px 0px;
}

.become_an_affiliate_heading{
    text-align: center;
}

.become_an_affiliate_heading h2{
    color: #0f1314;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: capitalize;
}

.become_an_affiliate_image {
	background: #ff0000;
	width: 69px;
	height: 69px;
	border-radius: 50%;
    margin-bottom: 15px;
    display: flex;
}

.become_an_affiliate_image:hover{
    background: #000000;
}

.become_an_affiliate_image img{
    display: block;
    margin: auto;
}


.become_an_affiliate_contain h3{
    color: #0f1314;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.become_an_affiliate_contain p{
    color: #666666;
    font-size: 15px;
    font-weight: 300;
    margin: 0px;
}

.apply_for_an_account{
    margin-top: 80px;
}

.apply_for_an_account h3{
    color: #0f1314;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.apply_for_an_account p{
    font-size: 15px;
    font-weight: 300;
    color: #666666;
}

.apply_for_form_area h3{
    color: #ff0000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px;
}

.become_an_affiliate_area .apply_for_form_area .form-control {
	border-radius: 0;
	height: 50px !important;
	box-shadow: none;
    margin-bottom: 30px;
    color: #3c4040;
    font-size: 12px;
    font-weight: 300;
    border-color: #d8d8d8;
}

.become_an_affiliate_file_upload{
    color: #ff0000;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.become_an_affiliate_area .apply_for_form_area .form-control-file, .form-control-range{
    display: inline-block;
    width: auto;
}

.medil_area{
    background: #ff0000;
    min-height: 337px;
    margin: 75px 0px;
    position: relative;
}

.medil_area::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width:20%;
    background: #fff;
    z-index: 1;
}

.medil_contain_area{
    padding: 40px 0px;
}

.medil_contain_area h5{
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
}

.medil_contain_area p{
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 24px;
}

.medil_area_image_box {
	width: 607px;
	height: 337px;
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 2;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.medil_area_image_box_contain {
	position: absolute;
	color: #ffffff;
	font-size: 36px;
	font-weight: 700;
	font-family: 'Exo 2', sans-serif;
	line-height: 40px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 146px;
}

.shop_area .manufacturer_contain h2 {
   
    color: #000;
   
}


/*------------ secure chackout area css --------------*/

.secure_chackout_area{
    padding: 70px 0px;
    background: #ffffff;
}

.secure_chackout_image{
    width: 20%;
    float: left;
    margin-right: 5px;
    margin-top: 6px;
}

/*.secure_chackout_image_heading{
    width: 78%;
    float: left;
}*/

.secure_chackout_image_heading h3 {
	/* text-align: left; */
	color: #0f1314;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	position: relative;
	padding-left: 55px;
}
.secure_chackout_image_heading h3 img {
	/* margin-left: -55px; */
	max-width: 44px;
	width: 100%;
	position: absolute;
	left: 0;
}
.secure_chackout_contain p{
    text-align: left;
    color: #666666;
    font-size: 14px;
    font-weight: 300;
}

/*--------------- Choose Manufacturer area css -----------------*/

.choose_manufacturer_area{
    padding: 60px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.choose_manufacturer_heading h3{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 50px;
    text-transform: capitalize;
}

.box {
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 15px;
	background: #fff;
	border-radius: 50%;
	width: 175px;
	height: 175px;
	display: flex;
	align-items: center;
}
.box:before,
.box:after,
.box .box-content:before,
.box .box-content:after{
    content: "";
    width: 100%;
    height: 50%;
    background: #ff0000;
    opacity: 0.8;
    transform: translateX(-50%) translateY(0%);
    position: absolute;
    top: -50%;
    left: 50%;
    z-index: 1;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    transition: all .3s;
}
.box:after{
    transform: translateX(-50%) translateY(0%);
    top: auto;
    bottom: -50%;
    z-index: 0;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.box .box-content:before{
    width: 50%;
    height: 100%;
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    left: auto;
    right: -50%;
    -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.box .box-content:after{
    width: 50%;
    height: 100%;
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    right: auto;
    left: -50%;
    z-index: 0;
    -webkit-clip-path: polygon(0 100%, 100% 50%, 0 0);
    clip-path: polygon(0 100%, 100% 50%, 0 0);
}
.box:hover:before{ top:0; }
.box:hover:after{ bottom:0; }
.box:hover .box-content:before{ right:0; }
.box:hover .box-content:after{ left:0; }
.box img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.5s;
}
.box:hover img{ transform: scale(1.5); }
.box .box-content{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.box .content{
    text-align: center;
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
}
.box .title{
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
    transform: rotateY(360deg) scale(0);
    transition: all 0.5s;
}
.box:hover .title{ transform: rotateY(0) scale(1); }
.box .post{
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 15px;
    display: block;
    transform: rotateY(360deg) scale(0);
    transition: all 0.5s ease 0.25s;
}
.box:hover .post{ transform: rotateY(0) scale(1); }
.box .icon{
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
    transform: rotateY(360deg) scale(0);
    transition: all 0.5s ease 0.45s;
}
.box:hover .icon{ transform: rotateY(0) scale(1); }
.box .icon li{
    display: inline-block;
    margin: 0 3px;
}
.box .icon li a{
    color: #fff;
    font-size: 24px;
    line-height: 35px;
    height: 35px;
    width: 35px;
    border-radius: 10px;
    display: block;
    transition: all 0.3s;
}
@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}
@media only screen and (max-width:479px){
    .box .title{ font-size: 22px; }
}

.manufacturer{
    margin: 0px auto;
    display: table;
    margin-bottom: 30px;
}

.manufacturer_contain h2{
    text-align: center;
    color: #e6e6e6;
    font-size: 18px;
    font-weight: 500;
    margin: 15px 0px;
    text-transform: capitalize;
}

.manufacturer_button a {
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	display: block;
	position: relative;
	border: 4px solid #ff0000;
	padding: 10px;
	width: 100%;
	max-width: 176px;
	margin: 0px auto;
}

.manufacturer_button a:hover{
    background-color: #ff0000;
}

.manufacturer_button a::after {
	content: "";
	position: absolute;
	width: 35px;
	height: 1px;
	background: #ffffff;
	right: 0;
	top: 0;
	left: 158px;
	bottom: 0;
	margin: auto;
}

/*---------------- luxmats affiliate area css ---------------*/

.luxmats_affiliate_area{
    background: #ff0000;
    padding: 45px 0px;
}

.luxmats_affiliate_body h3{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.luxmats_affiliate_body{ text-align:center;}

.luxmats_affiliate_body h4{
    text-align: center;
    color: #000;
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 20px;
}

.luxmats_affiliate_body p{
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}


.btn-customlink{ text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	position: relative;
	margin: auto;
	vertical-align: middle;
	border: 4px solid #ff0000;
padding: 10px;
width: 100%;
max-width: 160px;
transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
}
.btn-customlink::after {
	content: "";
	position: absolute;
	width: 35px;
	height: 1px;
	background: #ffffff;
	right: 0;
	top: 0px;
	/* left: 0; */
	bottom: 0;
	margin: auto;
	right: -20px;
	transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
}
.btn-customlink::before {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	background: #000;
	top: 0px;
	bottom:0;
	left: 0; 
	margin: auto;
	left: -20px;
	transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;

}
.btn-customlink:hover{ background:#fff; border-color:#fff; color:#ff0000}
.btn-customlink:hover:after{ width:0;}
.btn-customlink:hover:before{ width:35px;}
/*------------------------- view our video area css --------------------------------*/

.our_video_area{
    padding: 72px 0px;
    background: #ffffff;
}

.our_video_body h2{
    color: #0f1314;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
}

/*.video-carousel{ margin-top:34px; }*/
.video-carousel .owl-item{transition: transform .2s;}
.video-carousel .item{ padding:0px; position:relative; }
.video-carousel .owl-item:hover{
	-ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
  z-index:9;
}
.video-carousel .item::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../images/video-play.png) no-repeat;
	width: 44px;
	height: 44px;
	top: 30px;
	z-index: 2;
}
.video-carousel .owl-item:hover .item::before{
	background: url(../images/video-playhover.png) no-repeat;
}
.owl-carousel.video-carousel  .owl-stage-outer {
	
	padding: 34px 0;
}
.video-carousel .item img{ width:221px; margin:auto; }
.video-carousel .item h5{font-family: 'Playfair Display', serif; font-weight:700; color:#69e12d; font-size:24px; text-transform:capitalize;}
.video-carousel .item p{ color:#fff; font-weight:300; margin-bottom:0;}
.owl-carousel.video-carousel .owl-nav .owl-next, .owl-carousel.video-carousel .owl-nav .owl-prev{width:32px; height:63px; position:absolute; top:50%; outline:none; 
-ms-transition: translate(0, -50%);
-o-transition: translate(0, -50%);
-moz-transition: translate(0, -50%);
-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);}
.owl-carousel.video-carousel .owl-nav .owl-next{right:-50px; background:url(../images/next.png) center center no-repeat;}
.owl-carousel.video-carousel .owl-nav .owl-prev{left:-50px; background:url(../images/prev.png) center center no-repeat;}
.video-carousel{padding:0;}

/*----------------------------------------- footer area css ------------------------------------------*/

.footer_area{
    background: #202020;
}

.footer_top{
    width: 100%;
    max-width: 850px;
    margin: auto;
    padding: 55px 0px;
}

.footer_top_body h3{
    text-align: center;
    text-transform: capitalize;
    color: #909090;
}

.footer_area .footer_top .footer_top_body .form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #8f8f8f;
	background-color: #323232;
	background-clip: padding-box;
	border: 1px solid #424242;
	border-radius: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.footer_area .footer_top .footer_top_body .form-control:focus{
	color: #8f8f8f;
	background-color: #323232;
	border-color: #323232;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(162, 162, 162, 0.25);
}

.footer_top_body img{
    display: block;
    margin: auto;
    margin-top: 42px;
    margin-bottom: 42px;
}

.footer_top_body h4{
    color: #ff0000;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer_top_body ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_top_body ul li{
    width: 50%;
    float: left;
    margin-bottom: 12px;
}

.footer_top_body ul li a{
    color: #989898;
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
}

.footer_top_body ul li a:hover{
    color: #ff0000;
}

/*===========================*/

.footer_top_body2 h4{
    color: #ff0000;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer_top_body2 ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_top_body2 ul li{
    margin-bottom: 12px;
}

.footer_top_body2 ul li span{
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    margin: 0px 0px;
    line-height: 35px;
}

.footer_top_body2 ul li a{
    color: #989898;
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
}

.footer_top_body2 ul li a:hover{
    color: #ff0000;
}

.footer_bottom{
    background: #161616;
    padding: 16px 0px;
}

.footer_bottom_body h4{
    text-align: left;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
}
.footer_bottom_body{color:#ffffff;}
.footer_bottom_body h5 {
    text-align: right;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 8px;
}

.footer_bottom_body h5 a{
    color: #ffffff;
    font-size: 14px;
    margin: 0px 5px;
}

.footer_bottom_body h5 a:hover{
    color: #ff0000;
    font-size: 14px;
}

/*---------------------- login and register area css --------------------------*/

.login_and_register_area{
    padding: 75px 0px;
}

.login_and_register_area .login_and_register_body{
    padding: 0;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    position: relative;
    min-height: 500px;
}

.login_and_register_area .login_and_register_body::before{
    content: "";
    position: absolute;
    background-image: url(../images/hove.png);
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.login_and_register_area .login_and_register_body .login_and_register_form{
    position: relative;
    padding: 24px;
}

.login_and_register_area .login_and_register_body .login_and_register_form h3 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 15px;
    position: relative;
}

.login_and_register_area .login_and_register_body .login_and_register_form h3::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ff0000;
    width: 60px;
    height: 2px;
}

.login_and_register_area .login_and_register_body .login_and_register_form .form-control{
    margin-bottom: 24px;
    background: transparent;
}

.login_and_register_area .login_and_register_body .login_and_register_form .form-control:focus {
	color: #fefeff;
	background-color: transparent;
	border-color: #b5b5b5;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(189, 189, 189, 0.25);
}

.login_and_register_area .login_and_register_body .login_and_register_form label {
	color: #ffffff;
	font-size: 17px;
	font-weight: 400;
}

.login_and_register_area .login_and_register_body .login_and_register_form .form-check{
    margin-bottom: 24px;
}

.forgot_your_password{
    color: #ff0000;
}

.forgot_your_password:hover{
    color: #ffffff;
}

.reset_password{
    min-height: auto !important;
}

/*------------------ shoroom area css -------------------*/

.shoroom_area{
    padding: 75px 0px 0 0;
}

.shoroom_area .shoroom {
	text-align: center;
	border: 1px solid #161616;
    padding: 15px;
}

/*.shoroom_area .shoroom:first-child{
    border-left: 0;
    border-top: 0;
}

.shoroom_area .shoroom:nth-child(4n){
    border-right: 0;
}*/

.shoroom_area .shoroom h2{
    font-size: 20px;
    font-weight: 600;
    color: #161616;
    margin-bottom: 15px;
}

.shoroom_area .shoroom img{
    width: 100%;
    max-width: 260px;
    margin: 0px auto;
}

.gallery-loder{
    margin-top: 40px;
    display: block;
}

.search_car p{
    font-size: 17px;
    font-weight: 300;
    color: #3c3c3c;
}

.dark {
	background: #ddd;
	color: #ff0000;
}

/*.active{
    background: #ffffff;
    color: #ff0000;
}*/















.servics_area{ display:block; margin-top:24px; margin-bottom:50px; background-position:center; background-repeat:no-repeat; background-size:cover;}

.servics_area .cliant-carousel .owl-dots {
    margin-top: 15px;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 5px;
}
.servics_area .cliant-carousel button.owl-dot {
	background: #fff;
	width: 10px;
	height:4px;
	margin: 0 4px;
	border: none;
	border-radius: 50px;
	
}
.servics_area .cliant-carousel button.owl-dot.active {
	background: #ff0000;
	border-color: #ff0000;
	width:24px;
}
.services_box {
	display: block;
	background: #e9e9e9;
	overflow:hidden;
	position:relative;
}
.services_box h2 {
    font-size: 28px;
    color: #212529;
	text-transform:capitalize;
	margin-bottom:24px;
}
.services_box p {
    font-size: 14px;
    font-weight: 300;
   margin-bottom:24px;
}

.services_box:nth-of-type(2n) .services_left{ float:right;}
.services_box:nth-of-type(2n) .services_right{ float:left;}
.services_box .services_left {
	max-width: 500px;
	width: 100%;
	float: left;
	overflow: hidden;
	display: flex;
	height: 400px;
}
.services_box .services_left .item {
	display: flex;
	height: 400px;
	overflow: hidden;
}
.services_box .services_left img {
	width: 100%;
	object-fit: cover;
}
.services_box .services_right {
	float: right;
	max-width: 640px;
	width: 100%;
	box-sizing: border-box;
	padding: 90px 50px;
	position:relative;
}
.services_box .services_right::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 415px solid #e9e9e9;
	border-left: 120px solid transparent;
	z-index: 1;
	left: -146px;
	top: 0;
}
.services_box:nth-of-type(2n) .services_right::before {
	border-top:415px solid #e9e9e9;
	border-right: 120px solid transparent;
	z-index: 1;
	right: -146px;
	top: 0;
	left: auto;
}
.services_box .btn-customlink {
	
	max-width: 270px;
	color:#ff0000;
	
}

.color_area{ margin:24px 0 0 0;}
.textbody{ text-align:center; margin-bottom:24px; padding:24px 100px; color:#fff; background:#000; font-size:24px; line-height:30px;}


.mspc-accordion .mspc-menu-item {
	
	font-size: 18px;
	border-bottom: 1px solid #000;
	background: #000;
	color: #fff;
	font-weight: 500;
}
.mspc-accordion .mspc-menu-item.active {
	background: #f00!important;
}
.variations{
	display: none;
}
#tab-additional_information{
	display: none!important;
}
.woocommerce-tabs.wc-tabs-wrapper{
	display: none!important;
}
.product_meta{
	display: none!important;
}
.summary.entry-summary {
	border: 1px solid #000;
	box-sizing: border-box;
	padding: 30px;
}
.summary.entry-summary h1 {
	margin-left: -30px;
	margin-right: -30px;
	margin-top: -30px;
	background: #000;
	padding: 15px 30px;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
}
.summary.entry-summary h2{
	font-size: 24px;
}
.summary.entry-summary .tmcp-field {
	height: 50px;
	border: 1px solid #000;
	padding: 0 15px;
}
.summary.entry-summary h3 {
	font-size: 20px;
	color: #000;
	margin-bottom: 15px;
}
.summary.entry-summary  .price{
	display: none!important;
}
.tm-extra-product-options input.tm-epo-field.tmcp-upload {
	width: 100%;
	height: auto;
	border: none;
}
.tm-extra-product-options-totals.tm-custom-price-totals {
	background: #000;
	text-align: center;
	padding: 15px 10px;
	margin-left: -30px;
	margin-right: -30px;
	color: #fff;
	font-size: 24px;
}
.fpd-blue-btn {
	background: #000!important;
	color: #fff;
	padding: 10px 10px;
}
.fpd-blue-btn:hover{
	background: #ff0000!important;
	color: #fff;
	
}
.quantity{
	float: left!important;
}
.quantity .input-text {
	width: 130px;
	height: 42px;
	padding: 0 15px;
	border: 1px solid #000;
}
.single_add_to_cart_button  {
	height: 42px;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	/* width: 110px; */
	font-weight: 500;
	padding: 0 18px;
	cursor: pointer;
}
.single_add_to_cart_button:hover{
background: #ff0000!important;
	border: 1px solid #ff0000;
}
.related.products{
	margin-top: 24px;
}
.related.products h2 {
	margin-bottom: 40px;
	font-size: 26px;
}

.woocommerce table.cart img{
    height: 70px!important;
    width: auto!important;

}


.aws-container .aws-search-field {
    width: 320px !important;
    background: transparent;
    border: none !important;
}

.aws-container .aws-search-form .aws-form-btn {
    background: transparent !important;
    border: none !important;
}

.aws-container .aws-search-form .aws-search-btn_icon{color:#fff !important}
.aws-container .aws-search-field:focus {
    background-color: transparent !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
    padding: 10px 28px;
    background: #ff0000;
    border: 1px solid #ff0000;
    color: #fff;
}

.woocommerce form .form-row input.input-text{
height: 40px;
    border: 1px solid #ccc;
        padding: 0 15px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{width:100%;}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em;
    background-color: #ff0000;
    padding: 10px 15px;
    color: #fff;
}

.woocommerce button.button{
float: left;
    margin-right: 1em;
    background-color: #ff0000 !important;
    padding: 10px 15px;
    color: #fff !important;
}

.footer_top_body .tnp-subscription input[type="email"]{
border: 1px solid #4f4c4c;
background-color: #323232;
color: #ccc;
}
.footer_top_body .tnp-subscription input.tnp-submit{
background-color: #f00;
padding: 16.5px 20px;
text-transform: uppercase;
font-weight: 700;
cursor: pointer;
}

.footer_top_body .tnp-subscription input.tnp-submit:hover{
border-color: #8f8f8f;
background-color: #8f8f8f;
}

.footer_top img{
margin: auto;
margin-top: auto;
margin-bottom: auto;
display: block;
margin-bottom: 25px;
margin-top: 25px;
}
#pricing .woocommerce {
    display: table;
    width: 100%;
    text-align: left;
}
#pricing .woocommerce .woocommerce-MyAccount-navigation {
    display: table-cell;
    width: 24%;
    box-sizing: border-box;
    background: #000;
    vertical-align: top;
}
#pricing .woocommerce .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#pricing .woocommerce .woocommerce-MyAccount-navigation ul li:last-child a{border-bottom:none;}
#pricing .woocommerce .woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
    background: #000000;
    display: block;
    border-bottom: 2px solid rgba(84, 84, 84, 0.77);
    padding: 12px 20px;
    font-weight: 700;
    color: #fff;
    border-left: 6px solid #000000;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
}
#pricing .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
    background: #f00;
    border-left: 6px solid #c10505;
    padding-left:24px;
}
#pricing .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{
    background: #f00;
    border-left: 6px solid #c10505;
    padding-left:24px;


}
#pricing .woocommerce .woocommerce-MyAccount-content {
    display: table-cell;
    width: 76%;
    box-sizing: border-box;
    padding: 0 0 0 30px;
    vertical-align: top;
}

#pricing .woocommerce .col2-set .col-1, #pricing .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%!important;
    max-width: 48%;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    padding: 15px;
}

#pricing  .woocommerce .col2-set .col-2, #pricing  .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 49%;
    max-width: 49%;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
}
#pricing h3{
    margin-bottom: 15px;
  color: #000000;
    font-size: 24px;
   
}
.aws-container .aws-search-field {
   
    color: #ffffff!important;
    }
    
    .search-box {
	background: #E8E8E4;
	position: absolute;
	top: 40px;
	right: -14px;
	width: 327px;
	height: 66px;
	line-height: 60px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	border-top: 4px solid #f00;
	display: none;
	box-sizing: border-box;
	padding: 6px;
	z-index: 999;
}
.search-box:before{
  content: "";
  position: absolute;
  top: -32px;
  right: 10px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #f00;
}

.serach_area .search-box .input-group {

    border-bottom: 2px solid #4c4c4c;
    margin-top: 5px;

}

.search-box input[type="text"] {
    padding: 5px 10px;
    margin-left: 0;
    border: 1px solid #f00;
    outline: none;
    width: 200px;
}
.search-box input[type="submit"] {
    /* width: 60px; */
    padding: 0px 11px;
    background: #f00;
    color: #fff;
    margin-left: -6px;
    border: 1px solid #f00;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    
}
.search-box input[type="submit"]:hover{
	background: #000;
}

.mobile_search{
    position: absolute;
    right: 98px;
    top: 80px;
    display: none;
}

.apply_for_form_area .medium{
    border: 1px solid #ccc;
    height: 46px;
    padding: 0px 10px !important;
}



#product-carousel1{ display:none;}
section {
	padding: 0!important;
}

    /* home-2 page css begins */
.servics_area_ex {
    display: block;
    margin-top: 24px;
    margin-bottom: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.services_box_ex {
    display: block;
    background: #fff;
    overflow: hidden;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid;
}
.services_box_ex:first-child {
    padding-top: 0px;
}
.services_box_ex:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}
.services_box_ex .services_left_ex {
    max-width: 500px;
    width: 100%;
    float: left;
    overflow: hidden;
    display: flex;
    height: 400px;
}
.services_box_ex .services_right_ex {
    float: right;
    max-width: 640px;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 50px;
    position: relative;
}
.services_box_ex .btn-customlink_ex {
    max-width: 270px;
    color: #fff;
    background-color: #ff0000;
    border-radius: 7px;
}
.btn-customlink_ex {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    position: relative;
    margin: auto;
    vertical-align: middle;
    border: 4px solid #ff0000;
    padding: 10px;
    width: 100%;
    max-width: 160px;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
}
img.services_image_ex {
    width: 100%;
}
h2.services_right_heading_ex {
    font-size: 40px;
}
.services_box_ex p {
    font-size: 17px;
}
.services_box_ex:nth-child(even) .services_left_ex {
    display: block;
}
    /* home-2 page css ends */