/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

body {
      margin: 0;
      font-family: Akshar, sans-serif !important;
}

@media (max-width: 991px) {
      body {
            margin: 10px;
      }
}

p {
      font-size: 18px;
}

ul li {
      font-size: 18px;
}

a {
      color: #b91e1e !important;
      position: relative;
      text-decoration: none !important;
}

a::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 4px;
      border-radius: 4px;
      background-color: #000;
      bottom: 0;
      left: 0;
      transform-origin: right;
      transform: scaleX(0);
      transition: transform .3s ease-in-out;
}

a:hover::before {
      transform-origin: left;
      transform: scaleX(1);
}

h4 {
      font-weight: bold;
}

#navbar {
      height: 85px;
}

@media (max-width: 768px) {
      #navbar {
            height: auto;
      }
}

.about-section {
      margin-top: -170px;
      background-color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;

}

.top-header {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: var(--logo-main-color, #b91e1e);
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 6px 0px;
}

@media (max-width: 991px) {
      .top-header {
            max-width: 100%;
      }
}

.top-section {
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      max-width: 1340px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: 20px;
}

@media (max-width: 991px) {
      .top-section {
            max-width: 100%;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
      }
}

.mail-sec {
      color: #fff;
      max-width: 355px;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      font: 500 20px/128% Akshar, sans-serif;
}

@media only screen and (max-width: 991px) {
      .mail-sec {
            max-width: 100%;
            font-size: 16px;
            text-align: center;
      }
}


.num-sec {
      color: #fff;
      text-align: right;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      max-width: 912px;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      font: 500 20px/128% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .num-sec {
            max-width: 100%;
            font-size: 16px;
            text-align: center;
      }
}

.hero-section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      overflow: hidden;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      position: relative;
      display: flex;
      min-height: 700px;
      width: 100%;
      padding-bottom: 152px;
}

@media (max-width: 991px) {
      .hero-section {
            max-width: 100%;
      }
}

.img {
      position: absolute;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      -webkit-filter: brightness(0.54);
      filter: brightness(0.54);
}

.nav-anchor {
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      /* width: 100%; */
      max-width: 1340px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: 20px;
}

@media (max-width: 991px) {
      .nav-anchor {
            max-width: 100%;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
      }
}

.img-2 {
      aspect-ratio: 1.03;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      width: 90px;
      overflow: hidden;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      max-width: 100%;
      margin-left: 20px;
}

@media (max-width: 991px) {
      .img-2 {
            display: none;
      }
}

.nav-ul {
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 618px;
      max-width: 100%;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: 20px;
      margin: auto 0;
}

@media (max-width: 991px) {
      .nav-ul {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
      }
}

.nav-li {
      color: #b91e1e;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      font: 500 20px Akshar, sans-serif;
}

.nav-lin {
      color: #b91e1e;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      text-wrap: nowrap;
      font: 500 20px Akshar, sans-serif;
}

@media (max-width: 991px) {
      .nav-lin {
            text-wrap: initial;
      }
}

.call-us-btn {
      color: #f3f3f3;
      text-align: center;
      letter-spacing: 0.5px;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      text-wrap: nowrap;
      font: 600 20px/80% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .call-us-btn {
            text-wrap: initial;
      }
}

.hero-column-2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      line-height: normal;
      width: 37%;
      margin-left: 0px;
}

@media (max-width: 991px) {
      .hero-column-2 {
            width: 100%;
      }
}

.qoute-form {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      /* align-items: center; */
      border-radius: 10px;
      -webkit-box-shadow: 0px 0px 21px 1px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 0px 21px 1px rgba(0, 0, 0, 0.25);
      background-color: #fff;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 474px;
      margin: 0 auto;
      padding: 25px 20px;
}

@media (max-width: 991px) {
      .qoute-form {
            max-width: 100%;
            margin-top: 40px;
      }
}

.quote-heading {
      color: #b91e1e;
      text-align: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      text-wrap: nowrap;
      font: 600 24px/120% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .quote-heading {
            text-wrap: initial;
      }
}

.qoute-inner {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 25px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
}

@media (max-width: 991px) {
      .qoute-inner {
            max-width: 100%;
            margin-right: 5px;
      }
}

.qoute-field {
      color: #757575;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      text-wrap: nowrap;
      max-width: 424px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      border-radius: 2px;
      border: 1px solid #ddd;
      padding: 10px 20px 10px 13px;
      font: 400 16px Akshar, sans-serif;
}

@media (max-width: 991px) {
      .qoute-field {
            text-wrap: initial;
            max-width: 100%;
      }
}

.qoute-field1 {
      color: #757575;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      text-wrap: nowrap;
      max-width: 424px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      border-radius: 2px;
      border: 1px solid #ddd;
      margin-top: 20px;
      padding: 10px 20px 10px 13px;
      font: 400 16px Akshar, sans-serif;
}

@media (max-width: 991px) {
      .qoute-field1 {
            text-wrap: initial;
            max-width: 100%;
      }
}

.qoute-text {
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      border-radius: 2px;
      border: 1px solid #ddd;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 20px;
      width: 100%;
      height: 120px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      max-width: 424px;
      padding: 10px 0px 0px 13px;
}

@media (max-width: 991px) {
      .qoute-text {
            max-width: 100%;
      }
}

.qoute-btn-sec {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      border-radius: 4px;
      background-color: #b91e1e;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 25px;
      width: 130px;
      max-width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 15px 20px;
}

@media (max-width: 991px) {
      .qoute-btn-sec {
            margin-left: 5px;
      }
}

.qoute-btn {
      color: #f3f3f3;
      text-align: center;
      letter-spacing: 0.5px;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      text-wrap: nowrap;
      font: 600 20px/80% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .qoute-btn {
            text-wrap: initial;
      }
}

#submit-btn {
      background-color: #b91e1e;
      color: #fff;
      font-weight: bold;
}

.about-inner {
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      z-index: 1;
      margin-top: 110px;
      width: 100%;
      max-width: 1340px;
      padding: 0 20px;
}

@media (max-width: 991px) {
      .about-inner {
            max-width: 100%;
      }
}

.about-in {
      gap: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}

@media (max-width: 991px) {
      .about-in {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            gap: 0px;
      }
}

.about-column {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      line-height: normal;
      width: 64%;
      margin-left: 0px;
}

@media (max-width: 991px) {
      .about-column {
            width: 100%;
      }
}

.div-36 {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: auto 0;
}

@media (max-width: 991px) {
      .div-36 {
            max-width: 100%;
            margin-top: 80px;
      }
}

.div-37 {
      color: #b91e1e;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      text-wrap: nowrap;
      font: 500 45px Akshar, sans-serif;
      margin-top: -20px;
}

@media (max-width: 991px) {
      .div-37 {
            font-size: 40px;
            text-wrap: initial;
      }
}

.div-38 {
      color: #000;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      margin-top: 20px;
      text-wrap: nowrap;
      font: 500 35px Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-38 {
            max-width: 100%;
            text-wrap: initial;
      }
}

.div-39 {
      color: #000;
      text-align: justify;
      margin-top: 20px;
      font: 400 20px Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-39 {
            max-width: 100%;
      }
}

.div-40 {
      color: #000;
      text-align: justify;
      margin-top: 20px;
      font: 400 20px Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-40 {
            max-width: 100%;
      }
}

.column-4 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      line-height: normal;
      width: 36%;
      margin-left: 20px;
      margin-bottom: -25px;
}

@media (max-width: 991px) {
      .column-4 {
            width: 100%;
      }
}

.img-3 {
      aspect-ratio: 0.77;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      width: 100%;
      -webkit-box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.25);
      overflow: hidden;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      border-radius: 20px;
}

@media (max-width: 991px) {
      .img-3 {
            max-width: 100%;
            margin-top: 40px;
            margin-left: -18px;
      }
}

.div-41 {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #b91e1e;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 60px 0px;
}

@media (max-width: 991px) {
      .div-41 {
            max-width: 100%;
      }
}

.div-42 {
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      width: 100%;
      max-width: 1053px;
}

@media (max-width: 991px) {
      .div-42 {
            max-width: 100%;
      }
}

.div-43 {
      gap: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}

@media (max-width: 991px) {
      .div-43 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            gap: 0px;
      }
}

.column-5 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      line-height: normal;
      width: 25%;
      margin-left: 0px;
}

@media (max-width: 991px) {
      .column-5 {
            width: 100%;
      }
}

.div-44 {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
}

@media (max-width: 991px) {
      .div-44 {
            margin-top: 40px;
      }
}

.div-45 {
      color: #fff;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      text-wrap: nowrap;
      font: 600 50px/128% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-45 {
            font-size: 40px;
            text-wrap: initial;
      }
}

.div-46 {
      color: #fff;
      text-align: center;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      text-wrap: nowrap;
      font: 400 24px/166.667% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-46 {
            text-wrap: initial;
      }
}

.column-6 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      line-height: normal;
      width: 24%;
      margin-left: 20px;
}

@media (max-width: 991px) {
      .column-6 {
            width: 100%;
            margin-left: 0 !important;
      }
}

.div-47 {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
}

@media (max-width: 991px) {
      .div-47 {
            margin-top: 40px;
      }
}

.div-48 {
      color: #fff;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      text-wrap: nowrap;
      font: 600 50px/128% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-48 {
            font-size: 40px;
            text-wrap: initial;
      }
}

.div-49 {
      color: #fff;
      text-align: center;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      text-wrap: nowrap;
      font: 400 24px/166.667% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-49 {
            text-wrap: initial;
      }
}

.column-7 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      line-height: normal;
      width: 30%;
      margin-left: 20px;
}

@media (max-width: 991px) {
      .column-7 {
            width: 100%;
            margin-left: 0 !important;
      }
}

.div-50 {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
}

@media (max-width: 991px) {
      .div-50 {
            margin-top: 40px;
      }
}

.div-51 {
      color: #fff;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      text-wrap: nowrap;
      font: 600 50px/128% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-51 {
            font-size: 40px;
            text-wrap: initial;
      }
}

.div-52 {
      color: #fff;
      text-align: center;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      text-wrap: nowrap;
      font: 400 24px/166.667% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-52 {
            text-wrap: initial;
      }
}

.column-8 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      line-height: normal;
      width: 21%;
      margin-left: 20px;
}

@media (max-width: 991px) {
      .column-8 {
            width: 100%;
            margin-left: 0 !important;
      }
}

.div-53 {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
}

@media (max-width: 991px) {
      .div-53 {
            margin-top: 40px;
      }
}

.div-54 {
      color: #fff;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      text-wrap: nowrap;
      font: 600 50px/128% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-54 {
            font-size: 40px;
            text-wrap: initial;
      }
}

.div-55 {
      color: #fff;
      text-align: center;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      text-wrap: nowrap;
      font: 400 24px/166.667% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-55 {
            text-wrap: initial;
      }
}

.div-56 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      overflow: hidden;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      position: relative;
      display: flex;
      min-height: 820px;
      width: 100%;
      /* padding: 33px 20px 75px; */
}

@media (max-width: 991px) {
      .div-56 {
            max-width: 100%;
      }
}

.div-57 {
      position: relative;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      max-width: 1258px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
}

@media (max-width: 991px) {
      .div-57 {
            max-width: 100%;
      }
}

.div-58 {
      color: #fff;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      text-wrap: nowrap;
      font: 500 45px Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-58 {
            font-size: 40px;
            text-wrap: initial;
      }
}

.div-59 {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 33px;
      width: 100%;
      max-width: 1175px;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
}

@media (max-width: 991px) {
      .div-59 {
            max-width: 100%;
      }
}

.div-60 {
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

@media (max-width: 991px) {
      .div-60 {
            max-width: 100%;
      }
}

.div-61 {
      gap: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}

@media (max-width: 991px) {
      .div-61 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            gap: 0px;
      }
}

.column-9 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      line-height: normal;
      width: 33%;
      margin-left: 0px;
}

@media (max-width: 991px) {
      .column-9 {
            width: 100%;
      }
}

.div-62 {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      border-radius: 10px;
      background-color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex: 1;
      flex: 1;
      margin: 0 auto;
      padding: 20px 15px;
}

@media (max-width: 991px) {
      .div-62 {
            margin-top: 40px;
      }
}

.div-63 {
      color: #000;
      text-align: center;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      text-wrap: nowrap;
      font: 900 22px/100% Font Awesome 5 Free, -apple-system, Roboto, Helvetica,
            sans-serif;
}

@media (max-width: 991px) {
      .div-63 {
            text-wrap: initial;
      }
}

.div-64 {
      color: #b91e1e;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      margin-top: 25px;
      text-wrap: nowrap;
      font: 600 24px/120% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-64 {
            text-wrap: initial;
      }
}

.div-65 {
      color: #000;
      max-width: 295px;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      margin-top: 25px;
      font: 400 20px/128% Akshar, sans-serif;
}

.column-10 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      line-height: normal;
      width: 33%;
      margin-left: 20px;
}

@media (max-width: 991px) {
      .column-10 {
            width: 100%;
            margin-left: 0px;
      }
}

.div-66 {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      border-radius: 10px;
      background-color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex: 1;
      flex: 1;
      margin: 0 auto;
      padding: 20px 15px;
}

@media (max-width: 991px) {
      .div-66 {
            margin-top: 40px;
      }
}

.div-67 {
      color: #000;
      text-align: center;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      text-wrap: nowrap;
      font: 900 22px/100% Font Awesome 5 Free, -apple-system, Roboto, Helvetica,
            sans-serif;
}

@media (max-width: 991px) {
      .div-67 {
            text-wrap: initial;
      }
}

.div-68 {
      color: #b91e1e;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      margin-top: 25px;
      text-wrap: nowrap;
      font: 600 24px/120% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-68 {
            text-wrap: initial;
      }
}

.div-69 {
      color: #000;
      max-width: 295px;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      margin-top: 25px;
      font: 400 20px/128% Akshar, sans-serif;
}

.column-11 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      line-height: normal;
      width: 33%;
      margin-left: 20px;
}

@media (max-width: 991px) {
      .column-11 {
            width: 100%;
            margin-left: 0px;
      }
}

.div-70 {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      border-radius: 10px;
      background-color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex: 1;
      flex: 1;
      margin: 0 auto;
      padding: 20px 15px;
}

@media (max-width: 991px) {
      .div-70 {
            margin-top: 40px;
      }
}

.div-71 {
      color: #000;
      text-align: center;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      text-wrap: nowrap;
      font: 900 22px/100% Font Awesome 5 Free, -apple-system, Roboto, Helvetica,
            sans-serif;
}

@media (max-width: 991px) {
      .div-71 {
            text-wrap: initial;
      }
}

.div-72 {
      color: #b91e1e;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      margin-top: 25px;
      text-wrap: nowrap;
      font: 600 24px/120% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-72 {
            text-wrap: initial;
      }
}

.div-73 {
      color: #000;
      max-width: 295px;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      margin-top: 25px;
      font: 400 20px/128% Akshar, sans-serif;
}

.div-74 {
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      margin-top: 50px;
}

@media (max-width: 991px) {
      .div-74 {
            max-width: 100%;
            margin: 40px 6px 0 0;
      }
}

.div-75 {
      gap: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}

@media (max-width: 991px) {
      .div-75 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            gap: 0px;
      }
}

.column-12 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      line-height: normal;
      width: 33%;
      margin-left: 0px;
}

@media (max-width: 991px) {
      .column-12 {
            width: 100%;
      }
}

.div-76 {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      border-radius: 10px;
      background-color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex: 1;
      flex: 1;
      margin: 0 auto;
      padding: 20px 15px;
}

@media (max-width: 991px) {
      .div-76 {
            margin-top: 40px;
      }
}

.div-77 {
      color: #000;
      text-align: center;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      text-wrap: nowrap;
      font: 900 22px/100% Font Awesome 5 Free, -apple-system, Roboto, Helvetica,
            sans-serif;
}

@media (max-width: 991px) {
      .div-77 {
            text-wrap: initial;
      }
}

.div-78 {
      color: #b91e1e;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      margin-top: 25px;
      text-wrap: nowrap;
      font: 600 24px/120% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-78 {
            text-wrap: initial;
      }
}

.div-79 {
      color: #000;
      max-width: 291px;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      margin-top: 25px;
      font: 400 20px/128% Akshar, sans-serif;
}

.column-13 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      line-height: normal;
      width: 33%;
      margin-left: 20px;
}

@media (max-width: 991px) {
      .column-13 {
            width: 100%;
            margin-left: 0px;
      }
}

.div-80 {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      border-radius: 10px;
      background-color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex: 1;
      flex: 1;
      margin: 0 auto;
      padding: 20px 15px;
}

@media (max-width: 991px) {
      .div-80 {
            margin-top: 40px;
      }
}

.div-81 {
      color: #000;
      text-align: center;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      text-wrap: nowrap;
      font: 900 22px/100% Font Awesome 5 Free, -apple-system, Roboto, Helvetica,
            sans-serif;
}

@media (max-width: 991px) {
      .div-81 {
            text-wrap: initial;
      }
}

.div-82 {
      color: #b91e1e;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      margin-top: 25px;
      text-wrap: nowrap;
      font: 600 24px/120% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-82 {
            text-wrap: initial;
      }
}

.div-83 {
      color: #000;
      max-width: 291px;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      margin-top: 25px;
      font: 400 20px/128% Akshar, sans-serif;
}

.column-14 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      line-height: normal;
      width: 33%;
      margin-left: 20px;
}

@media (max-width: 991px) {
      .column-14 {
            width: 100%;
            margin-left: 0px;
            margin-bottom: 15px;
      }
}

.div-84 {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      border-radius: 10px;
      background-color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex: 1;
      flex: 1;
      margin: 0 auto;
      padding: 20px 15px;
}

@media (max-width: 991px) {
      .div-84 {
            margin-top: 40px;
      }
}

.div-85 {
      color: #000;
      text-align: center;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      text-wrap: nowrap;
      font: 900 22px/100% Font Awesome 5 Free, -apple-system, Roboto, Helvetica,
            sans-serif;
}

@media (max-width: 991px) {
      .div-85 {
            text-wrap: initial;
      }
}

.div-86 {
      color: #b91e1e;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      margin-top: 25px;
      text-wrap: nowrap;
      font: 600 24px/120% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-86 {
            text-wrap: initial;
      }
}

.div-87 {
      color: #000;
      max-width: 291px;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      margin-top: 25px;
      font: 400 20px/128% Akshar, sans-serif;
}

.div-88 {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 33px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0 20px 75px;
}

@media (max-width: 991px) {
      .div-88 {
            max-width: 100%;
      }
}

.div-89 {
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      max-width: 1215px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
}

@media (max-width: 991px) {
      .div-89 {
            max-width: 100%;
      }
}

.div-90 {
      color: #b91e1e;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      text-wrap: nowrap;
      font: 500 45px Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-90 {
            font-size: 40px;
            text-wrap: initial;
      }
}

.div-91 {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      margin-top: 33px;
      width: 100%;
      max-width: 1090px;
}

@media (max-width: 991px) {
      .div-91 {
            max-width: 100%;
      }
}

.div-92 {
      gap: 70px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}

@media (max-width: 991px) {
      .div-92 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            gap: 0px;
      }
}

.column-15 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      line-height: normal;
      width: 33%;
      margin-left: 0px;
}

@media (max-width: 991px) {
      .column-15 {
            width: 100%;
      }
}

.div-93 {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      border-radius: 10px;
      background-color: #eee;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex: 1;
      flex: 1;
      margin: 0 auto;
      padding: 20px;
}

@media (max-width: 991px) {
      .div-93 {
            margin-top: 40px;
      }
}

.div-94 {
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 260px;
      max-width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
}

.div-95 {
      color: #b91e1e;
      text-align: center;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      text-wrap: nowrap;
      font: 900 16px/100% Font Awesome 5 Free, -apple-system, Roboto, Helvetica,
            sans-serif;
      font-size: 40px;
}

@media (max-width: 991px) {
      .div-95 {
            text-wrap: initial;
      }
}

.div-96 {
      color: #000422;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      margin-top: 15px;
      font: 400 20px/156% Akshar, sans-serif;
}

.img-4 {
      aspect-ratio: 1;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      width: 40px;
      overflow: hidden;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      margin-top: 15px;
      max-width: 100%;
      border-radius: 20px;
}

.div-97 {
      color: #b91e1e;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      margin-top: 15px;
      text-wrap: nowrap;
      font: 500 20px/120% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-97 {
            text-wrap: initial;
      }
}

.column-16 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      line-height: normal;
      width: 33%;
      margin-left: 20px;
}

@media (max-width: 991px) {
      .column-16 {
            width: 100%;
            margin-left: 0px;
      }
}

.div-98 {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      border-radius: 10px;
      background-color: #eee;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex: 1;
      flex: 1;
      margin: 0 auto;
      padding: 20px;
}

@media (max-width: 991px) {
      .div-98 {
            margin-top: 40px;
      }
}

.div-99 {
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 260px;
      max-width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
}

.div-100 {
      color: #b91e1e;
      text-align: center;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      text-wrap: nowrap;
      font: 900 16px/100% Font Awesome 5 Free, -apple-system, Roboto, Helvetica,
            sans-serif;
      font-size: 40px;
}

@media (max-width: 991px) {
      .div-100 {
            text-wrap: initial;
      }
}

.div-101 {
      color: #000422;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      margin-top: 15px;
      font: 400 20px/156% Akshar, sans-serif;
}

.img-5 {
      aspect-ratio: 1;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      width: 40px;
      overflow: hidden;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      margin-top: 45px;
      max-width: 100%;
      border-radius: 20px;
}

.div-102 {
      color: #b91e1e;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      margin-top: 15px;
      text-wrap: nowrap;
      font: 500 20px/120% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-102 {
            text-wrap: initial;
      }
}

.column-17 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      line-height: normal;
      width: 33%;
      margin-left: 20px;
}

@media (max-width: 991px) {
      .column-17 {
            width: 100%;
            margin-left: 0px;
      }
}

.div-103 {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      border-radius: 10px;
      background-color: #eee;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex: 1;
      flex: 1;
      margin: 0 auto;
      padding: 20px;
}

@media (max-width: 991px) {
      .div-103 {
            margin-top: 40px;
      }
}

.div-104 {
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 260px;
      max-width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
}

.div-105 {
      color: #b91e1e;
      text-align: center;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      text-wrap: nowrap;
      font: 900 16px/100% Font Awesome 5 Free, -apple-system, Roboto, Helvetica,
            sans-serif;
      font-size: 40px;
}

@media (max-width: 991px) {
      .div-105 {
            text-wrap: initial;
      }
}

.div-106 {
      color: #000422;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      margin-top: 15px;
      font: 400 20px/156% Akshar, sans-serif;
}

.img-6 {
      aspect-ratio: 1;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      width: 40px;
      overflow: hidden;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      margin-top: 77px;
      max-width: 100%;
      border-radius: 20px;
}

.div-107 {
      color: #b91e1e;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      margin-top: 15px;
      text-wrap: nowrap;
      font: 500 20px/120% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-107 {
            text-wrap: initial;
      }
}

.div-108 {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #c4c4c4;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 15px 20px 23px;
}

@media (max-width: 991px) {
      .div-108 {
            max-width: 100%;
            margin-right: 1px;
      }
}

.div-109 {
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      max-width: 1339px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
}

@media (max-width: 991px) {
      .div-109 {
            max-width: 100%;
      }
}

.div-110 {
      color: #1e1e1e;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      text-wrap: nowrap;
      font: 500 45px Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-110 {
            font-size: 40px;
            text-wrap: initial;
      }
}

.div-111 {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      margin-top: 22px;
}

@media (max-width: 991px) {
      .div-111 {
            max-width: 100%;
      }
}

.div-112 {
      gap: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}

@media (max-width: 991px) {
      .div-112 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            gap: 0px;
      }
}

.column-18 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      line-height: normal;
      width: 25%;
      margin-left: 0px;
}

@media (max-width: 991px) {
      .column-18 {
            width: 100%;
      }
}

.img-7 {
      aspect-ratio: 0.86;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      width: 100%;
      overflow: hidden;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
}

@media (max-width: 991px) {
      .img-7 {
            margin-top: 37px;
      }
}

.column-19 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      line-height: normal;
      width: 25%;
      margin-left: 20px;
}

@media (max-width: 991px) {
      .column-19 {
            width: 100%;
      }
}

.img-8 {
      aspect-ratio: 0.86;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      width: 100%;
      overflow: hidden;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
}

@media (max-width: 991px) {
      .img-8 {
            margin-top: 37px;
      }
}

.column-20 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      line-height: normal;
      width: 25%;
      margin-left: 20px;
}

@media (max-width: 991px) {
      .column-20 {
            width: 100%;
      }
}

.img-9 {
      aspect-ratio: 0.86;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      width: 100%;
      overflow: hidden;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
}

@media (max-width: 991px) {
      .img-9 {
            margin-top: 37px;
      }
}

.column-21 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      line-height: normal;
      width: 25%;
      margin-left: 20px;
}

@media (max-width: 991px) {
      .column-21 {
            width: 100%;
      }
}

.img-10 {
      aspect-ratio: 0.86;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      width: 100%;
      overflow: hidden;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
}

@media (max-width: 991px) {
      .img-10 {
            margin-top: 37px;
      }
}

.div-113 {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 29px;
      width: 370px;
      max-width: 100%;
      gap: 20px;
}

@media (max-width: 991px) {
      .div-113 {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
      }
}

.img-11 {
      aspect-ratio: 1;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      width: 100%;
      overflow: hidden;
      border-radius: 50%;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
}

.img-12 {
      aspect-ratio: 1;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      width: 100%;
      overflow: hidden;
      border-radius: 50%;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
}

.img-13 {
      aspect-ratio: 1;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      width: 100%;
      overflow: hidden;
      border-radius: 50%;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
}

.img-14 {
      aspect-ratio: 1;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      width: 100%;
      overflow: hidden;
      border-radius: 50%;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
}

.img-15 {
      aspect-ratio: 1;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      width: 100%;
      overflow: hidden;
      border-radius: 50%;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
}

.img-16 {
      aspect-ratio: 1;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      width: 100%;
      overflow: hidden;
      border-radius: 50%;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
}

.div-114 {
      background-color: #d3d3d3;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
}

@media (max-width: 991px) {
      .div-114 {
            max-width: 100%;
      }
}

.div-115 {
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      width: 100%;
      max-width: 1290px;
      padding: 0 20px;
}

@media (max-width: 991px) {
      .div-115 {
            max-width: 100%;
      }
}

.div-116 {
      gap: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}

@media (max-width: 991px) {
      .div-116 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            gap: 0px;
      }
}

.column-22 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      line-height: normal;
      width: 23%;
      margin-left: 0px;
}

@media (max-width: 991px) {
      .column-22 {
            width: 100%;
      }
}

.div-117 {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
}

@media (max-width: 991px) {
      .div-117 {
            margin-top: 40px;
      }
}

.div-118 {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
}

.img-17 {
      aspect-ratio: 1.08;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      width: 236px;
      overflow: hidden;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      max-width: 100%;
}

@media (max-width: 768px) {
      .img-17 {
            width: auto;
      }
}

.div-119 {
      color: #b91e1e;
      text-align: center;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      margin-top: 15px;
      font: 400 20px/128% Akshar, sans-serif;
}

.div-120 {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 25px;
      width: 104px;
      max-width: 100%;
      gap: 20px;
}

@media (max-width: 991px) {
      .div-120 {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
      }
}

.img-18 {
      aspect-ratio: 1;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      width: 100%;
      fill: #b91e1e;
      overflow: hidden;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
}

.img-19 {
      aspect-ratio: 1.29;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      width: 100%;
      fill: #b91e1e;
      overflow: hidden;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: auto 0;
}

.img-20 {
      aspect-ratio: 1;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      width: 100%;
      fill: #b91e1e;
      overflow: hidden;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
}

.column-23 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      line-height: normal;
      width: 34%;
      margin-left: 20px;
}

@media (max-width: 991px) {
      .column-23 {
            width: 100%;
      }
}

.div-121 {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
}

@media (max-width: 991px) {
      .div-121 {
            margin-top: 40px;
      }
}

.div-122 {
      color: #b91e1e;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      text-wrap: nowrap;
      font: 400 22px/150% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-122 {
            text-wrap: initial;
      }
}

.div-123 {
      color: #b91e1e;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      margin-top: 5px;
      font: 500 30px/110% Akshar, sans-serif;
}

.div-124 {
      color: #b91e1e;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      margin-top: 5px;
      text-wrap: nowrap;
      font: 400 20px/128% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-124 {
            text-wrap: initial;
      }
}

.div-125 {
      color: #b91e1e;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      margin-top: 5px;
      text-wrap: nowrap;
      font: 400 20px/128% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-125 {
            text-wrap: initial;
      }
}

.div-126 {
      color: #b91e1e;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      margin-top: 5px;
      text-wrap: nowrap;
      font: 400 20px/128% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-126 {
            text-wrap: initial;
            font-size: 17px;
      }
}

.column-24 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      line-height: normal;
      width: 28%;
      margin-left: 20px;
}

@media (max-width: 991px) {
      .column-24 {
            width: 100%;
      }
}

.div-127 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 331px;
      max-width: 100%;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: 90px;
}

@media (max-width: 991px) {
      .div-127 {
            margin-top: 40px;
      }
}

.div-128 {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      display: -ms-flexbox;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
}

.div-129 {
      color: #b91e1e;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      text-wrap: nowrap;
      font: 400 22px/150% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-129 {
            text-wrap: initial;
      }
}

.div-130 {
      color: #b91e1e;
      -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
      margin-top: 15px;
      text-wrap: nowrap;
      font: 400 20px/128% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-130 {
            text-wrap: initial;
      }
}

.div-131 {
      color: #b91e1e;
      -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
      margin-top: 15px;
      text-wrap: nowrap;
      font: 400 20px/128% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-131 {
            text-wrap: initial;
      }
}

.div-132 {
      color: #b91e1e;
      -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
      margin-top: 15px;
      text-wrap: nowrap;
      font: 400 20px/128% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-132 {
            text-wrap: initial;
      }
}

.div-133 {
      color: #b91e1e;
      -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
      margin-top: 15px;
      text-wrap: nowrap;
      font: 400 20px/128% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-133 {
            text-wrap: initial;
      }
}

.div-134 {
      color: #b91e1e;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      text-wrap: nowrap;
      margin: 15px 0 0 0px;
      font: 400 20px/128% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-134 {
            text-wrap: initial;
      }
}

.div-135 {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      display: -ms-flexbox;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
}

.div-136 {
      color: #b91e1e;
      -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
      text-wrap: nowrap;
      font: 400 22px/150% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-136 {
            text-wrap: initial;
      }
}

.div-137 {
      color: #b91e1e;
      margin-top: 15px;
      text-wrap: nowrap;
      font: 400 20px/128% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-137 {
            text-wrap: initial;
      }
}

.div-138 {
      color: #b91e1e;
      /* text-align: right; */
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
      margin-top: 15px;
      text-wrap: nowrap;
      font: 400 20px/128% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-138 {
            text-wrap: initial;
      }
}

.div-139 {
      color: #b91e1e;
      -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
      margin-top: 15px;
      text-wrap: nowrap;
      font: 400 20px/128% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-139 {
            text-wrap: initial;
      }
}

.div-140 {
      color: #b91e1e;
      -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
      margin-top: 15px;
      text-wrap: nowrap;
      font: 400 20px/128% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-140 {
            text-wrap: initial;
      }
}

.div-141 {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #1e1e1e;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 0px;
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 12px 0px;
}

@media (max-width: 991px) {
      .div-141 {
            max-width: 100%;
            margin-top: 40px;
      }
}

.div-142 {
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      max-width: 1340px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: 20px;
}

@media (max-width: 991px) {
      .div-142 {
            max-width: 100%;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
      }
}

.div-143 {
      color: #fff;
      max-width: 540px;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      font: 400 20px/128% Akshar, sans-serif;
}

@media only screen and (max-width: 991px) {
      .div-143 {
            max-width: 100%;
            font-size: 16px;
            text-align: center;
      }
}

.div-144 {
      color: #fff;
      text-align: right;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      max-width: 831px;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      font: 400 20px/128% Akshar, sans-serif;
}

@media (max-width: 991px) {
      .div-144 {
            max-width: 100%;
            font-size: 16px;
            text-align: center;
      }
}

.carousel {
      margin: 25px -188px 50px;

}

@media (max-width: 576px) {
      .carousel {
            margin: 25px auto 50px;
            max-width: 100%;
            padding: 0 10px;
            display: none;
      }
}

.carousel:before,
.carousel:after {
      z-index: -1;
      position: absolute;
      content: "";
      bottom: 15px;
      left: 10px;
      width: 50%;
      top: 80%;
      max-width: 400px;
      background: rgba(0, 0, 0, 0.7);
      -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
      box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
      -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
      transform: rotate(-3deg);
}

.carousel:after {
      -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
      transform: rotate(3deg);
      right: 10px;
      left: auto;
}

.carousel .carousel-item {
      text-align: center;
      min-height: 200px;
}

.carousel .carousel-item img {
      max-width: 100%;
      margin: 0 auto;
}

.carousel-control-prev,
.carousel-control-next {
      width: 27px;
      height: 54px;
      overflow: hidden;
      opacity: 1;
      margin: auto 0;
      background: none;
      text-shadow: none;
}

.carousel-control-prev span,
.carousel-control-next span {
      width: 54px;
      height: 54px;
      display: inline-block;
      background: #4a4a4a;
      border-radius: 50%;
      -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.carousel-control-prev span {
      margin-right: -27px;
}

.carousel-control-next span {
      margin-left: -27px;
}

.carousel-control-prev:hover span,
.carousel-control-next:hover span {
      background: #3b3b3b;
}

.carousel-control-prev i,
.carousel-control-next i {
      font-size: 24px;
      margin-top: 13px;
}

.carousel-control-prev {
      margin-left: -28px;
}

.carousel-control-next {
      margin-right: -28px;
}

.carousel-control-prev i {
      margin-left: -4px;
}

.carousel-control-next i {
      margin-right: -4px;
}

.carousel-indicators {
      bottom: -42px;
}

.carousel-indicators li,
.carousel-indicators li.active {
      width: 11px;
      height: 11px;
      border-radius: 50%;
      margin: 1px 4px;
}

.carousel-indicators li {
      border: 1px solid #475c6f;
}

.carousel-indicators li.active {
      background: #20b0b9;
      border-color: #20b0b9;
}

#myCarousel2 {
      display: none;
}

@media (max-width: 576px) {
      #myCarousel2 {
            display: block;
      }
}

/* --------------------------------------------------------------Contact-page------------------------------------------------------------------ */
.contact-page {
      background-color: #fff;
      display: flex;
      flex-direction: column;
}

.contact-ban {
      display: flex;
      flex-direction: column;
      overflow: hidden;
      align-self: stretch;
      position: relative;
      display: flex;
      min-height: 518px;
      width: 100%;
      padding-bottom: 444px;
}

@media (max-width: 991px) {
      .contact-ban {
            max-width: 100%;
      }
}

.contact-img {
      position: absolute;
      height: 85%;
      width: 100%;
      object-fit: cover;
      object-position: center;
      filter: brightness(0.54);
}

.contact-h1 {
      position: absolute;
      color: #fff;
      font-size: 60px;
      margin-top: 150px;
      margin-left: 130px;
}

@media (max-width: 768px) {
      .contact-h1 {
            font-size: 40px;
            margin-top: 250px;
            margin-left: 20px;
      }
}


.Contact-p {
      position: relative;
      color: #423f3f;
      align-self: center;
      margin-top: 39px;
      width: 100%;
      max-width: 1339px;
      font: 400 24px Akshar, sans-serif;
      margin-top: -45px;
}

@media (max-width: 991px) {
      .Contact-p {
            max-width: 100%;
            margin-top: 0px;
            padding-left: 10px;
            padding-right: 10px;
      }
}

.why-us-section {
      align-items: flex-start;
      align-self: center;
      display: flex;
      margin-top: 64px;
      width: 100%;
      max-width: 1340px;
      flex-direction: column;
      padding: 0 20px 12px;
}

@media (max-width: 991px) {
      .why-us-section {
            max-width: 100%;
            margin-top: 40px;
      }
}

.why-us-heading {
      color: #1e1e1e;
      align-self: start;
      width: 313px;
      max-width: 100%;
      font: 500 40px Akshar, sans-serif;
}

.why-sec {
      align-items: flex-start;
      align-self: center;
      display: flex;
      width: 100%;
      flex-direction: column;
      margin: 62px 0 0 -20px;
}

@media (max-width: 991px) {
      .why-sec {
            max-width: 100%;
            margin-top: 40px;
      }
}

.why-us-container {
      align-self: center;
      display: flex;
      width: 100%;
      max-width: 989px;
      align-items: flex-start;
      justify-content: space-between;
      gap: 20px;
}

@media (max-width: 991px) {
      .why-us-container {
            max-width: 100%;
            flex-wrap: wrap;
            justify-content: center;
            display: none;
      }
}

.why-us-imges {
      align-self: stretch;
      display: flex;
      flex-direction: column;
}

.why-us-img1 {
      aspect-ratio: 1.02;
      object-fit: contain;
      object-position: center;
      width: 100%;
      overflow: hidden;
      border-radius: 50%;
      align-self: stretch;
}

.why-us-line {
      background-color: #bf1e2e;
      align-self: center;
      z-index: 1;
      width: 3px;
      height: 45px;
}

.why-us-imges2 {
      align-self: stretch;
      display: flex;
      flex-direction: column;
}

.why-us-img3 {
      aspect-ratio: 1.03;
      object-fit: contain;
      object-position: center;
      width: 100%;
      overflow: hidden;
      border-radius: 50%;
      align-self: stretch;
}

.why-us-line2 {
      background-color: #474443;
      align-self: center;
      z-index: 1;
      width: 3px;
      height: 45px;
}

.why-us-imges3 {
      align-self: stretch;
      display: flex;
      flex-direction: column;
}

.why-us-img3 {
      aspect-ratio: 1.02;
      object-fit: contain;
      object-position: center;
      width: 100%;
      overflow: hidden;
      border-radius: 50%;
      align-self: stretch;
}

.why-us-line3 {
      background-color: #0f75bc;
      align-self: center;
      z-index: 1;
      width: 3px;
      height: 45px;
}

.Why-us-horizontal-line {
      align-self: stretch;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 0px;
}

@media (max-width: 991px) {
      .Why-us-horizontal-line {
            max-width: 100%;
            flex-wrap: wrap;
            justify-content: center;
            display: none;
      }
}

.horizontal-line1 {
      border-radius: 20px 0px 0px 20px;
      background-color: #bf1e2e;
      display: flex;
      height: 33px;
      flex-direction: column;
      flex-grow: 1;
      flex-basis: auto;
      flex: 1;
}

@media (max-width: 991px) {
      .horizontal-line1 {
            max-width: 100%;
      }
}

.horizontal-line2 {
      background-color: #423f3f;
      display: flex;
      height: 33px;
      flex-direction: column;
      flex-grow: 1;
      flex-basis: auto;
      flex: 1;
}

@media (max-width: 991px) {
      .horizontal-line2 {
            max-width: 100%;
      }
}

.horizontal-line3 {
      border-radius: 0px 20px 20px 0px;
      background-color: #0f75bc;
      display: flex;
      height: 33px;
      flex-direction: column;
      flex-grow: 1;
      flex-basis: auto;
      flex: 1;
}

@media (max-width: 991px) {
      .horizontal-line3 {
            max-width: 100%;
      }
}

.why-us-content-sec {
      align-self: stretch;
      margin: 54px 24px 0 0;
}

@media (max-width: 991px) {
      .why-us-content-sec {
            max-width: 100%;
            margin: 40px 10px 0 0;
      }
}

.why-us-content-container {
      gap: 20px;
      display: flex;
}

@media (max-width: 991px) {
      .why-us-content-container {
            flex-direction: column;
            align-items: stretch;
            gap: 0px;
            margin-left: 40px;
      }
}

.why-us-column {
      display: flex;
      flex-direction: column;
      line-height: normal;
      width: 35%;
      margin-left: 0px;
}

@media (max-width: 991px) {
      .why-us-column {
            width: 100%;
      }
}

.why-us-gap {
      display: flex;
      flex-grow: 1;
      flex-direction: column;
}

@media (max-width: 991px) {
      .why-us-gap {
            max-width: 100%;
            margin-top: 34px;
      }
}

.why-us-h {
      color: #454545;
      align-self: center;
      white-space: nowrap;
      font: 500 25px Akshar, sans-serif;
}

@media (max-width: 991px) {
      .why-us-h {
            white-space: initial;
      }
}

.why-us-p {
      color: #1e1e1e;
      text-align: center;
      align-self: stretch;
      margin-top: 27px;
      font: 400 24px Akshar, sans-serif;
}

@media (max-width: 991px) {
      .why-us-p {
            max-width: 100%;
      }
}

.why-us-column2 {
      display: flex;
      flex-direction: column;
      line-height: normal;
      width: 34%;
      margin-left: 20px;
}

@media (max-width: 991px) {
      .why-us-column2 {
            width: 100%;
            margin-left: 0px;
      }
}

.why-us-gap2 {
      display: flex;
      flex-direction: column;
}

@media (max-width: 991px) {
      .why-us-gap2 {
            margin-top: 35px;
      }
}

.why-us-h2 {
      color: #454545;
      align-self: center;
      white-space: nowrap;
      font: 500 25px Akshar, sans-serif;
}

@media (max-width: 991px) {
      .why-us-h2 {
            white-space: initial;
      }
}

.why-us-p2 {
      color: #1e1e1e;
      text-align: center;
      align-self: stretch;
      margin-top: 30px;
      font: 400 24px Akshar, sans-serif;
}

.why-us-column3 {
      display: flex;
      flex-direction: column;
      line-height: normal;
      width: 31%;
      margin-left: 20px;
}

@media (max-width: 991px) {
      .why-us-column3 {
            width: 100%;
            margin-left: 0px;
      }
}

.why-us-gap3 {
      display: flex;
      flex-direction: column;
}

@media (max-width: 991px) {
      .why-us-gap3 {
            margin-top: 35px;
      }
}

.why-us-h3 {
      color: #454545;
      align-self: center;
      white-space: nowrap;
      font: 500 25px Akshar, sans-serif;
}

@media (max-width: 991px) {
      .why-us-h3 {
            white-space: initial;
      }
}

.why-us-p3 {
      color: #1e1e1e;
      text-align: center;
      align-self: stretch;
      margin-top: 30px;
      font: 400 23px Akshar, sans-serif;
}

.contact-form {
      justify-content: center;
      align-items: center;
      background-color: black;
      align-self: stretch;
      display: flex;
      margin-top: 75px;
      width: 100%;
      flex-direction: column;
      padding: 75px 20px;
}

@media (max-width: 991px) {
      .contact-form {
            max-width: 100%;
            margin-top: 40px;
      }
}

.contact-form-bg {
      align-self: center;
      display: flex;
      width: 775px;
      max-width: 100%;
      flex-direction: column;
}

.contact-us-form-heading {
      color: #fff;
      align-self: center;
      white-space: nowrap;
      font: 600 40px Akshar, sans-serif;
}

@media (max-width: 991px) {
      .contact-us-form-heading {
            white-space: initial;
      }
}

.contact-us-fields {
      align-items: flex-start;
      align-self: stretch;
      display: flex;
      margin-top: 30px;
      width: 100%;
      justify-content: space-between;
      gap: 20px;
}

@media (max-width: 991px) {
      .contact-us-fields {
            max-width: 100%;
            flex-wrap: wrap;
      }
}

.contact-us-name-field {
      align-self: stretch;
      display: flex;
      flex-direction: column;
}

.contact-us-name {
      color: #d9d9d9;
      align-self: start;
      white-space: nowrap;
      font: 400 24px Akshar, sans-serif;
}

@media (max-width: 991px) {
      .contact-us-name {
            white-space: initial;
      }
}

.contact-us-input {
      border-radius: 7px;
      background-color: #fff;
      align-self: start;
      display: flex;
      margin-top: 9px;
      width: 325px;
      height: 42px;
      flex-direction: column;
      padding: 10px 20px 10px 13px;
}

@media only screen and (max-width: 600px) {
      .contact-us-input {
            width: 100%;
            margin-top: 5px;
            padding: 10px;
      }
}

.contact-us-contact-field {
      align-self: stretch;
      display: flex;
      flex-direction: column;
}

.contact-us-heading {
      color: #d9d9d9;
      align-self: start;
      white-space: nowrap;
      font: 400 24px Akshar, sans-serif;
}

@media (max-width: 991px) {
      .contact-us-heading {
            white-space: initial;
      }
}


.contact-us-address {
      align-self: stretch;
      display: flex;
      flex-direction: column;
}

.contact-us-address-heading {
      color: #d9d9d9;
      align-self: start;
      white-space: nowrap;
      font: 400 24px Akshar, sans-serif;
}

@media (max-width: 991px) {
      .contact-us-address-heading {
            white-space: initial;
      }
}

.contact-us-project {
      color: #d9d9d9;
      align-self: start;
      margin-top: 30px;
      white-space: nowrap;
      font: 400 24px Akshar, sans-serif;
}

@media (max-width: 991px) {
      .contact-us-project {
            white-space: initial;
      }
}

.contact-us-project-textarea {
      border-radius: 7px;
      background-color: #fff;
      align-self: stretch;
      display: flex;
      margin-top: 9px;
      width: 100%;
      height: 255px;
      flex-direction: column;
      padding: 10px 20px 10px 13px;
}

@media (max-width: 991px) {
      .contact-us-project-textarea {
            max-width: 100%;
            margin-right: 1px;
      }
}

.contact-us-btn {
      justify-content: center;
      align-items: center;
      border-radius: 5px;
      background-color: #bf1e2e;
      align-self: center;
      display: flex;
      margin-top: 26px;
      width: 126px;
      max-width: 100%;
      flex-grow: 1;
      flex-direction: column;
      padding: 12px 20px;
}

.contact-us-button {
      color: #fff;
      align-self: center;
      white-space: nowrap;
      font: 500 25px Akshar, sans-serif;
}

@media (max-width: 991px) {
      .contact-us-button {
            white-space: initial;
      }
}

input {
      border: 0;
      outline: 0;
      width: 100%;
}

#phoneicon {
      position: absolute;
      margin-top: 30px;
      color: #fff;
      font-size: 40px;
      margin-left: 30px;

}

#calendericon {
      position: absolute;
      margin-top: 27px;
      color: #fff;
      font-size: 40px;
      margin-left: 33px;
}

#tasksicon {
      position: absolute;
      margin-top: 27px;
      color: #fff;
      font-size: 40px;
      margin-left: 31px;
}

input[type="text"],
input[type="tel"],
textarea {
      outline: 0;

}

/* ---------------------------------------------------Blog-page----------------------------------------------------------------- */
.blog-section {
      background-color: #fff;
      display: flex;
      flex-direction: column;
}

.blog-ban {
      display: flex;
      flex-direction: column;
      overflow: hidden;
      align-self: stretch;
      position: relative;
      display: flex;
      min-height: 646px;
      width: 100%;
      padding-bottom: 444px;
}

@media (max-width: 991px) {
      .blog-ban {
            max-width: 100%;
      }
}

.blog-img {
      position: absolute;
      height: 80%;
      width: 100%;
      object-fit: cover;
      object-position: center;
      filter: brightness(0.54);
}

.blog-h1 {
      position: absolute;
      color: #fff;
      font-size: 80px;
      margin-top: 200px;
      margin-left: 500px;
}

@media (max-width: 768px) {
      .blog-h1 {
            font-size: 40px;
            margin-top: 80px;
            margin-left: 20px;
      }
}

.blog-btn {
      color: #fff;
      border-radius: 4px;
      background-color: #b91e1e;
      display: flex;
      margin-top: 50px;
      width: 126px;
      max-width: 100%;
      flex-grow: 1;
      flex-direction: column;
      padding: 12px 30px;
      border: none;
      text-decoration: none;
}

/* ------------------------------detail-blog-page--------------------------------------------------------------- */
.detail-blog-page {
      background-color: #fff;
      display: flex;
      flex-direction: column;
}

.detail-blog {
      display: flex;
      flex-direction: column;
      overflow: hidden;
      align-self: center;
      position: relative;
      display: flex;
      min-height: 250px;
      width: 100%;
      max-width: 1340px;
      padding: 20px 0 30px;
}

@media (max-width: 991px) {
      .detail-blog {
            max-width: 100%;
            margin-top: 40px;
      }
}

.detail-blog-heading {
      position: relative;
      align-items: center;
      background-color: rgba(0, 0, 0, 0.5);
      align-self: stretch;
      display: flex;
      flex-direction: column;
      padding: 20px;
}

@media (max-width: 991px) {
      .detail-blog-heading {
            max-width: 100%;
      }
}

.detail-blog-img {
      height: 350px;
      object-fit: cover;
      filter: brightness(0.54);
}

.detail-blog-div {
      align-self: center;
      display: flex;
      width: 767px;
      max-width: 100%;
      flex-direction: column;
}

.detail-blog-h2 {
      color: #fff;
      align-self: stretch;
      white-space: nowrap;
      font: 500 40px Akshar, sans-serif;
}

@media (max-width: 991px) {
      .detail-blog-h2 {
            max-width: 100%;
            white-space: initial;
      }
}

.detail-blog-content {
      color: #000;
      text-align: justify;
      align-self: center;
      margin-top: 10px;
      font: 500 20px Akshar, sans-serif;
}

@media (max-width: 991px) {
      .detail-blog-content {
            max-width: 100%;
            margin-top: 40px;
      }
}

/* ====================================== */

#toggleContainer label {
      text-align: center;
      width: 70px;
}

#container {
      min-height: 640px;
      width: 100%;
      box-sizing: border-box;
}

#toggleContainer {
      min-height: 100px;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      width: auto;
      position: absolute;
      margin-bottom: 14px;
}

#tilesContainer {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-content: center;

}

.tileItem {
      width: 250px;
      height: 250px;
      margin: 5px;
      border-radius: 5px;

      transition: all 0.5s ease;
}

.tileItem:hover {
      transform: scale(1.05);
      transition: all 0.5s ease;
}

#galleryContainer {
      height: 500px;
      width: 100%;
      background: transparent;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      position: relative;
}

#toggle {
      height: 10vh;
      width: 200px;
      display: flex;
      align-items: center;
      margin: 10px;
}

#tilesView {
      min-height: 640px;
      width: 100%;
      display: none;
      justify-content: center;
      align-items: center;

}
.card-title{
      font-size:21px !important;
}
#galleryView {
      min-height: 540px;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
}

#outer3 {
      width: 100px;
      height: 40px;
      background-color: white;
      margin: 10px auto;
      border-radius: 3px;
      border: 2px solid white;
      transition: all 0.5s;
}

#slider3 {
      height: 36px;
      width: 46px;
      border-radius: 3px;
      transition: all 0.5s;
}

#slider3.active {
      -webkit-transform: translatex(50px);
      -ms-transform: translatex(50px);
      -o-transform: translatex(50px);
      transform: translatex(50px);
      transition: all 0.5s;
}

#outer3.outerActive {
      background-color: white;
      border: 2px solid white;
      transition: all 0.5s;
}

#mainView {
      height: 450px;
      width: 450px;
      border-radius: 5px;
      margin-left: 10px;
      margin-right: 10px;
      z-index: 1;
      transition: all 1s;
      background-size: 100% 100% !important;
      background-repeat: no-repeat !important;
      background-position: center !important;
}

@media only screen and (max-width: 767px) {
      #mainView {
            width: 10%;
            height: auto;
            max-width: 100%;
            margin-left: 0;
            margin-right: 0;
      }
}

#mainView:hover {
      transform: scale(1.2);
      transition: all 1s;
}

#leftView {
      height: 400px;
      width: 400px;
      border-radius: 5px;
      transform: skewy(5deg);
      transform-origin: top right;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 1s;
      background-size: 100% 100% !important;
      background-repeat: no-repeat !important;
      background-position: center !important;
}

#leftView:hover {
      opacity: 1;
      transition: all 1s;
}

#rightView {
      height: 400px;
      width: 400px;
      border-radius: 5px;
      transform: skewy(-5deg);
      transform-origin: top left;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 1s;
      background-size: 100% 100% !important;
      background-repeat: no-repeat !important;
      background-position: center !important;
      margin-left: 5px;
}


#rightView:hover {
      opacity: 1;
      transition: all 1s;
}

.navBtns {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      border: none;
      position: absolute;
      opacity: 0.8;
      background-color: transparent;
      cursor: pointer;
      color: white;
}

.navBtns:hover {
      opacity: 1;
      transition: all 1s;
}

#navLeft {
      left: 50px;
}

#navRight {
      right: 50px;
}

#linkTag {
      cursor: pointer;
      z-index: 1;
      box-sizing: border-box;
}

/* --------------------------------------------------------------/ */
.nav-item.dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0;
}

.dropdown-menu {
      margin-top: 0;
}

.mobile-responsive {
      border-radius: 10px;
}

.mobile-view {
      margin-top: 40px;
}






.hero {
      position: relative;
      background-image: url('../assets/home-page.webp');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 600px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      text-align: center;
      padding: 20px;
}

.hero-content {
      position: relative;
      z-index: 2;
      width: 80%;
}

.hero::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1;
}

.btn-danger {
      background-color: #dc3545;
      border-color: #dc3545;
}

.hero h1 {
      font-size: 50px;
}

@media (max-width: 768px) {
      .hero-content h1 {
            font-size: 1.75rem;
      }
}
.hero-content span {
      font-size: 25px;
      font-weight: bold;
}

.social-icons a {
    margin-right: 10px;
    color: #333;
    font-size: 35px;
    text-decoration: none;
}

.social-icons a:hover {
    color: #007bff;
}