@charset "UTF-8";

.mb-100 {
  margin-bottom: 100px;
}

.hero-img {
  position: absolute;
  left: 30%;
  top: 450px;
  z-index: 6;
  width: 700px;
}

.header-logo {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 86%;
  padding-right: 260px;
}

.header-layout2 .header-button .th-btn {
  background-color: #1c52b8;
}

.bdxblue {
  color: #00398b;
}

.hero-title {
  color: #8d9bd6;
}

.main-menu a {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  font-family: var(--title-font);
  color: #8d9bd6;
  text-transform: capitalize;
}

.main-menu.style2 > ul > li > a {
  border-radius: 0px;
}

.main-menu.style2 > ul > li > a:hover {
  background-color: rgba(64, 102, 242, 0.7);
}

.main-menu > ul > li > a:hover {
  color: #fff;
}

.hero-style2 {
  position: relative;
  z-index: 16;
  max-width: 100%;
  padding: 160px 300px 210px 300px;
  text-align: center;
}

.hero-title span {
  background: linear-gradient(81deg, #fff 0%, #f8f8f8 100%);

  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-feature-settings: "clig" off, "liga" off;
  display: inline-block;
  position: relative;
}

.hero-title span:before {
  background-image: url(../img/philosophy_highlight.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  animation: section-animation-2 3s infinite;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: section-animation-2;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  text-transform: capitalize;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--title-font);
  border: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
  line-height: 1;
  padding: 18px 30.8px;
  border-radius: 0px;
  -webkit-transform: perspective(0) translateZ(0);
  transform: perspective(0) translateZ(0);
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.feature-item {
  border-radius: 0px;
  border: 1px solid var(--white-color);
  padding: 50px 25px;
  text-align: left;
  background: -webkit-linear-gradient(top, #fafafa 77.78%, #e9e9e9 100%);
  background: linear-gradient(180deg, #fafafa 77.78%, #e9e9e9 100%);
  height: 350px;
}

.service-box {
  padding: 30px 6px;
  border-radius: 10px;
}

#philosophy p {
  font-size: 36px;
  width: 75%;
  margin: 0 auto;
  font-weight: normal;
}

.text-right {
  text-align: right;
}

.ripple-1,
.ripple-2,
.ripple-3,
.ripple-4,
.ripple-5,
.ripple-6,
.ripple-7 {
  opacity: 0;
}

.mobile{
    display: none;
 }


/* If the screen size is 601px or more, set the font-size of <div> to 80px */
@media only screen and (min-width: 601px) {
 
}

/* If the screen size is 600px or less, set the font-size of <div> to 30px */
@media only screen and (max-width: 600px) {
  
.mobile{
        display: block;
    }
.desktop{
        display: none;
    }    
    
.sticky-wrapper.sticky .header-logo {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 78%;
    padding-right: 0px !important;
    }
    
.header-logo {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 70%;
    padding-right: 0px;

}
    
 .hero-style2 {
    position: relative;
    z-index: 16;
    max-width: 100%;
    padding: 90px 10px 0px 10px;
    text-align: center;
    
}   
.hero-style2 .hero-title {
    font-size: 22px;
    line-height: 32px;    
    
    
}
    
.hero-img {
    position: absolute;
    left: 80px;
    top: 180px;
    z-index: 6;
    width: 250px;
}  
    
.feature-item {
    padding: 30px 20px;
    text-align: left;
    height: auto;
}    
    
.col-auto {
    width: 100px;
}


.choose-about, .space {
    padding: 20px 0 50px 0px;
    
    }    

.title-area, .sec-title {
    --section-title-space: 0px;
}

.customer_target {
    min-height: 100px !important;
}    

#customer_chara_bg {
    background-size: 100% !important;
    min-height: 300px !important;
}   
    
#philosophy h2 {
    color: #8d9bd6;
    margin: 0 auto;
    font-size: 20px;
    line-height: 28px;
    }

#philosophy{
    background-size: inherit !important;}
    
#philosophy h2 {
    margin: 60px 50px 120px 50px !important;
}  

.mobile-map img{
    }
    
}
    
    