body {margin: 0px; font-family: "roboto" !important; background-color: #ffffff;}

html {
  scroll-behavior: smooth;
}

#header {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
  height: 85px;
  min-width: 300px;
  position: relative;
  z-index: 2;
}

#header-cont {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background: rgba(0,0,0,0);
  width: 100%;
  max-width: 2560px;
  height: 65px;
}

#hamburger {
  width: 75px;
  height: 85px;
  position: relative;
  float: left;
  background: rgba(0,0,0,0);
  padding-left: 17.75px;
  padding-right: 17.75px;
  transition: 0.3s;
  z-index: 1;
}

#hamburger:hover {
  cursor: pointer;
  transition: 0.3s;
  background-color: #dfe4ea;
}

@media screen and (max-width: 329px) {
  #hamburger {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#cent1 {
  position: relative;
  margin-top: 17.75px;
}

#burg-1 {
  height: 7px;
  width: 100%;
  background-color: #3742fa;
  position: relative;
  float: left;
  transition: 0.3s;
}

#hamburger:hover #burg-1 {
  margin-top: -6px;
  transition: 0.3s;
}

#burg-a {
  height: 7px;
  width: 100%;
  background-color: #3742fa;
  position: relative;
  float: left;
  margin: 14px 0px;
  transition: 0.3s;
  top: 50%;
}

#hamburger:hover #burg-a {
  margin: 20px 0px;
  transition: 0.3s;
}

#burg {
  height: 7px;
  width: 100%;
  background-color: #3742fa;
  position: relative;
  float: left;
  transition: 0.3s;
}

#title1 {
  position: absolute;
  font-size: 30px;
  color: #3742fa;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  z-index: 0;
  margin-left: 120px;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
  background: rgba(0,0,0,0);
  margin-top: 4px;
}

@media screen and (max-width: 449px) {
  #title1 {
    font-size: 25px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 359px) {
  #title1 {
    font-size: 22.5px;
    margin-top: 9px;
    margin-left: 115px;
  }
}

@media screen and (max-width: 329px) {
  #title1 {
    font-size: 21px;
    margin-left: 110px;
  }
}

nav {
  right: 0;
  position: absolute;
  margin-top: 15px;
  margin-right: 50px;
}

nav ul li {
  display: inline;
}

nav ul li a {
  color: #3742fa;
  font-size: 20px;
  padding-left: 15px;
  padding-right: 15px;
  transition: 0.3s;
  margin: 0;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 30px;
}

nav ul li a:hover {
    background-color: #dfe4ea;
    transition: 0.3s;
}

a {text-decoration: none;}

@media screen and (max-width: 979px) {
  nav {
    display: none;
  }
}

#cond:after {
  content: '\f0d7';
  font-family: "FontAwesome" !important;
  color: #3742fa;
  margin-left: 5px;
}

#hero-img {
  width: 100%;
  min-width: 300px;
  height: 525px;
  background-color: blue;
  z-index: 1;
  overflow: hidden;
  position: relative;
}

#dropper {
  width: 100%;
  max-width: 2560px;
  height: 300px;
  background-color: #ffffff;
  position: absolute;
  transition: 0.3s;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.squarecon {
  width: 250px;
  height: 250px;
  position: relative;
  float:left;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 20px;
  background: linear-gradient(to bottom right, #3742fa, #3742fa);
  border-radius: 3px;
  overflow: hidden;
}

.squareconimg {
  width: 100%;
  height: 175px;
  background-color: blue;
  overflow: hidden;
  top: 0;
  position: relative;
}

.squareconbut {
  height: 75px;
  background: rgba(0,0,0,0);
  bottom: 0;
  position: relative;
  width: 100%;
}

.conbut {
  height: 40px;
  width: 170px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #ffffff;
  box-sizing: border-box;
  margin-left: 20px;
  overflow: hidden;
  transition: 0.4s;
}

.conbut:hover {
  cursor: pointer;
}

.conimg {
  width: 140%;
  transition: 0.3s;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
}

.squarecon:hover .conimg {
  width: 170%;
transition: 0.3s;
margin-top: -7.5%;
}

.conbut1 {
  width: 100%;
  height: 36px;
  background: rgba(0,0,0,0);
  position: relative;
  float: left;
  transition: 0.4s;
}

.conbut:hover .conbut1 {
  margin-top: -100%;
  transition: 0.4s;
}

.pconbut {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  margin-left: 5px;
  float: left;
  color: #ffffff;
  margin-top: 0px;
  padding: 0;
}

.pconbut2 {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  margin-left: 5px;
  float: left;
  color: #3742fa;
  margin-top: 0px;
  padding: 0;
}

.conbut2 {
  width: 100%;
  height: 36px;
  background-color: #ffffff;
  position: relative;
  float: left;
  transition: 0.4s;
}

.arr1 {
  height: 15px;
  width: 15px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  border-radius: 0px 3px 0px 0px;
  position: relative;
  float: right;
  margin-right: 10px;
  transform: rotate(45deg);
  margin-top: 10px;
}

.arr2 {
  height: 15px;
  width: 15px;
  border-right: 2px solid #3742fa;
  border-top: 2px solid #3742fa;
  border-radius: 0px 3px 0px 0px;
  position: relative;
  float: right;
  margin-right: 10px;
  transform: rotate(45deg);
  margin-top: 10px;
}

#slider1 {
  width: 300%;
  height: 525px;
  position: relative;
}

.slidev {
  width: 33.3333333333%;
  height: 525px;
  position: relative;
  float: left;
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  width: 8px;
  background-color: #3742fa;
}

#hero-img-img {
  width: 100%;
  position: relative;
top: 50%;
transform: translateY(-50%);
float: left;
}

#hero-img-img2 {
  position: relative;
width: 108%;
transform: translateY(-50%);
top: 50%;
margin-left: -4%;
}

#hero-img-img3 {
  position: relative;
width: 108%;
transform: translateY(-50%);
top: 50%;
margin-left: -4%;
}

#hero-img-img2a {
  position: relative;
width: 108%;
margin-left: -4%;
display: none;
}

#hero-img-img3a {
  position: relative;
width: 108%;
margin-left: -4%;
display: none;
}

@media screen and (min-width: 1920px) {
  #hero-img-img2, #hero-img-img3 {
    transform: translateY(-0%);
    top: 0%;
  }
}

@media screen and (max-width: 1919px) {
  #hero-img-img2, #hero-img-img3 {
    width: 122%;
    margin-left: -11%;
  }
}

@media screen and (max-width: 1709px) {
  #hero-img-img2, #hero-img-img3 {
    width: 142%;
    margin-left: -21%;
  }
}

@media screen and (max-width: 1464px) {
  #hero-img-img2, #hero-img-img3 {
    width: 162%;
    margin-left: -31%;
  }
}

@media screen and (max-width: 1279px) {
  #hero-img-img2, #hero-img-img3 {
    width: 182%;
    margin-left: -41%;
  }
}

@media screen and (max-width: 1139px) {
  #hero-img-img2, #hero-img-img3 {
    display: none;
  }

  #hero-img-img2a, #hero-img-img3a {
    display: block;
    width: 120%;
    margin-left: -10%;
    margin-top: -10%;
  }
}

@media screen and (max-width: 759px) {
  #hero-img-img2, #hero-img-img3 {
    display: none;
  }

  #hero-img-img2a, #hero-img-img3a {
    display: block;
    width: 140%;
    margin-left: -20%;
    margin-top: -10%;
  }
}

@media screen and (max-width: 629px) {
  #hero-img-img2, #hero-img-img3 {
    display: none;
  }

  #hero-img-img2a, #hero-img-img3a {
    display: block;
    width: 160%;
    margin-left: -40%;
    margin-top: -15%;
  }
}

@media screen and (max-width: 574px) {
  #hero-img-img2, #hero-img-img3 {
    display: none;
  }

  #hero-img-img2a, #hero-img-img3a {
    display: block;
    width: 170%;
    margin-left: -40%;
    margin-top: 0%;
  }
}

@media screen and (max-width: 464px) {
  #hero-img-img2, #hero-img-img3 {
    display: none;
  }

  #hero-img-img2a, #hero-img-img3a {
    display: block;
    width: 200%;
    margin-left: -70%;
    margin-top: 0%;
  }
}

@media screen and (max-width: 394px) {
  #hero-img-img2, #hero-img-img3 {
    display: none;
  }

  #hero-img-img2a, #hero-img-img3a {
    display: block;
    width: 240%;
    margin-left: -100%;
    margin-top: 0%;
  }
}

@media screen and (max-width: 329px) {
  #hero-img-img2, #hero-img-img3 {
    display: none;
  }

  #hero-img-img2a, #hero-img-img3a {
    display: block;
    width: 270%;
    margin-left: -120%;
    margin-top: 0%;
  }
}

#overlay1 {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 100;
  background: rgba(0,0,0,0);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  min-height: 600px;
  margin-left: -100%;
  min-width: 300px;
}

@media screen and (max-height: 600px) {
  #overlay1 {
    position: absolute;
  }
}

#popup1 {
  width: 400px;
  height: 100%;
  min-height: 600px;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  overflow: hidden;
  max-width: 2560px;
}

@media screen and (max-width: 679px) {
  #popup1 {
    width: 100%;
  }
}

@media screen and (max-height: 600px) {
  #popup1 {
    width: 100% !important;
    height: 600px !important;
  }
}

@media screen and (min-width: 2561px) and (max-height: 600px) {
  #popup1 {
    width: 2200px !important;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

#header2 {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  height: 85px;
  position: relative;
  z-index: 2;
}

#popclose {
  width: 60px;
  height: 60px;
  border-radius: 3px;
  position: relative;
  float: right;
  top: 50%;
  transform: translateY(-50%);
  background-color: #3742fa;
  display: none;
  margin-right: 12.5px;
  transition: 0.3s;
  box-sizing: border-box;
  border: 2px solid #3742fa;
}

@media screen and (max-width: 679px) {
  #popclose {
    display: block;
  }
}

@media screen and (max-height: 600px) {
  #popclose {
    display: block;
  }
}

#popclose:hover {
  transition: 0.3s;
  background: rgba(0,0,0,0);
  cursor: pointer;
}

#popclosep {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  font-family: "Varela Round" !important;
  color: #ffffff;
  transition: 0.3s;
  text-align: center;
  font-size: 30px;
  margin: 0;
  padding: 0;
}

#popclose:hover #popclosep {
  color: #3742fa;
  transition: 0.3s;
}

.nava {
  width: 85%;
  height: 60px;
  background: rgba(0,0,0,0);
  position: relative;
  float: left;
  box-sizing: border-box;
  z-index: 1;
  transition: 0.3s;
}

.nava:hover {
  background-color: #f1f2f6;
  transition: 0.3s;
  cursor: pointer;
  width: 100%;
}

.navap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 7px;
  color: #3742fa;
  font-size: 20px;
  font-weight: bold;
}

#apz {
  width: 100%;
  height: 60px;
  width: 100%;
  position: relative;
  float: left;
  z-index: 2;
  background: rgba(0,0,0,0);
  margin-bottom: -60px;
}

#apz:hover {
  cursor: pointer;
}

#pops2 {
  height: 180px;
  width: 100%;
  transition: 0s;
  display: none;
  background: linear-gradient(to bottom right, #3742fa, #3742fa);
  position: relative;
  float: left;
  max-width: 600px;
}

.nava2 {
  width: 85%;
  height: 60px;
  background: rgba(0,0,0,0);
  position: relative;
  float: left;
  box-sizing: border-box;
  z-index: 1;
  transition: 0.3s;
}


.nava2:hover {
  transition: 0.3s;
  cursor: pointer;
  width: 100%;
  opacity: 0.5;
}

.navap2 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 7px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

.close1 {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 0;
  background: rgba(0,0,0,0);
}

#overlay2 {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(0,0,0,0.3);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 99;
  min-width: 300px;
}

#overlay1a {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 101;
  background: rgba(0,0,0,0);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  min-height: 550px;
  min-width: 300px;
  margin-top: -100%;
}

@media screen and (max-height: 550px) {
  #overlay1a {
    position: absolute;
  }
}

#conta {
  width: 450px;
  height: 450px;
  border-radius: 3px;
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

@media screen and (max-width: 500px) {
  #conta {
    width: 100%;
    height: 100%;
    border-radius: 0px;
  }
}

#popclose2 {
  width: 60px;
  height: 60px;
  border-radius: 3px;
  position: relative;
  float: right;
  background-color: #3742fa;
  display: none;
  margin-right: 12.5px;
  margin-top: 12.5px;
  transition: 0.3s;
  box-sizing: border-box;
  border: 2px solid #3742fa;
}

#popclose2:hover {
  transition: 0.3s;
  background: rgba(0,0,0,0);
  cursor: pointer;
}

@media screen and (max-width: 500px) {
  #popclose2 {
    display: block;
  }
}

#popclosep2 {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  font-family: "Varela Round" !important;
  color: #ffffff;
  transition: 0.3s;
  text-align: center;
  font-size: 30px;
  margin: 0;
  padding: 0;
}

#popclose2:hover #popclosep2 {
  color: #3742fa;
  transition: 0.3s;
}


#mail {
  position: absolute;
  top: 50%;
  color: #3742fa;
  font-size: 22px;
  padding-right: 5px;
  padding-left: 5px;
  margin-top: -11px;
  font-weight: bold;
  transition: 0.3s;
  left: 50%;
  transform: translateX(-50%);
}

#mail:hover {
  opacity: 0.5;
  transition: 0.3s;
}

#overlay2a {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(0,0,0,0.3);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 99;
  min-width: 300px;
}

@media screen and (max-width: 500px) {
  #overlay2a {
    display: none;
  }
}

::selection {
  background: rgba(55, 66, 250, 0.15);
}

#titleassess {
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 35px;
  margin: 0;
  padding-left: 5px;
  padding-right: 5px;
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
  letter-spacing: 2px;
}

#cost {
  border-radius: 5px;
  background-color: #ffffff;
  position: relative;
  height: 200px;
  width: 70%;
  box-shadow: 0px 0px 7px 7px rgba(0,0,0,0.12);
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  z-index: 2;
  margin-top: -100px;
  overflow: hidden;
  max-width: 1792px;
}

#wave {
  position: absolute;
  right: 0;
  opacity: 0.2;
  width: 1300px;
  transform: rotate(-35deg);
  margin-right: -450px;
}

#headerc {
  font-size: 27px;
  color:  #3742fa;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 0;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  z-index: 2;
  padding-right: 15px;
}

#pc {
  color: #3742fa;
  font-size: 22px;
  position: relative;
  top: 0;
  margin: 0;
  padding-right: 5px;
}

.maila {
  transition: 0.3s;
  color: #3742fa;
}

.maila:hover {
  opacity: 0.5;
  transition: 0.3s;
}

#overflowpc {
  background: rgba(0,0,0,0);
  position: absolute;
height: 140px;
 margin-left: 10px;
  margin-top: 52px;
  left: 0;
  overflow: hidden;
  z-index: 1;
  width: 90%;
}

#overflowpci {
  height: 140px;
  overflow: auto;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 1055px) {
  #wave {
    margin-right: -550px;
  }
}

@media screen and (max-width: 779px) {
  #wave {
    margin-right: -600px;
  }
}

@media screen and (max-width: 709px) {
  #wave {
    margin-right: -600px;
  }
}

@media screen and (max-width: 639px) {
  #cost {
    width: 90%;
  }
}

@media screen and (max-width: 499px) {
  #headerc {
    font-size: 23px;
  }

  #pc {
    font-size: 18px;
  }

  #overflowpc {
    margin-top: 48px;
  }
}

@media screen and (max-width: 300px) {
  #cost {
    width: 270px;
    margin-left: 15px;
    left: 0;
    transform: translateX(-0%);
  }
}

@media screen and (max-width: 416px) {
  #cost {
    height: 250px;
    margin-top: -125px;
  }

  #overflowpc {
    margin-top: 80px;
    height: 160px;
  }

  #overflowpci {
    height: 160px;
  }
}

#bio {
  width: 100%;
  height: 400px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-color: #f1f2f6;
  overflow: hidden;
  z-index: 0;
  min-width: 300px;
  max-width: 2560px;
  margin-top: 50px;
}

#bio-img {
  height: 100%;
  width: 400px;
  background-color: #f1f2f6;
  overflow: hidden;
  position: relative;
  float: left;
}

@media screen and (max-width: 749px) {
  #bio-img {
    width: 300px;
  }
}

@media screen and (max-width: 618px) {
  #bio-img {
    width: 240px;
  }
}

@media screen and (max-width: 522px) {
  #bio-img {
    display: none;
  }
}

#paul {
  width: 300px;
  height: 300px;
  position: absolute;
top: 50%;
transform: translateY(-50%);
  border-radius: 5px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 12px 12px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 749px) {
  #paul {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 618px) {
  #paul {
    width: 190px;
    height: 190px;
  }
}

@media screen and (max-width: 522px) {
  #paul {
    width: 190px;
    height: 190px;
  }
}

#bio-p-c {
  overflow: hidden;
}

#bio-about {
  color: #3742fa;
  font-size: 35px;
  margin: 0;
  background: rgba(0,0,0,0);
  padding-bottom: 15px;
  padding-top: 15px;
  margin-left: 30px;
  position: relative;
  width: 548px;
  z-index: 1;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 25px;
}

#bio-about2 {
  color: #3742fa;
  font-size: 35px;
  margin: 0;
  background: rgba(0,0,0,0);
  padding-bottom: 15px;
  padding-top: 15px;
  margin-left: 30px;
  position: relative;
  width: 548px;
  z-index: 1;
  padding-left: 10px;
  padding-right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#line {
  height: 5px;
  width: 30%;
  background-color: #3742fa;
  position: absolute;
  z-index: 0;
  margin-top: -36px;
  margin-left: 40px;
}

@media screen and (max-width: 749px) {
  #line {
    width: 35%;
  }
}

@media screen and (max-width: 618px) {
  #line {
    width: 40%;
  }
}

@media screen and (max-width: 522px) {
  #line {
    width: 50%;
  }
}

@media screen and (max-width: 449px) {
  #line {
    width: 60%;
  }
}

@media screen and (max-width: 399px) {
  #line {
    width: 65%;
  }
}

@media screen and (max-width: 319px) {
  #line {
    width: 68%;
  }
}

#bio-p {
  color: #3742fa;
  font-size: 25px;
  height: 265px;
  overflow: auto;
  position: relative;
  margin-top: -0px;
  padding-left: 40px;
  padding-right: 10px;
}

@media screen and (max-width: 618px) {
  #bio-p {
    font-size: 23px;
  }
}

@media screen and (max-width: 565px) {

    #bio-p {
      font-size: 20px;
    }
}

#paul2d {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: none;
  height: 218px;
  background: rgba(0,0,0,0);
}

@media screen and (max-width: 522px) {
  #paul2d {
    display: block;
  }
}

#paul2 {
  display: none;
  width: 180px;
  height: 180px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 12px 12px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 522px) {
  #paul2 {
    display: block;
  }

  #bio {
    height: 600px;
  }
}

@media screen and (max-width: 1049px) {
  #bio-about {
    width: 547px;
  }

  #bio-p {
    height: 222px;
  }
}

@media screen and (max-width: 884px) {
  #bio-about {
    width: 415px;
  }

  #bio-p {
    padding-left: 0px;
  }

  #bio-about {
    margin-left: -10px;
  }
}

@media screen and (max-width: 749px) {
  #bio-about2 {
    width: 548px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    background: rgba(0,0,0,0);
  }

  #bio-p {
    margin-top: 100px;
    height: 265px;
  }
}

@media screen and (max-width: 618px) {
  #bio-p {
    margin-top: 105px;
    height: 260px;
  }
}

@media screen and (max-width: 599px) {
  #bio-about2 {
    width: 415px;
    padding-top: 0;
    padding-bottom: 0;
  }

  #bio-p {
    margin-top: 105px;
    height: 260px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

#abh {
  width: 100%;
  position: absolute;
  height: 100px;
  left: 0;
  display: none;
  overflow: hidden;
}

@media screen and (max-width: 522px) {
  #bio-p {
    padding-left: 13px;
    padding-right: 5px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 90%;
    box-sizing: border-box;
    margin-top: 130px;
    height: 240px;
  }

  #bio-about2 {
    width: 323px;
  }

  #abh {
    height: 130px;
    margin-top: 0px;
  }
}

@media screen and (max-width: 349px) {
  #bio-about2 {
    width: 250px;
  }

  #bio-p {
    padding-left: 13px;
    padding-right: 5px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 90%;
    box-sizing: border-box;
    height: 220px;
    margin-top: 150px;
  }

  #abh {

  }
}

@media screen and (max-width: 749px) {
  #abh {
    display: block;
  }

  #bio-about {
    display: none;
  }
}

#costa {
  width: 100%;
  height: 400px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  overflow: hidden;
  z-index: 0;
  min-width: 300px;
  max-width: 2560px;
}

#footer {
  height: 500px;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-color: #2f3542;
  min-width: 300px;
  overflow: hidden;
}

#footercent {
  height: 100%;
  width: 100%;
  max-width: 2560px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 30px 30px rgba(0,0,0,0.3);
}

#footerp {
  width: 300px;
  height: 100%;
  position: relative;
  float: left;
}

#footerph {
  color: #ffffff;
  font-size: 32px;
  margin-left: 10px;
}

.footera {
  color: #ffffff;
  font-size: 20px;
  position: relative;
  float: left;
  margin-left: 10px;
  transition: 0.3s;
  font-weight: normal;
}

.footera:hover {
  transition: 0.3s;
  opacity: 0.5;
}

#copyr {
  color: #ffffff;
  position: absolute;
  font-size: 17px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  font-weight: normal;
  margin: 0;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  width: 190.58px;
}

@media screen and (max-width: 522px) {
  #costa {
    height: 600px;
  }
}

#bio-img2 {
  height: 100%;
  width: 400px;
  overflow: hidden;
  position: relative;
  float: left;
}

@media screen and (max-width: 749px) {
  #bio-img2 {
    width: 300px;
  }
}

@media screen and (max-width: 618px) {
  #bio-img2 {
    width: 240px;
  }
}

@media screen and (max-width: 522px) {
  #bio-img2 {
    display: none;
  }
}

#pauls {
  width: 300px;
  height: 300px;
  position: absolute;
top: 50%;
transform: translateY(-50%);
  border-radius: 5px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 12px 12px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 749px) {
  #pauls {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 618px) {
  #pauls {
    width: 190px;
    height: 190px;
  }
}

@media screen and (max-width: 522px) {
  #pauls {
    width: 190px;
    height: 190px;
  }
}

#bio-p-c2 {
  overflow: hidden;
}

#abh2 {
  width: 100%;
  position: absolute;
  height: 100px;
  left: 0;
  display: none;
  overflow: hidden;
}

@media screen and (max-width: 522px) {
  #abh2 {
    height: 130px;
    margin-top: 0px;
  }
}

@media screen and (max-width: 749px) {
  #abh2 {
    display: block;
  }
}

#bio-about2a {
  color: #3742fa;
  font-size: 35px;
  margin: 0;
  background: rgba(0,0,0,0);
  padding-bottom: 15px;
  padding-top: 15px;
  margin-left: 30px;
  position: relative;
  width: 548px;
  z-index: 1;
  padding-left: 10px;
  padding-right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 749px) {
  #bio-about2a {
    width: 548px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    background: rgba(0,0,0,0);
  }
}

@media screen and (max-width: 599px) {
  #bio-about2a {
    width: 415px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 522px) {
  #bio-about2a {
    width: 323px;
  }
}

@media screen and (max-width: 349px) {
  #bio-about2a {
    width: 302px;
    padding: 0;
  }
}

#bio-about2aa {
  color: #3742fa;
  font-size: 35px;
  margin: 0;
  background: rgba(0,0,0,0);
  padding-bottom: 15px;
  padding-top: 15px;
  margin-left: 30px;
  position: relative;
  width: 598px;
  z-index: 1;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 25px;
}

@media screen and (max-width: 1099px) {
  #bio-about2aa {
    width: 547px;
  }
}

@media screen and (max-width: 979px) {
  #bio-about2aa {
    width: 501px;
  }
}

@media screen and (max-width: 884px) {
  #bio-about2aa {

  }

#bio-about2aa {
    margin-left: -10px;
  }
}

@media screen and (max-width: 749px) {
  #bio-about2aa {
    display: none;
  }
}

#bio-p2 {
  color: #3742fa;
  font-size: 25px;
  height: 265px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  margin-top: -0px;
  padding-left: 40px;
  padding-right: 10px;
}

@media screen and (max-width: 618px) {
  #bio-p2 {
    font-size: 23px;
  }
}

@media screen and (max-width: 565px) {

    #bio-p2 {
      font-size: 20px;
    }
}

@media screen and (max-width: 1049px) {
  #bio-p2 {
    height: 222px;
  }
}

@media screen and (max-width: 884px) {
  #bio-p2 {
    padding-left: 0px;
  }
}

@media screen and (max-width: 749px) {
  #bio-p2 {
    margin-top: 100px;
    height: 265px;
  }
}

@media screen and (max-width: 618px) {
  #bio-p2 {
    margin-top: 105px;
    height: 260px;
  }
}

@media screen and (max-width: 599px) {
  #bio-p2 {
    margin-top: 105px;
    height: 260px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 522px) {
  #bio-p2 {
    padding-left: 13px;
    padding-right: 5px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 90%;
    box-sizing: border-box;
    margin-top: 130px;
    height: 240px;
  }
}

@media screen and (max-width: 349px) {
  #bio-p2 {
    padding-left: 13px;
    padding-right: 5px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 90%;
    box-sizing: border-box;
    height: 220px;
    margin-top: 150px;
  }
}

#paul2da {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: none;
  height: 218px;
  background: rgba(0,0,0,0);
}

@media screen and (max-width: 522px) {
  #paul2da {
    display: block;
  }
}

#paul2a {
  display: none;
  width: 180px;
  height: 180px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 12px 12px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 522px) {
  #paul2a {
    display: block;
  }
}
