/* lg */ 
@media (min-width: 1200px) {
/* Make Navigation Toggle on Desktop Hover */


}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

/* Make Navigation Toggle on Desktop Hover */


}


/* sm */
@media (min-width: 768px) and (max-width: 991px) {
/* Make Navigation Toggle on Desktop Hover */


}



/* xs */
@media (max-width: 767px) {



}

/* XS Portrait */
@media (max-width: 480px) {


    .top-header .left-header span {
        display: inline-block;
        margin: 5px 20px 0 0;
        font-size: 14px;
    }


    .footer-bg3 .widget-links {
        padding: 40px 40px;
    }


    .footer-bg3 .widget-services {
        padding: 0 40px;
    }

    .flex-direction-nav a {
        color: #ffffff;
        width: 25px;
        height: 25px;
        background-color: #F58533;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        margin: -20px 0 0 0;
        text-align: center;
        line-height: 23px;
    }


    .main-header .logo img {
        width: 100%;
        top: 0px;
        position: relative;
    }


    .main-header .logo img {
        width: 195px;
        top: 0px;
        position: relative;
    }


    #services .about_icon h2 {
        text-align: center;
        color: #ffffff;
        font-size: 20px;
        font-weight: 600;
        padding-top: 6px;
        margin-bottom: 35px;
    }


    #mission {

        padding-top: 120em !important;

    }

    .contact-form {
        padding: 3em 2em 3em 2em;
    }

    .widget.widget-contact ul li .fleft {
        font-size: 15px;
    }

    .widget-contact-list ul li a {
  
        font-size: 15px;
    }

    .widget-contact {
        padding: 40px 40px; 
    }

}







/********************************
 disable landscape mode mobile website 
********************************/

._1QQpsu {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #5a6331;
    z-index: 15;
    pointer-events: none;
    display: none;
    align-items: center;
    justify-content: center;
    }
    
    
    @media (min-width: 375px) and (orientation: landscape) {
    
    ._3bWLGx {
    display: flex;
    pointer-events: initial;
    }
    }
    
    .mvW8vq {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }
    
    ._1U-Jli{
    background-image: url(../images/mobile.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30%;
    padding-bottom: 25.5%;
    }
    
    .FqIVIZ {
    color: #f1f1f1;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 30px;
    }
    
    ._1wxP6t {
    color: #f1f1f1;
    font-size: 14px;
    text-align: center;
    }
    
    
    
    
    
    
    @media (min-width: 1024px) and (orientation: landscape) {
    
    ._1QQpsu {
    display: none;
    }
        
    }
    
    
    /********************************
     disable landscape mode mobile website 
    ********************************/
    
    
