/* .industries-item {    margin: 0;   border-right: solid 1px #0075bc0f;    border-bottom: solid 1px #0075bc0f;    padding: 20px 0;} */
.industries-item {
    padding: 20px;
    margin-bottom: 30px;
    -moz-transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    -webkit-box-shadow: 0px 0px 15px 2px rgb(0 0 0 / 20%);
    -khtml-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 2px rgb(0 0 0 / 20%);
}

.industries-image:hover {
    border: 1px solid #006cb7;
    background-color: #006cb7;
}

.industries-image {
    border: 1px dashed #000;
    display: inline-block;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    position: relative;
    background-color: transparent;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.industries-image:hover .normal-icon {
    display: none;
}

.industries-image .normal-icon {
    display: inline-block;
    width: 60px;
}

.industries-image img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
}

.industries-image:hover .active-icon {
    display: inline-block;
}

.industries-image .active-icon {
    display: none;
    width: 60px;
}

.industries-item h4 {
    font-size: 20px;
    padding: 10px 0px 0;
}

.industry_box {
    margin-bottom: 30px;
    -moz-transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    -webkit-box-shadow: 0px 0px 15px 2px rgb(0 0 0 / 20%);
    -khtml-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 2px rgb(0 0 0 / 20%);
}

.industry_box h4 {
    font-size: 20px;
    padding: 10px 0px;
    background: #006cb7;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.industry-section {
    padding: 40px 0px;
}

.service-detail-text p {
    text-align: justify;
}

.service-detail-text ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.service-detail-text ul li {
    display: inherit;
    position: relative;
    padding-left: 30px;
    margin: 12px 0px;
}

.service-detail-text ul li:before {
    color: #006cb7;
    font-weight: 600;
    position: absolute;
    content: "\f005";
    left: 0px;
    top: 0px;
    font-family: 'FontAwesome';
}

.service-detail-text b,
.service-detail-text strong {
    color: #0b2653;
    font-size: 20px;
}

.products_page {
    display: inline-block;
    width: 100%;
}

.client-item {
    background: #fff;
    padding: 30px;
    margin: 0;
    border-right: dashed 1px #c7b9b9;
    border-bottom: dashed 1px #c7b9b9;
}

.client-item img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.client-item img:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.header-style-two .header-wrapper .header-navigation-area.fixed {
    z-index: 999;
}

.testi-item {
    border: 1px solid #ddd;
}

.testi-item h4 {
    text-align: center;
    font-size: 23px;
    padding: 20px 0px;
    background: #006cb7;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li a {
    font-weight: 500;
    padding: 10px 3px;
    display: block;
    color: #000;
}

.header-style-two .header-wrapper .header-navigation-area {
    background: #fff;
    /* background-image: url(''); */
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li:hover>a {
    color: #006cb7d1;
}

.sub-menu li a {
    color: #232323 !important;
}

.sub-menu li a:hover {
    color: #fff !important;
}

.client-items .client-item {
    background: #fff;
    padding: 0px;
    margin: 0;
    border-right: none;
    border-bottom: none;
}

/* .header-style-two .header-wrapper .header-navigation-area .main-menu ul li{margin-right: 30px;} */
.sub-page p {
    text-align: justify;
}

.logo img {
    height: 100px;
}

.header-style-two .header-wrapper .header-middle {
    padding: 0px;
}

.footer-main-area {
    padding: 80px 0 0px;
}

.page-title-section {
    padding: 80px 0 60px;
}

.spl {
    margin: 50px 0px;
}

.spl h4 {
    font-size: 24px;
    line-height: 37px;
    letter-spacing: 0.4px;
}

.spl p {
    text-align: start;
}

.certt h4 {
    font-size: 15px !important;
    font-family: "Roboto", sans-serif;
}

.funfact .counter {
    font-size: 54px;
    margin-bottom: 10px;
    float: left;
}

.counter_box span {
    font-size: 40px;
    float: left;
    padding: 15px 9px;
    font-weight: 900;
}

.counter_box {
    display: inline-block;
    text-align: center;
}

.additionalimg img {
    width: 100%;
    /* height: 240px; */
    object-fit: cover;
}

.vfdd {
    display: none;
}

.prod_inner73 .vfdd {
    display: block;
}

.vfd-sec {
    text-align: center;
    background: #f3f3f3b3;
    padding: 20px;
    margin-bottom: 30px;
}

.vfd-sec h4 {
    color: #006cb7;
    padding: 10px 0px 20px;
    text-align: center;
}

.funfact-section {
    background-attachment: fixed;
}

.teamm {
    padding: 20px;
    text-align: center;
    background: #eee;
    margin: 30px 0px;
}

.teamm img {
    width: 100%;
    height: auto;
}

.teamm h2 {
    text-align: center;
    padding: 10px 0px 20px;
}

.page-title-section {
    position: relative;
    /* background-attachment: fixed;  */
    background-image: url(../images/pcs/PCS-15.jpg);
}

.page-title-section:before {
    opacity: 0.5;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: #000; */
}

.years img {
    max-width: 150px;
}

.isologo img {
    border: 2px solid #006cb7;
    border-radius: 50%;
    margin: 10px 0;
    max-width: 90px;
}

.bg-white {
    background: #fff;
}

.bro a {
    background: #006cb7;
    color: #fff;
    padding: 10px 20px;
    border-radius: 15px;
}

.bro a:hover {
    background: #000;
    color: #fff !important
}

.home_form input {
    font-family: "Rajdhani", sans-serif;
    margin-bottom: 20px;
    padding: 10px;
}


.contact-form input[type=submit],
.home_form input[type=submit] {
    font-family: "Rajdhani", sans-serif;
    cursor: pointer;
    background: #006cb7ba;
    color: #fff;
    margin: 10px 0px;
    padding: 10px 30px;
}

.home_form input[type=submit]:hover {
    background: #4fb4f0;
}

.contact-form input[type=submit]:hover {
    background: #222;
}

.contact-form textarea,
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form input[type="tel"] {
    background: #F5F5F5;
    border: 1px solid #e3e3e3;
    padding: 10px;
    font-family: "Rajdhani", sans-serif;
    margin-bottom: 20px;
    width: 100%;
    font-weight: 500;
    color: #222;
}

.contact-form textarea {
    height: 150px;
}






@media (min-width: 991px) {

    .footer-widget-list li {
        width: 50%;
        padding-right: 10px;
        ;
        float: left;
    }

}

@media (max-width: 991px) {
    .logo img {
        /* height: auto !important; */
    }

    .isologo img {
        max-width: 40px;
    }

    .isologo li {
        float: left;
        width: 50%;
    }

    .image1 {
        float: left;
        width: 60px;
    }

    .mean-container a.meanmenu-reveal {
        border: 1px solid #006cb7;
        height: 17px;
        left: auto !important;
        color: #006cb7;
        margin-top: -9px;
        background: #fff;
        right: 0 !important;
        position: absolute;
    }
}