/* .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 500px;
  background-image: url(../images/home/yash_swoosh_white_outline.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
} */
.homePage_banner {
  background: #012169;
  padding: 0;
}
.homePage_banner .container-fluid{
  padding-left: 0;
  padding-right: 0;
}
.bannerSlides{
  min-height: 85vh;
}
.homePage_banner .bannerSlides_cnt {
  padding-top: 4rem;
  padding-bottom: 2rem;

}
.homePage_banner .yash_swoosh{
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  top: 0;
  bottom: 0;
  opacity: 0.5;
}
.homePage_banner .yash_swoosh img{
  max-width: 50%;
  opacity: 0.5;
}
.homeSlider_Bg video{
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  bottom: 0;
  left: 0;

}
.bannerSlides_inner  .container{
  position: relative;
  z-index: 2;
}
.bannerSlides .bannerSlides_inner{
  z-index: 2;
  position: relative;
  min-height: 85vh;
}
.banner_right_bottom{
  padding: 15px;
}
.featureCnt .featureBoxs {

  padding: 1rem;
  position: relative;
}
.featureCnt .featureBoxs:nth-last-child(1) .featureBox h3 ,
.featureCnt .featureBoxs:nth-last-child(1) .featureBox p{
 color: #000;
}
.homePage_banner .learn-more-btn .btn-text{
  color: #ffffff;
}
.homePage_features .featureTxt{
  padding: 5rem 0 5rem;
  text-align: center;
}
.homePage_features .featureTxt p{
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8;
}
.homePage_features .featureBox h3 {
  color: #FFC107;
  color: #ffffff;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1;
}

.homePage_features .featureBox p{
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.3px;
  color: #000000;
}
.homePage_features .featureBox {
  min-height: 134px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.featureCnt {
  border-radius: 6px;
  background: #C20CA6;
  background: radial-gradient(circle, rgba(194, 12, 166, 0.11) 0%, rgba(114, 12, 179, 0.12) 0%, rgba(27, 12, 194, 0.1) 100%);
}
.commonTitle__title .theme-color{
  color: #4f4f4f !important;
}
/* .featureCnt .featureBoxs:nth-child(1){
  background-color: #202A2C;
}
.featureCnt .featureBoxs:nth-child(2){
  background-color: #68727E;
}
.featureCnt .featureBoxs:nth-child(3){
  background-color: #000;
}
.featureCnt .featureBoxs:nth-child(4){
  background-color: #E1E1E1;
} */
.featureCnt .featureBoxs .featureBox_Txt{
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.featureBox_Txt:after {
  border-right: 1px solid #000;
  position: absolute;
  top: 10%;
  bottom: 10%;
  width: 1px;
  content: '';
  right: 0;
}
.featureCnt .featureBoxs:nth-child(4) .featureBox_Txt:after{
  display: none;
 }
.featureCnt .featureBoxs .featureBox_Txt h3{
  display: block;
  color: #000;
  font-weight: 500;
}
section.homePage_services {
  background: #1B212D;
  color: #fff;
  padding: 50px 0 0 0;
}
section.homePage_services  .container-fluid{
  padding-left: 0;
  padding-right: 0;
}
.serviceTXTBox {
  position: absolute;
    bottom: 0;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 85%) 41%);
    color: #fff;
    z-index: 1;
    padding: 25px 10px 15px;
    transition: all 0.5s;
    z-index: 3;

}
.serviceBox:hover .textLink{

background: transparent;
}
.serviceBox:hover .serviceImgOuter{
  background: rgb(238,67,123);
background: linear-gradient(180deg, rgba(238,67,123,0) 0%, rgba(152,69,128,0.4515056022408963) 30%, rgba(0,1,65,0.9024859943977591) 77%);
transition: all 0.5s;
}
.serviceBox:hover .serviceImgOuter img{
  transform: scale(1.2);
  border-radius: 0;
  transition: all 0.5s;
  opacity: 0.3;
}
.homePage_services .textLink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  transition: all 0.5s;
}
.homePage_services .serviceBox:hover .textLink{
  left: 7px;
  right: 7px;
}


.serviceTXTBox p{
  font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 0;
    color: #c4c4c4;
}
.serviceTXTBox i{
  color: #ffffff;
  font-size: 2rem;
  position: absolute;
  right: 30px;
  bottom: 20px;
  transform: rotate(45deg);
  opacity: 0.5;
  transition: all 0.5s;
}
.serviceBox:hover  .serviceTXTBox i{
  opacity: 0.8;
  right: 10px;
}
.serviceBottom h5{
  font-size: 0.85rem;
}

.serviceTxt {
  padding-top: 70px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.serviceBox {
  min-height: 280px;
  position: relative;
}

.serviceBox h2{
  font-size: 1.6rem;
}
.serviceBox {
  font-size: 0.9rem;
  padding: 0;
}
.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.png);
  background-size: cover;
  position: relative;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-attachment: fixed;
}
.homePage_aviationEnterprise .overlay{
  opacity: 0.6;
}
.homePage_aviationEnterprise .container, 
.homePage_aviationEnterprise .aviation{
  position: relative;
}
.homePage_aviationEnterprise .aviation{
  background-color: #fff;
        text-align: center;
        border-radius: 20px;
        margin-bottom: 20px;
        padding: 20px 0;
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        transition: all 0.5s;
}
.homePage_aviationEnterprise .aviation:hover{
  box-shadow: 0 0 32px rgba(70,150,240,0.7) inset;
}
.homePage_aviationEnterprise .aviation a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.aviation__caption {
  padding: 10px 20px;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
}

.homePage_aviationEnterprise .aviation img{
max-width: 80px;
}
.homePage_aviationEnterprise .aviation__title{
  font-weight: 600;
  margin: 20px 0 30px;
  display: block;
  text-align: center;
  font-size: 1.4rem;
}
.animate {
  color: #0E3C34;
  font-weight: 700;
}
.homePage_perspective {
  background: #000;
}
.homePage_perspective .commonTitle__title{
 color: #fff;
}

section{
  padding: 50px 0;
}
.excellenceBox {
  background: #000;
  min-height: 284px;
  margin-bottom: 20px;
  border-radius: 20px;
  padding: 20px;
  position: relative;
}

.excellenceBox_img_only{
  padding: 0;
}
.excellenceBox_img_only img{
  object-fit: cover;
  border-radius: 20px;
}

.excellenceBox  .learn-more-btn{
  bottom: 20px;
  position: absolute;
  z-index: 1;
  text-decoration: none;
}
.excellenceBox:hover .learn-more-btn .btn-text{
  color: #fff;
}
.learn-more-btn .btn-text{
  color: #d3d3d3;
}
.learn-more-btn:hover .btn-text{
  color: #ffffff;
}
 .learn-more-btn.learn-more-border::before{
  border: 2px solid #1A8AE1;
}
 .learn-more-btn.learn-more-border .circle::after , .learn-more-btn.learn-more-border .circle::before{
  border-color: #1A8AE1;
}
.learn-more-btn .circle::after {
  border-width: 2px 2px 0 0;
}
.learn-more-btn .circle::before{
  border-width: 2px 0 0;
}
.homePage_excellence{
  background: rgb(238,174,202);
  background: radial-gradient(circle, rgba(238,174,202,0.17979691876750703) 0%, rgba(148,187,233,0.2638305322128851) 100%);
}
.excellenceBox h3{
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 20px;
}
/* .excellenceBox:hover h3{
  color: #1A8AE1;
} */
.excellenceBox h3:after{
  content: '';
  position: relative;
  bottom: 0;
  width: 40px;
  height: 2px;
  display: block;
  background: #1A8AE1;
  left: 0;
  top: 5px;
  border-radius: 4px;
  transition: all 0.5s;
}

.excellenceBox:hover h3:after{
 width: 100%;
}
.excellenceBox .desc p{
  font-size: 1rem;
  color: #c4c4c4;
  padding-top: 0;
  font-weight: 400;
}
.homePage_features{
  padding: 3rem 0 0;
  overflow: hidden;
  background: #C20CA6;
  background: radial-gradient(circle, rgba(194, 12, 166, 0.1) 0%, rgba(114, 12, 179, 0.09) 0%, rgba(27, 12, 194, 0.05) 100%);
}
.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: cover;
}
.homeSlider_Bg::before{
 content: '';
 /* background: rgb(238,67,123);
background: linear-gradient(180deg, rgba(238,67,123,1) 13%, rgba(10,75,162,1) 100%); */
background: #000;
width: 100%;
height: 100%;
position: absolute;
opacity: 0.6;
z-index: 1;
}



.homeCareerContent{
  background-color: #fff;
  color: #ffffff;
  padding: 3rem;
  margin: 7rem 0;
  /* box-shadow: -12px 12px 1px #b5b5b5; */
  transition: all 0.5s;
  border-radius: 40px;
}
/* .homeCareerContent:hover{
  box-shadow: -16px 16px 1px #b5b5b5;
} */
.homeCareerContent .btn.btn-outline-primary{
  color: #000;
  transition: all 0.5s;
}
.homeCareerContent .btn.btn-outline-primary:hover{
  color: #fff;
  transition: all 0.5s;
}
.homeCareerContent .commonTitle__title {
  margin-bottom: 2rem;
  color: #000;
}
.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;
  display: none;
}
.homePage_perspective .box__Img{
  min-height: auto;
  background: transparent;
  float: right;
  width: 50%;
  height: 112px;
  transition: all 0.5s;
}
.homePage_perspective .box__Img img{
  min-height: auto;
  display: flex;
  align-items: end;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 20px;
}
.homePage_perspective .box:hover .box__Img {
  width: 100%;
  height: 112px;
  transition: all 0.5s;
}
.homePage_perspective .box:hover .box__Img img {
  border-bottom-left-radius: 20px;
}
.homePage_perspective .secBlog__content .title{
  margin-bottom: 3rem;
  min-height: 180px;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
}
.secBlog__content{
  padding: 0 1rem 1rem;
  min-height: 200px;
}
.secBlog__content i {
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg);
  opacity: 0.3;
  transition: all 0.5s;
}
.homePage_perspective .box_Link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.perspectiveRow .box:hover .secBlog__content i {
 opacity: 1;
 transition: all 0.5s;
}
.excellenceBox .arrowBTN, .excellenceBox .arrowBTN:hover{
  color: #ee171c;
}

.homePage_perspective .secBlog__content .title a{
  color: #e2e2e2;
  font-size: 1.5rem;
  transition: all 0.25s;
  text-decoration: none;
  font-weight: 500;
  padding-top: 20px;
  display: block;
  line-height: 1.4;
  text-decoration: none;
}
.homePage_perspective .secBlog__content .title a:hover{
 color: #fff;
}
.perspectiveRow .box{
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 20px;
  transition: all 0.5s;
  position: relative;
}
.perspectiveRow .box:hover{
  background-color: #1A8AE1;
  transition: all 0.5s;
  border: 1px solid #1A8AE1;
}
.perspectiveRow .box:hover .box__Img img{

}
.perspectiveRow .box .title .secBlog__content  .box_Link {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
}
.homePage_banner h2 {
  margin-bottom: 1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 4.6rem;
  text-transform: uppercase;
}
.bannerSlides_inner .col-sm-4{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.homePage_banner h3 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1.5;
  max-width: 100%;
}
.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 {
  text-decoration: none;
  font-size: 1rem;
  margin-right: 15px;
  height: 44px;
  border: 2px solid #7d7d7d;
  border-radius: 44px;
  padding: 5px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 4rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  transition: all 0.5s;
}
.viewBlogs  i{
  margin-left: 10px;
  font-size: 1.2rem;
  position: relative;
  top: 2px;
  transition: all 0.5s;
  left: 0;
}
.viewBlogs:hover{
  text-decoration: none;
  background: #1A8AE1;
  color: #fff;
  border-color: #1A8AE1;
  transition: all 0.5s;
}
.viewBlogs:hover i{
 transition: all 0.5s;
}


@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 {
    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_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;
  }
 

  .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: 2.4rem;
    line-height: 1.4;
  }
  .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_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: #000000;
  color: #fff;
      position: relative;
  padding: 3rem 0 7rem;
  background-position: bottom;
}
.newsTicker .slick-slider .slick-arrow.slick-next:before ,
.homePage_services  .slick-slider .slick-arrow.slick-next:before  {
  background: url(../images/bizNext/right_arrow.png);
  background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}
.newsTicker .slick-slider .slick-arrow.slick-prev:before ,
.homePage_services   .slick-slider .slick-arrow.slick-prev:before{
  background: url(../images/bizNext/left_arrow.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}
.newsTicker_inner{
  position: relative;
    z-index: 1;
    text-align: center;
}
.newsTicker .slick-slider .slick-arrow{
  right: 70px;
  bottom: -69px;
  top: auto;
}
.newsTicker .slick-slider .slick-arrow::after{
  display: none;
}
.newsTicker .slick-slider .slick-arrow.slick-next{
  right: 0px;
}
/* .newsTicker .slick-slider .slick-arrow.slick-prev,
 {
  right: 70px;
  bottom: -26px;
  top: auto;
} */
.slideCounter {
    position: absolute;
    right: 69px;
    bottom: 39px;
    font-size: 1rem;
    color: #fff;
}
.slideCounter .seprator{
  padding: 3px 5px ;
}
.newsTicker_inner .row{
  display: flex;
  align-items: center;
}
.newsTicker_inner .promo_Content{
  text-align: left;
}
.newsTicker_inner .promo_Content img{
  max-width: 180px;
  margin-bottom: 20px;
}
.newsTicker_inner .promo_Content img.qad_Logo{
  max-width: 120px;
  height: auto;
}
.newsTicker_inner .promo_Content img.ms_Logo{
  max-width: 170px;
  height: auto;
}

.newsTicker_inner .promo_Content p i{
  margin-right: 10px;
  color: #525252;
}
.newsTicker_inner .promo_Content h4{
  color: #ffffff;
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 20px;
}
.newsTicker_inner .promo_Content h6{
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 20px;
  position: relative;
  top: -10px;
}
.promo_Content .btn{
 margin-top: 20px;
}

.newsTicker p{
  font-weight: 300;
  color: #d3d3d3;
  margin: 10px 0;
}
.newsTicker p span{
  font-weight: 600;
  color: #f2f2f2
}
.newsIMG, .newsTXT{
      margin-bottom: 15px;
}

.newsBox .contactBtn.btn{
  margin-bottom: 20px
}

.newsTXT{
  text-align: center;
}
@media (max-width: 575.98px) {
   .newsTicker{
    margin-bottom: 1rem
  }

  .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 .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*/

.homePage_services .commonTitle__title{
 color: #fff;
}
.infinite_txt h3 {
  font-size: 6.5rem;
  font-weight: 600;
  opacity: 0.1;
  -webkit-text-stroke: 2px #1A8AE1;
  color: transparent;
}
.infinite_txt.txt_2 h3{
  font-size: 6rem;
  -webkit-text-stroke: none;
  color: #1A8AE1;
  margin-right: 3rem;
}
.infinite_txt.txt_2 h3:after {
  content: '*';
  font-size: 3rem;
  position: relative;
  color: #000;
  left: 4rem;
}
.btn.btn-outline-primary {
  border-color: #7d7d7d;
  color: #ffffff;
  border-radius: 50px;
  border: 2px solid #7d7d7d;
}
.num_Plus::after{
  content: '+';
  position: relative;
  right: 0;
  font-size: 2.4rem;
  font-weight: 300;
}
@media (max-width: 1300px) {
  .infinite_txt.txt_2 h3{
    font-size: 5.6rem;
  }
}
@media (max-width: 600px) {
  .homePage_banner .yash_swoosh{
    top: 12rem;
    bottom: auto;
    right: -80px;
  }
  .bannerSlides_inner .col-sm-4{
    position: relative;
  }
  .homePage_banner .bannerSlides_cnt{
    padding-top: 2rem;
    padding-bottom: 0rem;
  }
  main.mainContent {
    padding-top: 55px;
  }
  .newsTicker_inner .promo_Content h4{
    font-size: 2rem;
  }
  .featureCnt .featureBox_img {
    display: none;
  }
  .featureCnt .featureBoxs.col-md-3,
  .excellenceSlider  .col-md-4,
  .homePage_aviationEnterprise  .col-sm-3  {
    flex: 0 0 auto;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .homePage_features .featureTxt p{
    font-size: 1.1rem;
  }
  .homePage_aviationEnterprise{
    background-size: cover;
  }
  .aviation__caption{
    padding: 10px 10px;
  }
  .homePage_aviationEnterprise .aviation__title{
    margin: 20px 0 20px;
    font-size: 1.2rem;
  }
  .homePage_aviationEnterprise .aviation img{
    max-width: 50px;
  }
  .excellenceBox_img_only img{
    width: 100%;
        height: 100%;
  }
  .excellenceBox .desc p{
    font-size: 0.85rem;
  }
  .homePage_excellence .learn-more-btn .btn-text{
    font-size: 0.8rem;
  }
  .excellenceBox,
  .excellenceBox_img_only{
    height: 264px;
  }
  .homePage_features {
    padding:  0 0;

    }
    .customHeader .navbar-toggler .line{
      border: 1px solid #ffffff;
    }
    .bannerSlides {
      min-height: 76vh;
  }
  .homeSlider_Bg video{
    top: 0;
    height: 75vh;
  }
  .bannerSlides .bannerSlides_inner{
    min-height: 76vh;
  }
  .homeSlider_Bg::before{
    opacity: 0.8;
  }
  .homePage_banner .yash_swoosh{
    display: none;
  }
  .newsTicker .slick-slide{
    padding: 10px 20px;
  }
  .newsTicker_inner .promo_Content h4 {
    font-size: 1.8rem;
    margin-top: 19px;
}
.homePage_features .featureBox p{
  padding: 0 5px;
}
}
.homePage_banner .slick-track .bannerSlides:nth-child(2) .bannerSlides_inner{
 background: url(https://www.yash.com/wp-content/uploads/2025/02/header_home_2_3.png);
 background-size: cover;
 background-position: right center;
 background-repeat: no-repeat;
}
.homePage_banner .slick-track .bannerSlides:nth-child(2) .bannerSlides_inner .yash_swoosh ,
.homePage_banner .slick-track .bannerSlides:nth-child(2) .bannerSlides_inner .homeSlider_Bg {
 display: none;
}
@media (min-width: 576px) {
.homePage_banner .slick-track .bannerSlides:nth-child(2) .bannerSlides_inner .col-sm-9{
  width: 50%;
}
.homePage_banner .slick-track .bannerSlides:nth-child(2) .bannerSlides_inner .col-sm-4 {
  position: relative;
  right: 0;
  bottom: 0;
  z-index: 3;
  left: 7%;
}
}
@media (max-width: 600px) {
  .homePage_banner .slick-track .bannerSlides:nth-child(2) .bannerSlides_inner{
    background: url(https://www.yash.com/wp-content/uploads/2025/02/header_home_2.png);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
   }
   .homePage_banner .slick-track .bannerSlides:nth-child(2) .bannerSlides_inner h2{
    font-size: 1.8rem;
   }
   .homePage_banner .slick-track .bannerSlides:nth-child(2) .bannerSlides_inner h3{
    display: none;
   }
}
@media (min-width: 991px) and  (max-width: 1399px) {
  .homePage_banner h2{
    font-size: 3.5rem;
  }
  .homeSlider_Bg::before{
    height: 100vh;
  }
}