@import url('../../css2-2');

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    color: #000;
}

button:focus {
    border: none;
    outline: none;
}

:root {
    --red: #62a744;
    --blue: #304da1;
}

.maroon {
    color: var(--red);
}

.maroon-bg {
    background: var(--white);
}

::placeholder {
    opacity: .7;
    font-size: 80%;
}

a, a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

p, small, span, td, a, li {
    color: #494F55;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

.h2, h2 {
    font-size: 2rem;
    color: #ed4a48;
}


button:focus, .btn:focus, .form-control:focus {
    box-shadow: none;
}

.form-control:focus {
    outline-color: #000;
    border-color: #000;
}

.main-title {
    font-weight: 700;
}

/*Topbar Css*/
.top-bar {
    background: linear-gradient(to right, #782327 0%, #aa272f 50%, #cd202c 100%); /* border-bottom: 1px solid rgba(0, 0, 0, .2); */
    /* padding: 4px 0px; */
}

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

.top-contact a {
    font-size: 14px;
    margin: 5px;
    display: inline-block;
    color: rgba(255, 255, 255, .9);
}

    .top-contact a img {
        width: 16px;
    }

.top-link {
}

    .top-link a {
        font-size: 14px;
        margin: 5px;
        display: inline-block;
        font-weight: 500;
        color: var(--red);
        background: #fff;
        border-radius: 10px;
        padding: 0px 5px;
    }

        .top-link a:hover {
            color: #000;
        }

/* sticky_service css */
.quick-links {
    position: fixed;
    top: 150px;
    right: -200px;
    width: 200px;
    transition: 0.3s;
    display: block;
    z-index: 99;
    border: 2px solid var(--red);
    border-right: 0px;
}

    .quick-links.active {
        right: 0px;
        box-shadow: -5px 5px 10px 0px rgb(0 0 0 / 15%);
    }

.quick-links-inner {
    position: relative;
    background: #fff;
    padding: 10px;
}

    .quick-links-inner ul {
        margin-bottom: 0px;
    }

        .quick-links-inner ul li {
            list-style: none;
            border-bottom: 1px solid var(--red);
        }

            .quick-links-inner ul li:last-child {
                border: none;
            }

            .quick-links-inner ul li a {
                font-size: 14px;
                text-decoration: none;
                transition: 0.3s;
                display: block;
                padding: 5px 10px;
                font-weight: 500;
            }

                .quick-links-inner ul li a:hover {
                    padding-left: 15px;
                    color: var(--red);
                }

.quick-link-btn {
    position: absolute;
    top: calc(50% - 38px);
    left: -55px;
    cursor: pointer;
    border-radius: 5px 0px 0px 5px;
    overflow: hidden;
    width: 55px;
    text-align: center;
    background: var(--red);
    color: #fff;
    font-size: 12px;
    padding: 8px;
}

    .quick-link-btn i {
        display: block;
        font-size: 20px;
    }

/*Navbar Css*/
header {
    position: relative;
}

.navbar {
    background: #fff;
    box-shadow: 0px -4px 10px rgb(0 0 0 / 15%);
    padding: 5px 0px;
}

.navbar-brand {
}

    .navbar-brand img {
        width: 150px;
    }

.logo {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

    .logo img {
        height: 75px;
        width: 75px;
        position: absolute;
        top: 10px;
    }

.navbar-nav {
    align-items: center;
}

.nav-item .nav-link {
    font-size: 16px;
    letter-spacing: .3px;
}

    .nav-item .nav-link:hover {
        color: #dc3545;
    }

.nav-item {
    position: relative;
    margin: 0rem .25rem;
}

    .nav-item:hover:before {
        width: 100%;
        left: 0;
    }

.drop-box {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    display: none;
    border-top: 2px solid #dc3545;
    transform: translateY(50px);
    transition: 0.3s;
}

    .drop-box a {
        font-size: 14px;
        display: block;
        padding: .55rem .5rem;
        transition: 0.3s;
        border-bottom: 1px solid transparent;
    }

        .drop-box a:last-child {
            border-bottom: none;
        }

        .drop-box a:hover {
            background: #dc3545;
            color: #ffffff;
            padding-left: .75rem;
            /* border-top: 1px solid #ffffff; */
        }

.nav-item:hover > .drop-box {
    opacity: 1;
    visibility: visible;
    display: block;
    top: 100%;
    transform: translateY(0px);
}

.drop-tracking {
}

    .drop-tracking input {
        border: 1px solid var(--red);
        height: 40px;
        margin-bottom: .75rem;
        padding: 0rem .25rem;
    }

.btn1, .btn2 {
    font-size: 15px;
    background: #fff;
    border: 2px solid #304da1;
    z-index: 1;
    display: inline-block;
    transition: 0.5s all ease-in-out;
    font-weight: 600;
    padding: .5rem 1.5rem;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 3px;
    width: max-content;
    color: #304da1;
}

    .btn1::before, .btn2::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 0;
        top: 0;
        right: 0;
        background: #dc0015;
        z-index: -1;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }

    .btn1:hover::before, .btn2:hover::before {
        color: #fff;
        width: 100%;
        left: 0;
        -webkit-transition: all 0.65s ease;
        -moz-transition: all 0.65s ease;
        -o-transition: all 0.65s ease;
        transition: all 0.65s ease;
    }

    .btn1:hover {
        color: #fff;
    }

.btn2 {
    background: var(--red);
    color: #fff;
}

    .btn2::before {
        background: #fff;
    }

    .btn2:hover {
        color: var(--red);
    }

.tracking-box {
    width: 151px;
}

.tracking-input {
    background: #fff;
    border-radius: 50px;
    position: relative;
}

    .tracking-input input {
        height: 45px;
        border-radius: 50px;
    }

    .tracking-input lord-icon {
        position: absolute;
        top: 4px;
        right: 5px;
        font-size: 20px;
        height: 38px;
        width: 38px;
        background: #ee4b49;
        line-height: 38px;
        text-align: center;
        border-radius: 50%;
        cursor: pointer;
        color: #fff;
    }

.mt-100 {
    margin-top: 100px;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}

/*Banner Css*/
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
    background: none;
    border: none;
}

.bottom-img {
    position: absolute;
    bottom: -1%;
    width: 100%;
}

    .bottom-img img {
        width: 100%;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 45%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

    .carousel-caption h5 {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .carousel-caption p {
        font-size: 16px;
        color: #fff;
    }

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 62px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 34%;
    left: 60%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.banner-wrapper {
    background-image: url(../images/home_banner2.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 80px 0px;
    position: relative;
}

.banner-text h6 {
    color: #000;
}

.banner-text h1 {
    font-weight: 800;
    font-size: 3rem;
    color: #304da1;
}

.btm-line {
    width: 50px;
    height: 3px;
}

.btm-image img {
    width: 250px !important;
}

.banner-text p {
}

.banner-img {
}

    .banner-img img {
    }

.banner-text {
    position: relative;
    margin-top: 100px;
}

    .banner-text:before {
        position: absolute;
        content: "";
        background-image: url(../images/courier-box.png);
        width: 50px;
        height: 50px;
        left: -120px;
        top: 10px;
        -webkit-animation: mover 1s infinite alternate;
        animation: mover 1s infinite alternate;
    }

.banner-wrapper:before {
    position: absolute;
    content: "";
    background-image: url(../images/package_one.png);
    width: 200px;
    height: 186px;
    left: 0px;
    bottom: 0px;
    -webkit-animation: mover2 2s infinite alternate;
    animation: mover2 1s infinite alternate;
    background-repeat: no-repeat;
}



@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@-webkit-keyframes mover2 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translatex(-50px);
    }
}

@keyframes mover2 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translatex(-50px);
    }
}

.main {
    width: 330px;
    height: 330px;
    border: 1px solid transparent;
    position: absolute;
    top: 120px;
    bottom: 0;
    left: 0;
    right: 20px;
    margin: auto;
    border-radius: 50%;
    z-index: -1;
}

.circle {
    width: 30px;
    height: 30px;
    border: 6px solid var(--red);
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: auto;
    animation: circle 10s linear infinite;
}


@keyframes circle {
    0% {
        transform: rotate(0deg) translate(-165px) rotate(0deg);
    }

    100% {
        transform: rotate(360deg) translate(-165px) rotate(-360deg);
    }
}

/*-------------------quick contact------------------*/

.quick_contact-outer {
    transform: translateY(-80%);
}

.quick_contact {
    display: flex;
    flex-wrap: wrap;
}

.con_box {
    display: flex;
    align-items: center;
    border-right: 1px solid #fff;
    flex: 1;
    margin: 20px 40px 20px 0px;
}

    .con_box:last-child {
        border: none;
        margin-right: 0px;
    }

.icon-box {
    display: flex;
    align-items: center;
    width: 60%;
    color: #fff;
}

    .icon-box div {
        margin-left: 1rem;
    }

    .icon-box i {
        font-size: 3rem;
        color: var(--white);
    }

    .icon-box small {
        font-style: italic;
        text-transform: uppercase;
        font-size: 14px;
        color: #fff;
        font-weight: 500;
    }

    .icon-box h4 {
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 0rem;
    }

.con_box .con_details {
    margin-left: 10px;
    color: #fff;
    word-break: break-all;
    width: 100%;
}

.con_details p {
    margin-bottom: 0px;
    color: #fff;
}

    .con_details p small {
    }

.con_details a {
    color: #fff;
}

.con_box:last-child .con_details {
    position: relative;
}

    .con_box:last-child .con_details input {
        width: 100%;
        position: relative;
        border-radius: 25px;
        height: 50px;
        font-size: 20px;
    }

    .con_box:last-child .con_details a {
        position: absolute;
        right: 7px;
        top: calc(50% - 28px);
    }

.bg_orange {
    background-color: #ff6600;
}

.rounded {
    border-radius: .25rem !important;
}

.track-btn {
    background-color: var(--orange);
    color: #fff;
    padding: .6rem 1rem;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 600;
    display: inline-block;
    border-radius: 25px;
}
/*--------------------end--------------------*/


/*About-wrapper css*/
.about-wrapper {
    padding: 50px 0px;
}

    .about-wrapper h2 {
        color: var(--red);
        font-size: 3rem;
    }

.about-text {
}

/*Industry-portfolio css*/
.industry-portfolio {
    margin-top: 50px;
}

.industry-box {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    margin-bottom: 30px;
    min-height: 200px;
    transition: 0.3s;
}

    .industry-box:hover {
        transform: translateY(-10px);
        box-shadow: 0 50px 30px -40px rgb(0 0 0 / 10%);
    }

    .industry-box.one:hover {
        background: linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%), url('../images/srv-img1.jpg');
        background-position: center;
        background-size: cover;
    }

    .industry-box.two:hover {
        background: linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%), url('../images/srv-img2.jpg');
        background-position: center;
        background-size: cover;
    }

    .industry-box.three:hover {
        background: linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%), url('../images/srv-img3.jpg');
        background-position: center;
        background-size: cover;
    }

    .industry-box.four:hover {
        background: linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%), url('../images/srv-img4.jpg');
        background-position: center;
        background-size: cover;
    }

    .industry-box.five:hover {
        background: linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%), url('../images/srv-img5.jpg');
        background-position: center;
        background-size: cover;
    }

    .industry-box.six:hover {
        background: linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%), url('../images/srv-img6.jpg');
        background-position: center;
        background-size: cover;
    }

    .industry-box:hover img {
        background: #fff;
    }

    .industry-box:hover h5 {
        color: #fff;
    }

    .industry-box img {
        margin-bottom: 20px;
        width: 55px;
        background: transparent;
        border-radius: 3px;
        padding: 5px;
    }

    .industry-box h5 {
        margin-bottom: 0px;
    }

/*our-services css*/
.our-services {
    margin-top: 20px;
}

.service-box {
    display: inline-block;
    align-items: flex-start;
    margin-bottom: 20px;
}

.service-icon {
    margin-right: 15px;
}

    .service-icon img {
        width: 60px;
    }

.service-text {
}

    .service-text h5 {
    }

    .service-text p {
        font-size: 15px;
    }

/*shipping-company css*/
.shipping-company {
    margin-top: 50px;
    background: linear-gradient(to right, #304da1, #2c4daf, #133badc9, #2246b196),url(../images/EIG1.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.shipping-text {
}

    .shipping-text h2 {
        color: #fff;
        font-weight: 800;
        font-size: 3rem;
    }

    .shipping-text p {
        color: #fff;
        font-size: 2.5rem;
        font-weight: 200;
        line-height: 2.5rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .shipping-text h4 {
        color: #fff;
    }

.shipping-img {
}

    .shipping-img img {
    }

/*our-partner css*/
.our-partner {
    margin-top: 30px;
}

ul.partner-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

    ul.partner-list li {
        border: 1px solid rgba(0,0,0,.1);
        margin: .5rem;
        padding: .5rem;
    }

        ul.partner-list li img {
        }
/*---------------------*project-two start---------------------*/
.project-two {
    position: relative;
    display: block;
    padding: 60px 0 0;
    z-index: 1;
}

.project-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.section-title__title {
    color: #000;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 5px 0 0;
}

.project-two__content-box {
    position: relative;
    display: block;
    background-color: #f5f5f5;
    padding: 45px 30px 45px;
    border-radius: 20px;
}

    .project-two__content-box .section-title {
        margin-bottom: 41px;
    }

    .project-two__content-box .section-title__title {
        font-size: 40px;
        line-height: 45px;
        margin: 11px 0 0;
    }

.project-two__btn-box {
    position: relative;
    display: block;
    z-index: 1;
}

.project-two__btn {
    background-color: transparent;
    color: #0F1B24;
}

    .project-two__btn > span {
        background-color: #ffc000;
    }

.project-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    z-index: 1;
}

    .project-two__img:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        top: 0;
        right: 0;
        pointer-events: none;
        opacity: 0;
        border-radius: 20px;
        transition: opacity .5s ease-out;
        background-color: rgba(15, 27, 36, .70);
    }

.project-two__single:hover:hover .project-two__img:after {
    opacity: 1
}

.project-two__img img {
    width: 100%;
    border-radius: 20px;
    transform: scale(1.01);
    transition: transform .5s cubic-bezier(.27, .48, .45, .94);
    transform-origin: 70% 80%
}

.project-two__single:hover .project-two__img img {
    transform: scale(1.036);
    transition-duration: .9s
}

.project-two__content {
    position: absolute;
    bottom: 27px;
    left: 20px;
    right: 20px;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 11px 18px 13px;
    border-bottom: 3px solid #c11425;
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: 2;
}

.project-two__single:hover .project-two__content {
    transform: scaleX(1.0) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.project-two__sub-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    font-family: var(--onpoint-font-two);
    color: #0F1B24;
}

.project-two__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-transform: capitalize;
    margin-top: 2px;
}

    .project-two__title a {
        color: #0F1B24;
    }

        .project-two__title a:hover {
            color: #C11425;
        }

.project-two__img .title {
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.project-two__img .title {
    top: 0;
    right: 0;
    text-align: center;
    color: #fff;
    display: flex;
    background: rgb(0 0 0 / 43%);
    left: 0;
    bottom: 0;
    position: absolute;
    height: 100%;
    margin: 0;
}
/*------------------end---------------------*/

/*Become Franchise Css*/
.become-franchise {
    background: #dc0015;
    padding: 15px 0px;
}

.become-franchise-text h4 {
    margin-bottom: 0px;
}

.become-franchise-input {
}

    .become-franchise-input .input-group {
        justify-content: flex-end;
    }

    .become-franchise-input input {
        background: transparent;
        border: 1px solid #FFF;
        outline: none;
        padding: 15px;
        color: #fff;
        font-weight: 200;
        width: 250px;
    }

        .become-franchise-input input::placeholder {
            color: #fff;
        }

    .become-franchise-input .input-group-append {
        border: 1px solid #fff;
    }

        .become-franchise-input .input-group-append .btn1 {
        }

            .become-franchise-input .input-group-append .btn1 i {
                font-size: 30px;
            }

.become-franchise .btn1 {
    border-color: #fff;
    display: block;
}

/*Happy Customer Css*/
.happy_customer .icon-dots-3 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.icon-dots-3 {
    width: 950px;
    height: 474px;
    background-image: url('../images/icon-dots-3.png');
}

.happy_customer {
    padding: 50px 0px;
    position: relative;
}

.single-coutnerup {
    text-align: left;
    padding: 0px 30px;
    text-align: center;
    margin-top: 30px;
}

    .single-coutnerup img {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }

    .single-coutnerup .count-num {
        font-size: 2.5rem;
        font-weight: 800;
        color: #dc3545;
    }

.plus {
    font-size: 2.5rem;
    font-weight: 800;
    color: #dc3545;
}

.single-coutnerup h3 {
    font-size: 1.5rem !important;
    font-weight: 800;
}

.single-coutnerup p {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

/*Testimonial css*/
.testimonial {
    margin-top: 50px;
}

#testimonial-slider {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
    margin-bottom: 50px;
    border-radius: 15px;
    margin-top: 50px;
}

    #testimonial-slider .item {
        border-radius: 15px;
        overflow: hidden;
    }

.testimonial-text {
    display: flex;
    flex-direction: column; /* justify-content: center; */
    min-height: 350px;
    padding: 50px;
}

.large-text {
    font-size: 18px;
    font-style: italic;
}

.client_author {
    font-weight: 600;
    color: var(--red);
    font-size: 20px;
}

#testimonial-slider .owl-dots, #testimonial-slider .owl-nav {
    position: absolute;
    bottom: 0;
    left: 50px
}

    #testimonial-slider .owl-dots .owl-dot.active span, #testimonial-slider .owl-dots .owl-dot:hover span {
        background: var(--red);
    }

/* Back to top */
#myBtn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 40px;
    width: 40px;
    background-color: #dc0015;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 2;
    display: none;
}

    #myBtn:hover {
        background-color: var(--gray);
    }

        #myBtn:hover i {
            color: #fff;
        }

    #myBtn i {
        color: #fff;
        font-size: 1.25rem;
        transform: rotate(270deg);
    }

/*Sticky Css*/
.whatsapp {
    display: inline-block;
    position: fixed;
    left: 20px;
    bottom: 20px;
    background: limegreen;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff !important;
    text-align: center;
    line-height: 63px;
    z-index: 2;
}

    .whatsapp i {
        font-size: 2rem;
    }

/* footer */
footer {
    background: #211e1e;
    padding-top: 2rem;
    /* background: url(../images/footer-bg.jpg); */
}

.ftr-links {
    margin-bottom: 1rem;
}

    .ftr-links ul {
        margin-left: 18px;
    }

        .ftr-links ul li {
            list-style: square;
            color: #fff;
            line-height: 30px;
        }

            .ftr-links ul li a {
                font-size: .9rem;
                transition: 0.3s;
                font-weight: 300;
                color: #fff;
            }

                .ftr-links ul li a:hover {
                    color: var(--red);
                }

.ftr-heading {
    color: #fbfbfb;
}

.ftr-social {
    margin-bottom: 1rem;
}

    .ftr-social ul {
        margin-bottom: 0rem;
    }

        .ftr-social ul li {
            display: inline-block;
            margin-right: 5px;
        }

            .ftr-social ul li a {
                display: block;
                width: 40px;
                height: 40px;
                color: #ee4b49;
                /* background: #fff; */
                text-align: center;
                line-height: 43px;
                border: 1px solid #ee4b49;
                border-radius: .15rem;
                transition: 0.3s;
                font-size: 14px;
            }

                .ftr-social ul li a:hover {
                    background: transparent;
                    border: 1px solid #dc0015;
                    color: #dc3545;
                    border-radius: 50%;
                }

                .ftr-social ul li a i {
                    font-size: 20px;
                }

.footer_bottom {
    background-color: #ff6600;
}

.copyroght, .designed_by {
    padding: 10px 0px;
}

    .copyroght p, .designed_by p, .designed_by p a {
        margin-bottom: 0px;
        font-size: 15px;
        color: #fff;
    }

.download-app {
}

    .download-app a {
    }

        .download-app a:hover {
            text-decoration: none;
        }

        .download-app a img {
            border-radius: 10px;
            margin-bottom: 10px;
            border: 2px solid #3e3e3e;
        }

.ftr-contact {
}

    .ftr-contact ul {
    }

        .ftr-contact ul li {
            font-size: 15px;
            /* display: flex; */
            align-items: baseline;
            margin-bottom: 18px;
            font-weight: 300;
            color: #fff;
        }

            .ftr-contact ul li i {
                color: #fff;
                margin-right: 5px;
                width: 15px;
                flex: none;
            }

            .ftr-contact ul li a {
                color: #fff;
            }

footer .footer-two-menu {
    padding: 30px 0px;
    border-top: 1px solid #e5e7eb;
    margin-top: 20px;
}

    footer .footer-two-menu .footer-logo {
        padding-right: 50px;
        width: 250px;
    }

/*why-choose css start*/

.why-choose {
    margin-top: 30px;
}

    .why-choose .why-choose-box {
        padding: 20px;
        border-radius: 10px;
        background-color: #fff;
        /* box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%); */
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        /* border: 7px solid #b0949738; */
    }

        .why-choose .why-choose-box .why-icon {
            display: flex;
            align-items: center;
        }

            .why-choose .why-choose-box .why-icon img {
            }

            .why-choose .why-choose-box .why-icon h5 {
                margin-left: 20px;
            }

        .why-choose .why-choose-box p {
            margin-top: 15px;
            margin-bottom: 0px;
        }

/*why-choose css end*/

@media screen and (max-width:1600px) {
    .banner-wrapper {
        padding: 50px 0px;
    }
}

@media screen and (max-width:1400px) {
    .banner-text {
        margin-top: 70px;
    }

    .banner-wrapper {
        padding: 0px 0px;
    }

    .banner-text:before {
        left: -40px;
        top: 115px;
        z-index: -1;
    }

    .shipping-company {
        background: linear-gradient(to right, #304da1, #2c4daf, #133badc9, #2246b196),url(../images/EIG1.gif);
        background-position: bottom right;
        background-size: cover;
    }
}



@media screen and (max-width:1199px) {
    .banner-text h1 {
        font-size: 2.5rem;
    }

    .contact-one__contact-list {
        display: block !important;
    }

    .why-box {
        min-height: 170px;
    }

    ul#tabs-nav li {
        width: 32.33%;
    }

    .testimonial-text {
        min-height: 285px;
    }

    .single-coutnerup .count-num {
        font-size: 2rem;
    }

    .navbar-brand img {
        width: 157px;
    }
}

@media screen and (max-width:991px) {
    .nav-item, .nav-item .nav-link {
        display: inline-block;
        width: max-content;
    }

    .navbar-nav {
        align-items: flex-start;
    }

    .about-wrapper h2 {
        text-transform: capitalize;
    }

    .shipping-text h2 {
        font-size: 2rem;
    }

    .shipping-text p {
        font-size: 1.5rem;
        line-height: inherit;
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }

    .about-wrapper {
        background: inherit;
    }

    .why-choose .why-choose-box {
        margin-bottom: 25px;
    }

    .service-text p {
        text-align: justify;
    }

    .shipping-company {
        margin-top: 25px;
    }

    .navbar-brand img {
        width: 310px;
    }

    .banner-wrapper {
        background-image: inherit;
    }

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

        .banner-text:before {
            left: -60px;
            top: 10px;
        }

    .banner-wrapper:before {
        display: none;
    }

    footer .footer-two-menu .footer-logo {
        margin-bottom: 30px;
    }

    .main {
        display: none;
    }

    #a {
        order: 1;
    }

    #b {
        order: 2;
    }

    #c {
        order: 4;
    }

    #d {
        order: 3;
    }
}

@media screen and (max-width:767px) {
    .icon-dots-3 {
        width: 100%;
    }

    .page-header__inner h2 {
        font-size: 33px !important;
    }

    .services-one__single p {
        text-align: justify;
    }

    .quick_contact-outer {
        transform: translateY(8%);
    }

    .bottom-img {
        bottom: -3%;
        display: none;
    }

    .project-two {
        padding: 30px 0 0;
    }

    .banner-text {
        margin: 1rem auto;
    }

    .about-wrapper h2 {
        font-size: 2rem;
    }

    ul.partner-list li img {
        width: 120px;
    }

    .banner-wrapper {
        padding: 30px 0px;
    }

    .logo {
        display: none;
    }

    .main-title {
        font-size: 25px !important;
    }

    .navbar-nav {
        align-items: flex-start;
        padding-left: 8px;
    }

    .our-partner {
        margin-top: 10px !important;
        margin-bottom: 30px !important;
    }

    .shipping-text h2 {
        font-size: 25px;
    }

    .shipping-text h4 {
        color: #fff;
        font-size: 20px;
    }

    .shipping-text p {
        font-size: 20px;
    }

    .become-franchise-text h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .single-coutnerup {
        text-align: center;
        color: #fff;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }

    .happy_customer {
        padding: 20px;
    }

    .our-services {
        padding: 10px 0px !important;
    }

    .why-choose {
        padding: 30px;
    }

    .contact-one__inner {
        padding: 60px 0px 33px !important;
    }

    .contact-one {
        padding: 57px 0 12px !important;
    }
}

@media screen and (max-width:575px) {
    .banner-text h1 {
        font-size: 1.8rem;
    }

    .about-wrapper {
        margin: 0px;
    }

    .single-coutnerup {
        padding: 0px;
    }

        .single-coutnerup .count-num,
        .plus {
            font-size: 1.5rem;
        }

    .banner-img {
        text-align: left !important;
    }

    .navbar-brand img {
        width: 180px;
    }

    .navbar-brand {
        padding: 0.25rem 0.75rem;
    }

    .banner-text:before {
        z-index: -1;
        left: 0px;
        top: 41px;
    }
}








:root {
    --blue: #304da1;
    --orange: #ff6501;
    --darkblue: #040810;
    --skyblue: #0aadeb;
    --gray: #6d7a8c;
    --green: #62a744;
}

.blue {
    color: #ed4a48;
}

.orange {
    color: #ff6501;
}

.gray {
    color: #6d7a8c;
}

.darkblue {
    color: #040810;
}

.skyblue {
    color: #0aadeb;
}

.darkblue-bg {
    background: #040810;
}

.skyblue-bg {
    background: #0aadeb;
}

.bluebg {
    background: #32659a;
}

.orangebg {
    background: #ff6501;
}

a, a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

p, small, span, td, a, li {
    color: #121212;
    letter-spacing: .5px;
}

.who-we-are {
    padding: 100px 0px 50px;
    /* background-color: #f1f7f8; */
}

.who-we-img {
    position: relative;
    max-width: 100%;
    display: inline-block;
    z-index: 1;
    box-shadow: 0px 5px 15px rgba(0,0,0,.2);
    border-radius: .25rem;
}

    .who-we-img:after {
        content: '';
        position: absolute;
        top: 10px;
        right: -10px;
        width: 100%;
        height: 100%;
        background-color: transparent;
        border-radius: .5rem;
        border: 3px solid var(--orange);
        z-index: -1;
        display: none;
    }

    .who-we-img img {
        border-radius: .5rem;
    }

.who-we-content {
}

.semi-title {
    text-transform: uppercase;
    letter-spacing: .5px;
}

.main-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: initial;
}

.para-title {
    font-size: 1.25rem;
    color: var(--gray);
}



.our-services {
    padding: 50px 0px;
}

.srv-btn {
    display: inline-block;
    color: var(--darkblue);
    padding-bottom: 0.25rem;
    border-bottom: 1px solid var(--darkblue);
    font-weight: 500;
}

    .srv-btn:hover {
        color: var(--blue);
        border-bottom-color: var(--blue);
    }

.service-box {
    transition: 0.5s all;
    margin-top: 2rem;
}

    .service-box:hover > .service-img {
        transform: scale(1.02);
    }

    .service-box:hover > .service-text {
        transform: translateY(-30px);
    }

    .service-box:hover a {
        background-color: var(--green);
    }

.service-img {
    width: 100%;
    height: 227px;
    overflow: hidden;
    border-radius: .25rem;
    transition: 0.5s all;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, .1);
}

    .service-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.service-text {
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
    border-radius: .5rem;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, .1);
    text-align: center;
    transform: translateY(-20px);
    padding: 1rem .5rem;
    position: relative;
    height: 170px;
    transition: 0.5s all;
}

    .service-text h4 {
        color: #000;
        font-weight: 600;
        margin: .5rem auto;
    }

    .service-text a {
        display: inline-block;
        background-color: #dc3545;
        text-align: center;
        color: #fff;
        transition: 0.5s;
        padding: .25rem .5rem;
        border-radius: .20rem;
    }

.specialities {
    padding: 70px 0px 70px;
    background-image: url(../images/spl-bg.jpg);
    background-size: cover;
    background-position: center;
}

.specialities-counter {
}

.single-coutnerup {
    text-align: center;
    color: #fff;
    margin-bottom: 3rem;
}

.count-num {
    color: #fff;
    font-weight: 800;
    font-size: 2.5rem;
    letter-spacing: 2px;
}

.single-coutnerup p {
    color: #121212;
    /*text-transform: uppercase;*/
}

.consulting {
    margin-top: -82px;
}

.consulting-services {
    display: flex;
    align-items: center;
    background-image: url(../images/pattern.png);
    background-color: var(--skyblue);
    border-radius: .5rem;
    padding: 2rem 1rem;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, .1);
}

.consulting-img {
    background-color: #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    flex: none;
}

    .consulting-img img {
        width: 64px;
        height: 64px;
    }

.consulting-services h5 {
    margin-left: 1rem;
}

.why-us {
    padding: 50px 0px;
}

.why-box {
    text-align: center;
    padding: 2rem 0rem 1rem;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .25rem;
    margin-bottom: 2rem;
    transition: 0.5s;
}

    .why-box:hover {
        transform: translateY(-10px);
    }

    .why-box img {
        width: 90px;
        height: auto;
    }

.mini-title {
    font-weight: 600;
    margin: 1rem auto;
}


/*our-partner css start*/

.our-partner {
    margin-top: 80px;
    margin-bottom: 80px;
}

.owl-carousel .item {
    padding: 10px;
    border: 1px solid #eee;
    text-align: center;
}

    .owl-carousel .item img {
        width: 75% !important;
        margin: 0 auto;
        /* filter: grayscale(1); */
    }

    .owl-carousel .item:hover img {
        filter: grayscale(0);
    }

@media(max-width:1199px) {
    .logo img {
        display: none;
    }

    .nav-item .nav-link {
        font-size: 13px;
    }

    .navbar-brand {
        margin-right: 0rem;
    }

    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 28%;
        left: 50%;
    }

    .service-text h4 {
        font-size: 22px;
    }

    .service-text p {
        font-size: 14px;
    }
}

@media(max-width:991px) {
    .icon-box {
        width: 80%;
    }

    .section-title__title {
        font-size: 30px;
    }

    .h2, h2 {
        font-size: 28px;
    }

    .services-one {
        padding: 40px 0 50px !important;
    }
}

@media(max-width:767px) {
    .con_box {
        display: block;
    }

    .icon-box h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .carousel-indicators {
        bottom: 0px;
    }

    .carousel-item img {
        height: 35vh;
    }
}

@media (max-width: 500px) {
    .carousel-item img {
        height: 25vh;
    }
}

.mob_service h4 {
    background: #dc0015;
    padding: 13px 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: #fff;
    font-size: 21px;
}

.mobimg {
    background: #dc3545 !important;
    padding: 8px;
    width: 50px;
    border-radius: 5px;
}

    .mobimg img {
        filter: invert(1);
    }

.page-header {
    position: relative;
    display: block;
    padding: 120px 0 80px;
    z-index: 1;
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

    .page-header__bg::before {
        /* content: ""; */
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.87) 24.4%, rgba(102, 102, 102, 0) 100%);
        /* border-radius: 50px; */
    }

.page-header__inner {
    position: relative;
    display: block;
}

    .page-header__inner h2 {
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        color: #FFF;
    }

.thm-breadcrumb__box {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.thm-breadcrumb {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .thm-breadcrumb li {
        position: relative;
        display: inline-block;
        font-size: 15px;
        font-weight: 700;
        color: #FFF;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .thm-breadcrumb li a {
            position: relative;
            display: inline-block;
            color: #FFF;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

        .thm-breadcrumb li span {
            position: relative;
            font-size: 12px;
            color: #C11425;
        }

.why-choose-one {
    position: relative;
    display: block;
}

.why-choose-one__left .section-title {
    margin-bottom: 16px;
}

.why-choose-one__btn-box {
    position: relative;
    display: block;
    margin-top: 28px;
}

.why-choose-one__right {
    position: relative;
    display: block;
}

.why-choose-one__img {
    position: relative;
    display: block;
}

    .why-choose-one__img img {
        width: 100%;
        border-radius: 20px;
    }

.why-choose-one__delivery-box {
    position: absolute;
    right: 10px;
    bottom: 10px;
    max-width: 253px;
    width: 100%;
    background: rgb(153, 153, 153);
    background: linear-gradient(0deg, rgba(153, 153, 153, 1) 0%, rgba(255, 255, 255, 1) 80%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 23px;
    border-radius: 22px;
    padding: 31px 20px 31px;
    z-index: 1;
}

    .why-choose-one__delivery-box::before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        background-color: #C11425;
        border-radius: 22px;
        z-index: -1;
    }

    .why-choose-one__delivery-box .icon {
        position: relative;
        display: inline-block;
    }

        .why-choose-one__delivery-box .icon > span {
            position: relative;
            display: inline-block;
            font-size: 66px;
            color: #fff;
        }

    .why-choose-one__delivery-box:hover .icon > span {
        -webkit-animation: bounceright 0.3s alternate ease infinite;
        animation: bounceright 0.3s alternate ease infinite;
    }

    .why-choose-one__delivery-box > p {
        font-size: 24px;
        font-weight: 700;
        line-height: 34px;
        font-family: var(--onpoint-font-two);
        color: #fff;
    }

.Director img {
    height: 271px;
    border: 4px solid #dc0015;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 10px;
}

.headtitle {
    color: #ffffff !important;
    font-size: 20px;
    background: #dc0015;
    padding: 8px 0px;
    width: 285px;
    justify-content: center;
    display: inline-flex;
}

.section-full {
    padding: 50px 0px;
}

.faq-one {
    position: relative;
    display: block;
    padding: 80px 0 0;
    z-index: 1;
}

.faq-one__bg-color {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -13px;
    background-color: #0F1B24;
}

.faq-one__left {
    position: relative;
    display: block;
}

    .faq-one__left .section-title {
        margin-bottom: 30px;
    }

    .faq-one__left .section-title__tagline {
        color: #fff;
    }

    .faq-one__left .section-title__title {
        color: #fff;
    }

    .faq-one__left .faq-one-accrodion .accrodion {
        position: relative;
        display: block;
        background-color: rgba(var(--onpoint-white-rgb), 0.05);
        border: 1px solid transparent;
        border-radius: 20px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .faq-one__left .faq-one-accrodion .accrodion.active {
            border: 1px solid rgba(204, 204, 204, .50);
            background-color: transparent;
        }

    .faq-one__left .faq-one-accrodion .accrodion-title {
        position: relative;
        display: block;
        cursor: pointer;
        padding: 23px 70px 24px;
        padding-right: 20px;
        transition: all 200ms linear;
        transition-delay: 0.1s;
        padding-right: 25px;
    }

        .faq-one__left .faq-one-accrodion .accrodion-title h4 {
            margin: 0;
            font-size: 15px;
            font-weight: 700;
            line-height: 18px;
            text-transform: capitalize;
            color: #fff;
            position: relative;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

    .faq-one__left .faq-one-accrodion .accrodion.active .accrodion-title h4 {
        color: #fff;
    }

    .faq-one__left .faq-one-accrodion .accrodion + .accrodion {
        margin-top: 20px;
    }

    .faq-one__left .faq-one-accrodion .accrodion-title h4::before {
        content: "\f067";
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        font-size: 13px;
        color: #fff;
        position: absolute;
        top: 50%;
        left: -50px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #C11425;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        text-align: center;
    }

    .faq-one__left .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
        content: "\f068";
        color: #fff;
        background-color: rgba(var(--onpoint-white-rgb), .20);
    }

    .faq-one__left .faq-one-accrodion .accrodion-content {
        position: relative;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 1px;
    }

        .faq-one__left .faq-one-accrodion .accrodion-content p {
            margin: 0;
            color: #fff;
            border-top: 1px solid rgba(var(--onpoint-white-rgb), .50);
            padding-top: 20px;
        }

.faq-one__right {
    position: relative;
    display: block;
    background-color: #C11425;
    border-radius: 0px;
    padding: 40px 25px 40px;
}

.faq-one__from-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    margin-bottom: 38px;
}

.faq-one__form {
    position: relative;
    display: block;
}

.faq-one__input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

    .faq-one__input-box input[type="text"],
    .faq-one__input-box input[type="email"] {
        height: 67px;
        width: 100%;
        border: none;
        padding-left: 20px;
        padding-right: 20px;
        outline: none;
        font-size: 18px;
        color: #fff;
        display: block;
        font-weight: 400;
        border-radius: 20px;
        background-color: rgba(var(--onpoint-white-rgb), .10);
    }

    .faq-one__input-box .select-box {
        width: 100%;
    }

    .faq-one__input-box .nice-select {
        height: 67px;
        width: 100%;
        border: none;
        padding-left: 20px;
        padding-right: 20px;
        outline: none;
        font-size: 18px;
        color: #fff;
        display: block;
        font-weight: 400;
        border-radius: 20px;
        line-height: 67px;
        float: none;
        background-color: rgba(var(--onpoint-white-rgb), .10);
    }

        .faq-one__input-box .nice-select:after {
            position: absolute;
            top: 28px;
            right: 20px;
            margin-top: 0px;
            z-index: 10;
            border-bottom: 2px solid #fff;
            border-right: 2px solid #fff;
        }

        .faq-one__input-box .nice-select .option {
            color: #fff;
        }

    .faq-one__input-box textarea {
        position: relative;
        height: 150px;
        width: 100%;
        border: none;
        padding-top: 15px;
        padding-left: 20px;
        padding-right: 20px;
        outline: none;
        font-size: 14px;
        color: #fff;
        display: block;
        font-weight: 400;
        border-radius: 20px;
        margin-bottom: 0;
        background-color: rgba(var(--onpoint-white-rgb), .10);
    }

    .faq-one__input-box.text-message-box {
        margin-bottom: 40px;
    }

.faq-one__btn-box {
    position: relative;
    display: block;
}

.faq-one__btn {
    border: none;
    background-color: rgba(var(--onpoint-white-rgb), .10);
}

@media (min-width: 1200px) {
    .container-fluid, .container-fluid-lg, .container-fluid-md, .container-fluid-sm, .container-fluid-xl {
        max-width: 1500px;
    }
}

.ml10 {
    /* margin-left: 10px; */
}

.dflex {
    display: flex;
}

.d-img h4 {
    text-align: center;
    color: #fff;
    padding: 10px 0px;
    border: 1px solid #ffffffab;
    font-size: 18px;
}

.services-one {
    position: relative;
    display: block;
    padding: 120px 0 50px;
    z-index: 1;
}

    .services-one .section-title {
        margin-bottom: 100px;
    }

.services-one__single {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #CCCCCC;
    background: #f9b67a;
    border-radius: 20px;
    padding: 69px 30px 40px;
    margin-bottom: 70px;
}

.services-one__icon {
    position: absolute;
    top: -40px;
    left: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c11425;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

    .services-one__icon::before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: "";
        border-radius: 50%;
        transform: scale(0.0);
        transform-origin: center;
        transform-style: preserve-3d;
        transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
        background: #FFC000;
        z-index: -1;
    }

.services-one__single:hover .services-one__icon::before {
    transform: scaleX(1.0);
}

.services-one__icon > span {
    position: relative;
    display: inline-block;
    font-size: 45px;
    color: #ffff;
}

.services-one__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 16px;
}

    .services-one__title a {
        color: var(--onpoint-black);
    }

        .services-one__title a:hover {
            color: var(--onpoint-base);
        }

.services-one__btn-box {
    position: relative;
    display: block;
}

.services-one__btn {
    background-color: var(--onpoint-extra);
    color: var(--onpoint-black);
}

    .services-one__btn > span {
        background-color: #FFC000;
    }

    .services-one__btn:hover > span::after {
        color: var(--onpoint-black);
    }

.dgrid {
    display: grid;
}

.project-details {
    position: relative;
    display: block;
    padding: 35px 0 98px;
    z-index: 1;
}

.project-details__left {
    position: relative;
    display: block;
}

.project-details__information {
    position: relative;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 38px 40px 40px;
    margin-bottom: 40px;
}

.project-details__information-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    margin-bottom: 28px;
}

.project-details__information-list {
    position: relative;
    display: block;
    background-color: var(--onpoint-extra);
    padding: 31px 30px 26px;
    border-radius: 20px;
}

    .project-details__information-list li {
        position: relative;
        display: flex;
        align-items: center;
        gap: 30px;
    }

        .project-details__information-list li + li {
            margin-top: 21px;
        }

        .project-details__information-list li span {
            font-size: 15px;
            font-weight: 700;
            font-family: var(--onpoint-font-two);
            color: var(--onpoint-black);
            position: relative;
            max-width: 67px;
            width: 100%;
        }

        .project-details__information-list li p i {
            font-size: 15px;
            color: #E7E036;
        }

        .project-details__information-list li p .last-icon {
            color: #CCCCCC;
        }

        .project-details__information-list li p i + i {
            margin-left: 6px;
        }

.project-details__social {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

    .project-details__social a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 33px;
        height: 33px;
        font-size: 16px;
        color: var(--onpoint-black);
        border: 1px solid #CCCCCC;
        border-radius: 50%;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .project-details__social a:hover {
            border: 1px solid var(--onpoint-base);
            background-color: var(--onpoint-base);
            color: var(--onpoint-white);
        }

        .project-details__social a + a {
            margin-left: 10px;
        }

.project-details__contact-list {
    position: relative;
    display: block;
}

    .project-details__contact-list li {
        position: relative;
        display: flex;
        align-items: center;
        border: 1px solid #CCCCCC;
        border-radius: 20px;
        gap: 20px;
        padding: 20px 30px 20px;
    }

        .project-details__contact-list li + li {
            margin-top: 20px;
        }

        .project-details__contact-list li .icon {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background-color: rgba(var(--onpoint-base-rgb), .10);
        }

            .project-details__contact-list li .icon > span {
                position: relative;
                display: inline-block;
                font-size: 16px;
                color: var(--onpoint-base);
                transition: .2s;
                transform-origin: 50% 60%;
            }

        .project-details__contact-list li:hover .icon-1 {
            -webkit-animation: none;
            -webkit-transform: scale(1.4);
            animation: none;
            transform: scale(1.4);
        }

        .project-details__contact-list li:hover .icon-2 {
            -webkit-animation: wiggle .05s alternate ease infinite;
            animation: wiggle .05s alternate ease infinite;
        }

        .project-details__contact-list li:hover .icon-3 {
            -webkit-animation: none;
            -webkit-transform: skew(-20deg);
            animation: none;
            transform: skew(-20deg);
            text-indent: .1em;
        }

        .project-details__contact-list li .content {
            position: relative;
            display: block;
        }

            .project-details__contact-list li .content h3 {
                font-size: 24px;
                font-weight: 700;
                line-height: 34px;
                margin-bottom: 5px;
            }

            .project-details__contact-list li .content p {
                color: #787878;
            }

                .project-details__contact-list li .content p > a {
                    color: #787878;
                }

                    .project-details__contact-list li .content p > a:hover {
                        color: var(--onpoint-base);
                    }

.project-details__right {
    position: relative;
    display: block;
}

.project-details__img {
    position: relative;
    display: block;
}

    .project-details__img img {
        width: 100%;
        border-radius: 20px;
    }

.project-details__title-1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    margin-top: 26px;
    margin-bottom: 15px;
}

.project-details__text-2 {
    margin-top: 31px;
    margin-bottom: 30px;
}

.project-details__points {
    position: relative;
    display: block;
}

    .project-details__points li {
        position: relative;
        display: flex;
        align-items: center;
        gap: 6px;
    }

        .project-details__points li + li {
            /* margin-top: 21px; */
        }

        .project-details__points li .icon {
            position: relative;
            display: inline-block;
            align-self: baseline;
            color: #dc0015;
        }

            .project-details__points li .icon span {
                position: relative;
                display: inline-block;
                font-size: 11px;
                color: var(--onpoint-base);
            }

.project-details__img-box {
    position: relative;
    display: block;
    margin-top: 31px;
}

.project-details__img-box-img {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

    .project-details__img-box-img img {
        width: 100%;
        border-radius: 20px;
    }

.contact-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.contact-one__inner {
    position: relative;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 60px 60px 38px;
}

.contact-one__contact-list {
    position: relative;
    display: block;
    gap: 75px;
}

    .contact-one__contact-list li {
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 23px;
    }

        .contact-one__contact-list li .icon {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 65px;
            height: 65px;
            background-color: #FFC000;
            border-radius: 50%;
        }

            .contact-one__contact-list li .icon > span {
                position: relative;
                display: inline-block;
                font-size: 24px;
                color: var(--onpoint-black);
                transition: .2s;
                transform-origin: 50% 60%;
            }

        .contact-one__contact-list li:hover .icon > span {
            -webkit-animation: wiggle .05s alternate ease infinite;
            animation: wiggle .05s alternate ease infinite;
        }

        .contact-one__contact-list li:hover .icon > .location-icon {
            -webkit-animation: none;
            -webkit-transform: scale(1.4);
            animation: none;
            transform: scale(1.4);
        }

        .contact-one__contact-list li:hover .icon > .email-icon {
            -webkit-animation: none;
            -webkit-transform: skew(-20deg);
            animation: none;
            transform: skew(-20deg);
            text-indent: .1em;
        }

        .contact-one__contact-list li .content {
            position: relative;
            display: block;
            margin-left: 20px;
        }

            .contact-one__contact-list li .content h3 {
                font-size: 24px;
                font-weight: 700;
                line-height: 34px;
                margin-bottom: 5px;
            }

            .contact-one__contact-list li .content p {
                color: #787878;
            }

                .contact-one__contact-list li .content p > a {
                    color: #787878;
                }

                    .contact-one__contact-list li .content p > a:hover {
                        color: var(--onpoint-base);
                    }

.contact-one {
    position: relative;
    display: block;
    padding: 120px 0 0px;
    z-index: 1;
}

.contact-one__inner {
    position: relative;
    display: block;
    background: #faebd7;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    /* padding: 60px 50px 33px; */
}

.contact-one__contact-list {
    /* position: relative; */
    /* display: flex; */
    /* align-items: center; */
    /* gap: 74px; */
    text-align: justify;
}

    .contact-one__contact-list li {
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 23px;
    }

        .contact-one__contact-list li .icon {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            background-color: #FFC000;
            border-radius: 50%;
        }

            .contact-one__contact-list li .icon > span {
                position: relative;
                display: inline-block;
                font-size: 24px;
                color: var(--onpoint-black);
                transition: .2s;
                transform-origin: 50% 60%;
            }

        .contact-one__contact-list li:hover .icon > span {
            -webkit-animation: wiggle .05s alternate ease infinite;
            animation: wiggle .05s alternate ease infinite;
        }

        .contact-one__contact-list li:hover .icon > .location-icon {
            -webkit-animation: none;
            -webkit-transform: scale(1.4);
            animation: none;
            transform: scale(1.4);
        }

        .contact-one__contact-list li:hover .icon > .email-icon {
            -webkit-animation: none;
            -webkit-transform: skew(-20deg);
            animation: none;
            transform: skew(-20deg);
            text-indent: .1em;
        }

        .contact-one__contact-list li .content {
            position: relative;
            display: block;
            margin-left: 20px;
        }

            .contact-one__contact-list li .content h3 {
                font-size: 22px;
                font-weight: 700;
                line-height: 34px;
                margin-bottom: 5px;
            }

            .contact-one__contact-list li .content p {
                color: #787878;
            }

                .contact-one__contact-list li .content p > a {
                    color: #787878;
                }

                    .contact-one__contact-list li .content p > a:hover {
                        color: var(--onpoint-base);
                    }

.contact-two {
    position: relative;
    display: block;
    padding: 50px 0 70px;
    z-index: 1;
}

.contact-two__left {
    position: relative;
    display: block;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 60px 60px 40px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 1;
}

.contact-two__form {
    position: relative;
    display: block;
}

    .contact-two__form .row {
        --bs-gutter-x: 20px;
    }

.contact-two__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

    .contact-two__input-box input[type="text"],
    .contact-two__input-box input[type="email"] {
        height: 50px;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        outline: none;
        font-size: 20px;
        color: #787878;
        display: block;
        font-weight: 400;
        border-radius: 5px;
        background-color: transparent;
        border: 1px solid #CCCCCC;
    }

    .contact-two__input-box textarea {
        position: relative;
        height: 103px;
        width: 100%;
        padding-top: 15px;
        padding-left: 20px;
        padding-right: 20px;
        outline: none;
        font-size: 20px;
        color: #787878;
        display: block;
        font-weight: 400;
        border-radius: 5px;
        background-color: transparent;
        border: 1px solid #CCCCCC;
    }

.contact-two__btn-box {
    position: relative;
    display: block;
}

.contact-two__btn {
    border: none;
    color: var(--onpoint-black);
    background-color: var(--onpoint-primary);
}

    .contact-two__btn > span {
        background-color: rgba(var(--onpoint-white-rgb), .30);
    }

.contact-two__right {
    position: relative;
    display: block;
    margin-left: -220px;
    z-index: -1;
}

.contact-two__img {
    position: relative;
    display: block;
}

    .contact-two__img img {
        width: 100%;
        border-radius: 20px;
    }


@media(max-width:550px) {
    .dflex {
        display: block;
    }

    .d-img h4 {
        font-size: 16px;
    }

    .contact-two__left {
        padding: 34px 12px 40px !important;
    }
}

.btns2 {
    font-size: 15px;
    background: #dc0015;
    border: 2px solid #dc0015;
    z-index: 1;
    display: inline-block;
    transition: 0.5s all ease-in-out;
    font-weight: 600;
    padding: .5rem 1.5rem;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 3px;
    width: max-content;
    color: #ffffff;
}

.footer-main {
    padding: 40px 0px;
}

.pl60 {
    padding-left: 51px;
}

.copyroght a, .designed_by a {
    color: #000 !important;
}

.ml24 {
    margin-left: 24px;
}

@media(max-width:575px) {
    .pl60 {
        padding-left: 17px;
    }
}

.why-choose-one__left li {
    padding: 7px 0px;
}

.mobplicy p {
    text-align: justify;
    margin-bottom: 25px
}

.tracking img {
    width: 100%;
    padding: 2px;
    border: 2px solid #ffffffad;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}
