*{
    margin: 0;
    padding: 0;
    font-family: 'Calibri', sans-serif;
    box-sizing:content-box;
}


p{font-size: 25px;}


.img-responsive{
  width:100%;
  height:90%;
}

.img-mission{
  width:100%;
  height:75%;
}
.head{
    
    width: 100%;
    overflow: hidden;
    position: absolute;
    background-size: cover;
    width: 100%;
    max-height: 900px;
    opacity: 1;
    visibility: inherit;
    background-color:#aed9b2 ;
    z-index: 20;
    background-size: cover;
    background-position: center center;
}


nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
    
}

nav img{
    width: 150px;
}


.nav-links{
    flex: 1;
    text-align: right;
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}

.homepage ul li a{
    color:#114454 ;
    text-decoration: none;
    font-size: 20px;
}

.nav-links ul li a{
    color: white;
    text-decoration: none;
    font-size: 20px;
}

.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #114454;
    display: block;
    margin: auto;

}

.nav-links ul li:hover::after{
    width: 100%;
}

.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.text-bo{
  width: 90%;
  color: #114454;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.text-bo h1{
  font-size: 62px;
}

.text-bo p{
  margin: 10px 0 40px;
  font-size: 20px;
  color:#fff;
}

.text-box h1{
    font-size: 62px;
}

/* job listing*/
.desc{
  padding-left:20px;
  margin-left:50px;
  font-size:20px;
}

.page-text h1{
  font-size:62px;
  position:relative;
 
  padding-left:30px;
  padding-top:100px;
}

.text-box p{
    margin: 10px 0 40px;
    font-size: 20px;
    color:#fff;
}

.text-box :hover{
  color: #114454;


}

.heroz-btn{
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  padding-left:20px;
  padding-right:20px;
  padding-top:20px;
  padding-bottom:20px;
  font-size: 20px;
  background: #114454;
  position: relative;
  cursor: pointer;
  text-align: center;
}

.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    padding-top:10px;
    padding-bottom:10px;
    font-size: 20px;
    background: #114454;
    position: relative;
    cursor: pointer;
    margin-left:1%;
    margin-right:55%;
    margin-top:1%;
}

.hero-btn:hover{
    border: 1px solid #114454 ;
    background: #aed9b2  ;
    transition: 1s;
}

/**

@media(max-width: 700px){
    .text-box h1{
        font-size: 20px;

    }
    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: absolute;
        background: #f44336;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;

    }
    nav.fa{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
    }*/

/*-------------media----------------*/
.media{
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}

h1{
    font-size: 36px;
    font-weight: 600;
  
}

p{
    color: rgb(46, 45, 45);
    font-size: 20px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}



.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    margin-left:100px;
    margin-right:100px;
  
}
.row2{
  
  display: flex;
  justify-content: space-between;
  margin-left:100px;
  margin-right:100px;
  padding-bottom:50px;
}

.media-col{
    flex-basis: 31%;
    background:#ebf6ec;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    padding-bottom:10px;
}

h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}

.media-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}

.event{
    
    text-align: center;
    padding-top: 80px;
    color: white;
    text-decoration: none;
    font-size: 33px;
    font-family: "Calibri",sans-serif;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    
    opacity: 1;
    visibility: inherit;
    z-index: 20;
    position: relative;
    
    box-sizing: border-box;
    padding-left: 30.5px;
    padding-right: 30.5px;

    min-height: 30vh;
    width: 100%;
   background-image: linear-
  
}
.events{

width: 90%;
    color: #fff;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    padding-top: 10%;
    font-family: 'Calibri', sans-serif;
    
}
/* call to action*/
.cta{
  margin: 100px auto;
  margin-top:10px;
  width: 80%;
  background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(who-we-are.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  text-align: center;
  padding: 100px 0;
  
}
.cta h1{
  color: #fff;
  margin-bottom: 10px;
  padding: 0;
}

/*.events h2{
    font-size: 62px;
}

.events p{
    margin: 10px 0 40px;
    font-size: 14px;
    color:#f44336;
}*/
.abouthome-row{
  width:400px;
  height:300px;
 /* margin-bottom: 30px;
  padding-bottom:30px;*/
  padding-left:20px;
}

.abouthome-row img{
  width:400px;
  height:350px;
}
.abouthome3-row{
  width:400px;
  height:300px;
 /* margin-bottom: 50px;*/
  padding-right:50px;
  margin-right:50px
}

.abouthome2-row{
  width:400px;
  height:300px;
  margin-right:100px;
  padding-right:50px;
  padding-left:0px;
  /*padding-bottom:50px;*/
  margin-left:0
}
.abouthome{
    width: 80%;

    padding-top: 900px;
    padding-bottom: 0px;
    position: relative;
}

.abouthome p{
  font-size: 20px;
}

.abouthome-col{
    flex-basis: 88%;
    padding: 30px 38px;
   /* padding-bottom:30px;*/
    padding-top:10px;
   
}

.abouthome-col img{
    width: 100%;
    
}

.abouthome-col h1{
    padding: 15px 0 25px;
}


.abouthome2{
  width: 80%;
  margin-left:50px;
  padding-top: auto;
 /* padding-bottom: 30px;*/
  position: relative;
}

.abouthome4{
  width: 80%;
  margin-left:50px;
  padding-top: auto;
  padding-bottom: 30px;
  position: relative;
}

.abouthome4 img{
  /**/padding-top:100px;
}
.abouthome2 p{
font-size: 20px;
/*padding-bottom:30px;*/
}

.abouthome2-col{
  flex-basis: 88%;
  padding: 30px 38px;
  /*padding-bottom:50px;*/
  padding-top:0px;
 
}

.abouthome2-col img{
  width: 100%;
 padding-right:30px; 
}

.abouthome2-col h1{
  padding: 10px 0 25px;
}
.bb{

  margin-left:10px;
  padding-top: 20px;
  padding-bottom: 0px;
  font-size: 25px;
  color: #114454;
  font-family: 'Calibri', sans-serif;
}


.bb2{
 
  margin-left:10px;
  padding-top: 0px;
  padding-bottom: 30px;
  font-size: 20px;
  color: #114454;
  font-family: 'Calibri', sans-serif;
}

.bb p{
  padding:0px;
}
.aa{
    
    margin-left:10px;
    font-size: 35px;
    font-family: 'Calibri', sans-serif;
    
}

.aa1{
    
  margin-left:10px;
  font-size: 35px;
  font-family: 'Calibri', sans-serif;
  
}
.aa2{
  margin-left:13px;
    font-size: 20px;
    font-family: 'Calibri', sans-serif;
}





/*

.tb{
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 5%;
    


}*/
.boy{
    color:#f44336;

}

.st{
    color: #f44336;
    padding-bottom: 5%;
    font: 1em sans-serif;
    font-size: 20px;
    text-align: center;   

font-family: 'Calibri', sans-serif;
}

.ss{
    font: 1em sans-serif;
    font-size: 35px;
    font-family: 'Calibri',sans-serif;
    text-align: center;
   

}

.center{
    padding-left: 15%;

}
.boy{
   margin: auto;
   width: 50%;
   border: 3px ;
   padding-left: 50px ;
   padding-right: 50px ;
   padding-top: 15px ;

}
.textdeg{
    text-align:center;
    font-family: 'Calibri',sans-serif;
    font-size: 20px;
   
}
.tee{
    text-align:center;
    font-family: 'Calibri',sans-serif;
    font-size: 20px;

}

.big{
	width: 40%;
	height: 70%;
	background-color:rgb(143, 132, 138);
	padding: 20px;
	border-radius: 10px;

}

.bigg{
    background-color: rgb(32, 35, 39) ;
}

.ficons.fa{
    color: crimson;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;

    
}
.ft{
    background-color: rgb(46, 45, 45);
    color: #fff;
    font-family: 'Calibri',sans-serif;
    font-size: 20px;
    margin-top:20px;
    padding-top:20px;
}



/*-----------------ab0ut us--------*/

.sub-header{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(purpose2.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}


.sub-header h1{
    margin-bottom: 200px;
}





/*----------------------contact us page-------------------*/

.location{
    width: 80%;
    margin: auto;
    padding: 80px 0;
}

.location iframe{
    width: 100%;
}


.contactus{
    width: 80%;
    margin: auto;
}

.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;
    font-size:20px;
}

.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;

}

.contact-col div .fa{
    font-size: 28px;
    color:#114454;
    margin: 10px;
    margin-right: 30px;
}
.contact-col h2{padding:15px}
.contact-col div p{
    padding: 0;
}

.contact-col div h5{
    font-size: 20px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}

.contact-col input, .contact-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    font-size: 20px;

}
/*-----------------------upcoming event---------

section.et{
    position: center;
    width:50%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    box-sizing: border-box;

}
/*
section.et ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 40px;
    box-sizing: border-box;
    float: right;
}

section.et ul li{
    list-style: none;
    background: #fff;
    box-sizing:border-box;
    height: 200px;
    
}
section.et ul li .te{
    position: relative;
    padding: 20px;
    background: #262626;
    box-sizing: border-box;
    width: 30%;
    height: 100%;
    float: left;
    text-align: center;
}
*/

.gg{
    padding-left: 250px;
    padding-right: 250px;
}

.teb{
    padding-top: 15px ;
    padding-bottom: 15px ;
}


/* REVIWES*/
.rev-section{
    margin: auto;
    padding: 0 1rem;
    max-width: 1100px;
    text-align: center;
  }
  
  .title{
    font-size: 2.5rem;
    text-transform: uppercase;
    color: rgb(50, 50, 50);
    margin-bottom: .5rem;
  }
  .note{
    font-size: 1.1rem;
    color: rgb(150, 150, 150);
    font-style: italic;
      color: #114454;
  
  }
  
  .reviews{
    margin: 2rem auto;
    display: flex;
    flex-wrap: wrap;
  }
  .review{
    margin: 0 1rem;
    min-width: 300px;
    flex: 1;
  }
  
  .head-review{
    margin: 1.75rem auto;
    width: 150px;
    height: 150px;
  }
  .REVIWES-IMAGE{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .25);
  }
  .REVIWES-IMAGE2{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .25);
  }
  .REVIWES-IMAGE3{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .25);


  }

  

  
  .body-review{
    background-color: rgb(238, 238, 238);
    padding: 2.5rem;
    box-shadow: 2px 2px 10px 3px rgb(225, 225, 225);
  }
  .name-review{
    font-size: 1.5rem;
    color: rgb(50, 50, 50);
    margin-bottom: .25rem;
  }
  .place-review{
    color: #114454;
    font-style: 'Calibri';
  }
  .rating{
    color: rgb(253, 180, 42);
    margin: 1rem 0;
  }
  .desc-review{
    line-height: 1.5rem;
    letter-spacing: 1px;
    color: rgb(150, 150, 150);
  }
  
  @media (max-width: 678px){
    .review{
      margin-top: 1.5rem;
    }
  }

  .tm1{
    border-radius: 50%;
  }


/* dropdown menu style 
.dropdown-menu {
    display: none;
  }
  
  .menu-bar ul li:hover .dropdown-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: var(--color-black);
  }
  
  .menu-bar ul li:hover .dropdown-menu ul {
    display: block;
    margin: 10px;
  }
  
  .menu-bar ul li:hover .dropdown-menu ul li {
    width: 150px;
    padding: 10px;
  }

  */

/* up*/
/*
:root {
  --color-primary: #0073ff;
  --color-white: #e9e9e9;
  --color-black: #141d28;
  --color-black-1: #212b38;
}



.logo {
  color: var(--color-white);
  font-size: 30px;
}

.logo span {
  color: var(--color-primary);
}

.menu-bar {
  background-color: var(--color-black);
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;

  position: relative;
}

.menu-bar ul {
  list-style: none;
  display: flex;
}

.menu-bar ul li {
  /* width: 120px; 
  padding: 10px 30px;
  /* text-align: center; 

  position: relative;
}

.menu-bar ul li a {
  font-size: 20px;
  color: var(--color-white);
  text-decoration: none;

  transition: all 0.3s;
}

.menu-bar ul li a:hover {
  color: var(--color-primary);
}

.fas {
  float: right;
  margin-left: 10px;
  padding-top: 3px;
}

/* dropdown menu style */
/* .dropdown-menu {
  display: none;
} 

.menu-bar ul li:hover .dropdown-menu {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: var(--color-black);
}

.menu-bar ul li:hover .dropdown-menu ul {
  display: block;
  margin: 10px;
}

.menu-bar ul li:hover .dropdown-menu ul li {
  width: 150px;
  padding: 10px;
}

/* .dropdown-menu-1 {
  display: none;
}

.dropdown-menu ul li:hover .dropdown-menu-1 {
  display: block;
  position: absolute;
  left: 150px;
  top: 0;
  background-color: var(--color-black);
} */

/*.hero {
  height: calc(100vh - 80px);
  background-image: url(./bg.jpg);
  background-position: center;
}



/*------------------footer home about---------------*/
.biggs{
  width: 500px;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  background-color:#ebf6ec ;
  margin-bottom:50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}
.biggs h4{
  margin-bottom: 25px;
  margin-top: 20px;
  font-weight: 600;
}
/* 
.dropdown {
  /* float: left; 
  /* overflow: hidden; 
}*/
.navbar a:hover, .dropdown3:hover .dropbtn {
  background-color: red;
}
.dropdown :hover{
  color: #114454;

} 
.dropdown .dropbtn {
  font-size: 20px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color:#114454;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  /* float: none; */
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #aed9b2;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.dropbtn2{
  display:none;
}

.dropdown2{
  display:none;
}
.dropdown2 :hover{
  color: #114454;

} 
.dropdown2 .dropbtn {
  font-size: 20px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}


.dropdown2-content {
  display: none;
  position: absolute;
  background-color:#114454;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown2-content a {
  /* float: none; */
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown2-content a:hover {
  background-color: #aed9b2;
}

.dropdown2:hover .dropdown2-content {
  display: block;
}
.dropbtn2{
  display:none;
}
/* icons*/
.icons .fa{
  color: #114454;
  margin: 0 13px;
  cursor: pointer;
  padding: 18px 0;
}

.ins .fa{
  color: #aed9b2;
  margin: 0 13px;
  cursor: pointer;
  padding: 18px 0;
}

/* team */
.headin{
  text-align: center;
  font-size: 50px;
  margin: 0px;
  padding: 0px;
}
.imag-container{
  display: flex;
  justify-content: center;
  align-items: center;
}
.imag{
  width: 120px;
  height: 120px;
  background: #114454;
  margin: 2px 50px;
  border-radius: 50%;
  border: 3px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow:#114454;
}
.imag :hover{
  border:3px solid #aed9b2;
}
.aki{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border-style: solid;
}
.info-container{
  width: 1100px;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffff;
  margin: 0 auto;
  margin-top: 50px;
  border-radius: 5px;
  box-shadow: 0px 0px 50px #114454;
  margin-bottom:50px;
  
}
.profilet{
  width:325px;
  height:280px;
  border-radius: 15px;
  padding: 0px;
  margin: 0;
  border-style: solid;
}
.namee{
  margin-top: 80px;
  padding: 0px 15px;
  padding-bottom:20px;
  text-align: left;
  font-size: 50px;
  line-height: 20px;
}
.namee h1{
  padding-bottom:20px;
}

.statuss{
  padding: 0px 20px;
  text-align: left;
  line-height: 20px;
  margin: 0;
  padding-bottom:25px;
}

.abbout{
  min-height: 300px;
  padding: 0px 20px;
  margin-bottom:20px;
}

/* vission*/
.ppp{
  
  margin-top:50px;
  width: 80%;
  background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(vission.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  text-align: center;
  padding-top:50px;
  padding-bottom:50px;
  
}

.ppp h2{
  color: #fff;
  padding-top:10px;
}

/* priciples*/
.ak{

  width: 220px;
  height: 200px;
  border-radius: 50%;
}

.stand{
    margin: 0;
    padding: 0;
    text-align:center;

}
td, tr{ padding-left: 15px; padding-right:15px;margin: 0px; border: none;font-size: 20px; }

/* logo*/
.bingo{
  position:relative;
  width: 120px;
  height: 120px;
}

/* submit cv*/

.regform{
  width: 850px;
  background-color: rgba(0,0,0,0.6);
  margin: auto;
  color: #ffffff;
  padding: 10px 0px 10px 0px;
  text-align: center;
  border-radius: 15px 15px 0px 0px;
}
.mane{
  background-color: rgba(0,0,0,0.5);
  width: 850px;
  margin: auto;
}
 form{
   padding: 10px;
 }
#nm{
  width: 100%;
  height: 100px;
}
.nm{
   margin-left: 25px;
   margin-top: 30px;
   width: 125px;
   color: white;
   font-size: 20px;
   font-weight: 700;
}
.firstname{
  position: relative;
  left: 200px;
  top: -37px;
  line-height: 40px;
  border-radius: 6px;
  padding: 0 22px;
  font-size: 16px;
}
.lastname{
  position: relative;
  left: 417px;
  top: -80px;
  line-height: 40px;
  border-radius: 6px;
  padding: 0 22px;
  font-size: 16px;
  color: #555;
}
.firstlabel{
  position: relative;
  color: #e5e5e5;
  text-transform: capitalize;
  font-size: 14px;
  left: 203px;
  top: -45px;
}
.lastlabel{
  position: relative;
  color: #e5e5e5;
  text-transform: capitalize;
  font-size: 14px;
  left: 165px;
  top: -45px;
}
.email{
  position: relative;
  left: 200px;
  top: -37px;
  line-height: 40px;
  width: 550px;
  border-radius: 6px;
  padding: 0 22px;
  font-size: 16px;
  color: #555;
}
.number2{
  position: relative;
  left: 200px;
  top: -37px;
  line-height: 40px;
  width: 115px;
  border-radius: 6px;
  padding: 0 22px;
  font-size: 16px;
  color: #555;
}
.number{
  position: relative;
  left: 200px;
  top: -37px;
  line-height: 40px;
  width: 342px;
  border-radius: 6px;
  padding: 0 22px;
  font-size: 16px;
  color: #555;
}
.area{
  position: relative;
  color: #e5e5e5;
  text-transform: capitalize;
  font-size: 16px;
  left: 80px;
  top: -3px;
}
.phone_number{
  position: relative;
  color: #e5e5e5;
  text-transform: capitalize;
  font-size: 16px;
  left: -140px;
  top: -2px;
}
.cv{
  position: relative;
  left: 200px;
  top: -37px;
  line-height: 40px;
  width: 532px;
  height: 40px;
  border-radius: 6px;
  padding: 0 22px;
  font-size: 16px;
  color: #555;
  outline: none;
  overflow: hidden;
}
.radio{
  display: inline-block;
  padding-right: 70px;
  font-size: 25;
  margin-left: 25px;
  margin-top: 15px;
  color: white;
}
.radio input{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor:pointer;
  outline: none;
}
.zot{
  background-color: #114454;
  display: block;
  margin: 20px 0px 0px 20px;
  text-align: center;
  border-radius: 12px;
  border: 2px solid #366473;
  padding: 14px 110px;
  outline: none;
  color: white;
  cursor: pointer;
  transition: 0.25px;
  font-size: 20px;
}
.zot:hover{
  background-color:#aed9b2 ;
  color: #114454;
}
/* joblisting*/
.hjk{
   background: linear-gradient(to left,coral, gold);
   opacity: 0.5;
}

.hj{
  font-size:20px;
  margin-left:50px;
  
}
.hj p{
  font-size:20px;
  margin-left:50px;
  padding-top:50px;
  padding-bottom:0px;
}
.team{
  margin-bottom:50px;
}

.rectangle{
  width: 80%;
  height: 100px;
  background: #114454;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  
}
.re{
  width: 80%;
  height: 100px;
  background: #aed9b2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  
}
.cr{
  font-size: 30px;
  color:#114454;
}
.center{
  font-size: 30px;
  color: antiquewhite;

}
.cen{
  font-size: 20px;
}
.note{
  background:green;
  color: white;
  padding: 5px;
  margin: 6px;
}
.poly{
  background: orangered;
  color: white;
  padding: 5px;
  margin: 6px;
}

.standard{
    margin-left: 100px;
    font-size:20px;
} 

.slide{
    width: 120%;
  color: #114454;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #114454;
}

.toggle-button{
  position:absolute;
  top:.75rem;
  right:1rem;
  display:none;
  flex-direction:column;
  justify-content: space-between;
  width: 30px;
  height:21px;

}

.toggle-button .bar{
  height: 3px;
  width: 100%;
  background-color:white;
  border: radius 10px;
}


.mobile-image{height:auto;}


@media only screen and (max-width:1280px){
  *{
    margin: 0;
    padding: 0;
    font-family: 'Calibri', sans-serif;
    box-sizing: border-box;
}

.page-text h1{
  font-size:62px;
  position:relative;
 
  padding-left:30px;
  
}
body{
  
  max-width:100%;
}
p{font-size: 25px;}


.img-responsive{
  width:100%;
  height:95%;
}
.img-mission{
  width:100%;
  height:75%;
}
.head{
    
    width: 100%;
    overflow: hidden;
    position: absolute;
    background-size: cover;
    width: 100%;
    max-height: 900px;
    opacity: 1;
    visibility: inherit;
    background-color:#aed9b2 ;
    z-index: 20;
    
    background-size: cover;
    background-position: center center;
}


nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
    
}

nav img{
    width: 150px;
}


.nav-links{
    flex: 1;
    text-align: right;
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}

.homepage ul li a{
    color:#114454 ;
    text-decoration: none;
    font-size: 20px;
}

.nav-links ul li a{
    color: white;
    text-decoration: none;
    font-size: 20px;
}

.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #114454;
    display: block;
    margin: auto;

}

.nav-links ul li:hover::after{
    width: 100%;
}

.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.text-bo{
  width: 90%;
  color: #114454;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.text-bo h1{
  font-size: 62px;
}

.text-bo p{
  margin: 10px 0 40px;
  font-size: 20px;
  color:#fff;
}

.text-box h1{
    font-size: 62px;
    
}

.text-box p{
    margin: 10px 0 40px;
    font-size: 20px;
    color:#fff;
}

.text-box :hover{
  color: #114454;


}

.heroz-btn{
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  padding-left:20px;
  padding-right:20px;
  padding-top:20px;
  padding-bottom:20px;
  font-size: 20px;
  background: #114454;
  position: relative;
  cursor: pointer;
  text-align: center;
}

.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    padding-top:10px;
    padding-bottom:10px;
    font-size: 20px;
    background: #114454;
    position: relative;
    cursor: pointer;
    margin-left:1%;
    margin-right:55%;
    margin-top:1%;
}

.hero-btn:hover{
    border: 1px solid #114454 ;
    background: #aed9b2  ;
    transition: 1s;
}



/**

@media(max-width: 700px){
    .text-box h1{
        font-size: 20px;

    }
    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: absolute;
        background: #f44336;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;

    }
    nav.fa{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
    }*/

/*-------------media----------------*/
.media{
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}

h1{
    font-size: 36px;
    font-weight: 600;
  
}

p{
    color: rgb(46, 45, 45);
    font-size: 20px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}



.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    margin-left:100px;
    margin-right:100px;
    padding-bottom:50px;
}
.row2{
  
  display: flex;
  justify-content: space-between;
  margin-left:100px;
  margin-right:100px;
  padding-bottom:50px;
}

.media-col{
    flex-basis: 31%;
    background:#ebf6ec;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    padding-bottom:10px;
}

h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}

.media-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}

.event{
    
    text-align: center;
    padding-top: 80px;
    color: white;
    text-decoration: none;
    font-size: 33px;
    font-family: "Calibri",sans-serif;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    
    opacity: 1;
    visibility: inherit;
    z-index: 20;
    position: relative;
    
    box-sizing: border-box;
    padding-left: 30.5px;
    padding-right: 30.5px;

    min-height: 30vh;
    width: 100%;
   background-image: linear-
  
}
.events{

width: 90%;
    color: #fff;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    padding-top: 10%;
    font-family: 'Calibri', sans-serif;
    
}
/* call to action*/
.cta{
  margin: 100px auto;
  margin-top:10px;
  width: 80%;
  background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(who-we-are.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  text-align: center;
  padding: 100px 0;
  
}
.cta h1{
  color: #fff;
  margin-bottom: 10px;
  padding: 0;
}

/*.events h2{
    font-size: 62px;
}

.events p{
    margin: 10px 0 40px;
    font-size: 14px;
    color:#f44336;
}*/
.abouthome-row{
  width:400px;
  height:300px;
 /* margin-bottom: 30px;
  padding-bottom:30px;*/
  padding-left:20px;
}

.abouthome-row img{
  width:400px;
  height:350px;
}
.abouthome3-row{
  width:400px;
  height:300px;
 /* margin-bottom: 50px;*/
  padding-right:50px;
  margin-right:50px
}

.abouthome2-row{
  width:400px;
  height:300px;
  margin-right:100px;
  padding-right:50px;
  padding-left:0px;
  /*padding-bottom:50px;*/
  margin-left:0
}
.abouthome{
    width: 80%;
    margin: auto;
    padding-top: 900px;
    padding-bottom: 0px;
    position: relative;
}

.abouthome p{
  font-size: 20px;
}

.abouthome-col{
    flex-basis: 88%;
    padding: 30px 38px;
   /* padding-bottom:30px;*/
    padding-top:10px;
   
}

.abouthome-col img{
    width: 100%;
    
}

.abouthome-col h1{
    padding: 15px 0 25px;
}


.abouthome2{
  width: 80%;
  margin-left:50px;
  padding-top: auto;
 /* padding-bottom: 30px;*/
  position: relative;
}

.abouthome4{
  width: 80%;
  margin-left:50px;
  padding-top: auto;
  padding-bottom: 30px;
  position: relative;
}

.abouthome4 img{
  /**/padding-top:100px;
}
.abouthome2 p{
font-size: 20px;
/*padding-bottom:30px;*/
}

.abouthome2-col{
  flex-basis: 88%;
  padding: 30px 38px;
  /*padding-bottom:50px;*/
  padding-top:0px;
 
}

.abouthome2-col img{
  width: 100%;
 padding-right:30px; 
}

.abouthome2-col h1{
  padding: 10px 0 25px;
}
.bb{

  margin-left:10px;
  padding-top: 20px;
  padding-bottom: 0px;
  font-size: 25px;
  color: #114454;
  font-family: 'Calibri', sans-serif;
}


.bb2{
 
  margin-left:10px;
  padding-top: 0px;
  padding-bottom: 30px;
  font-size: 20px;
  color: #114454;
  font-family: 'Calibri', sans-serif;
}

.bb p{
  padding:0px;
}
.aa{
    
    margin-left:10px;
    font-size: 35px;
    font-family: 'Calibri', sans-serif;
    
}

.aa1{
    
  margin-left:10px;
  font-size: 35px;
  font-family: 'Calibri', sans-serif;
  
}
.aa2{
  margin-left:13px;
    font-size: 20px;
    font-family: 'Calibri', sans-serif;
}





/*

.tb{
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 5%;
    


}*/
.boy{
    color:#f44336;

}

.st{
    color: #f44336;
    padding-bottom: 5%;
    font: 1em sans-serif;
    font-size: 20px;
    text-align: center;   

font-family: 'Calibri', sans-serif;
}

.ss{
    font: 1em sans-serif;
    font-size: 35px;
    font-family: 'Calibri',sans-serif;
    text-align: center;
   

}

.center{
    padding-left: 15%;

}
.boy{
   margin: auto;
   width: 50%;
   border: 3px ;
   padding-left: 50px ;
   padding-right: 50px ;
   padding-top: 15px ;

}
.textdeg{
    text-align:center;
    font-family: 'Calibri',sans-serif;
    font-size: 20px;
   
}
.tee{
    text-align:center;
    font-family: 'Calibri',sans-serif;
    font-size: 20px;

}

.big{
	width: 40%;
	height: 70%;
	background-color:rgb(143, 132, 138);
	padding: 20px;
	border-radius: 10px;

}

.bigg{
    background-color: rgb(32, 35, 39) ;
}

.ficons.fa{
    color: crimson;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;

    
}
.ft{
    background-color: rgb(46, 45, 45);
    color: #fff;
    font-family: 'Calibri',sans-serif;
    font-size: 20px;
    margin-top:20px;
    padding-top:20px;
}



/*-----------------ab0ut us--------*/

.sub-header{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(purpose2.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}


.sub-header h1{
    margin-bottom: 200px;
}





/*----------------------contact us page-------------------*/

.location{
    width: 80%;
    margin: auto;
    padding: 80px 0;
}

.location iframe{
    width: 100%;
}


.contactus{
    width: 80%;
    margin: auto;
}


.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;
    font-size:20px;
}

.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;

}

.contact-col div .fa{
    font-size: 28px;
    color:#114454;
    margin: 10px;
    margin-right: 30px;
}
.contact-col h2{padding:15px}
.contact-col div p{
    padding: 0;
}

.contact-col div h5{
    font-size: 20px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}

.contact-col input, .contact-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    font-size: 20px;

}
  
  @media (max-width: 678px){
    .review{
      margin-top: 1.5rem;
    }
  }

  .tm1{
    border-radius: 50%;
  }



/*------------------footer home about---------------*/
.biggs{
  width: 500px;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  background-color:#ebf6ec ;
  margin-bottom:50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}
.biggs h4{
  margin-bottom: 25px;
  margin-top: 20px;
  font-weight: 600;
}
/* 
.dropdown {
  /* float: left; 
  /* overflow: hidden; 
}*/
.navbar a:hover, .dropdown3:hover .dropbtn {
  background-color: red;
}
.dropdown :hover{
  color: #114454;

} 
.dropdown .dropbtn {
  font-size: 20px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color:#114454;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  /* float: none; */
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #aed9b2;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.dropbtn2{
  display:none;
}
.dropdown2{
  display:none;
}
.dropdown2 :hover{
  color: #114454;

} 
.dropdown2 .dropbtn {
  font-size: 20px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}


.dropdown2-content {
  display: none;
  position: absolute;
  background-color:#114454;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown2-content a {
  /* float: none; */
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown2-content a:hover {
  background-color: #aed9b2;
}

.dropdown2:hover .dropdown2-content {
  display: block;
}
.dropbtn2{
  display:none;
}
/* icons*/
.icons .fa{
  color: #114454;
  margin: 0 13px;
  cursor: pointer;
  padding: 18px 0;
}

.ins .fa{
  color: #aed9b2;
  margin: 0 13px;
  cursor: pointer;
  padding: 18px 0;
}

/* team */
.headin{
  text-align: center;
  font-size: 50px;
  margin: 0px;
  padding: 0px;
}
.imag-container{
  display: flex;
  justify-content: center;
  align-items: center;
}
.imag{
  width: 120px;
  height: 120px;
  background: #114454;
  margin: 2px 50px;
  border-radius: 50%;
  border: 3px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow:#114454;
}
.imag :hover{
  border:3px solid #aed9b2;
}
.aki{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border-style: solid;
}
.info-container{
  width: 1100px;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffff;
  margin: 0 auto;
  margin-top: 50px;
  border-radius: 5px;
  box-shadow: 0px 0px 50px #114454;
  margin-bottom:50px;
  
}
.profilet{
  width:325px;
  height:280px;
  border-radius: 15px;
  padding: 0px;
  margin: 0;
  border-style: solid;
}
.namee{
  margin-top: 80px;
  padding: 0px 15px;
  padding-bottom:20px;
  text-align: left;
  font-size: 50px;
  line-height: 40px;
}
.namee h1{
  padding-bottom:20px;
}

.statuss{
  padding: 0px 20px;
  text-align: left;
  line-height: 20px;
  margin: 0;
  padding-bottom:25px;
}

.abbout{
  min-height: 300px;
  padding: 0px 20px;
  margin-bottom:20px;
}

/* vission*/
.ppp{
  
  margin-top:50px;
  width: 80%;
  background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(vission.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  text-align: center;
  padding-top:50px;
  padding-bottom:50px;
  margin-left:150px;
}

.ppp h2{
  color: #fff;
  padding-top:10px;
}

/* priciples*/
.ak{

  width: 220px;
  height: 200px;
  border-radius: 50%;
}

.stand{
    margin: 0;
    padding: 0;
    text-align:center;

}
td, tr{ padding-left: 15px; padding-right:15px;margin: 0px; border: none;font-size: 20px; }

/* logo*/
.bingo{
  position:relative;
  width: 120px;
  height: 120px;
}

/* submit cv*/

.regform{
  width: 800px;
  background-color: rgba(0,0,0,0.6);
  margin: auto;
  color: #ffffff;
  padding: 10px 0px 10px 0px;
  text-align: center;
  border-radius: 15px 15px 0px 0px;
}
.mane{
  background-color: rgba(0,0,0,0.5);
  width: 800px;
  margin: auto;
}
 form{
   padding: 10px;
 }
#nm{
  width: 100%;
  height: 100px;
}
.nm{
   margin-left: 25px;
   margin-top: 30px;
   width: 125px;
   color: white;
   font-size: 20px;
   font-weight: 700;
}
.firstname{
  position: relative;
  left: 200px;
  top: -37px;
  line-height: 40px;
  border-radius: 6px;
  padding: 0 22px;
  font-size: 16px;
}
.lastname{
  position: relative;
  left: 417px;
  top: -80px;
  line-height: 40px;
  border-radius: 6px;
  padding: 0 22px;
  font-size: 16px;
  color: #555;
}
.firstlabel{
  position: relative;
  color: #e5e5e5;
  text-transform: capitalize;
  font-size: 14px;
  left: 203px;
  top: -45px;
}
.lastlabel{
  position: relative;
  color: #e5e5e5;
  text-transform: capitalize;
  font-size: 14px;
  left: 165px;
  top: -45px;
}
.email{
  position: relative;
  left: 200px;
  top: -37px;
  line-height: 40px;
  width: 550px;
  border-radius: 6px;
  padding: 0 22px;
  font-size: 16px;
  color: #555;
}
.number2{
  position: relative;
  left: 200px;
  top: -37px;
  line-height: 40px;
  width: 115px;
  border-radius: 6px;
  padding: 0 22px;
  font-size: 16px;
  color: #555;
}
.number{
  position: relative;
  left: 200px;
  top: -37px;
  line-height: 40px;
  width: 342px;
  border-radius: 6px;
  padding: 0 22px;
  font-size: 16px;
  color: #555;
}
.area{
  position: relative;
  color: #e5e5e5;
  text-transform: capitalize;
  font-size: 16px;
  left: 80px;
  top: -3px;
}
.phone_number{
  position: relative;
  color: #e5e5e5;
  text-transform: capitalize;
  font-size: 16px;
  left: -140px;
  top: -2px;
}
.cv{
  position: relative;
  left: 200px;
  top: -37px;
  line-height: 40px;
  width: 532px;
  height: 40px;
  border-radius: 6px;
  padding: 0 22px;
  font-size: 16px;
  color: #555;
  outline: none;
  overflow: hidden;
}
.radio{
  display: inline-block;
  padding-right: 70px;
  font-size: 25;
  margin-left: 25px;
  margin-top: 15px;
  color: white;
}
.radio input{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor:pointer;
  outline: none;
}
.zot{
  background-color: #114454;
  display: block;
  margin: 20px 0px 0px 20px;
  text-align: center;
  border-radius: 12px;
  border: 2px solid #366473;
  padding: 14px 110px;
  outline: none;
  color: white;
  cursor: pointer;
  transition: 0.25px;
  font-size: 20px;
}
.zot:hover{
  background-color:#aed9b2 ;
  color: #114454;
}
/* joblisting*/
.hjk{
   background: linear-gradient(to left,coral, gold);
   opacity: 0.5;
}

.hj{
  font-size:20px;
  margin-left:50px;
  
}
.hj p{
  font-size:20px;
  margin-left:50px;
  padding-top:50px;
  padding-bottom:0px;
}
.team{
  margin-bottom:50px;
}

.rectangle{
  width: 80%;
  height: 100px;
  background: #114454;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  
}
.re{
  width: 80%;
  height: 100px;
  background: #aed9b2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  
}
.cr{
  font-size: 30px;
  color:#114454;
}
.center{
  font-size: 30px;
  color: antiquewhite;

}
.cen{
  font-size: 20px;
}
.note{
  background:green;
  color: white;
  padding: 5px;
  margin: 6px;
}
.poly{
  background: orangered;
  color: white;
  padding: 5px;
  margin: 6px;
}

.standard{
    margin-left: 100px;
    font-size:20px;
} 

.slide{
    width: 120%;
  color: #114454;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #114454;
}

.toggle-button{
  position:absolute;
  top:.75rem;
  right:1rem;
  display:none;
  flex-direction:column;
  justify-content: space-between;
  width: 30px;
  height:21px;

}

.toggle-button .bar{
  height: 3px;
  width: 100%;
  background-color:white;
  border: radius 10px;
}


.mobile-image{height:auto;}

}



@media only screen and (max-width:500px){
  .regform{
    width:100%;
    background-color: rgba(0,0,0,0.6);
    margin: auto;
    color: #ffffff;
    padding: 10px 0px 10px 0px;
    text-align: center;
    border-radius: 15px 15px 0px 0px;
  }
  .mane{
    background-color: rgba(0,0,0,0.5);
    width:100%;
    display:flex;
    flex-direction: column;
  }
  form{
    width:100%;
    display:flex;
    flex-direction: column;
  }
  #nm{
    width:100%;
    display:flex;
    flex-direction: column;

  }
  .firstname{
    width:100%;
    display:flex;
    flex-direction: column;
  }
  .icons .fa{
    color: #114454;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
  }
  
  .ins .fa{
    color: #aed9b2;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
  }

.img-responsive{
  width:30%;
  height:30%;
}

  .ppp{
  

    margin-left:50px;
  }

.mobile-image{
  width:360px;
  
}


  .aa1{
    padding-top:50px;
  }
  .biggs{
    width:100%;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    background-color:#ebf6ec ;
    margin-bottom:50px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }
  .biggs h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
  }

  .sub-header > div.dropdown2:dropdown2-content
  {
    overflow:visible !important;
  }

.dropdown2{
  display:flex;
  z-index: 100;
  position:relative;
}


.dropdown2-content{
  overflow:visible !important;
  
  position:relative;
}

.bingo{position: absolute;
  top: 0px;
  left: 0px}

.dropbtn{position: absolute;
  top: 0px;
  right: 20px;}

body{
  max-width:100%;
}
.head{    
    width: 100%;
    overflow: hidden;
    position: absolute;
    background-size: cover;
    min-width: 100%;
    height:500px;
    opacity: 1;
    visibility: inherit;
    background-color:#aed9b2 ;
    z-index: 20;
    background-size: cover;
    background-position: center center;
}

.slideshow-container{
  padding-top:100px;
}

.bingo{
  position:absolute;
  width: 90px;
  height: 90px;
}
.logo_footer_image{
  width:90px;
  height:90px;
}
.sub-header{
  height: 30vh;
  min-width: 90%;
  background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(purpose2.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
}


.sub-header h1{
  margin-bottom: 0px;
  position:relative;

}

.ft{
  background-color: rgb(46, 45, 45);
  color: #fff;
  font-family: 'Calibri',sans-serif;
  font-size: 10px;
  margin-top:20px;
  padding-top:20px;
  width:100%;
  margin-bottom:0%;
}

.contactus{
  width: 100%;
  margin: auto;
}

.contact-col{
  flex-basis: 48%;
  margin-bottom: 30px;
  font-size:20px;
}

.contact-col div{
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.contact-col div .fa{
  font-size: 28px;
  color:#114454;
  margin: 10px;
  margin-right: 30px;
}
.contact-col h2{padding:15px}
.contact-col div p{
  padding: 0;
}

.contact-col div h5{
  font-size: 20px;
  margin-bottom: 5px;
  color: #555;
  font-weight: 400;
}

.contact-col input, .contact-col textarea{
  width: 100%;
  padding: 15px;
  margin-bottom: 17px;
  outline: none;
  border: 1px solid #ccc;
  font-size: 20px;

}

.hj{
  font-size:20px;
  margin-left:10px;
  padding:10px;
  
}
.hj p{
  font-size:20px;
  margin-left:10px;
  padding:10px;
}

nav{
 display:block;
  padding: 2% 6%;
  justify-content: space-between;
 }

nav img{
  width: 150px;
}


.nav-links{
  flex: 1;
  text-align:center;
  width:100%;
  background-color: #114454;
  display: none;  
}

.nav-links ul li{
  list-style: none;
  
  padding: 8px 12px;
  position: relative;
  width:100%;
  flex-direction:column;
}

.homepage ul li a{
  color:#114454 ;
  text-decoration: none;
  font-size: 20px;
  text-align:center;
}

.nav-links ul li a{
  color: white;
  text-decoration: none;
  font-size: 20px;
  text-align:center;
  padding:.5rem 1rem;
}

.nav-links ul li::after{
  content: '';
  width: 0%;
  height: 2px;
  background-color:aquamarine;
  display: block;
  margin: auto;

}

.nav-links ul li:hover::after{
  width: 100%;
}

.nav-links.active{
  display:flex;
}

.text-box h1{
  font-size:30px;
  position:relative;
  padding-bottom:440px;
  padding-left:30px;
  padding-top:150px;
}

.page-text h1{
  font-size:30px;
  position:relative;
 
  padding-left:30px;
  padding-top:90px;
}


.text-box h2{
  font-size:30px;
  position:relative;
  padding-right:350px;
  padding-top:0x;
  padding-bottom:280px;  
}

.copyright-text{
  padding:auto;
  font-size:15px;
}

.info-container{
  width: 100%;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffff;
  margin: 0 auto;
  margin-top: 50px;
  border-radius: 5px;
  box-shadow: 0px 0px 50px #114454;
  margin-bottom:50px;
  
}

*{
  margin: 0;
  padding: 0;
  font-family: 'Calibri', sans-serif;
  box-sizing: border-box;
}

.row{
  display:flex;
  flex-direction:column;  
  margin:auto;
  margin-top:0px;
  padding-bottom:50px;
}
.row img{
  width:30%;
  height:30%;
}

.abouthome{
  padding-bottom:100px;
  padding-top:500px;
}
.abouthome2-row img{
  width:300px;
  height:300px;
}
.tb1{
  display:flex;
  flex-direction:column;
}
.tb{
  display:flex;
  flex-direction:column;
  flex-wrap:wrap;
}
.tb>*{
  flex:1 1;
}
.principles{
  display:flex;
  flex-direction:column;
}

.textdeg{
  display:flex;
  flex-direction:column;
}
.head{
  width: 100%;
  overflow: hidden;
  position: absolute;
  background-size: cover;
  width: 100%;
  height: 400px;
  opacity: 1;
  visibility: inherit;
  background-color:#aed9b2 ;
  z-index: 20;
  background-size: cover;
  background-position: center center;
}
.text-box h1{
  width:200px;
}
.row img{
   width:90%;
  height:90%;
}
.abouthome2{
  margin-top:50px;
}
.abouthome2 img{
max-width:360px;
max-height:300px;
}

.hj p{
  padding:10px;
}
}

