@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap");
@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 300;
  src: local("Comfortaa Light"), local("Comfortaa-Light"), url("../fonts/Comfortaa-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 400;
  src: local("Comfortaa Regular"), local("Comfortaa-Regular"), url("../fonts/Comfortaa-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 500;
  src: local("Comfortaa Medium"), local("Comfortaa-Medium"), url("../fonts/Comfortaa-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 600;
  src: local("Comfortaa SemiBold"), local("Comfortaa-SemiBold"), url("../fonts/Comfortaa-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 700;
  src: local("Comfortaa Bold"), local("Comfortaa-Bold"), url("../fonts/Comfortaa-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "SF UI Display Ultralight";
  font-style: normal;
  font-weight: normal;
  src: local("SF UI Display Ultralight"), url("../fonts/sf-ui-webfont/sf-ui-display-ultralight-58646b19bf205.woff") format("woff");
}
@font-face {
  font-family: "SF UI Display Thin";
  font-style: normal;
  font-weight: normal;
  src: local("SF UI Display Thin"), url("../fonts/sf-ui-webfont/sf-ui-display-thin-58646e9b26e8b.woff") format("woff");
}
@font-face {
  font-family: "SF UI Display Light";
  font-style: normal;
  font-weight: normal;
  src: local("SF UI Display Light"), url("../fonts/sf-ui-webfont/sf-ui-display-light-58646b33e0551.woff") format("woff");
}
@font-face {
  font-family: "SF UI Display Medium";
  font-style: normal;
  font-weight: normal;
  src: local("SF UI Display Medium"), url("../fonts/sf-ui-webfont/sf-ui-display-medium-58646be638f96.woff") format("woff");
}
@font-face {
  font-family: "SF UI Display Semibold";
  font-style: normal;
  font-weight: normal;
  src: local("SF UI Display Semibold"), url("../fonts/sf-ui-webfont/sf-ui-display-semibold-58646eddcae92.woff") format("woff");
}
@font-face {
  font-family: "SF UI Display Bold";
  font-style: normal;
  font-weight: normal;
  src: local("SF UI Display Bold"), url("../fonts/sf-ui-webfont/sf-ui-display-bold-58646a511e3d9.woff") format("woff");
}
@font-face {
  font-family: "SF UI Display Heavy";
  font-style: normal;
  font-weight: normal;
  src: local("SF UI Display Heavy"), url("../fonts/sf-ui-webfont/sf-ui-display-heavy-586470160b9e5.woff") format("woff");
}
@font-face {
  font-family: "SF UI Display Black";
  font-style: normal;
  font-weight: normal;
  src: local("SF UI Display Black"), url("../fonts/sf-ui-webfont/sf-ui-display-black-58646a6b80d5a.woff") format("woff");
}
.btn-brand-01 {
  color: #ffffff;
  background-color: #FF0000;
  border-color: #FF0000;
}
.btn-brand-01:hover {
  color: #FF0000;
  background-color: #ffffff;
  border-color: #FF0000;
}

.btn-brand-02 {
  color: #ffffff;
  background-color: #FF0000;
  border: 1px solid #FF0000;
}
.btn-brand-02:hover {
  color: #FF0000;
  background-color: #ffffff;
  border-color: #FF0000;
}

.btn-brand-03 {
  color: #FF0000;
  background-color: #ffffff;
  border-color: #FF0000;
}
.btn-brand-03:hover {
  color: #ffffff;
  background-color: #FF0000;
  border-color: #FF0000;
}

.btn-brand-04 {
  color: #FF0000;
  background-color: #ffffff;
  border: 1px solid #FF0000;
}
.btn-brand-04:hover {
  color: #ffffff;
  background-color: #FF0000;
  border-color: #FF0000;
}

.btn-brand-05 {
  color: #ffffff;
  background-color: #ea7500;
  border-color: #ea7500;
}
.btn-brand-05:hover {
  color: #ea7500;
  background-color: #ffffff;
  border-color: #ea7500;
}

.btn-brand-06 {
  color: #ffffff;
  background-color: #ea7500;
  border: 1px solid #ea7500;
}
.btn-brand-06:hover {
  color: #ea7500;
  background-color: #ffffff;
  border-color: #ea7500;
}

.btn-brand-07 {
  color: #ffffff;
  background-color: #b70000;
  border-color: #b70000;
}
.btn-brand-07:hover {
  color: #b70000;
  background-color: #ffffff;
  border-color: #b70000;
}

.btn-brand-08 {
  color: #ffffff;
  background-color: #b70000;
  border: 1px solid #b70000;
}
.btn-brand-08:hover {
  color: #b70000;
  background-color: #ffffff;
  border-color: #b70000;
}

.pill-border {
  border-radius: 100px;
}

.box-shadow-05 {
  box-shadow: 0px 1px 15px -1px rgba(0, 0, 0, 0.2);
}

.owl-theme .clients-owl-carousel-nav, .owl-theme .latest-offers-carousel-nav {
  position: absolute;
  top: 35%;
  left: -10%;
  right: -10%;
}
.owl-theme .clients-owl-carousel-nav .owl-prev, .owl-theme .clients-owl-carousel-nav .owl-next, .owl-theme .latest-offers-carousel-nav .owl-prev, .owl-theme .latest-offers-carousel-nav .owl-next {
  position: absolute;
  border: none;
  z-index: 100;
  color: #fff;
  background-color: #FF0000;
  padding: 0.75rem 1rem;
}
.owl-theme .clients-owl-carousel-nav .owl-prev:hover, .owl-theme .clients-owl-carousel-nav .owl-prev:focus, .owl-theme .clients-owl-carousel-nav .owl-next:hover, .owl-theme .clients-owl-carousel-nav .owl-next:focus, .owl-theme .latest-offers-carousel-nav .owl-prev:hover, .owl-theme .latest-offers-carousel-nav .owl-prev:focus, .owl-theme .latest-offers-carousel-nav .owl-next:hover, .owl-theme .latest-offers-carousel-nav .owl-next:focus {
  background-color: #242424;
  outline: none;
}
.owl-theme .clients-owl-carousel-nav .owl-prev, .owl-theme .latest-offers-carousel-nav .owl-prev {
  left: 7%;
}
.owl-theme .clients-owl-carousel-nav .owl-next, .owl-theme .latest-offers-carousel-nav .owl-next {
  right: 7%;
}
.owl-theme .owl-dots {
  margin-top: 1.75rem;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #FF0000;
}
.owl-theme .owl-dots .owl-dot:focus {
  outline: none;
}

html, body {
  font-family: "SF UI Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  line-height: 1.5;
}

main.main-info-section {
  min-height: calc(70vh - 95px);
}
@media only screen and (min-width: 992px) {
  main.main-info-section {
    min-height: calc(85vh - 95px);
  }
}
@media only screen and (min-width: 1920px) {
  main.main-info-section {
    min-height: calc(90vh - 80px);
  }
}

.main-section-bg-tag {
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: 100% 0%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-section-bg-tag {
    background-image: url(../img/offers-tag.png);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-section-bg-tag {
    background-position: 100% 8%;
  }
}

.header-title-section .header-title {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .header-title-section .header-title {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-title-section .header-title {
    font-size: 1.8rem;
  }
}
.header-title-section .header-sub-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

@media only screen and (min-width: 992px) {
  .homepage-banner-section .custom-margin-top {
    margin-top: 6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage-banner-section .custom-margin-top {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .homepage-banner-section .custom-margin-top {
    margin-top: 3rem;
  }
}
.homepage-banner-section .header-title {
  font-size: 2.75rem;
  font-weight: 700;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .homepage-banner-section .header-title {
    font-size: 1.5rem;
  }
}
.homepage-banner-section .header-sub-title {
  font-size: 2rem;
  font-weight: 500;
}
.homepage-banner-section .download-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  text-transform: capitalize;
}
.homepage-banner-section .download-img-section .download-img {
  max-height: 1.75rem;
  margin: 0.25rem 0.25rem;
}

@media only screen and (min-width: 992px) {
  .homepage-subscribe-section {
    margin-bottom: 8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage-subscribe-section {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .homepage-subscribe-section {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage-subscribe-section {
    margin-bottom: 8rem;
  }
}
.homepage-subscribe-section .subscribe-btn {
  font-size: 0.9rem;
  border-radius: 2rem !important;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.homepage-subscribe-section .custom-search-bar input {
  height: calc(3em + .75rem + 2px);
}
.homepage-subscribe-section .custom-search-bar .input-group-append {
  padding: 0.25rem 0.3rem;
}
@media only screen and (max-width: 767px) {
  .homepage-subscribe-section .subscriber-heading {
    font-size: 1rem;
  }
}

.subscription-card-section {
  padding: 0.5rem;
}
.subscription-card-section .subscription-card .card-body .subscription-card-img-section {
  width: 100%;
  margin-top: -12%;
}
.subscription-card-section .subscription-card .card-body .subscription-card-img-section .subscription-img-info {
  position: absolute;
  top: 0;
  left: 30%;
  width: 40%;
  text-align: center;
}
.subscription-card-section .subscription-card .card-body .subscription-card-img-section .subscription-card-img {
  position: relative;
  height: auto;
  max-height: 5rem;
  max-width: 100%;
}
.subscription-card-section .subscription-card .card-body .subscription-card-img-section .subscription-img-title {
  font-size: 0.9rem;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 767px) {
  .subscription-card-section .subscription-card .card-body .subscription-card-img-section .subscription-img-title {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscription-card-section .subscription-card .card-body .subscription-card-img-section .subscription-img-title {
    font-size: 0.85rem;
  }
}
.subscription-card-section .subscription-card .card-body .subscription-card-img-section .subscription-img-sub-title {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .subscription-card-section .subscription-card .card-body .subscription-card-img-section .subscription-img-sub-title {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscription-card-section .subscription-card .card-body .subscription-card-img-section .subscription-img-sub-title {
    font-size: 0.875rem;
  }
}
.subscription-card-section .subscription-card .subscription-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: capitalize;
  margin: 1.5rem 0;
}
@media only screen and (max-width: 767px) {
  .subscription-card-section .subscription-card .subscription-card-title {
    font-size: 1rem;
    margin: 1rem 0;
  }
}
.subscription-card-section .subscription-card .header-sub-title {
  font-size: 2rem;
  font-weight: 500;
}
.subscription-card-section .subscription-card .list-group .list-group-item {
  padding: 0.4rem 1rem 0.4rem 0.25rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.subscription-card-section .subscription-card .list-group .subscription-list-img {
  display: inline;
  height: 1rem;
  max-width: 100%;
  margin-right: 0.5rem;
}

@media only screen and (min-width: 992px) {
  .registration-section .custom-margin-top {
    margin-top: 2rem;
    margin-bottom: 10rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .registration-section .custom-margin-top {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .registration-section .custom-margin-top {
    margin-top: 3rem;
  }
}
.registration-section .register-link {
  color: #000000;
  font-size: 1rem;
  font-weight: 700;
  margin: 1rem 0;
}
.registration-section .register-link:hover {
  color: #FF0000;
}

@media only screen and (min-width: 992px) {
  .our-clients-section {
    margin: 12rem 0 8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-clients-section {
    margin: 6rem 0 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .our-clients-section {
    margin: 3.5rem 0 3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our-clients-section {
    margin: 8rem 0 8rem;
  }
}
.our-clients-section .our-clients-row .our-client-block {
  padding: 0.8rem;
}
.our-clients-section .our-clients-row .our-client-block .block-data {
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: 0px 1px 15px -1px rgba(0, 0, 0, 0.2);
  padding: 0.8rem;
}
.our-clients-section .our-clients-row .our-client-block .block-data .client-logo-block {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) {
  .our-clients-section .our-clients-row .our-client-block .block-data .client-logo-block {
    height: 14rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-clients-section .our-clients-row .our-client-block .block-data .client-logo-block {
    height: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .our-clients-section .our-clients-row .our-client-block .block-data .client-logo-block {
    height: 11rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our-clients-section .our-clients-row .our-client-block .block-data .client-logo-block {
    height: 11rem;
  }
}
.our-clients-section .our-clients-row .our-client-block .block-data .client-logo-block.bg-yellow {
  background-color: #FEC251;
}
.our-clients-section .our-clients-row .our-client-block .block-data .client-logo-block.bg-green {
  background-color: #3EB843;
}
.our-clients-section .our-clients-row .our-client-block .block-data .client-name {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0.7rem;
}
.our-clients-section .our-clients-row .our-client-block .block-data .rating .star-rating {
  height: auto;
  width: 0.8rem;
}
.our-clients-section .our-clients-row .our-client-block .block-data .rating .rating-text {
  color: #FFAA00;
  font-size: 0.9rem;
  font-weight: 600;
}

@media only screen and (min-width: 992px) {
  .latest-offers-section {
    margin: 12rem 0 8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .latest-offers-section {
    margin: 6rem 0 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .latest-offers-section {
    margin: 3.5rem 0 3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .latest-offers-section {
    margin: 8rem 0 8rem;
  }
}
.latest-offers-section .latest-offers-card {
  margin: 1rem 0;
  border-radius: 0.25rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.latest-offers-section .latest-offers-card .card-body {
  padding: 0.5rem 0.75rem;
}
.latest-offers-section .latest-offers-card .profile-img {
  height: 3rem;
  max-width: 100%;
  border-radius: 50%;
}
.latest-offers-section .latest-offers-card .user-profile-info .user-profile {
  height: 2rem;
  width: 2rem;
}
.latest-offers-section .latest-offers-card .user-profile-info .user-profile .profile-img {
  height: 2rem;
  max-width: 100%;
}
.latest-offers-section .latest-offers-card .user-profile-info .user-info {
  padding: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.latest-offers-section .latest-offers-card .user-profile-info .user-info .user-name {
  font-size: 0.7rem;
  font-weight: 600;
  color: #FF0000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.latest-offers-section .latest-offers-card .user-profile-info .user-info .user-pos {
  font-size: 0.6rem;
  font-weight: 600;
  color: #FF0000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.latest-offers-section .latest-offers-card .user-profile-info .user-info .user-pos i {
  margin-right: 0.25rem;
}
.latest-offers-section .latest-offers-card .company-info {
  margin: 0.5rem 0;
}
.latest-offers-section .latest-offers-card .company-info .company-title {
  font-size: 1rem;
  font-weight: 600;
  color: #FF0000;
  margin: 0 0 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  --max-lines: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.latest-offers-section .latest-offers-card .company-info .company-desc {
  font-size: 0.8rem;
  font-weight: 500;
  color: #242424;
  overflow: hidden;
  text-overflow: ellipsis;
  --max-lines: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.latest-offers-section .latest-offers-card .view .card-img-top {
  height: 10rem;
}
.latest-offers-section .latest-offers-card .offers-footer {
  background-color: transparent;
  padding: 0.5rem 0.25rem;
  border-top: 1px solid #e5e5e5;
}
.latest-offers-section .latest-offers-card .offers-footer .favourite-icon {
  height: 1.2rem;
  width: 1.2rem;
  margin-right: 0.5rem;
}
.latest-offers-section .latest-offers-card .offers-footer .favourite-icon .favourite-icon-img {
  height: 1rem;
  max-width: 100%;
}
.latest-offers-section .latest-offers-card .offers-footer .review-rating {
  font-size: 0.7rem;
  font-weight: 600;
  color: #242424;
}
.latest-offers-section .latest-offers-card .offers-footer .review-rating i {
  color: #FFAA00;
}
.latest-offers-section .latest-offers-card .offers-footer .review-rating .review-count {
  color: #292929;
  margin: 0 0.25rem;
}
.latest-offers-section .latest-offers-card .offers-footer .offers-bid {
  font-size: 0.7rem;
  font-weight: 600;
  color: #000000;
}
.latest-offers-section .latest-offers-card .offers-footer .offers-bid .offers-amount {
  font-size: 0.7rem;
  font-weight: 600;
  color: #242424;
  margin-left: 0.2rem;
}
.latest-offers-section .latest-offers-item {
  padding: 0.8rem;
}

.footer-curve-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80vh;
  background-image: url(../img/svg/footer-curve.svg);
}

.footer-section {
  position: relative;
  background-color: #FFE5E5;
}
@media only screen and (max-width: 767px) {
  .footer-section {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-section .copy-social .copyright-text {
    font-size: 0.8rem;
  }
}
.footer-section .footer-curve {
  overflow: hidden;
}
.footer-section .footer-curve #footer-img {
  position: absolute;
  bottom: 25px;
  max-width: 100%;
  right: 0;
  height: auto;
  object-fit: cover;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .footer-section .footer-curve #footer-img {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-curve #footer-img {
    bottom: 45px;
  }
}

.form-control {
  border-radius: 2rem;
  height: calc(2em + .75rem + 2px);
}
.form-control:focus {
  border-color: #FF0000;
  box-shadow: none;
}

.input-group {
  border: 1px solid transparent;
}
.input-group .input-group-prepend .input-group-text {
  background-color: transparent;
  border-radius: 2rem 0 0 2rem;
  border-right: 0;
}
.input-group .input-group-prepend .input-group-img {
  max-height: 1.3rem;
  max-width: 100%;
  margin-left: 7px;
  margin-bottom: 1px;
}
.input-group .input-group-prepend ~ .form-control {
  border-left-color: transparent;
}
.input-group .input-group-prepend ~ .form-control:focus {
  border-left-color: transparent;
}
.input-group .input-group-append {
  border: 1px solid #ced4da;
  border-left-color: transparent;
  border-radius: 0 2rem 2rem 0;
  padding: 0.25rem 0.5rem;
}
.input-group .input-group-append .input-group-text {
  background-color: transparent;
  border-radius: 0 2rem 2rem 0;
  border-left: 0;
}
.input-group .input-group-append .input-group-img {
  height: auto;
  max-height: 1.5rem;
  max-width: 100%;
}
.input-group.custom-input-append-group .form-control {
  border-right-color: transparent;
  padding-left: 1.5rem;
}
.input-group.custom-input-append-group .form-control:focus {
  border-right-color: #FF0000;
}
.input-group .btn {
  margin: 0;
  border-radius: 2rem;
  padding: 0.25rem 1.5rem;
}
.input-group.invalid {
  border-color: #FF0000;
}
.input-group input:-webkit-autofill,
.input-group input:-webkit-autofill:hover,
.input-group input:-webkit-autofill:focus,
.input-group input:-webkit-autofill:active {
  transition: background-color 5000s;
  background-color: #fff !important;
}

.tx-brand-01 {
  color: #FF0000 !important;
}

.tx-brand-02 {
  color: #000000 !important;
}

.tx-brand-03 {
  color: #ffffff !important;
}

.bg-brand-01 {
  background-color: #FF0000 !important;
}

.bg-brand-02 {
  background-color: #000000 !important;
}

.bg-brand-03 {
  background-color: #ffffff !important;
}

.box-shadow {
  -webkit-box-shadow: 0px 1px 8px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 8px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 8px -1px rgba(0, 0, 0, 0.75);
}

.box-shadow-01 {
  -webkit-box-shadow: 0px 1px 8px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 8px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 8px -1px rgba(0, 0, 0, 0.5);
}

.box-shadow-02 {
  -webkit-box-shadow: 0px 1px 8px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 8px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 8px -1px rgba(0, 0, 0, 0.25);
}

.box-shadow-03 {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.bd-1 {
  border-radius: 0.25rem !important;
}

.bd-2 {
  border-radius: 0.5rem !important;
}

.bd-3 {
  border-radius: 1rem !important;
}

.bd-4 {
  border-radius: 1.5rem !important;
}

.bd-5 {
  border-radius: 2rem !important;
}

.bd-r-1 {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.bd-r-2 {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.bd-r-3 {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.bd-r-4 {
  border-top-right-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
}

.bd-r-5 {
  border-top-right-radius: 2rem !important;
  border-bottom-right-radius: 2rem !important;
}

.bd-l-1 {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.bd-l-2 {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.bd-l-3 {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.bd-l-4 {
  border-top-left-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.bd-l-5 {
  border-top-left-radius: 2rem !important;
  border-bottom-left-radius: 2rem !important;
}

.bd-top-right-1 {
  border-top-right-radius: 0.25rem !important;
}

.bd-top-right-2 {
  border-top-right-radius: 0.5rem !important;
}

.bd-top-right-3 {
  border-top-right-radius: 1rem !important;
}

.bd-top-right-4 {
  border-top-right-radius: 1.5rem !important;
}

.bd-top-right-5 {
  border-top-right-radius: 2rem !important;
}

.bd-bottom-right-1 {
  border-bottom-right-radius: 0.25rem !important;
}

.bd-bottom-right-2 {
  border-bottom-right-radius: 0.5rem !important;
}

.bd-bottom-right-3 {
  border-bottom-right-radius: 1rem !important;
}

.bd-bottom-right-4 {
  border-bottom-right-radius: 1.5rem !important;
}

.bd-bottom-right-5 {
  border-bottom-right-radius: 2rem !important;
}

.bd-top-left-1 {
  border-top-left-radius: 0.25rem !important;
}

.bd-top-left-2 {
  border-top-left-radius: 0.5rem !important;
}

.bd-top-left-3 {
  border-top-left-radius: 1rem !important;
}

.bd-top-left-4 {
  border-top-left-radius: 1.5rem !important;
}

.bd-top-left-5 {
  border-top-left-radius: 2rem !important;
}

.bd-bottom-left-1 {
  border-bottom-left-radius: 0.25rem !important;
}

.bd-bottom-left-2 {
  border-bottom-left-radius: 0.5rem !important;
}

.bd-bottom-left-3 {
  border-bottom-left-radius: 1rem !important;
}

.bd-bottom-left-4 {
  border-bottom-left-radius: 1.5rem !important;
}

.bd-bottom-left-5 {
  border-bottom-left-radius: 2rem !important;
}

.min-vh-25 {
  min-height: 25vh;
}

.min-vh-35 {
  min-height: 35vh;
}

.min-vh-50 {
  min-height: 50vh;
}

.min-vh-75 {
  min-height: 75vh;
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #000000;
  font-size: 0.9rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .navbar.navbar-light .navbar-nav .nav-item .nav-link {
    margin: 0 1rem 0 0;
  }
}
.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: #FF0000;
}
.navbar.navbar-light .navbar-nav .nav-item .nav-link.active {
  color: #FF0000;
}
@media only screen and (min-width: 992px) {
  .navbar.navbar-light.custom-header-nav {
    box-shadow: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar.navbar-light.custom-header-nav {
    background-color: #fff;
  }
}
.navbar.navbar-light.custom-header-nav .navbar-brand .logo {
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .navbar.navbar-light.custom-header-nav .navbar-brand .logo {
    height: 38px;
  }
}

.footer .footer-links .footer-links-text {
  color: #242424;
  font-weight: 700;
}
.footer .footer-links .footer-links-text:hover {
  color: #FF0000;
}
.footer .social-icons .list-group .list-group-item {
  border: 0;
  margin: 0 0.5rem;
  padding: 0;
}
.footer .social-icons .footer-img {
  height: auto;
  max-height: 1.25rem;
  max-width: 100%;
}

.nopadding {
   padding: 0 !important;
}

.noLeftPadding {padding-left: 0;}
.noRightPadding {padding-right: 0;}
.noTopPadding {padding-top: 0;}
.noBottomPadding {padding-bottom: 0;}
/*# sourceMappingURL=style.css.map */
