
  .header-carousel { height: 100vh; }
  .header-carousel .owl-item {
    display: inline-block;
  }
  .header-carousel .owl-item .item {
    background: #000000;
  }
  .header-carousel .owl-item img {
    display: inline-block;
    opacity: 0.3;
    position: absolute;
    z-index: 0;
  }
  .header-carousel .owl-item h6 {
    position: absolute;
    bottom: 30%;
    right: 40px;
    color: #fff;
    font-size: 45px;
    z-index: 1;
  }
  /* .header-carousel .owl-stage { display: inline;} */
  .header-carousel .owl-stage,
  .header-carousel .owl-stage-outer,
  .header-carousel .owl-item {
    height: 100%;
  }
  .header-carousel .owl-item img {
    width: 100%;
    height: inherit!important;
    object-fit: cover!important;
    }
  
      @media (max-width: 768px){
      .header-carousel {
        height: 100vh!important;
        }
        .header-carousel .owl-item h6 {
          bottom: 40px;
          font-size: 22px;
          }}
  
  @media(min-width:768px) {
  
      .b-HeroComponent__container {
  
      padding-bottom: 0.444444vw;
  
      }
  
    }
  
    .a-flipHeading__label{
  
      width: 80%;
  
    }
  
  
  
    @media (max-width: 768px){
       .header-carousel {
        height: 326px;
        }
        .header-carousel .owl-item h6 {
          bottom: 40px;
          font-size: 22px;
          }
      .m-sectorButton__container {
        padding: 18px 7px;
        display: inline-block;
      }
      .m-sectorButton__text { display: block;}
      .m-sectorButton__icon {width: 50px;}
      .a-flipHeading__prefix {
  
        font-size: 22px;
  
      }
  
      .a-flipHeading__label{
  
        font-size: 22px;
  
      }
  
      }
  
  
  
      .a-image__img {
  
          height: 100% !important;
  
          width: 100% !important;
  
          -o-object-fit: cover;
  
          object-fit: cover;
  
          position: relative;
  
      }
  
  
  
      li > a{
  
          color:#fff !important;
  
          text-decoration: none;
  
      }
  
        a:hover{
  
          color:#fff;
  
          text-decoration: none;
  
      }
  
  
  
  .slide__container {
  
  max-width: 1100px;
  
  margin: 1em auto;
  
  overflow: hidden;
  
  }
  
  
  
  .column {
  
  display: flex;
  
  flex-direction: column;
  
  flex: 1 0;
  
  margin: 0;
  
  padding: 0;
  
  list-style: none;
  
  }
  
  .column--1 {
  
  padding-right: 0.5em;
  
  padding-left: 0.5em;
  
  }
  
  .column--2 {
  
  padding-left: 0.5em;
  
  }
  
  .column__container {
  
  display: flex;
  
  flex-direction: row;
  
  overflow: hidden;
  
  }
  
  
  
  .grid__item {
  
  display: flex;
  
  flex: 1;
  
  margin: 0;
  
  padding: 0;
  
  }
  
  .column--1 .grid__item--1 {
  
  flex: 2;
  
  }
  
  
  
  .item {
  
  flex: 1;
  
  position: relative;
  
  width: 100%;
  
  height: 100%;
  
  min-height: 75px;
  
  margin-bottom: 1em;
  
  background: white;
  
  /* box-shadow: 0 0 0 1px lightgreen; */
  
  }
  
  .item__img {
  
  width: 100%;
  
  height: 100%;
  
  text-align: center;
  
  overflow: hidden;
  
  }
  
  .item__img img {
  
  display: block;
  
  margin: 0 auto;
  
  }
  
  
  
  .Icon-Card {
  
  width: 10% !important;
  
  transform: scale(1, 1) scale(-1, 1);
  
  padding: 14px 37px 0 0;
  
  }
  
  
  
  .posstion-Card {
  
  text-align: center;
  
    color: black;
  
    margin: 3% auto;
  
  }
  
  
  
  .name-Card {
  
  margin: 3% auto;
  
    font-size: 17px;
  
    text-align: center;
  
    color: black;
  
  }
  
  
  
  .appolo-Card {
  
  padding: 0px 33px;
  
  }
  
  
  
  .Description-Card {
  
  width: 90%;
  
    text-align: justify;
  
    margin: 3% auto;
  
    color: black;
  
    direction: ltr;
  
    line-height: 171%;
  
  }
  
  .more-details-white-mobile{
  
    background:    transparent  ;
  
    border:        2px solid #ffffff;
  
    border-radius: 1000px;
  
    padding: 10px 28px;
  
    color:         #ffffff;
  
    text-align:    center;
  
    font-size: 17px;
  
    cursor: pointer;
  
  
  
  }
  
  .more-details-black-mobile{
  
  background: #ffffff;
  
    border: 2px solid #000000;
  
    border-radius: 1000px;
  
    padding: 10px 28px;
  
    color: #000000;
  
    text-align: center;
  
    font-size: 17px;
  
    cursor: pointer;
  
  }
  
  .more-details-text{
  
    margin: -7px 0 0 0;
  
  }
  
  
  
  .flex-parent {
  
  display: flex;
  
  margin:3% auto;
  
  }
  
  
  
  .jc-center {
  
  justify-content: center;
  
  }
  
  
  
  @media (min-width: 426px){
  
  #desktop{
  
  visibility: visible;
  
  }
  
  #mobile{
  
  visibility: hidden;
  
  height: 0;
  
  }
  
  }
  
  
  
  @media (max-width: 426px){
  
  #mobile{
  
  visibility: visible;
  
  }
  
  #desktop{
  
  visibility: hidden;
  
  height: 0;
  
  }
  
  }
  
  
  
  .parent_twitter {
  
  display: grid;
  
  grid-template-columns: 80px 40px;
  
  grid-template-rows: 40px;
  
  grid-column-gap: 6px;
  
  grid-row-gap: 0px;
  
  }
  
  
  
  .div1_twitter { grid-area: 1 / 1 / 2 / 2; }
  
  .div2_twitter { grid-area: 1 / 2 / 2 / 3; }
  
  .owl-item>div>div>div>.div2>h4 {
  
  color: black;
  
  }
  
  
  
  @media (min-width: 1025px){
  
  .owl-item > a > img{
  
  min-height: 599px;
  
  }
  
  }
  
  
  
  header{
  
      font-size:16px !important;
  
  }
  
  
  
  li.o-panelNavigation__item{
  
  
  
      line-height:normal !important;
  
  }
  
  
  
   header a.o-dropdownNavigation__link{
  
      font-size: medium!important;
  
      white-space: nowrap!important;
  
   }
  
  
  
   .b-fullWidthAsset{
  
      margin: 0.5px 0 0;
  
  }
  
  
  
  @media (max-width: 768px) {
  
    .m-logo {
  
        z-index: 4;
  
        }
  
  }
  
  
  
  .o-panelNavigation__itemContent{
  
    padding: 20px 20px;
  
  }
  
  
  
  .-isOpen > button > span > span > svg > path {
  
      stroke: #D1D1D1!important;
  
  }
  
  
  
  .-isOpen > button > span  {
  
  background-color: #323b4cc7;
  
  }
  
  
  
  
  
  .owl-item.active.center > .card {
    padding-top:15rem;
    height:50rem;
    margin: 3rem;

  }
  
  .owl-item.active.center > div > .card__title {
  
  
  
    display:inline-block;
  
  }
  
  
  
  .owl-item.active.center > div > .card__icon {
  
  
    grid-row: 3/4;
  
      /* grid-row: 2/3; */
  
  }
  
  
  
  .owl-item.cloned.active > div > .card__title {
  
    display: none;
  
  }
  
  .owl-item.cloned.active > div > .card__icon {
  
  grid-row: 3/4;
  
  }
  
  
  
  .owl-item.active > div > .card__icon {
  
  grid-row: 3/4;
  
  }
  
  
  
  .owl-item.active > div > .card__title {
  
    display: none;
  
  }
  
  
  
  .card {
  
    margin: 8rem;
    height:40rem;
    padding: 2rem;
    padding-top:8rem;
    min-height: 200px;
  
    display: grid;
  
    grid-template-rows: 107px 31px 122px 28px;
  
    border-radius: 10px;
  
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
  
    transition: all 0.2s;
  
  }
  
  
  
  .card:hover {
  
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
  
    transform: scale(1.01);
  
  }
  
  
  
  .card__link,
  
  .card__exit,
  
  .card__icon {
  
    position: relative;
  
    text-decoration: none;
  
    color: rgba(255, 255, 255, 0.9);
  
  }
  
  
  
  .card__link::after {
  
    position: absolute;
  
    top: 25px;
  
    left: 0;
  
    content: "";
  
    width: 0%;
  
    height: 3px;
  
    background-color: rgba(255, 255, 255, 0.6);
  
    transition: all 0.5s;
  
  }
  
  
  
  .card__link:hover::after {
  
    width: 100%;
  
  }
  
  
  
  .card__exit {
  
    grid-row: 1/2;
  
    justify-self: end;
  
  }
  
  
  
  .card__icon {grid-row: 3/4;font-weight: 600;margin-top: auto;margin-bottom: 2rem;}
  
  
  
  .card__title {grid-row: 3/4;font-weight: 400;color: #ffffff;margin-top: 2em;}
  
  
  
  .card__apply {
  
    grid-row: 4/5;
  
    align-self: center;
  
  }
  
  
  
  /* CARD BACKGROUNDS */
  
  
  
  .card-1 {
  
    object-fit: cover;
  
  }
  
      @media (min-width: 1440px){
  .parent2 {
      display: inline-grid;
      grid-template-columns: 0.5fr 1fr 0.5fr 1fr 0.5fr 1fr;
      grid-template-rows: 1fr;
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      direction: rtl;
  }
  .b-boxedList__container{
    max-width: fit-content;
  }
  
  .div1-2 { grid-area: 1 / 1 / 2 / 2; }
  /* .div2-2 { grid-area: 1 / 2 / 2 / 3;border-left: green 2px solid;padding: 0 5rem;} */
  .div3-2 { grid-area: 1 / 3 / 2 / 4; }
  /* .div4-2 { grid-area: 1 / 4 / 2 / 5;border-left: green 2px solid;padding: 0 5rem;} */
  .div5-2 { grid-area: 1 / 5 / 2 / 6; }
  .div6-2 { grid-area: 1 / 6 / 2 / 7;padding: 0 5rem;}
  .desk{
      margin-top: -2rem;
      margin-bottom: 5rem;
      margin-left: 3rem;
      float: left;
      width: 25% !important;
      height: 41% !important;
  }
  .h5desk{
  font-kerning: none;
  text-align: start;
  padding: 24px 0px 24px;
  font-weight: 800;
  color: #156052;
  }}
  
  @media (max-width: 1439px){
  .parent2 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  }
  
  .div1-2 { grid-area: 1 / 1 / 2 / 2; }
  .div2-2 { grid-area: 2 / 1 / 3 / 2; }
  .div3-2 { grid-area: 3 / 1 / 4 / 2; }
  .div4-2 { grid-area: 4 / 1 / 5 / 2; }
  .div5-2 { grid-area: 5 / 1 / 6 / 2; }
  .div6-2 { grid-area: 6 / 1 / 7 / 2; }
  .mobi{
  margin-top: 7rem !important;
  margin-bottom: 0rem !important;
  margin: auto;
  }
  .h5mobi{
  font-kerning: none;
  text-align: center;
  padding: 24px 0px 24px;
  font-weight: 800;
  color: #156052;
  }}
     
          .parent3 {
      margin: 0 auto;
      width: 40%;
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: 19em auto;
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      background: white;
      padding-bottom: 6%;
      }
  
        .div1-3 { grid-area: 1 / 1 / 2 / 2; }
  
        .div2-3 { grid-area: 2 / 1 / 3 / 2; }
        [dir=ltr] .inner{
              float: left;
              width: 50%;
              text-align: justify;
              margin-top: 8%;
              border-bottom: 1px solid #969696;
                  }
        
         [dir=rtl] .inner{
              float: right;
              width: 50%;
              text-align: justify;
              margin-top: 8%;
              border-bottom: 1px solid #969696;
              }
  
              [dir=rtl] .sector_img{
              margin-top: 0rem;
              padding-top: 2rem;
              padding-bottom: 3rem;
              height: 100% !important;
              display: block;
              margin-left: auto;
              }
  
              [dir=ltr] .sector_img{
              margin-top: 0rem;
              padding-top: 2rem;
              padding-bottom: 3rem;
              height: 100% !important;
              display: block;
              margin-right: auto;
              }
  
          [dir=rtl] .sector_title{
              font-kerning: none;
              text-align: right;
              padding: 54px 0px 3px;
              font-weight: 800;
              color: #808080;
              }
  
              [dir=ltr] .sector_title{
                  font-kerning: none;
                  text-align: left;
                  padding: 54px 0px 3px;
                  font-weight: 800;
                  color: #808080;
              }
              [dir=rtl] .sector_desc{
                  text-align: right;
                  color: #808080;
                  width: 67%;
                  }
      
                  [dir=ltr] .sector_desc{
                      text-align: left;
                      color: #808080;
                      width: 67%;
                  }
                  
              
   @media (max-width: 768px){
   .parent3 {
      margin: unset;
      width: 100%;
      id-template-columns: 1fr;
      grid-template-rows: 19em auto;
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      background: white;
      padding-bottom: 6%;
      }
      [dir=ltr] .inner{
              float: left;
              width: 50%;
              text-align: justify;
              margin-top: 8%;
              border-bottom: 1px solid #969696;
                  }
        
         [dir=rtl] .inner{
              float: right;
              width: 50%;
              text-align: justify;
              margin-top: 8%;
              border-bottom: 1px solid #969696;
              }
  
              [dir=rtl] .sector_img{
              margin-top: 0rem;
              padding-top: 2rem;
              padding-bottom: 3rem;
              height: 100% !important;
              display: block;
              margin: auto;
              }
  
              [dir=ltr] .sector_img{
              margin-top: 0rem;
              padding-top: 2rem;
              padding-bottom: 3rem;
              height: 100% !important;
              display: block;
              margin: auto;
              }
  
          [dir=rtl] .sector_title{
              font-kerning: none;
              text-align: justify;
              padding: 54px 0px 3px;
              font-weight: 800;
              color: #808080;
              }
  
              [dir=ltr] .sector_title{
                  font-kerning: none;
                  text-align: justify;
                  padding: 54px 0px 3px;
                  font-weight: 800;
                  color: #808080;
              }
              [dir=rtl] .sector_desc{
                  text-align: justify;
                  color: #808080;
                  width: 100%;
                  }
      
                  [dir=ltr] .sector_desc{
                      text-align: justify;
                      color: #808080;
                      width: 100%;
                  }
   }
   .owl-dots{
        visibility: hidden;
  
   }
      /*      
        .inner {
  
      width: 76%;
  
      height: 1px;
  
      margin: 0px auto;
  
      border-bottom: 1px solid #969696;
  
  } */
  @media (min-width: 768px){
 .b-footer__title{
    margin-top: 7em;
  }
  .f_div6{
    margin-inline-start: auto;
  }
  [dir=rtl] .newscard{
    margin: 8rem;
  }
}

/* value css */

.title-bold{
    font-weight: bolder !important;
}
.con_container{
    max-width: 1140px;
}
.con_row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.con_col-md-6{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding: 7px;
}
.con_form-group{
    margin-bottom: 1rem;
    text-align: center;
}
.con_col-md-12{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding: 7px;
}
#contactForm .con_form-control{
    font-size: 16px;
}
textarea{
    resize: none !important;
}
textarea.con_form-control {
  height: 15vh;
}
.con_submitting{
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-size: 16px;
    font-weight: 500;
    color: #2553b8;
}
.con_btn.con_btn-primary{
    background: #156052;
    border-color: #156052!important;
    color: #fff;
}
.con_btn {
    padding: 12px 16px;
    cursor: pointer;
    border-width: 1px;
    border-radius: 5px;
    font-size: 23px;
    font-weight: 400;
    -webkit-box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%);
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 17rem;
}
.con_form-control{
    height: 64px;
    width: 100%;
    background: #fff;
    color: rgba(0,0,0,.8);
    font-size: xx-large;
    border-radius: 2px;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: none;
    padding: 0 1% 1% 1%;
}
.con_form-control::placeholder {
    font: 20px/3 sans-serif;
}
input.con_form-control{
height: 6vh;

}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none;
}
.sectors_flex-container {
    display: flex;
    background-color: #bbdefb;
    height: 100%;
    padding: 15px;
    gap: 5px;
    }

    /* .sectors_flex-container > div{
        background: #ffecb3;
        border: 3px solid #ffcc80;
        border-radius: 5px;
        padding: 8px;
        }
 */

    .sectors_item1 { 
    /* flex:1 1 300px; */
    flex-grow:1;
    flex-basis:300px;
    }
            
    .sectors_item2 { 
    /* flex:0 1 100px; */
    flex-basis:100px;
    }
                
    

.title_sector_flex-container {

  display: flex;
  
  justify-content: flex-start; 
  align-items: stretch; 
  /* flex-flow: column; */ 
  flex-direction: column;  
  height: 100%;
  padding: 15px;
  gap: 5px;

}

.title_sector_item1 { 
  /* flex:0 1 auto; */
  align-self:center;
}
          
.title_sector_item2 { 
  /* flex:0 1 auto; */
  align-self:center;
}
.card-sector{
    margin: 1rem;
    height: 37rem;
    padding: 2rem;
    padding-top: 2rem;
    min-height: 200px;
    grid-template-rows: 107px 31px 122px 28px;
    border-radius: 10px;
    box-shadow: 0px 6px 10px rgb(0 0 0 / 25%);
    transition: all 0.2s;
}

.card-sector-title{
    font-kerning: none;
    text-align: start;
    padding: 1rem 0;
    font-weight: 800;
    font-size: 2.5rem;
    color: #616163;
}
.card-sector-desc{
    font-size: 1.5rem;
}
.flip-card{
    perspective: 1000px;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: justify;
    transition: transform 1s;
    transform-style: preserve-3d;
  }
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-card-front {
    color: black;
  }
  
  .flip-card-back {
    color: black;
    transform: rotateY(180deg);
    background: white;
  }
  .flip-card:hover .card-sector-title-cont{
    visibility:hidden;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev{
    top: auto !important;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next{
    top: auto !important;

  }
  .arrows-color{
    --swiper-theme-color:#a8a4a4 !important;
  }
  .swiper-button-prev {
    /* background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAAAAADFHGIkAAAABGdBTUEAALGPC/xhBQAAACBjSFJN AAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZ cwAAAGAAAABgAPBrQs8AAAAHdElNRQfmBhcNKxAtWLbnAAAAjklEQVQoz2P8z4AdMDHQT+JP9mJU CRYI9T6MOxBNy///////v65a/+8/KmD4/////z1Sy/7/xyIxSfrYfywSv9KMn2CK/2f5EM57kBub e31xeeSlTfAXLCb9ZxLbK2j/FJuO////d2B31f///zeLYffH///XVLD7/P//V7b+n9Esh9gkuk96 PardjHSIcwABZNUl/tBwcAAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMi0wNi0yM1QxMzo0MzoxNisw MDowMJa18MkAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjItMDYtMjNUMTM6NDM6MTYrMDA6MDDn6Eh1 AAAAAElFTkSuQmCC") !important; */
    color:#a8a4a4 !important ;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='%23156052'/%3E%3C/svg%3E") !important;


}
  
  .swiper-button-next {
    /* background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yMS44ODMgMTJsLTcuNTI3IDYuMjM1LjY0NC43NjUgOS03LjUyMS05LTcuNDc5LS42NDUuNzY0IDcuNTI5IDYuMjM2aC0yMS44ODR2MWgyMS44ODN6Ii8+PC9zdmc+") !important; */
    color:#a8a4a4 !important ;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath fill='%23156052' d='M27,22L27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22L27,22z'/%3E%3C/svg%3E") !important;

}
  
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content: unset !important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: unset !important;

}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: 22px !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: 22px !important;
}

@media (min-width: 768px){
    .sectors-h{
        /* height: 55rem !important; */
        /* height: 70rem !important; */
        height: 100vh !important;
        padding-top: 16em;
    }
}

/* .sectors-h{
height: auto !important;
} */

/* Contactus placeholder font */

.con_form-control::-webkit-input-placeholder {
    font-family: Brown, Bukra, Arial, sans-serif !important; overflow: hidden; outline: none;
    }
    
    .con_form-control:-ms-input-placeholder {
    font-family: Brown, Bukra, Arial, sans-serif !important; overflow: hidden; outline: none;
    }
    
    .con_form-control:-moz-placeholder {
    font-family: Brown, Bukra, Arial, sans-serif !important; overflow: hidden; outline: none;
    }
    
    .con_form-control::-moz-placeholder {
    font-family: Brown, Bukra, Arial, sans-serif !important; overflow: hidden; outline: none;
    }
    