@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) {

}

/* Large Devices, Wide Screens */

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


}

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

}

/* Large Devices, Wide Screens */

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

}

/* Medium Devices, Desktops */

@media only screen and (max-width: 991px) {
    
    .logo_shape {
        height: 200px;
        width: 100%;
        border-bottom-right-radius: 80px;
    }
    
    .menu_bar {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .navbar-collapse {
        background-color: #ffffff;
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
    }
    
    .navbar-nav{
        width: 100%;
    }
    
    .nav-link {
        color: #000000 !important;
        text-align: center;
    }
    
    .top_div_bg {
        height: 100vh;
        margin-bottom: 40px;
    }
    
    .caption_div{
        padding-left: 20px !important;
        padding-top: 20px !important;
    }
    
    .carousel-control-next, .carousel-control-prev {
        display: none;
    }
    
    .service_text_box_right {
        left: 0px;
        margin-top: -30px;
        margin-bottom: 20px;
    }
    
    .service_text_box_left {
        position: relative;
        right: 0px;
        z-index: 9999;
        text-align: left;
        margin-top: -30px;
        margin-bottom: 20px;
        border-top-left-radius: 0px !important;
        border-top-right-radius: 120px !important;
    }

}

/* Extra Small Devices, Phones */

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

/* Extra Small Devices, Phones */

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

/* Extra Small Devices, Phones */

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

/* 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) {
    
}
