@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
nav{
  display: flex;
  height: 80px;
  width: 100%;
  background: white;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px 0 100px;
  flex-wrap: wrap;
}
nav .logo{
  /* color: #fff; */
  color: green;
  font-size: 15px;
  font-weight: 600;
}
nav .logo img {
  width: 260px;
}

/* nav img {
  width: 260px;
} */

nav ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
nav ul li{
  margin: 0 5px;
}
nav ul li a{
  color: blue;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 5px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

/*
nav ul li a.active{
  color: yellow;
} */

nav ul li a:hover{
  color: #58d68d;
  /* background: white; */
}
nav .menu-btn i{
  color: blue;
  font-size: 22px;
  cursor: pointer;
  display: none;
}
input[type="checkbox"]{
  display: none;
}


.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: -1;
  width: 100%;
  padding: 0 30px;
  color: #1b1b1b;
}
.content div{
  font-size: 20px;
  font-weight: 100;
}


p.ex1 {
  border: 0px;
  padding-top: 20px;
}

hr.new1{
  background: darkblue;
  height: 8px;
}

hr.new2{
  background: darkblue;
  height: 20px;
}
hr.team{
  background: darkblue;
  height: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.title-color {
  color: #0048BA;
}

.title-color1 {
  color: #1569C7;
}

.footer {
  background: #696969;
  color: darkblue;
  height: 300px;
  position: relative;
}

.footer .inner-footer {

}

.innner-footer .footer-third {
  width: calc(21.6666666667 - 20px);
  display: block;
  margin-bottom: 20px;
}

.wrapper{
	clear:both;
	position: relative;
	overflow: hidden;
}

.footer .left {
height:200px;
width:2%;
text-align:center;
float:left;
display: inline-block;
}

.footer .right{
height:100px;
width:20%;
float:right;
text-align:left;
display: inline-block;
}

.footer .centered{
width:5%;
overflow: hidden;
display: inline-block;
text-align:center;
}

.content3 {
  margin: 20px;
  font-size: 25px;
  line-height: 2;
}

.content4 {
  # margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

.content5 {
  margin: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
}

.footer2{
background: grey;
color: darkblue;
height: 500px;
position: relative;
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
height: 100%;
float: left;
}

/*
.footer1 .section1{
float: left;
width: auto;
height: 100%;
}
*/

div {
  /* padding: 10px; */
}

p {
  padding-top: 6px;
  padding-bottom: 6px;
}



h3 {
  padding-top: 6px;
  padding-bottom: 6px;
}



@media(min-width: 621px) {

#container {
    /* display: flex ; */
    display: talbe;
    align-items: stretch ;
    flex-flow: row wrap ;
  }
  #navbar {
    /* order: 1 ; */
    width: 20%;
    float: left ;
    display: table-cell;
  }

  #navbar img {
    max-width: 100%;
  }

  #content {
    /* order: 2 ; */
    width: 80% ;
    float: left ;
    padding: 0px;
  }

  #side-col {
    /* width: 200px; */
  	max-width: 100% ;
    padding-top: 25px;
	padding-bottom: 20px;
    display: table-cell;
  }

  #sbuttons {
  	/* width: 200px; */
  	max-width: 100% ;
  	/* text-align: center ; */
     padding-left: 25px ;
     padding-top: 25px;
  }
  #sbuttons ul {
  	margin: 0 ;
  	padding: 0 ;
  	list-style: none ;
  }
  #sbuttons li {
  	margin: 0 ;
  	display: block ;
  	list-style: none ;
  	font-family: Arial, Helvetica, sans-serif ;
  }
  #sbuttons li a {
  	color: blue;
  	/* background-color: #99ccff ;
  	border: 1px outset #0000ff ; */
  	text-decoration: none ;
  	display: block ;
    text-align: left;
  }
  #sbuttons li a:hover {
  	color: #58d68d;
  	/* background-color: #0000c0 ; */
  }

  .footer1{
  background: grey;
  color: darkblue;
  height: 500px;
  position: relative;
  width: 100%;
  padding: 35px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 14px;
  }

  /*
  .footer1 .section1{
  float: left;
  width: 33%;
  height: 100%;
  }
  */

  .footer1 .section1{
  float: left;
  width: auto;
  height: 100%;
  }

  .footer1 .footer-bottom {
    background: #686766;
    color: darkblue;
    height: 40px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .content1 {
	  margin: 20px;
      /* font-size: 28px; */
	  font-size: 20px;
      line-height: 1.7;
      padding: 10px;
  }

  .content2 {
    margin: 20px;
    font-size: 16px;
    line-height: 1.7;
    padding: 10px;
  }

  .bottom-pad {
    padding-bottom: 20px;
  }

  .right-pad {
    padding-right: 20px;
  }

  .left-pad {
    padding-left: 10px;
  }

  .left-top-bottom-pad {
	padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  /*
  .content2 .subcontent2 {
    margin: 10px;
  }
  */

  .content2 .subcontent2 {
    margin: 1px;
  }

  .display-narrow {
    display: none;
  }

}

@media (max-width: 1000px){
  nav{
    padding: 0 40px 0 50px;
  }
}
@media (max-width: 620px) {

  nav .menu-btn i{
    display: block;
	float: right;

  }
  #click:checked ~ .menu-btn i:before{
    content: "\f00d";
  }
  nav ul{
    position: fixed;
    top: 180px;
    left: -100%;
    /* background: #111; */
    background: white;
    /* height: 100vh; */
    /* height: 100vh; */
    width: 100%;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
  }
  #click:checked ~ ul{
    left: 0;
  }
  nav ul li{
    width: 100%;
    /* margin: 40px 0; */
    margin: 27px 0;
  }
  nav ul li a{
    width: 100%;
    margin-left: -100%;
    display: block;
    /* font-size: 20px; */
    font-size: 15px;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  #click:checked ~ ul li a{
    margin-left: 0px;
  }
  nav ul li a.active,
  nav ul li a:hover{
    background: none;
    color: darkblue;
  }

  #container {
   display: flex ;
   align-items: stretch ;
   flex-flow: column wrap ;
 }
 #navbar {
   /* order: 2 ; */
   width: 100%;
 }
 #navbar img {
   max-width: 50%;
 }
 #content {
   /* order: 1 ; */
   width: 100% ;
   padding: 0px;
 }

 #side-col {
   /* width: 200px; */
   max-width: 100% ;
   padding-top: 25px;
   padding-bottom: 10px;
   text-align: center;
 }

 #sbuttons {
   /* width: 180px ; */
   max-width: 100% ;
   text-align: center ;
   padding: 20px;
 }
 #sbuttons ul {
   margin: 0 ;
   list-style: none ;
 }
 #sbuttons li {
   margin: 0 ;
   display: block ;
   list-style: none ;
   font-family: Arial, Helvetica, sans-serif ;
}
 #sbuttons li a {
   color: blue;
   /* background-color: #99ccff ;
   border: 1px outset #0000ff ; */
   text-decoration: none ;
   display: block ;
   text-align: center;
 }
 #sbuttons li a:hover {
   color: #58d68d;
   /* background-color: #0000c0 ; */
 }

/* main menu on mobile */

#mbuttons {
  /* width: 180px ; */
  max-width: 100% ;
  text-align: center ;
  padding: 20px;
  display: flex;
}
#mbuttons ul {
  margin: 0 ;
  list-style: none ;
  /* background-color: #0570D6 ; */
  /* border: 1px outset #0000ff ; */
  /* border-top: 1px outset #0000ff ; */
}
#mbuttons li {
  margin: 0 ;
  display: block ;
  list-style: none ;
  font-family: Arial, Helvetica, sans-serif ;
}
#mbuttons li a {
  color: white;
  background-color: #0570D6 ;
  border: 1px outset #0000ff ;
  /* border-bottom: 1px outset #0000ff ; */
  /* border-top: 1px outset #0000ff ; */
  text-decoration: none ;
  display: block ;
  text-align: center;
}
#mbuttons li a:hover {
  color:  #58d68d;
  background-color: darkblue ;
}
/*
label {
	float: right;
	align: right;
}
input {
	float: right;
}
*/
 .footer1{
 background: grey;
 color: darkblue;
 height: 470px;
 position: relative;
 width: 100%;
 padding: 5px;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 overflow: hidden;
 font-size: 14px;
 }

 /*
 .footer1 .section1{
 float: left;
 width: 33%;
 height: 100%;
 }
 */

 .footer1 .section1{
 float: left;
 width: auto;
 height: 100%;
 }

 .footer1 .footer-bottom {
   background: #686766;
   color: darkblue;
   height: 40px;
   width: 100%;
   text-align: center;
   position: absolute;
   bottom: 0px;
   left: 0px;
   padding-top: 10px;
   padding-bottom: 10px;
   font-size: 8px;
 }

 .content1 {
   margin: 10px;
   font-size: 16px;
   line-height: 1.7;
   padding: 5px;
 }

 .content2 {
   margin: 10px;
   font-size: 16px;
   line-height: 1.7;
   padding: 5px;
 }

 /*
 .content2 .subcontent2 {
   margin: 10px;
 }
 */

 .content2 .subcontent2 {
   margin: 1px;
 }

 .display-wide {
   display: none;
 }

 .centering {
   text-align: center;
   padding-top: 20px;
 }
}
