*{
	margin: 0;
	padding: 0;
}
 
body{
	color: #333;
    font-weight: 400;
 	font-family: 'Asap', sans-serif;
}

a:link,
a:visited{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
    color: #000;
}

a:focus{
    outline: 0;
}

ul li{
	list-style: none;
}
header{
	border-top: 4px solid #fc0606;
}
.logo{
	position: relative;
	z-index: 99;
}
.top-info {
    list-style: none;
    margin: 35px 0 0;
    padding: 0;
    float: right;
}
.top-info li {
    display: inline-block;
}
.top-info {
    list-style: none;
    margin: 35px 0 0;
    padding: 0;
    float: right;
}
.top-info .info-icon {
    font-size: 20px;
    color: #fc0606;
    display: inline-block;
    top: -15px;
    position: relative;
    margin-right: 10px;
    font-weight: 100;
}
.top-info .info-wrapper {
    display: inline-block;
    margin-right: 30px;
    position: relative;
}
.top-info li .info-wrapper p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
    font-weight: 700;
    color: #252a37;
}
.top-info li .info-wrapper p.info-subtitle {
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
    color: #7a7a7a;
    margin-top: 5px;
}
.top-info li .info-wrapper:after {
    position: absolute;
    content: '';
    background: #ddd;
    right: -15px;
    width: 1px;
    height: 35px;
    top: 4px;
}
.top-info li:nth-child(3) .info-wrapper:after {
    background: none;
}
.top-info li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
.top-info li {
    display: inline-block;
}
.header-get-a-quote .btn-primary {
    padding: 13px 25px;
    border-radius: 3px;
    line-height: normal;
    color: #fff;
    position: relative;
    top: -12px;
    font-weight: bold;
}
.btn-primary {
    background: #fc0606;
    border: 2px solid transparent;
}
@media screen and (max-width: 768px){
.top-info{
	display: none;
}
.logo img{
	width: 132px;
}
}
/*******************/
.menu{
	position: relative;
	top: -50px;
	background: #2d2d2d;
}
.main-nav > ul {
	margin-top:0px;
	margin-bottom:0px;
	text-align: right;
}
.main-nav > ul > li {
	position: relative;
	white-space: nowrap;
	display: inline-block;
}
.main-nav a {
	display: block;
	position: relative;
	color: #fff;
	padding: 10px 10px;
	transition: 0.3s;
	font-size: 15px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	/*text-transform: uppercase;*/
}
.main-nav .drop-down ul {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: ease all 0.3s;
}
.bg li{
	background: #fff;
}
.main-nav .drop-down:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.main-nav .drop-down li {
	min-width: 270px;
	position: relative;
	text-align: left;
}
.main-nav .drop-down ul a {
	padding: 7px 20px;
	font-size: 15px;
	color: #111;
}
.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
	color: #e31e24;
}
.main-nav .drop-down > a:after {
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 4px;
}
.main-nav .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 30px);
}
.main-nav .drop-down .drop-down:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
}
.main-nav .drop-down .drop-down > a {
	padding-right: 35px;
}
.main-nav .drop-down .drop-down > a:after {
	content: "\f105";
	position: absolute;
	right: 15px;
}
/*******************/
.mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
	left: -260px;
	width: 260px;
	padding-top: 18px;
	background: rgb(0 0 0);
	transition: 0.4s;
}
.mobile-nav a {
	display: block;
	position: relative;
	color: #fff;
	padding: 10px 20px;
	font-weight: 500;
}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
	color: #fc0606;
	text-decoration: none;
}
.mobile-nav .drop-down > a:after {
	content: "\f078";
	font-family: FontAwesome;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}
.mobile-nav .active.drop-down > a:after {
	content: "\f077";
}
.mobile-nav .drop-down > a {
	padding-right: 35px;
}
.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}
.mobile-nav .drop-down li {
	padding-left: 20px;
}
.mobile-nav-toggle {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
 
}
.mobile-nav-toggle i {
	margin: 18px 18px 0 0;
	color: #fc0606;
}
.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgb(0 0 0 / 58%);
	overflow: hidden;
	display: none;
}
.mobile-nav-active {
	overflow: hidden;
}
.mobile-nav-active .mobile-nav {
	left: 0;
}
.mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
}
.header-scrolled .main-nav > ul {
	margin-top:0px;
}
@media screen and (max-width: 768px){
.menu{
	display: none;
}
.mobile-nav-toggle span{
	font-size: 23px;
	background: #000;
    color: #fff;
    padding: 8px 0px 8px 9px;
}
.mobile-nav-toggle{
	top: 25px;
}
}
/*******************/
.sy-box{
	position: relative;
	margin-top: -50px;
}
.after_and_before{
	padding: 60px 0 60px;
}
.flickity-carousel{
	margin-top: 30px;
}
.carousel-image {
  display: block;
  height: 250px;
  /* set min-width, allow images to set cell width */
  max-width: 100%;
  margin-right: 10px;
  /* vertically center */
  top: 50%;
  transform: translateY(-50%);   
}
.carousel.is-fullscreen .carousel-image {
  height: auto;
  max-height: 100%;
}
@media screen and (max-width: 768px){
.sy-box{
	position: relative;
	margin-top: 0px;
}
.sy-pager{
	display: none !important;
}
.sy-caption-wrap{
	left: 0;
    bottom: -1.7em !important;
    width: 100%;
    text-align: center;
}
.sy-caption-wrap .sy-caption{
	background: #545454;
}
}
/*******************/
.hm-abt{
	padding: 40px 0;
	background-color: #f8f8f8;
}
.hm-abt-heading h1{
	font-weight: 700;
	text-align: center;
	color: #2d2d2d;
	letter-spacing: 0.5px;
    word-spacing: 2px;
    font-size: 2em;
}
.hm-abt-heading h1 span{
    position: relative;
}
.hm-abt-heading h1 span:after{
	content: "";
	position: absolute;
	right: -135px;
	top:0px;
	background: url(../images/head-right.svg) no-repeat;
	background-size: 82px 38px;
	width: 3.611111em;
    height: 1.6666666667em;
}
.hm-abt-heading h1 span:before{
	content: "";
	position: absolute;
	left: -135px;
	top: 11px;
	background: url(../images/head-right.svg) no-repeat;
	background-size: 82px 38px;
	width: 3.611111em;
    height: 1.6666666667em;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.hm-abt-dtl{
	padding-top: 15px;
}
.hm-abt-dtl h1{
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
}
.hm-abt-dtl h1 span{
    color: #ee212b;
}
.hm-abt-dtl p{
	text-align: left;
	color: #353535;
	font-weight: 500;
	font-size: 16px;
}
.aum-btn {
    margin-top: 1.5em;
    padding: .6777777778em 3.2222222222em .6777777778em 1.7222222222em;
    background-color: #cb3938;
    border: 2px solid #cb3938;
    color: #fff;
    position: relative;
    -webkit-font-smoothing: antialiased;
    border-radius: 1.5555555556em;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2222222222em;
    text-decoration: none;
    -webkit-transition: background .1s linear;
}
.aum-btn:after{
	content: "";
	background-image: url(../images/arrow-cta.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 32px 32px;
    right: .5555555556em;
    top: 50%;
    width: 32px;
    height: 32px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
}
.aum-btn:hover {
    background-color: #000;
    border: 2px solid #000;
    color: #cb3938;
}

.hm-abt-btm{
	padding: 40px 0;
}
.hm-abt-btm-dtl{
	text-align: center;
	border: 1px solid #000;
	padding: 15px 0;
}
.hm-abt-btm-dtl:hover{
	background: #cb3938;
	border: 1px solid #cb3938;
}
.hm-abt-btm-dtl img{
	margin-bottom: 15px;
}
.hm-abt-btm-dtl .img-hvr2{
	margin-top: 14px;
}
.hm-abt-btm-dtl:hover .img-hvr2{
	margin-top: 14px !important;
}
.hm-abt-btm-dtl .img-hvr3{
	margin-top: 32px;
}
.hm-abt-btm-dtl:hover .img-hvr3{
	margin-top: 32px !important;
}
.hm-abt-btm-dtl p{
	margin-bottom: 1px;
}
.hm-abt-btm-dtl:hover p{
	color: #fff;
}
.hm-abt-btm-dtl:hover .img-hvr{
	display: none;
	text-align: center;
}
.hm-abt-btm-dtl .hvr-img{
	display: none;
}
.hm-abt-btm-dtl:hover .hvr-img{
	display: block;
	margin: 0 auto;
	display: table;
	margin-bottom: 15px;
}
@media screen and (max-width: 768px){
.hm-abt-heading h1{
	font-size: 1.1em;
}
.hm-abt-heading h1 span:after{
	width: 50px;
	right: -55px;
	background-size: 49px 22px;
    top: 0px;
}
.hm-abt-heading h1 span:before{
	width: 50px;
	left: -60px;
	top: 6px;
	background-size: 47px 22px;
}
.hm-abt-dtl p{
	font-size: 15px;
}

.aum-btn{
	margin-top: 1em;
	font-size: 14px;
}
.aum-btn:after{
	background-size: 20px 20px;
    width: 20px;
    height: 20px;
    right: .7555555556em;
}
}
/*prduct*/
.hm-prod{
	padding: 60px 0;
}
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 350px;
    perspective: 1000px;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}
.flip-card-front {
    background-color: #bbb;
    color: black;
}
.flip-card-back {
    background-color: #cb3938;
    color: white;
    transform: rotateY(180deg);
    padding-top: 20px;
}
.flip-card-back a{
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 25px;
	border-radius: 25px;
	position: absolute;
    top: 45%;
    left: 25%;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
}
.flip-card-back a:hover{
	background: #fff;
	color: #cb3938;
}
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-card:hover .flip-card-inner {
    transform: translateY(-10px);
}
/*.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}*/
@media screen and (max-width: 768px){
.flip-card {
    height: 330px;
    margin-bottom: 25px;
}
}
/*footer*/
footer{
	background: #292928;
	padding: 40px 0;
}
.ftr_head h4 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 35px;
    font-size: 20px;
    position: relative;
}
.ftr_head h4:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: red;
    bottom: -12px;
    left: 0;
}
.ftr_cont ul li {
    margin-left: 35px;
    margin-bottom: 10px;
}
.ftr_cont>ul>li>a {
    color: #fff;
    position: relative;
    line-height: 24px;
    font-size: 16px;
} 
.ftr_cont>ul>li>a>i {
    position: absolute;
    left: -35px;
    top: 6%;
    font-size: 20px;
}
.ftr_link ul li {
    padding-bottom: 5px;
}
.ftr_link ul li a {
    color: #fff;
    font-size: 16px;
}
.ftr_link h4{
	color: #ff0000;
	font-size: 1.2rem;
}

.ftr{
    background: #2f2f2f;
    padding: 10px 0;
}
.ftr_social ul li{
    display: inline-block;
    margin: 0 5px 0px 0;
}
.ftr_social ul li a{
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.ftr_social .fa-instagram{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    width: 35px;
    height: 35px;
    line-height: 37px;
    border-radius: 50%;
}
.ftr_social .fa-facebook{
    background-color: #4267B2;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
}
.ftr_social .fa-twitter{
    background-color: #55acee;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
}
.ftr_social .fa-linkedin{
    background-color: #0077B5;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
}
.ftr_made p{
    text-align: right;
    color: #fff;
    padding-top: 10px;
    font-size: 16px
}

/*Feature Product*/
.hm-feature{
	background: #fff url(../images/bg-cat.jpg) 0% 0%/auto no-repeat scroll;
	padding: 40px 0 80px;
}
.hm-feature-dtl{
	padding-bottom: 30px;
}
.hm-feature-dtl h2{
	font-weight: 700;
    text-align: center;
    color: #f5f5f5;
    letter-spacing: 0.5px;
    word-spacing: 2px;
    font-size: 2em;
}
.customer-logos .slide{
	position: relative;
}
.slide h4{
	position: absolute;
	bottom: 15px;
 	text-align: center;
 	width: 100%;
 	color: #2d2d2d;
 	font-size: 1.1rem;
}
.slide:hover h4{
	 color: #cb3938;
}
/* Slider */
.slick-slide {
    margin: 0px 5px;
}
.slick-slide img {
    width: 100%;
}
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@media screen and (max-width: 768px){
.hm-feature-dtl h2{
	font-size: 1.5em;
}
.dealer-logo{
    margin-bottom: 20px;
}
.slide h4{
    font-size: 12px;
}
.hm-abt-dtl h1{
    font-size: 28px;
}
.cont-form h3{
    font-size: 22px !important;
}
.cont-form p{
    font-size: 14px;
    margin-bottom: 20px;
}
.cont-form{
    padding: 30px 25px !important;
}
.hm-abt-btm-dtl{
    margin-bottom: 10px;
}
.ftr_social ul {
    text-align: center;
}
.ftr_made p{
    text-align: center;
    padding-top: 0px;
}
.ftr{
    padding-top: 25px;
}
.ftr_head h4{
    margin-top: 20px;
}
}

/**/
.cont-form{
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 24px 0px rgb(217 217 217 / 75%);
    box-shadow: 0px 5px 24px 0px rgb(217 217 217 / 75%);
    padding: 30px 40px;
    border-radius: 4px;
    text-align: center;
}
.cont-form h3{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 5px;
    font-weight: 700;
}
.cont-form form input{
    border: none;
    background-color: #f4f4f4;
    font-size: 16px;
    color: #444444;
    padding: 10px 15px;
    height: 50px;
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 10px;
}
.cont-form form textarea{
    border: none;
    background-color: #f4f4f4;
    font-size: 16px;
    color: #444444;
    padding: 10px 15px;
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 10px;
}
.text-textprimary {
    color: #ffffff !important;
}
.bg-Primary {
    background-color: #ee212b;
    cursor: pointer;
}
.fw-btn-fill {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.fw-btn-fill i{
    font-size: 13px;
    margin-left: 5px;
}
/**/
.dealer{
    padding: 40px 0;
    background-color: #f8f8f8;
}
.dealer-head h2{
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.dealer-logo{
    text-align: center;
    background: #fff;
    padding: 15px;
    border: 1px solid #f5f5f5;
}
.dealer-logo a{
    color: red;
}
.dealer-logo img{
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 10px;
}
