/* ##### ABSTRACTS ##### */
/* ==== Common colors ==== */
/* ==== Links colors ==== */
/* Easing/Timing */
/* =============== GOOGEL FONTS =============== */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap");
/* =============== HTML =============== */
html {
  scroll-behavior: smooth;
  overflow-y: scroll;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* =============== BODY =============== */
body {
  min-height: 100vh;
}

/* =============== PAGE WRAPPER  =============== */
.page-wrapper {
  overflow-x: hidden !important;
}

/* #### Importing fonts #### */
/* #### Adding Vendor Prefixes to the CSS #### */
/* ########## Fonts ######### */
/* ########### font weights ########## */
/* ########### Breakpoints ########## */
/* ########### Background ########## */
/* ########### Forms ########## */
/* ########### Animation ########## */
/* ########### Transition ########## */
/* ########### Box sizing ########## */
/* ########### Opacity ########## */
/* ###### Border and Border Radius ####### */
/* ########### Positioning ########## */
/* ########### Grid ########## */
/* ########### Flexbox ########## */
/* ########### Gradient ########## */
/* #### Truncate text on text overflow ### */
/* ########### Pseudo stylings ########## */
/* ########### Visibility & Display ########## */
/* ###########  padding & margins ########## */
/* ########### Misc ########## */
/* ########### list ########## */
/* ==========================================================================
   This mixin takes all the hassle out of creating that triangle you'll see coming out of most traditional tooltips, all without images, you just specify it's colour, how big you want it, the direction it's going to come out of your element and you're done!
   ========================================================================== */
/* ##### BASE ##### */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

ul,
ol {
  list-style-type: none;
  padding: 0 !important;
  margin: 0 !important;
}

a {
  text-decoration: none;
  color: unset;
  transition: all ease-in-out 300ms;
}
a:focus, a:hover {
  color: unset;
}

img,
picture,
video,
canvas,
svg {
  max-width: 100%;
  display: block;
}

img {
  width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  overflow-wrap: break-word;
}

textarea {
  resize: none;
}

img,
object,
embed,
video {
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: cal(1)rem;
}

body {
  font-family: "Jost", sans-serif;
  font-size: cal(1.125)rem;
  font-size: 18 px;
  color: 1;
  font-weight: 400;
}

p {
  font-family: "Jost", sans-serif;
  font-size: cal(1.125)rem;
  font-size: 18 px;
  color: 1;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  font-family: "Jost", sans-serif;
  color: #000000;
  font-weight: 700;
  margin-bottom: 0;
}

* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 0px;
}

h1, .h1 {
  font-size: 36;
}

h2, .h2 {
  font-size: 27;
}

h3, .h3 {
  font-size: 21.06;
}

h4, .h4 {
  font-size: 18;
}

h5, .h5 {
  font-size: 14.94;
}

h6, .h6 {
  font-size: 12.06;
}

.btn, .p-text-xxx-lg, .p-text-xx-lg, .p-text-x-lg, .p-text-lg, .p-text-md, .p-text-base, .p-text-sm, .p-text-x-sm {
  font-weight: 400;
  color: 1;
  font-family: "Jost", sans-serif;
}

.p-text-x-sm {
  font-size: "px";
}
@media (min-width: 576px) {
  .p-text-x-sm {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .p-text-x-sm {
    font-size: 14px;
  }
}
.p-text-sm {
  font-size: 13px;
}
@media (min-width: 576px) {
  .p-text-sm {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .p-text-sm {
    font-size: 16px;
  }
}
.p-text-base {
  font-size: 15px;
}
@media (min-width: 576px) {
  .p-text-base {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .p-text-base {
    font-size: 18px;
  }
}
.p-text-md {
  font-size: 15px;
}
@media (min-width: 576px) {
  .p-text-md {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .p-text-md {
    font-size: 18px;
  }
}
.p-text-lg {
  font-size: 16px;
}
@media (min-width: 576px) {
  .p-text-lg {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .p-text-lg {
    font-size: 20px;
  }
}
.p-text-x-lg {
  font-size: 18px;
}
@media (min-width: 576px) {
  .p-text-x-lg {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .p-text-x-lg {
    font-size: 24px;
  }
}
.p-text-xx-lg {
  font-size: 20px;
}
@media (min-width: 576px) {
  .p-text-xx-lg {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .p-text-xx-lg {
    font-size: 27px;
  }
}
.p-text-xxx-lg {
  font-size: 24px;
}
@media (min-width: 576px) {
  .p-text-xxx-lg {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .p-text-xxx-lg {
    font-size: 27px;
  }
}

#page-wrapper {
  overflow-x: hidden;
}

.op-none {
  opacity: 1 !important;
}

.text-red {
  color: #D32126;
}

.text-white {
  color: #FFFFFF;
}

.text-cornell-red {
  color: #B91C1C;
}

.text-oxford-blue {
  color: #061635;
}

.text-black {
  color: #000000;
}

.text-marian-blue {
  color: #1E3A8A;
}

.text-anti-flash {
  color: #EDEDED;
}

.text-platinum {
  color: #D9D9D9;
}

.text-platinum-v2 {
  color: #E4E4E4;
}

.text-black-bean {
  color: #471919;
}

.text-black-bean-v2 {
  color: #401919;
}

.text-forest-green {
  color: #4E8B33;
}

.text-eerie-black {
  color: #242627;
}

.text-licorice {
  color: #1F0909;
}

.text-lavender {
  color: #CDDDFB;
}

.text-white-v2 {
  color: #FBFBFB;
}

.text-prussian-blue {
  color: #2653a1;
}

.bg-red {
  background-color: #D32126;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-cornell-red {
  background-color: #B91C1C;
}

.bg-oxford-blue {
  background-color: #061635;
}

.bg-black {
  background-color: #000000;
}

.bg-marian-blue {
  background-color: #1E3A8A;
}

.bg-anti-flash {
  background-color: #EDEDED;
}

.bg-platinum {
  background-color: #D9D9D9;
}

.bg-platinum-v2 {
  background-color: #E4E4E4;
}

.bg-black-bean {
  background-color: #471919;
}

.bg-black-bean-v2 {
  background-color: #401919;
}

.bg-forest-green {
  background-color: #4E8B33;
}

.bg-eerie-black {
  background-color: #242627;
}

.bg-licorice {
  background-color: #1F0909;
}

.bg-lavender {
  background-color: #CDDDFB;
}

.bg-white-v2 {
  background-color: #FBFBFB;
}

.bg-prussian-blue {
  background-color: #2653a1;
}

.fw-1 {
  font-weight: 100;
}

.fw-2 {
  font-weight: 200;
}

.fw-3 {
  font-weight: 300;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

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

.fw-7 {
  font-weight: 700;
}

.fw-8 {
  font-weight: 800;
}

.fw-9 {
  font-weight: 900;
}

.op-01 {
  opacity: 0.1;
}

.op-02 {
  opacity: 0.2;
}

.op-03 {
  opacity: 0.3;
}

.op-04 {
  opacity: 0.4;
}

.op-05 {
  opacity: 0.5;
}

.op-06 {
  opacity: 0.6;
}

.op-07 {
  opacity: 0.7;
}

.op-08 {
  opacity: 0.8;
}

.op-09 {
  opacity: 0.9;
}

.fs-xxx-sm {
  font-size: 13px;
}

.fs-xx-sm {
  font-size: 14px;
}

.fs-x-sm {
  font-size: 15px;
}

.fs-sm {
  font-size: 16px;
}

.fs-base {
  font-size: 18px;
}

.fs-md {
  font-size: 18px;
}

.fs-lg {
  font-size: 20px;
}

.fs-x-lg {
  font-size: 24px;
}

.fs-xx-lg {
  font-size: 27px;
}

.fs-xxx-lg {
  font-size: 35px;
}

.lh-15 {
  line-height: 15px;
}

.lh-16 {
  line-height: 16px;
}

.lh-17 {
  line-height: 17px;
}

.lh-18 {
  line-height: 18px;
}

.lh-19 {
  line-height: 19px;
}

.lh-20 {
  line-height: 20px;
}

.lh-21 {
  line-height: 21px;
}

.lh-22 {
  line-height: 22px;
}

.lh-23 {
  line-height: 23px;
}

.lh-24 {
  line-height: 24px;
}

.lh-25 {
  line-height: 25px;
}

.lh-26 {
  line-height: 26px;
}

.lh-27 {
  line-height: 27px;
}

.lh-28 {
  line-height: 28px;
}

.lh-29 {
  line-height: 29px;
}

.lh-30 {
  line-height: 30px;
}

.lh-31 {
  line-height: 31px;
}

.lh-32 {
  line-height: 32px;
}

.lh-33 {
  line-height: 33px;
}

.lh-34 {
  line-height: 34px;
}

.lh-35 {
  line-height: 35px;
}

.lh-36 {
  line-height: 36px;
}

.lh-37 {
  line-height: 37px;
}

.lh-38 {
  line-height: 38px;
}

.lh-39 {
  line-height: 39px;
}

.lh-40 {
  line-height: 40px;
}

.lh-41 {
  line-height: 41px;
}

.lh-42 {
  line-height: 42px;
}

.lh-43 {
  line-height: 43px;
}

.lh-44 {
  line-height: 44px;
}

.lh-45 {
  line-height: 45px;
}

.lh-46 {
  line-height: 46px;
}

.lh-47 {
  line-height: 47px;
}

.lh-48 {
  line-height: 48px;
}

.lh-49 {
  line-height: 49px;
}

.lh-50 {
  line-height: 50px;
}

.font-jost {
  font-family: "Jost", sans-serif;
}
.font-inter {
  font-family: "Inter", sans-serif;
}
.font-SF {
  font-family: "SF Pro Display";
}
.font-mukta {
  font-family: "Mukta", sans-serif;
}

.img-cover {
  height: 100%;
}
.img-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.no-wrap {
  white-space: nowrap;
}

.resize-animation-stopper * {
  animation: none !important;
  transition: none !important;
}

.text-justify {
  text-align: justify;
}

@media (min-width: 576px) {
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 768px) {
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-lg-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-xl-justify {
    text-align: justify;
  }
}
.is-hidden {
  display: none;
  visibility: hidden;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

.vh-100 {
  height: 100vh !important;
}

.min-width-auto {
  min-width: auto !important;
}

.pg-wrapper {
  overflow: hidden !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.desc-txt p {
  opacity: 0.7;
  line-height: 25px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .desc-txt p {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
@media (max-width: 767.98px) {
  .desc-txt p {
    font-size: 13px;
    text-align: center;
    margin-bottom: 23px;
  }
}

/* ##### COMPONENTS ##### */
.btn {
  display: inline-block;
  white-space: nowrap;
  font-family: inherit;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  user-select: none;
  text-transform: capitalize;
  border: none;
  font-size: 18px;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  transition: all ease-in-out 300ms;
  padding-left: 46px;
  padding-right: 25px !important;
  padding-top: 19px;
  padding-bottom: 20px !important;
  font-weight: 400;
  line-height: 1.4375rem;
  /* line height calculation
  1. PX value - 18px - place as it in figma file
  2. Unitless value
      a. line-height / font-size => 24px / 16px = 1.5
      b. (line-height / font base size) * 1 rem = (24px / 16px) * 1 = 1.5

  */
}
@media (min-width: 576px) {
  .btn {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .btn {
    font-size: 20px;
  }
}
@media (max-width: 479.98px) {
  .btn {
    width: 100%;
  }
}

.btn, .btn:link, .btn:visited {
  color: #FFFFFF;
}
.btn:hover, .btn:active, .btn:focus {
  background-color: #000000;
  transition: all ease-in-out 300ms;
}
.btn:active, .btn:focus {
  outline: none;
}
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #000000;
  opacity: 0.7;
}
.btn-primary {
  border: 1px solid #000000;
  background-color: #FFFFFF !important;
}
.btn-primary:hover {
  border: 1px solid #FFFFFF;
}
.btn-danger {
  background-color: #D32126 !important;
}
.btn-rounded {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.btn-rounded-sm {
  border-radius: 0 !important;
  border-bottom-left-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.btn-rounded-sm:hover {
  background-color: rgba(211, 33, 38, 0.7);
}
.btn-effect {
  position: relative;
  z-index: initial;
  padding-right: 65px !important;
  overflow: hidden !important;
}
.btn-effect span {
  position: relative;
  z-index: initial;
  z-index: 5;
}
.btn-effect::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #D32126;
  height: 105%;
  width: 50%;
  top: 0px;
  right: -53px;
  transform: skew(35deg, 0);
  transition: all ease-in-out 300ms;
}
.btn-effect:hover span {
  color: #E4E4E4;
  transition: all ease-in-out 300ms;
}
.btn-effect:hover::after {
  transition: all ease-in-out 300ms;
  width: 150%;
  overflow: hidden;
}
.btn-circle {
  margin: 0;
  width: 60px;
  height: 60px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-transparent {
  background: none !important;
  color: #D32126;
}
.btn-border {
  color: #D32126;
  position: relative;
}
.btn-border:hover {
  color: #FFFFFF !important;
  z-index: 5;
}
.btn-border-red {
  border: 1px solid #D32126 !important;
}

.title-x-lg, .title-lg, .title-base, .title-sm {
  font-family: "Jost", sans-serif;
  color: #000000;
}

.title-sm {
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 576px) {
  .title-sm {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .title-sm {
    font-size: 28px;
  }
}
@media (min-width: 1400px) {
  .title-sm {
    font-size: 32px;
  }
}
.title-base {
  font-weight: 700;
  font-size: 24px;
}
@media (min-width: 576px) {
  .title-base {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .title-base {
    font-size: 32px;
  }
}
@media (min-width: 1400px) {
  .title-base {
    font-size: 36px;
  }
}
.title-lg {
  font-weight: 700;
  font-size: 28px;
}
@media (min-width: 576px) {
  .title-lg {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .title-lg {
    font-size: 36px;
  }
}
@media (min-width: 1400px) {
  .title-lg {
    font-size: 42px;
  }
}
.title-x-lg {
  font-weight: 700;
  font-size: 32px;
}
@media (min-width: 576px) {
  .title-x-lg {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .title-x-lg {
    font-size: 42px;
  }
}

.sc-title {
  position: relative;
  z-index: initial;
  font-weight: 700;
  text-align: center;
}
.sc-title::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #471919;
  height: 9px;
  width: 61px;
  left: 0;
}
@media (min-width: 768px) {
  .sc-title {
    font-size: 25px;
    display: inline-block;
    margin-bottom: 47px;
    line-height: 1.5;
  }
  .sc-title::after {
    bottom: -12px;
  }
}
@media (max-width: 767.98px) {
  .sc-title {
    font-size: 17px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 39px;
    line-height: 32px;
  }
  .sc-title::after {
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* ##### LAYOUT ##### */
.hdr {
  background-color: #FFFFFF;
}
@media (min-width: 992px) {
  .hdr {
    border-bottom-left-radius: 5px;
    min-width: 70%;
    z-index: 9 !important;
    transform: translateX(-50%) !important;
    top: 40px;
    left: 50%;
    position: absolute;
    z-index: initial;
    transition: all ease-in-out 300ms;
  }
}
@media (max-width: 991.98px) {
  .hdr {
    position: relative;
    z-index: initial;
    top: 0px;
    left: 0;
    z-index: 9 !important;
    min-width: 100%;
    transition: all ease-in-out 300ms;
  }
}
.hdr .hdr-wrap {
  position: relative;
  z-index: initial;
  z-index: 99;
}
.hdr .hdr-wrap .hdr-topbar {
  background-color: #2653a1;
  z-index: 999 !important;
  position: absolute;
  z-index: initial;
  top: 0;
  right: 0;
}
@media (min-width: 992px) {
  .hdr .hdr-wrap .hdr-topbar {
    border-bottom-left-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 10px;
    width: calc(100% - 150px);
  }
  .hdr .hdr-wrap .hdr-topbar p {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .hdr .hdr-wrap .hdr-topbar {
    position: relative;
    z-index: initial;
    padding-left: 44px !important;
    padding-right: 44px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 4px;
    padding-right: 5px;
    width: 100%;
  }
  .hdr .hdr-wrap .hdr-topbar p {
    font-size: 13px;
  }
}

.sticky {
  position: fixed;
  z-index: initial;
  top: 0px !important;
  z-index: 999 !important;
  transition: all ease-in-out 300ms;
}
@media (max-width: 991.98px) {
  .sticky .hdr-topbar {
    display: none !important;
  }
}

.navbar {
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  line-height: 19.36px;
}
.navbar .navbar-brand {
  width: 110px;
}
@media (min-width: 768px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #FFFFFF !important;
  }
  .navbar .nav-link {
    margin-left: 62px;
    color: #242627;
    white-space: nowrap;
    font-weight: 600;
    transition: all ease-in-out 300ms;
  }
  .navbar .nav-link:hover {
    color: #D32126 !important;
    transition: all ease-in-out 300ms;
  }
}
@media (min-width: 992px) {
  .navbar:last-child {
    padding-top: 45px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .navbar {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .navbar .nav-item {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .navbar .nav-item .nav-link:hover {
    color: #D32126 !important;
    transition: all ease-in-out 300ms;
  }
}

.sc-values .nav-link {
  color: #FFFFFF !important;
  opacity: 0.44;
  padding: 0;
  line-height: 40px;
}
@media (min-width: 768px) {
  .sc-values .nav-link {
    font-size: 20px;
  }
}
.sc-values .nav-link.active {
  opacity: 1;
}

.form-select {
  box-shadow: none;
  outline: 0;
}
.form-select:focus {
  box-shadow: none;
}

.form-header .steps {
  position: relative;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  background: #D32126;
  font-size: 20px;
  color: #EDEDED;
}
.form-header .steps::before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 280px;
  background-color: red;
  left: 120%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1399.98px) {
  .form-header .steps::before {
    width: 590%;
  }
}
@media (max-width: 1199.98px) {
  .form-header .steps::before {
    width: 470%;
  }
}
@media (max-width: 991.98px) {
  .form-header .steps::before {
    width: 315%;
  }
}
@media (max-width: 767.98px) {
  .form-header .steps::before {
    width: 455%;
  }
}
@media (max-width: 575.98px) {
  .form-header .steps::before {
    content: none;
  }
}
.form-header .steps:last-child::before {
  content: none;
}
.form-header .steps.active {
  background: #FFFFFF !important;
  border: 1px solid #D32126;
  color: #D32126 !important;
}

.form-wrap {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.form-wrap .form-label {
  font-size: 16px;
  color: #B91C1C;
}
.form-wrap .form-control::placeholder, .form-wrap .form-control,
.form-wrap .form-select::placeholder,
.form-wrap .form-select {
  color: rgba(36, 38, 39, 0.7);
}
.form-wrap .btn-sm {
  padding: 8px 25px 8px 15px !important;
  font-size: 20px;
  border-radius: 4px !important;
}
.form-wrap .btn-sm.btn-pv {
  padding: 8px 15px 8px 35px !important;
}
@media (max-width: 479.98px) {
  .form-wrap .btn-sm.btn-pv {
    margin-bottom: 15px;
  }
}
.form-wrap .btn-sm.btn-pv.btn-effect::after {
  bottom: 0px;
  left: -44px;
  transform: skew(40deg, 0);
}
.form-wrap .btn-sm.btn-effect::after {
  right: -28px !important;
}
.form-wrap .s-button button span:first-child {
  font-size: 16px;
  line-height: 19.36px;
  text-transform: uppercase;
  margin-right: 11px;
}
.form-wrap .s-button button span:last-child {
  font-size: 14px;
  line-height: 19.36px;
}
.form-wrap fieldset {
  display: none;
}
.form-wrap fieldset:first-child {
  display: block;
}

.sc-footer {
  border-top: 1px solid rgba(217, 217, 217, 0.5);
}
@media (min-width: 768px) {
  .sc-footer {
    padding-top: 39px;
  }
}
@media (max-width: 767.98px) {
  .sc-footer {
    padding-top: 15px;
  }
}
@media (min-width: 768px) {
  .sc-footer .footer-title {
    margin-bottom: 55.3px;
    font-size: 25px;
    line-height: 1.5;
  }
}
@media (max-width: 767.98px) {
  .sc-footer .footer-title {
    margin-bottom: 22px;
    font-size: 17px;
    line-height: 25px;
  }
}
@media (min-width: 768px) {
  .sc-footer .footer-navbar {
    margin-bottom: 33px;
  }
}
@media (max-width: 767.98px) {
  .sc-footer .footer-navbar {
    margin-bottom: 18px;
  }
}
@media (max-width: 767.98px) {
  .sc-footer .contact-wrap {
    margin-bottom: 23px;
  }
}
.sc-footer .contact-wrap p {
  font-weight: 500;
  opacity: 0.7;
  color: #000000 !important;
}
@media (min-width: 768px) {
  .sc-footer .contact-wrap p {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 767.98px) {
  .sc-footer .contact-wrap p {
    font-size: 16px;
    line-height: 23px;
  }
}
.sc-footer .footer-sc-title {
  color: #000000 !important;
  font-weight: 500;
  opacity: 0.7;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 26px;
}
.sc-footer .about-wrap .abt-item .abt-link {
  color: #000000 !important;
  font-weight: 400;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .sc-footer .about-wrap .abt-item .abt-link {
    font-size: 18px;
    line-height: 26px;
  }
}
.sc-footer .socialmedia-wrap .footer-link {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 2px;
}
.sc-footer .footer-cpr-txt {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .sc-footer .footer-cpr-txt {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 767.98px) {
  .sc-footer .footer-cpr-txt {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

/* ##### VENDORS ##### */
@media (min-width: 768px) {
  .navbar-toggler-icon {
    filter: invert(1);
    width: 30px;
    height: 30px;
  }
}
.btn:focus {
  outline: 0;
  box-shadow: none;
}

ul {
  margin: 0;
  padding: 0;
}

.form-control:focus {
  box-shadow: none;
}

.position-relative {
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: 0 !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: transparent;
}

@media (min-width: 768px) {
  .slick-dots {
    bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .slick-dots {
    bottom: 20px;
  }
}
.slick-dots li.slick-active button:before {
  color: #FFFFFF;
  opacity: 1;
}
.slick-dots li button:before {
  color: #D9D9D9;
  opacity: 1;
}
@media (min-width: 768px) {
  .slick-dots li button:before {
    transform: scale(2);
  }
}
@media (max-width: 767.98px) {
  .slick-dots li button:before {
    transform: scale(1.5);
  }
}

/* ##### PAGES ##### */
.sc-banner {
  height: 100vh;
  overflow: hidden;
}
.sc-banner .banner-slider-item {
  position: relative;
  z-index: initial;
}
.sc-banner .banner-slider-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.sc-banner .banner-slider-item .banner-item-content {
  position: absolute;
  z-index: initial;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -30%);
  width: 87%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sc-banner .banner-slider-item .banner-item-content {
    width: 40%;
    left: 35%;
  }
}
.sc-banner .banner-slider-item .banner-item-content .banner-btn-icon {
  font-size: 17px;
  line-height: 25px;
}
.sc-banner .banner-slider-item .banner-item-content .banner-txt {
  font-weight: 700;
}
@media (min-width: 768px) {
  .sc-banner .banner-slider-item .banner-item-content .banner-txt {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .sc-banner .banner-slider-item .banner-item-content .banner-txt {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (min-width: 768px) {
  .sc-vision {
    padding-top: 95px;
    padding-bottom: 95px;
  }
}
@media (max-width: 767.98px) {
  .sc-vision {
    padding-top: 36.5px;
    padding-bottom: 36.5px;
  }
}
@media (min-width: 768px) {
  .sc-vision .sc-vision-wrap {
    margin-right: auto;
    margin-left: auto;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .sc-vision .sc-vision-wrap {
    margin-right: auto;
    margin-left: auto;
    width: 78%;
  }
}
@media (min-width: 768px) {
  .sc-vision .sc-vision-wrap .sc-vision-title {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 34px;
  }
}
@media (max-width: 767.98px) {
  .sc-vision .sc-vision-wrap .sc-vision-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.sc-vision .sc-vision-wrap .sc-vision-content {
  line-height: 25px;
}
@media (min-width: 768px) {
  .sc-vision .sc-vision-wrap .sc-vision-content {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .sc-vision .sc-vision-wrap .sc-vision-content {
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  .sc-about {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 40.5px;
    padding-bottom: 81px;
  }
}
@media (min-width: 768px) {
  .sc-about {
    padding-top: 39px;
    padding-bottom: 93px;
  }
}
@media (min-width: 768px) {
  .sc-about .left-item {
    padding-top: 117px !important;
    padding-right: 24px !important;
  }
}
@media (min-width: 992px) {
  .sc-about .left-item {
    padding-right: 54px !important;
  }
}
@media (min-width: 768px) {
  .sc-about .right-item {
    padding-left: 24px !important;
  }
}
@media (min-width: 992px) {
  .sc-about .right-item {
    padding-left: 54px !important;
  }
}
.sc-about .left-item-wrap {
  position: relative;
  z-index: initial;
}
@media (max-width: 767.98px) {
  .sc-about .left-item-wrap {
    margin-bottom: 56px;
  }
}
.sc-about .left-item-wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #D32126;
}
@media (min-width: 768px) {
  .sc-about .left-item-wrap::before {
    right: 38px;
    top: 38px;
  }
}
@media (max-width: 767.98px) {
  .sc-about .left-item-wrap::before {
    right: 24px;
    top: 28px;
  }
}
.sc-about .left-item-wrap .img-cover {
  position: relative;
  z-index: initial;
  z-index: 9;
}
@media (min-width: 768px) {
  .sc-about .right-item-wrap .content-title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 17px;
  }
}
@media (max-width: 767.98px) {
  .sc-about .right-item-wrap .content-title {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 41px;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .sc-about .right-item-wrap {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 41px;
    text-align: center;
  }
}
.sc-about .buttons button {
  padding-top: 19px;
  padding-bottom: 20px;
  padding-left: 46px;
  padding-right: 25px;
}
.sc-about .buttons button span {
  font-size: 16px;
  line-height: 23.1px;
}
.sc-about .buttons button span:last-child {
  display: inline-block;
  line-height: 30px;
  color: #FFFFFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  background-color: #D32126;
  margin-left: 22px;
}

.sc-values {
  padding-top: 73px;
  padding-bottom: 55px;
}
@media (max-width: 767.98px) {
  .sc-values .nav {
    overflow: auto;
  }
  .sc-values .nav::-webkit-scrollbar {
    background: transparent;
  }
}
.sc-values .sc-sub-title {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .sc-values .sc-sub-title {
    font-size: 25px;
    margin-bottom: 36px;
  }
}
.sc-values .tab-body {
  padding-top: 70px;
  padding-bottom: 62px;
  padding-left: 37px;
  padding-right: 56px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}
.sc-values .tab-body-logo .circle {
  border-radius: 100%;
  border: 9px solid #D9D9D9;
  width: 45px;
  height: 45px;
  background-color: #FFFFFF;
  border-left-color: #D32126;
}
@media (min-width: 768px) {
  .sc-values .tab-body-logo .circle {
    margin-right: 33px;
  }
}
@media (max-width: 767.98px) {
  .sc-values .tab-body-logo .circle {
    margin-right: 17px;
  }
}
@media (min-width: 768px) {
  .sc-values .tab-body-logo .circle p {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 767.98px) {
  .sc-values .tab-body-logo .circle p {
    font-size: 13px;
    line-height: 18px;
  }
}
.sc-values .tab-body-content p {
  margin: 0;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .sc-news {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .sc-news {
    padding-top: 67px;
    padding-bottom: 67px;
  }
}
@media (min-width: 768px) {
  .sc-news .news-title {
    line-height: 25px;
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .sc-news .news-title {
    line-height: 18px;
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.sc-news .news-items .item .item-wrap {
  padding: 8.5px;
}
.sc-news .news-items .item-img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .sc-news .news-items .item-title h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767.98px) {
  .sc-news .news-items .item-title h3 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .sc-companies {
    padding-top: 70px;
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .sc-companies {
    padding-top: 45px;
    padding-bottom: 0;
  }
}
.sc-companies .section-title {
  margin-bottom: 54px;
}
.sc-companies .section-title h2 {
  line-height: 50px;
}
.sc-companies .companies-items .item {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .sc-companies .companies-items .item {
    padding: 22px;
    margin-bottom: 30px;
  }
}
.sc-companies .companies-items .item .item-image {
  width: 100px;
  height: 100px;
}
.sc-companies .companies-items .item .item-image img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}
@media (max-width: 767.98px) {
  .sc-companies .companies-items .item .item-image {
    margin-bottom: 6px;
  }
}
.sc-companies .companies-items .item .item-content .item-category {
  color: rgba(71, 25, 25, 0.26);
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 15px;
}
@media (max-width: 767.98px) {
  .sc-companies .companies-items .item .item-content .item-category {
    line-height: 25px;
    margin-bottom: 6px;
    font-size: 14px;
  }
}
.sc-companies .companies-items .item .item-content .item-info h3 {
  color: rgb(64, 25, 25);
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .sc-companies .companies-items .item .item-content .item-info h3 {
    margin-bottom: 6px;
    line-height: 25px;
    font-size: 17px;
  }
}
.sc-companies .companies-items .item .item-content .item-info p {
  color: #471919;
  opacity: 0.7;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 0px;
}
@media (max-width: 767.98px) {
  .sc-companies .companies-items .item .item-content .item-info p {
    margin-bottom: 5px;
    font-size: 13px;
  }
}
.sc-companies .companies-items .item .item-content .item-info p a {
  color: #471919;
  font-weight: 500;
}
.sc-companies .companies-items .item .item-content .item-cta {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .sc-companies .companies-items .item .item-content .item-cta {
    margin-top: 6px !important;
  }
}
.sc-companies .companies-items .item .item-content .item-cta a {
  color: #4e8b33;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Mukta", sans-serif;
}
@media (max-width: 767.98px) {
  .sc-companies .companies-items .item .item-content .item-cta a {
    font-size: 16px;
  }
}
.sc-companies .companies-items .item .item-content .item-cta a i {
  margin-left: 5px;
  font-size: 10px;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.pg-banner {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: hidden !important;
  height: 100vh;
  position: relative;
  z-index: initial;
}
.pg-banner .banner-content {
  position: absolute;
  z-index: initial;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .pg-banner .banner-content {
    width: 50%;
    top: 55%;
    transform: translateY(-50%);
    left: 15%;
  }
}
.pg-banner .banner-content .content-wrapper p {
  color: #FFFFFF;
  line-height: 29px;
}
@media (min-width: 768px) {
  .pg-banner .banner-content .content-wrapper p {
    font-size: 16px;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 767.98px) {
  .pg-banner .banner-content .content-wrapper p {
    font-size: 14px;
  }
}
.pg-banner .banner-content .content-wrapper h1 {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .pg-banner .banner-content .content-wrapper h1 {
    font-size: 25px;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .pg-banner .banner-content .content-wrapper h1 {
    font-size: 18px;
    line-height: 25px;
  }
}

.about {
  padding-top: 78px;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .about {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
.about .items .item {
  border-radius: 10px;
  padding: 30px 28px;
}
.about .items .item h2 {
  font-size: 25px;
  line-height: 40px;
}
.about .items .item:first-child {
  background-color: rgba(30, 58, 138, 0.7);
  margin-bottom: 19px;
}
.about .items .item:last-child {
  background-color: rgba(211, 33, 38, 0.7);
}
.about .sc-story {
  padding-top: 40px;
  padding-bottom: 0;
}
.about .sc-story .img-cover {
  position: relative;
  z-index: initial;
}
.about .sc-story .img-cover img {
  position: inherit;
  z-index: 5;
}
.about .sc-story .img-cover::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #D32126;
  z-index: 1;
  top: 25px;
  right: 25px;
}
@media (max-width: 767.98px) {
  .about .desc-txt p {
    text-align: justify;
  }
}
@media (min-width: 768px) {
  .about .sc-chairman-msg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.about .sc-chairman-msg h1 {
  margin-bottom: 20px;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .about .sc-chairman-msg h1 {
    font-size: 25px;
  }
}
.about .sc-chairman-msg .chairman-detail h3 {
  font-size: 20px;
}
.about .sc-chairman-msg .chairman-detail p {
  font-size: 16px;
}

@media (min-width: 768px) {
  .contact {
    padding-top: 92px;
    padding-bottom: 92px;
  }
}
@media (max-width: 767.98px) {
  .contact {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
.contact .contact-info {
  margin-bottom: 42px;
}
.contact .contact-info h2 {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 13px;
}
@media (max-width: 767.98px) {
  .contact .contact-info .desc-txt p {
    text-align: left;
  }
}
.contact .social-medias {
  margin-top: 28px !important;
}
.contact .form-wrap {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.contact .form-wrap .form-label {
  font-size: 16px;
}
.contact .form-wrap .s-button button span:first-child {
  font-size: 16px;
  line-height: 19.36px;
  text-transform: uppercase;
  margin-right: 11px;
}
.contact .form-wrap .s-button button span:last-child {
  font-size: 14px;
  line-height: 19.36px;
}/*# sourceMappingURL=main.css.map */