@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Lexend', sans-serif !important;
}

.container-fluid {
    padding: 0px 60px;
    width: 100%;
    max-width: 1366px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lexend',
        sans-serif !important;
}

span:hover {
    color: inherit;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1176px;
}


/*----Main Header-----*/

.fixed-top {

    height: 80px;
}

.logo-img img {
    padding-top: 7px;
    height: 65px;
    width: auto;
}

.fixed-top.whiteHeader {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.13);
    background-color: #fff;
}


.main_menu {
    padding-top: 12px;
}



/* NAVIGATION */

.navbar {
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center;
    height: 50px;
    overflow: hidden;
}

.navbar img {
    height: 16px;
    width: auto;
    justify-self: start;
    margin-left: 20px;
}

.navbar ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-self: end;

}

.nav-item a {
    color: #000;
    font-size: 0.9rem;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease-out;
}

.nav-item a:hover {
    color: #3498db;
}

/* MOBILE MENU & ANIMATION */

.menu-toggle .bar {
    width: 25px;
    height: 3px;
    background-color: #3f3f3f;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-toggle {
    justify-self: end;
    margin-right: 25px;
    display: none;
}

.menu-toggle:hover {
    cursor: pointer;
}

#mobile-menu.is-active .bar:nth-child(2) {
    opacity: 0;
}

#mobile-menu.is-active .bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

#mobile-menu.is-active .bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

/* KEYFRAME ANIMATIONS */

@-webkit-keyframes gradbar {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes gradbar {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes gradbar {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

/* Media Queries */

/* Mobile Devices - Phones/Tablets */

@media only screen and (max-width: 720px) {


    /* MOBILE NAVIGATION */

    .navbar ul {
        display: flex;
        flex-direction: column;
        position: fixed;
        justify-content: start;
        top: 100px;
        background-color: #fff;
        width: 100%;
        height: calc(100vh - 55px);
        transform: translate(-101%);
        text-align: center;
        overflow: hidden;
    }

    .navbar li {
        padding: 15px;
    }

    .navbar li a {
        font-size: 1rem;
    }

    .menu-toggle,
    .bar {
        display: block;
        cursor: pointer;
    }

    .mobile-nav {
        transform: translate(0%) !important;
    }

}

.main-div {
    position: relative;
    width: 100%;
}

h1 {
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    color: #061C3D;
}

h2 {
    font-weight: 700;
    font-size: 44px;
    color: #F05531;
    position: relative;
    display: inline-block;
}


h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #061C3D;
}

h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    color: #041154;
    margin: 0px;
    padding: 0px;
}

h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 36px;
    color: #041154;
    margin-bottom: 15px;
}

p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #42526B;
    margin-bottom: 0px;
    text-align: left;
}

p a {
    color: #42526B;
}



section {
    padding: 60px 0px;
}

.navbar {
    display: block;
    height: auto;
    padding-top: 8px;
    overflow: auto;
}

.navbar ul {
    display: inline-block;
    float: right;
    width: auto;
    margin-top: 12px;
}

.navbar ul li {
    float: left;
    width: auto;
}

.navbar ul li.nav-item a {
    color: #061C3D;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease-out;
    border-left: #061C3D 1px solid;
    padding: 0px 15px !important;
    line-height: 15px;
}

.navbar ul li.nav-item:first-child a {
    border-left: 0px;
}

.navbar ul li.nav-item a:hover {
    color: #F99A26;
}

.navbar ul li.nav-item.trust-btn a {
    background: #F99A26;
    border: none;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
    display: inline-block;
    margin-top: -12px;
    border-radius: 3px;
    font-size: 14px;
}

.navbar ul li.nav-item.trust-btn a:hover {
    background: #061C3D;
    color: #fff;
}

.navbar ul li.nav-item.login-btn a {
    background: #F99A26;
    border: none;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
    display: inline-block;
    margin-top: -12px;
    border-radius: 3px;
    font-size: 14px;
    margin-left: 15px;
}

.navbar ul li.nav-item.login-btn a:hover {
    background: #061C3D;
    color: #fff;
}

/*--------Slider Section--------*/

.slider-main {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 120px 20px 50px;
    background: #FFFAF5;
}

.slider-main img {
    width: 100%;
}

.slider-txt {
    width: 90%;
    height: 100%;
    position: relative;
    display: table;
}

.slider-txt span {
    display: table-cell;
    vertical-align: middle;
}

.slider-txt h1 {
    padding: 0px;
    margin: 0px 0px 10px;    
    font-size: 40px;
    line-height: 52px;
}

.slider-txt p {
    font-size: 15px;
    color: #061C3D;
    padding: 10px 0px;
    margin: 0px;
    width: 90%;
}

.slider-txt ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0px;
    padding: 10px 0px 20px;
}

.slider-txt ul li {
    width: 50%;
    float: left;
    color: #F48120;
    font-size: 14px;
}

.enquire-btn {
    background: #F99A26;
    border: none;
    color: #fff;
    height: 44px;
    line-height: 44px;
    padding: 0px 20px;
    display: inline-block;
    margin-top: -12px;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 15px;
    font-size: 14px;
}

.enquire-btn:hover {
    background: #061C3D;
    color: #fff;
    text-decoration: none;
}

/*------------video-sec--------------*/

.video-sec {
    position: relative;
    padding: 20px 0px 60px;
}

.video-sec::after {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    background: #FFFAF5;
    height: 35%;
    content: "";
    width: 100%;
}

.video-col {
    height: 450px;
    width: 100%;
    display: inline-block;
}

.video-col img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.video-col span {
    position: absolute;
    top: 33%;
    width: 100%;
    text-align: center;
    left: 0px;
}

/*------------trusted-sec--------------*/


.heading {
    margin-bottom: 50px;
}

.heading h2 {
    font-weight: 700;
    font-size: 44px;
    color: #061C3D;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
}

.heading h2 span {
    width: 100%;
    display: inline-block;
    line-height: 40px;
}

.trusted-sec {
    position: relative;
}

.veiw-btn {
    background: none;
    border: #F99A26 1px solid;
    color: #F99A26;
    height: 44px;
    line-height: 44px;
    padding: 0px 15px;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    text-decoration: none;
    margin-top: 30px;
    float: left;
}

.veiw-btn svg {
    width: 18px;
    margin-left: 5px;
}

.veiw-btn:hover {
    background: #F99A26;
    border: #F99A26 1px solid;
    color: #fff;
    text-decoration: none;
}

.veiw-btn:hover svg path {
    stroke: #fff;
}

.trusted-sec::after {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    background: #FFFAF5;
    height: 30%;
    content: "";
    width: 100%;
}

.trusted-sec img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.trusted-sec .col-md-6 {
    position: relative;
    margin-bottom: 30px;
}

.trusted-col {
    background: #FFFFFF;
    width: 100%;
    display: inline-block;
}

.trusted-col:hover {
    box-shadow: 0px 12px 56px rgba(6, 28, 61, 0.12);
}

.trusted-cont {
    width: 100%;
    margin-top: 0;
    position: relative;
    z-index: 2;
    float: right;
    border: 1px solid #E6E8EC;
    padding: 20px;
}

.trusted-txt {
    width: calc(100% - 20px);
    padding: 0px;
}

a.learnmore-btn {
    color: #F48120;
    text-decoration: none;
    margin-top: 15px;
    display: inline-block;
    font-size: 14px;
}

a.learnmore-btn svg {
    width: 18px;
    margin-left: 5px;
}

/*------------Advanced Delivery Services-sec--------------*/

.advanced-sec {
    padding: 0px;
    position: relative;
    background: #F8F8F8;
}

.advanced-sec::after {
    position: absolute;
    height: 100%;
    width: 30%;
    background: #F48120;
    content: '';
    top: 0px;
    right: 0px;
}

.advanced-img {
    position: relative;
    padding: 60px 20px;
}

.advanced-img img {
    height: 600px;
    width: 95%;
    object-fit: cover;
    position: relative;
    z-index: 3;
}

.advanced-img span {
    position: absolute;
    top: 45%;
    width: 95%;
    text-align: center;
    left: 0px;
    z-index: 5;
}

.advanced-txt {
    height: 100%;
    display: table;
    width: 100%;
    position: relative;
}

.advanced-txt span {
    display: table-cell;
    vertical-align: middle;
}

.advanced-txt h6 {
    background: #F48120;
    border-radius: 30px;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
}

.advanced-txt h2 {
    font-weight: 700;
    font-size: 48px;
    color: #000;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.advanced-txt h2 span {
    color: #F48120;
}

.advanced-txt p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #061C3D;
    margin-bottom: 0px;
    text-align: left;
    width: 80%;
    margin-top: 20;
    margin-bottom: 20px;
}


.GetStarted-btn {
    background: #F99A26;
    border: none;
    color: #fff;
    height: 44px;
    line-height: 44px;
    padding: 0px 20px;
    display: inline-block;
    margin-top: -12px;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 25px;
    font-size: 14px;
}

.GetStarted-btn svg {
    width: 18px;
    margin-left: 5px;
}

.GetStarted-btn svg path {
    stroke: #fff;

}

.GetStarted-btn:hover {
    background: #061C3D;
    color: #fff;
    text-decoration: none;
}


/*-----------follow-steps-------------*/

.follow-steps {
    text-align: left;
}

.follow-steps h2 {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0px;
}

.steps-col {
    padding: 30px 0px;
}

.steps-col img {
    height: 350px;
    width: 90%;
    object-fit: cover;
}

.steps {
    height: 350px;
    display: table;
    width: 100%;
}

.steps span {
    display: table-cell;
    vertical-align: middle;
}

.steps h3 {
    color: #061C3D;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.steps p {
    margin-bottom: 20px;
    color: #42526B;
}

.steps p a {
    color: #42526B;
}


.steps img {
    width: 115%;
}

.follow-step .veiw-btn {
    margin-top: 10px;
}

.contect-btn {
    background: rgba(244, 129, 32, 0.13);
    border: rgba(244, 129, 32, 0.13) 1px solid;
    color: #F99A26;
    height: 44px;
    line-height: 44px;
    padding: 0px 15px;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    text-decoration: none;
}

.contect-btn svg {
    height: 18px;
    margin-left: 5px;
    margin-top: -3px;
}

.contect-btn:hover {
    background: #F99A26;
    border: #F99A26;
    color: #fff;
    text-decoration: none;
}

.contect-btn:hover svg path {
    stroke: #fff;
}

/*------------Features-sec--------------*/

.features-sec {
    background: #F5F6F7;
    text-align: center;
}

.features-sec .heading h2 {
    text-align: center;
}

.features-sec .heading p {
    text-align: center;

}

.features-col {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 40px 20px;
    text-align: center;
    margin-bottom: 30px;
    height: 280px;
}

.features-col span {
    background: #FEEFE2;
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    border-radius: 7px;
    margin-bottom: 15px;
}

.features-col span svg {
    width: 28px;
}

.features-col .trusted-txt {
    width: 100%;
}

.features-col .trusted-txt p {
    text-align: center;
    padding: 10px 0px 0px;
}

.features-col:hover {
    box-shadow: 0px 12px 56px rgba(6, 28, 61, 0.12);
}

.features-col:hover span {
    background: #F48120;
}

.features-col:hover span svg path {
    stroke: #fff;
}

/*-----------contect-sec-------------*/

.contect-sec h2 {
    font-weight: 700;
    font-size: 44px;
    color: #061C3D;
    position: relative;
    display: inline-block;
    width: 80%;
    margin-bottom: 20px;
}

.contect-sec {
    padding: 30px 0px 0px;
}

.contect-sec .map {
    width: 100%;
    height: 100%;
    display: flex;
    margin-right: 0%;
}

.contect-sec p {
    width: 80%;
}

.contect-info {
    text-align: center;
}

.contect-info svg {
    width: 90px;
    margin-bottom: 0px;
}

.info-txt span {
    font-size: 12px;
    color: #838E9E;
}

.info-txt p {
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.map-form {
    background: #FFF9EE;
    margin-top: 30px;
}

.contect-form {
    background: #FFFFFF;
    box-shadow: 0px 16px 48px rgba(6, 28, 61, 0.04);
    border-radius: 24px;
    margin: 60px 15%;
    padding: 30px 40px;
}

.contect-form h3 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contect-form label {
    width: 100%;
    display: inline-block;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #061C3D;
    margin-bottom: 5px;
}

.contect-form input {
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #E6E8EC;
    border-radius: 5px;
    padding: 0px 0px 0px 10px;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 15px;
    width: 100%;
}

.contect-form select {
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #E6E8EC;
    border-radius: 5px;
    padding: 0px 0px 0px 10px;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 15px;
    width: 100%;
}

.contect-form textarea {
    height: 90px;
    background: #FFFFFF;
    border: 1px solid #E6E8EC;
    border-radius: 5px;
    padding: 0px 0px 0px 10px;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 20px;
    width: 100%;
}

.request-btn {
    background: #F99A26;
    border: none;
    color: #fff;
    height: 44px;
    line-height: 44px;
    padding: 0px 20px;
    display: inline-block;
    margin-top: -12px;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 10px;
    font-size: 14px;
    width: 100%;
}

.request-btn svg {
    width: 18px;
    margin-left: 5px;
}

.request-btn svg path {
    stroke: #fff;
}

.request-btn:hover {
    background: #061C3D;
    color: #fff;
}


/*----------------main-footer----------------------*/

.main-footer {
    width: 100%;
    text-align: center;
    background: url(../images/footer-bg.png) left top no-repeat;
    background-size: cover;
    display: table;
    position: relative;
    padding: 50px 0px 0px;
}

.main-footer::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(27, 27, 27, 0.61);
    content: '';
    z-index: 1;
}

.main-footer .container {
    z-index: 2;
    position: relative;
}

.main-footer p {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 20px;
    text-align: left;
    width: 80%;
}

.newsletter {
    background: #fff;
    padding: 5px;
    width: 80%;
    margin-bottom: 20px;
}

.newsletter input {
    background: none;
    padding: 0px;
    width: calc(100% - 50px);
    border: 0px;
    font-weight: 300;
    font-size: 13px;
    line-height: 37px;
    color: #797979;
    padding-left: 10px;
}

.newsletter input[type=submit] {
    background: #F48120;
    padding: 0px;
    width: 40px;
    border: 0px;
    font-weight: 300;
    font-size: 13px;
    line-height: 37px;
    color: #fff;
}

.socail-icon {
    text-align: left;
}

.socail-icon a {
    width: 44px;
    height: 44px;
    background: #F48120;
    display: inline-block;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    margin-right: 8px;
}

.socail-icon a svg {
    width: 18px;
}

.socail-icon a svg path {
    fill: #fff;
}

.main-footer h4 {
    font-weight: 400;
    font-size: 21px;
    line-height: 34px;
    color: #fff;
    margin: 0px;
    padding: 0px 0px 20px;
    text-align: left;
}

.main-footer ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: left;
    width: 80%;
}

.main-footer ul li {
    width: 80%;
    padding: 0px 0px 10px;
    margin: 0px;
    list-style: none;
    text-align: left;
}

.main-footer ul li a {
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: left;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

.main-footer ul li a svg {
    float: right;
    width: 20px;
    margin-top: 5px;
}

.collapse:not(.show) {
    display: block;
}

.navbar-toggler {
    display: none;
    float: right;
}

.footer-col {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    display: inline-block;
}

.footer-col span.icon {
    width: 35px;
    float: left;
    text-align: left;
}

.footer-col span.icon img {
    width: 24px;
}

.footer-col span.phone img {
    width: 18px;
}

.footer-col span.email img {
    width: 20px;
}

.footer-col span.txt {
    width: calc(100% - 40px);
    float: right;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.59);
    padding: 20px 0px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}

.map iframe {
    width: 100% !important;
}


.menu-logo {
   display: none;
}


/*--------Inner banner Section--------*/

.inner_banner {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 120px 20px 50px;
    background: #F5F6F7;
}

.inner_banner h2 {
    font-weight: 700;
    font-size: 40px;
    color: #061C3D;
    margin: 0px;
    padding: 0px;
}

.inner_banner p {
    font-size: 15px;
    color: #061C3D;
    padding: 10px 0px;
    margin: 0px;
    width: 60%;
}

/*-----------Service Page---------*/


.service-sec{
    padding: 0px;
    position: relative;
    background: #fff;
}


.service-sec::after {
    position: absolute;
    height: 70%;
    width: 38%;
    background: #F48120;
    content: '';
    top: 0px;
    right: 0px;
}

.service-img {
    position: relative;
    padding: 60px 20px;
}

.service-img img {
    height: 400px;
    width: 95%;
    object-fit: cover;
    position: relative;
    z-index: 3;
}

.service-img span {
    position: absolute;
    top: 45%;
    width: 95%;
    text-align: center;
    left: 0px;
    z-index: 5;
}

.service-txt {
    height: 100%;
    display: table;
    width: 100%;
    position: relative;
}

.service-txt span {
    display: table-cell;
    vertical-align: middle;
}

.service-txt h6 {
    background: #F48120;
    border-radius: 30px;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
}

.service-txt h2 {
    font-weight: 700;
    font-size: 38px;
    color: #000;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.service-txt h2 span {
    color: #F48120;
}

.service-txt p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #061C3D;
    margin-bottom: 0px;
    text-align: left;
    width: 80%;
    margin-top: 20;
    margin-bottom: 20px;
}


.viewmore-btn {
    background: #F99A26;
    border: none;
    color: #fff;
    height: 44px;
    line-height: 44px;
    padding: 0px 20px;
    display: inline-block;
    margin-top: -12px;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 25px;
    font-size: 14px;
}

.viewmore-btn svg {
    width: 18px;
    margin-left: 5px;
}

.viewmore-btn svg path {
    stroke: #fff;

}

.viewmore-btn:hover {
    background: #061C3D;
    color: #fff;
    text-decoration: none;
}

.service-sec2{
    background-color: #F5F6F7;
}

.service-sec2::after {
    right: auto;
    left: 0px;
    bottom: 0px;
    top: auto;
}


/*----------------about us--------------*/
.about-sec {
    padding: 60px 0px;
    position: relative;
    background: #fff;
}

.about-img {
    position: relative;
    padding: 20px;
}

.about-img::after {
    position: absolute;
    height: 60%;
    width: 60%;
    background: #F48120;
    content: '';
    bottom: 0px;
    right: 30px;
}

.about-img img {
    height: 400px;
    width: 95%;
    object-fit: cover;
    position: relative;
    z-index: 3;
}

.about-img span {
    position: absolute;
    top: 45%;
    width: 95%;
    text-align: center;
    left: 0px;
    z-index: 5;
}

.about-txt {
    height: 100%;
    display: table;
    width: 100%;
    position: relative;
}

.about-txt span {
    display: table-cell;
    vertical-align: middle;
}

.about-txt h6 {
    background: #F48120;
    border-radius: 30px;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
}

.about-txt h2 {
    font-weight: 700;
    font-size: 38px;
    color: #000;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.about-txt h2 span {
    color: #F48120;
}

.about-txt p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #061C3D;
    margin-bottom: 0px;
    text-align: justify;
    width: 100%;
    margin-top: 20;
    margin-bottom: 20px;
    text-align-last: left;
}



.about-sec2 {
    padding: 60px 0px 0px;
    position: relative;
    background: #F5F6F7;
}

.about-sec2 .about-img::after {
    position: absolute;
    height: 60%;
    width: 60%;
    background: #F48120;
    content: '';
    bottom: 0px;
    left: 0px;
}

.aboutcol-sec{
    background: #F5F6F7;
}

.about-col {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 40px 20px;
    text-align: center;
    margin-bottom: 0px;
    min-height: 320px;
}

.about-col span {
    background: #FEEFE2;
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    border-radius: 7px;
    margin-bottom: 15px;
}

.about-col span svg {
    width: 28px;
    height: 28px;
}

.about-col span svg path {
    fill: #F48120;
}

.about-col .trusted-txt {
    width: 100%;
}

.about-col .trusted-txt p {
    text-align: justify;
    padding: 10px 15px 0px;
    text-align-last: center;
}

.about-col:hover {
    box-shadow: 0px 12px 56px rgba(6, 28, 61, 0.12);
}

.about-col:hover span {
    background: #F48120;
}

.about-col:hover span svg path {
    fill: #fff;
}


.map iframe{
    width: 100%;
    height: 350px;
    display: inline-block;
}


.drivers{
     padding-bottom: 70px;
}

.driver-btn {
    background: #F99A26;
    border: none;
    color: #fff;
    height: 44px;
    line-height: 44px;
    padding: 0px 20px;
    display: inline-block;
    margin-top: -12px;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 25px;
    font-size: 14px;
    margin-right: 20px;
}

.driver-btn svg {
    width: 18px;
    margin-left: 5px;
}

.driver-btn svg path {
    stroke: #fff;

}

.driver-btn:hover {
    background: #061C3D;
    color: #fff;
    text-decoration: none;
}

.enquiryn-page{
    padding-top: 30px;
}

.contect-form.quotation_form {
    background: #FFFFFF;
    box-shadow: 0px 16px 48px rgba(6, 28, 61, 0.04);
    border-radius: 24px;
    margin: 60px 0px;
    padding: 30px;
}

.quotation_form button#diffrentAddressEnabledBtn {
    width: auto;
    display: inline-block;
    margin: 20px 0px;
}
.contect-form label.labelbox {
    width: auto;
    display: inline-block;
    line-height: 40px;
    margin-right: 30px;
}
.contect-form label input[type="radio" i] {
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #E6E8EC;
    border-radius: 5px;
    padding: 0px 0px 0px 10px;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 15px;
    width: 24px;
    float: left;
    margin-right: 10px;
}

.contect-form label input[type="checkbox" i] {
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #E6E8EC;
    border-radius: 5px;
    padding: 0px 0px 0px 10px;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 15px;
    width: 24px;
    float: left;
    margin-right: 10px;
}

.contect-form input#estimated_km {
    width: 90%;
}

.w-auto{
    width: auto;
}


.quick_quote-btn {
    background: #F99A26;
    border: none;
    color: #fff;
    height: 44px;
    line-height: 44px;
    padding: 0px 20px;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 0px;
    font-size: 14px;
    width: 250px;
}

.thankyou_page .inner_banner {
    padding: 100px 20px 0px;
}

.thankyou {
    text-align: center;
    padding: 40px 0px 0px;
}

.thankyou_page h2 {
    font-weight: 700;
    font-size: 44px;
    color: #061C3D;
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 20px 0px;
    text-align: center;
}

.thankyou_page p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #42526B;
    margin-bottom: 30px;
    text-align: center;
}

.backtowork_btn{
    background: #F99A26;
    border: none;
    color: #fff;
    height: 44px;
    line-height: 44px;
    padding: 0px 20px;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 0px;
    font-size: 14px;
    width: 250px;
    text-align: center;
}


.termsandconditions h4 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
}

.termsandconditions p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #061C3D;
    margin-bottom: 0px;
    text-align: justify;
    width: 100%;
    margin-top: 20;
    margin-bottom: 20px;
    text-align-last: left;
}

.termsandconditions ul{
    margin: 10 0px 0px;
    padding: 0px 0px 0px 10px;
    list-style: none;
}
.termsandconditions ul li {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #061C3D;
    margin-bottom: 0px;
    text-align: justify;
    width: 100%;
    margin-bottom: 15px;
    text-align-last: left;
}

.termsandconditions ul li strong {
    font-weight: 600;
    width: 100%;
    margin-bottom: 5px;
    display: inline-block;
}

.w100{
    width: 100% !important;
}


.booking-confirmation .contect-form {
    background: #FFFFFF;
    box-shadow: 0px 16px 48px rgba(6, 28, 61, 0.04);
    border-radius: 24px;
    margin: 0px;
    padding: 30px 40px;
}

a.termsandconditions {
    color: #F99A26!important;
    text-decoration: underline !important;
}

a.termsandconditions:hover {
    text-decoration: none !important;
}

.mobile{
    display: none !important;
}

.dasktop{
    display: block !important;
}