@font-face {
    font-family: 'HeadlineNEWS';
    src: url('../fonts/HeadlineNEWS.eot');
    src: url('../fonts/HeadlineNEWS.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HeadlineNEWS.woff2') format('woff2'),
        url('../fonts/HeadlineNEWS.woff') format('woff'),
        url('../fonts/HeadlineNEWS.ttf') format('truetype'),
        url('../fonts/HeadlineNEWS.svg#HeadlineNEWS') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

body{
    font-family: 'Lato', sans-serif;
}

/*--header start--*/
.header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12;
    padding: 10px 0;
}
.headerWrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headerLogo{
    width: 25%;
}
.headerMiddle{
    width: calc(100% - (25% + 25%));
}
.headerRight{
    width: 25%;
    display: flex;
    justify-content: flex-end;
}
.headerRight ul{
    display: flex;
    align-items: center;
}
.headerRight ul li{
    display: inline-block;
}
.headerRight ul li a{
    display: inline-flex;
}
.dwnIcon{
    width: 35px;
    display: inline-flex;
    margin-right: 15px;
}
.menuTrigger{
    width: 45px;
}
/*--header end--*/
/*--banner start--*/
.bannerWrap{
    width: 100%;
    position: relative;
}
.secHeading{
    font-family: 'HeadlineNEWS';
    font-weight: bold;
    color: #004C8D;
    line-height: auto;
}
.bannerImg{
  height: 100vh;
}
.bannerImg img{
  width: 100%;
}
/* .secHeading span{
    color: #f26522;
} */
.orgColor{
    color: #f26522;
}
.headlineNews{
    font-family: 'HeadlineNEWS';
}
/*--banner end--*/
/*--about wrap start--*/
.aboutWrap{
    background: -webkit-linear-gradient(270deg ,#ffffff, #004c8d73);
    position: relative;
    padding-bottom: 0px !important;
}
.aboutTopImg img{
    width: 100%;
}
.btnWrap{
    margin-top: 30px;
}
.btnWrap .btn-one{
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    transition: 0.5s;
}
.btnWrap .btn-one::after{
    width: 40%;
    height: 2px;
    position: absolute;
    content: "";
    bottom: 0;
    background-color: #fff;
    left: 0;
    transition: 0.5s all;
}
.btnWrap .btn-one:hover{
    color: #f26522 !important;
}
.btnWrap .btn-one:hover::after{
    width: 100%;
}
.aboutBtm{
    width: 100%;
    position: relative;
}
.aboutBtm img{
    width: 100%;
}
.crane_1 {
    position: absolute;
    left: -10%;
    bottom: 58px;
    width: 80px;
}
.crane_1{
  animation: example1 48s infinite;
}
@keyframes example1 {
  0% {
		left: -10%;
	}
	100% {
		left: 100%;
	}
}
.crane_2 {
    position: absolute;
    left: -5%;
    bottom: 58px;
    width: 85px;
}
.crane_2{
  animation: example 35s infinite;
}
@keyframes example {
  0% {
		left: -5%;
	}
	100% {
		left: 100%;
	}
}
/*--aboutWrap end--*/
/*--about aia start--*/
.truckSlider > .swiper-wrapper{
    transition-timing-function : linear;
}

.swiper-slide {
    background-position: center center;
    background-size: cover;
}
.truckSlider{
    margin-top: 20px;
}
.headingWrap{
    margin-bottom: 50px;
    border-bottom: 2px solid #004C8D;
}
.aboutAia{
    background: -webkit-linear-gradient(270deg ,#ffffff, rgb(251, 202, 127, 1));
    padding-bottom: 350px;
    position: relative;
}
/* .mdBottom{
  margin-bottom: -10px;
} */
.deskView video{
  width: 100%;
}
.aboutAiaBottom {
  margin-bottom: -10px;
}
.aboutAiaBottom video{
  width: 100%;
}
.aboutAiaContent .dib{
    padding: 10px 20px;
}
.aiaServed{
    display: flex;
    flex-direction: column;
    max-width: 250px;
    position: relative;
    min-height: 230px;
    margin-top: 130px;
    background-color: #f26522;
    padding-top: 165px;
}
.aiaServed .iconWrap{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    display: flex;
    justify-content: center;
    padding: 60px;
    top: -50%;
}
.aboutAiaBottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.aboutAiaBottom img{
    width: 100%;
}
/*--about aia end--*/
/*--managing director start--*/
.mdSec{
    background: -webkit-linear-gradient(270deg ,#ffffff, rgb(250 176 58 / 66%));
}
.headingWrap{
    position: relative;
}
.powerIcon{
    position: absolute;
    bottom: 0;
    right: 20%;
    width: 100px;
}
.truckIcon{
  position: absolute;
  bottom: 3px;
  right: auto;
  width: 125px;
  left: 0;    
}
.truckIcon{
  animation: example_4 18s infinite;
}
.truckIcon img{
  width: 125px;
}
  @keyframes example_4 {
    0% {
      left: 0;
    }
    50% {
        left: 70%;
    }
    100% {
        left: 100%;
    }
  }
.mdSec .headingWrap{
    margin-bottom: 0px;
}
.mdImg img{
    width: 100%;
}
.quoteTxt{
    padding-right: 200px;
    padding-left: 90px;
}
.quoteTxt p{
    position: relative;
    width: auto;
    display: inline;
}
.quoteP::before{
    position: absolute;
    top: -12px;
    left: -50px;
    content: "";
    background: url(../images/home/bigQuote.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 100%;
}
.quoteP::after{
    position: absolute;
    bottom: -10px;
    right: -35px;
    content: "";
    background: url(../images/home/smallQuote.png) no-repeat;
    width: 25px;
    height: 30px;
    background-size: 100%;
}
.aboutAiaWrap{
    position: relative;
    z-index: 1;
}
.mdBottom img{
    width: 100%;
}
/*--managing director end--*/
/*--csrSec start --*/
.csrTop img{
    width: 100%;
}
.csrSec{
    background-color: #deeed5;
}
.csrSec .headingWrap{
    border-bottom: none;
    margin-bottom: 20px;
}
.subHeader{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.leftTxt{
    padding: 10px 20px;
    background-color: #004C8D;
}
.csrSlide{
    margin-top: 30px;
    border-top: 2px solid #f26522;
}
.csrList{
    margin-top: 20px;
}
.csrList li{
    position: relative;
    padding-left: 20px;
}
.csrList li:before{
    content: "";
    position: absolute;
    background-color: #36AD4B;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 6px;
    left: 0;
}
.csrBox{
    position: relative;
    padding-right: 20px;
}
.csrBox::before{
    width: 30px;
    height: 30px;
    position: absolute;
    top: -43px;
    background: url(../images/home/round-icon.png) no-repeat;
    content: "";
}
.csrBox::after{
    width: 2px;
    height: 14px;
    position: absolute;
    top: -20px;
    left: 11px;
    background-color: #36AD4B;
    content: "";
}
.csrSlide .slick-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    padding-top: 50px;
    margin-top: -20px;
}
.csrSlide .slick-dots{
    margin-top: 30px;
    text-align: center;
}
.csrSlide .slick-dots li{
    display: inline-block;
}
.csrSlide .slick-dots li button{
    font-size: 0px;
    width: 10px;
    height:10px;
    border-radius: 50%;
    display: inline;
    margin:0 5px;
    background-color: #fff;
}
.csrSlide .slick-dots li.slick-active button{
    background-color: #36AD4B;
}
.csrSlide{
    position: relative;
}
.csrRightIcon{
    position: absolute;
    right: 40px;
    top: -98px;
}
/*--csrSec end--*/
/*--sustainability start--*/
.srWrap{
    background: -webkit-linear-gradient(89deg ,#9cd9f970, #ffffff);
    padding-bottom:80px;
}
.srTopImg img{
    width: 100%;
}
.lineWrap{
    border-top: 2px solid #004C8D;
    margin-top: 60px;
}
.lineInner{
    position: relative;
}
.lineInner .lineArrow{
    position: absolute;
    left: 0;
    top: -17px;
    width: 50px;
}
.bsra2{
    position: absolute;
    left:-10%;
    bottom: 100%;
    width: 58px;
}
.bsra2{
  animation: example_b1 50s infinite;
}
@keyframes example_b1 {
  0%{
    left:-10%;
  }
  100%{
      left: 105%;
  }
}
.bsra3{
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 130px;
}
.bsra3{
  animation: example_b2 40s infinite;
}
@keyframes example_b2 {
  0%{
    left: 0;
  }
  100%{
      left: 105%;
  }
}
.bodList li{
    padding-left: 15px;
    position: relative;
}
.bodList li::before{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #004C8D;
    left: 0;
    content: "";
    position: absolute;
    top: 9px;
}
.itemInner p{
    margin-bottom: 5px;
}
.itemInner{
    padding: 20px 40px;
    border-bottom: 1px solid #004C8D;
    position: relative;
}
.itemInner::before{
    width: 1px;
    height: calc(100% - 65px);
    bottom: 0;
    left: 0;
    background-color: #004C8D;
    content: "";
    position: absolute;
}
.bodItem{
    padding: 0 18px;
}
.bodImg {
    width: 33px;
    position: absolute;
    left: -16px;
    top: 22px;
}
.slick-prev, .slick-next{
    font-size: 0px;
    width: 50px;
    height: 40px;
    background-color: #f7f7f7;
}
.slick-next{
    position: absolute;
    right: 0;
    top: -60px;
    background: url(../images/home/next.png) no-repeat center center;
    background-size: 30px;

}
.slick-prev{
    position: absolute;
    right: 0;
    top: -60px;
    background: url(../images/home/prev.png) no-repeat center center;
    background-size: 30px;

}
.slick-prev{
    position: absolute;
    right:60px;
    top: -60px;
}
/*--sustainability end--*/
/*--footerWrap start--*/
.footerWrap{
    background-color: #DEEED5;
    padding: 70px 0;
    position: relative;
}
.footerBottom{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.footerBottom img{
    width: 100%;
}
.footerLogo{
    width: 70%;
    margin-bottom: 20px;
}
.addWrap p{
    margin-bottom: 10px;
}
.footerList{
    margin-top: 85px;
    padding-left: 30px;
    column-count: 2;
}
.footerList li {
    margin-bottom: 20px !important;
    position: relative;
    padding-left: 31px;
}
.footerList li::before{
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../images/home/Icon.png) no-repeat;
    content: "";
    left: 0;
    top: 0;
}
/*--footerWrap end--*/

.fixedHeader{
    position: fixed !important;
    top: 0;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #ccc;
}
.bannerContent{
    position: absolute;
    width: 100%;
    top:160px;
    transform: translateY(-50%);
}
.bannerImmerImg{
    width: 38%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.bannerImmerImg img{
    animation: Rotate 20s linear infinite;
  -webkit-animation: Rotate 20s linear infinite;
}
.bannerTxt img{
    width: 40%;
}
@keyframes Rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  
  @-webkit-keyframes Rotate {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  
  @keyframes Rotate-reverse {
    from {
      transform: rotate(360deg);
    }
    to {
      transform: rotate(0deg);
    }
  }
  
  @-webkit-keyframes Rotate-reverse {
    from {
      -webkit-transform: rotate(360deg);
    }
    to {
      -webkit-transform: rotate(0deg);
    }
  }
  
  @keyframes circle-rotate {
    from {
      transform: translate(-50%, -50%) rotate(45deg);
    }
    to {
      transform: translate(-50%, -50%) rotate(405deg);
    }
  }
  
  @-webkit-keyframes circle-rotate {
    from {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
    }
    to {
      -webkit-transform: translate(-50%, -50%) rotate(405deg);
    }
  }
  
  @keyframes img-rotate {
    from {
      transform: rotate(-45deg);
    }
    to {
      transform: rotate(-405deg);
    }
  }
  
  @-webkit-keyframes img-rotate {
    from {
      -webkit-transform: rotate(-45deg);
    }
    to {
      -webkit-transform: rotate(-405deg);
    }
  }
  /*--breadcrumb start--*/
  .breadcrumbSec {
    background-color: #004c8d;
  }
  .breadcrumb {
    padding: 0px 80px;
    background-color: transparent;
    margin-bottom: 0px !important;
  }
  .breadcrumb-item{
    padding: 15px 0;
    margin-right:20px;
  }
  .title__link a {
    color: #ffffff;
  }
  .breadcrumb-item.active {
    color: #009ddb !important;
    padding: 15px 20px;
    position: relative;
  }
  .breadcrumb-item.active::before{
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f26522;
    transform: skew(-20deg);
    z-index: 0;
  }
  .breadcrumb-item.active span{
    position: relative;
    z-index: 1;
    color: #fff;
  }
/*--breadcrumb end--*/
/*--inner page start--*/
.inner-header{
  position: relative;
  background-color: #fff;
}
/*--inner page end--*/
main.home{
  overflow: hidden;
}
  

/*--menu wrap start--*/
.nveMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width:40%;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transform: translateX(-40%);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  padding: 40px 20px;
  z-index: 999;
  box-shadow: 0px 0px 10px 0px #ccc;
}
.nveMenu.is-opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  overflow: auto;
}
.nveMenu h1 {
  color: #000;
  font-weight: 700;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffffba;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transform: translateX(-100%);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  padding: 40px 20px;
  backdrop-filter: blur(3px);
}
.overlay.is-on {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.navlinks li {
  display: block;
  padding: 12px 0;
  position: relative;
}
.navlinks li a {
  text-transform: uppercase;
  color: #666;
  font-weight: 700;
  padding-right: 20px;
}
.navlinks li a .pdfIcon{
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.navlinks li a:hover {
  text-decoration: none;
}
.closeIcon{
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 20px;
  cursor: pointer;
}
.sidebarLogo{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 6px solid #f26522;
}
.nveMenu h4{
  padding: 10px 20px;
  background-color: #004C8D;
  color: #fff;
}
.navlinks{
  width: 100%;
  background-color: #f7f7f7;
  margin-bottom: 20px;
}
.navlinks li{
  padding: 20px !important;
  border-bottom:1px solid #dcdcdc;

}
/*--menu wrap end--*/
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #f26522; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.aboutTopImg video{
  width: 100%;
}
.link {
  width: 6rem;
  height: 6rem;
  display: inline-block;
  font: 300 1.55rem/1.4 "Josefin Sans";
  text-transform: uppercase;
  letter-spacing: 0.1175em;
  word-spacing: 0.3em;
  text-decoration: none;
}
.link__svg {
  width: 100%;
  height: auto;
  transform-box: fill-box;
  fill: #ffffff;
  stroke: #ffffff;
  stroke-width: 0.05em;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.link__cloud {
  transform-origin: 50% 50%;
  -webkit-animation: rotate normal infinite 30s linear;
          animation: rotate normal infinite 30s linear;
  fill: rgba(255, 255, 255, 0.15);
}
.link__face, .link__arrow {
  transform-origin: 50% 50%;
  transition: transform 0.15s cubic-bezier(0.32, 0, 0.67, 0);
}
.link:hover .link__face, .link:hover .link__arrow {
  transform: scale(1.1);
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.link__arrow {
  stroke-width: 0.075em;
}
.link__text {
  -webkit-animation: rotateReverse normal infinite 10s linear;
          animation: rotateReverse normal infinite 10s linear;
  transform-origin: 50% 50%;
}
.link:hover .link__text {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.link--alt {
  font-size: 1.15rem;
  letter-spacing: 0;
  word-spacing: 0;
}

@-webkit-keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateReverse {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes rotateReverse {
  to {
    transform: rotate(-360deg);
  }
}

.pageNav{
  background-color: #123885;
  padding: 10px 50px;
  display: flex;
  justify-content: space-between;
}
.prevNav .link__arrow {
  stroke-width: 0.075em;
  transform: rotate(180deg);
}
.prevNav .link:hover .link__arrow {
  stroke-width: 0.075em;
  transform: rotate(180deg);
}
.innerPage .aiaHead, .innerPage .aiaHead2 {
  font-size: 40px;
  line-height: normal;
  font-weight: 400 !important;
  font-family: 'HeadlineNEWS';
}
.innerPage .skFz_60 {
  font-size: 50px !important;
  font-family: 'HeadlineNEWS';
}
.about .aiaHead2 {
  font-size: 30px !important;
}

/*--sideMenuWrap start--*/
.sideMenuWrap {
  padding: 40px 30px;
  position: sticky;
  top: 70px;
  overflow: auto;
}
.sideMenuWrap ul{
  height:70vh;
  padding-right: 15px;
  padding-bottom: 100px;
}
.sideMenuWrap ul li a {
  display: block;
  padding: 20px 20px;
  padding-right: 30px;
  background-color: #004c8d;
  color: #fff;
  margin-bottom: 20px;
  text-decoration: none;
  font-size: 18px;
  border-radius: 10px;
  border-radius: 10px;
}

.sideMenuWrap ul li .sub-menu {
  margin: 0;
  padding-left: 20px;
  display: none;
  
}
.secADiv{
  margin-top: 20px !important;
}
.sideMenuWrap ul li .sub-menu li {
  list-style-type: none;
}
.sideMenuWrap ul li .sub-menu li a {
  display: block;
  color: white;
  text-decoration: none;
  padding-left: 30px;
  line-height: 40px;
}
.sideMenuWrap ul li a:hover, .sideMenuWrap ul li .sub-menu li a:hover{
  color: #f26522;
}
.sideMenuWrap ul li.dropdown{
  position: relative;
}
.sideMenuWrap ul li.dropdown::after{
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 14px;
  color: #fff;
  right: 15px;
  top: 22px;
}
.go2Top {
  width: 45px;
  height: 45px;
  border-radius: 7px;
  background-color: #f26522;
  color: #fff;
  position: fixed;
  bottom: 30px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 17px 0px #0000066e;
  cursor: pointer;
}
/*--sideMenuWrap end--*/
.mobView{
  display: none !important;
}
.bannervideo{
  height: 100vh;
}
.bannervideo video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.fancybox-content{
  background-color: #fff !important;
  padding: 20px !important;
}
.home .blueText2{
  color: #004c8d !important;
}