@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Poppins:300,400,500,600,700|Work+Sans:400,500,600");
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
}

p, .paragraph {
  font-weight: 400;
  color: #000;
  font-size: 15px;
  line-height: 25px;
 font-family: "Poppins", sans-serif;
  
}

h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

h1, .h1 {
  /* font-size: 60px; */
  font-size: 35px;
}

@media (max-width: 400px) {
  h1, .h1 {
    font-size: 30px;
  }
}

h2, .h2 {
  font-size: 36px;
}

h3, .h3 {
  font-size: 26px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 14px;
}

/* 1.3 Button style */
.btn {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  padding: 7px 10px;
  border-radius: 5px;
  font-weight:500;
  border: 0;
  position: relative;
  z-index: 1;
  transition: .2s ease;
}
.btn1 {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  padding: 8px 16px;
  border-radius: 35px;
  font-weight: 600;
  border: 0;
  position: relative;
  z-index: 1;
  transition: .2s ease;
}

.btn:focus {
  outline: 0;
  box-shadow: none !important;
}
.btn1:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn:active {
  box-shadow: none;
}
.btn1:active {
  box-shadow: none;
}

.btn-primary {
  background: #000;
  color: #fff;
}

.btn-primary:active {
  background: #e84444 !important;
}

.btn-primary:hover {
  background: #00a651;
}

.btn-secondary {
  background: #303032;
  color: #fff;
}

.btn-secondary:active {
  background: #e84444 !important;
}

.btn-secondary:hover {
  background: #e84444 !important;
  background: #ee7171;
}

.btn-light {
  background: #fff;
  color: #222;
  border: 2px solid #fff;
}

.btn-light:hover {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-outline {
  background: transparent;
  color: #222;
  /* border: 2px solid #303032; */
  border: 2px solid #eee;
}

.btn-outline:hover {
  background: #303032;
  color: #fff;
}

.btn-sm {
  padding: 13px 22px !important;
}

.menu-title{
	font-size:16px !important;
	font-weight:500;
	color: #00acde;
	border-bottom:1px solid #eee;
}
/* 1.2 common style */
body {
  background-color: #fff;
  overflow-x: hidden;
}

::-moz-selection {
  background: #00a651;
  color: #fff;
}

::selection {
  background: #00a651;
  color: #fff;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

ol,
ul {
  list-style-type: none;
  margin: 0px;
}

img {
  vertical-align: middle;
  border: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a {
  transition: .2s ease;
}

a:hover {
  color: #007bff;
}

a.text-dark:hover,
a.text-white:hover {
  color: #000 !important;
}

a,
button {
  cursor: pointer;
}

.outline-0 {
  outline: 0;
}

.d-unset {
  display: unset !important;
}

.slick-slide {
  outline: 0;
}

.centralized {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hilighted {
  background: #303032;
  color: #919E4D;
  border-radius: 3px;
  padding: 2px 5px;
}

.section {
  padding: 50px 0;
}

@media (max-width: 575px) {
  .section {
    padding: 80px 0;
  }
}

.section-sm {
  padding: 80px 0;
}

.section-title {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 35px;
  color: #000;
}

.section-title-sm {
  margin-bottom: 10px;
  /*! font-family: "Open Sans", sans-serif; */
  font-weight: 500;
  color: #666;
  line-height: 25px;
}

.overlay {
  position: relative;
}

.overlay::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  /*! background: #000; */
  opacity: .6;
}

.overlay-dark {
  position: relative;
}

.overlay-dark::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .8;
}

.overlay-primary {
  position: relative;
}

.overlay-primary::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  /*! background: #29a6f8; */
  /*! opacity: .6; */
  background: rgb(87,201,227);
  background: linear-gradient(90deg, rgba(87,201,227,1) 0%, rgba(0,177,85,1) 75%);
}

.overlay-white {
  position: relative;
}

.overlay-white::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: .7;
}

.overlay-rounded::before {
  border-radius: 5px;
}

.section-title-border {
  position: relative;
}
.h1-prd-page{
  font-size: 30px;
color: #222;
font-weight: 500;
}
.section-title-border::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 120px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #29a6f8;
}

.section-title-border::after {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #29a6f8;
  box-shadow: 0 0 0 5px #fff;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.section-title-border-gray {
  position: relative;
}

.section-title-border-gray::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 120px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #019ba5;
}

.section-title-border-gray::after {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #f5f5f5;
  border: 2px solid #019ba5;
  box-shadow: 0 0 0 5px #f5f5f5;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.section-title-border-half {
  position: relative;
}

.section-title-border-half::before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #29a6f8;
  bottom: -14px;
  left: 0;
}

.section-title-border-half::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 50px;
  left: 15px;
  bottom: -10px;
  background: #29a6f8;
}

.section-title-border-half-white {
  position: relative;
}

.section-title-border-half-white::before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #fff;
  bottom: -14px;
  left: 0;
}

.section-title-border-half-white::after {
  background: #fff;
  position: absolute;
  content: '';
  height: 2px;
  width: 50px;
  left: 15px;
  bottom: -10px;
}

/* 1.2.1 page title */
.page-title {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 80px;
}

/* breadcrumb */
.breadcrumb {
  background-color: transparent !important;
  -ms-flex-pack: center;
      justify-content: center;
}

.breadcrumb li,
.breadcrumb a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  margin: 0 10px;
}

.breadcrumb a {
  position: relative;
}

.breadcrumb a::before {
  position: absolute;
  content: '/';
  right: -17px;
  top: 2px;
  height: 12px;
}

/* 1.2.2 404 page start */
.page-404 {
  padding: 600px 0 60px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .hero-content .slider-p1 {
  letter-spacing: 1px !important;
  font-size: 25px !important;
    margin-top: 20px;
}
  .hero-slider .py-160{
  padding: 60px 0 !important;
}
  .page-404 {
    padding: 450px 0 50px;
  }
}

@media (max-width: 575px) {
  .page-404 {
    padding-top: 250px;
  }
}

@media (max-width: 400px) {
  .page-404 {
    padding-top: 150px;
  }
}

.page-404 h1 {
  font-size: 40px;
}

/* 404 page end */
/* play-icon */
.play-icon {
  width: 85px;
  height: 85px;
  border: 3px solid #fff;
  border-radius: 50%;
  display: block;
  text-align: center;
}

.play-icon:focus {
  outline: 0;
}

.play-icon i {
  line-height: 79px;
  display: block;
  font-size: 30px;
  color: #fff;
}
 
.round-icon {
  height: 50px;
    min-width: 50px;
    max-width: 8px;
    border-radius: 50%;
    border: 1px solid #ffc55f;
    background: #fff;
    text-align: center;
    line-height: 51px;
    font-size: 30px;
    color: #ff8f00;
    display: inline-block;
}
.round-icon1 {
    height: 30px;
    min-width: 30px;
    max-width: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #fff;
    text-align: center;
    line-height: 27px;
    font-size: 16px;
    color: #00a651;
    display: inline-block;
    /*! font-weight: 600; */
}
/* 18. squre icon */
.square-icon {
  height: 65px;
  width: 65px;
  background: #e84444;
  color: #fff;
  font-size: 35px;
  line-height: 65px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
}
.square-icon1 {
    height: 25px;
    width: 25px;
    background: #29a6f8;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
}
/* team social icon */
.social-icon-lg {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  display: inline-block;
}

.social-icon-lg i {
  margin: 0;
  color: #fff;
}

.box-shadow {
  box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
}

.golden {
  color: #efaf27 !important;
}

.bg-gray {
  background-color: #f5f5f5;
}

.bg-primary {
  /* background-color: #e84444 !important; */
  /*! background-color: #303032 !important; */
  background: rgb(87,201,227);
  background: linear-gradient(90deg, rgba(87,201,227,1) 0%, rgba(0,177,85,1) 75%);
  opacity: 0.7;
}
.bg-primary1 {
  /*! background-color: #e84444 !important; */
  background-color: #303032 !important;
}

.bg-secondary {
  /*background-color: #fff;*/
  background: rgba(255,255,255,0.4);
}

.text-primary {
  color: #000 !important;
}

.bg-facebook {
  background-color: #4267b2;
}

.bg-twitter {
  background-color: #449de8;
}

.bg-linkedin {
  background-color: #2f6ea3;
}

.bg-google {
  background-color: #e62211;
}

.text-color {
  color: #666;
}

.text-dark {
  color: #222;
}

.text-underline {
  text-decoration: underline;
}

.text-underline:hover {
  text-decoration: underline;
}

.font-primary {
  font-family: "Poppins", sans-serif;
}

.font-secondary {
  font-family: "Open Sans", sans-serif;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .mb-md-50 {
    margin-bottom: 50px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.py-10 {
  padding: 10px 0;
}

.py-50 {
  padding: 25px 0;
}

.py-100 {
  padding-top:50px;
  padding-bottom:30px;
}

.py-160 {
  padding: 160px 0;
}

.ml-65 {
  margin-left: 65px;
}

.pb-xl-200-lg-100 {
  padding-bottom: 200px;
}

@media (max-width: 1199px) {
  .pb-xl-200-lg-100 {
    padding-bottom: 100px;
  }
}

.mb-xl-150-lg-100 {
  margin-bottom: 150px;
}

@media (max-width: 1199px) {
  .mb-xl-150-lg-100 {
    margin-bottom: 100px;
  }
}

.translateY-25 {
  transform: translateY(25px);
}

.translateY-10 {
  transform: translateY(-10px);
}

.translateY-33 {
  transform: translateY(-33px);
}

/* 2. Navigation */
.top-header {
  background:#cf5407;
}

@media (max-width: 575px) {
  .top-header ul {
    text-align: center;
  }
}

.top-header ul li {
  margin: 5px 0;
}

@media (max-width: 575px) {
  .top-header ul li {
    margin: 10px 0;
  }
}

.top-header ul li a {
  display: inline-block;
  padding: 0 7px;
  border-right: 1px dashed #878787;
  color: #fff;
}

@media (max-width: 575px) {
  .top-header ul li a {
    border: 0;
  }
}

.top-header ul li a span {
  color: #e84444;
}

.top-header ul li:last-child a {
  padding-right: 0;
  border-right: 0;
}

.navigation .navbar {
  padding: 0;
  background: #fff !important;
  position: relative;
}

.navigation .navbar-brand {
  /*! position: absolute; */
  left: 0;
  top: -23px;
  /*! height: 180px; */
  /*! width: 250px; */
  /*! background: #fff; */
  /*! text-align: center; */
  /*! box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); */
  /*! z-index: 9; */
}

@media (max-width: 991px) {
  .navigation .navbar-brand {
    position: relative;
    height: unset;
    width: auto;
    box-shadow: none;
    top: 0px;
    background: none;
  }
  .navigation .navbar-brand img {
    height: 50px;
    width: auto;
  }
}

.navigation .navbar-brand img {
      width:350px;
}

.navigation .navbar .nav-item {
  padding:18px 0;
}

@media (max-width: 991px) {
  .navigation .navbar .nav-item {
    padding: 0;
  }
}

.navigation .navbar .nav-item .nav-link {
  padding: 15px 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #222;
  /*! text-transform: uppercase; */
  transition: .2s ease;
  font-size: 16px;
}

@media (max-width: 1199px) {
  .navigation .navbar .nav-item .nav-link {
    font-size: 12px;
    padding: 15px 6px;
  }
}

@media (max-width: 991px) {
  .navigation .navbar .nav-item .nav-link {
    padding: 15px 0;
    font-size: 14px;
    text-align: center;
  }
}

.navigation .navbar .nav-item .nav-link:hover {
  color: #fff;
  /*! border-radius: 5px; */
  /*! background: linear-gradient(to right, rgb(77, 157, 101), rgb(4, 187, 255)); */
  border-radius: 7px;
  background: linear-gradient(to right, rgb(0, 165, 79), rgb(0, 174, 239));
}

.navigation .navbar .nav-item:last-child {
  padding: 18px 0 28px 30px;
}

@media (max-width: 991px) {
  .navigation .navbar .nav-item:last-child {
    padding: 0;
    margin-bottom: 20px;
  }
}

.navigation .navbar .nav-item:last-child .nav-link {
  color: #fff;
}

.navigation .navbar .nav-item.active .nav-link {
  color: #00602e;
font-weight: 500;
}

.navigation .navbar .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}

.navigation .navbar .dropdown-menu {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
  padding: 10px 10px;
  border: 0;
  border-radius: 0;
  top: 100%;
  /*! left: -20px; */
  display: block;
  visibility: hidden;
  transition: .3s ease;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  width:300px;
}

@media (max-width: 991px) {
  .navigation .navbar .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    transform-origin: unset;
  }
}

.navigation .navbar .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}

@media (max-width: 991px) {
  .navigation .navbar .dropdown-menu.show {
    display: block;
  }
}

.navigation .navbar .dropdown-item {
  position: relative;
  color: #000; font-size:16px;
  transition: .2s ease;
}
.megamenu {
    position: static;
}
.megamenu .dropdown-menu {
    width: 100%;
}
.navigation .navbar .dropdown-item:not(:last-child) {
  margin-bottom: 7px;
}

.navigation .navbar .dropdown-item:hover {
  color: #fff;
  /*! text-decoration: underline; */
  /*! background: #00a54f; */
  border-radius: 5px;
  background: linear-gradient(to right, rgb(0, 165, 79), rgb(0, 174, 239));
}

.navigation .navbar .dropdown-item::before {
  position: absolute;
  content: '';
  left: 7px;
  top: 12px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #00aeef;
  border: 1px solid #fff;
  display: inline-block;
  box-shadow: 0 0 0 2px #00aeef;
}

@media (max-width: 991px) {
  .navigation .navbar .dropdown-item {
    text-align: center;
  }
  .navigation .navbar .dropdown-item::before {
    display: none;
  }
}

/* 2.3. Search Form */
.search-form {
  padding: 230px 0;
  background: #303032;
  position: absolute;
  width: 100%;
  top: -800px;
  z-index: 10;
  transition: .3s ease-in;
}

.search-form .close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
}

.search-form .close i {
  transition: .3s ease;
  display: inline-block;
}

.search-form .close:hover i {
  transform: rotate(90deg);
}

.search-form.open {
  top: 0;
}

.search-form .form-control {
  background: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  font-size: 20px;
  transition: .3s ease;
  position: relative;
  color: #fff;
  height: 130px;
  padding: 30px 40px;
}

.search-form h3 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 35px;
}

.search-form .input-wrapper {
  position: relative;
}

.search-form .input-wrapper button {
  background: none;
  border: 0;
  position: absolute;
  font-size: 20px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 20px;
}

.search-form .input-wrapper button i {
  color: #fff;
} 

.hero-slider [data-animation-in] {
  opacity: 0;
}

.hero-slider-item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  outline: 0;
}

.hero-slider .prevArrow,
.hero-slider .nextArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: rgba(48, 48, 50, 0.5);
  color: #fff;
  border: 0;
  font-size: 25px;
  line-height: 70px;
  opacity: 0;
  transition: all linear .2s;
}

@media (max-width: 575px) {
  .hero-slider .prevArrow,
  .hero-slider .nextArrow {
    display: none;
  }
}

.hero-slider .prevArrow:focus,
.hero-slider .nextArrow:focus {
  outline: 0;
}

.hero-slider .prevArrow:hover,
.hero-slider .nextArrow:hover {
  background: rgb(0, 166, 81);
}

.hero-slider .prevArrow {
  left: 20px;
}

.hero-slider .nextArrow {
  right: 20px;
}

.hero-slider:hover .prevArrow, .hero-slider:hover .nextArrow {
  opacity: 1;
}

.hero-slider .slick-dots {
  bottom: -81px;
  padding-left: 0;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  display: none !important;
}

.hero-slider .slick-dots li {
  width: 295px;
  /*! width: 165px; */
  height: 80px;
  background: #fff;
  margin: 0;
  display: inline-block;
  position: relative;
  /* @include mobile-xs {
                    width: 50px;
                } */
}

@media (max-width: 1199px) {
  .hero-slider .slick-dots li {
    width: 230px;
  }
}

@media (max-width: 991px) {
  .hero-slider .slick-dots li {
    width: 180px;
  }
}

@media (max-width: 767px) {
  .hero-slider .slick-dots li {
    width: 120px;
  }
}

@media (max-width: 575px) {
  .hero-slider .slick-dots li {
    width: 25%;
  }
}

.hero-slider .slick-dots li::before {
  position: absolute;
  content: '';
  left: 50%;
  top: -12px;
  height: 25px;
  width: 25px;
  background: #303032;
  transform: translateX(-50%) rotate(-45deg);
  opacity: 0;
}

.hero-slider .slick-dots li a {
  display: block;
  position: relative;
  text-align: center;
  transition: .3s ease;
  color: #303032;
}

.hero-slider .slick-dots li a i {
  display: inline-block;
  font-size: 25px;
  line-height: 77px;
  margin-right: 3px;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .hero-slider .slick-dots li a i {
    font-size: 20px;
    margin-right: 5px;
  }
}

@media (max-width: 767px) {
  .hero-slider .slick-dots li a i {
    margin: 0;
  }
}

.hero-slider .slick-dots li a span {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

@media (max-width: 991px) {
  .hero-slider .slick-dots li a span {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .hero-slider .slick-dots li a span {
    display: none;
  }
}

.hero-slider .slick-dots li.slick-active {
  background: #303032;
}

.hero-slider .slick-dots li.slick-active a {
  color: #fff;
}

.hero-slider .slick-dots li.slick-active::before {
  opacity: 1;
}

.hero-content h4 {
  letter-spacing: 2px;
}
.hero-content .slider-p {
  letter-spacing: 2px;
  font-size:20px;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
}
.hero-content .slider-p1 {
  letter-spacing: 2px;
  font-size: 35px;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
}

/* 5. progrgess bar start */
.progressbar-title {
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 7px;
  color: #222 !important;
}

.progress {
  border-radius: 35px;
  overflow: visible;
  margin-bottom: 35px;
  /* 5.2 progressbar value */
}

.progress-bar {
  background-color: #303032;
  border-radius: 35px;
  position: relative;
}

.progress-bar-value {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #fff;
  background: #303032;
  padding: 5px 9px;
  position: absolute;
  top: -35px;
  right: -15px;
  border-radius: 5px;
}

.progress-bar-value::before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 50%;
  background: #303032;
  height: 10px;
  width: 10px;
  transform: translateX(-50%) rotate(-45deg);
}

/* progrgess bar End */
/* 6. mission section start */
.card-header:first-child {
  border-radius: 35px;
}

/* 7. promo video section start */
.promo-video {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.promo-video p {
  font-family: "Work Sans", sans-serif;
}

/* promo video section end */
/* 8. testimonial section start */
.testimonial-slider {
  box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

.testimonial-slider .prevArrow,
.testimonial-slider .nextArrow {
  position: absolute;
  top: 85px;
  border: 0;
  font-size: 20px;
  background: transparent;
  color: #00a651;
  z-index: 9;
}

.testimonial-slider .prevArrow:focus,
.testimonial-slider .nextArrow:focus {
  outline: 0;
}

.testimonial-slider .prevArrow {
  right: 90px;
}

.testimonial-slider .nextArrow {
  right: 50px;
}

.testimonial-slider .slick-disabled {
  color: #e5e5e5;
}

.testimonial-icon {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: #f5f5f5;
  color: #00a651;
  font-size: 25px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  margin-bottom: 25px;
}

/* testimonial section end */
/* 10. client logo slider start */
.client-logo-slider .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* client logo slider end */
/* 11. fun-facts section start */
.fun-facts {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* fun-facts section end */
/* 12. consultation section start */
.consultation {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* consultation section end */
/* 16. call to action start */
.cta {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* card */
.card-img-wrapper {
  position: relative;
}

.card-img-wrapper::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0;
  top: 0;
  left: 0;
  transition: .2s;
}

.card-body-2 {
  position: relative;
  transition: .2s ease;
  border-radius: 0 0 5px 5px;
}

.card-body-2::before {
  position: absolute;
  content: '';
  height: 30px;
  width: 30px;
  background: #fff;
  top: -15px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  transition: .2s ease;
}

.card:hover .card-img-wrapper::before {
  opacity: .4;
}

.card:hover .card-body-2 {
  background: #e84444;
}

.card:hover .card-body-2 h5,
.card:hover .card-body-2 h6,
.card:hover .card-body-2 a {
  color: #fff;
}

.card:hover .card-body-2::before {
  background: #e84444;
}

.overlay-rounded-top::before {
  border-radius: 5px 5px 0 0;
}

/* 13. about section */
.about {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  /* 13.4 about video */
  /* 13.6 about slider */
}

.about-video {
  min-height: 300px;
}

.about-slider {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.about-slider .prevArrow,
.about-slider .nextArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  border: 0;
  line-height: 55px;
  text-align: center;
  background: #fff;
  transition: .2s ease;
}

.about-slider .prevArrow:focus,
.about-slider .nextArrow:focus {
  outline: 0;
}

.about-slider .prevArrow:hover,
.about-slider .nextArrow:hover {
  background: #e84444;
  color: #fff;
}

.about-slider .prevArrow {
  left: 25px;
}

.about-slider .nextArrow {
  right: 25px;
}

/* 13.8 ceo section start */
.ceo-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
}

/* ceo section end */
/* 14.3 clients */
.clients {
  background-position: center right;
  background-size: 50%;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .clients {
    background-size: cover !important;
    background-position: center center;
    text-align: center;
  }
}

.clients ul li {
  height: 66px;
}

.clients ul li img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}

/* 14.4 process */
.process-item {
  width: 330px;
}

@media (max-width: 1199px) {
  .process-item {
    width: unset;
  }
}

.process-item-number {
  position: absolute;
  left: -35px;
  top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  box-shadow: -5px 0px 40px 0px rgba(0, 0, 0, 0.1);
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #222;
}
.process-item-number img{
 width:55%;
  height: 81%;
  
 top: -5px;
 position: relative;
}
@media (max-width: 1199px) {
  .process-item-number {
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.process-item h5 {
  margin-bottom: 5px;
  color: #e84444;
}

img.arrow-top {
  position: absolute;
  top: 220px;
  right: 250px;
}

@media (max-width: 1199px) {
  img.arrow-top {
    display: none;
  }
}

img.arrow-bottom {
  position: absolute;
  bottom: 100px;
  left: 250px;
}

@media (max-width: 1199px) {
  img.arrow-bottom {
    display: none;
  }
}

/* service single start */
.service-menu{
/*	margin-top: 50px; */
}
.service-menu li.active {
  position: relative;
}

.service-menu li.active a {
  background: #303032;
  color: #fff !important;
}

.service-menu li.active::before {
  position: absolute;
  content: '';
  height: 15px;
  width: 15px;
  background: #303032;
  top: 50%;
  right: -7px;
  transform: translateY(-50%) rotate(-45deg);
}

@media (max-width: 991px) {
  .service-menu li.active::before {
    display: none;
  }
}

.service-menu li:hover a {
  color: #fff !important;
  background: #303032;
}

/* service single end */
/* 15. work section */
.work {
  /* 15.1 work slider */
}

.work-slider {
  /* 15.2 slick dots */
}

.work-slider-image {
  position: relative;
}

.work-slider-image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  height: 100%;
  width: 100%;
  padding: 15px 25px;
  opacity: 0;
  transition: .2s;
}

.work-slider-image .image-overlay i {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  font-size: 24px;
  transition: .2s ease;
  padding: 10px;
}

.work-slider-image .image-overlay i:hover {
  font-size: 30px;
}

.work-slider-image .image-overlay a.h4 {
  position: absolute;
  bottom: 50px;
  color: #fff;
  transition: .2s ease;
  transform: translateY(20px);
  opacity: 0;
}

.work-slider-image .image-overlay a.h4:hover {
  color: #29a6f8;
}

.work-slider-image .image-overlay p {
  position: absolute;
  bottom: 15px;
  color: #fff;
  transform: translateY(10px);
  opacity: 0;
  transition: .3s ease;
  transition-delay: .1s;
}

.work-slider-image:hover .image-overlay {
  opacity: 1;
}

.work-slider-image:hover a.h4,
.work-slider-image:hover p {
  transform: translateY(0);
  opacity: 1;
}

.work-slider .slick-dots {
  padding-left: 0;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}

.work-slider .slick-dots li {
  margin: 0 14px;
}

@media (max-width: 400px) {
  .work-slider .slick-dots li {
    margin: 0 2px;
  }
}

.work-slider .slick-dots li:first-child {
  margin-left: 0;
}

.work-slider .slick-dots li button {
  height: 10px;
  width: 40px;
  border-radius: 25px;
  color: transparent;
  overflow: hidden;
  border: 0;
  border: 2px solid #e5e5e5;
  background: transparent;
  outline: 0;
  display: block;
}

.work-slider .slick-dots li button::before {
  display: none;
}

@media (max-width: 400px) {
  .work-slider .slick-dots li button {
    width: 10px;
  }
}

.work-slider .slick-dots li.slick-active button {
  border-color: #29a6f8;
}

/* 19. project section */
.project {
  /* 19.1 project menu */
  /* 19.2 project item */
}

.project-menu ul li {
  padding: 5px 20px;
  border-radius: 35px;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  background: #f5f5f5;
  margin: 0 10px 25px;
}

.project-menu ul li.active {
  background: #e84444;
  color: #fff;
}

.project-info {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: .2s ease;
}

.project-info a {
  color: #fff;
  position: absolute;
  left: 30px;
  bottom: 40px;
  transform: translateY(20px);
  opacity: 0;
}

.project-info a:hover {
  color: #e84444;
}

.project-info p {
  position: absolute;
  left: 25px;
  bottom: 0;
  color: #fff;
  transition: .2s ease;
  transform: translateY(20px);
  opacity: 0;
  transition-delay: .1s;
}

.project-info p i {
  margin-right: 5px;
}

.project-info:hover {
  opacity: 1;
}

.project-info:hover a {
  transform: translateY(0);
  opacity: 1;
}

.project-info:hover p {
  transform: translateY(0);
  opacity: .7;
}

/* 19.3 project single page start */
/* 19.4 nav tabs */
.nav-tabs {
  border: 0;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .nav-tabs {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.nav-tabs .nav-item:not(:last-child) {
  margin-right: 10px;
}

@media (max-width: 575px) {
  .nav-tabs .nav-item {
    margin-bottom: 10px;
  }
}

.nav-tabs .nav-item .nav-link {
  padding: 10px 30px;
  border: 1px solid #e5e5e5;
  background: #f5f5f5;
  border-radius: 45px;
  text-align: center;
  vertical-align: middle;
  color: #222;
  transition: .2s ease;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.nav-tabs .nav-item .active {
  background: #fff;
  color: #e84444;
  border-color: #e84444;
}

/* 19.5 tab content */
.tab-content {
  padding: 40px;
  margin-bottom: 60px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.tab-content-item {
  margin-left: 20px;
}

.tab-content-item:not(:last-child) {
  margin-bottom: 45px;
}

.tab-content-item h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #222;
  margin-bottom: 25px;
  position: relative;
}

.tab-content-item h6::before {
  position: absolute;
  content: "\e65d";
  font-family: "themify";
  top: 0;
  left: -20px;
  color: #e84444;
}

.tab-content-item p {
  margin-bottom: 0;
}

/* project single page end */
/* 21.4.3 pagination */
.pagination .page-item .page-link {
  background: transparent;
  border: none;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  transition: .3s ease;
}

.pagination .page-item .page-link:hover {
  color: #e84444;
}

.pagination .page-item.active .page-link {
  color: #e84444;
}

.pagination .prev,
.pagination .next {
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  padding: 5px 10px;
  transition: .3s ease;
}

.pagination .prev:hover,
.pagination .next:hover {
  border-color: #e84444;
}

.pagination .prev:hover .page-link,
.pagination .next:hover .page-link {
  color: #e84444;
}

.pagination .prev {
  margin-right: 30px;
}

.pagination .next {
  margin-left: 30px;
}

/* 21.4.1 post slider */
.post-slider {
  position: relative;
}

.post-slider .prevArrow,
.post-slider .nextArrow {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  top: 50%;
  border: 0;
  font-size: 20px;
  background: transparent;
  color: #e84444;
  z-index: 9;
  background: rgba(255, 255, 255, 0.8);
  transition: .3s ease;
}

.post-slider .prevArrow:focus,
.post-slider .nextArrow:focus {
  outline: 0;
}

.post-slider .prevArrow:hover,
.post-slider .nextArrow:hover {
  background: rgba(232, 68, 68, 0.25);
}

.post-slider .prevArrow {
  left: 40px;
}

.post-slider .nextArrow {
  right: 40px;
}

.post-slider .slick-disabled {
  color: #e5e5e5;
}

/* 21.4.4 sidebar */
.search-wrapper {
  position: relative;
}

.search-wrapper input {
  background: #f5f5f5;
  border-radius: 30px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  font-size: 13px;
}

.search-wrapper::before {
  content: "\e610";
  font-family: "themify";
  position: absolute;
  top: 50%;
  right: 20px;
  color: #666;
  transform: translateY(-50%);
}

ul.tag-list li {
  margin-bottom: 7px;
}

ul.tag-list li a {
  color: #666;
  padding: 10px 15px;
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  font-size: 13px;
  transition: .3s ease;
}

ul.tag-list li a:hover {
  background: #e84444;
  border-color: #e84444;
  color: #fff;
}

.newsletter .form-control {
  font-weight: 400;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  font-size: 13px;
}

/* 21.5 blog single start */
/* share icon */
.share-icon {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
}

.share-icon i {
  color: #fff;
}

/* 21.5.7 blog sidebar */
.sidebar-box-shadow {
  box-shadow: -3px 0px 3px 0px rgba(0, 0, 0, 0.06);
}

/* blog single end */
/* 22. contact section */
.form-control {
  border-radius: 5px;
  /*! padding: 0 15px 2px; */
  height: 40px;
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #666;
}

.form-control:focus {
  border-color: #e84444;
  box-shadow: none !important;
}

.form-control::-webkit-input-placeholder {
  color: #666;
}

.form-control:-ms-input-placeholder {
  color: #666;
}

.form-control::placeholder {
  color: #666;
}

/* 22.3 google map */
.map {
  position: relative;
}

.map #map_canvas {
  height: 450px;
}

/* 23.1 signup greetings */
.signup {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
  /* 23.2 signup form */
}

.signup-greeting {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0 140px;
  text-align: center;
}

@media (max-width: 1199px) {
  .signup-greeting {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .signup-greeting {
    padding-top: 200px;
  }
}

@media (max-width: 575px) {
  .signup-greeting {
    padding-top: 400px;
  }
}

.signup-greeting img {
  margin-bottom: 50px;
  position: relative;
  z-index: 9;
}

.signup-greeting h4 {
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
}

.signup-greeting p {
  color: #fff;
  position: relative;
  z-index: 9;
  margin: 0 40px;
}

.signup-form {
  padding: 50px 50px 50px 35px;
}

@media (max-width: 1199px) {
  .signup-form {
    padding: 50px 15px 50px 0;
  }
}

@media (max-width: 767px) {
  .signup-form {
    padding: 50px;
  }
}

@media (max-width: 575px) {
  .signup-form {
    text-align: center;
  }
}

.signup-form h4 {
  float: left;
  font-size: 26px;
  margin-bottom: 35px;
}

@media (max-width: 575px) {
  .signup-form h4 {
    float: unset;
  }
}

.signup-form a {
  color: #e84444;
}

.signup-form .btn {
  margin-top: 30px;
}

.signup-form p.signup-with {
  display: inline-block;
  margin-top: 42px;
}

.signup-form ul {
  margin-top: 37px;
  display: inline-block;
}

.signup-form ul li a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}

/* 24. comming soon */
.comming-soon {
  height: 100vh;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.comming-soon h1 {
  font-size: 50px;
  font-weight: 600;
}

@media (max-width: 575px) {
  .comming-soon h1 {
    font-size: 30px;
  }
}

.comming-soon .form-control {
  height: 45px;
  border-radius: 45px;
  position: relative;
  background: transparent;
  border: 1px solid #e5e5e5;
  color: #fff;
  margin-bottom: 40px;
}

.comming-soon .form-control::-webkit-input-placeholder {
  color: #666;
}

.comming-soon .form-control:-ms-input-placeholder {
  color: #666;
}

.comming-soon .form-control::placeholder {
  color: #666;
}

.comming-soon .btn-email {
  position: absolute;
  top: 0;
  right: 15px;
  background: #fff;
  border: 0;
  color: #e84444;
  border-radius: 45px;
  height: 45px;
  padding: 0 50px;
}

@media (max-width: 575px) {
  .comming-soon .btn-email {
    padding: 0 10px;
  }
}

.comming-soon i {
  color: #5c5c5c;
  margin: 0 15px;
  transition: .2s ease;
  font-size: 24px;
}

.comming-soon i:hover {
  color: #e84444;
}

/* 24.1 syotimer */
.syotimer {
  text-align: center;
  margin: 0 auto 40px;
}

.syotimer-cell:last-child .syotimer-cell__value::before {
  opacity: 0;
}

.syotimer-cell {
  display: inline-block;
  margin: 0 25px;
}

@media (max-width: 1199px) {
  .syotimer-cell {
    margin: 0 20px;
  }
}

@media (max-width: 575px) {
  .syotimer-cell {
    margin: 0 10px;
  }
}

@media (max-width: 400px) {
  .syotimer-cell {
    margin: 0 5px;
  }
}

.syotimer-cell__value {
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  position: relative;
}

@media (max-width: 1199px) {
  .syotimer-cell__value {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .syotimer-cell__value {
    font-size: 30px;
  }
}

@media (max-width: 400px) {
  .syotimer-cell__value {
    font-size: 24px;
  }
}

.syotimer-cell__value::before {
  position: absolute;
  content: ':';
  height: 30px;
  color: #fff;
  right: -30px;
  top: 0;
}

@media (max-width: 575px) {
  .syotimer-cell__value::before {
    right: -20px;
  }
}

@media (max-width: 400px) {
  .syotimer-cell__value::before {
    right: -12px;
  }
}

.syotimer-cell__unit {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

/* 25.1 social link */
.social-icon-outline {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  text-align: center;
  transition: .2s ease;
  display: inline-block;
}

.social-icon-outline i {
  line-height: 40px;
  color: #fff;
  font-size: 14px;
}

.social-icon-outline:hover {
  border-color: #e84444;
}

/* 25.2 footer link */
.footer-links {
  padding-left: 18px;
}

.footer-links li {
  margin-bottom: 14px;
  position: relative;
}

.footer-links li::before {
  position: absolute; 
  content: "\e649";
  top: 0;
  left: -20px;
  height: 12px;
  width: auto;
  color: #000;
  font-weight: 700;
  font-size: 12px;
}

.footer-links li a {
  color: #fff; 
  font-size: 15px;
  transition: .2s ease;
  display: block;
  font-weight:500;
}

.footer-links li a:hover {
  text-decoration: underline;
  color: #fff;
}

/* 25.3 subcription */
.form-control.subscribe {
  width: 100%;
  border-radius: 35px;
  border: 0;
  padding: 0 20px !important;
  height: 50px;
}

/* subscribe button */
.btn-subscribe {
  position: absolute;
  right: 5px;
  top: 5px;
  border: 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #fff;
  background: #e84444;
  transition: all linear .2s;
}

.btn-subscribe:hover {
  padding-left: 15px;
}

.btn-subscribe:focus {
  outline: 0;
}

/* back to top button */
.back-to-top {
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: #fff;
  background: #000;
  top: -25px;
  right: 10px;
  border: 1px solid #000;
  text-align: center;
  display: block;
  transition: .2s ease;
}

.back-to-top i {
  line-height: 50px;
}

.back-to-top:hover {
  border-color: #000;
}

.back-to-top:focus {
  outline: 0;
}


.icon-counter {
	float: right;
top: 3px;
position: absolute;
right: 44px;
font-size: 25px;
}

.icon-counter1 {
    float: right;
    top: 12px;
    position: absolute;
    right: 100px;
    font-size: 20px;
}
.icon-counter2{
  float: right;
top: 2px;
position: absolute;
right: 19px;
font-size: 25px;
}

.icon-counter3{
  float: right;
top: 4px;
position: absolute;
right: 106px;
font-size: 25px;
}

.icon-counter4 {
  float: right;
  top: 4px;
  position: absolute;
  right: 32px;
  font-size: 25px;
}

@media (min-width:1200px) and (max-width:1500px){

.icon-counter {
	float: right;
top: 3px;
position: absolute;
right: 10px;
font-size: 25px;
}

.icon-counter1 {
    float: right;
    top: 12px;
    position: absolute;
    right: 100px;
    font-size: 20px;
}
.icon-counter2{
  float: right;
top: 2px;
position: absolute;
right: 1px;
font-size: 25px;
}

.icon-counter3{
  float: right;
top: 4px;
position: absolute;
right: 80px;
font-size: 25px;
}

.icon-counter4 {
  float: right;
  top: 4px;
  position: absolute;
  right: 12px;
  font-size: 25px;
}	
}








.seo-tag{
	font-size: 15px;
margin: 20px;
text-align: center;
color: #666;
	
}

.h1-locations{
	font-size: 19px;
/*margin-top: 50px;*/
line-height: 30px;
font-weight: 300;
color: #444;
text-align:justify;
}







@media (min-width:320px) and (max-width:768px){
	h4, .h4 {
    font-size: 18px;
}
	.icon-counter1{
		display:none;
	}
	.icon-counter{
		display:none;
	}
	h2, .h2 {
    font-size: 18px;
}
}



#pretreatment-systems-dip-systems, #Pretreatment-systems-DIP-Type, #Pretreatment-systems-DIP-Type-Transporter, #Online-Spray-Pretreatment-systems, #Liquid-Paint-Booths-Dry-Back, #Liquid-Paint-Booths-Side-Draft, #Liquid-Paint-Booths-Down-Draft, #Ovens-Liquid-Powder-Coating-Gas-Fired-Ovens, #Ovens-Liquid-Powder-Coating-Oil-Fired-Diesel-Ovens, #Ovens-Liquid-Powder-Coating-Electric-Ovens, #Ovens-Liquid-Powder-Coating-Infrared-Ovens, #Conveyorised-Plants-Compact-Plants-For-Auto-Small-Parts, #Conveyorised-Plant-Aluminium-Extrusion-Coating-Plants, #Conveyorised-Plant-Liquid-Powder, #Conveyorized-Plant-Turnkey-Paint-Shop, #Conveyorised-Plant-Completely-Automated-Plants, #Powder-Coating-Booth-AI-122, #Powder-Coating-Booth-AI-234, #Powder-Coating-Booth-AI-248, #Auto-Booth-Reciprocator-Manual-Touchup-Station-Pneumatic-Reciprocator, #Material-Handling-Free-Track-Trolley, #Material-Handling-Overhead-Conveyor, #Material-Handling-Belt-Conveyor, #Material-Handling-Auto-Indexing, #Material-Handling-I-beam-Conveyor, #pollution-control-equipments, #compact-plant-for-aluminium-extrusions  {
	display: none;
}
#pretreatment-systems-dip-systems:target{
	display: block;
}
#Pretreatment-systems-DIP-Type:target{
	display: block;
}
#Pretreatment-systems-DIP-Type-Transporter:target{
	display: block;
}
#Online-Spray-Pretreatment-systems:target{
	display: block;
}
#Liquid-Paint-Booths-Dry-Back:target{
	display: block;
}
#Liquid-Paint-Booths-Side-Draft:target{
	display: block;
}
#Liquid-Paint-Booths-Down-Draft:target{
	display: block;
}
#Ovens-Liquid-Powder-Coating-Gas-Fired-Ovens:target{
	display: block;
}
#Ovens-Liquid-Powder-Coating-Oil-Fired-Diesel-Ovens:target{
	display: block;
}
#Ovens-Liquid-Powder-Coating-Electric-Ovens:target{
	display: block;
}
#Ovens-Liquid-Powder-Coating-Infrared-Ovens:target{
	display: block;
}
#Conveyorised-Plants-Compact-Plants-For-Auto-Small-Parts:target{
	display: block;
}
#Conveyorised-Plant-Aluminium-Extrusion-Coating-Plants:target{
	display: block;
}
#Conveyorised-Plant-Liquid-Powder:target{
	display: block;
}
#Conveyorized-Plant-Turnkey-Paint-Shop:target{
	display: block;
}
#Conveyorised-Plant-Completely-Automated-Plants:target{
	display: block;
}
#Powder-Coating-Booth-AI-122:target{
	display: block;
}
#Powder-Coating-Booth-AI-234:target{
	display: block;
}
#Powder-Coating-Booth-AI-248:target{
	display: block;
}
#Auto-Booth-Reciprocator-Manual-Touchup-Station-Pneumatic-Reciprocator:target{
	display: block;
}
#Material-Handling-Free-Track-Trolley:target{
	display: block;
}
#Material-Handling-Overhead-Conveyor:target{
	display: block;
}
#Material-Handling-Belt-Conveyor:target{
	display: block;
}
#Material-Handling-Auto-Indexing:target{
	display: block;
}
#Material-Handling-I-beam-Conveyor:target{
	display: block;
}
#pollution-control-equipments:target{
	display: block;
}
#compact-plant-for-aluminium-extrusions:target{
	display: block;
}
.p-justify{
	text-align: justify;
}

.p-locations{
  color: #f00;
font-weight: 600;
font-size: 15px;
  
  background: #eee;
  /*! width: inherit; */
  padding: 5px;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.location-h4{
	font-size: 15px;
letter-spacing: 0.5px;
font-weight: 400;
line-height: 17px;
}
/*# sourceMappingURL=maps/style.css.map */

.border-prd{
	position: relative;
/* display: -ms-flexbox;
display: flex; */
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, .125);
border-radius: .25rem;
height:700px;
}
.footer-text p, ul li a{
	font-size:13px;
}


.pat_bg {
    position: relative;
    padding-bottom: 0px !important;
}

.pat_bg::before {

    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    bottom: 0%;
    right: 0%;
    background: url(../images/pat.png)no-repeat;
        background-size: 100% 100%;
    /*! background-size: contain; */

    z-index: -1;
}

@media(min-width:360px) and (max-width:768px){
  .top-header ul li a {
  padding: 0 15px;
}
  
}



.grayBox {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.box_content {
	position: fixed;
top: 8%;
left: 20%;
right: 15%;
width: 830px;
height: 700px;
padding: 7px;
z-index: 1002;
overflow: hidden;
}
.light_box_info {
	width:100%;
	/*height:100%;*/
	border:solid 1px #FFF;
	border-radius:5px;
	box-shadow:0 0 5px #FFF;
	background:#FFF;
	padding:5px;
}
.hr_clear {
	width:75%;
	margin-left:15%;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom:solid 1px #ccc;
}
.search-details-table {
	width:100%;
}
.lightbox_header {
	padding-left:20px;
}



@media (min-width:320px) and (max-width:768px){
	
.box_content {
position: fixed;
top: 4%;
left: 0%;
/*right: 30%;*/
max-width: 100%;
height: auto;
padding: 6px;
z-index: 1002;
overflow: hidden;

}
	
}

@media (min-width:769px) and (max-width:1200px){
  
  .hero-slider .slick-dots li a span {
  font-size: 13px;
}
  .navigation .navbar .nav-item .nav-link {
    font-size:13px;
  }
}

@media (min-width:1367px) and (max-width:1920px) {
   .container{
       max-width:1420px;
   } 
    p, .paragraph {
  font-size: 18px;
  line-height: 35px;

}

.section-sm {
  padding: 80px 0 100px 0;
  /*! padding-top: 80px; */
  /*! padding-bottom: 200px !important; */
 /* height: 1000px;  */
}
.section-sm1 {
  padding: 80px 0 50px 0;
  /*! padding-top: 80px; */
  /*! padding-bottom: 200px !important; */
 /* height: 1000px;  */
}

.about1 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-title {
  margin-bottom: 30px;
  font-size: 26px;
}

.inline-css{
    line-height: 35px;
font-size: 18px;
}
.footer-links li a {

  font-size: 15px;

}
.navigation .navbar .nav-item .nav-link {
  padding: 15px 12px;

  /*! text-transform: uppercase; */

  font-size: 16px;
}
.dropdown-item {

  font-size: 16px;
}
  
  
.btn {
  font-size: 17px;
}

.hero-slider .slick-dots li a span {
  font-size: 16px;
}
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.text1{
  font-size:16px; !important
  color: #666;
  font-weight: 400;
  line-height: 25px;
  font-weight: normal;
}

.counter-digits
{
  color: #000;
  font-size:34px; ;
  font-weight: 500;
}

.smkls h3{
      color: #cf5407;
    line-height: 35px;
    font-size: 21px;
    font-weight: 500;
}

.smkls p{
  color:#000; line-height:32px;
}

.klsds p{
  color:#fff; font-size:14px !important;
}
.whatsapp-link img {
    height: 57px;
    width: 57px;
    position: fixed;
    left: 30px;
    bottom: 19px;
    z-index: 9999;
}

.bxc11 {
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: all 0.1s ease-out;
}

.bxc11:hover{
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.4);
    -webkit-transform: rotate(0deg) scale(1.2);
    -o-transform: rotate(0deg) scale(1.2);
    -moz-transform: rotate(0deg) scale(1.2);
    -ms-transform: rotate(0deg) scale(1.2);
    transform: rotate(0deg) scale(1.2);
 }

 .bxc11 img{
  width:100%;
 }

 .bxc11 h3{
  font-size:15px;
   margin-top:10px; 
   font-weight:500 !important;
   line-height:30px;
 }

 .ewqrety{
  margin:0px;
  padding:0px;
 }

 .ewqrety li{
  margin-bottom:10px;
  list-style:square;
 }

 .wqkeqwe{
  margin:0px;
  padding:0px;
 }

 .wqkeqwe li{
  color:#fff; margin-bottom:17px; font-size:14px !important;
  line-height:32px;
 }

 .choosing-area {
    position: relative;
    display: block;
    background-color: #0876b0;
    padding: 50px 0 48px;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}

.value-box .man {
    position: absolute;
    right: -300px;
    bottom: -40px;
    z-index: -1;
}
.value-box {
    position: relative;
    display: block;
    background: #eff0f0;
    padding: 15px;
    max-width: 370px;
    width: 100%;
}

.value-box .inner .value {
    position: relative;
    display: block;
    padding: 25px 0;
    background: rgba(231, 68, 73, 1);
    background: -moz-linear-gradient(top, rgba(231, 68, 73, 1) 0%, rgba(228, 26, 39, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231, 68, 73, 1)), color-stop(100%, rgba(228, 26, 39, 1)));
    background: -webkit-linear-gradient(top, rgba(231, 68, 73, 1) 0%, rgba(228, 26, 39, 1) 100%);
    background: -o-linear-gradient(top, rgba(231, 68, 73, 1) 0%, rgba(228, 26, 39, 1) 100%);
    background: -ms-linear-gradient(top, rgba(231, 68, 73, 1) 0%, rgba(228, 26, 39, 1) 100%);
    background: linear-gradient(to bottom, rgba(231, 68, 73, 1) 0%, rgba(228, 26, 39, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e74449', endColorstr='#e41a27', GradientType=0 );
}

.value-box .inner .value:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: url(../img/value-box-bg.png);
    width: 100%;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
}

.value-box .inner .value h2 {
    color: #ffffff;
    font-size:26px;
    font-weight:500;
    text-transform: uppercase;
}

.value-box .inner h3 {
    color: #152242;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin: 25px 0 20px;
}

.value-box .inner .new-clinet {
    position: relative;
    display: inline-block;
    background: #101f42;
    padding: 10px 30px;
}
.value-box .inner .new-clinet h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    margin: 0;
}

.choosing-area .layer-outer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 715px;
    background-attachment: scroll;
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    opacity: .15;
    z-index: -1;
}

.choosing-left-content .title h2 {
    color: #ffffff;
    font-size: 35px;
    line-height: 50px;
    font-weight: 700;
    margin: 0 0 12px;
}

.choosing-left-content .title p {
    color: #f2f4f6;
    font-size: 17px;
    line-height: 34px;
    font-weight:500;
    margin: 0;
}

.choosing-left-content .text p {
    color: #f2f4f6;
    line-height: 30px;
    margin-top:40px;
}

.choosing-left-content ul li {
    position: relative;
    display: block;
    padding-left: 30px;
    color: #ffffff;
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
}
.value-box .inner h4 {
    color: #242424;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin: 19px 0 21px;
}

.value-box .inner {
    position: relative;
    display: block;
    border: 2px dashed #606060;
    z-index: 10;
}

.featured-icon-box.style3 {
  border:1px solid #ddd;
    background-color: #fff;
    text-align: center;
    padding: 35px 35px 30px;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgb(43 52 59 / 10%);
}
.featured-icon-box {
    position: relative;
    margin: 15px 0;
}

.wdt-80 {
    width: 80px;
    height: 80px;
}
.featured-icon-box.style3 {
    background-color: #fff;
    text-align: center;
    padding: 35px 35px 30px;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgb(43 52 59 / 10%);
}
.ttm-icon.ttm-icon_element-onlytxt {
    height: auto;
    width: auto;
    line-height: 1;
}
.featured-icon-box.icon-align-top-content .featured-content {
    padding-top: 15px;
}
.featured-title h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
    font-weight: 500;
    text-transform: capitalize;
}

@media(max-width:967px){

#FeedbackForm .LeftForm {
     
        width:99% !important;
        padding-right: 10px;
    }

        #FeedbackForm .RightForm {
        width:99% !important;
    }

  .navigation .navbar-brand img {
    width: 236px;
}
.choosing-area .layer-outer{
  display: none;
}
.value-box .man{
  display: none;
}
}

#FeedbackForm .inputField {
    display: block;
    width: 100%;
    height: 37px;
    padding: 5px 5px 5px 10px;
    margin-bottom: 15px;
    border: 1px solid #B9B9B9;
    resize: none;
}

    #FeedbackForm .LeftForm {
        float: left;
        width: 50%;
        padding-right: 10px;
    }

        #FeedbackForm .RightForm {
        float: left;
        width: 50%;
    }
    .bx1 {
    background: #f8f8f8;
    box-shadow: 0 0 10px rgb(204 204 204 / 67%);
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 60px;
    margin-bottom: 50px;
}

.tbtn-primary{
  background:#000;
  padding:10px 20px;
  color:#fff;
  border-radius:5px;
}

.tbtn-primary:hover{
  background:#cf5407; color:#fff;
}