
@import url('https://fonts.googleapis.com/css?family=Exo+2:400,300,600,700,900,800,200,100,500,400italic');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');
/* General */
body
{
    overflow-x: hidden;
    font-family: 'Exo 2' ,sans-serif;
    font-size: 20px;
    font-weight: 300;
}
.no-padding
{
    padding: 0;
}
.header-main
{
    background: rgba(0, 0, 0, 0.85);
    box-shadow: 0 1px 9px rgba(0, 0, 0, .1);
    transition: all .5s ease;
    position: relative;
}
.top-band
{
    transition: all .5s ease;
    margin-top: 0px;
    overflow: hidden;
}
.top-band .top-info
{
    position: relative;
    padding: 5px 0;
}
.top-band .top-info:before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20000px;
    height: 100%;
    background: #e37b33;
    border-bottom-left-radius: 5px;
    transform: skewX(45deg);
}
.top-band .contact-info
{
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    padding: 0px 0;
}
.top-band .contact-info li
{
    display: inline-block;
    list-style: none;
}
.top-band .contact-info li span
{
    display: block;
    color: #f7f7f7;
    font-size: 16px;
    margin-left: 37px;
    font-weight: 300;
}

.top-band .contact-info li span i
{
    margin-right: 5px;
    font-size: 24px;
    vertical-align: top;
    display: inline-block;
}
.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;
}

.firsthead-txt p
{
    margin: 0;
    padding: 0;
    color: #fff;
}
.firsthead .right
{
    text-align: right;
}
.top-header
{
    margin-bottom: 0;
    background: transparent;
    padding: 10px 0 0px 0;
}
.square
{
    display: block;
    width: 27px;
    height: 27px;
    border: 1px solid #eee;
    text-align: center;
    padding-top: 3px;
    cursor: pointer;
}
.head-logo
{
    margin-top: -50px;
    margin-bottom: 10px;
    float: left;
}
.logo
{
    display: block;
    text-align: center;
}
.logo img
{
    transition: all .5s ease;
}
.head-logo .logo:hover, .logo:focus, .logo:visited, .logo:active
{
    text-decoration: none;
}
.info-title
{
    font-size: 14px;
    margin: 0;
    color: #000;
    display: block;
    font-weight: 700;
}
.info-desc
{
    margin-top: -3px;
    font-size: 15px;
    text-transform: initial;
    display: block;
}

.navfix
{
    margin-top: 6px;
    float: right;
}
.nav-dot
{
    display: inline-block;
    vertical-align: middle;
}
.nav-dot > span
{
    width: 2px;
    height: 2px;
    margin-bottom: 2px;
    display: block;
    position: relative;
    right: -1px;
}

.flip-flop-btn span:not(.indicator)
{
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: block;
}

.flip-flop-btn span:not(.indicator)::before
{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(data-hover);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    border-radius: 0px;
    background-size: 100%;
    cursor: pointer;
}

.flip-flop-btn:hover span
{
    -webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
}




@media (min-width: 1025px)
{


    .navbar-nav > li > a
    {
        line-height: 42px;
        transition: all .5s ease;
    }

}
/*------------fiexd menu----------*/
.topfixed .top-header
{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 15;
    background: #262626;
    margin-top: 0;
}
.header-main.topfixed
{
    margin-top: 0px;
}
.topfixed .head-logo
{
    margin: 0;
}
.topfixed .head-logo img
{
    width: 55%;
}
.topfixed .navbar-nav ul
{
    top: 66px;
}
/*------------fiexd menu----------*/

.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;
    list-style: none;
}
.navbar-nav > li
{
    float: left;
    position: relative;
}
.navbar-nav > li > a
{
    padding: 5px 35px 27px 35px;
    height: auto;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    box-sizing: border-box;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.8px;
}

.nav-navbar > li > a:hover:before
{
    width: 100%;
}
.navbar-nav > li:hover > a, .navbar-nav > li.active > a
{
    color: #ff5b00;
}

.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: 74px;
    border-top: 3px solid #ff5b00;
    min-width: 260px;
    padding: 0px;
    background: #302d32;
    z-index: 12;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: inherit;
}
.navbar-nav li:hover ul
{
    display: block;
    transition: all 0.7s ease 0s;
}
.navbar-nav ul > li
{
    position: relative;
    padding: 9px 5px;
}
.navbar-nav ul > li > a
{
    display: block;
    color: #FFF;
    text-decoration: none;
    font-size: 13px;
    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: #ff5b00 !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: #232323;
    padding-bottom: 50px;
}

.breadcrumb
{
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    background: transparent;
    color: #fff;
    margin: 0;
    padding: 0;
}
.breadcrumb > li
{
    font-size: 14px;
}
.breadcrumb > li > a
{
    color: #fff;
}
.head-title h1
{
    color: #fffffe;
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.head-title2
{
    font-size: 34px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}
ext
{
    padding-top: 20px;
    height: 64px;
    overflow: hidden;
    z-index: 1;
}

.text-desc
{
    color: #585858;
    font-size: 16px;
}
.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
{
    line-height: 26px;
    border-bottom: 2px solid #f8f8f8;
    color: #D71F15;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 21px;
}
.text-desc h3::before
{
    background-color: #D71F15;
    bottom: -2px;
    content: "";
    height: 2px;
    position: absolute;
    width: 65px;
}
.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;
}
.miniheight
{
    height: 350px;
}
/*------------ 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: #f9f9f9;
    border: 1px solid #c7c7c7;
    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: #e37b33;
    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;
}

.tit-first, .tit-second
{
    display: block;
    width: 50%;
    float: left;
    height: 4px;
}
.button
{
    font: 700 14px 'Exo 2' ,sans-serif;
    text-transform: uppercase;
    padding: 15px 25px;
    border-radius: 0;
}
.button:hover, .button:focus, .button:visited, .button:active
{
    text-decoration: none;
}
.title
{
    font: 300 28px 'Exo 2' ,sans-serif;
    margin: 0;
}
.tit-bold
{
    font-weight: 700;
    text-transform: uppercase;
}
.text
{
    font: 300 20px 'Exo 2' ,sans-serif;
    margin: 0;
    line-height: 1.5;
}
.hm-text
{
    margin: 50px 0;
}
.hm-text .text-desc p
{
    font-size: 20px;
    line-height: 29px;
    text-align: center;
}
.hm-text .text-desc strong
{
    font-size: 18px;
}
.hd-title
{
    margin: 0;
}
.hd-title + hr
{
    margin: 15px;
    border-color: #e0c5ae;
}
.hd-title span
{
    text-transform: uppercase;
    font-weight: bold;
    color: #ff5b00;
}
.section
{
    padding: 30px 0;
}
/* group of company */
.brand
{
    list-style-type: none;
    text-align: center;
}
.brand li
{
    display: inline-block;
    padding: 12px;
}
.brand li img
{
    border: 1px solid #eee;
}
.brand li:hover img
{
    border-color: #000;
}

/*box hover*/
.hmproduct
{
    background-image: url(../images/productbg.jpg);
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
    background-attachment: fixed;
    padding: 40px 0;
    position: relative;
}
.hmproduct .hd-title
{
    color: #fff;
}
.box2
{
    padding-top: 0px;
    padding-bottom: 0px;
    border: 1px solid #C4C4C4;
    background: #fff;
    margin: 15px 0;
    border-bottom: 3px solid #e27700;
}
.box2:hover
{
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transition: all 0.9s ease 0s;
}
.box2 .box2_img
{
    padding: 0px;
}
.box2 .box2_tit
{
}
.box2 h4
{
    text-transform: none;
color: #715b43;
    font-weight: 600;
        padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    border-top: 1px solid #C4C4C4;
    text-align: center;
    margin: 0;
}
.box2 h4 a
{
    color: #000000;
}


.pro-box
{
    float: left;
    width: 100%;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 9px rgba(125, 158, 179, 0.57);
    margin-bottom: 30px;
}
.pro-box:hover:before, .pro-box:hover:after
{
    opacity: 1;
}
.pro-box:before, .pro-box:after
{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    width: 92%;
    height: 7px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 2px 2px 5px rgba(125, 158, 179, 0.57);
    z-index: -1;
    opacity: 0;
}
.pro-box:hover .box-img img
{
    -webkit-transform: scale(1.02) rotate(1deg);
    -moz-transform: scale(1.02) rotate(1deg);
    -ms-transform: scale(1.02) rotate(1deg);
    -o-transform: scale(1.02) rotate(1deg);
    transform: scale(1.02) rotate(1deg);
}
.pro-box .box-txt
{
    float: left;
    width: 100%;
    padding: 12px 12px 17px 12px;
    text-align: center;
}
.pro-box .box-txt h3
{
   margin: 0 0 0px;
    font-size: 17px;
    color: #79552c;
    text-transform: uppercase;
}
.pro-box:hover .box-txt h3
{
    color: #7b4100;
}
.pro-box .box-detail
{
    float: left;
    width: 100%;
    margin: 0 0 0px;
    padding: 0;
}
.pro-box .box-detail li
{
    display: block;
    padding-bottom: 16px;
}

.pro-box .cp-btn-style1
{
    min-width: auto;
    padding: 10px 25px;
}
.box-img, .box-img:before, .box-img:after
{
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.box-img
{
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 11;
}
.box-img img
{
    width: 100%;
    height: auto;
}
.box-img:hover img
{
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}
a, img, .pro-box:before
{
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.tit-bold span
{
    text-transform: none;
}
/*contact address*/
ul.details
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-info
{
    margin-top: -25px;
    padding: 25px;
    margin-bottom: 10px; /*    background: transparent url(../images/world.png) no-repeat 50% 65%; */
}
.contact-info p
{
    margin-bottom: 10px;
}
.details li h4 span, .details li h4
{
    margin: 0;
    font-size: 23px;
    font-weight: bold;
    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;
}
.details li i:before
{
    margin-right: 10px;
    font-size: 17px;
    display: inline-block;
}
.details li span
{
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
}
.contact-info .details li h4
{
    color: #fff;
}
/* social activity */
.fotter-logo
{
    margin-bottom: 25px;
    text-align: center;
}
.fotter-logo img
{
    text-align: center;
    display: inline-block;
    width: 58%;
}
.social-list a
{
    color: #777;
}

.social-list
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.social-list li
{
    display: inline-block;
}
.social-list a
{
    margin-right: 5px;
    cursor: pointer;
    display: block;
    width: 35px;
    height: 35px;
    border: 1px solid #eee;
    text-align: center;
    padding-top: 7px;
    text-decoration: none;
}
.social-list a:hover
{
    border-color: #ff5b00;
    background: #ff5b00;
}

/* footer */

.footer-top
{
    padding: 10px 0;
    background-color: #0B0B0B;
    color: #999;
}
.footer-top
{
    padding: 25px 0 12px 0;
    height: 100%;
    position: relative;
    overflow: hidden;
    color: #888;
    background: #171717;
}

.footer-top a
{
    color: #fff;
}
.footer-top h3
{
    font-size: 22px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 400;
    letter-spacing: 1px;
}

.footer-top .details li i:before
{
    font-size: 14px;
    color: #fff;
}
.footer-top .details li span
{
    color: #fff;
    font-size: 14px;
}
.footer-top .contact-info .details li h4 span
{
    font-size: 17px;
    color: #fff;
    font-weight: 500;
}
ul.list
{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
ul.list li
{
    line-height: 26px;
}
.copyrights
{
    padding: 20px 0;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    background-color: #0b0b0b;
}


@media (max-width: 1220px)
{
    .navbar-nav > li > a
    {
        padding: 0 14px;
    }
}
@media (max-width: 992px)
{
    .logo img
    {
        transition: all 0.5s ease 0s;
        width: 80%;
    }
    .top-header
    {
        padding: 50px 0 0 0;
    }
    .navfix
    {
        float: right;
        margin-top: -20px;
    }
    .top-band
    {
        background: #e37b33;
    }
    .top-band .top-info::before
    {
        transform: skewX(0deg);
        width: 100%;
        left: 0;
    }

    .navbar-nav > li > a
    {
        font-size: 14px;
        line-height: 41px;
    }
    .navbar-nav ul ul
    {
        top: 0;
        padding-left: 0px;
    }
    .topfixed .top-header
    {
        padding: 5px 0 0 0;
    }
    .topfixed .navfix
    {
        margin-top: 6px;
    }
}

@media screen and (max-width: 768px)
{
    .logo img
    {
        width: auto;
    }
    body
    {
        margin-top: 56px;
    }
    .navbar-nav, .mobmenu_ul ul
    {
        display: none;
    }
    .mobmenu, .mobpanel
    {
        display: block;
    }

    .top-header
    {
        position: inherit;padding:0
    }
    .head-logo{margin-top:0;float:none;margin-bottom:0}
    .head-logo .logo img{display:inline-block}
    .social {display:none}
    .firsthead-bg
    {
        background: none;
    }
    .navfix
    {
        background: #fff;
    }
    .firsthead-bg .col-sm-6.pull-left, .firsthead-bg .col-sm-6.pull-right
    {
        float: none !important;
        text-align: center;
    }
    .logo
    {
        padding-right: 0;
        text-align: center;
        float: none !important;
    }
    .inner-header
    {
        height: 170px;
    }
    .head-title
    {
        padding-top: 20px;
    }
    .number-main .col-sm-3
    {
        margin: 0 0 50px 0;
    }
    .footer-main .col-sm-4
    {
        margin-bottom: 20px;
        border-bottom: 1px solid #353535;
        padding-bottom: 21px;
    }
    .footer-main
    {
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 540px)
{
    .top-band .contact-info li{display:block;padding:5px 0}
    .top-band .contact-info li span{margin-left:0}
    
}
