@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap");
.bg-properties {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@font-face {
  font-family: "brother-1816";
  src: url("./../../fonts/brother-1816-bold-webfont.woff2") format("woff2"), url("./../../fonts/brother-1816-bold-webfont.woff2") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  font-size: 62.5%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Unbounded", sans-serif;
  font-size: 1.6rem;
  color: #13213f;
  line-height: 1.375;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

li {
  list-style: none;
}

span,
i,
a {
  display: inline-block;
}

a {
  color: #13213f;
  text-decoration: none;
}
a:hover {
  color: #13213f;
}

svg,
img {
  max-width: 100%;
  object-fit: cover;
}

input {
  outline: none;
  padding: 0.5rem 1.3rem;
}

button {
  border: 0;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  line-height: 1.2502;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

p {
  margin-bottom: 0;
}

.ff1 {
  font-family: "Unbounded", sans-serif;
}

.ff2 {
  font-family: "brother-1816";
}

.sm {
  font-size: 1.2rem;
  line-height: 1.266;
  font-weight: 300;
}

.font-size-1 {
  font-size: 1.6rem;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.primary {
  color: #13213f;
}

.text-secondary {
  color: #135585 !important;
}

.red {
  color: #9e1717;
}

.bg-red {
  background-color: #9e1717;
}

.lightblue {
  color: #96adee;
}

.bg-lightblue {
  background-color: #96adee;
}

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

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

.bg-1 {
  background-color: #13213f;
}

[class*=title-] {
  font-weight: 700;
}

.section-title-1 {
  font-size: 4rem;
  font-family: "brother-1816";
}

.section-title-2 {
  font-size: 3rem;
  font-family: "brother-1816";
  color: #9E1717;
  margin: 20px 0;
}

.title-lg {
  font-size: 6rem;
  font-family: brother-1816;
}

.title-1 {
  font-size: 2rem;
  font-weight: 800;
  position: relative;
  z-index: 1;
  margin-bottom: 5rem;
}
.title-1:before {
  border-radius: 1rem;
  position: absolute;
  width: 124px;
  height: 20px;
  content: " ";
  bottom: -17px;
  z-index: -1;
}
.title-1.diff-1:before {
  background: #9e1717;
}

.title-2 {
  font-size: 2.2rem;
  line-height: 1.2727;
  margin-bottom: 2.7rem;
}

.section-title {
  font-weight: 700;
  color: #135585;
}
.section-title h2 {
  font-size: 42px;
  margin-bottom: 1.5rem;
}
.section-title h3 {
  font-size: 22px;
  margin-bottom: 3rem;
  line-height: 1.3;
}

.section-padding {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (max-width: 1199.98px) {
  .section-padding {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media (max-width: 991.98px) {
  .section-padding {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.container {
  max-width: 1672px;
  padding-left: 20px;
  padding-right: 20px;
}
.row.diff-1 {
  --bs-gutter-x: 80px;
  --bs-gutter-y: 70px;
}
@media (max-width: 1730.98px) {
  .row.diff-1 {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;
  }
}
@media (max-width: 1600.98px) {
  .row.diff-1 {
    --bs-gutter-x: 35px;
    --bs-gutter-y: 35px;
  }
}

.button-1 {
  background: #9e1717;
  color: #fff;
  border-radius: 5rem;
  border: 4px solid #fff;
  padding: 18.5px 36px;
}

.button-2 {
  background: #9e1717;
  color: #fff;
  border-radius: 5rem;
  font-weight: 700;
  padding: 22.5px 36.4px;
}

.list-1 li {
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
  margin-bottom: 0.6rem;
}
.list-1 li:before {
  margin-right: 1.25rem;
  content: " ";
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
  background-color: #000;
  flex-basis: 0.58rem;
  flex-grow: 0;
  flex-shrink: 0;
  display: inline-block;
}

.list-2 li {
  position: relative;
  padding-left: 10px;
}
.list-2 li:before {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  content: " ";
  left: 0;
  top: 9.3px;
}

.owl-carousel .owl-dots {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.owl-carousel .owl-dot {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  background: #fff !important;
  margin-bottom: 1.7rem;
}
.owl-carousel .owl-dot.active {
  background: #f24b37 !important;
  width: 3.9rem;
  height: 3.9rem;
}
@media (min-width: 768px) {
  .owl-carousel .owl-dot.active {
    margin-left: -1rem;
  }
}

sup,
sub {
  transform: scale(0.9);
  display: inline-block;
}

sup {
  margin-top: -0.4em !important;
}

section.diff-1 .container {
  padding-top: 12rem;
  padding-bottom: 5rem;
  max-width: 1345px;
}
@media (max-width: 1199.98px) {
  section.diff-1 .container {
    padding-top: 9rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 991.98px) {
  section.diff-1 .container {
    padding-top: 8rem;
    padding-bottom: 3.3rem;
  }
}
@media (max-width: 767.98px) {
  section.diff-1 .container {
    padding-top: 7rem;
    padding-bottom: 3rem;
  }
}
section.diff-1 img {
  opacity: 0.32;
}
section.diff-1 .author {
  margin-top: 8rem;
}
@media (max-width: 1199.98px) {
  section.diff-1 .author {
    margin-top: 7rem;
  }
}
@media (max-width: 991.98px) {
  section.diff-1 .author {
    margin-top: 6rem;
  }
}
@media (max-width: 767.98px) {
  section.diff-1 .author {
    margin-top: 5rem;
  }
}
@media (max-width: 575.98px) {
  section.diff-1 .author {
    margin-top: 4rem;
  }
}
@media (max-width: 479.98px) {
  section.diff-1 .author {
    margin-top: 3.34rem;
  }
}
section.diff-1 .title-1 {
  margin-bottom: 8rem;
}
@media (max-width: 1199.98px) {
  section.diff-1 .title-1 {
    margin-bottom: 7rem;
  }
}
@media (max-width: 991.98px) {
  section.diff-1 .title-1 {
    margin-bottom: 6rem;
    font-size: 5rem;
  }
}
@media (max-width: 767.98px) {
  section.diff-1 .title-1 {
    margin-bottom: 5rem;
    font-size: 4.5rem;
  }
}
@media (max-width: 575.98px) {
  section.diff-1 .title-1 {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 479.98px) {
  section.diff-1 .title-1 {
    font-size: 3.6rem;
    margin-bottom: 3.34rem;
  }
}
section.diff-2 .container {
  padding-top: 14.6rem;
  padding-bottom: 11rem;
  max-width: 1108px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  section.diff-2 .container {
    padding-top: 12rem;
    padding-bottom: 7rem;
  }
}
@media (max-width: 991.98px) {
  section.diff-2 .container {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 767.98px) {
  section.diff-2 .container {
    padding-top: 9rem;
    padding-bottom: 3rem;
  }
}
section.diff-2 p svg,
section.diff-2 h3 svg {
  margin-top: 1.2rem;
}
@media (max-width: 767.98px) {
  section.diff-2 p svg,
  section.diff-2 h3 svg {
    margin-top: -11px;
  }
}
section.diff-2 h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 7rem;
}
@media (max-width: 1199.98px) {
  section.diff-2 h3 {
    margin-bottom: 6rem;
  }
}
@media (max-width: 991.98px) {
  section.diff-2 h3 {
    margin-bottom: 5.5rem;
  }
}
@media (max-width: 767.98px) {
  section.diff-2 h3 {
    margin-bottom: 5rem;
  }
}
section.diff-2 h3 span {
  margin-bottom: 2.3rem;
}
@media (max-width: 767.98px) {
  section.diff-2 h3 span {
    font-size: 4rem;
  }
}
@media (max-width: 575.98px) {
  section.diff-2 h3 span {
    font-size: 3.5rem;
  }
}
section.diff-2 p {
  margin-bottom: 8rem;
}
@media (max-width: 1199.98px) {
  section.diff-2 p {
    margin-bottom: 7rem;
  }
}
@media (max-width: 991.98px) {
  section.diff-2 p {
    margin-bottom: 6rem;
  }
}
@media (max-width: 767.98px) {
  section.diff-2 p {
    margin-bottom: 5rem;
  }
}
section.diff-3 {
  padding-bottom: 14.8rem;
  margin-top: 17rem;
}
@media (max-width: 1199.98px) {
  section.diff-3 {
    padding-bottom: 12rem;
    margin-top: 14rem;
  }
}
@media (max-width: 991.98px) {
  section.diff-3 {
    padding-bottom: 10rem;
    margin-top: 11rem;
  }
}
@media (max-width: 767.98px) {
  section.diff-3 {
    padding-bottom: 8.5rem;
    margin-top: 9rem;
  }
}
section.diff-4 .author {
  margin-top: 9rem;
}
@media (max-width: 1199.98px) {
  section.diff-4 .author {
    margin-top: 8rem;
  }
}
@media (max-width: 991.98px) {
  section.diff-4 .author {
    margin-top: 7rem;
  }
}
@media (max-width: 767.98px) {
  section.diff-4 .author {
    margin-top: 6rem;
  }
}
@media (max-width: 991.98px) {
  section.diff-5 .container {
    padding-top: 7rem;
  }
}
@media (max-width: 767.98px) {
  section.diff-5 .container {
    padding-top: 6rem;
  }
}
@media (max-width: 575.98px) {
  section.diff-5 .container {
    padding-top: 5rem;
  }
}
@media (max-width: 479.98px) {
  section.diff-5 .container {
    padding-top: 4.3rem;
  }
}
section.diff-6 .container {
  padding-top: 0;
}
@media (max-width: 575.98px) {
  section.diff-6 .owl-nav {
    bottom: 20px;
    top: auto;
  }
}

.sidebar-1 {
  --footerHeight: 93px;
}
.sidebar-1 .lang-btn {
  background: #fff;
  color: #000;
  margin-left: 0.78rem;
}
.sidebar-1 .social-icons {
  margin-bottom: 2.3rem;
}
.sidebar-1:after {
  display: none;
}
.sidebar-1 .sidebar__body,
.sidebar-1 .sidebar__footer,
.sidebar-1 .sidebar__header {
  background: #9e1717;
}
.sidebar-1 .sidebar-content {
  width: 100%;
  padding-top: 4.3rem;
  background: #9e1717;
  padding-left: 3.5rem;
  padding-right: 4rem;
}
@media (max-width: 479.98px) {
  .sidebar-1 .sidebar-content {
    padding-right: 3.5rem;
    padding-left: 3.2rem;
  }
}
.sidebar-1 .sidebar__body {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}
.sidebar-1 .sidebar-close {
  transform: translateY(-12px);
}
.sidebar-1 .sidebar-close svg {
  pointer-events: none;
}
.sidebar-1 nav li {
  padding-bottom: 0.45rem;
}
.sidebar-1 nav a {
  font-size: 2.3rem;
  font-weight: 600;
}
.sidebar-1 .sidebar__footer p {
  font-size: 1.1rem;
  font-weight: 600;
}

.author h4 {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
}
.author.diff-1 h4 {
  color: #969696;
}

.instagram-linkedin {
  padding-top: 7rem;
  padding-bottom: 8rem;
}
.instagram-linkedin p {
  font-size: 2.2rem;
  font-weight: 700;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6rem;
}
.instagram-linkedin a {
  font-weight: 700;
  background-color: #fff;
  border-radius: 5rem;
  padding: 19px 38px;
  display: inline-flex;
  align-items: center;
}
.instagram-linkedin a svg {
  margin-right: 1rem;
}
.instagram-linkedin a:first-child {
  margin-right: 2rem;
}
.instagram-linkedin a:last-child span {
  transform: translateY(3px);
}

.content-box-1 p:not(:last-of-type) {
  margin-bottom: 3.5rem;
}
.content-box-1 .button-2 {
  margin-top: 4.85rem;
  padding: 22px 35px;
}

.content-box-2 {
  text-align: center;
}
.content-box-2 > div {
  border: 4px solid #96adee;
  border-radius: 6rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 394px;
}
.content-box-2 p.one {
  font-weight: 300;
  margin-bottom: 2.7rem;
}
.content-box-2 p.three, .content-box-2 p.two {
  font-size: 2rem;
  font-weight: 600;
}
.content-box-2 p.three {
  margin-top: 2.7rem;
}
.content-box-2 > a {
  margin-top: 3.5rem;
}

.video-box-1 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.video-box-1 video{
  width: 100%;
  height: auto;
}
.video-box-1 .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-box-1 .play-button * {
  pointer-events: none;
}

.video-box-2{
  width: 100%;
  max-width: 500px;
  height: auto;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  
}

.video-box-2 .responsive-iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.inclution-exclusion {
  border-radius: 6rem;
  border: 4px solid #13213f;
  position: relative;
  display: flex;
}
.inclution-exclusion h5 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
}
.inclution-exclusion > div {
  flex: 1;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}
.inclution-exclusion:after {
  position: absolute;
  width: 4px;
  left: 50%;
  height: 100%;
  background: #13213f;
  transform: translateX(-50%);
  content: " ";
  top: 0;
}
.sidebar {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 99;
  top: 0;
  --sidebar-width: 340px;
  --headerHeight: 70px;
  --footerHeight: 93px;
  --sidebar-body-bg: #111;
  --menu-color: #fff;
  --dropdown-menu-color: green;
  --slideDuration: 0.5s;
  --fadeDuration: 0.4s;
  --dropdownDuration: 0.4s;
  --scrollbar-width: 10px;
  --scrollbar-track-bg: #fcfcfc;
  --scrollbar-thumb-bg: #8b8b8b;
  --scrollbar-thumb-hover-bg: #636363;
  transition: background-color var(--fadeDuration), visibility var(--fadeDuration);
}
.sidebar::after {
  position: absolute;
  content: " ";
  top: 0;
  height: 100%;
  width: calc(100% - var(--sidebar-width));
  transition-duration: var(--slideDuration);
  background: orange;
  right: 0;
  transform: translateX(100%);
}

.sidebar-content {
  width: var(--sidebar-width);
  height: 100%;
  transition-duration: var(--slideDuration);
  transform: translateX(-100%);
}

.sidebar__header {
  height: var(--headerHeight);
  background: blue;
}

.sidebar__body {
  overflow-y: auto;
  height: calc(100% - (var(--headerHeight) + var(--footerHeight)));
  background-color: var(--sidebar-body-bg);
}
.sidebar__body::-webkit-scrollbar {
  width: var(--scrollbar-width);
}
.sidebar__body::-webkit-scrollbar-track {
  background: var(--scrollbar-track-bg);
}
.sidebar__body::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb-bg);
}
.sidebar__body::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-thumb-hover-bg);
}

.sidebar__dropdown-button {
  display: flex;
  width: 100%;
  align-items: center;
  color: orange;
  justify-content: space-between;
  font-weight: 700;
}
.sidebar__dropdown-button svg {
  transition-duration: 0.5s;
}

.sidebar__menu-link {
  color: var(--menu-color);
}

.sidebar__dropdown-content {
  transition-duration: var(--dropdownDuration);
  height: 0;
  overflow: hidden;
}

.sidebar-dropdown__menu-link {
  color: var(--dropdown-menu-color);
}

.sidebar__footer {
  height: var(--footerHeight);
  background: #fff;
}

.sidebar--active {
  visibility: visible;
}
.sidebar--active::after {
  transform: translateX(0);
}
.sidebar--active .sidebar-content {
  transform: translateX(0);
}

.sidebar__dropdown-item--active button svg {
  transform: rotate(180deg);
}

@media (max-width: 767.98px) {
  .sidebar {
    --sidebar-width: 250px;
  }
}
@media (max-width: 575.98px) {
  .sidebar {
    --sidebar-width: 200px;
  }
}
.custom-accordion__item-content {
  height: 0;
  overflow: hidden;
  transition-duration: 0.6s;
}

/* Mini Components */
.wrapper-1 .wrapper-1-inner {
  border-radius: 6rem;
  padding-top: 13rem;
}

header.header .container {
  padding-top: 4.5rem;
}

.welcome-wrapper {
  background: #96adee;
}

.welcome {
  min-height: 100vh;
  border-bottom-left-radius: 6rem;
  border-bottom-right-radius: 6rem;
}
.welcome h2 {
  font-size: 6rem;
  margin-top: 15rem;
}
.welcome .logo {
  left: 0;
  top: 0;
  max-width: 577px;
}
.welcome .container:nth-of-type(2) {
  max-width: 1371px;
}

.container:nth-of-type(2) {
  padding-top: 4.5rem;
}

.welcome-bottom {
  padding-top: 8rem;
}
.welcome-bottom .container {
  max-width: 1175px;
}
.welcome-bottom .content-box-1 {
  max-width: 500px;
}
.welcome-bottom .wb-right {
  max-width: 600px;
  background-image: url("./../../images/others/rect.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.welcome-bottom .wb-right p {
  max-width: 353px;
  text-align: center;
  color: #fff;
}
.welcome-bottom .wb-right > svg {
  position: absolute;
}
.welcome-bottom .wb-right > svg:first-child {
  top: 0;
  left: -50px;
}
.welcome-bottom .wb-right > svg:last-child {
  top: 100px;
  right: -100px;
}
.our-mission {
  padding-top: 13rem;
  padding-bottom: 13rem;
  border-radius: 6rem;
  max-width: 1342px;
  margin-left: auto;
  margin-right: auto;
}
.our-mission .content-box-1 {
  max-width: 500px;
}
.our-mission .container {
  max-width: 1095px;
}

.mission-right p {
  font-size: 2rem;
}

.footer-1 {
  padding-top: 6rem;
  padding-bottom: 7.6rem;
  overflow: hidden;
  border-top-left-radius: 6rem;
  border-top-right-radius: 6rem;
}
.footer-1 .container {
  max-width: 1136px;
}
.footer-1 .footer-links {
  font-size: 1.4rem;
  font-weight: 300;
  margin-right: 8rem;
}
.footer-1 .footer-links li {
  margin-bottom: 0.5rem;
}
.footer-1 .footer-links a {
  color: #f2f4fd;
}
.footer-1 .footer-email a {
  color: #96adee;
}
.footer-1 .footer-logo {
  margin-left: auto;
}
.footer-1 > img,
.footer-1 > svg {
  left: 20px;
  bottom: 0;
  width: 46%;
  opacity: 0.4;
}
.footer-1 .container {
  position: relative;
  z-index: 1;
}

.accordion-section-1 .custom-accordion__item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion-section-1 .custom-accordion__item {
  border: 4px solid #13213f;
  margin-bottom: 1rem;
}
.accordion-section-1 .custom-accordion__item .custom-accordion__item-title {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
.accordion-section-1 .custom-accordion__item .custom-accordion__item-title h3 {
  font-weight: 700;
}
.accordion-section-1 .custom-accordion__item .custom-accordion__item-title svg {
  transition-duration: 0.385s;
}
.accordion-section-1 .custom-accordion__item .custom-accordion__item-content {
  padding-left: 3rem;
  padding-right: 3rem;
}
.accordion-section-1 .custom-accordion__item .custom-accordion__item-content > div p {
  padding-bottom: 2rem;
}
.accordion-section-1 .custom-accordion__item--active .custom-accordion__item-title svg {
  transform: rotate(180deg);
}

.names-story {
  padding-bottom: 13rem;
}

.video-1 .container {
  max-width: 1117px;
}
.video-1 .video-box-1 {
  max-width: 541px;
  min-height: 304px;
  width: 100%;
}

.content-box-1 {
  max-width: 464px;
}

.or-video .content-box-1 p:not(:last-of-type) {
  margin-bottom: 1rem;
}

.orv-container {
  border-radius: 6rem;
  padding-top: 13rem;
  padding-bottom: 14rem;
  max-width: 1342px;
  margin-left: auto;
  margin-right: auto;
}
.orv-container > div {
  max-width: 1077px;
  margin-left: auto;
  margin-right: auto;
}

.benefits {
  padding-top: 7.2rem;
  padding-bottom: 12rem;
}
.benefits .container {
  max-width: 1120px;
}
.benefits .content-box-2 > div {
  color: #fff;
}

.evolution {
  border-top-left-radius: 6rem;
  border-top-right-radius: 6rem;
  padding-top: 13rem;
  padding-bottom: 11.5rem;
  background-color: #f2f4fd;
}
.evolution .sm {
  margin-top: 4.6rem;
}
.evolution .container {
  max-width: 1120px;
}
.evolution h2 {
  margin-bottom: 4rem;
}
.evolution .content-box-2 > div {
  border-color: #13213f;
  min-height: 531px;
}
.evolution .one {
  margin-bottom: 1rem;
}
.evolution .last {
  margin-top: 6rem;
}

.our-trial {
  padding-top: 13rem;
  padding-bottom: 15rem;
  border-top-left-radius: 6rem;
  border-top-right-radius: 6rem;
}
.our-trial .container {
  max-width: 1120px;
}
.our-trial h2 {
  margin-bottom: 4rem;
}
.our-trial img {
  max-width: 432px;
}
.our-trial .content-box-2 > div {
  min-height: 465px;
}
.our-trial .title-2.last {
  margin-top: 6.5rem;
}
.our-trial .sm {
  margin-top: 4.8rem;
}

.our-trial .content-box-2 p.two{
  font-weight: normal;
}

.our-trial .content-box-2 p.two .lightblue{
  font-weight: bold;
}

.or-banner {
  padding-top: 105px;
}
.or-banner h2 {
  margin-bottom: 3.5rem;
}
.or-banner .container {
  max-width: 1120px;
}
.or-banner .tab-buttons {
  background-color: #fff;
  border-radius: 5rem;
  margin-top: 0.9rem;
}
.or-banner .tab-buttons a {
  font-weight: 700;
  border-radius: 5rem;
  padding: 22.5px 10px;
  border-radius: 5rem;
  position: relative;
  transition-duration: 0.385s;
  font-size: 15px;
}
.or-banner .tab-buttons a:not(:first-child) {
  padding: 22.5px 30px;
}
.or-banner .tab-buttons a:not(:last-child):after {
  position: absolute;
  width: 4px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  content: " ";
  background: #96adee;
  transition-duration: 0.385s;
}
.or-banner .tab-buttons a.active, .or-banner .tab-buttons a:hover {
  background-color: #96adee;
}
.or-banner .tab-buttons a.active:after, .or-banner .tab-buttons a:hover:after {
  opacity: 0;
}
.or-banner .sabr h3 {
  margin-bottom: 3.5rem;
}
.or-banner .sabr-left h3 {
  font-size: 4rem;
}
.or-banner .sabr-right {
  margin-right: -7rem;
}
.or-banner .sabr-right img {
  max-width: 570px;
}

.ongoing-research {
  padding-top: 13rem;
  padding-bottom: 13.5rem;
  border-top-left-radius: 6rem;
  border-top-right-radius: 6rem;
}
.ongoing-research .container {
  max-width: 1123px;
}
.ongoing-research h2 {
  margin-bottom: 3rem;
}
.ongoing-research a.button-2 {
  margin-top: 3.5rem;
}
.ongoing-research .container > p:last-child {
  margin-top: 5rem;
}
.ongoing-research .inclution-exclusion {
  margin-bottom: 4.78rem;
}
.ongoing-research .title-2.last {
  margin-top: 6.8rem;
}

.ea-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.ea-banner {
  background-image: url("./../../images/others/ea-banner.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 57.5% 100%;
  min-height: 464px;
  margin-bottom: 14rem;
}
.ea-banner .container {
  padding-top: 23rem;
  max-width: 1120px;
}

.ea-content {
  padding-bottom: 13.5rem;
}
.ea-content .container {
  max-width: 1120px;
}
.ea-content .one {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.news-articles {
  background: #F2F4FD;
}

.news-articles-content {
  padding-top: 22.6rem;
  padding-bottom: 5rem;
  position: relative;
}

.news-articles-content:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 400px;
  background-image: url(./../../images/others/news-articles-bg-2.png);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: contain;
  margin-top: -10%;
  z-index: -1;
}

.news-articles-content .bg {
  min-height: 310px;
  width: 59%;
  margin-left: auto;
  margin-right: auto;
  background-image: url("./../../images/others/news-articles-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.news-articles-content > div svg {
  position: absolute;
  right: 0;
}
.news-articles-content .container {
  max-width: 1130px;
}/*# sourceMappingURL=style.css.map */


/* Side Menu CSS */

.menu-icon img {
  width: auto;
  height: auto;
  cursor: pointer;
}

.side-menu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: 0.5s;
  padding-top: 60px; /* To push content below the close button */
  background: rgba(0, 0, 0, 0.9);
}

.side-menu .menu-content {
  position: absolute;
  top: 0;
  right: -240px;
  width: 800px;
  height: 800px;
  transform: rotate(135deg);
  background: var(--Cornflower-Blue, #96ADEE);
  border-radius: 220px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: right;
}

.side-menu .menu-content ul {
  list-style-type: none;
  padding: 0;
  transform: rotate(-135deg);
  width: 100%;
}

.side-menu .menu-content ul.main-menu {
  margin-bottom: 20px;
}

.side-menu .menu-content ul.main-menu li {
  padding: 15px 0;
  font-weight: bold;
  border-bottom: 2px solid #000;
  margin-right: 205px;
  margin-left: 110px;
  color: var(--Victory-Blue, #13213F);
  text-align: right;
  leading-trim: both;
  text-edge: cap;
  font-family: 'unbounded', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 111.765% */
}

.side-menu .menu-content ul.main-menu li:hover {
  color: #FFF;
}

.side-menu .menu-content ul.secondary-menu {
  padding-top: 80px;
  z-index: -1;
}

.side-menu .menu-content ul.secondary-menu li {
  padding: 25px 0;
  height: 14px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 395px;
}

.side-menu .menu-content ul li a {
  color: var(--Victory-Blue, #13213F);
  text-decoration: none;
}

.side-menu .menu-content ul li a:hover {
  color: #FFF;
}

.close-btn {
  position: fixed;
  top: 550px;
  right: 650px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transform: rotate(-135deg);
}

.close-text {
  position: fixed;
  top: 548px;
  right: 630px;
  transform: rotate(-135deg);
  font-family: 'Unbounded', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: var(--Victory-Blue, #13213F);
}

/* Footer Section */
.blue-bg{
   background: var(--Cornflower-Blue, #96ADEE);
}

.footer-section {
    background-color: #0E1A36;
    padding: 60px 20px;
    position: relative;
    text-align: left;
    color: var(--Tinted-Grey, #F2F4FD);
    border-radius: 45px 45px 0px 0px;
}

.footer-section::before {    
      content: "";
      background-image: url(../../images/footer.png);
      background-size: 60% 100%;
      background-position: left top;
      background-repeat: no-repeat;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.06;
}

.footer-section .container-xl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    flex-direction: row;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section li {
    margin-bottom: 10px;
    color: var(--Tinted-Grey, #F2F4FD);
    leading-trim: both;
    text-edge: cap;
    font-family: Unbounded;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 171.429% */
    text-decoration: none;
}

.footer-section li a{
   margin-bottom: 10px;
   color: var(--Tinted-Grey, #F2F4FD);
   leading-trim: both;
   text-edge: cap;
   font-family: Unbounded;
   font-size: 14px;
   font-style: normal;
   font-weight: 300;
   line-height: 24px; /* 171.429% */
   text-decoration: none;
}

.footer-section a {
    color: var(--Cornflower-Blue, #96ADEE);
    leading-trim: both;
    text-edge: cap;
    font-family: Unbounded;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-decoration-line: underline;
}

.footer-section a:hover {
    text-decoration: underline;
}

.footer-logo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 227px;
    height: 89px;
    flex-shrink: 0;
}

.footer-icon-background {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: auto;
    opacity: 0.1;
}

.message{
   margin-left: 100px;
   color: var(--Tinted-Grey, #F2F4FD);
   leading-trim: both;
   text-edge: cap;
   font-family: Unbounded;
   font-size: 16px;
   font-style: normal;
   font-weight: 700;
   line-height: 22px; /* 137.5% */
}

body.our-org{
  background: #F2F4FD;
}


.oo-banner {
  background-image: url("./../../images/others/oo-banner.png");
  background-color: #F2F4FD;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 40%;
  min-height: 464px;
  margin-bottom: 14rem;
}
.oo-banner .container {
  padding-top: 23rem;
  max-width: 1120px;
}

.oo-content {
  padding-bottom: 13.5rem;
}
.oo-content .container {
  max-width: 1120px;
}
.oo-content .one {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.team-board{
  margin-top: 30px;
}

.team-board img {
  max-width: 80%;
  margin-bottom: 20px;
}

.team-board h4 {
  font-size: 20px;
  font-family: "brother-1816";
  color: #13213F;
  margin-bottom: 20px;
}

.team-board h5 {
  font-size: 20px;
  font-family: "brother-1816";
  color: #9E1717;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.team-board p {
  margin-bottom: 10px;
}

.news-articles-content .one{
  font-weight: bold;
  margin-top: 25px;
}

.news-board{
  margin-top: 30px;
}

.news-board img {
  max-width: 80%;
  margin-bottom: 20px;
}

.news-board h4 {
  font-size: 20px;
  font-family: "brother-1816";
  color: #9E1717;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.news-board h5 {
  font-size: 20px;
  font-family: "brother-1816";
  color: #13213F;
  margin-bottom: 20px;
}

.news-board p {
  margin-bottom: 10px;
}

.news-board .btn {
  border: none;
  border-radius: 50px;
  background: var(--National-Red, #13213F);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  color: #FFF;
  padding: 16px 32px;
  font-family: 'unbounded', sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.orb-top.mobile, .video-1 .video-box-1.mobile, .container .video-box-2.mobile {
  display: none;
}

.popupDonate {
   height: 100%;
   width: 0;
   position: fixed;
   z-index: 99;
   top: 0;
   right: 0;
   overflow-x: hidden;
   overflow-y: auto;
   transition: 0.5s;
   padding-top: 100px; /* To push content below the close button */
   background: rgba(0, 0, 0, 0.9);
}

.popupDonate .popup-content{
    float: right;
    width: 100%;
    max-width: 455px;
    height: auto;
    max-height: 720px;
	overflow: hidden;
}

#closePopupDonate{
	position: absolute;
    top: 15px;
    right: 15px;
	transform: none;
	
}

#donateBtn.sticky{
   position: fixed;
   right: 50px;
   z-index: 10;
}

#ourResearchMenu.sticky{
  position: fixed;
  left: 38px;
  top: 40px;
  z-index: 10;
  max-width: calc(100% - 300px);
}

#ourResearchMenu.sticky .tab-buttons a{
  padding: 22.5px 60px;
}

.orb-top .left-label{
  float: left;
}

.orb-top .right-label{
  float: right;
}

@media only screen and (max-width: 767px) {
  header.ea-header .container{
    display: table !important;
    margin: 100px auto 0 auto;
    width: auto;
  }

  .oo-banner {
    margin-bottom: 7rem;
  }

  .oo-banner .container {
    padding-top: 26rem;
    text-align: center;
  }

  .team-board img {
    margin: 20px auto;
    display: table;
  }

  .footer-section .container-xl{
    display: block;
    overflow: hidden;
  }

  .footer-section ul{
    float: left;
  }

  .message{
    font-size: 12px;
  }

  .footer-logo{
    position: static;
    display: table;
    margin: 15px auto 0px auto;
  }

  .side-menu .menu-content ul.main-menu li{
    font-size: 26px;
    margin-right: 175px;
  }

  #sabr .container{
    padding-top: 15.5rem;
  }

  .or-banner {
    padding-top: 5px;
    text-align: center;
  }

  .orb-top{
    display: none;
  }

  .orb-top.mobile {
    display: block;
    overflow: hidden;
  }

  .or-banner .tab-buttons {
    margin-bottom: 0.9rem;
    display: block !important;
    overflow: hidden;
  }

  .or-banner .tab-buttons a{
    padding: 15px !important;
    float: left;
    font-size: 13px;
  }

  .or-banner .tab-buttons-2 a{
    float: none;
  }

  .or-banner .sabr-right {
    margin-right: -2rem;
    overflow: hidden;
  }

  .video-1 .video-box-1 {
    display: none;
  }

  .video-1 .video-box-1.mobile {
    display: block;
    margin: 25px 0;
  }

  .container .video-box-2 {
    display: none;
  }

  .container .video-box-2.mobile {
    display: block;
    margin: 25px 0;
  }

  .orv-container{
    padding: 40px 25px;
    text-align: center;
  }

  .benefits{
    padding-bottom: 0rem;
  }

  .benefits .container{
    text-align: center;
  }

  .benefits .container .button-2{
    margin-bottom: 3.5rem;
  }

  .evolution{
    padding-top: 5rem;
    padding-bottom: 5rem;
    text-align: center;
  }

  .evolution .button-2{
    margin-bottom: 3.5rem;
  }

  .our-trial{
    padding-top: 5rem;
    padding-bottom: 5rem;
    text-align: center;
  }

  .our-trial .button-2{
    margin-bottom: 3.5rem;
  }

  .ongoing-research{
    padding-top: 5rem;
    padding-bottom: 5rem;
    text-align: center;
  }

  .ongoing-research .inclution-exclusion{
    display: block;
    text-align: left;
  }

  .inclution-exclusion:after{
    display: none;
  }

  .inclution-exclusion > div{
    display: block;
    width: 100%;
  }

  .inclution-exclusion .exclution{
    border-top: 4px solid #13213f;
  }

  .ea-banner{
    background-size: cover;
    margin-bottom: 3rem;
    min-height: 535px;
  }

  .ea-banner .section-title-1{
    font-size: 3rem;
  }

  .ea-banner .container{
    padding-top: 26rem;
  }

  .ea-content {
    padding-bottom: 4.5rem;
  }

  .news-articles-content:after {
    display: none;
  }

  .news-articles-content .title-lg{
    margin-top: 15px;;
  }

  #donateBtn.sticky{
    /*bottom: 20px;*/
    top: 0;
    left: 0;
    right: initial;
    width: 100%;
    border-radius: 0;
    text-align: center;
  }

  .or-banner .sabr h3 {
    margin-top: 2rem;
    margin-bottom: 1.9rem;
  }

  .content-box-2 > div {
    padding-top: 3rem;
    padding-bottom: 3rem;
    min-height: auto !important;
  }
}