*{
margin:0;
padding: 0;
}

body {
  background-color:#fff;
  font-family:Arial;
  margin:auto;

}

a{
  text-decoration:none;
}

.header-brand{
  margin-left: 3%;
  padding: 0;
  display:block;
  margin-bottom: 0;
  display:inline-block;


}


.header-brand-text{
  margin:0;
  padding: 0;
  display:inline-block;
  margin-left:1%;

}
.header-brand-text h1{
  font-size: 19px;
  text-transform: capitalize;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
  color:#fff;

}

.header-brand-text a{
    text-decoration: none;
}

.brand-img{
  vertical-align: middle;
}

@media screen and (max-width: 600px) {
  .header-brand-text{
    display:none;
  }
  .header-brand{
  display:none;
}
}

nav {
  width:100%;
  background-color:#223354;
  display:block;
  z-index:1;
  text-transform: uppercase;
  margin:auto;

}

nav ul{
padding:0;
margin: auto;
margin-right:3%;
float:right;

}

nav ul li {
  float:left;
  list-style:none;
  position:relative;
  margin: auto;
}

nav ul li a {

  display:block;
  font-family:"Roboto";
  color: #fff;
  font-size:14px;
  padding: 15px 20px;
  text-decoration:none;

}
.nav-border{
  border-bottom: 2px solid transparent;
  transition:0.15s;
}

.nav-border:hover{
  border-bottom: 2px solid #FFCA55 ;
}
nav ul li ul {
  display:none;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 5px 10px 2px rgba(0,0,0,.2);
  padding: 0px 0px;
  border-radius:1px 0px 2px 2px;
}

nav ul li:hover ul {
  display:block;
  z-index:1;

}


nav ul li ul li a {
  min-width:200px;
  padding: 8px 20px;
  font-size:14;
  color:#1B2531;

}

nav ul li ul li a:hover {
  background-color: #D7D7D7;
  color:#000;
  transition:.15s;
  border-radius:0px 0px 1px 1px;

}
nav ul li a:hover {

  color:#FFCA55;
  transition:.15s;

}



.logo {
  display:block;
  float:left;
  padding-left:5%;
  margin:0;
}

#logohidden{
  display:block;
  float:left;
  padding-left:5%;
  margin-top:-10px;
}

#logohidden a{
  font-family: "Roboto";
  font-size:12px;
  float:right;
  padding-top:5px;
  margin:0;
  color: #fff;
  text-decoration: none;
}




.responsive-bar{
min-height: 5%;
width:100%;
background: #223354;
padding: 15px 30px;
margin: auto;
box-sizing:border-box;
display:none;
position:fixed;
top:0;
z-index:1;


}

.responsive-bar h3{
  margin-top:0;
  padding:3px 0;
  color:#456a83;
  float:left;
}
.responsive-bar h3 a{
color:#456a83;
text-decoration: none;
font-family:"Arial";
font-size: 14px;

}


.menu{
  float:right;
  cursor:pointer;
  padding-top:0;
  margin-top:-8;

}

@media (max-width:900px){
  nav{
      display:none;
  }
  .responsive-bar{
    display:block;
  }
  #slider {
    margin-top:40px;
  }
}

.sidenav {
    height: 100%;
    width:0px;
    position: fixed;
    z-index: 2;
    max-width:100%;
    top: 0;
    right: 0;
    background-color: #223354;
    overflow: hidden;
    transition: 0.25s;
    padding-top: 60px;
    box-shadow:0px 5px 5px 3px rgba(0,0,0,.2);

}

.sidenav a {
  font-family:"Roboto";
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
}
.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top:0;
    margin:10;
    padding:0 13px;
    font-size: 36px;
}

.sidenav .closebtn:hover {

  color:#FFCA55;
}


.sidenav ul li a:hover {
  background-color: #223354;
  color:#FFCA55;

}
.sidenav ul li a {

  transition:.2s
}


/* ABD */



.abd {
  max-width:100%;
  height: auto;
  margin:0 auto 0 auto;
  background-color: #FFF;
  padding:0;
  overflow:hidden;
}

.clsimg-fit{
width: 100%;
height: 100%;
margin: auto;
padding: 0;
margin-bottom: 20px;


}
.clsimg {
  display:block;
  margin:auto;

}

@media screen and (max-width: 600px) {
  .clsimg{
    max-width: 100%;
    max-height: 100%;
    margin:0;
  }
}
@media screen and (max-width: 900px) {
  .clsimg{
    max-width: 90%;
    max-height: 90%;
    margin:auto;
  }
}

/* NEWSBOX */
.newsbox {
  width: 90%;
  border-bottom: 1px solid #ccc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px;
  margin: auto;

}

.newsbox-title{
  width: 100%;
  font-size: 16px;
  font-family: "open sans",sans-serif;
  font-weight: 500;
  padding-top: 10px;
  color: #7A7A7A;
  padding-left: 9px;
  border-bottom: 1px solid #ccc;

}
.column {
    -ms-flex: 22.5%;
    flex: 22.5%;
    max-width: 22.5%;
    padding: 4 4px;
    margin: 3px auto;
}
  .column-img{
    vertical-align: middle;
    margin:auto;
    padding: 4px 4px;
    -webkit-transition: 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out, -moz-transform 0.25s ease-in-out;
    transition: 0.25s ease-in-out, transform 0.25s ease-in-out;
  }

  .column-img h3{
    font-family: "work sans", sans-serif;
    font-size: 0.9em;
    text-align: left;
    color:#7A7A7A;

  }
  .column-img a{
    text-decoration: none;
    transition: 0.15s;
    text-transform: uppercase;
    color:#7A7A7A;

  }
.column-img img{
  transition:0.15s;
}




@media screen and (max-width: 900px) {
    .column {
        -ms-flex: 33%;
        flex: 33%;
        max-width: 33%;
    }
}


@media screen and (max-width: 700px) {
    .column {
        -ms-flex: 60%;
        flex: 60%;
        max-width: 60%;
    }

}

@media screen and (max-width:210px){
  .column-img h3{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.column-img a:hover{
  color:#7a7a7a;
  text-decoration:underline;

}

.paragraph1{
  margin:auto;
  text-align: left;
  padding:3% 0;
  width: 85%;
  font-size:17.5px;
  text-indent: 50px;
  font-family: "calibri", sans-serif;
}
.paragraph1 p{
  margin-top:5px;
}

.video{
  width: 65%;
  margin: auto;
  display:block;
  height: 550px;
}
.video iframe{
  width: 100%;
  height:100%;
  padding: 0;
  border-radius:5px;
}
@media screen and (max-width:1200px){
  .video {
    width: 80%;
    height: 500px;
  }
}
@media screen and (max-width:900px){
  .video{
    width: 80%;
    height: 400px;
  }
}

@media screen and (max-width:700px){
  .video{
    width: 85%;
    height: 300px;
  }
}
@media screen and (max-width:400px){
  .video{
    width: 85%;
    height: 200px;
  }
}

/* GRID BOXES */
.gridbox {
  width:85%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding:0px 0px 25px 0px;
  margin: auto;
}

.grid-column {
    -ms-flex: 15%;
    flex: 15%;
    max-width: 15%;
    margin:auto;
    padding: 0;
}
.grid-column2 {
    -ms-flex: 36%;
    flex: 36%;
    max-width: 36%;
    margin:auto;
    padding: 0;
}
.grid-column-btn{
  padding:5px;
  width: 45%;
  margin:auto;
  margin-top:15px;
  overflow:hidden;
  border-radius: 20px;
  color:#0c2340;
  vertical-align: middle;
  box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  transition:0.25s;
  cursor:pointer;
  background-color: #0f2542;
  color:#fff;
}

@media screen and (max-width: 905px) {

  .grid-column-btn{
   width: 60%;
  }
}


.grid-column-btn:hover{
  box-shadow:0 3px 10px 0 rgba(0,0,0,0.2),0 3px 15px 0 rgba(0,0,0,0.19)
}
.grid-column-btn h3{
    font-size:14px;
    text-align: center;
    font-family:"roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 2px;
}

@media screen and (max-width: 600px) {
  .grid-column{
    -ms-flex:30%;
    flex:30%;
    max-width: 30%;
  }
  .grid-column2{
    flex:100%;
    max-width: 86%;
  }
}



@media screen and (max-width: 300px) {
.grid-column2{
width: 100%;
}
.grid-column{
  flex:100%;
  max-width: 51%;
  }
}

.grid-column-img2{
  margin:50px auto 0 auto;
  padding: 0;
  -webkit-transition: 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out, -moz-transform 0.15s ease-in-out;
  transition: 0.15s ease-in-out, transform 0.15s ease-in-out;
 box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);



}
.grid-column-img2:hover{
  box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)

}


  .grid-column-img{
    border-radius: 20px;
    margin: 25px 0;
    padding: 0;
    -webkit-transition: 0.2s ease-in-out, -webkit-transform 0.2 ease-in-out;
    -moz-transition: 0.2s ease-in-out, -moz-transform 0.2 ease-in-out;
    transition: 0.2s ease-in-out, transform 0.2s ease-in-out;
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  }
  .grid-column-img-news{
    margin: auto;
    padding: 0;
    -webkit-transition: 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
    transition: 0.2s ease-in-out, transform 0.2s ease-in-out;

  }

.radius{
  border-radius: 20px;
}

  .grid-column-img:hover{
    box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)

  }


  .grid-column-news{
    width: 37%;
    margin:auto;
    padding: 0;
    -webkit-transition: 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out, -moz-transform 0.25s ease-in-out;
    transition: 0.25s ease-in-out, transform 0.25s ease-in-out;

  }

  .grid-column-news:hover{
    opacity:0.85;
    box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  }



  .footer {
    background-color: #223354;
    width: 100%;
    bottom:0;
    margin:auto;
    padding: 0;
    overflow: hidden;
  }


  @media screen and (max-width: 600px) {
  .footer-logo-img{
  max-width: 100px;
  max-height: 100px;
    }
  .footer-brand-text{
    margin:5px;
    }
    .footer-brand-text h1{
      font-size:18px;
    }
    .footer-text{
      font-size:12;
    }
  }
  .social-icons{

    margin:0;
    padding: 0;
    display:inline-block;

  }

  .contacte{
      margin:auto;
      padding: 0;
      display:inline-block;
      margin:10px;
      font-family: "roboto", sans-serif;
      letter-spacing: 0.5px;
      margin-right:5%;
      float:right;
      clear:left;
      margin-top:-20px;
    }
    .contacte h3{
      color:#fff;
      margin:auto;
    }
    .contacte p{
      color:#fff;
      font-size: 14px;

    }

  .back{
    float:left;
    margin-left:3%;


  }
  .back-btn{

    color:#fff;
    padding: 8px;
    font-family: "roboto",sans-serif;
    transition:0.15s;
  }
  .back-btn:hover{
    color:#bbb;
  }

  @media screen and (max-width: 600px){
    .back-btn{
      font-size:12px;
    }
    .contacte{
      margin-top:15px;
    }
  }
  .fab, .fas{
    color:#fff;
    margin:7px;
    transition:0.15s;

  }
  .fab:hover, .fas:hover{
    color:#bbb;
  }


  .footer-text {
    color:#fff;
    font-weight: 500;
    font-family: "arial",sans-serif;
    padding: 10px 0;
    margin: auto;
    text-align: center;
  }
