body{overflow-x: hidden}

/*NAVBAR*/
.nav-bar .nav-bar-links .level-2 {min-width: 230px;}
/*.nav-bar-links .level-1 .item-level-1 .link-level-1 {color: #072448 !important;}*/

.btn-3 {
  background-color: #072448;
}

.bg-aero{background-color:#072448 !important;}
.text-earo{color:#072448 !important;}
.text-aero-red{color:#ED1E24 !important}
.text-aero-dark{color:#1C1A30 !important}
.sec-explain{color:black !important;}

.text-justify{text-align:justify !important;}
.pb-100{padding-bottom:100px;}
.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2:hover {
    color: #ffffff;
}
.copyright {

  background-color: #072448;

}

.mt-n100{margin-top:-100px;}

.ae-header-bg{
    background-position:center; 
    /*background-attachment:scroll; */
    -o-background-size:cover; 
    -moz-background-size:cover; 
    -webkit-background-size:cover; 
    background-size:cover; 
    background-repeat:no-repeat;
}

.overlay-2 {
  background-color: rgba(7, 36, 72, 0.93);
}


.border-white{border-color:white !important;}

.sec-title .sec-explain {  text-transform: none !important;}

.features .features-item{
    background-color: inherit !important;
    position:relative;
    border-radius:0 !important;
    overflow: hidden;
    padding:30px 30px 20px 30px!important;
}



.features .features-item:hover{
    background-color: inherit;
     box-shadow:  100px 100px 100px 100px #072448 inset;
       transition: 100ms width ease 300ms;
    
}

.features .features-item:before {
        width: 120%;
        height: 120%;
      content: "";
      position: absolute;
      top: -10%;
      left: -10%;
      background: inherit;
      box-shadow:  100px 100px 100px 100px #07244860 inset;
      filter: blur(10px);
       -moz-filter: blur(10px);
        -webkit-filter: blur(10px);
        -o-filter: blur(10px);
      z-index:-1;
}

.quote-big::before {
      font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f10d";position: absolute;
    top: 60px;
    left: -20px;
    font-size:88px;
    opacity:.1;
    color: #072448;;
}

.sticky-top{
    top:130px;
}

.hs2-partner{border:dashed 1px #313083; text-align:center}
.services.home-3 .item-box:hover .content-box ul li  {
  color: #FFF;
  position:relative;
}
.h2sgallery-carousel .sponsors-box-item img{max-height:220px; width:auto;}
.ict-carousel .owl-stage { display: flex; }
.ict-carousel .item, .ict-carousel .item-box, .ict-carousel .content-box { height: 100%; }

.injector-carousel .owl-stage, .power-carousel .owl-stage, .power-carousel-2 .owl-stage { display: flex; }
.injector-carousel .item, .injector-carousel .item-box, .injector-carousel .content-box , .power-carousel .item, .power-carousel .item-box, .power-carousel .content-box ,.power-carousel-2 .item, .power-carousel-2 .item-box { height: 100%;}

.power-carousel .item{
   opacity: .3; 
}

table {font-size:16px !important; color:#1C1A30; border-color:#313083!important; border-radius:5px;}
table tr td:first-child{white-space: nowrap;font-weight: 600;}
table tr td:last-child{color:#9B9B9B!important;}
table tr td{padding:1.3rem .8rem !important;}
table tr:hover td{background: #313083;color: white !important;}

.warehouse-carousel .owl-nav{
  position: absolute ;
  top: -16px;
  right: 0;
}


/*ITEM BOX 2*/
.item-box-2{
    padding:1rem;
    border-radius:5px;
    border:1px solid rgba(0, 0, 0, 0);
}
.item-box-2 h4 {
  font-size: 22px;
  font-weight: 600;
}

.item-box-2:hover{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    border:1px solid #313083;
    transition: 500ms ease;
    background:white;
    color:#1C1A30 !important;
}

.item-box-2:hover .content-box p {
    color:#1C1A30 !important;
}

/*END ITEM BOX 2*/

/*MENU*/
.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1, .nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2{
    font-size:16px !Important;
    font-weight:bolder;
}

/*END MENU*/

.power-carousel .active.center .item{
   opacity: 1; 
}

/*CLIENT*/

.sponsors-box-item{
    border:solid 3px #07244830;
    border-radius:15px;
}

.sponsors-box-item img{
    opacity:.8;
    border-radius:15px;
}
.sponsors-carousel .owl-stage-outer { padding:0 0 30px 0;}

.sponsors-carousel .owl-item:hover .sponsors-box-item{
    box-shadow: rgba(0, 0, 0, 0.75) 0px 25px 20px -20px;
    transition: 500ms ease;
    border:solid 3px #205da8;
}
/*END CLIENT*/


/* PULSE */
.pulse i{
    background-color: #072448;
}


@-webkit-keyframes video-pulse-presentation{
    0%{
        -webkit-box-shadow: 0 0 0 0 rgb(7 36 72 / 70%), 0 0 0 0 rgb(7 36 72 / 70%);
                box-shadow: 0 0 0 0 rgb(7 36 72 / 70%), 0 0 0 0 rgb(7 36 72 / 70%);
    }
    40%{
        -webkit-box-shadow: 0 0 0 0 rgb(7 36 72 / 0%), 0 0 0 0 rgb(7 36 72 / 70%);
                box-shadow: 0 0 0 0 rgb(7 36 72 / 0%), 0 0 0 0 rgb(7 36 72 / 70%);
    }
    80%{
        -webkit-box-shadow: 0 0 0 0 rgb(7 36 72 / 0%), 0 0 0 30px rgb(7 36 72 / 0%);
                box-shadow: 0 0 0 0 rgb(7 36 72 / 0%), 0 0 0 30px rgb(7 36 72 / 0%);
    }
    100%{
        -webkit-box-shadow: 0 0 0 0 rgb(7 36 72 / 0%), 0 0 0 30px rgb(7 36 72 / 0%);
                box-shadow: 0 0 0 0 rgb(7 36 72 / 0%), 0 0 0 30px rgb(7 36 72 / 0%);
    }
}
@keyframes video-pulse-presentation{
    0%{
        -webkit-box-shadow: 0 0 0 0 rgb(7 36 72 / 70%), 0 0 0 0 rgb(7 36 72 / 70%);
                box-shadow: 0 0 0 0 rgb(7 36 72 / 70%), 0 0 0 0 rgb(7 36 72 / 70%);
    }
    40%{
        -webkit-box-shadow: 0 0 0 0 rgb(7 36 72 / 0%), 0 0 0 0 rgb(7 36 72 / 70%);
                box-shadow: 0 0 0 0 rgb(7 36 72 / 0%), 0 0 0 0 rgb(7 36 72 / 70%);
    }
    80%{
        -webkit-box-shadow: 0 0 0 0 rgb(7 36 72 / 0%), 0 0 0 30px rgb(7 36 72 / 0%);
                box-shadow: 0 0 0 0 rgb(7 36 72 / 0%), 0 0 0 30px rgb(7 36 72 / 0%);
    }
    100%{
        -webkit-box-shadow: 0 0 0 0 rgb(7 36 72 / 0%), 0 0 0 30px rgb(7 36 72 / 0%);
                box-shadow: 0 0 0 0 rgb(7 36 72 / 0%), 0 0 0 30px rgb(7 36 72 / 0%);
    }
}
/*END PULSE */

.aero-list {
  margin-bottom: 30px !important;
  overflow: hidden !important;
  padding-top:10px !important;
}

.aero-list .item {
  position: relative !important;
  margin-bottom: 12px !important;
}

.aero-list .item i {
  font-size: 12px!important;
  background-color: #313083 !important;
  margin-right: 8px !important;
  color: #FFF! important;
  border-radius: 2px !important;
  width: 20px !important;
  height: 20px !important;
  text-align: center !important;
  line-height: 20px !important;
  position: absolute !important;
  top: 3px !important;
  left: 0 !important;
}

.aero-list .item h4 {
  display: inline-block !important;
  position: relative !important;
  font-size: 15px !important;
  line-height: 26px !important;
  font-weight: 500 !important;
  color: #6c757d !important;
  text-transform: capitalize !important;
  padding-left: 30px !important;
  margin-bottom:0px !important;
}

/*PROJECT CAROUSEL*/
.projects-item .text-box h4 {
  color: #FFF;
  font-weight: 600;
  line-height: 1.2;
  font-size: 20px;
  display: inline-block;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  text-transform: capitalize;
}


.projects-item:hover .hover-box {
  background-color: transparent;
}

.projects-item:before{
    content:"";
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    background: linear-gradient(0deg, rgba(0,0,0,.85) 0%,  rgba(0,0,0,0)40%);
    z-index:1;
}


.projects-carousel .owl-stage-outer{
    padding:25px 0;
}
.projects-carousel .projects-item{border-radius:15px; background:black; opacity:.3; transform: scale(.9);}


.projects-carousel .active.center .projects-item{
    transform: scale(1.1);
   opacity:1;
}

.projects-carousel .active.center .hover-box {
    background-color: transparent;
  border:solid 2px #fff;
  border-radius:15px;
}



.projects-carousel .active.center .text-box h4 a {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}


.pulse i {
  background-color: #072448;
}


/*END PROJECT CAROUSEL*/


.add-comments .inner-add-comments-box input, .add-comments .inner-add-comments-box textarea, .checkout-box .form-checkout .form-checkout-item input {
  border: 1px solid #9e9dd9;
  padding: 12px;
  width: 100%;
  color: #9B9B9B;
  font-size: 13px;
  border-radius: 5px;
}


#descriptionTab .nav-link.active {background-color:#313083; color:white;}
#ict-oilandgas .nav-link.active {border:solid 2px #313083 !important;color: #313083 !important;}
#ict-oilandgas .nav-link.active i {color: #313083 !important;}

.h2s-item{
    height:100%;
    display:flex;
    flex-direction:column;;
}


.load-icon{
    position:absolute;
    width:50px;
    height:50px;
    left:50%;
    top:50%;
    margin-left:-34px;
    margin-top:-40px;
}
.nav-bar .logo .logo-nav img {
  width: 220px;
}
.link-level-1{text-transform:uppercase !important}
.ae-project h3 {font-size: 20px;font-weight: 500 !important;}
.ae-project .owl-carousel .item img {height:250px !important;}
.ae-project .owl-carousel .item {height:250px !important; overflow:hidden;}


.boxanie {
  background: white;
  border: 2px solid white;
  color: #e7e7e7;
  position: relative;
  top: 0px;
  cursor: pointer;
  transition: 500ms ease;
}

.boxanie i {
  color: #e7e7e7 !important;
  transition: 500ms ease;
}


.boxanie:before {
  position: absolute;
  width: 0;
  height: 2px;
  content: "";
  background: #313083;
  top: -2px;
  left: -2px;
  transition: 100ms width ease 300ms;
  -web-kit-transition: 100ms width ease 300ms;
}
.boxanie:after {
  position: absolute;
  width: 2px;
  height: 0;
  content: "";
  background: #313083;
  top: -2px;
  right: -2px;
  transition: 100ms height ease 200ms;
  -web-kit-transition: 100ms height ease 200ms;
}
.boxanie-inner:after {
  position: absolute;
  width: 0;
  height: 2px;
  content: "";
  background: #313083;
  bottom: -2px;
  right: -2px;
  transition: 100ms width ease 100ms;
  -web-kit-transition: 100ms width ease 100ms;
}
.boxanie-inner:before {
  position: absolute;
  width: 2px;
  height: 0;
  content: "";
  background: #313083;
  bottom: -2px;
  left: -2px;
  transition: 100ms height ease 0ms;
  -web-kit-transition: 100ms height ease 0ms;
}
.boxanie:hover {
  border-color: #313083;
  background: #313083;
}

.boxanie:hover  i{
    color: #313083 !important;
 }

.boxanie:hover:before {
  width: 100%;
  transition: 100ms width ease 0ms;
  -web-kit-transition: 100ms width ease 0ms;
}
.boxanie:hover:after {
  height:  100%;
  transition: 100ms height ease 100ms;
  -web-kit-transition: 100ms height ease 100ms;
}
.boxanie:hover .boxanie-inner:after {
  width:  100%;
  transition: 100ms width ease 200ms;
  -web-kit-transition: 100ms width ease 200ms;
}
.boxanie:hover .boxanie-inner:before {
  height:  100%;
  transition: 100ms height ease 300ms;
  -web-kit-transition: 100ms height ease 300ms;
}


.hover-scale{
		opacity:.8 !important;
		transition: 250ms ease;
		/*transform: scale(.8);*/
		height:50px;
		width:166px !important;
}
	
.hover-scale:hover{ 
		opacity:1  !important;
		height:166px;
}


.f-shadow{box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px !important; }
.abs-bottom-left{position:absolute; bottom:10px; left:10px;z-index:999;}
.dark-gradient-bottom::before {
    background: rgba(0,0,0,.15);
    background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,.55) 100%);
    content: '';
    line-height: 0;
    height: 100%;
    width: calc(100% - 1.5rem);
    position: absolute;
    top: 0;
    left: .75rem;
    padding: 0 1.5rem;
    border-radius:.5rem;
    z-index: 99;
}


.text-white{color:white!important;}

.sec-title.home-3 h2::before {
    display:none;
}

.title-line{
    
  background-color: #313083;
  position: absolute;
  height: 2px;
  width: 800px;
    bottom: 50px;
    left: -1600px;
}

[data-aos="new-animation"] {
    transform: translateX(0);
    transition-property: transform, opacity;
}
[data-aos="new-animation"].aos-animate {
    transform: translateX(1125px);
    transition-timing-function: cubic-bezier(.19,1,.22,1) !important;
}


.floating { 
    animation-name: floating;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
 
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}

.floating-2 { 
    animation-name: floating-2;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
 
@keyframes floating-2 {
    0% { transform: translate(0px,  0); }
    50%  { transform: translate(15px, 0); }
    100%   { transform: translate(-0px, 0); }   
}


.ocean { 
  height: 55px;
  width:100%;
  position:absolute;
  bottom:0;
  left:0;
  background: #072448;
}

.wave {
  background: url(/assets/images/wave5.svg) repeat-x; 
  position: absolute;
  bottom: 0px;
  width: 5760px;
  height: 213px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
  top: 55px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {
  0%, 100% {
    transform: translate3d(0,-25px,0);
  }
  50% {
    transform: translate3d(0,5px,0);
  }
}


.cd-image-container {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 0em auto;
}
.cd-image-container img {
  display: block;
}

.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}
.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #2f2e7d url("/assets/images/cd-arrows.svg") no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #445b7c;
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

@media (max-width: 991px) {
    .nav-bar .logo .logo-nav img {
      width: 120px;
    }
     
    .nav-bar .nav-bar-links.active {
        max-height: 700px;
    }
        
    .nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1::after {
      background-color: transparent;
      color: #FFF;
    }
    
    .nav-bar-links .level-1 .item-level-1 .link-level-1 {
      color: #FFF !important;
    }
    
    .nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1.text-aero-red::after {
      background-color: transparent;
      color: #ED1E24;
    }
    
    .nav-bar-links .level-1 .item-level-1 .link-level-1.text-aero-red {
      color: #ED1E24 !important;
    }
    
    
    
    .nav-bar .nav-bar-links .level-1 .item-level-1:hover {
        background-color: #272448!important;    
    }
    
    .nav-bar .nav-bar-links .level-2 {
        background-color: #272448!important;    
    }
    
    
    .nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1::after {
    
        display:none;
    }
    
    .nav-bar .nav-bar-links .level-1 .item-level-1.has-menu .link-level-1::after {
        top:12px;
        display:block !important;
    }
    
    #audio-control{

      top: 18px!important;
      right: 60px!important;
    }
    
    .title-line{
        bottom: 70px;
    }
    
    #ict-oilandgas{
        flex-wrap: nowrap;
        overflow-x:scroll;
    }
    
    #sidebar .widget {
        overflow-x:scroll;
        border:none;
    }
    
    #ict2-tab{
        display:flex;
    }
    
    .single-services-list li a {
      width:70vw;
      border: 1px solid #DDD !important;
      padding:15px !important;;
      margin-bottom:0;
      margin-right:25px;
      height:100%;
      display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .single-services-list li a:hover {border-color:#313083 !important;}
    
    
    .lubricant-bg .img-box {
      height: 200% !important;;
      background-position: top !important;
    }
    
    .lubricant-bg {
      height:300px !important;
    }
    
    .sticky-top {
      position: static;
    }
    .ae-header-bg{
        background-attachment:scroll; 
    }
    
    .mt-n100{margin-top:0px;}
    
    .aero-table tr{
        display:grid;
    }
    
    .table-bordered > :not(caption) > * {
      border-width: 1px 0 0 0;
    }
    
    .aero-table tr:last-child{
        border-width: 1px 0;
    }
    
    .aero-table tr:hover{
        background: #313083;
        color: white !important;
        
    }
    
    .aero-table tr td:first-child{padding:1.3rem .8rem 0 .8rem !important;}
    
}
@media (max-width: 767px) {
    
    
    
    .header-box{
        margin-left:0 !important;    
    }
    
    
    .features{
        position:relative!important;
        margin-top:-92px;
    }
    
    .features .col-6{
        padding:0 !important;    
    }
    
    .features .features-item {
      padding: 20px 20px 20px 20px !important;
    }
    
    
    .home-header{
        height:auto !important;
    }
    
    .home-header > div{
        background: linear-gradient(180deg, rgba(255,255,255,.5) 0px,rgba(255,255,255,0)75px) !important;

    }
    
    .features .all-features-item .features-item .icon-item {
        font-size:32px;
    }
    
        
    .features .all-features-item .features-item .content-box {
      padding-left:46px;
    }
    

    .features .all-features-item .features-item .content-box h4 {
      font-size: 18px;
      
    }
    
    .img-box img{
        width:300px;
        left:-20px!important;
        bottom:-50px!important;
        border-width:5px!important;
    }
    
     .org-text{transform: rotate(270deg)!important}
}
