
/***************************************************/
* {
  padding: 0;
  margin: 0;
}

body, html {
  height: auto;
  width: 100%;
  margin: 0;
}

.header-container {
  position: fixed;
  width: 50%;
  height: 120px;
  top: 0px;
  z-index: 1;
  padding-left: 10px;
  background-color: #fff;
}
.header-container a {
  margin-top: 10px;
  margin-left: 10px;

}
.header-container a:hover {
  opacity: .5;
}


.topnav {
  position: fixed;
  height: 120px;
  width: 50%;
  text-align: left;
  top: 0px;
  margin-left: 50%;
  z-index: 1;
  background-color: #fff;
  line-height: 15px;
  padding-top: 10px;
}

.topnav a {
  color: #587daa;
  text-decoration: none;
  font-family: Helvetica;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 10px;
  display: block;
  z-index: 1;
}

.topnav a:hover {
  background-color: #ffffff;
  color: #000;
  font-family: Helvetica;
  font-size: 14px;
  animation: fadeIn 2s ease;
  text-decoration: none;
}

.topnav a.active {
  background-color: #ffffff;
  color: #000;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: bold;
}

@media only screen and (min-width:870px) {
  .header-container {
    padding-left: 20px;
    width: 100%;
  }
  .topnav {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    height: 25px;
    line-height: 25px;
    padding-top: 0px;
    margin-top: 120px;
    margin-left: 0px;
  }

  .topnav a {
    display: inline-block;
  }
}
.blank{
width: 100%;
height: 1400px;
background-color: green;

}
/**************************************/

.main-container {
  display: block;
  float: left;
  position: relative;
  top:125px;
  width: 95%;
  margin-left: 2.5%;
  height: auto;
  overflow: hidden;
  z-index: 0;
}

.main-container img {
  width: 100%;
  z-index: 0;
}

#myslider {
  position: relative;
  width: 95%;
  top:125px;
  left:2.5%;
  height: 80px;
  background-color: #fff;
  z-index: 0;
}

#myslider div {
  width: 100%;
  height: 80px;
  color: #000;
  padding-top: 20px;
  text-align: center;
}

#myslider div p{
  text-align: center;
  font-size: 19px;
  font-family: Helvetica;
}

@media only screen and (min-width:870px) {
  .main-container {
    top:145px;
  }


  #myslider div {
    padding-top: 0px;
  }
  #myslider div p{
    font-size: 50px;
  }

}

/******************************************/
.grey-box {
  display: block;
  position: relative;
  float: left;
  background-color: #91a0a3;
  width: 95%;
  left: 2.5%;
  top:130px;
  height: 80px;
  padding-top: 15px;
}

.grey-box p {
  color: #00305b;
  text-align: center;
  font-size: 12px;
  font-family: Helvetica;
}

.light-grey-box {
  display: block;
  float: left;
  position: relative;
  background-color: #f7f8f9;
  width: 95%;
  margin-left: 2.5%;
  top: 130px;
  height: 150px;
  padding-top: 5%;
}

.light-grey-box p {
  color: #00305b;
  text-align: center;
  font-size: 12px;
  font-family: Helvetica;
}

@media only screen and (min-width:870px) {
  .grey-box {
    display: inline-block;
    width: 47.5%;
    height: 350px;
    padding-top: 7%;
  }

  .grey-box p {
    font-size: 30px;
  }

  .light-grey-box {
    display: inline-block;
    float: right;
    height: 350px;
    width: 47.5%;
    margin-right: 2.5%;
    padding-top: 5%;
  }

  .light-grey-box p {
    font-size: 20px;
    line-height: 35px;
  }
}

/*********************************************************/
* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

.carousel-container {
  /*  margin: 24% auto;*/
  display: none;
  position: relative;
  float: left;
  top: 130px;
  margin-left: 45%;
  margin-bottom: 110px;
  width: 100px;
  height: 100px;
  perspective: 20000px;
}
/*
#carousel19 {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: rotation 20s infinite linear;
}

#carousel19 figure {
  display: block;
  position: absolute;
  width: 30%;
  height: 120px;
  left: 10px;
  top: 10px;
}

#carousel19 figure:nth-child(1) {
  transform: rotateY(0deg) translateZ(450px);
}

#carousel19 figure:nth-child(2) {
  transform: rotateY(40deg) translateZ(450px);
}

#carousel19 figure:nth-child(3) {
  transform: rotateY(80deg) translateZ(450px);
}

#carousel19 figure:nth-child(4) {
  transform: rotateY(120deg) translateZ(450px);
}

#carousel19 figure:nth-child(5) {
  transform: rotateY(160deg) translateZ(450px);
}

#carousel19 figure:nth-child(6) {
  transform: rotateY(200deg) translateZ(450px);
}

#carousel19 figure:nth-child(7) {
  transform: rotateY(240deg) translateZ(450px);
}

#carousel19 figure:nth-child(8) {
  transform: rotateY(280deg) translateZ(450px);
}

#carousel19 figure:nth-child(9) {
  transform: rotateY(320deg) translateZ(450px);
}

@keyframes rotation {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
  }
}
*/
@media only screen and (min-width:870px) {
  .carousel-container {
    /*  margin: 24% auto;*/
    display: block;
    position: relative;
    float: left;
    top: 130px;
    margin-left: 45%;
    margin-bottom: 110px;
    width: 100px;
    height: 100px;
    perspective: 20000px;
  }

  #carousel19 {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    animation: rotation 20s infinite linear;
  }

  #carousel19 figure {
    display: block;
    position: absolute;
    width: 30%;
    height: 120px;
    left: 10px;
    top: 10px;
  }

  #carousel19 figure:nth-child(1) {
    transform: rotateY(0deg) translateZ(650px);
  }

  #carousel19 figure:nth-child(2) {
    transform: rotateY(40deg) translateZ(650px);
  }

  #carousel19 figure:nth-child(3) {
    transform: rotateY(80deg) translateZ(650px);
  }

  #carousel19 figure:nth-child(4) {
    transform: rotateY(120deg) translateZ(650px);
  }

  #carousel19 figure:nth-child(5) {
    transform: rotateY(160deg) translateZ(650px);
  }

  #carousel19 figure:nth-child(6) {
    transform: rotateY(200deg) translateZ(650px);
  }

  #carousel19 figure:nth-child(7) {
    transform: rotateY(240deg) translateZ(650px);
  }

  #carousel19 figure:nth-child(8) {
    transform: rotateY(280deg) translateZ(650px);
  }

  #carousel19 figure:nth-child(9) {
    transform: rotateY(320deg) translateZ(650px);
  }
  @keyframes rotation {
    from {
      transform: rotateY(0deg);
    }

    to {
      transform: rotateY(360deg);
    }
  }

}

* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

.carousel-container20 {
  /*  margin: 24% auto;*/
  display: block;
  position: relative;
  float: left;
  margin-top: 1px;
  margin-left: 15%;
  margin-bottom: 110px;
  width: 100px;
  height: 100px;
  perspective: 9000px;
}

#carousel20 {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: rotation 20s infinite linear;
}

#carousel20 figure {
  display: block;
  position: absolute;
  width: 30%;
  height: auto;
  left: 10px;
  top: 10px;
}

#carousel20 figure:nth-child(1) {
  transform: rotateY(0deg) translateZ(450px);
}

#carousel20 figure:nth-child(2) {
  transform: rotateY(120deg) translateZ(450px);
}

#carousel20 figure:nth-child(3) {
  transform: rotateY(240deg) translateZ(450px);
}

@keyframes rotate {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(720deg);
  }
}

@media only screen and (min-width:870px) {
  #carousel20 figure:nth-child(1) {
    transform: rotateY(0deg) translateZ(650px);
  }

  #carousel20 figure:nth-child(2) {
    transform: rotateY(120deg) translateZ(650px);
  }

  #carousel20 figure:nth-child(3) {
    transform: rotateY(240deg) translateZ(650px);
  }
}

/**********************************************/
.black-container {
  display: block;
  position: relative;
  float: left;
  width: 95%;
  margin-left: 2.5%;
  height: 250px;
  text-align: center;
  background-color: #1c2126;
  padding-top: 10px;
  margin-top: 150px;
}

.black-container h1 {
  margin-top: 20px;
  font-size: 16px;
  font-family: Helvetica;
  color: #ffffff;
}

.black-container h2 {
  font-size: 12px;
  font-family: Helvetica;
  color: lightblue;
}

.bullet-container {
  width: 300px;
  text-align: left;
  margin-left: 5%;
  padding-left: 50px;
}

.bullet-container ul {
  list-style-position: inside;
  list-style-type: circle;
}

.bullet-container ul li {
  font-size: 12px;
  font-family: Helvetica;
  color: #ffffff;
}

@media only screen and (min-width:870px) {
  .black-container {
    height: 370px;
    padding-top: 50px;
  }

  .black-container h1 {
    font-size: 30px;
  }

  .black-container h2 {
    font-size: 20px;
  }

  .bullet-container {
    width: 400px;
    margin-left: 40%;
    margin-top: 20px;
  }

  .bullet-container ul li {
    font-size: 16px;
  }
}

/************************************************/
.blue2-container {
  display: block;
  position: relative;
  float: left;
  width: 95%;
  margin-left: 2.5%;
  height: 100px;
  text-align: center;
  background-color: #63809a;
  padding-top: 25px;
  margin-top: 10px;
}

.blue2-container p {
  margin-top: 10px;
  font-size: 20px;
  font-family: Helvetica;
  color: #1c2126;
}

@media only screen and (min-width:870px) {
  .blue2-container {
    padding-top: 10px;
    margin-top: 10px;
  }

  .blue2-container p {
    font-size: 50px;
  }
}

/**********************************/
.light-grey2-box {
  display: block;
  position: relative;
  float: left;
  width: 95%;
  margin-left: 2.5%;
  margin-top: 5px;
  height: 280px;
  z-index: 0;
}
.light-grey3-box {
  display: none;
  position: relative;
  float: left;
  width: 95%;
  margin-left: 2.5%;
  margin-top: -150px;
  height: 280px;
  z-index: 0;
}
.carousel-inner>.item>img {
  width: 95%;
  margin-left: 2.5%;
}
@media only screen and (min-width:870px) {
  .light-grey2-box {
    margin-top: 10px;
  }
  .light-grey3-box {
    display: block;
    margin-top: -10px;
  }

}
/******************************************/
.container-1-1 {
  display: block;
  position: relative;
  float: left;
  width: 95%;
  margin-top: 5px;
  margin-left: 2.5%;
  height: auto;
  text-align: center;
}

.container-1-1 img {
  height: 100%;
  width: 100%;
}

.container-1-1-2 {
  display: block;
  position: relative;
  float: left;
  width: 95%;
  height: auto;
  background-color: #c0c0c0;
  margin-left: 2.5%;
}

.container-1-1-3 {
  display: block;
  position: relative;
  float: left;
  width: 95%;
  height: auto;
  background-color: #a5a5a5;
  margin-left: 2.5%;
}

.container-1-1-4 {
  display: block;
  position: relative;
  float: left;
  width: 95%;
  height: auto;
  background-color: #898989;
  margin-left: 2.5%;
}

.container-1-1-2, .container-1-1-3, .container-1-1-4 h3 {
  font-size: 17px;
  font-family: Helvetica;
  color: #1c2126;
  text-align: left;
  padding-left: 20px;
}

.container-1-1-2, .container-1-1-3, .container-1-1-4 p {
  font-size: 13px;
  font-family: Helvetica;
  color: #1c2126;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0px;
}

@media only screen and (min-width:870px) {
  .container-1-1 {
    width: 22.5%;
    height: 250px;
    float: left;
    padding-top: 0px;
    margin-top: 10px;
  }

  .container-1-1-2, .container-1-1-3, .container-1-1-4 {
    display: inline-block;
    width: 72.5%;
    height: 250px;
    float: left;
    margin-left: 0px;
    margin-top: 10px;
  }

  .container-1-1-2, .container-1-1-3, .container-1-1-4 h3 {
    font-size: 20px;
  }

  .container-1-1-2, .container-1-1-3, .container-1-1-4 p {
    font-size: 17px;
  }
}

/**************************************************/
.container-2-1 {
  display: block;
  width: 95%;
  margin-top: 5px;
  margin-left: 2.5%;
  height: 100px;
  text-align: center;
}

.container-2-1 img {
  height: 100%;
  width: 50%;
}

.container-2-1-2 {
  display: block;
  width: 95%;
  height: 180px;
  background-color: #fffddd;
  margin-left: 2.5%;
}

.container-2-1-2 h3 {
  font-size: 20px;
  font-family: Helvetica;
  color: #1c2126;
  text-align: left;
  padding: 10px;
}

.container-2-1-2 p {
  font-size: 12px;
  font-family: Helvetica;
  color: #1c2126;
  text-align: left;
  padding-left: 20px;
  padding-top: 20px;
}

@media only screen and (min-width:870px) {
  .container-2-1 {
    float: left;
    width: 22.5%;
    height: 250px;
    margin-left: 2.5%;
    margin-top: 0px;
  }

  .container-2-1 img {
    height: 100%;
    width: 100%;
  }

  .container-2-1-2 {
    display: inline-block;
    width: 72.5%;
    height: 250px;
    margin-left: 0px;
  }

  .container-2-1-2 h3 {
    font-size: 20px;
  }

  .container-2-1-2 p {
    font-size: 17px;
  }
}

/**************************************************/
.container-3-1 {
  display: block;
  width: 95%;
  margin-top: 5px;
  margin-left: 2.5%;
  height: 100px;
  text-align: center;
}

.container-3-1 img {
  height: 100%;
  width: 50%;
}

.container-3-1-2 {
  display: block;
  width: 95%;
  height: 200px;
  background-color: #8a9d9f;
  margin-left: 2.5%;
}

.container-3-1-2 h3 {
  font-size: 20px;
  font-family: Helvetica;
  color: #1c2126;
  text-align: left;
  padding: 10px;
}

.container-3-1-2 p {
  font-size: 12px;
  font-family: Helvetica;
  color: #1c2126;
  text-align: left;
  padding-left: 20px;
  padding-top: 20px;
}

@media only screen and (min-width:870px) {
  .container-3-1 {
    float: left;
    width: 22.5%;
    height: 250px;
    margin-left: 2.5%;
  }

  .container-3-1 img {
    height: 100%;
    width: 100%;
  }

  .container-3-1-2 {
    display: inline-block;
    width: 72.5%;
    height: 250px;
    margin-left: 0px;
  }

  .container-3-1-2 h3 {
    font-size: 20px;
  }

  .container-3-1-2 p {
    font-size: 17px;
  }
}
.footer-container {
  padding: 10px;
  display: block;
  position: relative;
  float: left;
  text-align: center;
  width: 95%;
  height: auto;
  margin-left: 2.5%;
  margin-top: 10px;
  background-color: #e8eef7;
  line-height: 15px;
}
.footer-container h1 {
  margin:0px;
  padding: 0px;
  font-size: 15px;
  font-family: Helvetica;
  color: #000;
}
.footer-container h2 {
  margin:0px;
  padding: 0px;
  font-size: 15px;
  font-family: Helvetica;
  color: #587daa;
}

.footer-container h3 {
  display: inline-block;
  margin:0px;
  padding: 0px;
  font-size: 10px;
  font-family: Helvetica;
  color: #000;
}


.footer-container a {
  display: inline-block;
}
.footer-container a img {
  width: 20px;
  height:20px;
}

.footer-container a:hover {
  opacity: 0.5;
}

.last-footer-container {
  display: block;
  position: relative;
  float: left;
  width: 95%;
  height: 20px;
  position: relative;
  margin-left: 2.5%;
  text-align: center;
}
.last-footer-container p{
  font-size: 10px;
  font-family: Helvetica;
  color: #587daa;
}
