@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;700&display=swap");
html {
  background: #fff;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding: 0; }

h1 {
  margin: 0;
  padding: 0;
  font-size: 40px; }
  @media only screen and (max-width: 991px) {
    h1 {
      font-size: 30px; } }

h2 {
  font-size: 45px;
  font-weight: 500; }
  @media only screen and (max-width: 991px) {
    h2 {
      font-size: 40px; } }

h3 {
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 25px 0; }
  @media only screen and (max-width: 991px) {
    h3 {
      font-size: 20px; } }

h4 {
  font-size: 20px;
  font-weight: bold; }

p {
  font-size: 17px; }

img {
  max-width: 100%; }

a {
  color: #1B1B1C;
  transition: 0.3s all; }
  a:hover {
    color: #469bdc;
    transition: 0.3s all; }

h2 {
  display: inline-block;
  position: relative;
  padding: 0 0 5px 0; }
  h2::after {
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    bottom: 0;
    left: 0;
    background-color: #e0882e;
    transform-origin: bottom left;
    transition: all 1s ease-out;
    transition-delay: 1s; }

ul {
  margin: 0 0 0 20px;
  padding: 0; }

.in-viewport h2::after {
  width: 100%; }

.container {
  max-width: 1140px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.logo {
  max-width: 150px; }

.navbar {
  background: #fff !important;
  padding: 10px 20px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s; }
  .navbar .navbar-nav {
    margin: 10px; }
  .navbar .navbar-brand {
    min-width: 70px; }
  .navbar li.nav-item {
    font-size: 15px;
    font-weight: bold;
    line-height: 1; }
    .navbar li.nav-item a {
      color: #1B1B1C !important;
      text-decoration: none;
      padding: 15px 0;
      margin: 0 20px; }
      .navbar li.nav-item a:hover {
        color: #469bdc !important; }
      .navbar li.nav-item a:focus {
        color: #469bdc; }
      .navbar li.nav-item a.btn-orange {
        display: inline-block;
        background: #e0882e;
        color: #fff !important;
        padding: 15px 25px !important;
        border-radius: 20px; }
        .navbar li.nav-item a.btn-orange:hover {
          background: #469bdc; }

.content-img {
  border-radius: 10px;
  margin: 0 0 40px 0; }

.navbar-brand {
  padding: 0; }

a {
  color: #1B1B1C; }

img {
  max-width: 100%; }

.banner {
  height: 40vw;
  min-height: 300px;
  background-size: cover;
  margin-top: 80px;
  background-position: center center; }
  .banner .banner-inner {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .banner h1 {
    color: #fff; }

section {
  padding: 100px 0; }
  @media only screen and (max-width: 991px) {
    section {
      padding: 50px 0; } }

.welcome {
  background: #fff; }
  .welcome .welcome-logo {
    width: 300px;
    margin-bottom: 30px; }

.about {
  background: #469bdc; }
  .about p, .about h2, .about h3, .about li {
    color: #fff !important; }
  .about h2::after {
    background-color: rgba(255, 255, 255, 0.5) !important; }

.profile {
      /*
border-bottom:4px solid rgba(255,255,255,0.2); */
  padding: 30px;
  margin-bottom: 80px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 180px; }
  @media only screen and (max-width: 767px) {
    .profile {
      border-radius: 30px; } }
  .profile img {
    width: 300px;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.2); }

.services h4 {
  margin: 25px 0 15px 0; }

.faqs {
  background: #e0882e;
  background-image: url(../img/bg-line.svg);
  background-size: 150%;
  background-position: center center; }
  .faqs p, .faqs h2, .faqs h3, .faqs h4, .faqs li {
    color: #fff !important; }
  .faqs h4 {
    margin: 25px 0 15px 0; }
  .faqs h2::after {
    background-color: rgba(255, 255, 255, 0.5) !important; }

.contact a {
  font-weight: bold;
  color: #e0882e; }

footer {
  background: #000;
  padding: 30px 0; }
  footer p {
    color: #fff; }

p.copyright {
  margin: 0 0 25px 0; }

.map {
  width: 100%;
  display: block; }

.col-lg {
  min-width: 0; }

.about-text {
  padding: 0 30px; }
  @media only screen and (max-width: 991px) {
    .about-text {
      padding: 0; } }

.qual {
  background: rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 20px; }

@media only screen and (max-width: 991px) {
  .banner {
    margin-top: 60px; }

  .navbar .navbar-nav {
    margin: 20px 0 0 0;
    padding: 0; }
  .navbar li.nav-item a, .navbar .login-btn a {
    padding: 10px 0 !important;
    margin: 0; } }

/*# sourceMappingURL=style.css.map */
