@import url('https://fonts.googleapis.com/css?family=Open+Sans');


@font-face {

  font-family: 'TrebuchetMS';

  src: url('./fontTrebuchetMS.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;

}





body {

     font-family: 'Open Sans', sans-serif;

    font-size: 16px;   

    color: #636363;

}



a {

    text-decoration: none;

}



a:hover {

    text-decoration: none;

}





.no-padding {

    padding: 0px;

}





.btn{   

    border-radius: 0;

    border: none;

    text-transform: uppercase;

    letter-spacing: 1.5px;

    -ms-transition: .3s ease-in-out;

    -webkit-transition: .3s ease-in-out;

    transition: .3s ease-in-out;

}

.btn.focus, .btn:focus, .btn:hover {

    color: #805454;

    text-decoration: none;

    background: #fff;

}

ul{

    margin-bottom: 0px;

    padding: 0px;

}

li {

    list-style: none;

}

a:hover{

    text-decoration: none;

}

.form-control {

    border-radius: 0;

}

a {

    -webkit-transition: all 0.4s ease-in-out;

    -moz-transition: all 0.4s ease-in-out;

    -o-transition: all 0.4s ease-in-out;

    -ms-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

    text-decoration: none !important;

}

img {

    -webkit-transition: 0.4s ease-in-out;

    -moz-transition: 0.4s ease-in-out;

    -ms-transition: 0.4s ease-in-out;

    -o-transition: 0.4s ease-in-out;

    transition: 0.4s ease-in-out;

    display: inline-block;

}



.header_top {

    position: fixed;

    width: 100%;

    z-index: 1000;

    background: #fff;

    box-shadow: 1px 1px 12px 3px #00000038;

}

.main-body {
    padding-top: 4em;
}

.carousel-inner.c-s img {

    width: 100%;

}

.c-in {

    background: linear-gradient(to top, #0a2449 , #015ad8c9 );

    width: 400px;

    padding: 45px 1px 25px 55px;

    position: absolute;

    right: -17px;

    bottom: 7em;

    border-radius: 0px 80px 80px 80px;

}

.c-in h3 {

    font-size: 60px;

    text-align: left;

    line-height: 1.1;

}

.c-in:after {

    content: '';

    height: 100px;

    background: #02ac2e73;

    width: 298px;

    padding: 35px 51px;

    position: relative;

    right: -7em;

    bottom: 19em;

    border-radius: 0px 20px 20px 20px;

}


.p-image img{
    width: 100%;
       
}
.pertroleum.infrd {
    background: whitesmoke;
}

section.abt-sec-out {
    background: #f5f5f5;
}
/*----------------------------------

about company

------------------------------------*/



.abt-company-in {

    padding: 25px 0px;

  /*  background: linear-gradient(to right, #bcda1c , #bdd82f59 );*/

  background: linear-gradient(to right, #63bb3c , #04631d );

}



.abt-one {

    float: left;

    display: flex;

    margin-bottom: 5px;

}



.abt-one img {

    width: 55px;

    height: 50px;

}

.abt-des {

    font-size: 45px;

    margin-left: 4px;

    font-weight: normal;

    /* color: #2e8734; */

    color: #efefef;


    line-height: 0.61;

    margin-top: 12px;

}

.abt-des span {

    position: relative;

    top: -32px;

    left: -18px;

    font-weight: normal;

    font-size: 26px;

}



.abt-c {

    margin: 5px 0px;

    padding: 15px 0px;

    border-right: 1px solid #00a65175;

    margin-left: 25px;

    height: 80px;

}

.abt-c.last {

    border-right: 0px;

}



.abt-c>span {

    text-transform: uppercase;

    /* color: #2e8734; */

    color: #efefef;

    font-size: 14px;

    position: absolute;

    bottom: 26px;

    margin-left: -15px;

}





/*-------------------------

about section

--------------------------*/


/*
section.abt-sec-out {

    background: #f5f5f5;
   

}*/
.wrapper.cmnpad.pcm {
    background: #f5f5f5;
}
.abt-sec {

    padding: 80px 0px 120px;

}

.c-abt-img-in img {

    width: 100%;

}



.c-abt-img img {

    width: 100%;

    border-radius: 0px 60px 0px 60px;

    box-shadow: 1px 1px 20px 3px #b9b9ba59;

}

.c-abt-img-in {

    border-bottom: 20px solid #b9b9ba;

    border-right: 20px solid #b9b9ba;

    border-radius: 0px 112px 0px 117px;

        transition: 0.5s ease-in-out;



}



.c-abt-img-in:hover {

    border-bottom: 20px solid #b9b9ba87;

    border-right: 20px solid #b9b9ba87;

    border-radius: 0px 112px 0px 117px;

        transition: 0.5s ease-in-out;

}

.c-abt-img  img {

    position: relative;

}

.c-abt-img:before {

    content: '';

    position: absolute;

    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);

    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);

    width: 25%;

    height: 100%;

    display: block;

    top: 0;

    left: -175px;

    transform: skewX(-25deg);

     -webkit-transform: skewX(-25deg);

     z-index: 2;

}



@-webkit-keyframes shine {

    100% {

        left: 95%;

    }

}

@keyframes shine {

    100% {

        left: 95%;

    }

}

.c-abt-img:hover::before {

    -webkit-animation: shine .75s;

    animation: shine .75s;

}

.c-abt h4 {

    color: #4177c6;

}

.c-abt h1 {

    padding-bottom: 40px;

}

a.ab-b {

    background: #4177c6;

    color: #fff;

    padding: 14px 30px;

    cursor: pointer;

    -webkit-tap-highlight-color: rgba(0,0,0,0);

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    box-shadow: 0 0 1px rgba(0, 0, 0, 0.11);

    position: relative;

}

a.ab-b:before {

    content: "";

    position: absolute;

    z-index: 0;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    background: #042d6a4f;

    -webkit-transform: scaleX(0);

    transform: scaleX(0);

    -webkit-transform-origin: 50%;

    transform-origin: 50%;

    -webkit-transition-property: transform;

    transition-property: transform;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

    -webkit-transition-timing-function: ease-out;

    transition-timing-function: ease-out;
    border-radius: 22px;

}

a.ab-b:hover:before {

    -webkit-transform: scaleX(1);

    transform: scaleX(1);

}





.abt-sec:after {

    content: '';

    background: url(../images/abtp.webp);

    height: 130px;

    width: 130px;

    position: absolute;

    right: 43em;

    margin-top: -3em;

    background-size: 90%;

    background-repeat: no-repeat;

}

.abt-i {

    overflow: hidden;

}
/*----------------------

header

------------------------*/
ul.dropdown-content li>a {
    font-size:16px;
}
.stellarnav.light li a {
    color:#525252;
    text-transform: capitalize;
}
/*----------------------

products

------------------------*/

section.sec-prd {

    padding: 80px 0px;

}

.sec-title {

    text-align: center;

    margin-bottom: 56px;

}

.sec-title h1 {

    color: #164d9b;

    margin-bottom: 15px;

}



.sec-title p {

    font-size: 18px;

    margin: 0px 9%;

}

.prd-fig img {

    width: 100%;

}

.prd-fig {

    border: 10px solid #eee;

    overflow: hidden;

}

.prd-fig:hover img {

    transform: scale(1.05);

}

.prd-txt h4 {

    text-align: center;

    margin: 8px;

}

.prdt-d {

    margin-bottom: 30px;

}



.prd-btn {

    text-align: center;

    margin-top: 20px;

}



/*------------------------------

product-carousel

--------------------------------*/



section.sec-owl {

    padding: 80px 0px;

    background: #f5f5f5;

}



.blog .carousel-indicators {

    left: 0;

    top: auto;

    bottom: -40px;



}



/* The colour of the indicators */

.blog .carousel-indicators li {

    background: #a3a3a3;

    border-radius: 50%;

    width: 8px;

    height: 8px;

}



.blog .carousel-indicators .active {

background: #707070;

}



a.carousel-control {

    position: absolute;

    top: 0;

    bottom: 0;

    font-size: 20px;

    color: #fff;

    text-align: center;

    text-shadow: 0 1px 2px rgba(0,0,0,0.6);

    opacity: .5;

  

    height: 40px;

    width: 40px;

    background: none repeat scroll 0 0 #222222;

    border: 4px solid #FFFFFF;

    border-radius: 23px 23px 23px 23px;

    margin-top: 90px;

}

a.right.carousel-control {

    right: -35px ;

}



a.left.carousel-control {

    left: -35px  ;

}

figure.owl-fig img {

    width: 100%;

}



figure.owl-fig:hover figcaption.owl-fc p span {

    margin-right: 0px;

    transition: 0.5s ease-in-out;

}

figcaption.owl-fc p {

    background: #d0e6c6;

    padding: 6px 6px;

    color: #317014;

    transition: 0.5s ease-in-out;

}

figure.owl-fig:hover figcaption.owl-fc p {

    background: #d4ffbf;

    transition: 0.5s ease-in-out;

}

figcaption.owl-fc p span {

    float: right;

    margin-right: 10px;

    transition: 0.5s ease-in-out;

}

.prd-btn.owl-d {

    margin-top: 50px;

}

figure.owl-fig:hover img {

    opacity: 0.8;

}

.sec-owl-in:before {

    content: '';

    background: url(../images/owlp.webp);

    background-size: 100%;

    width: 130px;

    height: 130px;

    position: absolute;

    background-repeat: no-repeat;

    right: 10em;

    margin-top: -2em;

}



/*----------------------------

why blowbal

--------------------------------*/

section.why-sec {

    padding: 80px 0px;

}

.bol-img {

    text-align: center;

}

.bol-img h4 {

    margin: 8px 0px;

    font-size: 24px;

    height: 55px;

}

.bol-img {

    padding: 0px 2em;

    margin-bottom: 2em;

}

/*----------------------------

testamonial

--------------------------------*/

section.test-bt {
    padding: 60px 0px;
    background: url(../images/testa.webp);
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}



.carousel-caption.cp{

    color: #fff;

    z-index: 1000;

    position: unset;

}

a.carousel-control-prev.test-prev {
    justify-content: end;
}
a.carousel-control-next.test-next {
    justify-content: flex-end;
}

.testimonial-t {

    text-align: center;

    color: #fff;

}

.testimonial-t img {

    margin-bottom: 1em;

}

.carousel-caption.cp h3 {

    font-style: italic;

}

.carousel-caption.cp h3 {
    font-style: italic;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    margin: 1em 9%;
    color: lightgray;
    font-size: 26px;
}



section.why-sec:after {

    content: '';

    background-image: url(../images/exp.webp);

    position: absolute;

    margin-top: -9pc;

    left: -11em;

    background-size: contain;

    width: 23%;

    height: 70%;

    background-repeat: no-repeat;

}



section.test-bt:before {

    content: '';

    background-image: url(../images/exp1.webp);

    position: absolute;

    height: 10%;

    width: 100%;

    background-repeat: no-repeat;

    background-position: 92%;

    margin-top: -8pc;

}





section.test-sec {

    padding: 85px 0px;

}

/*----------------------------

brands

--------------------------------*/



a.carousel-control.blog-c {

    margin-top: 35px;

}

ul.carousel-indicators.c-ind li:after {
    content: unset;
}

/*-------------------------------

footer

--------------------------------*/

.footer-d {

    padding: 40px 0px 8px;

    background: #333333;

    color:#cbcbcb;

}



ul.sec-two-ul li a {

    color:#e4e4e4;
    font-size: 12px;

}

.foot-logo {

    margin-bottom: 2em;

}

ul.sec-two-ul li a:hover {

    color: #fcf9f4;

}


.foot-sec-one p {
    font-size: 12px;
}
.sec-two {

    text-align: -webkit-left;

    margin: 0px 1%;

}



p.foot-title {
    font-size: 12px;

    font-weight: 700;

}



.sec-three {

    margin-bottom: 50px;

}



.sec-three p {

    font-size: 12px;

    line-height: 20px;

}



ul.social-network {

    list-style: none;

    display: inline;

    margin-left: 0 !important;

    padding: 0;

}



ul.social-network li {

    display: inline;

    margin: 0 5px;

}


.cp p {
    font-size: 12px;
}
.cpa p {
    font-size: 12px;
}


.social-network a.icoFacebook:hover {

    background-color: #3B5998;

}



.social-network a.icoTwitter:hover {

    background-color: #33ccff;

}



.social-network a.icoGoogle:hover {

    background-color: #BD3518;

}



.social-network a.icoVimeo:hover {

    background-color: #0590B8;

}



.social-network a.icoYoutube:hover {

    background-color: red;

}



.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoYoutube:hover i {

    color: #fff;

}



a.socialIcon:hover, .socialHoverClass {

    color: #44BCDD;

}



.social-circle li a {

    display: inline-block;

    position: relative;

    margin: 0 auto 0 auto;

    -moz-border-radius: 50%;

    -webkit-border-radius: 50%;

    border-radius: 50%;

    text-align: center;

    width: 45px;

    height: 45px;

    font-size: 20px;

    background-color: #686868;

}



.social-circle li i {

    margin: 0;

    line-height: 45px;

    text-align: center;

}



.social-circle li a:hover i, .triggeredHover {

    -moz-transform: rotate(360deg);

    -webkit-transform: rotate(360deg);

    -ms--transform: rotate(360deg);

    transform: rotate(360deg);

    -webkit-transition: all 0.2s;

    -moz-transition: all 0.2s;

    -o-transition: all 0.2s;

    -ms-transition: all 0.2s;

    transition: all 0.2s;

}



.social-circle i {

    color: #fff;

    -webkit-transition: all 0.8s;

    -moz-transition: all 0.8s;

    -o-transition: all 0.8s;

    -ms-transition: all 0.8s;

    transition: all 0.8s;

}


/*----------------------
profile page
-----------------------*/
/*.paint-bg{
background: #fafafa;
}*/
strong.storng-h {
    color: black;
}
.paintbk-ab{
    background: #f5f5f5;
}
section.key {
    padding-bottom: 5%;
}
.cmnpad.profile {
    padding-bottom: 0px;
        background: #f5f5f5;
}
section.abt-sec-out.bot {
    padding-bottom: 5%;

}
.paint.inf p {
    margin-bottom: -27px;
}



.ab-v p:before {
    position: absolute;
    content: '';
    /* width: 17px; */
    height: 30px;
    background: url(../images/correct-pink) no-repeat;
    /* top: 8px; */
    left: 2px;
    margin-top: 2px;
}

/*.col-md-6.ab-v:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 45px;
    height: 124px;
    border-right: 2px solid;
    color: #789ed5;
}
.col-md-6.ab-vv:after {
   content: '';
    position: absolute;
    top: 35px;
    right: 95px;
    height: 215px;
    border-right: 2px solid;
    
}*/

.abt:after {
    content: '';
    background: url(../images/abtp.webp);
    height: 130px;
    width: 130px;
    position: absolute;
    right: 44em;
    margin-top: -5em;
    background-size: 90%;
    background-repeat: no-repeat;
}

.paint.quality:before {
    background-image: url(../images/exp1);
        position: absolute;
    height: 10%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 92%;
}
.prodcont.ab p {
       margin-left: 14px;
       padding-left: 13px;
}

.prodcont.ab p:before {
       position: absolute;
    content: '';
    width: 16px;
    height: 20px;
    background: url(../images/correct-pink) no-repeat;
    /* top: 8px; */
    left: 17px;
    margin-top: 2px;
}


.ab-t {
    display: flex;
    width: 100%;
}
.ab-t1 {
    width: 50%;
    color: #033680;
}

table.p-table.table.table-bordered tbody tr:nth-child(even) {
    background: #eee;
}

table.p-table.table.table-bordered tbody tr:nth-child(odd) {
    background: #f5f5f5;
}
.ab-t2{
    width: 50%;
}
.ab-h{
        color: #164d9b;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
    margin-top: 5%;
}
.paint-b{
        line-height: 22px;
    color: #164d9b;
    text-transform: capitalize;
}
section.inf {
    margin-bottom: 3%;
}
table.table-bordered > tbody > tr > td{
    border:1px solid #e8e8e8a1;
}
table.table.table-bordered {
    border: 1px solid #e8e8e8a1;
}
.col-md-8.ab-r {
    color: #636363;
    padding: 6px;
    height: 65px;
    margin-top: 3px;
}
.abt-sec-out.bg {
    padding-bottom: 5%;
}
section.key:before {
    background: url('../images/exp1');
    width: 100%;
    height: 20%;
}

.ab-r {
    color: #636363;
       padding: 22px 0px 25px 20px;
    height: 69px;
    margin-top: 3px;
}

.ab-r.b-r.ab-one {
    background: #008aff26;
   
}


.ab-r.ab-two {
    background: #4961a22e;
}


.ab-r.b-r p {
    margin-bottom: 0px;
}

.row.ab-rr {
    margin-top: 20px;
}

/*----------------------
ffkm page & breadcrumb
-----------------------*/

.bc-img.bc-fkm{
    background: url('../images/fkm-bc');
    background-size: cover;
    background-position: center;
}
.bc-img-clr {
    height: 300px;
}
.sec-img img {
    width: 20%;
    margin: 40px 15px;
    opacity: 0.9;
}
.content-bc {
    background: #d3d3d34f;
}
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
  margin: 0;
}
ul.breadcrumb li {
  display: inline;
  font-size: 12px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #868686;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #ea9815;
  text-decoration: underline;
}
ul.breadcrumb li.active {
    color: darkslategrey;
}

/*----------------------
product page
-----------------------*/

.paint {
    text-align: center;
    padding: 60px;
    
}
.paint.ind {
    padding: 0px;
}
.paint h1 {
    /* font-size: 35px; */
    line-height: 22px;
    color: #164d9b;
    text-transform: capitalize;
    margin-bottom: 35px;
}
.paint p {
        font-size: 18px;
    /* line-height: 26px; */
    text-align: center;
    margin-top: 2%;
    margin-bottom: 0px;
}
.paintbk {
    background-color:#f5f5f5;
    width: 100%;
    height: auto;
}
.wrapper.car-wrap {
    padding-top: 7%;
    padding-bottom: 5%;
}
.prodcont h2 {
    color: #164d9b;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
}

figure.car-img {
    
    overflow: hidden;
}


.prodcont p {
       font-size: 16px;
    /* line-height: 1.5; */
    /* color: #585858; */
    margin-bottom: 22px;
    padding: 0 11% 0 0;
}
a.ab-b {
        background: #4177c6;
    color: #fff;
    padding: 8px 14px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.11);
    position: relative;
    border-radius: 22px;
}
/*.paint-img1 {
    width: 537px;
    height: 378px;
}*/
.cmnpad.cmp-one {
    background: #fff;
}

.prodcont {
    margin-bottom: 50px;
}

/*----------------------
Contact page
-----------------------*/
.contact-title h1{
    color: #164d9b!important;
    font-size: 32px!important;
    line-height: 30px!important;
    text-transform: UPPERCASE!important;
    background-color: white;
    margin-bottom: 45px;
    margin-top: 30px

}
.contact-address h2{
    font-size: 22px;
    color: #164d9b;
    margin-top: 0px;
    margin-bottom: 15px;
}
.contact-address p span {
    color: #3b4a27;
    font-size: 18px;
    margin-right: 13px;
}
.contact-para p {
    font-weight: 300;
    font-size: 19px;
    color: #252d1a;
    margin-bottom: 16px;
}
.form-group.cntct-frm-ad {
    margin-bottom: 30px;
}
.form-group.cntct-frm-ad input {
    height: 45px;
}
.btn-de {
    margin-right: 5px;
    padding: 12px 25px 12px 25px;
    background:#083371;
    color: #fff;
    font-size: 17px;
    margin-top: 10px;
}
.cont-btn {
    margin-bottom: 3em;
    margin-top: 2em;
}
input.cnt-btnn.qte-btn.qte-btna.btn.btn-de.hvr-sweep-to-right.btn.btn-big.form-btn:hover {
   
    color: #ffffff;
    text-decoration: none;
    background: #40c303;
    
}
/*----------------------
Industry-we-sere page
-----------------------*/
.Industry-title {
    margin-top: 5%;
        text-align: center;
}
.row.aerospace {
    margin-bottom: 3%;
}
.Industry-title h1 {
    color: #164d9b!important;
    font-size: 32px!important;
    line-height: 30px!important;
    text-transform: UPPERCASE!important;
    margin-bottom: 3%;
}
.industry-side-1 p {
    font-size: 16px;
}
.industry-side-1 h1 {
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 0px;
    color: #164d9b;
}
.chemical {
    background: white;
    
}
.container.industry-container {
    padding-top: 5%;
}
.mining{
    padding-bottom: 5%;
}
.pertroleum {
    background: white;
   
}
.textile {
    background: whitesmoke;
    padding-bottom: 4%;
}
.printing{
    padding-bottom: 5%;
}
/*----------------------
Industry-we-sere page
-----------------------*/
.Service-title {
    text-align: center;
    padding: 80px;
}
.Service-title h1 {
    font-size: 35px;
    line-height: 28px;
    color: #164d9b;
}
img.Service-img {
    width: 555px;
    height: 322px;
}

.cmnpad {
        padding: 60px 0px 45px 0px;

}
.cmnpad.bg-p {
    padding: 0px;
    padding-bottom: 3%;
}
/*section.auto {
    padding-bottom: 3%;
}*/
.fas {
    font-size: 14px;
    color: #3ab004;
    margin-right: 5px;
}
figure.truck-img {
    margin: 0px;
}
.padR {
    padding-right: 0px;
}
.prodDescWrap.lft {
    text-align: right;
}
.prodDescWrap {
    width: 55%;
    float: left;
}

/*----------------------
turnkey-project page
-----------------------*/
.turnkey.title {
    text-align: center;
    padding: 80px;
}
.turnkey.title h1 {
    font-size: 35px;
    line-height: 28px;
    color: #164d9b;
    text-transform: uppercase;
    margin-bottom: 3%;
}
.turnkey.title h3 {
    font-size: 33px;
    line-height: 51px;
    text-align: center;
    background: #8f002f;
    color: #fff;
    width: 80%;
    margin: auto;
    margin-bottom: 1px;
}
.turnkey.title p{
    font-size: 18px;
    line-height: 51px;
    text-align: center;
    background: #8f002f;
    color: #fff;
    width: 33%;
    margin: auto;
    margin-bottom: 50px;
}
.turnkey-sub p {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #000;
    width: 85%;
    margin: auto;
    margin-bottom: 4%;
}
.turnkey-img-1 {
    width: 90%;
    margin: 0 auto;
}
.turnkey-img-1 img, .turnkey-img-2 img {
    margin-right: 3%;
}
.turnkey-img-2 {
    width: 70%;
    margin: 59px auto;
}
.turnkey-img-sub p {
    float: left;
    text-align: center;
    width: 32%;
}
.turnkey-img-sub {
    width: 63%;
    margin: 0 auto;
    margin-bottom: 13%;
}
.turnkey-img-sub-1 {
    width: 33%;
    float: left;
    text-align: center;
    font-size: 18px;
}

.padR {
    padding-right: 0px;
}
.prodDescWrap.lft {
    text-align: right;
}
.prodDescWrap {
    width: 55%;
    float: left;
}
.sndqry a {
      display: inline-block;
    background: #0a3879;
    padding: 10px 25px;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    transition: 0.5s ease-in-out;
    border-radius: 28px;
}
.sndqry a:hover {
    background:#2ea806;
    transition: 0.5s ease-in-out;
}
.turnkey-sec{
    background: url('../images/turkeybck');
    background-size: 100% 100%;
    height: 100%;
    }


 /*----------------------
service page
-----------------------*/

.wrapper.cmnpad1 {
    padding: 60px 0px 80px;
   background: #f5f5f5;
   margin: 0px -15px;
}
.Service-para p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
}

    /*----------------------
gallery page
-----------------------*/
section.Gallery {
    margin-bottom: 7%;
}
.Gallery-title{
    text-align: center;
        padding: 80px;

}
.Gallery-title h1 {
    font-size: 35px;
    line-height: 28px;
    color: #8f002f;
}
/*----------------------
car-paint-booth-page
-----------------------*/


ul.carousel-indicators.car-paint-booth-sli-dot {
    bottom: -23px;
}
.prohrd h2 {
    color: #164d9b;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
    margin-top: 5%;
}

ul.pro-li li>strong {
    color: #0e232a;
}

.pro-li li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
}
.cr-in {
    text-align: center;
}
.prohrd {
       margin-top: 3.5em;
}
ul.pro-li {
    padding-left: 32px;
}
.pro-li li:before {
    position: absolute;
    content: '';
    width: 17px;
    height: 30px;
    background: url(../images/correct-pink) no-repeat;
    /* top: 8px; */
    left: 22px;
    margin-top: 2px;
}

.send-en-btn {
    padding: 50px 0px;
}
.en-q-bt.sndqry {
    text-align: -webkit-center;
}

/*----------------------
Industrial-paint-booth-page
-----------------------*/
.type-para h2 {
    color: #164d9b;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
}
.type-para p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
    margin-bottom: 22px;
    padding: 0 11% 0 0;
}


/*----------------------
Installation
-----------------------*/
p.ins-p {
    font-size: 16px;
}

.collapsible {
        background-color: #2862b5;
    color: #eee;
    cursor: pointer;
    padding: 13px 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    float: right;
    border-bottom: 2px solid #cacaca45;
    font-weight: 400;
    /* text-shadow: 2px 2px #ff000000; */
}

.collapsible:hover {
    
    background-color: #154c9a;

}

.conten {
      padding: 15px 6px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;

}
section.installation {
    margin-bottom: 75px;
}
span.btn-spn {
    float: right;
}


.paint.turn p {
    margin: 0;
}

.paint.turn h3 {
    font-size: 19px;
    margin-top: 18px;
}

hr.ft-line {
    border-top: 1px solid #eeeeee47;
}
.cpa {
    text-align: right;
}
.cpa a {
    color: #46764a;
}


.ad {
    padding: 50px 0px;
    background: #f5f5f5;
}
.prohrd.ad-li,.prohrd.ad-li h2{
    margin-top: 0px;
}
section.industrial-ad {
    padding: 50px 0px;
}
.ad-p p{
    font-size: 16px;
}
.industry-image img {
    /* color: unset; */
    border-radius: 0px 60px 0px 60px;
}
.ins-li li:before {
    left: 30px;
}
figure.img-h {
    overflow: hidden;
}
figure.img-h:hover img {
    transform: scale(1.05);
}
.row.sec-turn, .left-turn {
    margin-top: 30px;
}
.row.pro-inf {
    margin-top: 10px;
}
.carousel-indicators .active {
    background-color: #207d26;
    
}.sse .call {
    display: none;
}
.carousel-indicators li {
   background-color: #6cbe46; 
    /*display: inline-block;
    width: 20px;
    height: 20px;
    margin: 10px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;*/
}

.sse {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: fixed;
    opacity: 0;
    bottom: 0;
    justify-content: center;
    z-index: 999;
    background: var(--green);
    right: 0px;
    font-weight: 600;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}.sse .call{display:none;}
.senq1{    padding: 20px 8px;
    color: #fff;
    white-space: nowrap;
    display: flex;}.sse
    {position: fixed;
    bottom: 30%;
    justify-content: center;
    z-index: 999;
    background: var(--green);
    right: 0px;
    font-weight: 600;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    transform: rotate(180deg);}.senq1:hover{color:#fff;background:#164d9b;}
.cntpage .contact-address a{color:#636363;}.conpage .sse{display:none;}.sec-map{margin-top:30px;}
.ch2 {
    text-align: center;
      margin-bottom: 56px;
}
.ch2 {
    font-size:2.5rem;
    color: #164d9b;
    margin-bottom: 15px;
        }
    .ch2 p{
          font-size: 18px;

    margin: 0px 9%;
    }
    
.bh {
    font-size:2.5rem;
    color: #4177c6;
}
.ph {
    line-height:30px;
    width:75%;
    font-size:18px;
    padding-bottom:40px;
}

@media (max-width:1600px){
    .ph{
        width:90%;
    }
}

@media (max-width:991px){
	.cntpage .r1{display:flex;flex-direction:column-reverse;}
	 .bh {
        font-size: 1.5rem;
    }
     .ph  {
               font-size: 18px;
    }
}
@media (max-width:767px){.cntpage .contact-title h1{margin-bottom:10px;}.dview{display:none;}
.mob{display:block;}
     .bh {
        font-size: 1.5rem;
    }
     .ph  {
         font-size: 18px;
    }
}
@media (max-width:600px){.cntpage .content-bc,.cntpage .contact-title h1{display:none;}
.cntpage .contact-para{padding-top:20px;}.logo img {
    width: 35% !important;
}.cntpage .g-recaptcha{margin-bottom:20px;}.sbtn{    display: flex;
justify-content: center;}.sbtn .cont-btn{margin:10px 0px;}.cntpage .form-group.cntct-frm-ad,.cntpage .g-recaptcha{margin-bottom:15px;}
    .bh {
        font-size: 1.5rem;
    }
     .ph  {
        font-size: 18px;
    }
}
@media (max-width:575px){
    .ph{
        width:100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}
@media (max-width:480px){.logo>a>img{padding:5px 0px !important;}.sse a {
        width: 50%;
        padding: 8px 5px;
        justify-content: center;
        font-size: 16px !important;
        display: flex !important;
    }

    .sse {
        display: flex;
        padding: 0px !important;bottom:0;transform:rotate(0deg);right:0px;
    }

    .sse a:last-child {
        background: #164d9b;
    }

    .sse a:first-child {
        background: var(--green);
    }

    .dprocess #clients .item img {
        margin: 0px auto;
    }

    .dprocess #clients .item {
        text-align: center;
    }

    .bh {
        font-size: 18px;
    }
     .ph  {
        font-size: 18px;
    }

    .sse a {
        width: 50%;
        padding: 8px 5px;
        justify-content: center;
        font-size: 16px !important;
        display: flex !important;
        transform: rotate(0deg);color:#fff;
        writing-mode: horizontal-tb;
    }.sse{display:flex;flex-direction:column-reverse;}}
@media (max-width:400px){.logo>a>img {
    padding: 20px 0px !important;
}.logo img {
    width: 45% !important;
}
    .bh {
        font-size: 30px;
    }
     .ph  {
        font-size: 16px;
    }
    
    .ch2 {
        font-size:2rem;
    }
  .sec-title p {
       font-size: 16px;
  }
}