@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins';
}
body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
a{
  text-decoration:none;
}
html{
  overflow-x:hidden;
}

.f-thin{
   font-family: "Montserrat", sans-serif;
   font-weight: 100;
}
.f-light{
   font-family: "Montserrat", sans-serif;
   font-weight: 400;
}
.f-medium{
   font-family: "Montserrat", sans-serif;
   font-weight: 500;
}

.f-book{
  font-family: "Montserrat", sans-serif;
   font-weight: 500;
}
.f-bold{
   font-family: "Montserrat", sans-serif;
   font-weight: 700;
}
 
.white{
  color: rgb(255,255,255);
}
.light-blue{
    color: #b4bbca;
}
.dark-blue{
  color: #00b3f7;
}
.blue{
  color: #1d306e;
}
.black{
  color: #000;
}
header{
  position: fixed;
  left: 0;
  width: 100%;
  z-index:99;
  padding: 0;
  top: 0;
  background:#fff;
  transition: all 0.3s ease-in-out;
  transform: translateY(0);
}
header.shrink{
  /*animation: 0.3s 0.3s fadeInDown both;*/
  background: #fff;
  box-shadow: 0px 2px 10px #00000059;
   transition: all 0.3s ease-in-out;
}
.heads-up {
    transform: translateY(-6rem);
    transform: translate3d(0,-6rem,0);
}
header.shrink .logo-box .main-logo {
    opacity: 1;
}
header .logo-box .main-logo {
    position: absolute;
    top: 0;
    width: 200px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
header.shrink .logo-box .white-logo {
    opacity: 0;
}
header .top-header{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 10px;
}
header .top-header a{
  color: #5e5b5c;
  font-size: 13px;
  margin-left: 20px;
}
header .navbar-expand-md{
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
header .container{
  padding: 0;
}
header .navbar-brand{
  margin: 0;
  display: block;
 /* z-index: 1;*/
  padding: 0 15px 0;
  position: relative;
    top: -15px;
    width: 14%;
}
header .navbar-brand img {
    display: block;
    margin-top: -16px;
    width: 100%;
}
header .navbar-mob {
    position: absolute;
    right: 0;
    top: 10px;
}
.gray {
    color: #a99d9d;
}
header .contact-div{
  position: absolute;
  right: 0;
  top: 15px;
}
header .contact-div span{
  display: inline-block;
  font-size: 17px;
  color: #3270a8;
  padding: 0 2px 0 21px;
  vertical-align: middle;
}
header .contact-div a:before{
  position: absolute;
  left: -37px;
  top: -17px;
  height: 50px;
  width: 1px;
  content: "";
  background-color: rgba(0, 0, 0,0.059);
}
header .contact-div a{
  display: inline-block;
  font-size: 13px;
  color: #000000;
  position: relative; 
}
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link {
    position: relative;
    padding: 7px 19px;
    background: #17a291;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    top: 3px;
}
.navbar-expand-md .navbar-nav .nav-item:last-child {
    margin-left: 10px;
}
header.shrink .navbar-expand-md .navbar-nav .nav-item:last-child .nav-link {
    color: #fff;
}
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link:before{
  display:none;
}
.navbar-expand-md .navbar-nav .nav-link {
    color: #000;
    font-size: 17px;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    /* text-transform: uppercase; */
    transition: all 0.3s;
}
header.shrink .navbar-nav .nav-link{
  color: #000;
}
header .navbar-nav .nav-link.active,
header .navbar-nav .nav-link:hover{
  color: #17a291;
}
header .navbar-nav .nav-link:before {
    position: absolute;
    content: "";
    bottom: -10px;
    background-color: rgb(23 162 145);
    width: 0%;
    margin: 0 auto;
    z-index: 19;
    height: 3px;
    opacity: 0;
    left: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
}
header .navbar-nav .nav-link.active:before, header .navbar-nav .nav-link:hover:before {
    opacity: 1;
    width: 100%;
}
header .navbar-nav .nav-item span {
    font-size: 23px;
}
footer {
    background-color:#222222;
    color: #959595;
    border-top: 5px solid #17a291;
}
.footer-wrapp {
  display: flex;
}
.footer-wrapp .contact-wrapp {
    margin-bottom: 25px;
    margin-right: 23px;
}
.footer-wrapp .column h1 {
    color: #fff;
    font-size: 16px;
}
.footer-wrapp .column a {
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}
.footer-wrapp .column:nth-child(1) {
    width: 25%;
    padding-right: 25px;
}
.footer-wrapp .column:nth-child(2) {
    width: 25%;
    padding-right: 1vw;
}
.footer-wrapp .column:nth-child(3) {
    width: 25%;
    padding-right: 4vw;
}
.footer-wrapp .column:nth-child(4) {
    width: 26%;
}
.footer-wrapp .column:nth-child(5) {
  width: 24%;
}
.footer-wrapp .column .social a.social-link {
    font-size: 26px;
}
.footer-logo {
    width: 44%;
}
.footer-wrapp .column h1 , .footer-wrapp .column h2 {
  
  font-size: 16px;
}
.footer-wrapp .column h2 {
    font-size: 15px;
    color: #ffffffcc;
}
.footer-wrapp .column h2 i {
    margin-right: 10px;
}
.footer-wrapp .column p,
.footer-wrapp .column p, .footer-wrapp .column a {
    color: #ffffffcc;
    font-size: 15px;
    display: block;
    font-weight: 400 !important;
    width: fit-content;
}
.footer-wrapp .column a {
    margin-bottom: 5px;
    transition: all 0.3s 
ease-in-out;
}
.call-us p i {
    margin-right: 10px;
}
.call-us p {
    margin-bottom: 10px !important;
}
.footer-wrapp .contact-wrapp{
  margin-bottom: 25px;
  margin-right: 23px;
}
.footer-wrapp .contact-wrapp span{
  display: inline-block;
  vertical-align: bottom;
  margin-right: 3px;
}
.footer-wrapp .column:nth-child(1) img{
  display: block;
  margin-bottom: 25px;
}
.footer-wrapp .column:nth-child(1) .social a{
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}
.footer-wrapp .column:nth-child(1) .social{
  margin-top: 20px;
}
.bottom-footer a, .bottom-footer span {
    font-size: 15px;
    color: #b4bfc6;
}
.bottom-top-footer a {
    margin-right:13px;
    color: #959595;
    font-size: 14px;
}
.bottom-top-footer a:nth-child(1){
  color: #fcfcfc;
  font-size: 15px;
}
.bottom-top-footer img {
    margin-bottom: 7px;
}
.bottom-footer a{
  color:#b4bfc6;
  transition: all 0.3s ease-in-out;
}
.footer-wrapp .column:nth-child(1) .social {
    margin-top: 40px;
}
.footer-wrapp .column .social a.social-link {
    font-size: 25px;
}
.bottom-footer .right span.slash{
  color: #fff;
}
.bottom-footer {
    border-top: 1px solid #303030;
    padding: 17px 0;
}
.footer-wrapp{
  padding: 50px 0 20px;
}
.bottom-footer .right a:nth-child(9){
  padding-right: 25px;
}
.footer-wrapp .column a:hover {
    color: #fff;
}
.bottom-footer .right{
  text-align: right;
}
.callus-wrapper {
    display: flex;
    align-items: normal;
    justify-content: flex-start;
    margin-left: 0%;
}
.contactfooter-wrapp span {
    font-size: 40px;
}
.call-us {
    margin-left: 0px;
}
.callus-wrapper span {
    font-size: 22px;
    color: #c4261b;
}
.call-us p {
    color: #aeafaf;
    margin-bottom: 0px;
    font-size: 17px;
}
.call-us a {
    font-size: 20px;
    color: #fff;
}
.footer-wrapp .column .social a {
    display: inline-block;
    margin-right: 25px;
    font-size: 25px;
    margin-bottom: 0px;
}
.footer-wrapp img.footer-logo {
    margin: 00px 0px 12px;
}
 .footer-wrapp img.lubrifine-logo {
    width: 60%;
}
.footer-wrapp .contact-wrapp span {
    font-size: 20px;
    color: #7fc24e;
}
.footer-wrapp .column:nth-child(5) h1 {
    margin-top: 30px;
}
.home-slider .caption {
    position: absolute;
    top:35%;
    left:0%;
    right: 0;
    margin: 0 auto;
    display: flex;
}
.home-slider h2 {
    font-size: 25px;
    text-transform: uppercase;
}
.home-slider h2 {
    font-size: 45px;
    text-transform:capitalize;
    line-height: 40px;
    color: #fff;
}
.home-slider p{
    color: #fff;
}
.common-btn span{
  margin-left:5px;
}
.common-btn {
    width:fit-content;
    height: 40px;
    padding:10px 20px;
   background:#17a291;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    transition: all 0.3s ease-in-out;
  position: relative;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  overflow: hidden;
  outline: none;
  cursor:pointer;
  text-transform:uppercase;
  border: 1px solid #17a291;
}
.common-btn span{
  transition: all 0.3s ease-in-out;
  display: none;
}
.common-btn:hover span {
    transform: translateX(5px);
    display: none;
}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#17a291;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    border-radius:30px;
    color: #fff;
}
.common-btn:hover{
  color: #17a291 !important;
  border: 1px solid #17a291;
}
 .common-btn:hover:before{
  transform:scaleX(1);
}
.down-arrow {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 10%;
    z-index: 1;
    animation: bounce 2s infinite;
    cursor: pointer;
}
.down-arrow span {
    display: block;
    color: #fff;
    font-size: 25px;
    line-height: 10px;
}
.down-arrow span.gray {
    color: #decdcd;
}
.slider-section {
    position: relative;
    margin-top:100px;
}
.home-slider .caption-right {
    color:#000;
}
.slider-text {
   /* background:rgba(255, 255, 255, 0.94);*/
   padding: 10px 25px;
}
.home-slider .caption-right .common-btn {
    margin-top: -10px;
    margin-left: 20px;
}
.home-slider .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.home-slider .owl-theme .owl-nav [class*=owl-]:hover, .home-slider .owl-theme .owl-nav [class*=owl-] {
    color:#bebebc;
    background: transparent;
    font-size: 25px;
}
.home-slider .owl-nav .owl-next {
    position: absolute;
    right:0px;
}
.home-slider .owl-nav .owl-prev {
    position: absolute;
    left:0%;
}
.home-slider.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 28px;
    margin: 5px;
    padding: 5px 0px 0px 0px;
    background:#788995;
    display: inline-block;
    cursor: pointer;
    border-radius:0px;
}
.home-slider.owl-theme .owl-nav [class*=owl-]:hover{
    background:#788995;
    color:#fff;
    text-decoration: none;
}
.counter .container {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
}
.counter .container .counter-single {
    display: flex;
    align-items: center;
    width: 32%;
    padding: 10px 0px;
    justify-content: center;
}
.counter .container .counter-single img {
    width: 45px;
    height: 49px;
    filter: invert(100%) sepia(0%) saturate(7483%) hue-rotate(258deg) brightness(98%) contrast(95%);
}
.counter .container .counter-single span.icon {
    display: inline-block;
    font-size:50px;
    color: #1baaa8;
}
.counter .counter-single .counter-text{
  margin-left: 10px;
}
.counter .counter-single .counter-text span{
  display: flex;
  align-items: center;
}
.counter .container .counter-single span.projects{
  font-size: 75px;
}
.counter .container .counter-single h4,
.counter .counter-single .counter-text span.plus{
  font-size:26px;
  margin-bottom: 0;
  line-height: 1;
  color: #fff;
}
.counter .container .counter-single p{
  font-size: 15px;
  margin-bottom: 0;
  color: #fff;
}
.counter .container .counter-single span {
    font-size: 40px;
}
.counter {
    display: flex;
    width: 100%;
    /* float: right; */
    /* position: absolute; */
    background-color: #5c6972;
    z-index: 3;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0px;
    bottom: 8px;
}
/*contact*/
.about-home .img-wrapper:before {
    position: absolute;
    top: -5px;
    left: -8px;
    content: "";
    width: 100%;
    height: 360px;
    z-index: -1;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    background:#17a291;
    background-image: linear-gradient(to right, #17a291 50% , #f9f7f8 40%);
}
.about-home .img-wrapper {
    position: relative;
    float: right;
}
.about-home .img-wrapper .img-inner:hover img{
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
  width: 95%;
}
.about-home .img-inner {
    overflow: hidden;
    border-radius: 50%;
    float: right;
    width: 100%;
}
.about-home .img-wrapper .img-inner img {
    transition: all 0.3s ease-in-out;
    border: 1px dashed;
    border-radius: 50%;
    width: 100%;
    height: 350px;
}
.about-right h1 {
    font-size: 22px;
    color: #8d8b8c;
}
.about-right h1 span {
    font-size: 22px;
    color: #17a291;
}
.about-home {
    background: #f9f7f8;
    padding: 60px 0px;
    position: relative;
}
.about-home .map-img {
    position: absolute;
    left: 20;
    left: 43%;
}

.home-product .list-wrapp {
    display: flex;
    flex-wrap: wrap;
   justify-content: center;
}
.home-product .list-wrapp .product-single {
    display: flex;
    justify-content: center;
    flex-direction: column;
   width: 24.6%;
    margin-bottom: 70px;
    position: relative;
    cursor: pointer;
     padding: 20px 20px 0px;
    align-items: start;
    margin: 10px 10px 30px;
    box-shadow: 0px 0px 10px #ccc;
    background-color: #fff;
}
.home-product .common-btn {
    margin: 0 auto 30px;
}
.heading{
  text-align: center;
  margin: 20px 0px;
}
.home-product .list-wrapp h3 {
    font-size: 20px;
}
.home-product .list-wrapp .product-single p {
    font-size: 15px;
    color: #000;
    margin-bottom:40px;
    text-transform: capitalize;
}
.home-product .list-wrapp .product-single img {
    margin: 0 auto;
    display: block;
    height: 200px;
}
.home-product .list-wrapp .product-single {
    color: #000;
    background-color: #fff;
}
.home-product .list-wrapp .product-single:hover p{
  color:#fff;
}
.home-product .list-wrapp .product-single span {
    color: #c4261b;
    font-size: 11px;
}
.home-product .list-wrapp .product-single:hover{
  transition: all 0.3s ease-in-out;
  background-image: -moz-linear-gradient( 124deg, rgb(106,106,106) 0%, rgb(136,136,137) 45%, rgb(165,166,167) 100%, rgb(254,66,60) 100%, rgb(252,43,37) 100%);
  background-image: -webkit-linear-gradient( 124deg, rgb(106,106,106) 0%, rgb(136,136,137) 45%, rgb(165,166,167) 100%, rgb(254,66,60) 100%, rgb(252,43,37) 100%);
  background-image: -ms-linear-gradient( 124deg, rgb(106,106,106) 0%, rgb(136,136,137) 45%, rgb(165,166,167) 100%, rgb(254,66,60) 100%, rgb(252,43,37) 100%);
  color: #fff;
}
.contact-us .parallax-container {
    position: relative;
    overflow: hidden;
    height: 360px;
}
.contact-us .parallax {
    position: absolute;
    left: 0;
    right: 0;
    height: 380px;
}
.contact-us .parallax .parallax-img {
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 100%;
    min-height: 100%;
    transform: translate3d(0,0,0);
    transform: translateX(-50%);
}
.contact-us .row {
    display: flex;
    align-items: center;
}
.contact-us h2{
  color: #fff;
}
.contact-us .common-btn{
  width: 150px;
  margin-top: 25px;
}
.certificate .item .img-wrapper {
    border-radius: 0px;
    width: auto;
    height: 95px;
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    border-right:1px solid #eeeced;
    border-top:1px solid #eeeced;
    border-bottom:1px solid #eeeced;
}
.certificate .item:nth-child(1){
  border-left: 1px solid #eeeced;
}
.certificate .owl-nav {
    position: absolute;
    top:15%;
    width: 100%;
    margin: 0 auto;
    left: 10px;
    display: block;
}
.certificate .owl-theme .owl-nav [class*=owl-]:hover, .certificate .owl-theme .owl-nav [class*=owl-] {
    color: #213965;
    background: transparent;
    font-size: 25px;
}
.certificate .owl-nav .owl-next {
    position: absolute;
    right: -45px;
}
.certificate .owl-nav .owl-prev {
    position: absolute;
    left: -75px;
}
.certificate {
    padding: 20px 0px 50px;
}
.join-us .img-wrapper .inner-boxwrapper {
    position: absolute;
    bottom: 0px;
    background: #0b0a05d1;
    color: #fff;
    border-top: 2px solid #17a291;
    text-align: center;
    padding: 10px 10px;
}
.join-us .img-wrapper {
    position: relative;
}
.join-us .img-wrapper .inner-boxwrapper p {
    font-size:15px;
  }
  .join-us .img-wrapper .common-btn {
    margin: 0 auto;
}
.join-us .inner-box {
    display: flex;
    align-items: center;
    display: flex;
    width: 85%;
    padding: 5px 5px;
    position: relative;
    color: #000;
}
.join-us .inner-box-icon {
    font-size: 45px;
    margin-right: 15px;
}
.join-us {
    background: #f6f4f5;
    padding: 50px 0px;
}

.join-us .box-wrapper {
    display: flex;
    align-items: center;
}
.join-text .common-btn {
    margin-top: 25px;
}
.join-us .box-wrapper .img-wrapper:before {
    position: absolute;
    top: -13px;
    left: -6px;
    content: "";
    width: 100%;
    height: 345px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    background-image: linear-gradient(to right, #17a291 50% , transparent 40%);
    transform: rotateZ(40deg);
}
.join-us .box-wrapper .img-wrapper {
    position: relative;
    float: right;
    top: 35px;
}
.join-us .box-wrapper .img-wrapper .img-inner {
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    border: 1px dashed;
}
.join-text {
    width: 60%;
}
.join-text h2 {
    font-size: 25px;
}
.join-text p{
  margin-bottom: 0px;
}
.team-main .about-right h1 {
    font-size: 25px;
    color: #000;
}
.team-main .about-right h2 {
    font-size: 22px;
    color: #000;
}
.team-main h1 ,.team-member h1 {
    font-size: 35px;
}
.join-us .inner-box:hover {
    background: #17a291;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.join-us .box-wrapper {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 20px 10px;
    height: 390px;
}
.join-us .img-wrapper img.join-img {
    height: 390px;
    width: 100%;
}
.home-product .list-wrapp .product-single:hover a , .home-product .list-wrapp .product-single:hover span{
    color: #fff;
}
.contact-us {
    position: relative;
}
.contact-us img.handimg {
    position: absolute;
    top: -40px;
    left: 10%;
    z-index: 9;

}
.contact-us .text-wrapper {
    margin-top: 85px;
}
.home-product .list-wrapp .product-single:before {
    position: absolute;
    content: "";
    bottom: 0;
    margin: 0 auto;
    border-left: 15px solid transparent;
    opacity: 0;
    z-index: -1;
    width: 15%;
    height: 100%;
    right: 0px;
    background-color: #17a291;
}
.home-product .list-wrapp .product-single:hover:before{
  z-index:9;
  opacity: 1;
}
.home-product {
    position: relative;
}
.home-product .list-wrapp .product-single span.right-icon {
    position: absolute;
    top: 48%;
    right: 10px;
    opacity: 0;
}
.home-product .list-wrapp .product-single:hover span.right-icon{
  opacity: 1;
  z-index:9;
  font-size: 20px;
}
.home-product .common-btn {
    background: #fff;
    color: #17a291;
    border: 1px solid #17a291;
}
.breadcum-wrapp {
    position: relative;
    margin-top: 70px;
}
.breadcum .parallax-container {
    position: relative;
    overflow: hidden;
}
.breadcum .parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.breadcum .parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.breadcum-wrapp .bg-img {
    position: absolute;
    bottom:15%;
    color:#fff;
    padding: 5px 30PX;
    background:rgb(23 162 145);
    z-index: 1;
}
.about-left h1 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 10px;
    color: #17a291;
}
.breadcum-wrapp .bg-img h1 {
    margin-bottom: 0px;
}
.breadcum-list {
    position: absolute;
    bottom: 5%;
    text-align: right;
    border-top: 1px solid #90909085;
    padding-top: 1px;
    background: #ffffff4d;
    width: fit-content;
}
.product-section .product-tab .common-btn {
    margin: 10px 30px 0px;
    width: 150px;
}
.service-contact span a {
    color: #bf140a;
}
.breadcum-list a, .breadcum-list span {
    color: #000;
    font-size: 16px;
}
.testimonial .container {
    padding: 0 40px;
}
.about-top {
    padding: 40px 0px;
}
.core-value {
    position: relative;
    padding: 100px 0;
}
.value-wrapp {
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
}
.value-wrapp .value-single {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-right:1px solid #e2e0e1;
}
.value-wrapp .value-single:nth-child(3){
  border-right:0px;
}
.value-wrapp .value-single span {
    display: inline-block;
   font-size: 100px;
    color: #ba2a21;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
    height: 95px;
}
.value-wrapp .value-single span:hover {
    transform: translateY(-10px);
}
.value-wrapp .value-single:nth-child(1) span {
  font-size: 110px;
}

.value-wrapp .value-single h5 {
    font-size: 21px;
}
.core-value {
    position: relative;
   padding: 10px 0 50px;
    background-color: #f6f4f5;
}
.value-wrapp .value-single p {
    font-size: 17px;
    line-height: 1;
    width: 70%;
    margin: 0 auto;
}
.core-value .value-single img {
    height: 50px;
    width: 50px;
    margin-bottom: 10px;
}
.vision-main .parallax-container {
    position: relative;
    overflow: hidden;
    height: 360px;
}
.vision-main .parallax {
    position: absolute;
    left: 0;
    right: 0;
    height: 360px;
}
.vision-main .parallax .parallax-img {
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 100%;
    min-height: 100%;
    transform: translate3d(0,0,0);
    transform: translateX(-50%);
    filter: brightness(0.6);
}
.vision-wrapp {
    display: flex;
     width:100%;
    margin: 0 auto;
   padding: 60px 0px;
}
.vision-wrapp .vision {
    padding: 25px 35px;
    position: relative;
    width: 50%;
}
.vision-wrapp .vision p {
    font-size: 17px;
    margin-bottom: 0;
    color: #fff;
    line-height: 1.2;
    width: 100%;
    text-align: center;
}
.vision-wrapp .vision .icon-wrapp {
    font-size: 70px;
    color: #fff;
    text-align: center;
}
.vision-wrapp .vision h3 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-top: 10px;
}
.testimonial{
  padding: 30px 0;
}
.testimonial .owl-item.active.center .wrapp-item {
    box-shadow: 0px 5px 5px 0px #ccc;   
}
.testimonial h1.heading{
  margin-bottom: 10px;
}
.testimonial p.heading{
  font-size: 17px;
  width: 65%;
  margin: 0 auto;
  line-height: 1.2;
}
.testi-slider .wrapp-item{
  background: #fff;
  text-align: center;
  padding:40px 15px;
  position: relative;
  border:1px solid #e9e5e6;
}
.testi-slider .wrapp-item:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    background: #ba2a21;
    height: 5px;
    width: 100%;
    margin: 0 auto;
}
.testi-slider .wrapp-item img{
  display: block;
  margin: 0 auto 20px;
}
.testi-slider .testi-img p{
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.testi-img img {
    margin: 0 auto;
    border-radius: 50%;
}
.testi-slider .testi-img h1{
  font-size: 18px;
  margin-bottom: 0;
}
.testi-img {
    text-align: center;
    margin-top: -20px;
    position: relative;
}
.testi-slider .testi-img h2{
  font-size: 16px;
  margin-bottom: 0;
  color: #a0a0a0;
}
.testi-slider .wrapp-item .quote{
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.testi-slider .item{
  padding: 50px 0 0 0;
}
.testi-slider .wrapp-item .quote,
.testi-slider .wrapp-item:before{
opacity: 0.6;
}
.testi-slider  .owl-item.center .wrapp-item .quote,
.testi-slider .owl-item.center .wrapp-item:before{
 opacity: 1; 
}
.testi-slider.owl-theme .owl-nav,
.blog-slider.owl-theme .owl-nav{
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  width: 100%;
}
.testi-slider.owl-theme .owl-nav [class*=owl-],
.blog-slider.owl-theme .owl-nav [class*=owl-] {
    color: #000;
    font-size: 25px;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}
.testi-slider.owl-carousel .owl-nav .owl-next,
.blog-slider.owl-carousel .owl-nav .owl-next{
position: absolute;
right: -40px;
} 
.testi-slider.owl-carousel .owl-nav .owl-prev,
.blog-slider.owl-carousel .owl-nav .owl-prev{
  position: absolute;
  left: -40px;
}
.testi-slider.owl-theme .owl-nav [class*=owl-]:hover,
.blog-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #000;
    text-decoration: none;
}
.testi-slider.owl-carousel .owl-item img {
    width: auto !important;
}
.team-main .social {
    position: absolute;
    bottom: -8px;
    left: 41%;
    background: #17a291;
    color: #fff;
    padding: 2px 0px;
    font-size: 23px;
    border-radius: 50px;
    width: 18%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.team-main .social a {
    color: #fff;
    font-size: 19px;
    height: 30px;
   width: 40px;
    display: inline-block;
    padding: 0;
    margin: -3px;
}
.team-main .social a:nth-child(1) i {
    /* border-right:1px solid #cccccc69; */
    padding-right: 0px;
}
.team-main .social a:nth-child(1){
  border-top-left-radius:50px;
  border-bottom-left-radius: 50px;
}
.team-main .social a:nth-child(2){
  border-top-right-radius:50px;
  border-bottom-right-radius: 50px;
}
.team-member .team-wrapp {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
}
.team-member .team-wrapp .team-single {
    position: relative;
    width: 32%;
    margin-bottom: 30px;
}
.team-member .team-wrapp .team-single:before {
    position: absolute;
    top: -7px;
    width: 85%;
    left: 8%;
    background:#ba2a21;
    height: 5px;
    /* border-radius: 20px; */
    content: "";
}
.team-member .team-wrapp .team-single img {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
}
.team-member .team-wrapp .team-single h1 {
    font-size: 23px;
    margin-top: 60px;
}
.team-member {
    background: #f6f4f5;
    padding: 20px 0px 0px;
}
.team-member .team-wrapp .inner-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    text-align: center;
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    background: #fff;
    margin-bottom: 50px;
    height: 185px;
}
.team-member h1.heading {
    margin-bottom: 80px;
}
.join-us .inner-box span.right-icon {
    position: absolute;
    top: 40%;
    right: 0px;
    opacity: 0;
}
.join-us .inner-box:hover span.right-icon {
    opacity: 1;
    z-index: 9;
    font-size: 15px;
    color: #fff;
}
.products-list .list-wrapp {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
}
.products-list .list-wrapp .list-single {
    /*display: flex;*/
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 23px;
    position: relative;
    cursor: pointer;
    height: 450px;
}
.products-list {
    background-color: #f6f4f5;
    padding: 50px 0px;
}
.products-list .list-img {
    background: #fff;
    width: 100%;
    height: 300px;
    padding: 20px 10px;
    position: relative;
    overflow: hidden;
}
.products-list .list-img img {
    transition: all 0.5s;
}
.products-list .list-img:hover img {
    transform: scale(1.2);
}
.products-list .list-img img {
  margin:0 auto;
  display: block;
  height: 100%;
  width: auto;
}
.products-list .list-wrapp .list-single h2 {
    font-size: 22px;
    color: #000;
    margin-top: 10px;
     text-align:center;
}
.products-list .list-wrapp .list-single span {
    margin: 0 auto;
}
.products-list .list-wrapp .list-single  p{
  color: #000;
  font-size:15px;
  text-align:center;
  display: none;
}
.products-list .list-wrapp .list-single:hover .caption-div {
    background:rgba(39, 36, 36, 0.8196078431372549);
    justify-content: center;
    opacity:1;
    height: 100%;
}
.products-list .list-wrapp .list-single .caption-div {
    position: absolute;
    left: 0;
    bottom:0%;
    height:30%;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.76) 12%, transparent);
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.products-list .list-wrapp .list-single:hover .caption-div span {
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    border-radius: 50px;
}
.products-list .list-wrapp .list-single .caption-div span {
    color: transparent;
    display: flex;
    align-items: center;
}
.products-list .list-wrapp .list-single .caption-div span.icon-eye {
    font-size: 20px;
}
.products-list .heading {
    text-align: center;
    font-size: 26px;
   padding: 0px 30px 30px;
    line-height: 1.3;
    margin: 0px;
}
.product-detail {
    padding: 30px 0px;
}
.product-detail h1{
  font-size: 33px;
}
.product-detail h2 {
    font-size: 23px;
}
.product-detail p {
    font-size: 15px;
    padding: 0px 50px 0px 0px;
    color:#959595;
}
.product-detail .img-wrap img{
  display: block;
  margin:0 auto;
}
.product-detail .text-wrap .common-btn {
    width: auto;
    background:#17a291;
    padding:10px 10px;
    outline: none;
    border: none;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
    padding-top: 10px;
    height: 40px;
}
.product-detail .text-wrap .common-btn.bg-white{
  background-color: #fff;
  color: #000;
  border:1px solid #c3c3c3;
}
.product-section .product-tab {
    flex-direction: row;
    justify-content: center;
    background-color: #fff;
    border-bottom: 1px solid rgba(3, 138, 95,0.129);
    overflow: hidden;
    z-index: 5;
    display: none;
}
.product-section .nav-link.active, .product-section .nav-link.active span {
    z-index: 2;
    color: #000000;
    background-color: transparent;
    border-color: none;
}
.product-section .nav-link, .product-section .nav-link span {
    color: #c2c2c2;
    transition: all 0.3s ease-in-out;
}
.product-section .nav-link {
    font-size: 18px;
    color: #000000;
    border: none;
    position: relative;
    font-weight: 300;
    padding: 15px 50px;
}
.product-section .tab-outer {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.product-section .nav-link {
    font-size: 18px;
    color: #000000;
    border: none;
    position: relative;
    font-weight: 300;
    padding: 15px 50px;
    text-align: center;
    border-radius: 0px;
}
.product-section .product-tab .nav-pills .nav-item {
    width: 25%;
     border-right: 1px solid #ccc;
}
 .product-section ul.nav.nav-pills {
    width: 85%;
}
.product-section .product-tab .nav-pills .nav-item:nth-child(4){
  border-right:0px;
}
.product-section {
    background-color: #f6f4f5;
    padding-bottom: 50px;
}
.dimensions {
    display: block;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 20px 20px;
}
  .dimensions .table-responsive {
    width: 65%;
    margin: 0 auto;
}
.dimensions .table-responsive tr.stripped {
    background: #f5f9fa;
}
.dimensions .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #17a291;
    background: #17a291 !important;
    color: #fff;
}
.dimensions .table-responsive th , .dimensions .table-responsive td{
    padding: 15px;
}
.specifications .spec-detail {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.specifications .spec-detail h2 {
    width: 30%;
    text-align: left;
    font-size: 15px;
}
.specifications .spec-wrapp {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 20px 50px;
}
.specifications .spec-list {
    width: 100%;
}
.specifications .spec-detail span {
    width: 3%;
}
.specifications .spec-detail p{
  margin-bottom: 0px;
  font-size: 14px;
}
.specifications .spec-wrapp .common-btn {
    width: auto;
    background: #17a291;
    outline: none;
    border: none;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
    padding-top: 8px;
    padding: 11px 10px;
    height: auto;
}
.specifications .spec-wrapp .common-btn.bg-white {
    background-color: #fff;
    color: #000;
    border: 1px solid #c3c3c3;
}
.specifications .spec-wrapp img{
  margin:0 auto;
  display: block;
}
.specifications .img-wrapp {
    width: 40%;
}
.product-section .heading {
    text-align: left;
}
.product-slider .list-single {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 95%;
    margin-bottom: 70px;
    position: relative;
    cursor: pointer;
}
.product-slider .list-img {
    background: #fff;
    width: 100%;
    height: 300px;
    padding: 20px 10px;
}
.product-slider .list-single h2 {
    font-size: 19px;
    color: #000;
    margin-top: 10px;
}
.product-slider .list-single p {
    color: #000;
    font-size: 15px;
    text-align: center;
}

.product-slider .list-img img {
    width: auto !important;
    margin: 0 auto;
    height: 100%;
}
.product-slider .owl-nav {
    position: absolute;
    top: 25%;
    width: 100%;
    margin: 0 auto;
    left: 10px;
    display: block;
}
.product-slider .owl-nav [class*=owl-]:hover , 
.product-slider .owl-nav [class*=owl-] {
    color: #213965 !important;
    background: transparent !important;
    font-size: 25px !important;
}
.product-slider .owl-nav .owl-prev {
    position: absolute;
    left: -75px;
     font-size: 25px;
}
.product-slider .owl-nav .owl-next {
    position: absolute;
    right: -45px;
     font-size: 25px;
}
.product-section .product-tab.fixed, .product-section .product-tab.fixed .nav-link {
    background-color:#fff;
}
.product-section .nav-link.active, .product-section .nav-link.active span {
    z-index: 2;
    color:#17a291;
    background-color: transparent;
    border-color: none;
}
.product-section .nav-link, .product-section .nav-link span {
    color: #000;
    transition: all 0.3s ease-in-out;
}
.product-heading h2 {
    text-align: center;
    margin: 15px auto;
}
.product-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-heading h2 {
    text-align: center;
    margin: 25px auto;
}
.fixed {
    position: sticky;
    top: 0px;
    position: fixed;
    width: 100%;
}
.specifications .common-btn.download {
    border: 1px solid #f2f2f2;
    padding: 5px 15px;
    color: #000;
    display: block;
    margin: 0 auto;
    width: 60%;
    margin-top: 10px;
    background:#f2f2f2;
    text-align: center;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height:55px;
}
.specifications .common-btn.download span{
  font-size: 40px;
}
.related-product{
  position: relative;
  padding: 10px 0px;
}
.related-product .common-btn.all-product {
    background: transparent;
    color: #17a291;
    border: 1px solid #17a291;
    width: fit-content
}

.services-detail {
    position: relative;
}
.services-detail h1 {
    font-size: 28px;

}
.related-product h2 {
    margin: 15px 0px;
}
  .services-detail .img-wrapp {
    position: relative;
    float: left;
}
.services-detail {
    background-color: #f6f4f5;
    padding: 50px 50px;
}
.services-detail .img-wrapp:before {
    width: 50px;
    height: 50px;
    z-index: 9;
     background-color:#f6f4f5;
    position: absolute;
    top:45%;
    content: "";
    opacity: 1;
    left: -25px;
    transform: rotate(135deg);
    border-top: 15px solid #f6f4f5;
    border-left: 15px solid #f6f4f5;
}
.services-detail .img-wrapp span {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 55px;
    color: #fff;
}
.services .nav-tabs .nav-item {
    margin-right: 10px;
}
.services .nav-tabs .nav-item .nav-link {
    text-align: center;
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: center;
}
.services .nav-tabs .nav-item  span{
  font-size: 30px;
  padding-right: 10px;
}
.services .nav-tabs{
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
} 
.services-list .parallax-container {
    position: relative;
    overflow: hidden;
    height: 400px;
}
.services-list .parallax {
    position: absolute;
    left: 0;
    right: 0;
    height: 400px;
}
.services-list .parallax .parallax-img {
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 100%;
    min-height: 100%;
    transform: translate3d(0,0,0);
    transform: translateX(-50%);
}
.services-list .text-wrapp {
    position: relative;
    float: right;
    width: 45%;
    background: #191a1bbf;
    color: #fff;
    padding: 20px;
    top: 100px;
}
.services-tabs .nav-tabs .nav-link span {
    font-size: 40px;
    color:#fff;
    padding-right:10px;
  }
.services-tabs .nav-tabs .nav-item {
    width: 25%;
}
.nav-tabs {
     border-bottom: 1px solid transparent;
}
.services-tabs .nav-tabs .nav-link.active , .services-tabs .nav-tabs .nav-link:hover {
    background: #c4261b;
    border: 1px solid transparent;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color:transparent;
}
.services-tabs .nav-tabs .nav-link {
    border: none;
    padding: 5px 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    line-height: 1;
    border-left:1px solid #4e544b;
    border-radius: 0px;
    border:0px;
}
.services-tabs {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #0000008c;
}
.service-contact .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-contact .text-wrapp p span{
  color: #bf140a;
  font-size:18px;
}
.services-detail .row {
    align-items: center;
}
.services-detail .services-wrapp {
    padding: 40px 30px;
    position: relative;
    width: 40%;
    margin-right: 20px;
}
.services-detail .services-wrapp p{
  color:#7b797a;
}
.service-contact .common-btn {
    width: 150px;
    background: #bf140a;
    outline: none;
    border: none;
    display: inline-block;
    text-align: center;
    padding-top: 8px;
    margin-right: 10px;
}
.service-contact .common-btn.product-btn{
  background-color: #8d9d9d;
}
.services .nav-tabs .nav-item .nav-link.active , .services .nav-tabs .nav-item .nav-link:hover{
    color: #ba2a21;
    border-bottom: 2px solid #ba2a21;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}
/*projects*/
.project-wrapp{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.project-wrapp .project-single{
width: 31%;
margin-bottom: 20px;
}
.project-wrapp .project-single p{
font-size: 17px;
line-height: 1.2;
margin-top: 10px;
}
.project-wrapp .project-single .img-wrapp,
.quality .img-wrapp{
  overflow: hidden;
  position: relative;
}
.project-wrapp .project-single .img-wrapp span{
  display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    text-align: center;
    font-size: 40px;
    transform: translateY(-50%);
    color: #fff;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.project-wrapp .project-single .overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(53, 51, 49, 0.72);
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
 .img-wrapp img{
  transition: all 0.3s ease-in-out;
}
.project-wrapp .project-single:hover .img-wrapp img,
.quality .img-wrapp:hover img{
transform: scale(1.1);
}
.project-wrapp .project-single:hover .img-wrapp span, .project-wrapp .project-single:hover .overlay {
    opacity: 1;
}
.project-wrapp .project-single p {
    font-size: 17px;
    line-height: 1.2;
    /* margin-top: 10px; */
    position: absolute;
    bottom: 0px;
    background: #000000ba;
    color: #fff;
    padding: 10px 10px;
    width: 1000%;
    margin-bottom: 0px;
}
.project-wrapp .project-single:hover p{
  background:rgb(196, 38, 27);
}
.project-wrapp .project-single .img-wrapp span {
    /* display: block; */
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 45%;
    text-align: center;
    font-size: 40px;
    transform: translateY(-50%);
    color: #fff;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    font-size: 15px;
    background: #fff;
    border-radius: 50px;
    width: 30%;
    padding: 5px;
    color: #000;
}
.Project-list h2 {
  text-align: center;
}
.Project-list p.sub-heading{
  font-size: 14px;
  text-align: center;
}
.Project-list{
padding: 40px 0px;
}
.services-detail .services-wrapp .map-bg {
    position: absolute;
    top: 0px;
}
.services-detail .tab-list {
    display: flex;
    align-items: center;
    justify-content: center;
}
.project-detail .container {
    width: 59%;
    margin: 0 auto;
    /* display: block; */
}
.project-detail .wrapp-item p {
    position: absolute;
    bottom: 0px;
    background: #000000b5;
    color: #fff;
    padding: 7px 5px;
    width: 100%;
    margin-bottom: 0px;
}
.project-detail .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.project-detail .owl-theme .owl-nav [class*=owl-]:hover, .project-detail .owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    background:rgba(186, 48, 38, 0.92);
    font-size: 25px;
}
.project-detail .owl-nav .owl-prev {
    position: absolute;
    left: -75px;
}
.project-detail .owl-nav .owl-next {
    position: absolute;
    right: -45px;
}
.project-detail .owl-nav .owl-prev {
    position: absolute;
    left: -5px;
}
.project-detail .owl-nav .owl-next {
    position: absolute;
    right: -5px;
}
.project-detail li{
    font-size: 14px;
    display: flex;
    align-items: center;
    color:#626262;
    line-height: 1.9;
  }
  .project-detail li img{
  margin-right: 5px;
}
.gray{
  color:#626262;
}
.project-detail .text-wrap h1{
font-size: 17px;
text-align:left;
margin:10px 0px;
}
.work-us{
  background-color:#a5a6a8;
  padding:20px;
}
.work-us h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0px;
}
.work-text {
    display: flex;
    align-items: center;
  justify-content: space-between;
}
.work-text .common-btn {
    width: 200px;
    border-radius: 0px;
    font-size: 15px;
    padding: 20px 10px;
    /* padding: 15px; */
}
.project-detail .text-wrap h2 {
    margin-top: 10px;
}
.work-text .common-btn .call{
  font-size: 20px;
  padding-right: 5px;
}
.more-products .wrapp-item {
    position: relative;
}
 .more-products .wrapp-item p{
  position: absolute;
  bottom: 0px;
  padding: 5px;
}
.more-products .wrapp-item p {
    position: absolute;
    bottom: 0px;
    padding: 10px 10px;
    width: 100%;
    background: #000000b8;
    margin-bottom: 0px;
    color: #fff;
}
.more-products h2 {
    text-align: center;
    margin-bottom:20px;
}
.more-products {
    padding: 30px 0px;
    background: #f9f7f8;
}
.project-detail {
    padding: 40px 0px 10px;
}
.more-products .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
    margin: 0 auto;
    left: 10px;
    display: block;
}
.more-products .owl-nav .owl-prev {
    position: absolute;
    left: -75px;
}
.more-products .owl-nav .owl-next {
    position: absolute;
    right: -45px;
}
.more-products .owl-theme .owl-nav [class*=owl-]:hover, .more-products .owl-theme .owl-nav [class*=owl-] {
    color: #213965;
    background: transparent;
    font-size: 25px;
}
.more-products .common-btn {
    width: 190px;
    margin: 0 auto;
    margin-top: 20px;
    background: transparent;
    border: 1px solid #c4261b;
    color: #c4261b;
}
.sitemap-wrap {
    margin-bottom: 20px;
}
.client-wrapp {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.client .client-single:hover {
    box-shadow: -12px 0 20px -12px rgba(0, 0, 0, 0.35), 12px 0 20px -12px rgba(0, 0, 0, 0.35);
}
.certificate-tab .client-wrapp {
    justify-content: center;
}
.certificate-tab .client-wrapp img {
    text-align: center;
    margin: 0 auto;
}
.client {
    background:#f6f4f5;
    padding: 40px 0;
}
.gallery-outer {
    position: relative;
}
.gallery-wrapp .gallery-single {
    position: relative;
    width: 31%;
    margin-bottom: 50px;
}
.gallery-wrapp .gallery-single .img-wrapp {
    overflow: hidden;
    position: relative;
}
.gallery-wrapp .gallery-single img{
  transition: all 0.3s ease-in-out; 
}
.gallery-wrapp .gallery-single:hover .img-wrapp img{
  transform: scale(1.1);
}
.gallery-wrapp .gallery-single .view-text {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #000;
    font-size: 40px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    background: #fff;
    padding: 7px 15px;
    display: flex;
    align-items: center;
    border-radius: 50px;
}
.gallery-wrapp .gallery-single:hover .overlay, .gallery-wrapp .gallery-single:hover .view-text {
    opacity: 1;
}
.gallery-wrapp .gallery-single .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(64, 57, 56, 0.78);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.gallery {
    padding: 80px 0px 0px;
}
.gallery-wrapp .gallery-single .view-text span {
    font-size: 20px;
    margin-right: 5px;
}
.faq-questions .card {
    border: 0;
    padding: 0 60px;
}
.faq-questions .card-header:first-child {
    border-radius: 0;
}
.faq-questions .card-header {
    background-color: #fff;
    padding: 20px 15px 20px 0;
}
.faq-questions .card-body {
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 25px 0;
}
.faq-details .card-header {
    background: #fff;
    border-radius: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
}
#faq-accordion .icon-mathematical-addition-sign, #faq-accordion .icon-minus-symbol {
    float: right;
    font-size: 12px;
    padding: 8px 5px;
    border-radius: 100%;
    color: #000;
    transition: all 0.5s ease-in-out;
}
#faq-accordion .collapsed .icon-mathematical-addition-sign {
    display: block !important;
}
#faq-accordion .collapsed .icon-minus-symbol {
    display: none;
    color:#fff;
}
#faq-accordion .icon-mathematical-addition-sign{
    display: none;
}
#faq-accordion button {
    width: 100%;
    text-align: left;
}
#faq-accordion .card-header .btn-link {
    color:#000;
    font-size: 18px;
    text-decoration: none;
    padding-left: 0;
    transition: all 0.5s ease-in-out;
}
.faq{
  background-color: #f6f4f5;
  padding: 40px 0px;
}
.faq-details p {
    font-size: 15px;
}
div#faq-accordion {
    width: 80%;
    margin: 0 auto;
}
.faq-details .card {
    margin-bottom:5px;
}
.faq-details .card-body {
    padding: 0px 20px;
}
#faq-accordion .card-header .btn-link:hover, 
#faq-accordion .card-header .btn-link:focus {
    color:#bc3d34;
}
.sitemap, .error-div, .common-pages {
    padding: 40px 0;
}
.common-pages h1 {
    font-size: 18px;
    margin-bottom: 5px;
}
.common-pages p {
    font-size: 16px;
    line-height: 1.2;
}
.sitemap .l-link {
    font-size: 18px;
}
.sitemap .s-link {
    font-size: 16px;
    display: block;
    color: #000;
}
.join-us {
  background: #f8f8f8;
  padding: 50px 0;
}
.join-us .img-inner{
  overflow: hidden;
  border-radius: 10px;
}
.join-us h1{
  font-size: 30px;
}
.join-us .img-inner:hover img{
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.join-us .img-wrapp{
  margin: 0 auto;
}
.join-us .join-left{
  height: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.join-us .join-left h1{
margin-bottom: 10px;
}
.open-positions {
    padding: 30px 0;
    background-color: #f2f1f1;
}
.open-positions .heading {
    margin-bottom: 30px;
}
.opening-wrapp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.opening-wrapp .opening-single {
    background: #fff;
    width: 32%;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
}
.opening-wrapp .opening-single h1 {
    font-size: 17px;
    margin-bottom: 0;
}
.opening-wrapp .opening-single p {
    font-size: 18px;
    margin-bottom: 0;
}

.opening-wrapp .opening-single:before {
    position: absolute;
    content: "";
    left: -2px;
    height: 80%;
    width: 3px;
    background: #ba2a21;
    top: 0;
    bottom: 0;
    margin: auto;
}
.team-main .img-wrapp {
    position: relative;
}
.career-form .file-upload .file-select .file-select-button {
    background: #a8b6b7;
    padding: 0 15px;
    color: #e7eaeb;
    display: inline-block;
    height: 44px;
    line-height: 45px;
    border-radius: 50px;
    font-size: 14px;
}
.career-form .file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline;
    padding: 0 0px;
    font-size: 12px;
    color: #000;
}
.career-form .file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
/*    opacity: 0;*/
    filter: alpha(opacity=0);
}
.career-form .common-btn {
    display: inline-block;
    background: #c13f37;
    color: #fff;
    margin-top: 20px;
    border: 0px;
    outline:none; 
}
.career-form .help-block {
    font-size: 12px;
    color: red;
}
.get-in-wrapp h1 {
    font-size: 18px;
    margin-bottom: 0px;
    color:#efefef;
}
.get-in-wrapp {
    background: #767779;
    color: #fff;
    padding: 30px 20px;
}
.get-in-wrapp a {
    font-size: 17px;
}

.get-in-wrapp span {
    font-size: 35px;
    color: #fff;
}

.get-in-wrapp .social span {
    font-size: 25px;
    margin-left: 10px;
    color:#e5e5e5;
}
.get-in-wrapp .social span.heading {
    font-size: 18px;
}
.get-in-wrapp .callus-wrapper {
    justify-content: start;
    margin-bottom: 15px;
}
.contact-info{
  margin: 0 25px;
  position: relative;
}
.contact-info .red-bg img {
    position: absolute;
    top: 30px;
    z-index: -1;
    margin: 0 auto;
    display: block;
    left: 0px;
    right: 0px;
}
.contact-info .red-bg h2 {
    font-size: 35px;
    margin-bottom: 0px;
    line-height: 40px;
}
.contact-info .red-bg:before {
    width: 30px;
    height: 30px;
    z-index: 999;
    background-color: #17a291;
    position: absolute;
    top: -15px;
    content: "";
    opacity: 1;
    left: 12%;
    transform: rotate(135deg);
    border-top: 15px solid #17a291;
    border-left: 15px solid #17a291;
}
.contact-info .red-bg {
    position: relative;
    background: #17a291;
    color: #fff;
    z-index: 9;
    padding: 20px 30px;
    overflow: hidden;
}
.form-div .help-block {
    font-size: 12px;
    color: red;
}
.form-div .form-control::placeholder {
    color: #cfcfcf;
    font-size: 14px;
}
.contact .common-btn {
    outline: none;
    margin-top: 15px;
    border: 0px;
    height: 40px;
    font-size: 14px;
}
.contact .form-div {
    padding: 20px 0px;
}
.contact {
    padding: 50px 0px;
}
.contact-address .nav-tabs .nav-item .nav-link {
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 0px;
    padding: 20px;
    justify-content: center;
}
.contact-address .nav-tabs {
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.contact-address .address-box {
    display: flex;
}
.contact-address .address-box p {
    margin-bottom: 0px;
}
.contact-address .address-box span {
    font-size: 40px;
}
.contact-address .nav-tabs li {
    width: 50%;
}
.contact-address {
    background: #f2f0f1;
}
.contact-address .address-box h3 {
    color: #17a291;
    font-size: 22px;
    margin-bottom: 5px;
}
.contact-address .address-box span {
    color: #ba2a21;
}
.contact-address .nav-tabs .nav-item .nav-link.active , .contact-address .nav-tabs .nav-link:hover {
    background-color: #979799;
    color: #fff;
    border:0px;
}
.contact-address .nav-tabs .nav-item .nav-link.active h3 , .contact-address .nav-tabs .nav-item .nav-link.active span{
  color: #fff
}

.contact-address .nav-tabs .nav-link:before {
    position: absolute;
    content: "";
    bottom: -12px;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    transform: rotate(135deg);
    border-top: 15px solid #979799;
    border-left: 15px solid #979799;
    opacity: 0;
    left: 45%;
    background: #979799;
    z-index: -1;
}
.contact-address .nav-tabs .nav-link.active:before, 
.contact-address .nav-tabs .nav-link:hover:before {
    opacity: 1;
}
.contact-address .nav-tabs {
    margin-bottom: 30px;
}
.contact-address .nav-tabs .nav-item {
    margin-bottom: -2px;
}
 .contact .social-link span:hover{
    color: #ba2a21;
    transition: all 0.3s ease-in-out
}
.error-div .common-btn {
    display: inline-block;
    /* line-height: 2.6; */
    width: 101px;
}
.contact .common-btn:before {
    border-radius: 0px;
}

.top-arrow {
    text-decoration: none;
    color: #fff;
    background:#17a291;
    padding: 8px;
    position: fixed;
    right: 41px;
    bottom: 9%;
    transition: all 0.3s ease-in-out;
    display: none;
    height: 40px;
    width: 40px;
    font-size: 18px;
    text-align: center;
    z-index: 99;
}
.top-head ul {
    display: flex;
    text-align: right;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
    float: right;
    background-color:#17a291;
    position: relative;
    /* padding: 0px 20px; */
}
.top-head {
    position: relative;
    background:#17a291;
    top: 0px;
    width: 100%;
    float: right;
    background-image: linear-gradient(to right, #fff 50% , #17a291 40%);

}
.top-head ul li {
    margin-left: 15px;
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.top-head ul li a, .top-head ul li {
    font-size: 12px;
    color: #fcfcfc;;
}
.top-head ul li span{
  margin-right:5px;
  font-size:15px;
}

.top-head li {
    list-style: none;
}
.top-head ul:before {
    content: "";
    /* position: absolute; */
    position: absolute;
    height: 38px;
    width: 2%;
    top: 0px;
    background-color:#17a291;
    content: "";
    left: -6px;
    transform: skewY(20deg);
    -webkit-transform: skew(20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
}
.value-wrapp .value-single:nth-child(2) span {
    font-size: 140px;
    height:95px;
    display: flex;
    align-items:center;
}
.call-us span {
    display: flex;
}
/*knowledge-center*/
.knowledge-center .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e7e7e7;
}
.knowledge-center .nav-tabs .nav-item.show .nav-link, .knowledge-center .nav-tabs .nav-link.active, .knowledge-center .nav-tabs .nav-link:hover {
    color: #9d2720;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 4px solid #9d2720;
}
.knowledge-center .nav-tabs .nav-link {
    color: #000;
    font-size: 18px;
    margin: 0 20px;
    padding: 10px 0;
}
.top-head ul li a, .knoledge-center .nav-tabs .nav-link {
    transition: all 0.3s ease-in-out;
}
.card-body {
    padding: 0 20px;
}
.blog-main {
    padding: 50px 0;
}
.certificate-wrapp p.heading {
    width: 45%;
    margin: 0 auto 40px;
}
.certificate-tab .client-single {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.24);
    margin-bottom: 20px;
}
.client-wrapp .client-single {
    width: 19%;
    background: #FFF;
    align-items: center;
    justify-content: space-between;
    display: flex;
    margin-bottom: 10px;
    padding: 30px;
    margin: 0 10px 10px 0;
    transition: all 0.3s ease-in-out;
    /* margin-right: 0px; */
    height: 161px;
}
.client .heading {
    font-size: 25px;
}
.certificate-tab, .awards-tab {
    background: transparent;
    padding: 40px 0;
}
.awards .gallery-wrapp .gallery-single {
    position: relative;
    width: 23%;
    margin-bottom: 40px;
}
.awards p.heading {
    width: 75%;
    margin: 0 auto 30px;
    font-size:18px;
    line-height: 1.3;
}
.left_service p {
    font-size: 18px;
}
.blog-main h1 {
    font-size: 30px;
}
.client h1 {
    font-size: 20px;
    margin-bottom: 0px;
    width: 85%;
    margin-top: 10px;
    margin: 15px auto;
}
.certificate .item .img-wrapper img {
    width: auto;
}
.callus-wrapper h1{
  margin-bottom: 0px;
}
.opening-wrapp .opening-single p {
    font-size: 15px;
    margin-bottom: 0;
}
.team1 {
    background: #f9f8f8;
    padding:40px 0px;  
}
.team1 h1.heading {
    margin-bottom: 30px;
    font-size: 30px;
}
.client .headingclient {
  font-size: 27px;
  margin-bottom: 5px;
}
.client p {
    margin-top: 0px;
}
.gallery-outer {
    position: relative;
}
.gallery h1.heading {
    position: absolute;
    background: #fff;
    padding: 0 20px 0 0;
    top: -40px;
    z-index: 1;
}
.gallery-wrapp {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: 10px;
    margin-bottom: 50px;
}
.gallery-wrapp .gallery-single {
    position: relative;
    width: 29%;
    margin: 0px 10px 30px;
}
.gallery-wrapp .gallery-single .img-wrapp {
    overflow: hidden;
    position: relative;
}
.gallery-wrapp .gallery-single img {
    transition: all 0.3s ease-in-out;
}
.gallery-wrapp .gallery-single span {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #ffff;
    font-size: 40px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.gallery-wrapp .gallery-single .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(23 162 145 / 78%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.gallery-wrapp .gallery-single p {
    font-size: 19px;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 1.1;
}
.gallery-wrapp:before {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #dcd9d9;
    content: "";
    right: 0;
    top: -25px;
}
.gallery h1.heading {
    position: absolute;
    background: #fff;
    padding: 0 20px 0 0;
    top: -40px;
    z-index: 1;
    font-size: 27px;
    margin-bottom: 50px;
    margin-top:0px;
}
.services-main h1.heading {
    position: absolute;
    background: #fff;
    padding: 0 20px 0 0;
    
    z-index: 1;
    top: 20px;
}
.services-main{
  position:relative;
  padding: 80px 0px 40px 0px;
}
.services-outer{
  position:relative;
  display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    justify-content: space-between;
}
.services-outer:before {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #dcd9d9;
    content: "";
    right: 0;
    top: -12px;
}
.services-main .services-single h2 {
    font-size: 20px;
}
.services-main .services-single {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48%;
}
.heading{
  font-size: 30px;
}
.services-outer p{
  font-size: 15px
}
.products-list .text-wrapp {
    min-height: 160px;
    text-align: center;
}
.products-list .text-wrapp .common-btn {
    margin: 0 auto;
}
.client p {
    font-size: 18px;
}
.home-product .common-btn {
    margin: 0 auto 30px;
}
.services-main .services-single .text-wrapper {
    width: 60%;
}
.services-main .services-single .img-wrapp {
    margin-right: 20px;
}
.services-main .services-single {
    margin-bottom: 45px;
}
.client-wrapp.partners {
    justify-content: center;
}
.slider-section img {
    width: 100%;
}
.specifications .common-btn.download:before{
    display: none;
}
.specifications .common-btn.download:hover span {
    transform:none;
}
.join-us .inner-boxwrapper .common-btn {
    background: #17a291;
    color: #fff;
}
.join-us .inner-boxwrapper .common-btn:hover{
  color:#000;
}
.product-detail li {
  font-size: 15px;
  line-height: 1.9;
  color: #959595;
  list-style-type: disc;
  margin-left: 20px;
}

.footer-logo{
  background-color:#fff;
}

.file-select {position: relative;}
.form-group {margin-bottom: 10px;}
.intl-tel-input {width: 100%;}
.intl-tel-input.separate-dial-code .selected-dial-code {padding-right: 15px;}
.errors {color: red; font-size: 14px; margin: 10px 0 5px;}

.column h3 {
    font-size: 17px;
}

.social a .fa {
    font-size: 20px;
    color: #fff;
}

.sliderhome .owl-nav {
    position: absolute;
    bottom: 50%;
    width: 100%;

}

.sliderhome.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 25px;
    margin: 5px;
    padding: 2px 12px;
    background: #17a291;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;

}

.sliderhome .owl-prev{
  position:absolute;
  left:2%;
}

.sliderhome .owl-next{
  position:absolute;
  right:2%;
}

.home-product .common-btn:hover{
color:#fff !important;
}

.contact-us .common-btn:before, .join-us .common-btn:before {
    background: #fff !important;
}
.contact-us .common-btn:hover, .join-us .common-btn:hover{
color:#17a291 !important;
}

.about-right .common-btn:before{
background-color:#fff;
}

.home-contact{
  background: url(../images/home-contact-bg.png);
  background-size:cover;
  
}
.specifications ul li {
    list-style-type: disc;
}
.footer-wrapp .column h4 {
    font-size: 19px;
    color: #fff;
}
.client-single img {
    display: block;
    margin: 0 auto;
}
.addrss-wrapper i {
    margin-right: 10px;
}
.social {
    padding-left: 16px;
}
.company{
    padding: 4vw 0;
}
.certificate .client-single {
    background: #FFF;
    align-items: center;
    justify-content: space-between;
    display: flex;
    margin-bottom: 10px;
    padding: 30px;
    margin: 20px;
    /* margin-right: 0px; */
    height: 161px;
    box-shadow: 0px 0px 10px #ccc;
}
.certificate .client-single img{
    width: auto !important;
}

section.team-main {
    padding: 40px 0px;
}
button.close {
    height: 26px;
    width: 27px;
}
.related-product .item .common-btn:hover{
    color: #fff !important;
}
.contact-address .nav-tabs .nav-item:hover h3{
    color:#fff;
}
.products-list .list-wrapp .list-single span:hover{
    color: #fff !important;
}
.error-div .common-btn:hover{
    color: #fff !important;
}
.related-product .common-btn.all-product:hover,
.career-form .common-btn:hover{
    color: #fff !important;
}
.contact .common-btn:hover,
.product-detail .text-wrap .common-btn:hover,
.specifications .spec-wrapp .common-btn{
    color:  #fff !important;
}
.products-list .list-wrapp .list-single:hover .caption-div span:hover {
    color: #000 !important;
}