#gallery {
    padding-top: 40px;

    @media screen and (min-width: 991px) {
        padding: 60px 30px 0 30px;
    }
}

.img-wrapper {
    position: relative;
    margin-top: 15px;

    img {
        width: 100%;
    }
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;

    i {
        color: #fff;
        font-size: 3em;
    }
}


.mainlogo{
    height: 81px;
        width: 376px;
}


@media only screen and (max-width: 425px) {
.mainlogo {
        height: 81px;
        width: 332px;
    }
}
@media only screen and (max-width: 375px) {
    .mainlogo {
        width: 282px;
    }
}
@media only screen and (max-width: 320px) {
    .mainlogo {
        width: 240px;
    }
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    img {
        margin: 0;
        width: 80%;
        height: auto;
        object-fit: contain;
        padding: 5%;

        @media screen and (min-width:768px) {
            width: 60%;
        }

        @media screen and (min-width:1200px) {
            width: 50%;
        }
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;

    &:hover {
        opacity: 0.7;
    }

    @media screen and (min-width:768px) {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;

    &:hover {
        opacity: 0.7;
    }

    @media screen and (min-width:768px) {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;

    &:hover {
        opacity: 0.7;
    }

    @media screen and (min-width:768px) {
        font-size: 3em;
    }
}

/* contact */




.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    -webkit-touch-callout: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {

    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}



ul {
    margin: 0px;
    padding: 0px;
}
/* 
.footer-section {
    background: #151414;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
} */

.single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}
/* 
.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
} */

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

/* .footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #ff5e14;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
} */

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text p a {
    color: #ff5e14;
}

/* .footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #ff5e14;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}
 */


 body{
    background:#fff
}
.appointment-button {
    position: fixed;
    right: 0px;
    top: 40%;
    z-index: 9999;
}
header{
    padding-top:10px
}
header ul{
    padding:0;
    margin:0;
    float:right
}
header li{
    float:left;
    list-style-type:none
}
header li a{
    color:#8d8d8d;
    font-size:14px;
    text-transform:uppercase;
    font-family:'Raleway',sans-serif;
    padding:0 10px 13px 15px;
    font-weight:500
}
header li a:hover{
    text-decoration:none;
    color:#000!important
}
.dropdown-menu li a{
    padding-bottom:10px
}
.dropdown-menu li a:hover{
    border-bottom:0 solid #ec0b19;
    background:#fff;
    width:100%
}
.logo img{
    padding-bottom:15px
}
#right-menu{
    display:none
}
.active{
    /* border-bottom:6px solid #ec0b19; */
    color:#000
}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{
    color:#555;
    background-color:#fff
}
.share{
    margin:10px 25px 10px 0;
    font-size:16px;
    color:#000;
    font-family: 'Roboto', sans-serif;
    text-align:center;
    float:right;
    
}
.share ul{
    float:none
}
.share li{
    width:26px;
    height:26px;
    border:1px solid #a7a7a7;
    border-radius:100%;
    margin:0 2px
}
.sharetxt{
    width:60px!important;
    border:0!important;
    font-weight:400;
    font-size:18px;
    color:#000;
    font-weight:400
}
.fb{
    background:url(../images/social.png)no-repeat center center;
    background-position:-80px -28px
}
.tw{
    background:url(../images/social.png)no-repeat center center;
    background-position:-98px -28px
}
.lnkin{
    background:url(../images/social.png)no-repeat center center;
    background-position:-120px -29px
}
.gp{
    background:url(../images/social.png)no-repeat center center;
    background-position:-141px -29px
}
.fb:hover{
    background:#888 url(../images/social.png)no-repeat center center;
    background-position:3px -27px
}
.tw:hover{
    background:#888 url(../images/social.png)no-repeat center center;
    background-position:-15px -27px
}
.lnkin:hover{
    background:#888 url(../images/social.png)no-repeat center center;
    background-position:-37px -27px
}
.gp:hover{
    background:#888 url(../images/social.png)no-repeat center center;
    background-position:-58px -27px
}
.navbar-default{
    background:none;
    border:0;
    float:right;
    margin:0px 0 0
}
.dropdown-menu .sub-menu{
    left:100%;
    position:absolute;
    top:0;
    visibility:hidden;
    margin-top:-1px
}
.dropdown-menu li:hover .sub-menu{
    visibility:visible
}
.dropdown:hover .dropdown-menu{
    display:block
}
.dropdown:hover .subdropdown{
    display:block
}
.dropdown-menu{
    position:absolute;
    top:100%;
    left:0;
    z-index:999999;
    display:none;
    float:left;
    min-width:160px;
    padding:5px 0;
    margin:2px 0 0;
    font-size:14px;
    text-align:left;
    list-style:none;
    background-color:#fff;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border-top:2px solid #EF3239;
    border-radius:0;
    box-shadow:0 0 0 rgba(0,0,0,.175)
}
.subdropdown{
    display:none;
    position:absolute;
    background:#fff;
    padding:10px 0 30px 10px;
    border-top:2px solid red;
    top:45px;
    width:1200px;
    left:-968px;
    height:auto;
    z-index:999999999
}
.subdropdown ul{
    float:left;
    width:25%;
    margin-top:25px;
}
.subdropdown li{
    float:left;
    width:100%
}
.subdropdown li a{
    line-height:24px;
    font-size:12px;
    color:#666;
    font-weight:600;
    font-family:'Raleway',sans-serif
}
.dropdown-menu li a{
    line-height:24px;
    font-size:12px;
    color:#666;
    font-weight:600;
    font-family:'Raleway',sans-serif
}
.subdropdown li a:hover{
    border:0
}
.subdropdown h3 a:hover{
    border:0;
    color:#EF3239!important
}
.subdropdown h3 a{
    color:#EF3239;
    text-transform:uppercase;
    font-weight:600;
    font-family:'Raleway',sans-serif
}
.nav-tabs .dropdown-menu,.nav-pills .dropdown-menu,.navbar .dropdown-menu{
    margin-top:0
}
.navbar .sub-menu:before{
    border-bottom:7px solid transparent;
    border-left:none;
    border-right:7px solid rgba(0,0,0,0.2);
    border-top:7px solid transparent;
    left:-7px;
    top:10px
}
.navbar .sub-menu:after{
    border-top:6px solid transparent;
    border-left:none;
    border-right:6px solid #fff;
    border-bottom:6px solid transparent;
    left:10px;
    top:11px;
    left:-6px
}
.navbar-nav>li>a{
    padding-bottom:10px;
}
.banner{
    height:550px;
    margin-top:-2px
}
.carousel-inner{
    height:550px
}
.banner img{
    width:100%;
    margin:auto
}
.banner h3{
    font-size:18px;
    color:#fff;
    text-transform:uppercase;
    font-family:'Raleway',sans-serif;
    transform:rotate(270deg);
    transform-origin:left bottom 0;
    font-weight:600;
    letter-spacing:11px;
    margin:0;
    position:absolute;
    top:48%
}
.banner h1{
    font-size:52px;
    color:#fff;
    text-transform:uppercase;
    font-family:'Raleway',sans-serif;
    font-weight:800;
    line-height:50px;
    z-index:9999;
    padding-left:10px;
    text-align:left;
    position:relative;
    padding-top:100px
}
.bubblebg{
    content:'';
    background:#ed1c24;
    width:420px;
    height:420px;
    border-radius:100%;
    opacity:.8;
    margin-left:50px;
    position:absolute;
    top:0
}
.about{
    background:url(../images/aboutbg.jpg)no-repeat center center;
    padding:50px 0;
    background-size:cover
}
.bld{
    font-weight: 500;
    color: #000 !important;
}
.about p{
    font-size:22px;
    color:#fff;
    width:80%;
    margin:0 auto;
    text-align:center;
    font-family:'Raleway',sans-serif;
    line-height:26px
}
.button{
    background:#000;
    text-align:center;
    padding:10px;
    width:100%;
    max-width:150px;
    font-size:12px;
    text-transform:uppercase;
    font-family:'Raleway',sans-serif;
    margin:20px auto 0
}
.button a{
    color:#fff
}
.button:hover{
    background:#e53935
}
.button a:hover{
    text-decoration:none
}
.infrabutton{
    background:#fff;
    text-align:center;
    padding:10px;
    width:100%;
    max-width:150px;
    font-size:12px;
    text-transform:uppercase;
    font-family:'Raleway',sans-serif;
    margin:40px 100px 0 50px
}
.infrabutton a{
    color:#e53935
}
.infrabutton:hover{
    background:#e53935;
    border:1px solid #fff
}
.infrabutton a:hover{
    text-decoration:none;
    color:#fff
}
.carousel-caption{
    right:20%;
    left:13%;
    padding-bottom:0;
    top:10%
}
.exports{
    background:#f4f4f4;
    padding:50px 0
}
.exports h1{
    text-align:center;
    color:#000;
    font-family:'Raleway',sans-serif;
    font-size:22px;
    letter-spacing:6px;
    text-transform:uppercase;
    font-weight:600;
    padding-bottom:20px
}
.exports .col-sm-4 a:hover{
    text-decoration:none
}
.exportitem h3{
    position:absolute;
    margin-top:-80px;
    padding-left:20px;
    color:#fff;
    font-size:24px;
    text-transform:uppercase;
    font-family:'Raleway',sans-serif;
    font-weight:600;
    margin-bottom:5px
}
.exportitem p{
    width:90%;
    position:absolute;
    margin-top:-50px;
    padding-left:20px;
    color:#fff;
    font-size:14px;
    font-family:'Raleway',sans-serif
}
.exportitemul{
    background:#fff;
    padding:20px;
    margin-bottom:20px;
    height:200px
}
.exportitemul li{
    list-style-type:none;
    padding-left:20px;
    font-family:'Raleway',sans-serif;
    font-size:16px;
    line-height:32px;
    font-weight:500
}
.exportitemul li a{
    color:#000;
    font-weight:400
}
.exportitemul li a:hover{
    color:#e53935;
    text-decoration:none
}
.exportitemul li::before{
    content:'';
    width:10px;
    height:10px;
    background:url(../img/dot.png)no-repeat center center;
    position:absolute;
    left:35px;
    margin-top:10px
}
.gipipes{
    background:url(../images/gipipes.jpg)no-repeat center center;
    height:270px
}
.steel{
    background:url(../images/steel.jpg)no-repeat center center;
    height:270px
}
.buildingmaterials{
    background:url(../images/buildingmaterials.jpg)no-repeat center center;
    height:270px
}
.polymers{
    background:url(../images/polymers.jpg)no-repeat center center;
    height:270px
}
.foods{
    background:url(../images/foods.jpg)no-repeat center center;
    height:270px
}
.otherproducts{
    background:url(../images/otherproducts.jpg)no-repeat center center;
    height:270px
}
.awards{
    background:#fff;
    padding:50px 0
}
.awards h1{
    text-align:center;
    color:#000;
    font-family:'Raleway',sans-serif;
    font-size:22px;
    letter-spacing:6px;
    text-transform:uppercase;
    font-weight:600;
    padding-bottom:10px
}
.awards p{
    font-size:16px;
    color:#999;
    width:70%;
    margin:0 auto;
    text-align:center;
    font-family:'Raleway',sans-serif;
    line-height:24px
}
.subaward{
    padding:50px 0 20px;
    text-align:center
}
.subaward h3{
    font-size:16px;
    color:#000;
    font-family:'Raleway',sans-serif;
    width:70%;
    margin:auto;
    padding:15px 0
}
.qualitypolicy .col-sm-6{
    padding:0;
    margin:0;
    height:400px
}
.isoimg{
    background:url(../images/iso.jpg)no-repeat center right;
    background-size:cover
}
.isoimg img{
    width:100%;
    height:490px
}
.globalventures{
    background:url(../images/map.png)no-repeat center center;
    background-size:contain
}
.redbg{
    background:#EF3239;
    color:#fff
}
.redbg h3{
    font-size:22px;
    color:#fff;
    font-family:'Raleway',sans-serif;
    text-transform:uppercase;
    letter-spacing:5px;
    font-weight:400;
    padding:90px 0 20px 50px
}
.redbg p{
    font-size:16px;
    color:#fff;
    font-family:'Raleway',sans-serif;
    font-weight:400;
    padding:10px 100px 0 50px;
    word-spacing:2px;
    line-height:28px;
    width:70%
}
.infraredbg{
    max-width:575px;
    float:right
}
.testimonials{
    background:#F4F4F4;
    padding:80px 0 100px;
    clear:both
}
.testimonials h1{
    color:#000;
    font-family:'Raleway',sans-serif;
    font-size:22px;
    letter-spacing:6px;
    text-transform:uppercase;
    font-weight:600;
    padding-bottom:20px;
    margin-top:0
}
.subtestimonials{
    padding:10px 25px;
    background:#fff
}
.subtestimonials h3{
    font-size:16px;
    color:#999;
    font-family:'Raleway',sans-serif;
    font-style:italic;
    line-height:24px;
    font-weight:400;
    padding:5px 30px 30px
}
.subtestimonials p{
    float:right;
    font-family:'Raleway',sans-serif;
    color:#000;
    font-weight:600;
    padding-right:20px
}
.subtestimonials::after{
    content:'"';
    width:100px;
    height:100px;
    background:#fff;
    border-radius:100%;
    font-size:100px;
    color:#000;
    box-shadow:0 2px 5px 2px #f0f0f0;
    text-align:center;
    position:absolute;
    bottom:-15%;
    left:40%
}
.mb30{
    margin-bottom: 30px
}
.subtestimonials .owl-pagination{
    position:absolute;
    width:100%;
    margin-top:70px
}
.subtestimonials .owl-theme .owl-controls .owl-page span{
    display:block;
    width:10px;
    height:10px;
    margin:5px 7px;
    filter:Alpha(Opacity=50);
    opacity:10;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    background:#000
}
.enquiry{
    background:#fff;
    padding:80px 0 50px;
    clear:both
}
.enquiry h1{
    color:#585858;
    font-family:'Raleway',sans-serif;
    font-size:22px;
    letter-spacing:6px;
    text-transform:uppercase;
    font-weight:600;
    padding-bottom:20px;
    text-align:center
}
.enquiry form{
    width:60%;
    margin:auto
}
.enquiry input[type="text"],.contact input[type="text"],.productitemenquiry input[type="text"]{
    margin-top:5px;
    font-family:'Raleway',sans-serif;

    font-size:14px;
 
}
.form-group label{width:100%; text-align:left;}
.contact input[type=submit],.productitemenquiry input[type=submit]{
    background:#EF3239!important;
    margin:10px 0 0 -7px !important;
    float:left!important;
    width:98%!important
}
.mini-q-form-btm input[type=submit]{
    margin:0;
    float:none!important;
    color:#FFF!important;
    background:#0095DA!important;
    border:0 solid #333!important;
    box-shadow:none!important;
    cursor:pointer;
    padding:10px!important;
    font-size:24px!important;
    overflow:visible;
    border-top:1px #1B1B1B solid;
    border-right:1px #4B4B4B solid;
    border-bottom:1px #202020 solid;
    border-left:1px #4B4B4B solid;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:0!important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#464646",endColorstr="#252525");
    background:-webkit-gradient(linear,left top,left bottom,from(#464646),to(#252525));
    background:-moz-linear-gradient(top,#464646,#252525);
    text-shadow:none!important;
    -webkit-text-shadow:#000 0 1px 2px;
    -moz-text-shadow:#000 0 1px 2px;
    -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3),inset 0 1px 0 #757575;
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3),inset 0 1px 0 #757575;
    box-shadow:0 1px 1px rgba(0,0,0,0.3),inset 0 1px 0 #757575
}

.captcha-text{
    width:17%!important;
    padding:0!important;
    margin-top:0!important;
    height:35px!important;
    margin-right:3px;
    border:1px solid #CCC;
    -webkit-box-shadow:inset 0 5px 10px 1px #f0f0f0;
    -moz-box-shadow:inset 0 5px 10px 1px #f0f0f0;
    box-shadow:inset 0 5px 10px 1px #f0f0f0;
    font-size:12px;
    font-weight:400;
    font-family:"Arial",Helvetica,sans-serif
}
.cptcha-img{
    float:left;
    width:65px!important;
    height:35px!important;
    margin-right:9px;
    margin-left:2px;
    font-family:Arial,Helvetica,sans-serif;
    font-weight:700;
    font-size:18px;
    color:#FFF;
    text-align:center
}
.ErrPg,.tanx{
    text-align:center;
    padding:80px 0;
    font-family:'Raleway',sans-serif
}
.ErrPg span{
    color:red
}
.enquiry input[type="submit"],.contact input[type="submit"],.productitemenquiry input[type="submit"]{
    width:25%!important;
    float:right!important;
    background:#ef3239!important;
    text-align:center;
    padding:10px!important;
    font-size:18px!important;
    border:0!important;
    font-family:'Raleway',sans-serif!important;
    margin:0 14px 0 0 !important
}
.productitemenquiry{
    background:#fff;
    padding:60px 0
}
.productitemenquiry h1{
    color:#585858;
    font-family:'Raleway',sans-serif;
    font-size:22px;
    letter-spacing:6px;
    text-transform:uppercase;
    font-weight:600;
    padding-bottom:20px;
    text-align:center;
    margin:0
}
.productitemenquiry form{
    width:60%;
    margin:auto
}
#quick_name{
    background:url(../images/icons/person.png)no-repeat left;
    background-size:17px;
    background-position:10px
}
#quick_email{
    background:url(../images/icons/email.png)no-repeat left;
    background-size:17px;
    background-position:10px
}
#quick_phone{
    background:url(../images/icons/phone.png)no-repeat left;
    background-size:17px;
    background-position:10px
}
#quick_location{
    background:url(../images/icons/location.png)no-repeat left;
    background-size:17px;
    background-position:10px
}
#quick_desc{
    background:url(../images/icons/message.png)no-repeat left top;
    background-size:17px;
    margin-top:8px;
    background-position-x:10px;
    background-position-y:12px
}
.owl-prev{
    position:absolute;
    top:35%;
    left:0;
    background:url(../images/icons/arrow.png)no-repeat;
    width:20px;
    height:14px;
    background-position:-20px
}
.owl-prev::hover{
    background-position:-60px
}
.owl-next{
    position:absolute;
    top:35%;
    right:0;
    background:url(../images/icons/arrow.png)no-repeat;
    width:20px;
    height:14px;
    background-position:0
}
.owl-next::hover{
    background-position:-40px
}
/* footer{
    padding:50px 0 20px;
}
footer .col-sm-2{
    width:20%
}
.footerlogo{
    border-bottom:.5px solid #464646;
    padding-bottom:10px;
    margin-bottom:35px
}
.footerlogo img{
    padding-right:50px;
    float:left;
    width: 330px;
}
footer p{
    color:#A3A3A3;
    font-size:13px;
    font-family:'Raleway',sans-serif;
    padding-top:20px;
    font-weight:400
}
footer ul{
    padding:0
}
footer h3{
    margin:10px 0;
    color:#fff;
    font-size:13px;
    text-transform:uppercase;
    font-family:'Raleway',sans-serif
}
footer h3 a{
    color:#fff;
    font-size:13px;
    text-transform:uppercase;
    font-family:'Raleway',sans-serif
}
footer li{
    list-style-type:none;
    font-family:'Raleway',sans-serif
}
footer li a{
    color:#d72a2a;
    font-size:13px
}
footer li a:hover{
    color:#d72a2a;
    text-decoration:none
}
footer h3 a:hover{
    color:#fff;
    text-decoration:none
}
footer .follow{
    float:none;
    text-align:left
}
footer .follow li{
    float:left
}
.facebook{
    background:url(../images/social.png)no-repeat;
    background-position:0 8px;
    height:30px;
    width:25px
}
.facebook:hover{
    background:url(../images/social.png)no-repeat;
    background-position:-133px 8px;
    height:30px;
    width:25px
}
.twitter{
    background:url(../images/social.png)no-repeat;
    background-position:-22px 8px;
    height:30px;
    width:30px
}
.twitter:hover{
    background:url(../images/social.png)no-repeat;
    background-position:-155px 8px;
    height:30px;
    width:30px
}
.gplus{
    background:url(../images/social.png)no-repeat;
    background-position:-53px 8px;
    height:30px;
    width:30px
}
.gplus:hover{
    background:url(../images/social.png)no-repeat;
    background-position:-186px 8px;
    height:30px;
    width:30px
}
.youtube{
    background:url(../images/social.png)no-repeat;
    background-position:-86px 8px;
    height:30px;
    width:33px
}
.youtube:hover{
    background:url(../images/social.png)no-repeat;
    background-position:-219px 8px;
    height:30px;
    width:33px
}
.address{
    clear:both;
    padding-top:10px
}
.address p{
    padding-top:0;
    color:#ABABAB
}
.subfooter{
    background:#000;
    color:#666;
    padding:10px;
    font-size:12px;
    text-align:center
} */
.goup-container{
    background:#EF3239!important;
    width:40px!important;
    padding:8px;
    right:30px!important
}
.goup-container:hover{
    fill:#fff!important
}
.innerlinks{
    background:url(../images/aboutbg.jpg)no-repeat center center;
    padding:15px 0;
    background-size:cover;
    text-align:left;
    color:#fff;
    font-size:14px;
    font-family:'Raleway',sans-serif
}
.innerlinks a{
    color:#fff
}
.profile{
    padding:50px 0;
    font-size:16px;
    font-family:'Raleway',sans-serif;
    line-height:24px
}
.profile h1{
    color:#000;
    font-family:'Raleway',sans-serif;
    font-size:22px;
    letter-spacing:6px;
    text-transform:uppercase;
    font-weight:600;
    text-align:center
}
.prflabout h1{
    padding-bottom:25px
}
.prflabout img{
    width:100%
}
.profile p{
    font-size:16px;
    font-family:'Raleway',sans-serif;
    font-weight:400;
    color:#666;
    word-spacing:2px;
    line-height:26px
}
.profile h4{
    font-size:16px;
    font-family:'Raleway',sans-serif;
    color:#777;
    width:60%;
    margin:auto;
    text-align:center;
    line-height:23px
}
.certificates{
    text-align:center;
    padding:80px 0
}
.certificates img{
    width:90%;
    margin:auto
}
.certificates p{
    text-align:center;
    padding-top:5px;
    color:#333;
    font-weight:500;
    letter-spacing:-.5px
}
.certificates h1{
    padding-bottom:5px;
    margin:0
}
.certificates h4{
    font-size:16px;
    font-family:'Raleway',sans-serif;
    color:#777;
    width:60%;
    margin:auto;
    text-align:center;
    line-height:23px;
    padding-bottom:30px
}
.certificates span{
    font-weight:600
}
.groupconcerns,.prflawards{
    background:#f4f4f4;
    text-align:center;
    padding:70px 0 100px;
    clear:both
}
.groupconcerns h4{
    padding-bottom:55px
}
.groupconcerns h3{
    padding:5px 0 15px
}
.groupconcerns img{
    max-width:350px;
    padding-bottom:30px
}
.groupconcerns p{
    text-align:left
}
#infrastructure p{
    text-align:left;
    width:90%;
    margin:auto;
    padding-bottom:40px
}
.globalventures p{
    text-align:center!important
}
.infrastructure{
    clear:both;
    text-align:center;
    background:#fff;
    padding:70px 0 100px
}
.infrastructure h4{
    text-align:center;
    padding-bottom:25px
}
.infrastructure h3{
    font-size:16px!important
}
.infrastructure span{
    clear:both;
    font-size:12px;
    color:#666;
    height:16px
}
.infrastructure ul{
    padding:0
}
.profile h3{
    color:#EF3239;
    font-family:'Raleway',sans-serif;
    font-size:16px;
    text-transform:uppercase;
    font-weight:600;
    line-height:24px
}
.prflawards h2{
    padding-bottom:25px;
    font-size:16px;
    color:#666;
    width:70%;
    margin:auto;
    line-height:20px;
    padding-top:5px;
    word-spacing:2px
}
.prflawards h4{
    color:#000;
    text-align:left;
    width:100%;
    margin:0;
    padding:0
}
.prflawards h5{
    color:#000;
    font-size:12px;
    padding-top:5px;
    margin:0
}
.prflawardslider{
    padding:30px
}
.prfltestimonialslider{
    text-align:center
}
.productitem{
    padding:50px 0;
    background:#f4f4f4
}
.productitem img{
    border-radius:2px
}
/* .productitem h1{
    color:#000;
    font-family:'Raleway',sans-serif;
    font-size:22px;
    font-weight:600;
    padding-bottom:20px;
    margin:0;
    letter-spacing:6px;
    display: -webkit-inline-box;
} */
.productitem h2{
    color:#000;
    font-family:'Raleway',sans-serif;
    font-size:20px;
    text-transform:uppercase;
    font-weight:600;
    padding:50px 0 20px;
    margin:0;
    letter-spacing:6px
}
.productitem h3{
    color:#EF3239;
    font-family:'Raleway',sans-serif;
    font-size:16px;
    text-transform:uppercase;
    font-weight:600
}
.productitem h5{
    color:#000;
    font-family:'Raleway',sans-serif;
    font-size:18px;
    text-transform:uppercase;
    font-weight:600;
    padding-top:20px
}
.productitem h4{
    color:#EF3239;
    font-family:'Raleway',sans-serif;
    font-size:14px;
    text-transform:uppercase;
    font-weight:600;
    padding-top:20px
}
.specifications{
    text-align:center;
    font-family:'Raleway',sans-serif
}
.specifications th{
    text-align:center;
    font-weight:600;
    font-size:16px
}
.productitem p{
    color:#777;
    font-family:'Raleway',sans-serif;
    font-size:16px;
    line-height:24px
}
.productitem ul{
    padding-left:15px
}
.productitem li{
    color:#777;
    font-family:'Raleway',sans-serif;
    font-size:16px;
    line-height:24px;
    list-style-type:none;
    padding-left:5px;
    font-family:Raleway,sans-serif;
    font-size:14px;
    line-height:32px;
    font-weight:500
}
.test_logo{
    float: left;
    width: 277px
}
.test_logo1{
    float: left;
    width: 277px
}
.productitem li::before{
    content:'';
    width:10px;
    height:10px;
    background:url(../images/libfr.png)no-repeat center center;
    position:absolute;
    left:15px;
    margin-top:10px
}
.productitem b{
    font-weight:600;
    color:#000
}
.productitem .col-sm-6 img{
    max-width:100%
}
.productitem .button{
    float:left
}
.contact h1{
    color:#000;
    font-family:'Raleway',sans-serif;
    font-size:22px;
    text-transform:uppercase;
    font-weight:600;
    padding-bottom:0;
    margin-top:0;
    text-align:left
}
.contact h4{
    color:#666;
    font-family:'Raleway',sans-serif;
    font-size:16px;
    font-weight:400;
    padding-bottom:20px;
    margin:0
}
.contact{
    padding:50px 0
}
.contact form{
    margin:auto;
    width:100%;
    text-align:center
}
.contact textarea{
    width:96.5%;
    padding:10px;
    border:1px solid #999;
    color:#000;
    font-family:'Raleway',sans-serif;
    margin-bottom:5px
}
.follow h3{
    margin-bottom:0
}
.prdt{
    background:#f4f4f4;
    padding:30px 0
}
.prdt h1{
    color:#000;
    font-family:'Raleway',sans-serif;
    font-size:22px;
    text-transform:uppercase;
    font-weight:600;
    padding-bottom:0;
    margin-top:0;
    text-align:center;
    letter-spacing:6px
}
.prdt h3{
    color:#000;
    font-size:18px;
    text-transform:uppercase;
    font-family:'Raleway',sans-serif;
    font-weight:600;
    margin:5px 0 10px
}
.prdt p{
    color:#888;
    font-size:14px;
    font-family:'Raleway',sans-serif
}
.prdtdspt{
    width:70%;
    margin:auto;
    padding-bottom:30px;
    text-align:center
}
.awardspg{
    padding:50px 0;
    text-align:left;
    background:#f4f4f4
}
.awardspg h3{
    margin:0;
    padding:0
}
.awardspg h3 span{
    color:#888;
    font-size:14px;
    font-family:'Raleway',sans-serif;
    text-transform:lowercase;
    font-weight:400
}
.awardspg h4{
    font-size:16px;
    font-family:'Raleway',sans-serif;
    color:#555;
    text-align:left;
    margin:0;
    font-weight:500;
    width:100%
}
.awardspg img{
    width:50%;
    float:left;
    height:120px;
    padding:0 5px
}
.awardspg .col-sm-12{
    padding-top:20px;
    padding-bottom:20px;
    background:#fff;
    margin-bottom:20px
}
.awardspg h4 span{
    color:#999;
    margin:0;
    padding:5px 0 0
}
.prdt .col-sm-4 img{
    width:100%
}
.copyright{
    background:#333;
    color:#999;
    font-size:12px;
    line-height:40px;
    height:40px
}
.copyright a{
    color:#999
}
.floret{
    text-align:right;
    float:right
}
.floret img{
    float:right
}
.thumbimg{
    display:block;
    width:100%;
    overflow:hidden
}
.lazy-img .lazy-loaded{
    opacity:1
}
.lazy-img img{
    width:100%;
    height:auto;
    z-index:0;
    -moz-transition:1s all ease;
    -o-transition:1s all ease;
    -webkit-transition:1s all ease;
    transition:1s all ease;
    opacity:0
}
.thumbimg:hover img{
    transform:scale(1.2)
}
.thumbimg:hover .thumb_overlay{
    opacity:1
}
.thumb_overlay{
    left:0;
    top:0;
    right:0;
    bottom:0;
    opacity:0;
    -moz-transition:.3s all ease;
    -o-transition:.3s all ease;
    -webkit-transition:.3s all ease;
    transition:.3s all ease
}
.thumb_overlay:before{
    content:'';
    top:50%;
    left:50%;
    width:70px;
    height:70px;
    line-height:70px;
    margin-top:-35px;
    margin-left:-35px;
    background:#5fad09 url(../images/icon-sprite.png) no-repeat -164px -302px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -moz-transition:.3s all ease;
    -o-transition:.3s all ease;
    -webkit-transition:.3s all ease;
    transition:.3s all ease
}
::-webkit-scrollbar{
    width:10px
}
::-webkit-scrollbar-thumb{
    background:#EF3239
}
::-webkit-scrollbar-thumb:window-inactive{
    background:#EF3239
}
header.shrink{
    position:fixed;
    height:80px;
    padding:10px 0 0;
    margin:0;
    width:100%;
    background:#fff;
    z-index:99999999
}
header.shrink .share{
    display:none
}
header.shrink nav{
    margin-top:19px
}
header.shrink img{
    width:72%
}
header.shrink body{
    padding-top:184px
}
header.shrink .test_logo{
    width: 230px
}
header.shrink .shareGgl{
    top:12px
}
@media all and (max-width: 1920px){
    .banner{
        height:800px
    }
    .carousel-inner{
        height:800px
    }
    .about{
        padding:70px 0
    }
    .qualitypolicy .col-sm-6{
        height:490px
    }
    .carousel-caption{
        top:25%
    }
    .banner h3{
        top:43%
    }
}
@media all and (max-width: 1366px){
    .banner{
        height:550px;
        margin-top:-2px
    }
    .carousel-caption{
        right:20%;
        left:13%;
        padding-bottom:0;
        top:10%
    }
    .carousel-inner{
        height:550px
    }
    .about{
        padding:60px 0
    }
    .redbg p{
        width:90%
    }
    .banner h3{
        top:48%
    }
}
@media all and (max-width: 1024px){
    header li a{
        font-size:12px
    }
    .qualitypolicy .col-sm-6{
        height:350px
    }
    .redbg h3{
        padding:40px 0 0 50px
    }
    /* .footerlogo p{
        float:right
    } */
    .subtestimonials::after{
        width:80px;
        height:80px;
        font-size:80px
    }
    .redbg p{
        width:100%;
        padding:10px 50px 0
    }
    .shrink li a{
        font-size:12px
    }
    .subdropdown{
        width:950px;
        left:-742px
    }
    .banner h3{
        top:65%
    }
    header.shrink img{
        width:100%;
        padding-top:10px
    }
    header.shrink .test_logo{
        width: 230px;
    }
    .logo img{
        padding-bottom:15px;
        max-width:100%;
        float:left
    }
    .navbar-default{
        margin:20px 0 0
    }
}
@media all and (max-width: 995px){
    .banner,.carousel-inner{
        height:auto
    }
    .banner h1{
        font-size:40px;
        line-height:40px
    }
    .bubblebg{
        width:330px;
        height:330px
    }
    .banner h3{
        top:76%;
        font-size:14px;
        letter-spacing:8px
    }
    .nav>li>a{
        padding:10px 5px
    }
    .dropdown:hover .subdropdown{
        display:none
    }
    .exportitemul li{
        font-size:14px
    }
    .exportitem p{
        margin-top:-58px;
        font-size:12px;
        width:85%
    }
    .exportitem h3{
        font-size:16px
    }
    .qualitypolicy .col-sm-6{
        height:300px
    }
    .redbg p{
        font-size:14px;
        line-height:20px
    }
    .redbg h3{
        padding-bottom:0
    }
    .subtestimonials h3{
        padding:5px 0 0
    }
    .awards{
        overflow:hidden
    }
    .prflawards img{
        width:100%
    }
    .prdt h3,.prdt p{
        font-size:12px
    }
    .redbg h3{
        margin-top:0
    }
    .caret{
        display:none
    }
    .logo img{
        padding-bottom:15px;
        width:auto;
        max-width:300px
    }
    .infraredbg h3{
        padding-top:50px
    }
}
@media all and (max-width: 767px){
    header .share{
        display:none
    }
    header .col-sm-8{
        width:80%;
        float:right
    }
    header .logo{
        width:20%;
        float:left
    }
    .banner h1{
        font-size:30px;
        line-height:30px
    }
    .bubblebg{
        width:270px;
        height:270px
    }
    .banner h3{
        top:80%;
        font-size:14px;
        letter-spacing:4px
    }
    .share{
        position:absolute;
        left:60%;
        top:-67px;
        width:50%
    }
    .infraredbg{
        max-width:100%;
        float:right
    }
    .qualitypolicy h3{
        padding-top:80px
    }
    .logo img{
        padding-top:0
    }
    .groupconcerns img{
        float:left
    }
    .groupconcerns p{
        float:right
    }
    .banner h3{
        top:75%
    }
    .logo a{
        height:auto
    }
    .navbar-default{
        width:100%;
        margin:0
    }
    .nav>li>a{
        padding:10px 9px
    }
    .navbar-nav{
        margin:0 auto;
        float:none;
        background:#fff
    }
    .navbar-default .navbar-collapse,.navbar-default .navbar-form{
        margin-top:6px
    }
    .dropdown:hover .dropdown-menu{
        display:none
    }
    header.shrink nav{
        top:-50px;
        margin-top:0
    }
    .isoimg{
        background:url(../images/iso.jpg)no-repeat top right
    }
    .subtestimonials{
        margin-bottom:100px
    }
    .copyright{
        height:auto;
        text-align:center
    }
    .floret{
        text-align:center;
        float:none
    }
    .floret img{
        float:none
    }
    /* footer .col-sm-2{
        width:100%
    }
    .footerlogo img{
        float:none;
        width:60%
    } */
    header.shrink img{
        width:50%
    }
    .mt30{
        margin-top:30px
    }
    .mt50{
        margin-top:50px
    }
    .mt-50{
        margin-top:-50px
    }
    .carousel-caption{
        top:20%
    }
    .prflawards img{
        width:80%
    }
    /* .footerlogo{
        float:left;
        height:auto;
        margin-left:15px
    } */
    .productitem h1{
        padding-top:50px
    }
    .productitemenquiry form{
        width:80%
    }
    .enquiry form{
        width:90%
    }
    .shrink .logo{
        width:100%
    }
}
@media all and (max-width: 680px){
    .share{
        left:50%
    }
}
@media all and (max-width: 480px){
    .qualitypolicy h3{
        padding-top:25px
    }
    .banner,.carousel-inner,.banner img{
        height:300px!important
    }
    .banner h1{
        font-size:26px;
        line-height:26px;
        padding-top:65px
    }
    .bubblebg{
        width:240px;
        height:240px;
        margin-top:0
    }
    .banner h3{
        top:80%;
        font-size:14px;
        letter-spacing:4px
    }
    .share{
        display:none
    }
    .nav>li{
        width:100%
    }
    .about p{
        width:90%;
        font-size:14px
    }
    .enquiry form{
        width:100%
    }
    .productitemenquiry form{
        width:100%
    }
    .banner{
        height:300px
    }
    .qualitypolicy .col-sm-6{
        height:230px
    }
    .isoimg{
        background-size:cover
    }
}
@media all and (max-width: 479px){
    .banner,.carousel-inner,.banner img{
        height:220px!important
    }
    .banner h1{
        font-size:20px;
        line-height:20px;
        padding-top:15px
    }
    .bubblebg{
        width:180px;
        height:180px;
        margin-top:5px;
        margin-left:30px
    }
    .banner h3{
        top:82%;
        font-size:14px;
        letter-spacing:4px
    }
    .qualitypolicy .col-sm-6{
        height:300px
    }
    .logo img{
        width:200px
    }
    .banner h3{
        top:77%;
        font-size:12px;
        letter-spacing:2px
    }
    .innerlinks{
        font-size:12px
    }
    .productitem h1{
        font-size:18px;
        margin-top:10px
    }
    .groupconcerns img{
        width:100%
    }
}
.whatsapp {
    background-image: url(../images/what_sub.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding-bottom: 3px;
        float: left;
   
}
.whatsapp a {
    text-align: none;
    margin-left: 30px;
    text-decoration: none;
    color: #EF3239;
}
.whatsapp a:hover {
    color: #666;
    
}
.whatsapp1 {
    background-image: url(../images/what_sub.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding-bottom: 3px;
        float: left;
   
}
.whatsapp1 a {
    text-align: none;
    margin-left: 30px;
    text-decoration: none;
    color: #EF3239;
}
.whatsapp1 a:hover {
    color: #666;
    
}
.Emails {
    background-image: url(../images/email.png);
    background-repeat: no-repeat;
    background-position: top left;
        float: left;
   
}
.Emails a {
    text-decoration: none;
    margin-left: 30px;
    margin-right: 10px;
    color: #EF3239;
}
.Emails a:hover {
    color: #666;
}



.navbar-nav ul ul {
    list-style-type: none;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 20px;
    align-items: stretch;
}

.grid>article {
    border: 1px solid #ccc;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
}

.grid>article img {
    max-width: 100%;
}

.grid .text {
    padding: 20px;
}
/* .header-export{
position: relative;
top: 106px;
} */