@import url(hover-min.css);
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&display=swap');


body {
    background: #000;
    color: #fff;
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: #ff8f00;
}

li {
    list-style: none;
    font: 300 15px 'Noto Sans JP', sans-serif;

}

p {
    font: 300 15px 'Noto Sans JP', sans-serif;
}


.navbar-toggle {
    background-color: #c79a39 !important;
    border: 2px solid #fff !important;
    border-radius: 0px;
    margin-right: 0px;
}


.caret {

    margin: 0px 8px 5px 0px;
    border-top: 8px dashed;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;

}


/***WORKING START***/



.dropdown-submenu {
    position: relative;
}

.headerbg {
    background-color: #000;
}


.homebgs {
    background-image: none;
    background-repeat: repeat;
}


.hometopimg {
    padding-top: 80px;
    padding-left: 40px;
}

.innerbanner {
    background-color: #c79a39 !important;
    background-image: url(../images/innerbanner01.jpg);
    padding: 80px 30px;
    color: #fff;
    text-align: center;
    background-size: cover;
}

.btmbanner {
    background-color: #000 !important;
    background-image: url(../images/btm-bg.jpg);
    background-size: cover;
    padding: 60px 0px 10px;
}

.innerh1 {
    text-transform: uppercase;
    font-size: 52px;
    color: #c79a39;
}

.footerbx h2 {
    font: 700 18px 'Noto Sans JP', sans-serif;
    text-transform: uppercase;
    color: #f1f1f1;
    margin: 25px 0 10px 0;
}

.footerbx ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footerbx ul li a {
    font: 300 15px 'Noto Sans JP', sans-serif;
    color: #fff;
    display: block;
    padding: 3px 0;
    transition: all 0.3s;
    background-color: transparent;
}

.footerbx ul li a:hover {
    color: #c79a39;
    padding: 3px 5px;
}

.footerbx p {
    font: 400 15px 'Noto Sans JP', sans-serif;
    color: #FFF;
    min-height: 30px;
}

.footerbx p a {
    color: #FFF;
}

.footerbx p a:hover {
    color: #c79a39;
}

.addr2 {

    padding-left: 35px;
    background-position: 0px 6px;
    padding-top: 3px;
}


.copyr {
    font: 400 15px 'Noto Sans JP', sans-serif;
    color: #000;
}

.copyr a {
    font: 400 15px 'Noto Sans JP', sans-serif;
    color: #fff;
}

.welcomebg {
    background-image: url('../images/welcomebg.jpg');
    background-size: cover;
    background-color: rgba(47, 46, 45, 0.75);
    background-blend-mode: soft-light;
    padding: 80px 20px;
}


.social {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social li {
    display: inline-block;
}

.social li a {
    width: 40px;
    height: 40px;
    background: #c79a39 !important;
    display: block;
    font-size: 21px !important;
    color: #fff;
    text-align: center;
    line-height: 52px;
    transition: all 0.3s;
    border-radius: 20%;
}

.social li a:hover {
    background: #000 !important;
    border: 2px solid #c79a39;
}


.nsfrm {
    width: 450px;
    float: right;
}

.nsfrm label {
    font: 500 16px 'Noto Sans JP', sans-serif;
    text-transform: uppercase;
    color: white;
    display: inline-block;
    width: 29%;
}

.nsfrm .form-group {
    width: 70%;
    position: relative;
    display: inline-block;
}

.nsfrm .form-group input {
    width: 100%;
    height: 58px;
    background: #c79a39;
    border: 0;
    border: 1px #4b6512 dotted;
}

.nsfrm .form-group button {
    position: absolute;
    right: 9px;
    top: 9px;
    font-size: 25px;
    color: white;
    border: 0;
    background: #c79a39;
    padding: 3px 12px;
    border-radius: 5px;
}

.dropdown-submenu .dropdown-menu {
    background-color: #c79a39 !important;
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-menu > li > a {
    color: #e8e8e8 !important;
}


.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:active a:hover{
    color: #c79a39 !important;
    background-color: #000;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #c79a39;
}


.about-img {

    float: right;
    box-shadow: 8px 3px 13px #c4c4c4;
}

.left_sub_menu .active-sec {
    color: red;
    background-color: #FFF;
}

.homecontactbtn {
    color: #fff;
    display: inline-block;
    background: #c79a39 !important;
    padding: 10px 30px !important;
    margin-bottom: 30px;
    border-radius: 10px;
}

.homecontactbtn a:hover {
    color: #000;
    display: inline-block;
    background: #fff;
}

/*****************************start top header************************************/

.top_paragraph {
    float: left;
    width: 100%;
    margin: 10px 0;
    text-align: right;
    font-weight: 500;
}

.top_paragraph p {
    color: #c79a39;
    font: 400 16px 'Noto Sans JP', sans-serif;
    margin: 0;
}



.top_social {
    float: right;
    padding: 10px 25px;
}

.top_social .fa {
    color: #fff;
    font-size: 14px;
    transition: all 0.3s;
    padding: 0 0 0 12px;
}

.top_social .fa:hover {
    color: #df2c22;
}

.top_email {
    float: left;
    margin: 40px 0;
}

.top_email h2 {
    float: right;
    color: #c79a39;
    font: 500 16px 'Noto Sans JP', sans-serif;
    margin: 0;
}

.top_email h3 {
    color: #fff;
    font: 500 13px 'Noto Sans JP', sans-serif;
    margin: 0;
}



.top_social .fa:first-child {
    padding: 0;
}

.top_phone {
    float: right;
    margin: 40px 0;
}

.top_phone h2 {
    float: right;
    width: 100%;
    text-align: right;
    color: #c79a39;
    font: 500 16px 'Noto Sans JP', sans-serif;
    margin: 0;
}

.top_phone h3 {
    color: #fff;
    font: 500 13px 'Noto Sans JP', sans-serif;
    margin: 0;
}

.top_whatsapp h3 {
    color: #fff;
    font: 500 13px 'Noto Sans JP', sans-serif;
    margin: 0;
}

/*start top logo area*/

.top_logo {
    width: 54% !important;
    float: left;
    margin: 0px;
}

.top_logo img {
    width: 70%;
    margin: 0px;
	padding:0px;

}

.bttm_logo {
    width: 250px;
    text-align: center;
    margin-left: 0%;
    padding-left: 0px;
}

/*end top logo area*/



/*start top search bar*/

.search_input {
    float: right;
    width: 100%;
    margin: -5px 0;
}



.btn-default {
    border: 0 !important;
    transition: all 0.3s !important;
    background: none !important;
    border-radius: 0;
}

.btn-default .fa {
    color: #fff !important;
    transition: all 0.3s !important;
    font-size: 18px !important;
    margin: 0 0 0 3px !important;
}


.input-group .form-control {
    border: 1px solid #CCC !important;
    border-radius: 0;
    background: transparent !important;
}

.form-control:focus {

    outline: 0;
    box-shadow: none !important;
}

.searchbtn {
    padding: 5px 12px;
}

.btn-default .fa {
    font-size: 20px !important;
    background: none !important;
    border: 0 !important;
}

.btn-default:hover {}


.search_input .input-group-btn {
    background-color: #c79a39;
}

/*end top search bar*/

/*end top header*/







/*start top menu bar*/

.menu5 {
    float: left;
    width: 100%;
    padding: 0;
}

.navbar {
    margin-bottom: 0;
    min-height: 0;
}

.navbar-inverse {
    background: none;
    border: 0;
}

.navbar-nav > li {
    color: #fff;
    font: 400 16px 'Noto Sans JP', sans-serif;
    text-transform: uppercase;
}

.navbar-nav > li:last-child {
    background: none;
}

.nav > li > a {
    padding: 8px 10px 8px 10px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    transition: all 0.3s;
    padding: 15px 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 800 !important;
    text-align: left !important;

}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #c79a39;
    background-color: #000 !important;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #c79a39 !important;
	background-color: #000 !important;
}

/*.navbar-inverse .navbar-nav>li>a:hover{ color:#d22786; background:#fff !important;}
*/
.navbar-collapse {
    padding: 0 !important;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    overflow: visible !important;
}



#navigation-bar {
    position: relative;
}

#search {
    position: relative;
    float: left;
    width: 45px;
    height: 41px;
    margin-left: -10px;
    margin-top: 0px;
}

#label {
    width: 45px;
    height: 41px;
    position: relative;
    z-index: 20;
}

#label label {
    display: block;
    width: 45px;
    height: 41px;
    background: url("../images/search.png") 0 0;
    transition: all 0.3s;
    font-size: 0;
    color: transparent;
    text-indent: -9999px;
    cursor: pointer;
}

#label label:hover {
    background: url("../images/search.png") -45px 0;
}

#label.active label {
    background: url("../images/search.png") -45px 0;
}

#input {
    position: absolute;
    top: 0;
    right: 45px;
    width: 200px;
    height: 41px;
    z-index: -1;
    margin-top: 0px;
    overflow: hidden;
}

#input input {
    display: block;
    position: absolute;
    top: 0;
    right: -200px;
    width: 200px;
    height: 100%;
    margin: 0;
    padding: 0 10px;
    border: none;
    background-color: #DA81CB;
    color: #fff;
    font-size: 18px;
    -webkit-backface-visibility: none;
    -moz-backface-visibility: none;
    -ms-backface-visibility: none;
    backface-visibility: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: right 0;
    -moz-transition: right 0;
    -ms-transition: right 0;
    -o-transition: right 0;
    transition: right 0;
}

#input input:focus {
    outline: none;
}

#input.focus {
    z-index: 20;
}

#input.focus input {
    right: 0;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -ms-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
}

#input input::-webkit-input-placeholder {
    color: white;
}

#input input:-moz-placeholder {
    color: white;
}

#input input::-moz-placeholder {
    color: white;
}

#input input:-ms-input-placeholder {
    color: white;
}



/*end top menu bar*/



/*****************************end top header************************************/



/*start slider*/

/*end slider*/



/*start categories*/

.main_cat {
    float: left;
    width: 100%;
    margin: 0px;
}

.cat_bg {

    padding: 8px;
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    height: auto;
}

.cat_bg h2 {
    color: #fff;
    font: 400 45px 'Noto Sans JP', sans-serif;
    margin: 265px 0 20px 0;
    text-transform: uppercase;
    text-shadow: 2px 2px 1px #000;
}

.cat_bg h3 {
    margin: 5px auto 0 auto;
    display: inline-block;
    color: #c79a39;
    transition: all 0.6s;
    padding: 10px 40px;
    text-transform: capitalize;
    background: #000;
    font: 500 16px 'Noto Sans JP', sans-serif;
    border: 1px solid #c79a39;
    
}

.cat_detialbox {
    width: 100%;
    height: 100%;
    top: 190px;
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background-color: transparent;
    transition: all 0.6s;
}


.main_cat:hover h2 {
    transform: translateY(0px);
    transition: all 0.6s;
}


.prod-img {
    height: 250px;
}


/*start perfect Effect*/

.main_cat:hover h3 {
    transition: all 0.9s;
    transform: translateY(0px);
}

.main_cat {
    position: relative;
    overflow: hidden;
}

.main_cat img {
    transition: all 0.6s;
    border: 0px solid #fff;
}

.main_cat img:hover {
    transition: scale(1.1);

}



.main_cat .overlay {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.6s;

}


.main_cat:hover .overlay {
    opacity: 1;
}

/*end perfect Effect*/


#carousel-example-generic .fa {
    font-size: 60px;
    position: absolute;
    top: 40%;
}


/*end categories*/



/*start short about*/

.main_wellcome_detail {
    text-align: left;
    width: 100%;
}

.visionbg {
    background: #fff6;
    padding: 20px;
    border-radius: 20px;
    max-width: 450px;
}

.main_wellcome_detail h2.topheading {}

.main_wellcome_detail span {
    color: #000;
    text-transform: none;
    padding: 0px;
}

.main_wellcome_detail p {
    color: #fff;
    font: 300 16px 'Noto Sans JP', sans-serif;
    line-height: 20px !important;
    display: inline-block;
    width: 100%;
    text-shadow: 1px 1px 2px #959595;
    letter-spacing: 0.8px;
}

.main_wellcome_detail a {
    transition: all 0.5s;
    color: #FFF;
    padding-right: 10px;
    padding-bottom: 3px;
    font: 400 16px 'Noto Sans JP', sans-serif;
    background: #FFF;
    text-transform: none;
}

h2.topheading {
    margin: 0px auto;
    padding: 0px;
    text-transform: uppercase;
    text-align: center;
    color: #c79a39;
    font: 600 38px 'Noto Sans JP', sans-serif;
    border: 0px;
    background-color: transparent;
}

.headingcont {
    text-shadow: 2px 1px 1px #b3a9a959;
    text-align: center;
    margin-top: 50px;
}


h2.topheading span {
    color: #c79a39;
    text-transform: none;
    padding: 0 0px 0 10px;
    text-transform: uppercase;
}



.main_wellcome_detail a:hover {}

.missiontxt {
    color: #c79a39;
    font-size: 50px;
    text-align: center !important;
    text-shadow: 1px 2px 1px #000;
}

/*end short about*/



/*====================  Pagination Start  ===============================*/

.pagination > li > a,
.pagination > li > span {
    border: 1px solid #1e1e1f;
    color: #1e1e1f;
    margin: 2px;
    padding: 5px 12px;
    border-radius: 0px !important;

}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {

    background-color: #1e1e1f;
    color: #FFF;

}

/*====================  Pagination End  ===============================*/




/*start products*/

.prod {
    margin: 10px 0;
    transition: all 0.3s;
    border: 1px solid #f2f2f2 !important;
    float: left;
    width: 100%;
    text-align: center;
    background-size: cover;
}

.prod h2 {
    color: #1e1e1f !important;
    font-family: 'Noto Sans JP', sans-serif !important;
    padding: 0px 10px !important;
    font-size: 14px !important;
    font-weight: 400;
    margin: 3px auto;
    width: 100%;
    float: left;
    background: none !important;
}

.prod h3 {
    color: #1e1e1f !important;
    margin: 0 auto;
    width: 100%;
    float: left;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
}

.prod p {
    color: #c79a39;
    font: 400 12px 'Noto Sans JP', sans-serif;
    margin: 4px auto;
    width: 100%;
    line-height: 18px !important;
    float: left;
}



.prod .prod-thumnail {
    transition: all 0.6s;
    height: 250px;
    width: 100%;
    position: relative;

}

.prod-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 99;
    opacity: 0;
    transition: 0.4s;
}


.prod .prod-eye {
    border: 1px solid #1e1e1f;
    margin: auto;
    margin-top: 50%;
    width: 100%;
    transition: 0.4s;
}

.prod:hover .prod-eye {
    width: 100px;

    transition: 0.4s;
}

.prod:hover .prod-mask {
    opacity: 1;
}

/*start perfect Effect*/

.prod {
    position: relative;
    overflow: hidden;
    border: 1px solid #f2f2f2 !important;
    border-radius: 24px;
    background-color: #fff;
    margin-bottom: 50px;
}



.prod .overlay {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: #FFF;
    opacity: 0;
    transition: all 0.6s;
}

.prod:hover .overlay {
    opacity: 1;
}



.main_wellcome_detail .item {
    margin: 0 -7px !important;
}



/*end perfect Effect*/

/*end products*/



/*start news letter*/

/*end news letter*/





/*start footer*/

.main_heading {
    float: left;
    width: 100%;
    margin: 30px 0px 10px 0;
}

.heading {
    text-transform: uppercase;
}


.heading_here h3 {
    text-transform: capitalize;
    color: #fff;
    font: 400 16px 'Noto Sans JP', sans-serif;
}

.heading_here p {
    color: #FFF;
    font: 400 16px 'Noto Sans JP', sans-serif;
}



ul.main_footer_links {
    margin: 15px 0 0 0;
    float: left;
    width: 100%;
    padding-left: 0;
}

ul.main_footer_links li {
    color: #fff;
    font: 400 16px 'Noto Sans JP', sans-serif;
    padding: 10px 0 6px 0;
    list-style: circle;
    margin-left: 40px;
}

ul.main_footer_links li a {
    transition: all 0.8s;
    text-transform: capitalize;
}

ul.main_footer_links li a:hover {
    text-decoration: underline;
    color: #fd76c2;
    padding: 0 0 0 0px;
}



.main_boxs {
    margin: 15px 0 0 0;
    float: left;
    width: 100%;
}

.main_boxs p {
    color: #fff;
    font: 500 15px 'Noto Sans JP', sans-serif;
    padding: 3px 0;
}

.main_boxs_input {
    margin: 0 0 10px 0;
    color: #333333;
    font: 600 13px 'Noto Sans JP', sans-serif;
    width: 100%;
    height: 38px;
    background: #fff;
    border: 0;
    text-indent: 10px;
}

.ftr_btn {
    padding: 10px 15px;
    float: right;
    margin: 5px 0;
    background: #DA81CB;
    color: #fff;
    border: 0;
    text-transform: capitalize;
}



.main_footer_links3 {
    margin: 15px 0 0 0;
    float: left;
    width: 100%;
}

.main_footer_links3 p {
    margin: 0;
    line-height: 22px !important;
    color: #fff;
    font: 400 16px 'Noto Sans JP', sans-serif;
}

.main_footer_links3 span {
    float: left;
    padding: 0 10px 0 0;
}







.copyr {
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin: 10px 0 0 0;
}

.copyr p {
    margin: 8px 0 0 0;
    color: #000;
    font: 400 16px 'Noto Sans JP', sans-serif;
}

.copyr span {
    margin: 8px 0 0 0;
    color: #fff;
    font: 400 16px 'Noto Sans JP', sans-serif;
    float: left;
}

.copyr a {
    color: #fff;
    font: 400 16px 'Noto Sans JP', sans-serif;
    transition: all 0.5s;
}

.copyr a:hover {
    color: #909192;
    text-decoration: blink;
}

/***********************end footer***************************/

/*====================  Owl Demo Start  ===============================*/

.owl-demo .owl-pagination {
    display: none;
}

.owl-demo .owl-item {
    padding: 0 15px;
}

.owl-demo .owl-buttons {
    position: absolute;
    width: 100%;
    padding: 0 !important;
    top: 30%;
}


.owl-demo .owl-buttons div .fa {
    font-size: 60px !important;
    color: #c79a39 !important;
    border-radius: 5px;
    padding-top: 45px;
}


.owl-demo .owl-next {
    position: absolute;
    z-index: 999;
    right: -45px !important;
    padding: 10px 8px !important;

}

.owl-demo .owl-prev {
    position: absolute;
    z-index: 999;
    left: -45px !important;
    padding: 10px 8px !important;

}


/*====================  Owl Demo End  ===============================*/

/*====================  Owl Demo Start  ===============================*/

.owl-demo2 .owl-pagination {
    display: none;
}

.owl-demo2 .owl-item {
    padding: 0 25px;
}

.owl-demo2 .owl-buttons {
    position: absolute;
    width: 100%;
    top: 45%;
}

.owl-demo2 .owl-buttons div {
    background: #1e1e1f;
    font-size: 28px !important;
    padding: 0 15px !important;
    color: #FFF !important;
    border-radius: 5px;
}

.owl-demo2 .owl-next {
    position: absolute;
    z-index: 999;
    right: 0;
    width: 51px;
    height: 51px;
}

.owl-demo2 .owl-prev {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 51px;
    height: 51px;
}

.owl-demo2 .owl-next .fa {
    margin: 10px 0 0 4px;
}

.owl-demo2 .owl-prev .fa {
    margin: 10px 0 0 -4px;
}

.owl-demo2 .owl-buttons div:hover {
    background: #c79a39;
    color: #FFF !important;
}

.left_menu_main a {
    pointer-events: none;

}

.left_sub_menu .active-sec {
    color: red;
    background-color: #FFF;
}

.sortnperpage {
    height: 40px;
    clear: both;
    line-height: 40px;
    font-family: 'Noto Sans JP', sans-serif;
}

.sortlabel,
.perpagelabel {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #1e1e1f;
}


.leftmenu h2 {
    font: 400 16px 'Noto Sans JP', sans-serif;
    background: #1e1e1f;
    font-weight: normal;
    color: white;
    padding: 10px;
    margin: 0;
}

.prdarea h2 {
    font: 500 16px 'Noto Sans JP', sans-serif;
    color: #c79a39 !important;
    margin: 0;
    padding-bottom: 6px;
    padding-top: 10px;
}

.prdarea h3 {
    font: 300 16px 'Noto Sans JP', sans-serif;
    color: #fff;
    padding: 0px;
    margin: 10px 0;
}

.prdarea p {
    font: 300 16px 'Noto Sans JP', sans-serif;
}

.largeimg {
    border: 1px solid #f2f2f2 !important;
}



.largedet h3 {
    font: 400 22px 'Noto Sans JP', sans-serif;
    color: #fff;
    margin: 0px;
}

.largedet h4 {
    font: 400 18px 'Noto Sans JP', sans-serif;
    color: #c79a39;
    margin: 0 0 10px 0;
}

.largedet h5 {
    font: 400 17px 'Noto Sans JP', sans-serif;
    color: #fff;
    margin: 0 0 10px 0;
}

.largedet p {
    color: #fff;
    font: 400 16px 'Noto Sans JP', sans-serif;
}

.proddescription {
    color: #fff;
}

.content_text {
    color: #818181;
    font: 400 16px 'Noto Sans JP', sans-serif;
}

.largedet input,
.largedet select {
    border: 1px solid #1e1e1f !important;
    background: white !important;
    color: #1e1e1f;
    font-weight: bold;
}

.largedet label {
    color: white;
}



.prdarea .prdarea input,
select {
    background: #FFF !important;
    color: black;
}

/*
.prdarea textarea, select{ background:#9A296E !important; color:black;}
*/
.prdarea label {
    color: #fff;
    font: 500 12px 'Noto Sans JP', sans-serif;
	width: 99px;
    display: block;
}

.txt_id2 {
    margin: 5px 0;
    padding: 5px;
}

.bootradio .btn {
    color: #FFF !important;
    margin: 2px;
    background-color: #515151 !important;
}

.bootradio .active {
    color: #FFF !important;
    background-color: #1e1e1f !important;
}

#contact {
    padding-top: 28px;
    width: 340px;
    height: 95px;
    margin: 40px 0px 10px 20px;
    float: right;
}

#contact span {
    width: 200px;
    float: right;
    margin-right: 20px;
    color: #FFF;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
}

#contact #emailhead {
    color: #1e1e1f;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;

}

#emailsprt a:hover {
    color: #9A296E;
}

#contact #callhead {
    color: #1e1e1f;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 5px;

}


#contact span p {
    color: #1e1e1f;
}

#links ul {
    height: 56px;
    list-style: none;
}

#links ul li {
    margin-top: 20px;
    margin-right: 20px;
}

#links ul a {
    text-decoration: none;
    text-transform: capitalize;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.heading h2 {
    border-bottom: 1px solid #FFF;
    font: 500 20px "Noto Sans JP", sans-serif;
    margin: 0;
    color: #fff;
    margin: 0;
}

#links ul a:hover {
    color: #5dd4e3;
    text-decoration: underline;
    transition: .2s linear;
}

.main_heading {
    float: none;
}

#catlinks ul {}

#catlinks ul li {
    margin-top: 15px;
    margin-right: 20px;
    list-style: disc;
    color: #FFF;
}

#catlinks ul a:hover {
    color: #5dd4e3;
    text-decoration: underline;
    transition: .2s linear;
}

#catlinks ul a {
    text-decoration: none;
    text-transform: capitalize;
    color: #FFF;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
}


.hvr-bounce-to-top:before {
    background-color: transparent;
}

.hvr-bounce-to-right:before {
    background-color: transparent;
}

/*Google Translator Styles Start*/
.goog-te-gadget img {
    display: none;
}

/*Google Translator Styles End*/
p,
a {
    font-family: 'Noto Sans JP', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Sans JP', sans-serif !important;
}

.searchcont {
    padding-top: 30px;
}

.signup {
    border-radius: 5px;
    float: left;
    text-align: center;
}

#signupemail {
    padding-left: 10px;
    display: block;
    margin: 0 auto;
    width: 90%;
    border: 0;
    border-bottom: 1px solid rgba(206, 204, 204, .6);
    height: 36px;
    line-height: 45px;
    margin-bottom: 10px;
    font-size: 1.1em;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.9);
    /* margin-left: 10px; */
    float: left;
    background-color: transparent;
}


.topbar {
    height: 30px;
    width: 100%;
    background-color: transparent;
}

.topbarcontact {
    height: 32px;
    width: 60%;
    display: inline-block;
    color: #c79a39;
    padding-top: 4px;
    font: 400 13px 'Noto Sans JP', sans-serif;
    text-align: left;
    padding-left: 30px;
    margin: 10px 0px;
    font-weight: 500;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
  text-decoration: none;
  color: #e1e1e1 !important;
  padding-right: 6px;
}

s

.topphone {
    height: 32px;
    line-height: 32px;
    float: left;
    color: #c79a39;
}

.topwhatsapp {
    height: 32px;
    line-height: 32px;
    float: left;
    color: #c79a39;
}

.topemail {
    height: 32px;
    line-height: 32px;
    float: left;
    color: #c79a39;
}

.topbarcontact .fa {
    padding: 10px;
    color: #c79a39;
}

.topbarlanguage {
    text-align: right;
    height: 32px;
    width: 40%;
    display: inline-block;
    float: right;
}

.goog-te-gadget-simple {
    border: none !important;
    background-color: transparent !important;

}

.goog-te-gadget-simple .goog-te-menu-value {
    color: #FFF !important;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    color: #ececec !important;
    text-decoration: none;
}

.goog-te-menu-value span:nth-child(3) {
    display: none !important;
}

.goog-te-menu-value span:nth-child(5) {
    padding: 5px;
    font-size: 10px;
}

.t1515 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.t1010 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.t2525 {
    margin-bottom: 25px;
    margin-top: 25px;
}

.topheading {
    margin: 0px auto !important;
}

.welcomemsg {

    text-align: justify;
    float: none;
    width: 100%;
    margin: auto;
}

#homenews {
    width: 100%;
    background-image: url(../images/pattern10.png);
    color: #FFF;

}

.newsdiv {
    text-align: center;
}

.newsh3 {
    border-bottom: 7px double #FFF;
    width: 350px;
    margin: 40px auto;
    text-align: center;
    font-size: 36px;
    display: inline-block;
}

#carousel-example-generic2 .carousel-inner {
    height: 150px;
    width: 80%;
    margin: auto;
}

#carousel-example-generic2 .item {
    height: 150px;

}

#carousel-example-generic2 .newstitle {
    text-align: center;
    margin-top: 0px;
}

#carousel-example-generic2 .newsdetail {
    text-align: center;
    margin: 5px;
    font-size: 16px;
}

.bottomcomp {
    padding-left: 50px;
    padding-right: 50px;

}

/*====================  Owl Demo End  ===============================*/



@media screen and (max-width:1200px) {

    .searchcont {
        padding-top: 36px !important;
    }

    .navbar-nav > li {
        font-size: 12px;
    }

    .cat_bg h2 {
        font-size: 16px;
        margin: 228px 0 20px 0;
    }

    .cat_bg h3 {
        font-size: 12px;
        padding: 10px 20px;
    }

}

@media screen and (max-width:992px) {

    .navbar-inverse .navbar-nav > li > a {
        padding: 15px;
        font-size: 15px;
    }

    .owl-demo .owl-next {
        padding: 2px 6px !important;
    }

    .owl-demo .owl-prev {
        padding: 2px 6px !important;
    }

    .owl-demo .owl-buttons div .fa {
        font-size: 40px !important;
    }

    .searchcont {
        padding-top: 20px !important;
    }

    .top_logo img {
        margin: 0px;
        left: 50%;
    }

    .prod-img {
        height: 200px;
    }

    .col-home-intro-img a {
        display: block;
        text-align: center;
    }

    .navbar-inverse .navbar-nav > li > a {
        padding: 8px;
        font-size: 12px;
    }

    .search_input {
        float: right;
        width: 100%;
        margin: -6px 0;
    }

    .bttm_logo {
        width: auto;
        text-align: center;
        position: relative;
        margin-top: 10px;
        margin-left: 0%;
    }



    .navbar-nav > li {
        font-size: 10px;
    }

    .nav > li > a {

        padding: 8px 2px 8px 2px;
    }

    #contact {
        padding-top: 0px !important;
        margin: 0px !important;
    }
}

@media screen and (max-width:768px) {

    .t1515 {
        padding: 5px;
    }

    .bottomcomp {
        padding-left: 50px;
        padding-right: 50px;

    }

    .search_input {
        float: right;
        width: 100%;
        margin: -10px 0;
    }



    .keepintouch {
        display: none !important;
    }

    .nsfrm label {
        display: none !important;
    }

    .nsfrm {
        width: 240px;
        float: right;
    }

    .socialdiv {
        padding: 10px;
    }

    .social {
        float: left;
    }

    .nsfrm .form-group {
        width: 100%;
        margin: 0px;
    }

    .footersignup {
        padding: 10px;
    }

    h2.topheading {
        width: 100%;
        font-size: 28px;
    }

    .social {
        display: inline-block;
    }

    .socialdiv {
        text-align: left;
        padding-left: 0px;
    }



    .searchcont {
        padding-top: 42px;
    }

    .googlelanguage {
        clear: both !important;
        position: absolute;
    }


    #contact {
        padding-top: 0px !important;
        margin: 0px !important;
    }

    .prod {
        width: 270px !important;
        margin: 15px auto;
        float: none;
    }

    .top_paragraph {
        float: none;
        display: inline-block;
    }

    .top_social {
        float: none;

        display: inline-block;

        text-align: center;

        width: 100%;
    }



    .top_logo {
        float: none;
    }

    .nav > li > a {

        padding: 8px 2px 8px 25px;

    }

    .navbar-nav > li {

        font-size: 14px;

    }



    .owl-demo .owl-next {
        position: absolute;
        z-index: 999;
        right: 0px !important;
    }

    .owl-demo .owl-prev {
        position: absolute;
        z-index: 999;
        left: 0px !important;
    }

}

@media screen and (max-width:600px) {

    .top_logo img {
        width: 100%;
        margin-left: -15%;
    }

    .footerbx {
        width: 100%;
    }

    .search_input {
        float: right;
        width: 100%;
        margin: -7px 0;
    }

    .hometopimg {
        display: none;
    }

    .missiontxt {
        font-size: 18px;
    }



    .topphone {
        display: none;
    }

    .topwhatsapp {
        display: none;
    }

    #carousel-example-generic .fa {
        font-size: 42px;
    }

    .searchcont {
        padding-top: 0px !important;
    }

    .logodiv {
        width: 100%;
    }

    .top_logo {
        width: 100% !important;
        padding-left: 26%;
    }

    .search_input {
        float: none;
        width: 70%;
        margin: 7px auto;
    }

    .contactcont {
        width: 100% !important;
    }

    .contactcont #contact {
        float: none !important;
        width: 100% !important;
    }

    #callsprt {
        float: none !important;
        width: 100% !important;
        text-align: center !important;
    }

    .searchcont {
        width: 100%;
    }



    .welcomemsg {
        padding: 30px !important;
    }


    .col-home-intro-img img {
        width: 100%;
    }

    .bttm_logo {
        width: 250px;
        text-align: center;
        position: relative;
        margin-top: 10px;
        margin-left: 0%;
    }

    .prod {
        width: 260px !important;
        margin: 10px auto;
        float: none;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        min-height: auto;
        padding: 20px;
    }

    .prod-img {
        height: auto;
    }

}

@media screen and (max-width:500px) {

    .headerbg {
        
    }

    .searchcont {
        width: 100%;
        display: none;
    }

    .nsfrm {
        width: 240px;
        float: none;
        margin: auto;
    }

    .bttm_logo {
        width: auto;
    }

    .top_logo {
        /* width: 100% !important;
        margin: 10px 0 10px;
        text-align: center;
        padding-bottom: 35px; */
    }


    .social {
        float: none;
        margin: 10px;
        padding: 2px;
    }



    .socialdiv {
        width: 100%;
        text-align: center;
    }

    .footersignup {
        margin: 0px;
        width: 100%;
    }



    h2.topheading {
        width: 100%;
        font-size: 20px;
    }

    .welcomemsg {
        padding: 0px !important;
    }

    .top_email {
        float: none;

        display: inline-block;

        width: 100%;
    }

    .top_email h2 {
        float: none;
    }

    .top_phone h2 {
        text-align: center;
    }

    .topbar {
        display: none;
    }

    .bttm_logo {
        width: 250px;
        text-align: center;
        position: relative;
        margin-top: 10px;
        margin-left: 0%;
    }

    .prod {
        width: 165px !important;
        margin: 12px auto;
        float: none;
        padding: 0px;
        max-height: 220px;
    }
    
    .prod h2 {
    font-size: 11px !important;
    }

    .sortnperpage {
        display: none;
    }

    .innerbanner {
        background-color: #c79a39 !important;
        background-image: url(../images/innerbanner01.jpg);
        #background-origin: content-box;
        padding: 30px 10px;
        color: #fff;
        text-align: center;
    }

    .innerh1 {
        text-transform: uppercase;
        font-size: 32px;
        color: #c79a39;
    }

}

@media screen and (max-width:400px) {

    .topbarcontact {
        width: 60%;
    }

    .top_logo {
        width: 100% !important;
        min-width: 400px;
        margin: 20px;
        padding: 0px;
    }

    .bttm_logo {
        text-align: center;
        position: relative;
        margin-top: 10px;
        margin-left: 0%;
    }

    .t1515 {
        padding: 0px;
    }

    .topbarlanguage {
        width: 40%;
    }

    .topphone {
        display: inline-block;
    }

    .topwhatsapp {
        display: inline-block;
    }

    .topemail {
        display: none;
    }

    .welcomemsg {
        width: 100%;
        padding: 0px !important;
    }

    .top_email {
        float: none;

        width: 100%;

        display: inline-block;

        text-align: center;
        margin: 0 0 10px 0;
    }

    .top_phone {
        margin: 0 0 20px 0;
        float: none;

        width: 100%;

        display: inline-block;

        text-align: center;
    }

    .prod {
        width: 250px !important;
        margin: 10px auto;
        float: none;
        padding: 0px
    }


    .prdarea h3 {
        font: 400 12px 'Noto Sans JP', sans-serif;
    }

}


#contact {
    width: 340px;
    height: 95px;
    margin: 40px 0px 10px 20px;
    float: right;
}

#contact span {
    width: 170px auto;
    height: 95px;
    float: right;
    text-align: right;
    margin-right: 20px;
    color: #FFF;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
}

#contact span #sprthead {
    color: #0E4548;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 5px;

}

#contact span p {
    color: #0E4548;
}

#links ul {
    height: 56px;
    list-style: none;
}

#links ul li {
    margin-top: 20px;
    margin-right: 20px;
}

#links ul a {
    text-decoration: none;
    text-transform: capitalize;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.heading h2 {
    border-bottom: 1px solid #c1e7e4;
    color: #fff;
    font: 500 20px "DINMittelschriftStd-Regular", sans-serif;
    margin: 0;
    padding: 10px 0;
}

#links ul a:hover {
    color: #5dd4e3;
    text-decoration: underline;
    transition: .2s linear;
}

.main_heading {
    float: none;
}

.owl-theme .owl-controls .owl-buttons div {
    //color:#83D0C9 !important;

}

#catlinks ul {}

#catlinks ul li {
    margin-top: 15px;
    margin-right: 20px;
    list-style: disc;
    color: #FFF;
}

#catlinks ul a:hover {
    color: #5dd4e3;
    text-decoration: underline;
    transition: .2s linear;
}

#catlinks ul a {
    text-decoration: none;
    text-transform: capitalize;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}
