/* *********************** FONTS ********************** */
/* ************** AR FONTS ************* */
@font-face {
  font-family: ChangaBold;
  src: url(../fonts/changa/Changa-Bold.ttf);
}
@font-face {
  font-family: ChangaExtraBold;
  src: url(../fonts/changa/Changa-ExtraBold.ttf);
}
@font-face {
  font-family: ChangaExtraLight;
  src: url(../fonts/changa/Changa-ExtraLight.ttf);
}
@font-face {
  font-family: ChangaLight;
  src: url(../fonts/changa/Changa-Light.ttf);
}
@font-face {
  font-family: ChangaMedium;
  src: url(../fonts/changa/Changa-Medium.ttf);
}
@font-face {
  font-family: ChangaRegular;
  src: url(../fonts/changa/Changa-Regular.ttf);
}
@font-face {
  font-family: ChangaSemiBold;
  src: url(../fonts/changa/Changa-SemiBold.ttf);
}
@font-face {
  font-family: PoppinsBold;
  src: url(../fonts/poppins/Poppins-Bold.ttf);
}
@font-face {
  font-family: "FontAwesome";
  src: url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");
}
root {
  --color-primary: #fd6f53;
  --color-secondary: #00A1AB;
  --color-gray: #F5F6FA;
  --font-color: #2C3E50;
}

.theme-light {
  --color-primary: #fd6f53;
  --color-secondary: #00A1AB;
  --color-gray: #F5F6FA;
  --font-color: #2C3E50;
}

.theme-dark {
  --color-primary: #fd6f53;
  --color-secondary: #00A1AB;
  --color-gray: #F5F6FA;
  --font-color: #2C3E50;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}

::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  background-color: rgb(226, 101, 21);
}

* {
  font-family: ChangaRegular;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.navbar > .container {
  flex-direction: row-reverse;
}
.navbar > .container .navbar-brand img {
  width: 100px;
}
.navbar > .container .navbar-collapse {
  flex-grow: unset;
  -webkit-margin-start: 5rem;
          margin-inline-start: 5rem;
}
.navbar > .container .navbar-collapse .navbar-nav .nav-item {
  margin: 0.3rem 0.4rem;
}
.navbar > .container .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #000000;
  font-size: 14px;
  font-family: ChangaRegular;
}

button {
  box-shadow: none;
}

.custom-btn {
  width: 176px;
  height: 48px;
  background-color: transparent;
  border: 1px solid #E26515;
  color: #E26515 !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 0;
  margin: 0;
  line-height: 43px;
  font-family: ChangaRegular;
}
.custom-btn:hover {
  background-color: #E26515;
  color: #fff !important;
}

.owl-carousel {
  position: relative;
}
.owl-carousel .owl-stage-outer {
  direction: ltr;
  padding-top: 5rem;
  padding-top: 3rem;
}
.owl-carousel .owl-stage-outer .owl-stage .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel .owl-nav {
  display: flex;
  position: absolute;
  top: -6rem;
  left: 0;
  width: 13%;
  justify-content: space-between;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: unset;
  background: unset;
  color: #000;
}
.owl-carousel .owl-nav button {
  margin: 0 !important;
  line-height: 0px;
}
.owl-carousel .owl-nav button:hover {
  background-color: unset;
}
.owl-carousel .owl-nav button span {
  font-size: 30px;
}
.owl-carousel .owl-nav button span:hover {
  background-color: unset;
}
.owl-carousel .owl-dots {
  position: absolute;
  top: -4.7rem;
  left: 1rem;
  width: 9rem;
  margin: 0;
}
.owl-carousel .owl-dots button {
  width: 4px;
  height: 4px;
  margin: 0 7px;
}
.owl-carousel .owl-dots button span {
  margin: 0 !important;
  width: 4px !important;
  height: 4px !important;
}
.owl-carousel .owl-dots button.active {
  width: 24px !important;
}
.owl-carousel .owl-dots button.active span {
  width: 1.5rem !important;
  width: 24px;
  height: 4px;
  background-color: #E26515 !important;
}

section {
  padding: 5rem 0;
}
section .section-head .sub-title {
  display: flex;
  align-items: center;
  gap: 20px;
}
section .section-head .sub-title span {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  box-shadow: 0px 0px 2px 4px rgba(226, 101, 21, 0.4392156863);
  background-color: #E26515;
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
section .section-head .sub-title h6 {
  padding: 0;
  margin: 0;
  font-family: ChangaRegular;
}
section .title {
  color: #000000;
  font-size: 32px;
  font-family: ChangaBold;
  margin-bottom: 3rem;
}

.header {
  height: 100vh;
  position: relative;
}
.header img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.mobile-bg {
    display: none;
}
.header .text-content {
  position: absolute;
  bottom: 5rem;
  right: 5rem;
  color: #fff;
}
.header .text-content::before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: red;
}
.header .text-content .blur-bg {
  position: relative;
  top: 0;
  left: 0;
  background-color: rebeccapurple;
  width: 100%;
  height: 100%;
}
.header .text-content h3 {
  font-family: ChangaSemiBold;
  font-size: 32px;
  display: flex;
  align-items: center;
  color: #fff;
}
.header .text-content h3 span {
  color: #EA832F;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.2rem;
  font-weight: 600;
}
.header .text-content p {
  width: 464px;
  height: 117px;
  font-size: 20px;
  font-family: ChangaMedium;
  line-height: 2.4rem;
  margin: 20px 0;
  font-weight: bold;
  color: #fff;
}
.header .text-content .buttons {
  gap: 2rem;
}
.header .text-content .buttons a {
  color: #fff;
  border-color: #fff;
  border: 1px solid #FFFFFF;
  top: 608px;
  left: 1032px;
  width: 176px;
  height: 48px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EA832F;
  border-color: #EA832F;
}
#headerBtn {
  background: #EA832F;
  border-color: #EA832F;
  color: #fff;
  font-size: 14px;
  padding: 7px 14px;
  border-radius: 5px;
}
#headerBtn:hover {
  opacity: 0.8;
}
.header .text-content .buttons button {
  width: 48px;
  height: 48px;
  border-color: #fff;
  color: #fff;
  border-radius: 100px;
  position: relative;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.header .text-content .buttons button:hover:after {
  background-color: #E26515;
  border-color: #E26515;
  color: #fff;
}
.header .text-content .buttons button:after {
  content: "\f04b";
  font-family: "FontAwesome";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: inherit;
  height: inherit;
  background: #00d1b8;
  border-radius: 50%;
  transition: all 200ms;
  color: #fff;
  border: 1px solid #00d1b8;
  line-height: 44px;
}
.header .text-content .buttons button .button-pulse-border {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: #E26515;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.why {
  padding-top: 7rem;
}
.why .title {
  color: #000000;
  font-size: 32px;
  font-family: ChangaBold;
  margin-bottom: 3rem;
}
.why .accordion .accordion-item {
  border: unset;
  border-bottom: 1px solid #dcd8d8;
  min-height: 80px;
}
.why .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: unset;
}
.why .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: "FontAwesome";
}
.why .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "+";
  font-family: "FontAwesome";
  background-image: unset;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
.why .accordion .accordion-item .accordion-header .accordion-button:focus {
  border: unset;
  outline: unset;
  box-shadow: unset;
}
.why .accordion .accordion-item .accordion-header .accordion-button .image {
  width: 37px;
  height: 29px;
  margin-left: 1rem;
}
.why .accordion .accordion-item .accordion-header .accordion-button .image img {
  width: 100%;
}
.why .accordion .accordion-item .accordion-header .accordion-button p {
  color: #000000;
  font-size: 16px;
  font-family: ChangaRegular;
}
.why .accordion .accordion-item .accordion-collapse .accordion-body p {
  color: #000000;
  font-size: 14px;
  font-family: ChangaRegular;
}
.why .mob-image-container {
  margin: auto;
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
.why .mob-image-container .image {
  border-radius: 24px;
  margin: auto;
  width: 25rem;
}
.why .mob-image-container .image img {
  width: 100%;
}

.statistics {
  height: 496px;
  background-color: #F4F7FB;
  background-image: url(../images/bg-images/statistics.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}
.statistics .container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.statistics .container .text-container {
  min-height: 200px;
  background-color: #fff;
  align-items: center;
  margin-top: -8rem;
}
.statistics .container .text-container [class*=col-] {
  height: 104px;
}
.statistics .container .text-container .info {
  -webkit-margin-start: 4rem;
          margin-inline-start: 4rem;
}
.statistics .container .text-container .info b {
  color: #000000;
  font-size: 20px;
  font-family: ChangaSemiBold;
  display: block;
  line-height: 35px;
}
.statistics .container .text-container .info b a {
  color: #E26515;
  margin: 0 0.5rem;
}
.statistics .container .text-container .content {
  color: #000000;
  display: flex;
  box-shadow: 0px 3px 6px rgba(55, 84, 170, 0.0980392157);
  padding: 1rem;
}
.statistics .container .text-container .content .icon {
  width: 72px;
  height: 72px;
}
.statistics .container .text-container .content .icon img {
  width: 100%;
}
.statistics .container .text-container .content b {
  font-size: 24px;
  font-family: ChangaSemiBold;
}
.statistics .container .text-container .content p {
  font-size: 16px;
  font-family: ChangaRegular;
}
.statistics .container .numbers-container {
  margin-top: auto;
}
.statistics .container .numbers-container .card-info {
  width: 272px;
  height: 182px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 3rem;
}
.statistics .container .numbers-container .card-info .d-flex {
    direction: ltr;
}
.statistics .container .numbers-container .card-info .icon {
  width: 48px;
  height: 48px;
}
.statistics .container .numbers-container .card-info .icon img {
  width: 100%;
  height: 100%;
}
.statistics .container .numbers-container .card-info b {
  color: #000000;
  font-size: 24px;
  font-family: ChangaSemiBold;
}
.statistics .container .numbers-container .card-info p {
  font-size: 16px;
  font-family: ChangaRegular;
}

.testimonies .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonies .owl-item .card {
  width: 368px;
  height: 227px;
  height: 170px;
  box-shadow: 0px 4px 14px rgba(55, 84, 170, 0.0980392157);
  border: 1px solid #E26515;
  position: relative;
  overflow: hidden;
}
.testimonies .owl-item .card .image {
  height: inherit;
}
.testimonies .owl-item .card .image img {
  width: 100%;
  height: 100%;
}
.testimonies .owl-item .card label {
  background-color: #E26515;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -1px;
  left: 0;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-bottom-left-radius: 12px;
}

.use-way .card {
  width: 368px;
  height: 274px;
  border-radius: 8px;
  overflow: hidden;
  padding: 5px;
}
.use-way .card .video {
  position: relative;
  width: inherit;
  width: 352px;
  height: 204px;
  border-radius: 8px;
  overflow: hidden;
}
.use-way .card .video img {
  width: inherit;
}
.use-way .card .video button {
  position: absolute;
  bottom: 1.4rem;
  left: 1rem;
  color: #fff;
  background-color: #E26515;
  box-shadow: 0px 0px 0px 4px rgba(226, 101, 21, 0.3607843137);
  padding: 0;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.use-way .card .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 3rem;
  padding: 0 1rem;
}
.use-way .card .text p {
  color: #000000;
  font-size: 14px;
  font-family: ChangaRegular;
}
.use-way .card .text span {
  color: #000000;
  font-size: 16px;
  font-family: ChangaRegular;
  opacity: 0.5;
}

.financing-entities .card {
  border: unset;
  opacity: 0.5;
}
.financing-entities .card:hover {
  opacity: 1;
}
.financing-entities .card .img {
  width: 176px;
  height: 92px;
}
.financing-entities .card .img img {
  width: 100%;
  height: 100%;
}
.financing-entities .card p {
  font-size: 14px;
  height: 26px;
  font-family: ChangaRegular;
}

.start .start-section {
  height: 328px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
  background-image: url("../images/bg-images/statistics.svg");
  border-radius: 35px;
}
.start .start-section h2 {
  color: #000000;
  font-size: 32px;
  font-family: ChangaBold;
}
.start .start-section h6 {
  font-size: 14px;
  font-family: ChangaBold;
  color: #000000;
}
.start .start-section p {
  color: #000000;
  font-size: 14px;
  font-family: ChangaRegular;
  opacity: 0.5;
}
footer {
  height: 88px;
  background-color: #F4F7FB;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .image {
  width: 80px;
  height: 36px;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
footer .image img {
  width: 100%;
}
footer p {
  color: #000000;
  font-size: 14px;
  font-family: ChangaRegular;
}

footer {
  margin-top: auto;
}
footer .finance-footer {
  height: 80px;
  display: flex;
  align-items: center;
}
footer .finance-footer .copy-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .finance-footer .copy-right p {
  font-family: ChangaRegular;
  color: #000000;
}

.video-modal .modal-dialog {
  max-width: 60%;
}
.video-modal .modal-content {
  overflow: hidden !important;
}
.video-modal .modal-content .modal-body {
  padding: 0;
  width: 100%;
  height: 77vh;
  overflow: hidden !important;
}
.video-modal .modal-content .modal-body iframe {
  width: 100%;
  height: 77vh;
}

.spinner-loader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(217, 216, 216, 0.9725490196);
  z-index: 9999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner-loader img {
  width: 9rem;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
  }
}
.navbar .navbar-nav>li>a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0 10px;
    line-height: 30px;
    border-bottom: 2px solid transparent;
    margin: 0 15px;
    margin-top: 15px !important;
    text-decoration: none;
}

.custom-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
}
.form-check .form-check-input {
    float: right;
    min-width: 20px !important;
    min-height: 20px !important;
    margin: 15px 0 0 0;
    cursor: pointer;
}
.custom-switch .form-check-input[type=checkbox] {
    width: 70px !important;
    height: 43px !important;
    background-color: #F2F2F2 !important;
    border-color: #F2F2F2 !important;
    background-image: url(../images/light-toggle.svg);
    background-position: left center;
    cursor: pointer;
}
.language-btn {
    text-decoration: none;
    gap: 10px;
    display: flex;
    background: #F2F2F2;
    border-radius: 20px;
    align-items: center;
    padding: 9px;
    border: 0;
}
.language-dropdown-menu {
    width: 250px;
    border-radius: 10px;
    box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.105);
    border: 0;
    padding: 0;
    background: #fff !important;
}
.nav-task-header {
    font-size: 15px;
    padding: 15px 10px;
    color: #404040;
}
.nav-task-header.language {
    border-bottom: 1px solid #F0F0F0;
    text-align: right;
}
/*.nav-task-body-name.english {*/
/*    font-family: MontserratSemiBold;*/
/*}*/
.nav-task-body-name img {
    margin-inline-end: 10px;
    border-radius: 7px;
    max-height: 35px;
}
.nav-task-body {
    display: flex;
    align-items: center;
    position: relative;
    padding: 15px;
    cursor: pointer;
    color: #333;
    text-align: right;
    text-decoration: none;
}
.nav-task-body {
    color: #333;
    text-decoration: none;
    width: 100%;
}
.nav-task-body:hover {
    background: #dde0e4;
    color: #333;
    text-decoration: none;
}
.language-btn >img:first-child {
    max-height: 30px;
}
.custom-switch .form-check-input[type=checkbox]:focus {
    outline: none;
    box-shadow: none;
}
.custom-switch .form-check-input[type=checkbox]:checked {
    background-color: #333333 !important;
    border-color: #333333 !important;
    background-image: url(../images/dark-toggle.svg);
    background-position: right center;
}
@media (max-width: 991px) {
    .navbar-collapse {
        flex-basis: inherit;
        margin: 0;
        height: 100vh;
        order: 4;
    }
    /*.navbar-toggler {*/
    /*    order: 1;*/
    /*}*/
    #headerBtn {
        order: 3;
    }
    .navbar .navbar-nav>li>a {
        font-size: 20px;
        margin: 20px 15px !important;
        display: block;
    }
    .navbar-logo {
        display: none;
    }
    .form-check .form-check-input {
        margin:0 5px;
    }
    .navbar-nav {
        flex-direction: row;
        padding: 0;
        align-items: center;
        order: 2;
    }
    .navbar-collapse .navbar-nav {
        flex-direction: column;
    }
    .navbar > .container .navbar-collapse {
        flex-grow: unset;
        -webkit-margin-start: 0;
        margin-inline-start: 0;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
}
@media (max-width: 575.98px) {
  .navbar > .container {
    flex-direction: row-reverse;
  }

  .navbar > .container .navbar-brand img {
    width: 100px;
  }
  .navbar > .container .navbar-collapse {
    flex-grow: unset;
    width: 100%;
  }
  .navbar > .container .navbar-collapse .navbar-nav .nav-item {
    margin: 0.3rem 0.4rem;
  }
  .navbar > .container .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #000000;
    font-size: 14px;
    font-family: ChangaRegular;
  }
  button {
    box-shadow: none;
  }
  .custom-btn {
    width: 176px;
    height: 48px;
    background-color: transparent;
    border: 1px solid #E26515;
    color: #E26515 !important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 0;
    margin: 0;
    line-height: 43px;
  }
  .custom-btn:hover {
    background-color: #E26515;
    color: #fff !important;
  }
  .owl-carousel {
    position: relative;
  }
  .owl-carousel .owl-stage-outer {
    padding-top: 1rem;
  }
  .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .owl-carousel .owl-nav {
    top: unset;
    left: 0;
    width: 100%;
    bottom: -45px;
  }
  .owl-carousel .owl-nav button {
    margin: 0 !important;
    line-height: 0px;
  }
  .owl-carousel .owl-nav button:hover {
    background-color: unset;
  }
  .owl-carousel .owl-nav button span {
    font-size: 30px;
  }
  .owl-carousel .owl-nav button span:hover {
    background-color: unset;
  }
  .owl-carousel .owl-dots {
    position: absolute;
    bottom: -35px;
    top: unset;
    left: 50%;
    width: -moz-max-content;
    width: max-content;
    margin: 0;
    transform: translate(-50%, 0);
  }
  .owl-carousel .owl-dots button {
    width: 4px;
    height: 4px;
    margin: 0 7px;
  }
  .owl-carousel .owl-dots button span {
    margin: 0 !important;
    width: 4px !important;
    height: 4px !important;
  }
  .owl-carousel .owl-dots button.active {
    width: 24px !important;
  }
  .owl-carousel .owl-dots button.active span {
    width: 1.5rem !important;
    width: 24px;
    height: 4px;
    background-color: #E26515 !important;
  }
  section {
    padding: 3rem 0;
  }
  section .section-head .sub-title {
    gap: 20px;
  }
  section .section-head .sub-title span {
    width: 8px;
    height: 8px;
  }
  section .section-head .sub-title h6 {
    font-size: 14px;
  }
  section .title {
    color: #000000;
    font-size: 32px;
    font-family: ChangaBold;
    margin-bottom: 3rem;
  }
  section .title h2 {
    font-size: 16px;
    max-width: 200px;
  }
  .header {
      height: 112vw;
      margin-top: 14vw;
  }
  .mobile-bg {
      display: block;
  }
    .desktop-bg {
        display: none;
    }
  .header .text-content {
    bottom: -14rem;
    right: 0;
    width: 100%;
    padding: 16px;
    background: #e7e7e7;
  }
  .header .text-content h3 {
    font-size: 16px;
  }
  .header .text-content h3 span {
    width: 94px;
    height: 45px;
  }
  .header .text-content p {
    height: unset;
    width: 100%;
    font-size: 13px;
    line-height: 1.4rem;
    margin: 20px 0;
  }
  .header .text-content .buttons {
    gap: unset;
    justify-content: space-between;
  }
  .header .text-content .buttons a {
    top: 608px;
    left: 1032px;
    width: 120px;
    height: 40px;
    font-size: 14px;
    background: #EA832F;
    border-color: #EA832F;
  }

  .header .text-content .buttons button {
    width: 40px;
    height: 40px;
  }
  .header .text-content .buttons button:after {
    line-height: 39px;
  }
  .why {
    height: auto;
    padding-top: 5rem;
    margin-top: 221px;
  }
  .why .section-head {
    margin-top: 3rem;
  }
  .why .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .why .title {
    color: #000000;
    font-size: 32px;
    font-family: ChangaBold;
    margin-bottom: 3rem;
  }
  .why .accordion .accordion-item {
    border: unset;
    border-bottom: 1px solid #dcd8d8;
    min-height: 80px;
  }
  .why .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: unset;
  }
  .why .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\f068";
    font-family: "FontAwesome";
  }
  .why .accordion .accordion-item .accordion-header .accordion-button .image {
    width: 37px;
    height: 29px;
    margin-left: 1rem;
  }
  .why .accordion .accordion-item .accordion-header .accordion-button .image img {
    width: 100%;
  }
  .why .accordion .accordion-item .accordion-header .accordion-button p {
    font-size: 14px;
    text-align: start;
  }
  .why .accordion .accordion-item .accordion-collapse .accordion-body p {
    color: #000000;
    font-size: 14px;
    font-family: ChangaRegular;
  }
  .why a {
    margin-top: 3rem !important;
  }
  .why .mob-image-container {
    width: 100%;
    margin: auto;
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .why .mob-image-container .image {
    width: 288px;
    height: auto;
    border-radius: 24px;
    margin: auto;
  }
  .why .mob-image-container .image img {
    width: 100%;
  }
  .statistics {
    height: auto;
    background-image: url(../images/bg-images/statistics.svg);
    background-position: center 200px;
    margin-top: 5rem;
  }
  .statistics .container {
    height: 100%;
  }
  .statistics .container .text-container {
    min-height: 200px;
    background-color: #fff;
    align-items: center;
    margin-top: -4rem;
  }
  .statistics .container .text-container [class*=col-] {
    height: unset;
  }
  .statistics .container .text-container .info {
    -webkit-margin-start: 1rem;
            margin-inline-start: 1rem;
  }
  .statistics .container .text-container .info b {
    font-size: 20px;
    display: block;
  }
  .statistics .container .text-container .info b a {
    color: #E26515;
  }
  .statistics .container .text-container .content {
    color: #000000;
    display: flex;
    box-shadow: 0px 3px 6px rgba(55, 84, 170, 0.0980392157);
    padding: 1rem;
  }
  .statistics .container .text-container .content .icon {
    width: 72px;
    height: 72px;
  }
  .statistics .container .text-container .content .icon img {
    width: 100%;
  }
  .statistics .container .text-container .content b {
    font-size: 24px;
    font-family: ChangaSemiBold;
  }
  .statistics .container .text-container .content p {
    font-size: 16px;
    font-family: ChangaRegular;
  }
  .statistics .container .numbers-container {
    margin-top: 4rem;
    margin-top: auto;
  }
  .statistics .container .numbers-container .card-info {
    width: auto;
    height: auto;
    gap: 8px;
    margin-top: 3rem;
  }
  .statistics .container .numbers-container .card-info .icon {
    width: 48px;
    height: 48px;
  }
  .statistics .container .numbers-container .card-info .icon img {
    width: 100%;
    height: 100%;
  }
  .statistics .container .numbers-container .card-info b {
    font-size: 24px;
    font-family: ChangaSemiBold;
  }
  .statistics .container .numbers-container .card-info p {
    font-size: 16px;
    font-family: ChangaRegular;
  }
  .testimonies .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .testimonies .owl-item .card {
    width: 368px;
    height: 227px;
    height: 170px;
    box-shadow: 0px 4px 14px rgba(55, 84, 170, 0.0980392157);
    border: 1px solid #E26515;
    position: relative;
    overflow: hidden;
  }
  .testimonies .owl-item .card .image {
    height: inherit;
  }
  .testimonies .owl-item .card .image img {
    width: 100%;
    height: 100%;
  }
  .testimonies .owl-item .card label {
    background-color: #E26515;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: -1px;
    left: 0;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-bottom-left-radius: 12px;
  }
  .use-way .card {
    width: 100%;
    height: 274px;
    border-radius: 8px;
    overflow: hidden;
    padding: 5px;
  }
  .use-way .card .video {
    position: relative;
    width: inherit;
    width: 100%;
    height: 204px;
    border-radius: 8px;
    overflow: hidden;
  }
  .use-way .card .video img {
    width: inherit;
  }
  .use-way .card .video button {
    position: absolute;
    bottom: 1.4rem;
    left: 1rem;
    color: #fff;
    background-color: #E26515;
    box-shadow: 0px 0px 0px 4px rgba(226, 101, 21, 0.3607843137);
    padding: 0;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
  }
  .use-way .card .text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 3rem;
    padding: 0 1rem;
  }
  .use-way .card .text p {
    color: #000000;
    font-size: 14px;
    font-family: ChangaRegular;
  }
  .use-way .card .text span {
    color: #000000;
    font-size: 16px;
    font-family: ChangaRegular;
    opacity: 0.5;
  }
  .financing-entities .card {
    border: unset;
  }
  .financing-entities .card .img {
    width: 87%;
    height: auto;
  }
  .financing-entities .card p {
    font-size: 14px;
    height: 26px;
    font-family: ChangaRegular;
  }
  .start {
    margin: 0 1rem;
  }
  .start .start-section {
    height: 321px;
    gap: 1rem;
  }
  .start .start-section h2 {
    font-size: 32px;
  }
  .start .start-section h6 {
    font-size: 14px;
  }
  .start .start-section p {
    font-size: 14px;
    opacity: 0.5;
  }
  footer {
    height: 80px;
  }
  footer .image {
    width: 55px;
    height: 25px;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem;
  }
  footer p {
    font-size: 12px;
  }
  .video-modal {
    margin-top: 22vh;
  }
  .video-modal .modal-dialog {
    max-width: 60%;
    max-width: unset;
  }
  .video-modal .modal-content {
    overflow: hidden !important;
  }
  .video-modal .modal-content .modal-body {
    height: 44vh;
  }
  .video-modal .modal-content .modal-body iframe {
    width: 100%;
    height: 44vh;
  }

    .header .text-content {
        bottom: -17vw;
    }
    .why {
        padding-top:6rem;
        margin-top: 0;
    }
    .navbar > .container .navbar-brand {
        width: auto;
    }
}/*# sourceMappingURL=style.css.map */
