.header-div {
  position: unset;
}

.header-div .navbar .container-fluid {
  padding: 20px 40px !important;
}

.header-div .navbar .translate-div button.active {
  color: #ADDCED;
}
.header-div .navbar .navbar-brand img {
    filter: none;
}

@media only screen and (max-width: 991px) {
    .header-div .navbar .container-fluid {
        padding: 0px !important;
    }
}

    .header-div .navbar .navbar-nav .nav-link, .header-div .navbar .navbar-nav .nav-link {
        color: #1F3552; 
    }
    .header-div .navbar .navbar-nav .nav-link:hover, .header-div .navbar .navbar-nav .nav-link.active {
        color: #1F3552; 
    }
    .header-div .navbar .translate-div .btn {
      color: #1F3552;
    }

/* WhoWeAre Title Bar Section Starts */
.who-we-are {
  padding: 70px  0 30px 0;
  background-color: #f1f3f2;
}

.who-we-are h1,
.who-we-are h2,
.who-we-are h3 {
  font-size: 30px;
  color: #1F3552;
  font-family: "AmericanBold";
}

.who-we-are h4,
.who-we-are h5,
.who-we-are h6 {
  font-size: 25px;
  color: #1F3552;
  width: 66%;
  font-family: "AmericanBold";
  margin-bottom: 12px;
  line-height: 1.15;
}

.who-we-are p {
  font-size: 18px;
  line-height: 1.1;
  color: #1F3552;
  width: 85%;
}
.whoweare-img {
  transition: transform 0.4s ease, filter 0.4s ease;
}

.whoweare-img:hover {
  transform: scale(1.05);
}
      .custom-container {
  width: 62%;
  margin: 0 auto;
  padding: 0 15px;
}

/* Media Queries */
@media (min-width: 1366px) {

  .custom-container {
    padding: 0 1.1vw;
  }

  .who-we-are {
     padding: 5.86vw 0 2.2vw 0;
  }

  .who-we-are h1,
  .who-we-are h2,
  .who-we-are h3 {
    font-size: 2.2vw;
  }

  .who-we-are h4,
  .who-we-are h5,
  .who-we-are h6 {
    font-size: 1.63vw;
    margin-bottom: 0.88vw;
  }

  .who-we-are p {
    font-size: 1.32vw;
  }
}
@media only screen and (max-width: 767px){
  .who-we-are h4, .who-we-are h5, .who-we-are h6 {
    width: 100%;
}
.who-we-are p {
    width: 100%;
}
.abt-nicc h4, .abt-nicc h5, .abt-nicc h6 {
     width: 100% !important; 
}
.abt-nicc p {
     width: 100% !important;
}
}

@media only screen and (max-width: 576px) {
  .who-we-are {
    padding: 40px 0 20px 0;
  }

  .who-we-are h4,
  .who-we-are h5,
  .who-we-are h6 {
    font-size: 24px;
    width: 95%;
  }

  .who-we-are p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 441px) {

  .who-we-are h4,
  .who-we-are h5,
  .who-we-are h6 {
    font-size: 20px;
    width: 100%;
  }
}

@media only screen and (max-width: 390px) {

  .who-we-are h1,
  .who-we-are h2,
  .who-we-are h3 {
    font-size: 24px;
  }
}

/* WhoWeAre Title Bar Section ends*/
/* abt-nicc Section Starts */
.abt-nicc {
  padding: 90px 0 30px 0;
}

.abt-nicc h1,
.abt-nicc h2,
.abt-nicc h3 {
  font-size: 30px;
  color: #1F3552;
  font-family: "AmericanBold";
}

.abt-nicc h4,
.abt-nicc h5,
.abt-nicc h6 {
  font-size: 25px;
  color: #1F3552;
  width: 78%;
  font-family: "AmericanBold";
  margin-bottom: 12px;
  line-height: 1.2;
}

.abt-nicc p {
  font-size: 18px;
  line-height: 1.1;
  color: #1F3552;
  width: 80%;
}

/* Media Queries */
@media (min-width: 1366px) {
  .abt-nicc {
    padding: 6.59vw 0 2.2vw 0;
  }

  .abt-nicc h1,
  .abt-nicc h2,
  .abt-nicc h3 {
    font-size: 2.2vw;
  }

  .abt-nicc h4,
  .abt-nicc h5,
  .abt-nicc h6 {
    font-size: 1.63vw;
    margin-bottom: 0.88vw;
  }

  .abt-nicc p {
    font-size: 1.32vw;
  }
}
  
  @media only screen and (max-width: 1024px) {
  .custom-container {
    width: 90%;
  }
}
@media only screen and (max-width: 576px) {
  .abt-nicc {
    padding: 40px 0 20px 0;
  }

  .abt-nicc h4,
  .abt-nicc h5,
  .abt-nicc h6 {
    font-size: 24px;
    width: 95%;
  }

  .abt-nicc p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 441px) {

  .abt-nicc h4,
  .abt-nicc h5,
  .abt-nicc h6 {
    font-size: 20px;
    width: 100%;
  }
}

@media only screen and (max-width: 390px) {
    .custom-container {
    width: 100%;
  }

  .abt-nicc h1,
  .abt-nicc h2,
  .abt-nicc h3 {
    font-size: 24px;
  }
}

/* abt-nicc Section ends*/

/*our-ceo-content Section */
.our-ceo-content {
  padding: 30px 0 155px 0;
  background: linear-gradient(0deg,
      rgba(242, 250, 252, 1) 50%,
      rgba(224, 224, 224, 1) 50%);
}

.our-ceo-content .ceo-header h1,
.our-ceo-content .ceo-header h2,
.our-ceo-content .ceo-header h3 {
  font-size: 30px;
  color: #1F3552;
  font-family: "AmericanBold";
  margin: 16px 0 100px 0;
  line-height: 1.09; 
}

.our-ceo-content .ceo-header p {
  font-size: 18px;
  line-height: 1.1;
  color: #1F3552;
  width: 81%;
}

.our-ceo-content .ceo-name-board {
  position: absolute;
  width: 94%;
  background-color: #203552;
  padding: 8px 30px;
  border-radius: 5px;
  top: 39%;
  right: 3%;
}

.our-ceo-content .ceo-name-board h3 {
  font-size: 32px;
  font-family: "AmericanBold";
  color: #b3d6ed;
  margin-bottom: auto;
}

.our-ceo-content .ceo-name-board p {
  font-size: 25px;
  margin: 0;
  color: #FFFFFF;
}

.our-ceo-content .col-md-4 {
  position: relative;
}

.our-ceo-bg:before {
  content: "";
  background-color: #f1f3f2;
  position: absolute;
  top: 146px;
  width: 80%;
  height: 100%;
  right: 0;
}


@media (min-width: 1366px) {
  .our-ceo-content {
    padding: 2.2vw 0 11.35vw 0;
    background: linear-gradient(0deg,
        rgba(242, 250, 252, 1) 50%,
        rgba(224, 224, 224, 1) 50%);
  }

  .our-ceo-content .ceo-header h1,
  .our-ceo-content .ceo-header h2,
  .our-ceo-content .ceo-header h3 {
    font-size: 2.2vw;
    margin: 1.17vw 0 6.32vw 0;
  }

  .our-ceo-content .ceo-header p {
    font-size: 1.32vw;
    color: #1F3552;
  }

  .our-ceo-content .ceo-name-board {
    position: absolute;
    width: 94%;
    background-color: #203552;
    padding: 0.58vw 2.19vw;
    border-radius: 0.36vw;
    top: 46%;
    right: 5%;
  }

  .our-ceo-content .ceo-name-board h3 {
    font-size: 2.34vw;
    font-family: "AmericanBold";
    color: #b3d6ed;
  }

  .our-ceo-content .ceo-name-board p {
    font-size: 1.83vw;
    margin: 0;
    color: #FFFFFF;
  }

  .our-ceo-bg:before {
    content: "";
    background-color: #f1f3f2;
    position: absolute;
    top: 9.2vw;
    width: 80%;
    height: 90%;
    right: 0;
  }
}

@media (max-width: 1024px) {
  .our-ceo-content {
    padding: 40px 0 100px 0;
  }

  .our-ceo-content .ceo-header h1,
  .our-ceo-content .ceo-header h2,
  .our-ceo-content .ceo-header h3 {
    font-size: 26px;
  }

  .our-ceo-content .ceo-header p {
    font-size: 14px;
  }

  .our-ceo-content .ceo-name-board {
    padding: 8px 12px;
    top: 33%;
    width: 91%;
    right: 3%;
  }

  .our-ceo-content .ceo-name-board h3 {
    font-size: 22px;
  }

  .our-ceo-content .ceo-name-board p {
    font-size: 18px;
  }
}
@media (max-width: 850px) {
    .our-ceo-content .ceo-name-board p {
        font-size: 16px;
    }
    .our-ceo-content .ceo-name-board {
        padding: 8px 12px;
        top: 28%;
        width: 91%;
        right: 3%;
    }
}

@media (max-width: 991px) {
  .our-ceo-content {
    padding: 40px 0 160px 0;
  }

  .our-ceo-content .ceo-header h1,
  .our-ceo-content .ceo-header h2,
  .our-ceo-content .ceo-header h3 {
    font-size: 24px;
    margin: 12px 0 60px 0;
  }

  .our-ceo-content .ceo-name-board {
    width: 93%;
    right: 3%;
  }

  .our-ceo-bg:before {
    top: 105px;
  }
}

@media (max-width: 767px) {
  .our-ceo-content {
    padding: 30px 0 130px 0;
  }

  .our-ceo-content .ceo-header h1,
  .our-ceo-content .ceo-header h2,
  .our-ceo-content .ceo-header h3 {
    font-size: 22px;
    margin: 12px 0 40px 0;
    text-align: center;
    padding-top: 80px;
  }

  .our-ceo-content .ceo-header p {
    font-size: 12px;
  }

  .our-ceo-content .ceo-name-board {
    width: 40%;
    right: 31%;
    top: 95%;
    padding: 6px 9px;
  }

  .our-ceo-content .ceo-header p {
    width: 100%;
  }

  .ceo-image {
    max-width: 50%;
    margin: 0 auto;
    display: block;
  }

  .our-ceo-bg:before {
    width: unset;
  }

  .our-ceo-content .ceo-name-board p {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .ceo-header h2 br {
    display: none;
  }

  .our-ceo-content {
    padding: 40px 0 40px 0;
    background: #f1f3f2 !important;
  }

  .our-ceo-content .ceo-header h1,
  .our-ceo-content .ceo-header h2,
  .our-ceo-content .ceo-header h3 {
    padding-top: 60px;
  }

  .our-ceo-content .ceo-header h1,
  .our-ceo-content .ceo-header h2,
  .our-ceo-content .ceo-header h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .our-ceo-content .ceo-name-board {
    width: 40%;
    left: 28%;
    padding: 6px 12px;
  }

  .our-ceo-content .ceo-name-board h3 {
    font-size: 20px;
  }

  .our-ceo-content .ceo-name-board p {
    font-size: 18px;
  }

  .ceo-image {
    max-width: 52%;
  }
}

@media (max-width: 441px) {

  .our-ceo-content .ceo-header h1,
  .our-ceo-content .ceo-header h2,
  .our-ceo-content .ceo-header h3 {
    font-size: 19px;
    padding-top: 40px;
  }

  .our-ceo-content .ceo-name-board h3 {
    font-size: 18px;
  }

  .our-ceo-content .ceo-name-board p {
    font-size: 14px;
  }

  .our-ceo-content .ceo-name-board {
    width: 44%;
  }
}

@media (max-width: 390px) {

  .our-ceo-content .ceo-header h1,
  .our-ceo-content .ceo-header h2,
  .our-ceo-content .ceo-header h3 {
    font-size: 18px;
  }

  .our-ceo-content .ceo-name-board {
    padding: 6px 14px;
  }

  .our-ceo-content .ceo-name-board h3 {
    font-size: 17px;
  }

  .our-ceo-content .ceo-name-board p {
    font-size: 12px;
  }

  .our-ceo-content .ceo-name-board {
    width: 48%;
  }

}

@media (max-width: 350px) {
  .our-ceo-content .ceo-name-board {
    width: 53%;
  }
}

@media (max-width: 320px) {

  .our-ceo-content .ceo-header h1,
  .our-ceo-content .ceo-header h2,
  .our-ceo-content .ceo-header h3 {
    font-size: 18px;
  }

  .our-ceo-content .ceo-name-board {
    width: 54%;
    right: 4%;
    padding: 5px 4px;
  }

  .our-ceo-content .ceo-name-board h3 {
    font-size: 18px;
  }

  .our-ceo-content .ceo-name-board p {
    font-size: 14px;
  }
}

/*our-ceo-content Section Ends */

/*Responsive for the CEO AR content  */

.lang-ar .our-ceo-bg:before {
  left: 0 !important;
  right: unset !important;
  width: 75%;
}

/* .ar-content .ceo-image {
 transform: scaleX(-1);
} */
 
.ar-content .ceo-name-board {
  top: 74%;
}

.ar-content .ceo-header h1,
.ar-content .ceo-header h2,
.ar-content .ceo-header h3 {
  margin: 16px 0 175px 0;
}

@media (min-width: 1366px) {

  .ar-content .ceo-header h1,
  .ar-content .ceo-header h2,
  .ar-content .ceo-header h3 {
    margin: 1.17vw 0 9.32vw 0;
  }
}


@media (min-width: 1366px) {
  .ar-content .ceo-name-board {
    top: 38%;
  }
}

@media (max-width: 1024px) {
  .ar-content .ceo-name-board {
    top: 35%;
  }

  /* .our-ceo-bg:has(.ar-content):before {
    left: 0 !important;
    right: unset !important;
    top: 98px;
  } */

  .ar-content .ceo-header h1,
  .ar-content .ceo-header h2,
  .ar-content .ceo-header h3 {
    margin: 16px 0 100px 0;
  }

}

@media (max-width: 991px) {

  .ar-content .ceo-header h1,
  .ar-content .ceo-header h2,
  .ar-content .ceo-header h3 {
    margin: 16px 0 78px 0;
  }
  
}

@media (max-width: 767px) {
  .ar-content .ceo-image {
    max-width: 40% !important;
  }

  .ar-content .ceo-name-board {
    top: 94%;
    right: 30%;
  }

  .ar-content .ceo-header h1,
  .ar-content .ceo-header h2,
  .ar-content .ceo-header h3 {
    margin: 16px 0 30px 0;
  }
}

@media (max-width: 390px) {
  .ar-content .ceo-image {
    max-width: 67% !important;
  }
}

@media (max-width: 320px) {
  .ar-content .ceo-image {
    max-width: 82% !important;
  }
}

  /* For Split text animation */

    :root {
      --animation-speed: 2.5s;
    }
    .char, .split-text {
        display: inline-block;
    }

   .char {
    display: inline-block;
    will-change: transform;
  }

  .lang-ar h1,
.lang-ar h2,
.lang-ar h3,
.lang-ar p,
.lang-ar .char,
.lang-ar .word {
  line-height: 1.8 !important;
}