@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("./splide.min.css");
@font-face {
  font-family: "SFProDisplay";
  src: url(./../fonts/FontsFree-Net-SFProDisplay-Light.ttf) format("truetype");
}
.grecaptcha-badge {
  opacity: 0;
}

.text-brand {
  color: #b02a35 !important;
}

body {
  font-family: "SFProDisplay", "Barlow", "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  background-color: #fff;
  color: #222;
}

a {
  color: #b02a35;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #c60f1e;
  transition: all 0.2s ease-in-out;
}

.bg-brand {
  background-color: #b02a35;
}

.custom-logo-link img {
  max-height: 60px;
  width: auto;
}
@media (max-width: 991px) {
  .custom-logo-link img {
    max-height: 40px;
  }
}

.navbar-solid {
  background-color: #b02a35;
  color: #fff;
}
.navbar .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: -10px !important;
}
.navbar .dropdown-menu {
  padding: 0;
  overflow: hidden;
}
.navbar .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
}
.navbar .dropdown-menu .dropdown-item.active, .navbar .dropdown-menu .dropdown-item:active {
  background-color: #d34550;
  color: white;
}
.navbar .nav-link {
  position: relative;
  margin-right: 35px;
  padding: 25px 0;
  color: var(--dark);
  font-size: 18px;
  font-weight: 600;
  outline: none;
}
.navbar .nav-link.active::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #d13c49;
  position: absolute;
  bottom: 0px;
  left: 50%;
  border-radius: 2px;
  transform: translateX(-50%);
}

.navbar-collapse .navbar-nav {
  padding-top: 1.5rem;
  transition: all 0s ease-in-out;
}

@media screen and (max-width: 991px) {
  .navbar-expand-lg.navbar-dark {
    background-color: #b02a35;
  }
}

.hero-section-cards {
  background-color: #b02a35;
}

.hero-section {
  background-color: white;
  height: calc(100vh - 220px);
  overflow: hidden;
}
.hero-section .splide__slide .banner-media h2 {
  font-family: "Bebas Neue", sans-serif !important;
}
.hero-section .splide__slide .banner-media::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-size: contain;
  background-image: url("/images/network.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: -1;
}
.hero-section .splide__slide img {
  max-width: 100%;
  height: auto;
  position: relative;
}
.hero-section-cards .hero-card {
  color: #fff;
  min-height: 100px;
  padding: 2rem;
}
.hero-section-cards .hero-card:first-child {
  background-color: #bc2d39;
}
.hero-section-cards .hero-card:nth-child(2n) {
  background-color: #b02a35;
}
.hero-section-cards .hero-card:nth-child(3n) {
  background-color: #9b252f;
}
.hero-section-cards .hero-card:last-child {
  background-color: #872029;
}
.hero-section-cards .hero-card i {
  font-size: 3rem;
  margin-right: 2rem;
  background: -webkit-linear-gradient(-45deg, #ff9800 0%, #d63384 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-section-cards .hero-card .title {
  font-size: 1.5em;
  font-weight: 500;
  margin: 0 0 1rem 0;
}
.hero-section-cards .hero-card p {
  font-size: 0.9rem;
  font-weight: 300;
  color: #f7f7f7;
  margin: 0;
  letter-spacing: 0.02rem;
}
.hero-banner {
  position: relative;
  z-index: 0;
}
.hero-banner .hero-img {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 60vh;
  opacity: 0.2;
  filter: brightness(5);
  width: 100%;
  z-index: -1;
}
.hero-banner .hero-img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  max-width: 100%;
  width: auto;
  float: right;
}
.hero-banner .title,
.hero-banner .txt {
  color: #fff;
}
.hero-banner .title {
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.hero-banner .txt {
  font-size: 1.5rem;
  font-weight: lighter;
  margin-bottom: 2rem;
}

.section-title {
  font-size: 3rem;
  font-weight: 100;
  position: relative;
  margin-bottom: 5rem;
}
.section-title::after {
  content: "";
  width: 64px;
  height: 5px;
  background: linear-gradient(to right, #ff9800 30%, #b02a35 100%);
  position: absolute;
  bottom: -20px;
  left: 50%;
  border-radius: 2px;
  transform: translateX(-50%);
}

.section-block {
  padding: 100px 0;
}

.whatweoffer-section .whatweoffer-card {
  margin-bottom: 3rem;
  display: flex;
  padding: 1.5rem;
}
.whatweoffer-section .whatweoffer-card i {
  font-size: 3rem;
  margin-right: 2rem;
  background: -webkit-linear-gradient(-45deg, #ff9800 0%, #d63384 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.whatweoffer-section .whatweoffer-card .title {
  font-size: 1.5em;
  font-weight: 500;
  margin: 0 0 1rem 0;
}
.whatweoffer-section .whatweoffer-card p {
  font-size: 0.9rem;
  font-weight: 300;
  color: #484848;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1em;
}
.whatweoffer-section i {
  color: #c60f1e;
  margin-right: 0.8em;
  font-size: 3em;
}

.overview-section {
  background-color: #fafafa;
}

.overview-acknowledgement .icon {
  font-size: 3rem;
  color: #d4d4d4;
  background: -webkit-linear-gradient(-45deg, #ff9800 0%, #d63384 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.overview-acknowledgement .txt {
  margin: 1rem 0;
  font-size: 1.5rem;
  font-style: italic;
}
.overview-acknowledgement .author {
  color: #c60f1e;
  font-weight: 600;
  margin-bottom: 0;
}
.overview-acknowledgement .designation {
  font-weight: 500;
}

.overview-card {
  border: solid 1px #ebebeb;
  padding: 2rem;
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  height: calc(100% - 1.5rem);
  background: #fff;
}
.overview-card .icon {
  font-size: 3rem;
  color: #c60f1e;
  margin-bottom: 1.5rem;
  background: -webkit-linear-gradient(-45deg, #ff9800 0%, #d63384 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}
.overview-card .title {
  font-size: 1.5em;
  font-weight: 500;
  margin: 0 0 1rem 0;
}

.testimonial-section .profile-img {
  height: 200px;
  min-width: 200px;
  width: 200px;
  border-radius: 50%;
  border: solid 10px #fafafa;
  background: #e0e0e0;
  overflow: hidden;
}
.testimonial-section .profile-img i.icon {
  font-size: 7rem !important;
  color: #fff !important;
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.5647058824) 0%, rgba(255, 255, 255, 0.0117647059) 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.2);
}

.quote {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-style: italic;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.062745098);
}
.quote:before {
  content: "‟";
  /* Unicode character for opening double quotation mark */
  position: absolute;
  top: -40px;
  left: -40px;
  font-size: 256px;
  font-weight: bold;
  line-height: 100%;
}

.faq-section {
  background-color: #fafafa;
}
.faq-section .faq-card {
  padding: 1rem 3rem;
}
@media screen and (max-width: 768px) {
  .faq-section .faq-card {
    padding: 1rem 1rem;
  }
}
.pricing-section .price-card {
  padding: 3rem;
  margin: 2rem 0;
  background-color: #f5f5f5;
  border-radius: 1rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.pricing-section .price-card .name {
  margin-bottom: 2rem;
}
.pricing-section .price-card .price {
  font-weight: 200;
  margin: 2rem 0;
}
@media screen and (max-width: 768px) {
  .pricing-section .price-card {
    padding: 3rem;
    margin: 0;
  }
}
.pricing-section .price-card.featured {
  padding: 5rem 3rem;
  border: solid 1px #ebebeb;
  background-color: #fff;
  margin: 0;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .pricing-section .price-card.featured {
    padding: 3rem;
    margin: 0;
  }
}
.pricing-section .price-card:hover {
  border: solid 1px #b02a35;
}

.contact-section {
  background-color: #b02a35;
}
.contact-section * {
  color: #fff;
}

.contact-card > div {
  padding: 0.2rem;
  display: flex;
  margin-bottom: 1rem;
}
.contact-card i {
  color: #fff;
  margin-right: 1rem;
  margin-top: 0.3rem;
  font-size: 1.2rem;
}

.contact-card-block {
  background-color: #f5f5f5;
  border-bottom: solid 1px #fff;
  padding: 2rem;
}
.contact-card-block .contact-title {
  font-weight: 500;
}
.contact-card-block .contact-txt-label {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 0.9rem;
}

footer a:hover {
  color: #ff9800 !important;
  transition: all 0.3s ease;
}
footer .footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 2rem;
  margin-top: 1rem;
}

.social-nw-card {
  padding: 2rem 0;
}
.social-nw-card .social-nw {
  color: #bdbdbd;
  padding: 0.4rem;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}
.social-nw-card .social-nw:hover i {
  color: #ff9800 !important;
  transition: all 0.3s ease;
}

.post-card {
  border-radius: 1rem;
  background-color: #fff;
}
.post-card .post-img {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 1rem;
}
.post-card .post-img.post-img-169 {
  padding-top: 56.25%;
}
.post-card .post-img.post-img-43 {
  padding-top: 75%;
}
.post-card .post-img.post-img-32 {
  padding-top: 66.6666666667%;
}
.post-card .post-img.post-img-85 {
  padding-top: 62.5%;
}
.post-card .post-img.post-img-916 {
  padding-top: 177.7777777778%;
}
.post-card .post-img.post-img-34 {
  padding-top: 133.3333333333%;
}
.post-card .post-img.post-img-23 {
  padding-top: 150%;
}
.post-card .post-img.post-img-58 {
  padding-top: 100%;
}
.post-card .post-img.post-img-11 {
  padding-top: 100%;
}
.post-card .post-img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.post-card .post-title {
  font-size: 1.3rem;
}
.post-card .post-title a {
  line-height: 1.6rem;
}
.post-card .post-meta {
  font-size: 0.9rem;
  color: #757575;
}

.btn-hero {
  border-radius: 2rem;
  cursor: pointer;
  background: linear-gradient(to right, #ff9800, #d63384);
  border: 0;
  color: #fff;
  padding: 1rem 2rem;
  box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 0.05) !important;
  font-size: 1.2rem;
  font-weight: 500;
}
.btn-hero:hover {
  color: #fff;
  background: linear-gradient(to right, #d63384, #ff9800);
}

.main-content {
  min-height: 100vh;
}

.scroll-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 999;
  cursor: pointer;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  font-size: 2rem;
  color: #ff9800;
}
.scroll-to-top:hover {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.btn-cta {
  border-radius: 2rem;
  cursor: pointer;
  background: linear-gradient(to right, #ff9800, #d63384);
  color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.btn-cta:hover {
  color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
}

.cta {
  position: absolute;
  width: 100%;
  left: 0;
  height: 20vh;
  margin-top: -20vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-btn {
  border-radius: 1.5rem;
  cursor: pointer;
  background: linear-gradient(to right, #ff9800, #d63384);
  border: solid 2px #fff;
  color: #fff;
  padding: 0.5rem 1.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  font-size: 1.2rem;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.cta-btn:hover {
  color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
}

.price-card-blocks {
  border-radius: 1rem;
  overflow: hidden;
  padding: 0;
  text-align: center;
  border: solid 1px #ebebeb;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05) !important;
  transition: all 0.3s ease-in-out;
}
.price-card-blocks .price-card-header {
  background-color: #b02a35;
  color: #fff;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}
.price-card-blocks .price-card-header .price-card-title {
  margin-bottom: 0;
}
.price-card-blocks .price-card-header .price-card-title small {
  font-size: 1rem;
}
.price-card-blocks .price-card-body-item {
  padding: 1rem;
  background-color: #fff;
  border-bottom: solid 1px #ebebeb;
}
.price-card-blocks:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25) !important;
}

.promo-slides {
  margin: 2rem;
  border-radius: 2rem;
  overflow: hidden;
}
.promo-slides .promo-slides-img {
  max-height: 480px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .promo-slides {
    margin: 1rem 0.5rem;
    border-radius: 0.5rem;
  }
}

.table-rc {
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 0 16px;
}
.table-rc thead th {
  text-align: center;
  border-left: solid 1px #ebebeb;
  background-color: #b02a35 !important;
  color: #fff !important;
}
.table-rc tr td:first-child,
.table-rc tr th:first-child {
  border-radius: 0.5rem 0 0 0.5rem;
  overflow: hidden;
  border: 0;
}
.table-rc tr td:last-child,
.table-rc tr th:last-child {
  border-radius: 0 0.5rem 0.5rem 0;
  overflow: hidden;
}
.table-rc td,
.table-rc th {
  width: 150px;
  padding: 15px;
  background: #f5f5f5;
}
.table-rc tbody td {
  text-align: center;
  border-left: solid 1px #ebebeb;
}
.table-rc tbody th {
  text-align: left;
  text-transform: capitalize;
}

.splide__arrow {
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}

.nav-pills .nav-link {
  color: #000;
  background: linear-gradient(to right, #ff9800, #d63384);
  position: relative;
  z-index: 1;
  margin: 0 5px;
}
.nav-pills .nav-link:not(.active)::before {
  background-color: #fff;
  position: absolute;
  content: "";
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border-radius: 3px;
  z-index: -1;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: linear-gradient(to right, #ff9800, #d63384);
  color: #fff;
}

.animate-underline {
  position: relative;
}
.animate-underline::before {
  position: absolute;
  height: 1px;
  background-color: #424242;
  content: "";
  bottom: -3px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.animate-underline:hover::before {
  width: 100%;
  background-color: #757575;
  transition: all 1s ease-in-out;
}/*# sourceMappingURL=theme.css.map */