


/*========================================
    Mobile Menu
========================================*/

.navbar-header {
    position: relative;
}

#mobile-nav-open-btn{
    font-size: 25px;
    color: #ffee00;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    right: 0;
    top: 6px;
    /* hide mobile nav btn */
    display: none;
}

#mobile-nav{
    /* by defult mobile nav will be hidden with height 0% */
    height: 0%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: rgba(15, 102, 59, .9);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    overflow-y: hidden;
}

.menu-close-btn {
    background-image: url("../img/closeBut.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 30px;
    top: 35px;
}



#mobile-nav-close-btn div{
    font-family: 'Forward Round';
    font-size: 70px;
    color: #ffee00;
    font-weight: 400;
    cursor: pointer;
    position: absolute;
    top: -9px;
    right: 13px;
    -webkit-transition: .3s;
    transition: .3s;
}

#mobile-nav-content{
    text-align: center;
    width: 100%;
    margin-top: 30px;
    position: relative;
    top: 10%;
}

#mobile-nav ul li{
    margin-bottom: 20px;
}

#mobile-nav ul a{
    font-family: 'Forward Round';
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    
    display: inline;  /*to take it's size only not to take all row size*/
    -webkit-transition: .3s;
    transition: .3s;
}

#mobile-nav ul a:hover,
#mobile-nav ul a:focus{
    color: #ffee00;
    background: none;
}

/*mobile nav scroll spy active state*/
.white-nav-top #mobile-nav ul.nav > li.active > a{
    color: #ffee00;
    font-weight: 500;
}




/*========================================
    Bootstrap 3 Media Queries
========================================*/

/*

col-xs (extra small) smaller than 768px will appear with the reserved value.

col-sm (small) bigger than or equal 768px will appear with the reserved value but smaller than 768px will be alone in new line.

col-md (medium) bigger than or equal 992px will appear with the reserved value but smaller than 992px will be alone in new line.

col-lg (large) bigger than or equal 1200px will appear with the reserved value but smaller than 1200px will be alone in new line.

*/

@media (min-width: 1500px) { 
    
}


/* Large devices (large desktops & laptops, from 1200px to 1299px) */
@media (min-width: 1200px) and (max-width:1299px) { 
    
    /* Navigation */
    .site-nav-wrapper {
	    padding: 0 20px;
    }

    /*========================================
    privacy
========================================*/



.privacy-row{
    padding: 50px 50px;
}




    
}




/* Large devices (large desktops & laptops, 1200px and up) */
@media (min-width: 1200px) { 
}

/* Medium devices (landscape tablets & medium desktops, from 992px to 1199px) */
@media (min-width: 992px) and (max-width:1199px) { 
    
    
    /* Navigation */
    .site-nav-wrapper {
	    padding: 0;
    }



/*========================================
    Html, Body
========================================*/


p{
    font-size: 16px;  
}


h1{
    font-size: 40px;  
}

h2{
    font-size: 30px;  
}

h3{
    font-size: 25px;  
}


h4{
    font-size: 20px;  
}


/*========================================
    Buttons
========================================*/

.btn-molokhia {
    font-size: 16px;
}



.btn-contact { 
    font-size: 16px;
}


/*========================================
    About
========================================*/

.about-in{
    width: 700px;
    
}

/*========================================
    Molokhia
========================================*/

.molokhia-title{
    margin-bottom: 15px;
    color: #0F663B;
}

.molokhia-text{
    color: #fff;
    font-size: 13px;
    margin-bottom: 20px;
}

.molokhia-right-in{
    width: 350px;
}


/*========================================
    Giving
========================================*/


.giving-row{
    padding: 50px 50px;
}

.giving-right-text{
    font-size: 13px;
}

.giving-left img{
    height: 100px;
}

/*========================================
    privacy
========================================*/


.privacy-row{
    padding: 50px 50px;
}

.privacy-title{
    margin-bottom: 20px;
}

.privacy-left-in img{
    height: 70px;
    float: left;
}

.privacy-left-in{
    background-color: #000;
    display: inline-block;
    height: 70px;
}

.GDR-title{
    float: left;
    color: #F86624;
    padding: 15px 20px;
    
}

.privacy-right-text{
    font-size: 16px;
}
  
    
}

/* Small devices (portrait tablets & small desktops, from 768px to 991px) */
@media (min-width: 768px) and (max-width:991px) { 
    
    


/*========================================
    Navigation
========================================*/



ul.navbar-nav>li>a {
        
    font-size: 16px;
    
}

.nav li a {
    padding: 10px 10px;
}

.navbar .navbar-brand img{
    margin-top: -20px;
    width: 126px;
    height: 90px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}



.white-nav-top .navbar-brand img{
    margin-top: -15px;
    width: 100px;
    height: 71px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}



    /* Navigation */
    .site-nav-wrapper {
	    padding: 0;
    }



    /*========================================
    Html, Body
========================================*/


p{
    font-size: 16px;  
}


h1{
    font-size: 40px;  
}

h2{
    font-size: 30px;  
}

h3{
    font-size: 25px;  
}


h4{
    font-size: 20px;  
}


/*========================================
    Buttons
========================================*/

.btn-molokhia {
    font-size: 16px;
}



.btn-contact { 
    font-size: 16px;
}


/*========================================
    About
========================================*/

.about-in{
    width: 700px;
    
}

/*========================================
    Molokhia
========================================*/



.molokhia-title{
    margin-bottom: 15px;
    color: #0F663B;
}

.molokhia-text{
    color: #fff;
    font-size: 13px;
    margin-bottom: 20px;
}

.molokhia-right-in{
    width: 400px;
    text-align: center;
}

.molokhia-row{
    
    display: block;
    
}
.btn-molokhia-style{
    text-align: center;
}
.molokhia-right{
    padding: 50px 0;
}


/*========================================
    Giving
========================================*/


.giving-row{
    padding: 50px 50px;
    text-align: center;
}

.giving-left{
    margin-bottom: 60px;
}

.giving-right-text{
    font-size: 13px;
}

.giving-left img{
    height: 100px;
}

/*========================================
    privacy
========================================*/


.privacy-row{
    padding: 50px 50px;
    text-align: center;
}

.privacy-title{
    margin-bottom: 20px;
}

.privacy-left-in img{
    height: 70px;
    float: left;
}

.privacy-left-in{
    background-color: #000;
    display: inline-block;
    height: 70px;
}

.GDR-title{
    float: left;
    color: #F86624;
    padding: 15px 20px;
    
}

.privacy-left{
    margin-bottom: 40px;
}

.privacy-right-text{
    font-size: 16px;
}


}
   
    

    




@media (max-width:767px) {
        .nav li a {
            padding: 10px 10px;
        }

        /* Navigation */

        .navbar-fixed-top {
            padding: 30px 0 30px 0;
        }

        .navbar .container-fluid{
            padding: 0;
        }


        .navbar-header {
            position: relative;
            height: 80px;
        }

        #mobile-nav-open-btn{
            
            top: 20px;
            right: 15px;
            
        }


        .navbar-brand {
            padding-top: 0px;
        }

        .white-nav-top .navbar-brand img {
            margin-top: 5px;
        }

        .site-nav-wrapper,
        .white-nav-top {
            padding: 0;
        }

        /* show mobile nav open btn */
        #mobile-nav-open-btn {
            display: block;
        }


        /*========================================
    Html, Body
========================================*/


p{
    font-size: 16px;  
}


h1{
    font-size: 40px;  
}

h2{
    font-size: 30px;  
}

h3{
    font-size: 25px;  
}


h4{
    font-size: 20px;  
}


/*========================================
    Buttons
========================================*/

.btn-molokhia {
    font-size: 16px;
}



.btn-contact { 
    font-size: 16px;
}


/*========================================
    About
========================================*/

.about-in{
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    
}

/*========================================
    Molokhia
========================================*/



.molokhia-title{
    margin-bottom: 15px;
    color: #0F663B;
}

.molokhia-text{
    color: #fff;
    font-size: 13px;
    margin-bottom: 20px;
}

.molokhia-right-in{
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

.molokhia-row{
    
    display: block;
    
}
.btn-molokhia-style{
    text-align: center;
}
.molokhia-right{
    padding: 50px 0;
}


/*========================================
    Giving
========================================*/


.giving-row{
    padding: 50px 30px;
    text-align: center;
}

.giving-left{
    margin-bottom: 60px;
}

.giving-right-text{
    font-size: 13px;
}

.giving-left img{
    height: 100px;
}

/*========================================
    privacy
========================================*/


.privacy-row{
    padding: 50px 30px;
    text-align: center;
}

.privacy-title{
    margin-bottom: 20px;
}

.privacy-left-in img{
    height: 70px;
    float: left;
}

.privacy-left-in{
    background-color: #000;
    display: inline-block;
    height: 70px;
}

.GDR-title{
    float: left;
    color: #F86624;
    padding: 15px 20px;
    
}

.privacy-left{
    margin-bottom: 40px;
}

.privacy-right-text{
    font-size: 16px;
}

        

    }


    /* only for contact */
    @media (max-width: 555px) {
        
       
        
        .form-fields {
            display: inline-block;
            text-align: left;
        }

        .form-group input {
            width: 100%;
        }

        .send-button {
            text-align: right;
        }

        #form-message {
            height: 100px;
            width: 100%;
        }

        /*========================================
    Contact
========================================*/
  .contact-title{
    text-align: center;
}
  
.send-button{
  text-align: center;
}
    }


    /* Extra small devices (portrait phones & smaller devices, 480px and down) */
    @media (max-width:480px) {

        
                
        /*========================================
    Html, Body
========================================*/


p{
    font-size: 14px;  
}


h1{
    font-size: 30px;  
}

h2{
    font-size: 25px;  
}

h3{
    font-size: 20px;  
}


h4{
    font-size: 16px;  
}

.content-box-lg {
    padding: 50px 0;
}


/*========================================
    Buttons
========================================*/

.btn-molokhia {
    font-size: 14px;
}



.btn-contact { 
    font-size: 14px;
}


/*========================================
    About
========================================*/

.about-in{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    
}

/*========================================
    Molokhia
========================================*/





.molokhia-right-in{
   
    padding-left: 25px;
    padding-right: 25px;
    
}


.molokhia-right{
    padding: 50px 0;
}


/*========================================
    Giving
========================================*/


.giving-row{
    padding: 50px 20px;
}

.giving-left{
    margin-bottom: 50px;
}



/*========================================
    privacy
========================================*/


.privacy-row{
    padding: 50px 15px;
    text-align: center;
}

.privacy-title{
    margin-bottom: 20px;
}

.privacy-left-in img{
    height: 50px;
    float: left;
}

.privacy-left-in{
    background-color: #000;
    display: inline-block;
    height: 50px;
}

.GDR-title{
    float: left;
    color: #F86624;
    padding: 10px 20px;
    
}

.privacy-left{
    margin-bottom: 30px;
}

.privacy-right-text{
    font-size: 16px;
}
        

        
    }


    /* Extra small devices (portrait phones & smaller devices, 320px and down) */
    @media (max-width:360px) {




    }






























