@charset "utf-8";

/* CSS Document */

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */

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

}

/* Large Devices, Wide Screens */

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

    .carousel-indicators {
        bottom: 17%;
    }

}

/* Large Devices, Wide Screens */

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

    .welcome_logo_box {
        padding: 15px;
        min-height: 300px;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {

    .carousel-caption {
        padding-left: 160px;
    }

    .carousel-indicators {
        margin-left: 4%;
    }

    .slider_caption_col {
        position: absolute;
        padding-bottom: 20px;
        bottom: 0px;
        text-align: left !important;
    }

    .slider_caption_col .heading {
        color: #ffffff !important;
    }

    .slider_caption_col .sub_heading {
        color: #ffffff !important;
    }

    .slider_caption_col p {
        color: #ffffff !important;
    }

    .welcome_logo_box {
        padding: 15px;
        min-height: 300px;
    }

}

/* Large Devices, Wide Screens */

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

    .carousel-caption {
        padding-left: 100px;
    }

}

/* Medium Devices, Desktops */

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

    .welcome_section .container-fluid{
        height: auto !important;
        padding: 50px;
    }

    .welcome_section .welcome_col{
        height: auto !important;
        margin-top: 30px;
    }

    .welcome_logo_box {
        padding: 25px;
        min-height: auto;
    }

    .welcome_section .heading {
        color: #000000 !important;
    }

    .welcome_bg{
        display: none !important;
    }

    .carousel-caption {
        padding-left: 0px;
        text-align: left !important;
    }

    .slider_caption_col {
        background-color: rgba(0, 0, 0, 0.3);
        height: 100vh;
        right: 0px;
        align-content: end !important;
    }

    .slider_btn_div{
        text-align: left !important;
    }

    .carousel-indicators{
        display: none;
    }

    .footer_section{
        padding-bottom: 20px !important;
    }

    .navbar-collapse {
        text-align: center;
    }

    .dropdown-item {
        font-size: 13px;
        text-align: center !important;;
    }

    .navbar-toggler{
        margin-left: auto;
    }

    .slider_caption_col .magenta_btn{
        margin-left: auto;
        margin-top: 0px !important;
    }

    .storage_detail_col {
        padding-left: 15px;
    }

    .st_solu_col{
        margin-top: 20px;
    }

    .logo_intro{
        margin-bottom: 25px !important;
    }

    .storage_card_text{
        padding-top: 30px;
        padding-bottom: 30px;
        height: auto !important;
    }

    .storage_card{
        height: 400px;
    }

    .main_storage_row .st_card_col{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .box_man_col{
        display: none !important;
    }

    .inner_page_top_section .carousel-item {
        height: 300px;
    }

    .nav-tabs .nav-link{
        width: 100px;
    }

    .nav-tabs .nav-link svg{
        width: 35px !important;
        height: 50px;
    }

    .nav-tabs .nav-link span{
        display: none;
    }

    .nav-tabs .nav-link p{
        font-size: 11px;
    }
    

}

/* Extra Small Devices, Phones */

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

    .shop_box {
        margin-top: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-right: 1px solid #ffffff;
    }

    .top_bar{
        background: linear-gradient(to right,  #FFCD03 0%,#FFCD03 60%,#FFCD03 60%,#FFCD03 100%)!important;
    }

}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 767px) {
 
    .logo_box img {
        width: 80px;
    }

    .box_man{
        width: 400px !important;
    }

    .contact_form_col{
        padding: 30px !important;
    }

}

/* Extra Small Devices, Phones */

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

    .inner_page_top_section .slider_caption_col p{
        display: block !important;
    }

    .slider_caption_col p{
        display: none;
    }

    .inner_page_top_section .slider_caption_col {
        padding-left: 15px;
        padding-right: 15px;
        bottom: 0px;
        padding-bottom: 20px;
    }

    .slider_caption_col{
        padding-left: 15px;
        padding-right: 15px;
        bottom: 50px;
    }

    .footer_st_box .indi_img_box{
        padding: 10px !important;
    }

    .footer_st_box .indi_img_box svg{
        width: 30px;
    }

    .footer_st_box .indi_text_box{
        padding: 10px !important;
    }

    .nav-tabs .nav-link{
        width: 80px;
        padding: 5px;
    }
  
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
  
}

/* Custom, iPhone Retina */

@media only screen and (max-width: 375px) {
  
}

/* Custom, iPhone Retina */

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

}

@media only screen and (max-width: 320px) {
    
}
