.homePage_banner {
  /* background: #012169; */
  background: #01106d url(../images/home/header_home.webp);
  background-size: 50%;
  background-repeat: no-repeat;
  min-height: 80vh;
  background-position: right;
}
.homePage_banner .bannerSlides_cnt {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.featureCnt {
  display: flex;
  flex-wrap: wrap;
}
.featureCnt .featureBoxs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 1rem;
  position: relative;
}
.homePage_banner .learn-more-btn .btn-text{
  color: #ffffff;
}
.homePage_features .featureTxt{
  padding: 2rem 0;
}
.homePage_features .featureTxt p{
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
.homePage_features .featureBox h3 {
  color: #FFC107;
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 500;
}

.homePage_features .featureBox p{
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
}
.homePage_features .featureBox {
  min-height: 134px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.featureCnt .featureBoxs:nth-child(1){
  background-color: #212129;
}
.featureCnt .featureBoxs:nth-child(1):before,
.featureCnt .featureBoxs:nth-child(4):before{
  top: -100%;
  left: 0;
  right: 0;
  content: "";
  background: #212129;
  position: absolute;
  height: 100%;
}
.featureCnt .featureBoxs:nth-child(4):before{
  top: 100%;
  bottom: 0;
  background-color: #010f6c;
}
.featureCnt .featureBoxs:nth-child(2){
  background:url(../images/home/customerServices.webp);
  background-size: cover;
    background-repeat: no-repeat;
}
.featureCnt .featureBoxs:nth-child(2)::after,
.featureCnt .featureBoxs:nth-child(3)::after{
  background-color: rgba(0, 0, 0, 0.62);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
}
.featureCnt .featureBoxs:nth-child(3){
  background:url(../images/home/employeeStrenth.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.featureCnt .featureBoxs:nth-child(4){
  background-color: #01106d;
}
.serviceTXTBox {
  position: absolute;
    bottom: 0;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9308765742625175) 41%);
    color: #fff;
    z-index: 1;
    padding: 25px 10px 15px;
    top: 6.5rem;
    min-height: 170px;
}
.serviceTXTBox p{
  font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 0;
    color: #c4c4c4;
}
.serviceTXTBox i{
  color: #f00;
}
.serviceBottom h5{
  font-size: 0.85rem;
}
.homePage_services .textLink i{
  color: #ee171c;
  font-size: 2rem;
  margin: 0.6rem;
}
.serviceTxt {
  padding-top: 10px;
}
.serviceBox {
  min-height: 280px;
  position: relative;
}
.serviceBox h2{
  font-size: 1.5rem;
}
.serviceBox {
  font-size: 0.9rem;
  padding: 7px;
}
.serviceBottom {
  background: #212129;
  padding: 10px;
  margin-top: 1rem;
  display: none;
}
.serviceBottom h5{
  font-size: 0.85rem;
  color: #c4c4c4;
  font-weight: 300;
  margin: 0 0 10px;
}
.serviceBottom .cstitle{
  display: block;
  text-align: left;
  color: #fff;
  font-weight: 500;
  margin-bottom: 1rem;
}
.serviceBottom a.imgLink{
  color: #FFC107;
  text-decoration: underline;
  display: block;
  text-align: right;
  font-size: 0.85rem;
}
.homePage_aviationEnterprise{
  background: url(../images/home/homeSolutionBG.webp);
  background-size: cover;
  position: relative;
  position: relative;
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: right center;
}
.homePage_aviationEnterprise .overlay{
  background: rgb(0,25,187);
background: linear-gradient(180deg, rgba(0,25,187,1) 0%, rgba(1,15,108,1) 68%);
width: 60%;
}

.homePage_aviationEnterprise .solutions .aviation{
  border: 1px solid #00BCD4;
  margin-bottom: 1.2rem;
}
.homePage_aviationEnterprise .solutions  .aviation a{
  min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 1.15rem;
  
}
.homePage_aviationEnterprise .solutions .col-sm-4:nth-child(odd) .aviation{
  background: #00BCD4;
}
.homePage_aviationEnterprise .solutions .col-sm-4:nth-child(even) .aviation:hover,
.homePage_aviationEnterprise .solutions .col-sm-4:nth-child(odd) .aviation:hover{
  background: #00a6bb;
}
section{
  padding: 50px 0;
}
.excellenceImg img, .excellenceImg i{
  position: absolute;
  max-width: 150px;
  right: 0;
  bottom: 0;
  width: 170px;
  height: auto;
  font-size: 70px;
  color: #e6e6e6;
}
.excellenceBox .excellenceBox_inner{
  background: #fff;
  padding: 1rem;
  position: relative;
  margin-top: 0.5rem;
  margin-left: 10px;
  margin-left: 10px;
  min-height: 280px;
}
.excellenceBox .excellenceBox_inner .learn-more-btn{
  bottom: 20px;
  position: absolute;
  z-index: 1;
}
.excellenceBox h3{
  font-size: 1.45rem;
}
.excellenceBox .desc p{
  font-size: 0.9rem;
  color: #4e4e4f;
}
.homePage_features{
  padding: 0 0;
  overflow: hidden;
}
.homePage_trending .row.no-gutters{
  background-color: #e9e9e9;
  overflow: hidden;
}
.homePage_trending .container .trendingTitle,
.homePage_trending .container .trendingDetail{
 background-color: #E9E9E9;
}
.homePage_trending .container .trendingTitle{
  background-color: #000000;
}
.tabbable-responsive ul{
  padding-left: 0px;
  list-style: none;
}
@media (min-width: 576px)  { 
  .tabbable-responsive ul{
    min-height: 430px;
  }
}

.tabbable-responsive ul li{
  margin-bottom: 10px;
  display: flex;
  flex: 0 0 100%;
}
.tabbable-responsive ul li a{
  background-color: #212129;
  color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    font-weight: 400;
    flex: 0 0 100%;
    font-size: 1.2rem;
    line-height: 1.5;
    align-items: center;
}
.tabbable-responsive ul li a:hover,
.tabbable-responsive ul li a.active{
  background-color: #010f6c;
}
.tabbable-responsive ul li a i{
  font-size: 1.4rem;
  left: -10px;
  position: relative;
  transition: all 0.35s;
  margin-left: 20px;
}
.tabbable-responsive ul li a:hover i{
  left: 0;
}
.trendingDetail{
  padding: 2rem;
}
.trendingDetail .card-title{
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  margin: 0.3rem 0 0.5rem;
}


.trendingDetail p{
  font-size: 0.9rem;
  font-weight: 300;
}
.trendingContent {
  position: absolute;
  max-width: 75%;
  z-index: 1;
  background: #010f6c;
  color: #fff;
  padding: 15px;
  bottom: 40px;
  right: 40px;
}
.trendingContent .tag{
 font-size: 0.8rem;
}
.trendingContent h5{
  font-size: 1.8rem;
 }
 .trendingContent p{
  font-size: 0.9rem;
  line-height: 1.8;
  color: #c4c4c4;
  font-weight: 400;
  margin-bottom: 20px;
 }
.trendingImg img{
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 100%;
  opacity: 1;
  top: 0;
  height: 100%;
  width: 100%;
}

.homePage_challenge{
  background-image: url(../images/home/knowMoreHome.webp);
  background-size: cover;
  background-position: right;
}
.homePage_career{
  background-image: url(../images/home/homeCareerBG.webp);
  background-repeat: no-repeat;
    background-size: 70%;
    background-position: right center;
}
.homeCareerContent{
  background-color: #010f6c;
  color: #ffffff;
  padding: 2rem;
  margin: 7rem 0;
  box-shadow: -12px 12px 1px #b5b5b5;
  transition: all 0.5s;
}
.homeCareerContent:hover{
  box-shadow: -16px 16px 1px #b5b5b5;
}
.homeCareerContent a{
  color: #fff;
}
.homeCareerContent .commonTag {
 color: #fff;
 font-size: 0.85rem;
}
.homeCareerContent .commonTitle__title {
  margin-top: 2rem;
  color: #fff;
}
.chalengeContent{
  text-align: left;
}
.chalengeContent p{
  font-weight: 300;
  color: #010f6c;
  font-size: 1.5rem;
  max-width: 100%;
}
.chalengeContent h4{
  font-weight: 700;
  color: #000000;
  font-size: 2.7rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.homePage_perspective .secBlog__content .subTitle{
  font-size: 0.8rem;
  margin: 1rem 0;
  color: #021DCB;
}
.homePage_perspective .box__Img{
  min-height: 130px;
  background: #e9e9e9;
}
.homePage_perspective .box__Img img{
  object-fit: cover;
  min-height: 130px;
  object-position: right bottom;
}
.homePage_perspective .secBlog__content .title{
  margin-bottom: 1rem;
  min-height: 90px;
}
.secBlog__content{
  padding: 0 1rem 1rem;
  min-height: 200px;
}
.excellenceBox .arrowBTN, .excellenceBox .arrowBTN:hover{
  color: #ee171c;
}

.homePage_perspective .secBlog__content .title a{
  color: #000000;
  font-size: 1.2rem;
  transition: all 0.25s;
}
.homePage_perspective .secBlog__content .title a:hover{
 text-decoration: underline;
 color: #010F6C;
}
.perspectiveRow .box{
  background-color: #ffffff;
}

.homePage_banner h2 {
  margin-bottom: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 3.6rem;
}

.homePage_banner h3 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1.5;
  max-width: 75%;
}
.homePage_banner h3 span{
  display: block;
}
.homePage_banner .btn-border:hover {
  border: 1px solid #0729e9;
  color: #ffffff;
  background: #0729e9;
  
}
.homePage_banner .btn-border:hover:after {
  background: #0729e9;
}
.viewBlogs {
  color: #0729e9;
  display: flex;
  justify-content: flex-end;
  text-transform: capitalize;
  font-size: 1rem;
  margin-right: 15px;
}
.viewBlogs  i{
  left: 5px;
  font-size: 1.2rem;
  position: relative;
  transition: all 0.5s;
}
.viewBlogs:hover{
  text-decoration: underline;
}
.viewBlogs:hover i{
 left: 10px;
}
@media (min-width: 1599px)  { 
  .homePage_features .featureTxt p,
  .serviceTXTBox p,
  .excellenceBox .desc p,
  .trendingContent p,
  .trendingContent .tag{
    font-size: 1.05rem;
  }
  .serviceBox h2,
  .excellenceBox h3 {
    font-size: 1.8rem;
  }
  .serviceBox,
  .excellenceBox .excellenceBox_inner {
    min-height: 300px;
  }
  .homePage_perspective .secBlog__content .title a{
    line-height: 1.35;
    font-size: 1.4rem;
  }
  .secBlog__content{
    min-height: 230px;
  }
  .homePage_perspective .secBlog__content .title{
    min-height: 120px;
  }
  .homePage_features .featureBox {
    min-height: 120px;
  }
  .homePage_banner h2 {
    font-size: 62px;
  }
  .homePage_banner h3 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {  }
@media (min-width: 992px) and (max-width: 1199.98px) {  }
@media (min-width: 768px) and (max-width: 991.98px) { 
  .homePage_banner{
    min-height: 50vh;
    background-position: bottom right;
  }
  .homePage_features .featureTxt p{
    font-size: 0.9rem;
  }
  .homePage_banner h2{
    font-size: 2.6rem;
  }
  .homePage_banner h3{
    font-size: 22px;
  }
  .homePage_features .featureBox h3{
    font-size: 2rem;
  }
  .homePage_aviationEnterprise .solutions .aviation a{
    font-size: 1rem;
  }
  .homePage_perspective .perspectiveRow > [class*="col-md-3"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 1.5rem;  
  }
  .quickLinkDiv ul, .sbsidiery ul{
    overflow-x: auto;
  }
  .tabbable-responsive ul li a{
    font-size: 1rem;
  }
  .trendingContent{
    max-width: 100%;
  }
  .trendingDetail .card-title{
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .homePage_career{
    background-size: cover;
  }
 }
@media (min-width: 576px) and (max-width: 767.98px) { 
  .homePage_aviationEnterprise{
    background-size: contain;
  }
  .homePage_banner{
    padding-top: 10px;
  }
  .homePage_banner h3{
    font-size: 20px;
    max-width: 100%;
  }
  .homePage_banner h2 {
    font-size: 28px;
  }
  .homePage_features .featureBox h3{
    font-size: 1.8rem;
  }
  .homePage_aviationEnterprise .solutions .col-sm-4{
    padding-right: 5px;
    padding-left: 5px;
  }
  .homePage_aviationEnterprise .solutions .aviation a{
    font-size: 0.9rem;
  }
  .tabbable-responsive ul li a{
    font-size: 1rem;
    padding: 0.5rem;
  }
  .homePage_trending .trendingContent{
    max-width: 100%;
  }
  .homePage_perspective .perspectiveRow .col-md-3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .homePage_perspective .secBlog__content .title a{
    font-size: 1.15rem;
  }
  .homePage_career{
    background-size: cover;
  }
  .homePage_career .col-sm-6{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 750%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .homePage_challenge{
    background-repeat: no-repeat;
    background-size: contain;
  }
  .chalengeContent p{
    font-size: 1rem;
  }
  .chalengeContent h4{
    font-size: 1.5rem;
  }
  .sub-top-fotter h4{
    font-size: 1.5rem;
    padding-bottom: 1rem;
  }
 }
@media (max-width: 575.98px) {
  .chalengeContent h4{
    font-size: 1.9rem;
  }
  .homePage_banner{
    background-size: 66%;
    background-position: right bottom;
    margin-bottom: 0;
  }
  .homePage_banner h2 {
    font-size: 34px;
    line-height: 1.5;
  }
  .homePage_banner h3 {
    line-height: 1.5;
    font-size: 20px;
  }
  .featureCnt .featureBoxs:nth-child(4):before{
    top: 0;
  }
  .homePage_features .featureBox h3{
    font-size: 2.2rem;
  }
  .commonTitle__title{
    font-size: 2.2rem;
  }
  .homePage_aviationEnterprise .overlay{
    width: 100%;
  }
  .homePage_aviationEnterprise .solutions .col-sm-4{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .homePage_aviationEnterprise .solutions .aviation a{
    font-size: 1.05rem;
  }
  .homePage_aviationEnterprise .solutions .col-sm-4:nth-child(odd) .aviation {
    background: transparent;
}
.homePage_trending  .tabbable{
  max-width: 100%;
  overflow: auto;
}

.homePage_trending .tabbable-responsive ul{
  display: flex;
  flex-wrap: nowrap;
}
.tabbable-responsive ul li{
  flex: 0 0 50%;
}
.tabbable-responsive ul li a{
  padding: 0.5rem;
  font-size: 1rem;
  display: block;
}
.tabbable-responsive ul li a i{
  left: 0;
  margin-left: 0;
}
.trendingContent{
  max-width: 100%;
}
.trendingDetail {
  padding: 1rem;
}
.trendingDetail .card-title{
  font-size: 1.8rem;
}
.secBlog__content{
  min-height: auto;
}
.perspectiveRow .box{
  margin-bottom: 1rem;
}
.homePage_career{
  background-size: cover;
  background-position: left center;
}
.homeCareerContent{
  margin: 1rem 0;
  box-shadow: none;
}
.homePage_challenge{
  background-position: left;
}
}

/*S Regional Css*/
.regionalPages .homePage_banner{
  background: #ffffff;
      padding: 0;
}
.regionalPages .homePage_banner  .bannerSlides_image,
.regionalPages .homePage_banner  .bannerSlides_cnt{
  -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.regionalPages .homePage_banner  .bannerSlides_image img{
  max-width: 100%
}
@media (max-width: 575.98px) {
  .regionalPages .homePage_banner  .bannerSlides_image{
        order: 2;
  }
.regionalPages .homePage_banner  .bannerSlides_cnt{
     order: 1;
}
.regionalPages .homePage_banner .bannerSlides{
  flex-wrap: wrap;
}
.regionalPages .homePage_banner .bannerSlides h2{
      font-size: 2rem!important;
}
.regionalPages .homePage_banner{
  margin-bottom: 0
}
}
/*E Regional Css*/

/*S News TIcker - old*/
/*.newsTicker{
  background: #010837;
  color: #fff;
  padding: 30px 0;
}
.newsTicker .row{
      display: flex;
    align-items: center;
}
.newsTicker p{
  font-weight: 300;
  color: #bababe;
  margin-bottom: 0;
}
.newsTicker p span{
  font-weight: 600;
  color: #f2f2f2
}
@media (max-width: 575.98px) {
   .newsTicker{
    margin-bottom: 1rem
  }
  .newsTicker .newsTXT{
    margin-bottom: 20px
  }
   .newsTicker .newsIMG{
    margin-bottom: 20px
  }
  .newsTicker .newsIMG img{
    max-width: 200px;
  }
}*/
/*E News TIcker - old */
/*S News TIcker*/
/*S News TIcker*/
.newsTicker{
  background: #010837;
  color: #fff;
      position: relative;
  padding: 0 0;
/*  background: url(https://www.yash.com/wp-content/uploads/2023/02/sapInsiderBG.jpg);*/
  background-position: bottom;
}
section.newsTicker:after {
    background: rgb(0 0 0 / 69%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
}
.newsTicker_inner{
  position: relative;
    z-index: 1;
    text-align: center;
}
.newsTicker .row{
      display: flex;
    align-items: center;
}
.newsIMG img{
  max-width: 174px;
  display: inline;
}
.newsTicker p{
  font-weight: 300;
  color: #bababe;
  margin-bottom: 0;
}
.newsTicker p span{
  font-weight: 600;
  color: #f2f2f2
}
.newsIMG, .newsTXT{
      margin-bottom: 15px;
}
.newsTXT h3{
    font-size: 2.5rem;
}
.newsBox .contactBtn.btn{
  margin-bottom: 20px
}
.newsBox{
 border: 3px solid #19dad0;
 padding: 20px;
 background: rgb(0 0 0 / 49%);
}
.newsTXT{
  text-align: center;
}
@media (max-width: 575.98px) {
   .newsTicker{
    margin-bottom: 1rem
  }
  .newsTicker .newsTXT{
    margin-bottom: 20px
  }
   .newsTicker .newsIMG{
    margin-bottom: 20px
  }
  .newsTicker .newsIMG img{
    max-width: 200px;
  }
}
/*Carousel - ticker*/
.newsTicker_inner .container-fluid{
 position: relative;
}
.newsTicker_inner .slick-slide.slick-current.slick-active > img.bannerBG_img{
    z-index: 9;
    position: relative;
}

.newsTicker_inner .container{
     position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 111;
    padding: 40px 0 80px
}
.newsTicker_inner .slick-active.slick-slide:after{
        content: '';
    position: absolute;
    background: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
}
.newsTicker_inner .slick-dots{
    position: absolute;
    width: 100%;
    bottom: 0;
}
.newsTicker_inner  .slick-dots li{
    position: relative;
    opacity: 0.65
}
.newsTicker_inner .slick-dots li.slick-active{
 opacity: 1
}
.newsTicker_inner .slick-dots li:after{
    width: 10px;
    height: 10px;
    content: '';
    background: #ccc;
    top: 6px;
    left: -18px;
    right: 0px;
    bottom: 0;
    opacity: 1;
    position: absolute;
    border-radius: 20px;
}

.newsTicker_inner .slick-dots li.slick-active:after{
    background: #19dad0
}
   

.newsTicker_inner .slick-slide > img.bannerBG_img {
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.newsTicker_inner .slick-slide.slick-active img.bannerBG_img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
  animation: cssAnimation 8s 1 ease-in-out forwards;
}

@keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.3) translate(0px);
  }
}
@-webkit-keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.3) translate(0px);
  }
}
/*S event Location*/
.event_locations p span{
  display: block;
}
.event_locations .col:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 50px;
    background: #6d6868;
    top: 0;
    right: 0;
}
.event_locations p span {
    display: block;
    font-weight: 300;
    font-size: 0.8rem;
    color: #bababe;
}
.event_locations p {
    color: #19dad0;
    font-size: 0.9rem;
    font-weight: 400
}
.event_locations {
    margin: 20px 0 30px;
}
@media (max-width: 600px) {
  .newsTicker_inner .slick-slide > img.bannerBG_img{
    display: none;
  }
  .newsTicker_inner .container{
    position: relative;
  }
  .newsBox{
    margin: 15px
  }
}
/*E event Location*/
/*E News TIcker*/


