@charset "UTF-8";
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Black.eot");
  src: url("../fonts/SFProDisplay-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Black.woff2") format("woff2"), url("../fonts/SFProDisplay-Black.woff") format("woff"), url("../fonts/SFProDisplay-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Light.eot");
  src: url("../fonts/SFProDisplay-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Light.woff2") format("woff2"), url("../fonts/SFProDisplay-Light.woff") format("woff"), url("../fonts/SFProDisplay-Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Bold.eot");
  src: url("../fonts/SFProDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Bold.woff2") format("woff2"), url("../fonts/SFProDisplay-Bold.woff") format("woff"), url("../fonts/SFProDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Heavy.eot");
  src: url("../fonts/SFProDisplay-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Heavy.woff2") format("woff2"), url("../fonts/SFProDisplay-Heavy.woff") format("woff"), url("../fonts/SFProDisplay-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Medium.eot");
  src: url("../fonts/SFProDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Medium.woff2") format("woff2"), url("../fonts/SFProDisplay-Medium.woff") format("woff"), url("../fonts/SFProDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Regular.eot");
  src: url("../fonts/SFProDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SFProDisplay-Regular.woff") format("woff"), url("../fonts/SFProDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Semibold.eot");
  src: url("../fonts/SFProDisplay-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFProDisplay-Semibold.woff") format("woff"), url("../fonts/SFProDisplay-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Thin.eot");
  src: url("../fonts/SFProDisplay-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Thin.woff2") format("woff2"), url("../fonts/SFProDisplay-Thin.woff") format("woff"), url("../fonts/SFProDisplay-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/SFProText-Bold.eot");
  src: url("../fonts/SFProText-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProText-Bold.woff2") format("woff2"), url("../fonts/SFProText-Bold.woff") format("woff"), url("../fonts/SFProText-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.navbar-brand {
  pointer-events: none;
}

.hero-banner {
  background: url(../images/home-banner.webp) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  padding-top: 76px;
}
@media (max-width: 575.98px) {
  .hero-banner {
    background: url(../images/home-banner-mobile.webp) no-repeat 0 0;
    background-size: cover;
  }
}
.hero-banner:not(.with-out-form) {
  min-height: 780px;
}
.hero-banner.with-out-form {
  min-height: 680px;
}
@media (min-width: 992px) {
  .hero-banner.with-out-form {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .hero-banner.with-out-form {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .hero-banner.with-out-form .hero-banner-container {
    width: 100%;
  }
}
.hero-banner h1 {
  font-size: 24px;
}
@media (min-width: 992px) {
  .hero-banner h1 {
    font-size: 36px;
  }
}
@media (min-width: 1400px) {
  .hero-banner h1 {
    font-size: 40px;
  }
}
.hero-banner h2 {
  font-size: calc(1.3rem + 0.6vw);
  font-weight: var(--bs-body-font-weight);
  color: var(--bs-primary);
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .hero-banner h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 991.98px) {
  .hero-banner h2 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.hero-banner p {
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .hero-banner p {
    font-size: 20px;
  }
}
.hero-banner .icon-list {
  padding: 0;
}
.hero-banner .icon-list li {
  font-size: 1.125rem;
  font-weight: 500;
  color: #FFF;
}
@media (max-width: 991.98px) {
  .hero-banner .icon-list li {
    font-size: 1rem;
  }
}
.hero-banner .hero-banner-form .sb-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
}
@media (max-width: 1199.98px) {
  .hero-banner .hero-banner-form .sb-icon {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 767.98px) {
  .hero-banner .hero-banner-form .sb-icon {
    width: 20px;
    height: 20px;
  }
}
.hero-banner .hero-banner-form .input-group-text {
  background-color: #FFF;
}

.was-validated .form-control:not(.is-valid, .is-invalid) {
  padding-right: 0;
  background-image: none;
}

@media (max-width: 991.98px) {
  .btn-lg {
    font-size: 16px;
  }
}

.submit__generated {
  display: flex;
  align-items: center;
  justify-content: center;
}
.submit__generated span:not(#verify-message, #success, #fail) {
  margin-left: 5px;
  margin-right: 5px;
}
.submit__generated span#verify-message, .submit__generated span#success, .submit__generated span#fail {
  margin-left: 0.75em;
  transition: all 0.3s ease;
}
.submit__generated .submit__input {
  position: relative;
  outline: 0;
  height: 35px;
  width: 50px;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  top: -2px;
  margin-left: 5px;
  padding: 0.375em 0.5em !important;
}

section .section-header h2 {
  font-size: calc(1.2625rem + 0.15vw);
  font-weight: 700;
  color: var(--bs-primary);
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  section .section-header h2 {
    font-size: 1.375rem;
  }
}
@media (min-width: 1200px) {
  section .section-header h2 {
    font-size: calc(1.3035rem + 0.642vw);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  section .section-header h2 {
    font-size: 1.785rem;
  }
}
section .section-header p {
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  section .section-header p {
    font-size: 18px;
  }
}
section .section-header .head-with-navigation {
  position: relative;
}
section .section-header .head-with-navigation h2 {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  section .section-header .head-with-navigation h2 {
    text-align: left;
  }
}
section .section-header .head-with-navigation .controlArrows {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
}
@media (max-width: 575.98px) {
  section .section-header .head-with-navigation .controlArrows {
    right: 15px;
  }
}
section .section-header .head-with-navigation .controlArrows button {
  width: 36px;
  height: 36px;
  position: relative;
  top: unset;
  transform: none;
}
@media (max-width: 575.98px) {
  section .section-header .head-with-navigation .controlArrows button {
    width: 24px;
    height: 24px;
  }
}
section .section-header .head-with-navigation .controlArrows button.slick-prev {
  left: unset;
  margin-right: 15px;
}
@media (max-width: 575.98px) {
  section .section-header .head-with-navigation .controlArrows button.slick-prev {
    margin-right: 6px;
  }
}
section .section-header .head-with-navigation .controlArrows button.slick-next {
  right: unset;
}
section .section-header .head-with-navigation .controlArrows button:before {
  display: none;
}
section .featured-list-vertical {
  display: flex;
}
@media (min-width: 768px) {
  section .featured-list-vertical {
    align-items: flex-start;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  section .featured-list-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
section .featured-list-vertical .content-wrap {
  flex-grow: 1;
}
@media (min-width: 768px) {
  section .featured-list-vertical .content-wrap {
    margin-left: 25px;
  }
}
@media (max-width: 767.98px) {
  section .featured-list-vertical .content-wrap {
    margin-top: 15px;
  }
}
section .featured-list-vertical .content-wrap p {
  margin: 0 auto;
}
@media (min-width: 768px) {
  section .featured-list-vertical .content-wrap p {
    text-align: left;
  }
}
section .featured-list-vertical p {
  text-align: center;
  margin: 1rem auto 0;
}
section .featured-list-vertical .sb-icon {
  width: 48px;
  height: 48px;
}
@media (min-width: 1200px) {
  section#testimonial .section-header h2 {
    font-size: 32px;
  }
}

.services-slider {
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.services-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.services-slider .slick-arrow.slick-hidden {
  display: block !important;
}
.services-slider .slick-prev, .services-slider .slick-next {
  height: 30px;
  width: 30px;
  z-index: 9999 !important;
}
@media (min-width: 1200px) {
  .services-slider .slick-prev, .services-slider .slick-next {
    height: 40px;
    width: 40px;
  }
}
.services-slider .slick-prev::before, .services-slider .slick-next::before {
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  opacity: 1;
}
@media (min-width: 1200px) {
  .services-slider .slick-prev::before, .services-slider .slick-next::before {
    height: 40px;
    width: 40px;
  }
}
@media (min-width: 992px) {
  .services-slider .slick-prev {
    left: -40px;
  }
}
@media (max-width: 991.98px) {
  .services-slider .slick-prev {
    left: 0;
  }
}
@media (min-width: 992px) {
  .services-slider .slick-next {
    right: -40px;
  }
}
@media (max-width: 991.98px) {
  .services-slider .slick-next {
    right: 0;
  }
}
.services-slider .slick-prev::before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAgMjAwIj48ZyBkYXRhLW5hbWU9IkxheWVyIDIiPjxwYXRoIGZpbGw9IiNlMzUyMDUiIGQ9Ik0wIDBoMjAwdjIwMEgweiIvPjxwYXRoIGQ9Ik0xMTUuNzggMTUyLjUyYTUgNSAwIDAgMS0zLjU0LTEuNDdsLTQ3LjUxLTQ3LjUxYTUgNSAwIDAgMSAwLTcuMDhMMTEyLjI0IDQ5YTUgNSAwIDEgMSA3LjA3IDdsLTQ0IDQ0IDQ0IDQ0YTUgNSAwIDAgMS0zLjUzIDguNTR6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==") no-repeat;
}
.services-slider .slick-next::before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAgMjAwIj48ZyBkYXRhLW5hbWU9IkxheWVyIDIiPjxwYXRoIGZpbGw9IiNlMzUyMDUiIGQ9Ik0yMDAgMjAwSDBWMGgyMDB6Ii8+PHBhdGggZD0iTTg0LjIyIDE1Mi41MmE1IDUgMCAwIDAgMy41NC0xLjQ3bDQ3LjUxLTQ3LjUxYTUgNSAwIDAgMCAwLTcuMDhMODcuNzYgNDlhNSA1IDAgMSAwLTcuMDcgN2w0NCA0NC00NCA0NGE1IDUgMCAwIDAgMy41MyA4LjU0eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=") no-repeat;
}

.grid-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.grid-logos-item {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .grid-logos-item {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 767.98px) {
  .grid-logos-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .grid-logos-item img {
    max-height: 50px;
  }
}
@media (min-width: 1600px) {
  .grid-logos-item img {
    max-height: 70px;
  }
}
@media (max-width: 767.98px) {
  .grid-logos-item img {
    max-height: 40px;
  }
}
@media (max-width: 767.98px) {
  .grid-logos-item:not(:first-child) img {
    margin-top: 30px;
  }
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 1200px) {
  .service-list {
    padding: 0 30px;
  }
}
.service-list::after {
  content: "";
  position: absolute;
  background-color: #c6c6c6;
}
@media (min-width: 992px) {
  .service-list::after {
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .service-list::after {
    right: auto;
    left: auto;
    bottom: 0;
    width: 100%;
    height: 2px;
  }
}
.service-list .service-list-item {
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .service-list .service-list-item {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .service-list .service-list-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.service-list .service-list-item .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.service-list .service-list-item p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: 1rem auto 0;
}
@media (min-width: 992px) {
  .service-list .service-list-item p {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .service-list .service-list-item p {
    font-size: 20px;
  }
}
.service-list .service-list-item .sb-icon {
  display: block;
  width: 48px;
  height: 48px;
}
@media (min-width: 768px) {
  .service-list .service-list-item .sb-icon {
    width: 52px;
    height: 52px;
  }
}
@media (min-width: 1200px) {
  .service-list .service-list-item .sb-icon {
    width: 64px;
    height: 64px;
  }
}

.flag-list {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .flag-list {
    padding: 0 80px;
  }
}
@media (min-width: 1200px) {
  .flag-list {
    padding: 0 100px;
    margin-top: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .flag-list {
    padding: 0 10px;
  }
}
.flag-list ul {
  column-count: 2;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .flag-list ul {
    column-count: 3;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .flag-list ul {
    column-count: 3;
  }
}
.flag-list ul li {
  font-size: 16px;
  padding-bottom: 20px;
  flex: 0 0 50%;
}
@media (min-width: 1200px) {
  .flag-list ul li {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .flag-list ul li {
    flex: 0 0 33.3333333333%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .flag-list ul li {
    flex: 0 0 33.3333333333%;
  }
}
.flag-list ul li img {
  width: 28px;
  height: 28px;
  margin-right: 0.75rem;
}
@media (max-width: 991.98px) {
  .flag-list ul li img {
    margin-right: 0.5rem;
  }
}
@media (max-width: 575.98px) {
  .flag-list ul li img {
    margin-right: 0.25rem;
  }
}
.flag-list .flag-list-item .icon-wrap {
  background-color: var(--bs-primary);
  width: 94px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
}
.flag-list .flag-list-item p {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 1rem auto 0;
}

#service-block {
  background: url(../images/CTA-bg.webp) no-repeat 0 0;
  background-size: cover;
}
@media (min-width: 1200px) {
  #service-block h3 {
    font-size: 36px;
  }
}
#service-block :is(p, ul li) {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  #service-block :is(p, ul li) {
    font-size: 20px;
  }
}

.counter {
  text-align: center;
}
@media (min-width: 768px) {
  .counter.left-align {
    text-align: left;
  }
}
.counter .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .counter .icon-wrap {
    justify-content: center;
  }
}
.counter .sb-icon {
  display: block;
  width: 30px;
  height: 30px;
}
@media (min-width: 992px) {
  .counter .sb-icon {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 1200px) {
  .counter .sb-icon {
    width: 40px;
    height: 40px;
  }
}
.counter .counter-count {
  font-size: 28px;
  font-weight: 700;
  position: relative;
  color: var(--bs-primary);
  text-align: center;
  display: inline-block;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .counter .counter-count {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .counter .counter-count {
    font-size: 48px;
  }
}
@media (min-width: 1400px) {
  .counter .counter-count {
    font-size: 60px;
  }
}
.counter .counter-head {
  font-size: 18px;
  font-weight: 600;
  color: var(--bs-primary);
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .counter .counter-head {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .counter .counter-head {
    font-size: 23px;
  }
}
@media (max-width: 991.98px) {
  .counter .counter-head {
    margin-top: 1rem;
  }
}
.counter p {
  font-size: 18px;
  font-weight: 400;
}

.single-box {
  border: 1px solid #fff;
  background: #fff;
  padding: 30px 25px;
  border-radius: 30px;
}
@media (max-width: 991.98px) {
  .single-box {
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  .single-box {
    padding: 15px;
  }
}
.single-box figure {
  margin-bottom: 0;
}
.single-box i {
  margin: 0 auto 16px;
}
@media (min-width: 992px) {
  .single-box i {
    margin-bottom: 20px;
  }
}
.single-box .blockquote {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .single-box .blockquote {
    font-size: 17px;
  }
}
.single-box .blockquote-footer {
  font-size: 16px;
  font-weight: 600;
  color: var(--bs-primary);
  padding-top: 20px;
  margin-bottom: 0;
}
.single-box .blockquote-footer cite {
  display: block;
  color: var(--bs-body-color);
  font-weight: 400;
  font-style: normal;
}

.carousel-indicators {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .carousel-indicators {
    margin-top: 50px;
  }
}
.carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 100%;
  border: 1px solid var(--bs-body-color) !important;
}
.carousel-indicators button.active {
  background-color: var(--bs-body-color);
}

.icon-block {
  display: block;
  width: 30px;
  height: 30px;
}
@media (min-width: 1200px) {
  .icon-block {
    width: 35px;
    height: 35px;
  }
}

footer {
  background-color: #e6e6e6;
}
@media (max-width: 991.98px) {
  footer .contact-info {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  footer .contact-info img {
    max-width: 160px;
  }
}
@media (max-width: 991.98px) {
  footer .contact-info p {
    text-align: center;
  }
}
footer .contact-info .social_media a {
  display: inline-block;
  text-decoration: none;
}
footer .contact-info .social_media img {
  width: 30px;
  height: 30px;
  margin-right: 1rem;
}
@media (min-width: 992px) {
  footer .contact-form {
    margin-top: 16px;
  }
}
footer .contact-form h2 {
  font-size: calc(1.3rem + 0.6vw);
  font-weight: 600;
  color: var(--bs-primary);
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  footer .contact-form h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 991.98px) {
  footer .contact-form h2 {
    font-size: calc(1.275rem + 0.3vw);
    text-align: center;
  }
}
footer .contact-form .form-control {
  color: #777777;
}
footer .copyrights {
  background-color: #dddddd;
  padding: 1rem 0;
}
@media (max-width: 991.98px) {
  footer .copyrights {
    text-align: center;
  }
}
footer .copyrights ul, footer .copyrights p {
  font-size: 14px;
  margin-bottom: 0;
}
footer .copyrights ul a, footer .copyrights p a {
  text-decoration: none;
}
@media (min-width: 992px) {
  footer .copyrights ul {
    text-align: right;
  }
}
footer .copyrights ul li.list-inline-item:not(:last-child) {
  margin-right: 0.25rem;
}
footer .copyrights p {
  font-weight: 600;
}
@media (max-width: 991.98px) {
  footer .copyrights p {
    margin-top: 8px;
  }
}
footer .copyrights a:hover {
  color: var(--bs-body-color);
}
footer .footer-nav-list {
  list-style: none;
  padding-left: 0;
}
@media (min-width: 576px) {
  footer .footer-nav-list {
    column-count: 2;
  }
}
footer .footer-nav-list a {
  color: var(--bs-body-color);
  text-decoration: none;
}

@media (max-width: 1399.98px) {
  .form-floating > .form-control,
  .form-floating > .form-control-plaintext,
  .form-floating > .form-select {
    height: calc(3rem + 2px);
  }
}
@media (max-width: 1399.98px) {
  .form-floating > label {
    padding: 0.75rem;
  }
}
.hero-banner-form .form-floating .iti input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-floating .iti {
  width: 100%;
}
.form-floating .iti input {
  padding: 1rem 0.75rem 1rem 62px;
}
@media (max-width: 1399.98px) {
  .form-floating .iti input {
    padding: 0.75rem 0.75rem 0.75rem 62px;
  }
}
.form-floating .iti input::placeholder {
  color: #383838 !important;
}
.form-floating .iti + label {
  display: none;
}
.form-floating .iti__flag-container {
  position: static;
  padding: 0;
}
.form-floating .iti__flag-container .iti__selected-flag {
  position: absolute;
}
.form-floating .iti__country-list {
  top: 100%;
  width: 100%;
}

.invalid-feedback {
  color: #ff606e;
}

.valid-feedback {
  color: #2acc80;
}

.sb-tab-container {
  display: flex;
}
@media (min-width: 992px) {
  .sb-tab-container {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .sb-tab-container .nav-tabs {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 25px;
    align-content: flex-start;
    flex-wrap: wrap !important;
    max-height: calc(calc(32px + 2rem * 2) * 5 - 2rem);
  }
}
.sb-tab-container .nav-tabs .nav-item {
  width: 100%;
  display: flex;
}
.sb-tab-container .tab-content {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .sb-tab-container .tab-content {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .sb-tab-container .tab-content .tab-pane {
    background-color: #FFF;
  }
}
.sb-tab-container .tab-content h2.accordion-header {
  margin-bottom: 0;
  background-color: var(--bs-light);
}
.sb-tab-container .tab-content h2.accordion-header button {
  border: none;
  border-bottom: 2px solid #ced4da;
  background-color: transparent;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  padding: 1rem 0.5rem;
  text-align: left;
}
@media (max-width: 991.98px) {
  .sb-tab-container .tab-content h2.accordion-header button {
    border-bottom: 1px solid var(--bs-light);
    background-color: var(--bs-primary);
    color: #FFF;
  }
}
.sb-tab-container .tab-content h2.accordion-header button:after {
  display: none;
}
.sb-tab-container .tab-content h2.accordion-header button span.sb-icon-wrapper svg {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  fill: #ffffff;
}
.sb-tab-container .tab-content h2.accordion-header button .icon-arrow-down {
  width: 18px;
  height: 18px;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .sb-tab-container .tab-content h2.accordion-header button .icon-arrow-down {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iI0ZGRiI+PHBhdGggZD0iTTEyIDE3LjQxNEwzLjI5MyA4LjcwN2wxLjQxNC0xLjQxNEwxMiAxNC41ODZsNy4yOTMtNy4yOTMgMS40MTQgMS40MTRMMTIgMTcuNDE0eiIvPjwvc3ZnPg==") no-repeat center center/100% 100%;
  }
}
.sb-tab-container .tab-content h2.accordion-header button:not(.collapsed) .icon-arrow-down {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
@media (max-width: 991.98px) {
  .sb-tab-container .tab-content .accordion-collapse {
    margin-top: -2px;
  }
}
.sb-tab-container .tab-content .accordion-body {
  padding: 20px;
}
@media (min-width: 992px) {
  .sb-tab-container .tab-content .accordion-body {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .sb-tab-container .tab-content .accordion-body {
    padding: 30px;
  }
}
.sb-tab-container .tab-content .accordion-body .headerTab {
  font-weight: 600;
  background-color: var(--bs-primary);
  color: #FFF;
  padding: 1.5rem;
  margin: -30px -30px 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .sb-tab-container .tab-content .accordion-body .headerTab {
    display: none;
  }
}
.sb-tab-container .tab-content .accordion-body .headerTab span.sb-icon-wrapper svg {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  fill: #ffffff;
}
@media (min-width: 992px) {
  .sb-tab-container .tab-content .accordion-body .headerTab span.sb-icon-wrapper svg {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
}
.sb-tab-container .tab-content .accordion-body .headerTab .icon-arrow-down-white {
  width: 18px;
  height: 18px;
  margin-left: auto;
}
@media (min-width: 992px) {
  .sb-tab-container .tab-content .accordion-body .headerTab .icon-arrow-down-white {
    width: 22px;
    height: 22px;
  }
}
.sb-tab-container .tab-content .accordion-body h6 {
  font-weight: 600;
  display: flex;
  align-items: center;
}
.sb-tab-container .tab-content .accordion-body h6 span.sb-icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 16px;
}
.sb-tab-container .tab-content .accordion-body :is(h6, p, ul):last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .sb-tab-container.type-2 {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
.sb-tab-container.type-2 #responsiveTab .nav-item .nav-link {
  background-color: #FFF;
  color: var(--bs-primary);
  font-size: 18px;
  border-width: 0;
}
@media (min-width: 1200px) {
  .sb-tab-container.type-2 #responsiveTab .nav-item .nav-link {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .sb-tab-container.type-2 #responsiveTab .nav-item .nav-link {
    font-size: 22px;
  }
}
.sb-tab-container.type-2 #responsiveTab .nav-item .nav-link.active {
  background-color: var(--bs-primary);
  color: #FFF;
}
.sb-tab-container.type-2 #responsiveTab .nav-item:not(:first-child) .nav-link {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .sb-tab-container.type-2 .tab-content .accordion-body {
    background-color: var(--bs-primary);
  }
}
.sb-tab-container.type-2 .tab-content .accordion-body .headerTab {
  font-size: 18px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .sb-tab-container.type-2 .tab-content .accordion-body .headerTab {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .sb-tab-container.type-2 .tab-content .accordion-body .headerTab {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .sb-tab-container.type-2 .tab-content .accordion-body p {
    color: white;
    padding-left: 50px;
  }
}
.sb-tab-container:not(.type-2) #responsiveTab .nav-item:first-child .nav-link {
  padding-top: 0;
}

.accordion .accordion-button {
  font-weight: 700;
}

#responsiveTab .nav-link {
  border-width: var(--bs-nav-tabs-border-width);
  border-color: var(--bs-nav-tabs-border-color);
  border-style: solid;
  width: 100%;
  color: var(--bs-body-color);
  font-weight: 600;
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  text-align: left;
}
#responsiveTab .nav-link:hover {
  color: var(--bs-body-color);
}
#responsiveTab .nav-link span.sb-icon-wrapper svg {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  fill: #C9C9C9;
}
#responsiveTab .nav-link .icon-arrow-down {
  width: 18px;
  height: 18px;
  margin-left: auto;
}
#responsiveTab .nav-link.active span.sb-icon-wrapper svg {
  fill: #ffffff;
}
#responsiveTab .nav-link.active .icon-arrow-down {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

@media (max-width: 991.98px) {
  .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }
}

@media (max-width: 991.98px) {
  #about-us .about-media {
    text-align: center;
  }
}

.card {
  --bs-card-title-color: #e35205;
}
.card-title {
  color: var(--bs-card-title-color);
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}
@media (min-width: 992px) {
  .card-title {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .card-title {
    font-size: 23px;
  }
}
.card.overlay-card .overlay-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 1;
  display: block;
  visibility: hidden;
  transition: all 500ms ease;
  transform: translateX(-100%);
  background-color: rgba(33, 33, 33, 0.95);
}
.card.overlay-card .overlay-wrapper .overlay-inner {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
}
.card.overlay-card .overlay-wrapper .overlay-inner .overlay-content {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 575.98px) {
  .card.overlay-card .overlay-wrapper .overlay-inner .overlay-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.card.overlay-card .overlay-wrapper .overlay-inner .overlay-content .sb-icon-wrapper svg.sb-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  fill: var(--bs-primary);
}
@media (min-width: 1600px) {
  .card.overlay-card .overlay-wrapper .overlay-inner .overlay-content .sb-icon-wrapper svg.sb-icon {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1400px) {
  .card.overlay-card .overlay-wrapper .overlay-inner .overlay-content .sb-icon-wrapper svg.sb-icon {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1399.98px) {
  .card.overlay-card .overlay-wrapper .overlay-inner .overlay-content .sb-icon-wrapper svg.sb-icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1199.98px) {
  .card.overlay-card .overlay-wrapper .overlay-inner .overlay-content .sb-icon-wrapper svg.sb-icon {
    width: 30px;
    height: 30px;
  }
}
.card.overlay-card .overlay-wrapper .overlay-inner .overlay-content p {
  position: relative;
  font-size: 14px;
  line-height: 1.4em;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .card.overlay-card .overlay-wrapper .overlay-inner .overlay-content p {
    max-width: 320px;
    font-size: 16px;
    line-height: 1.5em;
  }
}
@media (min-width: 1400px) {
  .card.overlay-card .overlay-wrapper .overlay-inner .overlay-content p {
    font-size: 18px;
    line-height: 1.8em;
  }
}
.card.overlay-card .img-container {
  overflow: hidden;
  cursor: ew-resize;
}
.card.overlay-card .img-container:hover .overlay-wrapper {
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
}
.card.overlay-card .img-container:hover .vertical-box {
  opacity: 0;
  visibility: hidden;
}
.card.overlay-card .vertical-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 100%;
  opacity: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  transition: all 500ms ease;
  background-color: rgba(33, 33, 33, 0.95);
}
.card.overlay-card .vertical-box svg.sb-icon {
  position: relative;
  display: block;
  margin-top: 15px;
  margin-left: 10px;
  fill: var(--bs-primary);
}
@media (min-width: 1400px) {
  .card.overlay-card .vertical-box svg.sb-icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1399.98px) {
  .card.overlay-card .vertical-box svg.sb-icon {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 991.98px) {
  .card.overlay-card .vertical-box svg.sb-icon {
    width: 24px;
    height: 24px;
  }
}
.card.overlay-card .vertical-box span.rotated-heading {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--bs-card-title-color);
  text-transform: capitalize;
  margin-bottom: 60px;
  margin-left: 60px;
  white-space: nowrap;
  transform: rotate(-90deg);
  transform-origin: 0px 45px;
}
@media (min-width: 1200px) {
  .card.overlay-card .vertical-box span.rotated-heading {
    font-size: 18px;
  }
}

.cards-type-1 .card {
  --bs-card-bg: #f6f6f6;
}
@media (min-width: 768px) {
  .cards-type-1 .card-static {
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  .cards-type-1 .card-static {
    background-color: var(--bs-card-bg) !important;
  }
}
.cards-type-1 .card-static .card-text {
  font-size: 18px;
  font-weight: 600;
  color: var(--bs-card-title-color);
}
@media (min-width: 992px) {
  .cards-type-1 .card-static .card-text {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .cards-type-1 .card-static .card-text {
    font-size: 23px;
  }
}

@media (min-width: 768px) {
  .cards-type-2 .col-static {
    flex: 0 0 calc(100% - 33.3333333333%);
  }
}
@media (max-width: 767.98px) {
  .cards-type-2 .col-static {
    margin-top: 0;
  }
}
.cards-type-2 .card {
  --bs-card-spacer-x: 0;
}
.cards-type-2 .card-title {
  margin-bottom: var(--bs-card-spacer-y);
}
@media (min-width: 1200px) {
  .cards-type-2 .card-static {
    padding-top: calc(var(--bs-card-spacer-y) * 3);
  }
}
.cards-type-2 .card-static .card-text {
  font-size: 18px;
  font-weight: 600;
  color: var(--bs-card-title-color);
}
@media (min-width: 992px) {
  .cards-type-2 .card-static .card-text {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .cards-type-2 .card-static .card-text {
    font-size: 23px;
  }
}

.cards-type-3 .img-container {
  position: relative;
}
.cards-type-3 .img-container .meta-cat {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 14px;
  color: var(--bs-white);
  text-transform: uppercase;
  padding: 4px 8px;
  border: 1px solid var(--bs-white);
  border-radius: 4px;
}
.cards-type-3 .card {
  --bs-card-spacer-x: 0;
  padding: 20px;
}
@media (max-width: 767.98px) {
  .cards-type-3 .card {
    background-color: var(--bs-body-bg);
  }
}
.cards-type-3 .card.show {
  background-color: var(--bs-body-bg);
}
@media (min-width: 1200px) {
  .cards-type-3 .card-title {
    font-size: 23px;
    --lh: 28px;
    min-height: calc(var(--lh) * 3);
  }
}
.cards-type-3 .card .card-body {
  padding-bottom: 0;
}
.cards-type-3 .card.overlay-card {
  border: none;
  background-color: transparent;
  padding: 0 !important;
}
@media (min-width: 576px) {
  .cards-type-3 .card.overlay-card .img-container {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.cards-type-3 .card.overlay-card .img-container img {
  border-radius: 0 !important;
}

@media (max-width: 767.98px) {
  .card-static {
    text-align: center;
  }
}

.featured-list {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.featured-list.slick-initialized {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1199.98px) {
  .featured-list-container {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media (min-width: 768px) {
  .featured-list:not(.left-align, .right-align) .featured-list-item .icon-wrap {
    margin: 0 auto;
    justify-content: center;
  }
}
.featured-list:not(.left-align, .right-align) .featured-list-item p {
  text-align: center;
}
@media (min-width: 768px) {
  .featured-list:is(.right-align) .featured-list-item .icon-wrap {
    margin-left: auto;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .featured-list:is(.right-align) .featured-list-item p {
    text-align: right;
  }
}
.featured-list-item .icon-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .featured-list-item .icon-wrap {
    justify-content: center;
  }
}
.featured-list-item .icon-wrap:hover .sb-icon {
  position: relative;
}
.featured-list-item h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--bs-primary);
  margin-bottom: 1rem;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 9px;
  position: relative;
}
@media (min-width: 992px) {
  .featured-list-item h4 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .featured-list-item h4 {
    font-size: 23px;
  }
}
@media (max-width: 991.98px) {
  .featured-list-item h4 {
    margin-top: 1rem;
  }
}
.featured-list-item h4:after {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  border: 2px solid #e35205;
  background-color: #fff;
  z-index: 2;
  position: absolute;
  bottom: -5px;
  transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 1200px) {
  .featured-list-item h4:after {
    left: 50px;
  }
}
@media (min-width: 1400px) {
  .featured-list-item h4:after {
    left: 70px;
  }
}
@media (max-width: 1199.98px) {
  .featured-list-item h4:after {
    left: 45px;
  }
}
@media (max-width: 991.98px) {
  .featured-list-item h4:after {
    left: 35px;
  }
}
.featured-list-item.slick-current h4:after {
  background-color: #e35205;
}
.featured-list-item p {
  font-size: 16px;
  font-weight: 600;
  margin: 1rem auto 0;
}
@media (min-width: 1200px) {
  .featured-list-item h4, .featured-list-item p {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  .featured-list-item h4, .featured-list-item p {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1199.98px) {
  .featured-list-item h4, .featured-list-item p {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 991.98px) {
  .featured-list-item h4, .featured-list-item p {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.featured-list-item .sb-icon {
  display: block;
  width: 64px;
  height: 64px;
}
@media (min-width: 992px) {
  .featured-list-item .sb-icon {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .featured-list-item .sb-icon {
    width: 94px;
    height: 94px;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 50px;
}

.slick-dots {
  bottom: -40px;
}
.slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 3px;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
}
.slick-dots li button:before {
  font-size: 12px;
  color: var(--bs-body-color);
}
.slick-dots li.slick-active button:before, .slick-dots li:hover button:before, .slick-dots li:focus button:before {
  color: var(--bs-primary);
}

.blog-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.blog-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 575.98px) {
  .blog-slider {
    padding-left: 0;
    padding-right: 0;
  }
}

.list-type-2 p {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 1rem;
}
@media (min-width: 768px) {
  .list-type-2 p {
    text-align: left;
  }
}

.sb-accordion-container {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .sb-accordion-container {
    margin-top: 30px;
    max-width: 80%;
  }
}
.sb-accordion-container .accordion-item {
  padding-left: var(--bs-accordion-btn-padding-x);
  padding-right: var(--bs-accordion-btn-padding-x);
  padding-top: var(--bs-accordion-btn-padding-y);
  padding-bottom: var(--bs-accordion-btn-padding-y);
}
.sb-accordion-container .accordion-item:not(.show) {
  background-color: var(--bs-light);
  transition: background-color 0.2s linear 0.2s;
}
.sb-accordion-container .accordion-item.show {
  border-bottom: none;
}
.sb-accordion-container .accordion-button {
  font-size: 1rem;
  font-weight: 600 !important;
  background-color: transparent;
}
.sb-accordion-container .accordion-button:not(.collapsed) {
  box-shadow: inset 0 -1px 0 var(--bs-accordion-border-color) !important;
}
.sb-accordion-container .accordion-button span.sb-icon {
  width: 22px;
  height: 22px;
  margin-right: 12px;
}
@media (min-width: 992px) {
  .sb-accordion-container .accordion-button span.sb-icon {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }
}
.sb-accordion-container .accordion-flush .accordion-item.show {
  border-radius: var(--bs-accordion-border-radius);
}
.sb-accordion-container .accordion-body ul {
  margin-bottom: 0;
  list-style: none;
}
.sb-accordion-container .accordion-body ul li {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
}
.sb-accordion-container .accordion-body ul li::before {
  content: "•";
  color: var(--bs-primary);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  overflow-y: scroll;
  z-index: 999999;
  top: 0;
  left: 0;
  background-color: #f7f6f9;
}
.overlay a {
  padding: 8px 0;
  text-decoration: none;
  font-size: 30px;
  color: #6f6c7f;
  display: block;
  transition: 0.3s;
}
.overlay a.closebtn span {
  font-size: 12px;
  vertical-align: top;
  padding-right: 5px;
}
.overlay a.closebtn:hover {
  color: #707070 !important;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  color: #ea5b36;
  z-index: 1;
}

.overlay-content {
  position: relative;
  top: 5%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.overlay-content .space-bt {
  padding-bottom: 30px !important;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.brand-dots a {
  display: inline-block;
  padding: 5px 10px !important;
  margin: 1% 12% 0 0 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-transform: unset !important;
}

.landing-page .brand-dots a {
  margin: 2% 12% 0 0 !important;
}

.btn-style-one {
  position: relative;
  line-height: 24px;
  text-align: center;
  background: linear-gradient(45deg, #df457a 0%, #fbb03b 100%);
  border-radius: 0px;
  background-size: 200% !important;
  background-position: 60% 90%;
  border: 0px solid #ea5b36;
  transition: 250ms all ease-out !important;
}

.brand-dots a:hover,
.brand-dots a:focus {
  color: #fff !important;
  transform: scale(1.05);
}

.header-menu a.bannerbtn:focus,
.bannerbtn:hover,
.overlay-content .bannerbtn {
  color: #fff !important;
}

.brand-dots {
  text-align: right;
}

.icon-home:before {
  content: "\f015";
}

.brand-dots img {
  height: 20px;
  margin: 2% 12% 0 0;
}

.menutitle {
  font-size: 36px;
  font-weight: 500;
  color: #666666;
  text-align: left;
  width: fit-content;
  /*margin-bottom: 20px;*/
}

#myNav li {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

#myNav ul {
  padding-left: 0;
  margin-left: 0;
}

#myNav .newmenu ul li a {
  padding: 10px 0 10px 3px;
  font-size: 16px;
  text-decoration: none;
  color: #707070;
  font-weight: 600;
  width: fit-content;
  text-align: left;
}

#myNav .landing-page .newmenu ul li a,
#myNav .landing-page .extra-info a {
  font-size: 14px;
  line-height: 1.8em;
}

#myNav .newmenu ul li a:hover,
.extra-info a:hover,
.menutitle a:hover {
  color: #e35205 !important;
}

#myNav .newmenu ul li a:hover,
.extra-info a:hover {
  transform: scale(1.1);
}

.extra-info {
  text-align: left;
}

.extra-info a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #ea5b36;
}

.extra-info a:hover {
  color: #707070 !important;
}

.extra-info span {
  padding: 0 10px;
}

.extra-info {
  text-align: left;
}

.social-top {
  text-align: right;
  margin-right: 80px;
}
.social-top a {
  padding: 0 10px 10px 10px;
}
.social-top svg {
  height: 35px;
  transition: all 0.75s ease;
}
.social-top svg:hover .cls-1 {
  fill: #fff !important;
}
.social-top svg:hover .cls-2 {
  fill: #ea5b36 !important;
}

ul.social-top li {
  display: inline-block;
}

.space-bt hr {
  border: 0;
  opacity: 1;
}

hr.ttt {
  margin: 5px 0 15px 0;
  width: 70px;
  height: 2px;
  background: linear-gradient(45deg, #df457a 0%, #fbb03b 100%);
}

.landing-page hr.ttt {
  height: 1px;
}

/*Scroll bar*/
.overlay::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.overlay::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.overlay::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

/* Handle on hover */
.overlay::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/**/

/*# sourceMappingURL=style.css.map */
