i.fa.fa-angle-up{
	background-color: #303133 !important;
}
.fa-angle-up:before{
	margin-left: 10px;
}
.fa-angle-up:before:hover{
	color: #f26a2c;
}
.fa.fa-envelope.fa-2x.fa-fw, .fa.fa-user.fa-2x.fa-fw, .fa.fa-phone.fa-2x.fa-fw{
	color: #f26a2c;
}
a.social-menu-link{
	margin-right: 20px;
}
.background-inner.adaptive-async.adaptive-fetching.uncode-kburns{
	  -webkit-animation: zoomin 40s ease-in infinite;
  animation: zoomin 40s ease-in infinite;
  transition: all 5s ease-in-out;
  overflow: hidden;
}
@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
}
.background-inner.adaptive-async.testimonial_background{
/*	 -webkit-animation: zoomin 20s ease-in infinite;
  animation: zoomin 20s ease-in infinite;
  transition: all 5s ease-in-out;
  overflow: hidden;*/
}
.ilightbox-button.ilightbox-next-button.black.horizontal:after{
    font-family: FontAwesome;
    content: '\f054';
    position: relative;
    color: #fff;
    bottom: 70px;
    left: 15px;
}
.ilightbox-button.ilightbox-prev-button.black.horizontal:after{
    font-family: FontAwesome;
    content: '\f053';
     position: relative;
    color: #fff;
    bottom: 70px;
    left: 10px;
}
.ilightbox-toolbar.black a.ilightbox-close:after{
    font-family: FontAwesome;
    content: '\f00d';
     position: relative;
    color: #fff;
        top: 5px;
    right: 0px;
    font-size: 18px;
}
#menu-main-menu li a.active{
    color: #f26a2c !important;
}
.style-light.footer-scroll-top a i.fa-angle-up:before{
   margin: 0;
}
i#up_arrow:before{
  margin-left: 10px !important;
}
/*#testimonial_img{
  width: 100% !important;
  margin: auto;
}*/
ul.menu-smart.text-uppercase li a{
   color: #000;
}
.panel-heading.wpb_accordion_header.ui-accordion-header a span:after{
   font-family: FontAwesome;
   /*content: '\f078';*/
   color: #666;
   display: none;
}

aside#text-11 {
    width: 200px;
}
.sidebar-widgets h3.widget-title {
      padding-top: 11px !important;
    color: rgba(255, 255, 255, 0.41);
    width: 100%;
    position: relative;
}
.sidebar-widgets h3.widget-title:before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 100px;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.21);
}
.sidebar-widgets h3.widget-title span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #f26a2c;
}
.sidebar-widgets ul p{
  display: flex;
    justify-content: flex-end;
     color: rgba(255, 255, 255, 0.41);
     font-size: 15px;
         margin: 0px 0 5px 0;
}
.sidebar-widgets ul p span{
  font-size: 16px;
}
.sidebar-widgets ul p a{
  margin-left: 10px;
  color: rgba(255, 255, 255, 0.41) !important;
}
.sidebar-widgets ul p a:hover{
  color: #f26a2c !important;
}

.industry_icon_container{
   width: 100%;
   height: 100%;
}
.industry_icon_wrapper{
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.industry_icon_item .industry_icon_img_wrapper{
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f06b37;
  border-radius: 50%;
  margin: 0 auto;
}
.industry_icon_item .industry_icon_img_wrapper img{
  width: 45px;
}
.industry_icon_item h4{
  color: #303133;
  font-weight: 400;
  text-align: center;
  font-size: 17px ;
}
.awards_section{
  width: 100%;
  height: 100%;
  padding: 50px 0px;
}
.awards_section .container{
  width: 75%;
  margin: auto;
}
.awards_section .awards_section_title h2{
  margin-bottom: 70px;
  font-weight: 300;
}
.awards_section_main{
  width: 100%;
  display: flex;
  gap: 100px;
  align-items: center;
}
.awards_section_main .awards_section_img{
  width: 65%;
  object-fit: cover;
}
.awards_section_main .awards_section_content{
  width: 35%;
}
.awards_section_content{
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.awards_section_content_item .awards_section_content_item_wrapper{
  display: flex;
  align-items: center;
  gap: 50px;
  border: 1px solid #f26a2c;
  padding: 20px;
}
.awards_section_content_item h2, .awards_section_content_item p{
  margin-top: 0;
  color: #f26a2c;

}
.awards_section_content_item h2{
  width: 40%;
  border-right: 1px solid #f26a2c;
  font-size: 1.4rem !important;
}
.awards_section_content_item p{
  width: 60%;
  font-size: 1rem;
}

.about_strength_and_infrastructure{
  width: 100%;
  height: 100%;
}
.about_strength_and_infrastructure .container{
  width: 75%;
  margin: auto;
}
.about_strength_and_infrastructure_title{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px;
}
.about_strength_and_infrastructure_title h2{
  margin-top: 0;
  font-weight: 300;
}
.about_strength_and_infrastructure_main{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px 50px;
}

.about_strength_and_infrastructure_item .about_strength_and_infrastructure_item_wrapper{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about_strength_and_infrastructure_item h4{
  font-size: 1.2rem;
  text-align: right;
  padding-bottom: 20px;
  border-bottom: 1px solid #f26a2c;
  color: #f26a2c;
}
.about_strength_and_infrastructure_item p{
  font-size: 1.2rem;
  font-weight: 300;
}
.section_gap{
  padding: 50px;
}
.product_range_process{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 100px 0px;
  background: #efefef;
}
.product_range_process .container{
  width: 75%;
  margin: auto;
}
.product_range_process .product_range_process_title h2{
  text-align: center;
  margin-bottom: 100px;
  font-weight: 300;
  font-size: 2rem;
  color: #f06b37;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.product_range_process .product_range_process_title h2 span{
  font-size: 1.8rem;
  color: #000;
}
.product_range_process_wrapper{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px 200px;
}
.product_range_process_item .product_range_process_item_wrapper{
  display: flex;
  gap: 30px;
  align-items: center;
}
.product_range_process_item .product_range_process_item_wrapper h4{
  margin-top: 0;
  font-weight: 300;
  font-size: 1.4rem;
}
.product_range_process_item_wrapper svg{
  width: 30px !important;
}
.gallery_section {
    width: 100%;
    height: 100%;
    padding: 50px 0px;
}
.gallery_section_title_wrapper{
  margin-bottom: 50px;
}
.gallery_section_title{
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
.gallery_section_title h2{
  margin-top: 0;
  font-weight: 300;
  font-size: 2.2rem !important;
}
.gallery_section_content p{
  font-size: 1.2rem;
  font-weight: 300;
}
.gallery_section .container{
  width: 75%;
  margin: 0 auto;
}
.gallery_grid{
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.gallery_grid_item {
    overflow: hidden;
}
.gallery_grid .item_span_2 {
    grid-column: span 2/span 2;
}
.gallery_grid_item img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate3d(0, 0, 0) scale(1);
    transition: all .5s ease-in-out;
}
.gallery_grid_item:hover img{
    transform: scale(1.1);
}
.gallery_grid .item_span_2:nth-child(2) {
    grid-row-start: 2;
}
.gallery_grid .item_span_big {
    grid-row: span 2/span 2;
    grid-column: span 4/span 4;
    grid-column-start: 3;
}
.gallery_grid .item_span_medium {
    grid-column: span 3/span 3;
}
.vision_and_mission{
   margin-top: 50px !important;
}
.product_range_process_main_title{
  text-align: center;
  font-weight: 300;
  font-size: 2.2rem !important;
  padding: 25px 0px;
  margin-top: 0;
  margin-bottom: 100px;
  position: relative;
}
.product_range_process_main_title::after{
  content: "";
  width: 50px;
  height: 2px;
  background: #f06b37;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.timeline_section{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 150px 0px;
}
.timeline_section .container{
  width: 75%;
  margin: 0 auto;
}
.timeline_section_wrapper{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
}
.timeline_section_wrapper .awards_section_content_item{
  min-height: 100px;
}
.timeline_section_wrapper .awards_section_content_item .awards_section_content_item_wrapper{
  height: 100%;
}
.awards_new{
  width: 100%;
  height: 100%;
  margin: 0;
  padding-bottom: 150px;
}
.awards_new_even .awards_new_wrapper{
  flex-direction: row-reverse;
}
.awards_new .container{
  width: 75%;
  margin: auto;
}
.awards_new_wrapper{
  display: flex;
  align-items: center;
  gap: 100px;
}
.awards_new_wrapper .awards_content{
  width: 40%;
  text-align: center;
}
.awards_new_wrapper .awards_img{
  width: 60%;
}
.awards_content h6{
  margin: 0;
  font-size: 1rem !important;
  padding: 15px 0px;
  color: #f06b37;
}
.awards_content h4{
  font-size: 1.4rem;
  font-weight: 300;
}
.awards_content span{
  width: 1px;
  height: 30px;
  background: #999;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.awards_content h2{
  font-weight: 300;
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 15px;
}





@media screen and (max-width: 1440px) {
  .product_range_process .container, .awards_section .container, .about_strength_and_infrastructure .container, .gallery_section .container{
    width: 80%;
  }
  .product_range_process_wrapper{
    gap: 100px 50px;
  }
  .product_range_process_item .product_range_process_item_wrapper h4{
    font-size: 1.2rem;
  }
  .awards_section_main .awards_section_img{
    width: 55%;
  }
  .awards_section_main .awards_section_content{
    width: 45%;
  }
  .timeline_section .container{
    width: 80%;
  }
  .timeline_section_wrapper{
    gap: 30px;
  }
  .awards_section_content_item .awards_section_content_item_wrapper{
    gap: 30px;
  }
  .awards_section_content_item h2{
    width: 25%;
  }
  .awards_section_content_item p{
    width: 75%;
  }
  .awards_new .container{
    width: 80%;
  }
  .awards_new{
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1024px){
  .industry_icon_wrapper{
    gap: 30px;
  }
  .awards_section .container{
    width: 90%;
  }
  .awards_section_main{
    flex-direction: column;
    gap: 50px;
  }
  .awards_section_main .awards_section_img{
    width: 100%;
  }
  .awards_section_main .awards_section_content{
    width: 100%;
  }
  .gallery_section{
    padding: 0;
  }
  .section_gap{
    padding: 30px;
  }
  .product_range_process_wrapper{
    grid-template-columns: repeat(2, 1fr);
  }
  .timeline_section_wrapper{
    grid-template-columns: repeat(1, 1fr);
  }
  .awards_new_wrapper{
    gap: 50px;
  }
}

@media screen and (max-width: 576px) {
  .industry_icon_wrapper{
    grid-template-columns: repeat(2, 1fr);
  }
  .industry_icon_item .industry_icon_img_wrapper{
    width: 120px;
    height: 120px;
  }
  .industry_icon_item .industry_icon_img_wrapper img{
    width: 45px;
  }
  .industry_icon_item h4{
    margin-top: 15px;
  }
  .awards_section .awards_section_title h2{
    margin-bottom: 50px;
  }
  .awards_section_main{
    gap: 30px;
  }
  .awards_section_content{
    gap: 20px;
  }
  .about_strength_and_infrastructure_main{
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .about_strength_and_infrastructure_item .about_strength_and_infrastructure_item_wrapper{
    gap: 10px;
  }
  .product_range_process_wrapper{
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .about_strength_and_infrastructure_title{
    margin-bottom: 30px;
  }
  .about_strength_and_infrastructure_title h2{
    font-size: 1.4rem !important;
  }
  .product_range_process{
    padding: 50px 0px;
  }
  .product_range_process .product_range_process_title h2{
    margin-bottom: 50px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .gallery_grid .item_span_2, .gallery_grid .item_span_big{
    grid-column: span 6/span 6;
  }
  .about_strength_and_infrastructure{
    margin: 0;
  }
  .awards_section{
    margin: 0;
  }
  .product_range_process_item_wrapper svg {
    width: 10% !important;
  }
  .product_range_process_item_wrapper h4{
    width: 90% !important;
  }
  .awards_section_content_item h2{
    font-size: 1.2rem !important;
    width: 25%;
  }
  .awards_section_content_item p{
    width: 75%;
  }
  .product_range_process .container, .awards_section .container, .about_strength_and_infrastructure .container, .gallery_section .container{
    width: 90%;
  }
  .vision_and_mission{
    margin-top: 0 !important;
  }
  .product_range_process .product_range_process_title h2 span{
    font-size: 1.3rem;
  }
  .product_range_process_main_title{
    font-size: 2rem !important;
  }
  .awards_section_content_item .awards_section_content_item_wrapper{
    gap: 30px;
  }
  .gallery_grid .item_span_medium{
    grid-column: span 6/span 6;
  }
  .gallery_grid .item_span_medium img{
    object-fit: cover;
  }
  .timeline_section{
    padding: 50px 0px;
  }
  .awards_new_wrapper{
    flex-direction: column;
    gap: 20px;
  }
  .awards_img, .awards_content{
    width: 100% !important;
  }
  .awards_new.awards_new_even .awards_new_wrapper{
    flex-direction: column;
  }
  .awards_new{
    padding-bottom: 70px;
  }
}