/***************************************
* 1. Miscellenious styles
****************************************/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import 'https://fonts.googleapis.com/css?family=Open+Sans|Roboto';
@import 'https://fonts.googleapis.com/css?family=Open+Sans|PT+Serif|Roboto';
@import 'https://fonts.googleapis.com/css?family=Open+Sans|PT+Serif|Raleway:400,600,700,800|Roboto:400,700,900';

a,
a:hover,
a:active {
  text-decoration: none;
}

html{
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  width: 100%;
  color: black;
  margin: 0 auto;
  position: relative;
  background: #fff;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 2;
  color: #44454f;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul li.failure-icon-li,
ul li.heat-treatment-icon-li,
ul li.corrosion-engineering-li,
ul li.welding-li {
  color: #756c6a;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 1.7;
  margin-top: 20px;
}

p {
  color: #4E3524;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 1.7;

  text-align: left;
}

:root {
  --secondary-color : #54AB44;
}

.row {
  margin-right: 0!important;
  margin-left: 0!important;
}

@media screen and (max-width: 991px) {
  .pt-top-50-screen-991 {
    padding-top: 50px;
  }
}

/***************************************
 * DEFAULT HOME PAGE STYLES
* 2. top-line section styles
****************************************/
.top-line {
  background: #f4f4f4;
  padding: 10px 0;
}

.top-line .welcome {
  float: left;
}

.top-line .welcome p {
  margin-top: 7px;
}

.m-top-20 {
  margin-top: 20px !important;
}

.p-top-50 {
  padding-top: 10px;
}

.pt-top-50 {
  padding-top: 50px;
}

.p-top-80 {
  padding-top: 80px;
}

.p-bottom-100 {
  padding-bottom: 100px;
}

.mb-20 {
  margin-bottom: 40px;
}

.width-100 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .m-top-30 {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .left-menu-invisible {
    display: none;
  }
}

/* =============== top head ================== */
#main-header {
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  width: 100%;
}

.top-line-two {
  border-width: 0 0 1px 0;
  border-color: #8b8b8b;
}

#main-header .top-line-two {
  background-color: #fff;
  padding: 10px 0;
}

@media (max-width: 595px) {
  header.two .top-line-two .social-icons {
    display: none;
  }
}

.top-line-two .welcome {
  float: left;
}

.top-line-two .welcome ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 38px;
}

@media screen and (max-width: 768px) {
  .top-line-two .welcome ul {
    line-height: 20px;
  } 
}

.top-line-two .welcome ul li {
  display: inline-block;
  margin-right: 16px;
  color: #232932;
  font-weight: 300;
  font-size: 13px;
}

.top-line-two  .welcome ul li i{
  color: #54AB44;
  margin-right: 5px;
}

.top-line-two .social-icons {
  float: right;
}

.top-line-two .social-icons ul {
  list-style-type: none;
  margin: 0;
}

.top-line-two .social-icons ul li {
  display: inline-block;
  margin-left: 16px;
}

.top-line-two .social-icons ul li a {
  display: block;
  height: 36px;
  width: 36px;
  background: #b9b9b9;
  text-align: center;
  line-height: 34px;
  color: #f4f4f4;
  border-radius: 3px;
  transition: all 0.5s ease;
}

.top-line-two  .social-icons ul li a:hover {
  background: #54AB44
}

/* =============== top head ================== */

/*header*/

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 30px #82f1bc;
  background-color: #a9d5a1!important;
}

.header{
	z-index: 9999;
  background-color: rgb(84, 171, 68, 0.5);
}

.header-main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}

.header .logo a{
	font-size: 30px;
	text-transform: capitalize;
	color: #e91e63;
	font-weight: 600;
}

.header .menu > .menu-item{
	display: inline-block;
	margin-left: 30px;
	position: relative;
}
.header .menu > .menu-item > a{
	display: block;
	padding: 12px 0;
	font-size: 16px;
	color: #01572e;
	text-transform: capitalize;
	font-weight: 600;
	transition: all 0.3s ease;
}
.header .menu > .menu-item > a .plus{
	display: inline-block;
	height: 12px;
	width: 12px;
	position: relative;
	margin-left:5px; 
	pointer-events: none;
}
.header .menu > .menu-item > a .plus:before,
.header .menu > .menu-item > a .plus:after{
	content:'';
	position: absolute;
	box-sizing: border-box;
	left: 50%;
	top:50%;
  background: #01572e;
	height: 2px;
	width: 100%;
	transform: translate(-50%,-50%);
	transition: all 0.3s ease;
}
.header .menu > .menu-item:hover > a .plus:before,
.header .menu > .menu-item:hover > a .plus:after{
  background-color: #fff;
}
.header .menu > .menu-item > a .plus:after{
   transform: translate(-50%,-50%) rotate(-90deg);	
}
.header .menu > .menu-item:hover > a{
	color: #fff;
}
.header .menu > .menu-item > .sub-menu > .menu-item > a:hover {
  color: #fff;
  border-left: 4px solid #01572e;
  background-color: #54AB44;
}
.header .menu > .menu-item > .sub-menu{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
  /* height: fit-content; */
	width: 220px;
	position: absolute;
	left:0;
	top:100%;
	background-color: #ffffff;
	padding: 10px 0;
	border-top: 3px solid #54AB44;
  border-bottom: 3px solid #54AB44;
	transform: translateY(10px);
	transition: all 0.3s ease;
	opacity:0;
	visibility: hidden;
  z-index: 9999999;
}
@media(min-width: 992px){
  
.header .menu > .menu-item-has-children:hover > .sub-menu{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
 }
 .header .menu > .menu-item-has-children:hover > a .plus:after{
    transform: translate(-50%,-50%) rotate(0deg);		
 }
}
.header .menu > .menu-item > .sub-menu > .menu-item{
	display: block;
}
.header .menu > .menu-item > .sub-menu > .menu-item > a{
	display: block;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	transition: all 0.3s ease;
	text-transform: capitalize;
}
.header .open-nav-menu{
	height: 34px;
	width: 40px;
	margin-right: 15px;
	display: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.header .open-nav-menu span{
	display: block;
	height: 3px;
	width: 24px;
	background-color: #000000;
    position: relative;
}
.header .open-nav-menu span:before,
.header .open-nav-menu span:after{
	content: '';
	position: absolute;
	left:0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	box-sizing: border-box;
}
.header .open-nav-menu span:before{
	top:-7px;
}
.header .open-nav-menu span:after{
	top:7px;
}
.header .close-nav-menu{
	height: 40px;
	width: 40px;
	/* background-color: #ffffff; */
	margin:0 0 15px 15px;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
}

.header .menu-overlay{
	position: fixed;
	z-index: 999;
	background-color: rgba(0,0,0,0.5);
	left:0;
	top:0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	opacity:0;
	transition: all 0.3s ease;
}

/*home section*/
.home-section{
	width: 100%;
	display: block;
	min-height: 100vh;
	background-image: url('../img/home.jpg');
	background-position: center top;
	background-size: cover;
}

/* responsive */

@media(max-width: 991px){
	.header .menu-overlay.active{
	visibility: visible;
	opacity: 1;
}
	.header .nav-menu{
		position: fixed;
		right: -280px;
		visibility: hidden;
		width: 280px;
		height: 100%;
		top:0;
		overflow-y: auto;
		/* background-color: #222222; */
    background-color: #01572E;
		z-index: 1000;
		padding: 15px 0;
		transition: all 0.5s ease;
	}
	.header .nav-menu.open{
		visibility: visible;
		right: 0px;
	}
	.header .menu > .menu-item{
		display: block;
		margin:0;
	}
	.header .menu > .menu-item-has-children > a{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header .menu > .menu-item > a{
		color: #ffffff;
		padding: 12px 15px;
		/* border-bottom: 1px solid #333333; */
    border-bottom: 1px solid #fff;
    text-decoration: none;	
	}
	.header .menu > .menu-item:first-child > a{
	   /* border-top: 1px solid #333333;*/
    border-top: 1px solid #fff;
    text-decoration: none;	
	}
	.header .menu > .menu-item > a .plus:before, 
	.header .menu > .menu-item > a .plus:after{
		background-color: #ffffff;
	}
	.header .menu > .menu-item-has-children.active > a .plus:after{
        transform: translate(-50%,-50%) rotate(0deg);
	}
	.header .menu > .menu-item > .sub-menu{
		width: 100%;
		position: relative;
		opacity: 1;
		visibility: visible;
		border:none;
		background-color: transparent;
		box-shadow: none;
		transform: translateY(0px);
		padding: 0px;
		left: auto;
		top:auto;
		max-height: 0;
		overflow: hidden;
	}
	.header .menu > .menu-item > .sub-menu > .menu-item > a{
		padding: 12px 45px;
		color: #ffffff;
		/* border-bottom: 1px solid #333333; */
    border-bottom: 1px solid #fff;
	}
  
	.header .close-nav-menu,
	.header .open-nav-menu{
		display: flex;
	}
}

/***************************************
* 4. main-menu styles
****************************************/
.main-menu-two {
	background: #54AB44;	
}

.main-menu-two .logo { 
  margin-top: 10px;
  float: left;
}

.navbar-default .navbar-toggle {
  margin-bottom: 25px;
}

.main-menu-two #main-navigation-wrapper.navbar-default {
  background: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
}

.navbar-collapse {
  padding: 0;
}

#main-navigation-wrapper .nav > li {
  padding: 25px 0;
}

#main-navigation-wrapper .nav > li > a {
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 0 26px;
  font-weight: bold;
  margin: 0;
}

#main-navigation-wrapper .nav > li:first-child a {
  padding-left: 0;
}

#main-navigation-wrapper .nav .dropdown-submenu li:last-child {
  border-bottom: 4px solid #48A388;
}

#main-navigation-wrapper .navbar-nav > li > .dropdown-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background: #fdfdfd;
  background-clip: padding-box;

  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 270px;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}

#main-navigation-wrapper .navbar-nav > .open > .dropdown-submenu,
#main-navigation-wrapper .navbar-nav > li:hover > .dropdown-submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#main-navigation-wrapper .nav .dropdown-submenu li a {
  display: block;
  border-bottom: 1px solid #ebebeb;
  text-transform: capitalize;
  color: #313131;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 0 12px 33px;
  line-height: normal;
  transition: all 0.4s ease 0s;
  margin: 0;
}

#main-navigation-wrapper .nav .dropdown-submenu li:last-child > a {
  border-bottom: none;
}

#main-navigation-wrapper .nav .dropdown-submenu li a:hover {
  background: #54AB44;
  color: #fff;
  text-decoration: none;
}

#main-navigation-wrapper .navbar-nav li:hover .dropdown-submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
} 

.finance-navbar.affix {
  top: 0;
  left: 0;
  right: 0;
  position: fixed !important;
  margin: 0;
  animation: fadeItIn 1s;
  z-index: 1000;
  padding: 5px 0 !important;
  min-height: 70px !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@keyframes fadeItIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}

.main-menu-two.sticky {
  top: 0;
  left: 0;
  right: 0;
  position: fixed !important;
  margin: 0;
  animation: fadeItIn 1s;
  z-index: 1000;
  min-height: 70px !important;
  background: #01572E;
  -webkit-box-shadow: 0 2px 8px -3px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0 2px 8px -3px rgba(0, 0, 0, 0.47);
  box-shadow: 0 2px 8px -3px rgba(0, 0, 0, 0.47);
}

/***************************************
* 5. main slider section styles
****************************************/

#minimal-bootstrap-carousel .carousel-inner {
  height: 80vh;
}

#minimal-bootstrap-carousel {
  z-index: 0;
}

#minimal-bootstrap-carousel .carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  text-align: right;
  text-shadow: none;
    background-color: rgb(84, 171, 68, 0.3);

}

#minimal-bootstrap-carousel .carousel-caption .thm-container {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
    
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box {
  display: table-cell;
  text-align: center;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-top {
  vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-bottom {
  vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-middle {
  vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box .content {
  display: block;
}

#minimal-bootstrap-carousel .carousel-inner .item {
  min-height: 640px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-color: #1e1e1e;
}

#minimal-bootstrap-carousel .carousel-control {
  width: 40px;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  visibility: visible !important;
  opacity: 0.65;
  margin-top: -20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 50%;
  border-radius: 0;
  z-index: 99;
}

#minimal-bootstrap-carousel .carousel-control.left {
  left: 1%;
}

#minimal-bootstrap-carousel .carousel-control.right {
  right: 1%;
}

#minimal-bootstrap-carousel .carousel-control:hover {
  opacity: 1;
  background: #000;
}

/* processing for fading effect styles */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* fixing layers styles */

.carousel-caption .box {
  width: 80vw!important;
  display: flex;
  flex-direction: column!important;
  justify-content: center!important;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-bottom .content {
  padding-bottom: 200px;
}

#minimal-bootstrap-carousel .carousel-caption h2 {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  margin: 0;
  font-size: 55px;
  line-height: 55px;
  font-weight: 700;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#minimal-bootstrap-carousel .carousel-caption h2 span {
  color: #fbad1a;
}

#minimal-bootstrap-carousel .carousel-caption p {
  
  font-family: 'Poppins', sans-serif;
  text-align: left;  
    color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;

  color: #fff;
}

#minimal-bootstrap-carousel .carousel-caption a.thm-button {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

#minimal-bootstrap-carousel .carousel-caption a.thm-button:last-child {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

#minimal-bootstrap-carousel .carousel-caption span.border {
  display: inline-block;
  width: 270px;
  height: 1px;
  background: #fff;
  vertical-align: inherit;
  position: relative;
  top: 3px;
}

#minimal-bootstrap-carousel .slide-1 .carousel-caption h2 {
  margin: 0;
  text-align: left;
}

#minimal-bootstrap-carousel .slide-2 .carousel-caption h3 {
  color: #c9d705;
  margin: 0;
  font-size: 40px;
  line-height: 55px;
  font-weight: bold;
}

#minimal-bootstrap-carousel .carousel-caption .buttons {
  text-align: left;
  margin-top: 0;
}

#minimal-bootstrap-carousel .carousel-caption .thm-button {
  padding: 12px 33px;
  background: #fbad1a;
  color: #fff;
  border: none;
  margin-top: 25px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

#minimal-bootstrap-carousel .carousel-caption .thm-button.inverse {
  padding: 12px 33px;
  background: #01572E;
  color: #fff;
  border: none;
  margin-top: 25px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

#minimal-bootstrap-carousel .slide-2 .carousel-caption h2 {
  margin: 0;
  text-align: left;
}

#minimal-bootstrap-carousel .slide-2 .carousel-caption p {
  margin: 0;
  margin-top: 19px;
}

#minimal-bootstrap-carousel .slide-2 .carousel-caption span.dib {
  display: inline-block;
  vertical-align: middle;
}

#minimal-bootstrap-carousel .slide-2 .carousel-caption span.border {
  display: inline-block;
  width: 270px;
  height: 1px;
  background: #fff;
  vertical-align: inherit;
  position: relative;
  top: 3px;
}

#minimal-bootstrap-carousel .slide-2 .carousel-caption .thm-button {
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important;
}



#minimal-bootstrap-carousel .slide-3 .carousel-caption h2 {
  text-align: left;
  margin: 0;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#minimal-bootstrap-carousel .slide-3 .carousel-caption p {
  font-size: 17px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  margin-bottom: 25px;
}

#minimal-bootstrap-carousel .slide-3 .carousel-caption .thm-button {
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}

#minimal-bootstrap-carousel .slide-3 .carousel-caption span.border {
  width: 330px;
}

@media screen and (max-width: 1400px) {
  #minimal-bootstrap-carousel .slide-1 .carousel-caption h2,
  #minimal-bootstrap-carousel .slide-1 .carousel-caption p,
  #minimal-bootstrap-carousel .slide-2 .carousel-caption h2,
  #minimal-bootstrap-carousel .slide-2 .carousel-caption p,
  #minimal-bootstrap-carousel .slide-3 .carousel-caption h2,
  #minimal-bootstrap-carousel .slide-3 .carousel-caption p {
    text-align: center;
  }

  #minimal-bootstrap-carousel .carousel-caption .buttons {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 395px) {
  .news .questions h2::before {
    content: "";
    position: absolute !important;
    top: 120px!important;
  }
}

@media screen and (min-width: 395px) and (max-width: 768px) {
  .news .questions h2::before {
    content: "";
    position: absolute !important;
    top: 90px!important;
  }
}

@media screen and (max-width: 768px) {
  

  #minimal-bootstrap-carousel .carousel-caption h2 {
    font-size: 4rem;
    line-height: 40px;
  }

  #minimal-bootstrap-carousel .carousel-caption p {
    font-size: 16px;
    margin-bottom: 0 !important;
  }

  #minimal-bootstrap-carousel .carousel-caption .thm-button {
    margin-top: none !important;
  }

  #minimal-bootstrap-carousel .slide-1 .carousel-caption .thm-button.inverse
  #minimal-bootstrap-carousel .slide-2 .carousel-caption .thm-button.inverse,
  #minimal-bootstrap-carousel .slide-3 .carousel-caption .thm-button.inverse {
    /* margin-right: 0!important; */
    margin-left: 30px !important;
  }

}

/*************************************
* 6. offer-wrapper section styles
****************************************/
.offer-wraper {
  padding: 80px 0;
}

.offer-wraper h2 {
  text-align: center;
  margin: 0;
  font-size: 28px;
  color: #54ab44;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  margin-bottom: 0;
}

.offer-wraper .title {
  position: relative;
  margin-bottom: 80px;
}

.offer-wraper h2::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 47%;
  width: 50px;
  height: 4px;
  background: #54ab44;
}

@media screen and (max-width: 768px) {
  .offer-wraper h6 {
    text-align: center;
  }
}

.offer-wraper .item:hover .default-overlay-outer {
  top: 0;
  opacity: 1;
}

.offer-wraper .item .default-overlay-outer {
  opacity: 0;
  top: -100%;
  background: rgba(16, 37, 46, 0.7);
}

.default-overlay-outer {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
}

.default-overlay-outer .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  text-align: center;
}

.offer-wraper .img-box {
  position: relative;
  height: 210px;
  overflow: hidden;
}

.offer-wraper .item h3 {
  padding-top: 4rem;
}

@media screen and (max-width: 767px) {
  .offer-wraper .img-box {
    /* width: 100%!important; */
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
  }

  .offer-wraper .item h3,
  .offer-wraper .item p,
  .offer-wraper .item h6 a {
    text-align: center;
  }
}

@media screen and (width: 768px) {
  .offer-wraper .img-box {
    width: 100% !important;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
  }

  .offer-wraper .item h3,
  .offer-wraper .item p,
  .offer-wraper .item h6 a {
    text-align: center;
  }
}

.offer-wraper .item .btn {
  border: none;
  background: #54ab44;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 11px 25px;
  position: absolute;

  /* top: 85px;
	left: 120px; */
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -50px;
}

@media screen and (max-width: 767px) {
  .offer-wraper .item .btn {
    background: #54ab44 !important;
    padding: 11px 25px;
    position: absolute;
    top: 100px !important;
    left: 50% !important;
  }
}

.offer-wraper .item h3 {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.offer-wraper .item p {
  color: #707070;
  line-height: 25px;
  margin-bottom: 15px;
  font-weight: 300;
}

.offer-wraper .item h6 a {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: #54ab44;
}

.offer-wraper .second {
  margin-top: 40px !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.services-shadow {
  box-shadow: 0 0 50px #d5ecdc;
  padding-top: 20px;
  padding-bottom: 15px;
}

.offer-wraper .qty {
  align-content: center;
}

/***************************************
* 9. about section styles
****************************************/
.about {
  padding: 80px 0;
  background-color: #bae8da;
}

.about h2 {
  text-align: left;
  margin: 0;
  font-size: 28px;
  color: #252525;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
}

.about h2::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 15px;
  width: 50px;
  height: 4px;
  background: #54ab44;
}

.about p {
  text-align: left;
  color: #252525;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 27px;
  margin-top: 50px;
}

@media screen and (min-width: 1400px) {
  .about p {
    font-size: 18px;
    line-height: 33px;
  }
}

.about ul {
  list-style-type: none;
  padding-left: 0;
}

.about ul li {
  text-align: left;
  font-size: 13px;
  color: #252525;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 27px;
}

.about ul li i {
  font-size: 13px;
  color: #252525;
  font-weight: 600;
  margin-right: 5px;
}

.about .button {
  clear: both;
}

.about a {
  border: none;
  background: #54ab44;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 11px 33px;
  margin-top: 20px;
  clear: both;
}

.about a:hover {
  color: #54ab44;
}

.about .picture-wraper .first {
  overflow: hidden;
  float: right;
  box-shadow: 20px 20px 30px #4b4b4d;
}

/* If the screen size is 600px wide or less, hide the element */
@media only screen and (max-width: 767px) {
  .about .picture-wraper {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .about .picture-wraper .first {
    box-shadow: none;
    display: flex;
    justify-content: center;
  }

  .about .picture-wraper img {
    width: 80%;
    overflow: hidden;
    box-shadow: 10px 10px 20px #4b4b4d;
  }
}

/***************************************
* 11. news section styles
****************************************/
.news {
  padding: 80px 0;
  background: url(../img/faa.jpg) center top;
}

.news .our-news h2 {
  text-align: left;
  margin: 0;
  font-size: 28px;
  color: #252525;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
}

.news .our-news h2::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 15px;
  width: 50px;
  height: 4px;
  background: #54ab44;
}

.news .our-news .news1 figure {
  overflow: hidden;
  width: 182px;
  height: 134px;
  float: left;
  margin-right: 20px;
}

.news .our-news .title {
  margin-bottom: 60px;
}

.news .our-news .news1 {
  margin-top: 20px;
}

.news .our-news .news1 .text-box h3 {
  text-align: left;
  margin: 0;
  font-size: 15px;
  color: #424242;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
}

.news .our-news .news1 .text-box h3 span {
  text-align: left;
  margin: 0;
  font-size: 12px;
  color: #5f5f5f;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 25px;
}

.news .our-news .news1 .text-box .date {
  width: 50px;
  height: 50px;
  background: #54ab44;
  float: left;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  padding-top: 7px;
  font-family: 'Poppins', sans-serif;
  margin-right: 10px;
}

.news .our-news .news1 .text-box .opis {
  text-align: left;
  margin: 0;
  font-size: 12.5px;
  color: #5f5f5f;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 20px;
  margin-top: 10px;
}

.news .our-news .news1 .text-box a {
  text-align: left;
  margin: 0;
  font-size: 12.5px;
  color: #54ab44;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 40px;
}

.news .questions h2 {
  text-align: left;
  margin: 0;
  font-size: 28px;
  color: #252525;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
}

.news .questions h2::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 15px;
  width: 50px;
  height: 4px;
  background: #54ab44;
}

.news .questions .title {
  margin-bottom: 60px;
}

#accordion {
  margin-top: 40px;
}

.toggle {
  margin-bottom: 20px;
}

.toggle .toggle-heading a {
  display: block;
  padding: 15px 13px 15px 55px;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  color: #414141;
  position: relative;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  text-decoration: none;
  -webkit-box-shadow: 1px 3px 6px -6px rgba(0, 0, 0, 0.62);
  -moz-box-shadow: 1px 3px 6px -6px rgba(0, 0, 0, 0.62);
  box-shadow: 1px 3px 6px -6px rgba(0, 0, 0, 0.62);
}

#accordion .toggle i {
  width: 23px;
  height: 23px;
  border: 2px solid transparent;
  border-radius: 100%;
  font-size: 14px;
  line-height: 21px;
  margin-right: 10px;
  text-align: center;
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -11.5px;
  color: #54ab44;
  border: 2px solid #c0c0c0;
}

.toggle .toggle-body {
  padding: 20px 0 4px;
  font-size: 16px;
  line-height: 25px;
}

/***************************************
* 14. contact section styles
****************************************/
.contact {
  padding: 80px 0;
}

.contact h2 {
  text-align: left;
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 28px;
  color: #252525;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
}

.contact h2::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 20px;
  width: 50px;
  height: 4px;
  background: #54ab44;
}

.contact p {
  text-align: left;
  margin: 0;
  font-size: 14px;
  color: #252525;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  margin-top: 19px;
  line-height: 30px;
}

.contact .contact-wraper {
  background: #f2f2f2;
  position: relative;
  padding: 20px;
  overflow: hidden;
}

.contact .contact-wraper .nopd {
  padding-left: 0;
}

.contact .contact-wraper .contact-info {
  padding: 60px 15px 80px 20px;
  background: #fff;
}

.contact form {
  margin-top: 30px;
}

.contact form input[type="text"] {
  width: 100%;
  height: 48px;
  padding: 10px 10px;
  border: 1px solid #6d6d6d;
  border-radius: 0;
  background: #fff;
  margin-bottom: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #999;
}

.contact form select {
  width: 100%;
  height: 48px;
  padding: 10px 10px;
  border: 1px solid #6d6d6d;
  border-radius: 0;
  background: #fff;
  margin-bottom: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #999;
}

.contact form textarea {
  max-width: 100%;
  max-height: 130px;
  min-height: 130px;
  padding: 10px 10px;
  border: 1px solid #6d6d6d;
  border-radius: 0;
  background: #fff;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #999;
  outline: none;
}

.contact form a.btn {
  padding: 10px 29px;
  background: #54ab44;
  color: #fff;
  border: none;
  border-radius: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin-left: 15px;
}

/***************************************
* 16. quote-request section styles
****************************************/
.quote-request {
  padding: 40px 0;
  background: #01572e;
}

.quote-request h4 {
  text-align: left;
  margin-top: 10px;
  font-size: 20px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
}

.quote-request a.btn {
  padding: 12px 29px;
  background: #54ab44;
  color: #fff;
  border: none;
  border-radius: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin-left: 15px;
  border: 1px solid #fff;
}

.quote-request .quote-request-center {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .quote-request a.btn {
    margin-left: 0;
    margin-top: 2rem;
  }

  .quote-request .quote-request-center {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }

  h4.quote-request-text-center {
    text-align: center;
  }
  .quote-request a.btn {
    padding: 10px 20px;
  }
}

/***************************************
* 17. main-footer section styles
****************************************/
/* footer image */
@media screen and (max-width:992px) {
  .specrite-footer-img {
    width: 300px;
  }
}

/* footer image */
.main-footer {
  padding: 80px 0;
  background: #0f3309;
}

.main-footer .sec-tab {
  padding-left: 50px;
}

.main-footer h2 {
  text-align: left;
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 21px;
  color: #e7e7e8;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
}

.main-footer p {
  text-align: left;
  margin: 0;
  font-size: 14px;
  color: #f4f4f4;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  margin-top: 19px;
  line-height: 27px;
}

.main-footer .social-icons {
  margin-top: 20px;
}

.main-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 300px;
}

.main-footer .social-icons ul li {
  display: inline-block;
  margin-right: 10px;
}

.main-footer .social-icons ul li a {
  display: block;
  height: 34px;
  width: 34px;
  background: #b9b9b9;
  text-align: center;
  line-height: 34px;
  color: #f4f4f4;
  transition: all 0.5s ease;
  border-radius: 3px;
}

.main-footer .social-icons ul li a:hover {
  background: #54ab44;
}

.main-footer .solutions {
  margin-top: 10px;
}

.main-footer .solutions li {
  margin-top: 5px;
}

.main-footer .solutions li a:hover {
  color: #54ab44;
}

.main-footer .solutions li a {
  color: #f4f4f4;
  font-weight: 300;
  transition: all 0.3s ease;
}

.main-footer .footer-news p {
  margin-top: 10px;
  line-height: 22px;
}

.main-footer .footer-news p span {
  color: #9e9e9e;
  line-height: 30px;
}

.main-footer .contact-info li {
  margin-top: 30px;
}

.main-footer .contact-info .address {
  float: left;
}

.main-footer .contact-info .address a {
  color: #f4f4f4;
  transition: all 0.3s ease;
}

.main-footer .contact-info .address a:hover {
  color: #fbad1a;
}

.main-footer .contact-info li {
  color: #f4f4f4;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 15px;
  clear: both;
  overflow: hidden;
}

.main-footer .contact-info li i {
  color: #fff;
  float: left;
  font-size: 24px;
  width: 35px;
}

/***************************************
* 18. footer-bottom section styles
****************************************/
.footer-bottom {
  padding: 30px 0;
  background: #f2f2f2;
}

.footer-bottom p {
  color: #a3a3a3;
  margin: 0;
  font-size: 13px;
  font-weight: 300;
}

.scroll-top {
  width: 50px;
  height: 40px;
  text-align: center;
  background: #54ab44;
  position: fixed;
  bottom: 30px;
  right: 30px;
  color: #fff;
  z-index: 100;
  font-size: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: none;
}

.scroll-disabled {
  display: block;
}

.footer-bottom-align-center {
  text-align: center;
}

.footer-bottom .footer-left{
  text-align: end;
}

@media screen and (max-width: 991px) {
  .footer-bottom p,
  .footer-bottom .footer-left {
    text-align: center;
  }
}

/* =====================================
services pages section styles
===================================== */

/***************************************
* 19. about us page styles styles
****************************************/

.header-title {
  padding-top: 127px;
  height: 280px;
  background: url(../img/servicebanner.jpg) no-repeat center top;
  background-size: cover;
}

.header-title h2 {
  text-align: center;
  margin: 0;
  font-size: 28px;
  color: #072d4d;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
}

@media screen and (max-width: 991px){
  .header-title {
    padding-top: 90px;
    height: 200px;
  }
  .header-title h2 {
    font-size: 20px;
  }
}

.page-nav {
  padding: 25px;
  border-bottom: 1px solid #535353;
}

.page-nav ul {
  list-style-type: none;
  text-align: center;
  margin-bottom: 0;
}

.page-nav ul li {
  display: inline-block;
  margin-right: 10px;
  font-weight: 400;
  color: #44454f !important;
}

.page-nav ul li span {
  color: #54ab44;
}

/***************************************
* 23. Mechanical Engineering page styles styles
****************************************/

.offer-wraper .img-box {
  background-image: url(../img/training.jpg);
  background-position: center center;
}

.Mechanical-engineering {
  padding: 80px 0;
}

.Mechanical-engineering .special-links {
  margin-bottom: 45px;
}

.Mechanical-engineering .special-links ul {
  list-style-type: none;
  padding-left: 0;
}

.Mechanical-engineering .special-links ul li {
  background: #eee;
  margin-bottom: 7px;
}

.Mechanical-engineering .special-links ul li.active a {
  background: #54ab44;
  color: #fff;
  border-color: #01572e;
}

.Mechanical-engineering .special-links ul li a {
  display: block;
  font-size: 14px;

  /* color:#252525; */
  color: #44454f;
  font-weight: 400;
  padding: 17px 22px;
  line-height: 22px;
  border-left: 4px solid transparent;
  transition: all 0.5s ease;
}

.Mechanical-engineering .special-links ul li a:hover {
  background: #54ab44;
  color: #fff;
  border-color: #01572e;
}

.Mechanical-engineering .download h4 a {
  display: block;
  font-size: 14px;
  color: #fff;
  padding: 17px 22px;
  background: #072d4d;
}

.Mechanical-engineering .contact {
  margin-top: 45px;
  padding: 17px 22px;
  border: 1px solid #404040;
}

.Mechanical-engineering .contact p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 5px;
}

.Mechanical-engineering .contact a {
  font-size: 14px;
  line-height: 45px;
  font-weight: bold;
  color: #54ab44;
}

.Mechanical-engineering .img-box {
  margin-bottom: 30px;
  overflow: hidden;
    
}
 
.Mechanical-engineering .img-box .responsive {
  max-width: 100%;
  height: auto;
    float: left;
    margin-left: 5px;
}

.Mechanical-engineering .img-box .first {
  float: left;
  width: 100;
  height: auto;
  overflow: hidden;
  max-width: 100%;
}

.Mechanical-engineering .img-box .second {
  float: right;
  width: 330px;
  height: 334px;
  overflow: hidden;
}

.Mechanical-engineering .text .ul {
  list-style-type: none;
}

.Mechanical-engineering .energy-wraper {
  margin: 50px 0;
}

.Mechanical-engineering .energy-wraper .img-box {
  width: 400px;
  height: 250px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}

.Mechanical-engineering .energy-wraper .text-box p {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  margin-right: 50px;
  text-align: justify;
}

/* .Mechanical-engineering .energy-wraper .text-box h3 {
  color: forestgreen;
} */

.Mechanical-engineering .energy-wraper .text-box ul {
  list-style-type: none;
}

.Mechanical-engineering .icon-box-wraper .box {
  box-shadow: 0 0 50px #d5ecdc;
  padding: 10px;
  text-align: center;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.Mechanical-engineering .icon-box-wraper h3 {
  font-size: 17px;
  font-weight: 400;
  color: #3c3c3c;
}

.icon-box i {
  font-size: 50px;
  color: #4ecb71;
}

.what-we-delivery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* If the screen size is 600px wide or less, hide the element */
/* @media only screen and (max-width: 600px) {
  .Mechanical-engineering {
    padding: 0 0 100px 0 ;
  }
} */

@media only screen and (max-width: 992px) {
  .Mechanical-engineering {
    padding: 0 0 100px 0 ;
  }
}

/* If the screen size is 600px wide or less, hide the element */
@media only screen and (max-width: 600px) {
  .Mechanical-engineering .contact {
    display: none;
  }
}

/* If the screen size is 600px wide or less, hide the element */
@media only screen and (max-width: 600px) {
  .Mechanical-engineering .special-links {
    display: none;
  }
}

/*     mechanical testing       */
.mechanical-testing-img {
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
}

/*     mechanical testing */

/* all ul li with icons */

.failure-icon-li,
.corrosion-engineering-li,
.welding-li {
  position: relative;
  margin-left: 35px;
}

.failure-icon-li::before {
  content: url('../img/fault-bulb.png');
  position: absolute;
  left: -35px;
}

.corrosion-engineering-li::before {
  content: url('../img/charm_square-tick.png');
  position: absolute;
  left: -35px;
}

.welding-li::before {
  content: url('../img/tabler_discount-check.png');
  position: absolute;
  left: -35px;
}
