
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap");

body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #525456;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

h6 {
  font-size: 14px;
}

a {
  text-decoration: none !important;
  outline: none !important;
}

p {
  line-height: 1.8;
}

.row > * {
  position: relative;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}

.btn {
  padding: 10px 20px;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.bg-primary {
  background-color: #113768 !important;
}

.bg-soft-primary {
  background-color: rgba(29, 171, 243, 0.1) !important;
}

.text-primary {
  color: #113768 !important;
}

.border-primary {
  border-color: #113768 !important;
}

.btn-primary {
  background: #113768;
  border-color: #113768 !important;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.btn-rounded {
  border-radius: 5px;
}

.btn-custom-white:hover,
.btn-custom-white:focus,
.btn-custom-white:active,
.btn-custom-white.active,
.btn-custom-white.focus,
.btn-custom-white:active,
.btn-custom-white:focus,
.btn-custom-white:hover,
.open > .dropdown-toggle.btn-custom-white {
  background: #f1f0f0;
  box-shadow: none !important;
}

.f-16 {
  font-size: 16px;
}

.f-18 {
  font-size: 18px;
}

.f-20 {
  font-size: 20px;
}

.footer {
  padding: 80px 0;
  position: relative;
}

.footer .footer-title {
  letter-spacing: 1px;
  color: #5c677d;
}

.footer .sub-form form {
  position: relative;
  max-width: 400px;
}

@media (max-width: 768px) {
  .vertical-content {
    display: inherit;
  }
  .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px !important;
    background-color: #36485e !important;
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    color: #ffffff !important;
  }
  .navbar-toggler i {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #ffffff;
  }
  .bg-home {
    height: auto;
  }
  .nav-sticky.navbar-custom .navbar-nav li a {
    color: #ffffff !important;
  }
  .nav-sticky .logo {
    color: #ffffff !important;
  }
  .navbar-custom > .container {
    width: 90%;
  }
  .clients-img {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .clients-img {
    top: 76px;
  }
}

@media (max-height: 767px) {
  .clients-img {
    top: 7px;
  }
}

.cta_section {
  padding: 100px;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.row > * {
  position: relative;
}

.btn-primary {
  background: #113768;
  border-color: #113768 !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .open > .dropdown-toggle.btn-primary {
  background: #113768;
  border-color: #113768;
}

.text-muted {
  color: #9e9e9e !important;
}

.bg-map {
  background-image: url(../images/map.png);
  position: relative;
  background-position: center;
}

.cta-search input {
  padding: 15px 12px;
  width: 100%;
  color: #aeaeae;
  outline: none !important;
  padding-right: 180px;
  padding-left: 30px;
  background-color: #ffffff;
}

.cta-search input:focus {
  border-color: #113768;
  box-shadow: none;
}

.cta-search button {
  position: absolute;
  top: 6px;
  right: 8px;
  outline: none !important;
  padding: 12px 30px;
}

.btn {
  font-size: 12px;
  letter-spacing: 0.9px;
  font-weight: 500;
}

.btn:focus {
  box-shadow: none;
}