﻿body
{
    font-family: 'Arimo' ,sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #000;
}
h1, h2, h3, h4, h5, h6
{
    font-family: 'Alegreya SC' , serif;
    margin: 0;
}
a, a:hover, a:active
{
    text-decoration: none;
}
ul
{
    margin: 0;
    padding: 0;
}

.header-border
{
    background: linear-gradient(to bottom, #e2e2e2 20%, #ffffff 62%) !important;
    position: static;
    margin-bottom: 0;
    padding-bottom: 2px;
    border-top: 5px solid #3c6181;
}
.header-border .head-info
{
    position: relative;
    left: -5px;
    display: inline-block;
    z-index: 1000;
    display: inline-block;
    text-align: center;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    box-shadow: 0 2px 5px #000;
    padding: 10px 0;
    color: #fff;
    background: linear-gradient(#3f6485, #25425c);
}
.header-border .head-info .text-line
{
    -webkit-transform: skew(30deg) !important;
    -moz-transform: skew(30deg) !important;
    -ms-transform: skew(30deg) !important;
    -o-transform: skew(30deg) !important;
    transform: skew(30deg) !important;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
}
.underline
{
    text-align: center !important;
    border-bottom: #f9e175 1px solid;
}
.header
{
    font-family: 'Alegreya SC' , serif;
}
.header .fa
{
    font-size: 16px;
    padding-right: 10px;
}
/*------------fiexd menu----------*/
.head-nav
{
    border-top: 1px solid #40546f;
    background: linear-gradient(#444, #1d1d1d);
    overflow-x: visible;
}
.navbar
{
    margin: 0;
    background: none;
    background: rgba(0, 0, 0, 0.2);
    transition: 400ms all;
    -webkit-transition: 400ms all;
}
.navbar-nav
{
    margin: 0;
    padding: 0 16px;
    list-style: none;
}
.navbar-nav > li
{
    float: left;
    position: relative;
}
.navbar-nav > li > a
{
    padding: 15px 15px;
    height: auto;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    line-height: 20px;
    box-sizing: border-box;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0.8px;
}
.navbar-nav > li:not(:first-child)
{
    border-left: 1px solid rgba(255, 255, 255, .1);
}
.nav-navbar > li > a:hover
{
    color: #e62117;
    background: none;
}
.nav-navbar > li > a:hover:before
{
    width: 100%;
}
.navbar-nav > li:hover > a, .navbar-nav > li.active > a
{
    background: none;
    color: #e4b009;
}

.navbar-nav > li > a[href='#']
{
    cursor: text;
}
.navbar-nav > li
{
    background: none;
    position: relative;
    transition: all 0.7s ease 0s;
}
.navbar-nav > li:before, .navbar-nav > li.active:before
{
    content: '';
    width: 0;
    height: 1px;
    bottom: 0px;
    left: 0;
    background: #e4b009;
    position: absolute;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}
.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: 49px;
    border-top: 1px solid #e4b009;
    min-width: 200px;
    padding: 0px;
    background: #302d32;
    z-index: 12;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: inherit;
    padding: 5px 5px;
}
.navbar-nav li:hover ul
{
    display: block;
    transition: all 0.7s ease 0s;
}
.navbar-nav ul > li
{
    position: relative;
    padding: 5px;
}
.navbar-nav ul > li > a
{
    display: block;
    color: #FFF;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    transition: all 0.7s ease 0s;
    font-weight: 500;
}
.navbar-nav ul > li > a:hover, .navbar-nav ul > li > a:active
{
    color: #e4b009 !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;
}

/*------------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';
}
.inner-header
{
    margin-bottom: 25px;
    height: auto;
    background: linear-gradient(#5c7ea9, #1d3562);
    padding: 25px 0;
}
.head-title h1
{
    color: #fffffe;
    font-size: 34px;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
}
.breadcrumb
{
    background: transparent;
    color: #fff;
    margin: 10px 0 0 0;
    padding: 0;
}
.breadcrumb > li
{
    font-size: 12px;
}
.breadcrumb > li > a
{
    color: #fff;
}
.slidermain
{
    background: linear-gradient(#7590b1, #1d3562);
    margin-bottom: 20px;
    padding: 10px 0 0px 0;
}
.slidermain .text .header
{
    color: #fff;
    margin-bottom: 10px;
    font-size: 27px;
    font-weight: normal;
}
.slidermain .text .header span
{
    font-size: 31px;
    font-weight: bold;
}
.slidermain .text
{
    color: #fff;
}
.slidermain .container{    background: url(../images/banner-bg.png) no-repeat right bottom;
}
.hmproducts
{
    padding: 1px 0;
    margin: 1px;
}
.hmproducts .content
{
    background: transparent;
    border: 1px solid #34455c;
    padding: 15px 16px;
    margin-bottom: 20px;
}
.hmproducts .header
{
    background: linear-gradient(#496281, #1d3562);
    padding: 9px 10px;
    color: #efd14c;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.8px;
}
.hmproducts .header:before
{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 45px 45px 0;
    border-style: solid;
    border-color: transparent #fff;
    display: block;
    width: 0;
}
.hmheader
{
    background: linear-gradient(#496281, #1d3562);
    padding: 9px 11px;
    color: #efd14c;
    font-size: 21px;
    color: #fff;
    font-family: 'Arimo' ,sans-serif;
}
.hmheader .fa{    font-size: 18px;
    font-weight: normal;
    margin-right: 6px;}
.productbox
{
    border: 1px solid #c0c0c0;
    margin: 0 0 20px 0;
}
.productbox .descbox
{
    padding: 10px;
}
.productbox .descbox .viewimg
{
    text-align: center;
    margin-top:10px
}
.productbox .descbox .viewimg img
{
    width:100%;
    border:1px solid #eee
    
}
.productbox .descbox .viewimg .pdfdwld
{
    margin: 5px 5px;
    display: inline-block;
}

.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 15px 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;
}
.text-desc table td, .text-desc table th
{
    border: 1.5px solid #C0C0C0;
    padding: 1px 5px;
    color: #000;
    vertical-align: middle;
    height: auto;
    font-size: 12px;
    line-height: 12px;
}
.text-desc table td
{
    text-align: center;
    
}
.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 h2
{
    color: #0087C7;
}
.text-desc h3
{
    line-height: 26px;
    border-bottom: 1px dotted #000;
    color: #D71F15;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 24px;
}
.text-desc h3::before
{
    background-color: #D71F15;
    bottom: -1px;
    content: "";
    height: 1px;
    position: absolute;
    width: 71px;
}
.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;
}


.page-title
{
    line-height: 26px;
    border-bottom: 1px dotted #000;
    color: #D71F15;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 24px;
}
.page-title span
{
    color: #000;
}
.page-title::before
{
    background-color: #D71F15;
    bottom: -1px;
    content: "";
    height: 1px;
    position: absolute;
    width: 71px;
}

.product-box
{
    text-align: center;
    padding: 10px;
}
.product-box img
{
    border: 1px solid #cecece;
    display: inline-block;
    padding: 2px;
    width: 100%;
}
.product-box h3
{
    font-size: 14px;
    color: #000;
    margin-top: 8px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    font-family: 'Arimo' ,sans-serif;
    letter-spacing: 0.5px;
}

.leftboxlist
{
    border: 1px solid #34455c;
    padding: 0;
    margin: 1px;
    box-shadow: 0 0 5px #555;
    margin-bottom: 20px;
}

.leftboxlist .head
{
    background: linear-gradient(#496281, #1d3562);
    padding: 10px 11px;
    color: #efd14c;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    font-family: 'Alegreya SC' , serif;
}
.leftboxlist .head .fa
{
    margin-right: 8px;
}
.leftboxlist .content
{
    padding: 1.5px 0;
    padding: 0px 5px 5px 5px;
    background: #213965;
    color: #1e1d1d;
}
.leftboxlist .content ul
{
    margin-left: 0px;
}
.leftboxlist .content ul li
{
    background: linear-gradient(#ffffff, #e9e9e9);
    font-weight: bolder;
    color: #555;
    font-size: 12px;
    letter-spacing: 0;
    padding: 6px 0;
    padding-left: 20px;
    position: relative;
    list-style-type: none;
}
.leftboxlist .content ul li:before
{
    content: "";
    position: absolute;
    top: 11px;
    left: 6px; /* font-size: 33px; */
    background: url(../images/diamond.png) no-repeat; /* z-index: 99; */
    width: 8px;
    height: 9px;
}
.leftboxlist .content ul li a
{
    color: #555;
    font-weight: 600;
    font-size: 14px;
}
.leftboxlist .content ul li a:hover
{
    text-decoration: solid;
}

.contactinfo
{
    padding-left: 0 !important;
    list-style-type: none;
    list-style-image: none !important;
}
.contactinfo li
{
    background: linear-gradient(#ffffff, #e9e9e9);
    font-weight: normal !important;
    padding: 11px 7px !important;
}
.contactinfo li:hover
{
    background: linear-gradient(#dddddd, #c6c6c6);
    cursor: pointer;
    color: #333;
}
.contactinfo li:before
{
    content: none !important;
}
.contactinfo li a
{
    font-weight: normal !important;
    margin-left: 6px;
    color: #000 !important;
}
.text
{
    text-align: justify;
    color: #1e1d1d;
    margin: 0px 0 10px 0;
}
.text .header
{
    color: #1d3562;
    font-size: 32px;
    font-weight: 700;
    font-family: 'Alegreya SC' , serif;
    line-height: 32px;
    text-align: left;
}
.text .header span
{
    font-size: 24px;
}

/*------------ input filed, button, message----------*/
.contact-add p
{
    font-size: 16px;
}
.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-color: transparent;
    border: 1px solid #c5c5c5;
    color: #858585;
    font-size: 12px;
    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: #6f5a33;
    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;
}
/*download box*/

.downloadbox
{
    background: linear-gradient(#446187, #182e58);
    color: #d8d878;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.downloadbox .title
{
    font-weight: 700;
    color: #fff;
    font-family: 'Alegreya SC' , serif;
    padding: 3px 8px;
    font-size: 19px;
    margin-top: 11px;
    letter-spacing: 0.9px;
}
.downloadbox .button
{
    color: #fff;
    border: 1px solid #d8d878;
    background: linear-gradient(#4a607f, #35455e);
    padding: 5px 6px 3px 6px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 0;
    transition: 1s ease;
    margin-top: 10px;
}
.downloadbox .button:hover
{
    background: linear-gradient(#35455e, #4a607f);
    color: #d8d878;
}
.addressdetail
{
    font-weight: bold;
}
.addressdetail p
{
    margin-bottom: 3px;
}
.addressdetail strong
{
    font-size: 15px;
}
.addressdetail label
{
    min-width: 97px;
    font-weight: normal;
}
.addressdetail span
{
    padding-left: 110px;
    display: table-cell;
    vertical-align: top;
    margin: -25px 0 0 0;
    display: inherit;
    font-weight: normal;
}
.addressdetail a
{
    color: #fe0000;
}

.footer
{
    margin-top: 15px;
    padding: 0;
}
.footer.col-lg-12
{
    padding: 0 0;
}
.footer.bottom
{
    margin-bottom: 0;
}
.footer .header
{
    padding: 1px;
    background: linear-gradient(#fff, #c1c1c1);
}
.footer .footer-menu
{
    border-top: 1px solid #40546f;
    background: linear-gradient(#444, #1d1d1d);
    overflow-x: hidden;
    text-align: center;
}
.footer-menu .navbar-nav
{
    float: none;
    text-align: center;
    display: inline-block;
}
.footer-menu .navbar-nav > li > a
{
    padding: 10px 15px;
    font-size: 11px;
}
.footer-menu .navbar-nav > li:before
{
    content: none;
}
.footer .copyright
{
    padding: 20px 1px;
    background: linear-gradient(#415673, #28384f);
    color: #e0e0e0;
    font-size: smaller;
    font-weight: lighter;
    text-align: center;
}
.social-list
{
    list-style-type: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.social-list li
{
    display: inline-block;
    margin: 10px;
}
.social-list li a
{
    color: #333;
    padding: 7px 11px 5px 11px;
    background-color: #fff;
    font-size: 17px;
    border-radius: 4px;
}
.social-list li a:hover
{
    background: #ffe48f;
}
.copyright .content
{
    margin-top: 12px;
}

@media screen and (max-width: 768px)
{
    .header-border
    {
        margin-top: 55px;
    }
    .navbar-nav, .mobmenu_ul ul
    {
        display: none;
    }
    .mobmenu, .mobpanel
    {
        display: block;
    }
    .header-border .head-info
    {
        -webkit-transform: skew(0deg) !important;
        -moz-transform: skew(0deg) !important;
        -ms-transform: skew(0deg) !important;
        -o-transform: skew(0deg) !important;
        transform: skew(0deg) !important;
    }
    .header-border .head-info .text-line
    {
        -webkit-transform: skew(0deg) !important;
        -moz-transform: skew(0deg) !important;
        -ms-transform: skew(0deg) !important;
        -o-transform: skew(0deg) !important;
        transform: skew(0deg) !important;
    }
    .brandlogo
    {
        float: none;
        text-align: center;
    }
    .brandlogo img
    {
        width: auto;
        display: inline-block;
    }
}

@media screen and (max-width: 1200px)
{
.slidermain .text  p {
       line-height: 17px;
}
}
@media screen and (max-width: 990px)
{
    .flexslider{    margin-top: 180px !important;}
.slidermain .container {
   background-position:200px 23px;}
   .slidermain .text  p {
    margin: 0 0 10px;}
}
@media screen and (max-width: 770px)
{.flexslider{margin-top: 0px !important;}
   .slidermain .container {
   background-position: 46px  371px;}}
@media screen and (max-width: 640px)
{.flexslider{margin-top: 0px !important;}
    .slidermain .container {
   background-position: -72px 345px;}
}

@media screen and (max-width: 510px)
{
.productlistviewmain, .productlistviewmain .col-xs-12, .productlistviewmain .col-sm-12, .productlistviewmain .col-md-12{padding:0}
}