@charset "utf-8";

/* CSS Document */

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    width: 100%;
}
.image-mar {
   
    text-align: center;
    margin: 0 auto;
    display: block;
}
.marqu-text {
    color: #1F497D;
    font-weight: 800;
    font-size: 17px;
    text-align: center;
}
.marqu-org {
    color: #f06f24;
    text-transform: uppercase;
}
.afro-prsen{
     width: 100%;
    background-size: cover;
    background: url(../image/prsen.jpg);
    height: 305px;
    position: relative;
    background-repeat: round;
}

.training-banner{
    width: 100%;
    background-size: cover;
    background: url(../image/training-banner.jpg);
    height: 305px;
    position: relative;
    background-repeat: round;
}

.meeting-banner{
    width: 100%;
    background-size: cover;
    background: url(../image/meeting.jpg);
    height: 305px;
    position: relative;
    background-repeat: round;
}

.comm-banner{
    width: 100%;
    background-size: cover;
    background: url(../image/comm.jpg);
    height: 305px;
    position: relative;
    background-repeat: round;}

.pro-banner{
    width: 100%;
    background-size: cover;
    background: url(../image/pro-banner.jpg);
    height: 305px;
    position: relative;
    background-repeat: round;}

.megha-banner{
     width: 100%;
    background-size: cover;
    background: url(../image/megha-banner.png);
    height: 305px;
    position: relative;
    background-repeat: round;}

/*global css*/

/* *{
    margin:0;
     padding:0;
     border:none;
     transition:0.5s;
}
*/

p {
    /*margin: 0 0 10px;*/
    color: #000;
    font-size: 15px;
}


 body{
    /* margin:0;
     padding:0;*/
     font-size:15px;
     width: 100%
}

 ul{
     margin:0;
}

 ul, li {
    /*list-style:none;*/
     color:black;
     font-family: 'Roboto', sans-serif;
     font-size: 15px;

}


 a{
     color:black;
     text-decoration:none;
     outline:none;
     border:none;
     font-family: 'Roboto', sans-serif;
     font-size: 15px;

}

 a:hover{
     text-decoration:none;
}

 a:focus{
    outline: none;}


 h1, h2, h3, h4, h5, h6, p, input, select{
     font-weight:400;
     /*text-transform:capitalize;*/
     font-family: 'Roboto', sans-serif;
     /*letter-spacing: 0.5px;*/
}
















.divofcontctform form.afro_contactform input#submitbtn {
    background: #20497d;
    width: 19%;
    border: none;
    border-radius: 100px;
    text-align: center;
    margin: 0 auto;
    display: block;
    height: 31px;
    color: white;
    padding-top: 6px;
    letter-spacing: 1px;
    font-size: 15px;
        margin-top: 20px;
}

.backgrndimage-wedeliver.slide h2 {
    letter-spacing: 2px;
}


.activelinks a{border-radius: 0px !important;}

.divofcontctform form.afro_contactform input#submitbtn:focus {
    outline: none;
}
.footer_slidermain-projctpg {
    margin-top: 40px;
    margin-bottom: 40px;
}

div#fullname1 {
    position: relative;
    color: red;
    bottom: 6px;
}
div#email1 {
    position: relative;
    bottom: 7px;
    color: red;
}

div#phoneno1 {
    position: relative;
    bottom: 6px;
    color: red;
}

.textfimgvision p a button {
    background: #1f497d;
    border: none;
    border-radius: 100px;
    padding: 8px;
    width: 22%;
    height: 37px;
    padding-top: 9px;
    color: white;
    margin-bottom: 11px;
}

.projctcntnt-first li a button {
    background: #1f497d;
    border: none;
    border-radius: 100px;
    padding: 8px;
    width: 22%;
    height: 37px;
    padding-top: 9px;
    color: white;
}

.projctcntnt-first li a button:focus{
    outline: none;
}

.textfimgvision p a button:focus{
    outline: none;
}

.textfimgvision  a {
    text-decoration: underline;
    letter-spacing: 1px;
    padding-left: 2px;
        font-weight: 500;
        color: #1f497d;
}

.textfimgvision p {
    margin-bottom: 3px;
}
.access-state-cntnt p a {
        text-decoration: underline;
    letter-spacing: 1px;
    padding-left: 2px;
    font-weight: 500;
    color: white;
    font-size: 19px;
}


.footer_slidermain-projctpg div#myCarousel a.left.carousel-control {
    padding-top: 83px;
        position: absolute;
    left: -24px;
}
.footer_slidermain-projctpg div#myCarousel a.right.carousel-control {
    padding-top: 83px;
        position: absolute;
    right: -24px;
}

/*home page slider */
/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
/*    height: 70vh;*/
}
.fade-carousel .carousel-inner .item {
    height: auto;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.hero hgroup h2 {
    font-size: 50px;
    font-weight: 800;
     font-family: 'Roboto', sans-serif;
}
.hero hgroup p {
    color: white;
    font-size: 22px;
     font-family: 'Roboto', sans-serif;
}


.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 1s all ease-in-out .1s;
       -moz-transition: 1s all ease-in-out .1s; 
        -ms-transition: 1s all ease-in-out .1s; 
         -o-transition: 1s all ease-in-out .1s; 
            transition: 1s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 1s all ease-in-out .1s;
       -moz-transition: 1s all ease-in-out .1s; 
        -ms-transition: 1s all ease-in-out .1s; 
         -o-transition: 1s all ease-in-out .1s; 
            transition: 1s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
/*.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}*/


.carousel-indicators {
    position: absolute;
    z-index: 15;
    width: 60%;
    padding-left: 0;
   
    text-align: center;
    list-style: none;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    list-style-type: none;
    bottom: 3em;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,.fade-carousel .slides .slide-4,.fade-carousel .slides .slide-5,.fade-carousel .slides .slide-6
,.fade-carousel .slides .slide-7 {
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../image/amit.jpg); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(../image/nut.jpg);
}
.fade-carousel .slides .slide-3 {
  background-image: url(../image/women-4.jpg);
}

.fade-carousel .slides .slide-4 {
  background-image: url(../image/ban5.jpg);
}

.fade-carousel .slides .slide-5 {
  background-image: url(../image/ban6.jpg);
}

.fade-carousel .slides .slide-6 {
  background-image: url(../image/ban9.jpg);
}

.fade-carousel .slides .slide-7 {
  background-image: url(../image/ban7.jpg);
}




/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}



/*Close*/








/*Css*/



.topicons_main {
    background: #1f497d;
    padding: 8px;
}

.teltop_main a {
    color: white;
    font-size: 15px;
    padding-right: 15px;
    font-family: 'Roboto', sans-serif;
}


.teltop_main a i {
    padding-right: 12px;
    font-size: 20px;
    position: relative;
    top: 2px;
}
ul.sublist {
    margin-top: 15px;
}


.teltop_right {
    float: right;
}


.teltop_right i {
    color: #1f497b;
    background: white;
    padding: 5px 6px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    font-size: 15px;
}



.header_logo a img {
    /*height: 100px;*/
}

.headermenu_main {
    padding-top: 4px;
}


.container.fff1 {
    padding-left: 0px;
}


.col-xs-12.col-sm-2.col-md-2.ffft {
    padding-left: 10px;
}




/*header*/

ul.nav.navbar-nav {
    float: right;
}

.navbar-inverse {
    background-color: unset !important;
    border-color: unset !important;
    border: 0px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #0162af;
    background-color: unset !important;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 13px !important;
}
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #0061ae;
}


.navbar-inverse .navbar-nav > li > a {
    color: #000;
    font-weight: 500;
    font-size: 15px;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #0061ae;   
}

.logo-area img {
    width: 70%;
}

.header-area {
    padding: 10px 0px;
}

ul.nav.navbar-nav {
    margin-top: 20px;
}

li.cont a:before {
    display: none;
}

/*ul.nav.navbar-nav li a:before {
    content: '';
    width: 1px;
    height: 20px;
    background: #222;
    position: absolute;
    right: 0px;
    top: 10px;
}*/



.navigation_menu {
    margin-top: 9px;
}
/*close*/



.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: unset !important;
}
.navbar-inverse {
    background-color: unset !important;
    border-color: unset !important;
}



/*Footer*/
.ourntwrk_headng {
    padding-top: 10px;
}





.ourntwrk_headng h2 {
    text-align: center;
    font-size: 35px;
    letter-spacing: 2px;
    color: #1f497d;
    font-weight: 700;
    position: relative;
}



.ourntwrk_headng h2:after {
    position: absolute;
    content: '';
    background: #1f497d;
    height: 2px;
    width: 65px;
    left: 0px;
    right: 0px;
    text-align: center;
    margin: 0 auto;
    top: 45px;
}

/*Close*/

/*Footer Slider*/



.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
background: #707070;
}



.lookto_main {

    background: #1f497d;
    text-align: center;
}

.lookto_contri {
    padding-top: 12px;
    display: inline-flex;
}

.thumbnail {
  display: block;
  padding: 0px !important;
  margin-bottom: 0px !important;
  line-height: 0px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 0;
  border: none;
  background-color: none;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2%;
    opacity: .5;
    font-size: 20px;
    color: black;
    text-align: center;
    text-shadow: none;
}
.carousel-control.left {
    background-image: none;
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: none;
}

.carousel-control {
  padding-top: 55px;
 /* width:5%;*/
}

.carousel-inner img {
    border: 1px solid #ccc;
    padding: 10px;
}





.footer_slidermain {
    margin-top: 25px;
    margin-bottom: 50px;
}

.footer_slidermain .carousel-inner .item.active a img {
    /*height: 200px !important;
    width: 200px !important;*/
   /* border-radius: 50%;*/
    text-align: center;
    margin: auto;
}


.lookto_contri p {
    color: white;
    padding-right: 30px;
    font-size: 25px;
        margin-top: 3px;
}


.lookto_contri {
    padding-top: 12px;
    text-align: center;
    margin: 0 auto;
    display: inline-flex;
    padding-bottom: 5px;
}



.lookto_contri .lookto_contribtn a button {
    background: white;
    border: none;
    padding: 10px;
    border-radius: 7px;
    font-size: 15px;
    width: 165px;
}


.footerarea_main {
    background: black;
}

.footer_logo img {
    text-align: center;
    margin: 0 auto;
    display: block;
        /*width: 100px;*/
    padding-top: 20px;
}

.footer_list ul li a {
    color: white !important;
    padding: 10px 68px !important;
}

.footer_media-main {
    background: black;
    padding-top: 25px;
    text-align: center;
    padding-bottom: 15px;
        border-bottom: 0.5px solid white;
}

.footer_media i {
    background: #1f497d;
    color: white;
    padding: 5px 3px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    font-size: 15px;
    text-align: center;
}

.footer_signature {
    background: black;
    text-align: center;
       /* border-top: 0.5px solid white;*/
}

.footer_signature p {
    color: white;
    padding-top: 15px;
    padding-left: 56px;
}

.footer_signature p>a {
    color: white;
}



/*home pg css*/
.divofimgvision {
    background: #f4f4f4;
}

.divmission {
    background: #f4f4f4;
    display: inline-flex;
        height: 197px;
}


.divvision {
    background: #f4f4f4;
    display: inline-flex;
    /*height: 171px;*/
}

.textfimgvision h3 {
    color: #1f497d;
    font-weight: 500;
    position: relative;
}
.textfimgmission h3 {
  color: #1f497d;
    font-weight: 500;
    position: relative;
}


.textfimgvision h3:after {
    content: '';
    position: absolute;
    background: #1f497d;
    height: 2px;
    width: 46px;
    top: 12px;
    right: 0px;
    left: 0px;
    margin: 0 auto;
}

.textfimgmission h3:after {
    content: '';
    position: absolute;
    background: #1f497d;
    height: 2px;
    width: 46px;
    top: 12px;
    right: 0px;
    left: 0px;
    margin: 0 auto;
}

.divofvismisson {
    margin-top: 20px;
    margin-bottom: 25px;
}

.headingofwhat h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    color: #1f497d;
    position: relative;
}

.headingofwhat h3:after {
    content: '';
    position: absolute;
    background: #1f497d;
    width: 65px;
    height: 2px;
    text-align: center;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    top: 48px;
}


.txtofwhat p span {
    color: #1f497d;
    font-weight: 500;
}

/*.divofvismisson {
    margin-top: 45px;
}
*/
.txtofwhat p {
    padding-top: 25px;
    color: #797a7c;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
}
.txtofbringng p {
    color: #797a7c;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
}

.txtoffaclatng p {
    color: #797a7c;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
}
.divofbringing {
    display: inline-flex;
}

.txtofbringng {
    padding-left: 25px;
}

.txtofbringng h4 {
    font-weight: 500;
    font-size: 17px;
    color: #000000;
    letter-spacing: 0.5px;
}

.divoffaciilating {
    display: inline-flex;
}

.txtoffaclatng {
  padding-left: 25px;
}

.txtoffaclatng h4 {
   font-weight: 500;
    font-size: 17px;
    color: #000000;
    letter-spacing: 0.5px;
}

.divofbringimg img {
    height: 55px;
    position: relative;
    top: 10px;
}
.divoffacltimg img {
   height: 55px;
    position: relative;
    top: 10px;
        background: #1f497d;
    padding: 9px;
    border-radius: 100px;
}
.bringinstdiv {
    margin-top: 25px;
}


.socioeconomicdiv {
    margin-top: 50px;
    background: #f4f4f4;
    margin-bottom: 25px;
}

.imgdivofsocioecnomic img {
    width: 100%;
}

.divofsocioecnomic {
   /* position: relative;
    top: 50%;*/
    transform: translate(0px, 75px);
}
.divofsocioecnomic h3 {
    color: #1f497d;
    font-weight: 500;
        padding-bottom: 10px;
}


.divofsocioecnomic p span {
    color: #1f497d;
    font-weight: 500;
    font-size: 16px;
}



.divofsocioecnomic a button {
    background: #1f497d;
    border: none;
    border-radius: 100px;
    padding: 8px;
    width: 22%;
    height: 37px;
    padding-top: 9px;

}



.servicespg_contnmain {
    padding-top: 50px;
    padding-bottom: 20px;
}




/*Close*/




/*Services page*/

.servicepg_cnntn1 p {
    margin-bottom: 20px;
}
.servicepg_cnntn1 ul li i {
    padding-right: 15px;
    color: #8c8c8c;
    font-size: 22px;
        position: relative;
    top: 4px;
}


.servicepg_cnntn1 ul li {
    padding-bottom: 8px;
}


.servicepg_cnntn1 ul {
    margin-bottom: 20px;
}

.servicepg_cnntn2 h3 {
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 15px;
}
.servicepg_cnntn2 ul li i {
    padding-right: 15px;
    color: #8c8c8c;
    font-size: 22px;
        position: relative;
    top: 4px;
}
.servicepg_cnntn2 ul li {
    padding-bottom: 8px;
}

.servicepg_cnntn2 ul {
    padding-bottom: 22px;
}

.servicepg_cnntn2 p {
    margin-bottom: 15px;
}
.servicepg_cnntn3 ul li i {
    padding-right: 15px;
    color: #8c8c8c;
    font-size: 22px;
        position: relative;
    top: 4px;
}

.servicepg_cnntn3 ul li{
  padding-bottom: 8px;
      position: relative;
    top: 4px;
}


.backgrndimage_service {
  width: 100%;
   background-size: cover;
    background:url(../image/servicebannrimg.jpg);
                height: 305px;
                    /*background-repeat: no-repeat;*/
}




.servicebannr_title h2 {
    position: relative;
    top: 0px;
    transform: translate(0px, 100px);
    left: 40%;
    color: white;
    text-transform: uppercase;
    font-size: 51px;
    font-weight: 600;
}



.backgrndimage_project {
  width: 100%;
   background-size: cover;
    background:url(../image/projectbannr.png);
                height: 305px;
                   /* background-repeat: no-repeat;*/
                       background-repeat: round;
}

.backgrndimage-contactpage {
  width: 100%;
   background-size: cover;
    background:url(../image/banner-5cn.jpg);
                height: 305px;
                   /* background-repeat: no-repeat;*/
                       background-repeat: round;
}



.projectbannr_title h2 {
    position: relative;
    top: 0px;
    transform: translate(25%, 100px);
        left: 0px;
    color: white;
    text-transform: uppercase;
    font-size: 51px;
    font-weight: 600;
}

.projectbannr_title h2 img {
    height: 50px;
    margin-right: 10px;
    position: relative;
    bottom: 3px;
}


/*Close*/



/*Strategic page*/
.backgrndimage_strategic {
  width: 100%;
   background-size: cover;
    background:url(../image/strategicbannr.png);
                height: 305px;
                    background-repeat: round;
}


.startegicbannr_title h2 {
        position: relative;
    top: 0px;
    transform: translate(8.2%, 100px);
    color: white;
    text-transform: uppercase;
    font-size: 51px;
    font-weight: 600;
}

.startegicbannr_title h2 img {
    height: 50px;
    margin-right: 10px;
    position: relative;
    bottom: 6px;
}

.socioecnomic_strategic h3 {
    text-transform: uppercase;
    color: #1f497d;
    font-weight: 500;
}
.strategicmaincntnt_div {
    padding-top: 35px;
    padding-bottom: 20px;
}

.socioecnomic_strategicdifft p i {
    padding-right: 15px;
    color: #8c8c8c;
    font-size: 22px;
    position: relative;
    top: 4px;
}


.socioecnomic_strategic p {
    margin-top: 20px;
    margin-bottom: 15px;
}



/*Close*/



/*Service page*/
.servicebannr_title h2 img {
    height: 50px;
    margin-right: 10px;
    position: relative;
    bottom: 3px;
}

.service-content-main {
    padding-top: 40px;
}

.buliding-livelihood h2 {
    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 0px;
  position: relative;
      color: black;
}

.buliding-livelihood-content p {
    color: #797a7c;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
}
.buliding-livelihood h2:after {
    content: '';
    position: absolute;
    background: #1f497d;
    width: 32%;
    height: 3px;
    left: 0px;
    right: 0px;
    text-align: center;
    margin: 0 auto;
    display: block;
    bottom: -12px;
}

.widening-main {
    margin-top: 50px;
}

.widening-content p img {
    height: 29px;
    padding-right: 20px;
    margin-bottom: 10px;
    position: relative;
    top: 4px;
        width: 51px;
}
.widening-content p {
    color: #58595b;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 500;
    display: table-row;
    padding-bottom: 10px;
        margin-bottom: 0px;
}

.widening-content span {
    display: block;
    color: #797a7c;
    letter-spacing: 0.5px;
        margin-bottom: 30px;
            font-size: 15px;
            margin-top: 10px;

}

.wedesign-title-main {
    background: #1f497d;
    text-align: center;
}

.wedesign-cntnt-headng h2 {
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px;
}

.wedesign-content {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 50px;
}
.wedesign-content p {
    color: #1f497d;
    font-size: 22px;
    letter-spacing: 0.5px;
}

.webelive-content p {
    color: #797a7c;
    padding-bottom: 15px;
    letter-spacing: 1px;
}

.buliding-livelihood-content {
    padding-left: 20px;
}
/*close*/


/*Project page css*/


.project-contnt-main {
    margin-top: 40px;
}

.projctcntnt-first ul li {
    color: #797a7c;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
}
.projct-img-cntnt {
    margin-top: 40px;
    background: #e8ecf2;
    padding: 20px;
}



.projctwith_imgs p {
    color: #58595b;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 0px;
        display: inline-flex;
}




.projctwith_imgs p img {
    height: 29px;
    padding-right: 20px;
    margin-bottom: 10px;
        width: 57px;
}


.image-sectn-main {
    margin-top: 50px;
    margin-bottom: 50px;
}


.img-sectn-first img {
    width: 100%;
}

.access-state-main {
    background: #1f497d;
}

.access-state-cntnt p {
    color: white;
    font-size: 19px;
    letter-spacing: 0.5px;
}


.access-state-cntnt {
    padding-top: 10px;
}
.projct-last-main {
    margin-top: 50px;
    margin-bottom: 20px;
}


.program-advisr-last ul li {
    color: #797a7c;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
}






.buliding-livelihood1 h2 {
    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 0px;
    position: relative;
    color: black;
}

.buliding-livelihood1 h2:after {
    content: '';
    position: absolute;
    background: #1f497d;
    width: 32%;
    height: 3px;
    left: 0px;
    right: 0px;
    text-align: center;
    margin: 0 auto;
    display: block;
    bottom: -12px;
}

.buliding-livelihood-content1 p {
    color: #797a7c;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
    padding-top: 2px;
}

.socio-ecnomic-main {
    padding-top: 40px;
}

.enterprises-main {
    background: #1f497d;
    text-align: center;
}

.enterprises-main-title h2 {
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px;
}

.enterprises-main {
    background: #1f497d;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.susibale-growth-para p {
    color: #797a7c;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
}

.susibale-training-para p img {
    height: 29px;
    padding-right: 20px;
    margin-bottom: 10px;
        width: 53px;
}

.susibale-training-para p {
    color: #58595b;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 500;
    display: inline-flex;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.susibale-growth-lastpara p {
    color: #797a7c;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
}

.ploicy-publication-main {
    margin-top: 30px;
    background: #e4e9ef;
    padding: 30px;
}

.ploicy-publication-main {
    margin-top: 30px;
    background: #e4e9ef;
}

.skill-dvlpmnt-main {
    background: #1f497d;
    text-align: center;
        margin-top: 30px;
    margin-bottom: 30px;
}

.skill-dvlpmnt-title h2 {
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px;
}

.offrng-best-cntnt p img {
    height: 29px;
    padding-right: 20px;
    position: relative;
    top: 4px;

}

.offrng-best-cntnt p {
    color: #58595b;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 500;
    display: inline-flex;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.contactform-main {
    margin-top: 30px;
    margin-bottom: 50px;
}


.divofcontctform h2 {
    text-transform: uppercase;
    font-size: 30px;
    color: #1f497d;
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
}

.divofcontctform h2:after {
    content: '';
    position: absolute;
    background: #1f497d;
    height: 3px;
    width: 9%;
    left: 0px;
    top: 42px;
}

.divofcontctform p {
    margin-top: 50px;
}

.divofcontctform p {
    color: #58595b;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
    margin-top: 50px;
    font-weight: 500;
    font-size: 18px;
}

.divofcontctform form.afro_contactform input {
    background: #f5f5f5;
    padding: 10px;
    font-size: 13px;
    padding-left: 10px;
    width: 100%;
    height: 48px;
        margin-bottom: 15px;
            border: none;
    border-radius: 7px;
}
.divofcontctform form.afro_contactform textarea#subject {
    background: #f5f5f5;
    width: 100%;
    padding-top: 20px;
        border: none;
    border-radius: 7px;
    padding-left: 10px;
        height: 125px;
}
.divofcontctform form.afro_contactform button {
    background: #45494c;
    color: white;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    height: 31px;
    width: 15%;
    border-radius: 100px;
}

.divofcontctform form.afro_contactform ::placeholder {
    color: #58595b;
}

.registrdcontent h2 {
    text-transform: uppercase;
    font-size: 30px;
    color: #1f497d;
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
}
.registrdcontent h2:after {
    content: '';
    position: absolute;
    background: #1f497d;
    height: 3px;
    width: 17%;
    left: 0px;
    top: 42px;
}

.registrdcontent h3 {
    margin-top: 49px;
    font-size: 22px;
    color: #1f497d;
    letter-spacing: 1px;
}

.registrdcontent p {
    color: #797a7c;
    padding-left: 21px;
}
.registrdmedia-cntncpg h3 i {
    color: #1f497d;
    font-size: 18px;
    padding-right: 8px;
}

.registrdmedia-cntncpg h3 a {
    color: #797a7c;
}

.teampgcntnt_main {
    margin-bottom: 30px;
    margin-top: 50px;
}

.coteam-cntnt-main {
    margin-top: 30px;
    margin-bottom: 20px;
}

.besideimg_cntnt h3 {
    font-size: 22px;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #1f497d;
}
.besideimg_cntnt p {
    color: #797a7c;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
}
.teampg_imgs1 img {
    padding-top: 20px;
}

.teampg_imgs2 img {
    padding-top: 20px;
    float: right;
}

.navbar-nav > li > .dropdown-menu {
       box-shadow: 0px 0px 6px #93939373 !important;
    width: 200px;
    border-radius: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border: 0px;
    padding-bottom: 0px;
        margin-top: 31px;
}

.dropdown-menu > li > a {
    padding: 7px 8px;
    border-bottom: 1px solid #cccc;
        width: 100%;
}

.dropdown-menu > li > a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #1f497d;
}

ul.team-drop li a {
    width: 100% !important;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    padding: 7px 9px;
}
.carousel-control:hover, .carousel-control:focus {
    color: #000;
}

ul.team-drop li {
    list-style: none;
    padding-bottom: 0px;
}

li.drop-team:hover ul.team-drop {
    display: block;
    position: absolute;
    background: #fff;
    left: 13em;
    width: 165px;
}
ul.team-drop {
    display: none;
    padding-left: 0px;
}
li.drop-team i.fa.fa-caret-right {
    display: none;
}

ul.team-drop li a:hover {
    background: #1f497d;
    color: #fff;
}

li.drop-team {
    width: 100% !important;
}

.backgrndimage-wedeliver{
    width: 100%;
    background-size: cover;
    background: url(../image/projectbannr.png);
    height: 305px;
    position: relative;
        background-repeat: round;
}
 
.wedeliver_title h2 {
    position: relative;
    top: 0px;
    transform: translate(0%, 115px);
    color: white;
    text-transform: uppercase;
    font-size: 51px;
    font-weight: 600;
    margin: 0PX;
    text-align: center;
}

.wedeliver_title h2 img {
    height: 50px;
    margin-right: 10px;
    position: relative;
}

.hoolistic-img img {
    width: 100%;
}
.holistic-main {
    margin-top: 50px;
}

.holistic-cntnt-para ul li {
    color: #797a7c;
    letter-spacing: 0.5px;
    padding-bottom: 20px;
}

.weservice-solutions-main {
    margin-bottom: 20px;
    margin-top: 40px;
}

.solution-content p img {
    height: 29px;
    padding-right: 20px;
}

.solution-content p {
    color: #58595b;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 500;
    padding-bottom: 10px;
    display: inline-flex;
        margin-bottom: 10px;
}

.hoolistic-img {
    margin-right: 20px;
}


.backgrndimage-organisaton {
    width: 100%;
    background-size: cover;
    background: url(../image/organistntbannr.png);
    height: 305px;
        background-repeat: round;
}

.organisaton_title h2 {
    position: relative;
    top: 0px;
    transform: translate(28%, 100px);
    color: white;
    text-transform: uppercase;
    font-size: 51px;
    font-weight: 600;
}

.organisaton_title h2 img {
    height: 50px;
    margin-right: 10px;
    position: relative;
    bottom: 4px;
}

.organisaton-main-cntnt {
    margin-top: 30px;
}

.organistn-inspection p {
    color: #797a7c;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.organistn-ent-imgs p img {
    height: 29px;
    padding-right: 20px;
    margin-bottom: 10px;
        width: 59px;
}

.organistn-ent-imgs p {
    color: #58595b;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 500;
    display: inline-flex;
}

.organistnpg-expertise-main {
    background: #1f497d;
    text-align: center;
        margin-top: 20px;
}

.ourexpertise-cntnt h2 {
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px;
    text-transform: uppercase;
}

.ourexpertise-cntnt p {
    color: white;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.sustainable-human-main {
    margin-top: 30px;
    margin-bottom: 5px;
}
/*.sustainable-human-cntnt h3 {
    color: #1f497d;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 500;
}*/

.sustainable-human-cntnt ul li {
    color: #1f497d;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 500;
    padding-bottom: 10px;
}

.sustainable-human-cntnt p {
        color: #797a7c;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
    padding-left: 39px;
}




.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
   /* border-radius: 100px;*/
    color: #fff;
    background-color: #20497d !important;
}




















/*responsive*/


@media only screen and (max-width: 667px) {

  .teltop_main a i {
        font-size: 17px;
        padding-bottom: 12px;
}

.teltop_main a {
    font-size: 12px;
}

.teltop_right {
    padding-top: 13px;
}


.textfimgvision h3:after {
    display: none;
}



.textfimgmission h3:after {
    display: none;
}



.divmission {
    margin-top: 20px;
}

.divofsocioecnomic {
    transform: translate(0px, -13px);
}
.footer_list {
    text-align: center;
    margin: 0 auto;
    display: grid;
}


.divofsocioecnomic a button {
        width: 25%;
}


.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: black;
}

.footer_signature p {   
    padding-left: 0px;
}
.lookto_contri .lookto_contribtn a button {
    background: white;
    border: none;
    padding: 10px;
    border-radius: 7px;
    font-size: 15px;
    width: 130px;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
    background: #1f497d;
}


.navbar-inverse {
    padding-top: 14px;
}


.backgrndimage_service {
    background-size: contain;
    height: 88px;
}

.servicebannr_title h2 {
    transform: translate(29%, -3px);
    left: 0%;
    font-size: 21px;
}

.buliding-livelihood-content p {
    padding-top: 20px;
}

.widening-content p {
    display: inline-flex;
}


.wedesign-cntnt-headng h2 {
    font-size: 25px;
    line-height: 31px;
}


.wedesign-content p {
    font-size: 18px;
}

.backgrndimage_strategic {
    background-size: contain;
    height: 127px;
}


.startegicbannr_title h2 {
    transform: translate(33px, 6px);
    left: 0%;
    font-size: 21px;
}

.buliding-livelihood-content1 p {
    padding-top: 20px;
}

.enterprises-main-title h2 {
    font-size: 25px;
}


.susibale-growth-lastpara p {
    padding-top: 15px;
}
.skill-dvlpmnt-title h2 {
    font-size: 25px;
}


.offrng-best-cntnt p img {
    left: 8px;
}
.backgrndimage_project {
    background-size: contain;
    height: 124px;
}


.projectbannr_title h2 {
    transform: translate(11%, 18px);
    font-size: 21px;
}

.project-contnt-main {
    padding-left: 10px;
}


.projct-img-cntnt {
    padding: 21px 0px;
}



.img-sectn-first {
    margin-bottom: 10px;
}
.image-sectn-main {
    margin-top: 30px;
        margin-bottom: 30px;
}


.access-state-cntnt p {
    font-size: 15px;
    line-height: 21px;
}


.projct-last-main {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 10px;
}



.backgrndimage-contactpage {
    height: 130px;
}


.divofcontctform form.afro_contactform input {
    width: 100%;
    margin-bottom: 10px;
}



.divofcontctform form.afro_contactform button {
    width: 100%;
}

.registrdcontent {
    padding-top: 20px;
}

.backgrndimage-organisaton {
    background-size: contain;
    height: 127px;
}


.organisaton_title h2 {
    transform: translate(12%, 18px);
    font-size: 21px;
}

.buliding-livelihood-content {
    padding-left: 0px; 
}


.organistn-ent-imgs {
    margin-top: 20px;
}

.ourexpertise-cntnt h2 {
    font-size: 25px;
}

.sustainable-human-main {
    padding-left: 15px;
}

.backgrndimage-wedeliver {
    background-size: contain;
    height: 127px;
}

.wedeliver_title h2 {
    transform: translate(25%, 22px);
    font-size: 21px;
}

.holistic-cntnt-para {
    margin-top: 28px;
    padding-left: 15px;
}


.holistic-main {
    margin-top: 30px;
}

ul.team-drop {
     display: unset !important; 
}

li.drop-team {
    width: 60% !important;
}

div#myNavbar {
    border-top: none;
}
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3, .fade-carousel .slides .slide-4, .fade-carousel .slides .slide-5, .fade-carousel .slides .slide-6, .fade-carousel .slides .slide-7 {
    height: 160px;
}

.carousel-indicators {
    bottom: 0em;
}

.divofcontctform form.afro_contactform input#submitbtn {
    width: 100%;
}
.footer_slidermain-projctpg div#myCarousel a.left.carousel-control {
     padding-top: 55px; 
    position: absolute;
    left: -25px;
}

.footer_slidermain-projctpg div#myCarousel a.right.carousel-control {
     padding-top: 55px; 
    position: absolute;
    right: -14px;
}


}

















@media only screen and (max-width: 375px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: black;
}

ul.team-drop li a {
    width: 240px !important;
}
.lookto_contri p {
    color: white;
    padding-right: 30px;
    font-size: 18px;
    margin-top: 10px;
}

.teltop_main a i {
        font-size: 17px;
        padding-bottom: 12px;
}

.teltop_main a {
    font-size: 15px;
}

.teltop_right {
    padding-top: 0px;
    padding-bottom: 5px;
}
.teltop_right {
    float: unset;
}
.topicons_main {
    background: #1f497d;
    padding: 8px;
    text-align: center;
}

.textfimgvision h3:after {
	display: none;
}



.textfimgmission h3:after {
	display: none;
}



.divmission {
    margin-top: 20px;
}

.divofsocioecnomic {
    transform: translate(0px, -6px);
}



.divofsocioecnomic a button {
	    width: 25%;
}




.lookto_contri .lookto_contribtn a button {
    margin-top: 0px;
}


.footer_signature p {	
    padding-left: 0px;
}


.navbar-inverse .navbar-toggle {
    border-color: #333;
    background: #1f497d;

}
.headermenu_main {
    margin-bottom: 15px;
}
.lookto_contri .lookto_contribtn a button {
    background: white;
    border: none;
    padding: 10px;
    border-radius: 7px;
    font-size: 15px;
    width: 130px;
}
ul.nav.navbar-nav {
    margin-top: 38px;
}

.container.fff1 {
    padding-left: 15px;
}

.navbar-inverse .navbar-nav > li > a {
    border-bottom: 1px solid #ccc;
}
.navbar-inverse {
    padding-top: 0px;
}


.backgrndimage_service {
    background-size: contain;
    height: 88px;
}

.servicebannr_title h2 {
    transform: translate(29%, -3px);
    left: 0%;
    font-size: 21px;
}

.buliding-livelihood-content p {
    padding-top: 20px;
}

.widening-content p {
    display: inline-flex;
}


.wedesign-cntnt-headng h2 {
    font-size: 25px;
    line-height: 31px;
}


.wedesign-content p {
    font-size: 18px;
}

.backgrndimage_strategic {
    background-size: contain;
    height: 127px;
}


.startegicbannr_title h2 {
    transform: translate(33px, 6px);
    left: 0%;
    font-size: 21px;
}

.buliding-livelihood-content1 p {
    padding-top: 20px;
}

.enterprises-main-title h2 {
    font-size: 25px;
}


.susibale-growth-lastpara p {
    padding-top: 15px;
}
.skill-dvlpmnt-title h2 {
    font-size: 25px;
}


.offrng-best-cntnt p img {
    left: 8px;
}
.backgrndimage_project {
    background-size: contain;
    height: 124px;
}


.projectbannr_title h2 {
    transform: translate(11%, 18px);
    font-size: 21px;
}

.project-contnt-main {
    padding-left: 10px;
}


.projct-img-cntnt {
    padding: 21px 0px;
}



.img-sectn-first {
    margin-bottom: 10px;
}
.image-sectn-main {
    margin-top: 30px;
        margin-bottom: 30px;
}


.access-state-cntnt p {
    font-size: 15px;
    line-height: 21px;
}


.projct-last-main {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 10px;
}



.backgrndimage-contactpage {
    height: 130px;
}


.divofcontctform form.afro_contactform input {
    width: 100%;
    margin-bottom: 10px;
}



.divofcontctform form.afro_contactform button {
    width: 100%;
}

.registrdcontent {
    padding-top: 20px;
}

.backgrndimage-organisaton {
    background-size: contain;
    height: 127px;
}


.organisaton_title h2 {
    transform: translate(12%, 18px);
    font-size: 21px;
}

.buliding-livelihood-content {
    padding-left: 0px; 
}


.organistn-ent-imgs {
    margin-top: 20px;
}

.ourexpertise-cntnt h2 {
    font-size: 25px;
}

.sustainable-human-main {
    padding-left: 15px;
}

.backgrndimage-wedeliver {
    background-size: contain;
    height: 127px;
}

.wedeliver_title h2 {
    transform: translate(25%, 22px);
    font-size: 21px;
}

.holistic-cntnt-para {
    margin-top: 28px;
    padding-left: 15px;
}


.holistic-main {
    margin-top: 30px;
}

ul.team-drop {
     display: unset !important; 
}

li.drop-team {
    width: 60% !important;
}

div#myNavbar {
    border-top: none;
}
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3, .fade-carousel .slides .slide-4, .fade-carousel .slides .slide-5, .fade-carousel .slides .slide-6, .fade-carousel .slides .slide-7 {
    height: 160px;
}

.carousel-indicators {
    bottom: 0em;
}


.divofcontctform form.afro_contactform input#submitbtn {
    width: 100%;
}

.carousel-control {
    position: absolute;
    top: -43px;
    left: -20px;
    bottom: 0;
    width: 0%;
}
ul.nav.navbar-nav {
    float: unset;
}

.header_logo {
    position: absolute;
}

.navigation_menu {
    margin-top: 15px;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #1f497d;
}

.footer_slidermain-projctpg div#myCarousel a.left.carousel-control {
     padding-top: 55px; 
    position: absolute;
    left: -25px;
}

.footer_slidermain-projctpg div#myCarousel a.right.carousel-control {
     padding-top: 55px; 
    position: absolute;
    right: -14px;
}

}