@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


body {
    
	font-family: "Inter", sans-serif;
    transition: all 200ms linear;  
 }

h1,h2,h3,h4,h5,h6{
 font-family: "Inter", sans-serif;
font-weight: 700;
}



a,a:active,a:focus,a:hover {
outline: none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
cursor: pointer !important;
text-decoration: none;
}


a:hover {
text-decoration: none;
}


section {
  transition: all 200ms linear;
}




/* #Defined Colors and Font sizes
================================================== */
:root {
 
  --main-red:#CF212B;
  --grey-bg:#F1F2F6;
  --text-white:#fff;
  --text-black:#000;
  --lightgrey:#ddd;
  --text-red:#CF212B;
}


.email-boxx {
    padding: 5px 0;
}
.email-boxx p{
 margin-bottom:0;
}

section#header-top-slide {
    border-bottom: 1px solid var(--lightgrey);
}

.email-boxx p i {
    margin-right: 5px;
	color:var(--main-red);
}
.social_media_box ul li {
    list-style: none;
    display: inline-block;
	border-right:1px solid var(--lightgrey);
	padding:0 5px;
}
.social_media_box ul li i{
  color:var(--text-black);
}
.social_media_box ul li i:hover{
  color:var(--main-red);
}
.social_media_box ul li:last-child{
	border-right:none;
	padding:0 0px;
}

.social_media_box ul {
    margin: 0;
    padding: 0;
}
.social_media_box {
    float: right;
    padding: 5px 0;
}

a.navbar-brand {
    width: 140px;
}
.tollfree-number{
 background-color:var(--main-red);
}
.tollfree-number p{
 margin-bottom:0;
 color:var(--text-white);
}
.tollfree-number p i{
color:var(--text-white);
margin-right:5px;	
}
.tollfree-number {
    background-color: var(--main-red);
    padding: 10px 10px;
    border-radius: 100px;
}
li.nav-item {
    padding: 0 10px;
}

section#main-banner {
    background: url(../img/main-img.png) no-repeat;
    min-height: 566px;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

section#about-section {
    margin-top: 70px;
}
.banner-content p {
    color: var(--text-white);
}
.banner-content span {
    color: var(--text-white);
}
.banner-content h1 {
    color: var(--text-white);
    text-transform: uppercase;
    font-weight: 900;
    width: 75%;
    margin: auto;
    font-size: 3rem;
    line-height: 60px;
	margin-bottom:10px;
}
.btn-default {
    padding: 8px 20px;
}
li.nav-item a {
    font-weight: 500;
    color: var(--text-black) !important;
}
.about-us-content span{
  color: var(--text-red);
}
.about-us-content h3 {
    padding: 5px 0;
    font-weight: 700;
    font-size: 2rem;
}
.about-us-content p {
    line-height: 24px;
}
section#stats-box {
    margin-top: 70px;
	background-color:var(--grey-bg);
	padding:30px 0;
}
.counter-box {
    display: block;
}

.counter-box p {
    margin: 4px 0 0;
    padding: 0;
    color: #4e4e4e;
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2
}

.counter {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 40px;
    margin-top: 5px;
}

.counter-box.colored {
    background: #3acf87
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}

section#our-services {
    margin-top: 70px;
}
.service-content h3 {
    font-size: 2rem;
    font-weight: 700;
}
.service-list-box {
    margin-top: 25px;
}
.service-list-box ul li {
    list-style: none;
    display: block;
}

.service-list-box ul {
    margin: 0;
    padding: 0;
}
.service-list-box ul li p {
    line-height: 25px;
    color: #4e4e4e;
}
.service-list-box ul li h5 {
    font-weight: 600;
    color: var(--text-red);
}
section#why-choose-us {
    margin-top: 70px;
}
.choose-box {
    margin: auto;
    text-align: center;
    border: 1px solid #ddd;
    padding: 30px 20px;
    min-height: 345px;
    margin-top: 30px;
    border-radius: 10px;
}
.choose-box h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 15px;
}
.choose-box span {
    background-color: var(--main-red);
    color: var(--text-white);
    width: 70px;
    height: 70px;
    display: block;
    margin: auto;
    text-align: center;
    border-radius: 100px;
    line-height: 70px;
    font-size: 1.75rem;
    font-weight: 600;
}
.section-title h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0;
}
section#fleet-box {
    margin-top: 70px;
}
footer {
    background-color: var(--grey-bg);
    margin-top: 70px;
    padding: 40px 0;
	padding-bottom:0;
}
.footer-section img {
    width: 140px;
}
.footer-section p {
    margin-top: 15px;
}
.footer-section-inner {
    padding: 20px 20px;
}
.footer-section-inner ul li {
    list-style: none;
    display: block;
    padding-bottom: 5px;
}
.footer-section-inner ul li a{
 color:var(--text-black);
}

.footer-section-inner ul li a:hover{
 color:var(--main-red);
}

.footer-section-inner ul {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}


.social_media_footer ul li {
    list-style: none;
    display: inline-block;
}

.social_media_footer ul {
    margin: 0;
    padding: 0;
}

.social_media_footer ul li i {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 1px solid #4e4e4e;
    color: var(--text-black);
    line-height: 40px;
}
.social_media_footer ul li i:hover{
 border: 1px solid var(--main-red);	
 background-color:var(--main-red);
 color:var(--text-white);
}

.office-address {
    display: flex;
    gap: 5px;
	margin-bottom:5px;
}
.office-address p{
 margin-bottom:5px;
}
.map_location i{
 color:var(--main-red);
}

.main-div {
    margin-top: 20px;
}
div#copyright-div {
    border-top: 1px solid #d6d8df;
}
.copyright-text p{
 margin-bottom:0;
}

.copyright-text p {
    margin-bottom: 0;
    padding: 5px 0;
    font-size: 15px;
    text-align: center;
}

.counter-list {
    display: flex;
    gap: 20px;
}
.counter-icon i {
    font-size: 50px;
    line-height: 60px;
	color:var(--main-red);
}






/* #Back To Top CSS
================================================== */

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: var(--text-black);
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: #000;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}




.breadcrumb-link ul li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid #ddd;
    padding: 0 8px;
}
.breadcrumb-link ul li:last-child{
 border-right:none;
}
.breadcrumb-link ul li a{
 color:var(--text-white);	
}

.breadcrumb-link ul li p{
 margin-bottom:0;
 color:var(--text-white);
}

.breadcrumb-link ul {
    margin: 0;
    padding: 0;
}

.breadcrumb-box {
    display: flex;
    justify-content: space-between;
}

section#main-banner-inner {
    background: url(../img/main-img.png) no-repeat;
    min-height: 125px;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.breadcrumb-title h3{
 color:var(--text-white);
}
section#abt-section {
    margin-top: 70px;
}
.form-box label {
    font-weight: 600;
}
.form-box input{
 height:40px;
}
.form-box h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.contact-address-box h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.contact-address-box .office-address {
    border: 1px solid #ddd;
    padding: 10px 5px;
    border-radius: 8px;
    margin-bottom: 10px;
}
.contact-address-box .map_location i {
    font-size: 20px;
}


