@font-face {
    font-family: 'humnst777_cn_btregular';
    src: url('../fonts/humnst777-cn-bt-webfont.woff2') format('woff2'), url('../fonts/humnst777-cn-bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hkgrotesk-bold';
    src: url('../fonts/hkgrotesk-bold-webfont.woff2') format('woff2'), url('../fonts/hkgrotesk-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hkgrotesk-regular';
    src: url('../fonts/hkgrotesk-regular-webfont.woff2') format('woff2'), url('../fonts/hkgrotesk-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
:root {
    --primary-color: #6ba391;
    --black: #000000;
    --white:#fff;
    --header-color:#821517;
    --header-font:'hkgrotesk-bold';
    --primary-font:'hkgrotesk-regular';
    --yellow:#FDA005;
}

.link,
body {
    position: relative;
}

.btn-theme,
p {
    line-height: 1.4
}

.btn-theme.active.focus,
.btn-theme.active:focus,
.btn-theme.focus,
.btn-theme:active.focus,
.btn-theme:active:focus,
.btn-theme:focus,
 :active,
 :focus,
a,
a:active,
a:focus,
a:hover {
    outline: 0
}

.link:after,
.pricing .pricing-list-item:before {
    width: 9px;
    height: 2px;
    content: " "
}

.link:after,
.pricing .pricing-list-item:before {
    content: "+"
}

.back-to-top:focus,
.back-to-top:hover,
.btn-theme.focus,
.btn-theme:focus,
.btn-theme:hover,
.content-wrapper-link,
.header .logo-wrap:focus,
.header .logo-wrap:hover,
a:active,
a:focus,
a:hover,
h1>a:focus,
h2>a:focus,
h3>a:focus,
h4>a:focus,
h5>a:focus,
h6>a:focus {
    text-decoration: none
}

.back-to-top,
.carousel-title,
.header .nav-item-child,
.link {
    text-transform: uppercase
}

html {
    overflow-x: hidden;
    font-size: 16px;
}

body,
html,
html a {
    -webkit-font-smoothing: antialiased
}

p {
    font-size: 1.1rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    line-height: normal;
}

em,
li,
li a {
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
}

a {
    color: var(--primary-color);
}

a:active,
a:focus,
a:hover {
    color: #000000
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    line-height: 1.4;
    margin: 0 0 15px;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    color: #000000
}

h1>a:hover,
h2>a:hover,
h3>a:hover,
h4>a:hover,
h5>a:hover,
h6>a:hover {
    color: #999999;
    text-decoration: none
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.5rem;
}

.accordion .panel-title,
h3,
h4 {
    font-size: 1.5rem;
}

 ::selection {
    color: #fff;
    background: #000000;
    text-shadow: none
}

 ::-webkit-selection {
    color: #fff;
    background: #000000;
    text-shadow: none
}

 ::-moz-selection {
    color: #fff;
    background: #000000;
    text-shadow: none
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    font-family: var(--primary-font);
    letter-spacing: 0px;
    /* color: #707070; */
    padding: 0px;
    overflow-x: hidden;
    background: #F5F5F5 url('../images/bg.png') repeat;
    background-size: 100%;
    
}

a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


header{
    background-color: var(--white);
}
header .navbar-brand{
    position: relative;
    height: 50px;
    display: block;
    z-index: 9;
    top: 10px;
}
header .navbar-brand img{
    width: 150px;
}
header .navbar-brand::before, header .navbar-brand::after{
    content: '';
    position: absolute;
    top: 0;
    background:url(../images/curve.png) no-repeat bottom center;
    width: 390px;
    height: 130px;
    left: -130px;
    z-index: -1;
}
header .navbar-brand::after{
    background-color: #fff;
    left: -460px;
}
header .nav-link {
    padding: .7rem 1rem;
}
header .navbar{
    padding: 0;
}
header .navbar-nav .nav-link{
    border-bottom: solid 4px #fff;
}
header .navbar-nav .nav-link:hover, header .navbar-nav .nav-link.active{
    border-bottom: solid 4px #821517;
}
.top {
    background: #821517;
}
.top .container{
    border-bottom: solid 1px #ccc;
}
.top a, .top p{
    color: #fff;
    text-decoration: none;
}
.top a:hover{
    color: var(--black);
}
.social-media2 {
    display: flex;
    justify-content: end;
    padding: 10px;
    flex-wrap: wrap;    
}
.social-media2 ul {
    display: flex;
    justify-content: flex-end;
    text-align: center;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.social-media2 ul li {
    margin-left: 15px;
    display: block;
}

.social-media2 ul li .fa {
    color: #fff;
}

.social-media2 ul li a {
    text-align: center;
    color: #fff;
    font-size: 1rem;
    display: block;
    position: relative;
    right: 0;
    top: 0;
    margin-top: 0;
}

.social-media2 ul li a .fa {
    color: #fff;
}

.social-media2 ul li a:hover .fa {
    color: var(--black);
}
.social-media ul li a .fa{
    color: #fff ;
}
.social-media.social-media2{
    justify-content: flex-start;
}
.nav-tabs {
    justify-content: center;
}
.navbar-light .navbar-nav .nav-link {
    color:var(--black);
    text-transform: uppercase;
}
.signIn{
    margin-left: 20px;
    display: flex;
    margin: 0;
    list-style: none;
}
.signIn li a{
    padding: 3px 20px 5px;
    text-decoration: none;
}
.signIn li a.active, .signIn li a:hover{
    background-color: #121F48;
    border-radius: 20px;
    color: #fff;
    
}
.contact-num {
    padding: 0 10px;
    margin-top: 10px;
    margin-bottom: 0;
}
.banner .carousel-caption {
    position: absolute;
    right: auto;
    top: 50%;
    left: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    max-width: 400px;
    transform: translateY(-50%);
    bottom: auto;
    
}
.banner .carousel-caption::before {
	content: '';
	background: #264F92;
	filter: blur(307px);
	width: 100%;
	display: block;
	height: 100%;
	position: absolute;
	z-index: -1;
}
.banner .carousel-caption h5{
    color: var(--white);
    font-size: 2rem;
}
footer {
    padding-top: 100px;
    position: relative;
    background: #821517 url('../images/logo-footer2.png') no-repeat bottom left;
    background-size: 100px;
}
footer .container{
    position: relative;
}

footer h3 {
    font-size: 1.4rem;
    line-height: 46px;
    color: #FF9509;
    text-align: left;
    margin-bottom: 10px;
}

footer p,
footer p a {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.footer-memu,
.footer-memu ul,
.footer-memu li,
.footer-memu li a {
    list-style: none;
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    line-height: 30px;
    padding-left: 0px;
    position: relative;
    text-decoration: none;
}
.footer-memu li a:hover, footer p a:hover{
    color: var(--header-color);
}
.footer-memu {
    display: flex;
    flex-wrap: wrap;
}

.footer-memu li {
    width: 100%;
}

.contact ul {
    padding: 0;
    margin-right: 30px;
}

.contact ul,
.contact li,
.contact li a {
    list-style: none;
    color: #fff;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
}

.contact li span {
    color: #05CEEC;
}

.contact li a:hover {
    color: #05CEEC;
}

.copy-right {
    text-align: center;
    margin-top: 20px;
    background: #610305;
    display: inline-block;
    padding: 0 60px;
    position: relative;
    left: 100%;
    transform: translateX(-100%);
}
.copy-right::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 41px solid #610305;
    border-left: 41px solid transparent;
    position: absolute;
    left: -41px;
  }

.copy-right p {
    line-height: 21px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    padding: 10px 0;
    text-align: left;
}

.copy-right p a {
    color: #000;
}
.footer-logo {
    max-width: 180px;
    margin-top: 30px;
  }
.product-slider{
    position: relative;
    padding-top: 0;
}
.product-slider h3{
    text-align: center;
    margin-top: 10px;
    font-size: 1.2rem;
 }
 .product-slider .slick-prev, .product-slider .slick-next{
    top: 50%;
 }
 section{
     padding: 50px 0;
     position: relative;
 }
 .our-services{
    background: #fff;
    border-radius: 60px;
    padding: 20px;
    width: 70%;
    margin: auto;
    position: relative;
}
.our-services .form-control{
    border-radius: 50px;
    padding: 20px 30px;
    width: 100%;
    margin: auto;
    background-color: #f1f1f1;
}
.our-services .btn{
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 30px;
    padding: 10px 30px;
}
.section-header{
    position: relative;
    max-width: 800px;
    margin: auto;
    margin-bottom: 50px;
}
.section-header2 h2, .section-header h2{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: var(--header-color);
    text-transform: uppercase;
    margin-bottom: 0px;
}
.our-services h3{
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0;
}
.our-services .section-header h2{
    color: #fff;
    margin-bottom: 30px;
    text-shadow: 0 2px 2px rgba(0, 0, 0,0.2);
}
.more{
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
    font-size: 0.8rem;
    text-decoration: navajowhite;
    color: #000;
}
.more .fa{
    color: var(--yellow);
    font-size: 1.2rem;
}
.testimonial{
    display: flex;
}
.testimonial-client {
    width: 100px;
    display: flex;
    align-items: center;
}
.testimonial .profile{
    width: calc(100% - 100px);
}
.testimonial .profile h3{
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
}
.testimonial .profile p{
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}
.variable-width > div{
    max-width: 400px;
}
.testimonial img{
    width: 80px;
}
.Categories .slick-next, .Categories .slick-prev{
    transform: translateY(-50%);
}
.clients{
    display: flex;
}
.clients > div{
    padding: 30px;
    display: flex;
    align-items: center;
}
.btn-primary{
    background-color:#821517;
    border: solid 1px #821517;
    border-radius: 6px;
}
.btn svg{
    margin-right: 5px;
    width: 16px;
}
.send-us{
    padding-bottom: 0;
    margin-bottom: -60px;
    position: relative;
    z-index: 9;
}
.product-container{
    background: url(../images/bg.png) no-repeat top center;
    background-size: cover;
}
.product-container h3{
    margin-bottom: 0;
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 10px;
    text-align:center ;
    color: var(--header-color);
}
.product-container p{
    margin-bottom: 30px;
    text-align:center ;
}
.product-container div{
    text-align: center;
}
.product-container img{
    border-radius: 50%;
    border: dashed 2px #666;
    padding: 5px;
}
.product-container img::before{
    content: '';
    position: absolute;
    
}
.img-pos {
    position: absolute;
    max-width: 100%;
    z-index: -1;
    box-shadow: none !important;
}
.about-section{
    padding-bottom: 100px;
    padding-top: 100px;
}
.contact-form{
    background-color: #fff;
}
.address p {
    text-align: center;
    text-transform: capitalize;
    font-size: 20px;
}
.address p span {
    display: block;
    margin-top: 5px;
}
.address.contact-num {
    display: flex;
    margin: auto;
}
.contact-num2 {
    background-color: #821517;
    color: #fff;
    margin-top: 0px;
    padding: 0 10px;
    border-radius: 4px;
    margin-top: 10px;
    position: absolute;
    right: 10px;
}
.contact-num2 {
    position: relative;
    right: 0;
}
.address.contact-num p {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    background: none;
    color: #fff;
  }
  textarea.form-control {
    height: 100px;
  }
  .map {
    margin: 30px 0;
  }
  .sub-btn {
    padding: 7px 30px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4px;
    background: #05003E;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
  }
  .form-control {
    margin-bottom: 15px;
  }
  .our-product ul {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
}

.our-product li {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}

.our-product li div {
    position: relative;
   
    text-align: center;
    display: block;
}
.our-product li h3{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
}
.our-product li:nth-child(even) span {
    bottom: 0;
    right: 0;
    display: inline-block;
}
.our-product li a{
    display: flex;
    flex-direction: column;
    text-decoration: none;
    gap: 10px;
}
.our-product li:nth-child(even) a{
    flex-direction: column-reverse;
}
.our-product li p{
    width: 50%;
    margin: auto;
}
.blue h3{
    color: #31B2D7;
}

.green h3{
    color: #34CADB;
}

.voilet h3{
    color: #8099F4;
}

.red h3{
    color: #FF3E76;
}

.chocklate h3{
    color: #C56786;
}

.blue2 h3{
    color: #56A4FF;
}

.img-pos {
    position: absolute;
}
.whyBn-box{
    position: relative;
    padding-right: 0;
}
.whyBn-box::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--header-color);
    opacity: 0.7;
}
.whyBn-box > div{
    position: absolute;
    z-index: 1;
    width: 75%;
    margin: auto;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.whyBn-box h2, .whyBn-box p{
    color: #fff;
}
.whyBn-box h2{
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}
.whyBn h6{
    color: var(--header-color);
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}
.whyBn {
    background: url('../images/bg.png') no-repeat top center;
    background-size: cover;
}
.bg-img{
    background: url('../images/bg.png') no-repeat top center;
    background-size: cover;
}
.count-container{
    background-color: var(--header-color);
    padding: 20px 0;
    transform: translateY(-50%);
}
.count-box{
    text-align: center;
    padding: 20px 0;
    border-right: solid 1px rgba(255, 255, 255,0.5);
}
.count-container .col-lg-3:last-child .count-box{
    border: none;
}
.count-icon{
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #000;
    font-size: 26px;
    margin: auto;
    margin-bottom: 10px;
    padding: 0 15px;
}
.count-icon img{
    max-width: 100%;
}
.count-box h3, .count-box p{
    color: #fff;
    margin-bottom: 0;
}
.count-box h3{
    font-weight: bold;
}

.our-product p {
    font-weight: 600;
}
.main-banner{
    position: relative;
}
.page-title {
    position: absolute;
    top: 50%;
    margin: auto;
    left: 0;
    right: 0;
    display: inline-table;
    text-align: center;
    transform: translateY(-50%);
}
.page-title h1{
    color: #fff;
}
.page-title .breadcrumb li a{
    color: #fff;
    text-decoration: none;
}
.page-title .breadcrumb li{
    color: #ccc;
}
.list-items{
    padding-left: 0;
    list-style: none;
}
.list-items li{
    margin-bottom: 10px;
    position: relative;
    padding-left: 0rem;
    list-style: none;
}
.list-items li::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #610305;
    margin-left: -20px;
    margin-top: 8px;
}
.key-points .whyBn-box{
    position: relative;
height: 300px;
overflow: hidden;
image-orientation: from-image;
bottom: 0;
top: auto;
}
.key-points .whyBn-box img{
    transform: translateY(-35%);
}
.vission-mission{
    background: url(../images/gallery1.JPG) no-repeat center;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
}
.vission-mission::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--header-color);
    opacity: 0.7;
}
.vission-mission-box{
    border: solid 1px #fff;
    padding:50px;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    height: 100%;
}
.vission-mission-icon{
    width: 200px;
    margin:20px auto 30px;
    opacity: 0.8;
}
.vission-mission-box h2, .vission-mission-box p{
    color: #fff;
}

.member-login a.nav-link {
    padding: 0px;
    font-weight: 600;
    background: #fff;
    border-radius: 33px;
    color: #000;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 13px;
}

footer .social-media.social-media2 {
    display: flex;
}

section.send-us {
    display: none;
}

.main-banner, .banner-container {
    margin: 0 auto;
    text-align: center;
}

.banner-container-header {
text-align: center;
    margin: 0 auto;
    display: inline-block!important;
}

.about-header{
        font-size: 26px;
    font-weight: bold;
    color: #821517;
}


.s-soft{ 
 position: fixed;
 top: 180px ;
 left: 10;
 z-index: 1000; transition:all linear 0.2s ;
 right:0;
}
.s-soft a:first-child{ border-radius: 0 5px 0 0;
}
.s-soft a:last-child{ 
  border-radius: 0 0 5px 0;
}
.s-item { 
  display:block; 
  width: 60px;
  height: 60px;
  color: white;
  font-size: 25px;
  line-height: 60px;
  text-align:center;
  transition:all linear 0.2s ;}
.s-item:hover { 
  border-radius:0px 20px 20px 0px;  
}
#so-open { 
  position: fixed;
  top: 100px ;
  right: -90px;
  border-radius:0 30px 30px 0;
transition:all linear 0.2s ;
}
.facebook {background-color:  #121f48;}
.twitter {background-color: #121f48;}
.print {background-color: #121f48;}
.pinterest{background-color: #121f48;}
.linkedin{background-color: #121f48 ;}
.instagram{background-color:  #121f48;}
.so-collapse{left: -60px; }



@media all and (max-width: 768px) {
    .join-bni-container-box .our-product li {
        width: 100%;
        margin-bottom: 50px;
    }
    
    .join-bni-container-box img {
        width: 250px;
        text-align: center;
        margin: 0 auto;
    }
    
    .page-title h1 {
        color: #fff;
        font-size: 24px;
    }
    
    .col-md-6.col-sm-12.ps-5.pe-5.list-items.joi-container {
        padding-left: 25px!important;
        padding-top: 30px;
    }

}

@media all and (min-width: 991px) {
    .s-soft{
        display:none;
    }

}