
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100&display=swap");

.bg-primary {
  background-color: #26EBD1 !important;
}
body {
font-family: "Work Sans", sans-serif;
padding-right: 0 !important;
color: #23263D;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 34px;
letter-spacing: -0.4px;
}

h1,
h2,
h4,
h6 {
  font-family: "Work Sans", sans-serif;
}

h3 {
  color: #23263D;
  font-family: Work Sans;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.28px;
}

h5 {color: #23263D;
  text-align: center;
  font-family: Work Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;}

a {
  text-decoration: none !important;
  outline: none;
  color: #26EBD1;
  transition: all 0.5s;
}

.hero {
  padding: 100px 0 30px;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, rgb(0, 191, 166) 0%, rgb(38.16, 234.81, 209.07) 100%);
}

.hero .hero-title {
  padding-top: 150px;
  font-family: "Work Sans";
  font-weight: 400;
  color: #182e2b;
  font-size: 72px;
  letter-spacing: -1.44px;
  line-height: normal;
}

.hero .hero-content {
  padding-bottom: 200px;
}

@media (max-width: 991.98px) {
  .hero {
    background: linear-gradient(180deg, rgb(0, 191, 166) 0%, rgb(38.16, 234.81, 209.07) 100%);
    padding: 110px 0 0px;
  }
}
.hero-bottom-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.text-m {
  color: #7F8AB7;
  font-family: Work Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; 
  letter-spacing: -0.4px;
}

p {
  line-height: 1.7;
}

html {
  scroll-padding-top: 60px; 
}

.row > * {
  position: relative;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}

.section {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  position: relative;
}

.section2 {
  margin-top: -100px !important;
  padding-bottom: 100px !important;
  position: relative;
}

.section-bg {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
  position: relative;
}

.bg-overlay {
  position: absolute;
  background-color: #10161e;
  opacity: 0.85;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.subtitle-main {
  color: #6E739B;
text-align: center;
font-family: Work Sans;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; 
letter-spacing: -0.16px;
padding-left:1rem;
padding-right:1rem;
}

.subtitle {
  color: #343a40;
  text-transform: uppercase;
  font-weight: normal;
}

.title {
  color: #23263D;
  text-align: center;
  font-family: Work Sans;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -3.6px;
}

.fw-semibold {
  font-weight: 600;
}

.work-box {
  width: 100%;
  border-radius: 20px;
  border: 0.1px solid #E1E1E1;
  background: #FFF;
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.25), 0px 1px 0px 1px #F2F2F2;
}

.size-exact {
  height: 120px;
}

.mb-9 { padding-bottom: 90px;}


.modal-backdrop {
  background-color: #000;
}

.shadow-lg {
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.2) !important;
}

.rounded-lg {
  border-radius: 8px;
}

.right-arrow {
  position: relative;
  top: 2px;
  line-height: 0;
}

#mkLightboxContainer {
  z-index: 999;
}

.btn {
  padding: 8px 24px;
  font-size: 18px;
  transition: all 0.5s;
  font-family: "Work Sans", sans-serif;
}

.btn.btn-lg {
  padding: 12px 28px;
  font-size: 18px;
}
.btn.btn-dark {
  border-radius: 10px;
  background: #2D3A40;
  box-shadow: 0px -1px 0px 0px rgba(47, 43, 67, 0.10) inset, 0px 10px 20px 0px rgba(0, 65, 191, 0.30);
  color: #fff !important;
}
.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark.focus, .btn.btn-dark:active, .btn.btn-dark.active {
  background-color: #3F3D56 !important;
  border: 1px solid #2b3035 !important;
  box-shadow: 0px 8px 12px 0px rgba(52, 58, 64, 0.25);
}

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

.navbar-custom {
  padding: 20px 0px;
  padding-right: 0 !important;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
}
.navbar-custom .navbar-nav .nav-item .nav-link {
  position: relative;
  line-height: 26px;
  color: #23263D;
  font-size: 20px;
  display: inline-block;
  transition: all 0.5s;
  background-color: transparent !important;
  padding: 10px 0;
  margin: 0 24px;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
}
.navbar-custom .navbar-nav .nav-item .nav-link:hover, .navbar-custom .navbar-nav .nav-item .nav-link.active {
  color: #26EBD1;
}
.navbar-custom .navbar-nav .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 10px;
  right: 10px;
  border-radius: 10px;
  border-bottom: 3px solid #26EBD1;
}
.navbar-custom .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}
.navbar-custom .navbar-nav .nav-item .nav-btn {
  background-color: rgba(31, 97, 235, 0.15);
  border-color: rgba(31, 97, 235, 0.2);
  color: #26EBD1;
  transition: all 0.3s ease-in-out;
}
.navbar-custom .navbar-nav .nav-item .nav-btn:focus {
  box-shadow: none;
}
.navbar-custom .navbar-nav .nav-item .nav-btn:hover {
  background-color: #26EBD1;
  color: #fff;
}
.navbar-custom .navbar-nav .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #343a40;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent;
  border-color: #26EBD1;
}

.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 14px 0px;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  color: #23263D !important;
}
.nav-sticky.navbar-custom .navbar-nav {
  margin-top: 0px;
}
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link {
  color: #23263D;
}
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:hover, .nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link.active {
  color: #26EBD1 !important;
}
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link.active::after {
  border-bottom: 3px solid #26EBD1;
}
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-btn {
  background-color: rgba(31, 97, 235, 0.15);
  border-color: rgba(31, 97, 235, 0.2);
  color: #26EBD1;
}
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-btn:hover {
  background-color: #26EBD1;
  color: #fff;
}
.nav-sticky .logo .logo-dark {
  display: block !important;
}
.nav-sticky .logo .logo-light {
  display: none !important;
}

@media (min-width: 200px) and (max-width: 991px) {
  .navbar-custom, .navbar-light {
    margin-top: 0px;
    padding: 20px 0px !important;
    background-color: #fff !important;
    box-shadow: 0 10px 33px rgba(52, 58, 64, 0.1);
    color: #23263D !important;
  }
  .navbar-custom .navbar-nav, .navbar-light .navbar-nav {
    margin-top: 5px;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link, .navbar-light .navbar-nav .nav-item .nav-link {
    transition: all 0.4s;
    color: #23263D !important;
    margin: 5px;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link.active, .navbar-light .navbar-nav .nav-item .nav-link.active {
    color: #23263D !important;
  }
  .navbar-custom .navbar-nav .nav-item .nav-btn, .navbar-light .navbar-nav .nav-item .nav-btn {
    background-color: rgba(31, 97, 235, 0.15) !important;
    border-color: rgba(31, 97, 235, 0.2) !important;
    color: #23263D !important;
  }
  .navbar-custom .navbar-nav .nav-item .nav-btn:hover, .navbar-custom .navbar-nav .nav-item .nav-btn:focus, .navbar-light .navbar-nav .nav-item .nav-btn:hover, .navbar-light .navbar-nav .nav-item .nav-btn:focus {
    background-color: #23263D !important;
    color: #fff !important;
  }
  .navbar-custom > .container, .navbar-light > .container {
    width: 90%;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #343a40;
  }
  .logo .logo-light {
    display: none !important;
  }
  .logo .logo-dark {
    display: block !important;
  }
  .navbar-toggler { border: none !important;}
}

@media (min-width: 502px) and (max-width: 991px) {

  .hero .hero-title {
    padding-top: 80px;
  }
  .section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    position: relative;
  }
  .section2 {
    margin-top: -60px !important;
    padding-bottom: 60px !important;
    position: relative;
  }
  .section-bg {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    position: relative;
  }
  .img-resp {
    padding-bottom: 3rem !important;
  }
}


@media (min-width: 200px) and (max-width: 501px) {
  .title {
    font-family: Work Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -3.6px;
  }
  .hero .hero-title {
    padding-top: 40px;
    font-family: "Work Sans";
    font-weight: 400;
    color: #182e2b;
    font-size: 48px;
    letter-spacing: -1.44px;
    line-height: normal;
  }
  h3 {
    color: #23263D;
    font-size: 36px;
  }
  .text-m {
    color: #7F8AB7;
    font-size: 16px;
    line-height: 28px; 
    max-width: 100%;
  }
.img-fluid-2 {
  max-width: 100%;
  height: auto;
}

.logo-dark {
  width: 200px;
}

.section {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  position: relative;
}

.section2 {
  margin-top: -60px !important;
  padding-bottom: 60px !important;
  position: relative;
}

.section-bg {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  position: relative;
  }

  .img-resp {
    padding-bottom: 2rem !important;
  }

}

.img-fluid-2 {
  max-width: 150%;
  height: auto;
}


.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border-bottom: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 0;
  border: 0;
}

.form-control {
  font-size: 20px;
  border-bottom: 1px solid #23263D;
}
.custom-form .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.custom-form textarea.form-control {
  height: auto;
}

.form-control:focus {
  border-bottom: 1px solid #26EBD1;
}
.form-control:focus {
  outline: 0;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  font-size: 20px;
  color: #7f8ab766;
}
.form-control:-ms-input-placeholder {
  font-size: 20px;
  color: #7f8ab766;
}
.form-control::placeholder {
  font-size: 20px;
  color: #7f8ab766;
}

label.form-label {
  font-size: 20px;
  font-weight: 500;
  color: #6c757d;
}

.form-check-label {
  font-size: 20px;
}

.form-check-input-30 {
  width: 30px;
  height: 30px;
}

.form-check-input:checked {
  background-color: #26EBD1;
  border-color: #fff;
}

.center {
  width: 200px;
  margin: auto;
}

.footer {
  background-color: #0e0f17;
  font-size: 18px;
  color: #FFF;
  position: relative;
  padding: 80px 0 30px;
}

.footer a { color: #FFF;}

.footer a:hover { 
  color:#26EBD1;
  text-decoration: underline;
}

.pad-bot-20 {
  padding-bottom: 20px;
}
