﻿@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');


html, body {
    margin: auto;
    font-family: "Work Sans", sans-serif;
    font-size: 20px;
    max-width: 1366px;
    background-color: #022366;
}

h1, h2, h3, h4, h5 {
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    margin: 0px;
}

    /* ########## CUSTOM CLASSES START ############*/
    .gradient-bg {
        /*background: #680054;*/
        background: #1d5ea9;
    }


.logo-gap {
    gap: 75px;
}

.margin-down{

    margin-bottom:10px;
}

.margin-down3 {
    margin-bottom: 10px;
}

.bg-white {
    background-color: #ffffff;
}

.checklist-width {
    width: 425px;
}


.contactus-padding {
    padding-top: 36px;
    padding-bottom: 2px;
}


.margin-correct-right {
    margin-right: auto;
    margin-left: 0;
}

.margin-correct-left {
    margin-left: auto;
    margin-right: 0;
}

.service-box {
    display: inline-block;
    text-align: left;
}

.row.gradient-yellow .col-lg-4 {
    display: flex;
    justify-content: center;
}

.text-small{
    font-size:20px;
}
/* TOP SLIDER*/
.carousel-caption {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    text-align: center;
}

.carousel-indicator-width{
    width:12%;
}
    .carousel-caption h2 {
        display: inline-block;
        background: rgba(0,0,0,0.7);
        color: #fff;
        padding: 40px 80px;
        font-family: "League Spartan", sans-serif;
        border-radius: 0;
        font-size: 4rem;
        font-weight: bold;
    }

    

.carousel-control-next-icon {
    background-image: url(../images/icons/Advantage-Moving-Storage-right-arrow.png);
    height: 80px;
    width: 80px;
}

.carousel-control-prev-icon {
    background-image: url(../images/icons/Advantage-Moving-Storage-left-arrow.png);
    height: 80px;
    width: 80px;
}
.gradient-yellow {
    background-color:#fdd325;
}

.border-right-services {
    border-right: 2px solid #ffffff;
   
}

.gradient-grey {
    background-color: #ececec;
    min-height: 300px;
   
}

.services-list li {

    padding:2px;
}

.services-list1{


}

.services-list2 {

}

.services-list3 {
}



.card-box {
    /*border: 2px solid #bfbfbf;*/
    border-radius: 15px;
    padding: 20px;
    max-width: 400px;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.logo-box {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .logo-box img {
        max-height: 100%;
        max-width: 100%;
        object-fit: contain;
    }



/* TESTIMONIALS*/
#carouselExampleIndicators1 .carousel-indicators li {
    border-radius: 50%;
    width: 17px !important;
    height: 17px !important;
    min-width: 12px;
    background-color: transparent;
    border: 2px solid #fff;
    flex: unset;
    margin: 0 5px;
    padding: 0;
    text-indent: 0;
}

#carouselExampleIndicators1 .carousel-indicators .active {
    background-color: white;
    opacity: 1;
}

.testimonial-top-spacing {
    padding-top: 30px;
}

.testimonial-bottom-spacing {
    padding-bottom: 26px;
}


/* NAVIGATION*/
.nav-text1 {
    font-family: "League Spartan", sans-serif;
    color: #ffffff;
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    padding:10px 0 1px 30px;
}

.nav-text2 {
    color: #fdd325;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    font-family: "League Spartan", sans-serif;
    padding: 10px 0 1px 0;
}

.nav-text3 {
    color: #fdd325;
    font-size: 2rem;
    font-weight: bold;
    text-align: right;
    font-family: "League Spartan", sans-serif;
    padding: 10px 30px 1px 0;
}

.nav-text-services {
    font-family: "League Spartan", sans-serif;
    color: #ffffff;
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    padding: 22px 0px 0px 0px;
}

.nav-img {
    max-width: 100%;
    height: 200px;
}

.text-center-mobile{
text-align:left;
}

.div-no-mobile {
    display: block;
}

.div-only-mobile {
    display: none; 
}


.text-center-mobile{
text-align:left;
}

.text-center-mobile-right{
text-align:right;
}

.mobile-margin {
    max-width: 1000px;
    margin: auto;
}


.bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bullet {
    padding-left: 1em;
    text-indent: -.7em;
}

li.bullet::before {
    font-size: 32px;
    content: "• ";
    color: #00ADAB; /* or whatever color you prefer */
}


ul, ol {
    list-style-position: outside;
    margin: 0px 0px 0px 0px;
}

ol li {
    padding-left: 20px;
}



.carousel-inner img {
    width: 100%;
    height: auto;
}

.img-fluid {
    width: 100%;
    height: auto;
}





.carousel-inner img {
    margin: auto;
}


   

.map-responsive {
    overflow: hidden;
    padding-bottom: 35%;
    position: relative;
    height: 0;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

     

/* ########## RESPONSIVE BREAKPOINTS ############*/

@media screen and (max-width: 992px) {

    .logo-gap {
        gap: 20px;
        flex-direction: column;
    }

    

    .logo-box {
        height: auto;
        padding: 5px 0;
    }

    .mobile-align-services-1 {
        padding-left: 130px;
    }

    .mobile-align-services-2 {
        padding-left: 55px;
    }


    .border-right-services {
        border-right:none;
    }

    .logo-box {
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding:10px;
    }

        .logo-box img {
            max-height: 100%;
            max-width: 100%;
            object-fit: contain;

        }

    .mobile-margin {
        margin-left: -5px;
        margin-right: -5px;
        max-width: 600px;
    }

    .margin-correct-left {
        margin-left: auto;
        margin-right: auto;
    }

    .margin-correct-right {
        margin-left: auto;
        margin-right: auto;
    }

.nav-img{
height:150px;
}
.carousel-caption h2 {
        display: inline-block;
        background: rgba(0,0,0,0.7);
        color: #fff;
        padding: 40px 80px;
        font-family: "League Spartan", sans-serif;
        border-radius: 0;
        font-size: 45px;
        font-weight: bold;
    }

.div-no-mobile {
        display: none; /* hide desktop */
    }

    .div-only-mobile {
        display: block; /* show mobile */
    }
    
    .nav-text1{


text-align:center;
}

.nav-text2{

text-align:center;

}

.nav-text3{

text-align:center;

}

    .nav-text1 {
        color: #ffffff;
        font-size: 2rem;
        font-weight: bold;
        text-align: center;
        padding: 31px 0 0 0;
    }

    .nav-text2 {
        color: #fdd325;
        font-size: 2rem;
        font-weight: bold;
        text-align: center;
        padding: 0 0 0 0;
    }

    .nav-text3 {
        color: #fdd325;
        font-size: 2rem;
        font-weight: bold;
        text-align: center;
        padding: 0 0 22px 0;
    }

    .nav-text-services {
        font-family: "League Spartan", sans-serif;
        color: #ffffff;
        font-size: 2rem;
        font-weight: bold;
        text-align: left;
        padding:29px 0px 20px 0px;
    }

}
@media screen and (max-width: 800px) {
    .carousel-control-next-icon {
        background-image: url(../images/icons/Advantage-Moving-Storage-right-arrow.png);
        height: 50px;
        width: 50px;
    }

    .carousel-control-prev-icon {
        background-image: url(../images/icons/Advantage-Moving-Storage-left-arrow.png); 
        height: 50px;
        width: 50px;
    }
}
    @media screen and (max-width: 680px) {
        .nav-img {
            height: 125px;
        }



        .nav-text1 {
            color: #ffffff;
            font-size: 2rem;
            font-weight: bold;
            text-align: center;
            padding: 31px 0 0 0;
        }

        .nav-text2 {
            color: #fdd325;
            font-size: 2rem;
            font-weight: bold;
            text-align: center;
            padding: 0 0 0 0;
        }

        .nav-text3 {
            color: #fdd325;
            font-size: 2rem;
            font-weight: bold;
            text-align: center;
            padding: 0 0 22px 0;
        }
    }


    @media screen and (max-width: 660px) {

        .mobile-align-services-1 {
            padding-left: 120px;
        }

        .mobile-align-services-2 {
            padding-left: 50px;
        }
    }

    @media screen and (max-width: 635px) {

        .mobile-align-services-1 {
            padding-left: 110px;
        }

        .mobile-align-services-2 {
            padding-left: 50px;
        }
    }

    @media screen and (max-width: 600px) {

        .mobile-align-services-1 {
            padding-left: 100px;
        }

        .mobile-align-services-2 {
            padding-left: 50px;
        }
    }

    @media screen and (max-width: 580px) {

        .mobile-align-services-1 {
            padding-left: 80px;
        }

        .mobile-align-services-2 {
            padding-left: 50px;
        }
    }

    @media screen and (max-width: 550px) {

        .mobile-align-services-1 {
            padding-left: 70px;
        }

        .mobile-align-services-2 {
            padding-left: 50px;
        }
    }

    @media screen and (max-width: 515px) {

        .mobile-align-services-1 {
            padding-left: 50px;
        }

        .mobile-align-services-2 {
            padding-left: 50px;
        }
    }

    @media screen and (max-width: 500px) {

        .mobile-align-services-1 {
            padding-left: 45px;
        }

        .mobile-align-services-2 {
            padding-left: 45px;
        }

        .mobile-align-services-3 {
            padding-left: 15px;
        }
    }

@media screen and (max-width: 481px) {

    .mobile-align-services-1 {
        padding-left: 45px;
    }

    .mobile-align-services-2 {
        padding-left: 45px;
    }

    .mobile-align-services-3 {
        padding-left: 45px;
    }
}



    @media screen and (max-width: 580px) {
        .nav-img {
            height: 125px;
        }


       
       

        .logo-gap {
            gap: 0px;
        }

        .mobile-margin {
            margin-left: -5px;
            margin-right: -5px;
            max-width: 445px;
        }

        .carousel-caption h2 {
            display: inline-block;
            background: rgba(0,0,0,0.7);
            color: #fff;
            padding: 30px 50px;
            font-family: "League Spartan", sans-serif;
            border-radius: 0;
            font-size: 25px;
            font-weight: bold;
        }

        .carousel-control-next-icon {
            background-image: url(../images/icons/Advantage-Moving-Storage-right-arrow.png);
            height: 40px;
            width: 40px;
        }

        .carousel-control-prev-icon {
            background-image: url(../images/icons/Advantage-Moving-Storage-left-arrow.png);
            height: 40px;
            width: 40px;
        }
    }




    @media screen and (max-width: 480px) {
        .nav-img {
            height: 105px;
        }

        .margin-down3 {
            margin-bottom: 23px;
            
        }

        .text-small {
            font-size: 18.5px;
        }
        
        .contactus-padding {
            padding-top: 28px;
            padding-bottom: 8px;
        }

        .mobile-margin {
            margin-left: -5px;
            margin-right: -5px;
            max-width: 355px;
        }

        .nav-text1 {
            color: #ffffff;
            font-size: 1.5rem;
            font-weight: bold;
            text-align: center;
            padding: 27px 0 0 0;
        }

        .nav-text2 {
            color: #fdd325;
            font-size: 1.5rem;
            font-weight: bold;
            text-align: center;
            padding: 0 0 0 0;
        }

        .nav-text3 {
            color: #fdd325;
            font-size: 1.5rem;
            font-weight: bold;
            text-align: center;
            padding: 0 0 20px 0;
        }

        .checklist-width {
            width: 425px;
        }

        .carousel-indicator-width {
            width: 15%;
        }
        .carousel-control-next-icon {
            background-image: url(../images/icons/Advantage-Moving-Storage-right-arrow.png);
            height: 40px;
            width: 40px;
           
        }

        .carousel-control-prev-icon {
            background-image: url(../images/icons/Advantage-Moving-Storage-left-arrow.png);
            height: 40px;
            width: 40px;
           
        }

        .nav-text-services {
            font-family: "League Spartan", sans-serif;
            color: #ffffff;
            font-size: 1.5rem;
            font-weight: bold;
            text-align: left;
            padding: 25px 0px 17px 0px;
        }
    }



    @media screen and (max-width: 992px) {
        .text-overlay {
            margin-top: 0;
            padding: 0 10%;
            position: absolute;
            z-index: 3;
            text-shadow: 2px 5px 6px #000000;
            font-size: 10px;
        }


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

        .text-center-mobile-right {
            text-align: center;
        }

        .text-overlay2 {
            margin-top: 5%;
            position: absolute;
            color: #233D48;
            z-index: 3;
            text-align: center !important;
            left: 0;
            right: 0;
            width: 100%;
            font-size: 8px;
        }

        .overlay-head {
            font-size: 1rem;
        }

        .horizontal-list {
            width: 100%;
            display: block;
            justify-content: center;
            align-items: center;
            list-style: none;
            margin: 0;
            padding: 0;
            background-color: white;
        }

            .horizontal-list li a {
                padding: 16px;
                text-decoration: none;
            }

                .horizontal-list li a:hover {
                    background-color: white;
                }
    }



    /* ########## CUSTOM CLASSES END ##############*/


