.slider {
    position: relative;
}

:-webkit-scrollbar {
    width: 20px !important;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey !important;
    border-radius: 10px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #10a07c !important;
    border-radius: 10px !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #10a07c !important;
}

.slider .carousel-caption {
    top: 50%;
    bottom: auto;
    left: 0px;
    right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    transform: translateY(-50%);
    z-index: 1;
    text-align: left;
}

.container-fluid {
    width: 90%;
}

.ltn__testimonial-item-7:hover .ltn__testimoni-info p i {
    color: #35a17c !important;
}

.about_img {
    border-radius: 15px;
    width: 90%;
    position: relative;
    margin: auto;
}

.about_img img {
    border-radius: 8px;
}

.sectiongap-30 {
    padding: 30px 0;
}

.ltn__testimonial-item {
    margin-bottom: 0px !important;
}

/* .about_img::before {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 200px;
    height: 200px;
    background: #10a07c;
    content: '';
    z-index: -1;
    border-radius: 0 8px 0 0;
}

.about_img::after {
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 100px;
    height: 100px;
    content: '';
    background: #10a07c;
    z-index: -1;
    border-radius: 0 0px 0px 8px;
} */

.about_img::before {
    content: '';
    position: absolute;
    top: -12px;
    right: -12px;
    width: 60px;
    height: 60px;
    border-top: 4px solid #c70f68;
    border-right: 4px solid #c70f68;
    z-index: -1;
}

.about_img::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: -12px;
    width: 60px;
    height: 60px;
    border-bottom: 4px solid #c70f68;
    border-left: 4px solid #c70f68;
    z-index: -1;
}

.about_img:hover::before,
.about_img:hover::after {
    width: 80px;
    height: 80px;
    transition: all 0.3s ease;
}



.slider .slider-caption-box {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 25px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.2);
}

.request-a-quote-form {
    background-color: #012a5e;
    padding: 16px;
    border-radius: 8px;
}

.btn {
    border-radius: 23px !important;
    padding: 10px 20px !important;
    overflow: hidden;
}

.line {
    position: relative;
    display: inline-block;
}

.line::before {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 60px;
    height: 6px;
    content: '';
    background: #0f9977;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    z-index: 1;
}

.line::after {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 3px;
    background: #ddd;
    border-radius: 15px;
    bottom: -5px;
    left: calc(50% - 60px);
}

.about_col {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    padding-bottom: 10px;
    min-height: 490px;
}

.about_col .img {
    position: relative;
}

.about_col img {
    border-radius: 4px 4px 0 0;
}

.about_col .icon {
    width: 64px;
    height: 64px;
    padding-top: 8px;
    text-align: center;
    position: absolute;
    background-color: #10a07c;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #fff;
    left: calc(50% - 32px);
    bottom: -30px;
    transition: 0.3s;
}

.about_col i {
    font-size: 32px;
    line-height: 1;
    color: #fff;
    transition: 0.3s;
}

.about_col:hover i {
    color: #10a07c;
}

.about_col:hover .icon {
    background-color: #fff;
}

.about_col h2 {
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
    margin: 40px 0 12px 0;
}

.about_col .paragraph {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-bottom: 0;
    text-align: center;
    padding: 0 20px 0px 20px;
}

.slider .carousel-caption h2 {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 25px;
    text-align: center;
    text-shadow: none !important;
    color: #fff;
    line-height: 56px;
    text-transform: uppercase;
}


.request-a-quote-form input,
.request-a-quote-form select {
    border: 0px;
    padding: 16px 12px;
    font-size: 12px;
}

.slider .carousel-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    background: -moz-linear-gradient(left, rgba(1, 42, 94, 0.7) 0%, rgba(3, 42, 94, 0.7) 1%, rgba(238, 65, 85, 0.7) 100%);
    background: -webkit-linear-gradient(left, rgba(1, 42, 94, 0.7) 0%, rgba(3, 42, 94, 0.7) 1%, rgba(238, 65, 85, 0.7) 100%);
    background: linear-gradient(to right, rgba(1, 42, 94, 0.7) 0%, rgba(3, 42, 94, 0.7) 1%, rgba(238, 65, 85, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3012a5e', endColorstr='#b3ee4155', GradientType=1);
}


.slider .carousel-item:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    opacity: 0.2;
    /* background-image: url("https://www.mumbaipackersnmovers.com/img/slider/line-bg.png"); */
    background-position: center center;
}

.request-a-quote-form.heading h2 {
    position: relative;
}

ul.dot-list.yellow-dot {
    padding: 0;
    margin: 0;
}

.request-a-quote-form.heading h2:after {
    margin: 0;
    transform: translate(-50%, -50%);
}

.request-a-quote-form.heading h2:before {
    margin-left: 0;
    bottom: -4px;
    transform: translate(-50%, -50%);
}


.btn-style-1 {
    background: #f40000;
    color: #fff;
    border-radius: 4px;
    letter-spacing: 0.05rem;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    padding: 6px 0;
}


.footer-bg {
    position: relative;
    background: #253374;
}

.footer-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url('../img/footer-bg.jpg');
    z-index: -1;
}

.footer-widget .footer-title {
    font-weight: 400;
    color: #fff;
}

.footer-address-icon i,
.footer-address-info p,
.footer-menu ul li a {
    color: #fff;
}

.footer-logo>.site-logo {
    width: 60%;
}

.footer-top-area {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}


.arrowsbtn {
    text-align: right;
    position: absolute;
    top: 50%;
    z-index: 9999;
    right: -20px;
    transform: translate(-50%, -50%);
}

.arrow {
    background: #0c2b5f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 6px 0;
}

.services-box {
    padding: 10px;
    transition-duration: .5s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.services-box:hover {
    transition-duration: .5s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.services-box p {
    text-align: justify !important;
}

.servicesicon {
    width: 80px;
    height: auto;
    margin: auto;
}

.services_headding {
    font-size: 24px;
    font-weight: 600;
    margin: 0.75rem 0;
}

.box2 {
    background: none !important;
    box-shadow: none;
    position: relative;
}

.svgarrow {
    animation: slideIn 2s infinite alternate;
}

.svgindicator {
    position: absolute;
    top: calc(50% - 25px);
    right: -120%;
    z-index: 1;
    width: 100%;
    transform: translate(-50%, -50%);
}

.padd-60 {
    padding: 60px 0;
}

.heading2.h2h h2:before {
    bottom: 66px;
}

.whyus_bg {
    position: relative;
    background: #02173e;
}

.whyus_bg::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../img/why-us.png) fixed;
    filter: opacity(0.03);
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: #0a0a0a;
    background-color: #ffffff;
    box-shadow: none !important;
    font-weight: bold;
    border-bottom: 1px solid #dfdfdf;
}

.accordion-button {
    font-weight: bold;
    color: #1d0e7b !important;
}


.slider_textarea {
    margin-bottom: 0;
    min-height: 30px;
}

.nice-select {
    width: 100%;
}

li.menu-icon:hover>ul>li>a {
    background: none !important;
    color: #000 !important;
}

.red-btn {
    background: #f40000 !important;
    padding: 10px 20px !important;
}

@keyframes slideIn {
    from {
        transform: translateX(-20px);
    }

    to {
        transform: translateX(20px);
    }
}

.inner-page h2 {
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 0.02rem;
}


.ltn__breadcrumb-area {
    padding: 60px 0 !important;
    margin: 0 !important;
}

.inner-page>* {
    text-align: justify;
}

.owl-dots .owl-dot:hover,
.owl-dots .owl-dot.active {
    background-color: transparent !important;

}

.owl-dots {
    display: none !important;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: -60px;
    top: 40px;
}

.owl-nav button.owl-next {
    right: -60px;
    top: 40px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #10a07c !important;
}

.slick-arrow-1 .slick-arrow:hover {
    background-color: #10a07c !important;
    border-color: #10a07c !important;
    color: var(--white) !important;
}

.items-center {
    align-items: center;
}

.flex {
    display: flex;
}

.relative {
    position: relative;
}

.border_item {
    border: .1rem solid #dcdcdc;
    margin-bottom: 1.2rem;
}

.item_visual {
    margin-right: 1.2rem;
    width: 8.25rem;
}

.item_text {
    font-size: 1.2rem;
    width: 19rem;
    margin: 0;
    font-weight: 500;
    font-family: var(--font-family_outfit) !important;
    color: #3e3e3e;
}

/* ARABINDA css  */

.footer-heading::before {
    position: absolute;
    top: 44px;
    left: 15px;
    width: 25%;
    content: '';
    border-bottom: 2px solid #fff;
}

.footer-heading {
    border-bottom: 2px solid #757575;
    width: 100%;
    margin-bottom: 15px;
}

.footer-widget .footer-title {
    font-size: 20px !important;
    margin-bottom: 18px;
}

.ltn__brand-logo-item img {
    width: 100%;
    height: 100%;
}

.ltn__brand-logo-area .slick-slide {
    width: 200px !important;
}

.ltn__image-slider-4-active .slick-slide {
    width: 200px !important;
    margin-right: 30px;
}

.ltn__img-slide-item-4 img {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px;
    background: #fff;
}

.footer_menu ul li {
    list-style: none;
    margin-top: 0px;
    margin-bottom: 15px;
    position: relative;
}

.footer_menu ul li a {
    color: #fff !important;
}

.footer_menu ul li a:hover {
    color: #10a07c !important;
}

.footer_menu ul li a i {
    margin-right: 10px;
}

/* a:hover {
    color: #10a07c !important;
} */

#scrollUp {
    background: #2b3578 !important;
}

#scrollUp i {
    color: #fff;
}

/* Inner page */

.inner-content>* {
    text-align: justify !important;
}

.inner-content :is(ul li, ol li) {
    margin: 0;
    letter-spacing: 0.01rem;
    font-family: var(--font-family_outfit) !important;
}

.inner-content p {
    font-family: var(--font-family_outfit) !important;
}

.inner-content h2 {
    font-family: 'Poppins';
    letter-spacing: 0.02rem;
    font-size: 30px;
    font-weight: 600;
    color: #090a29;
}

.inner-content strong {
    letter-spacing: 0.02rem;
}

.team-box {
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; */
    padding: 15px;
    transition-duration: .5s;
}

.team-box:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.team-box h2 {
    font-weight: 500;
    font-size: 22px;
    margin: 0.75rem 0;
    letter-spacing: 0.01rem;
}

/* Data Table Customization */

input#dt-search-0:focus {
    border: 1px solid #36a07b;
}

.page-item.active .page-link {
    background-color: #36a07b !important;
    border-color: #36a07b !important;
}

span.dt-column-title {
    color: #090a29;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #d3d4d7;
}

.form-select:focus {
    border-color: #36a07b !important;
    box-shadow: none !important;
}

/************************************/

.pdf-icon {
    width: 40px;
}

ul {
    list-style: none;
}

ul.dot-list li {
    padding-left: 22px;
    background: url("../img/arrow.png") no-repeat left;
    background-size: 18px 18px;
    margin-bottom: 8px;
    color: #000;
    background-position-y: initial;
}

.ltn__main-menu li>ul {
    border-color: #36a07b !important;
    padding: 5px 0 !important;
}

.case_wrapper {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    background-color: #f4f4f4 !important;
    min-height: 365px;
}

.bg-gray {
    background-color: #f4f4f4 !important;
    padding: 10px;
}

.case_study_details table tr td {
    border-bottom: 1px solid #e8e8e8;
}

.case_study_details table {
    margin-bottom: 15px;
}

.case_study_details div {
    text-align: justify;
}

.case_study_details h3 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 20px 0;
}

.ann {
    background: #36a07b;
    padding: 10px 0px 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ann>h2 {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding: 5px;
    margin: 0;
    font-weight: 500;
    letter-spacing: 0.03rem;
}

.annBody {
    padding: 10px 0px 10px 20px;
    background: #090a29;
    color: #fff;
}

ul.announcements {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

ul.announcements li {
    display: inline-block;
    margin: 0 0.35rem;
}

.client-img {
    margin-bottom: 20px;
    transition-duration: .5s;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.client-img:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


@media screen and (max-width: 1400px) {

    .ltn__header-5 .ltn__header-middle-area {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .ltn__main-menu>ul>li>a {
        font-size: 14px !important;
        padding: 10px 6px !important;
    }

}

@media (min-width: 1370px) and (max-width: 1460px) {
    .logo_text span {
        font-size: 15px;
        letter-spacing: 0px;
    }

    .logo_text {
        font-size: 14px;
    }

}

@media (min-width: 1370px) and (max-width: 1560px) {
    .logo_text {
        font-size: 16px;
        line-height: 1;
        margin-top: -0.4rem;
    }

    .logo_text span {
        font-size: 16px;
    }

    .logo_text2 {
        font-size: 12px;
        margin-top: 3.3rem;
        line-height: 1.2;
    }
}

@media screen and (max-width: 1280px) {

    .ltn__header-5 .ltn__header-middle-area {
        padding-top: 22px !important;
        padding-bottom: 22px !important;
    }

    .ltn__main-menu>ul>li>a {
        font-size: 14px !important;
        padding: 10px 3px !important;
    }

}

@media screen and (max-width:667px) {
    .owl-nav button.owl-prev {
        left: -20px;
        top: 3rem;
    }

    .owl-nav button.owl-next {
        right: -20px;
        top: 3rem;
    }

    .ltn__header-5 .ltn__header-middle-area {
        padding-top: 22px !important;
        padding-bottom: 22px !important;
    }
}

@media screen and (min-width: 1680px) {
    .about_img {
        border-radius: 15px;
        width: 80%;
    }

    .ltn__header-5 .ltn__header-middle-area {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media screen and (max-width: 490px) {
    .client-img {
        width: 40%;
        margin: auto;
    }
}