f/*========================================
    Defult Theme
    --------------------------------------
========================================*/

/*========================================
    Fonts
========================================*/


@font-face {
    font-family: 'Rockwell';
    src: url('../fonts/Rockwell.eot');
    src: url('../fonts/Rockwell.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Rockwell.woff2') format('woff2'),
        url('../fonts/Rockwell.woff') format('woff'),
        url('../fonts/Rockwell.ttf') format('truetype'),
        url('../fonts/Rockwell.svg#Rockwell') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Forward Round';
    src: url('../fonts/Forward-Round.eot');
    src: url('../fonts/Forward-Round.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Forward-Round.woff2') format('woff2'),
        url('../fonts/Forward-Round.woff') format('woff'),
        url('../fonts/Forward-Round.ttf') format('truetype'),
        url('../fonts/Forward-Round.svg#Forward-Round') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Forward Rough';
    src: url('../fonts/Forward-Rough.eot');
    src: url('../fonts/Forward-Rough.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Forward-Rough.woff2') format('woff2'),
        url('../fonts/Forward-Rough.woff') format('woff'),
        url('../fonts/Forward-Rough.ttf') format('truetype'),
        url('../fonts/Forward-Rough.svg#Forward-Rough') format('svg');
    font-weight: normal;
    font-style: normal;
}












.redBorder {
    border: 1px solid red;
}

.greenBorder {
    border: 1px solid green;
}

.blackBorder {
    border: 1px solid black;
}

.blueBorder {
    border: 1px solid blue;
}











/*========================================
    Html, Body
========================================*/

html,
body {
    height: 100%;
    
}

body {
    color: #212226;
    background-color: #ffffff;
    margin: 0;
}


section {
    background: #fff;
    overflow: hidden;
}



p{
    font-size: 18px;
    font-family: 'Forward Round';
    color: #000000;
}


h1{
    font-size: 55px;
    font-family: 'Forward Round';
    padding: 0;
    margin: 0;
}

h2{
    font-size: 35px;
    font-family: 'Forward Round';
    padding: 0;
    margin: 0;
}

h3{
    font-size: 30px;
    font-family: 'Forward Round';
    padding: 0;
    margin: 0;
}


h4{
    font-size: 25px;
    font-family: 'Forward Round';
    padding: 0;
    margin: 0;
}

.title-style-white{
    background-color: #fff;
    color: #000;
    display: inline-block;
    padding: 5px 10px;
}

.title-style-black{
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
}



/*========================================
    Preloader
========================================*/

#preloader {
    background-color: white;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

#status {
    background-image: url("../img/preloader/preloader.gif");
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -32px;
}

/*========================================
    Home
========================================*/

.owl-carousel {
	position: relative;
    height: 100%;
}


#home {
    background: none;
    height: 100%;
}


#owl-example div:not(.owl-dots){
    
    height: 100%;
}

.owl-dots{
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;

    
}


#owl-example .owl-dots .owl-dot span {
    background: none;
    background-image: url("../img/owl-dot-white.png");
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;

    border-radius: unset;
}


#owl-example .owl-dots .owl-dot.active span,
#owl-example .owl-dots .owl-dot:hover span {
    background: none;
    background-image: url("../img/owl-dot-active-white.png");
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
}

  
.owl-slide {
		
		background-repeat: no-repeat;
		background-size: cover;
        background-position: center;
        
}






/*========================================
    Buttons
========================================*/

.btn-molokhia {
    font-family: 'Forward Round';
    font-size: 20px;
    background-color: #fff;
    color: #0F663B;
    margin: 0 0px;
    padding: 5px 10px;
    border-radius: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.btn-molokhia:hover {
    background-color: #000;
    color: #0F663B;
}

.btn-contact {
    font-family: 'Forward Round';
    font-size: 20px;
    background-color: #000;
    color: #fff;
    margin: 0 0px;
    padding: 5px 25px;
    border-radius: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.btn-contact:hover {
    background-color: #fff;
    color: #000;
}



.btn-back-to-top {
    position: fixed;
    height: 40px;
    width: 40px;
    background-color: #000;
    border-radius: 0;
    display: inline-block;
    bottom: 50px;
    right: 20px;
    padding: 2px 10px;
    font-size: 22px;
    display: none;
    z-index: 1030;
    border: none;
}

.btn-back-to-top i {
    color: #fff;
}


/*========================================
    Arrow Down
========================================*/

#arrow-down {
    position: absolute;
    left: 50%;
    bottom: 20px;
    color: #ffee00;
    font-size: 50px;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-left: -16px;
    z-index: 1;
}

#arrow-down:hover,
#arrow-down:focus {
    color: #ffee00;
}

/*========================================
    Content Boxes
========================================*/

.content-box-lg {
    padding: 80px 0;
}

.content-box-md {
    padding: 40px 0;
}

.content-box-sm {
    padding: 0px 0;
}

.down-space {
    margin-bottom: 130px;
}

.bottomSpace {
    margin-bottom: 90px;
}


/*========================================
    About
========================================*/


.about-out{
    text-align: center;
    width: 100%;
    
}

.about-in{
    width: 786px;
    text-align: center;
    display: inline-block;
}

.about-title{
    margin-bottom: 20px;
}




.clearfix::after {
    content: "";
    clear: both;
    display: table;
}





/*========================================
    Molokhia
========================================*/

#molokhia{
    background-color: #0F663B;
    
}


.molokhia-in{
    padding: 0;
    margin: 0;
}

.molokhia-left{
    padding: 0;
    margin: 0;
}

.molokhia-right{
    padding: 0;
    margin: 0;
}

.molokhia-title{
    margin-bottom: 20px;
    color: #0F663B;
}

.molokhia-text{
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
}

.molokhia-right-in{
    width: 400px;
}

.molokhia-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.molokhia-right{
    text-align: center;
}

.molokhia-right-in{
    text-align: left;
  display: inline-block;
}

.btn-molokhia-style{
    text-align: right;
}

.molokhia-left img{
    width: 100%;
}


/*========================================
    Giving
========================================*/


.giving-row{
    padding: 80px 80px;
}



.giving-left img{
    display: inline-block;
}

.giving-title{
    margin-bottom: 20px;
}

.giving-right-text{
    font-size: 16px;
}

/*========================================
    privacy
========================================*/

#privacy{
    background-color: #F86624;
}

.privacy-row{
    padding: 80px 80px;
}

.privacy-left{
    
}


.privacy-right{
    
}

.privacy-left img{
    display: inline-block;
}

.privacy-title{
    margin-bottom: 20px;
}

.privacy-left-in img{
    height: 88px;
    float: left;
}

.privacy-left-in{
    background-color: #000;
    display: inline-block;
    height: 88px;
}

.GDR-title{
    float: left;
    color: #F86624;
    padding: 15px 20px;
    
}

.privacy-right-text{
    font-size: 20px;
}

/*========================================
    Contact
========================================*/

#contact {
    
    background: url("../img/contactBg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  

}


.contact-title{
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
}



#contact-inner .container {
    position: relative;
}

.form-fields {
    display: inline-block;
    text-align: right;
}

.form-group {
    margin-bottom: 10px;
}

.form-group label {
    font-family: 'Forward Round';
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    margin-right: 15px;
}


.form-group input {
    width: 400px;
    background-color:rgba(248, 248, 248, 0.7);
    border:none;
}

.form-fields{
    position: relative;
}

.form-thanx{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}

.form-thanx-inner{
    position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Forward Round';
    font-weight: bold;
    font-size: 36px;
    
    
}

.message-textarea textarea {
    border: 1px solid lightgrey;
    resize: none;
    background-color:rgba(248, 248, 248, 0.7);
}

.message-textarea * {
    vertical-align: top;
}

.message-textarea textarea:focus {
    outline: none !important;
    border: 1px solid #ffee00;
    -webkit-box-shadow: 0 0 10px #ffee00;
    box-shadow: 0 0 10px #ffee00;
}

#form-message {
    height: 150px;
    width: 400px;
}

input:focus {
    outline: none !important;
    border: 1px solid #ffee00;
    -webkit-box-shadow: 0 0 10px #ffee00;
    box-shadow: 0 0 10px #ffee00;
}

.send-button {
    margin-top: 20px;

}

.send-btn span {
    position: relative;
    /*top: -4px;*/
}











/*========================================
    Footer
========================================*/
footer {
    background: #ffffff;
    padding: 30px;
    overflow-x: hidden;
}

footer p {
    color: #000;
    line-height: 20px;
    margin: 0;
    font-size: 12px;
}


footer img {
    width: 70px;
    display: inline-block;
    margin-bottom: 10px;
}


/*========================================
    Navigation
========================================*/
.navbar {
    padding: 50px 0 50px 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.navbar .navbar-brand img{
    margin-top: -20px;
    width: 140px;
    height: 100px;
    -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;
}

.site-nav-wrapper {
    padding: 0 85px;
}



.navbar-brand {
    padding: 0px 15px;
}

ul.navbar-nav>li>a {
    font-family: "Forward Rough";
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    
}

.white-nav-top ul.navbar-nav li a span {
    padding-bottom: 10px;
}

ul.navbar-nav>li>a:hover,
ul.navbar-nav>li>a:focus {
    background: none;
    color: #ffee00;
}



/*white navigation*/
.white-nav-top {
    background: #045A3F;
    padding: 30px 0 15px 0;
    -webkit-box-shadow: 0 8px 6px -9px #999;
    box-shadow: 0 8px 6px -9px #999;
    z-index: 2;
}

.white-nav-top ul.navbar-nav>li>a {
    color: #ffffff;
}

.white-nav-top ul.navbar-nav>li>a>span:hover,
.white-nav-top ul.navbar-nav>li>a>span:focus {
    color: #ffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 238, 0, 0)),
    color-stop(81%, rgba(225, 238, 0, 0)),
        color-stop(81.1%, #FFEE00),
        color-stop(85%, #FFEE00),
        color-stop(85.1%, rgba(225, 238, 0, 0)),
        to(rgba(225, 238, 0, 0)));
    background-image: linear-gradient(180deg, rgba(225, 238, 0, 0),
    rgba(225, 238, 0, 0) 81%,
        #FFEE00 81.1%,
        #FFEE00 85%,
        rgba(225, 238, 0, 0) 85.1%,
        rgba(225, 238, 0, 0));

}


/*Scroll spy active state*/
.white-nav-top ul.navbar-nav>li.active>a>span {
    color: #ffffff;
    font-weight: 500;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 238, 0, 0)),
    color-stop(81%, rgba(225, 238, 0, 0)),
        color-stop(81.1%, #FFEE00),
        color-stop(85%, #FFEE00),
        color-stop(85.1%, rgba(225, 238, 0, 0)),
        to(rgba(225, 238, 0, 0)));
    background-image: linear-gradient(180deg, rgba(225, 238, 0, 0),
    rgba(225, 238, 0, 0) 81%,
        #FFEE00 81.1%,
        #FFEE00 85%,
        rgba(225, 238, 0, 0) 85.1%,
        rgba(225, 238, 0, 0));
}


.phone-icon {
    padding: 8px 0 0 10px;
}

.phone-number {
    font-family: 'Rockwell';
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    /*padding: 5px 0 0 2px;*/
}

.menu-container {
    padding-right: 0px;
    margin-right: 0;
}

.nav li a {
    padding: 10px 15px;
}

#home-btn {
    margin-top: 50px;
}


