*{
    margin: 0;
    padding: 0;
}
ul , ol {
  padding: 0;
  margin: 0;
}
p , a , li{
      font-family: "Plus Jakarta Sans", sans-serif;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Alumni Sans", sans-serif;
}
.topbar {
    background-color: #FC8902;
    padding: 5px 0;
    
}
.welcome-text {
    font-style: italic;
    color: #ffffff;
    padding: 8px 0;
}
.topbar-right
 {
    text-align: right;
}
.topbar-menu {
    display: inline-table;
    margin-bottom: 0;
    vertical-align: top;
}
.topbar-menu li {
    list-style: none;
    display: inline-block;
    color: #ffffff;
    padding: 0 10px;
    font-size: 12px;
}
.topbar-menu li a {
    color: #ffffff;
    text-decoration: none;
}
.topbar-social {
    display: inline-block;
    margin-bottom: 0;
}
.topbar-social li {
    list-style: none;
  display: inline-block;
    font-size: 16px;
    padding: 0 10px;
}
.topbar-social li a {
    color: #ffffff;
    display: inline-block;
}
.contact-info {
    float: right;
    margin-top: 15px;
}
.contact-info > div {
    display: inline-table;
    margin-right: 40px;
}

.box-icon-1 {
    margin-bottom: 20px;
}
.box-icon-1 .icon {
    /* display: inline-block; */
    color: #FC8902;
    font-size: 36px;
    line-height: 43px;
   float: left;
}
.box-icon-1 .body-content {
    margin-left: 55px;
    color: #041e42;
    font-weight: 700;
}
.box-icon-1 .body-content .heading {
    color: #666666;
    font-weight: 400;
}
.menu{
    background:#FC8902;
    margin-bottom: -35px;
}

.sec-pad{
    padding: 50px 0;
}
/* banner */


 .item {
    height: 100vh;
    position: relative;
  }
  .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
  }
 .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
  }
.item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  }
   .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
  }
  .item .cover .header-content h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
  }
  .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
  }
  .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
 .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
  }
  .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
  }
 .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
  }
 .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
  }
  .owl-nav .owl-prev:focus {
    outline: 0;
  }
   .owl-nav .owl-prev:hover {
    background: #000 !important;
  }
 .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
  }
 .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
  }
  .owl-nav .owl-next:focus {
    outline: 0;
  }
  .owl-nav .owl-next:hover {
    background: #000 !important;
  }
  header:hover .owl-prev {
    left: 0px;
    opacity: 1;
  }
  header:hover .owl-next {
    right: 0px;
    opacity: 1;
  }
  
/* end */

.intro-left h2{
  font-family: "Alumni Sans", sans-serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: 1px;
}
.intro-right p{
  font-family: "Plus Jakarta Sans", sans-serif;
      color: #000;
      font-weight: 400;
      letter-spacing: 1px;
      text-transform: capitalize;
    
}
.sec-title h2{
  font-size: 55px;
  font-family: "Alumni Sans", sans-serif;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom  : 20px;
}

.service-sec{
  background: #fc8902;
}

.service-one h4{
  font-family: "Alumni Sans", sans-serif;
  line-height: 64px;
  letter-spacing: 1px;
  border-bottom: 1px solid #fc8902;
  font-size: 31px;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
.service-one img{
  margin-bottom: 20px;
}
.intro-sec{
  background: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}
.icon-box{
  padding: 40px;
  background: rgb(4, 43, 61);
  background: linear-gradient(to top, rgb(255 127 0) 0%, rgb(254 183 30) 100%);
}
.icon-box i{
  display: inline-block;
  line-height: 1;
  text-align: center;
}
.icon-box h5{
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 25px;
}
.icon-style{
  width: 105px;
    height: 105px;
    padding: 28px 10px 10px 10px;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    background: #FF4A17;
    text-align: center;
}
.icon-style i{
  font-size: 50px;
  color:#FFF;
}
/* whyus */

.service-item.style-1 {
  align-items: center;
  border-bottom: 1px solid #ff8b06;
  margin-right: 50px;
  min-height: 290px;
}
.service-item.style-1 .service-icon {
  margin-bottom: 25px;
}
.service-item.style-1 i {
  font-size: 50px;
  line-height: 50px;
  color:#000812;
}
.service-item.style-1 .service-desc {
  
  padding-bottom: 25px;
  padding-top: 25px;
 
}



.service-item.style-1 p {
  margin-bottom: 0px;
  line-height: 22px;
  margin-top: 5px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #eee;
  text-align: justify;
  }

.whyus-sec{
  background-image: url(http://petro.themegum.com/elementor/wp-content/uploads/sites/3/2017/06/banner-page.jpeg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.background-overlay{
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(4, 30, 66, 0.9019607843137255);
  z-index: -1;
}
.choose-title h4{
  color: #ffffff;
  font-size: 45px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Alumni Sans", sans-serif;
  margin-bottom : 20px;
}
.map iframe{
  width: 100%;
height: 250px;
border: none;
}

.service-img img{
  position: relative;
}
.service-img img::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: red;
  background: linear-gradient(to top, rgb(255 127 0) 0%, rgb(254 183 30) 100%);
  z-index: 1;
}
.service-img img{
  width: 100%;
}
.service-title{
  margin-top: -50px;
      margin-left: 20px;
      margin-right: 20px;
  z-index: 9;
  text-align: left;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  padding: 20px;
  background: #ffffff;
  position: relative;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.04);
  border-bottom: 2px solid #fc8902;
}
.service-title h5{

  font-family: "Alumni Sans", sans-serif;
  font-size: 30px;
  color: #000000;
  text-align: center;
  letter-spacing: 1px;

}
.service-grid{
  margin-bottom: 30px;
}
.intro-left h5{
  font-family: "Alumni Sans", sans-serif;
    font-size: 31px;
    font-weight: 700;
    color: #ff7b01;
}
.industry-sec{
  background : #EEEEEE;
}
.footer{
  background-color: #09162a;
  background-image: url(../images/Grid.png);
  padding: 50px 0 0;
}
.footer-top{
  border-bottom: 1px solid #404040;
}
.ftr_grid h4{
  font-size: 28px;
  line-height: 27px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Alumni Sans", sans-serif;
  margin-bottom: 0px;
  color: #FFF;
}
.ftr_grid img{
  width: 20%;
}
.divider-line{
  height: 1px;
    margin-top: 12px;
    width: 60px;
    margin-left: auto;
    margin-right: auto; 
    background-color: #dd4454;

}
.ftr_list ul li{
  padding: 0 0 15px 0;
}
.ftr_list ul li a{
  font-family: "Plus Jakarta Sans", sans-serif;
      color: #eee;
      text-transform: capitalize;
}
.ftr_list ul li a i{
  color: #feb720;
  padding-right: 10px;
}
.ftr_list{
  margin-top: 20px;
}
.ftr_list p{
  color: #FFF;
  margin-bottom: 30px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ftr_list h5{
  color: #FFF;
  font-family: "Plus Jakarta Sans", sans-serif;
      font-size: 22px;
}
.ftr_list h6{
  color: #feb720;
}
.mail a{
  color: #feb720;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 22px;
  text-decoration: underline !important;
}
.phone {
  color: #feb720;
  font-size: 22px;
  font-family: "Inter Tight", sans-serif;
}
.training-grid{
  position: relative;
margin-bottom: 20px;
}
.training-grid img{
  position: relative;
      border-radius: 4px;
      width: 100%;

}
.training-grid::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.9;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgb(0 0 0 / 5%) 35%, rgb(0 0 0 / 96%) 90%);
  border-radius: 4px;
}
.training-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0px 40px 30px 40px;
}
.training-desc h4 a{
  font-family: "Alumni Sans", sans-serif;
  font-size: 35px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1px;
  z-index: 1;
  position: relative;
}

.page-title {
    background: url(../images/inner-page_bnr_axil1.jpg);
       padding: 125px 0;
    height: 300px;
}
.page-title h2{
      font-size: 55px;
}

.content_subtitle h4{
  color: #d90528;
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--thm-font-2);
    letter-spacing: 0.1em;
    z-index: 1;
}

.content_subtitle{
  position: relative;
}

.content_subtitle .border-line.left

 {
    margin-right: 10px;
}

.content_subtitle .border-line {
  position: relative;
    display: block;
    width: 54px;
    height: 2px;
    background-color: red;
    left: -63px;
    bottom: -17px;
}

.contact-info-1 {
    position: relative;
    display: block;
}
.contact-info-1 li {
    position: relative;
    display: block;
    padding-left: 55px;
    font-family: "Alumni Sans", sans-serif;
        border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.contact-info-1 li .icon {
    position: absolute;
    top: 1px;
    left: 0;
    width: 55px;
    color: var(--thm-primary);
    font-size: 32px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.contact-info-1 li .text {
    position: relative;
    display: block;
}
.contact-info-1 li .text h3 {
      font-size: 28px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 6px;
}
.contact-info-1 li .text p {
    margin: 0;
        font-size: 15px;
}
.sub-title h4::before{
  content: "";
  position: absolute;
  top:0;
  left: -80px;
  width: 54px;
  height: 2px;
  background: red;
}
.inner_contact_info h4{
  margin-bottom: 5px;
}
.inner_contact_info_grid{
      border-bottom: 2px solid rgba(1, 81, 202, 0.15);
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.15);
        min-height: 616px;
}
.inner_contact_info_grid h2{
  padding: 20px 0;
    font-family: "Alumni Sans", sans-serif;
}
.inner_contact_enquiry{
  background: #092357;
  padding: 30px;
      box-shadow:0px 0px 32px rgba(0, 0, 0, 0.15);
          min-height: 614px;
}
.inner_contact_enquiry h4{
  color: #FFF;
    margin-bottom: 20px;
      font-family: "Alumni Sans", sans-serif;
}
.content_subtitle h3{
      font-weight: 600;
    font-size: 33px;
    margin-bottom: 30px;
}
.service-details-page-links{
      background-color: #F8F8F9;
    margin: 0px 0px 30px 0px;

}
.service-details-page-links ul li{
  margin-bottom: 10px;
}
.service-details-page-links ul li{
background-color: #e7e7e7;
    padding: 12px 20px 13px;
        list-style: none;

}
.service-details-page-links ul li a{
  font-size: 30px;
      font-family: "Alumni Sans", sans-serif;
      color: #000;
}
.service-details-page-links ul li.current{
background-color: #fc8902;
padding-right: 30px;
    border-right: 2px dashed rgb(0 0 0 / 12%);
}
.service-details-page__text1 h2{
      font-size: 38px;}
 .service-details-page__text1 h3{
        color: #d40808;
      }
.service_content_list li{
      list-style: none;
    padding-bottom: 10px;

}   
.service_content_list li i{
  color: #d4085f;
    padding-right: 10px;
    font-size: 16px;
} 
.service-details-sidebar-box h4{
      color: #fc8902;
      font-size: 34px;
          padding-left: 10px;
    border-left: 5px solid red;
    text-transform: uppercase;
        margin-bottom: 30px;
}  
.resource-images{
  position: relative;
}
.resource-details-page__img-one img{
position: absolute;
    left: 100px;
    bottom: -27px;
        border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 20px 70px 0px rgba(38, 42, 76, 0.15);
}
.resource-details-page__img img{
  position: relative;
          border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 20px 70px 0px rgba(38, 42, 76, 0.15);
}
.training-solutions-page__text1 h2{
      font-size: 50px;
}
.training-grid-one span{
      font-size: 45px;
    color: rgb(227 227 227);
}
a.link_text{
  font-size: 16px;
  color: #000812;
}
.training-grid-one p{
  text-align: justify;
}
.training-grid-one{
  padding: 10px 20px;
    background-color: #ffffff;
    border-bottom: 2px solid #fc8902;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
        box-shadow: 0px 20px 70px 0px rgba(38, 42, 76, 0.15);
        min-height: 325px;
}
.training-grid-one h4{
  color: #212529;
    font-size: 28px;
    font-weight: 700;
}
.career-grid{
  background-color:#fff;
  padding: 38px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.career-grid h4{
  border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #DCDCDE;
    margin-top: 0em;
    margin-bottom: 21px;
    /* padding: 0em 0em 1em 0em; */
    font-size: 30px;
    padding-bottom: 10px;
}
.career-grid h3{
      font-size: 33px;
    font-weight: 600;
}
.apply_button {
  margin: 25px 0;
}
.apply_button a{
      background-color: #fc8902;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform:uppercase;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #ffffff;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #72B261;
    border-radius: 5px 5px 5px 5px;
        padding: 12px 24px;
    text-align: left;
    transition: all .3s;

}

.about-style5-content{
      position: relative;
    display: block;
    padding-right: 20px;
}
.sec-title {
    position: relative;
    display: block;

}
.title h6 {
    color: #00a7eb;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.single-box .text {
    position: relative;
    display: block;
    margin-top: 13px;
}
h3{
      font-weight: 600;
    font-size: 33px;
}
h4{
     font-weight: 600;
}
.plant_engineering_img h3{
      border-bottom: 2px solid #000;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.plant_engineering_img{
  border: 1px solid #d5a7a7;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.plant_engineering_img_gallery img{
  padding-bottom: 10px;
}
.plant_engineering_img_gallery{
  text-align: center;
}
.course_list li{
  list-style: circle;
    list-style-position: inside;
    padding: 8px 0;
}

.copyright p{
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: center;}

.footer-bottom{
        background: #fc8902;}