/* -------------- 1200 ------------*/
@media only screen and (max-width: 1200px) {



}

/* -------------- 1150 ------------*/
@media only screen and (max-width: 1150px) {



}


/* -------------- 1100 ------------*/
@media only screen and (max-width: 1100px) {



}

/* -------------- 1050 ------------*/
@media only screen and (max-width: 1050px) {



}

/* -------------- 1000 ------------*/
@media only screen and (max-width: 1000px) {




}


/* -------------- 950 ------------*/
@media only screen and (max-width: 950px) {



}


/* -------------- 900 ------------*/
@media only screen and (max-width: 900px) {



}

/* -------------- 850 ------------*/
@media only screen and (max-width: 850px) {



}

/* -------------- 800 ------------*/
@media only screen and (max-width: 800px) {



}

/* -------------- 750 ------------*/
@media only screen and (max-width: 750px) {

    div#views-bootstrap-home-slider-block-1 h3 {
        top: 30px;
        left: 20px;
    }

    div#views-bootstrap-home-slider-block-1 .carousel-item > p {
        position: absolute;
        top: 70px;
        z-index: 999;
        color: white;
        max-width: 90%;
        left: 20px;
        background-color: rgba(0,0,0,0.5);
        padding: 9px;
        border-radius: 5px;
    }


}

/* -------------- 700 ------------*/
@media only screen and (max-width: 700px) {

}

/* -------------- 650 ------------*/
@media only screen and (max-width: 650px) {



}

/* -------------- 600 ------------*/
@media only screen and (max-width: 600px) {
}

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

    footer.mt-auto .region.region-footer {

        flex-direction: column;
    }

    footer.mt-auto div#block-orientsls-sitebranding img {
        width: 200px;
        height: auto;
        margin: 0px;
        margin-bottom: 20px;
    }

}

/* -------------- 500 ------------*/
@media only screen and (max-width: 500px) {
    div#views-bootstrap-home-slider-block-1 h3 {
        top: 75px;
        font-size:16px;
    }

    div#views-bootstrap-home-slider-block-1 .carousel-item > p:first-child{
        display:none !important;
    }
    div#views-bootstrap-home-slider-block-1 .carousel-item > p {
        position: relative;
        display: inline-block;
        width: 100% !important;
        top: 0px;
        margin: 0px;
        left: 0px;
        width: 100%;
        max-width: 100%;
        border-radius: 0px;
        background-color: #003068;
    }


}


/* -------------- 450 ------------*/
@media only screen and (max-width: 450px) {

    .ft-service-innerbox-3 .ft-service-text-icon:before,.ft-service-innerbox-3 .ft-service-text-icon:after{
        display: none;
    }

    .ft-service-text-icon.position-relative {
        height: initial;
    }
    .ft-service-innerbox-3 .ft-service-text-icon {
        margin: 0px;
        width: 100%;
        max-width: 100%;
    }

    .ft-service-innerbox-3 .ft-service-text-icon {

        padding: 14px 7px 57px;
    }
    footer.mt-auto a {

        text-align: center;
    }

    .ft-contact-cta-items {
        padding: 5px;
    }

    .ft-contact-cta-items .ft-contact-cta-icon i, .ft-contact-cta-items .ft-contact-cta-icon svg {
        font-size: 20px;
    }
    .ft-contact-cta-items .ft-contact-cta-icon {
        width: 48px;
        height: 48px;
        margin-right: 20px;
    }

    .ft-contact-page-form-wrapper {
        padding: 0px;
    }

}

/* -------------- 400 ------------*/
@media only screen and (max-width: 400px) {

    footer.mt-auto nav#block-orientsls-mainnavigation ul {

        flex-direction: column;
        margin-top: 30px;
    }

}


/* -------------- 350 ------------*/
@media only screen and (max-width: 350px) {




}

/* -------------- 300 ------------*/
@media only screen and (max-width: 300px) {



}