@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400);
* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
}
section {
  position: static;
  width: 100%;
  height: 100%;
}
section::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 80%;
  /*background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%); */
}

#section05 {
  text-align: center;
  padding-top: 5%;
  background: #fffdff;
  height: 100%;
  margin: 0px 0px;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;

}

#two_logos {
  padding-top: 15px;
  width: 640px;
  margin:auto;
}

#logo-cyp {
    display: inline-block;
    float: right;
    position: absolute;
    bottom: 40px;
    right: 0px;
  }

  #logo-cyp img {
    width: 123%!important;
  }

#logo-ser {
    display: inline-block;
    float: left;
    position: absolute;
    bottom: 35px;
    left: 0px;
}

#slider-intro {
    width: 100%;
    height: 100%;
    /*position: static;
    background-color: #1e4167;
    padding: 7% 0px; */
}


html,body{height:100%;}
.carousel,.item,.active{height:100%;}
.carousel-inner{height:100%;}
.fill{width:100%;height:100%;background-position:center;background-size:cover;}

/* faster sliding speed */
.carousel-inner > .item {
    -webkit-transition: 0.3s ease-in-out left;
    -moz-transition: 0.3s ease-in-out left;
    -o-transition: 0.3s ease-in-out left;
    transition: 0.3s ease-in-out left;
}

/* keep full widget on smaller screens */
@media (max-width: 767px) { 
  body {
    padding-left: 0;
    padding-right: 0;
  }
}


/*#thanks {
  background-color: #fff;
} 
#thanks::after {
  content: none;
}
#thanks div {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}  
#thanks h2 {
  margin-bottom: 60px;
  color: #333;
  font : normal 300 64px/1 'Josefin Sans', sans-serif;
  text-align: center;
  white-space: nowrap;
} 
#thanks p {
  color: #333;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
}
#thanks p a {
  color: #333;
  text-decoration: none;
  transition: color .3s;
} 
#thanks p a:hover {
  color: #888;
} */
.demo a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.demo a:hover {
  opacity: .5;
}

.button {
  position: relative;
  bottom: 75px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #0e2352;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.button:hover {
  opacity: .5;
}


#b1 {
  padding-top: 70px;
}
#b1 span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #0e2352;
  border-bottom: 1px solid #0e2352;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

#video {

    display: inline-block;
   /* position: relative;
    left: 26%;
    top: 14%;*/
}

.carousel-item img {
      width: 100%;
      height: 100%;    
  }    margin: 85px auto 0px auto;


  /***********Animation on intro page**************/

.blink-2 {
  -webkit-animation: blink -2 4.5s infinite both;
          animation: blink -2 4.5s infinite both;
}

@-webkit-keyframes blink-2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink-2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 1199px) {
    #image-row {
    margin: 220px auto 0px auto!important;
    width: 50%;
  }
}

@media (min-width: 1200px){
  #image-row {
    margin: 80px auto 0px auto!important;
    width: 50%;
  }
}

@media (min-width: 1400px){
  #image-row {
    margin: 40px auto 0px auto!important;
    width: 50%;
  }
}

@media (min-width: 1900px){

  #image-row {
    margin: 150px auto 0px auto!important;
    width: 50%;
  }

}

#image-row img {
    max-width: 80%;
    padding-top: 5%;
    padding-left: 20%;
}



#blink {
    position: relative;
    display: block;
    z-index: 2;
}

#blink a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  padding: 10px 35px;

}

#blink a {
    color: #fff;
    background-color: #192271;
    border-color: #b0b5b7;
}

.center {
  margin: auto;
}

#blink-row {
  margin: -65px 0 0px 0px!important;
}