/*
* Generate A Background Image Properties
* @param $size:    Background-size, default = 'cover'
* @param $pos:     Background-position, default = 'center'
* @param $repeat:  Background-repeat, default = 'no-repeat
*/
/*
* Generate A Squared Button
* @param $bg:    Background color
* @param $color: Text color
* @param $uppercase: Whether to transform text into all uppercase or not, default = 'none'
* @param $gray-60Color: Border color, default = background color
*/
.gradient-btn {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .gradient-btn {
    order: 2;
    margin: auto;
  }
}
.gradient-btn .gradient-btn-inner {
  transform: rotate(-90deg);
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 200%;
}
@media screen and (max-width: 767.98px) {
  .gradient-btn .gradient-btn-inner {
    position: relative;
    transform: none;
    height: 100%;
    justify-content: center;
  }
}
.gradient-btn .gradient-btn-inner img {
  transform: scaleX(-1) translateX(-3px);
}
@media screen and (max-width: 767.98px) {
  .gradient-btn .gradient-btn-inner img {
    transform: scaleX(1);
  }
}

.red-btn {
  display: unset;
  padding: 1rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  .red-btn {
    display: none;
  }
}

.section1-updated-upated {
  overflow: hidden;
  width: 130%;
  margin-right: -15%;
  margin-top: 0;
  height: 103vh;
  transform: skewX(-20deg);
  display: flex;
  flex-flow: row nowrap;
}
@media (max-width: 991.98px) {
  .section1-updated-upated {
    transform: skewX(0deg);
    width: 100%;
    margin-right: 0%;
    flex-flow: column nowrap;
    height: auto;
    margin-top: 3.5rem;
  }
}
.section1-updated-upated .colu-1 {
  width: calc(55% - 33px);
  background-color: #e8e8e8;
  height: 100%;
  overflow-x: hidden;
  z-index: 10;
}
@media (max-width: 1199.98px) {
  .section1-updated-upated .colu-1 {
    width: calc(55% - 19px);
  }
}
@media (max-width: 991.98px) {
  .section1-updated-upated .colu-1 {
    width: 100%;
    order: 1;
    display: flex;
    justify-content: center;
  }
}
.section1-updated-upated .colu-1 .container-wrapper {
  margin-right: 20%;
  transform: skewX(20deg);
  height: 100%;
  width: 75%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .section1-updated-upated .colu-1 .container-wrapper {
    transform: skewX(0deg);
    margin-right: 0%;
    padding: 3rem 0 0;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .section1-updated-upated .colu-1 .container-wrapper {
    width: 90%;
  }
}
.section1-updated-upated .colu-1 .container-wrapper .gray-part__text {
  width: 95%;
  padding-right: 2rem;
}
@media (max-width: 991.98px) {
  .section1-updated-upated .colu-1 .container-wrapper .gray-part__text {
    padding-right: 0;
    width: 100%;
  }
}
.section1-updated-upated .colu-1 .container-wrapper .gray-part__text p {
  text-align: right;
  line-height: 1.5;
}
.section1-updated-upated .colored-shape {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  z-index: 10;
  width: 55px;
  height: 100%;
  background-image: linear-gradient(#b74647, #d58752);
}
@media (max-width: 1199.98px) {
  .section1-updated-upated .colored-shape {
    width: 38px;
  }
}
@media (max-width: 991.98px) {
  .section1-updated-upated .colored-shape {
    width: 100%;
    height: 30px;
    background-image: linear-gradient(to left, #b74647, #d58752);
    order: 3;
  }
}
.section1-updated-upated .colored-shape .about-carousel-nav {
  display: flex;
  flex-direction: column;
  height: 90px;
  position: relative;
  transform: skewX(15deg);
}
@media screen and (max-width: 1199.98px) {
  .section1-updated-upated .colored-shape .about-carousel-nav {
    height: 65px;
    transform: skewX(11deg);
  }
}
.section1-updated-upated .colored-shape .about-carousel-nav .carousel-control-prev,
.section1-updated-upated .colored-shape .about-carousel-nav .carousel-control-next {
  background-color: #a20000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  opacity: 1;
  right: 50%;
  transform: translateX(50%);
}
@media screen and (max-width: 1199.98px) {
  .section1-updated-upated .colored-shape .about-carousel-nav .carousel-control-prev,
.section1-updated-upated .colored-shape .about-carousel-nav .carousel-control-next {
    width: 25px;
    height: 25px;
  }
  .section1-updated-upated .colored-shape .about-carousel-nav .carousel-control-prev .xs-icon,
.section1-updated-upated .colored-shape .about-carousel-nav .carousel-control-next .xs-icon {
    width: 12px;
    height: 12px;
  }
}
.section1-updated-upated .colored-shape .about-carousel-nav .carousel-control-next {
  top: 38px;
}
@media screen and (max-width: 1199.98px) {
  .section1-updated-upated .colored-shape .about-carousel-nav .carousel-control-next {
    top: 30px;
  }
}
.section1-updated-upated .colored-shape .about-carousel-nav .carousel-control-next-icon {
  transform: scaleX(-1);
}
.section1-updated-upated .colored-shape .about-carousel-nav .carousel-control-prev-icon,
.section1-updated-upated .colored-shape .about-carousel-nav .carousel-control-next-icon {
  background-image: none;
  width: auto;
  height: auto;
}
@media (max-width: 991.98px) {
  .section1-updated-upated .colored-shape .about-carousel-nav {
    display: none;
  }
}
.section1-updated-upated .colored-shape .about-carousel-nav .customNextBtn,
.section1-updated-upated .colored-shape .about-carousel-nav .customPrevBtn {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 50%;
  margin: 0;
  background-color: unset;
  border: 0;
}
.section1-updated-upated .colored-shape .about-carousel-nav .customNextBtn:focus,
.section1-updated-upated .colored-shape .about-carousel-nav .customPrevBtn:focus {
  outline: none;
}
.section1-updated-upated .colored-shape .about-carousel-nav .customNextBtn {
  transform: skewX(20deg);
  background-image: url(/images/carousel-nav.svg?af6645aab1489fcae25c14dc3064996d);
}
@media (max-width: 991.98px) {
  .section1-updated-upated .colored-shape .about-carousel-nav .customNextBtn {
    transform: skewX(0deg);
  }
}
.section1-updated-upated .colored-shape .about-carousel-nav .customPrevBtn {
  transform: skewX(20deg);
  background-image: url(/images/carousel-nav-left.svg?47fe79db57ad78af9c8f57820ebab3b5);
}
@media (max-width: 991.98px) {
  .section1-updated-upated .colored-shape .about-carousel-nav .customPrevBtn {
    transform: skewX(0deg);
  }
}
.section1-updated-upated .colu-2 {
  height: 100%;
  width: calc(45% - 33px);
}
@media (max-width: 1199.98px) {
  .section1-updated-upated .colu-2 {
    width: calc(45% - 19px);
  }
}
@media (max-width: 991.98px) {
  .section1-updated-upated .colu-2 {
    width: 100%;
    order: 2;
  }
}
.section1-updated-upated .colu-2 .container-wrapper {
  margin-right: -170px;
  transform: skewX(20deg);
  background-color: gray;
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 991.98px) {
  .section1-updated-upated .colu-2 .container-wrapper {
    transform: skewX(0deg);
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .section1-updated-upated .colu-2 .container-wrapper {
    margin-right: -152px;
  }
}
.section1-updated-upated .colu-2 .container-wrapper .copy-right {
  position: absolute;
  top: 10px;
  z-index: 11;
  left: 12px;
  background-color: #fff;
  opacity: 0.7;
}
.section1-updated-upated .colu-2 .container-wrapper #landingSliderIndicators {
  width: 100%;
}
.section1-updated-upated .colu-2 .container-wrapper #landingSliderIndicators .carousel-item {
  height: 103vh;
}
@media screen and (max-width: 767.98px) {
  .section1-updated-upated .colu-2 .container-wrapper #landingSliderIndicators .carousel-item {
    height: 71vh;
  }
}
.section1-updated-upated .colu-2 .container-wrapper #landingSliderIndicators .carousel-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section1-updated-upated .colu-2 .container-wrapper #landingSliderIndicators .carousel-item .carousel-caption {
  top: 6rem;
  right: 0;
  width: 100%;
  height: 35px;
  padding: 0;
  padding-right: 80px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  .section1-updated-upated .colu-2 .container-wrapper #landingSliderIndicators .carousel-item .carousel-caption {
    top: 0;
    padding-right: 20px;
  }
}
.section1-updated-upated .colu-2 .container-wrapper #landingSliderIndicators .carousel-item .carousel-caption .bg-overlay {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.section1-updated-upated .colu-2 .container-wrapper #landingSliderIndicators .carousel-item .carousel-caption p {
  z-index: 18;
}
.section1-updated-upated .colu-2 .gray-part {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50rem;
  min-height: 600px;
  max-height: 1060px;
  z-index: 2;
  text-align: right;
}
.section1-updated-upated .colu-2 .gray-part__text {
  width: 80%;
}
.section1-updated-upated .colu-2 .gray-part__text h1 {
  width: 75%;
}

.section2-updated-upated {
  width: 130%;
  margin-right: -15%;
  height: 103vh;
  transform: skewX(20deg);
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  -webkit-clip-path: polygon(0px 0px, 100% 0%, 100% 775px, 0 100%);
          clip-path: polygon(0px 0px, 100% 0%, 100% 775px, 0 100%);
}
@media (max-width: 991.98px) {
  .section2-updated-upated {
    -webkit-clip-path: none;
            clip-path: none;
    width: 100%;
    margin-bottom: 0px;
    margin-right: 0;
    transform: skewX(0deg);
    height: auto;
    background-color: #e8e8e8;
    padding-inline: 15px;
  }
}
.section2-updated-upated .colu-1 {
  width: calc(55% - 33px);
  height: 100%;
}
@media (max-width: 1199.98px) {
  .section2-updated-upated .colu-1 {
    width: calc(55% - 19px);
  }
}
@media (max-width: 991.98px) {
  .section2-updated-upated .colu-1 {
    display: none;
  }
}
.section2-updated-upated .colored-shape {
  z-index: -10;
  width: 55px;
  height: 100%;
  background-image: linear-gradient(#d58752, #b74647);
}
@media (max-width: 991.98px) {
  .section2-updated-upated .colored-shape {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .section2-updated-upated .colored-shape {
    width: 38px;
  }
}
.section2-updated-upated .colu-2 {
  height: 100%;
  width: calc(45% - 33px);
}
@media (max-width: 1199.98px) {
  .section2-updated-upated .colu-2 {
    width: calc(40% - 19px);
  }
}
@media (max-width: 991.98px) {
  .section2-updated-upated .colu-2 {
    display: none;
  }
}
.section2-updated-upated .main-container {
  margin-right: 5%;
  width: 99vw;
  height: 100%;
  position: absolute;
  transform: skewX(-20deg);
  margin-right: 11.98%;
}
@media (max-width: 991.98px) {
  .section2-updated-upated .main-container {
    width: auto;
    display: flex;
    flex-flow: column;
    margin-right: 0;
    transform: skewX(0deg);
    position: relative;
  }
}
@media (max-width: 700px) {
  .section2-updated-upated .main-container {
    background-color: #e8e8e8;
  }
}
@media (max-width: 991.98px) {
  .section2-updated-upated .main-container .content {
    justify-content: space-between;
    margin-top: 0;
    width: 100%;
    align-self: center;
  }
}
@media (max-width: 991.98px) {
  .section2-updated-upated .main-container .content .col-md-6 {
    flex: auto;
    max-width: none;
  }
}
.section2-updated-upated .main-container .ceo-image {
  transform: translateX(-135px);
}
@media screen and (max-width: 2300px) {
  .section2-updated-upated .main-container .ceo-image {
    transform: translateX(-95px);
  }
}
@media screen and (max-width: 2200px) {
  .section2-updated-upated .main-container .ceo-image {
    transform: translateX(-85px);
  }
}
@media screen and (max-width: 2100px) {
  .section2-updated-upated .main-container .ceo-image {
    transform: translateX(-75px);
  }
}
@media screen and (max-width: 2000px) {
  .section2-updated-upated .main-container .ceo-image {
    transform: translateX(-65px);
  }
}
@media screen and (max-width: 1850px) {
  .section2-updated-upated .main-container .ceo-image {
    transform: translateX(-45px);
  }
}
@media screen and (max-width: 1700px) {
  .section2-updated-upated .main-container .ceo-image {
    transform: translateX(-20px);
  }
}
@media screen and (max-width: 1500px) {
  .section2-updated-upated .main-container .ceo-image {
    transform: translateX(-11px);
  }
}
@media (max-width: 1199.98px) {
  .section2-updated-upated .main-container .ceo-image img {
    width: 250px !important;
    height: 290px !important;
  }
}
@media (min-width: 1200px) {
  .section2-updated-upated .main-container .ceo-image img {
    width: 285px !important;
  }
}
.section2-updated-upated .main-container .colored-line {
  background-repeat: no-repeat;
  background-position: left;
  background-size: 86vw;
  z-index: -1;
  height: 103vh;
  max-height: 1060px;
}
@media (max-width: 1199.98px) {
  .section2-updated-upated .main-container .colored-line {
    height: unset;
    min-height: 580px;
  }
}
@media (max-width: 991.98px) {
  .section2-updated-upated .main-container .colored-line {
    display: none;
  }
}
.section2-updated-upated .main-container .main-body {
  transform: translateY(-10px);
}
@media (max-width: 991.98px) {
  .section2-updated-upated .main-container .main-body {
    transform: translateY(0px);
  }
}
.section2-updated-upated .main-container .title {
  padding: 5rem 3rem;
  width: 50%;
  line-height: 1.2;
}
@media (max-width: 1199.98px) {
  .section2-updated-upated .main-container .title {
    padding: 3.5rem 2rem;
  }
}
@media (max-width: 991.98px) {
  .section2-updated-upated .main-container .title {
    padding: 2rem 15px 1.5rem;
    width: 100%;
  }
}
.section2-updated-upated .main-container .img {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .section2-updated-upated .main-container .img {
    display: none;
  }
}
.section2-updated-upated .main-container .img .trans-text {
  font-size: 100px;
  opacity: 0.6;
  color: #e8e8e8;
}
@media (max-width: 1199.98px) {
  .section2-updated-upated .main-container .img .trans-text {
    font-size: 70px;
  }
}
.section2-updated-upated .main-container .img img {
  position: relative;
}
.section2-updated-upated .main-container .img .borderTop {
  width: 0;
  transition: 1s;
  transition-delay: 0.5s;
  margin: 0;
  padding: 0;
  border-top: 5px #a20000 solid;
}
.section2-updated-upated .main-container .img.aos-init.aos-animate .borderTop {
  width: 100%;
}
.section2-updated-upated .main-container .gray-part {
  background-color: #e8e8e8;
  padding: 3rem 4rem 3rem 3rem;
  display: inline-table;
}
@media screen and (min-width: 992px) {
  .section2-updated-upated .main-container .gray-part {
    transform: translateX(25px);
  }
}
@media screen and (min-width: 1366px) {
  .section2-updated-upated .main-container .gray-part {
    transform: translateX(55px);
    padding: 4rem 6rem 4rem 4rem;
  }
}
@media (max-width: 991.98px) {
  .section2-updated-upated .main-container .gray-part {
    padding: 3rem 1.5rem;
    display: flex;
    flex-flow: row;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .section2-updated-upated .main-container .gray-part {
    width: 100%;
    padding: 0 1rem 3rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}
.section2-updated-upated .main-container .gray-part .img-container {
  order: 1;
  margin-left: 1.5rem;
}
@media (min-width: 991.98px) {
  .section2-updated-upated .main-container .gray-part .img-container {
    display: none;
  }
}
@media screen and (max-width: 575.98px) {
  .section2-updated-upated .main-container .gray-part .img-container {
    width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .section2-updated-upated .main-container .gray-part .img-container {
    order: 2;
    margin-left: 0;
    margin-block: 2rem;
    width: 60%;
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .section2-updated-upated .main-container .gray-part .img-container img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 75% !important;
    height: auto !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .section2-updated-upated .main-container .gray-part .img-container img {
    width: 230px !important;
    height: 275px !important;
  }
}
@media (max-width: 575.98px) {
  .section2-updated-upated .main-container .gray-part .img-container img {
    margin: auto;
  }
}
.section2-updated-upated .main-container .gray-part .text-container {
  order: 2;
  display: flex;
  flex-flow: column;
}
.section2-updated-upated .main-container .gray-part .text-container .outline-btn {
  align-self: flex-start;
}
@media (max-width: 700px) {
  .section2-updated-upated .main-container .gray-part .text-container {
    order: 1;
  }
}
.section2-updated-upated .main-container .gray-part p {
  line-height: 1.75;
}
.section2-updated-upated .main-container svg {
  bottom: -35px;
  position: absolute;
  left: 0;
}
@media (max-width: 1023px) {
  .section2-updated-upated .main-container svg {
    bottom: -180px;
  }
}

.section3 {
  z-index: 2;
  position: relative;
  width: 100%;
  background-color: #a20003;
  background-repeat: no-repeat;
  background-position: top;
  padding: 2rem;
  color: #ffffff;
  text-align: right;
  padding-bottom: 17rem;
  padding-top: 10rem;
  margin-top: -5rem;
  margin-bottom: -22rem;
  -webkit-clip-path: polygon(0% 15%, 0% 95%, 100% 77%, 100% 0%);
          clip-path: polygon(0% 15%, 0% 95%, 100% 77%, 100% 0%);clip-path: polygon(0% 0%, 0% 78%, 100% 100%, 100% 13%);
}
.section3 .stat-wrapper {
  position: relative;
}
.section3 .stat-wrapper .stat-card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  bottom: 5%;
  width: 100%;
  left: -4%;
}
@media screen and (max-width: 767.98px) {
  .section3 .stat-wrapper .stat-card-wrapper {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  .section3 .stat-wrapper .stat-card-wrapper {
    justify-content: flex-start;
    right: 11%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .section3 .stat-wrapper .stat-card-wrapper {
    bottom: -9%;
    width: 115%;
  }
}
.section3 .stat-wrapper .stat-card-wrapper .stat-card {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  width: 45%;
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  transform: translateY(-25px);
}
@media screen and (max-width: 991.98px) {
  .section3 .stat-wrapper .stat-card-wrapper .stat-card {
    width: 35%;
  }
}
.section3 .stat-wrapper .stat-card-wrapper .stat-card:nth-of-type(1) {
  width: 50%;
  transform: translateY(35px);
  padding-block: 3rem;
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .section3 .stat-wrapper .stat-card-wrapper .stat-card:nth-of-type(1) {
    padding-block: 3rem;
  }
}
@media screen and (max-width: 991.98px) {
  .section3 .stat-wrapper .stat-card-wrapper .stat-card:nth-of-type(1) {
    width: 40%;
    margin-left: 2%;
    padding-block: 2.5rem 4rem;
  }
}
.section3 .stat-wrapper .stat-card-wrapper .stat-card img {
  align-self: flex-end;
  transform: translateY(45px);
  position: absolute;
  left: 20px;
  z-index: -1;
}
.section3 .stat-wrapper .stat-card-wrapper .stat-card .text-inner {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  color: black;
}
.section3 .stat-wrapper .stat-card-wrapper .stat-card .text-inner sup {
  color: #f6920b;
}
@media (min-height: 600.98px) {
  .section3 {
    margin-top: -5rem;
  }
}
@media (min-height: 769.98px) {
  .section3 {
    margin-top: -8rem;
  }
}
@media (min-height: 869.98px) {
  .section3 {
    margin-top: -12rem;
  }
}
@media (min-height: 975.98px) {
  .section3 {
    margin-top: -14rem;
  }
}
@media (min-height: 1077.98px) {
  .section3 {
    margin-top: -20rem;
  }
}
@media (min-height: 1177.98px) {
  .section3 {
    margin-top: -22rem;
  }
}
@media (min-height: 1277.98px) {
  .section3 {
    margin-top: -26rem;
  }
}
@media (min-height: 1377.98px) {
  .section3 {
    margin-top: -30rem;
  }
}
@media (min-height: 1477.98px) {
  .section3 {
    margin-top: -34rem;
  }
}
@media (min-height: 1577.98px) {
  .section3 {
    margin-top: -38rem;
  }
}
@media (max-width: 1510px) {
  .section3 {
    padding: 10rem 2rem 17rem;
  }
}
@media (max-width: 1199.98px) {
  .section3 {
    margin-bottom: 12rem;
  }
}
@media (max-width: 991.98px) {
  .section3 {
    top: 2rem;
    -webkit-clip-path: none;
            clip-path: none;
    margin-top: 0rem;
    padding-block: 2rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 966px) {
  .section3 {
    padding: 0;
  }
}
@media (max-width: 700px) {
  .section3 {
    top: -3px;
  }
}
.section3 .main-cont {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 1414px) {
  .section3 .main-cont {
    padding-bottom: 3rem;
    padding-top: 7rem;
  }
}
@media (max-width: 991.98px) {
  .section3 .main-cont {
    padding-top: 3rem;
  }
}
@media (max-width: 965px) {
  .section3 .main-cont {
    padding-bottom: 3rem;
    flex-flow: column;
  }
}
.section3 .main-cont .main-text {
  margin-bottom: 5rem;
}
@media (max-width: 965px) {
  .section3 .main-cont .main-text {
    margin-bottom: 0;
  }
}
.section3 .main-cont .main-header {
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .section3 .main-cont .main-header {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .section3 .main-cont .stat-img {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .section3 .main-cont .stat-img {
    display: none !important;
  }
}
.section3 .main-cont .text-container {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
@media (max-width: 965px) {
  .section3 .main-cont .text-container {
    flex: auto;
    max-width: 90%;
  }
}
.section3 img {
  max-width: 100%;
}
.section3 .red-btn {
  background-color: #127179;
  box-shadow: -5px 5px 10px #291b1b29;
}
.section3 svg {
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .section3 svg {
    display: none;
  }
}
.section3 .statistics-svg {
  align-self: center;
}
@media (max-width: 767.98px) {
  .section3 svg {
    max-height: 300px;
  }
}
@media (max-width: 812px) {
  .section3 p {
    text-align: right;
  }
}

.svg-shape {
  -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
          clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
  z-index: 10;
}
@media (max-width: 991.98px) {
  .svg-shape {
    display: none;
  }
}

.svg-img {
  margin-top: -9px;
  z-index: 10;
}
@media (max-width: 991.98px) {
  .svg-img {
    display: none;
  }
}

.section5 {
  background-image: url(/images/Adel_Gomaa_Mohamed.png?d05eda495e9cec2a4a087727bdac848a);
  z-index: 1;
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
  background-blend-mode: overlay;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  padding-top: 360px;
}
@media (max-width: 1199.98px) {
  .section5 {
    margin-top: -443px;
    padding-top: 260px;
  }
}
@media (max-width: 991.98px) {
  .section5 {
    margin-top: -126px;
  }
}
@media (max-width: 991.98px) {
  .section5 {
    background-image: none;
    padding-bottom: 0;
  }
}
@media (max-width: 700px) {
  .section5 {
    margin-top: -160px;
  }
}
.section5 .copy-right {
  position: absolute;
  right: 10px;
  bottom: 10px;
  opacity: 0.85;
  z-index: 1;
}
.section5 .responsive-img-container {
  display: flex;
  height: 320px;
  width: 100%;
  position: relative;
}
@media (min-width: 991.98px) {
  .section5 .responsive-img-container {
    display: none;
  }
}
.section5 .responsive-img-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.section5 .cards-title {
  position: relative;
  top: -50px;
}
@media (max-width: 991.98px) {
  .section5 .cards-title {
    color: black;
  }
}
.section5 .cards-container {
  width: 85%;
}
.section5 .card {
  margin: 1rem;
  width: 21%;
  height: 200px;
  padding: 2rem;
  background: #ffffff3b 0% 0% no-repeat padding-box;
  box-shadow: 0px 30px 69px #50505026;
  border-radius: 25px;
  border: 0;
  opacity: 1;
  transition: 1s;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .section5 .card {
    width: calc((100% / 4 - 2rem));
  }
}
@media (max-width: 991.98px) {
  .section5 .card {
    color: black;
    background-color: #e8e8e8;
    box-shadow: none;
    width: calc((100% / 2 - 2rem));
  }
}
@media (max-width: 767.98px) {
  .section5 .card {
    padding-bottom: 0rem;
    width: calc(100% / 2 - 1rem);
    margin: 0.5rem;
  }
}
@media (max-width: 374.98px) {
  .section5 .card {
    width: 85% !important;
  }
}
@media (max-width: 575.98px) {
  .section5 .card {
    height: 155px;
    padding: 1rem;
  }
}
.section5 .card h5 {
  text-align: center;
}
@media (max-width: 575.98px) {
  .section5 .card h5 {
    font-size: 14px;
    font-weight: 400;
  }
}
.section5 .card img {
  width: 30%;
}
@media (max-width: 991.98px) {
  .section5 .card img {
    background-color: #327078;
    padding: 10px;
    width: 60px;
    border-radius: 50px;
  }
}
.section5 .cond-ing {
  width: 100%;
}
@media (min-width: 991.98px) {
  .section5 .cond-ing {
    display: none;
  }
}

.section6 {
  position: relative;
  width: 100%;
  background-color: #e8e8e8;
  padding: 6rem 0;
  text-align: right;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 70%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 70%, 100% 0%);clip-path: polygon(0% 0%, 0% 70%, 100% 100%, 100% 0%);
}
@media screen and (max-width: 767.98px) {
  .section6 {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
  }
}
.section6 > .row {
  padding-bottom: 6rem;
}
@media (max-width: 991.98px) {
  .section6 > .row {
    padding-bottom: 0;
  }
}
.section6 img {
  max-width: 100%;
}
.section6 svg {
  position: absolute;
  bottom: -6px;
  left: 0;
}
@media (max-width: 991.98px) {
  .section6 svg {
    display: none;
  }
}
.section6 .memberChart {
  display: flex;
  align-items: center;
}
.section6 .memberChart .legend {
  display: flex;
  justify-content: center;
}
.section6 .memberChart .legend ul li {
  list-style-type: none;
}
.section6 .memberChart .legend .label {
  position: relative;
  margin-bottom: 0.5rem;
}
.section6 .memberChart .legend .label::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: #f6920b;
  position: absolute;
  right: -35px;
  top: 0px;
  border-radius: 50px;
}
.section6 .memberChart .legend .label:nth-child(2)::before {
  background: #147178;
}
.section6 .memberChart .legend .label:nth-child(3)::before {
  background: #a20000;
}
@media (max-width: 1023px) {
  .section6 {
    padding: 3rem 2rem;
  }
  .section6 svg {
    bottom: -130px;
  }
}

.section7,
.section8,
.section9 {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}

#news-section {
  padding: 6rem 0 4rem;
}
#news-section .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#news-section .header .no-border-btn {
  width: 100px;
  justify-content: center;
}
@media (max-width: 575.98px) {
  #news-section .header .no-border-btn {
    display: none;
  }
}
#news-section .header .newsCustomPrevBtn {
  background-image: url(/images/carousel-nav-left.svg?47fe79db57ad78af9c8f57820ebab3b5);
}
#news-section .header .newsCustomNextBtn,
#news-section .header .partnerCustomNextBtn {
  background-image: url(/images/carousel-nav.svg?af6645aab1489fcae25c14dc3064996d);
}
#news-section .header .newsCustomPrevBtn,
#news-section .header .newsCustomNextBtn {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 40px;
  width: 40px;
  margin: 0;
  border: 0;
  background-color: transparent;transform:scaleX(-1);
}
#news-section .news-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#news-section .news-container .card-content {
  background-color: #e8e8e8;
  padding: 2rem 1rem;
  height: 250px;
  position: relative;
  text-align: right;
}
@media (max-width: 575.98px) {
  #news-section .news-container .card-content {
    height: 250px;
  }
}
#news-section .news-container .card-content .card-title {
  display: -webkit-box;
  line-height: 1.4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#news-section .news-container .card-content .arrow {
  width: 50px;
  height: 50px;
  padding: 1rem;
  color: #127179;
  margin-bottom: 1rem;
  position: absolute;
  bottom: 0;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: right center;
  transition: 0.3s;
  background-image: url(/images/arrow-green.svg?8184467eb44eba90494677d9cf458816);
}
@media screen and (max-width: 991.98px) {
  #news-section .news-container .card-content .arrow {
    width: 40px;
    height: 40px;
  }
}
#news-section .news-container .card-content:hover {
  background-color: #127179;
  color: #ffffff;
}
#news-section .news-container .card-content:hover .arrow {
  background-color: #f6920b;
  background-image: url(/images/arrow-white.svg?a2230d4850cd52c9bd6b1304ba2c6fb7);
  background-position: center center;
}

.modal-dialog {
  max-width: 1000px;
}

#sponsor-partner-section {
  margin-bottom: 5rem;
}
#sponsor-partner-section .slider {
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
}
#sponsor-partner-section .head {
  display: flex;
  justify-content: space-between;
}
#sponsor-partner-section .head .no-border-btn {
  width: 100px;
  justify-content: center;
}
#sponsor-partner-section .owl-carousel .owl-item img {
  width: 200px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
#sponsor-partner-section .owl-stage {
  margin: 1rem 0;
}
#sponsor-partner-section .card {
  padding: 2rem 1rem;
  background: #ffffff 100% 0% no-repeat padding-box;
  box-shadow: 0px 2px 13px #50505026;
  border-radius: 31px;
  border: 0;
  display: flex;
  align-items: center;
}
#sponsor-partner-section .sponsorCustomPrevBtn,
#sponsor-partner-section .partnerCustomPrevBtn {
  background-image: url(/images/carousel-nav-left.svg?47fe79db57ad78af9c8f57820ebab3b5);
}
#sponsor-partner-section .sponsorCustomNextBtn,
#sponsor-partner-section .partnerCustomNextBtn {
  background-image: url(/images/carousel-nav.svg?af6645aab1489fcae25c14dc3064996d);
}
#sponsor-partner-section .sponsorCustomPrevBtn,
#sponsor-partner-section .sponsorCustomNextBtn,
#sponsor-partner-section .partnerCustomPrevBtn,
#sponsor-partner-section .partnerCustomNextBtn {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 40px;
  width: 40px;
  margin: 0;
  border: 0;
  background-color: transparent;transform:scaleX(-1);
}

.contact-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
}
.contact-section #map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.contact-section #map .gmnoprint {
  display: none;
}
.contact-section #map .gm-style-iw.gm-style-iw-c {
  left: 0;
}
.contact-section .contact-card {
  padding: 2rem;
  background-color: #a20000;
  color: #ffffff;
  position: relative;
  right: 100px;
}
@media (max-width: 767.98px) {
  .contact-section .contact-card {
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .contact-section .contact-card {
    right: 55px;
  }
}
.contact-section .contact-card hr {
  background-color: #ffffff;
}
.contact-section .contact-card h3 {
  margin-bottom: 1rem;
}
.contact-section .contact-card h5 {
  display: block;
  margin-bottom: 1rem;
}

html:lang(ar) #news-section .news-container {
  flex-wrap: wrap;
}
html:lang(ar) #news-section .news-container .news-card {
  margin-bottom: 8px;
}
html:lang(ar) #news-section .news-container .card-content .arrow {
  background-image: url(/images/arrow-green-arabic.svg?c063abdf2f41914fff8864602b5b0808);
}
html:lang(ar) #news-section .news-container .card-content:hover .arrow {
  background-image: url(/images/arrow-white-arabic.svg?43dc78102782124b2f8d0d361b0166d2);
}
html:lang(ar) .sponsorCustomPrevBtn,
html:lang(ar) .partnerCustomPrevBtn {
  background-image: url(/images/carousel-nav.svg?af6645aab1489fcae25c14dc3064996d);
}
html:lang(ar) .sponsorCustomPrevBtn,
html:lang(ar) .partnerCustomPrevBtn {
  background-image: url(/images/carousel-nav-left.svg?47fe79db57ad78af9c8f57820ebab3b5);
}

.yellow-vertical-line {
  height: 50px;
  width: 8px;
  border-radius: 50px;
  margin-left: 10px;
  background-color: chocolate;
}
