*{
    border-radius: 0 !important
}
@font-face {
    font-family:"Source Sans Pro Bold";
    src:url("fonts/SourceSansPro-Bold.eot?") 
        format("eot"),url("fonts/SourceSansPro-Bold.woff") 
        format("woff"),url("fonts/SourceSansPro-Bold.ttf") 
        format("truetype"),url("fonts/SourceSansPro-Bold.svg#SourceSansPro-Bold") 
        format("svg");
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:"Source Sans Pro";
    src:url("fonts/SourceSansPro-Regular.eot?") 
        format("eot"),url("fonts/SourceSansPro-Regular.woff") 
        format("woff"),url("fonts/SourceSansPro-Regular.ttf") 
        format("truetype"),url("fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular") 
        format("svg");
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:"Merriweather Bold";
    src:url("fonts/Merriweather-Bold.eot?") 
        format("eot"),url("fonts/Merriweather-Bold.woff") 
        format("woff"),url("fonts/Merriweather-Bold.ttf") 
        format("truetype"),url("fonts/Merriweather-Bold.svg#Merriweather-Bold") 
        format("svg");
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:"Source Sans Pro Semibold";
    src:url("fonts/SourceSansPro-Semibold.eot?") 
        format("eot"),url("fonts/SourceSansPro-Semibold.woff") 
        format("woff"),url("fonts/SourceSansPro-Semibold.ttf") 
        format("truetype"),url("fonts/SourceSansPro-Semibold.svg#SourceSansPro-Semibold") 
        format("svg");
    font-weight:normal;
    font-style:normal;
}
body{
    background-image: url(images/bg-image.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain
}
.zawadiwrapper{
    width: 100%;
    padding: 0 120px
}
.logomobile{
    display: none
}

/*========================================================================================
------------------------------------  Top Social -----------------------------------------
========================================================================================*/
.socialtop{
    width: 100%;
    height: 55px;
    background: rgba(77,77,77,0.7);
    padding: 0 120px;
}
.fa-facebook, .fa-twitter{
    font-size: 2em;
}
.socialtop li{
    display: inline-block;
    padding-right: 20px;
    float: right;
    padding-top: 15px
}
.socialtop li a{
    color: white;
}
.socialtop li a:hover{
    color: rgb(247,147,29);
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    transition: 0.4s
}
.sponsorbutton{
    width: 240px;
    height: 55px;
    background: rgb(247,133,0);
    text-align: center;
    color: white;
    font-family:"Source Sans Pro";
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px;
    z-index: 999
}
.sponsorbutton a{
    text-decoration: none
}
.sponsorbutton a:hover{
    color: white !important
}
.sponsorbutton:hover{
    background: rgb(0,115,34);
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    transition: 0.4s
}
/*========================================================================================
------------------------------------  Navigation -----------------------------------------
========================================================================================*/
.navbar {
    border: none;
    margin-bottom: 0;
    
}
.navbar-header{
    height: 82px;
    z-index: 9999999999999
}
.nav > li {
    font-family:"Source Sans Pro";
    padding-top: 16px;
    text-transform: uppercase;
    padding-right: 10px;
    font-size: 16px
}
.navbar-default .navbar-nav > .current_page_item > a{
    color: white;
    background-color: rgb(0,115,34);
    border-top: 5px solid rgb(247,147,29);
    padding-top: 27px;
    padding-bottom: 34px;
}
.navbar-default .navbar-nav > .current_page_item > a:hover{
    background-color: transparent;
    color: rgb(247,147,29);
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    transition: 0.4s
}
.navbar-default {
    background-color: rgb(0,166,49)
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
    color: rgb(247,147,29);
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    transition: 0.5s
}
.navbar-nav > li > a {
    padding-top: 32px;
    padding-bottom: 28px;
    margin-top: -16px
}
.navbar-brand {
    padding: 0
}
.active{
    margin-top: -5px;
}
.offcanvas-toggle {
    z-index: 9999999999999;
    background: #008f24;
}
.offcanvas-toggle .icon-bar {
    background: #fff;
}
.navbar-toggle {
    z-index: 214
}
.fixed {
    position:fixed;
    top:0;
}
/*========================================================================================
-------------------------------- Homepage Slider -----------------------------------------
========================================================================================*/
.carousel-control .glyphicon-chevron-left {
    left: 0%;
}
.carousel-control .glyphicon-chevron-right {
    right: 0%
}
.carousel-control{
    opacity: 1
}
.slideleft, .sliderright{
    margin-top: -90px;
}
.slideleft{
    margin-left: -20px
}
.slidewrapper{
    position: absolute;
    width: 100%;
    height: 50%;
    background: rgba(0,0,0,0.5);
    bottom:0;
    z-index: 1
}
.slidewrapper h1{
    font-family: 'Merriweather', serif;
    font-size: 60px;
    color: white;
    z-index: 10;
    text-transform: capitalize;
    padding-left: 68px
}
.slidewrapper h1.bannertext{
    text-align: center;
    font-size: 48px;
    padding-top: 60px;
    padding-left: 0
}
.slidewrapper h1 span{
    color: rgb(247,133,0);
    padding-left: 20px
}
.slidewrapper p{
    font-family:"Source Sans Pro";
    font-size: 18px;
    color: white;
    padding-left: 68px;
    width: 50%
}
.readmore{
    font-family:"Source Sans Pro";
    width: 130px;
    height: 45px;
    background: rgb(247,133,0);
    margin-left: 68px;
    margin-top: 30px;
    text-align: center;
    padding-top: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    font-size: 16px
}
.readmore a{
    color: white;
    text-decoration: none
}
.readmore:hover{
    background: rgb(0,115,34);
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    transition: 0.4s
}
/*========================================================================================
------------------------------------- Home page ------------------------------------------
========================================================================================*/
.gallery{margin-top:50px;}
.gallery .gallery-item {
    margin-bottom: 0;
    float: left;
    margin-top: 0px;
    text-align: center;
    width: 25%;
}
.gallery img {
    width: 100%;
    border: 6px solid #fff;
    height: auto;
    margin-bottom:0
    padding-bottom:0
}

#home .gallery img {
    padding-bottom: 0;
}

#aboutzawadiwrapper{
    font-family:"Source Sans Pro";
    position: relative;
    margin-left: 55px;
    margin-top: -55px;
    background: white;
    z-index: 39;
    padding: 30px;
    border-top: 3px solid rgb(247,147,30)
}
#aboutzawadiwrapper h1{
    font-family: 'Merriweather', serif;
    font-size: 30px;
    color: rgb(44,49,51);
    text-transform: capitalize
}
#aboutzawadiwrapper h1 span{
    color: rgb(247,147,29);
}
#aboutzawadiwrapper p{
    font-size: 18px;
    padding-top: 30px;
    line-height:1.7em
}
#stats{
    padding: 50px 100px 0 45px;
}
#stats h1{
    font-family: 'Roboto Slab', serif;
    font-size: 60px;
    font-weight: 700;
    color: rgb(247,147,29);
    margin-top: 15px
}
#stats h2{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    margin-top:0
}
#stats h2:before{
    content: '';
    display: block;
    min-width: 240px;
    height: 5px;
    background: rgb(44,49,51);
    margin-bottom: 5px
}
#zawadistories{
    position: relative;
    width: 100%;
    height: auto;
    background: rgb(242,242,242);
    padding:45px 128px
}
#zawadistories h1{
    font-family:"Source Sans Pro";
    text-transform: uppercase;
    font-size: 24px
}
#zawadistories h1 span{
    color: rgb(247,147,29)
}
#zawadistories h2{
    font-family: 'Merriweather', serif;
    font-size: 36px;
    line-height: 1.6em
}
#zawadistories h2 span{
    color: rgb(15,139,52)
}
#zawadistories h3{
    font-family:"Source Sans Pro Bold";
    text-transform: capitalize;
    margin-top: 0
}
#zawadistories p{
    font-family:"Source Sans Pro";
    text-transform: uppercase
}
.names{
    background: rgb(247,133,0);
    padding-top:25px;
    padding-bottom:25px;
    text-align: center;
    color: white
}
.names:hover{
    background: rgb(15,139,52);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}
.names a{
    color: white;
    text-decoration: none
}
#zawadiblog{
    position: relative;
    width: 100%;
    background: white;
    padding:45px 140px
}
#zawadiblog h1{
    font-family:"Source Sans Pro";
    text-transform: uppercase;
    font-size: 24px
}
#zawadiblog h1 span{
    color: rgb(247,147,29)


}

 .btnew{width: 30% !important;}
#viewallpostsbtn{
    font-family:"Source Sans Pro";
    text-transform: capitalize;
    font-size: 18px;
    color: white;
    width: 100%;
    height: 45px;
    background: rgb(15,139,52);
    border-radius: 4px !important;
    text-align: center;
    padding-top: 10px
}
#viewallpostsbtn a{
    color: white;
    text-decoration: none
}
#viewallpostsbtn:hover{
    background: rgb(247,133,0);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}
.blogdate, .blogdate2, .story, .story2{
    color: white
}
.blogdate{
    background: rgb(0,115,34);
    min-height: 150px
}
.blogdate2{
    background: rgb(65,65,65);
    min-height: 150px
}
.story{
    background: rgb(0,166,49);
    min-height: 150px
}
.story a{
    color: white;
    text-decoration: none
}
.story:hover{
    background: rgb(247,133,0);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}
.story2{
    background: rgb(80,80,80);
    min-height: 150px
}
.story2 a{
    color: white;
    text-decoration: none
}
.story2:hover{
    background: rgb(247,133,0);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}
.blogdate h2, .blogdate2 h2{
    font-family: 'Roboto Slab', serif;
    font-size: 36px;
    font-weight: 600;
    margin-top: 0
}
#zawadiblog h4{
    font-family: 'Merriweather', serif;
    font-size: 18px;
    text-transform: capitalize
}
#zawadiblog h3{
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0
}
#zawadiblog p{
    padding-right: 10px
}
#partnersdonors{
    position: relative;
    width: 100%;
    background: rgb(242,242,242);
    padding: 40px 128px
}
#partnersdonors h1{
    font-family:"Source Sans Pro";
    font-size: 24px;
    text-transform: uppercase;
    color: rgb(44,49,51);
    text-align: center;
    padding-bottom: 30px
}
#footerwrapper{
    position: relative;
    background: rgb(44,49,51);
    padding: 50px 120px
}
#footerwrapper h1{
    font-family: 'Merriweather', serif;
    font-size: 18px;
    text-transform: capitalize;
    color: rgb(246,136,26);
    font-weight: bold;
    margin-top: 0
}
#footerwrapper li{
    font-family:"Source Sans Pro";
    display: block;
    font-size: 18px;
    line-height: 1.8em
}
#footerwrapper li a{
    color: white;
    text-decoration: none
}
#footerwrapper li a:hover{
    color: rgb(246,136,26);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}
.badge1 p{
    color: rgb(153,153,153);
    font-family: 'Merriweather', serif;
    font-size: 18px;
    text-transform: capitalize;
    padding: 10px 0 0 10px;
}
#footerwrapper input[type="text"]{
    background: rgb(44,49,51);
    width: 100%;
    height: 35px;
    border: 1px solid rgb(128,131,133);
    margin-top: 20px;
    color: rgb(128,131,133);
    padding-left: 10px
}
#footerwrapper input[type="submit"]{
    background: rgb(246,136,26);
    width: 130px;
    height: 40px;
    border: none;
    margin-top: 20px;
    color: white;
    padding-left: 10px;
    text-align: center;
    text-transform: uppercase
}
#footerwrapper input[type="submit"]:hover{
    background: rgb(0,115,34);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}
#footerwrapper p.copyright{
    text-align: center;
    color: white;
    font-size: 14px;
    padding-top: 40px
}
#footerwrapper p.copyright:before{
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    border-top: 1px solid rgb(88,90,92);
    margin-top: 2px;
    margin-bottom: 10px
}
.gform_wrapper .gfield_required span{display: none}

.gform_wrapper .top_label .gfield_label{display: none!important;}
/*========================================================================================
------------------------------------- About Page ----------------------------------------
========================================================================================*/
#about, #advisory, #objectives, #goals{
    position: relative;
    height: auto;
    background: rgb(242,242,242);
    margin:0 135px;
    padding:45px 35px 45px
}
#about h1, #advisory h1, #objectives h1, #goals h1{
    font-family:"Source Sans Pro";
    text-transform: uppercase;
    font-size: 24px;
    color: rgb(134,134,134)
}
#about h2 span, #advisory h2 span, #objectives h2 span{
    color: rgb(15,139,52)
}
#about h2, #advisory h2, #objectives h2{
    font-family: 'Merriweather', serif;
    font-size: 36px;
    line-height: 1.6em
}
#about p, #advisory p, #objectives p{
    font-family:"Source Sans Pro";
    font-size: 18px;
    line-height: 1.5em;
    color: rgb(163,163,163)
}
#about p.introcol1, #advisory p.introcol1, #objectives p.introcol1{
    padding-right: 30px
}
#missionvision, #statistics, #statisticsmap{
    position: relative;
    height: auto;
    background: rgb(44,49,51);
    margin:0 135px;
    padding:45px 35px 45px;
    z-index: 3
}
#missionvision h1, #statistics h1{
    font-family:"Source Sans Pro";
    color: rgb(74,78,77);
    text-transform: uppercase;
    font-size: 24px
}
#missionvision p{
    font-family: 'Merriweather', serif;
    font-size: 35px;
    color: white;
    width: 80%
}
#missionvision p span{
    color: rgb(247,127,29)
}
#missionvision li a{
    color: white
}
.nav-tabs {
    border-bottom: 0
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus{
    background: rgb(247,147,29);
    border: none;
}
#corevalues{
    position: relative;
    height: auto;
    background: rgb(232,232,232);
    margin:0 135px;
    padding:20px 45px 60px
}
#corevalues h1{
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    color: rgb(134,134,134);
    padding-left: 10px
}
#corevalues h2{
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    text-transform: capitalize;
    margin-top: 0;
}
#corevalues p{
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    padding-bottom: 30px
}
.corepic{
    margin-left: -40px;
}
.advisoryboard{
    background: white !important;
    padding: 0 !important;
    margin-bottom: 30px !important
}
.advisoryboard .thumbnail{
   border: none
}
.theadvisors:hover{
   cursor: pointer;
   -webkit-transition: 0.4s;
   -moz-transition: 0.4s;
   transition: 0.4s
}
.advisoryboard .names{
    background-color: white;
    padding-top: 0;
    padding-bottom: 0;
   
}
.advisoryboard .names h3{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 21px;
    color: rgb(15,139,52);
    text-align: center !important;
    text-transform: capitalize;
}
.section_menus{
    background: rgb(44,49,51) !important;
    padding-top: 30px !important;
    padding-bottom: 0 !important
}
.section_menus a{
    color: white;
    text-decoration: none
}

.section_menus li{
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    text-transform: capitalize;
    padding-right: 40px;
    color: white;
    font-size: 24px;
}
.catmenus ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center
}
ul.nav-tabs.catfilters{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    background: rgb(44,49,51)
}
.test ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.nav-tabs.catfilters > li.active{
    margin-top: 0
}
.nav-tabs.catfilters > li{
    text-transform: capitalize;
    font-size: 21px;
    padding-top: 0;
    float: none;
    display: inline-block;
    text-align: center
}
.nav-tabs.catfilters.blog > li{
    text-transform: uppercase;
}
.nav-tabs.catfilters > li:hover{
    background: transparent
}
.nav-tabs.catfilters > li > a{
    color: white
}
.nav-tabs.catfilters > li.active > a, .nav-tabs.catfilters > li.active > a:focus {
    background: transparent;
    border-bottom: 5px solid rgb(0,164, 46);
    color: white
}
.tab-content > .active {
    display: inline;
    padding-top: 20px
}
/****** Tabbed content for core values ************/
ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: auto;
    border-left: 1px solid #999999;
    width: 100%;
}
ul.tabs li {
    font-family:"Source Sans Pro";
    text-transform: capitalize;
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 0px 21px ;
    height: auto;
    line-height: 31px;
    border: 1px solid #999999;
    border-left: none;
    background: #EEEEEE;
    overflow: hidden;
    position: relative;;
    font-size: 24px;
    padding: 20px
}
ul.tabs li:hover {
    background: #CCCCCC;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}	
ul.tabs li.active{
    background: rgb(44,49,51);
    border-bottom: 1px solid #FFFFFF;
    color: white
}
.tab_container {
    border-top: none;
    clear: both;
    float: left; 
    width: 100%
}
.tab_content {
    padding: 20px;
    font-size: 1.2em;
    display: none;
}
/*========================================================================================
------------------------------------- Student Profile ------------------------------------
========================================================================================*/
#advisory h1.studentdetails{
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    color: rgb(51,51,51);
    text-transform: capitalize;
    margin-top: 0
}
#advisory h3.studentdetails{
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    color: rgb(51,51,51);
}
#advisory h2.studentdetails{
    font-family: 'Raleway', sans-serif;
    font-size: 21px;
    color: rgb(51,51,51);
    margin-top: 0
}
#advisory h2.studentdetails:after{
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    border-bottom: 1px solid rgb(163,163,163)
}
#advisory p.studentdetails{
    color: rgb(102,102,102)
}
/*========================================================================================
------------------------------------- Blog post ------------------------------------------
========================================================================================*/
#blogpost{
    margin: -140px 0 0 80px;
    background: white;
    padding-top: 40px;
    padding-left: 40px
}
#blogpost a{
   color: inherit;
    text-decoration: none
}
.postswrapper{
    padding:40px 0 50px 40px
}
#advisory h1.posts{
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    color: rgb(51,51,51);
    text-transform: none;
    margin-top: 0
}
#advisory h1.subheading{
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: rgb(51,51,51);
    text-transform: none;
}
#advisory h1.posts.date:after{
    content: '';
    display: block;
    width: 27px;
    height: 8px;
    border-bottom: 2px solid rgb(15,139,52);
    margin:0 auto
}
#advisory h2.posts{
    font-family:"Source Sans Pro";
    font-size: 18px;
    color: rgb(51,51,51);
    text-transform: capitalize;
    margin-top: 0
}
#advisory p.posts{
    color: rgb(102,102,102)
}
.postdetails{
    padding-top: 40px;
    padding-left: 20px
}
.img-circle {
    border-radius: 50% !important
}
.blogauthor{
    padding-left: 50px;
    padding-bottom: 30px
}
.linespan:after{
    content: '';
    display: block;
    width: 100%;
    height: 25px;
    border-bottom: 1px solid rgb(163,162,162);
    margin-top:3px
}
.nextarticle{
    text-align: right;
    padding-left: 200px;
}
.previousarticle{
    padding-left: 60px;
    padding-bottom: 40px;
}
/*========================================================================================
------------------------------------- Impact page ----------------------------------------
========================================================================================*/
#statistics img{
    display: block;
    margin: 0 auto
}
#statistics p, #statistics h2{
    text-align: center
}
#statistics h2{
    font-family: 'Raleway', sans-serif;
    color: rgb(247,147,29);
    font-size: 48px;
}
#statistics p{
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: white
}
#goals{
    position: relative;
    background: rgb(232,232,232);
    padding: 40px 65px 90px;
}
#goals h1{
    margin-top: -20px
}
.impacttextblack{
    padding:30px 65px;
    background: white;
    color: rgb(52,51,51)
}

.impacttextblack h2, .impacttextwhite h2{
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    text-transform: capitalize
}
.impacttextwhite h2, impacttextwhite p{
    color: white
}
.impacttextblack p, .impacttextwhite p{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 2em
}
.impactpic1{
    margin-top: -95px
}
.impacttextwhite{
    padding:30px 65px;
    background: rgb(44,49,51);
    color: white;
    min-height: 289px;
}
.textheight{
    min-height: 289px;
}
#statisticsmap{
    padding: 45px 0 0 !important;
    margin-bottom: -5px
}
#statisticsmap img{
    display: block;
    margin: 0 auto
}
#statisticsmap h1{
    font-family: 'Raleway', sans-serif;
    text-align: center;
    color: white;
    font-size: 24px
}
.nav.maps > li > a {
    padding: 0
}
.nav-tabs.catfilters.blog.maps > li {
    text-transform: uppercase;
    background: rgb(247,147,29);
}
.nav-tabs.catfilters.maps > li.active > a, .nav-tabs.catfilters.maps > li.active > a:focus {
    background: rgb(0,143,36);
    border-bottom: 0;
    color: #FFF;
}
.nav.maps > li {
    padding-right: 0;
    margin-right:20px
}
ul.nav-tabs.catfilters.maps {
    margin-bottom: -4px;
}
.maptabtext{
    position: absolute;
    width: 100%;
    display: block;
    margin: 0 auto;
    color: white;
    text-transform: uppercase;
    top:20px
}
.fa-map-marker{
    padding-right: 10px
}
/*========================================================================================
------------------------------------- Back to top ----------------------------------------
========================================================================================*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 115, 34, 0.8) url(images/top.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 99999
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: rgb(247,133,0);
  opacity: 1;
}

/*========================================================================================
------------------------------------ Contact us ------------------------------------------
========================================================================================*/
.contacttabs{
    margin-bottom: 40px !important;
    margin-left: 25px !important
}
ul .tabs.contacttabs{
    max-width: 660px !important; /* for  below IE7 use `width: 660px;` */
    margin: 0 auto !important;
}
ul .tabs.contacttabs li{
    display: inline !important
}
.contacttext{
    position: absolute;
    width: 465px;
    height: 320px;
    right: 0;
    bottom: 0;
    background: white;
    padding: 30px 100px 10px 20px
}
.contacttext li{
    padding-left: 12px;
    color: rgb(78,81,83);
}
.contacttext h1{
    font-family: 'Raleway', sans-serif !important;
    font-size: 24px !important;
    text-transform: capitalize !important;
    color: rgb(44,49,51) !important
}
/*========================================================================================
------------------------------------ Blog Inner ------------------------------------------
========================================================================================*/
.blogquote{
    font-family: 'Raleway', sans-serif !important;
    font-size: 21px;
}
.storypad{
    padding-right: 50px
}
.previousarticle h1, .nextarticle h1{
    font-size: 16px !important
}
.previousarticle p, .nextarticle p{
    font-family: 'Raleway', sans-serif !important;
    font-size: 18px !important;
    color: rgb(44,49,51) !important
}
.previousarticle a, .nextarticle a{
    text-decoration: none
}
.previousarticle a:hover{
    color: rgb(0,166,49)
}
.blogprevious{
    padding-top: 40px
}
.previousarticle.blogarticle{
    padding-left: 0px;
    padding-bottom: 0;
    padding-top: 25px;
}
.nextarticle.blogarticle{
    padding-top: 25px;
}
#about.section_menus.blog-header{margin:0 !important;}
/*========================================================================================
------------------------------------ Get involved ----------------------------------------
========================================================================================*/
.eligibility li{
    padding-bottom: 20px !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.5em !important;
    color: rgb(51,51,51) !important;
    margin-left: 40px;
    padding-right: 40px;
    
}
.eligibility li:before{
    content: '';
    display: inline;
    background: url('images/checkbox.png');
    padding: 5px;
    padding-right: 30px;
    background-repeat: no-repeat;
}
/*
#about ul{
    list-style-image: url('images/checkbox.png') !important 
}
*/
#downloadform{
    width: 80%;
    height: 50px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-top: 25px;
}
#downloadform a{
    text-decoration: none;
    color: white;
    background: rgb(247, 147, 29);
    height: 50px;
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 10px;
    padding-right: 25px;
    padding-left: 25px;
    width: 80%;
    font-weight: 700;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
#downloadform a:hover{
    background: rgb(0,115,34);
}
.fa-download{
    padding-left: 10px
}
.panel-default > .panel-heading {
    color: #333;
    background-color: rgb(223,222,222);
    border-color: #DDD;
    height: 40px;
}
.panel-heading {cursor: pointer;}
#corevalues .panel-heading h4{
    font-family: 'Raleway', sans-serif;
    color: rgb(0,115,34);
    font-size: 16px;
    padding-top: 0
}
#corevalues .panel-heading h4 span{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: rgb(44,49,51);
    padding-left: 20px
}
#corevalues .panel-heading h4 a{
    text-decoration: none
}
#corevalues .panel-body{
    font-family:"Source Sans Pro";
    font-size: 15px;
    line-height: 1.6em
}
.faqcontact{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 20px;
    text-align: center
}
.faqcontactbtn{
    font-family: 'Raleway', sans-serif;
    width: 290px;
    height: 55px;
    background: rgb(247,147,29);
    color: white;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    padding-top: 10px;
    font-weight: 700
}
.faqcontactbtn a{
    text-decoration: none;
    color: white;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.faqcontactbtn{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.faqcontactbtn:hover{
    background: rgb(0,115,34);
}
/*========================================================================================
--------------------------------- We arew Zawadi Girls -----------------------------------
========================================================================================*/
#home img{
    padding-bottom: 25px
}
.studentsgallery{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    width: 100%
}
.studentsgallery h1{
    font-family:"Source Sans Pro Bold" !important;
    font-size: 17px !important;
    text-transform: capitalize !important;
    color: white !important;
    padding-left: 10px
}
.studentsgallery p{
    font-family:"Source Sans Pro Semibold" !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    color: white !important;
    padding-left: 10px
}
.ih-item.square {
    position: relative;
    width: 100%;
    height: 90%;
    border: none;
    box-shadow: 0 0 0 0
}




/*========================================================================================
-------------------------------- Filterable Gallery - Zawadi Girls -----------------------
========================================================================================*/

.cd-header {
  position: relative;
  height: 150px;
  background-color: #331d35;
}
.cd-header h1 {
  color: #ffffff;
  line-height: 150px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 300;
}
@media only screen and (min-width: 1170px) {
  .cd-header {
    height: 180px;
  }
  .cd-header h1 {
    line-height: 180px;
  }
}

.cd-main-content {
  position: relative;
  min-height: 100vh;
  padding: 0px 175px
}
.cd-main-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-main-content.is-fixed .cd-tab-filter-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.cd-main-content.is-fixed .cd-gallery {
  padding-top: 76px;
}
.cd-main-content.is-fixed .cd-filter {
  position: fixed;
  height: 100vh;
  overflow: hidden;
}
.cd-main-content.is-fixed .cd-filter form {
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.cd-main-content.is-fixed .cd-filter-trigger {
  position: fixed;
}
@media only screen and (min-width: 768px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 100px;
  }
}

/* -------------------------------- 

xtab-filter 

-------------------------------- */
.cd-tab-filter-wrapper {
  background-color: #2c3133;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.cd-tab-filter-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.cd-tab-filter {
  /* tabbed navigation style on mobile - dropdown */
  position: relative;
  height: 50px;
  width: 140px;
  margin: 0 auto;
  z-index: 1;
}
.cd-tab-filter::after {
  /* small arrow icon */
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("img/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.cd-tab-filter ul {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2c3133;
  box-shadow: inset 0 -2px 0 #00a631;
}
.cd-tab-filter li {
  display: none;
}
.cd-tab-filter li:first-child {
  /* this way the placehodler is alway visible */
  display: block;
}
.cd-tab-filter a {
  display: block;
  /* set same size of the .cd-tab-filter */
  height: 50px;
  width: 140px;
  line-height: 50px;
  padding-left: 14px;
}
.cd-tab-filter a.selected {
  background: #fff;
  color: #ffffff;
}
.cd-tab-filter.is-open::after {
  /* small arrow rotation */
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.cd-tab-filter.is-open ul {
  box-shadow: inset 0 -2px 0 #0f8b34, 0 2px 10px rgba(0, 0, 0, 0.2);
}
.cd-tab-filter.is-open ul li {
  display: block;
}
.cd-tab-filter.is-open .placeholder a {
  /* reduces the opacity of the placeholder on mobile when the menu is open */
  opacity: .4;
}
@media only screen and (min-width: 768px) {
  .cd-tab-filter {
    /* tabbed navigation style on medium devices */
    width: auto;
    cursor: auto;
  }
  .cd-tab-filter::after {
    /* hide the arrow */
    display: none;
  }
  .cd-tab-filter ul {
    background-color: #2c3133;
    position: static;
    box-shadow: none;
    text-align: center;
  }
  .cd-tab-filter li {
    display: inline-block;
  }
  .cd-tab-filter li.placeholder {
    display: none !important;
  }
  .cd-tab-filter a {
    font-family:"Source Sans Pro";
    text-transform: capitalize;
    display: inline-block;
    padding: 0 1em;
    width: auto;
    color: white;
    text-transform: capitalize;
    font-size: 21px;
  }
  .no-touch .cd-tab-filter a:hover {
    color: #fff;
  }
  .cd-tab-filter a.selected {
    background: transparent;
    color: white;
    /* create border bottom using box-shadow property */
    box-shadow: inset 0 -4px 0 #00a42e;
  }
  .cd-tab-filter.is-open ul li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-tab-filter {
    /* tabbed navigation on big devices */
    width: 100%;
    float: right;
    margin: 0;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-tab-filter.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}

/* -------------------------------- 

xgallery 

-------------------------------- */
.cd-gallery {
  padding: 26px 5%;
  width: 100%;
}
.cd-gallery.blogpage iframe {
    width: 100%;
}
.cd-gallery li {
  margin-bottom: 1.6em;
}
.cd-gallery li.gap {
  /* used in combination with text-align: justify to align gallery elements */
  opacity: 0;
  height: 0;
  display: inline-block;
}
.cd-gallery img {
  display: block;
  width: 100%;
  height: auto;
}
.cd-gallery .cd-fail-message {
  display: none;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cd-gallery {
    padding: 40px 3%;
  }
  .cd-gallery ul {
    text-align: justify;
  }
  .cd-gallery ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-gallery li {
    width: 48%;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-gallery {
    padding: 50px 2%;
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    background: white;
  }
  .cd-gallery li.mainstudent {
    width: 32%;
    display: none;
    float: left;
    margin-right: 5px;
  }
  .cd-gallery.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}
@media only screen and (min-width: 280px) {
    .cd-gallery {background: white;}
}
/* -------------------------------- 

xfilter 

-------------------------------- */
.cd-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  background: #ffffff;
  box-shadow: 4px 4px 20px transparent;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
  -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
}
.cd-filter::before {
  /* top colored bar */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #00a631;
  z-index: 2;
}
.cd-filter form {
  padding: 70px 20px;
}
.cd-filter .cd-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  color: #ffffff;
  font-size: 1.3rem;
  text-align: center;
  background: #00a631;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 3;
}
.no-touch .cd-filter .cd-close:hover {
  background: #00a631;
}
.cd-filter.filter-is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
.cd-filter.filter-is-visible .cd-close {
  opacity: 1;
}
@media only screen and (min-width: 1170px) {
  .cd-filter {
    width: 20%;
  }
  .cd-filter form {
    padding: 70px 10%;
  }
}

.cd-filter-trigger {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  background: transparent url("img/cd-icon-filter.svg") no-repeat center center;
  z-index: 3;
}
.cd-filter-trigger.filter-is-visible {
  pointer-events: none;
    margin-left: -30px
}
@media only screen and (min-width: 1170px) {
  .cd-filter-trigger {
    font-family:"Source Sans Pro";
    width: auto;
    left: 10%;
    text-indent: 0;
    color: white;
    text-transform: capitalize;
    font-size: 1.3rem;
    padding-left: 24px;
    background-position: left center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    font-size: 15px;
    padding-left: 50px;
  }
  .no-touch .cd-filter-trigger:hover {
    color: #00a631;
  }
  .cd-filter-trigger.filter-is-visible, .cd-filter-trigger.filter-is-visible:hover {
    color: #ffffff;
  }
}

/* -------------------------------- 

xcustom form elements 

-------------------------------- */
.cd-filter-block {
  margin-bottom: 1.6em;
}
.cd-filter-block h4 {
  /* filter block title */
  position: relative;
  margin-bottom: .2em;
  padding: 10px 0 10px 20px;
  color: #9a9a9a;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.no-touch .cd-filter-block h4:hover {
  color: #00a631;
}
.cd-filter-block h4::before {
  /* arrow */
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url("img/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-filter-block h4.closed::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-filter-block input, .cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
  /* shared style for input elements */
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
  background-color: #ffffff;
  border: 2px solid #e6e6e6;
}
.cd-filter-block input[type='search'],
.cd-filter-block input[type='text'],
.cd-filter-block select {
  width: 100%;
  padding: .8em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
}
.cd-filter-block input[type='search']:focus,
.cd-filter-block input[type='text']:focus,
.cd-filter-block select:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #00a631;
}
.cd-filter-block input[type='search'] {
  /* custom style for the search element */
  border-color: transparent;
  background-color: #e6e6e6;
  /* prevent jump - ios devices */
  font-size: 1.6rem !important;
}
.cd-filter-block input[type='search']::-webkit-search-cancel-button {
  display: none;
}
.cd-filter-block .cd-select {
  /* select element wrapper */
  position: relative;
}
.cd-filter-block .cd-select::after {
  /* switcher arrow for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("img/cd-icon-arrow.svg") no-repeat center center;
  pointer-events: none;
}
.cd-filter-block select {
  cursor: pointer;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.cd-filter-block select::-ms-expand {
  display: none;
}
.cd-filter-block .list li {
  position: relative;
  margin-bottom: .8em;
}
.cd-filter-block .list li:last-of-type {
  margin-bottom: 0;
}
.cd-filter-block input[type=radio],
.cd-filter-block input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
  padding-left: 24px;
  font-size: 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-filter-block .checkbox-label::before, .cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
  width: 16px;
  height: 16px;
  left: 0;
}
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::after {
  /* check mark - hidden */
  display: none;
}
.cd-filter-block .checkbox-label::after {
  /* check mark style for check boxes */
  width: 16px;
  height: 16px;
  background: url("img/cd-icon-check.svg") no-repeat center center;
}
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  border-radius: 50%;
}
.cd-filter-block .radio-label::after {
  /* check mark style for radio buttons */
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  left: 5px;
}
.cd-filter-block input[type=radio]:checked + label::before,
.cd-filter-block input[type=checkbox]:checked + label::before {
  border-color: #00a631;
  background-color: #00a631;
}
.cd-filter-block input[type=radio]:checked + label::after,
.cd-filter-block input[type=checkbox]:checked + label::after {
  display: block;
}

@-moz-document url-prefix() {
  /* hide custom arrow on Firefox - select element */
  .cd-filter-block .cd-select::after {
    display: none;
  }
}
/*========================================================================================
------------------------------------Pagination -------------------------------------------
========================================================================================*/
.page-numbers{
    font-family: "Source Sans Pro";
    font-size: 17px;
    padding-right: 15px;
    text-transform: uppercase
}
.page-numbers.current{
    width: 20px;
    height: 6px;
    background: #f78500;
    color: white;
    text-align: center;
    padding: 7px;
    margin-right: 10px;
}
a.page-numbers{
    width: 20px;
    height: 6px;
    background: #13a64a;
    color: white;
    text-align: center;
    padding: 7px;
    margin-right: 10px;
    text-decoration: none
}



/*========================================================================================
------------------------------------ New blog layout -------------------------------------
========================================================================================*/
#advisory.newbloglayout {
    background: white;
}
.container-fluid.mainpostpage:after{
    content: '';
    display: block;
    width: 100%;
    height: 15px;
    border-bottom: 1px solid rgb(221,221,221);
    margin-left: 15px;
    margin-bottom: 10px;
}
.cd-gallery.blogpage h2{
    font-family: 'Raleway', sans-serif;
    margin-top: 0;
    font-size: 20px;
}
.cd-gallery.blogpage h3{
    font-family:"Source Sans Pro";
    margin-top: 0;
    font-size: 18px;
}
.cd-gallery.blogpage h4{
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    margin-top: -5px;
}
.cd-gallery.blogpage h4 a{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: rgb(0,115,34);
    font-size: 17px;
}
.cd-gallery.blogpage li{
    width: 100%;
}

#sidebar li {
    background: rgb(0,115,34);
    padding: 10px;
    margin-bottom: 1px;
    opacity: .8;
}
#sidebar h3{margin-top: 15px;}
#sidebar li a{
    color: white;
}
.blogpostdetails .col-sm-8,
.blogpostdetails .col-sm-3,
.blogpostdetails .col-sm-5{
    padding:0;
}
.blogpostdetails .col-sm-3 h2{
    font-size: 18px;
    margin-left: -32px;
}
.blogpostdetails .col-sm-3 h2.blog-inner-date{
    margin-top: 15px;
    margin-left: -72px;
}
/*========================================================================================
------------------------------------ Media queries ---------------------------------------
========================================================================================*/


@media only screen and (max-width: 1386px) {
    .nav > li {
        padding-right: 0
    }
}

@media only screen and (max-width: 1509px) {
    #aboutzawadiwrapper {
        margin-top: -10px
    }
}
@media only screen and (max-width: 1491px) {
    .zawadiwrapper {
        padding: 0px 30px
    }
    .socialtop {
        padding: 0px 30px
    }
    #about, #advisory, #objectives, #goals {
        margin: 0px 45px;
    }
    #missionvision, #statistics, #statisticsmap {
        margin: 0px 45px;
    }
    #corevalues {
        margin: 0px 45px;
    }
    .cd-main-content {
        padding: 0px 175px;
    }
}

@media only screen and (max-width: 1300px) {
    .zawadiwrapper {
        padding: 0px 30px
    }
    .socialtop {
        padding: 0px 30px
    }
    .nav > li {
        font-size: 12px;
    }
    #aboutzawadiwrapper {
        margin-top: -25px;
    }
}

@media only screen and (max-width: 1369px) {
    #about, #advisory, #objectives, #goals {
        margin: 0px 45px;
    }
    #missionvision, #statistics, #statisticsmap {
        margin: 0px 45px;
    }
    #corevalues {
        margin: 0px 45px;
    }
}
@media only screen and (max-width: 1467px) {
    .nav > li {
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .logomobile{
        display: table;
        margin: 10px auto;
    }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
@media only screen and (max-width: 1210px) {
    #aboutzawadiwrapper {
        margin-top: 0px;
    }
    #zawadistories {
        padding: 10px 10px;
    }
    #zawadistories h2 {
        font-size: 23px;
    }
    #zawadistories h1 {
        font-size: 20px;
    }
    #zawadiblog {
        padding: 10px 25px;
    }
    #partnersdonors {
        padding: 10px 20px;
    }
    #footerwrapper {
        padding: 20px 10px;
    }
    
    
}
@media only screen and (max-width: 1210px) {
    #aboutzawadiwrapper {
        margin-left: 0
    }
    .slidewrapper h1 {
        font-size: 30px;
    }
    #aboutzawadiwrapper {
        padding:0
    }
    .readmore {
        float: right;
        margin-top: -60px;
        margin-right: 150px;
    }
}
@media only screen and (max-width: 876px) {
    .slidewrapper p {
        font-size: 14px;
    }
    #aboutzawadiwrapper h1 {
        font-size: 22px;
    }
    #aboutzawadiwrapper {
        border-top: 0px solid
    }
    #aboutzawadiwrapper p {
        font-size: 14px;
        padding-top: 0;
        line-height: 1.7em;
    }
    #stats {
        padding: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .navbar-toggle {
        margin-top: -50px;
    }
    .carousel-control.left, .carousel-control.right{
        display: none;
    }
    .nav > li {
        padding-top: 0;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 0;
    }
    .eligibility li {
        padding-right: 0;
    }
    #corevalues {
        padding: 0px;
    }
    .faqcontactbtn {
        width: 100%;
        margin-bottom: 15px
    }
    .faqcontact {
        font-size: 25px;
        padding-top: 0;
        text-align: center;
    }
    #corevalues .panel-heading h4 {
        font-size: 18px;
    }
    #downloadform {
        width: 100%;
    }
    .postswrapper {
        padding: 0
    }
    .postdetails {
        padding-top: 0;
        padding-left: 0
    }
    .blogauthor {
        padding-left: 0;
        padding-bottom: 0;
    }
    .nextarticle {
        padding-left: 0
    }
    .previousarticle {
        padding-left: 0;
    }
}
@media only screen and (max-width: 765px) {
    .story, .story2 {
        margin-top: -10px
    }
}
@media only screen and (max-width: 1131px) {
    #about h2, #advisory h2, #objectives h2 {
        font-size: 24px;
    }
    .zawadiwrapper {
        padding: 0px
    }
    #about, #advisory, #objectives, #goals {
        margin: 0px 15px;
        padding: 10px 20px;
    }
    #missionvision, #statistics, #statisticsmap {
        margin: 0px 15px;
        padding: 0px 20px 10px;
    }
    #corevalues {
        margin: 0px 15px;
    }
    .cd-main-content {
        padding: 0px 15px;
    }
}
@media only screen and (max-width: 943px) {
    .slidewrapper h1.bannertext {
        text-align: center;
        font-size: 28px;
        padding-top: 0px;
    }
    #missionvision p {
        font-size: 25px;
        width: 100%;
    }
}
@media only screen and (max-width: 854px) {
    #blogpost {
        margin: 0;
    }
    #advisory h1.posts.date:after{
        display: none;
    }
    #home img {
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 695px) {
    .section_menus li {
        display:block;
        padding-right: 0
    }
    .nav-tabs.catfilters > li {
        display: block;
    }
}
@media only screen and (max-width: 1160px) {
    .impactpic1 {
        margin-top: 0
    }
    #about h2, #advisory h2, #objectives h2 {
        font-size: 26px;
    }
    .impacttextwhite {
        min-height: 0
    }
    .textheight {
        min-height: 0
    }
    .impacttextblack p, .impacttextwhite p {
        line-height: 1.5em;
    }
    .impacttextblack h2, .impacttextwhite h2 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1001px) {
    .impacttextblack{
        padding: 10px;
        background: #FFF none repeat scroll 0% 0%;
        color: #343333;
    }
    .impacttextwhite {
        padding: 10px;
    }
    #goals h1 {
        margin-top: 0
}
@media only screen and (max-width: 480px) {
    .slidewrapper h1.bannertext {
        font-size: 18px;
    }
}

@media (min-width: 1920px){
    #aboutzawadiwrapper {
        margin-top: -30px;
        padding: 42px;
    }
    #zawadistories {margin-top: -1px;}
    #stats h1 {margin-left: -30px;}
}

