body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
	padding-bottom: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.heading_container h2::before {
  content: "";
  width: 40px;
  height: 7px;
  background-color: #005596;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*header section*/
/*.hero_area {
  height: 100vh;
  background-image: url(../images/hero-bg.jpg);
  background-size: cover;
  background-color: #1d2943;
}*/
.hero_area .top_nav {
  background-color: #8bc541;
  padding: 4px 0;
}

.hero_area .top_nav .contact_link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
      -ms-flex-pack:flex-end;
          justify-content: flex-end;
}
.hero_area .top_nav .contact_link-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 12px;
  padding: 0 4px;
}
.hero_area .top_nav .contact_link-container a img {
  margin-right: 3px;
  width: 26px;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding-bottom: 21px;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  padding: 6px 0 6px 0;
	background: #005596;
	z-index: 9999999;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

#navbarSupportedContent {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-end;
  padding: 0 0%;
}

.custom_nav-container.navbar-expand-lg {
  z-index: 99999;
  padding: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 0;
  padding: 22px 18px;
  color: #fff;
  text-align: center;
  
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link, .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  background-color: #031652;
  color: #ffffff;
}

.custom_nav-container.navbar-expand-lg .form-inline input {
  background-color: #031652;
  border: none;
  outline: none;
  width: 250px;
  height: 40px;
  border-radius: 5px;
  padding-left: 15px;
  color: #f9f9f8;
}

.custom_nav-container.navbar-expand-lg .form-inline input::-webkit-input-placeholder {
  color: rgba(249, 249, 248, 0.6);
}

.custom_nav-container.navbar-expand-lg .form-inline input:-ms-input-placeholder {
  color: rgba(249, 249, 248, 0.6);
}

.custom_nav-container.navbar-expand-lg .form-inline input::-ms-input-placeholder {
  color: rgba(249, 249, 248, 0.6);
}

.custom_nav-container.navbar-expand-lg .form-inline input::placeholder {
  color: rgba(249, 249, 248, 0.6);
}

.custom_nav-container.navbar-expand-lg .form-inline button {
  margin-left: -50px;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: right;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand img {
  width: 90%;;
}

.navbar-brand span {
  font-weight: bold;
  color: #2c2b2b;
  font-size: 20px;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

/*end header section*/
/* slider section */
.slider_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
	z-index: -99999;
	

}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail-box {
  width: 100%;
  margin: 0 auto;
}

.slider_section .detail-box h1 {
  text-transform: uppercase;
  font-size: 4rem;
  color: #031652;
  line-height: 60px;
  font-weight: 100;
}

.slider_section .detail-box h1 span {
  color: #005596;
	font-weight: 100;
}

.slider_section .detail-box p {
  margin-top: 25px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.slider_section .detail-box .btn-box a {
  width: 180px;
  text-align: center;
  margin: 5px;
}
.slider_section  .btn-box
{
	text-align: center;
}
.slider_section  .btn-box .btn-1 {
  display: inline-block;
  padding: 10px 35px;
  background-color: #8BC541;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
	bottom: 0;
	
	
}

.slider_section .btn-box .btn-1:hover {
  background-color: transparent;
  border-color: #8BC541;
  color: #031652;
}

.slider_section .detail-box .btn-box .btn-2 {
  display: inline-block;
  padding: 10px 35px;
  background-color: #005596;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-2:hover {
  background-color: transparent;
  border-color: #005596;
  color: #005596;
}
.slider_section .img-box {
  position: relative;
  height: 600px;
}
/* Carousel Header Styles */
.slider_section .img-box .header-text {
  color: #005596;
  margin-top: 185px;
  padding-left: 25px;
}
.slider_section .img-box .header-text h2 {
  font-size: 30px;
}

.slider_section .img-box .header-text h2 span {
  background-color: #2980b9;
padding: 10px;
}
.slider_section .img-box .header-text p{
  color: #6d656b;
  font-size: 20px;
}
.slider_section .img-box .header-text h5 {
  font-size: 26px;
  color: #2980b9;
  margin-top: 44px;
}

.slider_section .img-box .header-bg {
  position: relative;
  color: #005596;
  padding-top: 204px;
}
.slider_section .img-box .header-bg::before {
  content: '';
  width: 70%;
  height: 161px;
  position: absolute;
  top: 200px;
  background-color: #ffffff6b;
  left: -390px;
}
.slider_section .img-box .header-bg p {
  color: #6d656b;
  font-size: 22px;
  padding: 30px 0 30px 0;
  margin-bottom: 0;
  font-weight: 500;
}


.slider_section .img-box img {
  width: 100%;
}

.slider_section .idicator_container {
  position: relative;
}

.slider_section ol.carousel-indicators {
  margin: 0;
  bottom: 15px;
 
}

.slider_section ol.carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  text-align: center;
  opacity: 1;
  border: none;
  margin: 0 4px;
  border: 2px solid #005596;
  background-color: #0000;
}

.slider_section ol.carousel-indicators li.active {
  background-color: #005596;
}
.safe-hand {
  background-color: #8bc541;
  padding: 50px 0;
  position: relative;
  /* max-height: 500px; */
  height: 640px;
}
.safe-hand .img{
  position: relative;
}
.safe-hand .img img {
  position: absolute;
  left: -383px;
  height: 520px;
}
.safe-hand .contnet {
  margin: 0;
  padding: 147px 0 0 0;
}
.safe-hand .contnet h2 {
  margin: 0;
  font-size: 80px;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
  font-weight: 600;
}
.safe-hand .contnet h2 span {
  display: block;
  font-size: 64px;
  font-weight: 400;
  color: #005596;
}
.product-range-heading {
  padding: 50px 0 25px 0;
}
.product-range-heading h3{
  color: #005596;
  font-size: 40px;
  font-weight: 700;
}
.product-range-heading h3 span{
  color: #8bc541;
  font-weight: 700;
}
.product-range {
  margin: 0 0 40px 0;
  background: #005596;
  position: relative;
  height: 500px;
}
.product-range::before{
  content: '';
  background-image: url(../images/power-range-after.png);
  width: 718px;
  height: 500px;
  position: absolute;
  right: 0;
}
.product-range .product-range-con{
margin: 0;
padding: 65px 0 0 0;
}
.product-range .product-range-con ul{
  color: #ffffff;
}
.product-range .product-range-con ul li{
  line-height: 30px;
}
.product-range .product-range-con h4 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}


.product-range-2 {
  margin: 0 0 40px 0;
  background: #8bc541;
  position: relative;
  height: 500px;
  color: #ffffff;
}
.product-range-2::before{
  content: '';
  background-image: url(../images/transforems.png);
  width: 718px;
  height: 500px;
  position: absolute;
  right: 0;
}
.product-range-2 .product-range-con{
margin: 0;
padding: 32px 0 0 0;
}
.product-range-2 .product-range-con ul{
  color: #ffffff;
}
.product-range-con ul li,
.product-range-con p {
  line-height: 21px;
  font-size: 14px;
}
.product-range-2 .product-range-con h4 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}
.product-range-con h6 {
    font-weight: 800;
}
.product-range-3 {
  margin: 0 0 40px 0;
  background: #005596;
  position: relative;
  height: 500px;
  color: #ffffff;
}
.product-range-3::before{
  content: '';
  background-image: url(../images/constructuopn.png);
  width: 718px;
  height: 500px;
  position: absolute;
  right: 0;
}
.product-range-3 .product-range-con{
margin: 0;
padding: 50px 0 0 0;
}
.product-range-3 .product-range-con ul{
  color: #ffffff;
}
.product-range-3 .product-range-con ul li {
  line-height: 25px;
  font-size: 0.83rem;
}
.product-range-3 .product-range-con h4 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}


.product-range-4 {
  margin: 0 0 40px 0;
  background: #8bc541;
  position: relative;
  height: 500px;
  color: #ffffff;
}
.product-range-4::before{
  content: '';
  background-image: url(../images/product-4-large.png);
  width: 718px;
  height: 500px;
  position: absolute;
  right: 0;
}
.product-range-4 .product-range-con{
margin: 0;
padding: 50px 0 0 0;
}
.product-range-4 .product-range-con ul{
  color: #ffffff;
}
.product-range-4 .product-range-con ul li {
  line-height: 25px;
  font-size: 14px;
}
.product-range-4 .product-range-con h4 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}

.product-range-5 {
  margin: 0 0 40px 0;
  background: #005596;
  position: relative;
  height: 500px;
  color: #ffffff;
}
.product-range-5::before{
  content: '';
  background-image: url(../images/product-5-large.png);
  width: 718px;
  height: 500px;
  position: absolute;
  right: 0;
}
.product-range-5 .product-range-con{
margin: 0;
padding: 50px 0 0 0;
}
.product-range-5 .product-range-con ul{
  color: #ffffff;
}
.product-range-5 .product-range-con ul li {
  line-height: 25px;
  font-size: 14px;
}
.product-range-5 .product-range-con h4 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}
.nav-tabs {
    border-bottom: none;
    justify-content: space-between;
}
section.product-tab {
  margin-bottom: 26px;
}
.nav-tabs .nav-item {margin: 0; max-width: 20%;}

.nav-tabs .nav-item a .btn-image{
  margin: 0;
  border:1px solid #8bc541;
}
.nav-tabs .nav-item a .btn-image h4 {
  margin: 0;
  background: #8bc541;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 10px 0 10px 0;
  height: 55px;
}
.nav-link {
  display: block;
  padding: 0;
}
.nav-tabs .nav-link {
  border: none; 
}
.service_slider_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
	z-index: -99999;
}
.service_slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service_slider_section .img-box {
  position: relative;
  height: 580px;
  background-position: center;
}
/* Carousel Header Styles */
.service_slider_section .img-box .header-blue {
    position: absolute;
    top: 50%;
    /* left: 11%; */
    right: auto;
    width: 44%;
    color: #005596;
    margin-top: 11%;
}
.service_slider_section .img-box .header-blue h2{
  color: #ffffff;
}
.service_slider_section .img-box .header-blue p {
  color: #ffffff;
  font-size: 14px;
  padding: 0 0 30px 0;
  margin-bottom: 0;
  font-weight: 500;
}
.text-blue{
  color: #005596 !important;
}

.service_slider_section .img-box img {
  width: 100%;
}

.service_slider_section .idicator_container {
  position: relative;
}

.service_slider_section ol.carousel-indicators {
  margin: 0;
  bottom: 15px;
 
}

.service_slider_section ol.carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  text-align: center;
  opacity: 1;
  border: none;
  margin: 0 4px;
  /*border: 2px solid #ffffff;*/
  background-color: #0000;
}

.service_slider_section ol.carousel-indicators li.active {
  background-color: #ffffff;
}


.rhine-energy{
  padding: 20px 0;
}
.rhine-energy h2{
  color: #005596;
  font-weight: 600;
  font-size: 35px;
} 

.business-association{
  padding: 35px 0; 
}
.business-association h2{
  color: #005596;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 50px;
} 
.major-customer-group {
  padding: 70px 0;
  margin-top: 0;
  background-color: #f5f5f5;
}
.major-customer-group h2{
  color: #005596;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 50px;
} 

.major-customer-group .client-logo{
  margin: 0;
}
.major-customer-group .client-logo ul{
  margin: 0;
}
.major-customer-group .client-logo ul li {
  list-style-type: none;
  float: left;
}
.major-customer-group .client-logo ul li img {
  height: 100px;
  margin: 5px;
}
 
.important-projects-group {
  padding: 70px 0;
  margin-top: 0;
  
}
.important-projects-group h2{
  color: #005596;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 20px;
} 

.important-projects-group .client-logo{
  margin: 0;
}
.important-projects-group .client-logo ul{
  margin: 0;
}
.important-projects-group .client-logo ul li {
  list-style-type: none;
  float: left;
}
.important-projects-group .client-logo ul li img {
  height: 100px;
  margin: 5px;
}

.important-projects-group .detail-box.text-center p {
    color: #6d656b;
    font-size: 22px;
    padding: 0 0 50px 0;
    margin-bottom: 0;
    font-weight: 500;
}

.important-projects-group .row {
    justify-content: center;
}

.important-projects-group .owl-carousel .nav-btn {
    height: 38px;
    position: absolute;
    width: 38px;
    cursor: pointer;
    top: 50% !important;
    margin-top: -16px;
}

.important-projects-group .owl-carousel .prev-slide{
  background: url(../images/left-arrow.png) no-repeat scroll 0 0;
  left: -40px;
}
.important-projects-group .owl-carousel .next-slide{
  background: url(../images/right-arrow.png) no-repeat scroll 2px 0;
  right: -40px;
}

.important-projects-group-wrap.owl-carousel .owl-item img {
    border: 1px solid #e9ecef;
}


.about_section {
  background: #F4EDEB;
	
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.about_section .heading_container h2 span {
  color: #031652;
}

.about_section .heading_container h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about_section .img_container {
  margin-right: -45px;
}

.about_section .img_container .img-box img {
  width: 80%;
}

.about_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
          justify-content: flex-start;
  margin-top: 25px;
	margin-left: 20px;
}

.about_section .btn-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #8BC541;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.about_section .btn-box a:hover {
  background-color: transparent;
  border-color: #8BC541;
  color: #005596;
}

.about_section .detail-box {
  
  padding: 25px;
}
.about_section .detail-box h3
{
	color: #8BC541;
	font-size: 17px;
	font-weight: 500;
}
.about_section .detail-box p
{
	font-size: 15px;
	text-align: justify;
}
.about_section .detail-box h4
{
	color: #005596;
	font-size: 27px;
	font-weight: 700;
}
.about_section .detail-box h2
{
		color: #005596;
	font-size: 4rem;
	font-weight: 700;
}
.about_section .detail-box h2 span
{
			color: #005596;
	font-size: 4rem;
	font-weight:100;
}
.about_section .img_container1 img
{
	width: 100%;
}
.about_section .img_container1 
{
	padding-left: 20px;
}
.about_section .img_container1 .img-box2
{
	padding: 10px;
	background: #8BC541;
	height: 70px;
}
.about_section .img_container1 .img-box2 h5
{
	color: #005596;
	font-weight: 600;
	font-size: 12px;
}
.service_section {
  background-color: #EAE4E4;

}
.service_section .detail-box h3
{
	color: #8BC541;
	font-size: 17px;
	font-weight: 500;
	text-align: center
}
.service_section .detail-box h4
{
	color: #005596;
	font-size: 27px;
	font-weight: 700;
	text-align:center;
}
.service_section .heading_container {
  color: #ffffff;
}

.service_section .service_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service_section .service_container .box {

  margin: 1%;
  background-color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.service_section .service_container .box .img-box img {
  width: 100%;
	    height: 250px;
}

.service_section .service_container .box .detail-box {
  margin-top:15px;
	padding: 20px;
	text-align: left;
}

.service_section .service_container .box .detail-box h6 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.service_section .service_container .box .detail-box p
{
	font-size: 15px;
	text-align: justify;
}
.service_section .service_container .box .detail-box hr
{
	color: #8BC541;
	background: #8BC541;height: 2px;
}
.service_section .service_container .box .detail-box a {
  display: inline-block;
  padding: 5px 35px;
  background-color: #005596;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  
}

.service_section .service_container .box .detail-box a:hover {
  background-color: transparent;
  border-color: #005596;
  color: #005596;
}

.service_section .service_container .box.b1 {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

.service_section .service_container .box.b2 {
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}

.service_section .service_container .box.b3 {
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}

#product
{
	overflow: hidden;
}
.product_section .product_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
justify-content: center;

}
.product_section
{
	          
	background-image: url(../images/p-bg-01.png);
	background-size: cover;
	background-size: cover;
}
.product_section .detail-box h3
{
	color: #8BC541;
	font-size: 17px;
	font-weight: 500;
	text-align: center
}
.product_section .detail-box h4
{
	color: #005596;
	font-size: 27px;
	font-weight: 700;
	text-align:center;
	padding-bottom: 30px;
}
video {
  width: 100% !important;
  height: auto !important;
}

.product_section .product_container .box {
  width: 265px;
  margin: 10px;
}

.product_section .product_container img {
  width: 70%;
}

.product_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.product_section .btn-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #005596;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.product_section .btn-box a:hover {
  background-color: transparent;
  border-color: #005596;
  color: #005596;
}

.client_section {
  background: #F4EDEB;
  color: #ffffff;
  text-align: center;
}
.client_section .detail-box h4
{
	color: #005596;
	font-size: 27px;
	font-weight: 700;
	text-align:center;
	padding-bottom: 30px;
}
.client_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .heading_container h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.client_section #carouselExampleControls {
  padding: 0 3%;
}
.client_section .box img
{
	width: 100%;
}
.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px;
}

.client_section .box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
}

.client_section .box .detail-box h4 {
  font-weight: bold;
  font-size: 18px;
  padding: 0 10px;
  border-bottom: 1px solid #ffffff;
}

.client_section .box .detail-box p {
  margin-top: 20px;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  position: absolute;
  top: 60%;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  background-color: #ffffff;
  background-position: center;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #005596;
}

.client_section .carousel-control-prev {
  background-image: url(../images/prev.png);
  left: 0;
}

.client_section .carousel-control-prev:hover {
  background-image: url(../images/prev-white.png);
}

.client_section .carousel-control-next {
  left: initial;
  background-image: url(../images/next.png);
  right: 0;
}

.client_section .carousel-control-next:hover {
  background-image: url(../images/next-white.png);
}
.client_section1 {
  text-align: center;
  background-color: #fbfbfb;
}
.client_section1 .detail-box h2
{
  color: #005596;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 50px;
}
.client_section1 .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section1 .owl-carousel .owl-item img{
  display: inline-block;
    width: 324px;
}
.owl-carousel .nav-btn {
  height: 38px;
  position: absolute;
  width: 38px;
  cursor: pointer;
  top: 180px !important;
}


.major-customer-group .owl-carousel .nav-btn {
  height: 38px;
  position: absolute;
  width: 38px;
  cursor: pointer;
  top: 32px !important;
}

.major-customer-group .owl-carousel .prev-slide{
  background: url(../images/left-arrow.png) no-repeat scroll 0 0;
  left: -40px;
}
.major-customer-group .owl-carousel .next-slide{
  background: url(../images/right-arrow.png) no-repeat scroll 2px 0;
  right: -40px;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
pointer-events: none;
opacity: 0.2;
}

.owl-carousel .prev-slide{
  background: url(../images/left-arrow.png) no-repeat scroll 0 0;
  left: -33px;
}
.owl-carousel .next-slide{
  background: url(../images/right-arrow.png) no-repeat scroll 2px 0;
  right: -33px;
}

.client_section1 .heading_container h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
 
.client_section1 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px;
}

.client_section1 .box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
}

.client_section1 .box .detail-box h4 {
  font-weight: bold;
  font-size: 18px;
  padding: 0 10px;
  border-bottom: 1px solid #ffffff;
}

.client_section1 .box .detail-box p {
  margin-top: 20px;
}

.client_section1 .carousel-control-prev,
.client_section1 .carousel-control-next {
  position: absolute;
  top: 60%;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  background-color: #ffffff;
  background-position: center;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.client_section1 .carousel-control-prev:hover,
.client_section1 .carousel-control-next:hover {
  background-color: #005596;
}

.client_section1 .carousel-control-prev {
  background-image: url(../images/prev.png);
  left: 0;
}

.client_section1 .carousel-control-prev:hover {
  background-image: url(../images/prev-white.png);
}

.client_section1 .carousel-control-next {
  left: initial;
  background-image: url(../images/next.png);
  right: 0;
}

.client_section1 .carousel-control-next:hover {
  background-image: url(../images/next-white.png);
}
.metal_section {
  background: #F4EDEB;
}
.metal_section .detail-box h4
{
	color: #005596;
	font-size: 27px;
	font-weight: 700;
	text-align:center;
	padding-bottom: 30px;
}

.metal_section .detail-box h2 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
}
.metal_section .detail-box-img
{
	text-align: center;
}
.metal_section .detail-box-img img
{
	width: 85%;
 
}

/* contact section */
.contact_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_section .contact_form-container {
  margin-top: 45px;
}

.contact_section .contact_form-container input {
  border: none;
  outline: none;
  color: #000000;
  height: 45px;
  width: 100%;
  margin: 15px 0;
  padding-left: 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.contact_section .contact_form-container input::-webkit-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input:-ms-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input::-ms-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input::placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input.message_input {
  height: 120px;
}

.contact_section .contact_form-container button {
  display: inline-block;
  padding: 10px 60px;
  background-color: #f73131;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
  margin-top: 35px;
  font-weight: bold;
}

.contact_section .contact_form-container button:hover {
  background-color: transparent;
  border-color: #f73131;
  color: #f73131;
}

.contact_section .img-box img {
  width: 100%;
}

/* end contact section */
.info_section {
  background-image: url(../images/footer-bg-01.png);
	background-repeat: no-repeat;
	background-size: cover;
  color: #ffffff;
  
}

.info_section h5 {
  margin: 25px 0 5px 0;
  font-size: 17px;
	font-weight: 600;
}

.info_section .info_links ul {
  padding: 0;
}

.info_section .info_links ul li {
  list-style-type: none;
}

.info_section .info_links ul li a {
  color: #ffffff;
	font-size: 13px;
}

.info_section .info_form form input {
  outline: none;
  border: none;
  width: 100%;
  padding: 7px 10px;
  border-radius: 30px;
}

.info_section .info_form form button {
  padding: 8px 35px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #f73131;
  border-radius: 30px;
  margin-top: 15px;
  text-transform: uppercase;
}

.info_section .info_form .social_box {
  margin-top: 35px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	 justify-content: center;
}

.info_section .info_form .social_box a {
  margin-right: 7px;
}
.info_section .info_form1 ul li {
  list-style-type: none;
	float: left;
	padding-left: 10px;
}
.info_section .info_form1
{
	padding-top: 65px;
}

.info_section .info_form1 ul li a {
  color: #ffffff;
	font-size: 13px;
}
.info_section .info_info p
{
	font-size: 13px;
}
/* footer section*/
.footer_section {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;  
}

.footer_section p {
  color: rgba(254, 254, 255, 0.7);
  margin: 0;
	font-size: 13px;
}

.footer_section a {
  color: rgba(254, 254, 255, 0.7);
}
/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #005596;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}
.info_info a {
  color: #fff;
}
.info_info a:hover {
  color: #8bc541;
}
    @media (max-width: 550px){
      .info_section .row .col-md-3 {
        display: flex;
        justify-content: flex-start!important;
        text-align: left!important;
    }
  }


  @media (max-width: 1450px) {
    .slider_section .img-box .header-text { 
      top: 22%;
      left: 10%;
    }
    .slider_section .img-box .header-bg {
      position: absolute;
      top: 30%;
      left: 0%;
      right: auto;
      width: 41%;
      color: #005596;
      background-color: #ffffff91;
    }
    .slider_section .img-box .header-bg p { 
      font-size: 24px; 
    }
    .safe-hand .img img { 
      left: -145px; 
    }
    .safe-hand .contnet { 
      padding: 70px 0 0 170px;
    }
    /*.service_slider_section .img-box .header-blue { */
    /*  top: 11%;*/
    /*  left: 10%; */
    /*  width: 44%; */
    /*}*/
    .product-range-2 .product-range-con {
      margin: 0;
      padding: 30px 70px 0 0;
    }
    .product-range-3 .product-range-con {
      margin: 0;
      padding: 29px 50px 0 0;
    }
    .product-range-4 .product-range-con {
      margin: 0;
      padding: 50px 111px 0 40px;
    }
  }

  .desktop-none {
    display: none;
  }
 









/* end footer section*/