/*
@File: Prevent Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the template.

This files table contents are outlined below>>>>>

******************************************* 
** - DEFAULT AREA STYLE - **

** - Default Btn Area Style
** - Read More Area Style
** - Section Title Area Style

** - HOME PAGE STYLE - **

** - Header Area Style
** - Nav Area Style

*******************************************
/*

/*
Default Style
============================*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300&display=swap");
body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #585858;
}

a {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-decoration: none;
  color: #585858;
}

a:hover {
  text-decoration: none;
  color: #114987;
}

a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
}

button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #114987;
  font-weight: 700;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 21px;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.form-control {
  height: 50px;
  color: #114987;
  border: 1px solid #707070;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
  padding: 10px 20px;
  width: 100%;
}

.form-control::-webkit-input-placeholder {
  color: #676a6a;
}

.form-control:-ms-input-placeholder {
  color: #676a6a;
}

.form-control::-ms-input-placeholder {
  color: #676a6a;
}

.form-control::placeholder {
  color: #676a6a;
}

.form-control:focus {
  color: #000000;
  background-color: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: 0;
  border: 1px solid #114987;
}

.form-control:hover:focus, .form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

textarea.form-control {
  height: auto;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

/*
Bg-color Style*/
.bg-color-f2f2f2 {
  background-color: #f2f2f2;
}

.bg-color-333333 {
  background-color: #333333;
}

/*
Default Btn Area Style*/
.default-btn {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-align: center;
  background-color: #114987;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-table;
  padding: 15px 35px;
  border-radius: 8px;
}

.default-btn span {
  position: relative;
  padding-right: 25px;
}

.default-btn span i {
  position: absolute;
  top: 4px;
  right: 0;
}

.default-btn:hover {
  background-color: #114987;
  color: #ffffff;
}

/*
Read More Btn Area Style*/
.read-more {
  font-size: 15px;
  color: #114987;
  font-weight: 600;
}

.read-more i {
  position: relative;
  top: 3px;
}

.read-more:hover {
  color: #114987;
  letter-spacing: 1px;
}

/*
Section Title Area Style*/
.section-title {
  max-width: 900px;
  margin: -3px auto 40px;
  text-align: center;
  position: relative;
}

.section-title h2 {
  font-size: 48px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.section-title h2:last-child {
  margin-bottom: 0;
}

.section-title.white-title span {
  color: #114987;
}

.section-title.white-title h2 {
  color: #ffffff;
}

.section-title.white-title p {
  color: #ffffff;
}

.container {
  max-width: 1130px;
}

/* Navbar Area Style
============================================*/
.fixed-top {
  top: 15px;
}

.navbar-area {
  position: relative;
  border-bottom: 15px solid #16974C;
  background-color: #ffffff;
}

.navbar-area::before {
  content: "";
  position: absolute;
  top: 58px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #114987;
}

.navbar-area ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: center;
}

.navbar-area ul li {
  display: inline-block;
  margin-right: 25px;
  padding-right: 25px;
  border-right: 2px solid #16974C;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-area ul li:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}

.navbar-area ul li a {
  font-size: 25px;
  font-weight: 700;
  color: #114987;
}

.navbar-area ul li a:hover {
  color: #16974C;
}

.navbar-area .top-nav {
  border-bottom: 2px solid #114987;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.mobile-menu-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.mobile-menu-nav li {
  margin-bottom: 10px;
}

.mobile-menu-nav li:last-child {
  margin-bottom: 0;
}

.mobile-menu-nav li a {
  font-size: 16px;
}

.btn-primary {
  position: absolute;
  top: 10px;
  left: 21px;
}

/* banner Area Style
============================================*/
.banner-area {
    position: relative;
}

.banner-bg {
  background-image: url(../../assets/images/banner-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-bottom: 510px;
}

.banner-content {
  padding: 30px;
  padding-top: 175px;
  padding-bottom: 0;
}

.banner-content .banner-content-top {
  margin-bottom: 50px;
}

/* About Area Style
============================================*/
.about-area {
  background-color: #dcdcdc;
}

.about-content h2 {
  font-size: 60px;
  font-weight: 900;
  margin-bottom: 20px;
}

/* Conference Area Style
============================================*/
.conference-area {
  border-bottom: 15px solid #16974C;
  margin-bottom: 10px;
}

.border-bottom-40 {
  border-bottom: 40px solid #337fc3;
}

.conference-content h2 {
  font-size: 60px;
  font-weight: 900;
  margin-bottom: 20px;
}

.conference-content img {
  margin-bottom: 30px;
}

/* Profile Area Style
============================================*/
.profile-area {
  background-color: #dcdcdc;
}

.profile-title h2 {
  font-size: 60px;
  font-weight: 900;
  margin-bottom: 30px;
}

.single-profile-img {
  margin-bottom: 70px;
}

.single-profile-img .profile-content {
  position: relative;
  margin: auto;
  margin-top: -30px;
  max-width: 165px;
}

.single-profile-img .profile-content .surname {
  position: absolute;
  top: 11px;
  left: 30px;
  right: 0;
}

.single-profile-img .profile-content .surname img {
  margin-right: -10px;
}

.single-profile-img .profile-content .surname img {
    width: 50px;
    max-width: 50px;
    min-width: 50px;
    height: 100%;
}

.single-profile-img .profile-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-profile-img .profile-content ul li {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 2px;
}

.single-profile-img .profile-content ul li span {
  font-weight: 600;
  color: #272527;
}

.profile-bottom-img {
  border-bottom: 15px solid #16974C;
  margin-bottom: 10px;
}

/* Webcast Area Style
============================================*/
.web-cast-area {
  border-bottom: 15px solid #16974C;
  margin-bottom: 10px;
}

.web-cast-title h2 {
  font-size: 60px;
  font-weight: 900;
  margin-bottom: 20px;
}

.web-cast-title p {
  color: #114987;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.web-cast-content {
  position: relative;
}

.web-cast-content .video-bton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Supporters Area Style
============================================*/
.supporters-area {
  border-bottom: 15px solid #16974C;
  margin-bottom: 10px;
}

.supporters-title h2 {
  font-size: 60px;
  font-weight: 900;
  margin-bottom: 30px;
}

.single-supporters {
  margin-bottom: 30px;
  border-radius: 50px 50px 25px 25px / 150px 150px 25px 25px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-supporters:hover {
  -webkit-box-shadow: 0 0 15px #000000;
          box-shadow: 0 0 15px #000000;
}

/* participants Area Style
============================================*/
.participants-area {
  background-color: #dcdcdc;
  margin-top: 60px;
  padding-bottom: 10px;
  border-bottom: 15px solid #16974C;
  margin-bottom: 10px;
}

.participants-title h2 {
  font-size: 60px;
  font-weight: 900;
  margin-bottom: 30px;
}

.single-participants {
  margin-bottom: 50px;
}

.single-participants .participants-content h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Footer Area Style
============================================*/
.footer-title h2 {
  font-size: 60px;
  font-weight: 900;
  margin-bottom: 20px;
}

.single-footer .info i {
  width: 35px;
  line-height: 35px;
  height: 35px;
  border: 1px solid #16974C;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  margin-right: 5px;
  position: relative;
  top: 1px;
  color: #114987;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-footer .info:hover i {
  background-color: #16974C;
  color: #ffffff;
}

.single-footer ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer ul li a i {
  width: 35px;
  line-height: 35px;
  height: 35px;
  border: 1px solid #16974C;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  color: #114987;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-footer ul li a:hover i {
  background-color: #16974C;
  color: #ffffff;
}

/*====================================================
OTHERS STYLE AREA
=====================================================*/
/*
Preloader Area Style*/
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #114987;
  top: 0;
  left: 0;
  z-index: 99999;
}

.preloader .lds-ripple {
  position: absolute;
  width: 80px;
  height: 80px;
  -webkit-animation: spin-six 2.5s infinite cubic-bezier(0.17, 0.72, 0.55, 1.66);
          animation: spin-six 2.5s infinite cubic-bezier(0.17, 0.72, 0.55, 1.66);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50px, -50px);
          transform: translate(-50px, -50px);
}

.preloader .pl-flip-1 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  margin: 0 auto 18px auto;
  position: relative;
  width: 50px;
  height: 50px;
}

.preloader .pl-flip-1:before, .preloader .pl-flip-1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background: #ffffff;
  display: block;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.preloader .pl-flip-1.pl-flip-2 {
  -webkit-animation-name: flipA;
          animation-name: flipA;
  -webkit-animation-timing-function: steps(1);
          animation-timing-function: steps(1);
}

.preloader .pl-flip-1.pl-flip-2:before {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-name: flipB;
          animation-name: flipB;
}

.preloader .pl-flip-1.pl-flip-2:after {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-name: flipC;
          animation-name: flipC;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

@-webkit-keyframes flipA {
  from, 75%, to {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25%, 50% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@keyframes flipA {
  from, 75%, to {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25%, 50% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@-webkit-keyframes flipB {
  from {
    -webkit-transform: translateY(0) rotateX(0deg);
            transform: translateY(0) rotateX(0deg);
  }
  6.25% {
    -webkit-transform: translateY(0) rotateX(0deg);
            transform: translateY(0) rotateX(0deg);
  }
  12.5% {
    -webkit-transform: translateY(-50%) rotateX(90deg);
            transform: translateY(-50%) rotateX(90deg);
  }
  18.75% {
    -webkit-transform: translateY(0) rotateX(180deg);
            transform: translateY(0) rotateX(180deg);
  }
  31.25% {
    -webkit-transform: translateY(0) rotateX(180deg);
            transform: translateY(0) rotateX(180deg);
  }
  37.5% {
    -webkit-transform: translateY(-50%) rotateX(270deg);
            transform: translateY(-50%) rotateX(270deg);
  }
  43.75% {
    -webkit-transform: translateY(0) rotateX(360deg);
            transform: translateY(0) rotateX(360deg);
  }
  50% {
    -webkit-transform: translateY(0) rotateX(360deg);
            transform: translateY(0) rotateX(360deg);
  }
  56.25% {
    -webkit-transform: translateY(0) rotateX(360deg);
            transform: translateY(0) rotateX(360deg);
  }
  62.5% {
    -webkit-transform: translateY(-50%) rotateX(450deg);
            transform: translateY(-50%) rotateX(450deg);
  }
  68.75% {
    -webkit-transform: translateY(0) rotateX(540deg);
            transform: translateY(0) rotateX(540deg);
  }
  81.25% {
    -webkit-transform: translateY(0) rotateX(540deg);
            transform: translateY(0) rotateX(540deg);
  }
  87.5% {
    -webkit-transform: translateY(-50%) rotateX(630deg);
            transform: translateY(-50%) rotateX(630deg);
  }
  93.75% {
    -webkit-transform: translateY(0) rotateX(720deg);
            transform: translateY(0) rotateX(720deg);
  }
  to {
    -webkit-transform: translateY(0) rotateX(720deg);
            transform: translateY(0) rotateX(720deg);
  }
}

@keyframes flipB {
  from {
    -webkit-transform: translateY(0) rotateX(0deg);
            transform: translateY(0) rotateX(0deg);
  }
  6.25% {
    -webkit-transform: translateY(0) rotateX(0deg);
            transform: translateY(0) rotateX(0deg);
  }
  12.5% {
    -webkit-transform: translateY(-50%) rotateX(90deg);
            transform: translateY(-50%) rotateX(90deg);
  }
  18.75% {
    -webkit-transform: translateY(0) rotateX(180deg);
            transform: translateY(0) rotateX(180deg);
  }
  31.25% {
    -webkit-transform: translateY(0) rotateX(180deg);
            transform: translateY(0) rotateX(180deg);
  }
  37.5% {
    -webkit-transform: translateY(-50%) rotateX(270deg);
            transform: translateY(-50%) rotateX(270deg);
  }
  43.75% {
    -webkit-transform: translateY(0) rotateX(360deg);
            transform: translateY(0) rotateX(360deg);
  }
  50% {
    -webkit-transform: translateY(0) rotateX(360deg);
            transform: translateY(0) rotateX(360deg);
  }
  56.25% {
    -webkit-transform: translateY(0) rotateX(360deg);
            transform: translateY(0) rotateX(360deg);
  }
  62.5% {
    -webkit-transform: translateY(-50%) rotateX(450deg);
            transform: translateY(-50%) rotateX(450deg);
  }
  68.75% {
    -webkit-transform: translateY(0) rotateX(540deg);
            transform: translateY(0) rotateX(540deg);
  }
  81.25% {
    -webkit-transform: translateY(0) rotateX(540deg);
            transform: translateY(0) rotateX(540deg);
  }
  87.5% {
    -webkit-transform: translateY(-50%) rotateX(630deg);
            transform: translateY(-50%) rotateX(630deg);
  }
  93.75% {
    -webkit-transform: translateY(0) rotateX(720deg);
            transform: translateY(0) rotateX(720deg);
  }
  to {
    -webkit-transform: translateY(0) rotateX(720deg);
            transform: translateY(0) rotateX(720deg);
  }
}

@-webkit-keyframes flipC {
  from {
    -webkit-transform: translateY(100%) rotateZ(180deg) rotateX(0deg);
            transform: translateY(100%) rotateZ(180deg) rotateX(0deg);
  }
  6.25% {
    -webkit-transform: translateY(100%) rotateZ(180deg) rotateX(0deg);
            transform: translateY(100%) rotateZ(180deg) rotateX(0deg);
  }
  12.5% {
    -webkit-transform: translateY(150%) rotateZ(180deg) rotateX(90deg);
            transform: translateY(150%) rotateZ(180deg) rotateX(90deg);
  }
  18.75% {
    -webkit-transform: translateY(100%) rotateZ(180deg) rotateX(180deg);
            transform: translateY(100%) rotateZ(180deg) rotateX(180deg);
  }
  31.25% {
    -webkit-transform: translateY(100%) rotateZ(180deg) rotateX(180deg);
            transform: translateY(100%) rotateZ(180deg) rotateX(180deg);
  }
  37.5% {
    -webkit-transform: translateY(150%) rotateZ(180deg) rotateX(270deg);
            transform: translateY(150%) rotateZ(180deg) rotateX(270deg);
  }
  43.75% {
    -webkit-transform: translateY(100%) rotateZ(180deg) rotateX(360deg);
            transform: translateY(100%) rotateZ(180deg) rotateX(360deg);
  }
  50% {
    -webkit-transform: translateY(100%) rotateZ(180deg) rotateX(360deg);
            transform: translateY(100%) rotateZ(180deg) rotateX(360deg);
  }
  56.25% {
    -webkit-transform: translateY(100%) rotateZ(180deg) rotateX(360deg);
            transform: translateY(100%) rotateZ(180deg) rotateX(360deg);
  }
  62.5% {
    -webkit-transform: translateY(150%) rotateZ(180deg) rotateX(450deg);
            transform: translateY(150%) rotateZ(180deg) rotateX(450deg);
  }
  68.75% {
    -webkit-transform: translateY(100%) rotateZ(180deg) rotateX(540deg);
            transform: translateY(100%) rotateZ(180deg) rotateX(540deg);
  }
  81.25% {
    -webkit-transform: translateY(100%) rotateZ(180deg) rotateX(540deg);
            transform: translateY(100%) rotateZ(180deg) rotateX(540deg);
  }
  87.5% {
    -webkit-transform: translateY(150%) rotateZ(180deg) rotateX(630deg);
            transform: translateY(150%) rotateZ(180deg) rotateX(630deg);
  }
  93.75% {
    -webkit-transform: translateY(100%) rotateZ(180deg) rotateX(720deg);
            transform: translateY(100%) rotateZ(180deg) rotateX(720deg);
  }
  to {
    -webkit-transform: translateY(100%) rotateZ(180deg) rotateX(720deg);
            transform: translateY(100%) rotateZ(180deg) rotateX(720deg);
  }
}

@keyframes flipC {
  from {
    -webkit-transform: translateY(100%) rotateZ(180deg) rotateX(0deg);
            transform: translateY(100%) rotateZ(180deg) rotateX(0deg);
  }
  6.25% {
    -webkit-transform: translateY(100%) rotateZ(180deg) rotateX(0deg);
            transform: translateY(100%) rotateZ(180deg) rotateX(0deg);
  }
  12.5% {
    -webkit-transform: translateY(150%) rotateZ(180deg) rotateX(90deg);
            transform: translateY(150%) rotateZ(180deg) rotateX(90deg);
  }
  18.75% {
    -webkit-transform: translateY(100%) rotateZ(180deg) rotateX(180deg);
            transform: translateY(100%) rotateZ(180deg) rotateX(180deg);
  }
  31.25% {
    -webkit-transform: translateY(100%) rotateZ(180deg) rotateX(180deg);
            transform: translateY(100%) rotateZ(180deg) rotateX(180deg);
  }
  37.5% {
    -webkit-transform: translateY(150%) rotateZ(180deg) rotateX(270deg);
            transform: translateY(150%) rotateZ(180deg) rotateX(270deg);
  }
  43.75% {
    -webkit-transform: translateY(100%) rotateZ(180deg) rotateX(360deg);
            transform: translateY(100%) rotateZ(180deg) rotateX(360deg);
  }
  50% {
    -webkit-transform: translateY(100%) rotateZ(180deg) rotateX(360deg);
            transform: translateY(100%) rotateZ(180deg) rotateX(360deg);
  }
  56.25% {
    -webkit-transform: translateY(100%) rotateZ(180deg) rotateX(360deg);
            transform: translateY(100%) rotateZ(180deg) rotateX(360deg);
  }
  62.5% {
    -webkit-transform: translateY(150%) rotateZ(180deg) rotateX(450deg);
            transform: translateY(150%) rotateZ(180deg) rotateX(450deg);
  }
  68.75% {
    -webkit-transform: translateY(100%) rotateZ(180deg) rotateX(540deg);
            transform: translateY(100%) rotateZ(180deg) rotateX(540deg);
  }
  81.25% {
    -webkit-transform: translateY(100%) rotateZ(180deg) rotateX(540deg);
            transform: translateY(100%) rotateZ(180deg) rotateX(540deg);
  }
  87.5% {
    -webkit-transform: translateY(150%) rotateZ(180deg) rotateX(630deg);
            transform: translateY(150%) rotateZ(180deg) rotateX(630deg);
  }
  93.75% {
    -webkit-transform: translateY(100%) rotateZ(180deg) rotateX(720deg);
            transform: translateY(100%) rotateZ(180deg) rotateX(720deg);
  }
  to {
    -webkit-transform: translateY(100%) rotateZ(180deg) rotateX(720deg);
            transform: translateY(100%) rotateZ(180deg) rotateX(720deg);
  }
}

/*
Go Top Style*/
.go-top {
  position: fixed;
  cursor: pointer;
  right: 3%;
  top: 87%;
  background-color: #114987;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  -webkit-transform: scale(0);
          transform: scale(0);
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #114987;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover {
  color: #ffffff;
  background-color: #114987;
}

.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top:focus {
  color: #ffffff;
}

.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 84%;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*
Video wave Style*/
.video-btn {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 190px;
  text-align: center;
  border-radius: 0;
  color: #114987;
  position: relative;
  top: 3px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.video-btn i {
  font-size: 60px;
  color: #eb0000;
  position: absolute;
  top: 0;
  left: 3px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.video-btn::after, .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
  background-color: rgba(255, 255, 255, 0.8);
}

.video-btn:hover {
  background-color: rgba(22, 151, 76, 0.8);
}

.video-btn:hover::before, .video-btn:hover::after {
  background-color: rgba(22, 151, 76, 0.8);
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
/*# sourceMappingURL=style.css.map */