
header {
    background: #363636;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
header.header_fixed {
    transition: all 0.5s ease 0s;
    margin-top: 100px;
}
.hdr_col {
    position: static;
    padding: 0;
}
.header_mn .row {
    margin: 0;
}
.logo_menu {
    display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: center;
    padding-left: 15px;
}
.logo {
    display: flex;
    align-items: center;
}
.menu_mn ul li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    font-family: 'Lato-Light';
}
.menu_mn {
    margin-left: auto;
}
/*.menu_mn ul li:last-child {
    padding-right: 0;
}*/
.menu_mn ul li a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    padding: 0 0 5px;
    position: relative;
    font-family: 'Lato-Light';
    text-transform: uppercase;
    letter-spacing: 2px;
}
.menu_mn ul li a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #93d50a;
    content: "";
    transition: 0.5s all ease;
}
.menu_mn ul li:hover > a:before{
	width: 100%;
	transition: 0.5s all ease;
}

.menu_mn ul li.active > a:before{
    width: 100%;
    transition: 0.5s all ease;
}
.menu_mn ul li.active a{
    color: #fff;
    transition: 0.5s all ease;
    font-weight: 600;
}
.menu_mn ul li:hover a {
    color: #fff;
    transition: 0.5s all ease;
    font-weight: 600;
}

.menu_mn ul ul {
    position: absolute;
    width: 250px;
    left: 0;
    top: 27px;
    background: #363636;
    z-index: 99;
    max-height: 0;
    /*overflow: hidden;*/
    -webkit-transform: perspective(400) rotate3d(1,0,0,-90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}
.menu_mn ul ul li a {
    display: block;
    padding: 9px 10px 12px 10px;
    border-bottom: 1px solid #848484;
    font-size: 13px;
}
.menu_mn ul ul li:hover a{
    background: #93d50a;
    color: #fff;
}
.menu_mn ul ul li {
    display: block;
    margin: 0;
}
.menu_mn ul ul li:last-child a{border-bottom: 0px;}
.menu_mn ul li:hover ul {
    max-height: 1000px;
    -webkit-transform: perspective(400) rotate3d(0,0,0,0);
}

.menu_tp {
    text-align: right;
    margin-bottom: 12px;
}

.menu_tp ul {
    display: inline-block;
    height: 50px;
    position: relative;
    padding-top: 12px;
    padding-left: 30px;
    background: #faf5d5;
}

.menu_tp ul li {
    padding: 0 24px;
    margin:0;
}

.menu_tp ul li i {
    display: inline-block;
    font-weight: 500;
    margin-right: 10px;
    font-size: 19px;
    color: #3f3f3f;
    float: left;
    margin-top: 2px;
}
.menu_tp ul li a {
    display: inline-block;
}
.inner_banner .pic img {
    width: 100%;
   /* height: 600px;*/
    object-fit: cover;
}
.banner_home{
    height: 90vh;
    margin-bottom: 30px;
    position: relative;
}
.banner_home:before {
    transition: all 1s ease;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
}
.menu_mn .logo, .close_mn {
    display: none;
}
.banner video {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
}
#myModal .modal-img {
    width: 100%;
    height: auto;
}
#myModal .modal-content {
    text-align: right;
   
}
.close_popup {
    padding-right: 15px;
}
/*.banner .pic:after {
    transition: all 1s ease;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
}*/
.pic img {
    width: 100%;
}
.kfoc_logo {
    background: #fff;
    height: 100%;
    width: 85px;
}
.kfoc_logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
ul.recent_list li img {
    /*changed by saurabh sahu*/
    /*width: 100%;*/
}
.banner .pic img {
    height: 100%;
    object-fit: cover;
}
.abt_lt h1 {
    font-size: 46px;
}
.abt_lt {
    padding-right: 130px;
}

.abt_rt h3 {
    font-size: 25px;
    font-weight: 54;
    font-family: 'Lato-Bold';
}
.Contact_rt p {
    font-family: 'Lato-Bold';
    font-size: 19px;
}
.abt_rt {
    margin-top: 60px;
}
#Projects_Slider .owl-dots {
    display: none;
}
.Contact_lt, .Contact_rt {
    width: 50%;
    float: left;
}
.Contact_lt{
    padding-top: 380px;
}
.Contact_lt_bx {
    max-width: 615px;
    float: right;
    width: 100%;
    padding-right: 80px;
}

.Contact_rt_bx {
    max-width: 615px;
    float: left;
    width: 100%;
    padding-left: 50px;
    padding-right: 25px;
}
.Contact_rt {
    background: #93d50a;
    padding: 290px 0px 125px 0;
}
.test_arrow {
    margin-bottom: 30px;
    opacity: 0.2;
}
.Contact_rt h5 {
    font-family: 'OpenSansCondensed-Light';
    font-size: 22px;
}
.Contact_rt h5 strong {
    font-family: 'OpenSansCondensed-Bold';
}
.owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    margin-right: 20px;
    transition: 0.5s all ease;
}
/*.owl-dot:hover {
    background: #93d50a;
    height: 15px;
    width: 15px;
    border: 3px solid #fff;
    transition: 0.5s all ease;
}*/
.owl-dot.active {
    background: #93d50a;
    height: 15px;
    width: 15px;
    border: 3px solid #fff;
    transition: 0.5s all ease;
}

.owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    height: 20px;
}
.Home_Con_DIV {
    padding: 0;
    margin-top: -270px;
}



.kgoc_div {
    display: flex;
    align-items: center;
}
.kgoc_lt {
    width: 50%;
    float: left;
    height: 790px;
    background: #363636;
    padding-right: 10px;
    padding: 155px 0;
    position: relative;
}
.kgoc_lt:before {
    position: absolute;
    top: 0;
    right: -200px;
    background: #363636;
    content: "";
    width: 200px;
    height: 100%;
    z-index: 9;
}
.kgoc_rt {
    width: 50%;
    float: left;
    padding-left: 200px;
    position: relative;
}

.kgoc_lt_bx {
    max-width: 615px;
    width: 100%;
    float: right;
}
.kgoc_lt_bx p {
    font-size: 18px;
}
.KGOC_DIV h4, .KGOC_DIV h5, .KGOC_DIV p {
    color: #fff;
}
.KGOC_DIV h5{
    font-family: 'OpenSansCondensed-Light';
    font-size: 22px;
}

.KGOC_DIV .bnt_DIV {
    margin-top: 50px;
}
.kgoc_rt_bx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kgoc_rt_bx ul li {
    display: block;
    border: 1px solid #fff;
    height: 350px;
    margin: 0;
    border-left: 0;
}
.blog_hover .sub_btn {
    font-size: 15px;
    width: 210px;
    text-transform: uppercase;
    padding: 10px 0 10px 0;
    text-align: center;
    border: 4px solid #93d50a;
}
.blog_hover h2{color: #fff;}
.blog_th {
    position: relative;
    overflow: hidden;
}
.propic {
    overflow: hidden;
}

.propic_home {
    width: 46%;
}

.Projects_Slider_home {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}
.Hover_TX h2 {
    margin: 0;
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    transition: 0.5s all ease;
}
.Hover_TX {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    background: rgba(0, 0, 0, 0.4196078431372549);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    transition: 0.5s all ease;
}
.propic_home a {
    display: block;
    position: relative;
}
.propic_home a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    content: "";
    z-index: 9;
}
.propic_home:hover .Hover_TX {
    height: 100%;
    transition: 0.5s all ease;
}
.propic_home:hover .Hover_TX h2{
    font-size: 36px;
    transition: 0.5s all ease;
}
.blog_th img, .propic img{
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 1.2s ease-out;
    -moz-transition: all 1.2s ease-out;
    -o-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
	object-fit: cover;
}
.blog_th:hover img, .propic:hover img {
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    -ms-transform: scale(1.4);
}
.blog_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: 0.5s all ease;
}

.blog_th:hover .blog_hover{
    transform: scale(1);
    transition: 0.5s all ease;
}
.blog_th {
    margin-bottom: 30px;
}
.bnt_DIV_mar_top_45 {
    margin-top: 45px;
}

.sub_btn_block {
    color: #333;
}
.blog_th_tx h3 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 10px;
}
.blog_th_tx p {
    font-size: 20px;
    font-weight: 600;
    font-family: 'OpenSansCondensed-Bold';
}
.home_spac_blg{
    margin-left: -25px;
    margin-right: -25px;
}
.home_spac_blg > div {
    padding-left: 25px;
    padding-right: 25px;
}
.home_spac_blg .blog_th {
    margin-bottom: 50px;
}
.media_slider .owl-dots {
    display: none;
}

.ALL_Arrow .media_slider .owl-prev {
    background: url(../images/media_slider_prev.png) no-repeat center center;
}

.ALL_Arrow .media_slider .owl-next {
    background: url(../images/media_slider_next.png) no-repeat center center;
}
.slice_show_bx {
    margin-bottom: 50px;
    display: none;
}







footer {
    background-color: #201c1d;
    padding: 30px 0 30px 0;
    color: #fff;
    position: relative;
}
/*footer:before {
    transition: all 1s ease;
    pointer-events: none;
    content: "";
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: url(../images/border_design_footer.png);
    background-repeat: repeat-x;
    background-position: top;
}*/
footer p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 12px;
}
footer h4 {
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 25px;
    font-weight: 600;
}

footer ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4px;
    line-height: 22px;
    font-size: 16px;
}
footer ul li span {
    font-size: 24px;
    display: inline-block;
    line-height: 22px;
    margin-right: 10px;
    color: #535252;
    width: 35px;
    text-align: center;
}
footer ul li span i.fa.fa-envelope-o {
    font-size: 21px;
}
footer ul li span i.fa.fa-phone {
    font-size: 22px;
}
footer h4, footer ul li, footer ul li a, footer p, footer h4 {
    color: #fff;
    transition: 0.5s all ease;
}
.footer_Div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_bx {
    width: 25%;
    padding-right: 35px;
}
.footer_bx3 {
    width: 20%;
}
.footer_bx2 {
    width: 30%;
}
.banner_social {
    position: absolute;
    bottom: 30px;
    right: 45px;
}
ul.social_icon li a {
    height: 45px;
    width: 50px;
    background: #303030;
    line-height: 22px;
    font-size: 22px;
    color: #93d50a;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all ease;
}
ul.social_icon li {
    display: inline-block;
}
ul.social_icon li a:hover {
    background: #93d50a;
    color: #303030;
    transition: 0.5s all ease;
}

footer ul li a:hover {
    color: #93d50a;
    transition: 0.5s all ease;
}
footer ul.social_icon li a {
    height: 40px;
    width: 44px;
    line-height: 22px;
    font-size: 24px;
}







.products_knives .blog_th {
    margin-bottom: 20px;
}
.products_knives .blog_th_tx h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 0;
}
.border_box {
    border: 1px solid #414141;
}

.catogery_div select {
    width: 300px;
    height: 60px;
    border: 1px solid #363636;
    padding: 8px 12px 8px 15px;
    font-size: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: 'Lato-Bold';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/select_icon.png) no-repeat right 12px center;
    color: #363636;
}
.catogery_div h5 {
    font-size: 22px;
    line-height: 27px;
    color: #363636;
    font-weight: 400;
    margin-bottom: 15px;
}
.silver_grey {
    position: absolute;
    top: 22px;
    right: 0;
    background: url(../images/silver_grey_bg.jpg) no-repeat top left;
    padding: 2px 10px 0;
    background-size: cover;
    height: 24px;
}
.silver{
    background: url(../images/silver_bg.jpg) no-repeat top left;
    background-size: cover;
}

.silver_grey h5 {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-family: 'OpenSansCondensed-Bold';
    letter-spacing: 0.5px;
}
.silver h5{
    color: #fff;
}



/*cloud_zoom css start*/
.cloud-zoom-wrap img {
    width: 100%;
}
.products_knives_DIV {
    border: 1px solid #434343;
}
/*.cloud-zoom-wrap {
    height: 715px;
}*/
.cloud_zoom {
    position: relative;
    z-index: 99;
}
ul.recent_list li {
    display: inline-block;
    border: 1px solid #333;
    float: left;
    margin-right: 15px;
    margin-top: 20px;
}

.products_knives_detail_rt {
    padding-left: 30px;
}


.products_knives_detail_rt h1 span {
    font-size: 30px;
    font-weight: 400;
    font-family: 'OpenSansCondensed-Light';
}
.products_knives_detail_rt h3 {
    margin-bottom: 7px;
    font-size: 24px;
    line-height: 28px;
}

.products_knives_detail_rt p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
}
.products_knives_detail_rt h1 {
    line-height: 52px;
}

ul.use_bx {
    display: flex;
    margin-top: 22px;
}
ul.use_bx li {
    margin-right: 15px;
    width: 65px;
    /* background: #303030; */
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.use_bx li img{width: 100%;}
ul.use_bx li a {
    display: block;
    box-sizing: border-box;
    padding: 0 0px;
    border-radius: 50%;
}
#Explore_slider .owl-dots {
    display: none;
}
.color_Div {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
ul.color_bx {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
ul.color_bx li {
    margin-right: 0px;
}
ul.color_bx li img {
    border: 1px solid #000;
    width: 85%;
}
ul.color_bx li a{display: block;}
ul.color_tx li a.red, ul.color_tx li a.blue {
    width: 30px;
    height: 30px;
    display: block;
    background: #cf3230;
    margin-left: 18px;
}
ul.color_tx li a.blue{background: #413f9e;}
ul.color_tx li {
    font-size: 20px;
    color: #363636;
    font-family: 'OpenSansCondensed-Bold';
    line-height: 28px;
}

ul.color_tx li {
    display: flex;
    align-items: center;
    margin: 0 4px;
}
ul.color_tx {
    display: flex;
    align-items: center;
}
.Packaging_bx {
    margin-left: 15px;
}
.Packaging_bx li{margin-left: 15px;}
.Packaging_bx li a {
    color: #363636;
    font-weight: 400;
    font-family: 'OpenSans';
}


.cloud-zoom-big {
    background: #fff;
}

/*Contact Us css*/
.contect_tx li {
    font-size: 20px;
    color: #363636;
    display: block;
    font-family: 'Lato-Medium';
    line-height: 36px;
    margin-bottom: 22px;
}
.contect_in {
    margin-top: 175px;
}
.contect_tx li span{display: inline-block; font-family: 'Lato-Heavy';}
.contect_tx li a {
    display: inline-block;
    transition: 0.5s all ease;
    color: #363636;
}
.contect_tx li a:hover {
    color: #93d50a;
    transition: 0.5s all ease;
}
.follow_tx ul.social_icon li a:hover {
    background: #363636;
    transition: 0.5s all ease;
}
.follow_tx h5 {
    font-size: 24px;
    color: #363636;
    margin-bottom: 20px;
}
.follow_tx {
    margin-top: 45px;
}
.follow_tx ul.social_icon li a {
    color: #fff;
    background: #93d50a;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 17px;
    margin-right: 10px;
}
.contect_map{position: relative;}
.contect_map ul.social_icon li {
    margin: 5px 0;
}
.contect_map .social_icon {
    display: flex;
    flex-direction: column;
}
.contect_map .follow_tx {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin: 0;
}
.contect_map ul.social_icon li a{
    background: #393939;
}
.contect_map ul.social_icon li:hover a{
    background: #93d50a;
    transition: 0.5s all ease;
}

/*Career css*/
.culture_DIV {
    background: linear-gradient(-90deg, #93d50a 56%, #fff 44%);
    padding: 0px 0 50px 0;
    margin-top: 65px;
}
.culture_tx h1 {
    margin-bottom: 35px;
}
.culture_lt .culture_tx + .culture_tx {
    margin-top: 70px;
}
.culture_lt {
    padding-right: 131px;
}
.culture_DIV .yellow_bt_brdr210:before {
    width: 195px;
}
.Our_value .yellow_bt_brdr:before {
    width: 145px;
}
.Our_value {
    padding: 60px 70px 0 70px;
}
.Our_value ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.Our_value ul li span {
    width: 80px;
    height: 80px;
    border: 3px solid #fff;
    border-radius: 50%;
    font-size: 50px;
    color: #fff;
    font-family: 'OpenSansCondensed-Bold';
    display: flex;
    align-items: center;
    justify-content: center;
}
.Our_value_ul {
    width: 80%;
}
.Life_Left {
    padding-right: 55px;
}
.life_DIV {
    background: linear-gradient(-90deg, #fff 40%, #363636 40%);
    padding: 45px 0 50px 0;
    margin-top: 70px;
    height: 725px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 70px;
}
.kgoc_lt_dis p {
    font-size: 19px;
    font-family: 'Lato-Light';
    text-shadow: 0px 0px 1px #fff;
}
.Life_Left h2 {
    font-size: 35px;
    line-height: 54px;
    color: #fff;
    margin-bottom: 35px;
}
.Life_imgrt {
    width: 50%;
    float: right;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}



.About_DIV h5 {
    font-size: 26px;
    line-height: 37px;
    color: #3f3f3f;
    font-weight: 400;
    margin-bottom: 35px;
    font-family: 'Lato-Bold';
}
.AboutKohe {
    width: 50%;
    float: left;
}
.AboutKohe_bx {
    max-width: 615px;
    width: 100%;
    float: right;
    padding-right: 250px;
}
.KohePromise_rt {
    width: 50%;
    float: left;
    background: #93d50a;
    position: relative;
    margin-top: 80px;
}

.KohePromise_bx {
    max-width: 615px;
    float: left;
    padding: 75px 32px 55px 0;
}
.KohePromise_rt:before {
    position: absolute;
    left: -100px;
    height: 100%;
    width: 100px;
    content: "";
    background: #93d50a;
}
.KohePromise_bx .yellow_bt_brdr:before {
    width: 205px;
}
.KohePromise_bx ul {
    margin-top: 50px;
}
.KohePromise_hd {
    width: 30%;
}
.KohePromise_bx .Our_value_ul {
    width: 70%;
}
.KohePromise_hd h2 {
    color: #fff;
    margin: 0;
}
.KohePromise_bx ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.abot_th_bx {
    background: #363636;
    padding: 25px 20px 20px 20px;
    width: 24%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.abot_th_bx h2 {
    color: #93d50a;
    margin-bottom: 20px;
}
.abot_th_bx p {
    color: #fff;
}
.abot_th {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.our_Legacy {
    padding-left: 45px;
}
.our_miss {
    margin-right: 90px;
}
.MissionLegacy {
    margin-top: 70px;
}
.management_bx h3 span {
    font-weight: 300;
    font-family: 'OpenSansCondensed-Light';
    display: block;
}
.management_bx {
    width: 19.5%;
}
.management_Div {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.management_Div {
    display: flex;
    justify-content: space-between;
}
.management_bx h3 {
    margin: 8px 0 0 0;
}

.Manufacturing_sl {
    display: flex;
    align-items: center;
}

.Manufacturing_LT {
    width: 50%;
    background: #363636;
    float: left;
    position: relative;
}
.Manufacturing_LT:before {
    position: absolute;
    right: -160px;
    height: 100%;
    width: 160px;
    content: "";
    background: #363636;
}
.Manufacturing_mx {
    max-width: 615px;
    width: 100%;
    float: right;
    padding: 50px 0px 50px 0;
}

.Manufacturing_RT img {
    width: 100%;
}
.Manufacturing_RT {
    width: 50%;
    float: right;
}
.Manufacturing_RT .owl-dots {
    margin-top: 10px;
    display: flex;
    align-items: center;
    height: 20px;
    justify-content: center;
}
.Manufacturing_RT .owl-dot {
    width: 20px;
    height: 20px;
    background: #afafaf;
    margin-right: 5px;
}
.Manufacturing_RT .owl-dot.active {
    background: #93d50a;
    width: 20px;
    height: 20px;
    border: 0px solid #fff;
}
.Manufacturing_RT_mx {
    padding-left: 85px;
}
/*.Manufacturing_RT_mx .item {
    height: 700px;
}*/
.Manufacturing_mx h1 {
    color: #ffffff;
}
span.POsiCla img {
    position: absolute;
    top: -31px;
    right: -55px;
    max-width: 70px;
}
.map_cl_img img {
    width: 100%;
}


.map_cl_img {
    position: relative;
}
.Cl_BOX_posi i {
    font-size: 70px;
    color: #363636;
    transition: 0.5s all ease;
}
.Cl_BOX_posi a {
    display: inline-block;
    transition: 0.5s all ease;
}
.Cl_BOX_posi a:hover i{
    color: #b4ff1c;
    transition: 0.5s all ease;
}
.Cl_BOX_posi.active i{
    color: #b4ff1c;
    transition: 0.5s all ease;
}
.mp_show_DIV {
    margin-top: 50px;
}
.Cl_BOX_posi {
    float: left;
    position: absolute;
    top: 26%;
    left: 16%;
}

.Tabs_Cl_2 {
    left: 52%;
}

.Tabs_Cl_3 {
    left: 78%;
    top: 24%;
}
.Tabs_Cl_4 {
    left: 51.5%;
    top: 50%;
}
.Tabs_Cl_5 {
    top: 42%;
    left: 57%;
}
.Tabs_Cl_6 {
    left: 67%;
    top: 42%;
}
.Tabs_Cl_7 {
    top: 62%;
    left: 28%;
}
.Tabs_Cl_8 {
    top: 67%;
    left: 82%;
}

.map_hover {
    background: #363636;
    position: absolute;
    bottom: -55px;
    padding: 10px 20px 10px 20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    display: none;
    transition: 0.5s all ease;
}
.map_hover h4 {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 2px;
    color: #fff;
}
.Cl_BOX_posi:hover .map_hover {
    display: block;
    transition: 0.5s all ease;
}





.Categories_Left {
    margin-top: -200px;
    margin-bottom: 0;
}
.blog_catogery_Dv {
    background: linear-gradient(-90deg, #93d50a 68%, #fff 32%);
    padding: 0px 0 30px 0;
    margin-top: 200px;
    margin-bottom: 70px;
}
.bnt_DIV_po {
    margin-bottom: 70px;
}
.Categories_in {
    position: relative;
    margin-top: -200px;
}
.Categories_in .blog_th {
    margin-bottom: 15px;
}
.Categories_in  .blog_th_tx h3 {
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 0;
}

.Categories_Left ul li .catory_cl {
    font-size: 30px;
    line-height: 40px;
    color: #93d50a;
    margin-bottom: 0px;
    font-weight: 600;
    font-family: 'OpenSansCondensed-Bold';
    position: relative;
    display: block;
}
.catory_cl.active:before {
    position: absolute;
    left: 7px;
    top: -3px;
    content: "-";
    font-size: 38px;
}
.catory_cl:before {
    position: absolute;
    left: 7px;
    top: 0;
    content: "+";
    font-size: 38px;
}
.Categories_Left ul li {
    display: block;
    position: relative;
    margin: 12px 0 20px;
}

.Categories_Left ul li a {
    position: relative;
    color: #363636;
    font-size: 26px;
    font-family: 'OpenSansCondensed-Light';
    font-weight: 500;
    display: block;
    transition: 0.5s all ease;
    padding-left: 30px;
}
.Categories_Left ul li:last-child {
    margin-bottom: 0;
}
.Categories_Left ul ul li {
    margin: 0 0 10px 0;
}
.catory_sub_menu {
    padding-left: 30px;
    display: none;
    padding-top: 10px;
}
.Categories_Left .catory_sub_menu li a {
    padding-left: 20px;
}

.catory_sub_menu li a:before {
    position: absolute;
    left: 0;
    top: 17px;
    width: 10px;
    height: 2px;
    background: #93d50a;
    content: "";
}
.slice_show_bx2 {
    margin-bottom: 50px;
    display: none;
}

.blog_catogery_Dv .bnt_DIV_po {
    margin-top: 30px;
    position: absolute;
    bottom: -131px;
    width: 100%;
}
.Categories_Left ul li a:hover {
    color: #557a08;
    transition: 0.5s all ease;
}


#banner_slider .owl-dots {
    margin-top: 0;
    display: flex;
    align-items: center;
    height: 20px;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 36px;
}
#banner_slider .owl-dot {
    width: 15px;
    height: 15px;
    background: #afafaf;
    margin-right: 10px;
}
#banner_slider .owl-dot.active {
    background: #93d50a;
    width: 15px;
    height: 15px;
    border: 0px solid #fff;
}
.AboutKohe_mn {
    display: flex;
    margin-bottom: 50px;
    flex-wrap: wrap;
}


.product_list + .product_list {
    margin-top: 60px;
}
.thurd_hd {
    margin-bottom: -5px;
    border-top: 1px solid #93d50a;
    display: flex;
    background: #93d50a;
    align-items: center;
    justify-content: space-between;
    padding: 6px 30px 6px 30px;
}
.thurd_hd span {
    display: inline-block;
    color: #fff;
    width: 50%;
}
.thurd_hd em {
    display: inline-block;
    color: #fff;
    width: 50%;
    font-style: normal;
    text-align: right;
}

.privacy{margin-top:50px;}
.text-container{padding:100px 0 50px 0;}
.text-container h3{width:100%; font-size: 34px; line-height: 42px; color: #93d50a;  margin-bottom: 0px;   font-weight: 600;   font-family: 'OpenSansCondensed-Bold';  position: relative;  display: block; text-align:center; padding-bottom: 20px; margin-bottom:20px;}
.text-container h3:after{width:10%; height:2px; background: #93d50a; content:''; position:absolute; bottom:0; text-align:center; left: 44%;}
.text-container .blog_banner{width:100%; margin:30px 0 50px 0;}
.text-container .blog_banner img {
    width: 100%;
    height: auto;
}
.text-container .blog_text{width:100%;}
.text-container .blog_text .blog_date{font-size:16px; line-height:20px; margin-bottom:20px;}
.text-container .blog_text p{font-size: 18px;   color: #363636;  line-height: 34px;  font-weight: 400;   margin-bottom: 25px;  letter-spacing: 0.5px;}

.feature_l_b_use{margin-top: 15px;}
.feature_l_b ul li:before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #6e6d6d;
    content: "";
}
.feature_l_b ul li {
    position: relative;
    font-size: 15px;
    line-height: 22px;
    padding-left: 15px;
}
p:empty {
    display: none !important;
}

@media(min-width:1400px){
    .Manufacturing_RT img {
        height: 700px;
        object-fit: cover;
    }
}




.colorbox {
    padding: 10px;
    width: 5px;
    height: 5px;
    border: 1px solid #000;
}


/* Style the list */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
  margin-bottom: 0px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}


@media(max-width:767px){
	.Projects_Slider_home {
    flex-wrap: wrap;
}

.propic_home {
    width: 50%;
    margin-bottom: 30px;
}
	
}

@media(max-width:575px){
	.Projects_Slider_home {
    flex-wrap: wrap;
}

.propic_home {
    width: 100%;
    margin-bottom: 30px;
}
	
}