/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/

*{
  box-sizing: border-box;
    -moz-box-sizing: border-box;
}



/* For devices larger than 768px */
@media (min-width: 501px) and (max-width: 768px) {



/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px; 
}

h1 { font-size: 3.0rem; line-height: 1.2em; letter-spacing: 0;  font-weight: 700; color: rgba(242,242,242,1); }
h2 { font-size: 2.4rem; line-height: 1.2em; letter-spacing: 0;  font-weight: 700; color: rgba(0,51,153,1); }
h3 { font-size: 2rem; line-height: 1.2em;  letter-spacing: 0; font-weight: 700; color: rgba(0,35,91,1); }
h4 { font-size: 1.8rem; line-height: 1.35em; letter-spacing: 0; font-weight: 700; }

h5 { font-size: 1.6rem; line-height: 1.35em; letter-spacing: 0; font-weight: 700; text-decoration: underline; }

h6 { font-size: 1.4rem; line-height: 1.6;  letter-spacing: 0; font-weight: 700; }

p.bold{
    font-weight: 500;
}




/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */


  .container {
    width: 100%;
    height: auto;
    background-color: rgba(250,250,250,1);
    display: block;
    clear: both;
    margin: 0;
    padding: 0 0 0 0;
}

  #innercont1{
    width: 100%;
    height:100vh;
    background-color: black ;
    display: block;
    clear: both;
    margin: 0 auto;
    position: relative;
}


  #hero70{
    width: 100%;
    height: 40vh;
    min-height: 400px;
    max-height: 550px;
    background-color: rgba(240,240,240,1);
    background-size: cover;
    background-position: center;
    display: block;
    clear: both;
    margin: 0 auto;
    position: relative;
}




  #innercont1b{
    width: 100%;
    height:80vh;
    background-color: black ;
    display: block;
    clear: both;
    margin: 0 auto;
    position: relative;
}

#grayfilter{
    display: block;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);

}


  .navbar{
    width: 80%;
    max-width: 1200px;
    height: 100px;
    background-color: transparent;
    display: block;
    clear: both;
    margin: 0 auto;
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    right: 0px;
  }


  .logo{
    width: 40%;
    max-width: 150px;
    height: 100%;
    background-color: ;
    display: block;
    clear: none;
    float: left;
    margin: 0 auto;
  }

  .logo > img{
    width: 100%;
    height: 100%;
    display: block;
    clear: none;
    margin: 0 auto;
  }



/* Mobile menu starts here */

#navMenuMobIcon{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 20;
    background-color: transparent;
    background-image: url(../images/hamburger-red.svg);
    
    transition: 0.5s all ease;

    background-size: 90% auto;
    background-position: center;
    background-repeat: no-repeat;
}

#navMenuMobIcon.open{
    width: 40px;
    height: 40px;
    position: fixed;
    top: 40px;
    right: 40px;
    z-index: 992;
    background-color: rgba(255,5,5,1);
    transition: 0.5s all ease;

    background-image: url(../images/closeIcon.svg);
    background-size: 60% auto;
    background-position: center;
    background-repeat: no-repeat;

}

#navMenuCont > p{
    color: rgba(255,147,30,1);
    font-weight: 500;
}


#navMenuMob{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    z-index: 21;
    transform: translateX(-100%);
    background-color: rgba(36,62,144,1);
    padding: 40px 40px 10px 20px;
    color: rgba(255,255,255,1);

    transition: 0.5s all ease;
}

#navMenuMob.open{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 21;
    transform: translateX(0);
    transition: 0.5s all ease;
}

#navMenuCont{
    width: 90%;
    height: auto;
    padding: 30px;
}

#navMenuContItems{
    display: block;
    clear: none;
    width: 100%;
    height: auto;
    padding: 10px 0;
}

#navMenuContItems > a{
    text-decoration: none !important;
}


#navMenuContItems >p{
    margin: 0;
    padding: 0;
}


/*Mobile menu ends here */




  .navmenu{
    width: 80%;
    height: 100%;
    background-color: transparent;
    display: none;
    clear: none;
    float: right;
    margin: 0 auto;
    text-align: right;

    padding: 4rem 0 4rem 0;
  }

.navmenuitems{
    display: inline;
    clear: none;
    width: auto;
    height: 40px;
    background-color: rgba(245,0,0,0);

    padding: 10px 21px;
    margin-left: 5px;
    border-radius: 25px;
    font-weight: 400;
    font-size: 14px;
    color: rgba(240,240,240,1);
}

.navmenuitems:hover{
    background-color: transparent;

        -webkit-box-shadow:inset 0px 0px 0px 2.7px rgba(245,0,0,1);
        -moz-box-shadow:inset 0px 0px 0px 2.7px rgba(245,0,0,1);
        box-shadow:inset 0px 0px 0px 2.7px rgba(245,0,0,1);

    color: rgba(245,0,0,1);
    margin-left: 5px;
}

.navmenuitems:active{
    background-color: transparent;

        -webkit-box-shadow:inset 0px 0px 0px 2.7px rgba(245,0,0,1);
        -moz-box-shadow:inset 0px 0px 0px 2.7px rgba(245,0,0,1);
        box-shadow:inset 0px 0px 0px 2.7px rgba(245,0,0,1);

    color: rgba(245,0,0,1);
    margin-left: 5px;
}


.navmenuitems >p{
    margin: 0;
}


  .navmenu li{
    font-size: 1.6rem;
    font-weight: 500;
    margin-left: 0px;
    list-style: none;
    display: inline-block;
    border: 2px transparent solid;
    border-radius: 30px 30px 30px 30px;
    padding: 7px 20px;
    color: rgba(242,242,242,1);
  }

  .navmenu li:hover{
    border: 2px red solid;
    transition: 2sec;
    border-radius: 30px 30px 30px 30px;
    font-weight: 600;
    color: red;
  }


.element{
    color:rgba(255,147,30,1);
}



.slider{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
  }

.slider:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    z-index: 7;
    width: 100%;
    height: 30vh;
    background-color: rgba(0,0,0,0);
    
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0.4)); /* For Safari */
    background: -o-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0.4)); /* For Opera */
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0.4)); /* For Firefox */
    background: linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0.4)); /* Standard */    
}



  .slideritems{
    width: 100%;
    height: 100vh;
    display: block;
    clear: none;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
}



/*
  .slider li{
    list-style: none;
    display: inline-block;
  }
*/



  .sliderinfocont{
    width: 100%;
    height: auto;
    background-color: rgba(0,0,0,0.5);
    display: block;
    clear: none;
    float: left;
    margin: 0 auto;
    padding: 20px 0 0 0;
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 0px;
    right: 0px;
  }


  .sliderinfocont p{
    color: rgba(242,242,242,1);
    margin: 20px 0 0 0;
}


#sliderinfo{
    width: 80%;
    max-width: 1200px;
    height: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
}

#outline{
    width: 103%;
    height: 100px;
    border: 4px red solid;
    position: absolute;
    top: 40px;
    left: -1.5%;
    right: 0;
    display: block;
    margin: 0 auto;
}


 #pager{
    display:block;
    padding: 5px 0;
    width: 100%;
    height: 30px;
    display: block;
    margin: 0 auto;
    clear: none;
    float: left;
    position: relative;
 }

 #pager a {
    width: 40px;
    height: 7px;
    font-size: 0px;
    background-color: white;
    display: inline-block;
    border-radius: 0; 
    margin-right: 10px;
    position: relative;
}

 #pager a.activeSlide {
    background-color: red;
}


  .innercont2{
    width: 100%;
    height: auto;
    background-color: transparent;
    display: block;
    clear: both;
    margin: 0 auto;

    padding: 50px 0 0 0;
}

  #abcont{
    width: 80%;
    max-width: 1200px;
    height: auto;
    padding: 0;
    background-color: ;
    display: block;
    clear: none;
    margin: 0 auto;
    padding: 20px 0 20px 0;
  }


h2{
    border-bottom: solid 1px rgba(0,51,153,1);
    padding: 10px 0;
}


.blurb{
    font-size: 21px;
    line-height: 1.2em;
    width: 75%;
    margin: 20px 0;
    color: rgba(232,7,7,1);
}


  #abcont{
    font-size: 16px;
    line-height: 2.4rem;
  }

  .topper{
    position: relative;
    bottom: -10px;
    left: -20px;
    background-color: red;
    height: 2px;
    width: 100px;
  }


  .dwn_btn {
    padding: 10px 30px;
    font-size: 15px;
    line-height: 1.8em;
    background-color: rgba(0,51,153,1);
    color: rgba(255,255,255,1);
    display: inline-block;
    margin: 10px;
    text-align: center;
  }

  .dwn_btn:hover{
    padding: 6px 26px;
    background-color: transparent;
    border: 4px solid rgba(0,51,153,1);
    color: rgba(0,51,153,1);
  }


  .dwn_btn:visited{
    padding: 6px 26px;
    font-size: 15px;
    line-height: 1.8em;
    background-color: transparent;
    border: 4px solid rgba(226,64,83,1);
    color: rgba(0,51,153,1);
    display: inline-block;
    margin-right: 10px;
    text-align: center;
  }


/*********** this is the slider container ***********/

  #abslidersection{
    width: 100%;
    background-color: rgba(229,234,245,1);
  }

  #abslider{
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;

    display: block;
    clear: none;
    margin: 0 auto;
    margin-bottom: 0;
    position: relative;
  }

/*********** this is the slider container ***********/


  #slidercont{
    width: 100%;
    height: 300px;
    padding: 0;
    background-color: transparent;
    overflow: hidden;

    display: block;
    clear: none;
    margin: 0 auto;
    position: relative;
  }

  .abslideritems > img{
    width: 100%;
    height: 100vh auto;
}


  .abslideritems{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    clear: none;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-clip: padding-box ;
}


  #abslider > p {
    position: relative;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
}



 #abpager{
    width: 200px;
    height: auto;
    background-color: transparent;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 20;
 }

 #abpager a {
    width: 40px;
    height: 7px;
    font-size: 0px;
    background-color: rgba(240,240,240,1);
    display: inline-block;
    border-radius: 0; 
    margin-right: 10px;
    position: relative;
}

 #abpager a.activeSlide {
    background-color: red;
}

#abSlide1{
    background-image: url(../images/_DSC8792.jpg);
    background-size: cover;
    background-position: center;
}


#abSlide2{
    background-image: url(../images/_DSC8844.jpg);
    background-size: cover;
    background-position: center;
}


#abSlide3{
    background-image: url(../images/_DSC8790.jpg);
    background-size: cover;
    background-position: center;
}





.consulthero{
    display: block;
    clear: none;
    float: left;
    width: 100%;
    height: 400px;
    background-color: rgba(240,240,240,1);
    margin: 30px 0;
}


.consulthero:before {
    content: "";
    width: 100%;
    display: block;
    height: 1px;
    background-color: rgba(255,147,30,1);
    position: relative;
    z-index: 20;
    bottom: 20px;
}

#consultreadmore{
    display: block;
    clear: none;
    float: left;

    width: auto;
    height: auto;
    background-color: ;
    border: 4px solid rgba(0,53,151,1);
    margin: 10px 0 5px 0;

    padding: 10px 20px;
}

#consultreadmore >p{
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    color: rgba(0,51,153,1);
}

#hero1{
    background-image: url(../images/_DSC9024.jpg);
    background-size: cover;
    background-position: top 50% right 0;
}

#hero2{
    background-image: url(../images/relays.jpg);
    background-size: cover;
    background-position: 20% 0;
}

#clients{
    display: block;
    clear: none;
    margin: 0 auto;
    width: 80%;
    max-width: 1200px;
    height: auto;
}


/*
#consultexpand{
    display: block;
    clear: none;
    float: left;
    overflow: hidden;

    width: 100%;
    height: 0;
    background-color: rgba(248,248,255,1);
    margin: 0 0 10px 0;
    padding: 20 10 25px 40px;

    transition: all .5s ease;
    -ms-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
*/



#consultexpand{
    display: block;
    clear: none;
    float: left;

    width: 100%;
    height: 0;
    overflow-y: scroll; 
    background-color: rgba(240,240,240,1);
    margin: -100 0 10px 0;
    padding: 0px 10px 0 40px;

    transition: all .5s ease;
    -ms-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}


#consultexpand > h3{
    border-bottom: 2px solid rgba(0,53,151,1);
    padding: 20px 0;
}



#consultexpand.open{
    display: block;
    clear: none;
    float: left;

    width: 100%;
    height: 500px;
    overflow-y: scroll; 
    background-color: rgba(240,240,240,1);
    margin: 0 0 30px 0;
    padding: 20px 10px 30px 40px;
}



#consultexpand2{
    display: block;
    clear: none;
    float: left;

    width: 100%;
    height: 0;
    overflow-y: scroll;
    background-color: rgba(240,240,240,1);
    margin: 0 0 30px 0;
    padding: 0 10px 0 40px;    
    transition: all .5s ease;
    -ms-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

#consultexpand2.open{
    display: block;
    clear: none;
    float: left;

    width: 100%;
    height: 500px;
    overflow-y: scroll;
    background-color: rgba(240,240,240,1);
    margin: 0 0 30px 0;
    padding: 20px 10px 25px 40px;

}

.expand >li{ 
    margin:0 0 0 0;
    color: rgba(0,53,151,1);
    font-weight: 500;
    font-size: 16px;
}

.expand >p{ 
    margin: 0;
}

.expand >p.p2{ 
    margin: 10px 0 0 0;
    font-weight: 300;
    line-height: 1.4em;
    font-size: 16px;
}

.expand >h4 { 
    margin: 10px 0 0 0;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
}

/******************* clients section starts here *******************/

#clientscont{
    width: 100%;
    height: auto;
    display: block;
    clear: both;
    margin: 0 auto;

    padding: 50px 0 70px 0;
}



#cli-logos-cont{
    width: 100%;
    height: auto;
    position: relative;
    border: 4px solid rgba(0,51,153,1);
    margin: 0 auto;
    margin: 20px 0;
}

#clientscontgray{
    width: 10%;
    height: auto;
    background-color: rgba(204,204,204,1);
    display: block;
    clear: both;
    margin: 0 auto;
    padding: 50px 0 140px 0;
}


#cli-logos{
    display: flex;
    flex-flow: row wrap;
    clear: none;
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 10px;
    justify-content: flex-start;
}


#cli-logos p{
    text-align: center;
    margin: 0;
}

.logoitems {
    height: 150px;
    display: flex;
    flex: 1 1;
    min-width: 150px;
    float: left;
    padding: 10px;
    align-items: center;
    justify-content: center;
}


.logoitemschild{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow: hidden;
    background-color: rgba(241,241,242,1);
}

.logoitemschild img{
    height: 90%;
}



.project-hero-image{
    display: block;
    width: 100%;
    height: 300px;
    background-color: rgba(250,250,250,1);
    background-size: cover;
    background-position: center;
    margin: 20px 0;
}

.name-plate{
    font-size: 16px;
    font-weight: 800;
    color: rgba(0,51,153,1);
}

.managerial-position{
    font-size: 15px;
    font-weight: 300;
    color: rgba(232,7,7,1);
}

.social-icon img{
    width: 28px;
    margin: 5px 0;
}


.social-icon img:hover {
    width: 28px;
    margin: 5px 0;
}


/******************* clients section starts here *******************/


#capabilities{
    display: block;
    clear: none;
    margin: 0 auto;
    margin-top: 50px;

    width: 80%;
    max-width: 1200px;
    height: auto;
    background-color: ;
}

#capabilitiesitems{
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;

    display: flex;
    flex-flow: row wrap;
    clear: none;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    background-color: ;
    border: 4px solid rgba(0,51,153,1);
    padding: 10px;
}

.capabilitiesitems{
    height: auto;
    padding: 0 0 0 0;
    display: flex;
    flex: 1 0 200px;
    margin: 10px;
    padding: 10px 0 0 0;
    float: left;
    background-color:rgba(245,245,245,1);
    
    flex-direction: row;
    flex-wrap: wrap;
}

.icon{
    flex: 1 0 100%;
    height: 90px;
    background-color: transparent;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.icon> img{
    width: auto;
    height: 80%;
    margin: 0 auto;
}

.icondesc{
    flex: 1 0 100%;
    height: auto;
    padding: 0 10px 10px 10px;
    background-color: ;
    text-align: center;
}

.icondesc > p{
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4em;
}



#capabilities2col{
    display: flex;
    flex-wrap: wrap;
    clear: none;
    margin: 0 auto;
    margin-top: 30px;

    width: 80%;
    max-width: 1200px;
    height: auto;
    padding: 0;
}


#services-section{
    display: block;
    padding: 20px 0;
    width: 100%;
    height: auto;
    background-color: transparent;
    padding: 0 0 50px 0;
}


#capabilities-section{
    display: block;
    padding: 20px 0;
    width: 100%;
    height: auto;
    background-color: rgba(229,234,245,1);
}


#capabilities2colitems{
    width: calc( 50% - 10px ) ;
    height: auto;
    margin: 0;
    display: block;
    clear: none;
    background-color: rgba(255,255,255,1);
}

#capabilities2colitems:nth-child(1) {
    margin-right: 10px;
    margin-left: 0;
}


#capabilities2colitems:nth-child(2) {
    margin-left: 10px;
    margin-right: 0;
}


.capabilitieshero{
    display: block;
    width: 100%;
    float: left;
    clear: both;
    height: 250px;
    background-color: transparent;
}



#capHero1{
    background-image: url(../images/CSC_9036.jpg);
    background-size: cover;
    background-position: center;
}


#capHero2{
    background-image: url(../images/CSC_9038.jpg);
    background-size: cover;
    background-position: center;
}


#capabilitiesinfo >h4{
    color: rgba(0,51,153,1);
    font-size: 18px;
    font-weight: 600;
}


#capabilitiesinfo{
    display: block;
    width: 100%;
    clear: both;
    float: left;
    height: auto;
    padding: 20px 10px;
    font-size: 15px;
}


#capabilitiesreadmore{
    display: block;
    clear: none;
    float: left;
    width: auto;
    height: auto;
    border: 2px solid rgba(255,147,30,1);
    border-radius: 35px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    margin: 20px 0 0 0;
}

#capabilitiesreadmore:hover{
    background-color: rgba(255,147,30,1);
    color: rgba(240,240,240,1);
    transition: all .2s ease;
}

#capabilitiesreadmore>p{
    padding: 5px 20px;
    font-weight: 500;
    margin: 0;
}



/* === end of footer code ======================================= */



#contactDetails{
    display: block;
    width: 100%;
    height: auto;
    padding: 30px 0 0 0;
}

#full-section{
    width: 100%;
    height: auto;
    display: block;
    clear: none;
    float: left;
    padding: 20px 0;
    background-color: rgba(240,240,240,1);
}

#projects{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    margin-bottom: 20px;
    height: auto;
}

#projects-cont{
    display: block;
    width: 80%;
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.project-item{
    height: auto;
    display: inline-block;
    float: left;
    flex: 1 0 33.33333%;
    min-width: 300px;
    clear: none;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: 400;
    color: rgba(0,51,153,1);
}

.indent{
    padding-left: 10px;
}


.project-item-child{
    background-size: cover;
    background-position: center;
    background-color: rgba(250,250,250,1);
    width: 100%;
    height: 250px;
    margin-bottom: 5px;
}

.more-project-item{
    height: auto;
    display: inline-block;
    float: left;
    flex: 1 0 33.33333%;
    clear: none;
    padding: 10px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: rgba(0,51,153,1);
}

.more-project-item-child{
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 150px;
    padding: 10px;
    margin-bottom: 5px;
}



.team-item{
    height: auto;
    display: inline-block;
    float: left;
    flex: 0 0 33.33333%;
    clear: none;
    padding: 10px;
}


.team-item-child,
.team-item-child-2,
.team-item-child-3,
.team-item-child-4,
.team-item-child-5{
    display: block;
    max-height: 200px;
    min-height: 200px;
    background-color: rgba(250,250,250,1);
    overflow: hidden;
}




.team-modal{
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: -100vh;
    left: 0;
    z-index: 21;
    background-color: rgba(0,53,151,1);

    transition: all .5s ease;
    -ms-transition-duration: .5s ease;
    -webkit-transition-duration: .5s ease;
}


.team-modal-2{
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: -100vh;
    left: 0;
    z-index: 21;
    background-color: rgba(0,53,151,1);

    transition: all .5s ease;
    -ms-transition-duration: .5s ease;
    -webkit-transition-duration: .5s ease;
}

.team-modal-3{
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: -100vh;
    left: 0;
    z-index: 21;
    background-color: rgba(0,53,151,1);

    transition: all .5s ease;
    -ms-transition-duration: .5s ease;
    -webkit-transition-duration: .5s ease;
}

.team-modal-4{
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: -100vh;
    left: 0;
    z-index: 21;
    background-color: rgba(0,53,151,1);

    transition: all .5s ease;
    -ms-transition-duration: .5s ease;
    -webkit-transition-duration: .5s ease;
}


.team-modal-5{
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: -100vh;
    left: 0;
    z-index: 21;
    background-color: rgba(0,53,151,1);

    transition: all .5s ease;
    -ms-transition-duration: .5s ease;
    -webkit-transition-duration: .5s ease;
}




.white-icon{
    fill: rgba(255,255,255,1);
}


.team-modal.open{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 21;
    background-color: rgba(0,53,151,1);

    transition: all .5s ease;
    -ms-transition-duration: .5s ease;
    -webkit-transition-duration: .5s ease;
}


.team-modal-2.open{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 21;
    background-color: rgba(0,53,151,1);

    transition: all .5s ease;
    -ms-transition-duration: .5s ease;
    -webkit-transition-duration: .5s ease;
}

.team-modal-3.open{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 21;
    background-color: rgba(0,53,151,1);

    transition: all .5s ease;
    -ms-transition-duration: .5s ease;
    -webkit-transition-duration: .5s ease;
}


.team-modal-4.open{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 21;
    background-color: rgba(0,53,151,1);

    transition: all .5s ease;
    -ms-transition-duration: .5s ease;
    -webkit-transition-duration: .5s ease;
}


.team-modal-5.open{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 21;
    background-color: rgba(0,53,151,1);

    transition: all .5s ease;
    -ms-transition-duration: .5s ease;
    -webkit-transition-duration: .5s ease;
}


.team-box,
.team-box-2,
.team-box-3,
.team-box-4,
.team-box-5,{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding: 0 50px 0 0;
    color: rgba(255,255,255,1);
    font-size: 14px;
    line-height: 1.4em; 
    position: relative;
}

.team-portrait-box{
    display: block;
    width: 60%;
    max-width: 500px;
    height: auto;
    margin-bottom: 10px;
    position: relative;
}

.title-position{
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(255,255,255,0.7);
    padding: 10px 20px;
    color: rgba(0,51,153,1);
}


.team-container{
    display: block;
    position: relative;
}

.team-portrait-box img{
    width: auto;
    max-width: 100%;
}


.member-title{
    font-size: 16px;
    font-weight: 700;
}


.close-team-box,
.close-team-box-2,
.close-team-box-3,
.close-team-box-4,
.close-team-box-5{
    display: flex;
    justify-content: flex-start
    width: auto;
    height: 30px;
    position: absolute;
    top: -50px;
    left: 0px;

    z-index: 200;

    font-size: 15px;
    color: white;
}

.close-team-box img,
.close-team-box-2 img,
.close-team-box-3 img,
.close-team-box-4 img,
.close-team-box-5 img{
    height: 100%;
    max-width: 100%;
    margin-right: 10px;
}




.team-container{
    display: block;
    width: 70%;
    max-width: 1080px;
    margin: 0 auto;
    height: 60vh;
    min-height: 450px;
    position: relative;
}





/* === start of footer code ======================================= */


#footer{
    display: block;
    clear: none;
    float: left;
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 50px 0;
    background-color: rgba(0,51,153,1);
    color: rgba(255,255,255,1);
    position: relative;
    font-weight: normal !important;
}



#footer a:hover{
    text-transform: none;
    color: rgba(255,255,255,1);
}



#footercont{
    display: block;
    clear: none;
    margin: 0 auto;
    width: 80%;
    max-width: 1200px;
    height: auto;
    position: relative;
}



#footeritems{
    display: flex;
    flex-flow: row wrap;
    clear: none;
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    right: 0;
    line-height: 1.8em;
    margin-bottom: 10px;
}


.download::before {
    content: url('../images/report-icon.png');
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.footeritems{
    min-width: 200px;
    height: auto;
    display: flex;
    flex: auto;
    margin: 0 10px;
    padding: 20px 0 0 0;
    float: left;
    background-color: ;
    border-top: 1px rgba(255,255,255,1) solid;
}

.footeritems p{
    font-size: 14px;
}

.footeritems a:hover{
    text-decoration: underline;
    color:rgba(0,51,204,1);
    font-weight: 600;
}


#footerclose-a{
    display: block;
    float: left;
    clear: none;
    width: 50%;
    height: auto;
    padding: 20px 0;
    border-top: 1px rgba(255,255,255,1) solid;
    position: relative;
    font-size: 14px;
    line-height: auto;
}

#footerclose-b{
    display: block;
    float: left;
    clear: none;
    width: 50%;
    height: auto;
    padding: 20px 0;
    border-top: 1px rgba(255,255,255,1) solid;
    position: relative;
    font-size: 14px;
    line-height: auto;
    text-align: right;
}

.paul::after {
    content: url('../images/paul.co.ke.png');
    position: relative;
    top: 3px;
    margin-left: 5px;
}


/* === end of footer code ======================================= */




}
