/********** Template CSS **********/
:root {
  --primary: #959697;
  --secondary: #5F656F;
  --light: #F5F5F5;
  --dark: #02245B;
}
.bold{
color: #02245B;
font-weight: 900;
font-size: 19px;
}
.text-colour-dark-grey{
color: #414141;
}

.font-future-about-page{
color:  #bbbbbb;
font-family: 'Noto Serif', serif;
}

.icon-colour-contact{
color: #FB8D2E;
}

.company1{
width: 16.5em;
margin-left: 0em;
}
.company5{
width: 16.5em;
margin-left: 8em;
}
.company4{
width: 16.5em;
margin-left: 4em;
}
.company3{
width: 16.5em;
margin-left: 2em;
}
.company-logo{}

.service-link{
color: #414141;
text-decoration: underline;
}
.service-link:hover{
color: #838893;
text-decoration: underline;
transition: ease-in .15s;
}
.bbb-icon{
width: 2.5em;
}
.bg-grey{
background-color: #414141 ;
}
.h-1000{
height: 850px;
}

.text-colour1{
  color: #FB8D2E;
  font-family: 'Orbitron', sans-serif;
}
.text-colour6{
color: #959697;
}
.font-future{
color: #fff;
font-family: 'Noto Serif', serif;
}

.font-future-top{
color: #414141;
font-family: 'Noto Serif', serif;
}
.hvac {
  color: #FB8D2E;
  position: relative;
}

.hvac::after {
  content: "";
  position: absolute;
  bottom: 4px; /* Adjust the distance between text and underline */
  left: 0;
  width: 100%;
  border-bottom: 2px solid #FB8D2E; /* Adjust the thickness and color as needed */
}
.about-page-sub-heading{
  color: #999999;
  font-size: 1.43em;
font-family: "Cormorant Garamond", serif;
    font-style: normal;
      font-weight: 700;
}
.service-font-type{

  font-family: "Cormorant Garamond", serif;
  font-style: normal;
    font-weight: 700; 
}
.font-type-services{

  font-family: "Cormorant Garamond", serif;
  font-style: normal;
    font-weight: 700; 
}

.font-future-about{
color: #1d1d1d;
font-family: "Cormorant Garamond", serif;
    font-weight: 00;
    font-style: normal;}
.font-future2{
color: #fff;
font-family: 'Exo', sans-serif;
}
.font-future-contact{
color: #1d1d1d;
font-size: 1.63em;
font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    font-style: normal;}
.font-future-header{
color: #1d1d1d;
font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    font-style: normal;}
.font-future2{
color: #fff;
font-family: 'Exo', sans-serif;
}
.font-future3{
color: #fff;
font-family: 'Exo', sans-serif;
font-weight: 600
}
.btn-colour{
  background-color: #112c25;
  color: #fff;
}

.btn-colour2{
  background-color: #FB8D2E;
  color: #ffffff;
}
.btn-colour:hover{
  background-color: #112c25;
  color: #ececec;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
  font-weight: 700 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
  font-weight: 600 !important;
}

h5,
h6,
.h5,
.h6,
.fw-semi-bold {
  font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}


/*** Button ***/
.btn {
  transition: .5s;
  font-weight: 500;
}


/* Define the default background color for dropdown items */
.dropdown-item {
background-color: #1D5647; /* Default background color */
color: #fff; /* Text color */
/* Add other styles (e.g., padding, border, etc.) as needed */
}

/* Define the background color when a dropdown item is clicked */
.dropdown-item:active {
background-color: #FB8D2E; /* New background color when clicked (green in this example) */
/* You can change this color to the desired color */
}

 /* Define the default background color for dropdown items */
.dropdown-item2 {
background-color: #1D5647; /* Default background color */
color: #000; /* Text color */
/* Add other styles (e.g., padding, border, etc.) as needed */
}

/* Define the background color when a dropdown item is clicked */
.dropdown-item2:active {
background-color: #EE7B2D; /* New background color when clicked (green in this example) */
/* You can change this color to the desired color */
}
.dropdown-item3 {
background-color: #fff; /* Default background color */
color: #000; /* Text color */
/* Add other styles (e.g., padding, border, etc.) as needed */
}

/* Define the background color when a dropdown item is clicked */
.dropdown-item3:active {
background-color: #C21A1A; /* New background color when clicked (green in this example) */
/* You can change this color to the desired color */
}

.btn-primary,
.btn-outline-primary:hover {
  color: #FFFFFF;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
.topbar{
position: relative;
background: #303030;
width: 100%;
align-items: center;

}

.topbar::before{
position:absolute;
  content: "";
  width: 30px;
  height: 100%;
  top: 0;
  left: -15px;
  transform: skewX(-30deg);
  background-color: #303030;
}
.text{
font-size: 1em;

}

.topbar-right {
  position: relative;
  background: #303030;
}

.topbar-right::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 100%;
  top: 0;
  left: -15px;
  transform: skewX(-30deg);
  background-color: #303030 ;
}



/*** Navbar ***/
.navbar.sticky-top {
top: 0; /* Change this to 0 to have it fully visible when sticky */
transition: .5s;
z-index: 1000; /* Add z-index to ensure it appears above other elements */
}

.navbar .navbar-brand {
position: relative;
padding-right: 30px;
height: 130px;
display: flex;
align-items: center;
justify-content: left;
}

.navbar-brand {
padding-left: 6em;
}

.logo {
width: 3.13em;
margin-right: 0.5em;
margin-bottom: .35em;
}
.fs-temp{
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3em;

}
.header-text{
  margin-top: 0.2em;
  font-size: 6em;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  color: #FFF7D1;
}

.logo-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-style: normal;
  font-size: 1.622em;
  color: #fff;
}

.navbar .navbar-brand::after {
position: absolute;
content: "";
width: 50px;
height: 100%;
top: 0;
right: -25px;
}

.navbar .navbar-nav .nav-link {
margin-right: 35px;
padding: 15px 0px 0px 0px;
color: #fff;
font-size: 26px;
font-family: "Cormorant Garamond", serif;
font-weight: 400;
font-style: normal;
}
.google-my-business-icon{
  width: 3.2em;

}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
color: #cecece;
}

.navbar .dropdown-toggle::after {
border: none;
content: "\f107";
font-family: "Font Awesome 5 Free";
font-weight: 900;
vertical-align: middle;
margin-left: 0px;
}

/* Remove extra 'r' in the media query */
@media (min-width: 992px) {
.navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
}

.topbar-right {
    visibility: visible;
}

}


/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0%;
  right: 0;
  width: 55%;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 15%;
  
}

.cl5{
    margin-left: 6.5em;
  
  }




.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3.5rem;
  height: 3.5rem;
  background-color: var(--primary);
  border: 15px solid var(--primary);
  border-radius: 3.5rem;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
      position: relative;
      min-height: 550px;
  }
  .logo{
    margin-left: .5em;
  }
  .cl5{
    margin-left: 2.5em;
    margin-right: 1em;
  }
  .cl4{
    margin-left: 1.75em;
    margin-right: .1em;
  }
  .cl3{
   
    margin-left: .65em;
  }
  .cl2{
   
    margin-right: 1.75em;
  }
  .cl1{
   
    margin-right: 1.75em;
  }
  
  #header-carousel .carousel-item img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--primary);
  border: 15px solid var(--primary);
  border-radius: 3.5rem;
 margin-top: 28em;
}
.main-size{
  font-size: 2.8em;
}
.title-text{
  font-size: 1em;
}
.navbar-brand{
  padding-left: .5em;
}
.logo{
  width: 1.5em;

}
.logo-text{
font-size: .85em;
padding-right: 1.01em;

}
}


.page-header {
  background: linear-gradient(to right, rgb(21, 41, 33) 0%, rgba(179, 185, 191, 0.144) 100%), url(../img/page-header.jpg) center right no-repeat;
  background-size: cover;
  height: 350px;
}
.about-text12{
margin-top: 2em;}
.page-header .breadcrumb-item+.breadcrumb-item::before {
  color: var(--light);
}
.breadcrumb-item a {
  color: #fff;
}

.page-header .active {
  font-size: 18px;
  color: #f7892a ;
}
.page-header-h1{
  font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: normal;
  }

/*** Facts ***/
.facts {
  position: relative;
  margin: 6rem 0;
  background: var(--dark);
}

.facts .border {
  border-color: rgba(255, 255, 255, .1) !important;
}


/*** Features ***/
.btn-play {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  display: block;
  box-sizing: content-box;
  width: 16px;
  height: 26px;
  border-radius: 100%;
  border: none;
  outline: none !important;
  padding: 18px 20px 20px 28px;
  background: var(--primary);
}

@media (max-width: 992px) {
  .btn-play {
      left: 50%;
      right: auto;
      transform: translate(-50%, -50%);
  }
}

.btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: var(--primary);
  border-radius: 100%;
  animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: var(--primary);
  border-radius: 100%;
  transition: all 200ms;
}

.btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  left: -1px;
  border-left: 16px solid #FFFFFF;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
  0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
  }

  100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
      opacity: 0;
  }
}

.modal-video .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

.modal-video .modal-body {
  position: relative;
  padding: 0px;
}

.modal-video .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #FFFFFF;
  background: #000000;
  opacity: 1;
}


/*** Service ***/
.service-item {
  position: relative;
  margin: 65px 0 25px 0;
  box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-img {
  position: absolute;
  padding: 12px;
  width: 130px;
  height: 130px;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFFFFF;
  box-shadow: 0 0 45px rgba(0, 0, 0, .09);
  z-index: 2;
}

.service-item .service-detail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}



.service-item .service-title {
  position: absolute;
  padding: 65px 30px 25px 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #FFFFFF;
  transition: .5s;
}

.service-item:hover .service-title {
  top: -100%;
}

.service-item .service-text {
  position: absolute;
  overflow: hidden;
  padding: 65px 30px 25px 30px;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  display: flex;
  align-items: center;
  text-align: center;
  background: #4b4d4fcb;
  transition: .5s;
}
.icon-colour{
color: #c4c4c4;

}

.icon-footer{
color: #c4c4c4;

}
.icon-footer:hover{
color: #949494;
transition: ease-in-out .15s;

}

.bg-blue{
  background-color: #f4f4f4;
}

.service-item:hover .service-text {
  top: 0;
}

.service-item .service-text::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  top: -100%;
  left: 0;
  transform: skewY(-12deg);
  background: #FFFFFF;
  transition: .5s;
}

.service-item:hover .service-text::before {
  top: -55px;
}

.service-item .btn {
  position: absolute;
  width: 130px;
  height: 50px;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
  background: #FFFFFF;
  border: none;
  box-shadow: 0 0 45px rgba(0, 0, 0, .09);
  z-index: 2;
}

.service-item .btn:hover {
  color: #FFFFFF;
  background: var(--primary);
}
/*Service page */

.service-item1 {
  position: relative;
  margin: 65px 0 25px 0;
  box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}
.service-detail1{
  margin-left: 1.5em;
  margin-right: 2em;
  padding-bottom: 4em;
}
.service-detail2{
  margin-left: 1.5em;
  margin-right: 2em;
  padding-bottom: 4em;

}
.service-detail2{
  margin-left: 1.5em;
  margin-right: 2em;
  padding-bottom: 4em;
 
}


.icon-colour{
color: #F5F5F5;

}
.bg-colour{
  background-color: #1D5647;
}

.service-item1 .btn:hover {
  color: #FFFFFF;
  background: var(--primary);
}

/*** Project ***/


.project-item {
  position: relative;
  display: block;
  padding-bottom: 3em;
  margin-left: .5em;
  margin-right: .5em;
}

.project-item img {
  transition: .5s;

}

.project-item:hover img,
.project-carousel .owl-item.center img {
  margin-top: -20px;
}

.project-item .project-title {

}



.project-item .project-title::before {

}

.project-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 45px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  transition: .5s;
  opacity: 0;
  z-index: 1;
}

.project-carousel:hover .owl-nav {
  opacity: 1;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
  margin: 0 30px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: var(--primary);
  border-radius: 45px;
  font-size: 26px;
  transition: .5s;
}


/*** Team ***/
.team-item .team-social {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  display: flex;
  align-items: center;
  background: var(--primary);
  transition: .5s;
}

.team-item:hover .team-social {
  left: 0;
}





.testimonial-carousel .owl-nav {
position: absolute;
width: 325px;
display: flex;
margin-left: 0em;
justify-content: space-between;

}

@media (min-width: 992px){

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 500px;
display: flex;
margin-left: 24em;
justify-content: space-between;

}

}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  color: #414141;
  font-size: 55px;
  transition: .5s;
}



/*** Footer ***/
.footer {
  color: #B0B9AE;
  overflow: hidden;

  background-color: #0b1a16;
}
.location{
 
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #B0B9AE;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--light);
  letter-spacing: 1px;
  box-shadow: none;
}
.bg-topbar{
background-color: #303030;
}
.blog-link{
text-decoration: underline;
color: #414141;
}
.blog-link:hover{
text-decoration: underline;
color: #6a6a6a;
transition: ease .15s;
}


.copyright {
  color: #B0B9AE;
  background-color: #0b1a16;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
.about-img{
  background-image: url(../img/about.jpg);
  background-size: cover;
  height: 85vh;
background-position: top;
}
/*Blog*/
.blog .blog-pagination {
  margin-top: 30px;
  color: #838893;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: var(--color-secondary);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: var(--color-primary);
  color: #fff;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: var(--color-white);
}
  /*----------------------------------------------------------------
#contact
-----------------------------------------------------------------*/

/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.blog .posts-list .post-item {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.blog .posts-list .post-img img {
  transition: 0.5s;
}

.blog .posts-list .post-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--color-primary);
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}

.blog .posts-list .post-content {
  padding: 30px;
}

.blog .posts-list .post-title {
  font-size: 29px;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
    font-weight: 700;  
  transition: 0.3s;
  color: #000;
  margin-bottom: 15px;
}

.blog .posts-list .meta i {
  font-size: 16px;
  color: var(--color-primary);
}

.blog .posts-list .meta span {
  font-size: 15px;
  color: #838893;
}

.blog .posts-list p {
  margin-top: 20px;
}

.blog .posts-list hr {
  color: #888;
  margin-bottom: 20px;
}

.blog .posts-list .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: #838893;
}

.blog .posts-list .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}

.blog .posts-list .post-item:hover .post-title,
.blog .posts-list .post-item:hover .readmore {
  color: var(--color-primary);
}

.blog .posts-list .post-item:hover .post-img img {
  transform: scale(1.1);
}
/*Projects***********/

.projects{
  margin-bottom: 4em;
}
/*** Project Portfolio ***/
#portfolio-flters li {
  display: inline-block;
  font-weight: 500;
  color: var(--dark);
  cursor: pointer;
  transition: .5s;
  border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
  color: var(--primary);
  border-color: var(--primary);
}

.portfolio-item img {
  transition: .5s;
}

.portfolio-item:hover img {
  transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 0;
  bottom: 0;
  left: 50%;
  background: rgba(53, 53, 53, .7);
  transition: .5s;
}

.portfolio-item:hover .portfolio-overlay {
  width: 100%;
  height: 100%;
  left: 0;
}
/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/



.blog .blog-details {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.blog .blog-details .post-img {

  
  overflow: hidden;
}

.blog .blog-details .title {
  font-size: 42px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
  color: #020202;
}

.blog .blog-details .content {
  margin-top: 20px;
}

.blog .blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(82, 86, 94, 0.06);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.text-small{
  font-size: .9rem;
}
.weather-img{
background-image: url(/img/spring-blog.jpg);
width: 100%;
height: 90vh;

}
.weather-img1{
  background-image: url(/img/summer-blog-img.jpg);
 width: 100%;
 height: 70vh;
}
 .weather-img2{
  background-image: url(/img/fall-blog-img.jpg);
 width: 100%;
 height: 70vh;
  
  }
  .weather-img3{
      background-image: url(/img/winter-blog-img.jpg);
     width: 100%;
     height: 70vh;
     background-position: top right ;
     
      
      }
      article{
          margin-bottom: 3em;
      }
      .blog-weather-title{
          font-weight: 800;
          font-size: 1.3rem;
      }

.blog .blog-details .content blockquote p {
  color: var(--color-default);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-primary);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .blog-details .meta-top {
  margin-top: 20px;
  color: #6c757d;
}

.blog .blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog .blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: var(--color-primary);
}

.blog .blog-details .meta-top a {
  color: #6c757d;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
  transition: 0.3s;
}

.blog .blog-details .meta-top a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(82, 86, 94, 0.15);
}

.blog .blog-details .meta-bottom i {
  color: #838893;
  display: inline;
}

.blog .blog-details .meta-bottom a {
  color: rgba(82, 86, 94, 0.8);
  transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--color-default);
  content: ",";
}

.blog .blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
  padding-left: 5px;
}

.blog .post-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .post-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog .post-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--color-secondary);
}

.blog .post-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
  color: rgba(82, 86, 94, 0.5);
  margin-right: 5px;
}

.blog .post-author p {
  font-style: italic;
  color: rgba(108, 117, 125, 0.8);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar {
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  color: #020202;
  padding: 0;
  font-family: "Cormorant Garamond", serif;
    font-style: normal;
      font-weight: 700;
  margin: 0;
}

.blog .sidebar .sidebar-item+.sidebar-item {
  margin-top: 40px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid rgba(82, 86, 94, 0.3);
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form input[type=text]:focus {
  outline: none;
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: var(--color-primary);
  color: var(--color-secondary);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: rgba(254, 185, 0, 0.8);
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: var(--color-default);
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(54, 77, 89, 0.4);
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item {
  display: flex;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  max-width: 80px;
  margin-right: 15px;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: var(--color-primary);
}

.blog .sidebar .recent-posts time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: rgba(54, 77, 89, 0.4);
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #838893;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid rgba(131, 136, 147, 0.4);
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: var(--color-secondary);
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(131, 136, 147, 0.8);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
  margin-top: 30px;
}

.blog .comments .comments-count {
  font-weight: bold;
}

.blog .comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .comments .comment .comment-img {
  margin-right: 14px;
}

.blog .comments .comment .comment-img img {
  width: 60px;
}

.blog .comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .comments .comment h5 a {
  font-weight: bold;
  color: var(--color-default);
  transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
  color: var(--color-primary);
}

.blog .comments .comment h5 .reply {
  padding-left: 10px;
  color: var(--color-secondary);
}

.blog .comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .comments .comment time {
  display: block;
  font-size: 14px;
  color: rgba(82, 86, 94, 0.8);
  margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .comments .reply-form p {
  font-size: 14px;
}

.blog .comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form input:focus {
  box-shadow: none;
  border-color: rgba(254, 185, 0, 0.8);
}

.blog .comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: rgba(254, 185, 0, 0.8);
}

.blog .comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--color-secondary);
}

.blog .comments .reply-form .btn-primary:hover {
  color: var(--color-secondary);
  background-color: var(--color-primary);
}

.accordion {
  --bs-accordion-border-color: #666A6D;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;

  --bs-accordion-border-radius: 0px;
}

.accordion-header {
  margin-bottom: 0;
  border-top: 1px solid #666A6D;
}

.accordion-button {
  color: #666A6D;
  line-height: var(--heading-line-height);
  letter-spacing: 0.065rem;
  text-transform: capitalize;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #666A6D;
  background-color: var(--bs-light);
  box-shadow: none;
}
/*--------------------------------------------------------------
  Blog page style
  --------------------------------------------------------------*/

  .active>.page-link,
  .page-link.active {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
  }
  
  
  .form-control:focus {
    border-color: var(--bs-black);
    box-shadow: none;
  }
  /* Add the following styles to your existing CSS */
  
  #blog .post-shadow {
    padding: 20px; /* Adjust the padding as needed */
  
    position: relative;
    background-color: #fff; /* Set background color for each blog post */
  }
  
  #blog .post-shadow::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add shadow to the entire post */
    border-radius: 8px; /* Add border-radius for rounded corners */
    pointer-events: none; /* Allow clicks to go through the pseudo-element */
  }
  
  #blog .post-shadow:hover::before {
    box-shadow: 10px 0 15px rgba(0, 0, 0, 0.2); /* Adjust shadow on hover for a subtle effect */
  }
  .contact-link{
color: #666A6D;
text-decoration: underline;
  }
  .facebook-logo{
    width: 3em;
    margin-right: .5em;
  }.text-footer-colour{
    color: #AEB5A7;
  }
  .text-footer-colour:hover{
    color: #888c84;
  }
  .carousel-item{
    height: 100vh;
  }
  .bg-green{
    background-color: #1D5647;
  }
 .navbar{
    border-bottom: 5px #FFF7D1;
  }
   /* Custom CSS for Navbar */
   .navbar {
    border-bottom: 5px solid #FFF7D1; /* Change the color as needed */
}
.btn-nav{
  background-color: #FB8D2E;
  border-radius: 5em;
  font-size: 19px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-right: 2em;
  letter-spacing: .2px;
padding: .65em 2.75em;
  border: 2.5px solid #fff;
}
.mr-2{
  margin-right: .75em;
}

.topbar-text{
  font-size: 1.2em;
}
/**********OVERLAY IMAGE ***************/
/* Overlay Image Styles */
.overlay-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1; /* Ensure the overlay image is on top of the carousel image */
}

.overlay-image {
  width: 30%;
  /* Adjust the following value to move the image further to the right */
  margin-left: 50%; /* You can use percentage or pixel values */
}

.overlay-image img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 992px) {
  .overlay-image {
      display: none;
  }
}
/* Slant Styles */
.slant {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px; /* Adjust the height as needed */
  background-color: white; /* Background color */
  clip-path: polygon(0% 85%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 2; /* Ensure it's above the carousel */
}
  /*** Service ***/
  .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    min-height: 800px;
    max-height: 800px;
    border: 3px solid #FF8E48;
  }
  .service-item2 {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    
  }

  .service-item1 {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    min-height: 910px;
    max-height: 910px;
    
  }

  .service-bg{
  background-color: #fff;
  

  }
.service-icon-bg{

}




  .service-icon {
    position: relative;

    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  background: #fff;
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
  }
  .service-icon2{
    position: relative;
    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ED7626;
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
  }
  .service-icon3{
    position: relative;
    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C21A1A;
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
  }

  .service-item:hover .service-icon {
  color: #FFFFFF;
  background-color: #fff;
  }
  .service-item2:hover .service-icon2 {
  color: #FFFFFF;
  background: #ED7626;
  }


  .service-item2:hover .service-icon {
  color: #FFFFFF;
  background-color: #eaebec;

  }
  .service-item2:hover .service-icon3 {
    color: #FFFFFF;
    background: #C21A1A;
  }
  .service-png-1{
    width: 56px;
    padding-bottom: .2em;
    height: 56px;
  }
  .service-png-11{
    width: 64px;
    padding-bottom: .2em;
    height: 66px;
  }
  .service-png-7{
    width: 58px;
    height: 58px;
    margin-left: .5em;
  }
  .service-png-8{
    width: 50px;
    height: 50px;
  }
  .service-png-2{
    width: 80px;
    height: 80px;
    padding-left: .5em;
  }
  .service-png-3{
    width: 90px;
    height: 90px;
  }
  .service-png-4{
    width: 70px;
    height: 70px;
  }
  .service-text-link1{
    color: #1D5647;
    text-decoration: underline;
    text-align: center;
  }
  .service-text-link1:hover{
    color: #310f0a;
    text-decoration: underline;
    transition: .44s;
  }

  .font-type-service-header{
    font-weight: 400;
    text-align: center;
    font-family: serif;
    font-style: normal;
    text-transform: capitalize;
    color: #141414;

  }  
  .font-type-service-h1{
    font-weight: 700;
    text-align: center;
    font-size: 2.85em;
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: capitalize;
    color: #020202;

  }  
  .service-item2 p{
    text-align: center;
    padding: 0 0em 0em 1.6em;
  }
   .service-center{
    text-align: center;
  }
  .icon-colour-orange{
    color: #FF8E48;
  }
.list-text{
  color: #020202;
  font-family: "Cormorant Garamond", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.55em;
}
  .section-header-text{
    color: #FF8E48;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.55em;
  }
  .section-header-text-22{
    color: #919191;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.55em;
  }
  .section-header-text2{
    color: #FF8E48;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.55em;
  }
  .section-header-text3{
    color: #FF8E48;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.45em;
  }
  .font-type-service-header{

  }
  .bg-colour-contact{
    background-color: #FB8D2E;
  }

  /*** Appointment ***/
.appointment {
  background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .85)), url(../img/appointment.jpg) left center no-repeat;
  background-size: cover;
  height: 65vh;

}
.py-46{
  padding-top: 5.35em;
  padding-left: 2em;
  padding-right: 2em;
}
.contact-font-size{
  font-size: 3.14em;
  
}
.contact-p1, p{
  margin-right: 2em !important; 
}

/********** CHOOSEUS *********/
@media (min-width: 992px){    .chooseus {
  background: #ffffff;
  position: relative;
  height: 530px;
  padding-bottom: 85px;
}

.chooseus .row {
  position: relative;
  left: -5%;
  z-index: 1;
}

.chooseus__text {
  position: relative;
  z-index: 1;
  left: -5%;

}

.chooseus__text .section-title {
  margin-bottom: 10px;
  text-align: left;
}

.chooseus__text .section-title h2 {
  margin-top: 0;
}

.chooseus__text ul {
  margin-bottom: 28px;

}

.chooseus__text ul li {
  list-style: none;
  font-size: 15px;
  color: #727171;
  line-height: 36px;

}

.chooseus__text ul li i {
  color: #db2d2e;

}

.chooseus__video {
  height: 530px;
  width: calc(100% - 46%);
  position: absolute;
  right: 0;
  top: 0;
}

.chooseus__video img {
  height: 100%;
  width: 100%;
}

.chooseus__video .play-btn {
  height: 60px;
  width: 60px;
  background: #db2d2e;
  border-radius: 50%;
  font-size: 25px;
  color: #ffffff;
  line-height: 64px;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-30px, -30px);
  -ms-transform: translate(-30px, -30px);
  transform: translate(-30px, -30px);
  z-index: 9;
}

.chooseus__video .play-btn i {
  position: relative;
  left: 3px;
  top: -1px;
}


.spad {
  padding-top: 10px;
  padding-bottom: 100px;
}}
@media (max-width: 767px) {
  .chooseus {
      padding: 0px 0px 50px 0px;
  }
  
  .chooseus__text {
      text-align: center;
  }
  
  .chooseus__text .section-title {
      margin-bottom: 20px;
  }
  
  .chooseus__text ul {
      margin-bottom: 120px;

  }
  
  .chooseus__text ul li {
      font-size: 14px;
      line-height: 1.5;
  }
  
  .chooseus__video {
    justify-content: center;
    align-items: center;
    height: 100%; /* Adjust the height as needed */
    margin-top: 3em;
}

.chooseus__video img {
    width: 94%;
margin-left: 3%;
  margin-right: 3%;
    height: 300px;
    object-fit: cover;
  padding-bottom: 2em;
}



}
.chooseus {
background-color: #FFFFFF;
margin-bottom: 5em
}
.chooseus i {
color: #FFFFFF;
padding-top: .85em;
}

.background-white{
  background-color: #fff;
}

     /*---- testimonial section style start ----*/
     section#testimonial {
      margin-top: 6em;
      margin-bottom: 10em;
    }
    
.testimonial-section h3{
text-align: center;
}
.testimonial-section h6{
text-align: center;
}
.testimonial-section h5{
  margin-top: -em;
margin-left: -1.6em;}
.star{
margin-left: -2em;
margin-top: -.2em;
}
.testimonial-top{
text-align: center;
}
.testimonial-top p{
text-align: center;
margin-bottom: 3em;
color: #000;
font-weight: 500;
font-size: 1.2em;

}
.testimonial-top img{
width: 9em;
}

    .testimonial-pattern-overlay.pattern-right {
      top: 35%;
      right: 0;
    }
    
    .testimonial-pattern-overlay.pattern-left {
      top: 35%;
      left: 0;
    }
    
    .testimonial-content {
      position: relative;
      background: #ffffff;
      box-shadow:   0px 10px 20px rgba(0, 0, 0, 0.15); /* Add shadow to the top */
      margin: 0; /* Reset margin */
min-height: 120;
}
    
    
    .testimonial-content::before {
      content: '';
      position: absolute;
      display: block; /* Change display to block */
      top: 0; /* Set top to 0 */
      left: -10px;
      width: calc(100% + 20px);
      height: 10px;
      box-shadow: 0px -12px 20px rgba(0, 0, 0, 0.15); /* Shadow on the top */
    }
    
    .testimonial-content::after {
      content: '';
      position: absolute;
      bottom: -10px; /* Add shadow to the bottom */
      left: -10px;
      width: calc(100% + 20px);
      height: 10px;
      box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.15); /* Shadow on the bottom */
    }
    


iconify-icon.rate {
color: #F2B821;
}


.swiper{
overflow: visible !important;
}
.btn-nav i {
  transform: rotate(30deg);
}

.arrow-icon {
  height: auto;
  width: 70px;
  margin-top: -4px;
    margin-left: 5px; /* Adjust the margin as needed */
  }
  

@media (min-width: 300px) and (max-width: 388px){

  .header-text{

      margin-top: 0.2em;
      margin-right: 1em;
      font-size: 2.7em;
      font-family: "Cormorant Garamond", serif;
      font-weight: 400;
      font-style: normal;
      color: #FFF7D1;
    
  }
  .font-type-service-h1{
    font-weight: 700;
    text-align: center;
    font-size: 2.23em;
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: capitalize;
    color: #020202;

  }  
  .carousel-item{
    height: 95vh;
  }
  .about-img-home{
    height: 39vh;
    object-fit: contain;
  margin-bottom: -3em;
  margin-left: 0em !important ;}
/*** Header ***/
.carousel-caption {
  top: -20%;
  left: 0%;
  right: 0;
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}
.list-text{
  color: #020202;
  font-family: "Cormorant Garamond", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.35em;
}

.fs-temp{
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1em;
}
.btn-carousel {
  background-color: #FB8D2E;
  width: 265px !important;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .3px;
  color: #fff;
  text-transform: uppercase;
  height: 40px !important;
  white-space: nowrap;
padding: .65em 0 0em .75em !important;

  font-size: .9em !important;
clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%) !important;
padding-right: 50px !important; /* Adjust the value as needed */
}


.arrow-icon {
  height: auto;
  width: 35px !important;
  margin-top: -8px;
    margin-left: 5px; /* Adjust the margin as needed */
  }
  
.logo-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  margin-left: .43em;
  font-style: normal;
  font-size: 1.21em;
  color: #fff;
}
.service{
  margin-top: 3em !important;
}
.slant {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px; /* Adjust the height as needed */
  background-color: white; /* Background color */
  clip-path: polygon(0% 85%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 2; /* Ensure it's above the carousel */
}.phone-number {
  position: absolute;
  top: 50%;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  left: 45px; /* Adjust the left position of the phone number */
  transform: translateY(-50%);
  color: white;
  font-size: 15px;
}
.phone-number:hover {
  position: absolute;
  top: 50%;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  left: 45px; /* Adjust the left position of the phone number */
  transform: translateY(-50%);
  color: white;
  font-size: 15px;
}
.phone-icon {
  position: absolute;
  top: 50%;
  left: 20px; /* Adjust the left position of the phone icon */
  transform: translateY(-50%);
  color: white;
  font-size: 16px;
}
.slanted-topbar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 60%; /* Starting from the end of the red section */
  width: 60%; /* 1/5 of the width */
  height: 100%;
  background-color: #FB8D2E; /* Black color */
  transform-origin: top right;
  transform: skewX(-30deg); /* Skew the section to create slant */
}
.get-quote .i1 {
  margin-left: 10px; /* Add spacing between text and icon */
  font-size: 16px;
}

.get-quote .i2 {
  display: none;}
.white-line {
  position: absolute;
  top: 0;
  left: 60%; /* Starting from the end of the red section */
  width: 6px; /* Width of the white line */
  height: 100%;
  background-color: white; /* White color */
  z-index: 1; /* Ensure the white line appears above the black section */
  transform-origin: top right;
  transform: skewX(-30deg); /* Apply the same slant as the black section */
}
.get-quote {
  position: absolute;
  top: 50%;
  left: 70%; /* Place in the middle of the black section */
  color: white;
  font-size: 15px;
  cursor: pointer;
  font-family: "Kanit", sans-serif;
font-weight: 500;

  z-index: 2; /* Ensure the text appears above the white line */
}
.get-quote:hover {
  position: absolute;
  top: 50%;
  left: 70%; /* Place in the middle of the black section */
  color: white;
  font-size: 15px;
  cursor: pointer;
  font-family: "Kanit", sans-serif;
font-weight: 500;

  z-index: 2; /* Ensure the text appears above the white line */
}
.contact-font-size{
  font-size: 2.14em;
  
}
.px-25{
  padding: 3.5em 1.75em;
}
.appointment {
  background: linear-gradient(rgba(0, 0, 0, .95), rgba(0, 0, 0, .53)), url(../img/appointment.jpg) center center no-repeat;
  background-size: cover;
  height: 162vh;
}
.testimonial-section h3{
  text-align: center;
  }
  .testimonial-section h6{
  text-align: center;
  }
  .testimonial-section h5{
    margin-top: 0em;
  margin-left: .43em;}
  .star{
  margin-left: .42em;
  margin-top: -.2em;
  }
  .testimonial-top{
  text-align: center;
  }
  .testimonial-top p{
  text-align: center;
  margin-bottom: 3em;
  color: #000;
  font-weight: 500;
  font-size: 1.2em;
  
  }
.review12{
  display: flex;
}
.about-font-size{
  font-family: "Cormorant Garamond", serif;
  font-weight: 900;
  color: #1B1B1B;
  font-style: normal;
  font-size: 2.5em !important;
}
     /*---- testimonial section style start ----*/
     section#testimonial {
      margin-top: 3em;
      height: 80vh;
      margin-bottom: 4em;
    }
.swiper-pagination {
  position: absolute !important;
  bottom: 31px !important ; /* Adjust the distance from the bottom as needed */
}
.user{
  width: 3em;
  margin-bottom: 1em;
  margin-left: .12em !important;
}
.about-img{
  background-image: url(../img/about.jpg);
  background-size: cover;
  height: 55vh;
  width: 92%;
  margin-bottom: -2em !important;
  margin: 0% 4%;
background-position: top;
}
.page-header {
  background: linear-gradient(to right, rgb(21, 41, 33) 0%, rgba(0, 0, 0, 0.444) 100%), url(../img/page-header.jpg) center right no-repeat;
  background-size: cover;
  height: 350px;
}
.section-header-text-22{
  color: #919191;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.35em;
}
}
@media (min-width: 388px) and (max-width: 400px){

  .header-text{

      margin-top: 0.2em;
      margin-right: .6em;
      font-size: 2.87em;
      font-family: "Cormorant Garamond", serif;
      font-weight: 400;
      font-style: normal;
      color: #FFF7D1;
    
  }
  .font-type-service-h1{
    font-weight: 700;
    text-align: center;
    font-size: 2.23em;
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: capitalize;
    color: #020202;

  }  
  .projects-section-header2{
    font-size: 2.23em;
  }
  .carousel-item{
    height: 80vh;
  }
  .about{
    margin-top: -6em !important;
  }
  .about-img-home{
    height: 39vh;
    object-fit: contain;
  margin-bottom: -6em;
  margin-left: 0em !important ;}
/*** Header ***/
.carousel-caption {
  top: -20%;
  left: 2%;
  right: 0;
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}
.list-text{
  color: #020202;
  font-family: "Cormorant Garamond", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.35em;
}

.fs-temp{
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1em;
}
.btn-carousel {
  background-color: #FB8D2E;
  width: 265px !important;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .3px;
  color: #fff;
  text-transform: uppercase;
  height: 40px !important;
  white-space: nowrap;
padding: .65em 0 0em .75em !important;

  font-size: .9em !important;
clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%) !important;
padding-right: 50px !important; /* Adjust the value as needed */
}

.p-22{
  padding-bottom: 2em !important;
  padding: 0em .5em;
}
.arrow-icon {
  height: auto;
  width: 35px !important;
  margin-top: -8px;
    margin-left: 5px; /* Adjust the margin as needed */
  }
  
.logo-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  margin-left: .43em;
  font-style: normal;
  font-size: 1.31em;
  color: #fff;
}
.service{
  margin-top: 3em !important;
}
.slant {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px; /* Adjust the height as needed */
  background-color: white; /* Background color */
  clip-path: polygon(0% 85%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 2; /* Ensure it's above the carousel */
}.phone-number {
  position: absolute;
  top: 50%;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  left: 45px; /* Adjust the left position of the phone number */
  transform: translateY(-50%);
  color: white;
  font-size: 15px;
}
.phone-number:hover {
  position: absolute;
  top: 50%;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  left: 45px; /* Adjust the left position of the phone number */
  transform: translateY(-50%);
  color: white;
  font-size: 15px;
}
.phone-icon {
  position: absolute;
  top: 50%;
  left: 20px; /* Adjust the left position of the phone icon */
  transform: translateY(-50%);
  color: white;
  font-size: 16px;
}
.slanted-topbar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 60%; /* Starting from the end of the red section */
  width: 60%; /* 1/5 of the width */
  height: 100%;
  background-color: #FB8D2E; /* Black color */
  transform-origin: top right;
  transform: skewX(-30deg); /* Skew the section to create slant */
}
.get-quote .i1 {
  margin-left: 10px; /* Add spacing between text and icon */
  font-size: 16px;
}

.get-quote .i2 {
  display: none;}
.white-line {
  position: absolute;
  top: 0;
  left: 60%; /* Starting from the end of the red section */
  width: 6px; /* Width of the white line */
  height: 100%;
  background-color: white; /* White color */
  z-index: 1; /* Ensure the white line appears above the black section */
  transform-origin: top right;
  transform: skewX(-30deg); /* Apply the same slant as the black section */
}
.get-quote {
  position: absolute;
  top: 50%;
  left: 70%; /* Place in the middle of the black section */
  color: white;
  font-size: 15px;
  cursor: pointer;
  font-family: "Kanit", sans-serif;
font-weight: 500;

  z-index: 2; /* Ensure the text appears above the white line */
}
.get-quote:hover {
  position: absolute;
  top: 50%;
  left: 70%; /* Place in the middle of the black section */
  color: white;
  font-size: 15px;
  cursor: pointer;
  font-family: "Kanit", sans-serif;
font-weight: 500;

  z-index: 2; /* Ensure the text appears above the white line */
}
.contact-font-size{
  font-size: 2.14em;
  
}
.px-25{
  padding: 3.5em 1.75em;
}
.appointment {
  background: linear-gradient(rgba(0, 0, 0, .95), rgba(0, 0, 0, .53)), url(../img/appointment.jpg) center center no-repeat;
  background-size: cover;
  height: 122vh;
}
.testimonial-section h3{
  text-align: center;
  }
  .testimonial-section h6{
  text-align: center;
  }
  .testimonial-section h5{
    margin-top: 0em;
  margin-left: .43em;}
  .star{
  margin-left: .42em;
  margin-top: -.2em;
  }
  .testimonial-top{
  text-align: center;
  }
  .testimonial-top p{
  text-align: center;
  margin-bottom: 3em;
  color: #000;
  font-weight: 500;
  font-size: 1.2em;
  
  }
.review12{
  display: flex;
}
     /*---- testimonial section style start ----*/
     section#testimonial {
      margin-top: 6em;
      height: 80vh;
      margin-bottom: -3em;
    }
.swiper-pagination {
  position: absolute !important;
  bottom: 151px !important ; /* Adjust the distance from the bottom as needed */
}
.user{
  width: 3em;
  margin-bottom: 1em;
  margin-left: .12em !important;
}
.about-font-size{
  font-family: "Cormorant Garamond", serif;
  font-weight: 900;
  color: #1B1B1B;
  font-style: normal;
  font-size: 2.5em !important;
}
.about-img{
  background-image: url(../img/about.jpg);
  background-size: cover;
  height: 55vh;
  width: 92%;
  margin-bottom: -2em !important;
  margin: 0% 4%;
background-position: top;
}
.page-header {
  background: linear-gradient(to right, rgb(21, 41, 33) 0%, rgba(0, 0, 0, 0.444) 100%), url(../img/page-header.jpg) center right no-repeat;
  background-size: cover;
  height: 350px;
}
}
@media (min-width: 400px) and (max-width: 420px){

  .header-text{

      margin-top: 0.2em;
      margin-right: .6em;
      font-size: 2.87em;
      font-family: "Cormorant Garamond", serif;
      font-weight: 400;
      font-style: normal;
      color: #FFF7D1;
    
  }
  .font-type-service-h1{
    font-weight: 700;
    text-align: center;
    font-size: 2.23em;
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: capitalize;
    color: #020202;

  }  
  .projects-section-header2{
    font-size: 2.23em;
  }
  .carousel-item{
    height: 80vh;
  }
  .about{
    margin-top: -6em !important;
  }
  .about-img-home{
    height: 39vh;
    object-fit: contain;
  margin-bottom: -6em;
  margin-left: 0em !important ;}
/*** Header ***/
.carousel-caption {
  top: -20%;
  left: 2%;
  right: 0;
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}
.list-text{
  color: #020202;
  font-family: "Cormorant Garamond", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.35em;
}

.fs-temp{
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1em;
}
.btn-carousel {
  background-color: #FB8D2E;
  width: 310px !important;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .3px;
  color: #fff;
  text-transform: uppercase;
  height: 50px !important;
  white-space: nowrap;
padding: .65em 0 0em .75em !important;

  font-size: 1.1em !important;
clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%) !important;
padding-right: 60px !important; /* Adjust the value as needed */
}

.p-22{
  padding-bottom: 2em !important;
  padding: 0em .5em;
}
.arrow-icon {
  height: auto;
  width: 35px !important;
  margin-top: -10px;
    margin-left: 10px; /* Adjust the margin as needed */
  }
  
.logo-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  margin-left: .43em;
  font-style: normal;
  font-size: 1.31em;
  color: #fff;
}
.service{
  margin-top: 3em !important;
}
.slant {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px; /* Adjust the height as needed */
  background-color: white; /* Background color */
  clip-path: polygon(0% 85%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 2; /* Ensure it's above the carousel */
}.phone-number {
  position: absolute;
  top: 50%;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  left: 45px; /* Adjust the left position of the phone number */
  transform: translateY(-50%);
  color: white;
  font-size: 15px;
}
.phone-number:hover {
  position: absolute;
  top: 50%;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  left: 45px; /* Adjust the left position of the phone number */
  transform: translateY(-50%);
  color: white;
  font-size: 15px;
}
.phone-icon {
  position: absolute;
  top: 50%;
  left: 20px; /* Adjust the left position of the phone icon */
  transform: translateY(-50%);
  color: white;
  font-size: 16px;
}
.slanted-topbar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 60%; /* Starting from the end of the red section */
  width: 60%; /* 1/5 of the width */
  height: 100%;
  background-color: #FB8D2E; /* Black color */
  transform-origin: top right;
  transform: skewX(-30deg); /* Skew the section to create slant */
}
.get-quote .i1 {
  margin-left: 10px; /* Add spacing between text and icon */
  font-size: 16px;
}

.get-quote .i2 {
  display: none;}
.white-line {
  position: absolute;
  top: 0;
  left: 60%; /* Starting from the end of the red section */
  width: 6px; /* Width of the white line */
  height: 100%;
  background-color: white; /* White color */
  z-index: 1; /* Ensure the white line appears above the black section */
  transform-origin: top right;
  transform: skewX(-30deg); /* Apply the same slant as the black section */
}
.get-quote {
  position: absolute;
  top: 50%;
  left: 70%; /* Place in the middle of the black section */
  color: white;
  font-size: 15px;
  cursor: pointer;
  font-family: "Kanit", sans-serif;
font-weight: 500;

  z-index: 2; /* Ensure the text appears above the white line */
}
.get-quote:hover {
  position: absolute;
  top: 50%;
  left: 70%; /* Place in the middle of the black section */
  color: white;
  font-size: 15px;
  cursor: pointer;
  font-family: "Kanit", sans-serif;
font-weight: 500;

  z-index: 2; /* Ensure the text appears above the white line */
}
.contact-font-size{
  font-size: 2.14em;
  
}
.px-25{
  padding: 3.5em 1.75em;
}
.appointment {
  background: linear-gradient(rgba(0, 0, 0, .95), rgba(0, 0, 0, .53)), url(../img/appointment.jpg) center center no-repeat;
  background-size: cover;
  height: 118vh;
}
.testimonial-section h3{
  text-align: center;
  }
  .testimonial-section h6{
  text-align: center;
  }
  .testimonial-section h5{
    margin-top: 0em;
  margin-left: .43em;}
  .star{
  margin-left: .42em;
  margin-top: -.2em;
  }
  .testimonial-top{
  text-align: center;
  }
  .testimonial-top p{
  text-align: center;
  margin-bottom: 3em;
  color: #000;
  font-weight: 500;
  font-size: 1.2em;
  
  }
.review12{
  display: flex;
}
     /*---- testimonial section style start ----*/
     section#testimonial {
      margin-top: 6em;
      height: 80vh;
      margin-bottom: -3em;
    }
.swiper-pagination {
  position: absolute !important;
  bottom: 151px !important ; /* Adjust the distance from the bottom as needed */
}
.user{
  width: 3em;
  margin-bottom: 1em;
  margin-left: .12em !important;
}
.about-font-size{
  font-family: "Cormorant Garamond", serif;
  font-weight: 900;
  color: #1B1B1B;
  font-style: normal;
  font-size: 2.5em !important;
}
.about-img{
  background-image: url(../img/about.jpg);
  background-size: cover;
  height: 55vh;
  width: 92%;
  margin-bottom: .8em !important;
  margin: 0% 4%;
background-position: top;
}
.page-header {
  background: linear-gradient(to right, rgb(21, 41, 33) 0%, rgba(0, 0, 0, 0.444) 100%), url(../img/page-header.jpg) center right no-repeat;
  background-size: cover;
  height: 350px;
}
}
@media (min-width: 420px) and (max-width: 580px){

  .header-text{

      margin-top: 0.2em;
      margin-right: .65em;
      font-size: 2.97em;
      font-family: "Cormorant Garamond", serif;
      font-weight: 400;
      font-style: normal;
      color: #FFF7D1;
    
  }
  .font-type-service-h1{
    font-weight: 700;
    text-align: center;
    font-size: 2.23em;
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: capitalize;
    color: #020202;

  }  
  .projects-section-header2{
    font-size: 2.23em;
  }
  .carousel-item{
    height: 76vh;
  }
  .about{
    margin-top: -7.5em !important;
  }
  .about-img-home{
    height: 39vh;
    object-fit: contain;
  margin-bottom: -7em;
  margin-left: 0em !important ;}
/*** Header ***/
.carousel-caption {
  top: -20%;
  left: 2%;
  right: 0;
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}
.list-text{
  color: #020202;
  font-family: "Cormorant Garamond", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.45em;
}

.fs-temp{
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25em;
}
.btn-carousel {
  background-color: #FB8D2E;
  width: 320px !important;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .3px;
  color: #fff;
  text-transform: uppercase;
  height: 50px !important;
  white-space: nowrap;
padding: .65em 0 0em .75em !important;
margin-top: .5em;
  font-size: 1.1em !important;
clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%) !important;
padding-right: 60px !important; /* Adjust the value as needed */
}

.p-22{
  padding-bottom: 2em !important;
  padding: 0em .5em;
}
.arrow-icon {
  height: auto;
  width: 35px !important;
  margin-top: -11px;
    margin-left: 10px; /* Adjust the margin as needed */
  }
  
.logo-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  margin-left: .63em;
  font-style: normal;
  font-size: 1.45em;
  color: #fff;
}
.service{
  margin-top: 3em !important;
}
.slant {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px; /* Adjust the height as needed */
  background-color: white; /* Background color */
  clip-path: polygon(0% 85%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 2; /* Ensure it's above the carousel */
}.phone-number {
  position: absolute;
  top: 50%;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  left: 45px; /* Adjust the left position of the phone number */
  transform: translateY(-50%);
  color: white;
  font-size: 15px;
}
.phone-number:hover {
  position: absolute;
  top: 50%;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  left: 45px; /* Adjust the left position of the phone number */
  transform: translateY(-50%);
  color: white;
  font-size: 15px;
}
.phone-icon {
  position: absolute;
  top: 50%;
  left: 20px; /* Adjust the left position of the phone icon */
  transform: translateY(-50%);
  color: white;
  font-size: 16px;
}
.slanted-topbar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 60%; /* Starting from the end of the red section */
  width: 60%; /* 1/5 of the width */
  height: 100%;
  background-color: #FB8D2E; /* Black color */
  transform-origin: top right;
  transform: skewX(-30deg); /* Skew the section to create slant */
}
.get-quote .i1 {
  margin-left: 10px; /* Add spacing between text and icon */
  font-size: 16px;
}

.get-quote .i2 {
  display: none;}
.white-line {
  position: absolute;
  top: 0;
  left: 60%; /* Starting from the end of the red section */
  width: 6px; /* Width of the white line */
  height: 100%;
  background-color: white; /* White color */
  z-index: 1; /* Ensure the white line appears above the black section */
  transform-origin: top right;
  transform: skewX(-30deg); /* Apply the same slant as the black section */
}
.get-quote {
  position: absolute;
  top: 50%;
  left: 70%; /* Place in the middle of the black section */
  color: white;
  font-size: 15px;
  cursor: pointer;
  font-family: "Kanit", sans-serif;
font-weight: 500;

  z-index: 2; /* Ensure the text appears above the white line */
}
.get-quote:hover {
  position: absolute;
  top: 50%;
  left: 70%; /* Place in the middle of the black section */
  color: white;
  font-size: 15px;
  cursor: pointer;
  font-family: "Kanit", sans-serif;
font-weight: 500;

  z-index: 2; /* Ensure the text appears above the white line */
}
.contact-font-size{
  font-size: 2.14em;
  
}
.px-25{
  padding: 3.5em 1.75em;
}
.appointment {
  background: linear-gradient(rgba(0, 0, 0, .95), rgba(0, 0, 0, .53)), url(../img/appointment.jpg) center center no-repeat;
  background-size: cover;
  height: 112vh;
}
.testimonial-section h3{
  text-align: center;
  }
  .testimonial-section h6{
  text-align: center;
  }
  .testimonial-section h5{
    margin-top: 0em;
  margin-left: .43em;}
  .star{
  margin-left: .42em;
  margin-top: -.2em;
  }
  .testimonial-top{
  text-align: center;
  }
  .testimonial-top p{
  text-align: center;
  margin-bottom: 3em;
  color: #000;
  font-weight: 500;
  font-size: 1.2em;
  
  }
.review12{
  display: flex;
}
     /*---- testimonial section style start ----*/
     section#testimonial {
      margin-top: 6em;
      height: 80vh;
      margin-bottom: -3em;
    }
.swiper-pagination {
  position: absolute !important;
  bottom: 151px !important ; /* Adjust the distance from the bottom as needed */
}
.user{
  width: 3em;
  margin-bottom: 1em;
  margin-left: .12em !important;
}

.font-type-service-header{
  font-weight: 400;
  text-align: center;
  font-size: 1.62em;
  font-family: serif;
  font-style: normal;
  text-transform: capitalize;
  color: #141414;

}  
.font-type-project-header{
  font-weight: 400;
  text-align: center;
  font-size: 2.52em;
  font-family: serif;
  font-style: normal;
  text-transform: capitalize;
  color: #141414;

}  
.about-font-size{
  font-family: "Cormorant Garamond", serif;
  font-weight: 900;
  color: #1B1B1B;
  font-style: normal;
  font-size: 2.5em !important;
}
.about-img{
  background-image: url(../img/about.jpg);
  background-size: cover;
  height: 55vh;
  width: 92%;
  margin-bottom: -2em !important;
  margin: 0% 4%;
background-position: top;
}
.page-header {
  background: linear-gradient(to right, rgb(21, 41, 33) 0%, rgba(0, 0, 0, 0.444) 100%), url(../img/page-header.jpg) center right no-repeat;
  background-size: cover;
  height: 350px;
}
}
@media (min-width: 581px) and (max-width: 950px){

  .header-text{

      margin-top: 0.2em;
      margin-right: .65em;
      font-size: 3.97em;
      font-family: "Cormorant Garamond", serif;
      font-weight: 400;
      font-style: normal;
      color: #FFF7D1;
    
  }
  .font-type-service-h1{
    font-weight: 700;
    text-align: center;
    font-size: 2.23em;
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: capitalize;
    color: #020202;

  }  
  .projects-section-header2{
    font-size: 2.23em;
  }
  .carousel-item{
    height: 76vh;
  }
  .about{
    margin-top: 1.5em !important;
  }
  .about-img-home{
    height: 39vh;
    object-fit: contain;
  margin-bottom: -1em;
  margin-left: 0em !important ;}
/*** Header ***/
.carousel-caption {
  top: -20%;
  left: 3%;
  right: 0;
  width: 75%;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}
.list-text{
  color: #020202;
  font-family: "Cormorant Garamond", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.35em;
}

.fs-temp{
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25em;
}
.btn-carousel {
  background-color: #FB8D2E;
  width: 320px !important;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .3px;
  color: #fff;
  text-transform: uppercase;
  height: 50px !important;
  white-space: nowrap;
padding: .65em 0 0em .75em !important;
margin-top: .5em;
  font-size: 1.1em !important;
clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%) !important;
padding-right: 60px !important; /* Adjust the value as needed */
}

.p-22{
  padding-bottom: 2em !important;
  padding: 0em .5em;
}
.arrow-icon {
  height: auto;
  width: 35px !important;
  margin-top: -11px;
    margin-left: 10px; /* Adjust the margin as needed */
  }
  
.logo-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  margin-left: 1em;
  font-style: normal;
  font-size: 1.45em;
  color: #fff;
}
.service{
  margin-top: 3em !important;
}
.slant {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px; /* Adjust the height as needed */
  background-color: white; /* Background color */
  clip-path: polygon(0% 85%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 2; /* Ensure it's above the carousel */
}.phone-number {
  position: absolute;
  top: 50%;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  left: 45px; /* Adjust the left position of the phone number */
  transform: translateY(-50%);
  color: white;
  font-size: 15px;
}
.phone-number:hover {
  position: absolute;
  top: 50%;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  left: 45px; /* Adjust the left position of the phone number */
  transform: translateY(-50%);
  color: white;
  font-size: 15px;
}
.phone-icon {
  position: absolute;
  top: 50%;
  left: 20px; /* Adjust the left position of the phone icon */
  transform: translateY(-50%);
  color: white;
  font-size: 16px;
}
.slanted-topbar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 60%; /* Starting from the end of the red section */
  width: 60%; /* 1/5 of the width */
  height: 100%;
  background-color: #FB8D2E; /* Black color */
  transform-origin: top right;
  transform: skewX(-30deg); /* Skew the section to create slant */
}
.get-quote .i1 {
  margin-left: 10px; /* Add spacing between text and icon */
  font-size: 16px;
}

.get-quote .i2 {
  display: none;}
.white-line {
  position: absolute;
  top: 0;
  left: 60%; /* Starting from the end of the red section */
  width: 6px; /* Width of the white line */
  height: 100%;
  background-color: white; /* White color */
  z-index: 1; /* Ensure the white line appears above the black section */
  transform-origin: top right;
  transform: skewX(-30deg); /* Apply the same slant as the black section */
}
.get-quote {
  position: absolute;
  top: 50%;
  left: 70%; /* Place in the middle of the black section */
  color: white;
  font-size: 15px;
  cursor: pointer;
  font-family: "Kanit", sans-serif;
font-weight: 500;

  z-index: 2; /* Ensure the text appears above the white line */
}
.get-quote:hover {
  position: absolute;
  top: 50%;
  left: 70%; /* Place in the middle of the black section */
  color: white;
  font-size: 15px;
  cursor: pointer;
  font-family: "Kanit", sans-serif;
font-weight: 500;

  z-index: 2; /* Ensure the text appears above the white line */
}
.contact-font-size{
  font-size: 2.14em;
  
}
.px-25{
  padding: 3.5em 1.75em;
}
.appointment {
  background: linear-gradient(rgba(0, 0, 0, .95), rgba(0, 0, 0, .53)), url(../img/appointment.jpg) center center no-repeat;
  background-size: cover;
  height: 80vh;
}
.testimonial-section h3{
  text-align: center;
  }
  .testimonial-section h6{
  text-align: center;
  }
  .testimonial-section h5{
    margin-top: 0em;
  margin-left: .43em;}
  .star{
  margin-left: .42em;
  margin-top: -.2em;
  }
  .testimonial-top{
  text-align: center;
  }
  .testimonial-top p{
  text-align: center;
  margin-bottom: 3em;
  color: #000;
  font-weight: 500;
  font-size: 1.2em;
  
  }
.review12{
  display: flex;
}
     /*---- testimonial section style start ----*/
     section#testimonial {
      margin-top: 6em;
      height: 80vh;
      margin-bottom: -3em;
    }
.swiper-pagination {
  position: absolute !important;
  bottom: 151px !important ; /* Adjust the distance from the bottom as needed */
}
.user{
  width: 3em;
  margin-bottom: 1em;
  margin-left: .12em !important;
}

.font-type-service-header{
  font-weight: 400;
  text-align: center;
  font-size: 1.62em;
  font-family: serif;
  font-style: normal;
  text-transform: capitalize;
  color: #141414;

}  
.font-type-project-header{
  font-weight: 400;
  text-align: center;
  font-size: 2.52em;
  font-family: serif;
  font-style: normal;
  text-transform: capitalize;
  color: #141414;

}  
.about-font-size{
  font-family: "Cormorant Garamond", serif;
  font-weight: 900;
  color: #1B1B1B;
  font-style: normal;
  font-size: 2.15em !important;
}
.about-img{
  background-image: url(../img/about.jpg);
  background-size: cover;
  height: 55vh;
  width: 92%;
  margin-bottom: 2em !important;
  margin: 0% 4%;
background-position: top;
}
.page-header {
  background: linear-gradient(to right, rgb(21, 41, 33) 0%, rgba(0, 0, 0, 0.444) 100%), url(../img/page-header.jpg) center right no-repeat;
  background-size: cover;
  height: 350px;
}
}
.review12{
  display: flex;
}
.p-15{
  padding: 2em;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23BCBCBC' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {
  color: #000000 !important;
  border-color: none !important;
}
.slanted-topbar {
  position: relative;
  overflow: hidden;
  height: 50px; /* Adjust the height of the top bar */
}

.slanted-topbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70%; /* 4/5 of the width */
  height: 100%;
  border-bottom: 115px red ;
  background-color: #666A6D; /* Red color */
  transform-origin: top left;
  transform: skewX(-30deg); /* Skew the section to create slant */
}

.slanted-topbar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 70%; /* Starting from the end of the red section */
  width: 40%; /* 1/5 of the width */
  height: 100%;
  background-color: #FB8D2E; /* Black color */
  transform-origin: top right;
  transform: skewX(-30deg); /* Skew the section to create slant */
}

.phone-icon {
  position: absolute;
  top: 50%;
  left: 75px; /* Adjust the left position of the phone icon */
  transform: translateY(-50%);
  color: white;
  font-size: 20px;
}

.phone-number {
  position: absolute;
  top: 50%;
  left: 110px; /* Adjust the left position of the phone number */
  transform: translateY(-50%);
  color: white;
  font-size: 16px;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
}
.phone-number:hover {
  position: absolute;
  top: 50%;
  left: 110px; /* Adjust the left position of the phone number */
  transform: translateY(-50%);
  color: white;
  text-decoration: underline;
  transition: ease-in-out .2s;
  font-size: 16px;
  font-family: "Kanit", sans-serif;
  font-weight: 400;  }

.get-quote {
  position: absolute;
  top: 50%;
  left: 81%; /* Place in the middle of the black section */
  transform: translate(-10%, -50%); /* Center horizontally and vertically */
  color: white;
  font-size: 20px;
  cursor: pointer;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  z-index: 2; /* Ensure the text appears above the white line */
}
.get-quote:hover {
  position: absolute;
  top: 50%;
  left: 81%; /* Place in the middle of the black section */
  transform: translate(-10%, -50%); /* Center horizontally and vertically */
  color: white;
  font-size: 20px;
  cursor: pointer;
  font-family: "Kanit", sans-serif;
  font-weight: 500;

  z-index: 2; /* Ensure the text appears above the white line */
}
.white-line {
  position: absolute;
  top: 0;
  left: 70%; /* Starting from the end of the red section */
  width: 6px; /* Width of the white line */
  height: 100%;
  background-color: white; /* White color */
  z-index: 1; /* Ensure the white line appears above the black section */
  transform-origin: top right;
  transform: skewX(-30deg); /* Apply the same slant as the black section */
}

.get-quote .i1 {
  margin-left: 15px; /* Add spacing between text and icon */
}
.get-quote .i2 {
  margin-right: 10px;
}
.btn-carousel{
  background-color: #FB8D2E;
  width: 500px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .3px;
  color: #fff;
  padding: -0em 0 0em .75em;
  text-transform: uppercase;
  height: 58px;
  white-space: nowrap;
  font-size: 1.3em;
  clip-path: polygon(14% 0%, 100% 0%, 86% 100%, 0% 100%);
}


.about-img-home{
  height: 59vh;
margin-left: 4em ;}
.service{
  margin-top: 7em;
}
.review-scroll {
  max-height: 200px; /* Adjust as needed */
  overflow-y: auto;
}
/* Width */
::-webkit-scrollbar {
  width: 5px; /* Adjust as needed */
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; /* Change the background color */
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #797979; /* Change the color of the scrollbar handle */
  border-radius: 5px; /* Round the corners of the scrollbar handle */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; /* Change the color of the scrollbar handle when hovered */
}.review{
  padding-right: 2em;
}
.swiper-pagination {
  position: absolute !important;
  bottom: 1px  ; /* Adjust the distance from the bottom as needed */
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #2e2d2d; /* Change to the color you desire */
}
.user{
  width: 3em;
  margin-bottom: 1em;
  margin-left: -.52em;
}
.blog-weather-title{
  font-size: 1.75em;
  font-weight: 700;
  
}
.footer-link{
  color: #B0B9AE;
  text-decoration: underline;
}
.footer-link:hover{
  color: #6b6b6b;
  text-decoration: underline;
  transition: ease-in-out .2s;
}
.copyright-red{
  color: #f7892a;
}
.copyright-red:hover{
  color: #d47420;
  transition: ease-in-out .25s;
}
.p-22{
  padding-bottom: 2.5em !important;
  padding: 0em 1em;
}
.dropdown-menu{
  background: #1D5647;
}
.p-14{
  padding-left: 2em;
  padding-top: -1em;
  padding-bottom: 2em;
}
.about-font-size{
  font-family: "Cormorant Garamond", serif;
  font-weight: 900;
  color: #1B1B1B;
  font-style: normal;
  font-size: 3em;
}

.about-page-link{
  font-size: 32px;
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;

  color: #182333;
  text-decoration: underline;
}
.about-page-link:hover{
  font-size: 32px;
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;

  color: #000000;
  text-decoration: underline;
}
.bg-orange{
  background-color: #FB8D2E;
}
.about-img{

}

@media (min-width: 993px) and (max-width: 1050px){

  .navbar-brand {
    padding-left: 1em;
    }
    
    .logo {
    width: 3.13em;
    margin-right: 0.5em;
    margin-bottom: .35em;
    }
    .fs-temp{
      font-family: "Cormorant Garamond", serif;
      font-size: 1.13em;
    
    }
    .header-text{
      margin-top: 0.2em;
      font-size: 6em;
      font-family: "Cormorant Garamond", serif;
      font-weight: 400;
      font-style: normal;
      color: #FFF7D1;
    }
    
    .logo-text {
      font-family: "Noto Serif JP", serif;
      font-weight: 200;
      font-style: normal;
      font-size: 1.322em;
      color: #fff;
    }
    
    .navbar .navbar-brand::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 100%;
    top: 0;
    right: -25px;
    }
    
    .navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 15px 0px 0px 0px;
    color: #fff;
    font-size: 20px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: normal;
    }
    .btn-nav{
      background-color: #FB8D2E;
      border-radius: 5em;
      font-size: 16px;
      font-weight: 600;
      font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      margin-right: 1em;
      letter-spacing: .2px;
      white-space: nowrap;

    padding: .65em 1.5em;
      border: 2.5px solid #fff;
    }
    .mr-2{
      margin-right: .75em;
    }
    
    .topbar-text{
      font-size: .92em;
    }
    .header-text{
      margin-top: 0.2em;
      font-size: 3em;
      font-family: "Cormorant Garamond", serif;
      font-weight: 400;
      font-style: normal;
      color: #FFF7D1;
    }
    .btn-carousel{
      background-color: #FB8D2E;
      width: 375px;
      font-family: "Montserrat", sans-serif;
      letter-spacing: .3px;
      color: #fff;
      padding: -0em 0 0em .75em;
      text-transform: uppercase;
      height: 45px;
      white-space: nowrap;
      font-size: 1.1em;
      clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
    }
    .arrow-icon {
      height: auto;
      width: 50px;
      margin-top: -3px;
        margin-left: 5px; /* Adjust the margin as needed */
      }
   /* Overlay Image Styles */

.overlay-image {
  width: 35%;
  /* Adjust the following value to move the image further to the right */
  margin-left: 50%; /* You can use percentage or pixel values */
}

.overlay-image img {
  max-width: 100%;
  height: auto;
}   
/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0%;
  right: 0;
  width: 55%;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}
.carousel-item{
  height: 110% !important;
}
.slant {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px; /* Adjust the height as needed */
  background-color: white; /* Background color */
  clip-path: polygon(0% 85%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 2; /* Ensure it's above the carousel */
}
.about-img-home{
  height: 72vh;
  object-fit: cover;
margin-left: 1em ;}
.list-text{
  color: #020202;
  font-family: "Cormorant Garamond", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.15em;
}
.section-header-text{
  color: #FF8E48;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.35em;
}
.section-header-text2{
  color: #FF8E48;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.35em;
}
.font-type-service-h1{
  font-weight: 700;
  text-align: center;
  font-size: 2.55em;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal;
  text-transform: capitalize;
  color: #020202;

}  
.projects-section-header2{
  font-size: 2.55em;
  text-transform: capitalize;

}
.contact-font-size{
  font-size: 1.9em;
  
}
.contact-p{
  font-size: .9em;
}
  /*** Appointment ***/
  .appointment {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .85)), url(../img/appointment.jpg) left center no-repeat;
    background-size: cover;
    height: 60vh;
  
  }
  .py-46{
    padding-top: 3.35em;
    padding-left: 2em;
    padding-right: 3em;
  }
  .about-img{
    background-image: url(../img/about.jpg);
    background-size: cover;
    height: 120vh;
  background-position: top;
  }
}
@media (min-width: 1051px) and (max-width: 1190px){

  .navbar-brand {
    padding-left: 1.5em;
    }
    
    .logo {
    width: 3.13em;
    margin-right: 0.5em;
    margin-bottom: .35em;
    }
    .fs-temp{
      font-family: "Cormorant Garamond", serif;
      font-size: 1.13em;
    
    }
    .header-text{
      margin-top: 0.2em;
      font-size: 6em;
      font-family: "Cormorant Garamond", serif;
      font-weight: 400;
      font-style: normal;
      color: #FFF7D1;
    }
    
    .logo-text {
      font-family: "Noto Serif JP", serif;
      font-weight: 200;
      font-style: normal;
      font-size: 1.222em;
      color: #fff;
    }
    
    .navbar .navbar-brand::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 100%;
    top: 0;
    right: -25px;
    }
    
    .navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 15px 0px 0px 0px;
    color: #fff;
    font-size: 21px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: normal;
    }
    .btn-nav{
      background-color: #FB8D2E;
      border-radius: 5em;
      font-size: 16px;
      font-weight: 600;
      font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      margin-right: -1em;
      letter-spacing: .2px;
      white-space: nowrap;

    padding: .65em 1.5em;
      border: 2.5px solid #fff;
    }
    .mr-2{
      margin-right: .75em;
    }
    
    .topbar-text{
      font-size: .92em;
    }
    .header-text{
      margin-top: 0.2em;
      font-size: 3.5em;
      font-family: "Cormorant Garamond", serif;
      font-weight: 400;
      font-style: normal;
      color: #FFF7D1;
    }
    .btn-carousel{
      background-color: #FB8D2E;
      width: 375px;
      font-family: "Montserrat", sans-serif;
      letter-spacing: .3px;
      color: #fff;
      padding: -0em 0 0em .75em;
      text-transform: uppercase;
      height: 45px;
      white-space: nowrap;
      font-size: 1.1em;
      clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
    }
    .arrow-icon {
      height: auto;
      width: 50px;
      margin-top: -3px;
        margin-left: 5px; /* Adjust the margin as needed */
      }
   /* Overlay Image Styles */

.overlay-image {
  width: 35%;
  /* Adjust the following value to move the image further to the right */
  margin-left: 50%; /* You can use percentage or pixel values */
}

.overlay-image img {
  max-width: 100%;
  height: auto;
}   
/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0%;
  right: 0;
  width: 55%;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}
.carousel-item{
  height: 110% !important;
}
.slant {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px; /* Adjust the height as needed */
  background-color: white; /* Background color */
  clip-path: polygon(0% 85%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 2; /* Ensure it's above the carousel */
}
.about-img-home{
  height: 72vh;
  object-fit: cover;
margin-left: 1em ;}
.list-text{
  color: #020202;
  font-family: "Cormorant Garamond", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.2em;
}
.section-header-text{
  color: #FF8E48;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.35em;
}
.section-header-text2{
  color: #FF8E48;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.35em;
}
.font-type-service-h1{
  font-weight: 700;
  text-align: center;
  font-size: 2.55em;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal;
  text-transform: capitalize;
  color: #020202;

}  
.projects-section-header2{
  font-size: 2.55em;
  text-transform: capitalize;

}
.contact-font-size{
  font-size: 2.01em;
  
}
.contact-p{
  font-size: .9em;
}
  /*** Appointment ***/
  .appointment {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .85)), url(../img/appointment.jpg) left center no-repeat;
    background-size: cover;
    height: 60vh;
  
  }
  .py-46{
    padding-top: 3.35em;
    padding-left: 2em;
    padding-right: 3em;
  }
  .about-img{
    background-image: url(../img/about.jpg);
    background-size: cover;
    height: 120vh;
  background-position: top;
  }
  .carousel-caption {
    top: -10%;
    left: 0%;
    right: 0;
    width: 55%;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 1;
  }
  .page-header {
    background: linear-gradient(to right, rgb(21, 41, 33) 0%, rgba(179, 185, 191, 0.144) 100%), url(../img/page-header.jpg) center right no-repeat;
    background-size: cover;
    height: 370px;
  }
}
@media (min-width: 1190px) and (max-width: 1281px){

  .navbar-brand {
    padding-left: 1.5em;
    }
    
  
    .fs-temp{
      font-family: "Cormorant Garamond", serif;
      font-size: 1.23em;
    
    }
    .header-text{
      margin-top: 0.2em;
      font-size: 4.31em !important;
      font-family: "Cormorant Garamond", serif;
      font-weight: 400;
      font-style: normal;
      color: #FFF7D1;
    }
    
    .logo-text {
      font-family: "Noto Serif JP", serif;
      font-weight: 200;
      font-style: normal;
      font-size: 1.422em;
      color: #fff;
    }
    
    .navbar .navbar-brand::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 100%;
    top: 0;
    right: -25px;
    }
    
    .navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 15px 0px 0px 0px;
    color: #fff;
    font-size: 23px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: normal;
    }
    .btn-nav{
      background-color: #FB8D2E;
      border-radius: 5em;
      font-size: 17px;
      font-weight: 600;
      font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      margin-right: -1em;
      letter-spacing: .2px;
      white-space: nowrap;

    padding: .65em 1.5em;
      border: 2.5px solid #fff;
    }
    .mr-2{
      margin-right: .75em;
    }
    
    .topbar-text{
      font-size: .92em;
    }
  
    .btn-carousel{
      background-color: #FB8D2E;
      width: 375px;
      font-family: "Montserrat", sans-serif;
      letter-spacing: .3px;
      color: #fff;
      padding: -0em 0 0em .75em;
      text-transform: uppercase;
      height: 50px;
      white-space: nowrap;
      font-size: 1.21em;
      clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
    }
    .arrow-icon {
      height: auto;
      width: 50px;
      margin-top: -1px;
        margin-left: 5px; /* Adjust the margin as needed */
      }
   /* Overlay Image Styles */

.overlay-image {
  width: 35%;
  /* Adjust the following value to move the image further to the right */
  margin-left: 50%; /* You can use percentage or pixel values */
}

.overlay-image img {
  max-width: 100%;
  height: auto;
}   
/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0%;
  right: 0;
  width: 55%;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}
.carousel-item{
  height: 110% !important;
}
.slant {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px; /* Adjust the height as needed */
  background-color: white; /* Background color */
  clip-path: polygon(0% 85%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 2; /* Ensure it's above the carousel */
}
.about-img-home{
  height: 78vh;
  object-fit: cover;
margin-left: 1em ;}
.list-text{
  color: #020202;
  font-family: "Cormorant Garamond", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.42em;
}
.section-header-text{
  color: #FF8E48;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.35em;
}
.section-header-text2{
  color: #FF8E48;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.35em;
}
.font-type-service-h1{
  font-weight: 700;
  text-align: center;
  font-size: 2.55em;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal;
  text-transform: capitalize;
  color: #020202;

}  
.projects-section-header2{
  font-size: 2.55em;
  text-transform: capitalize;

}
.contact-font-size{
  font-size: 2.61em;
  
}
.contact-p{
  font-size: 1em;
}
  /*** Appointment ***/
  .appointment {
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .85)), url(../img/appointment.jpg) left center no-repeat;
    background-size: cover;
    height: 65vh;
  
  }
  .py-46{
    padding-top: 3.35em;
    padding-left: 2em;
    padding-right: 3em;
  }
  .about-img{
    background-image: url(../img/about.jpg);
    background-size: cover;
    height: 113vh;
  background-position: top;
  }
  .carousel-caption {
    top: -10%;
    left: 0%;
    right: 0;
    width: 60%;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 1;
  }
  .page-header {
    background: linear-gradient(to right, rgb(21, 41, 33) 0%, rgba(179, 185, 191, 0.144) 100%), url(../img/page-header.jpg) center right no-repeat;
    background-size: cover;
    height: 370px;
  }
  .about{
    margin-top: 5.5em !important;
  }
  .font-change{
    font-size: 2.6em;
  }
  .mt-15{
    margin-top: 5em;
  }
}
@media (min-width: 1281px) and (max-width: 1400px){

  .navbar-brand {
    padding-left: 1.5em;
    }
    
  
    .fs-temp{
      font-family: "Cormorant Garamond", serif;
      font-size: 1.23em;
    
    }
    .header-text{
      margin-top: 0.2em;
      font-size: 4.31em !important;
      font-family: "Cormorant Garamond", serif;
      font-weight: 400;
      font-style: normal;
      color: #FFF7D1;
    }
    
    .logo-text {
      font-family: "Noto Serif JP", serif;
      font-weight: 200;
      font-style: normal;
      font-size: 1.422em;
      color: #fff;
    }
    
    .navbar .navbar-brand::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 100%;
    top: 0;
    right: -25px;
    }
    
    .navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 15px 0px 0px 0px;
    color: #fff;
    font-size: 24px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: normal;
    }
    .btn-nav{
      background-color: #FB8D2E;
      border-radius: 5em;
      font-size: 17px;
      font-weight: 600;
      font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      margin-right: -1em;
      letter-spacing: .2px;
      white-space: nowrap;

    padding: .65em 1.5em;
      border: 2.5px solid #fff;
    }
    .mr-2{
      margin-right: .75em;
    }
    
    .topbar-text{
      font-size: .92em;
    }
  
    .btn-carousel{
      background-color: #FB8D2E;
      width: 375px;
      font-family: "Montserrat", sans-serif;
      letter-spacing: .3px;
      color: #fff;
      padding: -0em 0 0em .75em;
      text-transform: uppercase;
      height: 50px;
      white-space: nowrap;
      font-size: 1.21em;
      clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
    }
    .arrow-icon {
      height: auto;
      width: 50px;
      margin-top: -1px;
        margin-left: 5px; /* Adjust the margin as needed */
      }
   /* Overlay Image Styles */

.overlay-image {
  width: 35%;
  /* Adjust the following value to move the image further to the right */
  margin-left: 50%; /* You can use percentage or pixel values */
}

.overlay-image img {
  max-width: 100%;
  height: auto;
}   
/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0%;
  right: 0;
  width: 55%;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}
.carousel-item{
  height: 110% !important;
}
.slant {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px; /* Adjust the height as needed */
  background-color: white; /* Background color */
  clip-path: polygon(0% 85%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 2; /* Ensure it's above the carousel */
}
.about-img-home{
  height: 61vh;
  object-fit: cover;
margin-left: 1em ;}
.list-text{
  color: #020202;
  font-family: "Cormorant Garamond", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.42em;
}
.section-header-text{
  color: #FF8E48;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.35em;
}
.section-header-text2{
  color: #FF8E48;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.35em;
}
.font-type-service-h1{
  font-weight: 700;
  text-align: center;
  font-size: 2.55em;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal;
  text-transform: capitalize;
  color: #020202;

}  
.projects-section-header2{
  font-size: 2.55em;
  text-transform: capitalize;

}
.contact-font-size{
  font-size: 2.41em;
  
}
.contact-p{
  font-size: .9em;
}
  /*** Appointment ***/
  .appointment {
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .85)), url(../img/appointment.jpg) left center no-repeat;
    background-size: cover;
    height: 55vh;
  
  }
  .py-46{
    padding-top: 3.35em;
    padding-left: 2em;
    padding-right: 3em;
  }
  .about-img{
    background-image: url(../img/about.jpg);
    background-size: cover;
    height: 80vh !important;
  background-position: top;
  }
  .carousel-caption {
    top: -10%;
    left: 0%;
    right: 0;
    width: 60%;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 1;
  }
  .page-header {
    background: linear-gradient(to right, rgb(21, 41, 33) 0%, rgba(179, 185, 191, 0.144) 100%), url(../img/page-header.jpg) center right no-repeat;
    background-size: cover;
    height: 370px;
  }
  .about{
    margin-top: 5.5em !important;
  }
  .font-change{
    font-size: 2.6em;
  }
  .mt-15{
    margin-top: 5em;
  }
}
@media (min-width: 1401px) and (max-width: 1500px){

  .navbar-brand {
    padding-left: 3em !important;
    }
    
  
    .fs-temp{
      font-family: "Cormorant Garamond", serif;
      font-size: 1.43em;
    
    }
    .header-text{
      margin-top: 0.2em;
      font-size: 4.71em !important;
      font-family: "Cormorant Garamond", serif;
      font-weight: 400;
      font-style: normal;
      color: #FFF7D1;
    }
    
    .logo-text {
      font-family: "Noto Serif JP", serif;
      font-weight: 200;
      font-style: normal;
      font-size: 1.522em;
      color: #fff;
    }
    
    .navbar .navbar-brand::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 100%;
    top: 0;
    right: -25px;
    }
    
    .navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 15px 0px 0px 0px;
    color: #fff;
    font-size: 25px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: normal;
    }
    .btn-nav{
      background-color: #FB8D2E;
      border-radius: 5em;
      font-size: 18px;
      font-weight: 600;
      font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      margin-right: -1em;
      letter-spacing: .2px;
      white-space: nowrap;

    padding: .65em 2.5em;
      border: 2.5px solid #fff;
    }
    .mr-2{
      margin-right: .75em;
    }
    
    .topbar-text{
      font-size: .92em;
    }
  
    .btn-carousel{
      background-color: #FB8D2E;
      width: 420px;
      font-family: "Montserrat", sans-serif;
      letter-spacing: .3px;
      color: #fff;
      padding: -0em 0 0em .75em;
      text-transform: uppercase;
      height: 50px;
      white-space: nowrap;
      font-size: 1.28em;
      clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
    }
    .arrow-icon {
      height: auto;
      width: 50px;
      margin-top: -1px;
        margin-left: 5px; /* Adjust the margin as needed */
      }
   /* Overlay Image Styles */

.overlay-image {
  width: 35%;
  /* Adjust the following value to move the image further to the right */
  margin-left: 50%; /* You can use percentage or pixel values */
}

.overlay-image img {
  max-width: 100%;
  height: auto;
}   
/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0%;
  right: 0;
  width: 50%;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}
.carousel-item{
  height: 110% !important;
}
.slant {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px; /* Adjust the height as needed */
  background-color: white; /* Background color */
  clip-path: polygon(0% 85%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 2; /* Ensure it's above the carousel */
}
.about-img-home{
  height: 57vh;
  object-fit: cover;
margin-left: 5em ;}
.list-text{
  color: #020202;
  font-family: "Cormorant Garamond", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.62em;
}
.font-change{
  font-size: 2.75em !important;
}
.section-header-text{
  color: #FF8E48;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.35em;
}
.section-header-text2{
  color: #FF8E48;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.35em;
}
.font-type-service-h1{
  font-weight: 700;
  text-align: center;
  font-size: 2.55em;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal;
  text-transform: capitalize;
  color: #020202;

}  
.projects-section-header2{
  font-size: 2.55em;
  text-transform: capitalize;

}
.contact-font-size{
  font-size: 2.41em;
  
}
.contact-p{
  font-size: 1em;
}
  /*** Appointment ***/
  .appointment {
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .85)), url(../img/appointment.jpg) left center no-repeat;
    background-size: cover;
    height: 55vh;
  
  }
  .py-46{
    padding-top: 3.35em;
    padding-left: 2em;
    padding-right: 3em;
  }
  .about-img{
    background-image: url(../img/about.jpg);
    background-size: cover;
    height: 80vh !important;
  background-position: top;
  }
  .carousel-caption {
    top: -10%;
    left: 0%;
    right: 0;
    width: 55%;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 1;
  }
  .page-header {
    background: linear-gradient(to right, rgb(21, 41, 33) 0%, rgba(179, 185, 191, 0.144) 100%), url(../img/page-header.jpg) center right no-repeat;
    background-size: cover;
    height: 370px;
  }
  .about{
    margin-top: 5.5em !important;
  }
  .font-change{
    font-size: 2.6em;
  }
  .mt-15{
    margin-top: 5em;
  }
}
@media (min-width: 1500px) and (max-width: 1600px){

  .navbar-brand {
    padding-left: 3em !important;
    }
    
  
    .fs-temp{
      font-family: "Cormorant Garamond", serif;
      font-size: 1.53em;
    
    }
    .header-text{
      margin-top: 0.2em;
      font-size: 4.91em !important;
      font-family: "Cormorant Garamond", serif;
      font-weight: 400;
      font-style: normal;
      color: #FFF7D1;
    }
    
    .logo-text {
      font-family: "Noto Serif JP", serif;
      font-weight: 200;
      font-style: normal;
      font-size: 1.522em;
      color: #fff;
    }
    
    .navbar .navbar-brand::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 100%;
    top: 0;
    right: -25px;
    }
    
    .navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 15px 0px 0px 0px;
    color: #fff;
    font-size: 26px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: normal;
    }
    .btn-nav{
      background-color: #FB8D2E;
      border-radius: 5em;
      font-size: 19px;
      font-weight: 600;
      font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      margin-right: -1em;
      letter-spacing: .2px;
      white-space: nowrap;

    padding: .65em 2.75em;
      border: 2.5px solid #fff;
    }
    .mr-2{
      margin-right: .75em;
    }
    
    .topbar-text{
      font-size: 1.2em;
    }
  
    .btn-carousel{
      background-color: #FB8D2E;
      width: 420px;
      font-family: "Montserrat", sans-serif;
      letter-spacing: .3px;
      color: #fff;
      margin-top: .5em;
      padding: -0em 0 0em .75em;
      text-transform: uppercase;
      height: 50px;
      white-space: nowrap;
      font-size: 1.28em;
      clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
    }
    .arrow-icon {
      height: auto;
      width: 50px;
      margin-top: -2px;
        margin-left: 5px; /* Adjust the margin as needed */
      }
   /* Overlay Image Styles */

.overlay-image {
  width: 37%;
  /* Adjust the following value to move the image further to the right */
  margin-left: 50%; /* You can use percentage or pixel values */
}

.overlay-image img {
  max-width: 100%;
  height: auto;
}   
/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0%;
  right: 0;
  width: 50%;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}
.carousel-item{
  height: 110% !important;
}
.slant {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px; /* Adjust the height as needed */
  background-color: white; /* Background color */
  clip-path: polygon(0% 85%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 2; /* Ensure it's above the carousel */
}
.about-img-home{
  height: 57vh;
  object-fit: cover;
margin-left: 5em ;}
.list-text{
  color: #020202;
  font-family: "Cormorant Garamond", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.62em;
}
.font-change{
  font-size: 2.75em !important;
}
.section-header-text{
  color: #FF8E48;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.35em;
}
.section-header-text2{
  color: #FF8E48;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.35em;
}
.font-type-service-h1{
  font-weight: 700;
  text-align: center;
  font-size: 2.55em;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal;
  text-transform: capitalize;
  color: #020202;

}  
.projects-section-header2{
  font-size: 2.55em;
  text-transform: capitalize;

}
.contact-font-size{
  font-size: 2.41em;
  
}
.contact-p{
  font-size: 1em;
}
  /*** Appointment ***/
  .appointment {
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .85)), url(../img/appointment.jpg) left center no-repeat;
    background-size: cover;
    height: 55vh;
  
  }
  .py-46{
    padding-top: 3.35em;
    padding-left: 2em;
    padding-right: 3em;
  }
  .about-img{
    background-image: url(../img/about.jpg);
    background-size: cover;
    height: 80vh !important;
  background-position: top;
  }
  .carousel-caption {
    top: -10%;
    left: 0%;
    right: 0;
    width: 55%;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 1;
  }
  .page-header {
    background: linear-gradient(to right, rgb(21, 41, 33) 0%, rgba(179, 185, 191, 0.144) 100%), url(../img/page-header.jpg) center right no-repeat;
    background-size: cover;
    height: 370px;
  }
  .about{
    margin-top: 5.5em !important;
  }
  .font-change{
    font-size: 2.6em;
  }
  .mt-15{
    margin-top: 5em;
  }
}
.ml-20{
  margin-left: 1.75em;
}
.contact-btn{
  margin-top: .75em;
}
.p-511{
  padding: 5em 2em;
}
.colour-body{
  color: #8D9297;
  
}
.colour-body:hover{
  color: #8D9297;

}