@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,500&display=swap');

:root {
	--primary: #ed2f34;
    --secondary: #facb06;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
}


img {
    max-width: 100%;
    height: auto;
}

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

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.5;
}


.title-bar-inner {
	margin-bottom: 20px;
}

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

.title-bar-inner h2 {
	font-size: 32px;
    position: relative;
    margin-bottom: 30px;
    font-weight: bold;
}

.title-bar-inner h2:before {
	content: '';
    position: absolute;
    width: 110px;
    height: 4px;
    background: var(--primary);
    bottom: -15px;
    left: 0;
}

.title-bar-inner p {
	font-size: 18px;
	max-width: 920px;
	display: inline-block;
}

.title-bar-inner.text-center h2:before {
	left: calc(50% - 55px);
}

.margin-tb {
    margin-top: 50px;
    margin-bottom: 50px;
}

.moto-default-btn {
    background-color: var(--primary);
    padding: 10px 25px;
    color: #fff;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
}

.btn-bar {
    margin-top: 40px;
}

.swiper-container-horizontal .swiper-pagination-bullet {
	width: 25px;
    height: 9px;
	border-radius: 5px;
	background-color: var(--primary);
}

/* =============== Header Area =============== */

.header {
    width: 100%;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
}

.top-lavel {
	padding: 5px 30px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #1b1b1b;
}

.top-left-hed, .top-right-hed {
	float: left;
	width: 50%;
}

.top-right-hed {
	text-align: right;
}

.top-lavel ul {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.top-lavel ul li {
    display: inline-block;
    padding: 0px 10px;
    font-size: 14px;
	color: #fff;
	line-height: 12px;
}

.top-lavel ul li:first-child {
	padding-left: 0;
}

.top-lavel ul li + li {
	border-left: 1px solid #fff;
}

.top-lavel ul li a {
    color: #fff;
}

.top-lavel ul li a:hover {
	color: #facb06;
}


.header-btn a {
    background-color: var(--primary);
    padding: 10px 15px;
    color: #fff;
    border-radius: 2px;
}

.main-header {
    padding: 10px;
}

.main-header .logo-brand img {
    max-width: 160px;
}

.main-header .brand-tag-line {
    font-size: 11px;
    padding-left: 18px;
    color: #fff;
    margin-top: 5px;
} 

.stellarnav>ul li a:hover {
    color: var(--secondary);
}

.slider-home {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.slider-home.swiper-container-horizontal .swiper-pagination-bullet {
	width: 25px;
    height: 9px;
	border-radius: 5px;
	background-color: #fff;
}

.reliable-wheeler-sc figure {
    width: 130px;
    height: 130px;
    display: inline-block;
    border: 1px solid var(--primary);
    padding: 15px;
    float: none;
    margin-bottom: 20px;
    border-radius: 0px 15px;
}

.reliable-inner-col {
    text-align: center;
}

.reliable-wheeler-sc h3 {
    font-size: 18px;
}

.service-offered-sc {
    background: url(../images/bg-shap-01.png) no-repeat right;
    background-size: contain;
}

.service-offered-icon {
	list-style: none;
    margin-left: 0;
    padding: 0;
}

.service-offered-icon li {
	position: relative;
	line-height: 40px;
	margin-bottom: 12px;
	display: inline-block;
    width: calc(50% - 5px);
}

.service-offered-icon li i {
    background-color: var(--primary);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
	font-size: 18px;
	border-radius: 0 10px;
}

.annual-packages-sc {
	background: url(../images/bg-shap-03.png) no-repeat left bottom;
    background-size: 50%;
    padding-left: 50px;
	padding-right: 50px;
}

.annual-packages-sc img {
	z-index: 9999999;
    position: relative;
    width: calc(100% - 40px);
    display: inline-block;
    margin-top: 20px;
}

.annual-packages-sc .pricing-table {
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    transition: all .5s ease-in-out;
    border-bottom: 10px solid #333;
	margin-bottom: 30px;
	padding-bottom: 30px;
	background-color: #fff;
	text-align: center;
}

.annual-packages-sc .pricing-table:before {
    content: "";
    width: 100%;
    height: 510px;
    background: #333;
    position: absolute;
    top: -150px;
    left: 0;
    transform: skewY(-20deg);
}

.annual-packages-sc .pricing-table h5 {
    width: 150px;
    height: 150px;
    line-height: 150px;
    position: relative;
    margin: auto;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    border: 3px solid #333;
    font-size: 30px;
	font-weight: 500;
}

.annual-packages-sc .pricing-table h5 i {
    font-size: 27px;
}

.annual-packages-sc h4 {
	color: #fff;
    text-align: center;
    z-index: 9999;
    position: relative;
    font-size: 22px;
	text-transform: uppercase;
	margin: 20px 0;
}

.annual-packages-sc h4 span {
	font-size: 12px;
}

.annual-packages-sc ul {
	padding-left: 0;
	margin: 0;
	margin-bottom: 20px;
	text-align: left;
}

.annual-packages-sc ul li {
    list-style: none;
    padding: 3px 0;
    position: relative;
	padding-left: 50px;
	font-weight: 500;
}

.package-list li + li {
    border-top: 1px solid#f3f3f3;
}

.annual-packages-sc ul li:before {
    content: '\f00c';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 5px;
    left: 18px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: var(--primary);
    font-size: 12px;
    text-align: center;
}

.annual-packages-sc .moto-default-btn {
	background-color: #333;;
}

.annual-packages-sc .pricing-table.pricing-table-color:before, 
.annual-packages-sc .pricing-table-color .moto-default-btn  {
    background-color: var(--primary);
}

.annual-packages-sc .pricing-table.pricing-table-color {
    border-color: var(--primary);
}


.why-choose-us-sc {
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 40px;
}

.why-choose-us-sc .why-choose-inner{
	background: #eee;
    display: inline-block;
    width: 100%;
	text-align: center;
	position: relative;
}

.why-choose-us-sc .why-choose-inner:before {
	content: '';
    position: absolute;
    width: 100%;
    height: 20%;
    border: 1px solid var(--primary);
    border-bottom: 0;
	left: 0;
	top: 0;
}

.why-choose-us-sc .why-choose-inner:after {
	content: '';
    position: absolute;
    width: 100%;
    height: 20%;
    border: 1px solid var(--primary);
    border-top: 0;
	left: 0;
	bottom: 0;
}

.why-choose-us-sc .why-choose-inner figure {
    height: 120px;
    display: flex;
	align-items: center;
	justify-content: center;
}

.why-choose-us-sc .why-choose-inner img {
    max-width: 100px;
}

.why-choose-us-sc .why-choose-inner h3 {
    margin-bottom: 5px;
    font-size: 20px;
}

.hightech-service {
    /* padding-top: 30px;
    padding-bottom: 50px; */
    background: url(../images/bg-shap-03.png) no-repeat left bottom;
    background-size: 33%;
}

.testimonials-sec {
    padding-top: 50px;
    padding-bottom: 20px;
    background: url(../images/bg-04.jpg) 100% center no-repeat;
}

.testimonials {
	width: 100%;
	overflow-x: hidden;
	padding: 0px 5px 50px
}

.testimonials .testimoni-in-main {
	text-align: center;
    box-shadow: 0 0 8px #eee;
    background: #fff;
    padding: 30px 15px;
}

.testimonials .testimoni-in-main .testi-thumbnail {
	width: 80px;
    height: 80px;
    display: inline-block;
    border: 2px solid var(--primary);
    overflow: hidden;
    border-radius: 50%;
}

.testimonials .testimoni-in-main h3 {
	font-size: 18px;
	margin-top: 10px;
}

.testimonials .testimoni-in-main .testi-content {
	font-size: 15px;
}

.testi-quote {
	background: var(--primary);
    display: inline-block;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
}

.brand-service {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	padding-bottom: 50px;
  }

.brand-service .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 130px;
	padding: 5px;
}

.brand-service .swiper-slide .ss-inner {
	height: 100%;
    width: 100%;
    padding: 10px;
    box-shadow: 0 0 5px rgb(51 51 51 / 32%);
    text-align: center;
}

.brand-service .swiper-slide img {
	height: calc(100% - 20px);
	width: auto;
}

.newsletter-bar {
    text-align: center;
    background: url(../images/bg-04.jpg) 100%;
    padding: 50px 0;
}

.newsletter-bar .form-group {
    position: relative;
}

.newsletter-bar .form-control {
    height: 44px;
    font-size: 14px;
    padding: 5px 140px 5px 30px;
    border-radius: 30px;
}

.newsletter-bar button {
    position: absolute;
    height: 38px;
    background: var(--primary);
    color: #fff;
    border: 0;
    padding: 5px 30px;
    border-radius: 30px;
    top: 3px;
    right: 3px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.newsletter-bar button:hover {
    background: var(--secondary);
    color: #000;
}

footer .footer-top {
    background: #111;
    padding: 50px 0;
    color: #fff;
    font-size: 14px;
}

.footer-top h3 {
    margin-top: 0;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}

.footer-top h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px;
    background-color: var(--primary);
    width: 50px;
    height: 2px;
}

.footer-top ul li {
    position: relative;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 25px;
}

.footer-top a {
    color: #fff;
}

.footer-top ul li:before {
    content: "\f30b";
    font-family: 'Font Awesome 5 Free';
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 100%;
    top: 3px;
    left: 0;
    font-weight: 900;
    color: #fff;
}

.footer-top .social-m-inner {
	margin-top: 20px;
}

.footer-top .social-m-inner a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: var(--primary);
	color: #fff;
	text-align: center;
	margin-right: 4px;
}

.footer-top .customer-sup-bt {
    background-color: #fff;
    color: var(--primary);
    padding: 8px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
}

.footer-bottom {
    padding: 20px 0;
    background: #000;
}

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

.designed-by {
	text-align: right;
}

.designed-by a {
	color: var(--primary);
}

/* Inner Page */

.title-banner {
    background: url(../images/title-banner.jpg) #000 100%;
    padding-top: 160px;
    padding-bottom: 40px;
    margin-bottom: 50px;
    text-align: center;
}

.title-banner h1 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.title-banner p {
    max-width: 940px;
    display: inline-block;
    color: #eee;
    font-size: 18px;
}

.our-vision-bx {
    background: #111;
    padding: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.our-vision-bx h3 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
}

.our-mission-bx {
    background: #facb06;
    padding: 50px;
    text-align: center;
    color: #333;
    font-size: 18px;
}

.our-mission-bx h3 {
    color: #111;
    font-size: 22px;
    text-transform: uppercase;
}

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

ul.default-list li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 30px;
}

ul.default-list  li:before {
	content: '\f00c';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    left: 1px;
    color: var(--primary);
    font-size: 14px;
    font-weight: 900;
}

.moto-tab-sc {
    padding-left: 50px;
    padding-right: 50px;
}


.moto-tabs .tabs-nav {
    background: #eee;
    min-height: 50px;
    margin: 0;
    width: 100%;
}

.moto-tabs .tabs-nav li {
    display: inline-block;
}

.moto-tabs .tabs-nav li a {
    display: inline-block;
    padding: 5px 30px;
    font-weight: 600;
    color: #111;
    line-height: 50px;
}

.moto-tabs .tabs-nav li a:hover {
    background-color: #d4d4d4;
}

.moto-tabs .tabs-nav .tab-active a, .moto-tabs .tabs-nav .tab-active a:hover {
    background-color: var(--primary);
    color: #fff;
}

.moto-tabs .tabs-stage {
    border: 1px solid #eee;
    padding: 30px;
}

.moto-tabs h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.moto-tabs .default-list {
    margin-top: 20px;
}

.become-franchise-form {
    padding: 30px 20px;
    background: #f9f9f9;
    border-top: 4px solid var(--primary);
}

.become-franchise-form h3 {
    margin-bottom: 15px;
    font-size: 20px;
}

.become-franchise-form .form-control {
    width: 100%;
    display: block;
    height: 46px;
    background: #fff6f6;
    padding: 5px 25px;
    margin-bottom: 18px;
    border: 1px solid #ffcece;
    font-size: 16px;
    color: #333;
}

.become-franchise-form textarea.form-control {
    height: 130px;
}

.submit-btn {
    background: #ed3034;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    padding: 13px 40px;
    line-height: 1.2;
    cursor: pointer;
    transition: all ease 0.35s;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
}

.submit-btn:hover {
    background: #4e5a6c;
}

.book-now-form .form-control {
    padding: 6px 20px;
    min-height: 44px;
    font-size: 14px;
    margin-bottom: 25px;
}

.book-now-form textarea.form-control {
    height: 150px;
}

.contact-form {
    padding: 0 50px;
}

.contact-adr-bar {
	background: #151616;
    width: 100%;
    color: #fff;
    padding: 40px;
    font-size: 20px;
    font-weight: 600;
}

.contact-adr-bar h4 {
    font-size: 22px;
    margin-bottom: 20px;
}

.contact-adr-bar p, .contact-adr-bar h4 {
	color: #fff;
}

.contact-adr-bar a {
    color: #fff;;
}

.social-media-left {
	position: fixed;
    left: 0;
    top: 36%;
    width: 44px;
    display: block;
    text-align: center;
    line-height: 38px;
	background-color: var(--primary);
	padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    z-index: 9;
}

.social-media-left .whatsapp-btn {
	background: #facb06;
    border-radius: 0;
    color: #000;
    font-size: 23px;
	line-height: 34px;
	margin-bottom: 10px;
}

.social-media-left .whatsapp-btn span {
	display: none;
}

.social-media-left  a {
	width: 44px;
    display: block;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
    color: #fff;
}

.social-media-left  a:hover {
	background-color: #facb06;
	color: #000;
}