*, *::after, *::before {

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

  }

  

  .hemburger {

      /* position: absolute;

      left: 38px; */

  }

  

  body {

    font-family: 'Plus Jakarta Sans';



    /* background-color: #ffffff;

    line-height: 25px;

    font-size: 14px;

    font-style: normal;

    font-weight: normal;

    visibility: visible;

    color: #454545;

    position: relative;

    overflow-x: hidden; */

  }

  

  h1, h2, h3, h4, h5, h6 {

    color: #1d2736;

    font-family: 'Plus Jakarta Sans';

    font-weight: 400;

    margin-top: 0;

  }

  p {

    font-size: 15px;

  }

  h1 {

    font-size: 45px;

  }

  h4 {

     font-size: 30px;

  }



  .mt-100 {

      margin-top: 100px;

  }

  

  .fliud-padding {

      padding: 20px 100px;

  }

  .section-title h4 {

    font-size: 28px;

    font-weight: 600;



  }

  .head-left {
      margin-left: 50px;
  }

  .contact-contect {

    padding: 0px 50px;

}

  .text-are {

    height: 150px;

  }

  .service.section-title {

    width: 90%;

}

.right-sec {

    float: right;

}

.service h4 {

    font-size: 30px;

    font-weight: 600;

}

.service p {

    font-size: 16px;

    color: #242424;

}

  /* header css */

  /* .inner-header {

      color: white;

      position: relative;

  }

  

  .hemburger {

      position: absolute;

      top: 12px;

      cursor: pointer;

  }

  

  .menu-bar {

      display: none;

      padding: 10px 0;

  }

  

  .menu-bar ul {

      list-style: none;

      padding: 0;

      margin: 0;

     

  }

  

  .menu-bar ul li {

      margin: 10px 0;

  }

  

  .menu-bar ul li a {

      color: #000;

      text-decoration: none;

      font-size: 18px;

  }

  

  .menu-bar ul li a:hover {

      color: #007BFF;

  }

  

  

  .menu-bar.active {

      display: block;

  } */

  

 

  .text-head h3 {

      margin: 0;

      font-size: 22px;

      text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;

  }

  .hemburger img {

      cursor: pointer;

     

  }

  /* Dropdown menu styles */

  .dropdown {

      display: none;

      position: absolute;

      top: 60px;

      left: 133px;

      background-color: white;

      border-radius: 5px;

      width: 200px;

      z-index: 9999999;

      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

  }

  .dropdown ul {

      list-style: none;

      margin: 0;

      padding: 0px 15px;

  }

  

  

  .dropdown ul li {

      padding: 11px 0px;
      margin-bottom: 0px!important;
      /* border-bottom: 1px solid #eee; */

  }

  .dropdown ul li:last-child {

      border-bottom: none;

  }

  .dropdown ul li a {

      text-decoration: none;

      color: #000;

      font-size: 18px;

  }

  .dropdown ul li a:hover {

      color: #0073e6;

  }

  

  

  .back-div {

      background: #e7e8ec;

      width: 100%;

      height: 500px;

      /* margin-top: 100px; */

      position: relative;

  }

  .back-div-inner {

      position: absolute;

      right: 0px;

      bottom: 0px;

  }

  

  .head-content h1 {

      font-size: 90px;

      font-weight: bold;

      font-size: calc(2.5rem + 3vw);

      text-align: left;

      text-indent: 2ch;

      width: 12ch;

      grid-column: 2 / 11;

  }

  .head-content {

      position: absolute;

      width: 102%;

      left: 265px;

      z-index: 9;

  }

  .main-section {

      margin-top: 30px;

  }

  .map-loaction {

     margin-top: 80px;

  }

  .contact-img p {

    padding: 0px 40px;

  

    color: #fff;

    font-size: 18px;

}

.contact-img h4 {

    padding: 0px 40px;

    color: #fff;

   

}

.contact-up {

    position: absolute;

    bottom: 10px;

    z-index: 9;

}

.contact-img {

     position: relative;

}

.contact-img:after {

    background: #000;

    content: '';

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    opacity: 0.5;

    border-top-right-radius: 30px;

    border-bottom-right-radius: 30px;

}

.bd-line {
      border: #fff solid 2px!important;
}

  

  /* vertical css */

  /* .vertical-banner {

      width: 150px;

      height: 400px; 

      background-color: #E4F1F3; 

      display: flex;

      align-items: center;

      justify-content: center;

      position: relative;

    }

  

    .vertical-banner::before {

      content: '';

      position: absolute;

      top: 10px;

      left: 50%;

      transform: translateX(-50%);

      width: 10px;

      height: 10px;

      background-color: white;

      border-radius: 50%;

    }

  

    .vertical-text {

      font-size: 2rem; 

      font-family: Arial, sans-serif;

      color: white;

      font-weight: 600;

      writing-mode: vertical-rl;

      text-orientation: mixed;

      text-align: center;

      letter-spacing: 2px;

    } */

  

    /* fancy gallery box */

    .gallery {

      display: flex;

      flex-direction: column;

      gap: 15px;

      height: 100vh;

      padding: 0;

      margin: 0;

      box-sizing: border-box;

     

    }

  

    .gallery img {

      width: 48.3%;

      height: auto;

      border-radius: 0px;

      cursor: pointer;

      transition: transform 0.3s;

  }

  

    .gallery img:hover {

      transform: scale(1.05);

    }

  

    .text-section {

      margin-top: 30px;

    }

  

    .text-section h2 {

      font-size: 20px;

      margin-bottom: 10px;

      font-weight: 600;

  }

  

  .text-section p {

      font-size: 14px;

      color: #555;

      line-height: 21px;

      margin-bottom: 2px;

  }

  

    /* .big-img img {

      width: 100%;

      max-height: 100vh;

      object-fit: cover;

  } */

  .big-img img {
    width: 100%;
    max-height: 85vh;
    object-fit: cover;
    height: 85vh;
    margin-right: 10px;
}

.double-sec {
    display: flex;
}
.mt-right-15 {
     margin-right: 15px;
}

  

  .text-section {

      margin-top: 30px;

      bottom: 0;

      position: absolute;

      left: -110px;

  }

  .gallery-sec {

      margin-top: 55px;

  }

  .pad-right {

       padding-right: 0px;

  }

  

  

  

  /* sticky header css code */

  

  

  /* Sticky header styles */

  /* header {

      position: sticky;

      top: 0;

      z-index: 1000;

      background-color: #ffffff;

  } */

   

  header {

    position: fixed;

    top: 0;

    z-index: 1000;

    /* background-color: #ffffff; */

    width: 100%;

}

  

  .inner-header {

      position: relative;

      justify-content: space-between;

      align-items: center;

      display: flex;

  }

  

  

  /* Additional page content for testing sticky behavior */

  .content {

     

      height: auto;

      margin-top: 100px; 

  }

  

  

  .marquee {

      background: #3a3542;

      padding: 50px 0px;

  }

  

  .marq {

      color: #fff;

      font-size: calc(40px + 6vw);    

  }

  .marquee-inner {

      display: flex;

  }

  .marq {

      color: #fff;

      font-size: calc(40px + 6vw);

      display: flex;

      align-items: center;

      /* padding: 0px 50px; */

  }

  .marq span img {

      width: 120px;

  }

  

  .marquee h4 {
    color: #efe8e8;
    /* text-align: right; */
    /* right: 50px; */
    position: relative;
    font-size: 32px;
    font-weight: bold;
    left: 55px;
    text-align: left;
}

  

  .about h3 {

      color: #fff;

      font-size: 30px;

      font-weight: 600;

  }

  .about-img img {

      width: 100%;

  }







/* new marquee */









  

  

  /* start marquee css */

  .marquee-container {

      overflow: hidden;

      white-space: nowrap;

      

      padding: 10px 0;

      position: relative;

      width: 100%;

    }

  

    .marquee-inner {

      display: inline-block;

      animation: marquee 10s linear infinite;

    }

  

    .marq {

      display: inline-block;

      margin-right: 50px; /* Space between items */

      font-size: calc(40px + 6vw);

      font-weight: bold;

      

    }

  

    .marq img {

      vertical-align: middle;

      margin-left: 10px;

    }

    .details img {

      width: 40%;

  }

  .information {

      padding-left: 50px;

  }

  .content-details p {

      color: #fff;

  }

  .add-row {

      margin-top: 70px;

      position: relative;

  }

  .about {

      position: absolute;

      bottom: 0;

  }

  .about-img {

      margin-top: 80px;

  }

  .content-details {

      width: 580px;

      bottom: 0;

      position: absolute;

      right: 0;

  }

  

    /* Keyframes for looping marquee */

    @keyframes marquee {

      0% {

        transform: translateX(0);

      }

      100% {

        transform: translateX(-100%);

      }

    }



    /* graphic text container */

    .herv {

        background: #eae8d8;

        padding: 100px 0px;

    }

    .one-row {

       

    }



    .cont {

        font-size: 230px;

        font-weight: bold;

        line-height: 0px;

        color: #000;

    }



    .one-right {

        text-align: right;

        margin-right: 150px;

    }

    .one-left {

        margin-left: 150px;

    }



    .space {

        margin-left: 150px;

    }





    .slick-slide .inner {

        margin: 0 15px;

      }



      .inner h2 {

        font-size: 55px;

        color: #fff;

        font-weight: bold;

    }



    .slick-slide {

       

        margin: 0px 50px;

    }



    .qigong {

        display: flex;

        width: 100%;

        justify-content: space-between;

    }

    .qigong1 {

        width: 32%;

        margin-top: 150px;

    }

    .qigong2 {

        width: 26%;

        position: relative;

    }

    .qigong3 {

        width: 40%;

        position: relative;

        top: -163px;

        /* z-index: 99999; */

    }

    .quigong-content {

        position: absolute;

        bottom: 0;

        width: 730px;

    }

    .quigong-content h3 {
        font-size: 32px;
        font-weight: 600;
        color: #000;
        margin-bottom: 15px;
    }



    /* .two-sec {

        margin-top: 60px;

    } */





  /* image hover effect */

  .comman {

    position: relative; /* Ensure the parent container is positioned for the overlay */

    display: inline-block; /* Adjust as per your layout */

}



.comman img {

    display: block;

    width: 100%; /* Ensure the image fits its container */

    height: auto;

    position: relative;

}



.comman .overlay {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */

    opacity: 0; /* Initially hidden */

    transition: opacity 0.3s ease; /* Smooth transition effect */

    pointer-events: none; /* Prevent interaction with the overlay */

    z-index: 1; /* Make sure the overlay is above the image */

}



.comman:hover .overlay {

    opacity: 1; /* Show overlay on hover */

}



.two-sec1 p {

    padding: 15px;

}

.two-sec1 h3 {

    font-size: 28px;

    font-weight: 600;

    padding: 0px 15px;

    margin-bottom: 0px;

    margin-top: 15px;

}



/* social media */

.footer ul {

    list-style: none;

    display: flex;

    padding: 0;

    justify-content: flex-end;

}

.footer ul li {

    margin: 0 10px;

}

.footer ul li a {

    text-decoration: none;

    color: #fff;

    background: #333;

    padding: 10px;

    border-radius: 50%;

    display: flex;

    width: 40px;

    height: 40px;

    align-items: center;

    justify-content: center;

    transition: 0.3s ease-in-out;

}

.footer ul li a:hover {

    background: #007bff;

}

.footer p {

    margin-bottom: 0px;

    margin-top: 10px;

}

.footer-pad {

    padding: 10px 0px;
     margin-top: 50px;


}



.head-sec h1 {

    font-size: 140px;

    font-weight: bold;

    text-shadow: #000 0px 0px 2px;

}



.head-sec p {

    

    font-size: 15px;

    margin: 0 auto;

}

.head-sec h4 {

    font-size: 52px;

    font-weight: 600;

}

.grey-color {

    color: #857e7e;

}





  

  @keyframes scale {

    0% {

      transform: scale(1);

    }

    100% {

      transform: scale(1.1) rotate(0.01deg);

    }

  }

  /**

   * Wrapper

   */

  .wrapper {

    margin-right: auto;

    margin-left: auto;

    max-width: 45em;

    width: 90%;

  }





  .sec1 {

    display: flex;

    width: 60%;

   margin-top: 180px;  

}

.sec-multi {

    display: flex;

    width: 100%;

    justify-content: space-between;

}

.sec1 img{

     width: 90%;

}

.sec1 h4 {

    font-size: 45px;

    font-weight: 600;

    margin-left: 15px;

}

.sec2 img {

    width: 100%;

}

.sec2 {

    width: 20%;

}

.sec3 {

    width: 30%;

}

.sec3 img {

    width: 100%;

}

.spac-class {

    font-size: 15px;

    line-height: 23px;

    display: block;

    color: #242424;

    font-weight: normal;

    margin-top: 15px;

}

.others h4 {

    font-size: 80px;

    font-weight: bold;

    margin-left: 25px;

}



.contact-img img {

    border-top-right-radius: 30px;

    border-bottom-right-radius: 30px;

    width:100%;

}



.submit {

    background: #1e2e63;

    color: #fff;

    padding: 12px 30px;

    border-radius: 10px;

    width: 100%;

    display: inline-block;

    text-decoration: none;

    font-size: 17px;

    text-align: center;

}

.submit:hover {

   color: #fff;

}

.contact-btn {

    margin-top: 35px;

}

label {

    display: inline-block;

    margin-bottom: 8px;

    color: #000;

    font-weight: 600;

}



.service-sec {

    background: #f3f1ee;

    padding: 80px 0px;

}

.head-sec h3 {

    font-size: 70px;

    font-weight: bold;

    width: 50%;

    text-align: center;

    margin: 0 auto;

}

.applink img {

    width: 160px;

}

.applink {

    margin-left: 15px;

}

@media only screen and (max-width: 670px) {
    .big-img img {
        width: 95%;
        max-height: 40vh!important;
        object-fit: cover;
    }
    .mt-left-50 {
        margin-left: 0px!important;
   }
   .mt-right-15 {
    margin-right: 0px;
}
   .set-right {
    padding-right: 15px!important;
}
.double-sec {
    display: flex;
    margin-top: 15px;
}
}

    @media only screen and (max-width: 767px) {

        .fliud-padding {

            padding: 20px 15px!important;

        }
        .gola {
    font-size: 9px!important;
    top: 5px!important;
    left: -7px!important;
}
            .classic-style .blog-btn {
        left: 0;
        bottom: 0;
    }

        .blog-six .blog-title a {
        font-size: 24px!important;
        line-height: 36px!important;
    }

        .blog-six .blog-btn img {
        width: 50%!important;
    }
        .blog-six .blog-btn {
        width: 50px!important;
        height: 50px!important;
        line-height: 50px!important;
        bottom: 15px!important;
       
    }
    .pt-100 {
    padding-top: 60px!important;
}

.inner-hero {
    min-height: 210px!important;
   
}
.inner-hero .inner-main-heading {
    padding-top: 30px!important;
}

.inner-hero .inner-main-heading h1 {
    color: var(--vtc-text-title1);
    font-size: 35px!important;
    font-weight: bold;
}

.inner-hero .inner-main-heading .breadcrumbs-pages ul li {
    font-size: 15px!important;
   
}

.blockquote p {
   
    font-size: 24px!important;
  
}
.semi-title {
    font-size: 30px!important;
}
.comment-title {
    font-size: 31px!important;
   
}

.comment-box {
   
    display: block!important;
}
.comment-box .comment-avatar {
    float: none!important;
}

.comment-reply-title {
    font-size: 32px!important;
    
}

form.comment-form {
    padding: 0px!important;
    border: none!important;
    border-radius: 15px;
    margin-top: 40px!important;
}

.blog-sidebar.mb-40 {
    margin-top: 40px!important;
}

.image.image-anime.reveal.md\:mt-30.sm\:mt-30.aos-init.aos-animate {
    margin-top: 30px!important;
    height: auto;
}

    .blog-six .blog-content {
    padding: 17px 0 70px 0!important;
    position: relative;
    z-index: 1;
}
        .cont-fluid {
    padding: 0px 15px!important;
}

.ml-30 {
    margin-left: 0px!important;
}
.heading2  {
       margin-top: 20px;
}

.sp {
    padding: 40px 0px!important;
}
        .inner-sec-new p {
    line-height: 20px;
    font-size: 13px;
}
        .single-winner {
    width: 100%!important;
    margin-top: 15px;
    padding: 0px 10px;
}
       
        .new-cont h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}
.new-cont p {
    color: #fff;
    font-size: 11px;
    line-height: 20px;
}
.hover-cont {
    padding: 10px!important;
   
}


        .double-sec {
      display: flex;
      margin-top: 15px;
  }
        .winner img {
    width: calc(90% - 5px)!important; 
}
.winner {
    
    padding: 0px 10px;
}
        .about-content {
         margin-left: 0px!important;
         margin-top: 20px;
  }

        .m-left-30 {
            margin-left: 0px!important;
        }

        .big-cont {
            padding-top: 0px!important;
            padding-left: 115px!important;
            top: 0px!important;
            margin-bottom: 30px;
        }
        .set-right {
            padding-right: 15px!important;
        }
        .mt-left-50 {
            margin-left: 0px!important;
       }

       .respons {
          margin-left: 15px; 
       }

        .ultra-slider-img2 {
          
            bottom: 16%!important;
        }

        .cont-animation {
            height: 50vh!important;
        }

        .head-left {
             margin-left: 15px!important;
        }
        
        .quigong-content {
          
            display: none;
        }
        .holder {
             display: none;
        }

        .why-qigong {
           
            margin-top: 20px!important;
        }

        .circle {
            width: 60px!important;
            height: 60px!important;
            flex: none;
        }

        .acup1 img {
            width: 100%!important;
            height: 485px!important;
            object-fit: cover;
        }

        .new-box {
            margin-bottom: 30px;
        }

        .why-qigong.appi {
            margin-bottom: 50px;
        }

        .why-qigong.skiono {
            margin-left: 0px;
            position: inherit!important;
            bottom: 0;
            margin-right: 15px!important;
        }
        .back {
            position: absolute;
            z-index: 9;
            text-decoration: none;
            top: 15px!important;
            left: 15px!important;
        }

        .why-qigong h3 {
            font-size: 25px!important;
            
        }

        .qigong3 {
            width: 40%;
            position: relative;
            top: 0px!important;
            /* z-index: 99999; */
        }

        .q2 {
            margin-top: 70px!important;
        }

        .m-top-150 {
            margin-top: 0px!important;
        }
        
        .we-offer p {
            text-align: left;
            padding-top: 0px!important;
        }
        
        .top-pad {
            margin-top: 0px!important;
        }

        .holder3 {
            font-size: 50px;
            z-index: 9999;
            bottom: 63px!important;
            right: -155px!important;
            position: absolute;
            font-weight: bold;
            color: #000;
           
        }
        .holder5 {
           
            right: -178px!important;
           
        }

        .acup-text {
            width: calc;
            width: calc(100% - 51px)!important;
            margin-left: 15px!important;
            margin-top: 20px;
            margin-bottom: 25px;
        }
        /* .holder2 {
            display: none;
        } */
        .why-qigong {
            margin-left: 10px!important;
            margin-right: 15px!important;
        }
        .acup-img img {
            width: 100%!important;
            height: 60vh!important;
            object-fit: cover;
            margin-bottom: 20px;
        }

        .why-qigong p {
            margin-left: -10px!important; 
            padding-left: 15px!important;
        }

        .mt-right {
            margin-right: 0px!important;
        }

        .full-content {
            padding: 30px 15px!important;
        }
        .contact-footer {
            width: auto!important;
        }
        .new.contact-footer {
            width: auto!important;
            position: initial!important;
           
        }

        .holder7 {
            right: 0px !important;
            left: inherit !important;
            
            top: 65px !important;
        }
  
        
        .main-reteart {
            width: 100%;
            height: 80vh;
           
            padding-left: 50px !important;
           
        }
        .ek-step {
            display: flex;
            width: 100vw!important;
        }
        .ultra-slider-img1 {
            position: absolute;
            width: 90%!important;
        }

        .ultra-slider-img2 {
            position: absolute;
            width: 80%!important;
           
        }
        .m-top-80 {
            margin-top: 0px!important;
        }
        .m-left-93 {
            margin-left: 93px;
            margin-bottom: 50px;
        }


        .dropdown {
            display: none;
            position: absolute;
            top: 53px!important;
            left: 15px!important;
            background-color: white;
            border-radius: 5px;
            width: 200px;
            z-index: 9999999;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        }

        .footer ul {
            list-style: none;
            display: flex;
            padding: 0;
            justify-content: center!important;
            margin-bottom: 15px;
        }

        .main-box {
            height: 60vh!important;
            display: flex!important;
            flex-wrap: wrap!important;
        }
        
        .full-box {
            display: flex!important;
            width: 50%!important;
            margin-bottom: 10px;
            height: 29vh!important;
            flex-wrap: wrap!important;
        }

        .content-sec {
            position: absolute!important;
            top: 0px!important;
            left: 5px!important;
            width: 90%!important;
            height: 100%;
            color: #fff;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            align-items: left;
            text-align: left;
            opacity: 0;
            transition: opacity 0.5s ease-in-out, left 0.5s ease-in-out;
            right: 0!important;
        }

        .content-sec h4 {
            font-size: 15px!important;
            margin-bottom: 10px;
            font-weight: 600;
        }
        
        .content-sec p {
            font-size: 11px !important;
            line-height: 18px !important;
        }
        .first-sec-img {
            width: 100%!important;
            margin-right: 10px;
            height: 100%;
        }
        .logo-set img {
            width: 107px!important;
            padding-left: 5px;
        }
        .logo-set {
            position: absolute;
            left: 0px!important;
            top: 0px;
        }
        .home-text {
            right: 15px;
        }

        .head-content h1 {
            margin-left: 10px;
        }

        .hemburger { 
            margin-left: 0px!important;
        }

        .hemburger {

            position: relative;

            left: 0px!important;

        }

        .one-left {

            margin-left: 0px!important;

        }

        .one-right {

            text-align: right;

            margin-right: 0px!important;

        }

        .cont {

            font-size: 85px!important;

            

        }

        .head-content {

            position: absolute;

            width: 100%;

            left: 10px;

            z-index: 9;

        }

        .head-content h1 {

            font-size: 90px;

            font-weight: bold;

            font-size: calc(2.3rem + 2vw)!important;

        }

        /* .back-div {

              height: 360px!important;

        } */

        .text-section {

            margin-top: 20px!important;

            margin-bottom: 20px!important;

            position: inherit!important;

           left: 0px!important;

        }

        .gallery {

            display: flex;

            flex-direction: row!important;

            gap: 5px!important;

            height: auto!important;

            padding: 0;

            margin: 0;

            box-sizing: border-box;

        }

        .gallery img {

            width: 100%;

        }

        .m-top {

             margin-top: 0px;

        }

        .content {

            height: auto;

            margin-top: 70px!important;
            width: 100%;
            overflow-y: hidden!important;
        }

        .add-row {

            margin-top: 30px!important;

            position: relative;

        }

        .about {

            position: inherit;

            bottom: 0;

        }

        .about-img {

            margin-top: 10px;

        }

        .information {

            padding-left: 0px;

        }

        .c-home-intro_letter:nth-child(3) {
            left: calc(0% - .5* var(--home-intro-letter-width) - .03em)!important;
        }

        .content-details {

            width: auto!important;

            bottom: 0;

            position: inherit!important;

            right: 0;
            top: 0px!important;

        }
        .a-word {
            right: calc(27% - 0.55em)!important;
            top: calc(22% - .65em);
        }
        .c-home-intro_asset.-item-1 {
            aspect-ratio: 1.7777777778;
            width: 100%!important;
        }

        .footer-pad .row {
            flex-direction: column-reverse;
            justify-content: center;
            text-align: center;
        }
        .app-store img {
            width: 110px !important;
        }

        .details img {

            width: 100%;

            margin-top: 10px;

            margin-bottom: 10px;

        }



    }





    /* 04-02-2025 */

    .main-box {

          height: 80vh;

    }

    .full-box {

        display: flex;

        width: 100%;

        margin-bottom: 13px;

        height: 20vh;

    }



  

    .content-sec h4 {

        font-size: 20px;

        margin-bottom: 10px;

        font-weight: 600;

    }



    .first-sec-img {

        width: 20%;

        margin-right: 10px;

        height: 100%;

    }

    .content-sec {

        width: 80%;

    }



    .first-sec-img img {

        width: 100%;

        object-fit: cover;

        height: 100%

    }



     







    .full-box {

        position: relative;

       

        overflow: hidden;

        cursor: pointer;

    }

    .first-sec-img img {

        width: 100%;

        display: block;

        transition: opacity 0.3s ease-in-out;

    }

    /* .content-sec {

        position: relative;

        top: 0;

        left: -100px;

        width: 80%;

        height: 100%;

       

        color: #fff;

        display: flex;

        flex-direction: column;

        justify-content: flex-end;

        align-items: left;

        text-align: left;

        opacity: 0;

        transition: opacity 0.5s ease-in-out, left 0.5s ease-in-out;

        right: 10%;

    } */
/* 
    .full-box:hover .content-sec {

        opacity: 1;

        left: 0;

    }

    .full-box:hover .first-sec-img img {

        opacity: 0.3;

    } */

    .full-box:hover .content-sec {
        opacity: 1;
        left: 0;
    }

    .full-box:hover .first-sec-img img {
        opacity: 0.3;
    }



    /* new marquee css */

  

    .latest-marquee {

        display: flex;

        overflow: hidden;

    white-space: nowrap;

    padding: 10px 0;

    position: relative;

    width: 100%;

    }

    .latest-inner {

        display: inline-block;

        margin-right: 0px;

        font-size: calc(12px + 2vw);

        font-weight: bold;

        color: #fff;

    }

    .latest-inner span img {

        width: 85px;

    }



    .content-details p {

        margin-bottom: 10px;

    }

    .inner {

         position: relative;

    }

    .inner h2 span img {

        right: -73px;

        position: absolute;

        top: 0;

        width: 85px;

    }



    .ga-sec h4 {

        margin-top: 10px;

        margin-bottom: 5px;

    } 

    

    .ct-img {

        text-align: center;

        margin: 0 auto;

        justify-content: center;

        display: flex

    ;

    }

    .ct-img img {

        width: 60%;

        text-align: center;

    }

    .ct-img1 img {

        text-align: right;

        width: 450px;

        height: 500px;

        object-fit: cover;

    }



    .ga-sec.ct-img1.aos-init.aos-animate {

        position: absolute;

        right: 0;

        /* height: 400px; */

        /* width: 400px; */

        bottom: 126px;

    }

  

    /* last marquee css */

    

    .dropdown ul li a {

        text-decoration: none;

        color: black;

        display: flex;

    }

    

    /* Active link style */

    .dropdown ul li a.active {

        color: #007bff;

       

    }



    

    .hemburger {

        margin-left: 35px;

    }



    .m-left {

        margin-left: 125px;

    }

    .q2 {

        margin-top: 245px

    }



   .m-top-150 {

      margin-top: 150px;

   }



   .holder {

    font-size: 16px;

    float: right;

    margin-right: 15px;

    z-index: 9999;

    position: fixed;

    top: 45%;

    right: 0;

}



.holder2 {

    font-size: 16px;

    float: right;

    position: fixed;

    z-index: 9999;

    bottom: 80px;

    right: -36px;

}



.holder3 {

    font-size: 50px;

    z-index: 9999;

    bottom: 125px;

    right: -155px;

    position: absolute;

    font-weight: bold;

    color: #000;

}

  

  .vertical-text {

    display: inline-block;

    transform: rotate(-90deg);

  }



  .vertical-text1 {

    display: inline-block;

    transform: rotate(90deg); 

  }



  .pos-relative {

      position: relative;

  }

  .top-pad {

    margin-top: 80px;

}

.top-bottom {

    margin-bottom: 80px;

}



.why-qigong h3 {

    font-size: 32px;

    font-weight: bold;

    color: #000;

}



.why-qigong {

      margin-left: 50px;

      

}

.why-qigong p {

   

    font-size: 18px;

    color: #000;

    font-weight: 600;

    text-align: left;

    margin-left: 50px;

    margin-top: 25px;

    text-align: justify;

   

}



/* sticky header css */



.header.scrolled {

    background: #fff;

    color: white;

}

.container {

    max-width: 1200px;

    margin: 0 auto;

    justify-content: space-between;

    align-items: center;

    padding: 0 20px;

}

.menu ul {

    list-style: none;

    display: flex;

    padding: 0;

}

.menu ul li {

    margin: 0 15px;

}

.menu ul li a {

    text-decoration: none;

    color: inherit;

    font-weight: bold;

}

.content {

    margin-top: 80px;

}



.we-offer p {

    text-align: left;

    padding-top: 60px;

}

.acup {

    margin-top: -80px;

}



.acup-img img {

    width: 90%;

    height: 100vh;

    object-fit: cover;

}



.holder4 {

    position: absolute;

    top: 300px;

    right: -200px;

    font-weight: bold;

    color: #000;

    font-size: 40px;

}



.end-class {

    justify-content: flex-end;

}

.mt-right {

    margin-right: 100px;

}



.acup1 img {

    width: 90%;

    height: 800px;

    object-fit: cover;

}

.acup1 {

    text-align: right;

}



.acup-text {

    text-align: left;

}



.acup-text {

    width: calc;

    width: calc(70% - 51px);

    margin-left: 160px;

}



.acup-text h4 {

    font-size: 28px;

    font-weight: bold;;

    color: #000;

    margin-bottom: 25px;

}

.acup-text p {
    color: #000;
    line-height: 26px;
    font-size: 18px;
    font-weight: 600;
    text-align: justify;
}



.holder5 {

    font-size: 60px;

    z-index: 9999;

    bottom: 125px;

    right: -200px;

    position: absolute;

    font-weight: bold;

    color: #000;

}



.row-set {

     width: 100%;

}



.new-box {

    display: flex;

    justify-content: space-between;

}

.m-top-80 {

      margin-top: 80px;

}

.sec-h2 {

    font-size: 60px;

    font-weight: bold;

}



/* page scroll css */

.section {

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    text-align: center;

    opacity: 0;

    transform: scale(0.8);

    margin-bottom: 60px;

}

.circle {

    width: 80px;

    height: 80px;

    border: 2px solid #ccc;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 24px;

    font-weight: bold;

    margin-bottom: 20px;

    margin-right: 15px;

}

.title {

    font-size: 24px;

    font-weight: bold;

}

.description {

    max-width: 600px;

    color: #666;

   

}

.content-div {

    text-align: left;

}

.pro {

    display: flex;

}



.right-text {

    margin-top: 70px;

}



.home-text h5 a {

    text-decoration: none;

    color: #000000;

}





.retreats-slider {

    display: flex;

    height: 100%;

}



.retreats-inner {

    position: relative;

    width: 50%;

    display: flex;

    justify-content: center;

    align-items: center;



}

.ultra-slider-img1 {

    position: absolute;

    width: 80%;

}

.ultra-slider-img2 {

    position: absolute;

    width: 46%;

    object-fit: cover;

    transform: translateX(-66%);

    background: white;

    z-index: 999;

    bottom: 25%;

}

.main-reteart {

    width: 100%;

    height: 100vh;

    overflow: hidden;

    display: flex;

    left: 0;

    padding-left: 150px !important;

    box-sizing: border-box !important;

    background-color: var(--palette-cream);

}

.ultra-slider-card-col2 h4 {

    text-transform: uppercase;

    font-size: 4vw;

    line-height: 5vw;

    font-weight: bold;

    color: #000;

}

.ultra-slider-card-col2 {

    width: 50%;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: flex-start;

}

.discover {

    border: #000 solid 1px;

    padding: 11px 30px;

    text-decoration: none;

    border-radius: 100px;

    color: #000;

    font-size: 17px;

}

.discover:hover {

    color: #fff;

    background: #000;

    border: #000 solid 1px;

}

.ek-step {

    display: flex;

        width: 70vw;

}



.contat-head h1 {

    font-weight: bold;

    font-size: 15vw;

    text-align: center;

    color: #000;

}

.contact-footer {

    width: calc(80% - 50px);

}

.full-content {

    /* background: #3a3542; */

    padding: 60px 80px;

}

.contact-footer h4 {

    color: #f7f7f7;

    font-weight: bold;

}

.contact-footer p {

    color: #fff;

    font-size: 12px;

    line-height: 25px;

    text-align: justify;

    letter-spacing: -0.5px;

}

.holder7 {

    color: #000;

    font-size: 6vw;

    font-weight: bold;

    top: 244px;

    position: absolute;

    left: -60px;

}

.conten-sec p {

    margin-bottom: 0px;

}

.contact-footer h4 {

     margin-bottom: 20px;

}

.a-class {

    color: #fff;

    text-decoration: none;

}

.conten-sec  {

     position: relative;

} 



.rotated-text {

    display: inline-block;

    transform: rotate(90deg); /* Rotates text 90 degrees */

    font-size: 40px;

    font-weight: bold;

    font-family: Arial, sans-serif;

}



.holder8 {

    text-align: right;

}



.contact2 {

    background: #ebe7da;

}



.m-right {

    margin-right: 90px;

}



.new.contact-footer {

    width: calc(29% - 50px);

    position: absolute;

    right: 115px;

    bottom: 0;

}



.fengshui-box {

    display: flex;

    justify-content: space-between;

    width: 100%;

}

/* .inner-fquinse {

    width: 33.4%;

} */

.one1 {

    width: 30%;

}

.two2 {

    width: 40%;

}

.three3 {

    width: 30%;

}

.half-wd img {

    width: 66%;

}





.set-inner img {

    float: right;

}



.one-box {

    width: 50%;

}

.two-box {

    width: 50%;

    float: right;

}



.one-box img {

      width: 100%;

}

.one-box img {

    width: 100%;

}



/* fancy-box css */















img {

    width: 100%;

    height: auto;

    transition: transform 0.3s ease-in-out;

    display: block;

}



/* Hover Zoom-Out Effect */

.inner-fquinse img:hover {

    transform: scale(0.9);

}

/* end fancy box slider */





.details-ret h3 {

    font-size: 36px;

    font-weight: 600;

    margin-bottom: 15px;

}





.details-btn {

    border: #000 solid 1px;

    background: #000;

    padding: 11px 30px;

    text-decoration: none;

    border-radius: 100px;

    color: #fff;

    font-size: 17px;

}



.details-btn:hover {

    border: #000 solid 1px;

    background: #fff;

    color: #000;

    

}

.tag-a {

    text-decoration: none;

    color: inherit;

}



.why-qigong.skiono {

    margin-left: 0px;

    position: absolute;

    bottom: 0;

    /* margin-right: 90px; */

}



.why-qigong.skiono p{

    text-align: left;

    margin-left: 0px;

 }



 .p-text {

    font-size: 18px;

    color: #000;

    font-weight: 600;

 }



.back a {

    text-decoration: none;

    color: #000;

    font-weight: 600;

    font-size: 16px;

}

.back {

    position: absolute;

    z-index: 9;

    text-decoration: none;

    top: 80px;

    left: 135px;

    border: #000 solid 1px;

    padding: 5px 10px;

    border-radius: 5px;

}

.back a i {

    margin-right: 6px;

}





.fancybox-image {

    width: 700px;

    height: 700px;

    object-fit: cover; 

}



.fitnes-set {

        width: calc;

        width: calc(85% - 51px);

        margin-left: 75px;

        text-align: left;

}



.text-just {

     text-align: justify;

     text-align: left;

}





.div-center {

    justify-content: center;

    margin: 0 auto;

    display: flex;

}

.m-left-93 {

     margin-left: 93px;

}





ul.icon-nav li a img {

    width: 32px;

   

}





ul.icon-nav li a span {

       margin-top: 8px;

       margin-left: 8px;

}



.appi p {

    margin-left: 0px;

    margin-top: 20px;

    text-align: justify;

}



.just-end {

    justify-content: flex-end;

}



.logo-set img {

    width: 220px;

}



.logo-set {

    position: absolute;

    left: 79px;
    top: -10px;

}



.slick-slide a {

     text-decoration: none;

}



.app-store {

    display: flex;

    align-items: center;

    justify-content: center;

}



.app-store img {

    width: 140px!important;

}

.app-store h4 {

    margin-right: 10px;

    font-weight: bold;

    font-size: 18px;

}

.app-store a {

    margin-right: 5px;

}



.footer a {

      text-decoration: none;

      color: #000;

      font-weight: 600;

}



.next-btn1 {

    margin-top: 10px;

    padding-top: 20px;

    text-align: right;

    padding-bottom: 10px;

}

.next-btn2 {

    margin-top: 10px;

    padding-top: 20px;

    text-align: right;

    padding-bottom: 10px;

}

.next-btn3 {

    margin-top: 10px;

    padding-top: 20px;

    text-align: right;

    padding-bottom: 10px;

}



.bar-code img {

    width: 150px;

    text-align: center;

    margin: 0 auto;

}



.bar-code {

    text-align: center;

    margin-top: 30px;

}



.stripe {

    padding: 20px 10px;

}



.pay {

    font-weight: bold;

    margin-bottom: 34px;

    font-size: 30px;

}



.step-one, .step-two, .step-three {

    display: none;

}

.active {

    display: block;

}

/* .details-btn {

    display: inline-block;

    padding: 10px 20px;

    background: #007bff;

    color: white;

    text-decoration: none;

    border-radius: 5px;

    margin-top: 10px;

    cursor: pointer;

} */


.app-store {
    margin-top: 0px;
    margin-bottom: 0px;
}


.app-store a {
    border: #fff solid 1px;
    color: #fff !important;
    padding: 0px!important;
    border-radius: 5px;
    display: inline-block;
}

.mostul li {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.mostul {
    margin-top: 30px;
}

.new-set {
    margin-right: 70px;
    margin-left: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px)  {

    

.about2 {
    margin-bottom: 30px;
}

.ml-30 {
    margin-left: 0px!important;
}

.comment-box {
 
    display: inline!important;
   
}

form.comment-form {
    padding: 30px;
}

    .blog-sidebar.mb-40 {
        margin-top: 40px !important;
    }

    .big-img {
        width: 100%;
    height: 500px;
    object-fit: cover;
    margin-top: 25px;
}
.about-ipad {
    display: block!important;
}
.about-choose-images {
     display: none;
}
    
    .holder4 {
        position: absolute;
        top: 300px;
        right: 0px!important;
        font-weight: bold;
        color: #000;
        font-size: 40px;
    }
     .single-winner {
    width: 100%!important;
    margin-top: 15px;
    padding: 0px 10px;
}

 .acptt {
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.big-cont h1 {
    font-weight: bold;
    font-size: calc(1rem + 1.5vw)!important;
}

  .big-cont {
        padding-top: 70px!important;
        padding-left: 10px!important;
        top: 2px!important;
    }
    .about-content {
       
         margin-top: 20px;
  }

    .about-content {
    margin-left: 0px!important;
}
    
    
   
    .set-right {
        padding-right: 65px!important;
    }

    .mt-left-50 {
        margin-left: 0px!important;
   }
    .acup-img img {
        width: 100% !important;
        height: 70vh !important;
        object-fit: cover;
    }

    .big-img img {
        width: 100%;
        max-height: 50vh!important;
        object-fit: cover;
    }
    
    
}


@media only screen and (min-width: 768px) and (max-width: 1180px)  {

    .holder4 {
        position: absolute;
        top: 300px;
        right: 0px!important;
        
    }

    .cont-fluid {
    padding: 0px 30px!important;
}

    .acptt {
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 15px;
}

   .alag-sec {
    display: flex!important;
    flex-wrap: wrap;
}
.sec-new {
    display: flex;
    width: 48%!important;
    margin-bottom: 13px;
    height: 35vh!important;
}

 .img-sec-new {
    width: 30%!important;
    margin-right: 10px;
    height: 100%;
}

    .inner-sec-new {
    width: 70%!important;
}


    .big-cont h1 {
    font-weight: bold;
    font-size: calc(1rem + 1.5vw)!important;
}

    .big-cont {
        padding-top: 70px!important;
        padding-left: 10px!important;
        top: 2px!important;
    }

    .big-img img {
        width: 100%;
        max-height: 600px!important;
        object-fit: cover;
    }
    .head-content {
        position: absolute;
        width: 100%;
        left: 0px!important;
        z-index: 9;
    }

    .response-bottom {
        margin-bottom: 50px;
    }

    .post-slide .post-description {
       font-size: 14px!important;

    }

    .cont-animation {
        height: 50vh !important;
    }

    .footer-pad .row {
        flex-direction: column-reverse;
        justify-content: center;
        text-align: center;
    }

    .footer ul {
        list-style: none;
        display: flex;
        padding: 0;
        justify-content: center;
        margin-bottom: 15px!important;
    }

    .back-div {
        background: #e7e8ec;
        width: 100%!important;
        height: 500px;
        margin-top: 45px!important;
        position: relative;
        float: right!important;
    }
    .fliud-padding {
        padding: 20px 30px!important;
    }
    .hemburger {
        margin-left: 0px!important;
    }
    .head-content h1 {
        left: 105px!important;
    }
    .logo-set {
        position: absolute;
        left: 15px!important;
        top: 8px;
    }
    .logo-set img {
        width: 100px!important;
    }

    .main-box {
        height: 60vh !important;
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .full-box {
        display: flex !important;
        width: 50% !important;
        margin-bottom: 10px;
        height: 29vh !important;
        flex-wrap: wrap !important;
    }

    .first-sec-img {
        width: 100%!important;
        margin-right: 10px;
        height: 100%;
    }

    .content-sec {
        position: absolute!important;
        left: 15px!important;
        bottom: 15px!important;
    }

    .about-img {
        margin-top: 60px!important;
    }
    .details img {
        width: 100%!important;
    }
    .content {
        height: auto;
        margin-top: 70px !important;
        width: 100%;
        overflow-y: hidden !important;
    }
    .quigong-content {
        width: 475px!important;
    }
    .we-offer p { 
        padding-top: 0px!important;
    }
    .acup-img img {
        width: 100%!important;
        height: 70vh!important;
        object-fit: cover;
    }
    .why-qigong {
        margin-left: 10px!important;
        margin-right: 15px!important;
    }
    .why-qigong.new-set {
        margin-top: 30px;
    }
    .mt-right {
        margin-right: 0px!important;
    }
    .acup-text {
        width: calc(90% - 51px)!important;
        margin-left: 30px!important;
        margin-bottom: 30px;
    }
    .acup1 img {
        width: 80%!important;
        height: 600px!important;
        object-fit: cover;
    }

    .acup1 {
        justify-content: flex-end;
        display: flex;
    }
    .winner {
      
       padding: 30px 10px!important;
        /* width: 125px!important;
        right: 20px !important; */
        
    }
    .winner img {
    width: calc(50% - 5px)!important;
    height: 200px!important;
}
    .ultra-slider-img2 {
       
        width: 75%!important;
     
    }
    .full-content {
        padding: 60px 20px;
    }
    .contact-footer {
        width: auto !important;
    }

    .new.contact-footer {
        position: inherit!important;
        right: 0px!important;
        bottom: 0;
  
}
.holder7 {
  
    top: 160px!important;
    position: absolute;
    right: 0!important;
    left: inherit !important
}
.dropdown {
    left: 28px!important;
}
}
 



/* nes sldier css */
#news-slider{
    margin-top: 60px;
}
.post-slide{
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#fff;
    padding: 15px 20px 20px;
    border-radius: 15px;
    /* height: 220px; */
}
.post-slide .post-title a{
    font-size:20px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
    margin-bottom: 12px;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}



.quigong-content p {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.acptt h3 {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin-bottom: 25px;
}
.acptt p {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-align: left;
    text-align: justify;
}

.mt-left {
      margin-left: 0px!important;
}

.head-left {
    margin-left: 50px;
}

.mt-0 {
    margin-top: 0px!important;
}

.acup-text {
    width: calc;
    width: calc(85% - 51px);
    margin-left: 92px;
}

.mt-left-50 {
     margin-left: 50px;
}

.info-modal .modal-dialog {
   
    max-width: 650px;
}

.curserr {
    cursor: pointer;  
}

.title-info {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 28px;
}

/* .m-left-93 {
    margin-left: 73px;
} */

.newimg img{
    height: 650px;
    object-fit: cover;
} 

.set-right {
    padding-right: 120px;
}
 
.big-cont h1 {
    font-weight: bold;
    /* font-size: calc(1rem + 2.6vw); */
    font-size: calc(0.6rem + 1.6vw);
    display: inline-flex

}

.gola {
    font-size: 11px;
    top: 10px;
    left: -8px;
}

.big-cont {
    padding-top: 145px;
    padding-left: 67px;
}

.top-70 {
    margin-top: 70px;
}

.m-left-30 {
     margin-left: 30px;
}

.m-left-92 {
      margin-left: 92px;
}

/* read more css */
.post-content {
      margin: 20px auto;
      font-family: Arial, sans-serif;
    }

    .post-title a {
      text-decoration: none;
      color: #0077cc;
    }

    .post-description {
      margin-bottom: 10px;
    }

    .more-text {
      display: none;
    }

    .read-more-btn {
      background-color: #000;
      border: #000 solid 1px;
      color: #fff;
      border: none;
      padding: 9px 16px;
      cursor: pointer;
      border-radius: 100px;
      font-size: 14px;
    }

    .read-more-btn:hover {
      border: #000 solid 1px;
     background: #fff;
     color: #000;
     padding: 9px 16px;
    }

    .about-sec {
    display: flex;
    
}


.about-content h3 {
    text-align: left;
}

.about-content h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 30px;
}

.about-content p {
    color: #e6e1e1;
    font-size: 15px;
}

.about-content {
    margin-left: 30px;
}

/* hover section css */




 .hover-wrapper {
            position: relative;
            display: inline-block;
            overflow: hidden;
        }

        .big-img img {
           
            display: block;
        }

        .hover-cont {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            color: #fff;
            padding: 20px;
            box-sizing: border-box;
            opacity: 0;
            transform: translateY(100%);
            transition: opacity 0.4s ease, transform 0.4s ease;
        }

        .hover-wrapper:hover .hover-cont {
            opacity: 1;
            transform: translateY(0);
        }

        .content-sec a {
            color: white;
            text-decoration: none;
        }

        .content-sec h4 {
            margin: 0 0 10px;
        }

        .content-sec p {
            margin: 0;
        }

        .new-cont h4 {
    color: #fff;
    font-weight: 600;
    font-family: 22px;
    margin-bottom: 15px;
}
      .new-cont p {
     color: #fff;
}
.new-cont {
      width: 100%;
}
.winner {
            display: flex;
            flex-wrap: wrap;
            gap: 10px; /* space between images */
            margin: auto;
           
        
        }
        .winner img {
    width: calc(44% - 5px);
    box-sizing: border-box;
    object-fit: contain;
    border: #999393 solid 1px;
    padding: 15px 15px;
    border-radius: 10px;
    height: 200px;
}

        /* .winner img {
   width: calc(85% - 5px);
    box-sizing: border-box;
    object-fit: contain;
    border: #999393 solid 1px;
    padding: 15px 15px;
    border-radius: 10px;
    height: 150px;
} */

.single-winner {
    width: 88%;
    margin-top: 15px;
}

/* home-new-section */
.sec-new {
    display: flex;
   width: 100%;
    margin-bottom: 13px;
    height: 20vh;
}

.inner-sec-new h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.img-sec-new img {
    height: 100%;
    object-fit: cover;
}

.img-sec-new {
    width: 20%;
    margin-right: 10px;
    height: 100%;
}
.inner-sec-new {
    width: 80%;
}

@media only screen and (min-width: 1180px) and (max-width: 1400px)  {
         
  .inner-sec-new p {
    line-height: 22px;
    font-size: 13px;
  }

  .big-cont h1 {
    font-weight: bold;
    /* font-size: calc(1rem + 2vw); */
    font-size: calc(1rem + 0.8vw);
    display: inline-flex

}



.logo-set img {
    width: 220px;
}
 }

 /*about page  */
 .sp {
    padding: 60px 0px;
}
.about2-images {
    height: 570px;
    position: relative;
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.about2-images .image2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.ml-30 {
    margin-left: 30px;
}

.about2-images .image1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.about2-images .image2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.heading2 h2 {
      font-size: 32px;
    font-weight: bold;
    color: #000;
    margin-bottom: 25px;
}

.heading2 p {
      font-size: 18px;
    color: #000;
    font-weight: 600;
    text-align: justify;
}

.image-anime {
  overflow: hidden;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.heading2 .sub-title img {
    transform: translateY(-2px);
    margin-right: 3px;
}

.heading2 .sub-title {
    color: var(--vtc-bg-main4);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-18);
    display: inline-block;
    margin-bottom: 16px;
}

.cont-fluid {
      padding: 0px 120px;
}

.sub-title {
      font-weight: 600!important;
     color: #000!important;
}

.mt-30 {
    margin-top: 30px;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.w-full {
    width: 100%;
}

.image {
     border-radius: 10px;
}

.mt-24{
    margin-top: 24px;
}

.about-choose-box h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.about-page-choose.sp {
    background: #f7f7f7;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.classic-style {
    padding: 0;
}

.blog-six {
    background: #F4F4F4;
    padding: 30px 30px 0 30px;
    border-radius: 30px;
    margin-bottom: 60px;
}

.blog-six .blog-thumb {
    position: relative;
    z-index: 3;
}

.blog-six .blog-thumb .blog-date {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    background: #000;
    padding: 11px 17px;
    border-radius: 30px;
    position: absolute;
    z-index: 1;
    right: 25px;
    top: 25px;
}

.blog-six .blog-thumb img {
    width: 100%;
    border-radius: 20px;
}

.classic-style .blog-content {
    padding-left: 30px;
    padding-right: 30px;
}

.blog-six .blog-content {
    padding: 17px 0 30px 0;
    position: relative;
    z-index: 1;
}

.blog-six .blog-meta {
    margin-bottom: 30px;
}
.widget-title {
    font-size: 26px;
    font-weight: 600;
}

.widget-search .search-form {
    position: relative;
    z-index: 1;
}
.widget-search .search-form input {
    color: #000000;
    font-size: 16px;
    height: 60px;
    width: 100%;
    line-height: 50px;
    padding-left: 22px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: 0;
}

.widget-search .search-form .widget-btn {
    color: #000;
    background: transparent;
    border: 0;
    width: 54px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 6px;
    z-index: 1;
}

.widget-search .search-form .widget-btn i {
    color: #000;
    font-size: 20px;
}

.service-category-widget li a, .category-widget li a {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    margin-bottom: 15px;
    display: block;
    position: relative;
    z-index: 1;
}

.float-end {
    float: right !important;
}

.category-widget li a:hover {
    color: #FF7F49;
}

.recent-post {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.recent-post .post-thumb {
    width: 100px;
    height: 85px;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    background-repeat: no-repeat;
}
.recent-post span {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
   
}

.blog-six .blog-title a {
    color: #000000;
    font-size: 35px;
    line-height: 46px;
    font-weight: 600;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .recent-post h5 {
        font-size: 18px;
    }

    .blog-six .blog-meta a {
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    font-weight: 400;
    font-family: "Manrope", sans-serif;
    display: inline-block;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.blog-six .blog-meta .divider {
    display: inline-block;
    width: 1.4px;
    height: 14px;
    background: rgba(0, 0, 0, 0.6);
    transform: rotate(32deg) translateY(2px);
}

.blog-six .blog-meta a:last-child {
    margin-right: 0;
    margin-left: 8px;
}

.classic-style .blog-btn {
    right: 30px;
}

.blog-six .blog-btn {
    background: rgba(0, 0, 0, 0.1);
    width: 110px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.4s ease 0s;
    position: absolute;
    right: 0;
    bottom: 43px;
    z-index: 1;
}

.blog-six .blog-btn img {
    width: auto;
    display: inline-block;
    transition: all 0.4s ease 0s;
}

.blog-six .blog-btn:hover {
    background: #FF7F49;
}

.blog-sidebar .widget-title, .service-widget .widget-title {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.recent-post h5 a {
    color: #000000;
    font-weight: 600;
    font-size: 15px;
}

.recent-post span {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
}

.recent-post .post-thumb {
    width: 100px;
    height: 75px;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    background-repeat: no-repeat;
}


/* burdcrum css */
.inner-hero {
    min-height: 300px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.inner-hero .inner-main-heading {
    padding-top: 50px;
}

.inner-hero .inner-main-heading h1 {
    color: var(--vtc-text-title1);
    font-size: 50px;
    font-weight: bold;
}

.inner-hero .inner-main-heading .breadcrumbs-pages {
    padding-top: 12px;
}

.inner-hero .inner-main-heading .breadcrumbs-pages ul li {
    color: var(--vtc-text-title1);
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
}

.inner-hero .inner-main-heading .breadcrumbs-pages ul li.angle {
    padding: 0px 3px;
}

.page-navigation .page-link {
    display: inline-block;
    color: #000000;
    background: transparent;
    font-size: 18px;
    font-weight: 500;
    font-family: "GeneralSans-Medium";
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    margin-right: 20px;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #000000;
}
.mt-60 {
     margin-top: 60px;
}


.blog-details-wrapper .classic-style .blog-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
}

.blog-details-wrapper .classic-style .blog-meta {
    margin-bottom: 20px;
}

.blog-six .blog-meta a {
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    font-weight: 400;
    font-family: "Manrope", sans-serif;
    display: inline-block;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .semi-title {
        font-size: 36px;
    }

    .blog-details-wrapper .classic-style p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.semi-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #000;
}
.blockquote p {
    color: #000000;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.5;
}

.blockquote .blockquote-footer {
    color: #000000;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    padding-left: 35px;
}

.block-margin {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}

.comment-title {
    font-size: 42px;
    font-weight: 600;
    color: #000;
    margin-top: 50px;
}

.comment-box .comment-avatar img {
    width: 100px;
    height: 100px;
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.comment-list li {
    padding-bottom: 20px;
    margin-bottom: 45px;
}

.comment-box {
    position: relative;
    z-index: 1;
    border-bottom: 2px solid rgba(7, 17, 6, 0.05);
    display: -webkit-inline-box;
    padding-bottom: 30px;
}

.comment-box .comment-avatar {
    float: left;
    margin-right: 30px;
    margin-top: 8px;
}

.mb-30 {
    margin-bottom: 30px;
}

.comment-box .name {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    padding: 12px 0px;
}

.comment-box .date {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    margin-bottom: 0;

}

.comment-p {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.comment-reply-title {
    font-size: 42px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
  
}

.comment-form .form-control {
    border: 0;
    background: #F4F4F4;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    display: block;
    height: 60px;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 40px;
    border-radius: 10px;
}

.comment-form textarea {
    height: 146px;
    resize: none;
    padding-top: 10px;
}

.comment-form textarea {
    border: 0;
    background: #F4F4F4;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    display: block;
   
    width: 100%;
    padding-left: 20px;
    margin-bottom: 40px;
    border-radius: 10px;
}

form.comment-form {
    padding: 60px;
    border: 1px solid #000;
    border-radius: 15px;
    margin-top: 50px;
}

.about-ipad {
    display: none;
}

.about2 img {
    border-radius: 10px;
}

.blog-six .blog-title {
    max-width: 79%;
    margin-bottom: 15px;
}

.blst img {
    width: 75%;
    margin-bottom: 30px;
}
/* .comment-box .comment-reply-link {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-family: "GeneralSans-Medium";
    padding: 10px 22px;
    line-height: 1;
    position: absolute;
    background: #000;
    z-index: 1;
    right: 0;
    top: 8px;
    border-radius: 4px;
} */