    /********** Template CSS **********/
    :root {
        --primary: #0D4FD3;
        --light: #F6F7F8;
        --dark: #1A2A36;
    }
    
  

    .title-text{
      margin-left: .70em;
    }
    .title-text2{
      margin-left: 2.4em;
    }

    .fw-medium {
        font-weight: 500 !important;
    }

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

    .fw-black {
        font-weight: 900 !important;
    }
    .bg-black{
      background-color: #FFFFFF;
    }

    .back-to-top {
        position: fixed;
        display: none;
        right: 45px;
        bottom: 45px;
        z-index: 99;
    }
    .logo{
        width: 16.4em;
    }
    .icon-colour{
        color: #2196F3 ;
    }
        /* Slanted Button */
 /* Your existing styles for nav-item can remain unchanged */

.slanted-button {
  display: block;
  overflow: hidden;
  color: #fff;
  padding: 52px 94px;
  text-decoration: none;
  font-size: 18px;
  position: relative ; /* Added for positioning context */
font-weight: 500;
  margin-right: 0;
  font-family: 'Kanit', sans-serif;


}

.top-colour1{
  color: #16a7ef;
  font-size: 14px;
  
}
.top-colour1:hover{
  color: #1576a6;
}
.pl{
  margin-left: 1em;
}

.slanted-button::before {
  content: '';
    position: absolute;
    top: 0;
    color: #fff;
    left: 20px; /* Adjust the distance of the slant */
    bottom: 0;
    width: 300px; /* Adjust the width of the slant */
    background: rgb(241,15,21);
    background: linear-gradient(103deg, rgba(241,15,21,1) 0%, rgba(218,6,12,1) 100%);
    
    
    transform: skewX(-197deg);
    z-index: -1;
 
    
  
}
.slanted-btnp{
  padding: 55px 0px 0px 0px; font-size: 20px;
  height: 130px;
}
.font-type{
  font-family: 'Anton', sans-serif;
  font-family: 'Bebas Neue', sans-serif;
  font-family: 'DM Serif Display', serif;
  font-family: 'Oswald', sans-serif;
}
.font-type-s{
  font-family: 'Anton', sans-serif;
  font-family: 'Bebas Neue', sans-serif;
  font-family: 'DM Serif Display', serif;
  font-family: 'Oswald', sans-serif;
  font-size: 1.6em;
}

    .nav-link1{
        margin-right: 18px;
        padding: 25px 0;
        color: var(--dark);
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        outline: none;
    }
        .overlay-image{
      max-width: 27em;
      margin-right: 4em;
    }
    .overlay-image3{
      max-width: 22em;
      margin-right: 4em;
    }

    .btn-colour{
      background: rgb(241,15,21);
      background: linear-gradient(103deg, rgba(241,15,21,1) 0%, rgba(218,6,12,1) 100%);

      
        color: #FFFFFF;
    }
    .btn-colour:hover{
        background-color: #015cbe;
        color: #FFFFFF;
    }
    .text-colour1{
        color: #1585D0;
    }
    .text-colour2{
        color: #000;
    }
    
    .text-colour3{
        color: #1585D0;
    }
    .text-colour3:hover{
        color: #0D4FD3;
        transition: ease-in-out .15s;
    }
    .bg-colour{
      background: rgb(241,15,21);
      background: linear-gradient(103deg, rgba(241,15,21,1) 0%, rgba(218,6,12,1) 100%);
    }
    .tick-colour1{
      color: #f17d2f;
  }
  .tick-colour2{
      color: #f29f3b;
  }


    @media (max-width: 500px) {

        .logo{
            width: 11.2em;
        }
      

    }
    @media (max-width: 376px) {

        .logo{
            width: 9.2em;
        }
      

    }
    @media (max-width: 567px) {

     .carousel-mobile{
     margin-left: 1.2em;
     margin-right: 2em;
     }

    }

    /* 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);
  }
  
  /*--------------------------------------------------------------
  # 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: 24px;
    color: #1A2A36;
    font-weight: 700;
    transition: 0.3s;
    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: #1A2A36;
  }
  
  .blog .posts-list .post-item:hover .post-img img {
    transform: scale(1.1);
  }
  
  /*--------------------------------------------------------------
  # Blog Details
  --------------------------------------------------------------*/
  .blog .blog-details {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
  }
  
  .blog .blog-details .post-img {
    margin: -30px -30px 20px -30px;
    overflow: hidden;
  }
  
  .blog .blog-details .title {
    font-size: 28px;
    font-weight: 700;
    padding: 0;
    margin: 20px 0 0 0;
    color: #221f1f;
  }
  
  .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;
            color: #221f1f;
          }
  
  .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;
    padding: 0;
    margin: 0;
    color: var(--color-secondary);
  }
  
  .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);
  }}

  .blog-link{
    text-decoration: underline;
    color: #F10F15;
  }
  .blog-link:hover{
    text-decoration: underline;
    color: #bb0f15;
    transition: ease-in-out .15s;
  }


  
    /*** 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 {
        font-weight: 500;
        transition: .5s;
    }

    .btn.btn-primary,
    .btn.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;
    }

    /*** Navbar ***/
    .navbar.sticky-top {
        top: -100px;
        transition: .5s;
    }

    .navbar .navbar-brand,
    .navbar a.btn {
        height: 130px;
    }


   /* Define the default background color for dropdown items */
.dropdown-item {
  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-item:active {
  background-color: #007bff; /* 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: #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-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 */
}

    .navbar .navbar-nav .nav-link {
        margin-right: 30px;
        padding: 55px 0px 0px 0px; font-size: 20px;
        color: #1e1d1f;
        font-weight: 500;
        text-transform: uppercase;
        outline: none;
        font-family: 'Kanit', sans-serif;
       
    }

    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link1:hover,
    .navbar .navbar-nav .nav-link.active 

 {
        color: #F10F15;
    }
    .navbar .navbar-nav .nav-link1.active 
    {
           color: var(--primary);
       }

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

    @media (max-width: 991.98px) {
        .navbar .navbar-nav .nav-link .nav-link {
            margin-right: 0;
            padding: 10px 0;
        }
        .navbar .navbar-nav .nav-link {
          margin-right: 30px;
          padding: 15px 0px 0px 0px; font-size: 20px;
          color: #1e1d1f;
          font-weight: 500;
          text-transform: uppercase;
          outline: none;
          font-family: 'Kanit', sans-serif;
         
      }

        .navbar .navbar-nav {
            border-top: 1px solid #EEEEEE;
        }
    }

    @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;
        }

    }


   /*** Header ***/
  .carousel-caption {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      background: linear-gradient(to right, rgb(22, 22, 22) 0%, rgba(235, 220, 220, .4) 80%);
      z-index: 1;
  }

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

.page-header {
  background: linear-gradient(to right, rgb(26,23,30) 0%, rgba(2, 36, 91, 0) 100%), url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    background-color: #1e1d1f;
    border: 15px solid #1e1d1f;
    border-radius: 3.5rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 550px;
    }
    
    #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: #1e1d1f;
    border: 15px solid #1e1d1f;
    border-radius: 3.5rem;
   margin-top: 29em;
}
.carousel-control-prev,
.carousel-control-next {
    width: 15%;
    
}

    .breadcrumb-item + .breadcrumb-item::before {
        color: var(--light);
    }
  }
    


    /*** About ***/
    @media (min-width: 992px) {
        .container.about {
            max-width: 100% !important;
        }

        .about-text  {
            padding-right: calc(((100% - 960px) / 2) + .75rem);
        }
    }

    @media (min-width: 1200px) {
        .about-text  {
            padding-right: calc(((100% - 1140px) / 2) + .75rem);
        }
    }

    @media (min-width: 1400px) {
        .about-text  {
            padding-right: calc(((100% - 1320px) / 2) + .75rem);
        }
    }
.about-colour2{
  background: #CD5431;
  background: linear-gradient(to right, #CD5431 0%, #E38529 16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
}

.service-text1{
  text-align: left;
}
.service-item .service-text1 {
  background: var(--light);
  transition: .5s;
}

.service-item:hover .service-text1 {
  background: rgba(0, 0, 0, .7);
}


.border-colour{
  border: #0093E9 5px solid;
}
.btn-colour2{
  background-color: #0093E9;
background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
color: white;
}

/*** Service ***/
.service-item .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.service-item .service-text {
  background: var(--light);
  transition: .5s;
}

.service-item:hover .service-text {
  background: rgba(0, 0, 0, .7);
}

.service-item * {
  transition: .5;
}

.service-item:hover * {
  color: #FFFFFF;
}

.service-item .btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  color: var(--dark);
  background: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  transition: .5s;
}

.service-item:hover .btn {
  width: 140px;
}
.service-item:hover .btn i{

color: #F10F15;
}
    .text-colour4{
color: #ED7626;
    }
    .text-colour4:hover{
color: #b6591c;
transition: ease-in-out .15s;
    }
    .text-colour5{
      color: #C21A1A;
    }
    .text-colour5:hover{
      color: #a31a1a;
      transition: ease-in-out .15s;
    }

    @media (max-width: 540px){

      .overlay-image{
        visibility: hidden;
        }
      .overlay-image3{
        visibility: hidden;
        }
        .title-text{
          margin-left: .06em;
        }
        .title-text2{
          margin-left: .03em;
          margin-right: 1.25em;
        }
    }

    .btn-colour4{
      background-color: #2179c7;
      background-image: linear-gradient(90deg, #2179c7 25%, #16a7ef 100%);
      
      
      color: white;
      font-size: .95em;
      padding: 1em 2.2em ;
      border-radius: 5em;
    }
    


    /*** Feature ***/
    @media (min-width: 992px) {
        .container.feature {
            max-width: 100% !important;
        }

        .feature-text  {
            padding-left: calc(((100% - 960px) / 2) + .75rem);
        }
    }

    @media (min-width: 1200px) {
        .feature-text  {
            padding-left: calc(((100% - 1140px) / 2) + .75rem);
        }
    }

    @media (min-width: 1400px) {
        .feature-text  {
            padding-left: calc(((100% - 1320px) / 2) + .75rem);
        }
    }



    .icon-colour{
        color: #007bff;
    }
    .icon-colour:hover{
        color: #ffffff;
    }


    /*** Quote ***/
    @media (min-width: 992px) {
        .container.quote {
            max-width: 100% !important;
            margin-top: 6em;
        }

        .quote-text  {
            padding-right: calc(((100% - 960px) / 2) + .75rem);
        }
    }

    @media (min-width: 1200px) {
        .quote-text  {
            padding-right: calc(((100% - 1140px) / 2) + .75rem);
        }
    }

    @media (min-width: 1400px) {
        .quote-text  {
            padding-right: calc(((100% - 1320px) / 2) + .75rem);
        }
    }



    /*** Team ***/
    .team-item {
        box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    }

    .team-item img {
        border-radius: 8px 60px 0 0;
    }

    .team-item .team-social {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        background: #FFFFFF;
        transition: .5s;
    }


    /*** Testimonial ***/
    .testimonial-carousel::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        height: 100%;
        width: 0;
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        z-index: 1;
    }

    .testimonial-carousel::after {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        height: 100%;
        width: 0;
        background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        z-index: 1;
    }

    @media (min-width: 768px) {
        .testimonial-carousel::before,
        .testimonial-carousel::after {
            width: 200px;
        }
        
      .overlay-image{
        visibility: visible;
        }
    }

    @media (min-width: 992px) {
        .testimonial-carousel::before,
        .testimonial-carousel::after {
            width: 300px;
        }
    }

    .testimonial-carousel .owl-nav {
        position: absolute;
        width: 350px;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: space-between;
        opacity: 0;
        transition: .5s;
        z-index: 1;
    }

    .testimonial-carousel:hover .owl-nav {
        width: 300px;
        opacity: 1;
    }

    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        position: relative;
        background: #CD5431;
        background: linear-gradient(to right, #CD5431 20%, #E38529 46%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        
        font-size: 45px;
        transition: .5s;
    }

    .testimonial-carousel .owl-nav .owl-prev:hover,
    .testimonial-carousel .owl-nav .owl-next:hover {
        color: var(--dark);
    }

    .testimonial-carousel .testimonial-img img {
        width: 100px;
        height: 100px;
    }

    .testimonial-carousel .testimonial-img .btn-square {
        position: absolute;
        bottom: -19px;
        left: 50%;
        transform: translateX(-50%);
    }

    .testimonial-carousel .owl-item .testimonial-text {
        margin-bottom: 30px;
        box-shadow: 0 0 45px rgba(0, 0, 0, .08);
        transform: scale(.8);
        transition: .5s;
    }

    .testimonial-carousel .owl-item.center .testimonial-text {
        transform: scale(1);
    }


    /*** Contact ***/
    @media (min-width: 992px) {
        .container.contact {
            max-width: 100% !important;
        }

        .contact-text  {
            padding-left: calc(((100% - 960px) / 2) + .75rem);
        }
    }

    @media (min-width: 1200px) {
        .contact-text  {
            padding-left: calc(((100% - 1140px) / 2) + .75rem);
        }
    }

    @media (min-width: 1400px) {
        .contact-text  {
            padding-left: calc(((100% - 1320px) / 2) + .75rem);
        }
    }


    /*** Footer ***/
    .footer .btn.btn-social {
        margin-right: 5px;
        color: #9B9B9B;
        border: 1px solid #9B9B9B;
        border-radius: 38px;
        transition: .3s;
    }

    .footer .btn.btn-social:hover {
        color: #F10F15;
        border-color: var(--light);
    }

    .footer .btn.btn-link {
        display: block;
        margin-bottom: 5px;
        padding: 0;
        text-align: left;
        color: #9B9B9B;
        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: #FFFFFF;
        letter-spacing: 1px;
        box-shadow: none;
    }

    .footer .copyright {
        padding: 25px 0;
        border-top: 1px solid rgba(256, 256, 256, .1);
    }

    .footer .copyright a {
        color: var(--light);
    }

    .footer .copyright a:hover {
        color: #F10F15;
    }
    .bold{
      color: #646464;
    }

    .van1 {
      max-width: 750px;
      height: auto;
      position: absolute;
      top: 50%;
      animation: driveVan 4s ease-in-out forwards;
  }
  
  @keyframes driveVan {
      0% {
          transform: translateX(100vw); /* Start position from the right side of the screen */
      }
      100% {
          transform: translateX(47vw); /* End position at the left side of the screen */
      }
  }
  
    
    
  .text-black{
    color: #1e1d1f;
  }
  .font-type{
    font-family: 'Kanit', sans-serif;
  }

.carousel-text{
  left: 30%;
}
.carousel-paragraph{
  font-size: 18px;
  }
  .text-carousel-paragraph{
    color: #000;
  }
 
  .section-header{
    color: #1e1d1f;
    font-family: 'Kanit', sans-serif;

  }

  .bg-topbar{
    background-color: #1e1e1e;
  }
  .bg-topbar-right{
    background-color: #1e1e1e;
  }
  .top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: #1e1e1e;
    transform: skew(40deg);
}
.icon-colour-white{
  color: #FFFFFF;
}
.icon-colour-red{
  color: rgb(241,15,21)   ;
}
.icon-colour-black{
  color: #595454   ;
}
.text-colour-red{
  color: rgb(241,15,21);
}
.font-type-light{
  font-family: 'Kanit', sans-serif;
  color: #3b393b;
  font-weight: 500;
}
.chooseus {
  background: #f7f7f7;
  position: relative;
  height: 630px;
  padding-bottom: 85px;
}

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

.chooseus__text {
  position: relative;
  z-index: 1;
}

.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: 450px;;  position: absolute;
  right: 5%;
  top: 20%;
}

.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;
}
@media (max-width: 767px) {
  .chooseus {
    height: auto;
  }

  .chooseus__text {
    padding-top: 20px; /* Adjust spacing as needed */
  }

  .chooseus__video {
    position: static;
    margin-top: 40px; /* Adjust spacing as needed */
    height: auto;
    width: 20em;
    margin-left: 1.1em;
  }
}

@media (min-width: 768px) {
  .chooseus {
    height: 630px;
  }

  .chooseus__text {
    position: relative;
    z-index: 1;
  }

  .chooseus__video {
    position: absolute;
    right: 5%;
    top: 20%;
    height: 450px;
  }
}



.spad {
  padding-top: 10px;
  padding-bottom: 100px;
}
.commercial-services{
  margin-bottom: 4em;
}
/*---- testimonial section style start ----*/
.appointment {
  background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/contact.jpg) center center no-repeat;
  background-size: cover;
  height: 55vh;
}
/* Media query to adjust styles for smaller screens */
/* Media query to adjust styles for smaller screens */
@media (max-width: 767px) {

  .feature-png{
    width: 100%; /* Set the width to 100% for mobile view */
margin-left: 8%;  
margin-right: 50%;  



}
.van1{
display: none;}
.appointment{
  height: 130vh;
}
}

@media (max-width: 379px){

  .appointment{
    height: 170vh;
  }
}
@media (min-width: 992px) {

  .desktop-contact{
    margin-top: 3em;
  }
  
.chooseus__video {
  height: 450px;;  position: absolute;
  right: 5%;
  top: 35%;
}

.chooseus__video img {
width: 30em;
height: 20em;
}
.chooseus {
  background: #f7f7f7;
  position: relative;
  height: 690px;
  padding-bottom: 85px;
}
.appointment {
  background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/contact.jpg) center center no-repeat;
  background-size: cover;
  height: 105vh;
}
}
.feature-png{
  padding-right: 5em;
  width: 42em;
  margin-top: 7em;
}
.text-transform{
  text-transform: capitalize;
}
.appointment {
  position: relative;
  z-index: 1; /* Ensure appointment section is above projects section */
}

.portfolio-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.portfolio-item {
  flex: 0 0 calc(33.333% - 20px); /* Adjust the width of portfolio items */
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .portfolio-item {
    flex-basis: calc(50% - 20px); /* Change to two columns on smaller screens */
  }
}


.about-page-img{
  object-fit: cover; 
}
.about-img{
  background-image: url(../img/about.jpg);
  background-size: cover;
background-position: top;
}
/*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;
   
}
.bg-footer{
  background-color: #1A171E;
}
.footer-link{
  color: #9B9B9B;
  text-decoration: underline;
}
.footer-link:hover{
  color: #6b6b6b;
  text-decoration: underline;
  transition: ease-in-out .2s;
}
.contact-link{
  text-decoration: underline;
  color: #F10F15;
}
.contact-link:hover{
  text-decoration: underline;
  color: #bb0f15;
  transition: ease-in-out .2s;
}

@media (min-width: 1023px){
  .van1 {
    max-width: 550px;
    height: auto;
    position: absolute;
    top: 50%;
    animation: driveVan 4s ease-in-out forwards;
}
.appointment {
  background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/contact.jpg) center center no-repeat;
  background-size: cover;
  height: 92vh;
}
}
@media (min-width: 992px){
  .van1 {
    max-width: 450px;
    height: auto;
    position: absolute;
    top: 50%;
    animation: driveVan 4s ease-in-out forwards;
}
.carousel-header-smaller{
  font-size: 3.2em;
}
  .logo{
    width: 12em;
  }  

  .navbar .navbar-nav .nav-link .nav-link {
    margin-right: 0;
    padding: 10px 0;
}
.navbar .navbar-nav .nav-link {
  margin-right: 20px;
  padding: 65px 0px 0px 0px; font-size: 20px;
  color: #1e1d1f;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
  font-family: 'Kanit', sans-serif;
  font-size: 18px;
}

.slanted-button {
  display: block;
  color: #fff;
  padding: 50px 94px;
  text-decoration: none;
  font-size: 15px;
  position: relative ; /* Added for positioning context */
font-weight: 500;
  margin-right: 0;
  font-family: 'Kanit', sans-serif;

}
.feature-png{
  padding-right: 5em;
  width: 32em;
  margin-top: 7em;
}
}
@media (min-width: 1230px){

  .chooseus__video {
    height: 450px;;  position: absolute;
    right: 5%;
    top: 35%;
  }
  
  .chooseus__video img {
   width: 35em;

  }
  .van1 {
    max-width: 750px;
    height: auto;
    position: absolute;
    top: 40%;
    animation: driveVan 4s ease-in-out forwards;
}
.carousel-header-smaller{
  font-size: 5.2em;
}  

.appointment {
  background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/contact.jpg) center center no-repeat;
  background-size: cover;
  height: 82vh;
}
}
@media (min-width: 1200px){

.appointment {
  background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/contact.jpg) center center no-repeat;
  background-size: cover;
  height: 82vh;
}
}


@media (min-width: 1400px){

.appointment {
  background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/contact.jpg) center center no-repeat;
  background-size: cover;
  height: 70vh;
}
.chooseus__video {
  height: auto;;  position: absolute;
  right: 10%;
  top: 35%;
}

.chooseus__video img {
 width: 40em;
}
}
@media (max-width: 991px) {
.van1{
  display: none ;
}



}
@media (min-width: 1070px) {
  .slanted-button {
    display: block;
    overflow: hidden;
    color: #fff;
    padding: 43px 94px;
    text-decoration: none;
    font-size: 18px;
    position: relative ; /* Added for positioning context */
  font-weight: 500;
    margin-right: 0;
    font-family: 'Kanit', sans-serif;
  
  
  }
  .navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 65px 0px 0px 0px; font-size: 20px;
    color: #1e1d1f;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
    font-family: 'Kanit', sans-serif;
  }

  
}

@media (min-width: 1221px) {
  .slanted-button {
    display: block;
    overflow: hidden;
    color: #fff;
    padding: 63px 94px;
    text-decoration: none;
    font-size: 18px;
    position: relative ; /* Added for positioning context */
  font-weight: 500;
    margin-right: 0;
    font-family: 'Kanit', sans-serif;
  
  
  }
  .navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 65px 0px 0px 0px; font-size: 20px;
    color: #1e1d1f;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
    font-family: 'Kanit', sans-serif;
  }
}

.portfolio-item {
  margin-bottom: 30px; /* Add some bottom margin to create space between the images */
}

@media (max-width: 768px) {
  .portfolio-item {
    margin-bottom: 20px; /* Reduce margin on smaller screens */
  }
}
  /*Projects***********/
  /*** 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;
  }