@import url('https://fonts.googleapis.com/css?family=Felipa&display=swap');
a{
  text-decoration: none;
  font-size: 100px;
  font-weight: bold;
  font-family: 'Felipa';
  position: relative;
}
a:hover{
  text-decoration: none;
  cursor: pointer;
}
a:link{
  text-decoration: none;
}
a[scroll] {
  font-size: 40px;
  position:absolute;
  left: 50%;
  top: 85%;
}

a[scroll2] {
  font-size: 40px;
  position:absolute;
  left: 50%;
  top: 85%;
}

a[scroll] span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #da0000;
  border-bottom: 2px solid #0000B2;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

a[scroll2] span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 3px solid #0000B2;
  border-bottom: 3px solid #da0000;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

a[scroll] span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
a[scroll] span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
a[scroll] span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

a[scroll2] span:nth-of-type(1) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
a[scroll2] span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
a[scroll2] span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

a[title1]::before{
  content: 'Click For More Info';
  color: #fff;
  background-color: #000;
  padding: 10px;
  font-size: 15px;
  border: 2px solid #ddd;
  border-radius: 20px;
  position:absolute;
  bottom: 50px;
  left: 100px;
  transform: scale(0);
  transition: bottom ease-out 200ms;
}

a[title1]:hover::before{
  bottom: 110px;
  transform: scale(1);
}

a[title]::before{
  content: 'Click For More Info';
  color: #fff;
  background-color: #000;
  padding: 10px;
  font-size: 15px;
  border: 2px solid #ddd;
  border-radius: 20px;
  position:absolute;
  bottom: 50px;
  left: 100px;
  transform: scale(0);
  transition: bottom ease-out 200ms;
}

a[title]:hover::before{
  transform: scale(1);
  bottom: 210px;
}

.black-circle {
    background-size: cover;
    position: relative;
    display: table;
    width: 100%;
}
.inner {
    text-align: center;
    color: #ABCDEF;
}
.inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.ct-page_title {
    height: 640px;
    display: inline-table;
    border-radius: 50%;
    width: 640px;
}
.ct-page_title h1 {
    font-size: 75px;
    line-height: 1;
    font-family: 'Felipa',fantasy;
    font-weight: 700;
}
.ct-page_title h2 {
    font-size: 34px;
    font-family: 'Felipa',sans-serif;
    font-weight: 400;
    font-weight: 700;
	width: 85%;
	margin: 0 auto;
}
.ct-u-paddingBoth120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}
.ct-section_header--type1 {
    font-family: 'Felipa';
    color: #00bff3;
    font-size: 115px;
    text-transform: uppercase;
}
.ct-section_header + p {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1.5px;
    text-align: center;
    color: #F2385A;
}
.btn.btn-motive {
    background-color: #00bff3;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
	padding: 20px 50px;
    font-size: 30px;
    white-space: normal;
	color: #fff;
    text-decoration: none;
	margin-top: 70px !important;
}
.fa {
    font-size: 42px;
    color: #fff;
    background-color: #00bff3;
    border-radius: 50%;
    padding: 12px;
}
