/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 16, 2017, 3:17:09 PM
    Author     : YassirTaqatqa
*/
 @font-face {
    font-family: 'MyriadPro-Bold';
    src: url('../../fonts/myriadpro/myriadpro_bold.eot');
    src: url('../../fonts/myriadpro/myriadpro_bold.eot') format('embedded-opentype'),
         url('../../fonts/myriadpro/myriadpro_bold.woff') format('woff'),
         url('../../fonts/myriadpro/myriadpro_bold.ttf') format('truetype')
}
html, body {
margin:0;
padding:0;
height: 100%;
min-height: 100%;
}
body{
  
    -ms-overflow-style: scrollbar;
   font-family: Arial, sans-serif !important;

}
.header{
    height: 80px;
    width: 100%;
    z-index: 1000;
    position: relative;
    margin-bottom: -80px;
}   
.all_content{
         margin: 0 auto;
         min-height: calc(100% - 155px);
}
.header_two{
    height: 115px;
    width: 100%;
    background: black;
    z-index: 1000;
   
}
.full_container{
    width: 100%;
    background: #232324;
}
.container{
    width: 95%;

}
.error_message{
    color: #96a800;
    font-size: 16px;
}
.top_row {
    max-width: 1614px;
    margin: 0 auto;
    padding: 0;
    float: none;

}
.loading_redcrow{
    display: none;
    width: 70px;
}
#loading_login{
    position: absolute;
    top:45%;
    left:45%;
}
.do_login{
    height: 300px;
    width: 100%;
    background:transparent;
    position: absolute;
}
#do_signin{
    color:#fff !important;
}
.subtitle_slider{
    font-size:35px;
    line-height:36px
}
.desc_titleslider{
    margin-top: -35px;
}
#modal-login-label{
    font-weight: bold;
    font-size: 26px;
}
.header_home{
    margin-bottom: 15px;
    background-color:  #242427;
    background-size: 95% 100%;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 0px;
    padding-right: 0px;


}

.logo_size_two{
    width: 74px;
    height:auto;
}

.redcrow_signin{
    margin-top: 30px;
    position: absolute;
    right: 15px;
    top: 0;
}
.redcrow_signin_two{
    margin-top: 30px;
    position: absolute;
    right: 15px;
    line-height: 50px;
}

.keep_me{
    color:black;
    font-weight: normal;
}
#rememberme{
    float: left;
    margin-right: 2px;
}
input[type="email"], 
input[type="password"], 
.modal-body textarea, 
.modal-body textarea.form-control {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    color: black;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.modal-body textarea, 
.modal-body textarea.form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
}

input[type="email"]:focus, 
input[type="password"]:focus, 
.modal-body textarea:focus, 
.modal-body textarea.form-control:focus {
    outline: 0;
    background: #ffff;
    border: 1.2px solid black;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

input[type="email"]:-moz-placeholder, input[type="password"]:-moz-placeholder, 
.modal-body textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: black; }

input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, 
.modal-body textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }

input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, 
.modal-body textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }
button.btn {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;

    background: #666666;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75890c', endColorstr='#96a800', GradientType=1 );

}


.worng_pass{
    padding-left: 5px;
    color:black;
    font-size: 16px;
}

/***** Modal *****/

.modal-content {
    background: #3a3a3a;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    border: 0;
    text-align: left;
}

.modal-header {
    padding: 25px 25px 15px 25px;
    background: #fff;
    border: 0;
    -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
    color: black;
}

.modal-header .close {
   
    color: black;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
}
.close span{
   font-size: 36px;  
}

.modal-title {
    margin-bottom: 10px;
    line-height: 30px;
    color: black;
}

.modal-body {
    padding: 25px 25px 30px 25px;
    background: #f3f3f3;
    text-align: left;
    -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
}

.modal-body img {
    margin-bottom: 15px;
}

.modal-body form textarea {
    height: 100px;
}

.modal-body form .input-error {
    border-color: #399599;
}
/***** End Modal *****/
.redcrow_font{
    font-family: "MyriadPro-Bold", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.ui-loader{
    display: none;
}
.redcrow_logo {
    position: absolute;
    float: left;
    cursor: pointer;
    margin-left: 15px;
    margin-top: 10px;
        top: 0;
    left: 0;
}

.logo_size{
    width: auto;
    height:90px;
}
.redcrow_signin{
    position: absolute;
    right: 110px;
    top: 15px;
}
.signin_button{
    color:white;
    border: 1.2px white solid;
    padding: 5px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;

}
.slider_area{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.slider_title{
    line-height: 45px;
    font-family: "MyriadPro-Bold";
}
.custom_text{
    position: relative;
    color: white;
    font-size: 45px;
    max-width: 555px;
    text-align: left;
}

.slider_desc{
    font-size: 16px;
}
.footer_redcrow{
    position: relative;
    bottom: 0px;
    height: 40px;
    width: 94%;
    background: transparent;
    left: 3%;
    line-height: 40px;
    overflow: hidden;
    
}
.media_footer{
    margin-top: -40px;
    position: absolute;
}
.homepage.footer_redcrow{
    position: absolute;
}

.sperator_line{
    width: 100%;
    color:black;
    border-top: 1px solid black;
    text-align: center;
    clear: both;
}

.social_media .fa{
    padding-top: 3px;
}
.contact_circle{
    border:2px black solid;
    display: inline-block;
    border-radius: 50%;
    color:black; 
    width: 22px;
    height: 22px;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
}
.contact_circle a{
    text-decoration: none;
    color:black;
}
.play_redcrow{
     padding-left: 2px !important;
}
.redcrow_copy{
    text-align: center;
    color:black;
    font-size: 10px;
}
.footer_media {
  text-align: right;
    color:black;
    font-size: 14px;
    cursor: pointer;
    
}
.footer_media a{
    color: black;
    text-decoration: none;
}
.left_padding{
    padding-left: 3px !important;
}
.right_padding{
    padding-right: 3px !important;
}

    
    .homepage .sperator_line{
         border-top: 1px solid white;       
    }
    .homepage .contact_circle{
        border: 2px white solid;
        color: white;
        line-height: 20px;
    }
    .homepage .redcrow_copy,.homepage .footer_media{
        color: white;
    }
    .homepage .footer_media a{
        color:white;
    }

.media_section,.clients_section{
    padding-top:35px;
    top: 120px;
   
    
}
.main_section{
    min-height: 650px;
    height: 100% !important;
}
.media_content_frame{
    display: none;
    background: white;
    min-height: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
}
.media_area{
    position: relative;
    min-height: 100%;
    height: 100%;
}

.media_items,.clients_items{
     padding-top:25px;
}
.clients_section{
  border-left: 1px black solid;  
}
.media_items{
    padding-top: 30px;
}
.media_big_title,.clients_big_title{
    text-align: center;
    font-weight: bold;
    font-size: 31px;
    color:#444441;
}
.media_desc_border{
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
    border-collapse: collapse;
}
.redcrow_logo_media{
       top:30px;
       left: 88px;
     }
.footer_media_page a{
    color:#85A307;
    cursor: default;
}
.signin_button_media{
      color:black;
      border: 2px black solid;
    }
.media_title{
    color:#85A307;
    font-weight: bold;
    font-size: 16px;
}
.media_desc{
   color:black;
    font-weight: bold;
    font-size: 16px; 
    padding-bottom: 8px;
}
.media_item{
    line-height: 19px;
    padding-right: 0px;
}
ul{
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul li:last-child .media_desc_border:last-child{
   border-bottom: none;
}

.client_images{
    max-width: 100%;
    height:auto;
}
.area_between_clients{
   width: 33.333%;
   float: left;
}

.remove_left_padding{
    padding-left: 0px;
}
.remove_right_padding{
    padding-right: 0px;
}
.media_item  div{
    padding-right: 0px;
}
.client_logo{
    display: block;
    width: 100%;
    min-width: 150px;
    height: 100px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
}
.client_logo.Care-International{
    min-width: 70px;
}
.client_logo.hemaya{
        background-image: url(../../img/hemaya.jpg);
        background-size: 120px;
}
.client_logo.chemonics{
        background-image: url(../../img/logo_Chemonics.jpg);
        background-size: 140px;
}
.client_logo.irex{
        background-image: url(../../img/logoirex.jpg);
        background-size: 120px;
}
.client_logo.rockefeller{
        background-image: url(../../img/rockefeller-foundation.jpg);
         background-size: 150px;
}
.client_logo.resilientcities{
        background-image: url(../../img/100rc.jpg);
        background-size: 130px;
}
.client_logo.m-e-post{
        background-image: url(../../img/MEpost.jpg);
        background-size: 160px;
}
.client_logo.swiss{
        background-image: url(../../img/Swiss-ramallah.jpg);
        background-size: 195px 61px;
}
.client_logo.german{
        background-image: url(../../img/GermanRO.jpg);
}
.client_logo.Care-International{
        background-image: url(../../img/Care-International.jpg);
        background-size: auto 100px;
}
.client_logo.amideast{
        background-image: url(../../img/amideast.jpg);
}
.client_logo.telos{
        background-image: url(../../img/Telos_Logo.png);
        background-size: 127px auto;
}
.client_logo.giz{
        background-image: url(../../img/GIZ-logo.png);
        background-size: 199px 75px;
}
/* ============= START analyticalreport-shortsummary SCROLL CSS =============*/
.analyticalreport-shortsummary > .scroll-element,
.analyticalreport-shortsummary > .scroll-element div
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.analyticalreport-shortsummary > .scroll-element {
    background-color: #ffffff;
}

.analyticalreport-shortsummary > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.analyticalreport-shortsummary > .scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.3);
}

.analyticalreport-shortsummary > .scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.5);
}

.analyticalreport-shortsummary > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%;
}

.analyticalreport-shortsummary > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px;
}

.analyticalreport-shortsummary > .scroll-element .scroll-bar {
    background-color: black;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.analyticalreport-shortsummary > .scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}


.analyticalreport-shortsummary > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.analyticalreport-shortsummary > .scroll-content.scroll-scrollx_visible { margin-top: 17px; top: -17px; }

.analyticalreport-shortsummary > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 1px; }
.analyticalreport-shortsummary > .scroll-element.scroll-y .scroll-bar { left: 1px; min-height: 10px; width: 8px; }

.analyticalreport-shortsummary > .scroll-element.scroll-x .scroll-element_outer { height: 15px; left: 5px; }
.analyticalreport-shortsummary > .scroll-element.scroll-x .scroll-element_size { height: 2px; left: -10px; top: 5px; }

.analyticalreport-shortsummary > .scroll-element.scroll-y .scroll-element_outer { top: 5px; width: 15px; }
.analyticalreport-shortsummary > .scroll-element.scroll-y .scroll-element_size { left: 5px; top: -10px; width: 1px; background: black; }



.analyticalreport-shortsummary > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -25px; }
.analyticalreport-shortsummary > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -25px; }

.analyticalreport-shortsummary > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -25px; }
.analyticalreport-shortsummary > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -25px; }

/* ============= END analyticalreport-shortsummary SCROLL CSS =============*/


/* ============= Begin Slider Staff =================*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

.slider_redcrow {
    width: 100%;
    height: 100vh;
    position: relative;
}

.slItems {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.slItem {
    margin-bottom: 100px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
}

.slider_container {
    position: absolute;
    top: 35%;
    max-width: 100%;
    width: 100%;
    padding: 0 170px;
}

.slider_redcrow [class*="ctrl"] {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 85px;
    font-weight: bold;
    margin-top: -42.5px;
    cursor: pointer;
}

.ctrlNext {
    right: 50px;
}

.ctrlPrev {
    left: 50px;
}

.slItem.active {
    opacity: 1;
    visibility: visible;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
}

.next, .prev {
    transition: transform 0.7s ease-in-out;
    -webkit-transition: -webkit-transform 0.7s ease-in-out;
    -moz-transition: -moz-transform 0.7s ease-in-out;
    -o-transition: -o-transform 0.7s ease-in-out;
    -ms-transition: -ms-transform 0.7s ease-in-out;
}

.slItem.nextItem {
    opacity: 1;
    visibility: visible;
    transform: translate(100%,0);
    -webkit-transform: translate(100%,0);
    -moz-transform: translate(100%,0);
    -o-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
}

.slItem.nextItem.next, .slItem.prevItem.prev {
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
}

.slItem.active.next {
    transform: translate(-100%,0,0);
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    -o-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
}

.slItem.prevItem {
    opacity: 1;
    visibility: visible;
    transform: translate(-100%,0);
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    -o-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
}

.slItem.active.prev {
    transform: translate(100%,0);
    -webkit-transform: translate(100%,0);
    -moz-transform: translate(100%,0);
    -o-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
}

.slDots {
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%,  0);
    -ms-transform: translate(-50%, 0);
}

.slDotsSingle {
    width: 13px;
    height: 13px;
    float: left;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    margin-left: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.slDotsSingle.active {
    background: #FFFFFF;
}

.slDotsSingle:hover {
    background: #D0D0D0;
    border-color: #D0D0D0;
}
/* ============= End Slider Staff =================*/

@media only screen and (max-width : 1200px) {
   .clients_section{
      border-left: none;
      border-top: 1px black solid; 
   }
   
   .main_section{
       background: white;
       padding-bottom: 120px;
    }
    
    .footer_media_position{
        position: relative;
        bottom: 0px;
    }
}
@media only screen and (max-width : 1050px) {
   
    .contact_circle{
        font-size: 11px;
        border:1px black solid;
        width: 22px;
        height: 22px;
        line-height: 22px;
    } 
    .play_redcrow{
        font-size: 12px !important;
        padding-top: 2px !important;
        padding-left: 3px !important; 
    }
    .social_media{
        line-height: 36px;
    }
    .homepage .contact_circle{
        border:1px white solid;
    } 
    .footer_media a{
      font-size: 12px; 
    }
}
@media only screen and (max-width : 768px) {
    .redcrow_logo{
      top:10px !important;
      left: 5px !important;
    }
    .redcrow_signin{
        right: 15px !important;
    }
    .contact_circle{
        font-size: 8px;
        border:1px black solid;
        width: 17px;
        height: 17px;
        line-height: 17px;
    } 
    .slider_desc{
        font-size: 12px;
    }
    .play_redcrow{
       font-size: 8px !important;
        padding-top: 2px !important;
        padding-left: 3px !important; 
    }
    
    
    .social_media{
        padding-top: 5px;
        line-height: 24px;
    }
    .footer_redcrow{
        position: relative;
        overflow: visible;
        text-align: center;
        line-height: 24px;
        margin-top: 0px; 
        height: 70px;
    }
    .footer_media{
        text-align: center;
        line-height: 8px;
    }
    .footer_media a{
      font-size: 11px; 
    }
    
    .custom_text{
        font-size: 20px;
        width: 100%;
    }
    .slider_container{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .slider_title{
            line-height: 24px;
    }
    .subtitle_slider{
      font-size: 20px; 
      line-height: 18px;
    }
    .desc_titleslider{
        margin-top: -20px;
        font-size: 30px;
    }
    
    .main_section div {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .remove_left_padding{
        padding-left: 10px;
    }
    .remove_right_padding{
        padding-left: 10px;
    }
    .clients_area_enter{
        text-align: center;
        
    }
    .area_between_clients{
      width: 50%;
      text-align: center;
    }
   
    .client_logo.swiss,.client_logo.giz{
        background-size: 160px 55px;
      }
    
    .homepage .contact_circle{
        border:1px white solid;
         line-height: 17px;
    }
}
@media only screen and (max-width : 767px) {
   .homepage.footer_redcrow{
        position: relative !important;
        margin-top: -73px !important;
    } 
}
@media only screen and (max-height: 700px){
   .media_footer{
       position: relative;
   }
}