/*Blog*/
.blogbox{text-align:justify;padding:20px;background-color:#FFF;box-sizing:border-box;clear:both;overflow:hidden;margin-bottom:15px;box-shadow:3px 3px 7px rgba(0,0,0,0.2)}
.blogbox .blogimg img {float: right; width: 35%; height: auto; margin: 15px;box-shadow: 0 0 3px rgba(0,0,0,0.8)}
.blogbox .read-more a{background-color:#ccc;color:#2D2D2D;padding:10px;border-radius:5px;border:1px solid #2D2D2D}
.blogbox .read-more a:hover {background-color:#2D2D2D;color:#FFF;letter-spacing: 2px;padding:10px 15px}
.blogpost {text-align: justify;padding:20px;background-color: #FFF;box-sizing: border-box}
.blogpost h1, .blogbox h1 {margin:0;font-size:28px;color:#222;}
.blogpost h2, .blogbox h2 {margin:0;font-size:24px;color:#222;}
.blogpost .blog_wrapper img {float: right; max-width: 35%; height: auto; margin: 15px;box-shadow: 0 0 3px rgba(0,0,0,0.8)}
.socialbox{overflow:hidden;position:relative;text-align:center;width:100%;}
.social-share-btns{display:inline-block;overflow:hidden}
.social-share-btns .share-btn{float:left;margin:0 5px;padding:8px 16px;border-radius:3px;color:#fff;font-size:14px;line-height:18px;vertical-align:middle;transition:background .2s ease-in-out;display:flex;align-items:center;}
.social-share-btns .share-btn svg {fill:currentColor;height:1rem;width:1rem;margin-right:10px;}
.share-btn{background-color:#95a5a6}
.share-btn:hover{background-color:#798d8f}
.share-btn-twitter{background-color:#00aced}
.share-btn-twitter:hover{background-color:#0087ba}
.share-btn-facebook{background-color:#3b5998}
.share-btn-facebook:hover{background-color:#2d4373}
.share-btn-linkedin{background-color:#007bb6}
.share-btn-linkedin:hover{background-color:#005983}
@media only screen and (max-width:700px){
.blogbox .blogimg img{max-width:90%;width:auto}
}
:root {
    --white-color:                  #FFFFFF;
    --primary-color:                #ffc107;
    --section-bg-color:             #f9f9f9;
    --dark-color:                   #000000;
    --grey-color:                   #fcfeff;
    --text-secondary-white-color:   rgba(255, 255, 255, 0.98);
    --title-color:                  #565758;
    --p-color:                      #717275;
  
    --body-font-family:           'Noto Sans JP', sans-serif;
  
    --h1-font-size:               72px;
    --h2-font-size:               42px;
    --h3-font-size:               36px;
    --h4-font-size:               32px;
    --h5-font-size:               24px;
    --h6-font-size:               22px;
    --p-font-size:                20px;
    --copyright-text-font-size:   14px;
    --custom-link-font-size:      12px;
  
    --font-weight-light:          300;
    --font-weight-normal:         400;
    --font-weight-bold:           700;
    --font-weight-black:          900;
  }


  .map{border:0;-webkit-filter: grayscale(100%);
    filter: grayscale(100%);}
    .map:hover{-webkit-filter: grayscale(0%);
      filter: grayscale(0%)}
  
  body,
  html {
    height: 100%;
  }
  html {
   overflow-x: hidden;
  }
  body {
      background: var(--white-color);
      font-family: var(--body-font-family);    
      position: relative;
  }
  
  /*---------------------------------------
    TYPOGRAPHY               
  -----------------------------------------*/
  
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: var(--dark-color);
    line-height: inherit;
  }
  .services_section {
    width: 100%;
    float: left;
    padding-top: 90px;background-color:#eaecf6;
    padding-bottom: 90px;
}

.services_text {
    width: 90%;
    float: left;
    font-size: 16px;
    color: #000;
    margin: 0px;
}
.language_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #ffc107;
  font-weight: bold;
  padding: 0px;
}

.language_taital_1 {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #051785;
  font-weight: bold;
  padding: 0px;
}
.services_text {
  width: 90%;
  float: left;
  font-size: 16px;
  color: #494a4e;
  margin: 0px;
}
.appoinment_bt {
  width: 210px;
  float: left;
  margin-top: 50px;
}

.appoinment_bt a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #000000;
  border: 3px solid #ffc107;
  text-align: center;
  padding: 10px 0px;
}

.appoinment_bt a:hover {
  color: #000000;
  background-color: #ffc107;
}

.image_1 {
  width: 100%;
  float: left;
}

.image_2 {
  width: 100%;
  float: left;
  position: relative;
  left: -240px;
  margin-top: 25px;
}

 .by{background-color: #ffc107;}
  
 .spam { display:none;}


  h1,
  h2 {
    font-weight:bold; color: #051785; font-size: 1.5rem;font-family: "Montserrat", sans-serif;    text-transform: uppercase !important;
  }
  
  @media (max-width: 576px) {

    h1,
    h2
    h3 {
     font-size: 1.5rem!important;
    }




  }








  h1 {
    font-size: var(--h1-font-size);
    line-height: normal;
  }
  
  h2 {
    font-size: var(--h2-font-size);
  }
  
  h3 {
    font-size: var(--h3-font-size);font-family: "Montserrat", sans-serif;    text-transform: uppercase !important;
  }
  

  
  p {
    color: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-light);
    letter-spacing: 0.5px;
  }
  
  .text-secondary-white-color {
    color: var(--text-secondary-white-color);
  }
  
  a, 
  button {
    touch-action: manipulation;
    transition: all 0.3s;
  }
  
  a {
    color:#FFFFFF;
    text-decoration: none;
  }
  
  a:hover {
    color: var(--primary-color);
  }
  
.bl{background-color: #051785;}

  /*---------------------------------------
    NAVIGATION               
  -----------------------------------------*/
  
  .navbar {
    z-index: 9;
    right: 0;
    left: 0;
 
  }
  
  .navbar-brand {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: var(--font-weight-bold);
  }
  
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }
  
  
  
  .navbar-nav .nav-link {
    color: var(--p-color);
    font-size: 18px;
    font-weight: var(--font-weight-bold);
    position: relative;
  }
  
  .navbar-nav .nav-link:hover::after,
  .navbar-nav .nav-item.active .nav-link::after {
    color: var(--primary-color);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  
  .navbar-nav .nav-item.active .nav-link,
  .nav-link:focus, 
  .nav-link:hover {
    color: var(--dark-color);
  }
  
  .nav-link:focus {
    color: var(--p-color);
  }
  
  .navbar-toggler {
    border: 0;
    padding: 0;
    cursor: pointer;
    margin: 0;
    width: 30px;
    height: 35px;
    outline: none;
  }
  
  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background: transparent;
  }
  
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
    top: 0;
  }
  
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: rotate(45deg);
  }
  
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(-45deg);
  }
  
  .navbar-toggler .navbar-toggler-icon {
    background: var(--dark-color);
    transition: background 10ms 300ms ease;
    display: block;
    width: 30px;
    height: 2px;
    position: relative;
  }
  
  .navbar-toggler .navbar-toggler-icon:before,
  .navbar-toggler .navbar-toggler-icon:after {
    transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
    position: absolute;
    right: 0;
    left: 0;
    background: var(--dark-color);
    width: 30px;
    height: 2px;
    content: '';
  }
  
  .navbar-toggler .navbar-toggler-icon:before {
    top: -8px;
  }
  
  .navbar-toggler .navbar-toggler-icon:after {
    top: 8px;
  }
  
  /*---------------------------------------
    HERO              
  -----------------------------------------*/
  .hero {
    position: relative;
    overflow: hidden;
  }
  
  @media screen and (min-width: 992px) {
    .hero {
      height: 100vh;
    }
  

    .sticky-wrapper {
      position: relative;
      bottom: 76px;
    }
  }
  
  .heroText {
    position: absolute;
    z-index: 9;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    text-align: center;
  }

/*** Services Start ***/
.services .services-item {
  transition: 0.5s;background: #e7e7eb!important;
}

.services .services-item:hover {
  background: var(--bs-primary) !important;
  border-color: var(--bs-secondary) !important;
}

.services .services-item:hover .services-content p,
.services .services-item:hover .services-content h3 {
  color: var(--bs-white);
  transition: 0.5s;
}
.services-content h3 {font-size: 1.3rem!important;}
.services .services-item:hover .services-content a.btn {
  background: #ffc107;
  color: var(--bs-primary) !important;
}

.services .services-item:hover .services-content a.btn:hover {
  color: var(--bs-white) !important;
}

.services .services-item .services-img {
  overflow: hidden;
}

.services .services-item .services-img img {
  transition: 0.5s;
}

.services .services-item .services-img img:hover {
  transform: scale(1.3);
}
/*** Services End ***/











  /*---------------------------------------
    ABOUT & TEAM MEMBERS               
  -----------------------------------------*/
  .about-image,
  .team-image {
    width: 100%;
    height: 100%;
    max-height: 635px;
    min-height: 475px;
    object-fit: cover;
  }
  
  .team-thumb {
    background: var(--white-color);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65%;
    padding: 22px 32px 32px 32px;
  }
  
  .carousel-control-next, 
  .carousel-control-prev {
    top: auto;
    bottom: 2.5rem;
  }
  
  .carousel-control-prev {
    right: 4rem;
    left: auto;
  }
  
  .carousel-control-next-icon, 
  .carousel-control-prev-icon {
    background-color: var(--dark-color);
    background-size: 50% 50%;
    border-radius: 100px;
    width: 3rem;
    height: 3rem;
  }
  

/* Footer
================================================== */
/*- Footer common */
.footer {
  background-color: #051785;
  color: #999;
}

.footer-main {
  padding: 80px 0 60px;
}

.footer .widget-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px;
  padding-left: 15px;
  text-transform: uppercase;
  color: #fff;
  border-left: 3px solid #ffb600;
}

/* Footer about us */
.footer-logo {
  margin-bottom: 25px;
}

/* Footer social */
.footer-social {
  margin-top: 15px;
}

.footer-social .widget-title {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -13px;
}

.footer-social ul li {
  display: inline-block;
}

.footer-social ul li a i {
  display: block;
  font-size: 16px;
  color: #999;
  transition: 400ms;
  padding: 10px 13px;
}

.footer-social ul li:hover {
  color: #fff;
}

/* Links */
.footer-widget ul.list-arrow li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px 0;
}

.footer-widget ul.list-arrow li:last-child {
  border-bottom: 0;
}

.footer-widget ul.list-arrow li a,
.footer-widget ul.list-arrow li:before {
  color: #747474;
}

.footer-widget ul.list-arrow li:hover a,
.footer-widget ul.list-arrow li:hover {
  color: #ffb600;
}

.working-hours {
  padding-right: 10px;
}

.working-hours .text-right {
  float: right;
}

/*-- Copyright --*/
.copyright {
  background: #ffb600;
  color: #111;
  padding: 25px 0 15px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 12px;
}

.footer-menu ul li {
  display: inline-block;
  line-height: 12px;
  padding-left: 15px;
}

.footer-menu ul.nav li a {
  background: none;
  color: #111;
  padding: 0;
}

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

#back-to-top {
  right: 40px;
  top: auto;
  z-index: 10;
  display: none;
}

#back-to-top .btn:focus {
  outline: 0;
  box-shadow: none;
}

@media (max-width: 767px) {
  #back-to-top {
    right: 15px;
  }
}

#back-to-top.position-fixed {
  bottom: 20px;
}

#back-to-top .btn.btn-primary {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 3px;
  color: #ffb600;
  font-weight: 700;
  font-size: 16px;
  padding: 0;
}

@media (max-width: 767px) {
  #back-to-top .btn.btn-primary {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
}

#back-to-top .btn.btn-primary:hover {
  color: #fff;
}
.number{ font-size:2rem; padding: 3%;}
.number:hover{background-color: #051785;}