/**
* Template Name: Imperial - v5.7.0
* Template URL: https://bootstrapmade.com/imperial-free-onepage-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
  color: #03C4EB;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #03c5ec;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 10px 0 20px 0;
  padding: 0;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #03C4EB;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #1bd6fc;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
#hero {
  display: table;
  width: 100%;
  height: 550px;
  /* background: url(../img/hero-bg.jpg) top center; */
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  #hero {
    height: 490px;
  }
}
@media (max-width: 375px) {
  #hero {
    height: 500px;
  }
}


/* @media (min-width: 1200px) {
  #hero {
    height: 700px;
  }
}
@media (min-width: 2000px) {
  #hero {
    height: 1300px;
  }
} */

#hero .hero-logo {
  margin: 15px 0;
}
#hero .hero-logo img {
  width: 39%;
  padding-top: 3rem;
}

#hero .hero-container {
  background: rgba(0, 0, 0, 0.8);
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  height: 365px;
  max-width: 636px;
  width:100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  #hero .hero-container {
    width:100%;
  }
}
#hero h2 {
  margin: 0 0 10px 0;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  color: #fff;
}
#hero h4 {
  color: #ccc;
  margin-bottom: 50px;
  padding: 0 0.5rem;
}
#hero h4 span {
  color: #fff;
  transition: 0.3s;
  border-bottom: 2px solid #03C4EB;
}
/* @media (max-width: 768px) {
  #hero h4 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
    padding: 0 1rem;
  }
  #hero h4 .rotating {
    display: block;
  }
} */
#hero .rotating > .animated {
  display: inline-block;
}
#hero .actions a {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
}
#hero .btn-get-started {
  background: #03C4EB;
  border: 2px solid #03C4EB;
  color: #fff;
}
#hero .btn-get-started:hover {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}
#hero .btn-services {
  border: 2px solid #fff;
  color: #fff;
}
#hero .btn-services:hover {
  background: #03C4EB;
  border: 2px solid #03C4EB;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #0d0d0d;
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
}
/* @media (max-width: 992px) {
  #header {
    height: 60px;
  }
} */
#header.fixed-top {
  background: rgba(0, 0, 0, 0.85);
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .logo a {
  color: #fff;
}
#header .logo img {
  height: 50px;
}

.scrolled-offset {
  margin-top: 70px;
}
/* @media (max-width: 992px) {
  .scrolled-offset {
    margin-top: 60px;
  }
} */

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #03C4EB;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  color: #333333;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #03C4EB;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
/* @media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
} */

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(26, 26, 26, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  background-image:  url(../img/findall/top_ham_banner.png);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #333333;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #03C4EB;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #03C4EB;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Common
--------------------------------*/
section {
  overflow: hidden;
}

.section-title {
  font-size: 1.7rem;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .section-title {
    margin: 30px 0 20px 0;
  }
}
@media (max-width: 375px) {
  .section-title {
    margin: 30px 0 20px 0;
  }
}
.section-title small{
  font-weight: 700;
}
.section-description {
  text-align: center;
  /* margin-bottom: 44px; */
}
.section-description span{
  white-space: nowrap;
  display: inline-block;
}

.section-title-divider {
  width: 50px;
  height: 3px;
  background: #03C4EB;
  margin: 0 auto;
  margin-bottom: 20px;
}
.section-title-divider-left {
  width: 50px;
  height: 3px;
  background: #03C4EB;
  margin-bottom: 20px;
}
@media (max-width: 320px) {
  #about3 .section-title-divider-left {
    margin-top: 30px;
  }
}

#services h7{
  text-align: center;
  display: block;
  margin-bottom: 50px;
  font-size: 12px;

}
#services .box-first{
  background-color:#03C4EB;
  margin:0;
  float: left;
  width:83px;
  padding: 0.5rem 0 0.5rem;
  color:#fff;
  height: 41px;
}
#services .box-second {
  border: solid 1px #03C4EB;
  float: left;
  width: 100%;
  margin: 0 0 1rem;
  padding: 0.5rem 2rem 0.4rem;
  text-align: center;
}
.mxa-auto{
  margin:0 auto;
}

/* Get Started Section
--------------------------------*/
#about, #about2, #about3{
  background: #fff;
  padding: 25px 0 40px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  #about, #about2{
    padding: 0;
  }
  #about3{
    height: 100%;
    max-height: 940px;
  }
}
@media (max-width: 375px) {
  #about{
    padding: 0;
  }
  #about2{
    padding: 0 0 3rem;
  }
  #about3{
    height: 100%;
    max-height: 860px;
    padding: 0;
    }
}
@media (max-width: 320px) {
  #about3{
    height: 100%;
    max-height: 900px;
    padding: 0;
    }
  #about2{
    padding: 0;
  }
}


#about .about-img,#about2 .about-img,#about3 .about-img {
  overflow: hidden;
}
#about .about-img img,#about3 .about-img img {
  max-width: 100%;
  margin-bottom: 3rem;
}
#about2 .about-img img{
  margin-bottom: 0rem;
  max-width: 100%;
}
@media (max-width: 320px) {
    #about2 .about-img img{
      margin-bottom: 3rem;
      max-width: 100%;
    }
  }
#about .about-content {
  background: #fff;
  padding: 0 1rem;
}
#about2 .about-content,#about3 .about-content {
  background: #fff;
  padding: 0rem 1rem;
  height: 100%;
  max-height:450px;
  margin-bottom: 1rem;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  #about2 .about-content,#about3 .about-content {
    max-height:660px;
    height:100%;
    padding-top: 3rem;
  }
}
@media (max-width: 375px) {
  #about2 .about-content,#about3 .about-content {
    max-height:630px;
  }
}
#about .about-title {
  color: #000;
  font-weight: 700;
  font-size: 28px;
}
#about2 .about-title,#about3 .about-title {
  color: #000;
  font-weight: 700;
  font-size: 28px;
  height: 5rem;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  #about2 .about-title,#about3 .about-title {
    font-size: 24px;
    height: 2rem;
  }
}
@media (max-width: 375px) {
  #about2 .about-title,#about3 .about-title {
    font-size: 23px;
    height: 6rem;
  }
}
#about2 .about-title0,#about3 .about-title0 {
  color: #000;
  font-weight: 700;
  font-size: 28px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  #about2 .about-title0,#about3 .about-title0 {
    font-size: 26px;
  }
}
@media (max-width: 375px) {
  #about2 .about-title0,#about3 .about-title0 {
    font-size: 23px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  #about p{
    margin:1rem 0;
  }
}


#about2 .about-title small,#about3 .about-title small{
  font-weight: 700;
}
#about2 .new-icon,#about3 .new-icon{
  background-image: url(../img/top/new-icon1_white.svg);
  background-size: 60px;
  background-position: right;
  background-repeat: no-repeat;
  height: 16%;
  width: 100%;
  margin: -4.700000000000003rem -4rem 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  #about2 .new-icon,#about3 .new-icon{
      margin: -4.699999999999999rem -2rem 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  #about2 .new-icon,#about3 .new-icon{
    margin: -5.699999999999999rem -4rem 0;
  }
}
@media(max-width:320px){
  #about2 .new-icon,#about3 .new-icon{
      margin: -6rem -0.5rem 0;
  }
}

#about2 .hatsu-icon,#about3 .hatsu-icon{
  background-image: url(../img/top/hatsu-icon.png);
  background-size: 90px;
  background-position: right;
  background-repeat: no-repeat;
  height: 16%;
  width: 105%;
  margin: -4.7rem -10rem 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  #about2 .hatsu-icon,#about3 .hatsu-icon{
    display: none;
  }
}


#about .about-text,#about2 .about-text,#about3 .about-tex {
  line-height: 26px;
  margin-bottom: 15px;
}
#about .about-text img {
  width:100%;
}
#about .about-content img,#abou2 .about-content img{
  display: inline-block;
  width:100%;
  padding:1rem 0;
}

#about .about-text:last-child,#abou2 .about-text:last-child{
  margin-bottom: 0;
}

#about .subscribe-btn-container, #about2 .subscribe-btn-container,#about3 .subscribe-btn-container, #about3 .subscribe-btn-container,#about3 .subscribe-btn-container {
  text-align: center;
  padding-top: 20px;
}

@media (max-width: 375px){
  #about .subscribe-btn-container, #about2 .subscribe-btn-container,#about3 .subscribe-btn-container, #about3 .subscribe-btn-container,#about3 .subscribe-btn-container {
    padding: 0 0 1rem;
  }
}

#about .subscribe-btn,#about3 .subscribe-btn{
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #03C4EB;
  border: 2px solid #03C4EB;
}
#abou2 .subscribe-btn a{
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #03C4EB;
  border: 2px solid #03C4EB;
}
#about .subscribe-btn-container .subscribe-btn:hover,#about2 .subscribe-btn-container .subscribe-btn:hover,#about3 .subscribe-btn-container .subscribe-btn:hover {
  background: #03C4EB;
  border: 2px solid #03C4EB;
  color:#fff;
}
#about .factory-img img{
 width:100%;
 padding: 1rem 0rem;
 display: inline-block;
}
@media (max-width: 375px){
  #about .factory-img img{
    padding: 2px 0 20px;
  }
}
#about2 h7,#about3 h7{
  font-size:12px;
}

/* Services Section
--------------------------------*/
#services {
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url("../img/top/agecare2.png") fixed center center;
  background-size: cover;
  padding: 80px 0 60px 0;
}
#services .service-item {
  margin-bottom: 20px;
}
#services .service-icon{
  float: left;
  background: #03C4EB;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #03C4EB;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}
#services .service-icon_c{
  float: left;
  background: #03C4EB;
  transition: 0.5s;
  border: 1px solid #03C4EB;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 176px;
  height: 44px;
}
#services .service-icon i{
  color: #fff;
  font-size: 24px;
  line-height: 0;
}
#services .service-icon_c i{
  color: #fff;
  font-size: 16px;
  line-height: 0;
}
#services .service-item:hover .service-icon,
#services .service-item:hover .service-icon_c {
  background: #fff;
}
#services .service-item:hover .service-icon i,
#services .service-item:hover .service-icon_c i {
  color: #03C4EB;
}
#services .service-title {
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#services .service-title a {
  color: #111;
}
#services .service-title i {
  color: #03C4EB;
}

#services .service-description {
  margin-left: 80px;
  line-height: 24px;
}
@media(max-width:320px){
  #services .section-description span{
    padding:0 1rem;
  }
}

/* Subscribe Section
--------------------------------*/
#subscribe {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background-size: cover;
  padding: 30px 0 8px;
}
#subscribe .subscribe-title {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.3rem;
}
#subscribe .subscribe-text {
  color: #fff;
}
#subscribe .subscribe-btn-container {
  text-align: center;
  padding: 10px 0;
}
#subscribe .subscribe-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}
#subscribe .subscribe-btn:hover {
  background: #03C4EB;
  border: 2px solid #03C4EB;
}
#subscribe img{
  width: 20%;
  display: inline-block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  #subscribe img{
    width: 50%;
  }
}
#subscribe span{
  white-space: nowrap;
}


/* Portfolio Section
--------------------------------*/
#portfolio {
  background: #fff;
  padding: 80px 0;
}
#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
}
#portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #666666;
  transition: all 0.3s ease-in-out;
}
#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  color: #03C4EB;
}
#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
#portfolio .portfolio-item {
  margin-bottom: 30px;
}
#portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  padding: 15px;
}
#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #333333;
  margin-bottom: 5px;
}
#portfolio .portfolio-item .portfolio-info p {
  color: #666666;
  font-size: 14px;
  margin-bottom: 0;
}
#portfolio .portfolio-item .portfolio-info .preview-link, #portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 48px;
  font-size: 28px;
  top: calc(50% - 28px);
  color: #4d4d4d;
}
#portfolio .portfolio-item .portfolio-info .preview-link:hover, #portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #03C4EB;
}
#portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 20px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #03C4EB;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #03C4EB;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(51, 51, 51, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  background: #f6f6f6;
  padding: 80px 0;
}
#testimonials .profile {
  text-align: center;
  margin-top: 20%;
}
#testimonials .profile .pic {
  border-radius: 50%;
  border: 2px solid #03C4EB;
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
  width: 260px;
}
#testimonials .profile .pic img {
  margin: 0 auto;
}
#testimonials .profile .pic img {
  max-width: 100%;
  width: 260px;
}
#testimonials .profile h4 {
  font-weight: 700;
  color: #03C4EB;
  margin-bottom: 5px;
}
#testimonials .profile span {
  color: #333333;
}
#testimonials .quote {
  position: relative;
  background: #fff;
  padding: 30px;
  margin-top: 40px;
  font-size: 16px;
  font-style: italic;
  border-radius: 5px;
}
#testimonials .quote b {
  display: inline-block;
  font-size: 22px;
  left: -9px;
  position: relative;
  top: -8px;
}
#testimonials .quote small {
  display: inline-block;
  right: -9px;
  position: relative;
  top: 4px;
}
#testimonials .quote a {
  color:03c5ec;
  font-size: 0.8rem;
}
#testimonials .quote a:hover {
  color: #666666;
  opacity: 0.4;
}

#testimonials .section-description{
  margin-bottom: 0;
}


/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 80px 0 60px 0;
}
#team .member {
  text-align: center;
  margin-bottom: 20px;
}
/* @media (max-width: 525px) {
  #team .member {
    margin-bottom: 18px;
  }
} */
#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 224px;
	overflow:		hidden;
	margin:			10px 8px 10px 16px;
	position:		relative;	/* 相対位置指定 */
}
  /* @media (max-width: 1200px) {
    #team .member .pic {
      height: 184px;
    }
  }
  @media (max-width: 992px) {
    #team .member .pic {
      height: 129px;
    }
  }
  @media (max-width: 768px) {
    #team .member .pic {
      height: 446px;
    }
  }
  @media (max-width: 525px) {
    #team .member .pic {
      height: 350px;
    }
  } */
  @media only screen and (-webkit-min-device-pixel-ratio: 3) {
    #team .member .pic {
      height: 324px;
    }
  }
  @media (max-width: 370px) {
    #team .member .pic {
      height: 240px;
    }
  }


#team .member .pic img {
  width: 100%;
  transition: ease-in-out 0.3s;
}
#team .member .pic:hover img {
  transform: scale(1.1);
}
#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
}
#team .member small{
  font-weight: 700;
}
#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
#team .member .social {
  margin-top: 15px;
}
#team .member .social a {
  color: #b3b3b3;
}
#team .member .social a:hover {
  color: #03C4EB;
}
#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

#team .pic .caption {
	font-size:130%;
	text-align:center;
	padding-top:100px;
	color:#fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 1px;
  display:inline-block;
}
/* @media(max-width:1200px){
  #team .pic .caption {
    padding-top: 83px;
  }
}
@media(max-width:992px){
  #team .pic .caption {
    font-size: 100%;
    padding-top: 53px;
  }
}
@media(max-width:768px){
  #team .pic .caption {
    font-size: 160%;
    padding-top: 219px;
  }
}
@media(max-width:525px){
  #team .pic .caption {
    font-size: 150%;
    padding-top: 159px;
  }
} */
@media only screen and (-webkit-min-device-pixel-ratio: 3){
  #team .pic .caption {
    font-size: 150%;
    padding-top: 147px;
  }
}
@media(max-width:370px){
  #team .pic .caption {
    font-size: 150%;
    padding-top: 104px;
  }
}
#team .pic .mask {
	width:100%;
	height:100%;
	position:absolute;	/* 絶対位置指定 */
	top:0;
	left:0;
	opacity:0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition: all 0.2s ease;
}
#team .pic :hover .mask {
	opacity:1;	/* マスクを表示する */
}



/* Contact Section
--------------------------------*/
#contact {
  background: #f7f7f7;
  padding: 80px 0 120px 0;
}
#contact .info {
  color: #333333;
}
#contact .info i {
  font-size: 32px;
  color: #03C4EB;
  float: left;
  line-height: 0;
}
#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}
#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
#contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
#contact .php-email-form input, #contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
}
#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #03C4EB;
}
#contact .php-email-form button[type=submit] {
  background: #03C4EB;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}
#contact .php-email-form button[type=submit]:hover {
  background: #25d8fc;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 30px 0;
}
.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: gray;
  content: "/";
}
/* @media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
} */

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #111;
  padding: 30px 0;
  color: #fff;
}
#footer .copyright {
  text-align: center;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}

/*--------------------------------------------------------------
# counter
--------------------------------------------------------------*/

#prg-counter{
  display: none;
}
#prg-countersp .prg-container{
  text-align: center; 
  width: 90%;
  margin: auto;
}

#prg-head h1{
  text-align: center; 
}

#prg-countersp h3.prg-count{ 
  background-color: rgba(0, 0 ,0 ,0);
  color: blue;
  font-size: 2.5em;
  padding: 20px 20px 6px 20px;
  border: 0px solid black;
}
#prg-countersp h3.prg-count{
  background-color: rgba(0, 0 ,0 ,0);
  color: blue;
  font-size: 2.5em;
  padding: 20px 20px 6px 20px;
  border: 0px solid black;
}

#prg-countersp h3.prg-count::after {
  content: " %";
  display: inline-block;
}



#prg-countersp h4.prg-count-title{ 
  background-color: rgba(0, 0 ,0 ,0);
  color: rgba(17, 17, 17, 1);
  font-size: 1.3em;
  font-weight: 700;
  margin: 47px 0 10px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  height: 4rem;
  padding: 0 1rem;
}
#prg-countersp h6{
  height: 4rem;
  font-size: 1rem;
  padding: 0 1rem;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  #prg-countersp h6{
    height: 1rem;
  }
}

.box26 {
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #5d627b;
  background: rgba(246, 217 ,228 , 0.25);
  border-top: solid 5px #03C4EB;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.commingsoon img{
  display: block;
  width: 100%;
  position: absolute;
}

.gdtext{
  /* display: inline-block; */
  background: -webkit-linear-gradient(left, #ff26fb, #00b3ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: fantasy;
}
.prg-countersp{
  z-index: 100;
  display: flex;
  margin-top: -2rem;
  margin-bottom: 2rem;
}
