/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    background: #fff;
    color: #444;
    font-family: "manrope", sans-serif;
}

a {
    color: #d0202e;
    transition: 0.5s;
    font-family: "manrope", sans-serif;
}

span {
    font-family: "manrope", sans-serif;
}

a:hover,
a:active,
a:focus {
    color: #0b6bd3;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
    font-family: "manrope", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "manrope", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #d64955;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

    .back-to-top i {
        padding-top: 12px;
        color: #fff;
    }

/* Prelaoder */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #f2f2f2;
        border-top: 6px solid #007bff;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header .topbar {
    background-color: #d0202e;
    height: 40px;
    padding: 0;
    font-size: 14px;
    color: #fff;
}

.contact-info a {
    color: #fff;
}

.d-flex {
    display: flex !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.topbar .contact-info i a, .topbar .contact-info i span {
    padding-left: 5px;
}

.header-scrolled .topbar {
    height: 0;
    display: none !important;
    overflow: hidden;
}

#header .branding {
    min-height: 60px;
    padding: 10px 0;
    transition: all 0.5s;
    background: #fff;
    box-shadow: 0px 1px 0px rgba(127, 137, 161, 0.3);
}

#header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    padding: 0px;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

    #header.header-scrolled,
    #header.header-pages {
        height: 60px;
        padding: 10px 0;
    }

    #header .logo h1 {
        font-size: 36px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

        #header .logo h1 a,
        #header .logo h1 a:hover {
            color: #00366f;
            text-decoration: none;
        }

    #header .logo img {
        padding: 0;
        margin: -10px 0;
        max-height: 61px;
    }

.main-pages {
    margin-top: 60px;
}

.btn-primary {
    color: #fff;
    background-color: #d0202e !important;
    border-color: #d0202e !important;
}

#demo {
    margin-top: 56px;
}


.blinking-text {
    text-align: center;
    margin-top: 0%;
    font-size: 18px;
    color: yellow;
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
    /* Drop Down */
    /* Deep Drop Down */
}

    .main-nav,
    .main-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .main-nav > ul > li {
            position: relative;
            white-space: nowrap;
            float: left;
        }

        .main-nav a {
            display: block;
            position: relative;
            color: #000;
            padding: 10px 15px;
            transition: 0.3s;
            font-size: 14px;
            font-family: "Montserrat", sans-serif;
            font-weight: 500;
        }

            .main-nav a:hover,
            .main-nav .active > a,
            .main-nav li:hover > a {
                color: #d0202e;
                text-decoration: none;
            }

        .main-nav .drop-down ul {
            display: block;
            position: absolute;
            left: 0;
            top: calc(100% + 30px);
            z-index: 99;
            opacity: 0;
            visibility: hidden;
            padding: 10px 0;
            background: #fff;
            box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
            transition: ease all 0.3s;
        }

        .main-nav .drop-down:hover > ul {
            opacity: 1;
            top: 100%;
            visibility: visible;
        }

        .main-nav .drop-down li {
            min-width: 180px;
            position: relative;
        }

        .main-nav .drop-down ul a {
            padding: 10px 20px;
            font-size: 13px;
            color: #004289;
        }

            .main-nav .drop-down ul a:hover,
            .main-nav .drop-down ul .active > a,
            .main-nav .drop-down ul li:hover > a {
                color: #007bff;
            }

        .main-nav .drop-down > a:after {
            content: "\f107";
            font-family: FontAwesome;
            padding-left: 10px;
        }

        .main-nav .drop-down .drop-down ul {
            top: 0;
            left: calc(100% - 30px);
        }

        .main-nav .drop-down .drop-down:hover > ul {
            opacity: 1;
            top: 0;
            left: 100%;
        }

        .main-nav .drop-down .drop-down > a {
            padding-right: 35px;
        }

            .main-nav .drop-down .drop-down > a:after {
                content: "\f105";
                position: absolute;
                right: 15px;
            }

/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: rgba(19, 39, 57, 0.8);
    transition: 0.4s;
}

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: #fff;
        padding: 10px 20px;
        font-weight: 500;
    }

        .mobile-nav a:hover,
        .mobile-nav .active > a,
        .mobile-nav li:hover > a {
            color: #74b5fc;
            text-decoration: none;
        }

    .mobile-nav .drop-down > a:after {
        content: "\f078";
        font-family: FontAwesome;
        padding-left: 10px;
        position: absolute;
        right: 15px;
    }

    .mobile-nav .active.drop-down > a:after {
        content: "\f077";
    }

    .mobile-nav .drop-down > a {
        padding-right: 35px;
    }

    .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
    }

    .mobile-nav .drop-down li {
        padding-left: 20px;
    }

.mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

    .mobile-nav-toggle i {
        margin: 18px 18px 0 0;
        color: #004289;
    }

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(19, 39, 57, 0.8);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active .mobile-nav {
        left: 0;
    }

    .mobile-nav-active .mobile-nav-toggle i {
        color: #fff;
    }

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

#header {
    box-shadow: 0px 0px 6px rgba(127, 137, 161, 0.3);
}

.main-nav {
    position: absolute;
    left: 45%;
    transform: translateX(-32%);
    /* width: 56%; */
}

    .main-nav .drop-down ul a {
        padding: 10px 20px;
        font-size: 13px;
        color: #004289;
        text-align: left;
    }

.search-box {
    position: absolute;
    right: 0;
    transform: translateX(-143%);
}

.searchbox {
    position: relative;
    min-width: 50px;
    width: 100%;
    top: -5px;
    height: 50px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    border: 1px solid #ddd;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0px 55px 0px 20px;
    font-size: 16px;
}

.searchbox-icon,
.searchbox-submit {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 22px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: transparent;
}

.searchbox-open {
    width: 310%;
}

.searchbox-input:focus {
    border-color: #2f89bd
}

/*===========  About  =========*/

.about-us {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 10px;
}

.box_content {
    padding: 50px;
    margin-top: 30px;
    background: #fff;
    text-align: justify;
}
/*============ Howitworks ===========*/

#How-it-works {
    background: #f2f2f2;
    padding: 60px 0px 60px;
}

.Howitworks h2 {
    font-weight: 700;
    margin-bottom: 50px;
}

.content-center {
    transition: 0.4s;
    background: #fff;
    padding: 35px;
    height: 300px;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.box-count {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #f2f2f2;
}

.box-content {
    padding-top: 10px;
}

    .box-content h4 {
        text-transform: uppercase;
        font-size: 22px;
        letter-spacing: 2px;
    }

.icon img {
    position: absolute;
    right: 33px;
    bottom: 20px;
}

.icon a {
    position: absolute;
    bottom: 30px;
    left: 36px;
    font-size: 14px;
}

.content-center:hover {
    background: #d0202e;
    color: #fff;
}

    .content-center:hover a {
        color: #fff;
    }

/*========== Services ===========*/

#Services {
    padding-top: 60px;
    padding-bottom: 40px;
}

.whychoose {
    text-transform: uppercase;
    color: #000;
    letter-spacing: 2px;
    border-bottom: 3px solid #d0202e;
    font-weight: 600;
    padding-bottom: 5px;
}

#Services h2 {
    font-size: 36px;
}

.post-slide {
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}

    .post-slide .post-img {
        position: relative;
        overflow: hidden;
    }

        .post-slide .post-img img {
            width: 100%;
            height: auto;
            transform: scale(1, 1);
            transition: transform 0.2s linear;
        }

    .post-slide:hover .post-img img {
        transform: scale(1.1, 1.1);
    }

    .post-slide .over-layer {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
        transition: all 0.50s linear;
    }

    .post-slide:hover .over-layer {
        opacity: 1;
        text-decoration: none;
    }

    .post-slide .over-layer i {
        position: relative;
        top: 45%;
        text-align: center;
        display: block;
        color: #fff;
        font-size: 25px;
    }

    .post-slide .post-content {
        background: #fff;
        padding: 2px 20px 40px;
    }

    .post-slide .post-title a {
        font-size: 17px;
        letter-spacing: 1px;
        font-weight: bold;
        color: #333;
        display: inline-block;
        text-transform: uppercase;
        transition: all 0.3s ease 0s;
    }

        .post-slide .post-title a:hover {
            text-decoration: none;
            color: #3498db;
        }

    .post-slide .post-description {
        line-height: 24px;
        color: #808080;
        margin-bottom: 25px;
    }

    .post-slide .post-date {
        color: #a9a9a9;
        font-size: 14px;
    }

        .post-slide .post-date i {
            font-size: 20px;
            margin-right: 8px;
            color: #CFDACE;
        }

    .post-slide .read-more {
        padding: 7px 20px;
        float: right;
        font-size: 12px;
        background: #2196F3;
        color: #ffffff;
        box-shadow: 0px 10px 20px -10px #1376c5;
        border-radius: 25px;
        text-transform: uppercase;
    }

        .post-slide .read-more:hover {
            background: #3498db;
            text-decoration: none;
            color: #fff;
        }

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

    .owl-controls .owl-buttons .owl-prev {
        background: #fff;
        position: absolute;
        top: -13%;
        right: 68px;
        padding: 0 18px 0 15px;
        border-radius: 50px;
        box-shadow: 3px 14px 25px -10px #92b4d0;
        transition: background 0.5s ease 0s;
    }

    .owl-controls .owl-buttons .owl-next {
        background: #fff;
        position: absolute;
        top: -13%;
        right: 15px;
        padding: 0 15px 0 18px;
        border-radius: 50px;
        box-shadow: -3px 14px 25px -10px #92b4d0;
        transition: background 0.5s ease 0s;
    }

        .owl-controls .owl-buttons .owl-prev:after,
        .owl-controls .owl-buttons .owl-next:after {
            content: "\f104";
            font-family: FontAwesome;
            color: #333;
            font-size: 30px;
        }

        .owl-controls .owl-buttons .owl-next:after {
            content: "\f105";
        }

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}

/*========== Gallery ===========*/

.lightbox-gallery {
    background: #f7f7f7;
    padding: 40px 0px 30px;
    color: #000;
    overflow-x: hidden;
}

    .lightbox-gallery h2 {
        padding-bottom: 20px;
        color: #000;
        font-weight: 700;
    }

#gallery .item {
    padding: 0;
    border: 1px dashed #fff;
}

.lightbox-gallery p {
    color: #fff;
}



@media (max-width:767px) {
    .lightbox-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.lightbox-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
}

    .lightbox-gallery .intro p {
        margin-bottom: 0;
    }

.lightbox-gallery .photos {
    padding-bottom: 20px;
}

.lightbox-gallery .item {
    padding-bottom: 30px;
}


/*========== Pricing ===========*/

#Pricing {
    padding: 40px 0px 30px;
}

    #Pricing h2, #Pricing h4 {
        text-align: center;
        font-weight: 700;
        color: #000;
    }

    #Pricing h4 {
        color: #777;
    }



/*========== Footer ===========*/

#footer .footer-top {
    background: #1b1b1b;
    padding: 60px 0 30px 0;
}

#footer {
    background: #1b1b1b;
}

    #footer .copyright {
        text-align: center;
        padding-top: 30px;
    }

/*========== About-Us ===========*/

.inner-heading {
    background-size: cover;
    background-position: center;
    background-image: url(../img/service-03-new.jpg);
    padding: 40px 0;
    margin-top: 107px;
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.inner-overlay {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
}

.breadcrumb {
    background: transparent;
}

.breadcrumb-item.active {
    color: #fff;
    z-index: 1;
    font-size: 40px;
    font-weight: 700;
}

.aboutuscontent {
    padding: 40px 20px;
}

    .aboutuscontent h2 {
        font-size: 36px;
        font-weight: 700;
    }

    .aboutuscontent p {
        line-height: 28px;
    }

.sub-text {
    color: #d0202e;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #d0202e;
    width: 88px;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.Domestic-Relocation, .Office-Shifting, .car-bike-Transport, .International-Shifting, .Warehouse-Storage, .Transport-Insurance {
    padding: 50px 0px;
}

    .Domestic-Relocation img, .Office-Shifting img, .car-bike-Transport img, .International-Shifting img, .Warehouse-Storage img, .Transport-Insurance img {
        padding: 4px;
        border: 3px solid #ddd;
        border-radius: 20px;
        width: 600px;
    }

.title {
    font-weight: 700;
    font-size: 36px;
}

.desc {
    line-height: 30px;
}

/*========== Contact Us ===========*/

.Contact-Us {
    padding: 50px 0px;
}

.Contact-area .title h2 {
    font-weight: 700;
    border-bottom: 3px solid #d0202e;
    padding-bottom: 10px;
}

.Contact-area {
    padding: 40px;
    background: aliceblue;
}

.padd-0 {
    padding: 0;
}

.address, .mobile, .email {
    display: flex;
    padding-top: 23px;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 23px;
}

.add-icon {
    width: 10%;
}

.email .add-icon i {
    font-size: 24px;
}

.add-icon i {
    font-size: 35px;
}

.add-detail, .mobi-detail, .email-detail {
    width: 80%;
}

/*========== Locations ===========*/

.locations1 iframe {
    border: 3px solid #eee !important;
    padding: 4px;
}

.locations1 h4 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 20px;
}


/*========== Login ===========*/

.saparator_line {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border: 1px dashed #ccc;
    margin-left: 30px;
    margin-right: 30px;
}

.saparator_or {
    display: block;
    position: absolute;
    left: 50%;
    top: -0.6em;
    margin-left: -1.5em;
    background-color: white;
    width: 3em;
    font-size: 20px;
    text-align: center;
}


.c-btn-block {
    width: 48%;
    margin-left: 5px;
}

.btn-facebook {
    background: #3b5998;
    color: white;
    border-radius: 0;
    padding: 0;
}

.c-btn-block {
    width: 48%;
    margin-left: 5px;
}

.btn-google {
    background: #c32f10;
    color: white;
    border-radius: 0;
    padding: 0;
}

.G_bg {
    background: #a02a11 !important;
}

.L_social {
    float: left;
    padding: 10px 13px 6px;
    background: #2b4477;
}

.T_social {
    float: left;
    padding: 12px 14px;
    font-size: 15px;
    text-transform: uppercase;
}

.modal-dialog {
    max-width: 600px !important;
    margin: 1.75rem auto;
}

.saparator_or {
    display: block;
    position: absolute;
    left: 34%;
    top: -0.6em;
    font-size: 14px !important;
    margin-left: -1.5em;
    background-color: white;
    width: 42%;
    font-size: 20px;
    text-align: center;
}

.btn-google:hover, .btn-google:focus {
    color: white;
    opacity: 1;
}

.btn-facebook:hover, .btn-facebook:focus {
    color: white;
    opacity: 1;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #d23441;
    padding: 0 0 30px 0;
    color: #eee;
    font-size: 14px;
}

    #footer .footer-top {
        background: #d0202e;
        padding: 60px 0 30px 0;
    }

        #footer .footer-top .footer-info {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-info h3 {
                font-size: 34px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-family: "Montserrat", sans-serif;
                color: #fff;
                font-weight: 400;
                letter-spacing: 3px;
                text-transform: uppercase;
            }

            #footer .footer-top .footer-info p {
                font-size: 13px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: "Montserrat", sans-serif;
                color: #ecf5ff;
            }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #d64955;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .footer-top .social-links a:hover {
                background: #ee3644;
                color: #fff;
            }

        #footer .footer-top h4 {
            font-size: 14px;
            font-weight: bold;
            color: #fff;
            text-transform: uppercase;
            position: relative;
            padding-bottom: 10px;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul li {
                    padding: 8px 0;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #ecf5ff;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        color: #74b5fc;
                    }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-contact p {
                line-height: 26px;
            }

        #footer .footer-top .footer-newsletter {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-newsletter input[type="email"] {
                border: 0;
                padding: 6px 8px;
                width: 65%;
            }

            #footer .footer-top .footer-newsletter input[type="submit"] {
                background: #007bff;
                border: 0;
                width: 35%;
                padding: 6px 0;
                text-align: center;
                color: #fff;
                transition: 0.3s;
                cursor: pointer;
            }

                #footer .footer-top .footer-newsletter input[type="submit"]:hover {
                    background: #0062cc;
                }

    #footer .copyright {
        text-align: center;
        padding-top: 30px;
    }

    #footer .credits {
        text-align: center;
        font-size: 13px;
        color: #f1f7ff;
    }

        #footer .credits a {
            color: #bfddfe;
        }

            #footer .credits a:hover {
                color: #f1f7ff;
            }

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media(max-width:1200px) {
    .main-nav {
        position: absolute;
        left: 33%;
        transform: translateX(-32%);
        width: 50%;
    }

    .search-box {
        position: absolute;
        right: -181px;
        transform: translateX(-143%);
    }
}


@media (max-width: 991px) {
    #header {
        height: 60px;
        padding: 10px 0;
    }

        #header .logo h1 {
            font-size: 28px;
            padding: 8px 0;
        }

    .course_box h4 {
        padding: 16px 0px 0px;
        font-weight: 600;
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

@media (max-width: 767px) {
}



@media (max-width: 574px) {
    .c-btn-block {
        width: 100%;
        margin: 0px 0px 5px;
    }

    .btn-sm {
        float: left !important;
        margin-left: 20px;
    }

    .saparator_or {
        display: block;
        position: absolute;
        left: 26%;
        font-size: 14px !important;
        top: -10px;
        margin-left: -1.5em;
        background-color: white;
        width: 63%;
        font-size: 20px;
        text-align: center;
    }
}

.mobile-nav-toggle {
    top: 7px;
}

#footer .footer-top {
    background: #d64955;
}

    #footer .footer-top .social-links a {
        background: #fff;
        color: #000;
    }

.Whatsapp-Enquiry {
    display: inline-block;
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 999999;
    transition: all0 .5s ease-in-out;
}

.Whatsapp-Enquiry-icon img {
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, .4);
    transition: box-shadow .2s;
    cursor: pointer;
    overflow: hidden;
    width: 55px !important;
    height: 55px !important;
    background: #25d366 !important;
}

.Whatsapp-Enquiry-icon:before {
    content: "";
    border: 20px solid rgba(37, 211, 102, .51);
    border-radius: 50%;
    height: 80px;
    width: 80px;
    position: absolute;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    z-index: -1;
    top: -12px;
    left: -13px;
}


.Enquiry-icon-bar {
    width: 100%;
    background-color: #d0202e;
    overflow: auto;
    position: fixed;
    bottom: 0;
    z-index: 1200;
    border-top: 1px solid #de4d58;
}

    .Enquiry-icon-bar a {
        float: left;
        width: 20%;
        text-align: center;
        padding: 10px 0;
        transition: all 0.3s ease;
        border-right: 1px solid #de4d58;
        color: white;
        font-size: 16px;
    }

.back-to-top {
    right: 20px;
}

#demo {
    margin-top: 76px;
}

.lightbox-gallery {
    background: #fff;
}

.Gallery-item {
    margin: 20px 15px 20px;
}

.lightbox-gallery h2 {
    text-align: center;
    font-size: 40px;
}

.enquiry-section {
    background: #f9f9f9;
}

.about-packers {
    padding: 60px 0px;
}

.card-header {
    background: #fff;
}

.btn-link {
    color: #000;
}

.why-trust {
    padding: 60px 0px;
}

.title-text h1 {
    text-transform: capitalize;
    font-weight: 800;
    margin-bottom: 50px;
}

.imgbox {
    position: relative;
    z-index: 0;
}

.yearexp {
    background: #fff;
    box-shadow: 0px 3px 8px rgb(16 16 16 / 8%);
    padding: 16px;
    margin: auto;
    position: relative;
    z-index: 1;
    width: 80%;
    top: -43px;
}

.year {
    padding: 0px;
    text-align: center;
}

    .year h4 {
        position: relative;
        display: inline-block;
        font-size: 80px;
        font-weight: 700;
        width: 140px;
        height: 140px;
        line-height: 140px;
        text-align: center;
        border-radius: 50%;
        border: 2px dashed #d0202e;
        margin-bottom: 20px;
        color: #d0202e;
    }

.servicing {
    text-align: center;
    padding: 20px;
}


.service-content {
    -moz-box-shadow: 0px 0px 10px 0px rgba(16,16,16,.08);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(16, 16, 16, .08);
    box-shadow: 0px 0px 10px 0px rgba(16, 16, 16, .08);
}

.Scontent {
    padding: 30px;
    border-top: 5px solid #ff0000;
}

.servicing h4 {
    font-weight: 600;
}

.servicing .icon {
    width: 100px;
    height: 100px;
    background: #000;
    border-radius: 50%;
    margin: auto;
    line-height: 110px;
    margin-bottom: 20px;
}

    .servicing .icon i {
        font-size: 30px;
        color: #fff;
    }

.call-to-action {
    padding: 20px 0px;
}

.owl-buttons {
    display: none;
}

@media(max-width:600px) {
    .box_content {
        padding: 0px;
        margin-top: 15px;
    }

    .Howitworks h2 {
        margin-bottom: 20px;
    }

    .box {
        margin-bottom: 20px;
    }

    .whychoose {
        line-height: 35px;
        font-weight: normal;
    }

    .back-to-top {
        bottom: 80px;
    }

    .Whatsapp-Enquiry {
        bottom: 150px;
    }

    #footer {
        margin-bottom: 60px;
    }
}

html {
    scroll-behavior: smooth;
}






/*Last Update
*/
/* Shared / General */
.mobile-nav-toggle {
    top: 7px;
}

.enquiry-section {
    padding: 30px 0px;
    background: #f9f9f9;
}

#footer .footer-top {
    background: #d64955;
}

    #footer .footer-top .social-links a {
        background: #fff;
        color: #000;
    }

.Whatsapp-Enquiry {
    display: inline-block;
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 999999;
    transition: all0 .5s ease-in-out;
}

.Whatsapp-Enquiry-icon img {
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, .4);
    transition: box-shadow .2s;
    cursor: pointer;
    overflow: hidden;
    width: 55px !important;
    height: 55px !important;
    background: #25d366 !important;
}

.Whatsapp-Enquiry-icon:before {
    content: "";
    border: 20px solid rgba(37, 211, 102, .51);
    border-radius: 50%;
    height: 80px;
    width: 80px;
    position: absolute;
    animation: pulsate 1s ease-out infinite;
    opacity: 0;
    z-index: -1;
    top: -12px;
    left: -13px;
}

.Enquiry-icon-bar {
    width: 100%;
    background-color: #d0202e;
    overflow: auto;
    position: fixed;
    bottom: 0;
    z-index: 1200;
    border-top: 1px solid #de4d58;
}

    .Enquiry-icon-bar a {
        float: left;
        width: 20%;
        text-align: center;
        padding: 10px 0;
        transition: all 0.3s ease;
        border-right: 1px solid #de4d58;
        color: white;
        font-size: 16px;
    }

.back-to-top {
    right: 20px;
}

#demo {
    margin-top: 76px;
}

.lightbox-gallery {
    background: #fff;
}

.Gallery-item {
    margin: 20px 15px 20px;
}

.lightbox-gallery h2 {
    text-align: center;
    font-size: 40px;
}

.about-packers {
    padding: 60px 0px;
}

.card-header {
    background: #fff;
}

.btn-link {
    color: #000;
}

.why-trust {
    padding: 60px 0px;
}

.title-text h1 {
    text-transform: capitalize;
    font-weight: 800;
    margin-bottom: 50px;
}

.imgbox {
    position: relative;
    z-index: 0;
}

.yearexp {
    background: #fff;
    box-shadow: 0px 3px 8px rgb(16 16 16 / 8%);
    padding: 16px;
    margin: auto;
    position: relative;
    z-index: 1;
    width: 80%;
    top: -43px;
}

.year {
    padding: 0px;
    text-align: center;
}

    .year h4 {
        position: relative;
        display: inline-block;
        font-size: 80px;
        font-weight: 700;
        width: 140px;
        height: 140px;
        line-height: 140px;
        text-align: center;
        border-radius: 50%;
        border: 2px dashed #d0202e;
        margin-bottom: 20px;
        color: #d0202e;
    }

.servicing {
    text-align: center;
    padding: 20px;
}

.service-content {
    box-shadow: 0px 0px 10px 0px rgba(16, 16, 16, .08);
}

.Scontent {
    padding: 30px;
    border-top: 5px solid #ff0000;
}

.servicing h4 {
    font-weight: 600;
}

.servicing .icon {
    width: 100px;
    height: 100px;
    background: #000;
    border-radius: 50%;
    margin: auto;
    line-height: 110px;
    margin-bottom: 20px;
}

    .servicing .icon i {
        font-size: 30px;
        color: #fff;
    }

.call-to-action {
    padding: 20px 0px;
}

.owl-buttons {
    display: none;
}

/* ----------------------- Extra from style 1 ----------------------- */
.inner-heading {
    margin-top: 72px;
}

.owl-carousel .owl-wrapper-outer {
    padding: 10px 0px;
}

.testimonial {
    padding: 60px 0px 40px;
}

.testimonial-block-one {
    padding: 0px 20px;
}

    .testimonial-block-one .inner-box {
        position: relative;
        display: block;
    }

        .testimonial-block-one .inner-box .text {
            position: relative;
            display: block;
            padding: 55px 45px 61px 41px;
            border: 2px solid #003e58;
            border-radius: 0 90px 0 90px;
            margin-bottom: 40px;
        }

            .testimonial-block-one .inner-box .text .icon-1 {
                position: absolute;
                left: -19px;
                top: -22px;
                width: 51px;
                height: 45px;
                line-height: 45px;
                text-align: center;
                background: #fff;
            }

            .testimonial-block-one .inner-box .text .icon-2 {
                position: absolute;
                right: -22px;
                bottom: -21px;
                width: 51px;
                height: 45px;
                line-height: 45px;
                text-align: center;
                background: #fff;
            }

                .testimonial-block-one .inner-box .text .icon-2 img,
                .testimonial-block-one .inner-box .text .icon-1 img {
                    max-width: 25px;
                }

            .testimonial-block-one .inner-box .text p {
                font-size: 16px;
                line-height: 28px;
                color: #222;
                margin-bottom: 0;
            }

        .testimonial-block-one .inner-box .author-box {
            position: relative;
            padding: 0 0 0 65px;
            margin-left: 45px;
        }

            .testimonial-block-one .inner-box .author-box .image-box {
                position: absolute;
                left: 0;
                top: -2px;
                width: 53px;
                height: 53px;
                border-radius: 50%;
            }

            .testimonial-block-one .inner-box .author-box h4 {
                font-size: 20px;
                line-height: 22px;
                font-weight: 600;
                margin-bottom: 0;
            }

            .testimonial-block-one .inner-box .author-box .designation {
                font-size: 15px;
                line-height: 24px;
                font-weight: 500;
                margin-bottom: 10px;
            }

.owl-carousel .owl-stage {
    padding: 20px 0;
}

.owl-prev, .owl-next {
    border-radius: 0 !important;
    padding: 0 10px !important;
    font-size: 16px !important;
    background-color: #222 !important;
    border: 1px solid #222 !important;
    color: #fff !important;
    box-shadow: inset 0 0 0 0 !important;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -28px;
    right: 0;
    z-index: 11001;
}

.owl-next {
    right: 9px;
    width: 30px;
    height: 30px;
}

.owl-prev {
    right: 19px;
    width: 30px;
    height: 30px;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 1px !important;
}

.Our-Mission {
    padding: 40px 0px;
}

    .Our-Mission .sectitle h2 {
        font-weight: 600;
    }

    .Our-Mission p {
        font-size: 18px;
        line-height: 30px;
    }

.Service-Coverage ul {
    margin-top: 20px;
}

    .Service-Coverage ul li {
        line-height: 40px;
    }

/* ----------------------- Extra from style 2 ----------------------- */
@media(max-width:991px) {
    .social-links {
        position: absolute;
        left: 37%;
        background: transparent; /* removed black background */
        border-radius: 0; /* no rounded corners */
        rotate: -4deg;
        padding: 3px; /* you can remove if not needed */
    }

    .blinking-text {
        text-align: center;
        font-size: 15px;
        color: red;
        animation: blink 1s infinite;
        font-weight: 600;
        width: 160px;
    }
}


@media(max-width:600px) {
    .box_content {
        padding: 0px;
        margin-top: 15px;
    }

    .Howitworks h2 {
        margin-bottom: 20px;
    }

    .box {
        margin-bottom: 20px;
    }

    .whychoose {
        line-height: 35px;
        font-weight: normal;
    }

    .back-to-top {
        bottom: 80px;
    }

    .Whatsapp-Enquiry {
        bottom: 150px;
    }

    #footer {
        margin-bottom: 60px;
    }
}





/*Mobile tension free sifting css*/

.tension-text {
    font-family: 'Pacifico', 'Fredoka One', cursive; /* stylish fonts */
    color: #f4b400;
    text-align: center;
    font-weight: 600;
    line-height: 1;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3); /* subtle shadow */
    transform: rotate(-10deg); /* tilt for playful effect */
}

/* Mobile tension text inside header */
.mobile-tension-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* Remove spacing between words */
.tension-text .word1,
.tension-text .word2,
.tension-text .word3 {
    display: block;
    margin: 0;
    padding: 0;
}

/* Font sizes */
.tension-text .word1 {
    font-size: 24px;
    letter-spacing: 3px;
}

.tension-text .word2 {
    font-size: 18px;
}

.tension-text .word3 {
    font-size: 22px;
    font-weight: bold;
}

/* Add gradient text for extra style */
.tension-text {
    background: linear-gradient(90deg, #f4b400, #ff6f00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .tension-text {
        transform: rotate(-5deg);
    }

        .tension-text .word1 {
            font-size: 20px;
        }

        .tension-text .word2 {
            font-size: 16px;
        }

        .tension-text .word3 {
            font-size: 18px;
        }
}

/*Galary style*/

