*{
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}
body{
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";



}

nav1{
  /*background: #0082e6;*/
  height: 80px;
  width: 100%;
}
label.logo{
  color: white;
  font-size: 35px;
  line-height: 80px;
  padding: 0 100px;
  font-weight: bold;
}
nav1 ul{
  float: right;
  margin-right: 5px;
}
nav1 ul li{
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
}

nav1 ul li {
  display: inline-block;
  line-height: 70px;
  margin: 0 0px;
  

}



nav1 ul li a{
  color: white;
  font-size:16px;
  padding:7px 10px;
  
  /*text-transform: uppercase;
  background-image: url('button1.jpg');
  background-size: cover;
  border-radius: 20px;
  */
}


#social-sites ul li {
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;

}
/*#social-sites ul li a
{
  
  padding:10px 13px;
  
  /*text-transform: uppercase;*/
  background-image: url('social_bg.jpg');
  border-radius: 15px;
}
*/

a.active,a:hover{
  background: #1b9bff;
  transition: .5s;
}
.checkbtn{
  font-size: 30px;
  color: white;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check{
  display: none;
}

/*@media (max-width: 858px){
  .checkbtn{
    display: block;
  }

  nav ul{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #2c3e50;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  nav ul li a{
    font-size: 20px;
  }
  nav ul li a:hover,a.active{
    background: none;
    color: #0082e6;
  }
  #check:checked ~ ul{
    left: 0;
  }
}*/
.container{

  width: 100%;
  margin-left: auto;
  margin-right: auto;
  
}

.container .content{
  text-align: center;
  width: 90%;
  margin-left:50px;

 
}

.container_mission{

  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-image: url('images/mission_background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  height: auto;
  font-size: 25px;
}

  .container_image{
   position: relative;
   width: 100%;
   background-color: #DCECEB;
   
   }


   .container_image #box1 p{
    left: 10px;
    right: 10px;
    align: justify;
   }

   .container_image .bottom-left{

   position: absolute;
  bottom: 230px;
  left: 160px;

   
   }

.section {
  width: 100%;
  margin-top:-80px;
  padding-bottom: 20px;
  
}

.section1 {
  width: 100%;
  padding-bottom: 20px;
  
}


.section-testimonial{
  
width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
 background-image: url("images/banner.jpg");
 background-size;cover


}
.section-footer{
  
width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
 background-image: url("images/footer_bg.jpg");
 background-size;cover
 background-repeat: no-repeat;


}




.section-mission{
  
width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
 background-image: url("images/mission_background.jpg");
 background-size;cover;
 height: 600;


}

.mission-content{
  
  width: 100%;
  padding: 20px;
  color: #F5DCBD;
  font-family:Tahoma, sans-serif;font-size:20px;color:white;text-align: justify;line-height:1.42em;


}

.mission-content p {
  line-height: 2.42em;
}



.section-news{
  
width: 100%;
 margin-top: 20px;
  padding-bottom: 20px;
 

}





h2.section-head {

  text-align: center;
}

h2.section-head-mission {

  text-align: center;
  color: white;
}

.section-testimonial h2.section-head {

  text-align: center;
  color: white;
}

h2.section-head::after{
  background: #E74c3c; 
  content: "";
  width: 100px;
  height: 3px;
  display: block;
  margin: 10px auto;
}
h2.section-head-contact {

  text-align: center;
  color: white;
}  
  
}

h2.section-head-mission::after{
  background: white; 
  content: "";
  width: 100px;
  height: 3px;
  display: block;
  margin: 10px auto;

  
  
}


h2.section-head-contact::after{
  background: white; 
  content: "";
  width: 100px;
  height: 3px;
  display: block;
  margin: 10px auto;

  
  
}


.bar {
  position: relative;
  width: 100%;
  background-color: lightseagreen;
  height:50px;
}

.bar #content1 a{
  position: absolute;
  color: white;
  left: 20px;
  margin-bottom: 10px;
  
  
  
}

.bar #content2 a{
  position: absolute;
  color: white;
  left: 200px;
  margin-bottom: 10px;
  
  
}
 #content1,#content2 {

  display: inline-block;
 }

#box1, #box2,#box3,#box4 {
  width: 22%;
  display: inline-block;
  
  text-align:   center;
  padding: 10px;
}

#box1 img{
  position: relative;
  border: 5px solid grey;
  margin-top: 20px;
  width: 180px;
  height:180px;
  
}

#box1 img .button-left{

  position: absolute;
  bottom: 8px;
  left: 16px;
}


#box2 img{
  position: relative;
  border: 5px solid grey;
  margin-top: 20px;
  width: 180px;
  height:180px;
  
}

#box2 img{
  position: relative;
  border: 5px solid grey;
  margin-top: 20px;
  width: 180px;
  height:180px;
  
}
#box3 img{
  position: relative;
  border: 5px solid grey;
  margin-top: 20px;
  width: 180px;
  height:180px;
  
}



#box4 img{
  
  position: relative;
  border: 5px solid grey;
  margin-top: 20px;
  width: 180px;
  height:180px;
  
}

#box5 img{
  
  border: 1px solid red;
  border-radius: 20px;
  width: 150px;
  height:150px;
  
  
}

#news_box1, #news_box2,#news_box3,#news_box4 {
  width: 24%;
  display: inline-block;
   padding: 10px;
  text-align: justify;
  
}

#news_box1 img{
  
  border: 1px solid red;
  border-radius: 20px;
  width: 230px;
  height:230px;
  border-radius: 120px;
}

#news_box2 img{
  
  border: 1px solid red;
  border-radius: 20px;
  width: 230px;
  height:230px;
  border-radius: 120px;
}

#news_box3 img{
  
  border: 1px solid red;
  border-radius: 20px;
  width: 230px;
  height:230px;
  border-radius: 120px;
}

#news_box4 img{
  
  border: 1px solid red;
  border-radius: 20px;
  width: 230px;
  height:230px;
  border-radius: 120px;
  
}

#testimonial1{
margin:5px;
color: white;
 text-align: justify;
}

#testimonial1 a{
margin-top: 10px;  
color: white;
text-decoration: none;
}


#testimonial1 img{
width: 100px;
height: 100px;
border-radius: 20%;

}

#testimonial2 img{
width: 100px;
height: 100px;
border-radius: 20%;

}



#testimonial2{
margin-left:200px;
}



 #social-sites i.fa {
  padding-top: 6px;
  font-size: 30px;
  text-align: center;
  /*color: #D04C01;*/
  color: white;
  


}

#social-sites i.fa:before {
  background: white;
  border-radius: 100%;
}

.email1 ul li{

  display: inline-block;
  padding-left: 10px;
}

.email1 ul li a{

  text-decoration: none;
  font-family: calibri;
  font-size: 14px;
  
}


/*#social-sites a {
  background-image:url('images/social_bg.jpg');
  background-size: cover;

}

*/
 #box1 i.fa {
  font-size: 50px;
  text-align: center;
  color: red;

}
 #box2 i.fa {
  font-size: 50px;
  align-content: center;
  color: red;

}

 #box3 i.fa {
  font-size: 50px;
  align-content: center;
  color: red;

}

 #box4 i.fa {
  font-size: 50px;
  align-content: center;
  color: red;

}

#box1 p{

  font-size: 15px;
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
}

#box2 p{

  font-size: 15px;
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
}

#box3 p{

  font-size: 15px;
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
}
#box4 p{

 font-size: 15px;
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
}

#box5 p{

  font-size: 15px;
  text-align: justify;
}  

#more a{

  text-align: right;
  background-color: brown;
}

.button a {
  background-color: brown;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 15px;
}


.button1 a {
  background-color: brown;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 15px;
}


/*#more::after{
  content: "\63";
  font-size: 25px;
}*/

@media (max-width: 970px){

  .container{

  width: 100%;
  margin-top: 80px;
  
  
}
.container .content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section {
  width: 100%;
  padding-top:-20px;
  padding-bottom: 20px;

  
}

#box1,#box2,#box3,#box4,#box5 {

  width: 100%;
  text-align: center;
}

#testimonial1,#testimonial2 {

  width: 100%;
  text-align: justify;
  margin: auto;
  padding: 10px;
}

#news_box1,#news_box2,#news_box3,#news_box4{

  width: 100%;
  text-align: justify;
}

.container_mission {

  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-image:url('images/mission_background.jpg');
background-repeat:no-repeat;
background-position:center;
  height: auto;
  
} 

.mission-content{
  
  width: 100%;
  padding: 20px;
  color: #F5DCBD;
  font-family:Tahoma, sans-serif;font-size:20px;color:white;text-align: justify;line-height:1em;
  

}

.mission-content p {
  line-height: 2.42em;
} 
}


