@media only screen and (max-width : 1200px) {

    .menuBar
    {
        display: none;
        text-align: center;
        padding-left: 0px;
    }

    .navbarIcon
    {
        display: block;
    }


}


@media only screen and (max-width: 992px) and (min-width : 768px) {

    
   
    .menuBar li
    {
        display: inline-block;
        padding: 15px;
        padding-bottom: 0px;
        cursor: pointer;
        transition: all .8s ease;
    }


    .logoSec
    {
        display: flex;
        justify-content: center;
    }

    .logo
    {
        height: 60px;
        margin: 12px auto;
    }


    .carousel-items1 {
        height: 350px;
    }
    
    .carousel-items2 {
        height: 350px;
    }

    .sliderContentSec
    {
        width: 45%;
        height: 350px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sliderContentSecSub
    {
        width: 80%;
    }
    
    .sliderHead
    {
        font-size: 35px;
        line-height: 35px;
    }


    .sliderContent
    {
        font-size: 14px;
        padding-right: 0px;
        margin-top: 10px;
        line-height: 20px;
    }

    .aboutSecMain
    {
        background-color: white;
        min-height: 350px;
        position: relative;
    }
    .abtImgMain{
        position: inherit;
        
    }

    .whynewSecMain
    {
        min-height: 350px;
        background-size: cover;
        position: relative;
        background-position: 40% 50%;
    }

    .pageLink
    {
        padding-left: 0px;
    }
    
    .socialLink
    {
        padding-left: 0px;
    }

    .aboutpageCover {
        background-image: url(../images/COMPANY.jpg);
        background-size: cover;
        height: 350px;
        background-position: center center;
    }

    .directorName {
        text-align: center;
        margin-top: -15px;
        font-size: 18px;
    }
   
}

@media only screen and (max-width: 768px) {

  

    .carousel-items1 {
        height: 350px;
    }
    
    .carousel-items2 {
        height: 350px;
    }

    .sliderContentSec
    {
        width: 100%;
        height: 350px;
        background-color: rgba(0,0,0,0.5);
    }

    .sliderContentSecSub
    {
        width: 50%;
    }
    
    .sliderHead
    {
        font-size: 40px;
        line-height: 40px;
    }


    .sliderContent
    {
        font-size: 18px;
        padding-right: 0px;
        margin-top: 10px;
        line-height: 25px;
    }

    .aboutSecMain
    {
        background-color: white;
        min-height: 350px;
        position: relative;
    }
    .abtImgMain{
        position: inherit;
        
    }

    .certificateSecMain
    {
        min-height: 250px;
    }

    .whynewSecMain
    {
        min-height: 350px;
        background-size: cover;
        position: relative;
        background-position: 40% 50%;
    }

    .reviwContent
    {
        font-size: 13px;
        font-family: 'OpenSans-Regular';
        line-height: 23px;
        color: white;
    }

    .owl-nav {
        right: 15%;
    }

    .pageLink
    {
        padding-left: 0px;
    }
    
    .socialLink
    {
        padding-left: 0px;
    }

    .abtImg
    {
        width: 100%;
        height: 350px;
        background-image: url(../images/SCROLLING_IMAGES.jpg);
        background-size: cover;
        border-left: 10px solid white;
        border-top: 10px solid white;
        border-right: 10px solid white;
        border-bottom: 10px solid white;
        animation: abtmove 40s infinite;
        z-index: 4;
        position: relative;
        cursor: pointer;
    }

    .abtImg::before
    {
        width: 50%;
        height: 330px;
        content: '';
        background-color: #ff8400;
        position: absolute;
        left: 0px;
        top: 0px;
        opacity: 0.5;
        transition: all 2s;
    }

    .abtImg::after
    {
        width: 50%;
        height: 330px;
        content: '';
        background-color: #ff8400;
        position: absolute;
        right: 0px;
        top: 0px;
        opacity: 0.5;
        transition: all 2s;
    }

    .aboutpageCover {
        background-image: url(../images/COMPANY.jpg);
        background-size: cover;
        height: 300px;
        background-position: 40% 30%;
    }

    .directorName {
        text-align: center;
        margin-top: -15px;
        font-size: 23px;
    }

    .directorNote
    {
        font-size: 17px;
    }

    .modal-dialog
    {
        max-width: 100%;
        margin: 0%;
        min-height: 100vh;
        border-radius: 0px;
        border: none;
    }
    .modal-content
    {
        min-height: 100vh;
    }

}


@media only screen and (max-width : 576px) {

    .logo {
        height: 50px;
        margin: 16px 0;
    }

    .navbarIcon {
        display: block;
    }
    
    .abtHead
    {
        font-size: 30px;
        padding: 10px 0px;
        color: inherit;
        margin: 0px;
        cursor: pointer;
        font-family: 'OpenSans-SemiBold';
    }

    .abtContent
    {
        font-size: 15px;
        font-family: 'OpenSans-Regular';
        line-height: 25px;
    }

    .abtImg
    {
        width: 100%;
        height: 300px;
        background-image: url(../images/SCROLLING_IMAGES.jpg);
        background-size: cover;
        border-left: 10px solid white;
        border-top: 10px solid white;
        border-right: 10px solid white;
        border-bottom: 10px solid white;
        animation: abtmove 40s infinite;
        z-index: 4;
        position: relative;
        cursor: pointer;
    }

    .abtImg::before
    {
        width: 50%;
        height: 280px;
        content: '';
        background-color: #ff8400;
        position: absolute;
        left: 0px;
        top: 0px;
        opacity: 0.5;
        transition: all 2s;
    }

    .abtImg::after
    {
        width: 50%;
        height: 280px;
        content: '';
        background-color: #ff8400;
        position: absolute;
        right: 0px;
        top: 0px;
        opacity: 0.5;
        transition: all 2s;
    }

    .certificateSecMain
    {
        min-height: 200px;
    }

    .whynewSecMain {
        min-height: 350px;
        background-size: cover;
        position: relative;
        background-position: 25% 50%;
    }

    .whynewSecSub
    {
        background-color: rgba(0,0,0,0.5);
        color: white;
    }

    .reviwContent
    {
        text-align: center;
    }

    .carousel-item .readMore
    {
        text-align: center;
        float: none;
    }

    .owl-nav {
        text-align: center;
        width: 100%;
        position: inherit;
        right: 0;
        bottom: 35px;
        display: none;
    }


    .carousel-items1 {
        height: 350px;
    }
    
    .carousel-items2 {
        height: 350px;
    }

    .sliderContentSec
    {
        width: 100%;
        height: 350px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sliderContentSecSub
    {
        width: 80%;
    }
    
    .sliderHead
    {
        font-size: 30px;
        line-height: 30px;
    }


    .sliderContent
    {
        font-size: 16px;
        padding-right: 0px;
        margin-top: 10px;
        line-height: 23px;
    }


    .socialLink li
    {
        display: inline;
        font-size: 25px;
        padding-right: 15px;
    }
    .socialLinkLable
    {
        display: none;
    }

    .aboutpageCover
    {
        background-position: center right;
        min-height: 250px;
    }

    .directorName {
        text-align: center;
        margin-top: -15px;
        font-size: 22px;
    }

    .directorNote {
        text-align: center;
        margin-top: 5px;
        font-size: 15px;
        font-weight: 100;
    }

    .certificateHead {
        font-size: 26px;
        padding: 10px 0px;
        color: inherit;
        margin: 0px;
        cursor: pointer;
        font-family: 'OpenSans-SemiBold';
        text-align: center;
    }

    .abtHead {
        font-size: 26px;
        padding: 10px 0px;
        color: inherit;
        margin: 0px;
        cursor: pointer;
        font-family: 'OpenSans-SemiBold';
    }

    .certiImg {
        width: 100%;
        margin: 0%;
        background-color: white;
        transition: all 0.8s;
        cursor: pointer;
    }

    .contactpageCover {
        background-image: url(../images/CONTACTUS.jpg);
        background-size: cover;
        background-position: right center;
        height: 150px;
    }

    .careerspageCover {
        background-image: url(../images/CAREER.jpg);
        background-size: cover;
        background-position: left center;
        height: 150px;
    }

    .card-subtitle
    {
        font-size: 14px;
    }

    .abtContentSec
    {
        background-color: rgba(0,0,0,0.7);
        color: white;
    }

    .galleryModal .modal-dialog
    {
        max-width: 100%;
        margin: 0%;
        min-height: 100vh;
        border-radius: 0px;
        border: none;
    }
    
    .proModal .modal-dialog
    {
        max-width: 100%;
        margin: 0%;
        min-height: 100vh;
        border-radius: 0px;
        border: none;
    }
    .modal-content
    {
        min-height: 100vh;
    }
}


