
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');

/* General */
body
{
    font-family: 'Open Sans' ,sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    position: relative;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6
{
    font-weight: 400;
}
a, a:hover
{
    text-decoration: none;
}
ul,ol{padding:0;margin:0}
.no-padding
{
    padding: 0;
}
.header-main
{
    background: #fff;
    box-shadow: 0 1px 9px rgba(0, 0, 0, .1);
    transition: all .8s ease;
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    top: 10px;
}

.logo
{
    float: left;
    margin-right: 20px;
}
.logo2
{
    display: none;
}
.navfix .logo2
{
    float: left;
    display: block;
}

.header-main .logo
{
    margin: -22px -70px -102px 0;
    position: relative;
    z-index: 2;
    opacity: 1;
}
/*------------fiexd menu----------*/
.navbar-nav
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
.navbar-nav > li
{
    float: left;
    position: relative;
}
.navbar-nav > li > a
{
    padding: 35px 15px 35px 15px;
    height: auto;
    font-size: 14px;
    font-weight: normal;
    color: #404040;
    text-transform: uppercase;
    box-sizing: border-box;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 400;
}

.nav-navbar > li > a:hover:before
{
    width: 100%;
}
.navbar-nav > li:hover > a, .navbar-nav > li.active > a
{
    color: #fff;
    background: #c51b2e;
}

.navbar-nav > li > a[href='#']
{
    cursor: text;
}
.navbar-nav > li
{
    background: none;
    position: relative;
    transition: all 0.7s ease 0s;
    margin-right: 1px;
}
.navbar-nav > li:hover
{
    background: none;
}
.navbar-nav > li:hover:before, .navbar-nav > li.active:before
{
    width: 100%;
}
.navbar-nav ul
{
    text-align: left;
    display: none;
    position: absolute;
    top: 90px;
    border-top: 2px solid #be1e2d;
    min-width: 260px;
    padding: 0px;
    background: #fff;
    z-index: 12;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: inherit;
    box-shadow: 0 1px 9px rgba(0, 0, 0, .1);
}
.navbar-nav li:hover ul
{
    display: block;
    transition: all 0.7s ease 0s;
}
.navbar-nav ul > li
{
    position: relative;
    padding: 5px 5px;
    border-bottom: 1px solid #eee;
}
.navbar-nav ul > li > a
{
    display: block;
    color: #404040;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    transition: all 0.7s ease 0s;
    font-weight: 400;
}
.navbar-nav ul > li > a:hover, .navbar-nav ul > li > a:active
{
    color: #be1e2d !important;
}
.navbar-nav ul ul
{
    background: #D20313;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100px;
    margin-top: 0;
    padding: 10px 0 10px 10px;
    z-index: 4;
}
.navbar-nav ul ul > li > a
{
    color: #ffffff;
    text-decoration: none;
}
.navbar-nav ul ul > li > a:hover
{
    color: #000000;
    font-weight: 400;
    transition: all 0.7s ease 0s;
}

.navfix .logo
{
    display: none;
}
.navfix
{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.89);
    z-index: 99999;
    animation-timing-function: ease-in-out;
    animation-duration: .5s;
    animation-name: b;
    box-shadow: 0 1px 20px rgba(0,0,0,.1);
}

@keyframes b{0%{margin-top:-40px;opacity:0}50%{margin-top:-20px;opacity:0}to{margin-top:0;opacity:1}}



/*------------mobile menu----------*/
.mobmenu
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    text-align: left;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.mobmenu.active
{
    right: 0;
}
.mobmenu_ul
{
    position: fixed;
    top: 56px;
    left: 0;
    bottom: 0;
    width: 240px;
    padding: 20px 0;
    color: #666666;
    margin-bottom: 0;
    background: #ffffff;
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
    -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.mobmenu.active .mobmenu_ul
{
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.mobmenu_ul a
{
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 9px 25px 11px;
}
.mobmenu_ul a:hover
{
    background: #ffffff;
    color: #D20313;
}
.mobmenu_ul ul
{
    list-style: inherit;
}
.mobmenu_ul ul a
{
    padding-left: 0px;
    font-weight: normal;
    font-size: 14px;
}
.mobmenu_ul ul ul a
{
    padding-left: 60px;
}
.mobpanel
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: #4B4B4B;
    color: #fff;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 99999991;
}
.mobpanel_title
{
    position: fixed;
    top: 4px;
    left: 56px;
    margin: 0;
    right: 56px;
    color: #eee;
    font-size: 24px;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mobpanel_toggle
{
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    position: fixed;
    top: 4px;
    color: #eee;
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
}
.mobpanel_toggle::-moz-focus-inner
{
    border: none;
    padding: 0;
}
.mobpanel_toggle:before
{
    content: '\f0c9';
    font-family: 'FontAwesome';
}
.mobpanel_toggle.active:before
{
    content: '\f00d';
}

/*------------social list-------------*/
.social
{
    margin: 0;
    padding: 0;
    position: relative;
}
.social li
{
    display: inline-block;
    list-style: none;
}
.social li a
{
    display: block;
    font-size: 18px;
    color: #f7f7f7;
    background: #a03900;
    text-align: center;
    line-height: 38px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-left: 5px;
    padding: 8px;
}
.social li a:hover
{
    background: #4c1b00;
    color: #ffd5bd;
}

/* ----------title---------------*/

.h-title
{
    text-align: center;
    font-size: 33px;
    line-height: 44px;
    font-weight: 300;
    text-transform: uppercase;
}
.h-title:after
{
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.h-title:after
{
    display: block;
    content: "";
    background: #ed3237;
    width: 60px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 20px;
}

/*--------- inner header -----------*/
.inner-header
{
    margin-bottom: 30px;
    height: auto;
    background: #eaeff3;
    padding: 140px 0 35px 0;
}

.inner-header h1
{
    margin: 0;
    padding: 0;
    font-size: 25px;
    text-transform: uppercase;
    float: right;
}


/* --------- welcome text------*/

.welcome-text
{
    padding: 50px;
}
.welcome-text h1
{
    font-weight: 300;
    font-size: 31px;
    line-height: 40px;
    letter-spacing: 0.8px;
    padding: 0;
    margin: 0;
    color: #c51b2e;
}
.welcome-text p.ht
{
    padding: 0;
    font-size: 22px;
    margin: 0;
}

/* --------services--------*/
.feature-main
{
    background: #eaeff3;
    border-top: 5px solid #dae3ea;
    margin: 30px 0;
    padding: 80px 0;
    overflow: hidden;
}
.feature-main .container
{
    position: relative;
}
.feature-main .container:after
{
    background: #000 none repeat scroll 0 0;
    bottom: -230px;
    content: "";
    height: 200px;
    position: absolute;
    right: 0;
    transform: rotate(50deg);
    width: 200px;
    z-index: 1;
}
.feature-main .container:before
{
    background: #000 none repeat scroll 0 0;
    bottom: -250px;
    content: "";
    height: 200px;
    position: absolute;
    right: 75px;
    transform: rotate(50deg);
    width: 200px;
    z-index: 2;
}

.feature-main .container:after
{
    background: #c51b2e !important;
}
.feature-main .col-sm-6
{
    padding-bottom: 30px;
}
.feature-main h4
{
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}
.feature-main a
{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    color: #c51b2e;
}
.feature-main .icon
{
    background: transparent;
    height: 50px;
    color: #000;
    float: left;
    position: relative;
    top: 5px;
    font-size: 35px;
}
.feature-main .info
{
    padding-left: 60px;
}

/*------- product list--------*/
.product-main
{
    overflow: hidden;
    position: relative;
    padding-bottom: 80px;
}
.product-main .container
{
    position: relative;
}
.product-main .container:after
{
    background: #c51b2e none repeat scroll 0 0;
    bottom: -230px;
    content: "";
    height: 200px;
    position: absolute;
    left: 0;
    transform: rotate(50deg);
    width: 200px;
    z-index: 1;
}



.box2
{
    padding-top: 0px;
    padding-bottom: 0px; /* border: 1px solid #EEE; */ /* background: #fff; */
    margin: 15px 0; /* border-bottom: 3*/
}
.box2:hover .box2_img
{
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transition: all 0.9s ease 0s;
}
.box2 .box2_img
{
    padding: 4px;
    border: 1px solid #d8d6d6;
    background: #fff;
}
.box2 .box2_tit
{
}
.box2 h4
{
    text-transform: none;
    color: #a2231d;
    font-weight: 300;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px; /* border-top: 1px solid #C4C4C4; */
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.box2 h4 a
{
    color: #000000;
}

.text-desc h1:first-child, .text-desc h2:first-child, .text-desc h3:first-child, .text-desc h4:first-child, .text-desc h5:first-child
{
    margin: 0px 0 5px 0;
}
.text-desc h1, .text-desc h2, .text-desc h3, .text-desc h4, .text-desc h5
{
    margin: 14px 0 5px 0;
}
.text-desc table
{
    border-collapse: collapse;
    margin: 0px 0 20px 0;
    width: 100%;
}
.text-desc table thead, .text-desc table th
{
    background: #f1f1f1;
    text-align: center;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}
.text-desc table td, .text-desc table th
{
    border: 1.5px solid #C0C0C0;
    padding: 8px 3px 7px 9px;
    color: #000;
    vertical-align: middle;
}
.text-desc table td
{
    text-align: center;
    font-size: 15px;
}
.text-desc ul, .text-desc ul ul
{
    margin-left: 17px;
    margin-bottom: 22px;
}
.text-desc ul li
{
    list-style-type: disc;
}
.text-desc ul ul li
{
    list-style-type: circle;
}
.text-desc strong
{
    font-size: 15px;
}
.text-desc h2
{
    color: #0087C7;
}
.text-desc h3
{
    margin-top: 30px;
    text-align: center;
    font-size: 33px;
    line-height: 44px;
    text-transform: uppercase;
}
.text-desc h3:after
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display: block;
    content: "";
    background-color: #fdb500;
    background: -moz-linear-gradient(left, rgba(253,181,0,0) 0%,rgb(237, 50, 55) 40%,rgb(237, 50, 55) 50%,rgb(237, 50, 55) 60%,rgba(253,181,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(253,181,0,0) 0%,rgb(237, 50, 55) 40%,rgb(237, 50, 55) 50%,rgb(237, 50, 55) 60%,rgba(253,181,0,0) 100%);
    background: linear-gradient(left, rgba(253,181,0,0) 0%,rgb(237, 50, 55) 40%,rgb(237, 50, 55) 50%,rgb(237, 50, 55) 60%,rgba(253,181,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb500', endColorstr='#fdb500',GradientType=1 );
    width: 260px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.text-desc h4
{
    color: #0087C7;
    font-size: 23px;
}
.text-desc h2 + hr, .text-desc h4 + hr
{
    border-color: #d0d0d0;
    width: 55%;
    text-align: center;
    display: inline-block;
}
.text-desc img
{
    display: inline-block !important;
}

/*------------ input filed, button, message----------*/
.contact-add p
{
    font-size: 15px;
}
.form h3, .contact-add h3
{
    margin-bottom: 5px;
}
.form hr, .contact-add hr
{
    margin-top: 7px;
    margin-bottom: 7px;
}

.form button
{
    margin-top: 30px;
}
.form textarea.text-field
{
    height: 80px;
}
.form .cust-btn
{
    background: #1f425d none repeat scroll 0 0;
    margin-top: 15px;
    padding: 14px 30px;
    border: medium none;
}
.form .select
{
    margin: 0 !important;
    font-size: 15px !important;
}
.form .text-field
{
    background: #f9f9f9;
    border: 1px solid #c7c7c7;
    color: #858585;
    font-size: 14px;
    margin: 10px 0;
    padding: 10px 15px;
    width: 100%;
}
.errorbox, .errorbox span, .errorbox li
{
    color: #D90000;
}
.errorbox .sucmsg
{
    color: #046310;
}
.jb-btn
{
    padding: 0 35px;
    background: #be1e2d;
    position: relative;
    display: inline-block;
    border: none;
    line-height: 38px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    transition: 400ms all;
    -webkit-transition: 400ms all;
}
.jb-btn:hover
{
    text-decoration: none;
    background: #363533;
    color: #fff;
}
.jb-btn:before
{
    content: '';
    position: absolute;
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
    border: 1px solid #e62117;
}
.jb-btn span
{
    display: block;
    position: relative;
}

/*------ contact detail-------*/

ul.details
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.details li h4 span, .details li h4
{
    margin: 0;
    font-size: 23px;
    font-weight: 300;
    padding: 0;
}
.details li
{
    margin: 7px 0;
    line-height: 1.5;
}
.details li i
{
    display: table-cell;
    position: relative;
    vertical-align: middle;
    vertical-align: top;
    padding-top: 5px;
    width:30px;
}
.details li i:before
{
    margin-right: 10px;
    font-size: 17px;
    display: inline-block;
}
.details li span
{
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
}

/*------ social------*/

.social-list
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.social-list li
{
    display: inline-block;
}
.social-list a
{
    margin-right: 12px;
    cursor: pointer;
    display: block;
    width: 35px;
    height: 35px;
    border: 1px solid #000;
    text-align: center;
    padding-top: 9px;
    text-decoration: none;
    color: #000;
    border-radius: 50%;
}
.social-list a:hover
{
    border-color: #a2231d;
    background: #a2231d;
    color: #fff;
}

/*-------footer--------*/
#footer
{
    background: #E9EFF2;
    border-top: 0;
    padding: 60px 0 0px;
    overflow: hidden;
    font-size: 0.9em;
    position: relative;
    clear: both;
}
#footer .copyright
{
    background: transparent;
    border-top: 1px solid #FFF;
    padding: 18px 0;
    margin-top: 12px;
}
#footer img
{
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}
ul.list
{
    list-style: none;
    margin: 0;
    margin-top: 15px;
    padding: 0;
    font-size: 15px;
}
ul.list li
{
    line-height: 26px;
    margin: 11px 0;
}
ul.list li a
{
    color: #000;
}
#footer hr
{
    display: none;
}
#footer .logo
{
    margin-top: 75px;
}
#footer:after
{
    background: #000 none repeat scroll 0 0;
    bottom: -300px;
    content: "";
    position: absolute;
    right: -177px;
    transform: rotate(50deg);
    width: 400px;
    height: 400px;
    z-index: 1;
}


@media (max-width: 992px)
{
    .logo
    {
        display: none;
    }
    .logo2
    {
        display: block;
        float: left;
    }
    .logo2 img
    {
        width: 200px;
    }
    .navbar-nav > li > a
    {
        padding-left: 18px;
        padding-right: 18px;
    }

}

@media screen and (max-width: 768px)
{

    .navbar-nav, .mobmenu_ul ul
    {
        display: none;
    }
    .mobmenu, .mobpanel
    {
        display: block;
    }

    .logo2
    {
        margin-right: 0;
        text-align: center;
        float: none !important;
    }
    .header-main
    {
        margin-top: 60px;
        text-align: center;
        position: inherit;
    }
    #footer hr
    {
        display: block;
        border-color: #fff;
    }
    #footer:after
    {
        content: none;
    }
    ul.list
    {
        text-align: center;
    }
}

