@import url('./../Montserrat/Stylesheet.css');
h3,h2{
  font-family: 'montserratbold';
  font-style: normal;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-align: center;
}
a{
  text-decoration: none;
  color: #fff;
}
p{
  font-family: 'montserratregular';
  font-style: normal;

  line-height: 1.4;
  font-size: 17px;
  margin: 0;
  padding: 0;
}
section{
  padding: 2rem 0;
}
.section_logo{
  max-width: 450px;
}
.icon_con{
  text-align: center;
}
.icon{
  max-width: 150px;
}
.hide_mobile{
  display: none;
}
img.big_img {
  position: relative;
  top: 0rem;
}
#s_nav{
  padding: 10px 0px;
  background-image: none, -webkit-gradient(linear, left top, left bottom, from(#2ddafd), to(#2ddafd));
  background-image: none, linear-gradient(-180deg, #2ddafd, #2ddafd);
}
#s_nav a{
  font-size: 0.9em;
}
.col-nav{
  text-align: center;
  width: 28.33%;
}

.s1,.s3,.s5 {
	background: linear-gradient(-45deg, #2ddafd, #04457d, #2ddafd, #04457d);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.s6{
  background-color: transparent;
  background-image: none, -webkit-gradient(linear, left top, left bottom, from(#2ddafd), to(#2ddafd));
  background-image: none, linear-gradient(-180deg, #2ddafd, #2ddafd);
}
.s1{
  text-align: center;
}
.s1 h3{
  font-size: 16px;
  color: #fff;
}
.s1 p{
  color: #fff;
}
.s1 .big_img{
  max-width: 600px;
}

.s2 h3 , .s4 h3{
  color: #1d6aac;
  font-family: 'montserratsemibold';
  font-weight: bolder;
  font-size: 26px;
}
.s2 h2{
  color: #1d6aac;
  font-size: 40px;
  
}
.s4 h2{
  color: #1d6aac;
  font-size: 40px;
}
.s4 p,.s2 p{
  font-size: 1.125rem;
}
/* .s4 .con_big_img, .s2 .con_big_img{
  padding: 10rem 0;
} */
 .s3 h2{
  color: #fff;
  font-size: 40px;
}
.white_blue{
  border-radius: 15px;
  background-color: #1d72ba;
  color: #fff;
  padding: 10px;
}
.white_read{
  border-radius: 15px;
  background-color: #fff;
  color: #1d72ba;
  padding: 10px;
}
.s5 h2{
  color: #0b518d;
  font-size: 25px;
}
.s5 h3,.s3 h3{
  color: #0b518d;
  font-size: 26px;
}
.s5 p,.s3 p{
  color: #fff;
  font-size: 1.125rem;
}
.s6 h3{
  color: #fff;
  font-size: 40px;
  text-align: center;
}
.s6 p{
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
}
/* .s5 .con_big_img, .s3 .con_big_img{
  padding: 10rem 0;
} */
label{
  color: #fff;

}
input{
  display: block;
  width: 100%;
  color: #333333;
  vertical-align: middle;
  height: 38px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.con_button{
  text-align: center;
}
.submit-button {
  text-align: center;
  margin-top: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 5px;
  background-color: #fff;
  color: #130c0e;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  width: 50%;
}


footer{
  padding: 20px;
}
@media only screen and (min-width: 33.75em) {  
  
}
@media only screen and (min-width: 45em) { 
  
}
@media only screen and (min-width: 60em) {
  .container{
    max-width: 70rem;
  }
  .col-nav{
    width: 29.33%;
  }
  #s_nav a{
    font-size: 1.2em;
  }
  h3,h2{
    text-align: left;
  }
  p{
    font-size: 29px;
  }
  section{
    padding: 5rem 0;
  }
  .s1 h3{
    font-size: 50px;
    color: #fff;
    text-align: center;
  }
  .s5 h2{
    font-size: 28px;
  }
  img.big_img {
    top: 4rem;
  }
  .hide_web{
    display: none;
  }
  .hide_mobile{
    display: block;
  }
}



#s1 .container .container {
  position: relative;
  width: 24px;
  height: 24px;
}

 .chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

 .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

 .chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

 .chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

 .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

.nom{
  margin: 0;
}
.textright{
  text-align: right;
}
.textleft{
  text-align: left;
}