@import url('https://fonts.googleapis.com/css?family=Poppins:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Hanuman:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700&display=swap');
html, body{
    padding:0;
    margin:0;
    font-family:'Hanuman','Rockwell',serif,sans-serif;
  background:#f6f6f8;
}
.bg-image{
  background:#f6f6f8;
}
/* ===============1-HEADER=============*/
/* ---Top Bar--- */
.header-top{
    background:#42afaa;
    padding:4px 0;
}
.social_group{
    list-style: none;
    padding:0;
    margin:0;
}
.lang_group{
    right:0;
    position:relative;
    margin-left:auto;
}
.map_icon i{
    font-size:26px;
    color:#75c90e;
}
@media (max-width:768px) {

  .social_link{
    display: none;
  }
  .brand-logo img{
    width: 145px;
  }
  .wave1{
    display: none;
  }
  .owl-theme .owl-nav.disabled + .owl-dots {
    bottom: 15px !important;
  }
}
.map_icon{
    padding:15px 20px;
}
.btn-primary.dropdown-toggle{
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}
.show > .btn-primary.dropdown-toggle{
    background:none !important;
}
.btn-primary.dropdown-toggle:hover {
    background:none !important;
}
.social_group li{
    float: left;
}
.social_group li a{
    padding-right:26px;
    position:relative;
    font-size:16px;
    line-height: 35px;
    color:#ffffff;
}
/* ---/End Top Bar--- */
/* ---Navigation Bar--- */
.main-header-nav{
    background:#349ed7;
    padding:0;
    margin:0;
    transition: all 0.3s ease-in-out;
    border:0;
}
nav .main-menu-list{
    list-style:none;
    padding:0;
    left: 0;
    right: 0;
    margin: auto;
}
nav .main-menu-list li{
    list-style:none;
    line-height:1.5em;
    display:block;
    position:relative;
    float:left;
}
.btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background:none !important;
}
nav .main-menu-list li:hover a{
    background:#42afaa;
    color:#fff;
}
nav .main-menu-list li a{
    font-size: 16px;
    color:#868686;
    font-weight: 400;
    padding: 10px 24px 10px 24px;
    display:block;
    position:relative;
    line-height:20px;
    border-radius:4px;
    font-family:'Rockwell','Hanuman', serif, sans-serif;
}

nav .main-menu-list li:last-child{
  margin-right:0;
}
nav .main-menu-list li:last-child:after{
    content:'';
    position:absolute;
    top:10px;
    right:-14px;
    width:1.6px;
    height:16px;
    background:none;
}
nav .main-menu-list .active a{
    background:#42afaa;
    color:#fff;
}
.nav-pills .nav-link.active{
  color: #42afaa;
  background-color: transparent;
  border-bottom: 2px solid #42afaa;
}
.nav-pills .nav-link {
    border-radius: 0;
}
.nav-link {
    display: block;
    padding: 0.78rem 2rem;
    color:#282829;
}
/* ---/End Navigation Bar--- */
.main-title .wrapper-title h5{
    word-break: break-all;
    color:#151515db;
    font-weight:bold;
    font-family:'Roboto',sans-serif;
    text-transform:uppercase;
    font-size:30px;
    margin-bottom:0;
    margin-top:8px;
}
.cx-title h5{
  word-break: break-all;
  color:#151515db;
  font-weight:bold;
  font-family:'Roboto',sans-serif;
  text-transform:uppercase;
  font-size:30px;
  margin-bottom:0;
  margin-top:8px;
}
.header-wrapper{
    border-bottom:1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
}
.header-area .primary-menu >ul{
    padding:0;
    margin:0;
    font-size:16px;
    position:relative;
}
.header-sticky-nav{
    padding: 20px 0;
    background: #ebebeb;
    box-shadow:inset 0 -0.0625rem 0 #dfe3e7;
}
.header-area .primary-menu > ul >li{
    padding-bottom:0;
}
.header-area .primary-menu > ul li:hover a{
    color:#75c90e !important;
}
.header-area .primary-menu ul li {
    display:inline-block;
    color:#000;
}
.header-area .primary-menu > ul li a{
    color:#626261;
    text-transform:uppercase;
    font-weight:400;
    font-family:'Poppins','Hanuman',serif,sans-serif;
    font-size:18px;
}
.header-area .primary-menu > ul li.active a{
    color:#75c90e;
    text-transform:uppercase;
    font-weight:400;
}
.header-area .primary-menu > ul > li+li{
    margin-left:31px;
}
.primary-menu{
    right:0;
    margin-left:auto;
}

.btn{
    box-shadow:none !important;
}
.btn-light.dropdown-toggle {
    background-color: #e0e0e000 !important;
    padding:0;
}
.btn-light.dropdown-toggle:hover {
    background-color: #e0e0e000 !important;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border:none !important;
}
.dropdown-item.active{
    color:#75c90e !important;
}
.show > .btn-light.dropdown-toggle {
    background-color: transparent !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent !important;
    box-shadow:none !important;
}
.dropdown .dropdown-menu .dropdown-item:hover {
    color: #1d1e1f;
    background-color: transparent !important;
    box-shadow:none !important;
}
.dropdown-menu .dropdown-item:hover {
    color: #1d1e1f;
    background-color: none !important;
}
.btn-light.dropdown-toggle:focus{
    background-color:#e0e0e000 !important;
}
.btn-light:not([disabled]):not(.disabled):active{
    background-color:#e0e0e000 !important;
}
.header-sticky.is-sticky {
    /* -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown; */
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    position: absolute;
    z-index: 1;
    width: 100%;
}
.logoNone{
  display: none;
}
.header-bg{
  background: #fff;
}
.header-wrapper-home{
  position: fixed;
  width: 100%;
  z-index: 9;
}
.hko_lang{
    margin-left:auto;
    right:0;

}

.toggle-bar{
    margin-left:30px;
}
.overlay_menu{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.7);
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header-sticky.is-sticky .logo {
    width: 107px;
    margin: 5px 0 !important;
}
.toggle-bar{
    cursor: pointer;
}
.close-bar{
    z-index: 9999;
    position: fixed;
    left: 253px;
    top: 13px;
    cursor: pointer;
}
.active{
    transform: translateX(0) !important;
}
.item-caption h5{
    font-size:40px;
}
.card-body p{
    font-size:14px;
}
.corner-shape {
    width: 0;
    height: 0;
    border-top: 50px solid #696969;
    border-left: 140px solid transparent;
    position:absolute;
    right:0;
    top:0;
}
.item-titles{
    color:#fff;
    font-size:21px !important;
    text-transform:uppercase;
    font-family:'Roboto',sans-serif;
    font-weight:bold !important;
    margin-bottom:30px !important;
    margin-top:20px !important;
}
.menu-bar i{
    font-size: 29px;
    color:#999898;
    line-height: 1.9;
    cursor: pointer;
}
.collection-post h5{
  font-size: 25px;
  font-family: Impact, sans-serif;
  margin-bottom: 2rem;
  margin-top:2rem;

}
.collection-post h6{
  font-size: 25px;
  font-family: Impact, sans-serif;
  margin-bottom: 2rem;
  margin-top:2rem;
}
.collection-post h6::after{
  content: '';
  position: absolute;
  height: 35px;
  width: 4px;
  background-color: #42afaa;
  left: 18px;

}
.view-profile-list{
  background: #ffffff;
  padding: 20px;
}
.list-group-cx{
  margin:0;
  padding:0;
}

.list-group-cx .list-group-items-cx{
  list-style: none;
  margin-bottom:12px;
  padding-bottom:12px;
  border-bottom:1px solid #eee;
}
.list-group-cx .list-group-items-cx h4{
margin: 0;
font-size: 15px;
font-weight: 500;
color: #212121;
letter-spacing: .4px;
background: url(../img/list-icon.svg) no-repeat 0 7px;
padding-left: 12px;
line-height: 22px;
max-height: 44px;
overflow: hidden;
}
.list-group-cx .list-group-items-cx h4:hover{
  color:#42afaa;
}
.collection-post h5::after{
  content: '';
  position: absolute;
  height: 35px;
  width: 4px;
  background-color: #42afaa;
  left: 60px;
  transform: rotate(-90deg);
  top: 40px;
}
.waves-effect{
  z-index: 0;
}
@media(max-width:1194px) {
  nav .main-menu-list li a{
    border-radius: 0;
  }
  nav .main-menu-list {
      list-style: none;
      padding: 0;
      right: unset;
      left: -100%;
      margin: 0;
      position: fixed;
      z-index: 9999;
      background:#ebebeb;
      width: 320px;
      top: 0;
      bottom: 0;
      padding-top:38px;
  }
  nav .main-menu-list li{
      float:none;
  }
  .address_info{
      display:none !important;
  }
  .brand-logo {
      margin-left: 0;
      display: flex;
      justify-content: flex-start;
  }

  .bgBlur{
      background:#000;
      position: fixed;
      opacity: 0.8;
      bottom: 0;
      left: 0;
      top: 0;
      display: none;
      right: 0;
      cursor:url(../img/cross-out.png),auto;
      z-index: 1;
  }
}
.wkh-cx{
  margin-right: 12px;
}
.work-hour-cx{
  display: flex;
  align-items: center;
}
.tp-title h1{
  font-size: 25px;
color: #42afaa;
font-family: Impact, sans-serif;
text-shadow: 0 1px 1px #cacaca;
font-family: Impact,sans-serif;
}
.brs_titles h1{
  color: #42afaa;
  font-weight: 400;
  font-size: 25px;
  font-family: Impact, sans-serif;
  text-shadow: 0 1px 1px #cacaca;
}
.brs_titles p{
  color: #b9b9b9;
}
.right-wr h5{
  color: #42afaa;
  font-weight: 400;
  font-size: 25px;
  font-family: Impact,'Hanuman',serif, sans-serif;
  text-shadow: 0 1px 1px #cacaca;
}
.right-wr span{
  font-family:Rockwell,serif;
}
.inner-cx{
  padding:2rem 0;
}
.section-about{
  background: #fff;
  padding: 2rem 0;
}
.about-cx{
  background:url(../img/Translations-offered.png) no-repeat;
  background-size: contain;
  background-position: left;
  display: flex;
  justify-content: space-between;
  padding: 3rem 0;
}
.inner-about h4{
  font-family: Impact, sans-serif;
  font-weight: 400;
  margin-bottom:2rem;
  color:#42afaa;
  font-size:26px;
  text-shadow: 0 1px 1px #cacaca;
}
@media (min-width:1194px) {
  .menu-bar{
      display:none;
  }
}
@media(max-width:920px) and (min-width:360px){
    #primary-menu{
        position: fixed;
        z-index: 9999;
        display: block;
        height: 100%;
        transform: translateX(-100%);
        width: 300px;
        background: #4d7456;
        left: 0;
        top: 0;
        overflow: auto;
        color: #fff;
        padding:36px 0;
        transition:all 0.4s ease;
    }
    .header-area .primary-menu ul li {
        display: block;
        margin-left: 36px;
        padding: 12px 0;
    }
    .header-area .primary-menu > ul > li + li{
        margin-left: 36px;
        padding: 12px 0;
    }
    .header-area .primary-menu > ul li a{
        color:#FFF;
    }
    .header-area .primary-menu ul li{
        display:block;
    }
    .hko_lang{
        display:flex;
        justify-content:space-between;
        padding:10px 0;
        margin-right:0;
    }
    .header-sticky-nav{
        padding:10px 0;
    }
}
.cx-flex{
  border-left:1px solid #c8c5c5;border-right:1px solid #c8c5c5;
  justify-content: center;
  display: flex;
}
.cx-flex-end{
  display: flex;
  justify-content: flex-end;
}
nav .main-menu-list-cx{
  list-style: none;
  padding: 0;
  left: 0;
  z-index: 9;
  position: absolute;
  width: 335px;
}
nav .main-menu-list-cx li {
    list-style: none;
    line-height: 1.5em;
    display: block;
    position: relative;
}
nav .main-menu-list-cx li:hover a {
    background: #42afaa;
    color: #fff;
}
nav .main-menu-list-cx li a {
    font-size: 16px;
    color: #868686;
    font-weight: 400;
    padding: 10px 24px 10px 24px;
    display: block;
    position: relative;
    line-height: 20px;
    border-radius: 4px;
    font-family: 'Rockwell';
}
@media (max-width:991px) and (min-width:769px){
  .brand-logo img{
    width: 145px;
  }
}
@media(max-width:991px) and (min-width:550px){
    /* .hko_lang{
        top: -118px;
        position: absolute;
        margin-right:6rem;
    } */
    .header-sticky-nav{
        padding:10px 0;
    }
    .menu-bar{
      position: absolute;
      bottom: 2px;
    }
}

@media (max-width:768px) and (min-width:550px) {
  .menu-bar{
    position: absolute;
    bottom: 0;
  }

}
@media (max-width:768px){
  .cx-flex-end{
    display: flex;
    justify-content: center;
  }
  .cx-flex{
    border:none;
    justify-content:center;
    display: flex;
  }
  .corona-xc{
    display: flex;
    justify-content: center;
  }
  .about-cx{
    display: block;
  }
}
@media (max-width:550px) {
    .menu-bar{
      position: absolute;
      bottom: 0;
    }
}

.list-group{
    flex-direction:row;
    justify-content: start;
}
.nav-categories{
    border-bottom:1px solid #eeeeee;
    border-top:1px solid transparent;
}
.list-group-item{
    border:1px solid rgba(0, 0, 0, 0);
    background:transparent !important;
    border-radius:0 !important;
}
.btn-bg{
  background: none !important;
  color:#555 !important;
  border-radius: 0;
}
.list-group-item .is-checked{
  border-bottom:2px solid #42afaa;
}
.list-group .list-group-item a{
    color:#434f61;
}
/* ===============/Header/=============*/
/* ===============2-CONTENT=============*/
/* >>2.1-Banner Slider */
/* Ripple Hover */
.ripple{
	position: relative; /*Position relative is required*/
	height: 100%;
	width: 100%;
	display: block;
	outline: none;
	color: #fff;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	overflow:hidden;
  padding:3rem 3rem 0 3rem;
}

/* .ripple:hover:before{
	animation: ripple 2000ms ease;
} */

/* .ripple:before{
	content:"";
	position:absolute; top:-5%; left:0;
	width:100%; height:100%;
  background-color:rgba(255, 255, 255, 0.7);
  border-radius:50%;
	transform:scale(0);
} */

/* @keyframes ripple{
	from{transform:scale(0); opacity:1;}
	to{transform:scale(3);opacity:0;}
} */
/* End Ripple Hover */
.owl-carousel{
    z-index: 0;
}
#banner_slider.owl-theme .owl-nav{
   position: absolute;
   top: 45%;
   width: 100%;
}

.wave1{
    height: 30px;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    bottom: 0;
    animation: wave-animation1 8.7s infinite linear;
    background: url(../img/wave_style.png) 0 0 repeat-x;
}


    .wave1 {
      -webkit-animation: wave-animation1 8.7s infinite linear; /* Safari 4+ */
      -moz-animation:    wave-animation1 8.7s infinite linear; /* Fx 5+ */
      -o-animation:      wave-animation1 8.7s infinite linear; /* Opera 12+ */
      animation:         wave-animation1 8.7s infinite linear; /* IE 10+ */
    }

    @-webkit-keyframes wave-animation1 {
      0%   { background-position: 0 0; }
      100% { background-position: 1601px 0; }
    }
    @-moz-keyframes wave-animation1 {
      0%   { background-position: 0 0; }
      100% { background-position: 1601px 0; }
    }
    @-o-keyframes wave-animation1 {
      0%   { background-position: 0 0; }
      100% { background-position: 1601px 0; }
    }
    @keyframes wave-animation1 {
      0%   { background-position: 0 0; }
      100% {background-position: 1601px 0;}
    }

#banner_slider .item .item-caption{
    position:absolute;
    top: 30%;
    margin:auto 0;
    width:100%;
    max-width:50%;
    left: 145px;
    display: inline-block;
    text-align:left;
    right:0;
}
.owl-theme .owl-nav [class*="owl-"]{
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 7px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    border:1px solid #75c90e;
    opacity: 0;
}
#banner_slider.owl-theme .owl-nav .owl-next{
    right: 15px;
    position: absolute;
    transition:all 0.5s ease;
}
#banner_slider.owl-theme .owl-nav .owl-prev{
    left: 15px;
    position: absolute;
    transition:all 0.5s ease;
}
#banner_slider.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent !important;
    color: #FFF;
    text-decoration: none;
}
.owl-theme .owl-nav.disabled + .owl-dots{
  bottom: 50px;
}
.owl-theme .owl-dots .owl-dot span{
  border: none !important;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 2px;
  background: #ffffff;
}
.owl-theme .owl-dots .owl-dot.active span{
  background:#42AFAA;
}
#banner_slider:hover .owl-next{
    right: 100px !important;
    opacity: 1;
}
#banner_slider:hover .owl-prev{
    left: 100px !important;
    opacity: 1;
}
/* >>/Banner Slider */
/* >>2.2-Welcome and Event */
.hko_product{
    padding:40px 0;
}
.hko_section{
    background:#ffff;
}
.inner-welcome{
    padding:60px 0;
    text-align:center;
}
.inner-welcome .title-welcome{
    color:#2999d5;
    font-size:24px;
    font-weight:normal;
    font-family: 'Poppins',serif;
    letter-spacing:2px;
    margin-bottom:25px;
}
.inner-welcome span{
    color:#626161;
    font-family:'Poppins',serif;
    font-size:14px;
}
.event_item{
    box-shadow:none !important;
    margin-bottom:35px;
    padding:30px 0;
    border-radius:0;
    border:1px solid #eee;
}
.hvr-zoom{
    overflow: hidden;
    position:relative;
    display: inline-block;
    margin:0;
    padding:0;
}
.image-box img {
    max-width: 100%;
    transition: all 2.0s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
.image-box:hover img {
    transform: scale(1.9);
}
.event_item:hover .hvr-zoom img{
    transform:scale(1.05);
    cursor: pointer;
    transition:all 0.5s ease-out 0s;
}
.event-detail{
    word-break: break-all;
}
.span_dt{
    word-break: break-all;
    border-bottom:1px solid #eee;
    margin-bottom:15px;
}
.collection-post{
    padding:40px 30px;

    margin-bottom:40px;
}
.feature-title{

}
.viewDetail{
    background:#349ed7;
    padding:.70rem 2rem !important;
    text-transform:capitalize;
}
.viewDetail:hover{
    background:#ff8400 !important;
    color:#fff;
}
.feature-title h5 {
    color:#fff;
    text-transform:uppercase;
    text-shadow: 0 1px 1px #cacaca;
}
.wl-title{
  text-align: center;
  margin-bottom:3rem;
  margin-top:3rem;
}
.block-container{
  background:#f3f4f6 !important;
  padding:4rem 0;
}
.cate_wrapper{
  margin-bottom:3rem;
  padding:4rem 0;
}
.ftr-items{
    word-break:break-all;
    text-align:center;
}
.ftr-items .card-title h5{
    color:#515151;
    font-size: 20px;
    font-family:Impact, sans-serif;

}
.feature-title h5{
  font-family:'Roboto',sans-serif, 'Bayon',cursive;
  font-weight:bold;
}
.selected{
  border-bottom: 1px solid #d0353b;
}
.ftr-items .item_price h5{
    color:#ed1c24;
}
.brs-wb-all p{
  font-family:'Rockwell', 'Hanuman',sans-serif;
}
/* >>/Welcome and Event */
/* >>2.3-Welcome and Event */
.left-big-product{
    height:96.4%;
    position:relative;
}
.left-big-product .big_card{
    height:100%;
}
.view_pro{
   border:1px solid #eee;
}
.right-product{
    height:100%;
    position:relative;
}
.pro_dt span{
    font-size:18px;
    font-weight:normal;
    color:#434f61;
}
.pro_dt h5{
    font-size:28px;
    font-weight:bold;
    padding-bottom:8px;
    font-family: 'Poppins',sans-serif;
    color:#000000;
}
.price_box{

    margin-bottom:15px;
}

.bread .active{
    color:#75c90e !important;
}
.list-unstyle-menu{
    list-style:none;
    margin:0;
    padding:0;
}
.list-unstyle-menu li{
    float:left;
    text-align:left;
}
.left-bar{
    padding:20px 0;

}
.single-block{
    border-bottom:1px solid #ddd;
    padding:15px 0;
}
.single-block .image a img {
    width: 100%;
}
.single-block .image {
    flex-basis: 100px;
    margin-right:5px;
}

.single-block .content{
    flex-basis: 100%;
}
.single-block .content p {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 12px;
    word-break:break-all;
    color: #323232;
}
.single-block .content a{
    color:#6c757d;
}
.single-block .content a:hover{
    color:#80bb01;
}
.single-block .image a:hover {
    border: 2px solid #80bb01;
}
.single-block .image a {
    border: 2px solid transparent;
    display: block;

}
.single-block .content p span {
    font-size: 12px;
    line-height: 16px;
    color: #999;
    font-weight: 400;
    margin-top: 5px;
    display: block;
}
.section-title{
    background:url(../img/statement2.jpg) no-repeat;
    background-size:cover;
    background-position: center;
    height:350px;
    position:relative;
}
.price-title{
    background:url(../img/landing-page-big-image-1160_338px-6.png) no-repeat;
    background-size:cover;
    background-position: center;
    height:350px;
    position:relative;
}
.event-title{
    background:url(../img/slider_1.jpg) no-repeat;
    background-size:cover;
    background-position: center;
    height:350px;
    position:relative;
}
.about-title{
    background:url(../img/screenshot-www.moo.com-2020.04.13-15_13_24.png) no-repeat;
    background-size:cover;
    background-position: center;
    height:350px;
    position:relative;
}
.contact-title{
  background:url(../img/screenshot-www.moo.com-2020.04.11-14_41_11.png) no-repeat;
  background-size:cover;
  background-position: center;
  height:350px;
  position:relative;
}
.inner-title h5{
    font-size:45px;
    font-weight:bold;
    color:#fff;
    text-transform:capitalize;
    font-family:'Roboto',sans-serif;
    margin-bottom:8px;
}
.inner-title .wrapper-title .wr-text{
    font-size:18px;
    color:#fff;
}
.wrapper-title{
  margin-top:8rem;
}
.inner-title{
    display:flex;
    align-items:center;
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
}

.breadcrumb {
    list-style: none;
    overflow: hidden;
    font: 18px Helvetica, Arial, Sans-Serif;
    margin: 40px 0;
    padding: 0;
    background-color:#fff !important;
  }
  .breadcrumb li {
    float: left;
  }
  .breadcrumb li a {
    color: #323c49;
    text-decoration: none;
    padding: 4px 0 4px 55px;
    background: brown; /* fallback color */
    background: #e9ecef;
    position: relative;
    display: block;
    float: left;
    font-size:12px;
  }
  .breadcrumb li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid #e9ecef;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
  }
  .breadcrumb li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
  }
  .breadcrumb li:first-child a {
    padding-left: 10px;
  }
  /* .breadcrumb li:nth-child(2) a       { background:        hsla(34,85%,45%,1); }
  .breadcrumb li:nth-child(2) a:after { border-left-color: hsla(34,85%,45%,1); }
  .breadcrumb li:nth-child(3) a       { background:        hsla(34,85%,55%,1); }
  .breadcrumb li:nth-child(3) a:after { border-left-color: hsla(34,85%,55%,1); }
  .breadcrumb li:nth-child(4) a       { background:        hsla(34,85%,65%,1); }
  .breadcrumb li:nth-child(4) a:after { border-left-color: hsla(34,85%,65%,1); }
  .breadcrumb li:nth-child(5) a       { background:        hsla(34,85%,75%,1); }
  .breadcrumb li:nth-child(5) a:after { border-left-color: hsla(34,85%,75%,1); } */
  .breadcrumb li:last-child a {
    background: transparent !important;
    color: black;
    pointer-events: none;
    cursor: default;
  }
  .breadcrumb li:last-child a:after { border: 0; }
  .breadcrumb li a:hover { background: #f8f9fa; }
  .breadcrumb li a:hover:after { border-left-color: #fcfcfc !important; }


  .steps {
    margin: 40px;
    padding: 0;
    overflow: hidden;
  }
  .steps a {
    color: #323c49;
    text-decoration: none;
  }
  .steps em {
    display: block;
    font-size: 1.1em;
    font-weight: bold;
  }
  .steps li {
    float: left;
    margin-left: 0;
    width: 150px; /* 100 / number of steps */
    height: 70px; /* total height */
    list-style-type: none;
    padding: 5px 5px 5px 30px; /* padding around text, last should include arrow width */
    border-right: 3px solid white; /* width: gap between arrows, color: background of document */
    position: relative;
  }
  /* remove extra padding on the first object since it doesn't have an arrow to the left */
  .steps li:first-child {
    padding-left: 5px;
  }
  /* white arrow to the left to "erase" background (starting from the 2nd object) */
  .steps li:nth-child(n+2)::before {
    position: absolute;
    top:0;
    left:0;
    display: block;
    border-left: 25px solid white; /* width: arrow width, color: background of document */
    border-top: 40px solid transparent; /* width: half height */
    border-bottom: 40px solid transparent; /* width: half height */
    width: 0;
    height: 0;
    content: " ";
  }
/* >>/Welcome and Event */
/* >>2.4 ---Our Service--- */

.srv-provider-wrapper{
  padding:4rem 0;
}
.feature-title{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.feature-title h5{
  font-size: 25px;
  font-family:Impact, sans-serif;
  font-weight: 400;
  color:#42afaa;
}
.feature-item .cx-card{
  margin-top:1rem;
  transition: all .3s ease;
  border: 7px solid #fff;
}
.fcx-wr{
  border:1px solid #eee;
}
.feature-item:hover .cx-card {
  box-shadow: 16px 16px 0 #c0e1e0 !important;
  margin-top:0;
  border: 7px solid #099;
}
.feature-item:hover .cx-card .fcx-wr{
  border:1px solid #fff !important;
}
.ftr-items p{
  color:#b9b9b9;
  font-family: Rockwell,serif;

}
    /* .brs-wr:hover .hover-img img{
        transform:scale(1.2);
        transition:all 0.6s ease;
    } */
    .brs-wr:hover {
        box-shadow:0px 0px 35px 1px rgba(55,41,67,0.1) !important;
    }
    .brs-wr:hover .hover-img::before{
        opacity: 1;
    }
    .brs-wr:hover .hover-img::after{
        opacity: 1;
    }
    figure{
        margin:0;
        padding:0;
        overflow: hidden;
    }
    .brs-btn-bm .brs-btn-readmore{
        padding: 6px 8px 6px 18px;
        color:#ffffff;
        text-align: center;
        font-size: 14px;
        text-decoration: none;
        display: block;
        background:#349ed7;
        position: relative;
        right: 18px;
    }
    .brs-btn-bm .brs-btn-readmore::after{
        content: '';
        border-top: 17px solid transparent;
        border-bottom: 16px solid transparent;
        border-left: 18px solid #349ed7;
        position: absolute;
        right: -18px;
        top: 0;
    }
    .brs-btn-readmore:hover{
        background:#75c90e;
    }
    .brs-btn-readmore:hover::after{
        border-left: 18px solid #75c90e;
    }
    .ab_background{
        position:relative;
        top:0;
        padding:60px 20px 30px 20px;
    }
    .relate-title{
        position: relative;
    }

    .hover-img{
        position:relative;
    }

   .hover-img::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    background:rgba(0,0,0,.5);
   }
   .hover-img::after{
       position:absolute;
       content:"";
       background:url(../img/meds.png) no-repeat;
       text-align:center;
       width:35px;
       height:35px;
       z-index: 999;
       left:45%;
       top:45%;
       opacity: 0;
       transition:all 0.5s ease-in;
   }

    .figure-img{
        overflow:hidden;
        position:relative;
    }
    .figure-img::after{
        content: '';
        position: absolute;
        width: 32px;
        height: 32px;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: url(../img/salt.png) no-repeat;
        top: 51.5%;
        z-index: 1;
        opacity:0;
        transition:all 0.4s ease-out;
    }
    .figure-img::before{
        content: '';
        position: absolute;
        width: 45px;
        height: 45px;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #75c90e;
        top: 50%;
        z-index: 1;
        padding: 10px;
        border-radius: 50%;
        opacity:0;
        transition:all 0.4s ease-out;
    }

    .card-hover:hover .figure-img img{
        transform:scale(1.05);
        transition:all 0.5s ease-out;
    }
    .card-hover:hover .figure-img::before{
        opacity: 1;
    }
    .card-hover:hover .figure-img::after{
        opacity: 1;
    }
    .relate-product{
        position:relative;
        display:block;
        padding:30px 0;
    }
    .over_hidden{
        overflow:hidden;
        flex-basis: 100%;
        text-align:center;
    }
    .grid-right:hover .over_hidden img{
        transform:scale(1.05);
        transition:all 0.5s ease-out 0s;
    }
    .grid-right .over_hidden img{
        display: block;
        width: 100%;
    }
    .right-product .mb-30:nth-child(1){
        margin-bottom:30px;
    }
    .grid-right .mb-30:nth-child(2){
        margin-bottom:0 !important;
    }
    .grid-left{
        margin-top:143px;
        overflow:hidden;
        text-align:center;
    }
    .big_card:hover .grid-left img{
        transform:scale(1.05);
        transition:all 0.5s ease-out 0s;
    }
    .breadcrumb-item.active a {
        color: #80bb01;
    }
    @media(max-width:767px) and (min-width:360px){
        .left-big-product{
            padding-bottom:30px;
        }
    }
/* >>/End Pepper */
/* ===============/CONTENT/=============*/

/* ===============3-FOOTER=============*/
    .footer-container{
        background: rgb(255, 255, 255);
        box-shadow: 0px -2px 4px #f5f5f7f0;
        color:#a3a3a3;
        z-index: -1;
    }
    .hko_social_media{
        width:100%;
        max-width:250px;
        left:0;
        right:0;
        margin:auto;
    }
    .media i{
      font-size:20px;padding:8px;background:#42afaa;border-radius:50%;margin-right: 8px;color:#ffffff;
    }
    .w-134{
        width:35px;
    }
    .w-134 i{
      font-size:18px;
    }
    .w-94{
        width:35px;
    }
    .w-94 i{
      font-size:18px;
    }

    .fa-facebook-f{
      padding-left: 12px !important;
      padding-right: 12px !important;
    }
    .l134{
        line-height:1.5;
    }
    .l134 li{
        display:flex;
    }
    .brs-contact h5{
        font-size:25px;
        color:#42afaa;
        font-family: Impact, sans-serif;
        text-shadow: 0 1px 1px #cacaca;


    }
     /* span{
        color:#626262;
        font-weight:400;
        font-family:'Poppins', sans-serif;
        font-size:14px;
    } */

    .brs-contact{
        color:#a3a3a3;
    }
    .map-footer{
      padding:0 4rem;
    }
    .brs_ft_bottom span{
        color:#fff;
        font-weight:600;
        font-size:14px;
    }
    .back-to-top{
      position: absolute;
      top:-22px;
      z-index: 0;
      cursor: pointer;
    }
    .brs_ft_bottom{
        color:#fff;
        margin:0 auto;
        max-width:500px;
        position: relative;
        display:flex;
        justify-content: center;
    }
    .btm-cx{
      background: #42afaa;
      position: relative;
      padding:1rem 0;
    }
    .brs_ft_bottom .footer-sc{
      position: absolute;
      top: -45px;
    }
   @media(max-width:480px){
       .hko_address{
           margin:0;
       }
   }
/* ===============/FOOTER/=============*/
