/*
Typography
=========================== */
html,body {
    width:100%;
    height: auto;
    margin:0;
    padding:0;
   ! overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    font-size:14px;
    line-height:24px;
    color:#6f6f6f;
}

a{
    color: #6f6f6f;
}

a,
a:active,
a:focus,
a:hover{
    outline:none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover{
    text-decoration:none;
}

h1, h2, h3, h4, h5, h6{
    color:#3f3f3f;
    margin:0 0 15px 0;
    letter-spacing: 1px;
    font-weight: bold;
}

h1{
    font-size:48px;
    line-height:52px;
}

h2{
    font-size:36px;
    line-height:48px;
}

h3{
    font-size:30px;
    line-height:36px;
}

h4{
    font-size:24px;
    line-height:30px;
}

h5{
    font-size:18px;
    line-height:24px;
}

h6{
    font-size:14px;
    line-height:18px;
}

p{
    margin-bottom:20px;
}

.section{
    padding: 70px 0;
    position: relative;
}

/*=================================
            FONTS
===================================*/
.source-r{
    font-family: 'SourceSansPro-Regular';
}
@font-face {
    font-family:'SourceSansPro-Regular';
    src:url('../fonts/SourceSansPro-Regular.woff') format('woff');
}
.source-l{
    font-family: 'SourceSansPro-Light';
}
@font-face {
    font-family:'SourceSansPro-Light';
    src:url('../fonts/SourceSansPro-Light.woff') format('woff');
}
.source-sb{
    font-family: 'SourceSansPro-SemiBold';
}
@font-face {
    font-family:'SourceSansPro-SemiBold';
    src:url('../fonts/SourceSansPro-SemiBold.woff') format('woff');
}
.source-b{
    font-family: 'SourceSansPro-Bold';
}
@font-face {
    font-family:'SourceSansPro-Bold';
    src:url('../fonts/SourceSansPro-Bold.woff') format('woff');
}

/*=================================
                COMMON
===================================*/
.container_width{
    width: 900px!important;
}
.parent{
    width: 100%;
    height: 100%;
    display: table;
}
.child{
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.center_img{
    margin: 0 auto;
}


/*=================================
                HEADER
===================================*/
nav.navbar .navbar-brand{
    margin-top: 0;
}

nav.navbar .navbar-brand img.logo{
    width: 50px;
}

nav.navbar .navbar-brand{
    margin-top: 0;
}

nav.navbar .navbar-brand img.logo{
    width: 50px;
}
.top_header{
    border-bottom: 3px solid #dadada;
}
.middle_header{
    background-image: url(../images/back_dot.png);
    !background: #000;
    background-repeat: repeat;
    width: 100%;
    height:120px;
}
.quote{
    font-size: 13px;
    color: #000!important;
    float: right;
    padding: 7px 0px;
}
.right_middle_header{
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: right;
    margin-top: 30px;
}
.right_middle_header li{
    display: inline-block;
    padding-left: 20px;
}

.right_middle_header li a{
    color: #151212;
    font-size: 16px;
}
.right_middle_header li a i{
    color: #a2a2a2;
    font-size: 20px;
}


.right_middle_header img{
    display: inline-block;
    padding-right: 10px;
}
.red_bg{
    background: -webkit-linear-gradient(180deg, #d4241a, #c61d13);
    background: -moz-linear-gradient(180deg, #d4241a, #c61d13);
    background: linear-gradient(180deg, #d4241a, #c61d13);
    margin-top: -20px;
}
.red_bg ul li a{
    position: relative;
}
.red_bg ul li a::after{
    content: "|";
    position: absolute;
    color: #b1140b;
    height: 5px;
    right:0px;
}
.left_bar:before{ 
    content: "|";
    position: absolute;
    color: #b1140b;
    height: 5px;
    left:0px;
}
.quote{
    background: #ddd;
    padding: 5px 10px;
}
.brochure{
    margin-left: 10px;
}
.request{
    letter-spacing: 0px;
    color: #000;
    font-weight: lighter;
}
/*=================================
                INDEX
===================================*/
.slider_bg{
    background-image: url(../images/slider_bg.jpg);
    height: 519px;
    width: 100%;
    background-size: cover;
    margin-top: -52px; 
    position: relative;
    !z-index: 9999;
}
.effect2
{
  position: relative;
   -webkit-box-shadow:0px 3px 4px rgba(0, 0, 0, 0.3);
    box-shadow:0px 3px 4px rgba(0, 0, 0, 0.3);
    !z-index: -1;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width:50%;
  top: 80%;
  max-width:600px;
  background: #777;
  box-shadow: 0 15px 30px #777;
  transform: rotate(-3deg);
}
.effect2:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.mtop100{
    margin-top: 80px;
}
.banner_text{
    font-size: 35px;
    padding-left: 50px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: lighter;
}
.banner_text span{
    display: block;
}
.complete{
    color: #cd2016;
}
.hydra{
    color: #fff;
    background: #e6832e;
    width: 450px;
    padding-left: 20px;
}
.solutions{
    color: #fff;
    background: #cb5d2a;
    padding-left: 20px;
    margin-top: 1px;
    width: 220px;
}
.four_grid{
    !background: #cbcbcb;
    background-image: url(../images/4_bg.jpg);
    width: 100%;
    height: 385px;
    position: relative;
    !z-index: -2;
}
.prod_view{
   background: #fff;
    padding: 15px; 
    margin-top: 20px;
    position: relative;
    height: 220px;
    !z-index: 999999999999!important;
}

.prod_view img{
    width: 70%;
    margin-top: 0px;
}
.prod_view h3{
    font-size: 16px;
    text-align: center;
    color: #000;
    letter-spacing: 0px;
    margin: 0px;
    padding-top: 15px;
    line-height: 12px;
    position: relative;
    z-index: 9999999999999;
}
.prod_view h3 i{
    color: #d9261c;
    padding-left: 5px;
}
.prod_view p{
    font-size: 13px;
    color: #000;
    margin: 0px;
}
.welcome h3{
    font-size: 30px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0px;
}
.divider{
    position: relative;
    padding-bottom: 25px;
}
.divider::before{
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background: #434345;
    z-index: 1;
}
.divider::after{
    content: "";
    position: absolute;
    width: 250px;
    height: 1px;
    top:2px;
    background: #b4b4b5;
}
.welcome p{
    font-size: 17px;
    color: #000;
}
.more-less{
    float: right;
    font-weight: lighter;
    background: #d9261c;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    text-align: center;
    padding: 10px 11px; 
    color: #fff;
    font-size: 12px;
}
.panel-title{
    font-weight: 600!important;
    color: #000;
}
.panel-heading a:active, .panel-heading a:focus, .panel-heading a:hover{
    text-decoration: none;
}
.panel-default > .panel-heading {
    background-color: #fff!important;
    border-radius: 0px;
}
.panel{
    border-radius: 0px!important;   
}
.panel-body p{
    color: #000;
    font-size: 17px;
}
/*=================================
            ABOUT US
===================================*/
.about_info h3{
    font-size: 30px;
    color: #000;
    letter-spacing: 0px;
}
.about_info p{
    font-size: 16px;
    color: #000;
}
.img_right{
    float: right;
    margin: 10px;
}
.client_list{
    background:#eeeeee;
    padding:20px; 
    min-height:100px;
    margin-top: 25px;
    position: relative;
}
.client_list img{
    position: absolute;
    top:50%;
    margin-top: -25px;
    opacity: 0.7;
    width: 80%;
    left:0px;
    right: 0px;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}
.client_overlay{
    position: absolute;
    background: rgba(238,32,10,0.8);
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    display: none;
}
.client_overlay p{
    position: relative;
    top:50%;
    transform:translateY(-50%);
    padding:15px;
    text-align:center;
    color: #fff;
    font-size:15px; 
}
.client_list:hover .client_overlay{
    display: block;
}
.about-menu{
    padding:10px 40px 0px 10px;
    height:400px;
    -webkit-box-shadow: 12px 0px 15px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 12px 0px 17px -10px rgba(0,0,0,0.75);
    box-shadow: 12px 0px 17px -10px rgba(0,0,0,0.75);
}
.about-menu h5{
    color: #c91e15;
    font-size: 20px;
    letter-spacing: 0px;
}
.about-menu  li{
    list-style:none;
    padding:10px 10px;
    border-bottom:1px dashed #ddd;
    position:relative;
    color:#fff;
}
.about-menu li:last-child{
    border-bottom:1px solid #eee;
}
.about-menu a{
    text-decoration:none;
    font-size:16px;
    !padding:0px 10px;

    cursor:pointer;
    color:#000;
}
.about-menu li a:hover{
    color:#ee200a;
}

.select{
    background:#f9f9f9;
    !border-right:0px;
}
li.select{
    background:#f9f9f9;
    border-left:3px solid #ee200a;
}
li.select a{
    color:#ee200a;  
}

/*=================================
            PRODUCTS
===================================*/
.head_prod_name{
    font-size: 30px;
    color: #000;
    font-weight: lighter;
    margin: 0px;
    letter-spacing: 0px;
}
.f_right{
    float: right;
}
.avail{
    color: #fae203!important;
    font-size: 15px;
    padding: 5px 15px;
    background: #d9261c;
}
.avail i{
    padding-left: 10px;
}
.top_desc{
    font-size: 16px;
    color: #000;
}

.dashed_border{
    border-right:1px solid #ccc;
}
.dashed_border_btm{
    border-bottom:1px solid #ccc;   

}

.product_header h4{
    color:#fff;
    letter-spacing: 0px;
    !text-transform: uppercase;
    font-weight:400;
    padding-left: 20px;
    font-size: 15px;
    margin: 0px;
}
.green_bg{
    background: #3f8500;   
}
.nopadding{
    padding: 0px!important;
}
.padding_20{
    !padding:0px 0px 20px;
}
.product_desc{
    !display: table;
    table-layout: fixed;
    padding: 20px 0px 20px 20px;
    !height:170px;
}
.product_desc p{
    !display: table-cell;
    !vertical-align: middle;    
    color:#1a1a1a;
    font-weight:400;
    font-size: 15px;
    margin: 0px;
}
.font_bold{
    font-weight: 600!important;
}
.product_desc h4{
    color:#f7941e;
    font-size:16px;
    padding-bottom: 10px;
}
.product_desc ul {
    padding-left:15px;
    margin:0px;
    display: table-cell;
    vertical-align: middle; 
    font-weight:400;
}
.product_desc ul li{
    list-style: none;
    list-style-image: url(../images/dash.png);
    margin-top:2px;
    font-weight:400;
    color:#1a1a1a;
    font-size:14px;
}
.product_desc ul li:before{
    !content: "- ";
}
.product_desc span{
    color:#3f8500;
    font-size:16px;
    display:none;
}
.alt_bg{
    background: #e6e6e6;
}
.margin_0{
    margin: 0px!important;
}
.min_height{
    !min-height: 230px!important;
}

.availa{
    font-size: 20px;
    color: #000;
    letter-spacing: 0px;
    margin-top: 30px;
}
.avail_table thead tr th{   
    color: #fff;
    background: #d9261c;
    padding: 15px 5px;
    text-align: center;
    font-weight: 400;
    vertical-align: middle;
}
.avail_table thead tr th:nth-child(1), .avail_table thead tr th:nth-child(2){ 
    padding: 15px;
    text-align: left!important;
} 
.avail_table tbody tr td{   
    color: #000;
    font-weight: 700;
    padding: 0px;
    !text-align: center;
    vertical-align: middle;
}
.avail_table tbody tr td:nth-child(1), .avail_table tbody tr td:nth-child(2){ 
    padding: 8px 15px;
    text-align: left!important;
} 

.row-flex, .row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}
.prod_grid{
    padding:20px;
    border:1px solid #ddd;
    margin-top: 20px;
    transition:0.5s ease all;
    height: 370px;
}
.prod_grid:hover{
    !padding:20px;
    box-shadow: 0px 5px 15px 0px #d5d5d5;
}
.prod_grid h4{
    color: #000;
    font-size: 18px;
    margin-bottom: 5px;
    letter-spacing: 0px;
}
.prod_grid p{
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
}
.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
    z-index: 999999;
    
}

/* Inner */
.popup-inner {
    max-width:700px;
    width:90%;
    padding:40px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
}
/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff!important;
    text-decoration:none;
}

.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}
.popup-inner label{
    font-size: 16px;
    color: #000;
}
.p_desc{
    font-size: 15px!important;
    color: #000;    
}
.popup-inner h4{
    color: #000;
}
/*=================================
            CONTACT US
===================================*/

.inner_bg{
    background-image: url(../images/inner_bg.jpg);
    background-size: cover;
    width:100%;
    height:261px;
    margin-top: -50px;
}
.page_header{
    color: #434345;
    font-size: 40px;
    letter-spacing: 0px;
}
.m_top{
    margin-top: 35px;
}
.contact_head{
    color: #434345;
    font-size: 30px;
    font-weight: lighter;
    letter-spacing: 0px;   
}
.contact_text{
    font-size: 16px;
    color: #000;
}
.contact_add{
    position: relative;
    padding-left: 30px;
}
.contact_add i{
    position: absolute;
    left:0px;
    top:5px;
    font-size: 20px;
    color: #d9261c;
}
.contact_add p{
    font-size: 16px;
    color: #000;
}
.input_label{
    font-size: 16px;
    margin-top: 20px;
    color: #000;
}
.input_text{
    width: 100%;
    padding: 8px 10px;
    border:1px solid #acacac;
}
.input_btn{
    padding: 8px 20px;
    border: 0px;
    color: #fff;
    background: #d9261c;
    margin-top: 20px;
}
.reset_btn{
     font-size: 16px;
    margin-top: 20px;
    color: #000!important;
    border:1px solid #acacac;
    background: transparent;
}
/*=================================
                FOOTER
===================================*/
footer{
    background: #1d1d1d;
}
.footer_head{
    opacity: 0.5;
    color: #fff;
    font-size: 22px;
    letter-spacing: 0px;
    font-weight: lighter;
    margin-bottom: 10px;
}
.footer_divider{
    position: relative;
    padding-bottom: 10px;
}
.footer_divider::before{
    content: "";
    position: absolute;
    width: 25px;
    height: 5px;
    background: #434345;
    z-index: 1;
}
.footer_divider::after{
    content: "";
    position: absolute;
    width: 120px;
    height: 1px;
    top:2px;
    background: #434345;
}
.footer_link{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.footer_link li{
    padding: 5px 0px;
}
.footer_link li a{
    color: #fff;
    opacity: 0.5;
}
.footer_add{
    position: relative;
    padding-left: 25px;
    margin-top: 5px;
}
.footer_add i{
    position: absolute;
    left:0px;
    font-size: 20px;
    top:5px;
}
.footer_add p{
    font-size: 15px;
    margin: 0px;
}
.footer_bottom{
    background: #1b1b1b;
    padding: 10px 0px;
}
.footer_bottom p{
    margin: 0px;
    color: #fff;
    opacity: 0.5;
    font-size: 13px;
}
/*
Color
=========================== */
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
.side .widget ul.link li a:hover,
.side .widget ul.link li a:focus,
.check-list li:before,
ul.cart-list > li > h6 > a,
.attr-nav > ul > li > a:hover,
.attr-nav > ul > li > a:focus,
nav.navbar-sidebar ul.nav li.dropdown.on > a,
nav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar.navbar-inverse ul.nav li.dropdown.on > a,
nav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a,
nav.navbar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar ul.nav > li > a:hover,
nav.navbar ul.nav > li.active > a:hover,
nav.navbar ul.nav li.active > a,
nav.navbar li.dropdown ul.dropdown-menu > li a:hover{
    color: #fff;
}

nav.navbar.navbar-transparent ul.nav > li > a:hover,
nav.navbar.no-background ul.nav > li > a:hover,
nav.navbar ul.nav li.scroll.active > a,
nav.navbar.navbar-dark ul.nav li.dropdown ul.dropdown-menu  > li > a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar-dark ul.nav li.dropdown.on > a{
    color: #f43438 !important;
}

@media(max-width:920px){
    nav.navbar .dropdown .megamenu-content .col-menu ul > li > a:hover,
    nav.navbar.navbar-dark .dropdown .megamenu-content .col-menu .title:hover{
        color: #f43438 !important;
    }
}



@media(min-width:320px) and (max-width:767px){
    .container_width{
        width: 100%!important;
    }
    .right_middle_header{
        float: none!important;
        text-align: center;
        margin: 10px 0px;
        padding: 0px;
    }
    .right_middle_header li{
        padding-left: 5px;
        font-size: 12px;
    }

    .right_middle_header li a{
        color: #fff;
        font-size: 12px;
    }
    .right_middle_header img{
        padding-right: 5px;
        width: 30px;
    }
    .middle_header{
        height:auto;
    }
    nav.navbar .navbar-brand img.logo {
        margin-top: -5px;
        width: 165px;
    }
    .red_bg{
        margin-top: 0px;
    }
    .red_bg ul li a::after, .left_bar:before{ 
        display: none;
    }
    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev
    {
        left: 0%;margin-left: 0px;
    }
    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next
    {
        right: 0%;margin-right: 0px;
    }
    .carousel-indicators
    {
        bottom: -50px;
    }
    .complete{
        !color: #fff;
    }
    .hydra{
        width: 100%;
        padding-left: 20px;
    }
    .banner_text{
        font-size: 30px;
        padding-left: 20px;
        line-height: 40px;
    }
    .width_100{
        width: 100%;
    }
    .img_right{
        float: left;
        margin: 0px;
    }
    .product_desc{
        display: block;
        padding:0px;
        height:auto;
    }
    .product_desc span{
        display:block;
    }
    .after_border{
        border-bottom:1px solid #ddd;
        margin-bottom: 20px;
    }
    .dashed_border{
        border-right:0px dashed #4d4d4d;
    }
    .min_height{
        min-height: auto!important;
    }
    .row-flex, .row-flex > div[class*='col-'] {  
        display: inherit;
    }
    .alt_bg{
        padding-top: 20px;
    }
    .product_desc p{
        margin-bottom: 20px;
    }
    .popup-inner {
        max-width:700px;
        width:90%;
        height: 90%;
        overflow-y:scroll; 
    }
    .popup-close {
        -webkit-transform:translate(0%, 0%);
        transform:translate(0%, 0%);
    }

    .popup-close:hover {
        -webkit-transform:translate(0%, 0%) rotate(0deg);
        transform:translate(0%, 0%) rotate(0deg);
    }
    .four_grid{
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .prod_view{
        height: auto;
    }
    .prod_grid{
        height: auto;
    }
}
@media(min-width:768px) and (max-width:999px){
    .container_width{
        width: 100%!important;
    }
    .right_middle_header{
        margin: 10px 0px;
        padding: 0px;
    }
    .right_middle_header li{
        padding-left: 5px;
        font-size: 12px;
    }

    .right_middle_header li a{
        color: #fff;
        font-size: 12px;
    }
    .right_middle_header img{
        padding-right: 5px;
        width: 30px;
    }
    .middle_header{
        height:auto;
    }
    nav.navbar .navbar-brand img.logo {
        margin-top: -5px;
        width: 165px;
    }
    .red_bg{
        margin-top: 0px;
    }
    .red_bg ul li a::after, .left_bar:before{ 
        display: none;
    }

}

@media(min-width:1000px) and (max-width:1100px){
    .prod_grid{
        height: 330px;
        padding: 5px;
    }
    
}