﻿@font-face {
    font-family: FontAwesome;
    src: url(../fonts/FontAwesome.html) format('opentype');
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Boldd41dd41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.html') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Semibold.eot');
    src: url('../fonts/OpenSans-Semiboldd41dd41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold.html') format('woff'), url('../fonts/OpenSans-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.eot');
    src: url('../fonts/OpenSansd41dd41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans.html') format('woff'), url('../fonts/OpenSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bodoni Bd BT';
    src: url('../fonts/BodoniBT-BoldItalic.eot');
    src: url('../fonts/BodoniBT-BoldItalicd41dd41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/BodoniBT-BoldItalic.html') format('woff2'), url('../fonts/BodoniBT-BoldItalic-2.html') format('woff'), url('../fonts/BodoniBT-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Nirmala UI';
    src: url('../fonts/NirmalaUI.eot');
    src: url('../fonts/NirmalaUId41dd41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/NirmalaUI.html') format('woff2'), url('../fonts/NirmalaUI-2.html') format('woff'), url('../fonts/NirmalaUI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bodoni BdCn BT';
    src: url('../fonts/BodoniBT-BoldCondensed.eot');
    src: url('../fonts/BodoniBT-BoldCondensedd41dd41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/BodoniBT-BoldCondensed.html') format('woff2'), url('../fonts/BodoniBT-BoldCondensed-2.html') format('woff'), url('../fonts/BodoniBT-BoldCondensed.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bodoni Bd BT';
    src: url('../fonts/BodoniBT-Bold.eot');
    src: url('../fonts/BodoniBT-Boldd41dd41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/BodoniBT-Bold.html') format('woff2'), url('../fonts/BodoniBT-Bold-2.html') format('woff'), url('../fonts/BodoniBT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Nirmala UI';
    src: url('../fonts/NirmalaUI-Bold.eot');
    src: url('../fonts/NirmalaUI-Boldd41dd41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/NirmalaUI-Bold.html') format('woff2'), url('../fonts/NirmalaUI-Bold-2.html') format('woff'), url('../fonts/NirmalaUI-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Nirmala UI Semilight';
    src: url('../fonts/NirmalaUI-Semilight.eot');
    src: url('../fonts/NirmalaUI-Semilightd41dd41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/NirmalaUI-Semilight.html') format('woff2'), url('../fonts/NirmalaUI-Semilight-2.html') format('woff'), url('../fonts/NirmalaUI-Semilight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'League Spartan';
    src: url('../fonts/LeagueSpartan-Bold.eot');
    src: url('../fonts/LeagueSpartan-Boldd41dd41dd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/LeagueSpartan-Bold.html') format('woff2'), url('../fonts/LeagueSpartan-Bold-2.html') format('woff'), url('../fonts/LeagueSpartan-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.open_sans {
    font-family: 'Open Sans';
}

.bodoni {
    font-family: 'Bodoni Bd BT';
}

.Nirmala {
    font-family: 'Nirmala UI';
}

.league {
    font-family: 'League Spartan';
}

.Nirmala_s {
    font-family: 'Nirmala UI Semilight';
}


/*-----------------------------------------------
       reset css here
-----------------------------------------------*/

* {
    margin: 0;
    outline: none;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    position: relative;
    font-family: 'Open Sans';
    outline: none;
    outline: none;
    -ms-overflow-style: scrollbar;
}

a {
    text-decoration: none;
    transition: all .5s ease;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #000;
}

.mt84 {
    margin-top: 84px;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    outline: 0;
    text-decoration: none;
}

a:active,
a:focus,
a:visited {
    text-decoration: none;
}

p {
    padding: 0;
    line-height: 1.4em;
    text-align: justify;
}

p.nom {
    margin-bottom: 0 !important;
}

.clear {
    clear: both;
}

.clearfix:after {
    clear: both;
    content: '';
    display: block;
}

ul li {
    list-style: none;
}

ul {
    margin-bottom: 0;
}

title {
    text-transform: uppercase;
}

.bar {
    display: none;
}

.err {
    position: absolute;
    top: 9px;
    right: 11px;
    font-size: 25px;
}

.frm_b {
    position: relative;
    margin-bottom: 21px;
}

.spPopup {
    margin-right: 5px;
}


/*-------------------------------------------------
       Heading css
-------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}

.mt10 {
    margin-top: 10px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.mt20 {
    margin-top: 20px;
}

.mr5 {
    margin-right: 5px;
}

.ml5 {
    margin-left: 5px;
}

.mr20 {
    margin-right: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb1 {
    margin-bottom: 1px;
}

.pd {
    padding: 10px 0px;
}

.pr10 {
    padding-right: 10px;
}

.m0 {
    margin-left: 0;
    margin-right: 0;
}

.p0 {
    padding-left: 0;
    padding-right: 0;
}

.pr10 {
    padding-right: 10px;
}

.pl0 {
    padding-left: 0;
}

.pl10 {
    padding-left: 10px;
}

.chnage_nav .navbar-nav .co_nv {
    display: none;
    cursor: pointer;
}

.pt20 {
    padding-top: 20px;
}


/*------------------------------------------------------*/


/* RESPONSIVE
/*------------------------------------------------------*/

.ind {
    background: #f9ae3d;
    padding: 9px 20px;
    border-radius: 50px;
    font-size: 13px;
    color: #fff;
}

.fit {
    padding: 10px 10px;
    color: #fff;
    margin-bottom: 20px;
}

.nv_bxc li {
    float: left;
}

.name_b {
    display: block;
    text-align: center;
    font-weight: bold
}

.im_vb {
    padding: 6px 14px;
    display: block;
    margin-right: 10px;
    position: relative;
    top: -5px;
}

.im_vb1 {
    background: #a06215;
}

.im_vb1 span {
    color: #fff !important;
}

.im_vb2 {
    background: #f3c435;
}

.im_vb2 span {
    color: #fff !important;
}

@media screen and (min-width:320px) and (max-width:460px) {
    .pc_fdd {
        padding: 7px 0px !important;
    }
}

@media screen and (min-width:500px) and (max-width:768px) {
    .btne {
        display: none;
    }
    .to_sm {
        font-size: 9px !important;
    }
    .vsu_b {
        font-size: 11px !important;
    }
    .widh_nv {
        width: 68% !important;
        height: initial !important;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .btne {
        padding: 40px 0px !important;
    }
    .to_sm {
        font-size: 11px !important;
    }
    .vsu_b {
        font-size: 13px !important;
    }
    .widh_nv {
        width: 68% !important;
        height: initial !important;
    }
    .foot_h .br_fo h4 {
        font-size: 19px !important;
    }
}

@media screen and (min-width:1024px) and (max-width:1300px) {
    .btne {
        padding: 46px 0px !important;
    }
    .to_sm {
        font-size: 16px !important;
    }
    .vsu_b {
        font-size: 27px !important;
    }
    .widh_nv {
        width: 68% !important;
        height: initial !important;
    }
    .foot_h .br_fo h4 {
        font-size: 19px !important;
    }
    .header.sticky {
        height: 109px !important;
    }
    .box_icon ul li {
        width: 191px !important;
    }
    .img_in {
        width: 180px !important;
        height: 180px !important;
    }
}

.map_b {
    width: 100%;
    height: 200px;
    margin-top: 20px;
}

@media(max-width:500px) {
    .carousel-inner>.item>img,
    .carousel-inner>.item>a>img {
        height: 186px;
    }
    .to_sm {
        font-size: 11px !important;
    }
    .vsu_b {
        font-size: 13px !important;
    }
    .img_cr,
    .sr_b {
        float: inherit !important;
    }
    .widh_nv {
        width: inherit !important;
        margin: auto;
    }
    .header.sticky {
        position: relative !important;
    }
    .welcome_heading h1 {
        font-size: 17px !important;
    }
    .nav_social,
    .img_cr {
        display: none !important;
    }
    .social_f {
        margin-bottom: 10px;
    }
    .btne {
        display: none;
    }
}

@media(max-width:640px) {
    #dvProduct {
        overflow: hidden;
    }
    .categories_box h2 {
        font-size: 17px !important;
    }
    #dvP {
        overflow: hidden;
    }
    .rg_bx {
        margin-bottom: 10px;
    }
    .categories_box h2 {
        font-size: 22px;
    }
    .box_b span {
        float: inherit !important;
        display: block;
        text-align: center;
    }
    .ct_icon {
        margin: auto;
        text-align: center;
        display: block;
    }
    .box_bg_g {
        margin: 10px auto;
    }
    .box_product h2:before {
        display: none;
    }
    .box_product h2:after {
        display: none;
    }
    .ad_txt p {
        display: none;
    }
    .ad_txt h4 {
        font-size: 16px;
    }
    .he_c1 {
        height: 34px;
    }
    .chnage_nav .navbar-nav {
        margin: 0;
    }
    .banner .carousel-indicators li {
        border: 3px solid #fde428;
        width: 5px;
        height: 5px;
    }
    .banner .carousel-indicators .active {
        background-color: #3a559f;
        border: 3px solid #b73c3c;
    }
    .social_l {
        top: initial;
        bottom: 0;
    }
    .banner_top img {
        height: 121px;
    }
    .box_product h2 {
        font-size: 26px;
    }
    .pop_cnt {
        width: 100%;
    }
    .ad_c ul li a i {
        left: -25px !important;
        font-size: 21px !important;
    }
    .ad_c ul li {
        margin-right: 26px !important;
        float: inherit !important;
    }
    .ad_c ul li a {
        font-size: 13px !important;
    }
    .btne {
        padding: 12px 0px !important;
    }
    .logo_c {
        text-align: center;
    }
    .header.sticky .logo_c img {
        width: 100% !important;
    }
    .logo_c img {
        margin: auto;
        text-align: center;
    }
    .ad_c ul .sr_b {
        position: relative !important;
        font-size: 14PX !important;
        margin-bottom: 10px;
    }
    .ad_c ul {
        display: none;
    }
}

@media(max-width:768px) {
    .ad_c ul .sr_b {
        display: none !important;
    }
    .get_in {
        background: none;
        height: auto;
    }
}

@media(max-width:1024px) {
    .ad_c ul .sr_b {
        display: none !important;
    }
}

@media screen and (min-width:641px) and (max-width:1024px) {
    .ad_c ul li {
        margin-right: 15px;
    }
    .ad_c ul li span {
        font-size: 11px;
    }
    .in_width {
        width: 84px;
        height: 91px;
    }
    .ct_icon ul li {
        width: 102px;
    }
    .tx_b {
        font-size: 9px;
    }
    .slider_cnt p {
        font-size: 10px;
    }
    .frice_tag ul li {
        padding: 0px 5px;
    }
    .ct_icon ul li {
        float: initial;
        display: inline-block;
    }
    .ct_icon {
        margin: auto;
        text-align: center;
        display: block;
    }
}

@media screen and (max-width:480px) {
    .categories_box h2:after {
        width: initial !important;
    }
    .top_nav {
        text-align: center;
        margin: auto;
    }
    .nav_social,
    .nav_adrs {
        float: inherit !important;
        display: inline-block;
    }
    .box_icon ul li {
        float: inherit !important;
        margin-bottom: 10px;
    }
}

@media screen and (min-width:481px) and (max-width:640px) {}

@media screen and (min-width:641px) and (max-width:768px) {}

@media screen and (min-width:1025px) and (max-width:1200px) {
    .chnage_nav .navbar-nav>li>a {
        padding: 10px 20px !important;
        font-size: 11px;
    }
    .ad_c ul .sr_b {
        font-size: 25px !important;
    }
}

@media(max-width:1024px) {
    .header.sticky {
        height: auto !important;
    }
    .get_in {
        height: auto !important;
        background: none !important;
        background-color: #353535 !important;
    }
    .chnage_nav .navbar-nav>li {
        clear: both;
    }
    .ad_txt p {
        display: none;
    }
    .nav_bg {
        position: fixed !important;
        right: -800px;
        top: 0;
        z-index: 9999 !important;
        width: 300px;
        bottom: 0;
        transition: all .5s ease-in-out;
    }
    .nav_bg .container {
        margin: 0;
        padding: 0;
    }
    .nav_cli {
        display: block !important;
    }
    .chnage_nav .navbar-nav .co_bx a {
        display: block !important;
    }
    .nav_bg .dropdown-menu {
        background: none;
    }
    .nav_bg .navbar-nav .open .dropdown-menu {
        display: block !important;
        position: relative !important;
    }
    .drop_cng .dropdown-menu {
        display: block !important;
        position: relative !important;
        color: #fff;
        z-index: 99;
        left: 0 !important;
        width: 100%;
        box-shadow: none !important;
        border: none !important;
    }
    .nav_bg .navbar {
        max-height: 457px;
        overflow-y: auto;
        width: 300px;
    }
    .bt_b {
        color: #fff;
    }
    .drop_cng .dropdown-menu>li>a {
        color: #fff;
    }
    .nav_bg .dropdown-submenu>a:after {
        border-color: transparent transparent transparent #fff !important;
    }
    .m_blo {
        display: block !important;
    }
    .chnage_nav .navbar-nav .co_nv {
        display: block !important;
        padding: 10px 10px;
        background: #a00808;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        float: inherit !important;
    }
    .chnage_nav .navbar-nav>li {
        float: inherit !important;
        width: 100%;
        border-right: none !important;
        text-align: left;
    }
    .chnage_nav .navbar-nav {
        float: inherit !important;
    }
    .chnage_nav .navbar-nav>li>a {
        padding: 10px 8px !important;
    }
}

.box_icon {
    margin: auto;
    text-align: center;
}


/*------------------------------------------------------*/


/* Header
/*------------------------------------------------------*/

.header.sticky {
    background: white;
    position: fixed;
    top: 0px !important;
    height: 116px;
    left: 0;
    right: 0;
    transition: all .5s ease-in-out;
    z-index: 999;
    border-bottom: 1px solid #ddd;
}

.logo_c {
    padding: 9px 0;
}

.header {
    background: linear-gradient(to top, rgba(245, 222, 50, 0), rgb(230 50 148 / 21%));
    display: block;
    position: static;
}

.header.sticky .logo_c a {
    display: inline-block;
    border-radius: 10%;
    border-bottom: 1px solid #ddd;
}


/*.header.sticky .logo_c img { width: 55%; }*/

.header.sticky .ad_c ul {
    padding: 13px 0px;
}

.header-container {
    width: 100%;
    margin: auto;
}

.ad_c ul {
    float: right;
}

.ad_c ul li {
    position: relative;
}

.ad_c ul li a {
    font-size: 16px;
    font-weight: 600;
}

.ad_c ul li a i {
    font-size: 18px;
    color: #b49268;
    position: absolute;
    left: -24px;
    top: 4px;
}

.ad_c ul li:last-child {
    margin-right: 0;
}

.widh_nv {
    width: 79%;
    height: 100%;
}

.img_cr {
    padding: 10px;
}

.ce_img img {
    margin: auto;
    text-align: center;
    width: 68%;
    margin-bottom: 20px;
}

.ad_c ul li .co_c {
    color: #006e36;
    font-weight: 600;
    font-size: 12px;
}

.ad_c ul li span {
    color: #000;
    font-weight: 600;
    font-size: 11px;
}

.ad_c ul li span i {
    margin-right: 5px;
    color: #353535;
    font-size: 12px;
}

.ad_b {
    position: relative;
}

.ad_b span {
    display: block;
    padding-left: 21px;
}

.ad_b:before {
    position: absolute;
    left: 0;
    top: -3px;
    content: "\f041";
    font-family: FontAwesome;
    font-size: 19px;
    color: #353535;
}

.ad_b1:before {
    color: #dc1f1f;
}

.vi_al {
    text-align: center;
}

.vi_al a {
    background: #353535;
    padding: 9px 46px;
    transition: all .5s ease-in-out;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    font-size: 15px;
}

.vi_al a:hover {
    background: #b6cc41;
    color: #fff;
}


/*------------------------------------------------------*/


/* banner
/*------------------------------------------------------*/

.banner .carousel-indicators .active {
    background-color: #feed01;
    border: 3px solid #392f85;
}

.banner .carousel-indicators li {
    border: 3px solid #392f85;
    width: 15px;
    height: 15px;
}

.banner .carousel-indicators {
    bottom: 0;
}

.ptn_rtb {
    position: relative;
}

.text_b {
    position: absolute;
    top: 0;
    right: 0;
    padding: 160px;
}

.text_b h2 {
    background: #fe425a;
    color: #fff;
    padding: 13px 31px;
    font-size: 52px;
    display: inline-block;
}

.text_b span {
    font-size: 26px;
    padding: 10px 10px;
    float: right;
    color: #fff;
}

.text_b p {
    font-size: 14px;
    color: #fff;
    float: right;
}

.text_b a {
    background: #3072c4;
    padding: 8px 16px;
    display: inline-block;
    float: right;
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    transition: all .5s ease-in-out;
}

.text_b a:hover {
    background: #fe425a;
}


/*------------------------------------------------------*/


/* scroll-top
/*------------------------------------------------------*/

.scrollToTop {
    z-index: 9;
    width: 50px;
    height: 50px;
    padding: 10px;
    text-align: center;
    border: 1px solid #375690;
    background: #375690;
    border-radius: 50%;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 50px;
    right: 40px;
    color: #fff;
    line-height: 28px;
    display: none;
}

.scrollToTop:hover {
    text-decoration: none;
    color: #404040;
    background: #fff;
    border: 1px solid #404040;
}


/*------------------------------------------------------*/


/* side-nav
/*------------------------------------------------------*/

.side_nav1 {
    top: 178px;
    transition: all .5s ease-in-out;
    border: 1px solid #ddd;
    position: fixed;
    right: -262px;
    z-index: 999;
    padding: 14px;
    background: #fff;
    width: 262px;
}

.btn_side1 {
    position: absolute;
    height: 40px;
    width: 136px;
    outline: none;
    left: -89px;
    top: 48px;
    border: none;
    cursor: pointer;
    background: #353535;
    transform: rotate(-90deg);
    padding: 8px 15px;
    display: block;
    color: #fff;
    font-size: 14px;
}

.box_side_n {
    position: relative;
}

.feed_form {
    font-size: 12px;
    width: 100%;
    padding: 10px 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 20px -3px #ddd inset;
    outline: none;
    margin-bottom: 10px;
}

.error_n {
    position: absolute;
    right: 11px;
    top: 11px;
    font-size: 12px;
    color: #e80000;
}

.feed_btn_submit {
    border: 1px solid #353535;
    text-align: center;
    cursor: pointer;
    transition: all .5s ease-in-out;
    background: #353535;
    width: 100%;
    padding: 7px 0px;
    display: block;
    color: #fff;
    font-size: 14px;
}

.feed_btn_submit:hover {
    background: #fff;
    border: 1px solid #353535;
    color: #353535;
}

.feed_o1 {
    right: 0;
}

.enq_man {
    text-align: center;
    display: block;
    color: red;
    font-size: 12px;
}

.enqui {
    position: absolute;
    bottom: 2px;
    right: 10px;
    color: red;
    font-size: 12px;
}

.categories_box span {
    color: #d02127;
}


/*------------------------------------------------------*/


/* Navigation
/*------------------------------------------------------*/

.so_email ul li {
    float: left;
}

.so_email ul li a {
    color: #fff;
    display: block;
    padding: 9px 10px;
}

.nav_bg {
    background: #a06215;
    position: relative;
    z-index: 99;
}

.so_email {
    position: absolute;
    right: 0;
    z-index: 999;
}

.logo {
    position: absolute;
    z-index: 999;
    left: 0;
    top: -39px;
}

.chnage_nav .navbar-toggle {
    background: none;
}

.chnage_nav .navbar-toggle .icon-bar {
    background: #fff;
}

.chnage_nav {
    min-height: initial;
    margin-bottom: 0;
    border: none;
}

.chnage_nav .navbar-collapse {
    border-top: none;
    border-bottom: none;
    padding: 0;
    position: relative;
}

.line_box {
    color: #fff;
    padding: 10px;
}

.chnage_nav .navbar-nav .bdr_none {
    border-right: none;
}

.chnage_nav .navbar-nav>li {
    border-right: 1px solid #8c5e25;
    transition: all .5s ease-in-out;
}

.chnage_nav .navbar-nav>li:last-child {
    border-right: none;
}

.chnage_nav .navbar-nav>li>a {
    text-transform: uppercase;
    color: #fff;
    padding: 10px 13px;
    font-size: 13px;
}

.chnage_nav .navbar-nav>li>a:hover {
    background: #8c5e25;
    color: #fff;
}

.chnage_nav .navbar-nav>li>a i {
    font-size: 12px;
}

.chnage_nav .navbar-nav>li>a .cng_f {
    font-size: 20px;
}

.chnage_nav .navbar-nav>li>a:focus {
    background: #c72228;
}

.chnage_nav .navbar-nav>li>.color_c {
    background: #8e5814;
    color: #fff;
}

.chnage_nav .navbar-nav .dn_b {
    position: absolute;
    right: 0;
    background: #3072c4;
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    top: 6px;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.chnage_nav .navbar-nav .dn_b:hover {
    background: #fe425a;
}


/*------------------------------------------------------*/


/* content
/*------------------------------------------------------*/

.categories_box h2 {
    text-align: left;
    position: relative;
    font-size: 28px;
    color: #424242;
    font-weight: 600;
    padding-bottom: 13px;
}

.categories_box h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: url(../images/row.png) no-repeat;
    width: 587px;
    height: 2px;
}

.wl_cm {
    border-bottom: 1px dashed #006e36;
}

.wl_cm h2:after {
    background: none;
}

.in_width {
    border: 1px solid #ddd;
}

.ins {
    stop-color: #D7D7D7;
    transition: all .5s ease-in-out;
}

.ins1 {
    stop-color: #FFFFFF;
    transition: all .5s ease-in-out;
}

.tx_b {
    transition: all .5s ease-in-out;
    text-align: center;
    margin: auto;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding-top: 5px;
}

.ct_icon ul li a:hover .tx_b {
    color: #a00808;
}

.social_l {
    position: fixed;
    left: 0;
    top: 17%;
    z-index: 999;
}

.social_l li a {
    padding: 10px 10px;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    transition: all .5s ease-in-out;
}

.social_l li a:hover {
    background: #fff;
}

.social_l li .co_1 {
    background: #3a559f;
    border: 1px solid #3a559f;
}

.social_l li .co_2 {
    background: #50abf1;
    border: 1px solid #50abf1;
}

.social_l li .co_1:hover {
    border: 1px solid #3a559f;
    color: #3a559f;
}

.social_l li .co_2:hover {
    border: 1px solid #50abf1;
    color: #50abf1;
}

.text_w p {
    font-size: 13px;
    line-height: 22px;
    color: #333;
    font-weight: 600;
    margin-top: 8px;
}

.img_w img {
    margin: auto;
    text-align: center;
}

.he_c2 {
    height: 50px;
}

.read_btn {
    background: #3a559f;
    transition: all .5s ease-in-out;
    padding: 7px 26px;
    border-bottom: 1px solid #3a559f;
    color: #fff;
    display: inline-block;
    font-weight: 600;
}

.read_btn:hover {
    background: #a00808;
    border-bottom: 1px solid #a00808;
    color: #fff;
}

.cn_b h2 {
    text-align: center;
}

.cn_b h2:after {
    margin: auto;
    background: #fff;
    width: 166px;
}

.text_w {
    padding: 0px 10px;
}

.ad_img {
    width: 100%;
    height: 200px;
}

.main_box_ad {
    position: relative;
    margin-top: 20px;
}

.item_ad {
    position: relative;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .5s ease-in-out;
}

.im_txt:before {
    z-index: 9;
    position: absolute;
    left: 0;
    content: '';
    top: 11px;
    width: 0;
    height: 0;
    border-bottom: 400px solid rgba(0, 0, 0, 0.7);
    border-right: 789px solid transparent;
}

.im_txt {
    position: absolute;
    top: 0;
    z-index: 9;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
}

.item_ad img {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all .5s ease-in-out;
}

.item_ad:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .5s ease-in-out;
}

.ad_txt {
    position: absolute;
    bottom: 15px;
    left: 30px;
}

.ad_txt h4 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 32px;
    color: #fff;
    z-index: 99;
    position: relative;
}

.ad_txt p {
    width: 47%;
    color: #fff;
    position: relative;
    z-index: 9;
    font-size: 12px;
}

.shop_n {
    background: linear-gradient(#b1c836, #b6cc41);
    color: #fff;
    transition: all .5s ease-in-out;
    padding: 8px 31px;
    margin-top: 10px;
    border-radius: 50px;
    display: inline-block;
    font-size: 12px;
    z-index: 99;
    position: relative;
}

.shop_n:hover {
    background: linear-gradient(#b6cc41, #b1c836);
    color: #fff;
}

.main_f_box {
    margin-bottom: 10px;
    overflow: hidden;
    transition: all .5s ease-in-out;
    position: relative;
    border: 1px solid #ddd;
}

.img_box_f {
    width: 100%;
    height: 197px;
    overflow: hidden;
    transition: all .5s ease-in-out;
}

.img_box_f img {
    text-align: center;
    margin: auto;
    transition: all .5s ease-in-out;
}

.slider_cng .bx-wrapper {
    border: none;
    box-shadow: none;
    margin-bottom: 10px;
}

.slider_cnt {
    text-align: center;
}

.slider_cnt h4 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.slider_cnt p {
    height: 56px;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    color: #353535;
    font-weight: 600;
    width: 89%;
    margin: auto;
}

.frice_tag ul li {
    font-weight: 600;
    float: left;
    color: #fff;
    padding: 0px 10px;
}

.frice_tag {
    background: #006e36;
    padding: 10px 0px;
    display: block;
    margin-top: 10px;
}

.frice_tag ul .price_cut {
    text-decoration: line-through;
}

.frice_tag ul {
    overflow: hidden;
    display: inline-block;
}

.main_f_box:hover .img_box_f img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .5s ease-in-out;
}

.hover_b {
    position: absolute;
    opacity: 0;
    transition: all .8s ease-in-out;
    background: rgba(204, 204, 204, 0.8);
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.box_cnter {
    position: relative;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    text-align: center;
}

.bx_tc {
    padding: 20px;
}

.bx_tc h4 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    text-shadow: 0px 2px 0px #000;
    margin-bottom: 10px;
}

.bx_tc p {
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-shadow: 0px 1px 0px #000;
    margin-bottom: 15px;
}

.hover_b span i {
    font-size: 15px;
}

.hover_b span {
    margin-bottom: 10px;
    font-weight: 600;
    border-radius: 50px;
    background: #fff;
    padding: 8px 25px;
    border: 1px solid #fff;
    font-weight: 600;
    display: inline-block;
    color: #353535;
    font-size: 12px;
    transition: all .5s ease-in-out;
}

.hover_b span:hover {
    background: #353535;
    border: 1px solid #353535;
    color: #fff;
}

.v_im {
    font-weight: 600;
    border-radius: 50px;
    background: #c72228;
    padding: 8px 30px;
    border: 1px solid #c72228;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    transition: all .5s ease-in-out;
}

.v_im:hover {
    background: #fff;
    border: 1px solid #c72228;
    color: #c72228 !important;
}

.v_im:focus {
    color: #fff;
}

.main_f_box:hover .hover_b {
    opacity: 1;
}

.slider_cng .bx-wrapper .bx-pager {
    display: none;
}

.slider_cng .bx-wrapper .bx-controls-direction a.disabled {
    display: block;
}

.slider_he .bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/arrow-r.html) no-repeat;
}

.slider_he .bx-wrapper .bx-prev {
    left: 289px;
    background: url(../images/arrow-l.html) no-repeat;
}

.slider_he .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: -8%;
    margin-top: -16px;
    outline: 0;
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    z-index: 99;
}

.pop_shop .modal-content {
    border-radius: initial;
    box-shadow: initial;
}

.pop_shop .modal-title {
    background: #eee;
    border: 1px dashed #E91E63;
    padding: 10px 10px;
    font-weight: 600;
    color: #393939;
}

.pop_shop .modal-header {
    border-bottom: 0;
}

.pop_shop .frm_b {
    border: 1px solid #ddd;
    font-size: 12px;
    border-radius: 0;
    box-shadow: 0px 0px 15px #e2e2e2 inset;
}

.pop_shop .he_c {
    height: 39px;
}

.sub_btn {
    background: #3a559f;
    transition: all .5s ease-in-out;
    color: #fff;
    padding: 10px 66px;
    margin-top: 10px;
    border: 1px solid #3a559f;
    display: inline-block;
}

.sub_btn:hover {
    background: #fff;
    border: 1px solid #3a559f;
    color: #3a559f;
}

.ib_txt {
    font-weight: 600;
    font-size: 13px;
    color: #272727;
}

.pop_shop .modal-header .close {
    background: #e51616;
    padding: 14px 12px;
    opacity: initial;
    color: #fff;
}

.cnt_us li .im_footer1 i {
    color: #dc1f1f;
}

.pop_shop .modal-body {
    box-shadow: 5px 5px 0px #E91E63;
}

.product_bg {
    background: #eee;
    padding-bottom: 20px;
}

.box_product {
    text-align: center;
    margin: auto;
}

.box_product h2 {
    text-align: center;
    position: relative;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    padding: 12px 36px;
    display: inline-block;
    background: #f9ae3d;
}

.box_product h2:before {
    position: absolute;
    left: -50px;
    top: 0;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 54px solid #e8a032;
    border-left: 50px solid transparent;
}

.box_product h2:after {
    position: absolute;
    right: -50px;
    top: 0;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 54px solid #e8a032;
    border-right: 50px solid transparent;
}

.cng_main {
    background: #eee;
    margin-bottom: 10px;
    padding: 10px;
}

.btn_view {
    text-align: center;
    margin-top: 10px;
    clear: both;
}

.btn_view a {
    background: linear-gradient(#d7d7d7, #ffffff);
    transition: all .5s ease-in-out;
    padding: 7px 40px;
    border: 3px solid #a00808;
    color: #a00808;
    display: inline-block;
    border-radius: 50px;
    font-weight: 600;
}

.btn_view a:hover {
    background: linear-gradient(#ffffff, #d7d7d7);
}

.menu_b {
    display: none;
}

.get_in {
    background: url(../images/get_bg.html) no-repeat;
    width: 100%;
    height: 591px;
}

.box_bg_g {
    margin: 8px auto;
    padding: 20px;
}

.get_form {
    border: 1px solid #eee;
    border-radius: 0;
    font-size: 12px;
}

.he_c1 {
    height: 40px;
}

.r_form {
    position: relative;
}

.footer_bg {
    background: #4a4a4a;
}

.f_nav h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.nv_i li {
    border-bottom: 1px dashed #aaaaaa;
}

.nv_i li a {
    color: #aaaaaa;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding: 9px 10px;
    display: block;
    transition: all .5s ease-in-out;
}

.f_nav {
    margin: auto;
    text-align: left;
    padding: 20px;
}

.nv_i li:last-child {
    border-bottom: none;
}

.nv_i li a:before {
    position: absolute;
    left: 0;
    content: "\f105";
    font-family: FontAwesome;
}

.nv_i1 li {
    padding: 7px 19px;
    transition: all .5s ease-in-out;
    position: relative;
}

.nv_i1 li a {
    color: #aaaaaa;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    transition: all .5s ease-in-out;
}

.nv_i1 .add_f:before {
    position: absolute;
    left: 0;
    content: "\f041";
    font-family: FontAwesome;
    font-size: 20px;
    color: #aaaaaa;
}

.nv_i1 .cnt:before {
    position: absolute;
    left: 0;
    content: "\f095";
    font-family: FontAwesome;
    font-size: 20px;
    color: #aaaaaa;
}

.nv_i1 .email_b:before {
    position: absolute;
    left: 0;
    content: "\f0e0";
    font-family: FontAwesome;
    font-size: 14px;
    color: #aaaaaa;
}

.nv_i1 .wb_s:before {
    position: absolute;
    left: 0;
    content: "\f0ac";
    font-family: FontAwesome;
    font-size: 14px;
    color: #aaaaaa;
}

.mi_h {
    display: block;
    font-weight: 600;
}

.map_footer {
    padding: 60px 0px;
}

.f_bottom {
    border-top: 1px solid #5f5f5f;
    padding-top: 6px;
}

.box_b span {
    color: #aaaaaa;
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 6px;
}

.box_b span a {
    color: #fff;
}

.cn_f h2 {
    font-weight: 600;
    position: relative;
    font-size: 19px;
    background: #353535;
    display: inline-block;
    padding: 10px 19px;
    color: #fff;
}

.cn_f h2:after {
    position: absolute;
    right: -38px;
    top: 0;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 40px solid #424141;
    border-right: 38px solid transparent;
}

.main_c {
    background: #fff;
    padding: 20px;
    box-shadow: 4px 4px 0px #f9ae3d;
}

.main_c1 {
    width: 50%;
    margin: auto;
}

.cnt_us li {
    border-bottom: 1px dashed #ddd;
    padding: 10px 10px;
}

.cnt_us li:last-child {
    border-bottom: none;
}

.cnt_us li .co_c {
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
}

.cnt_us li span {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}

.cnt_us li span i {
    margin-right: 5px;
    color: #353535;
    font-size: 17px;
}

.im_footer {
    color: #fff;
    font-size: 14px;
}

.im_footer:hover {
    color: #fff;
}

.map_c {
    margin-top: 10px;
}

.map_c iframe {
    width: 100%;
    height: 300px;
}

.frm_b1 {
    border: 1px solid #ddd;
    font-size: 12px;
    border-radius: 0;
    box-shadow: 0px 0px 15px #e2e2e2 inset;
}

.he_c1 {
    height: 39px;
}

.r_form {
    position: relative;
}

.banner_top {
    position: relative;
}

.txt_banner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
}

.top_c_t {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: relative;
    text-align: center;
}

.tx_bx {
    color: #fff;
    padding: 0 20px;
    border: none;
    display: inline-block;
}

.tx_bx span {
    display: block;
}

.fnt_s {
    font-size: 20px;
    font-weight: 600;
}

.fnt_s1 {
    font-size: 12px;
    font-weight: 600;
    padding: 5px 0px;
}

.fnt_s1 a {
    background: #ffeb3b;
    color: #a06215;
    padding: 5px 10px;
    border: 1px solid #ffeb3b;
    display: inline-block;
    transition: all .5s ease-in-out;
}

.fnt_s1 a:hover {
    background: #fff;
    border: 1px solid #a06215;
    color: #a06215;
}

.more_a {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}

.pop_up {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 7000px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 999;
    transition: all .5s ease-in-out;
}

.pop_cnt {
    position: relative;
    left: 0;
    right: 0;
    margin: 5% auto;
    width: 60%;
    background: #fff;
    box-shadow: 4px 4px 0px #a2b82d;
}

.close_n_p {
    position: absolute;
    right: 0;
    background: #a00808;
    color: #fff;
    padding: 2px 10px;
    display: block;
    cursor: pointer;
}

.pop_img {
    padding: 20px;
}

.pop_imgbs {
    background: #eee;
    padding: 10px 10px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    margin-top: 20px;
}

.pop_show {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    box-shadow: 5px 4px 0px #006e36;
}

.se_zoom {
    position: absolute;
    opacity: 0;
    transition: all .8s ease-in-out;
    background: rgba(112, 146, 26, 0.3);
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.se_zoom i {
    position: relative;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    text-align: center;
    font-size: 35px;
    color: #fff;
}

.pop_show:hover .se_zoom {
    opacity: 1;
}

.bt0 {
    bottom: 0;
}

.para_about {
    margin-top: 20px;
}

.para_about {
    font-size: 12px;
    color: #353535;
    font-weight: 600;
}

.le_b {
    display: block;
    background: #eee;
    padding: 7px 10px;
    border-left: 4px solid #b6cc41;
    margin-bottom: 14px;
}

.le_b span {
    font-weight: 600;
    color: #006e36;
    font-size: 18px;
    display: block;
    padding: 10px 0px;
}

.list_about {
    display: block;
    margin-bottom: 10px;
}

.list_about li {
    font-size: 12px;
    color: #353535;
    position: relative;
    padding: 7px 16px;
    border-bottom: 1px dashed #7b7b7b;
}

.list_about li:last-child {
    border-bottom: none;
}

.list_about li:before {
    position: absolute;
    left: 0;
    content: "\f101";
    font-family: FontAwesome;
}

.errorstar {
    visibility: visible;
    position: absolute;
    color: red;
    right: 10px;
    top: 13px;
}

.errorpop {
    position: absolute;
    color: red;
    z-index: 9;
    right: 7px;
    top: 12px;
}

.popst {
    position: relative;
    color: red;
    z-index: 9;
    left: 0;
    top: 0;
    text-align: center;
    margin: auto;
    display: inherit;
}

.bg_cap {
    clear: both;
    display: block;
    text-align: center;
}

.ht_60 {
    height: 60px;
}

.sc_box {
    max-height: 388px;
    overflow: auto;
}

.nav_cli {
    position: fixed;
    right: 8px;
    top: 32px;
    background: #930606;
    padding: 5px 10px;
    cursor: pointer;
    color: #fff;
    z-index: 999;
    display: none;
}

.chnage_nav .navbar-nav .co_bx a {
    background: #fff;
    color: #a00808 !important;
    margin-bottom: 10px;
    cursor: pointer;
    display: none;
}

.chnage_nav .navbar-nav .co_bx a:hover {
    background: #fff !important;
}

.r0 {
    right: 0;
}

.bx_tc a {
    background: #393939;
    padding: 8px 10px;
    display: inline-block;
    color: #fff;
    transition: all .5s ease-in-out;
}

.bx_tc a:hover {
    background: #006e36;
}

.bx_vs {
    background: url(../images/vs_bg.jpg)no-repeat;
    width: 100%;
    height: 100%;
}

.cn_b span {
    color: #b6cc41;
}

.cng_vc h2 {
    color: #fff;
}

.bx_vs {
    padding: 98px;
}

.pra {
    margin: 20px auto;
    text-align: center;
}

.pra p {
    color: #fff;
    text-align: center;
    font-size: 12px;
    width: 70%;
    margin: auto;
}

.bt_pra {
    margin-top: 20px;
    background: #b6cc41;
    padding: 8px 10px;
    display: inline-block;
    color: #fff;
    transition: all .5s ease-in-out;
}

.bt_pra:hover {
    background: #9eb429;
    color: #fff;
}

.ct_icon img {
    border: 1px solid #ddd;
    margin: 5px;
}

.cnt_us li .co_c1 {
    color: #353535;
    font-weight: 600;
    font-size: 17px;
}

.cnt_us li .das {
    color: #353535;
    font-weight: 600;
    font-size: 12px;
}

.nav_bg .dropdown-submenu {
    position: relative;
}

.nav_bg .dropdown-submenu>.dropdown-menu {
    top: 5px;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.nav_bg .dropdown-submenu>a:after {
    border-color: transparent transparent transparent #333;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -11px;
    margin-top: 7px;
    width: 0;
}

.chnage_nav .navbar-nav>li>a:focus {
    background: none;
}

.nav_bg .dropdown-submenu:hover>a:after {
    border-left-color: #555;
}

.nav_bg .dropdown-menu>li>a:hover,
.dropdown-menu>.active>a:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    .nav_bg .navbar-nav {
        display: inline;
    }
    .nav_bg .navbar-default .navbar-brand {
        display: inline;
    }
    .nav_bg .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .nav_bg .navbar-default .navbar-nav .dropdown-menu>li>a {
        color: red;
        background-color: #ccc;
        border-radius: 4px;
        margin-top: 2px;
    }
    .nav_bg .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #333;
    }
    .nav_bg .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .nav_bg .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        background-color: #ccc;
    }
    .nav_bg .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid white;
        border-radius: 0;
    }
    .nav_bg .dropdown-menu {
        padding-left: 10px;
    }
    .nav_bg .dropdown-menu .dropdown-menu {
        padding-left: 20px;
    }
    .nav_bg .dropdown-menu .dropdown-menu .dropdown-menu {
        padding-left: 30px;
    }
    li.dropdown.open {
        border: 0px solid red;
    }
}

@media (min-width: 768px) {
    .nav_bg ul.nav li:hover>ul.dropdown-menu {
        display: block;
    }
    .nav_bg #navbar {
        text-align: center;
    }
}

.chnage_nav .navbar-nav li {
    transition: .5s all ease-in-out;
}

.chnage_nav .navbar-nav li a {
    text-transform: uppercase;
}

.nav_bg .navbar {
    min-height: initial;
    margin-bottom: 0;
}

.drop_cng .dropdown-menu {
    transition: .5s all ease-in-out;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-radius: inherit;
    min-width: 190px;
}

.chnage_nav .navbar-nav li:hover .dropdown-menu {
    transition: .5s all ease;
    transform: scaleY(1);
}

.drop_cng .dropdown-menu>li {
    border-bottom: 1px dashed #ddd;
}

.drop_cng .dropdown-menu>li:last-child {
    border-bottom: none;
}

.drop_cng .dropdown-menu>li>a {
    padding: 10px 13px;
    transition: all .5s ease-in-out;
    font-size: 12px;
    padding-right: 27px;
}

.drop_cng .dropdown-menu>li>a:hover {
    transition: .5s all ease;
    transform: scaleY(1);
    background: #a06215;
    color: #fff;
}

.drop_cng .dropdown-menu>li:hover .dropdown-submenu>a:after {
    color: #fff;
}

.rg_bx {
    background: #eee;
    padding: 10px;
    height: 280px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.rg_bx span {
    background: #d83137;
    color: #fff;
    display: block;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 10px;
}

.mr_b li {
    display: block;
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.mr_b li img {
    margin: auto;
    text-align: center;
    width: 60%;
}

.mr_b1 li {
    padding: 5px 10px;
    position: relative;
    font-size: 13px;
    border-bottom: 1px dashed #ddd;
}

.mr_b1 li:last-child {
    border-bottom: none;
}

.mr_b1 li:before {
    position: absolute;
    left: 0;
    top: 7px;
    font-family: FontAwesome;
    content: "\f105";
}

.vi_pdf {
    margin-bottom: 20px;
    padding: 6px 0px;
    margin: auto;
    text-align: center;
    display: block;
    width: 200px;
    font-size: 16px;
    background: #f9ae3d;
    color: #fff !important;
    transition: all .5s ease-in-out;
    border: 1px solid #f9ae3d;
}

.pdf_box iframe {
    width: 100%;
    height: 200px;
}

.hob2 iframe {
    width: 100%;
    height: 1200px;
}

.ctr {
    text-align: center;
    margin-top: 10px;
}

.hob2 {
    margin-bottom: 20px;
}

.bx_un {
    padding-left: 20px;
    margin-bottom: 10px;
}

.bx_un li {
    position: relative;
    padding: 9px 15px;
    display: block;
    font-size: 14px;
    border-bottom: 1px dashed #333;
}

.bx_un li:before {
    position: absolute;
    left: 0;
    top: 12px;
    content: "\f28d";
    font-family: FontAwesome;
    font-size: 10px;
}

.he_top {
    margin-top: 20px;
}

.he_top h3 {
    border-bottom: 2px solid #ddd;
    background: #eee;
    padding: 11px 10px;
    font-size: 15px;
    font-weight: 600;
}

.bt_b {
    width: 100%;
    border: none;
    background: no-repeat;
    text-align: left;
    text-transform: uppercase;
}

.fnt_s1 .bg_no {
    background: none;
    border: none;
}

.fnt_s1 .bg_no:hover {
    background: none;
    border: none;
}

.he_cu {
    background: #b49268;
    color: #fff;
    padding: 10px;
    position: relative;
}

.he_cu h4 {
    padding-right: 186px;
}

.he_cu span {
    position: absolute;
    right: 0;
    top: 0;
    background: #f9ae3d;
    padding: 10px 10px;
}

.png_bg {
    display: block;
    color: #646464;
    font-size: 14px;
    margin-bottom: 10px;
}

.jo_he {
    font-weight: 600;
    font-size: 16px;
    color: #b49268;
    margin-bottom: 10px;
    display: block;
}

.panel-body {
    background: #fff;
    border: 1px solid #ddd;
}

.rqd_b li {
    position: relative;
    padding: 5px 17px;
    font-size: 12px;
    font-weight: 600;
    color: #605f5f;
}

.rqd_b li:before {
    position: absolute;
    left: 0;
    top: 2px;
    content: "--";
}

.in_v {
    font-size: 12px;
    font-weight: 600;
    color: #605f5f;
}

.bt_v {
    padding-left: 17px;
    margin-top: 10px;
}

.ap_bx {
    background: #b49268;
    color: #fff;
    padding: 8px 29px;
    display: inline-block;
    font-size: 13px;
    margin-top: 10px;
    border-radius: 50px;
    transition: all .5s ease-in-out;
    border: 1px solid #b49268;
}

.ap_bx:hover {
    background: #fff;
    color: #b49268;
    border: 1px solid #b49268;
}

.categories_box .bo_n {
    display: block;
    font-style: italic;
    color: #006e36;
    font-size: 14px;
    margin-top: 10px;
}

.bdr {
    background: #eee;
    padding: 20px;
    margin-bottom: 30px;
}

.itext {
    display: inline-block;
    width: 100%;
    height: 38px;
    padding: 5px 8px;
    font-size: 12px;
    border: 1px solid #ddd;
    margin-right: 5px;
    border-radius: 0;
}

.bdr .form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #ced1d0;
    opacity: 1;
}

.bdr .form-group label {
    font-size: 12px;
}

.pointer {
    padding: 8px;
}

.ap_bx1 {
    background: #006e36;
    color: #fff;
    padding: 8px 29px;
    display: inline-block;
    font-size: 13px;
    margin-top: 24px;
    border-radius: 50px;
    transition: all .5s ease-in-out;
    border: 1px solid #006e36;
}

.ap_bx1:hover {
    background: #fff;
    color: #006e36;
    border: 1px solid #006e36;
}

.mb10 {
    margin-bottom: 10px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

#status {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    background-size: 400PX 304px;
}

.top_header {
    background: linear-gradient(to top, rgba(245, 222, 50, 1), rgb(243, 193, 42));
}

.nav_social li {
    float: left;
    padding: 5px 0px;
    position: relative;
}

.nav_social li:before {
    position: absolute;
    right: 0;
    top: 11px;
    border: 1px solid #9a6969;
    content: '';
    height: 12px;
}

.nav_social li:last-child:before {
    border: none;
}

.nav_social li a {
    margin-right: 6px;
    padding: 0px 8px;
    color: #9a6969;
    transition: all .5s ease-in-out;
    border-radius: 50px;
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 26px;
    margin-right: 6px;
}

.nav_social li a:hover {
    color: #000099;
}

.nav_adrs li {
    float: left;
    position: relative;
}

.nav_social {
    display: inline-block;
    float: left;
}

.nav_adrs {
    float: right;
}

.nav_adrs li:before {
    position: absolute;
    right: 0;
    top: 11px;
    border: 1px solid #9a6969;
    content: '';
    height: 12px;
}

.nav_adrs li:last-child:before {
    border: none;
}

.nav_adrs li a {
    font-size: 12px;
    color: #9a6969;
    font-weight: 600;
    display: block;
    padding: 8px 10px;
}

.nv_ti ul li {
    float: left;
}

.nv_ti ul li a {
    font-size: 12px;
    color: #424344;
    padding: 0px 7px;
    display: block;
    font-weight: 600;
    transition: all .5s ease-in-out;
}

.nv_ti ul li a:hover {
    color: #3a559f;
}

.nv_ti ul {
    float: right;
    display: block;
}

.ad_c {
    float: right;
    clear: both;
}

.btne {
    padding: 46px 0px;
}

.sticky .btne {
    padding: 4px 0px;
}

.main_v {
    position: relative;
}

.text_img {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    position: absolute;
    background: #fff;
    left: 10px;
}

.text_img img {
    height: 100%;
}

.box_ri {
    padding-left: 63px;
    padding-right: 10px;
}

.box_ri p {
    font-size: 12px;
    color: #353535;
    font-weight: 600;
}

.main_f_box ul li {
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

.main_f_box ul li:last-child {
    border-bottom: none;
}

.slider_he .bx-wrapper .slide {
    max-height: 229px;
    overflow: auto;
}

.slider_he {
    height: 216px;
    background: #fff;
}

.dnt_n {
    height: 216px;
    background: #fff;
    padding: 20px;
}

.dnt_n p {
    font-size: 12px;
    color: #353535;
    font-weight: 600;
}

.dnt_n a {
    background: #3a559f;
    padding: 7px 10px;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    transition: all .5s ease-in-out;
}

.dnt_n a:hover {
    background: #a00808;
}

.dnt_n a i {
    margin-left: 5px;
}

.pd_cnf {
    padding-left: 20px;
    padding-right: 20px;
}

.pd_cnf i {
    font-size: 14px;
    color: #a00808;
}

.bt_tc {
    display: block;
    padding-top: 10px;
}

.bt_tc span {
    display: block;
    background: none;
    padding: 0;
}

.bt_tc .name {
    font-size: 15px;
    font-weight: 600;
    color: #3a559f;
}

.bt_tc .title {
    font-size: 13px;
    font-weight: 600;
    color: #353535;
}

.text_img_large {
    width: 100px;
    height: 100px;
    border: 1px solid #ddd;
    position: absolute;
    background: #fff;
    left: 10px;
}

.text_img_large img {
    height: 100%;
}

.bx_lg {
    padding-left: 120px;
    padding-right: 10px;
}

.bx_lg h6 {
    font-weight: 600;
    margin-bottom: 5px;
}

.bx_lg p {
    font-size: 12px;
    color: #353535;
    font-weight: 600;
}

.btn_le {
    background: #3a559f;
    padding: 7px 10px;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    transition: all .5s ease-in-out;
}

.btn_le:hover {
    background: #d83137;
    color: #fff;
}

.btn_le i {
    margin-left: 5px;
}

.lg_box {}

.lg_box span {
    position: relative;
    color: #353535;
    display: block;
    font-weight: bold;
    font-size: 37px;
    padding: 10px 10px;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}

.lg_box span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -4px;
    display: block;
    width: 35px;
    height: 6px;
    background: #fde428;
    border-radius: 3px;
}

.mt_lg {
    padding: 10px;
    background: #FFF;
}

.li_cox {
    margin-top: 10px;
}

.li_cox .bx-wrapper {
    background: none;
}

.li_cox .bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/arrow-r.html) no-repeat;
}

.li_cox .bx-wrapper .bx-prev {
    left: 1057px;
    background: url(../images/arrow-l.html) no-repeat;
}

.li_cox .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: -15%;
    margin-top: -16px;
    outline: 0;
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    z-index: 99;
}

.box_two h4 {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}

.box_sa {
    padding: 20px;
    background: #eee;
    border-left: 4px solid #e22128;
}

.box_sa p {
    font-size: 13px;
    color: #353535;
    font-weight: 600;
    line-height: 20px;
}

.re_cds {
    position: relative;
}

.btn_le1 {
    background: #d83137;
    padding: 5px 12px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    transition: all .5s ease-in-out;
    position: absolute;
    top: 18px;
    right: 16px;
    border-radius: 50px;
}

.btn_le1:hover {
    background: #fff;
    color: #a94442;
}

.btn_le1 i {
    margin-left: 5px;
}

.recent_box {
    background: #eee;
    padding: 10px;
}

.img_recent {
    width: 100%;
}

.recent_txt {
    text-align: center;
    margin: auto;
    position: relative;
}

.recent_txt h6 {
    color: #044e80;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 10px;
}

.recent_txt p {
    height: 85px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}

.box_hover {
    overflow: hidden;
    background: rgba(42, 41, 148, 0.8);
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 195px;
    bottom: 0;
    transition: all .5s ease-in-out;
}

.top_cnt {
    position: relative;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    text-align: center;
}

.top_cnt a {
    background: #fff;
    padding: 9px 25px;
    display: inline-block;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    transition: all .5s ease-in-out;
}

.top_cnt a:hover {
    background: #d83137;
    color: #fff;
}

.recent_box:hover .box_hover {
    top: 0;
}

.indh {
    color: #fff;
    line-height: 26px;
}

.indh a {
    color: #fff;
    background: #3a559f;
    padding: 3px 16px;
    display: inline-block;
    border-radius: 50px;
}

.bx_fil {
    text-align: center;
    margin: 2% auto;
}

.bx_fil img {
    margin: auto;
}

.ct_bo {
    background: #375690;
    padding: 10px 22px;
    margin-top: 20px;
    display: inline-block;
    font-weight: 600;
    border-radius: 50px;
    color: #fff;
}

.ct_bo a {
    background: #fff;
    padding: 5px 16px;
    display: inline-block;
    border-radius: 50px;
    font-size: 12px;
    transition: all .5s ease-in-out;
}

.ct_bo a:hover {
    background: #c72228;
    color: #fff;
}

.er_show {
    font-weight: 600;
    font-size: 12px;
    color: #e21414;
    margin-bottom: 10px;
    display: block;
}

.box_side_n {
    position: relative;
}

.form_call {
    position: relative;
    width: 100%;
    padding: 7px 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 20px -3px #ddd inset;
    outline: none !important;
    margin-bottom: 10px;
    font-size: 11px;
}

.frm_er {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    color: #e21414;
    z-index: 99;
}

.bx_spop1 .modal {
    background: #c72228;
}

.bx_spop1 .modal-content {
    box-shadow: 4px 4px 0px #556fcc;
}

.bx_spop2 .modal {
    background: #3a559f;
}

.bx_spop2 .modal-content {
    box-shadow: 4px 4px 0px #a00808;
}

.bx_spop .modal-content {
    width: 57%;
    margin: 22% auto;
    box-shadow: 4px 4px 0px #556fcc;
    border-radius: 0;
}

.banner_b {
    background: #fde428;
    padding: 20px;
}

.box_bt_q span {
    font-weight: 600;
    font-size: 20px;
}

.box_bt_q a {
    background: #002e5b;
    padding: 10px 23px;
    display: inline-block;
    border-radius: 20px;
    font-weight: 600;
    color: #fff;
}

.hv_cnt {
    text-align: left;
}

.hv_cnt h4 {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.hv_cnt p {
    color: #fff;
    font-size: 12px;
    margin-top: 28px;
    text-align: left;
}

.box_m {
    width: 61%;
    text-align: left;
    position: relative;
    margin: 58px auto;
}

.box_m i {
    font-size: 32px;
    color: #ffe635;
    position: absolute;
    left: -44px;
    top: -2px;
}

.recent_box {
    overflow: hidden;
    position: relative;
}

.recent_box:hover .box_m {
    margin: auto !important;
}

.tb_b .nav-tabs>li>a {
    font-weight: 600;
    font-size: 16px;
}

.tb_b .nav-tabs>li {
    width: 50%;
    text-align: center;
    background: #eee;
}

.tb_b .nav-tabs {
    border-bottom: none;
}

.tb_b .nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: none;
    background: #002e5b;
    color: #fff;
}

.box_tbs {
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
}

.bo_xs {
    margin-bottom: 30px;
}

.bo_xs h3 {
    font-weight: bold;
    font-size: 25px;
    color: #353535;
    position: relative;
}

.bo_xs h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    display: block;
    width: 35px;
    height: 6px;
    background: #fde428;
    border-radius: 3px;
    margin: 4px 0 0;
}

.box_li ul li {
    position: relative;
}

.box_li ul li:before {
    position: absolute;
    left: 0;
    content: "\f105";
    font-family: FontAwesome;
}

.box_li ul li a {
    margin-bottom: 10px;
    padding: 0px 10px;
    font-size: 14px;
    color: #353535;
    font-weight: 600;
    display: block;
    transition: all .5s ease-in-out;
}

.box_li ul li a:hover {
    color: #3a559f;
}

.client_box {
    margin-bottom: 53px;
    position: relative;
    padding-top: 27px;
    padding-bottom: 21px;
    background-image: url(../images/Fotolia_img.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.bg_sp {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

.bx_cli {
    position: relative;
}

.rtb i {
    font-size: 65px;
    position: absolute;
    color: #e7e93d;
}

.bx_cli {
    padding-left: 100px;
}

.bx_cli h4 {
    font-weight: bold;
    font-size: 51px;
    margin-bottom: 30px;
    color: #fff;
}

.bx_cli h4 span {
    color: #ff0;
}

.rtb {
    position: relative;
}

.bx_ckl h3 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}

.bx_ckl span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.bx_our h6 {
    font-weight: bold;
    font-size: 17px;
    color: #353535;
    position: relative;
    margin-bottom: 22px;
    display: block;
}

.bx_our h6:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    display: block;
    width: 35px;
    height: 6px;
    background: #fde428;
    border-radius: 3px;
    margin: auto;
    right: 0;
}

.bt_f {
    text-align: center;
    display: inline-block;
    background: #002e5b;
    padding: 8px 17px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
    margin-top: 10px;
    transition: all .5s ease-in-out;
}

.bt_f:hover {
    background: #fff;
    color: #002e5b;
}

.box_prtn {
    padding-top: 30px;
    padding-bottom: 30px;
}

.placehol {
    margin-bottom: 53px;
    position: relative;
    padding-top: 27px;
    padding-bottom: 21px;
    background-image: url(../images/banner_bottom.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.bg_sp1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(197, 197, 197, 0.8);
}

.box_ln span {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
}

.box_ln .cng_co {
    color: #333333;
}

.box_ln .cng_co a {
    color: #fbee45;
}

.sc_ba {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.ind_s {
    padding: 8px 10px;
    width: 40%;
    border: 1px solid #ddd;
}

.sb_b {
    background: #ffe635;
    padding: 9px 30px;
    border: none;
    font-weight: 600;
}

.ct_icon {
    margin-bottom: 30px;
}

.welcome_heading {
    text-align: center;
}

.welcome_heading h1 {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    position: relative;
    margin-bottom: 58px;
}

.welcome_heading span {
    color: #e62e92;
}

.welcome_heading h1:before {
    background: url(../images/welcome_h.png)no-repeat;
    width: 183px;
    height: 32px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    top: 43px;
}

.welcome_heading p {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}

.rd_more {
    background: #f2cc4f;
    padding: 9px 22px;
    display: inline-block;
    color: #483319;
    margin-top: 10px;
    margin-bottom: 20px;
    transition: all .5s ease-in-out;
}

.rd_more:hover {
    background: #b49268;
    color: #fff;
}

.placehol_1 {
    margin-bottom: 53px;
    position: relative;
    padding-top: 27px;
    padding-bottom: 21px;
    background-image: url(../images/founder_img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.bg_sp1_1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(42, 82, 154, 0.8);
}

.br_fo {
    padding-left: 20px;
    position: relative;
}

.br_fo h4 {
    font-size: 40px;
    font-weight: 600;
    color: #663300;
    margin-bottom: 53px;
}

.br_fo h4:before {
    background: url(../images/founder_line.png)no-repeat;
    width: 183px;
    height: 32px;
    position: absolute;
    left: 20px;
    right: 0;
    content: '';
    top: 50px;
}

.br_fo p {
    color: #fff;
    line-height: 22px;
    font-size: 13px;
}

.heading_bo h4 {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    margin-bottom: 85px;
}

.heading_bo h4:before {
    background: url(../images/he_line.png)no-repeat;
    width: 106px;
    height: 32px;
    position: absolute;
    left: 3px;
    right: 0;
    content: '';
    top: 60px;
}

.headding_equal h4:before {}

.blog_img img {
    width: 100%;
    margin: auto;
}

.small_img h4 {
    font-size: 20px;
}

.small_img h4:before {
    background: url(../images/small_blog.png)no-repeat;
    left: 0;
    top: 30px;
}

.blog_pra p {
    font-size: 12px;
    color: #000;
    line-height: 20px;
}

.btn_jo1 {
    background: #3072c4;
    padding: 10px 16px;
    display: inline-block;
    margin-top: 18px;
    color: #fff;
    font-size: 14px;
    transition: all .5s ease-in-out;
}

.btn_jo1:hover {
    background: #fe425a;
    color: #fff;
}

.testimonials-box1 {
    height: 41px;
    overflow: hidden;
    position: relative;
    padding: 10px;
    background: #eee;
}

.testimonials-box1>ul {
    position: absolute;
    left: 0;
    width: 100%;
}

.testimonials-box1>ul>li {
    margin-bottom: 15px;
    padding-bottom: 16px;
    padding-right: 10px;
    display: inline-block;
}

.in_map>li {
    position: relative;
    padding: 0px 19px;
    margin-top: 10px;
    font-weight: 600;
    font-size: 12px;
}

.in_map>li>i {
    position: absolute;
    left: 0;
    color: #fe425a;
    top: 3px;
}

.he_blog_mr h4 {
    font-weight: bold;
    text-transform: uppercase;
}

.blog_date {
    background: #fe425a;
    padding: 10px;
    text-align: center;
}

.blog_date h5 {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
}

.blog_date span {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.placehol_cng {
    background: url(../images/become_img.jpg) no-repeat;
    padding-top: 50px;
    padding-bottom: 60px;
    background-attachment: fixed;
}

.bg_sp1_cng {
    background: rgba(230, 230, 230, 0.9);
}

.br_fo_cng h4 {
    color: #282c30;
    font-size: 25px;
    margin-bottom: 56px;
}

.br_fo_cng h4:before {
    background: url(../images/small_blog.png)no-repeat;
}

.br_fo_cng p {
    color: #000;
}

.br_fo_cng h4:before {
    top: 41px;
}

.m_service {
    border: 2px solid #ddd;
    padding: 30px 20px 20px 30px;
    margin-bottom: 10px;
    transition: all .5s ease-in-out;
}

.m_service:hover {
    border: 2px solid #fe425a;
}

.m_service:hover .icon_img img {
    transform: scale(1.1);
}

.fnt_cng {
    font-weight: bold;
    text-transform: uppercase;
}

.icon_p p {
    margin-bottom: 0;
    font-size: 12px;
    color: #000;
    line-height: 18px;
    text-align: left;
}

.icon_img img {
    margin: auto;
    text-align: center;
    transition: all .5s ease-in-out;
}

.bg_form {
    margin-top: 50px;
    background: url(../images/bg7.jpg);
    background-attachment: fixed;
    background-position: 50% -109.938px;
    background-size: cover;
    margin-bottom: 30px;
}

.bg_bck {
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.8);
}

.login_frm {
    padding: 0px 10px;
    box-shadow: none;
    border-radius: inherit;
    height: 40px;
    font-size: 13px;
}

.navbar {
    border: none;
}

.form_donate {
    padding: 16px;
}

.check_b {
    margin-bottom: 20px;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 10px 10px;
    background: #eee;
}

.bt_smp {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.frm_box label {
    color: #555;
    font-size: 12px;
}

.btn_dnt {
    background: #3072c4;
    padding: 12px 17px;
    display: inline;
    color: #fff;
    font-size: 14px;
    border: none;
    transition: all .5s ease-in-out;
}

.btn_dnt:hover {
    background: #fe425a;
    color: #fff;
}

.pink_c {
    color: #fe425a;
}

.slider_cng .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 43%;
    margin-top: -16px;
    outline: 0;
    width: 52px;
    height: 52px;
    text-indent: -9999px;
    z-index: 99;
}

.slider_cng .bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/arrow-left.png) no-repeat;
}

.slider_cng .bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/arrow-right.png) no-repeat;
}

.slider_cng .bx-wrapper {
    border: none;
    box-shadow: none;
    margin-bottom: 10px;
}

.slider_txt {
    text-align: center;
    padding: 29px;
}

.slider_txt h4 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
    color: #8e6430;
    height: 55px;
}

.slider_txt p {
    text-align: center;
    font-size: 12px;
    height: 124px;
    overflow: hidden;
    margin-bottom: 20px;
    color: #8e6430;
}

.slider_btn {
    text-align: center;
    margin: auto;
}

.bt_sli {
    background: #f5c634;
    padding: 9px 38px;
    border-radius: 50px;
    color: #654722;
    font-size: 14px;
    transition: all .5s ease-in-out;
}

.bt_sli:hover {
    background: #654722;
    color: #fff;
}

.img_gl_box {
    position: relative;
    transition: all .5s ease-in-out;
    width: 100%;
    height: 185px;
}

.img_gl_box img {
    height: 100%;
    margin: auto;
    text-align: center;
}

.img_gl {
    padding-bottom: 40px;
}

.img_gl ul {
    display: table;
    width: 100%;
}

.img_gl ul li {
    display: table-cell;
    border-right: 1px solid #fff;
}

.img_gl ul li:last-child {
    border-right: 0;
}

.img_hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: rgba(160, 24, 49, 0.8);
    z-index: 99;
    height: 100%;
    transition: all .5s ease-in-out;
}

.img_hover i {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: relative;
    color: #fff;
    font-size: 35px;
}

.img_gl_box:hover .img_hover {
    opacity: 1;
}

.he_cng {
    height: 456px;
}

.dt_nm {
    display: block;
    color: #828080;
    font-size: 12px;
    font-weight: 600;
}

.in_si p {
    font-size: 12px;
    margin-top: 10px;
    color: #000;
    height: 36px;
    overflow: hidden;
}

.sm_btn {
    background: #fe425a;
    padding: 6px 16px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
}

.blog_imgs {
    width: 83px;
    height: 77px;
}

.eq_1 {
    padding-right: 50px;
}

.eq_2 {
    padding-left: 50px;
}

.br_right {
    border-right: 1px solid #ddd;
}

.no_bc {
    margin-bottom: 80px;
}

.no_bc .bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.no_bc .bx-wrapper .bx-pager {
    display: block;
}

.no_bc .bx-wrapper .bx-controls-direction a {
    display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #3072c4;
}

.no_bc .main_f_box {
    border: none;
}

.img_circle1 img {
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
}

.tet_test {
    text-align: center;
    margin: auto;
    width: 70%;
}

.tet_test h3 {
    font-weight: bold;
    margin-bottom: 20px;
}

.tet_test p {
    text-align: center;
    font-size: 12px;
    color: #000;
    line-height: 22px;
}

.box_bg_footer {
    background-color: #fce9db;
    padding-top: 40px;
}

.foot_h .br_fo h4 {
    font-size: 25px;
}

.foot_h .br_fo h4:before {
    top: 38px;
}

.tx_f p {
    font-size: 12px;
    color: #754600;
    line-height: 20px;
}

.social_f li {
    float: left;
}

.social_f li a {
    transition: all .5s ease-in-out;
    padding: 10px 13px;
    display: block;
    margin-right: 10px;
    width: 44px;
    height: 38px;
    text-align: center;
    font-size: 17px;
}

.social_f li .color1 {
    background: #3b5998;
    color: #fff;
}

.social_f li .color1:hover {
    background: #070e7b;
}

.social_f li .color2 {
    background: #02b0e8;
    color: #fff;
}

.social_f li .color2:hover {
    background: #059ccc;
}

.social_f li .color3 {
    background: #a11312;
    color: #fff;
}

.social_f li .color3:hover {
    background: #890909;
}

.img_gl {
    overflow: hidden;
}

.img_gl .col-sm-2 {
    padding-left: 0;
    padding-right: 0;
    border-right: 1px solid #fff;
}

.nav_f {
    padding-left: 20px;
}

.nv_1 li {
    position: relative;
    border-bottom: 1px dashed #754600;
}

.nv_1 li a {
    color: #754600;
    font-size: 12px;
    padding: 10px 10px;
    display: block;
}

.cnt_footer ul li {
    padding-left: 54px;
    position: relative;
    margin-bottom: 20px;
}

.cnt_footer ul li a {
    color: #754600;
    font-size: 12px;
}

.cnt_footer ul li a strong {
    font-size: 15px;
    margin-bottom: 8px;
}

.cnt_footer ul li a p {
    line-height: 17px;
    font-weight: 600;
    margin-bottom: 0;
}

.po_fo {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border: 2px solid #754600;
    text-align: center;
    font-size: 20px;
    line-height: 34px;
}

.top_border {
    border-top: 1px solid #4c4d4e;
    z-index: 99;
    position: relative;
}

.box_bottom span {
    color: #392f85;
    display: block;
    font-weight: 600;
    font-size: 12px;
    padding: 10px 0px;
}

.box_bottom span a {
    color: #f9ae3d;
}

.ac_add {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 10px;
}

.info strong {
    font-size: 12px;
}

.box_icon {
    margin: auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.box_icon ul {
    margin: auto;
    display: inline-block;
}

.box_icon ul li {
    width: 230px;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.box_icon ul li:last-child {
    margin-right: 0;
}

.img_in {
    position: relative;
    width: 200px;
    height: 200px;
    padding: 25px;
    text-align: center;
    margin: auto;
    border-radius: 50%;
    background: #fff;
    border: 10px solid rgba(255, 188, 0, 0.2);
    transition: all .5s ease-in-out;
}

.img_in img {
    margin: auto;
    text-align: center;
    transition: all .5s ease-in-out;
    padding-top: 10px;
}

.with_1 {
    width: 75%;
}

.with_2 {
    width: 75%;
}

.with_3 {
    width: 75%;
}

.with_4 {
    width: 75%;
}

.with_5 {
    width: 100%;
}

.text_icon {
    position: absolute;
    background: rgba(183, 139, 17, 0.8);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.text_icon h4 {
    font-size: 15px;
    transition: all .5s ease-in-out;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin: 0;
    line-height: 20px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: relative;
}

.main_icon {
    position: relative;
    overflow: hidden;
    transition: all .5s ease-in-out;
}

.main_icon:hover .img_in img {
    transform: scale(0.8);
}

.main_icon:hover .text_icon {
    opacity: 1;
}

.ct_cn tr th {
    text-align: center;
    color: #8e6430;
}

.ct_cn tr td.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 5px;
}

.map_b iframe {
    width: 100%;
    height: 300px;
    border: 5px solid #fff !important;
}

.logo_f img {
    margin: auto;
    width: 120px;
}

.rh_l {
    text-align: left;
}

.rh_l h1 {
    text-align: left;
}

.rh_l h1:before {
    margin: inherit;
    background: url(../images/small_blog.png)no-repeat;
}

.rh_l p {
    text-align: left;
}

.line_num {
    margin-left: 13px;
}

.line_num li {
    list-style: decimal;
    padding: 5px 10px;
    font-size: 14px;
    color: #353535;
}

.img_d img {
    transition: all .5s ease-in-out;
    margin: auto;
    text-align: center;
    border: 9px solid #ddd;
    box-shadow: 2px 2px 2px #fba926;
}

.img_d:hover img {
    transform: scale(0.9);
}

.tb_v tr th {
    width: 200px;
    background: #eee;
}

.tb_v tr th i {
    font-size: 11px;
}

.tb_v tr th:nth-child(4n) {
    color: #006e36;
}

.tb_v tr th:nth-child(5n) {
    color: #006e36;
}

.tb_v tr td:nth-child(4n) {
    color: #006e36;
}

.tb_v tr td:nth-child(5n) {
    color: #006e36;
}

.sp_h {
    font-weight: 600;
    font-size: 13px;
    color: #755c3e;
}

.sm_h {
    font-size: 11px;
    color: #f9ae3d;
}

.im_r {
    font-style: italic;
    color: #a00808;
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    display: block;
}

.cl_cn {
    color: #f9ae3d;
    font-size: 15px;
}

.cl_cn1 {
    padding: 5px 10px;
    font-weight: normal;
    font-size: 15px;
    color: #272727;
}

.cl_cn1 a {
    color: #fe425a;
}

.form_box {
    position: relative;
    background: #eee;
    padding: 20px;
    width: 50%;
    margin: auto;
}

.frm_h {
    position: absolute;
    top: -10px;
    background: #f9ae3d;
    padding: 3px 10px;
    display: block;
    border: 1px dashed #ddd;
}

.frm_h h3 {
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.frm_input {
    border-radius: inherit;
    border: 1px solid #ddd;
    box-shadow: none;
    height: 38px;
}

.with_sm {
    width: 90%;
}

.yr_b {
    position: absolute;
    top: 6px;
    right: 0;
    font-weight: 600;
}

.sb_cl {
    transition: all .5s ease-in-out;
    padding: 10px 21px;
    background: #b49268;
    border: none;
    font-weight: 600;
    color: #fff;
    border-bottom: 2px solid #f9ae3d;
}

.sb_cl:hover {
    background: #f9ae3d;
    border-bottom: 2px solid #b49268;
}

.welcome_heading .to_1 {
    display: block;
    color: #b49268;
    font-weight: 600;
    margin-bottom: 7px;
}

.welcome_heading .to_1,
.to_2 {
    display: block;
    font-weight: 600;
    margin-bottom: 7px;
}

.welcome_heading .to_1 {
    color: #b49268;
}

.welcome_heading .to_2 {
    color: #353535;
    text-decoration: underline;
}

.frm_bg {
    background: #f9ae3d;
    padding: 10px 10px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.tb_pd tbody tr th {
    width: 139px;
}

.dot {
    width: 10px;
    text-align: center;
}

.ad_c ul .sr_b {
    text-align: center;
    left: -104px;
    top: 0;
    PADDING: 10PX 18PX;
    POSITION: ABSOLUTE;
    FONT-SIZE: 35PX;
    FONT-WEIGHT: 600;
    COLOR: #f9ae3d;
    text-shadow: 1px 1px 0px #000;
}

.pdf_box iframe {
    width: 100%;
    height: 700px;
}

.or_b {
    color: #b49268;
    font-weight: 600;
}

.to_sm {
    color: #b49268;
    font-size: 18px;
    text-shadow: none !important;
    box-shadow: none;
    font-weight: 600;
    display: inline-block;
    text-align: center;
}

.vsu_b {
    text-align: center;
    PADDING: 10PX 18PX;
    FONT-SIZE: 35PX;
    FONT-WEIGHT: 600;
    COLOR: #392f85;
    text-shadow: 1px 1px 0px #000;
}

.pc_fdd {
    padding: 20px 0px;
}

.default_pr {
    background: #eee;
    border-bottom: 2px solid #392f85;
    padding: 9px 21px;
    margin-bottom: 15px;
    height: 225px;
}

.default_pr ul li .tb_cnt {
    display: table;
}

.default_pr ul li {
    border-bottom: 1px dashed #9a999d;
    padding: 10px 0px;
    width: 100%;
    display: block;
}

.default_pr ul li:last-child {
    border-bottom: none;
}

.default_pr ul li span {
    display: table-cell;
}

.default_pr ul li .nm_box1 {
    font-weight: 600;
    width: 80px;
}

.default_pr ul li .nm_box2 {
    width: 60px;
    text-align: center;
}

.top_bdr {
    border-top: 3px solid #ffd800;
}

.logo_c img {
    width: 100px
}

.sticky .btne {
    padding: 4px 0px;
    padding-top: 36px;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: auto;
}