/** Shopify CDN: Minification failed

Line 523:2 Comments in CSS use "/* ... */" instead of "//"
Line 862:28 Expected identifier but found bad string token
Line 862:29 Unterminated string token

**/
:root{
  --primary: #61B9D5;
  --light: #F2FBF9;
  --medium: #DFEBEB;
  --orange: #FF8A30;
  --dark-blue: #1f4085;
  --danger: #cd243e;
  --icon-space: 1rem;
  --light-blue: #F4FBFF;
  --light-blue-2: #D6ECF4;
}
@font-face {
  font-family: A-Gothic;
 /* src: url('{{ "A-OTF_Gothic_MB101_Pr5_B.otf" | asset_url }}') format('otf');*/
  src: url('/cdn/shop/files/A-OTF_Gothic_MB101_Pr5_B_f6421bd3-bcd3-4632-a298-70464a1c10cd.otf?v=1724819047');
}

@font-face {
  font-family: Gothic; 
  /*src: url('{{ "GothicLight.otf" | asset_url }}') format('otf');*/
 src: url('/cdn/shop/files/GothicLight.otf?v=1721915695') format('otf');
  
}
@font-face {
  font-family: GothicBold; 
/*  src: url('{{ "GothicBold.woff" | asset_url }}') format('woff');*/

src: url('/cdn/shop/files/GothicBold.otf?v=1721915360') format('woff');  
 
  
}
@font-face {
  font-family: Montserrat;
  src: url('/cdn/shop/files/Montserrat-VariableFont_wght.ttf?v=1721917451');
}
@font-face {
  font-family: Montserrat-Italic;
  src: url('/cdn/shop/files/Montserrat-Italic-VariableFont_wght.ttf?v=1721917451');
}
@font-face {
  font-family: Lato;
  src: url('/cdn/shop/files/Lato-Light.ttf?v=1721917450');
}
@font-face {
  font-family: Lato-Bold;
  src: url('/cdn/shop/files/Lato-Bold.ttf?v=1721917450');
}
@font-face {
  font-family: KyokashoN;
  src: url('../fonts/KyokashoN-R.ttc');
  font-weight: 100;
}
@font-face {
  font-family: KyokashoNBold;
  src: url('../fonts/KyokashoN-B.ttc');
}
@font-face {
  font-family: Assistant;
  src: url('../fonts/Assistant-VariableFont_wght.ttf');
}
@font-face {
  font-family: NotoSerifJP_R;
  src: url('/cdn/shop/files/NotoSerifJP-Regular.otf?v=1724815937');
}
@font-face {
  font-family: NotoSerifJP_B;
   src: url('{{ "NotoSerifJP-Bold.otf" | asset_url }}') format('otf');
  
 src: url('/cdn/shop/files/NotoSerifJP-Bold.otf?v=1724815937');
}


body {
  /* padding-top: 5rem; */
  color: black;
  font-family: Lato;
}
p{
  font-size: 16px;
  font-weight: 700;
}
nav{
  z-index: 1;
}
.navbar{
  background: white;
  padding: 0 3rem 0rem 3rem ;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .15)!important; 
}
.navbar .navbar-nav{
  padding-top: 1rem;
}
.navbar-fixed-top{
  position: sticky;
  right: 0;
  left: 0;
  z-index: 1030;
  /* top: 0; */
}
.nav-page{
  border: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  border: none;
  border-bottom: 5px solid var(--primary);
}
.nav-page .nav-link{
  padding: 5px 20px;
  background: transparent;
  font-size: 17px;
}
.nav-page .nav-link:focus{
  border: none !important;
}
.nav-page .nav-link.active{
  color: var(--primary);
  font-weight: bold;
  font-family: 'Montserrat';
}
.nav-pills .nav-link{
  text-align: right;
  padding: 10px 20px;
  font-family: 'Montserrat';
  font-weight: 500;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background: white;
  color: black;
  font-weight: 700;
  padding: 10px 20px;
}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}
.d-flex{
  position: relative;
}
.dropdown { 
  position:static !important; 
}
.dropdown-menu { 
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important; 
  /* margin-top:0px !important;  */
  /* width:100% !important;  */
  border-radius: 0;
  border: none;
  background: var(--light);
}
.navbar-brand img{
  width: 100%;
  height: 50px;
}
.img-hover img{
  -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.img-hover:hover img{
  -webkit-transform: scale(1.03);
	transform: scale(1.03);
  /* cursor: pointer; */
}
.img-round{
  object-fit: cover!important;
  border-radius: 50%!important;
}
.box-border{
  border: 1px solid rgba(0, 0, 0, .15);
}
.box-hover:hover{
  box-shadow: 0 .3rem .5rem rgba(0, 0, 0, .15);
  cursor: pointer;
  position: relative;
  display: block;
}
.box-hover h5, .box-hover p, .box-hover span{
  text-decoration: none;
  color: black;
}
.box-hover:hover h5, .box-hover:hover p, .box-hover:hover span{
  text-decoration: none;
  color: black;
}
.img-object-fit-cover-lg{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.img-object-fit-cover-bm{
  height: 450px;
  width: 100%;
  object-fit: cover;
}
.img-object-fit-cover{
  height: auto;
  width: 100%;
  object-fit: cover;
}
.img-object-fit-height{
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.img-object-fit-height-sm{
  height: 150px;
  width: 100%;
  object-fit: cover;
}
.img-object-fit-height-md{
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.z-index-1{
  z-index: 1;
}
.z-index-2{
  z-index: 2;
}
.company_photo{
  height: 400px;
}
.img-center{
  width: 30%;
}
.img-center-50{
  width: 50%;
}
.box-shadow{
  box-shadow: .4rem .4rem 0.5rem rgba(0, 0, 0, .35);
}
.box-shadow-light{
  box-shadow: .2rem .1rem 0.6rem rgba(0, 0, 0, .15);
}
/* border radius */
.border-radius-top-left-round{
  border-top-left-radius: 50px;
}
.border-radius-top-right-round{
  border-top-right-radius: 50px;
}
.border-radius-bottom-left-round{
  border-bottom-left-radius: 50px;
}
.border-radius-bottom-right-round{
  border-bottom-right-radius: 50px;
}
.border-radius-top-left-round-25{
  border-top-left-radius: 25px;
}
.border-radius-top-right-round-25{
  border-top-right-radius: 25px;
}
.border-radius-bottom-left-round-25{
  border-bottom-left-radius: 25px;
}
.border-radius-bottom-right-round-25{
  border-bottom-right-radius: 25px;
}

.border-radius-top-left-round-15{
  border-top-left-radius: 15px;
}
.border-radius-top-right-round-15{
  border-top-right-radius: 15px;
}
.border-radius-bottom-left-round-15{
  border-bottom-left-radius: 15px;
}
.border-radius-bottom-right-round-15{
  border-bottom-right-radius: 15px;
}
.border-primary{
  border: 2px solid var(--primary) !important;
}
.border-container .img-left, .border-container .img-right{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 200px;
  position: relative;
  display: block;
}
.border-container .img-text{
  padding: .8rem 2rem;
  position: absolute;
  width: auto;
  bottom: 5px;
}
.border-left{
  padding-left: 2rem;
  border-left: 8px solid var(--orange) !important;
}
.border-bottom{
  padding: 0 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, .35);
}
.border-left .img-left{
  background-image: url('../img/genrever.png');
  border-bottom-right-radius: 50px;
}
.border-left .img-left .img-text{
  background-color: rgba(255, 255, 255, .65);
  left: 5px;
}
.border-right{
  padding-right: 2rem;
  border-right: 8px solid var(--dark-blue) !important;
}
.border-right .img-right{
  background-image: url('../img/team_value_village.png');
  border-bottom-left-radius: 50px;
}
.border-right .img-right .img-text{
  background-color: rgba(255, 255, 255, .65);
  right: 5px;
  text-align: right;
}
.light-border{
  border-left: 3px solid var(--primary);
}
/* end of border radius */
.nav-logo{
  padding: .8rem 3rem;
  border: 1px solid black;
}
.nav-item{
  padding: 0 1rem;
}

.nav-link{
  border-bottom: 3px solid transparent;
  padding: 0 0 2rem 0;
  color: #454545;
  font-weight: 700;
}
.nav-link[aria-expanded="true"]{
  border-bottom: 3px solid var(--primary);
}
.navbar .input-group .input-group-text{
  border-left: none;
  border-radius: 25px 0 0 25px;
  background: none;
}
.navbar .input-group input{
  border-left: none;
  border-radius: 0 25px 25px 0;
}
.navbar-nav.input-search{
  width: 100%;
  display: flex;
  justify-content: center;
}
.navbar-nav.input-search li{
  width: 60%;
}
.navbar-icons .nav-item{
  text-align: center;
  padding: 0 1rem !important;
}
.banner{
  position: relative;
  background: var(--light);
  width: 100%;
  /* height: calc(100vh - 90px); */
}
.container_short{
  background-color: white;
  display: block;
  padding: 3rem 5rem;
}
.banner_arc{
  height: calc(100vh - 90px);
  margin-top: 90px;
  border-radius: 0 0 25rem 0;
  box-shadow: .5rem .5rem .8rem rgba(0, 0, 0, .35)!important; 
  background-color: transparent;
  display: block;
  padding: 3rem 5rem;
  /* color: white; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.banner_arc_company{
  position: relative;
  height: calc(100vh - 90px);
  margin-top: 90px;
  width: 100%;
  /* padding: 3rem 5rem; */
  width: 100%;
}

.banner_arc_company img{
  background-color: transparent;
  display: block;
  position: absolute;
  height: 100%;
  border-radius: 0 0 25rem 0;
  box-shadow: .5rem .5rem .8rem rgba(0, 0, 0, .35)!important; 
  /* color: white; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.banner_arc_company .banner_breadcrumbs{
  position: absolute;
  top: 3rem;
  left: 3rem;
}
.banner_arc_company h1{
  position: absolute;
  top: 14rem;
  left: 5rem;
  font-size: 4.5rem;
  font-family: Montserrat;
  font-weight: 600;
  color: white;
}
.banner_arc h1{
  padding-top: 10rem;
  font-size: 4.5rem;
  font-family: Montserrat;
  font-weight: 600;
  color: white;
}
.banner_breadcrumbs{
  font-size: 18px;
}
.banner_breadcrumbs span, .banner_breadcrumbs a{
  padding: 0 .5rem;
  font-weight: 600;
}
.banner_breadcrumbs i{
  font-size: 12px;
}
.banner_breadcrumbs .active{
  color: var(--primary);
  font-weight: 900;
}
.bg-banner-3{
  position: relative;
  height: calc(100vh);
  width: 100%;
  /* padding: 3rem 5rem; */
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.philosophy_banner{
  background-image: url('../img/philosophy_banner.png');
}
.sustainability_banner{
  background-image: url('../img/sustainability_banner.png');
}
.csr_banner{
  background-image: url('../img/csr_banner.png');
}
.sdg_banner{
  background-image: url('../img/sdg_banner.png');
}
.company_profile_banner{
  background-image: url('../img/company_profile_banner.jpg');
}
.service_banner{
  background-image: url('../img/services_banner.png');
}
.business_banner{
  background-image: url('../img/business_banner.png');
}
.instinct_brothers_banner{
  background-image: url('../img/instinct_brothers_banner.png');
}
.hiroki_global_banner{
  background-image: url('../img/hiroki_global_banner.png');
}
.artisans_production_banner{
  background-image: url('../img/artisans_production_banner.png');
}
.instinct_ras_banner{
  background-image: url('../img/instinct_ras_banner.png');
}
.rise_holdings_banner{
  background-image: url('../img/rise_holdings_banner.png');
}
.investors_banner{
  background-image: url('../img/investors_banner.png');
}
.career_banner{
  background-image: url('../img/career_banner.png');
}
.board_members_banner{
  background-image: url('../img/board_members_banner.png');
}
.value_village_banner{
  background-image: url('../img/new_value_village_banner.png');
}
.news_banner{
  background-image: url('../img/news_banner.png');
}
.contact_banner{
  background-image: url('../img/contact_banner.png');
}
.ceo_message_banner{
  background-image: url('../img/featured/ceo.png');
}
.campaigns-banner{
  background-image: url('/cdn/shop/files/campaign_banner.jpg?v=1724917482');
}
.special-promotions-banner{
  //background-image: url('/cdn/shop/files/special_promotions_banner.jpg?v=1724918809');
  background-image: url('/cdn/shop/files/Special-Promotion-Banner20240916.png?v=1725982906');
 
}
.bg-job-opening{
  background: url('../img/job-opening.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3rem 4rem;
  width: calc(100% - 3rem);
  margin-left: 3rem;
  border-top-left-radius: 50px;
}
.bg_in_house_cosmetics{
  
  border-radius: 5px;
  box-shadow: .5rem .5rem .8rem rgba(0, 0, 0, .35)!important; 
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7rem 0;
  /* color: white; */
  background-image: url('../img/in_house_cosmetics_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.bg_value_village{
  background-image: url('../img/service/value_village_home_page.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 7rem 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-margin{
  margin: 0;
}
.dropdown-menu{
  /* padding: 3rem 3rem 4rem 3rem; */
  left: auto;
  font-family: Montserrat;
}
.dropdown-menu h6{
  font-size: 15px;
  font-weight: bold;
}
.dropdown-menu ul{

}
.dropdown-menu ul.nav-list {
  --icon-space: 1.3em;
  list-style: none;
  padding: 0;
}

.dropdown-menu ul.nav-list li {
  padding: .5rem 0;
  padding-left: var(--icon-space);
  font-family: Lato;
  font-weight: 700;
  font-size: 15px;
}

.dropdown-menu ul.nav-list li:before {
  content: "\f054"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: calc( var(--icon-space) * -1 );
  width: var(--icon-space);
  font-size: 12px;
  color: var(--primary);
}
.dropdown-menu ul.nav-list li a{
  text-decoration: none;
  color: inherit;
}
.dropdown-menu ul.nav-list li a.nav-list-bold{
  font-weight: bold;
  font-size: 15px;
  font-family: Montserrat;
}
.dropdown-menu ul.nav-list li:hover a{
  color: var(--primary);
}
.navbar .dropdown:hover> .dropdown-menu {
  display: block;
  top: 70px;
}
.navbar .dropdown-item:focus, .navbar .dropdown-item:hover{
  background: var(--primary);
}
.primary-color{
  color: var(--primary);
}
.nav-link i.nav-icon{
  font-size: 13px;
  padding-right: .7rem;
}

/****** Main ******/
.bg-light{
  background-color: var(--light-blue) !important;
}
.bg-main{
  background: var(--primary);
}
.bg-medium{
  background-color: var(--medium);
}
.bg-gray{
  background-color: var(--gray);
}
.bg-90{
  width: 90%;
  position: relative;
  display: block;
}
.bg-dark-blue{
  background-color: var(--dark-blue) !important;
}
.bg-round{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 100%;
  height: auto;
  padding: 1.6rem;
}
.bg-round img{
  width: auto;
  height: 60px;
  object-fit: contain;
}
.img-object-fit-contain{
  object-fit: contain;
}
.bg-light-absolute{
  background: var(--light);
  height: 400px;
  display: block;
  position: absolute;
  bottom: 1px;
  width: calc(100% + 5rem);
  left: -5rem;
}
.card-bg-img{
  overflow: hidden;
  position: relative;
  display: block;
}
.card-bg-img img{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}
.card-bg-img h5{
  top: 60%;
  right: 10%;
  position: absolute;
  z-index: 2;
  font-size: 2rem;
  color: white;
  font-family: Montserrat;
  font-weight: 700;
}
/* button */
.btn-round{
  border-radius: 10px;
}
.btn-round-heavy{
  border-radius: 25px;
}
.btn i{
  margin-right: 1rem;
}
.btn-primary{
  background: var(--primary);
  border: 1px solid var(--primary);
  color: black;
  font-weight: 500;
}
.btn-primary:hover, .btn-primary:active{
  background: var(--light);
  color: var(--primary);
  border-color: var(--primary)
}
.btn-light-blue{
  background: var(--light-blue);
  border: 1px solid black;
  color: black;
  font-weight: 500;
}
.btn-light-blue:hover, .btn-light-blue:active{
  background: var(--primary);
  color: black;
  border-color: var(--primary);
}
.btn-white-none{
  background: white;
  border: none;
  color: black;
  font-weight: 500;
}
.btn-white-none:hover, .btn-white-none:active{
  background: var(--primary);
  color: black;
  border-color: var(--primary);
}
.btn-underline{
  background: transparent;
  border: 1px solid transparent;
  padding: 12px 0;
  color: black;
  font-weight: 500;
  border-bottom: 1px solid black;
  border-radius:0;
}
.btn-underline:hover, .btn-underline:active{
  background: white;
  color: black;
  border: 1px solid black;
}
.btn-dark-blue{
  background: var(--dark-blue);
  border: 1px solid var(--dark-blue);
  color: white;
  font-weight: 500;
}
.btn-dark-blue:hover, .btn-dark-blue:active{
  background: white;
  color: var(--dark-blue);
  border-color: white
}
.btn-orange{
  background: var(--orange) !important;
  border: 1px solid var(--orange) !important;
  color: black !important;
  font-weight: 500;
}
.btn-orange:hover, .btn-orange:active{
  background: white !important;
  color: var(--orange) !important;
  border-color: var(--orange) !important;
}
.btn-black{
  background: black !important;
  border: 3px solid black !important;
  color: white !important;
  font-weight: 500;
}
.btn-black:hover, .btn-black:active{
  background: white !important;
  color: black !important;
  border-color: white !important;
}
.btn-white{
  background: white !important;
  border: 3px solid black !important;
  color: black !important;
  font-weight: 500;
}
.btn-white:hover, .btn-white:active{
  background: black !important;
  color: white !important;
  border-color: black !important;
}
.btn-square{
  border-radius: 0;
}
/* End of button */

/* Padding */
.px-6{
  padding-left: 6rem;
  padding-right: 6rem;
}
/* End of Padding */

/* Text */
.text-bold{
  font-weight: bold;
}
.text-block{
  font-weight: 900;
}

h4.title{
  font-size: 2.5rem;
  font-family: Montserrat;
  color: var(--primary);
  font-weight: 600;
}
h5.sub-title{
  font-size: 2rem;
  font-family: Montserrat;
  color: var(--primary);
  font-weight: 600;
}
.quote{
  font-size: 2rem;
  /* font-family: Montserrat-Italic; */
  font-family: Montserrat;
  font-weight: 600;
  line-height: 1.5;
}
.quote::before{
  content: "\f10d"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  font-size: 22px;
  color: var(--primary);
  vertical-align: super;
  padding-right: 1rem;
}
.quote::after{
  content: "\f10e"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  font-size: 22px;
  color: var(--primary);
  vertical-align: super;
  padding-left: 1rem;
}
p.sub-text{
  font-size: 15px;
}
.text-center{
  text-align: center;
}
.text-montserrat{
  font-family: "Montserrat";"
}
.text-lato{
  font-family: "A-Gothic_L";
}
.text-lato-bold{
  font-family: "A-Gothic_B";
}
.text-lato-2{
  font-family: "Lato";
}
.text-gothic{
  font-family: "Gothic";
}
.text-gothic-bold{
  font-family: "A-Gothic";
}
.text-gothic-heavy{
  font-family: "A-Gothic_H";
}
.text-gothic-medium{
  font-family: "A-Gothic_M";
}
.text-gothic-light{
  font-family: "A-Gothic_L";
}
.text-notoserifjp_r{
  font-family: 'NotoSerifJP_R';
}
.text-notoserifjp_b{
  font-family: 'NotoSerifJP_B';
}
.text-assistant{
  font-family: "Assistant";
}
.text-italic{
  font-style: "italic";
}
.text-primary{
  color: var(--primary)!important;
}
.text-orange{
  color: var(--orange)!important;
}
.text-dark-blue{
  color: var(--dark-blue)!important;
}
.text-white{
  color: white;
}
.text-black{
  color: black;
}
.text-absolute{
  position: absolute;
}
label{
  font-family: 'Montserrat';
  font-weight: bold;
}
.font-11{
  font-size: 11px;
}
.font-13{
  font-size: 13px;
}
.font-15{
  font-size: 15px;
}
.font-20{
  font-size: 20px;
}
.font-23{
  font-size: 23px;
}
.pull-right{
  float: right;
}
.full{
  width: 100%;
}
.full-height{
  height: 100%;
}
/* IR News */
.ir_news_item{
  padding: .7rem 0;
  border-top: 1px solid black;
}
.ir_news_item:last-child{
  border-bottom: 1px solid black;
}
.ceo_message_text{
  border-left: .8rem solid var(--primary);
  padding: 1rem 2rem;  
}
.ceo_message_text_no_border{
  padding: 1rem 2rem 1rem 2.8rem;
}
.ir_news_title{
  border-left: 1rem solid var(--primary);
  padding: 1rem 2rem;
  /* font-weight: 600; */
  font-family: Montserrat;
  font-size: 25px;
}
.ir_news_list_title{
  border-left: 1rem solid var(--primary);
  padding: 1rem 2rem;
  font-weight: 700;
  font-family: Montserrat;
  font-size: 22px;
}
.ir_news_list{
  margin-top: 1rem;
  font-size: 18px;
}
.ir_news_list li{
  line-height: 30px;
}
/* End IR News */
/* Article */
.mt-6{
  margin-top: 6rem;
}
/* End Article */

ul.square-list{
  font-size: 18px;
}
ul.square-list li{
  /* list-style-type: disc; */
  list-style:square;
  font-weight: 600;
}

ul.circle-list{
  font-size: 11px;
  padding: 0 0 0 1rem;
  margin: 0;
}
ul.circle-list li{
  /* list-style-type: disc; */
  list-style:disc;
  font-weight: 600;
}
ul.primary-list{
  font-size: 18px;
}
ul.primary-list li::marker{
  color: var(--primary);
  font-size: 2rem;
  padding-top:1rem;
}
ul.primary-list li{
  line-height: 30px;
  font-weight: bold;
  font-size: 18px;
}
ul.primary-list li p{
  vertical-align: middle;
  line-height: 50px;
  font-weight: bold;
}
ul.white-list{
  font-size: 15px;
}
ul.white-list li::marker{
  color: white;
  font-size: 2rem;
  line-height: 2;
  padding-top:1rem;
}
ul.white-list li{
  line-height: 20px;
  font-size: 16px;
}
.hr-primary{
  border-bottom: 2px solid var(--primary);
  width: 100%;
}
.hr-black{
  border-bottom: 2px solid black;
  width: 100%;
}
.hr-light-black{
  border-bottom: 1px solid rgba(0, 0, 0, .35);
  width: 100%;
}
.pt-4rem{
  padding-top: 4rem;
  /* padding-bottom: 4rem; */
}

.pb-4rem{
  padding-bottom: 4rem;
}
.mt-4rem{
  margin-top: 4rem;
  /* padding-bottom: 4rem; */
}
.py-4rem{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.px-4rem{
  padding-left: 4rem;
  padding-right: 4rem;
}
.modal-content .close{
  font-size: 13px;
  color: black;
  text-shadow: none;
}
.modal-content .modal-header{
  border: none;
}
.profile-info{
  border: 1px solid var(--primary);
  padding: .8rem 1rem;
  margin-bottom: 1rem;
  display: block;
  background: white;
}
.profile-info-item{
  display: flex;
  border-bottom: 2px solid var(--primary);
  padding: .25rem 1rem;
}
.profile-info-item:last-child{
  border: none;
}
.profile-info-year{
  /* font-weight: bold; */
  font-family: 'Lato-Bold';
  color: var(--primary);
  width: 25%;
  font-size: 15px;
}
.profile-info-text{
  /* font-weight: 700; */
  font-family: 'Lato';
  width: 75%;
  font-size: 15px;
}
/****** End of Main ******/
footer{
  padding: 1rem!important;
  background: #F4F4F0!important;
  color: black!important;
  font-size: 18px!important;
}
footer .company-img img{
  width: 100%;
  height: 70px;
}
footer h5{
  font-size: 25px;
  font-family: Montserrat;
  font-weight: bold;
}
footer ul{
  list-style-type: none!important;
  padding: 0;
}
footer ul li{
  padding: .225rem 0;
}
footer ul li a{
  /* text-decoration: none; */
  color: black!important;
  font-size: 15px!important;
  font-family: Montserrat;
  font-weight: 600!important;
}
footer ul li a:hover{
  font-weight: bold;
  color: black;
}
.copyright{
  background: black;
  color: white;
  padding: 3rem;
}
ul.inline-list{
  display: inline-block;
  padding: 0;
  margin: 0;
}
ul.inline-list li{
  display: inline-block;
  padding: 0 1rem;
}
ul.inline-list li a{
  color: black;
  font-size: 13px;
  font-weight: 500;
  /* text-decoration: none; */
}
ul.inline-list li a:hover{
  font-weight: bold;
}
ul.inline-list li i{
  font-size: 25px;
}
.text-black-bold{
  font-weight: 700;
}
.modal-lg{
  max-width: 70%;
}
#services_index{
  height: 350px;
}
#gotoTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgba(0,160,233,1);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#gotoTop:hover {
  background-color: rgb(41, 117, 153);
}
.f345asda_hidden{
  visibility: hidden;
  display: none;
}
.message{
  height: 50vh;
  text-align: center;
}
.message i{
  font-size: 3rem;
  margin-bottom: 2rem;
}
.message p{
  font-family: 'Lato';
  font-size: 19px;
  margin-bottom: 2rem;
}
#message_error p, #message_error i{
  color: var(--danger);
}
#message_success p, #message_success i{
  color: var(--primary);
}
.company_info_text h1, 
.company_info_text h2, 
.company_info_text h3, 
.company_info_text h4, 
.company_info_text h5, 
.company_info_text h6,
.company_info_text b{
  font-family: Montserrat;
  font-weight: bold;
} 

.ellipsis {
  overflow: hidden;
  max-height: 50px;
  line-height: 25px;
}

.ellipsis:before {
  content: "";
  float: left;
  width: 5px;
  max-height: 50px;
}

.ellipsis>*:first-child {
  float: right;
  width: 100%;
  margin-left: -5px;
}

.ellipsis:after {
  content: "\02026";
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  float: right;
  position: relative;
  top: -25px;
  left: 100%;
  width: 3em;
  margin-left: -3em;
  padding-right: 5px;
  text-align: right;
  
}
.information_data_report{
  background: white;
}
.information_data_report:nth-child(2n+1){
  background: var(--light);
}
.our_stories_text{
  height: 200px;
  padding: 1rem;
}
@media (min-width: 1200px) {
  .container {
      max-width: 80%;
  }
}

.switch {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}

.switch > span {
  position: absolute;
  top: 12px;
  pointer-events: none;
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  width: 50%;
  text-align: center;
}

.switch input.check-toggle-round-flat:checked ~ .off {
  color: var(--primary);
}

.switch input.check-toggle-round-flat:checked ~ .on {
  color: #fff;
}

.switch > span.on {
  left: 0;
  padding-left: 2px;
  color: var(--primary);
}

.switch > span.off {
  right: 0;
  padding-right: 4px;
  color: #fff;
}

.switch .check-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.switch .check-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.switch input.check-toggle-round-flat + label {
  padding: 2px;
  width: 97px;
  height: 35px;
  background-color: var(--primary);
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
.switch input.check-toggle-round-flat + label:before, input.check-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}

.switch input.check-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: var(--primary);
  
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
.switch input.check-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 48px;
  background-color: #fff;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}

.switch input.check-toggle-round-flat:checked + label {
}

.switch input.check-toggle-round-flat:checked + label:after {
  margin-left: 44px;
}
.text-overflow{
  overflow-y: hidden;
  height: 3rem;
  text-overflow: ellipsis;
  word-wrap:break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2; 
  -webkit-box-orient: vertical;
}
/* VA */
.va-item{
  border-radius: 25px;
  position: relative;
  display: block;
}
.va-item .va-number{
  position: absolute;
  display: block;
  padding: 5px 15px;
  border-radius: 50%;
  background-color: var(--light-blue);
  color: black;
  font-size: 1.3rem;
  font-weight: bold;
  top: 1rem;
  left: 1rem;
}
.va-item img{
  object-fit: cover;
  width: 100%;
  height: 300px;
  border-radius: 25px;
}
.va-item .va-text{
  position: absolute;
  bottom: 0;
  background: rgba(255,255,255,.9);
  color: black;
  height: 130px;
  padding: 1rem;
  width: 100%;
  border-radius: 0 0 25px 25px;
}

.header_search{
  width:80%;
}

.bg-banner-3 {
    height: calc(100vh - 220px);
}