html {
  font-size: 16px;
}
body {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: rgba(0,0,0,.55);
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
body.stopScroll{
  overflow: hidden;
}
a{
  color: rgba(0,0,0,.55);
  font-weight: 400;
}
p{
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #707070;
}
section{
  padding-top: 50px;
  padding-bottom: 50px;
}
#intro-section{
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-nav {
  width: 100%;
}
.navbar-nav li a {
  padding: 0 0 0 15px;
  text-align: left;
  font-weight: 400;
}
.navbar-brand img{
  width: 50px;
}
.logo-tagline01 {
    display: flex;
    align-items: center;
}
.logo-tagline01 p{
  margin-bottom: 0;
  font-weight: 400;
}
.navbar-brand h3{
  color: #707070;
  margin-bottom: 0;
}
.navbar-nav .dropdown-menu {
  position: absolute;
  width: 250px;
  left: calc(50% - 125px);
}
#menu-main-menu li{
  float: left;
}
.contact-btn-top {
  margin-right: 10px;
  margin-bottom: 10px;
  float: right;
}
.contact-btn-top a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  background: #fff;
  padding: 5px 20px;
  border: 1px solid #707070;
  color: #707070;
}
.contact-btn-top a:hover {
  background: #212529;
  color: #fff;
}
.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.85);
  padding: 40px 60px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.hero-content h2 {
  font-size: 48px;
  margin-bottom: 16px;
  color: #000;
  font-weight: 500;
}
.hero-content p {
  font-size: 21px;
  color: #000;
  line-height: 28px;
  font-weight: 400;
}
.service-heading{
  font-size: 24px;
  margin-bottom: 50px;
}
.about-content-details h3{
  font-size: 18px;
  margin-bottom: 20px;
  color: #707070;
}
.about-content-details p {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  color: #707070;
  font-weight: 400;
}
.about-content h3{
  font-size: 20px;
  margin-bottom: 20px;
  color: #707070;
}
.about-content p strong{
  font-size: 1.05em;
}
.requirement-company-info h3{
  font-size: 20px;
  margin-bottom: 20px;
  color: #707070;
  font-weight: 400;
}

.service-content-details h3{
  margin-top: 20px;
  font-size: 16px;
}
.service-content-details h3 a{
  text-decoration: none;
}
.read-more a{
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline !important;
}
.about-content-details .read-more{
  display: block;
  margin-top: 50px;
}
.company-image img{
  width: 100%;
}
.blog-details h3{
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.blog-details img {
  width: 100%;
}
.intro-list li {
  float: left;
  padding: 0px 40px 0 0px;
  font-size: 22px;
  font-weight: 400;
}
.intro-list li:first-child{
  list-style: none;
}
.features-banner-info h3{
  font-weight: 400;
  font-size: 24px;
}
.features-banner-info p {
  width: 650px;
  max-width: 100%;
  text-align: left;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
/* Service page css */
.service-banner-info h3{
  text-align: center;
  margin-bottom: 50px;
}
.service-info img {
  width: 100%;
}
.service-info h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.price-btn a, .inquery-btn a {
  border: 1px solid;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  padding: 25px;
}

.price-btn a:hover, .inquery-btn a:hover {
  background: #212529;
  color: #fff;
}

.price-btn a i, .inquery-btn a i{
  float: right;
  margin-top: 10px;
}
.service-btn a{
  border: 1px solid;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  padding: 15px;
}
.service-btn a:hover {
  background: #212529;
  color: #fff;
}
.service-btn a i{
  float: right;
  margin-top: 10px;
}

/* Contact Page */
.contact-form input,.contact-form textarea{
  border: 1px solid #707070;
  border-radius: 0px;
}
.contact-form .form-check-input[type=radio] {
  border-radius: 50%;
  margin-top: 8px;
}
.contact-form .form-check-input[type=checkbox] {
  margin-top: 8px;
}
.radio-label p{
  margin-bottom: 0;
}
.contact-form .form-label{
  margin-bottom: 0;
}
.terms-conditions-info {
  border: 1px solid;
  padding: 10px;
}
.terms-conditions-info p{
  line-height: 22px;
}
.terms-conditions-info ul {
  margin-left: -10px;
}
.terms-conditions-info ul li{
  line-height: 22px;
}
.contact-form-btn{
  width: 300px;
  margin: 0 auto;
}
.contact-form ::placeholder {
  color: #ddd;
  opacity: 1; /* Firefox */
}

.contact-form ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #ddd;
}
.contact-form-btn:hover {
  background: #212529;
  color: #fff;
}

/* Contact Information */
.company-information p{
  line-height: 28px;
}
.company-profile-list p{
  line-height: 22px;
  margin-top: 10px;
}
.arrow-down-icon img{
  width: 90px;
  margin: 0 auto;
  display: block;
}
.InnoTech-btn a {
  text-decoration: none;
  border: 1px solid;
  width: 300px;
  display: block;
  text-align: center;
  padding: 30px 0;
  margin: 0 auto;
  margin-top: 20px;
}
.InnoTech-btn a:hover {
  background: #212529;
  color: #fff;
}
.company-info-details-list td {
  padding: 20px 15px;
  border-bottom: 1px solid;
}
.company-info-details-list tbody tr td:first-child{
  width: 20%;
}
.company-info-details-list tbody tr td:last-child{
  width: 80%;
}
.service-price-name h2, .service-price-name h4, .service-price-content h4{
  font-weight: 400;
}
.service-price-name span {
  font-size: 12px;
}
.compare-company-title h4{
  text-align: center;
  margin-bottom: 70px;
  font-weight: 400;
  line-height: 35px;
}
.first-company-info-details h4{
  font-weight: 400;
  font-size: 18px;
}
.first-company-info-details ul{
  margin-left: -30px;
}
.first-company-info-details ul li{
  list-style: none;
}

#company-area-section {
  margin-bottom: 100px;
}
.service-banner-info img{
  display: block;
  margin: 0 auto;
  width: 100%;
}
.primary-btn-list a{
  width: 100% !important;
}


.lod-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  height: 100%;
  background: #fff;
  transition: box-shadow 0.3s ease;
}
.lod-card:hover {
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.lod-card img {
  width: 100%;
  max-width: 120px;
  height: auto;
  margin-bottom: 15px;
}
.lod-title {
  font-weight: 600;
  margin-bottom: 5px;
}
.lod-subtitle {
  font-size: 0.95rem;
  color: #777;
  margin-bottom: 10px;
}
.lod-text {
  font-size: 0.9rem;
  text-align: justify;
  color: #555;
  line-height: 22px;
}


.bim-image img {
  align-items: center;
  width: 100%;
}
.bim-title {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 10px;
}
.bim-price {
  font-size: 1.8rem;
  font-weight: 600;
  color: #555;
}
.bim-tax {
  font-size: 0.9rem;
  color: #888;
  margin-left: 5px;
}
.bim-data {
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #555;
}
.bim-info p {
  margin: 0 0 6px;
  font-size: 0.95rem;
  color: #666;
}

.company-section {
  padding: 80px 0;
  text-align: center;
}

.company-box {
  border: 1px solid #ccc;
  padding: 25px 20px;
  background: #fff;
  height: 100px;
  transition: box-shadow 0.3s ease;
  text-align: center;
  align-items: center;
  display: grid;
  margin-bottom: 10px;
}

.company-box:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.company-box h6 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 10px;
  line-height: 1.5;
}

.company-box p {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
}

.arrow-down {
  font-size: 2rem;
  color: #aaa;
  margin: 40px 0;
}

.main-company {
  border: 1px solid #ccc;
  padding: 30px;
  display: inline-block;
  border-radius: 4px;
  background: #fff;
  font-weight: 600;
  font-size: 1.1rem;
}
/* Footer Css  */

.footer {
    background-color: #ddd;
    padding: 40px 0;
    font-size: 14px;
}
.footer a {
    text-decoration: none;
    color: #333;
}
.footer a:hover {
    text-decoration: underline;
}
.footer .btn-custom {
    width: 200px;
    max-width: 100%;
    margin-bottom: 10px;
    border-radius: 0px;
    padding: 10px 0;
    background: #fff;
    text-decoration: none !important;
}
.footer .btn-custom:hover {
    background: #212529;
    color: #fff;
}
.footer .col-md-4 {
    margin-bottom: 20px;
}

.footer-link ul {
    padding-left: 0;
    list-style: none;
}
.footer-link ul li {
    text-align: left;
}
.testmonial-img {
    width: 100%;
}
.form-control{
    border-radius: 0;
}
.qoute-btn{
    background: linear-gradient(90deg, #00aa8b, #005646 50%);
    border: none;
    width: 200px;
    padding: 10px;
    margin: 0 auto;
    display: block;
    margin-top: 35px;
}
.qoute-btn:hover{
    background: linear-gradient(90deg, #00aa8b, #005646 50%);
}
img.logo-img {
    width: 65px;
}
.logo-line-one {
    margin-left: 15px;
    display: grid;
}
.logo-line01 {
    margin-right: 10px;
}





/* -----------------------------------
   SWIPER BASIC
----------------------------------- */
.swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.full-screen {
    height: 100vh;
}

.md-h-600px { height: 600px; }
.md-h-750px { height: 750px; }
.md-h-500px { height: 500px; }
.sm-h-500px { height: 500px; }
.sm-h-600px { height: 600px; }
.sm-h-700px { height: 700px; }

.cover-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Dark overlay */
.opacity-light {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; left: 0;
}

.bg-gradient-black-dark-brown {
    background: linear-gradient(
        rgba(0,0,0,0.2),
        rgba(0,0,0,0.8)
    );
}

/* Pagination */
.swiper-pagination-bullet {
    background: #fff !important;
    opacity: .4;
    transition: .3s;
}
.swiper-pagination-bullet-active {
    opacity: 1 !important;
}

/* Navigation */
.slider-navigation-style-06 i {
    transition: .3s;
}
.slider-navigation-style-06:hover i {
    transform: scale(1.2);
}

/* -----------------------------------
   ANIMATION CLASSES
----------------------------------- */
.fade-in-up {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s ease-out;
}

.fade-in-up.active {
    opacity: 1;
    transform: translateY(0);
}

.fade-zoom-bg {
    transform: scale(1);
    opacity: 1;
    transition: all 7s ease-out;
}

.fade-zoom-bg.active {
    transform: scale(1.1);
    opacity: 1;
}

/* Fancy typing effect */
.fancy-typing {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    border-right: 2px solid #fff;
    animation: caret 0.7s infinite;
}

@keyframes caret {
    50% { border-color: transparent; }
}

.sp-only{
  display: none;
}


.gnav_btn {
	display: none;
	font-size: 25px;
	margin: 15px 10px 15px 5px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	vertical-align: middle;
	float: right;
	padding: 0.438em 0.625em 0.438em 0.625em;
	line-height: 1.125em;
  z-index: 999;
}
.gnav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background-color: #000;
}
.gnav_icon-bar + .gnav_icon-bar {
  margin-top: 7px;
}
.gnav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}