/*Home*/
body {
  overflow-x: hidden;
  background: #03050F; }

main {
  padding-top: 0px !important; }

/**/
.homeBanner {
  width: 100%;
  display: flex;
  align-items: center;
  height: calc(76vh);
  position: relative;
  overflow: hidden;
  background: #000;
  margin-top: 90px; }
  .homeBanner .container {
    width: 100%;
    height: 100%;
    z-index: 90;
    padding: 0px;
    position: relative; }
  .homeBanner img {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .homeBanner .videobg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20; }
  .homeBanner .jumbotron {
    width: 84%;
    background: none;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-top: 0px;
    padding-top: 0px;
    position: relative;
    z-index: 50; }
  .homeBanner h1 {
    line-height: 1.2;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 52px;
    margin-top: -50px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
  .homeBanner .intro {
    color: #fff;
    font-size: 21px;
    margin-top: 30px;
    line-height: 1.3;
    font-family: 'Noto Sans';
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
  .homeBanner .btnGroup {
    display: flex;
    gap: 20px; }
  .homeBanner .linkbtn, .homeBanner .bannerlink {
    width: 210px;
    height: 48px;
    border-radius: 8px;
    margin-top: 60px;
    background: none;
    color: #B2B2B2;
    padding: 12px 20px;
    font-size: 15px;
    font-style: normal;
    gap: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 24px;
    text-transform: capitalize;
    background: none;
    border: 1px solid #979797; }
    .homeBanner .linkbtn:hover, .homeBanner .bannerlink:hover {
      color: #000;
      border: 1px solid #FFBE06;
      background: #FFBE06;
      gap: 24px; }
      .homeBanner .linkbtn:hover svg path, .homeBanner .bannerlink:hover svg path {
        fill: #000; }
  .homeBanner .linkbtn {
    justify-content: center; }
  .homeBanner .bannerlink {
    border: 1px solid #FFBE06;
    background: #FFBE06;
    color: #000; }
  .homeBanner .scollingArrow {
    position: absolute;
    left: 15px;
    bottom: 80px;
    background: url(../images/scoll_tipsbtn.png) center center no-repeat;
    padding-left: 60px;
    width: 55px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    z-index: 200;
    -webkit-animation: b_t 2s ease-in-out 0s infinite 300ms 0 ease;
    -moz-animation: b_t 2s ease-in-out 0s infinite 300ms 0 ease;
    -ms-animation: b_t 2s ease-in-out 0s infinite 300ms 0 ease;
    animation: b_t 2s ease-in-out 0s infinite 300ms 0 ease;
    -o-animation: b_t 2s ease-in-out 0s infinite;
    -webkit-animation: b_t 2s ease-in-out 0s infinite;
    -moz-animation: b_t 2s ease-in-out 0s infinite;
    -ms-animation: b_t 2s ease-in-out 0s infinite;
    animation: b_t 2s ease-in-out 0s infinite;
    z-index: 100; }

/**/
.topWrapbg {
  background: linear-gradient(268.63deg, #03050F 0.84%, #111822 100.51%); }

.founderSpeechWrap {
  padding: 130px 0px 100px 0px;
  background: url(../images/founderspeech_bg.png) center left no-repeat;
  background-size: contain; }
  .founderSpeechWrap .introWrap {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    position: relative; }
    .founderSpeechWrap .introWrap i {
      width: 28px;
      height: 28px;
      background: url(../images/speechico.svg) center center no-repeat;
      display: inline-block;
      position: absolute;
      left: 30px; }
    .founderSpeechWrap .introWrap h3 {
      font-style: normal;
      font-weight: 600;
      font-size: 36px;
      line-height: 1.3;
      color: #FFFFFF; }
    .founderSpeechWrap .introWrap hr {
      width: 150px;
      height: 1px;
      display: inline-block;
      margin: 30px auto;
      background: rgba(221, 180, 114, 0.5); }
  .founderSpeechWrap .speechSource {
    text-align: center; }
    .founderSpeechWrap .speechSource img {
      width: 60px;
      height: 60px;
      object-fit: contain;
      margin: 0 auto; }
    .founderSpeechWrap .speechSource p.name {
      margin-top: 30px;
      font-family: 'Noto Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 21px;
      line-height: 1.5;
      color: #FFFFFF; }

/**/
.aboutUsWrap .introWrap h2 {
  font-weight: 600;
  font-size: 42px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  color: #FFFFFF;
  margin: 0px; }

.aboutUsWrap .introWrap hr {
  width: 86%;
  height: 1px;
  left: 176px;
  background: rgba(255, 190, 6, 0.5); }

.aboutUsWrap .introWrap .intro {
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 40px; }

.aboutUsWrap .introWrap .desc {
  color: rgba(255, 255, 255, 0.6);
  font-size: 21px;
  line-height: 1.3; }

.aboutUsWrap .linkbtn {
  background: #14161F;
  border: 1px solid #3F4150;
  border-radius: 6px;
  color: #fff;
  width: 240px;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: 60px; }
  .aboutUsWrap .linkbtn svg path {
    fill: #fff; }

/**/
.companyFounderWrap {
  background: #000000 url(../images/companyfounder_bg.jpg) center center no-repeat; }
  .companyFounderWrap .contentFounder {
    padding-right: 5%; }
    .companyFounderWrap .contentFounder .titleBox h3 {
      font-style: normal;
      font-weight: 600;
      font-size: 48px;
      line-height: 1.5;
      display: flex;
      align-items: center;
      text-transform: capitalize;
      color: #FFFFFF; }
    .companyFounderWrap .contentFounder .titleBox h6 {
      font-style: normal;
      font-weight: 600;
      font-size: 32px;
      line-height: 1.3;
      display: flex;
      align-items: center;
      color: #FFBE06; }
    .companyFounderWrap .contentFounder .titleBox hr {
      width: 100%;
      height: 1px;
      background: rgba(255, 190, 6, 0.5); }
    .companyFounderWrap .contentFounder .titleBox ul {
      padding-left: 20px;
      margin-top: 12px;
      margin-bottom: 30px; }
      .companyFounderWrap .contentFounder .titleBox ul li {
        font-weight: 500;
        font-size: 21px;
        line-height: 1.3;
        color: #FFFFFF;
        list-style: disc;
        margin-bottom: 6px; }
    .companyFounderWrap .contentFounder .infoBox p {
      color: rgba(255, 255, 255, 0.8);
      line-height: 1.4;
      font-weight: 400;
      margin-bottom: 20px;
      font-size: 18px; }
      .companyFounderWrap .contentFounder .infoBox p b {
        color: #fff; }
  .companyFounderWrap .imgWrap {
    display: flex;
    justify-content: flex-end; }

/**/
.businessListWrap {
  padding: 130px 0px 160px 0px; }
  .businessListWrap .wrapTitleBox h3 {
    font-weight: 600;
    font-size: 42px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0 auto;
    text-align: center; }
    .businessListWrap .wrapTitleBox h3 b {
      color: #FFBE06; }
  .businessListWrap .businessList {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr; }
    .businessListWrap .businessList .businessInner {
      background: #0C0D17;
      border: 1px solid #3F4150;
      border-radius: 0px; }
    .businessListWrap .businessList .card {
      background: none; }
      .businessListWrap .businessList .card .card-img {
        width: 100%;
        object-fit: cover; }
      .businessListWrap .businessList .card .card-body {
        display: flex;
        height: 200px;
        justify-content: center;
        padding: 40px 30px;
        background: none; }
        .businessListWrap .businessList .card .card-body h5 {
          color: #fff;
          font-size: 24px;
          line-height: 1.2;
          text-align: center; }
  .businessListWrap .linkbtn {
    background: #03050F;
    border: 1px solid #31333f;
    border-radius: 6px;
    color: #919191;
    width: 260px;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin: 0 auto;
    margin-top: 80px; }
    .businessListWrap .linkbtn svg path {
      fill: #fff; }

/**/
.ourHonorsAchievements {
  padding: 130px 0px;
  overflow: hidden;
  background: #03050F url(../images/honorsachievements_bg.svg) left top no-repeat; }

.honorsAchievementsSlogan .wrapTitleBox {
  width: 80%; }
  .honorsAchievementsSlogan .wrapTitleBox h6 {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    color: #FFFFFF;
    text-transform: inherit; }
    .honorsAchievementsSlogan .wrapTitleBox h6 span {
      border-bottom: 1px solid #fff;
      padding-bottom: 2px;
      text-transform: capitalize; }

/**/
.honorsAwardsWrap {
  margin-top: 80px; }
  .honorsAwardsWrap .wrapTitleBox {
    position: relative;
    margin-bottom: 60px; }
    .honorsAwardsWrap .wrapTitleBox h3 {
      font-weight: 600;
      font-size: 42px;
      line-height: 1.2;
      text-transform: capitalize;
      color: #FFFFFF; }
      .honorsAwardsWrap .wrapTitleBox h3 b {
        color: #FFBE06; }
  .honorsAwardsWrap .slideArrowGroup {
    position: absolute;
    left: auto;
    right: 10px;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 120px;
    gap: 16px;
    bottom: 24px; }
  .honorsAwardsWrap .slide-arrow {
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #fff;
    transition: all ease-in-out 0.3s;
    border-radius: 60px; }
  .honorsAwardsWrap .slide-arrow-prev {
    border: 1px solid #FFBE06;
    transition: all ease-in-out 0.3s;
    background: url(../images/slide_arrow_left.svg) center center no-repeat;
    background-size: 24px 24px; }
    .honorsAwardsWrap .slide-arrow-prev:hover {
      background: #FFBE06 url(../images/slide_arrow_left_dark.svg) center center no-repeat;
      background-size: 24px 24px; }
  .honorsAwardsWrap .slide-arrow-next {
    border: 1px solid #FFBE06;
    transition: all ease-in-out 0.3s;
    background: url(../images/slide_arrow_right.svg) center center no-repeat;
    background-size: 24px 24px; }
    .honorsAwardsWrap .slide-arrow-next:hover {
      background: #FFBE06 url(../images/slide_arrow_right_dark.svg) center center no-repeat;
      background-size: 24px 24px; }
  .honorsAwardsWrap .honorsListSwiper {
    display: grid;
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    overflow: inherit; }
    .honorsAwardsWrap .honorsListSwiper .honorsInner {
      width: 600px;
      height: 260px;
      padding: 0px 20px;
      display: flex;
      align-items: center;
      background: #0C0D17;
      border: 1px solid #3F4150;
      border-radius: 0px;
      display: flex;
      justify-content: space-between;
      opacity: 0;
      transition: ease-in-out 0.3s; }
      .honorsAwardsWrap .honorsListSwiper .honorsInner.swiper-slide-prev {
        opacity: 0; }
      .honorsAwardsWrap .honorsListSwiper .honorsInner.swiper-slide-visible {
        opacity: 1; }
      .honorsAwardsWrap .honorsListSwiper .honorsInner.swiper-slide-duplicate-prev {
        opacity: 1; }
      .honorsAwardsWrap .honorsListSwiper .honorsInner.swiper-slide-active, .honorsAwardsWrap .honorsListSwiper .honorsInner.swiper-slide-next {
        opacity: 1; }
      .honorsAwardsWrap .honorsListSwiper .honorsInner p {
        font-weight: 500;
        font-size: 21px;
        line-height: 1.3;
        text-align: center;
        color: #FFFFFF;
        width: 70%; }
        .honorsAwardsWrap .honorsListSwiper .honorsInner p b {
          color: #FFBE06;
          font-size: 28px; }
      .honorsAwardsWrap .honorsListSwiper .honorsInner .leftIco {
        width: 64px;
        height: 104px;
        display: inline-block;
        background: url(../images/awardsico_left.svg) center center no-repeat;
        background-size: contain; }
      .honorsAwardsWrap .honorsListSwiper .honorsInner .rightIco {
        width: 64px;
        height: 104px;
        display: inline-block;
        background: url(../images/awardsico_right.svg) center center no-repeat;
        background-size: contain; }

/**/
.coreAchievementsWrap {
  padding-top: 0px;
  background: url(../images/ourphilosophy_wrapbg.png) center bottom no-repeat; }
  .coreAchievementsWrap .wrapTitleBox {
    position: relative;
    margin-bottom: 60px; }
    .coreAchievementsWrap .wrapTitleBox h3 {
      font-weight: 600;
      font-size: 42px;
      line-height: 1.2;
      text-transform: capitalize;
      color: #FFFFFF; }
      .coreAchievementsWrap .wrapTitleBox h3 b {
        color: #FFBE06; }
  .coreAchievementsWrap .achievementsList {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr; }
    .coreAchievementsWrap .achievementsList .achievementsInner {
      background: #0C0D17;
      border: 1px solid #3F4150;
      border-radius: 0px; }
      .coreAchievementsWrap .achievementsList .achievementsInner .card-img img {
        width: 100%;
        height: 258px;
        object-fit: cover; }
      .coreAchievementsWrap .achievementsList .achievementsInner .card-body {
        padding: 40px 30px 60px 30px; }
        .coreAchievementsWrap .achievementsList .achievementsInner .card-body p {
          font-weight: 500;
          font-size: 21px;
          line-height: 1.3;
          color: #fff;
          font-family: 'Noto Sans'; }
          .coreAchievementsWrap .achievementsList .achievementsInner .card-body p b {
            color: #FFBE06; }

/**/
.ourPhilosophyWrap {
  padding: 130px 0px 160px 0px;
  background: linear-gradient(268.63deg, #03050F 0.84%, #111822 100.51%); }
  .ourPhilosophyWrap .wrapTitleBox {
    position: relative;
    margin-bottom: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: inherit; }
    .ourPhilosophyWrap .wrapTitleBox h3 {
      width: 450px;
      font-weight: 600;
      font-size: 42px;
      line-height: 1.2;
      text-transform: capitalize;
      color: #FFFFFF; }
      .ourPhilosophyWrap .wrapTitleBox h3 b {
        color: #FFBE06; }
    .ourPhilosophyWrap .wrapTitleBox .introBox {
      width: 500px;
      font-size: 24px;
      color: #fff;
      line-height: 1.3; }
  .ourPhilosophyWrap .philosophysList {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr; }
    .ourPhilosophyWrap .philosophysList .philosophysInner {
      background: #0C0D17;
      border: 1px solid #3F4150;
      border-radius: 0px;
      text-align: center; }
      .ourPhilosophyWrap .philosophysList .philosophysInner .card-img {
        padding: 40px 0px;
        display: flex;
        justify-content: center;
        align-items: center; }
      .ourPhilosophyWrap .philosophysList .philosophysInner .card-body {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        padding: 40px 60px;
        border-top: 1px solid #3F4150; }
        .ourPhilosophyWrap .philosophysList .philosophysInner .card-body h5 {
          color: #fff;
          font-weight: 600;
          font-size: 28px;
          line-height: 1.2;
          text-align: center;
          text-transform: uppercase;
          color: #FFFFFF;
          margin-bottom: 12px;
          margin-top: -10px; }
        .ourPhilosophyWrap .philosophysList .philosophysInner .card-body p {
          font-weight: 400;
          font-size: 18px;
          line-height: 1.3;
          text-align: center;
          color: rgba(255, 255, 255, 0.6); }
  .ourPhilosophyWrap .philosophySlogan {
    margin-top: 30px;
    font-size: 24px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.4);
    text-transform: capitalize; }

/**/
.pageJumbotronFull {
  height: 430px;
  margin-top: 80px;
  margin-bottom: 120px; }
  .pageJumbotronFull .container {
    max-width: 72%;
    margin: 0px auto;
    height: 100%;
    display: flex;
    padding: 0px;
    border-radius: 12px;
    align-items: center; }
  .pageJumbotronFull .jumbotron {
    background: none;
    border: 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    .pageJumbotronFull .jumbotron h5 {
      color: #fff;
      text-transform: capitalize; }

.ourVisionWrap {
  height: 720px;
  padding: 40px 0px;
  margin: 0px;
  background: #000 url("../images/ourvisionwrap_bg.jpg") center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center; }
  .ourVisionWrap .jumbotron {
    width: 80%;
    margin: 0 auto; }
    .ourVisionWrap .jumbotron h4 {
      font-weight: 600;
      font-size: 36px;
      line-height: 1.3;
      text-align: center;
      text-transform: capitalize;
      color: #FFFFFF;
      margin-top: -40px; }
    .ourVisionWrap .jumbotron h6 {
      font-family: 'Noto Sans';
      font-weight: 500;
      font-size: 21px;
      line-height: 1.3;
      text-align: center;
      color: #FFBE06;
      margin-bottom: 40px; }
    .ourVisionWrap .jumbotron .linkbtn {
      background: #FFBE06;
      border: 1px solid #FFBE06;
      border-radius: 6px;
      color: #000;
      width: auto;
      display: flex;
      justify-content: space-between;
      padding: 0 20px;
      margin: 0 auto;
      margin-top: 60px; }
      .ourVisionWrap .jumbotron .linkbtn svg path {
        fill: #000; }

/**/
.globalPresenceWrap {
  background: #111822 url(../images/globalpresence_bg.png) center center no-repeat; }
  .globalPresenceWrap .introWrap {
    margin-bottom: 80px;
    padding-top: 5%; }
    .globalPresenceWrap .introWrap h3 {
      width: 360px;
      font-weight: 600;
      font-size: 42px;
      line-height: 1.2;
      text-transform: capitalize;
      color: #FFFFFF;
      margin-bottom: 40px; }
      .globalPresenceWrap .introWrap h3 b {
        color: #FFBE06; }
    .globalPresenceWrap .introWrap p {
      font-family: 'Noto Sans';
      font-weight: 400;
      font-size: 18px;
      line-height: 1.4;
      text-transform: capitalize;
      color: rgba(255, 255, 255, 0.5); }
  .globalPresenceWrap .imgWrap {
    display: flex;
    justify-content: flex-end; }
    .globalPresenceWrap .imgWrap img {
      width: 90%;
      object-fit: contain; }
  .globalPresenceWrap .descBox {
    padding-left: 16px;
    padding-bottom: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 40px; }
    .globalPresenceWrap .descBox ul li {
      line-height: 1.3; }
      .globalPresenceWrap .descBox ul li span {
        font-size: 24px;
        color: #fff; }
      .globalPresenceWrap .descBox ul li b {
        color: #FFBE06;
        font-size: 28px; }
  .globalPresenceWrap .morebtn {
    background: none;
    margin-top: 60px;
    width: 180px; }
    .globalPresenceWrap .morebtn svg path {
      fill: #fff; }

@media only screen and (max-width: 1480px) {
  .aboutUsWrap {
    padding-top: 80px; }
  .aboutUsWrap .container {
    padding: 0px 0px;
    padding-bottom: 80px; }
  .aboutUsWrap .introWrap h2 {
    font-size: 32px; }
  .aboutUsWrap .introWrap .intro {
    font-size: 21px; }
    .aboutUsWrap .introWrap .intro br {
      display: none; }
  .aboutUsWrap .imgWrap {
    display: flex;
    align-items: center; }
  .homeBanner .jumbotron {
    width: 86%; }
  .homeBanner h1 {
    font-size: 45px; }
  .homeBanner .intro {
    font-size: 21px;
    line-height: 1.4; }
  .founderSpeechWrap {
    padding: 120px 0px 100px 0px; }
  .founderSpeechWrap .introWrap {
    width: 96%; }
  .founderSpeechWrap .introWrap h3 {
    font-size: 32px; }
  .businessListWrap {
    padding: 100px 0px 130px 0px; }
  .businessListWrap .wrapTitleBox h3 {
    font-size: 36px; }
  .businessListWrap .businessList .card .card-body {
    height: 150px;
    padding: 30px 16px;
    background: none; }
  .businessListWrap .businessList .card .card-body h5 {
    font-size: 18px; }
  .honorsAwardsWrap {
    margin-top: 100px; }
  .honorsAwardsWrap .honorsListSwiper .honorsInner {
    width: 480px;
    height: 220px; }
  .honorsAwardsWrap .honorsListSwiper .honorsInner p {
    font-size: 18px;
    line-height: 1.3;
    width: 64%; }
  .honorsAwardsWrap .honorsListSwiper .honorsInner .leftIco,
  .honorsAwardsWrap .honorsListSwiper .honorsInner .rightIco {
    width: 54px;
    height: 90px; }
  .companyFounderWrap {
    padding: 100px 0px; }
  .companyFounderWrap .contentFounder .titleBox h3 {
    font-size: 42px; }
  .companyFounderWrap .contentFounder .titleBox h6 {
    font-size: 28px; }
  .companyFounderWrap .contentFounder .titleBox ul li {
    font-size: 18px; }
  .companyFounderWrap .contentFounder .infoBox p {
    font-size: 16px; }
  .honorsAchievementsSlogan .wrapTitleBox h6 {
    font-size: 21px;
    line-height: 1.4; }
  .honorsAwardsWrap .wrapTitleBox h3,
  .coreAchievementsWrap .wrapTitleBox h3 {
    font-size: 36px; }
  .honorsAwardsWrap .wrapTitleBox,
  .coreAchievementsWrap .wrapTitleBox {
    margin-bottom: 40px; }
  .coreAchievementsWrap .achievementsList .achievementsInner .card-body {
    padding: 30px 24px 60px 24px; }
  .coreAchievementsWrap .achievementsList .achievementsInner .card-body p {
    font-size: 18px; }
  .ourPhilosophyWrap {
    padding: 100px 0px 120px 0px; }
  .ourPhilosophyWrap .wrapTitleBox h3 {
    width: auto;
    font-size: 36px; }
  .ourPhilosophyWrap .philosophysList .philosophysInner .card-body {
    height: 180px;
    padding: 0px 60px; }
  .ourPhilosophyWrap .philosophySlogan {
    font-size: 21px; }
  .ourVisionWrap {
    height: 640px;
    padding: 60px 0px 40px 0px; }
  .ourVisionWrap .jumbotron h4 {
    font-size: 32px;
    line-height: 1.3; }
  .ourVisionWrap .jumbotron .linkbtn {
    margin-top: 60px; }
  .coreAchievementsWrap .achievementsList .achievementsInner .card-img img {
    height: 240px; }
  .globalPresenceWrap .introWrap h3 {
    font-size: 36px; }
  .globalPresenceWrap .descBox {
    padding-bottom: 20px;
    margin-bottom: 30px; }
  .globalPresenceWrap .imgWrap img {
    object-fit: contain;
    width: 90%; } }

@media only screen and (max-width: 1360px) {
  .homeBanner h1 {
    font-size: 36px; }
  .coreAchievementsWrap .achievementsList .achievementsInner .card-img img {
    height: 200px; }
  .ourPhilosophyWrap .philosophysList .philosophysInner .card-body {
    height: 180px;
    padding: 0px 20px; }
  .ourPhilosophyWrap .wrapTitleBox .introBox {
    font-size: 21px;
    margin-bottom: 10px; } }

@media only screen and (max-width: 1280px) {
  .founderSpeechWrap .introWrap h3 br {
    display: none; }
  .founderSpeechWrap .introWrap i {
    left: -10px; }
  .coreAchievementsWrap .achievementsList .achievementsInner .card-img img {
    height: 160px; }
  .coreAchievementsWrap .achievementsList .achievementsInner .card-body p {
    font-size: 16px; }
  .ourPhilosophyWrap {
    padding: 100px 20px 100px 20px; } }

@media only screen and (max-width: 1024px) {
  .founderSpeechWrap .introWrap h3 {
    font-size: 30px; }
  .aboutUsWrap h5 {
    font-size: 26px; }
  .companyFounderWrap,
  .businessListWrap {
    padding-left: 30px;
    padding-right: 30px; }
  .ourHonorsAchievements {
    padding-left: 40px;
    padding-right: 40px; }
  .ourPhilosophyWrap {
    padding-left: 40px;
    padding-right: 40px; }
  .ourPhilosophyWrap .philosophysList .philosophysInner .card-body {
    height: 160px; }
  .ourPhilosophyWrap .philosophysList .philosophysInner .card-img {
    padding: 30px 0px; }
  .ourPhilosophyWrap .philosophysList .philosophysInner .card-img img {
    width: 140px;
    height: 140px; }
  .ourPhilosophyWrap .philosophysList .philosophysInner .card-body h5 {
    font-size: 24px; }
  .ourPhilosophyWrap .philosophysList .philosophysInner .card-body p {
    font-size: 16px; }
  .ourVisionWrap .jumbotron h4 {
    font-size: 32px;
    line-height: 1.2; } }

@media only screen and (max-width: 960px) {
  .aboutUsWrap {
    padding-top: 60px; }
  .homeBanner .container {
    max-width: 90%; }
  .homeBanner img {
    position: absolute; }
  .homeBanner h1 {
    width: 100%;
    font-size: 36px; }
  .founderSpeechWrap .introWrap h3 {
    padding: 0px 10px;
    font-size: 28px;
    width: 90%;
    margin: 0 auto; }
    .founderSpeechWrap .introWrap h3 br {
      display: none; }
  .ourHonorsAchievements {
    padding-left: 40px;
    padding-right: 40px; }
  .container.honorsAchievementsSlogan,
  .honorsAwardsWrap .container {
    max-width: 100%; }
  .honorsAwardsWrap .honorsListSwiper .honorsInner {
    width: 440px;
    height: 220px; }
  .honorsAwardsWrap .honorsListSwiper .honorsInner .leftIco,
  .honorsAwardsWrap .honorsListSwiper .honorsInner .rightIco {
    width: 48px;
    height: 80px; } }

@media only screen and (max-width: 800px) {
  .homeBanner .container {
    max-width: 100%; }
  .homeBanner .jumbotron {
    padding: 0px 30px;
    width: 100%; }
  .homeBanner h1 {
    font-size: 32px; }
  .homeBanner h5 {
    font-size: 21px;
    width: 100%; }
  .homeBanner .scollingArrow {
    bottom: 40px; }
  .homeBanner .bannerlink {
    display: none; }
  .founderSpeechWrap .introWrap h3 br {
    display: none; }
  .aboutUsWrap {
    padding-top: 40px; }
  .businessListWrap .businessList {
    grid-template-columns: 1fr 1fr; }
  .honorsAchievementsSlogan .wrapTitleBox {
    width: 100%; }
  .coreAchievementsWrap .achievementsList {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr; }
  .ourPhilosophyWrap .wrapTitleBox {
    display: flex;
    justify-content: center;
    flex-direction: column; }
  .ourPhilosophyWrap .wrapTitleBox .introBox {
    width: auto; }
  .ourPhilosophyWrap .philosophysList {
    grid-template-columns: 1fr; }
  .ourPhilosophyWrap .philosophySlogan p br {
    display: none; }
  .companyFounderWrap .imgWrap {
    justify-content: flex-start;
    margin-top: 60px; }
  .ourVisionWrap {
    height: 560px; }
  .ourVisionWrap .jumbotron {
    width: 90%; }
  .ourVisionWrap .jumbotron h4 {
    font-size: 28px; }
  .ourVisionWrap .jumbotron h6 {
    margin-bottom: 30px; }
  .ourVisionWrap .jumbotron .linkbtn {
    margin-top: 40px; }
  .ourVisionWrap .jumbotron h4 br {
    display: none; }
  .globalPresenceWrap .descBox ul li br {
    display: none; }
  .globalPresenceWrap .imgWrap {
    display: none; }
  .honorsAwardsWrap .honorsListSwiper .honorsInner {
    width: 360px;
    height: 220px; } }

@media only screen and (max-width: 640px) {
  .homeBanner .jumbotron {
    width: 100%; }
  .homeBanner h1 {
    font-size: 26px; }
    .homeBanner h1 br {
      display: none; }
  .homeBanner .intro {
    font-size: 18px;
    line-height: 1.3; }
  .homeBanner .linkbtn, .homeBanner .bannerlink {
    width: 210px;
    justify-content: center; }
  .founderSpeechWrap .introWrap h3 {
    font-size: 24px; }
  .founderSpeechWrap .introWrap i {
    top: -40px; }
  .founderSpeechWrap .speechSource p.name {
    margin: 0 auto;
    width: 80%;
    font-size: 18px;
    margin-top: 20px; }
  .aboutUsWrap .container {
    padding-bottom: 40px; }
  .aboutUsWrap .introWrap h2 {
    font-size: 28px; }
  .businessListWrap .wrapTitleBox h3 {
    font-size: 32px; }
  .businessListWrap .businessList {
    grid-template-columns: 1fr; }
  .businessListWrap .businessList .card .card-body h5 {
    font-size: 21px;
    font-weight: 600;
    padding-top: 10px; }
  .companyFounderWrap {
    background-size: cover; }
  .ourHonorsAchievements {
    padding-left: 30px;
    padding-right: 30px; }
  .honorsAwardsWrap .wrapTitleBox {
    margin-bottom: 20px;
    padding-bottom: 100px; }
  .honorsAwardsWrap .slideArrowGroup {
    right: auto;
    left: 0px; }
  .coreAchievementsWrap .wrapTitleBox {
    margin-bottom: 30px; }
  .coreAchievementsWrap .achievementsList {
    grid-template-columns: 1fr; }
  .ourPhilosophyWrap .philosophySlogan {
    font-size: 18px; }
  .ourPhilosophyWrap .philosophySlogan p br {
    display: none; }
  .ourVisionWrap .jumbotron h4 {
    font-size: 24px; }
  .footer .footer-bottom .footer-copyright {
    text-align: left; } }
