@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
}

figure {
    margin: 0;
    padding: 0;
}

.btn:focus {
    outline: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

a, button {
    display: inline-block;
}

    button:focus {
        outline: none;
        box-shadow: none;
    }

select {
    cursor: pointer;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

/************************** Header css **************************/
.header-mian {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: 0.5s;
    background-color: #fff;
}

    .header-mian .logo {
        width: 250px;
        transition: 0.5s;
    }

    .header-mian .logo-2 {
        display: none;
    }

    .header-mian.scroll {
        background-color: #fff;
        border-bottom: none;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

        .header-mian.scroll .logo-2 {
            display: block;
        }

        .header-mian.scroll .logo-1 {
            display: none;
        }

        .header-mian.scroll .upper-list {
            margin-top: -30px;
        }

        .header-mian.scroll .navbar .nav-item .nav-link {
            color: #000 !important;
        }

        .header-mian.scroll .navbar {
            padding: 5px 0;
        }

        .header-mian.scroll .logo {
            width: 230;
        }

    .header-mian .navbar .nav-item {
        padding: 0 10px;
    }

        .header-mian .navbar .nav-item .nav-link {
            color: #373737 !important;
            transition: 0.5s;
            font-weight: 600;
        }

            .header-mian .navbar .nav-item .nav-link.active {
                color: #fc6f28 !important;
                font-weight: 500;
            }

.upper-list {
    background: #fc6f28;
    padding: 3px 0;
    position: relative;
    transition: 0.5s;
}


    .upper-list .align-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .upper-list .box-1 .info-list {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .upper-list .box-1 .info-list li {
            padding: 0 10px;
        }

            .upper-list .box-1 .info-list li span {
                color: #fff;
                font-size: 16px;
                padding-right: 7px;
            }

            .upper-list .box-1 .info-list li a {
                color: #fff;
                font-size: 15px;
                font-weight: 400;
            }

.header-mian .social-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .header-mian .social-list li span {
        color: #fff;
        font-size: 16px;
        padding-right: 7px;
    }

    .header-mian .social-list li {
        padding: 0 6px;
    }

        .header-mian .social-list li a {
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            background-color: #232323;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 7px;
        }


.quote-btn {
    background: #232323;
    border: 2px solid #fc6f28;
    padding: 8px 22px;
    border-radius: 3px;
    color: #fff;
    transition: 0.5s;
}

    .quote-btn:hover {
        background: transparent;
        color: #fff;
    }

/************************** Header css end **************************/

.main-banner {
    background-image: url('../images/main-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 840px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 118px;
}

    .main-banner::before {
        content: '';
        background-color: #000000;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.3;
    }

    .main-banner .inner-box-slider {
        position: relative;
    }

        .main-banner .inner-box-slider .slick-prev {
            left: -20%;
            right: unset;
            position: absolute;
            background-color: #fc6f28 !important;
            width: 50px;
            height: 50px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0;
            border: 0;
            top: 50%;
            transform: translateY(-50%);
        }

            .main-banner .inner-box-slider .slick-prev:before,
            .main-banner .inner-box-slider .slick-next:before {
                content: '\f061';
                font-family: "Font Awesome 6 Pro";
                font-size: 20px;
                color: #fff;
                position: absolute;
            }

            .main-banner .inner-box-slider .slick-prev:before,
            .main-banner .inner-box-slider .slick-prev:before {
                content: '\f060';
                font-family: "Font Awesome 6 Pro";
                font-size: 20px;
                color: #fff;
                position: absolute;
            }

        .main-banner .inner-box-slider .slick-next {
            left: unset;
            right: -20%;
            position: absolute;
            background-color: #fc6f28 !important;
            width: 50px;
            height: 50px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0;
            border: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        .main-banner .inner-box-slider .slick-dots {
            position: absolute;
            bottom: -20%;
            display: block;
            width: unset;
            padding: 0;
            margin: 0;
            list-style: none;
            text-align: center;
            right: 50%;
            left: unset;
            transform: translateX(50%);
        }

            .main-banner .inner-box-slider .slick-dots li {
                position: relative;
                display: inline-block;
                margin: 0 5px;
                padding: 0;
                cursor: pointer;
                border-radius: 50%;
            }

                .main-banner .inner-box-slider .slick-dots li button {
                    font-size: 0;
                    background-color: #fff;
                    width: 10px;
                    height: 10px;
                    border: none;
                    border-radius: 50%;
                }

        .main-banner .inner-box-slider .content-box h1 {
            font-size: 50px;
            font-weight: 700;
            color: #fff;
            text-transform: capitalize;
        }

        .main-banner .inner-box-slider .content-box h3 {
            font-size: 17px;
            font-weight: 700;
            color: #ffffff;
            text-transform: capitalize;
            background-color: #fc6f28;
            width: fit-content;
            padding: 8px 20px;
            border-radius: 10px;
        }

        .main-banner .inner-box-slider .content-box .para {
            font-size: 18px;
            font-weight: 500;
            color: #fff;
            padding: 15px 0;
        }

        .main-banner .inner-box-slider .content-box .quote-btn {
            padding: 10px 35px;
        }

/* sec-about-us */
.sec-about-us {
    padding: 70px 0;
    position: relative;
}

    .sec-about-us .content-box h3 {
        font-size: 20px;
        font-weight: 500;
        color: #ffffff;
        position: relative;
        background-color: #fc6f28;
        width: fit-content;
        padding: 5px 20px;
        border-radius: 10px;
        margin-bottom: 7px;
    }

    .sec-about-us .content-box h2 {
        font-size: 30px;
        font-weight: 700;
        color: #161616;
        text-transform: uppercase;
        padding: 5px 0 10px;
        line-height: 35px;
    }

    .sec-about-us .content-box .para {
        line-height: 25px;
        padding-bottom: 10px;
        font-size: 15px;
    }

    .sec-about-us .img-box {
        position: relative;
    }

        .sec-about-us .img-box::before {
            content: '';
            position: absolute;
            background-color: #fc6f28;
            top: 3%;
            left: 3%;
            right: -3%;
            bottom: -3%;
            z-index: -1;
            border-radius: 10px;
            box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        }

        .sec-about-us .img-box img {
            border-radius: 10px;
            border: 2px solid #fc6f28;
        }

/* sec-services */
.sec-services {
    padding: 70px 0;
    position: relative;
    background-color: #efefef;
}

    .sec-services .sec-title {
        margin-bottom: 15px;
    }

        .sec-services .sec-title h2 {
            color: #000;
            font-size: 36px;
            font-weight: 700;
        }

    .sec-services .content-box .choose-list {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

        .sec-services .content-box .choose-list .nav-item {
            padding: 13px 0;
            width: 100%;
        }

            .sec-services .content-box .choose-list .nav-item .nav-link {
                background-color: transparent;
                font-size: 20px;
                font-weight: 500;
                color: #000;
                border: 2px solid #fc6f28;
                display: flex;
                align-items: center;
                background-color: #ededed;
                width: 100%;
                padding: 26px;
                border-radius: 10px;
                box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
            }

                .sec-services .content-box .choose-list .nav-item .nav-link.active {
                    color: #ffffff;
                    background-color: #fc6f28;
                }

                .sec-services .content-box .choose-list .nav-item .nav-link span {
                    border: 2px solid #000;
                    width: 50px;
                    height: 50px;
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    margin-right: 18px;
                    background-color: #000;
                    color: #fff;
                    font-size: 20px;
                }

                .sec-services .content-box .choose-list .nav-item .nav-link.active span {
                    border: 2px solid #ffffff;
                }

    .sec-services .cont-text .inner-box {
        position: relative;
    }

        .sec-services .cont-text .inner-box::before {
            content: '';
            background-color: #fc6f28;
            position: absolute;
            width: 100px;
            top: -10px;
            right: -3%;
            border-radius: 5px;
            bottom: 5%;
            z-index: 0;
        }


        .sec-services .cont-text .inner-box .img-box {
            text-align: center;
            position: relative;
        }

            .sec-services .cont-text .inner-box .img-box img {
                width: 100%;
                height: 500px;
                object-fit: cover;
            }

        .sec-services .cont-text .inner-box .white-box {
            position: absolute;
            bottom: 5%;
            left: 5%;
            background: #fff;
            padding: 33px;
            width: 85%;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        }

            .sec-services .cont-text .inner-box .white-box span {
                position: absolute;
                font-size: 76px;
                font-weight: 700;
                left: 18px;
                top: -15px;
                z-index: 1;
                color: #fc6f28;
                opacity: 0.2;
            }

.sec-choose-us {
    padding: 80px 0;
}

    .sec-choose-us .content-box {
    }

        .sec-choose-us .content-box h3 {
            font-size: 22px;
            font-weight: 700;
            color: #be2226;
            padding-bottom: 5px;
        }

        .sec-choose-us .content-box h2 {
            font-size: 35px;
            color: #000;
            font-weight: 700;
            line-height: 59px;
        }

        .sec-choose-us .content-box .para {
            color: #000;
            padding: 5px 0 10px;
        }

        .sec-choose-us .content-box .contact-btn {
            background-color: #be2226;
            border: 1px solid #be2226;
            border-radius: 7px;
            padding: 11px 20px;
            color: #fff;
            transition: 0.5s;
            font-size: 16px;
            margin-top: 10px;
        }

            .sec-choose-us .content-box .contact-btn:hover {
                background-color: transparent;
                color: #bb2426;
            }

    .sec-choose-us .white-box {
        background-color: #fff;
        padding: 20px;
        box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
        border: 3px solid #fc6f28;
        border-radius: 15px;
        margin: 10px 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        cursor: pointer;
        transition: 0.5s;
    }

        .sec-choose-us .white-box .icon-box {
            width: 70px;
            height: 70px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 20px;
        }

            .sec-choose-us .white-box .icon-box i {
                font-size: 55px;
                color: #000;
                transition: 0.5s;
            }

        .sec-choose-us .white-box .text-box {
        }

            .sec-choose-us .white-box .text-box h6 {
                font-size: 20px;
                font-weight: 600;
                color: #000000;
                transition: 0.5s;
            }

        .sec-choose-us .white-box:hover {
            background-color: #fc6f28;
        }

            .sec-choose-us .white-box:hover .icon-box i {
                color: #fff;
            }

            .sec-choose-us .white-box:hover .text-box h6 {
                color: #fff;
            }

.sec-client {
    background-image: url('../images/client-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;
}

    .sec-client::before {
        content: '';
        background-color: #000;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.5;
    }

    .sec-client .sec-title {
        text-align: center;
        padding-bottom: 20px;
        position: relative;
    }

        .sec-client .sec-title h2 {
            font-size: 36px;
            color: #ffffff;
            font-weight: 700;
            line-height: 50px;
        }

    .sec-client .clients-box {
        position: relative;
    }

        .sec-client .clients-box .inner-box {
            background-color: #00000070;
            padding: 15px 20px;
            margin: 7px 0;
            border-radius: 10px;
            box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
        }

            .sec-client .clients-box .inner-box h6 {
                font-size: 16px;
                font-weight: 600;
                color: #ffffff;
                transition: 0.5s;
            }

                .sec-client .clients-box .inner-box h6 i {
                    padding-right: 7px;
                    color: #fc6f28;
                }

.sec-fleet {
    padding: 60px 0;
    position: relative;
}

    .sec-fleet::before {
        content: "";
        position: absolute;
        background-image: url("../images/before-bg.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
    }

    .sec-fleet .sec-title {
        text-align: center;
        padding-bottom: 40px;
        position: relative;
    }

        .sec-fleet .sec-title h2 {
            font-size: 36px;
            color: #000000;
            font-weight: 700;
            line-height: 40px;
        }

        .sec-fleet .sec-title h3 {
            font-size: 20px;
            font-weight: 600;
            color: #ffffff;
            padding-bottom: 5px;
            background-color: #fc6f28;
            width: fit-content;
            margin: 0 auto;
            padding: 8px 20px;
            border-radius: 10px;
            margin-bottom: 10px;
        }

    .sec-fleet .tour-box {
        background-color: #fff;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        border-radius: 15px;
        overflow: hidden;
        position: relative;
        border: 2px solid #fc6f28;
        margin-bottom: 15px;
    }

        .sec-fleet .tour-box .img-box {
        }

            .sec-fleet .tour-box .img-box img {
                height: 220px;
                width: 100%;
                object-fit: cover;
            }

        .sec-fleet .tour-box .detail-box {
            position: absolute;
            width: 90%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            background-color: #000000;
            box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
            left: 50%;
            transform: translateX(-50%);
            padding: 10px 15px;
            border-radius: 10px;
            margin-top: -28px;
        }

            .sec-fleet .tour-box .detail-box .box-1 {
            }

                .sec-fleet .tour-box .detail-box .box-1 h3 {
                    font-size: 15px;
                    color: #ffffff;
                }

            .sec-fleet .tour-box .detail-box .box-2 {
            }

                .sec-fleet .tour-box .detail-box .box-2 ul {
                    display: flex;
                    align-items: center;
                }

                    .sec-fleet .tour-box .detail-box .box-2 ul li {
                        padding: 0 6px;
                    }

                        .sec-fleet .tour-box .detail-box .box-2 ul li a {
                            color: #ffffff;
                            font-size: 15px;
                        }

        .sec-fleet .tour-box .content-box {
            padding: 30px 25px 20px;
        }

            .sec-fleet .tour-box .content-box h4 {
                color: #1c1703;
                font-size: 22px;
                line-height: 30px;
                font-weight: 700;
                padding-bottom: 3px;
            }

            .sec-fleet .tour-box .content-box .location-icon {
                color: #334960;
                font-size: 18px;
                line-height: 17px;
            }

            .sec-fleet .tour-box .content-box .para {
                padding: 12px 0;
                border-top: 1px solid #ccc;
                border-bottom: 1px solid #ccc;
                font-size: 17px;
                line-height: 21px;
                font-weight: 300;
                color: #1c1703;
            }

            .sec-fleet .tour-box .content-box .lower-box {
                padding: 10px 0px 0;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

                .sec-fleet .tour-box .content-box .lower-box .detail-btn {
                    font-weight: 600;
                    background-color: #fc6f28;
                    border: 1px solid #fc6f28;
                    border-radius: 7px;
                    padding: 8px 22px;
                    color: #ffffff !important;
                    transition: 0.5s;
                    font-size: 16px;
                    width: 100%;
                    text-align: center;
                }

                .sec-fleet .tour-box .content-box .lower-box .rate-box {
                }

                    .sec-fleet .tour-box .content-box .lower-box .rate-box small {
                        font-size: 16px;
                        line-height: 21px;
                        font-weight: 300;
                        color: #959595;
                    }

                    .sec-fleet .tour-box .content-box .lower-box .rate-box h6 {
                        color: #334960;
                        font-size: 22px;
                        line-height: 22px;
                        font-weight: 700;
                    }

.sec-address {
    background-image: url('../images/contact-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 80px 0;
}

    .sec-address::before {
        content: '';
        background-color: #000;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.3;
    }

    .sec-address .content-box {
        position: relative;
        text-align: center;
        padding-bottom: 20px;
    }

        .sec-address .content-box h3 {
            font-size: 26px;
            font-weight: 500;
            color: #ffffff;
            padding-bottom: 7px;
            font-family: "Caveat", cursive;
        }

        .sec-address .content-box h2 {
            font-size: 40px;
            font-weight: 700;
            color: #fff;
            letter-spacing: 0px;
            line-height: 46px;
            margin-bottom: 20px;
        }

        .sec-address .content-box .para {
            padding: 5px 0 5px;
            font-size: 16px;
            color: #fff;
        }

    .sec-address .address-box {
        position: relative;
        padding: 20px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 10px;
        margin-bottom: 15px;
        background: #000000b3;
    }

        .sec-address .address-box .icon-box {
            width: 80px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 15px;
            background: #fc6f28;
        }

            .sec-address .address-box .icon-box i {
                font-size: 34px;
                color: #181818;
            }

        .sec-address .address-box h6 {
            width: 77%;
            color: #fff;
        }

            .sec-address .address-box h6 a {
                color: #fff;
            }

.sec-contact {
    padding: 30px 0 0;
    position: relative;
}

    .sec-contact .address-box {
        font-size: 0;
    }

    .sec-contact .contact-form {
        padding: 30px 40px;
        background: #00000085;
    }

        .sec-contact .contact-form h2 {
            font-size: 36px;
            color: #ffffff;
            line-height: 44px;
            padding-bottom: 20px;
            font-weight: 600;
        }

        .sec-contact .contact-form .field-box {
            margin-bottom: 10px;
        }

        .sec-contact .contact-form .contact-input {
            padding: 10px 12px;
            font-weight: 300;
            color: #ffffff;
            border-radius: 0;
            background: transparent;
            border: 2px solid #fc6f28;
        }

            .sec-contact .contact-form .contact-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
                color: #ffffff;
            }

            .sec-contact .contact-form .contact-input::-moz-placeholder { /* Firefox 19+ */
                color: #ffffff;
            }

            .sec-contact .contact-form .contact-input:-ms-input-placeholder { /* IE 10+ */
                color: #ffffff;
            }

            .sec-contact .contact-form .contact-input:-moz-placeholder { /* Firefox 18- */
                color: #ffffff;
            }

        .sec-contact .contact-form .field-box .submit-btn {
            background-color: #fc6f28;
            border: 1px solid #fc6f28;
            padding: 10px 20px;
            color: #fff !important;
            transition: 0.5s;
            width: 100%;
            transition: 0.5s;
            margin-top: 7px;
            text-align: center;
            font-weight: 600;
        }

            .sec-contact .contact-form .field-box .submit-btn:hover {
                background: #161616;
                border: 1px solid #161616;
                color: #fff !important;
            }

.footer-bg {
    background-color: #1c1703;
    padding: 20px 0 0;
}

    .footer-bg .upper-text h5 {
        font-size: 17px;
        font-weight: 500;
        color: #fff;
        line-height: 28px;
    }

    .footer-bg .search-fleid .search-input {
        background-color: #fff;
        border: none;
        border-radius: 8px;
        padding: 15px;
    }

    .footer-bg .search-fleid .input-group-text {
        background-color: #1967d3;
        color: #fff;
        padding: 15px;
        border: none;
        border-radius: 8px;
        font-size: 14px;
        font-weight: bold;
    }

    .footer-bg .search-fleid .search-input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */

        font-weight: 500;
        font-size: 12px;
        color: #828282;
        padding: 0 0 0 10px;
    }

    .footer-bg .search-fleid .search-input::-moz-placeholder {
        /* Firefox 19+ */

        font-weight: 500;
        font-size: 12px;
        color: #828282;
        padding: 0 0 0 10px;
    }

    .footer-bg .search-fleid .search-input:-ms-input-placeholder {
        /* IE 10+ */

        font-weight: 500;
        font-size: 12px;
        color: #828282;
        padding: 0 0 0 10px;
    }

    .footer-bg .search-fleid .search-input:-moz-placeholder {
        /* Firefox 18- */

        font-weight: 500;
        font-size: 12px;
        color: #828282;
        padding: 0 0 0 10px;
    }

    .footer-bg .footer-upper {
        border-bottom: 2px solid #c4cdde;
        padding: 0 0 30px 0;
    }

    .footer-bg .footer-middle {
        border-bottom: 1px solid #fc6f28;
        padding: 30px 0 30px;
    }

        .footer-bg .footer-middle .para {
            font-weight: 500;
            font-size: 14px;
            color: #ffffff;
            margin-top: 10px;
            padding: 0 7px 7px 0;
            line-height: 22px;
        }

        .footer-bg .footer-middle .para-2 {
            font-weight: 500;
            font-size: 14px;
            color: #fff;
        }

        .footer-bg .footer-middle h4 {
            font-weight: 700;
            font-size: 18px;
            color: #fc6f28;
            /* margin-top: 60px; */
            text-transform: uppercase;
        }

        .footer-bg .footer-middle .footer-list {
            margin-top: 15px;
            margin-bottom: 20px;
        }

            .footer-bg .footer-middle .footer-list li {
                margin-bottom: 10px;
            }

                .footer-bg .footer-middle .footer-list li a {
                    font-weight: 500;
                    font-size: 16px;
                    color: #fff;
                    transition: 0.5s;
                }

                    .footer-bg .footer-middle .footer-list li a i {
                        font-weight: 700;
                        margin-right: 6px;
                        font-size: 15px;
                    }

                    .footer-bg .footer-middle .footer-list li a:hover {
                        transform: translateY(-5px);
                    }

    .footer-bg .footer-lower {
        text-align: center;
        padding: 10px 0;
    }

        .footer-bg .footer-lower .para {
            font-weight: 500;
            font-size: 13px;
            color: #ffffff;
        }

    .footer-bg .footer-middle .email-field .email-input {
        background-color: transparent;
        border: 2px solid #fff;
        border-radius: 0;
        padding: 12px 15px;
        margin-top: 8px;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
    }

    .footer-bg .footer-middle .email-field .email-btn {
        background-color: #ffffff;
        border-radius: 0;
        padding: 10px 32px;
        border: 2px solid #ffffff;
        color: #322081;
        font-size: 14px;
        font-weight: 600;
        transition: 0.5s;
        width: 100%;
        margin-top: 8px;
    }

        .footer-bg .footer-middle .email-field .email-btn:hover {
            background-color: transparent;
            border: 2px solid #ffffff;
            color: #ffffff;
        }

.footer-logo {
    width: 100%;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}


/************************** media-query **************************/
@media only screen and (min-width: 1921px) and (max-width: 7368px) {
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {
}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    html {
        overflow-x: hidden;
    }

    .main-banner {
        height: 570px;
        margin-top: 138px;
    }

    .sec-address .address-box .icon-box {
        width: 70px;
        height: 70px;
    }

    .main-banner .inner-box-slider .slick-dots {
        bottom: -10%;
    }

    .sec-fleet .tour-box .detail-box {
        width: 95%;
    }

    .sec-fleet .tour-box .img-box img {
        height: 220px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    html {
        overflow-x: hidden;
    }

    .main-banner {
        height: 570px;
        margin-top: 138px;
    }

    .sec-address .address-box .icon-box {
        width: 70px;
        height: 70px;
    }

    .main-banner .inner-box-slider .slick-dots {
        bottom: -10%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    html {
        overflow-x: hidden;
    }

    .header-mian .logo {
        width: 200px;
    }

    .main-banner {
        width: 100%;
        height: auto;
        margin-top: 118px;
        padding: 60px 0;
    }

        .main-banner .inner-box-slider .content-box h1 {
            font-size: 36px;
        }

    .sec-about-us {
        padding: 30px 0;
    }

    .sec-services {
        padding: 30px 0;
    }

        .sec-services .row {
        }

        .sec-services .sec-title h2 {
            text-align: center;
        }

        .sec-services .content-box .choose-list .nav-item {
            padding: 7px 0;
        }

            .sec-services .content-box .choose-list .nav-item .nav-link {
                font-size: 18px;
                padding: 10px 15px;
            }

        .sec-services .cont-text .inner-box .img-box {
            margin-top: 20px;
        }

            .sec-services .cont-text .inner-box .img-box img {
                height: unset;
            }

        .sec-services .cont-text .inner-box .white-box {
            position: relative;
            bottom: 0;
            left: 0;
            padding: 23px;
            width: 100%;
        }

    .sec-choose-us {
        padding: 30px 0;
    }

    .sec-client {
        padding: 30px 0;
    }

        .sec-client .sec-title h2 {
            font-size: 30px;
        }

    .sec-fleet {
        padding: 30px 0;
    }

        .sec-fleet .sec-title h2 {
            font-size: 30px;
        }

        .sec-fleet .sec-title {
            padding-bottom: 20px;
        }

        .sec-fleet .tour-box .img-box img {
            height: 240px;
        }

    .sec-address {
        padding: 30px 0;
    }

        .sec-address .content-box h2 {
            font-size: 30px;
            line-height: 36px;
            margin-bottom: 10px;
        }

        .sec-address .address-box .icon-box {
            width: 50px;
            height: 50px;
        }

            .sec-address .address-box .icon-box i {
                font-size: 24px;
            }

    .sec-contact .contact-form {
        padding: 20px 10px;
    }

    .footer-logo {
        width: 260px;
        margin-bottom: 20px;
    }

    .footer-bg {
        padding: 0 10px 0;
    }

    .main-banner .inner-box-slider .slick-dots {
        bottom: -30px;
    }

    .sec-fleet .tour-box .detail-box {
        width: 97%;
        padding: 10px 8px;
        border-radius: 7px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    html {
        overflow-x: hidden;
    }

    .upper-list .align-box {
        flex-direction: column;
    }

    .header-mian .logo {
        width: 200px;
    }

    .main-banner {
        width: 100%;
        height: auto;
        margin-top: 148px;
        padding: 60px 0;
    }

        .main-banner .inner-box-slider .content-box h1 {
            font-size: 36px;
        }

    .sec-about-us {
        padding: 30px 0;
    }

    .sec-services {
        padding: 30px 0;
    }

        .sec-services .row {
            flex-direction: column-reverse;
        }

        .sec-services .sec-title h2 {
            text-align: center;
        }

        .sec-services .content-box .choose-list .nav-item {
            padding: 7px 0;
        }

            .sec-services .content-box .choose-list .nav-item .nav-link {
                font-size: 18px;
                padding: 10px 15px;
            }

        .sec-services .cont-text .inner-box .img-box {
            margin-top: 20px;
        }

            .sec-services .cont-text .inner-box .img-box img {
                height: unset;
            }

        .sec-services .cont-text .inner-box .white-box {
            position: relative;
            bottom: 0;
            left: 0;
            padding: 23px;
            width: 100%;
        }

    .sec-choose-us {
        padding: 30px 0;
    }

    .sec-client {
        padding: 30px 0;
    }

        .sec-client .sec-title h2 {
            font-size: 30px;
        }

    .sec-fleet {
        padding: 30px 0;
    }

        .sec-fleet .sec-title h2 {
            font-size: 30px;
        }

        .sec-fleet .sec-title {
            padding-bottom: 20px;
        }

        .sec-fleet .tour-box .img-box img {
            height: auto;
        }

    .sec-address {
        padding: 30px 0;
    }

        .sec-address .content-box h2 {
            font-size: 30px;
            line-height: 36px;
            margin-bottom: 10px;
        }

        .sec-address .address-box .icon-box {
            width: 60px;
            height: 60px;
        }

            .sec-address .address-box .icon-box i {
                font-size: 24px;
            }

    .sec-contact .contact-form {
        padding: 20px 10px;
    }

    .footer-logo {
        width: 260px;
        margin-bottom: 20px;
    }

    .footer-bg {
        padding: 0 10px 0;
    }

    .main-banner .inner-box-slider .slick-dots {
        bottom: -30px;
    }

    .header-mian.scroll .upper-list {
        margin-top: -56px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 480px) {
    html {
        overflow-x: hidden;
    }

    .upper-list .align-box {
        flex-direction: column;
    }

    .header-mian .logo {
        width: 200px;
    }

    .main-banner {
        width: 100%;
        height: auto;
        margin-top: 145px;
        padding: 60px 0;
    }

        .main-banner .inner-box-slider .content-box h1 {
            font-size: 36px;
        }

    .sec-about-us {
        padding: 30px 0;
    }

    .sec-services {
        padding: 30px 0;
    }

        .sec-services .row {
            flex-direction: column-reverse;
        }

        .sec-services .sec-title h2 {
            text-align: center;
        }

        .sec-services .content-box .choose-list .nav-item {
            padding: 7px 0;
        }

            .sec-services .content-box .choose-list .nav-item .nav-link {
                font-size: 18px;
                padding: 10px 15px;
            }

        .sec-services .cont-text .inner-box .img-box {
            margin-top: 20px;
        }

            .sec-services .cont-text .inner-box .img-box img {
                height: unset;
            }

        .sec-services .cont-text .inner-box .white-box {
            position: relative;
            bottom: 0;
            left: 0;
            padding: 23px;
            width: 100%;
        }

    .sec-choose-us {
        padding: 30px 0;
    }

    .sec-client {
        padding: 30px 0;
    }

        .sec-client .sec-title h2 {
            font-size: 30px;
        }

    .sec-fleet {
        padding: 30px 0;
    }

        .sec-fleet .sec-title h2 {
            font-size: 30px;
        }

        .sec-fleet .sec-title {
            padding-bottom: 20px;
        }

        .sec-fleet .tour-box .img-box img {
            height: auto;
        }

    .sec-address {
        padding: 30px 0;
    }

        .sec-address .content-box h2 {
            font-size: 30px;
            line-height: 36px;
            margin-bottom: 10px;
        }

        .sec-address .address-box .icon-box {
            width: 60px;
            height: 60px;
        }

            .sec-address .address-box .icon-box i {
                font-size: 24px;
            }

    .sec-contact .contact-form {
        padding: 20px 10px;
    }

    .footer-logo {
        width: 260px;
        margin-bottom: 20px;
    }

    .footer-bg {
        padding: 0 10px 0;
    }

    .main-banner .inner-box-slider .slick-dots {
        bottom: -30px;
    }

    .sec-fleet .tour-box .detail-box {
        width: 97%;
        padding: 10px 9px;
    }

    .header-mian.scroll .upper-list {
        margin-top: -56px;
    }
}
