/*
Theme Name: Tracking Hub Limited
TextDomain: TrackingHub
Version: 1.0
Description: Tracking Hub Website Theme
Tags: Fleet Management , Tracking Solution, Vehicle Tracker Services
*/

html,
body {
    height: 100%;
}
body {
    background-color: #f2f4f6;
    line-height: 1;
    -webkit-text-size-adjust: none;
}
body,
select,
input {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del,
dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background-color: transparent;
    text-decoration: none;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    line-height: 1.2;
}

article, aside, footer, header, hgroup, nav, section, figure, figcaption {
    display: block;
    margin: 0;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
textarea {
    -webkit-border-radius: 0;
    border-radius: 0;
}

input[type="submit"],
input[type="button"] {
    -webkit-appearance: none;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

:focus {
    outline: 0;
}

::-moz-focus-inner {
    border: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    box-sizing: border-box;
}

body {
    background-color: #fff;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	
}

div{
	font-size: 1em;
    line-height: 1.7em;
}

body p {
    font-size: 1em;
    line-height: 1.4em;
    font-weight: 400;
    font-style: normal;
    height: auto;
	margin-top: 0;
	padding-bottom: 1em;
}

body p:empty {
  display:none
}

.clearfloat {
    zoom: 1;
}

.clearfloat:before,
.clearfloat:after {
    content: "";
    display: table;
}

.clearfloat:after {
    clear: both;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    transition-delay: 9999s;
}

input {
    background-color: #fff !important;
    color: #04011b !important;
}

input:-webkit-autofill {
    background-color: #04011b !important;
    color: #ffff;
}
input:autofill {
    background-color: #04011b !important;
    color: #fff;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #04011b;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #04011b;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #04011b;
}

/* width */
.app-bet-time::-webkit-scrollbar {
    width: 1px;
}

/* Track */
.app-bet-time::-webkit-scrollbar-track {
    background: #04011b;
}

/* Handle */
.app-bet-time::-webkit-scrollbar-thumb {
    background: #04011b;
}

/* Handle on hover */
.app-bet-time::-webkit-scrollbar-thumb:hover {
    background: #04011b;
}

a {
    outline: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

a:hover {
    text-decoration: none;
}

img {
    width: 100%;
    display: block;
}

.clearfloat {
    zoom: 1;
}

.clearfloat:before,
.clearfloat:after {
    content: "";
    display: table;
}

.clearfloat:after {
    clear: both;
}

select {
    display: block;
    width: 100%;
    height: calc(2em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #04011b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*--------- Main Style -------*/

.site-header {
    padding: 0;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
}

.header {
    background-color: #166ced;
}

nav {
    display: flex;
    justify-content: end;
    width: 100%;
}

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

nav ul li {
    float: left;
    position: relative;
}

nav ul li a {
    display: block;
    padding: 2.4em 1em;
    background: #ffffff;
    color: #292929;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 0.9rem;
    font-weight: 600;
}

nav ul li a:hover {
    background: #f2f2f2;
    color: #f45805;
}

nav ul li.current-menu-item.active a{
	color: #f2f2f2;
	background-color: #f45805;
}

/* Custom Wordpress Styling for Active Links */
.active-tab{
    background: #f45805;
    color: #f2f2f2;
    padding: 2.4em 1em 1.2em;
}
/* .nav .primary-menu li a.active-tab {
    background: #f45805;
    color: #f2f2f2;
    padding: 2.4em 1em 1.2em;
} */



/* END Custom Wordpress Styling for Active Links */

.nav-link {
    display: flex;
    align-items: center;
	justify-content: space-between;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #1c295c !important;
}

nav ul li a:not(:only-child):after {
    padding-left: 5px;
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    content: "";
    display: inline-block;
    height: 0.6em;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.7em;
    transform: rotate(135deg);
}

nav ul li ul li {
   min-width: 190px;
    border-bottom: 1px solid #CCC;
	width: 100%;
}

nav ul li ul li:last-child{
	border-bottom:0;
}

nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 100;
}

.nav-mobile {
    display: none;
    position: absolute;
    top: 10px;
    right: 0;
    background: #fff;
    height: 70px;
    width: 70px;
    z-index: 100;
}

@media only screen and (max-width: 840px) {
    .nav-mobile {
        display: block;
    }

    nav {
        width: 100%;
        padding: 70px 0 15px;
    }
    nav ul {
        display: none;
        width: 100%;
        position: absolute;
        z-index: 100;
    }
    nav ul li {
        float: none;
    }
    nav ul li a {
        padding: 15px;
        line-height: 20px;
    }
    nav ul li ul li a {
        padding-left: 30px;
    }

    .right-side-box {
        right: 0 !important;
        display: flex;
        align-items: center;
        flex-direction: row;
        width: 100%;
        justify-content: center;
    }
}
#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #f45805;
    position: absolute;
    display: block;
    content: "";
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

@media screen and (min-width: 960px) {
    .nav-list {
        display: block !important;
    }
}

.navigation {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}



.nav-container {
    width: 100%;
    margin: 0 auto;
}

.brand {
    position: absolute;
    padding-left: 0;
    float: left;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.4em;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand a,
.brand a:visited {
    color: #463f3f;
    text-decoration: none;
}

.brand img {
    max-width: 230px;
}

.right-side-box {
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.account-access-btn {
    display: flex;
    align-self: center;
    justify-content: start;
}

.account-access-btn .request-demo {
    min-width: 150px;
}

.account-access-btn .request-demo a {
    background-color: #1c295c;
    border: 2px solid #1c295c;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.9rem;
    border-radius: 2px;
    margin-inline: 1px;
    display: inline-block;
}

.account-access-btn .request-demo a:hover {
    background-color: #fff;
    border: 2px solid #1c295c;
    color: #1c295c;
}

.account-access-btn a {
    background-color: #f45805;
    border: 2px solid #f45805;
    text-transform: uppercase;
    color: #fff;
    padding: 1em;
    font-size: 0.9rem;
    border-radius: 2px;
    margin-inline: 1px;
    display: inline-block;
}

.account-access-btn a:hover {
    background-color: #fff;
    border: 2px solid #f45805;
    color: #f45805;
}

.pagination {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	padding-top:2em;
}

.pagination .page-numbers{
	font-size:16px;
	color: #463f3f;
	padding: 5px 15px;
	border: 1px solid #cccccc;
    border-radius: 5px;
}

.pagination .page-numbers.current{
	background-color: #f45805;
	border: 1px solid #f45805;
    color: #fff;
}

.owl-item .item {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: center;
}

.hero-slider-caption {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    left: 0;
    right: 0;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
}

.hero-slider-caption img{
	min-height:400px;
	object-fit:cover;
}

.slider-caption {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 50%;
}

.slider-caption .account-access-btn {
    justify-content: start;
    width: 100%;
}

.introduction .account-access-btn,
.track-your-fleet .account-access-btn {
    justify-content: center;
    width: 100%;
}

.slider-caption h2 {
    color: #ffffff;
    font-size: 2.4em;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 900;
}

.slider-caption h2 span {
    color: #ff6600;
    display: block;
    text-transform: capitalize;
}

.slider-caption h6 {
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 1em;
    font-weight: 500;
}

.hero-banner {
    position: relative;
}

.hero-banner img {
    object-fit: cover;
    height: 500px;
}

footer {
    background-color: #1c295c;
    padding: 5em 0 0;
}

.footer-details-wrap {
    padding-bottom: 2em;
}

.footer-logo img {
    margin-bottom: 1em;
    max-width: 250px;
}

.footer-content h3 {
    color: #f45905;
    font-weight: 600;
    font-size: 1em;
    margin-bottom: 1em;
}

.footer-content p {
    color: #fff;
    font-weight: 400;
    font-size: 0.9em;
}

.footer ul.footer-links {
    display: block;
}

.footer ul.footer-links li {
    width: 100%;
    margin-bottom: 1em;
}

.footer-content ul li a {
   color: #fff;
   font-size: 1em;
    margin-bottom: 1em;
    display: block;
}

.social-media {
    display: block;
}

.social-media li {
    display: inline-block;
}

.social-media li a {
    display: inline-block;
}

.social-media li img {
    width: 25px;
    margin-right: 10px;
}

.footer-bottom {
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
}

.footer-bottom .container {
    border-top: 1px solid #fff;
}

.footer-bottom a {
    color: #fff;
    padding: 2em 0;
}

.web-link {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
}

.web-link a {
    margin-right: 10px;
}

.terms-and-policies {
    display: flex;
    align-items: center;
    justify-content: end;
}

.terms-and-policies a {
    margin-left: 10px;
}

section {
    padding: 4em 0;
}

.introduction {
    display: flex;
    justify-content: center;
    text-align: center;
}

.introduction .account-access-btn{
	margin-top:1em;
}

.page-heading {
    font-size: 2.25em;
    margin-bottom: 0.5em;
    text-transform: inherit;
    font-weight: 900;
    color: #1c295c;
}

.page-sub-heading {
    font-size: 1.3em;
    margin-bottom: 0.5em;
    text-transform: capitalize;
    font-weight: 900;
    color: #1c295c;
}

.page-small-heading {
    font-size: 1.3em;
    margin-bottom: 1em;
    font-weight: 600;
    color: #f45805;
    text-align: center;
}
.track-your-fleet h1.page-heading {
    color: #fff;
}

.area-of-specialization {
    background-color: #eef2f8;
}

.specialization {
    padding: 1em;
    width: 100%;
    height: auto;
    float: left;
}

.specialization-details {
    width: 58%;
    float: left;
}

.specialization-details h3 {
    margin-bottom: 1em;
    color: #2a3561;
    font-size: 1.5em;
    font-weight: 600;
    text-transform: capitalize;
}

.specialization-details p {
    margin-bottom: 1em;
}
.specialization-image {
    width: 40%;
    float: right;
}

.track-your-fleet {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 5em;
}

.partners {
    text-align: center;
}

.partners h1 {
    margin-bottom: 2em;
}

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.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;
}

.client-img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border: 4px solid #fff;
    margin: 0px auto 20px;
    border-radius: 100%;
}
.carousel-content {
    padding: 50px 0px;
}

.carousel-content h3 {
    font-size: 17px;
    font-weight: normal;
    color: #f45805;
    text-transform: uppercase;
}

.client-img img {
    width: 100%;
    max-width: 200px;
    display: block;
    object-fit: cover;
    height: 200px;
}

section#testimonial {
    padding: 0;
}

.testimonial {
    position: relative;
    text-align: center;
    padding: 0px;
    padding-top: 3em;
    color: #fff;
    background-color: #ffffff;
    padding-bottom: 5em;
    width: 100%;
}

.testimonial:before {
    content: "";
    background-color: #f45805;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 54%;
}

#testimonial .carousel-control-prev,
#testimonial .carousel-control-next {
    font-size: 36px;
}
#testimonial h2 {
    font-size: 25px;
    padding-bottom: 20px;
    display: inline-block;
}

.testimonial h1.page-heading {
    color: #fff;
}

#testimonial .carousel-indicators li {
    background-color: #f45805;
}

section.what-drive-us {
    padding-top: 0;
}

.the-drive {
    padding: 4em 0 0;
    text-align: center;
}

.the-drive img {
    width: 100px;
    margin: auto;
    margin-bottom: 2em;
}

.the-drive h3 {
    font-size: 1.2em;
    margin-bottom: 0.5em;
    color: #212529;
    text-transform: capitalize;
    font-weight: 700;
    color: #f45805;
}

section.mision-and-vision {
    padding: 0;
    padding-bottom: 2em;
}

.mission h3,
.vision h3,
.value-proposition h3 {
    font-size: 1.2em;
    color: #fff;
    margin-bottom: 1em;
    font-weight: 700;
}

.mission p,
.vision p,
.value-proposition p {
    color: #fff;
}

.mission {
    background-color: #f45805;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.mission-content {
    padding: 3em;
    width: 50%;
}

.mission-img {
    width: 50%;
}

.vision {
    background-color: #1c295c;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.vision-content {
    padding: 3em;
    width: 50%;
}

.vision-img {
    width: 50%;
}

.value-proposition {
    background-color: #f45805;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.value-content {
    padding: 3em;
    width: 50%;
}

.value-img {
    width: 50%;
}

section.products-and-service-we-offer {
    padding-top: 4em;
}

.our-products strong{
	display:block;
	width:100%;
	margin-bottom:1em;
}

.request-for-services {
    background-image: url(../images/pattern.png);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
}

.request-for-services form {
    background-color: #fff;
    border-radius: 10px;
    padding: 1em;
	width:100%
}

.products-and-service-we-offer img {
    border-radius: 5px;
}

.products-and-service-we-offer .row {
    display: flex;
    justify-content: center;
}

.our-products img {
    border-radius: 5px;
}

.the-product .card h5.card-title {
    margin-bottom: 0;
    font-size: 1.2em;
    margin-top: 1em;
    text-transform: capitalize;
}

.the-product .account-access-btn {
    justify-content: center;
}

.the-product h5.card-title {
    color: #f45805;
}

.the-product {
    margin: 0;
    margin-bottom: 2em;
}

.the-product .card {
    position: relative;
    border: none !important;
    display: flex;
    flex-direction: column;
    place-content: center;
    background-color: #ffffff;
    width: 100%;
    padding: 1em;
    text-align: center;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.the-product .card:hover {
    background-color: #f45805;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    place-content: center;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.the-product .card-body {
    padding-top: 1em;
}

.the-product .card .icon-wrap img {
    width: 70px;
    height: 70px;
}

.the-product .card .icon-wrap {
    background-color: #fff;
    width: 100px;
    height: 100px;
    padding: 1em;
    margin: 1em auto 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    border-radius: 50%;
}

.the-product .card:hover h5.card-title {
    color: #ffffff;
}

.the-product .card:hover .account-access-btn a {
    background-color: #ffffff;
    color: #f45805;
}

.the-product .card:hover p.card-text {
    color: #ffffff;
}

.benefits ul {
    display: flex;
    flex-direction: column;
}

.benefits ul li {
    display: block;
    margin-bottom: 1em;
    padding: 5px 5px 5px 35px;
    background: url("../trackinghubv1/assets/images/pointer.svg");
    background-position: left;
    background-repeat: no-repeat;
	background-size: 25px;
    font-size: 1em;
}

.subscribe-to-newsletter h4 {
    color: #fff;
}

.newsletter-form-wrap {
    width: 100%;
    margin: 1em 0;
    background-color: #fff;
    padding: 0.2em;
    border-radius: 0.3em;
}

.newsletter-form-wrap form {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.newsletter-form {
    margin: 0;
    border: none;
    font-size: 14px;
    background-color: #ffffff !important;
    color: #393939 !important;
    padding: 12px;
    -webkit-box-shadow: none !important;
    display: flex;
    box-shadow: none !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    max-width: 100%;
}

.submit-email {
    margin: 0;
    border: none;
    font-size: 14px;
    background-color: #f45805 !important;
    color: #ffffff !important;
    line-height: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-radius: 0.3em;
    cursor: pointer;
    float: right;
    width: auto;
}

.nav-container {
    padding-inline: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.resp-tabs-container {
    border: none !important;
    border-color: transparent !important;
}

.Contact-us label {
    margin-bottom: 1em;
}

textarea.form-control {
    height: 100px;
    resize: none;
}
.list-unstyled li {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 1em;
}

.list-unstyled li .bi {
    padding-right: 10px;
    color: #f45805;
    font-size: 1.5em;
}

.list-unstyled li p {
    padding-bottom: 0;
}

/*---------- FAQs ----------*/
.faqs-wrapper {
    padding: 0 1em;
    width: 100%;
}
.faqs-wrapper h1 {
    font-size: 50px;
    color: #56a71e;
    margin-bottom: 40px;
}
.faqs > li {
    background-color: #f6f4f4;
    margin-bottom: 12px;
    border: 1px solid #f6f4f4;
}
.faqs > li.content-visible {
    border: 1px solid #f6f4f4;
    background-color: #ffffff;
}

.faqs > li:hover {
    background-color: #ffffff;
}
.faqs .question {
    display: block;
    padding: 1em;
    line-height: 1.2;
    position: relative;
    color: #1c295c;
    font-size: 16px;
    text-decoration: none;
}

.faqs .question::after {
    padding-left: 4px;
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    content: "";
    display: inline-block;
    height: 0.45em;
    right: 15px;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.45em;
    transform: rotate(135deg);
}
.faqs .content-visible .question::after {
    -webkit-transform: rotate(-400deg);
    transform: rotate(-400deg);
}
.faqs .desc {
    padding: 0 24px 30px;
    display: none;
}
.faqs .desc p {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.faqs .desc p:first-child {
    padding-top: 0;
    color: #999;
}
.faqs .desc a {
    color: #02284d;
}
.faqs .desc a:hover {
    color: #e4262d;
}
.faqs .desc ul {
    list-style: disc;
    padding-left: 18px;
}
.faqs .desc ol {
    list-style: lower-alpha;
    padding-left: 26px;
}
.faqs .desc ul li,
.faqs .desc ol li {
    padding-top: 16px;
}
.faqs .desc .table-wrapper {
    overflow: auto;
    margin-top: 20px;
}
.faqs .desc table {
    border: 2px solid #000;
    color: #1e487d;
    width: 100%;
    min-width: 600px;
}
.faqs .desc table th,
.faqs .desc table td {
    padding: 10px 20px;
    border: 2px solid #000;
}
.faqs .desc table th:first-child {
    width: 105px;
    text-align: center;
}
.faqs .desc table td:first-child {
    text-align: center;
}
.faqs .desc .rates {
    margin-top: 20px;
    list-style: none;
    padding: 0;
    display: none;
}
.faqs .desc .rates li {
    padding: 10px 15px;
    margin: 10px 0;
    background-color: #fff;
}
.faqs .desc .rates li:nth-child(odd) {
    background-color: #e3dddd;
}
.faqs .desc .rates .field {
    margin-top: 10px;
    color: #1e487d;
}
.faqs .desc .rates .field:first-child {
    margin-top: 0;
}
.faqs h2 {
    margin-bottom: 1em;
    font-size: 2em;
    color: #f45905;
}

/*----------blog---------*/

.caption {
    font-size: 0.875rem;
    font-style: italic;
    display: block;
    margin: 0;
    padding: 0.625rem;
    text-align: left;
}

.post-preview > a {
    color: #1c295c;
}
.post-preview > a:focus,
.post-preview > a:hover {
    text-decoration: none;
    color: #f45905;
}
.post-preview > a > .post-title {
    font-size: 1.875rem;
    margin-top: 1.875rem;
    margin-bottom: 0.625rem;
}
.post-preview > a > .post-subtitle {
    font-weight: 300;
    margin-bottom: 0.625rem;
}
.post-preview > .post-meta {
    font-size: 1.125rem;
    font-style: italic;
    margin-top: 0;
    color: #6c757d;
}
.post-preview > .post-meta > a {
    text-decoration: none;
}

.blogs-wrap img{
	height: 15em !important;
    object-fit: cover;
}

.blogs-wrap p.card-text{
	display:none;
}

@media (min-width: 992px) {
    .post-preview > a > .post-title {
        font-size: 2.25rem;
    }
}

@media (min-width: 992px) {
    header.masthead {
        padding-top: 12.5rem;
        padding-bottom: 12.5rem;
    }
}
header.masthead {
    position: relative;
    margin-bottom: 3rem;
    padding-top: calc(8rem + 57px);
    padding-bottom: 8rem;
    background: no-repeat center center;
    background-color: #6c757d;
    background-size: cover;
    background-attachment: scroll;
}

header.masthead {
    position: relative;
    margin-bottom: 3rem;
    padding-top: calc(8rem + 57px);
    padding-bottom: 8rem;
    background: no-repeat center center;
    background-color: #6c757d;
    background-size: cover;
    background-attachment: scroll;
}
header.masthead:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #212529;
    opacity: 0.5;
}
header.masthead .page-heading,
header.masthead .post-heading,
header.masthead .site-heading {
    color: #fff;
}
header.masthead .page-heading,
header.masthead .site-heading {
    text-align: center;
}
header.masthead .page-heading h1,
header.masthead .page-heading .h1,
header.masthead .site-heading h1,
header.masthead .site-heading .h1 {
    font-size: 3rem;
}
header.masthead .page-heading .subheading,
header.masthead .site-heading .subheading {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.1;
    display: block;
    margin-top: 0.625rem;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
header.masthead .post-heading h1,
header.masthead .post-heading .h1 {
    font-size: 2.25rem;
}
header.masthead .post-heading .meta,
header.masthead .post-heading .subheading {
    line-height: 1.1;
    display: block;
}
header.masthead .post-heading .subheading {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0.75rem 0 2rem;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
header.masthead .post-heading .meta {
    font-size: 1.25rem;
    font-weight: 300;
    font-style: italic;
    font-family: "Lora", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
header.masthead .post-heading .meta a {
    color: #fff;
}
@media (min-width: 992px) {
    header.masthead {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
    header.masthead .page-heading h1,
    header.masthead .page-heading .h1,
    header.masthead .site-heading h1,
    header.masthead .site-heading .h1 {
        font-size: 5rem;
    }
    header.masthead .post-heading h1,
    header.masthead .post-heading .h1 {
        font-size: 3.5rem;
    }
    header.masthead .post-heading .subheading {
        font-size: 1.875rem;
    }
}

.share-article {
    padding-top: 2em;
    display: flex;
}

.share-article img {
    width: 20px;
}

.list-inline-item {
    display: inline-block;
    margin: 0 10px;
}

section.ad-banner {
    padding: 2em 0;
}

/* .ad-banner {
    padding: 2em 0;
    background-image: url("../images/hero-ad-banner.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
} */

.ad-banner .row {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.ad-wrap img {
    max-width: 300px;
    margin-bottom: 2em;
}

.ad-wrap .account-access-btn {
    justify-content: center;
}

.btn {
    height: calc(2em + 0.75rem + 2px);
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 700;
    color: #fff !important;
}

.form-check-input {
    margin-left: 0;
    margin-top: 0px;
    width: 20px;
}

.form-check-label {
    padding-left: 2em;
}

.form-check {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    padding-left: 0;
}

.form-check-label {
    margin-bottom: 0 !important;
}

.access-account {
    background-image: url("../images/pattern.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.access-account form {
    padding: 3em 2em;
    background-color: #fff;
    border-radius: 10px;
}

.access-account form h3 {
    font-size: 1em;
    margin-bottom: 2em;
    color: #f45805;
}

.access-account a {
    color: #212529;
}

.access-account a span {
    color: #f45905;
}

section.contact-us-wrap {
    padding: 1em;
}

.contact-us-wrap {
    background-image: url("../images/pattern.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-us {
    padding: 2em;
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
}

.contact-us h2 {
    font-size: 1.5em;
    color: #f45805;
}

.contact-us h3 {
    font-size: 1em;
    margin-bottom: 2em;
    color: #212529;
}

.contact-us li a {
    color: #212529;
}

.access-account h3 {
    font-size: 1.5em;
    color: #f45805;
}

section.resources-us-wrap {
    padding-top: 1em;
}

.resources-wrap h5.card-title {
    font-size: 1.2em;
}

.resources-wrap .col-12 {
    display: flex;
    align-items: stretch;
    margin-bottom: 1em;
}

.resources-wrap h2 {
    font-size: 1.5em;
    color: #f45805;
    font-weight: 700 !important;
}

.resources-wrap .card a {
    color: #1c295c;
}

.resources-wrap .card a:hover {
    color: #f45805;
}

section.articles-wrapper {
    background-color: #eef2f8;
}

.apply-now a {
    font-size: 15px;
    font-weight: 400;
    background-color: #f45805;
    -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;
    text-transform: uppercase;
    border: none;
    border-color: transparent;
    color: #fff;
}

.apply-now a.back-to-careers {
    background-color: #1c295c;
}

.openings-details {
    width: 100%;
}

.position span {
    color: #f45805;
}

.openings-wrapper h2 {
    font-size: 1.5em;
    color: #f45805;
    font-weight: 700 !important;
}

/*----------Tel---------*/

.iti__hide {
    display: none;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
    background: none;
}

input,
button {
    height: 35px;
    margin: 0;
    padding: 6px 12px;
    border-radius: 2px;
    font-family: inherit;
    font-size: 100%;
    color: inherit;
}
input[disabled],
button[disabled] {
    background-color: #eee;
}

input,
select {
    border: 1px solid #ccc;
    width: 100%;
}

::-webkit-input-placeholder {
    color: #bbb;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #bbb;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #bbb;
}

button {
    color: #fff;
    background-color: #428bca;
    border: 1px solid #357ebd;
}

button:hover {
    background-color: #3276b1;
    border-color: #285e8e;
    cursor: pointer;
}

#result {
    margin-bottom: 100px;
}
/*----------End Of Tel---------*/

.mylivechat_buttonround{
	background-color: #f45805 !important;
}

.mylivechat_buttonround_tooltip{
	background-color: #f45805 !important;
}

.mylivechat_buttonround_tooltip_arrow{
	display:none !important;
}

.comments-wrap li{
	list-style:none;
}

.comment-body{
	display:flex;
	flex-direction:column;
	margin-bottom: 20px;
}

.comment-body p{
	padding-bottom:0.5em
}

.comment-author.vcard {display: flex;
    flex-direction: row;
	margin-bottom: 10px;
}

.comment-author.vcard img{
	width:35px;
	height:35px;
	margin-right:10px
}

.comment-form-comment label{
	width:100%;
	margin-bottom:10px;
}

.comment-form-comment textarea{
	width:100%;
	margin-bottom:10px;
	resize:none;
	height:150px;
	border-radius:5px;
}



#commentform p.form-submit input[type="submit"]{
	display: inline-block;
    font-weight: 400;
    color: #FFF !important;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #f45805 !important;
    border-color: #f45805;
    border: 1px solid transparent;
    padding: 1rem 0.75rem 2em;
    font-size: 1rem;
    border-radius: 0.25rem;
    width: 100%;
}

.comment-meta.commentmetadata a{
	color:#292929;
	font-size:14px;
}

.comment-author.vcard{
	width:100%;
}


@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 991px) {
    .container {
        max-width: 100%;
        padding-inline: 2em;
    }

    nav ul li a.active-tab {
        padding: 1.5em 1em;
    }

    .hero-banner img {
        height: 250px;
    }
}

@media screen and (max-width: 840px){
	.navigation {
		flex-direction: column;
	}
	
	.navigation .account-access-btn {
		justify-content: space-between;
		padding-inline: 1em;
		padding-bottom: 10px;
	}
	.track-your-fleet{
		padding:2em;
	}
	
	.track-your-fleet{
		font-size:1.1em;
	}
	
	.page-heading {
    	font-size: 1.8em;
	}
}

@media screen and (max-width: 799px) {
    .container,
    .container-sm,
    .container-md {
        width: 100%;
        max-width: 780px;
        padding-inline: 1em;
    }

    .nav__container {
        padding: 1em;
    }
    .specialization-details {
        width: 100%;
    }

    .specialization-image {
        width: 100%;
    }

    .nav__logo img {
        max-width: 250px;
    }

    .nav__menu li a {
        padding: 1em 0;
    }

    .nav__mobile {
        padding-bottom: 1em;
    }
    .slider-caption h2 {
        font-size: 2em;
    }

    .slider-caption h2 span {
        display: inline-block !important;
    }

    #wrapper {
        overflow-x: hidden;
    }

    .navigation {
        flex-direction: column;
    }

    .navigation .account-access-btn {
        justify-content: space-between;
        padding-inline: 1em;
        padding-bottom: 10px;
    }

    .track-your-fleet .account-access-btn {
        justify-content: center;
    }

    .account-access-btn {
        justify-content: start;
        padding-bottom: 0;
        padding-inline: 0;
    }

    .nav-container {
        padding-inline: 0;
    }

    .brand {
        left: 0.5em;
    }

    #main-content section .container {
        padding-inline: 0;
    }

    .specialization {
        padding-inline: 1.5em;
    }

    .specialization-details h3 {
        font-size: 1em;
    }

    .resp-tabs-container {
        padding-top: 1em;
    }

    h2.resp-accordion {
        padding-inline: 2em !important;
    }

    .resources-wrap h5.card-title {
        font-size: 1.6em;
    }

    .resources-wrap p {
        margin-bottom: 1em !important;
    }
	
	body p{
		font-size:0.9em;
	}
	
	.slider-caption {
		width:70%;
	}
}

@media screen and (max-width: 640px) {
    .right-side-box {
        top: 100%;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        z-index: 99;
    }

    section {
        padding: 1em;
    }

    #home-hero-banner,
    .hero-banner {
        margin-bottom: 2em;
    }

    .partners {
        padding-top: 2em;
    }

    .partners .page-heading {
        margin-bottom: 1em;
    }

    .brands_slider_container {
        padding: 0;
    }

    .brands_slider {
        margin-top: 0px;
    }

    .access-account form {
        padding: 0;
    }

    .footer-bottom {
        justify-content: center;
    }

    .web-link {
        flex-direction: column;
    }

    .terms-and-policies {
        justify-content: center;
    }

    .contact-us {
        padding: 0;
    }

    section.access-account {
        padding-inline: 0;
    }

    .newsletter-form-wrap form {
        justify-content: space-between;
    }

    section.mision-and-vision {
        padding-bottom: 0;
    }
	
	.our-products img{
		margin-top:1em;
	}
}

@media screen and (max-width: 480px) {
    .mission {
        flex-direction: column-reverse;
    }

    .value-proposition {
        flex-direction: column-reverse;
    }

    .vision {
        flex-direction: column;
    }

    .mission-img,
    .vision-img,
    .value-img {
        width: 100%;
    }
    .mission-content,
    .vision-content,
    .value-content {
        padding: 3em 2;
        width: 100%;
    }
	
	.slider-caption {
		width:90%;
	}
}

@media screen and (max-width: 380px) {
    .nav__logo img {
        max-width: 200px;
    }

    .area-of-specialization {
        padding-inline: 0.5em;
    }

    footer {
        padding: 2em 0 0;
        text-align: left;
    }

    .account-access-btn a {
        padding: 0.75em 1em;
    }

    #home-hero-banner .owl-stage-outer .owl-item img {
        height: 400px;
        object-fit: cover;
    }

    .page-heading {
        font-size: 1em;
    }

    .introduction {
        text-align: center;
    }

    .footer-details-wrap {
        padding-bottom: 1em;
    }

    .footer-logo img {
        text-align: center;
        margin: auto;
    }

    .hero-banner img {
        height: 300px;
    }

    section.products-and-service-we-offer {
        padding-top: 1em;
    }

    .carousel-content {
        padding: 10px 0px;
    }

    .testimonial:before {
        height: 57%;
    }

    .testimonial {
        padding: 2em 0;
    }

    .the-drive {
        padding-top: 0;
        padding-bottom: 2em;
    }
	
	
}


