@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,100,500,600,700,800);

@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@1,700&family=PT+Serif:ital,wght@1,400;1,700&display=swap");
body {
  border: 0;
  margin: 0;
  padding: 2%;
  background-color: rgba(218, 241, 251, 0.2);
}

#fa {
  font-family: "FontAwesome";
}

.txt {
  font-size: 1.2em;
}

#im-1 {
  width: 65%;
  height: auto;
}

#im-2 {
  width: 70%;
  height: auto;
}

#im-3 {
  width: 90%;
  height: auto;
}

.ct {
  font-family: "Crimson Text", serif;
  font-size: 1.5em;
  font-weight: 700;
}

.rw {
  font-family: "Raleway", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.ow {
  font-family: "Oswald", "sans-serif";
}

.os {
  font-family: "Open Sans", sans-serif;
}

.con {
  margin: 2rem 0 2rem 0;
}

.im {
  position: relative;
}

.text-block {
  position: absolute;
  width: 15em;
  height: 2em;
  margin-left: -7.5em;
  margin-top: -1em;
  top: 50%;
  left: 50%;
  background-color: #d3f3ff;
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.fleft {
  float: right;
}
.bgcol {
  background-color: #e2f2f2;
  color: #386470;
}

@media screen and (max-width: 768px) {
  .fleft {
    float: left;
  }
}

@media screen and (max-width: 1200px) {
  #im-1,
  #im-2,
  #im-3 {
    width: 100%;
  }
}

.wrapper {
  margin: 0 auto 2em auto;
  text-align: center;
  width: 100%;
  position: relative;
}
.btn10 {
  padding: 15px 100px;
  margin: 10px 4px;
  color: #000;
  font-family: sans-serif;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  text-decoration: none;
  display: inline-block;
  top: 40px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase !important;
  letter-spacing: 2px;
  color: #000;
  cursor: hand;
  text-align: center;
  text-transform: capitalize;
  border: 1px solid #000;
  border-radius: 50px;
  position: relative;
  overflow: hidden !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: transparent !important;
  z-index: 10;
}

.btn10:hover {
  border: 1px solid #071982;
  color: #80ffd3 !important;
}

.btn10::before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #071982;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 1;
  top: 0;
  z-index: -12;
  -moz-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6);
}

.btn10::after {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #80ffd3;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 0;
  top: 0;
  z-index: -15;
  -webkit-transition: all 0.94s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6);
}
.btn10:hover::before,
.btn1O:hover::before {
  opacity: 1;
  width: 116%;
}
.btn10:hover::after,
.btn1O:hover::after {
  opacity: 1;
  width: 120%;
}

#logo {
  width: 30%;
  margin-bottom: 1em;
}
