/* Embadded Fonts */
@font-face {
  font-family: 'roboto';
  font-weight: 100;
  src: url(fonts/Roboto-Light.ttf);
}

@font-face {
  font-family: 'roboto';
  font-weight: 200;
  src: url(fonts/Roboto-Regular.ttf);
}

@font-face {
  font-family: 'roboto';
  font-weight: 300;
  src: url(fonts/Roboto-Medium.ttf);
}

/* End Embadded Fonts */
html {
  scroll-behavior: smooth;
}

.scrolling {
  top: -15px;
  opacity: 0;
  position: relative;
  transition: all 0.3s;
}

.slideUp {
  opacity: 1;
  top: 0;
}

.navbar {
  background-color: #509AB3;
}

.navbar-brand img {
  height: 60px;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'roboto';
  font-weight: 200;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #fff !important;
}

.navbar-light .navbar-nav .active>.nav-link {
  color: #fff;
  border-bottom: 1px solid;
}

.navbar-light .navbar-nav .nav-link.button-a {
  background-color: #fff;
  border-radius: 35px;
  padding-right: 15px;
  padding-left: 15px;
  color: #509AB3 !important;
  font-weight: 300;
}

header {
  background-color: #fff;
  padding: 50px 0;
  position: relative;
}

header .shape-1 {
  width: 100.2%;
  position: absolute;
  left: -3px;
  top: 0px;
}

header img {
  height: auto;
  width: 100%;
}

header h1 {
  font-size: 50px;
  color: #fff;
  font-family: 'roboto';
  margin-top: 15px;
  text-align: center;
}

header .slide {
  margin-top: 25px;
}

header .slide p {
  font-weight: 100;
  font-family: 'roboto';
  color: #fff;
  text-align: center;
  font-size: 18px;
}

header .slide .slick-dots li button:before {
  color: transparent;
  background-color: #fff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

header .btns {
  margin-top: 70px;
  text-align: center;
}

header .btns a {
  color: #fff;
  font-family: 'roboto';
  font-weight: 300;
  padding: 7px 20px;
  margin: 0 4px;
  border: 1px solid;
  border-radius: 12px;
}

header .btns a.white {
  background-color: #fff;
  color: #509AB3;
}

section {
  padding: 50px 0;
}

section .title {
  margin: 0 auto;
  display: table;
  text-align: center;
}

section .title h1 {
  color: #000;
  text-transform: uppercase;
  font-size: 25px;
  font-family: 'roboto';
  font-weight: bold;
}

section .title h1 span {
  color: #509AB3;
}

section .title div {
  color: #757575;
  font-size: 25px;
  font-weight: 300;
}

section.intro {
  position: relative;
}

section.intro .shape-2 {
  position: absolute;
  right: 0;
  width: 369px;
  z-index: -1;
}

section.intro video {
  margin: 30px auto 0;
  display: table;
  border-radius: 15px;
  width: 68%;
}

section.features .text h1 {
  font-size: 25px;
  font-family: 'roboto';
  font-weight: bold;
}

section.features .text h1 span {
  color: #509AB3;
  font-weight: 300;
}

section.features .text p {
  font-family: 'roboto';
  font-weight: 100;
  color: #000;
}

section.features img {
  width: 100%;
}

section.features-2 .text {}

section.features-2 .text h2 {
  color: #509AB3;
  font-family: 'roboto';
  font-weight: 300;
  font-size: 22px;
}

section.features-2 .text p {
  color: #000;
  font-family: 'roboto';
  font-weight: 100;
  font-size: 17px;
}

section.features-2 .logo {
  width: 80%;
  margin: 0 auto;
  display: table;
}

.pricing {}

.pricing .box {
  border: 1px solid #c1c1c1 !important;
  text-align: center;
  margin-top: 50px;
}

.pricing .box .type {
  padding: 13px;
  background-color: #000;
  color: #fff;
  font-family: 'roboto';
  font-weight: 100;
  text-transform: uppercase;
}

.pricing .box .price {
  background-color: #F5F5F5;
  padding: 35px 0;
  font-size: 45px;
  font-weight: 200;
  font-family: 'roboto';
}

.pricing .box .price span {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
}

.pricing .box ul {
  list-style: none;
  padding: 17px;
  margin: 0;
}

.pricing .box ul li {
  padding: 12px 0;
  border-bottom: 1px solid #dfdfdf;
  font-size: 18px;
}

.pricing .box a {
  text-transform: uppercase;
  font-family: 'roboto';
  font-weight: 200;
  font-size: 14px;
  color: #000;
  margin-bottom: 28px;
  display: inline-block;
  padding: 10px 19px;
  margin-top: 11px;
  border: 1px solid;
  border-radius: 38px;
}

.pricing .box.big {
  transform: scale(1.07);
}

.pricing .box.big .type {
  background-color: #509AB3;
}

.gallery .gallery-slide img {
  margin: 35px 0;
}

li button:before {
  color: transparent !important;
  background-color: #509AB3;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.faq ul.nav-pills {
  margin: 40px auto;
  display: table;
}

.faq ul.nav-pills li {
  display: inline-block;
  text-align: center;
}

.faq ul.nav-pills .nav-link {
  font-weight: 200;
  font-size: 22px;
  font-family: 'roboto';
  color: #000 !important;
}

.faq ul.nav-pills .nav-link.active {
  background-color: unset;
  color: #509AB3 !important;
  border-radius: 0%;
  border-bottom: 1px solid;
}

.faq .faq-slide .block {
  text-align: center;
  padding: 50px 70px;
  border: 1px solid #509AB3;
  border-radius: 7px;
  width: 100%;
}

.faq .faq-slide .block h1 {
  text-align: center;
  font-size: 30px;
  font-family: 'roboto';
  font-weight: 300;
  margin-bottom: 30px;
}

.faq .faq-slide .block p {
  text-align: center;
  font-size: 20px;
  font-family: 'roboto';
  font-weight: 100;
}

.slick-prev,
.slick-next {
  color: #509AB3 !important;
  font-size: 30px !important;
  top: 46% !important;
}

.payment .images {
  text-align: center;
}

.payment .images img {
  margin: 0 27px;
}

.contact {
  background-color: #509AB3;
}

.contact .title h1,
.contact .title div {
  color: #fff;
}

.contact form {
  margin-top: 30px;
}

.contact form input {
  width: 100%;
  margin-bottom: 15px;
  padding: 15px;
  border: none;
  font-family: 'roboto';
  font-weight: 200;
  border-radius: 15px;
  outline: none;
}

.contact form textarea {
  width: 100%;
  border-radius: 15px;
  padding: 15px;
  font-family: 'roboto';
  font-weight: 200;
  border: none;
  outline: none;
}

.contact form button {
  background-color: #222529;
  border: none;
  font-family: 'roboto';
  font-weight: 200;
  color: #fff;
  padding: 10px 60px;
  margin: 15px auto 0;
  display: table;
  border-radius: 26px;
}

footer {
  padding: 30px 0;
  background-color: #222529;
}

footer .social {
  text-align: center;
}

footer .social a {
  text-align: center;
  color: #fff;
  background-color: #509AB3;
  width: 35px;
  height: 35px;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  margin: 0 5px;
  justify-content: center;
}

footer .copy {
  text-align: center;
  color: #fff;
  font-family: 'roboto';
  font-weight: 200;
  margin-top: 30px;
}

footer .links {
  float: right;
}

footer .links a {
  font-family: 'roboto';
  font-weight: 100;
  margin: 8px 0;
  color: rgb(255, 255, 255, 0.4);
  display: block;
}

.login h1 {
  text-align: center;
  color: #509AB3;
  font-family: 'roboto';
  font-weight: 300;
}

.login img {
  height: 500px;
}

.login .login-form p {
  color: #000;
  font-family: 'roboto';
  font-weight: 100;
  text-align: center;
}

.login form {
  margin-top: 25px;
}

.login form select,
.login form input:not([type="checkbox"]) {
  width: 100%;
  padding: 18px;
  font-weight: 200;
  font-family: 'roboto';
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #509AB3;

}

.login form button {
  width: 100%;
  border-radius: 5px;
  margin-top: 15px;
  font-weight: 200;
  font-family: 'roboto';
  border: none;
  color: #fff;
  padding: 18px;
  background-color: #509AB3;
}

.login form .signup {
  width: 100%;
  border-radius: 5px;
  margin-top: 15px;
  font-weight: 200;
  font-family: 'roboto';
  border: none;
  color: #fff;
  padding: 18px;
  background-color: #000000;
  display: block;
  text-align: center;
}

.login form label {
  color: #9E9E9E;
  font-weight: 100;
  font-family: 'roboto';
}

.login form .forget {
  float: right;
  text-transform: uppercase;
}

.verified {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
}

.verified .contain img {
  height: 110px;
}

.verified .contain p {
  margin-top: 20px;
  font-size: 24px;
  font-family: 'roboto';
  font-weight: 100;
}

.content {
  font-family: 'roboto';
}

.content .title-a {
  font-size: 30px;
  color: #509AB3;
  border-bottom: 1px solid #509AB3;
  margin-bottom: 15px;
  display: inline-block;
}

/* Responsive */
@media (max-width: 768px) {
  header {
    background: #509AB3;
  }

  header img,
  .login img {
    height: 260px;
    width: auto;
    margin: 0 auto;
    display: table;
  }

  section.intro .shape-2 {
    width: 100px;
  }

  section.features-2 .logo {
    margin: 30px auto;
  }

  .pricing .box.big {
    transform: scale(1);
  }

  .login-form {
    margin-top: 20px;
  }

  footer img {
    margin: 0 auto 20px;
    display: table;
  }

  footer .links {
    float: unset;
    text-align: center;
    margin-top: 35px;
  }

  footer .links a {
    display: initial;
    margin: 0 7px;
  }
}

.scrollTop {
  position: fixed;
  background: #4f9ab3;
  bottom: 32px;
  right: 32px;
  padding: 5px 11px;
  border-radius: 5px;
  display: none;
}

.scrollTop a {
  color: #fff;
}

.tab-content {
  position: relative;
  height: 300px;
}
.tab-pane {
  width: 100%;
  display: flow-root !important;
  position: absolute;
}
.tab-pane.show {
  z-index: 999;
}