body {
  font-family: 'Red Hat Text', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
b,
input {
  font-family: 'Red Hat Text', sans-serif;
}

section {
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  section {
    padding: 30px 0;
  }
}

.navbar-custom {
  padding: 30px 0px;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .navbar-custom {
    padding: 10px 0px;
  }
}

.navbar-custom .navbar-toggler:focus {
  outline: 0;
}

@media screen and (max-width: 992px) {
  .navbar-custom .navbar-collapse {
    background-color: white;
    padding: 25px 0;
  }
  .navbar-custom .navbar-collapse a {
    color: #000 !important;
    text-align: center;
  }
}

.navbar-custom .navbar-nav li a {
  line-height: 26px;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent !important;
  padding: 6px 0;
  margin: 0 10px;
  font-weight: 500;
}

.navbar-custom .navbar-nav .rds {
  border: 0;
  border-radius: 60px 0px 35px 60px;
  background-color: #0657B6 !important;
  color: #ffe6e6 !important;
  cursor: pointer;
  text-align: center;
  width: 115px;
  margin: 0px auto;
}

.darkHeader {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.082);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.082);
  padding: 10px 0px;
}

.darkHeader .navbar-nav li a {
  color: #000;
}

.banner {
  background: url(../images/overlay.png);
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 200px 0px 200px 0px;
  color: #fff;
  background-attachment: fixed;
}

@media screen and (max-width: 768px) {
  .banner {
    padding: 120px 0px 25px 0px;
  }
}

.banner .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .banner img {
    display: none;
  }
}

.banner .home-content {
  text-align: center;
}

.banner .home-content h1 {
  font-size: 60px;
  line-height: 1.4;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .banner .home-content h1 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

.banner .home-content p {
  font-size: 23px;
  font-weight: 100;
  list-style: 1.4;
}

@media screen and (max-width: 767px) {
  .banner .home-content p {
    font-size: 14px;
  }
}

.client {
  background-color: #0657B6;
  color: #fff;
}

.client h3 {
  font-size: 50px;
}

@media screen and (max-width: 767px) {
  .client h3 {
    font-size: 25px;
    margin-bottom: -30px;
  }
}

.client p {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .client p {
    font-size: 14px;
  }
}

.client .services-box {
  padding: 0px 20px;
}

@media screen and (max-width: 767px) {
  .client .services-box {
    padding: 0px 0px;
  }
}

.section-tabs h3 {
  font-size: 50px;
}

@media screen and (max-width: 767px) {
  .section-tabs h3 {
    font-size: 25px;
  }
}

.section-tabs p {
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .section-tabs p {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .section-tabs .mt-5 {
    margin-top: 0 !important;
  }
}

.section-tabs img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .section-tabs img {
    margin-bottom: 20px;
  }
}

.section-tabs .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-tabs .tabs-data {
  background: #F8F8F8;
  padding: 25px;
}

@media screen and (max-width: 767px) {
  .section-tabs .tabs-data {
    padding: 0;
    background-color: #fff;
  }
}

.section-tabs .text p {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .section-tabs .text p {
    font-size: 14px;
  }
}

.section-tabs .nav-tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .section-tabs .nav-tabs {
    margin-bottom: 25px;
  }
}

.section-tabs .nav-tabs .nav-link {
  position: relative;
  border: 0;
  padding: 20px 0;
  margin: 0px 25px;
  font-size: 20px;
  color: #999999;
}

@media screen and (max-width: 767px) {
  .section-tabs .nav-tabs .nav-link {
    margin: 0px 12px;
    font-size: 18px;
    padding: 15px 0;
  }
}

.section-tabs .nav-tabs .nav-link:hover {
  border: 0;
}

.section-tabs .nav-tabs .nav-link.active {
  border: 0;
  background-color: transparent;
}

.section-tabs .nav-tabs .nav-link.active::after {
  width: 100%;
  content: '';
  height: 3px;
  background-color: #0657B6;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-tabs .nav-tabs .nav-link.active::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0657B6;
  margin: 0px auto;
}

.bg {
  background: url(../images/bg-n.png);
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 100px 0px 100px 0px;
  color: #fff;
  background-attachment: fixed;
}

@media screen and (max-width: 767px) {
  .bg .col-lg-10 {
    padding: 0px;
  }
}

.bg .tabs-data {
  background: rgba(6, 88, 182, 0.774);
  padding: 25px;
}

@media screen and (max-width: 767px) {
  .bg .tabs-data {
    padding: 20px;
  }
}

.bg .nav-link {
  color: #fff !important;
}

.bg .nav-link.active {
  border: 0;
  background-color: transparent;
}

.bg .nav-link.active::after {
  background-color: #C8B66A !important;
}

.bg .nav-link.active::before {
  border-bottom: 10px solid #C8B66A !important;
}

.contact-us h3 {
  color: #fff;
  font-size: 50px;
}

@media screen and (max-width: 767px) {
  .contact-us h3 {
    font-size: 25px;
    color: #000;
  }
}

.contact-us svg {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -25%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .contact-us svg {
    display: none;
  }
}

.contact-us .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-us .forms {
  padding: 50px;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.082);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.082);
  border-radius: 5px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .contact-us .forms {
    padding: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 5px;
  }
}

.contact-us .forms .btn-sub button {
  border: 0;
  border-radius: 60px 0px 35px 60px;
  width: 100%;
  background-color: #0657b6;
  padding: 16px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.contact-us .forms .btn-sub button:focus {
  border: 0;
  outline: 0;
}

.contact-us form > div {
  position: relative;
}

.contact-us form label {
  position: absolute;
  opacity: 0.6;
  font-size: 1.25rem;
  left: 1rem;
  pointer-events: none;
  color: #f2cb79;
  -webkit-transition: all .22s;
  transition: all .22s;
  top: 50%;
  -webkit-transform: translateY(-88%);
          transform: translateY(-88%);
  display: block;
  color: #2C2C2C;
}

.contact-us form input,
.contact-us textarea {
  width: 100%;
  padding: 10px;
  background: #ffffff;
  margin-bottom: 25px;
  border: none;
  color: #aaa;
  font-size: 18px;
  border: solid 1px #b5b5b5;
  border-radius: 4px;
}

.contact-us form input:focus {
  outline: 0;
}

.contact-us form textarea:focus + label,
.contact-us form textarea:hover + label,
.contact-us form textarea:valid + label {
  top: 9px;
  font-size: 1.125rem;
  left: 5px;
  opacity: 1;
  background-color: #fff;
  padding: 0px 5px;
}

.contact-us form input:focus + label,
.contact-us form input:hover + label,
.contact-us form input:valid + label {
  top: 9px;
  font-size: 1.125rem;
  left: 5px;
  opacity: 1;
  background-color: #fff;
  padding: 0px 5px;
}

.footer {
  text-align: center;
  padding: 10px 0;
}

.footer .row {
  border-top: solid 1px #C4C4C4;
}
/*# sourceMappingURL=main.css.map */