body {
    font-family: 'Roboto', sans-serif;
}

p {
    line-height: 22px;
    font-size: 15px;
}

.header {
    position: absolute;
    width: 100%;
    z-index: 6;
}

.header .inner-header {
    display: table;
    width: 100%;
}

.head-col {
    display: table-cell;
    vertical-align: middle;
}

.logo {
    background: #111;
    display: inline-block;
    padding: 20px 15px;
}

@media only screen and (min-width: 768px) {
    .affix {
        top: 0;
        width: 100%;
        z-index: 20;
        position: fixed;
        background-color: rgba(6, 44, 83, .9);
        box-shadow: 0 3px 6px rgba(141, 141, 141, 0.2), 0 3px 6px rgba(240, 240, 240, 0.2);
        -moz-box-shadow: 0 3px 6px rgba(141, 141, 141, 0.2), 0 3px 6px rgba(240, 240, 240, 0.2);
        -webkit-box-shadow: 0 3px 6px rgba(141, 141, 141, 0.2), 0 3px 6px rgba(240, 240, 240, 0.2);
    }

    .affix .logo{
    height: 80px;
}

.affix .logo img{
    height: 100%;
    width:auto;
}

    nav > ul > li {
        display: inline-block;
    }

    nav > ul > li > a {
        color: #fff;
        font-size: 15px;
    }

    .mega-menu {
        position: static !important;
    }

    nav .product-dropdown {
        width: 80%;
        top: 68%;
    }

    nav .product-dropdown.dropdown-menu > li > a {
        padding: 10px 0;
        color: #ce4e1e;
        border-bottom: 1px solid #eaeaea;
        font-size: 18px;
        font-weight: 500;
    }

    nav .product-dropdown > li {
        width: 33%;
        float: left;
        padding: 0 25px 15px 25px;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .drawer-close {
        display: none;
    }

    .vert-dropdown li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}


nav .product-dropdown.dropdown-menu .sub-dropdown {
    margin-top: 10px;
}

nav .dropdown-menu .sub-dropdown li a {
    display: block;
    color: #626262;
    padding: 3px 0 3px 18px;
    font-size: 13px;
    position: relative;
}

nav .dropdown-menu .sub-dropdown li a:hover {
    color: #cd911c;
    text-decoration: none;
}

nav .dropdown-menu .sub-dropdown li a:before {
    content: '\f105';
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 3px;
}

@media only screen and (max-width: 767px) {
    .head-col {
        text-align: center;
    }
    .logo img {
        margin: auto;
        display: block;
    }
    .menu-draw-btn {
        background: #111;
        width: 130px;
        text-align: center;
        margin-top: -7px !important;
        margin: auto;
    }
    .header .navbar-toggle {
        float: inherit;
        margin: 0;
        border-radius: 0;
        padding: 6px 0 20px 0;
    }
    .header .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .nav-right {
        position: fixed;
        left: 0;
        background-color: #fff;
        width: 260px;
        margin-left: -260px;
        height: 100%;
        overflow: auto;
        text-align: left;
    }
    .menu-collaps .nav-right {
        margin-left: 0;
    }
    .drawer-close {
        background-color: #cd911c;
        padding: 12px 15px;
        cursor: pointer;
        color: #fff;
    }
    .drawer-close .fa {
        margin-right: 6px;
        font-size: 22px;
        vertical-align: sub;
    }
    nav ul.nav {
        margin: 0;
    }

    nav > ul > li > a {
        color: #626262;
    }

    nav .dropdown-menu .sub-dropdown {
        margin-bottom: 10px;
        margin-left: 25px;
    }

    nav .dropdown-menu > li > a {
        color: #27aae1;
    }
}

.body-head .banner {
    height: 530px;
}

.body-head .banner-text {
    margin-top: 150px;
    margin-bottom: 40px;
}

.banner {
    background-image: url(../img/quality-test.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.banner-text {
    margin-top: 180px;
    margin-bottom: 40px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.banner-text h3 {
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 30px;
    color: #ffd800;
}

.banner-text h1{
        font-size: 28px;
}

.service {
    position: relative;
    z-index: 2;
}

.service-body {
    padding: 15px;
    cursor: pointer;
    position: relative;
    height: 89px;
}

.service-body h4 {
    color: #fff;
}

.service-body span {
    position: absolute;
    right: 0;
    top: 0;
    margin: 24px 15px;
}
@media only screen and (max-width:767px) {
   .home-img{
     width: 0px;
    }
}


@media only screen and (max-width: 497px) {
   .service-body h4{
    font-size:16px;
}
.service-body span img{
    display:none;
}

}
.copper-prod {
    background: #ce4e1e;
}
.copper-prod:hover {
    background: #bc4315;
}
.brass-prod {
    background: #cd911c;
}
.brass-prod:hover {
    background: #b9841e;
}
.cupro-prod {
    background: #a74f4f;
}
.cupro-prod:hover {
    background: #893d3d;
}
.our-products {
    /*background:#dedede; */
    padding: 120px 0 30px 0;
}
@media screen and  (max-width: 767px) {
    .our-products {
       padding: 65px 0 30px 0;
       }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .our-products {

    padding: 160px 0 30px 0;
}
}
.our-products .owl-nav {
    display: block !important;
}

.owl-prev, .owl-next {
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 0 !important;
    line-height: 27px !important;
    position: absolute;
    top: 40%;
}

.owl-next {
    right: -40px;
}

.owl-prev {
    left: -40px;
}

.prod-body {
    padding: 10px;
    height: 80px;
}
.prod-body h4 {
    font-size: 17px;
}
.box-single {
    background: #fff;
    cursor: pointer;
}
.box-single .prod-body h4 {
    margin-bottom: 0;
}

.box-single a {
    color: #000;
}

@media only screen and (max-width: 819px){
  .ourproducts .no-js .owl-carousel, .owl-carousel.owl-loaded{
    overflow: hidden;
}
}



.content-section {
    padding: 80px 0 80px 0;
}

.certification {
    padding: 30px 0;
}

.certification img{
    cursor: pointer;
}

.modal .close{
    position: absolute;
    right: -8px;
    width: 25px;
    height: 25px;
    background-color: #000;
    border-radius: 50px;
    text-shadow: none;
    color: #fff;
    top: -8px;
    opacity: 1;
}

/* help class */
.cc-margin-0 {
    margin: 0;
}
.cc-margin-top-0 {
    margin-top: 0;
}
.cc-margin-bottom-0 {
    margin-bottom: 0;
}
.cc-margin-bottom-25 {
    margin-bottom: 25px;
}
.cc-margin-bottom-30 {
    margin-bottom: 30px;
}
.cc-margin-bottom-15 {
    margin-bottom: 15px;
}
.cc-padding-0 {
    padding: 0;
}
.cc-padding-left-0 {
    padding-left: 0;
}
.cc-padding-left-13 {
    padding-left: 13px;
}
.cc-font-size-22 {
    font-size: 22px;
}

.cc-font-weight-300 {
    font-weight: 300;
}

.cc-copper-text {
    color: #ce4e1e;
}

.cc-brass-text {
    color: #cd911c;
}

.cc-cupro-text {
    color: #a64e4e;
}

.cc-margin-bottom-5 {
    margin-bottom: 5px;
}

.cc-margin-bottom-50 {
    margin-bottom: 50px;
}

.cc-blue-bg {
    background-color: #177cc2;
    color: #fff;
}

a:hover {
    text-decoration: none;
}

.content {
    padding: 50px 0;
}

.lead {
    font-size: 17px;
}

.logopatt {
    background-image: url(../img/horse-back.png);
    background-repeat: no-repeat;
}

.certificate-list h4 {
    font-size: 16px;
    margin-top: 22px;
    margin-bottom: 0;
}

.quality-test {
    position: relative;
    background-color: rgba(0,0,0,.5);
    padding: 70px 0 70px 0;
    background-image: url(../img/quality-test.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.quality-service {
    z-index: 2;
    position: relative;
}

.quality-test h2, .quality-test .sub-head {
    color: #fff;
}

.trans-box {
    background-color: rgba(6, 44, 83, .8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

/*CAPABILITIES*/

.potential-col img {
    margin-bottom: 25px;
}

.potential-col ul li {
    margin-bottom: 5px;
}

.enquiry-box {
    background-color: #27aae1;
    padding: 15px 0;
}

.enquiry-box h3 {
    margin-top: 6px;
    color: #fff;
}

.enquiry-box .send-enq-btn {
    text-align: right;
}

.enquiry-box .btn {
    border-radius: 50px;
    background-color: #fff;
    border: 0;
    color: #000;
    padding: 10px 20px;
}

.product-specification dt {
    width: 140px;
    text-align: left;
    float:left;
}

.product-specification dd {
    margin-left: 140px;
    margin-bottom: 10px;
    color: #777;
}

.product-aside .media-heading {
    font-size: 14px;
}

.product-aside .media-body {
    vertical-align: middle;
}

.product-aside .media a {
    color: #656565;
}

.product-aside .media a:hover {
    color: #000;
}

.product-aside .media {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 3px;
    margin-top: 8px;
}

.product-aside .media:last-of-type {
    border-bottom: 0;
    margin-bottom: 25px;
}

.product-aside .media img {
    width: 60px;
}

.spec-list li {
    margin-bottom: 5px;
}

.hori-list-view li {
    display: inline-block;
    margin-right: 10px;
}

.hori-list-view li:after {
    content: '|';
    margin-left: 10px;
}

/*.hori-list-view li:last-child:after{
    content:"";
}*/

.prod-div-body {
    min-height: 60px;
}

.product-devision h4 {
    font-size: 16px;
}

.team-count {
    background-color: #ebedf5;
}

.team-count-col {
    border-right: 1px solid #ddd;
    min-height: 140px;
}

.team-count-col:last-child {
    border-right: 0;
}

.team-count-col h2 {
    color: #27aae1;
}

.prod-cust {
    padding-top: 50px;
}

.client-list ul li:nth-child(even) {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #fff;
}

.client-list ul li:nth-child(odd) {
    color: #91cef8;
}

/* FOOTER */

.footer-nav li a {
    display: inline-block;
    margin-bottom: 3px;
    color: #fff;
}

.footer-nav li a:hover {
    color: #27aae1;
}

.contactform .input-group-addon {
    background-color: transparent;
    border-left: 0;
    border-top: 0;
    border-radius: 0;
    padding-left: 0;
}

.contactform .form-group {
    margin-bottom: 25px;
}

.contactform input, .contactform textarea {
    border: 0;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    border-radius: 0;
}

.contactform input:focus, .contactform textarea:focus {
    box-shadow: none;
    border-color: #ccc;
}

.contactform .btn {
    width: 130px;
    padding: 10px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.map {
    width: 100%;
}

.effect-1 ~ .focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #39f;
    transition: .4s;
}

.effect-1:focus ~ .focus-border {
    width: 100%;
    transition: .4s;
    z-index: 3;
}

.missionvission ul li {
    margin-bottom: 5px;
}

.industry-served ul li {
    font-size: 15px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.industry-served ul li:before {
    content: '\f061 ';
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 0;
    font-size: 15px;
}

.guj-plant {
    background-color: #f2f1f0;
}

footer {
    background-color: #262626;
    padding: 50px 0;
}

footer address {
    color: #fff;
}

footer h5 {
    color: #27aae1;
    font-weight: normal;
}

footer h3 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 22px;
}

footer p {
    color: rgba(225,225,225,.5);
}

.contact-col {
    color: #fff;
}

.social-link {
    margin-top: 25px;
    margin-bottom: 0;
}

.social-link li {
    display: inline-block;
}

.social-link li .fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    margin-right: 10px;
    font-size: 20px;
}

.social-link li .fa.fa-facebook {
    background-color: #3b5998;
}

.social-link li .fa.fa-instagram {
    background-color: #3f729b;
}

.social-link li .fa.fa-linkedin {
    background-color: #007ab9;
}
.social-link li .fa.fa-youtube-play {
    background-color: #f91313;
}
.footer-bottom {
    padding-top: 25px;
    border-top: 1px solid rgba(225,225,225,.1);
    margin-top: 40px;
}

.webintelligence {
    text-align: right;
}

.blog-box figure {
    height: 200px;
    overflow: hidden;
}

.blog-body {
    margin-top: 15px;
}

@media only screen and (max-width: 767px) {
    .enquiry-box .send-enq-btn {
        text-align: left;
        margin-top: 15px;
    }
    .footer-bottom, .webintelligence {
        text-align: center !important;
    }
    .social-connect {
        margin-top: 25px;
    }
}

@media screen and (min-width: 450px) and (max-width: 767px) {
    .col-50 {
        width: 50%;
        float: left;
    }
}

.right-fix-link, .left-fix-social {
    position: fixed;
    top: 35%;
    z-index: 5;
}

.right-fix-link {
    right: 0;
}

.left-fix-social {
    left: 0;
}

.right-fix-link ul li a, .left-fix-social ul li a {
    display: block;
    padding: 9px 12px;
    color: #fff;
    font-size: 17px;
    margin-bottom: 2px;
}

.left-fix-social ul li a.facebookLnk {
    background-color: #3b5998;
    color: #fff;
}

.left-fix-social ul li a.linkeLnk {
    background-color: #007ab9;
    color: #fff;
}

.manufactor-process {
    background-color: #ececec;
    padding: 55px 0;
}
 /* SMS Enquiry */
.sentEnquiry {
    position: fixed !important;
    left: 3%;
    bottom: 0;
    z-index: 10;
    width: 300px;
    background-color: #fff;
    padding: 0;
}

.sentEnquiry .sentEnquiryHead {
    cursor: pointer;
    padding-left: 15px;
    background-color: #ff9800;
    margin-bottom: 0;
    padding: 12px 17px !important;
}
.sentEnquiry .panel-body {
    display: none;
}
.marginbottom0 {
    margin-bottom: 0 !important;
}
.reqred{
    color:#e9130f;
}
@media only screen and (max-width:767px) {
   .mng-tm-col img{
     margin:auto;
    }
}


