html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}



/*----------------------------------------------------------------------------------------------------------------
	Global
----------------------------------------------------------------------------------------------------------------*/


h1, h2, h3, h4, h5, h6 {
	font-family: 'Staatliches', cursive;
	text-transform: uppercase;
	word-spacing: 3px;
}
p {
	font-family: 'Ubuntu', sans-serif;
	color: #495057;
}

a {
	font-family: 'Ubuntu', sans-serif;
}

a:hover{
	text-decoration: none;
	color: #dee2e6;
}
li{
	list-style-type: none;
}
.c-btn-b{
	color: #000;
	padding: 0.5rem 2rem;
	border-radius: 20px;
	border:2px solid #000;
	font-weight: 600;
	text-transform: uppercase;
	/*font-family: para;*/
	font-family: 'Ubuntu', sans-serif;
}
.c-btn-b:hover {
	color: #222;
	border:2px solid #222;
	background-color: #f2f2f2;
}

.btn-xing {
	color: #fff;
	padding: 0.5rem 2rem;
	border-radius: 20px;
	border:2px solid #d40108;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	background-color: #d40108;
}

.btn-xing:hover {
	background-color: #f10101;
	border:2px solid #d40108;
}

.btn-eliza {
	background-color: #0188ff;
	color: #fff;
	padding: 0.5rem 2rem;
	border-radius: 20px;
	border:2px solid #fff;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
}

.btn-eliza:hover {
	background-color: #0174da;
	color: #fff;
} 

.c-btn-blue{
	color: #0e429a;
	padding: 0.15rem 1rem;
	border-radius: 20px;
	border: 1px solid #0e429a;
	text-transform: uppercase;
	transition: 0.3s ease-in;
	/*font-family: para;*/
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
}
.c-btn-blue:hover {
	color: #fff;
	/*border: 1px solid #fff;*/
	/*padding: 0.15rem 1rem;*/
	/*border-style: inset;*/
	background-color: #0e429a;
}

.c-btn-white {
	color: #fff;
	border:2px solid #fff;
	padding: 0.5rem 1rem;
	border-radius: 20px;
	border-style: inset;
	background-color: #0e429a;
	font-family: 'Ubuntu', sans-serif;
}

.c-btn-white:hover {
	color: #fff;
	border:2px solid #fff;
	padding: 0.5rem 1rem;
	border-style: inset;
	background-color: #0062cc;
}

.mr0 {
	margin: 0;
}
.pd0 {
	padding: 0;
}
.mrt10 {
	margin-top: 10px;
}
.mrt20 {
	margin-top: 20px;
}
.mrt30 {
	margin-top: 30px;
}
.mrt40 {
	margin-top: 40px;
}
.mrb10 {
	margin-bottom: 10px;
}
.mrb20 {
	margin-bottom: 20px;
}
.mrb30 {
	margin-bottom: 30px;
}
.mrb40 {
	margin-bottom: 40px;
}
.pdt10 {
	padding-top: 10px;
}
.pdt20 {
	padding-top: 20px;
}
.pdb10 {
	padding-bottom: 10px;
}
.pdb20 {
	padding-bottom: 20px;
}
.section-entry {
	padding: 5rem 0;
}
.relative {
	position: relative;
}
.width100 {
	width: 100%;
}
.txt-w {
	color: #fff;
}
.txt-y {
	color: #e7ba0d;
}
.txt-blue {
	color: #0e429a;
}
.txtct {
	text-align: center;
}
.txtrt {
	text-align: right;
}
.txtj {
	text-align:justify;
}
.txtupr {
	text-transform: uppercase;
}
.txtwhite {
	color: #fff;
}
.dflex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.align-c {
	align-items: center;
}

.align-e {
	align-items: flex-end;
}

.page-title-b {
	font-size: 30px;
	color: #0e38c2;
	text-transform: uppercase;
}

.page-title-w {
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
}

.txt-blue {
	color: #0e429a;
}

.txt-white {
	color: #fff;
}

/*---------------------------------------------------------------------------------------------------------------------
	Navbar
---------------------------------------------------------------------------------------------------------------------*/

.navbar {
	padding: 0 0.5rem;
}

.nav-item {
	margin: 0 2rem;
}

.nav-item:hover {
	background-color: rgba(0,0,0,0.1);
}

.myNav-nav .active {
	background-color: #212529;
}

.navbar-light .navbar-nav .nav-link {
	color: #212529;
	font-weight: 500;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .active>.nav-link {
	color: #fff!important;
}

.top-nav-wrap {
	padding: 2rem 0.5rem 0.2rem;
	background-color: #212529;
}

.email-inner,.phone-inner {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}

.email-wrap {
	padding-right: 1rem;
	font-size: 40px;
	color: #fff;
}

.top-title {
	font-size: 20px;
	font-family: 'Ubuntu', sans-serif;	
}

.phone-wrap {
	font-size: 35px;
	padding-right: 1rem;
	color: #fff;
}

.email-text,.phone-text {
	color: #fff;
	line-height: 17px;
}

.logo-img {
	width: 230px;
}

/*---------------------------------------------------------------------------------------------------------------------
	Carousel
---------------------------------------------------------------------------------------------------------------------*/

.myCarouselCaption {
	position: absolute;
    right: 0;
    top: 10%;
    left: 10%;
    width: 400px;
    color: #fff;
    text-align: left;
}
.myCarouselCaption-erik {
	position: absolute;
    right: 10%;
    top: 10%;
    width: 400px;
    color: #fff;
    text-align: left;
}

.myCarouselCaption h1,.myCarouselCaption-erik h1 {
	font-size: 40px;
	line-height: 40px;
    font-family: title;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
}
.myCarouselCaption p,.myCarouselCaption-erik p {
	color: #fff;
}

.cfs-carousel-item {
	overflow: hidden;
}

.cfs-carousel-item img {
	animation: cfsSlideZoom 7s ease-in forwards;
}

@keyframes cfsSlideZoom {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.08);
	}
}


/*---------------------------------------------------------------------------------------------------------------------
	Home
---------------------------------------------------------------------------------------------------------------------*/

.hm-abt-wrap {
	background-image: url("../img/hm-abt-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 11rem 0.5rem;
}

.hm-abt-para {
	padding: 0.6rem 0;
}

.page-title h1 {
	color: #191a2f;
}

.fet-col {
	margin-bottom: 2rem;
}

.feature-wrap {
	padding-top: 5rem;
}

.fet-icon-wrap img {
	border-radius: 50%;
	    width: 154px!important;

	display: table;
	margin: 0 auto;
}

.fet-icon-text {
	padding-top: 2rem;
	text-align: center;
}

.fet-icon-text h6,.fet-icon-text p {
	/*color: #000;*/
}

.wrap-test {
	width: 100%;
	position: relative;
	margin: 5rem 0;
	padding: 0.1rem;
}

.testimonials-cover {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
}

.testimonial-inner {
	position: relative;
}

.testimonial-inner1 {
	flex: 0 0 35%;
    max-width: 35%;
}

.testimonial-inner2 {
	position: absolute;
	z-index: 5;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 35%;
}

.testimonial-inner3 {
	flex: 0 0 35%;
    max-width: 35%;
}

.testimonial-card {
	background-color: rgb(0 123 255 / 50%);
	padding: 2rem 2rem 5rem;
	margin-bottom: 0.5rem;
	height: 100%;
}

.test-icon {
	font-size: 40px;
	text-align: center;
}

.test-para p {
	color: #000;
}

.test-para {
	text-align: center;
	color: #000;
}

.test-img img {
	display: table;
	margin: 0 auto;
	border-radius: 50%;
	width: 100px;
	height: auto;
	position: absolute;
	bottom: -45px;
	left: 50%;
	transform: translateX(-50%);
}

.truck-txt-box h1{
	text-align: center;
}

.truck-txt-box p{
	text-align: center;
}

.page-banner-about-img-fixed {
    background-image: url(../img/truck-banner.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 200px 0;
    }

    .hm-btn{
	display: flex;
	justify-content: center;
}


.hm-btn a{
    background-color: #1842e4;
    padding: 7px 18px;
    border-radius: 16px;
    color: #fff;
}


/*---------------------------------------------------------------------------------------------------------------------
	About
---------------------------------------------------------------------------------------------------------------------*/
.abt-wel-cover {
	padding: 4rem 0 0 0;
}

.abt-wel-col {
	margin-bottom: 1.3rem;
}

.abt-wel-quote {
	position: relative;
}

.abt-wel-quote-hd {
	padding: 1rem 2rem 0 3rem;
}

.abt-wel-quote-hd::before {
	position: absolute;
	content: "";
	background-color: #0e429a;
	height: 80%;
	width: 0.8rem;
	left: 0;
}

.abt-wel-quote-hd p {
	line-height: 1.8rem;
}

.abt-quote-fa {
	font-size: 1.5rem;
}

.abt-wel-quote-link {
	margin-top: 2.0rem;
}

.abt-point-cover {
	padding: 3rem 0;
	background-color: aliceblue;
	margin: 6rem 0;
}

.abt-point-fa {
	font-size: 2rem;
	padding-bottom: 1rem;
	color: #0e429a;
}

.abt-point-image {
	padding-bottom: 0.8rem;
}

.abt-why-cover {
	padding: 0 0 4rem 0;
}

.abt-why-wrap {
	border: solid 1px #0e429a;
	padding: 2rem 1rem 0;
	height: 100%;
}

.abt-why-hd {
	padding: 1rem 0;
}

.abt-why-boxes {
	padding-top: 2rem;
}

.abt-wel-quote-text {
	margin-top: 2rem;
}

.abt-why-fa {
	font-size: 3rem;
	color: #ffc107;
}


/*---------------------------------------------------------------------------------------------------------------------
	Products
---------------------------------------------------------------------------------------------------------------------*/
.pro-col {
	margin-top: 5rem;
	margin-bottom: 8rem;
}

.pro-inner {
	height: 100%;
}

.main-pro-card {
	position: relative;
	margin-bottom: 2rem;
	height: 100%;
}

.main-pro-card img {
	position: absolute;
	top: -175px;
	left: 50%;
	transform: translateX(-50%);
}


.pro-card-in {
	position: relative;
	margin-bottom: 2rem;
	height: 100%;
}

.pro-card-in img {
	width: 200px;
	position: absolute;
	top: -135px;
	left: 50%;
	transform: translateX(-50%);
}

.pro-card-inner {
	padding: 3rem 1rem 1rem;
	text-align: center;
	border-radius: 5px;
	height: 100%;
}

.monarchPro-card-inner {
	background-color: #ffcf23;
}

.elizaPro-card-inner {
	background-color: #2f7cc0;
}

.xingPro-card-inner {
	background-color: #911e22;
}

.pro-card-title h4,.pro-card-para p {
	padding-bottom: 0.5rem;
}

.pro-card-para p{
	font-size: 14px;
	word-spacing: 4px;
}

.tubular-wrap {
	background-image: url("../img/pro-bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 5rem 0;
}

.desc-table {
	background: #f8c80c;
	padding: 14rem 3rem 2rem 3rem ;
}

.desc-wrap {
	position: relative;
	padding: 5rem 0;
}

.desc-tab-row th {
	padding: 1rem  0;
}

/* Model*/

.model-cover {
	padding: 0;
}

.model-image {
	padding-bottom: 0.5rem;
}

.elizaModel-table {
	background-color: #2f7cc0;
}

.monarchModel-table {
	background-color: #ffcf23;
}

.xingModel-table {
	background-color: #911e22;
}



/*new products*/

.desc-table {
	background: #fdfdfd;
	padding:0;
}

.desc-wrap {
	position: relative;
	padding: 5rem 0;
}

.desc-image {
	position: absolute;
	top: -1rem;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
}

.desc-tab-row th {
	padding: 1rem  0;
}

.brand-cate-title {
	padding: 3rem 0;
}

/*NEW Product Page*/

.pb-title {
	padding-bottom: 4rem;
}

.bp-tabs-col {
	margin-bottom: 1.8rem; 
}

.bp-nav-wrap {
	padding-top: 11rem;
	padding-left: 1.5rem;
}

.pb-wel-cover {
	padding: 4rem 0;
}

.bp-tab {
	padding-bottom:1rem;
	border:1px solid #ddd;
	border-radius: 5px;
	transition: 0.3s ease-in;
}

.bp-tab:hover {
	transition: 0.3s ease-out;
	box-shadow: 0px 0px 6px 3px #ddd;
	border:1px solid #ddd;
	z-index: 1;
}

.bp-tab-title {
	margin: 1rem;
}

.bp-nav-head {
	padding-bottom: 0.5rem;
}

.bp-nav-point {
	margin: 1rem 0;
	font-family: 'Staatliches', cursive;
    text-transform: uppercase;
    word-spacing: 3px;
    color: #545b62;
}

.bp-nav-brands {
	padding-bottom: 2rem;
}

.bp-tab-img {
	transform: scale(0.8);
	transition: 0.3s ease-in;
}

.bp-tabs-col:hover .bp-tab-img{
	transform: scale(0.87);
	transition: 0.3s ease-out;
}

.m-tips-inner {
	padding:1rem;
}

.tips-li {
	list-style-type: decimal;
}

/*---------------------------------------------------------------------------------------------------------------------
	Contact
---------------------------------------------------------------------------------------------------------------------*/
.cont-main-cover {
	background-image: url("../img/cont-bg2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 5rem;
}
.cont-social-fa {
	margin: 0.5rem;
    font-size: 1.2rem;
    color: #495057;
}

.cont-social-fa:hover,.cont-wel-bd a:hover  {
	color: #000;
}

.cont-wel-bd a{
	color: #495057;
}

.cont-form-control {
	border-radius: 10px;
	border:1px solid #badfff;
}



.cont-wel-wrap {
	border:1px solid #ddd;
	padding: 1rem;
	height: 100%;
}

.cont-wel-bd {
	padding-top: 0.8rem;
}

.cont-wel-hd h4, .cont-wel-bd p {
	margin-bottom: 0;
}	

.cont-form-cover {
	padding: 4rem 0;
}

.cont-map-cover {
	/*background: aliceblue;
	padding: 3rem 0; */
}

.cont-map-text-bd {
	padding-top: 1rem;
}

#mail-msg-alert {
	margin-bottom: 3rem;
}
#mail-msg-alert button.btn {
	display: table;
	margin: 0 auto;
}
#mail-msg {
	color: #fff;
}
#mail-msg:hover {
	text-decoration: none;
}


/*---------------------------------------------------------------------------------------------------------------------
	Footer
---------------------------------------------------------------------------------------------------------------------*/
.main-footer {
    background: #0e429a;;
    color: #ffffff;
    padding: 70px 0 0;
    position: relative; 
}

.footer-widget {
    margin-bottom: 40px;
}

.footer-logo {
    width: 160px;
    margin-bottom: 20px;
}

.footer-widget h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
}

.footer-widget h4::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #ffffff;
    display: block;
    margin-top: 8px;
}

.footer-widget p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    color:#fff;
}

.footer-widget ul {
    list-style: none;
    padding: 0;
}

.footer-widget ul li {
    margin-bottom: 10px;
}

.footer-widget ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
}

.footer-widget ul li a:hover {
    color: #e8e8e8;
    padding-left: 5px;
}

.footer-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    color: #000;
    border-radius: 50%;
    margin-right: 8px;
    transition: 0.3s;
}

.footer-social a:hover {
    background: #f8c80c;
    color: #000;
}

.newsletter {
    margin-top: 15px;
    display: flex;
}

.newsletter input {
    flex: 1;
    padding: 8px 10px;
    border: none;
    outline: none;
}

.newsletter button {
    background: #000000;
    border: none;
    padding: 8px 15px;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
}

.footer-bottom {
    background: #0b1220;
    text-align: center;
    padding: 15px 0;
    margin-top: 40px;
}

.footer-bottom p {
    margin: 0;
    font-size: 14px;
    color:#fff;
}





.f-logo {
	width: 200px;
}

.footer-wrapper{
	background-color: #0e429a;
	top: -1px;
	position: relative;
}

.f-social-inner i{
	color: #fff;
	font-size: 20px;
	padding: 0.5rem;
}

.contact-innner i {
	font-size: 20px;
	padding: 1rem;
	color: #fff;
}

.f-menu-inner {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	padding: 2rem 0;
}

.f-menu-inner a {
	color: #fff;
	text-transform: uppercase;
	transform: scale(1);
	display: block;
	transition: 0.3s all ease;
}

.f-menu-inner a:hover {
	transform: scale(1.1);
	transition: 0.3s ease all;
}

.f-social-inner {
	height: 100%;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}

.f-social-inner a {
	margin-right: 10px;
}

.contact-innner {
	display: flex;
	justify-content: flex-end;
}

.contact-innner a {
	margin-left: 10px;
}

.brands-wel-cover {
	padding: 7rem 0;
}

.brands-wel-image {
	background-color: #bdbdbd;
	padding: 3.8rem; 
	cursor: pointer;
	height: 100%;
}

.brands-wel-image:hover {
	  transition: 0.4s;
	  box-shadow: 0rem 0.6rem 0.5rem 0.1rem rgb(169 169 169 / 49%);
}


.whatsapp i {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    background-color: #25d366;
    /* box-shadow: 2px 2px 3px #999; */
    font-size: 30px;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.owl-nav {
    display:none;
}