 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: "Notera_PersonalUseOnly";
  src: url(./Notera_PersonalUseOnly.ttf);
}
html {
  overflow-x: hidden;
  
}
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  overflow-x: hidden;
  font-size: 16px;
  background-color: #000;
 
}
@max360: ~"(max-width: 360px)";
@max414: ~"(max-width: 414px)";
@max480: ~"(max-width: 480px)";
@max575: ~"(max-width: 575px)";
@max767: ~"(max-width: 767px)";
@max768: ~"(max-width: 768px)";
@max991: ~"(max-width: 991px)";
@max1199: ~"(max-width: 1199px)";
@max1200: ~"(max-width: 1200px)";
@max1280: ~"(max-width: 1280px)";
@max1366: ~"(max-width: 1366px)";

#colors() {
  primary: #ecb145;
  // secondary: #ecb145;
  // secondary: #383193;
  white: #ffffff;
  black: #000000;
  grey: #e9e9e9;
}

a {
  cursor: pointer;
  text-decoration: none;
}
.newClass{
  background-color: #000;
  transition: 0.3s;
}
.top-bar {
  // background-color: #2f2d2e;
  position: fixed;
  top: 0;
  color: #fff;
  z-index: 1030;
  width: 100%;
  .main-top{
    @media @max1199{
      display:none;
    }
  }
  .social-icon {
    @media @max767 {
      text-align: center;
      padding-top: 0px;
    }
    
    ul {
      margin-bottom: 0;
      li {
        display: inline-block;
        padding: 0 12px;
        
        a {
          i {
            font-size: 20px;
            color: #ffffff80;
            transition: 0.3s;
            &:hover {
              color: #colors[primary];
            }
          }
        }
      }
    }
  }
  .contact-info{
    ul{
      list-style: none;
      display: flex;
      justify-content: end;
      align-items: center;
      margin-bottom: 0;
      li{
        padding: 0 15px;
        a{
          color: #8d8e90;
          font-weight: 700;
          @media @max1280{
            font-size: 14px;
          }
          img{
            padding-right: 5px;
          }
          
        }
        a.btn{
          background-color: #ecb145;
          border-radius: 0;
          padding: 20px;
          color: #000;
          @media @max1280{
            font-size: 14px;
          padding: 15px;
          }
          img{
            padding-left: 5px;
          }
        }
      }
    }
  }
}
.navigation {
  // background-color: #222222;
  border-top: 1px solid #ffffff80;
  
  .navbar {
    padding: 0;
    // padding: 20px 0;
    @media @max991 {
      padding: 10px 0;
    }
  }
  .navbar-brand {
    img {
      @media @max575 {
        width: 180px;
      }
    }
  }
  .navbar-nav {
    @media @max991 {
      text-align: center;
    }
  }
  .nav-item {
    padding: 25px 10px;
    // padding: 0 10px;
    @media @max991 {
      padding: 0;
      border-bottom: 1px solid #99999954;
    }
    .nav-link {
      font-size: 18px;
      font-weight: 500;
      color: #fff;
      display: inline-block;
      &:hover {
        color: #colors[primary];
      }
      @media @max1200 {
        font-size: 16px;
      }
      @media @max767 {
        font-size: 14px;
      }
    }
    .active {
      color: #colors[primary];
    }
  }
  .navbar-toggler-icon{
    background-image: url(../images/menu.png);
    background-size: 18px;
  }
}
.nav-item.dropdown {
  position: relative;
}
.nav-item.dropdown.active {
  border-bottom: 5px solid #01a2e3;
}
.nav-item.dropdown.active .nav-link {
  @media @max991 {
    color: #43bceb;
  }
}
.navbar-toggler {
  border: 0;
  &:focus {
    box-shadow: none;
  }
}
.dropdown-toggle::after {
  border: 0;
}
.dropdown-menu {
  position: absolute;
  top: 97px;
  left: 0;
  // width: 300px;
  border-radius: 0;
  // width: 310px;
  width: auto;
  @media @max991 {
    padding: 0;
    width: auto;
    text-align: center;
    border: 0;
  }
  
  .dropdown-item {
    padding: 10px 20px;
    font-size: 18px;
    @media @max991 {
      font-size: 16px;
      padding: 7px 0;
      border-bottom: 1px solid #99999954;
    }
    @media @max767 {
      font-size: 14px;
    }
  }
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  background-color: #43bceb;
}
.dropdown:hover .dropdown-menu.show {
  display: block;
  @media @max991 {
    // display: initial;
    border-top: 1px solid #99999954;
  }
}
.nav-item.dropdown.active {
  @media @max991 {
    border-bottom: 1px solid #99999954;
    // border-bottom: 1px solid transparent;
  }
}
.navbar-collapse{
  @media @max991{
    position: absolute;
    background: rgb(34, 34, 34);
    width: 100%;
    top: 74px;
    z-index: 1;
    left: 0;
    border-top: 1px solid rgb(255, 255, 255);
  }
  @media @max575{
    top: 65px;
  }
}
.reach {
  position: fixed;
  right: -88px;
  top: 50vh;
  border: none;
  padding: 5px 20px;
  font-weight: 600;
  font-size: 20px;
  background: #colors[primary];
  color: #ffffff;
  border: 2px solid #fff;
  cursor: pointer;
  outline: none !important;
  z-index: 999999;
  transform: rotate(-90deg);
  
  @media @max767 {
    display: none;
  }
}
.main-btn-circle {
  position: relative;
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: #fffff0;
  background-color: #colors[primary];
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 1px;
  outline: none;
  cursor: pointer;
  z-index: 100;
}

.main-btn-circle {
  height: 30px;
  width: 30px;
  -webkit-border-radius: 50%;
  border-radius: 100%;
  line-height: 30px;
  
  transition: box-shadow 0.3s;
}

.main-btn-rect {
  position: relative;
  display: block;
  padding: 8px 35px;
  margin: 0px auto;
  font-size: 18px;
  background-color: #colors[primary];
  color: #fff;
}

.popup .fade-out {
  position: absolute;
  top: 3px;
  right: 3px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
}

.main-btn-circle:hover {
  box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
}

.popup {
  position: fixed;
  top: 100%;
  width: 100%;
  height: 100%;
  z-index: 10001;
  
  .input-container {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
  }
  
  .icon {
    padding: 5px;
    background: #colors[primary];
    color: #colors[white];
    min-width: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
  }
  
  .input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    border: 1px solid #colors[primary];
  }
  
  .input-field:focus {
    border: 2px solid #colors[primary];
  }
  
  /* Set a style for the submit button */
  .btn {
    background-color: #colors[primary];
    color: #colors[white];
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    // width: 100%;
    opacity: 0.9;
    text-align: center;
    margin: auto;
    display: flex;
  }
  
  .btn:hover {
    opacity: 1;
  }
}

.popup.active {
  top: 0;
  // background-color: rgba(3, 3, 3, 0.98);
  background-color: rgba(43, 59, 108, 0.8);
  transition: background-color 0.6s, opacity 0.6s;
}

.popup .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 568px;
  min-width: 300px;
  margin-top: 150px;
  padding: 25px;
  background-color: #fffff0;
  color: #070000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transform: translateX(-50%) translateY(-50%);
  transition: margin 0.6s;
}

.popup.active .popup-content {
  margin-top: 0px;
}
.fixed-footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  .fixed_contact2 {
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    background-color: #colors[primary];
    padding: 8px 0px !important;
    font-size: 20px;
    font-weight: bold;
  }
}
.company-banner {
  // cursor: pointer;
  position: relative;
  z-index: 0;
}

.company-banner .baner-slide {
  margin-bottom: 0;
}

.theme-btn {
  .btn {
    padding: 15px 32px;
    color: #colors[black];
    background: #colors[white];
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0;
    transition: all 0.3s;
    border-radius: 30px;
    i {
      font-size: 18px;
      font-weight: normal;
    }
    &:hover {
      color:  #colors[primary];
      background: #colors[white];
    }
    .h-change{
      display: none;
    }
  }
}
.theme-btn .btn:hover .o-img{
  display: none;
}
.theme-btn .btn:hover .h-change{
  display: inline;
}
.common-padding {
  padding: 100px 0;
  @media @max1200 {
    padding: 70px 0;
  }
  @media @max1199 {
    padding: 50px 0;
  }
  @media @max767 {
    padding: 30px 0;
  }
  @media @max414 {
    padding: 20px 10px !important;
  }
  @media @max414 {
    padding: 20px 0 !important;
  }
}
.cmn-ttl {
  color: #colors[primary];
  text-transform: uppercase;
}
.about-us {
  color: #fff;
  .abt-main{
    .abt-img{
      @media @max767{
        text-align: center;
        margin-bottom: 30px;
      }
      img{
        @media @max767{
          width: 300px;
        }
        @media @max575{
          width: 230px;
        }
      }
    }
    .abt-heading{
      h4{
        font-size: 40px;
        font-weight: 700;
        @media @max1280{
          font-size: 28px;
        }
        @media @max575{
          font-size: 22px;
        }
        span{
          color: #colors[primary];
        }
      }
    }
    .abt-text{
      p{
        @media @max1280{
          font-size: 14px;
        }
      }
    }
  }
}
.why-choose-us{
  background: linear-gradient(#18181899, #18181899);
  color: #fff;
  .why-choose-main{
    h2{
      font-weight: 700;
      padding: 15px 0 30px;
      
      @media @max767{
        padding-top: 10px;
      }
    }
    .why-detail{
      @media @max767{
        padding: 30px 0 0;
      }
      @media @max575{
        padding:  0;
      }
      .why-box{
        text-align: center;
        padding: 0 8px;
        &:hover .why-img{
          background-color: #colors[primary];
        }
        .why-img{
          background-color: #5d6372;
          padding: 20px;
          border-radius: 100%;
          width: 110px;
          height: 110px;
          margin: 0 auto;
          @media @max1199{
            width: 90px;
            height: 90px;
          }
        }
        
        img{
          @media @max1199{
            width: 45px;
          }
        }
        h4{
          padding: 20px 0;
          @media @max767{
            padding: 20px 0 0;
          }
        }
        p{
          color: #8c8d8f;
        }
      }
    }
  }
}
.folio{
  .folio-main{
    background: url(../images/about.jpg)center/cover no-repeat;
    padding: 70px;
    @media @max1280{
      padding: 50px;
    }
    @media @max991{
      padding: 25px;
    }
    @media @max575{
      padding: 10px;
    }
    h2{
      color: #fff;
      font-weight: 900;
      font-size: 46px;
      @media @max1280{
        font-size: 36px;
      }
      @media @max767{
        font-size: 28px;
      }
    }
    p{
      color: #fff;
      padding-top: 15px;
      font-weight: 500;
    }
  }
}
.testimonial{
  h2{
    color: #fff;
    font-size: 46px;
    font-weight: 700;
  }
  .testimonial-slider{
    .item{
      border: 1px solid #777;
      padding: 30px;
      margin: 70px 20px 50px;
      @media @max767{
        margin: 30px 5px 0;
      }
      p{
        color: #8b8c8f;
      }
      h5{
        color: #8b8c8f;
      }
      
    }
  }
  .theme-btn{
    text-align: center;
    .btn{
      background-color: #8b8c8f;
      color: #fff;
    }
  }
}
.counter{
  .cnter-main{
    border-bottom: 1px solid #5d6372;
    padding-bottom: 70px;
    @media @max575{
      padding-bottom: 20px;
    }
    .sub-counter{
      .item{
        text-align: center;
        border-right: 1px solid #5d6372;
        padding:0 10px;
        @media @max767{
          border-right: 0;
        }
        span{
          font-size: 45px;
          color: #colors[primary];
          font-weight: 700;
          @media @max575{
            font-size: 30px;
          }
        }
        p{
          color: #fff;
        }
      }
    }
  }
}
.usp{
  background-color: #fff;
  
  .usp-list{
    .usp-detail{
      text-align: center;
      margin-bottom: 60px;
      @media @max575{
        margin-bottom: 20px;
      }
      img{
        width: 100px;
        @media @max1366{
          width: 90px;
        }
        
        @media @max767{
          width: 60px;
        }
      }
      p{
        font-size: 20px;
        font-weight: 500;
        padding-top: 20px;
        @media @max1366{
          font-size: 16px;
        }
      }
    }
}
}
.pro-ttl{
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  padding-bottom: 30px;
  @media @max575{
    font-size: 30px;
  }
}
.project-gallery{
  background-color: #fff;
  .slick-slider{
    margin-bottom: 0;
  }
}
.project-specification{
  color: #fff;
}
.project-location{
  background-color: #fff;
  .location-list{
    @media @max575{
      padding-top: 20px;
    }
    h5{
      font-weight: 700;
      padding-bottom: 20px;
      font-size: 24px;
      @media @max575{
        padding-bottom: 0;
      }
    }
    .card{
      background-color: #fff;
      border: #fff;
      .card-header{
        background-color: #fff;
        border: 0;
        padding: 10px 0;
        a{
          color: #000;
        }
      }
    }
  }
}
.rera{
  background-color: #fff;
  padding-bottom: 100px;
  .rera-main{
    background-color: #f1f1f1;
    padding: 30px;
    @media @max575{
      padding: 15px;
    }
    .add{
      border-right: 1px solid #000;
      padding-right:  20px;
      @media @max575{
        padding-right: 0;
        border-right: 0;
      }
    }
    img.rera-logo{
      
      @media @max575{
        width: 50px;
        margin-bottom: 10px;
      }
    }
    p{
      @media @max575{
        font-size: 13px;
      }
    }
  }
}
.blog{
  .blog-main{
    padding: 50px;
    @media @max767{
      padding: 0px;
    }
    @media @max575{
      padding: 0px;
    }
    .blog-detail{
      color: #fff;
      padding: 0 5px;
      @media @max767{
        margin-bottom: 20px;
      }
      h5{
        padding: 50px 0 10px;
        @media @max767{
          padding: 20px 0 10px;
        }
      }
      p{
        font-weight: 500;
        color: #8b8c8f;
        
        span{
          color: #8b8c8f;
        }
      }
      a{
        color: #fff;
        border: 0;
        border-bottom: 2px solid #colors[primary];
        border-radius: 0;
        padding: 10px 0;
        &:hover{
          border: 0;
          border-bottom: 2px solid #colors[white];
          color: #colors[primary];
        }
      }
    }
  }
}
.blog-page{
  .blog-detail{
    margin-bottom: 25px;
    border: 1px solid #777;
    padding: 15px !important;
  }
}
.blog-topic-content {
  background-color: #fff;
  .blog-topic-discription {
      .main-content {
          h2 {
              font-size: 36px;
              line-height: 46px;
              margin-bottom: 28px;
              font-weight: 600;
              @media only screen and (max-width: 1199px) {
                  font-size: 32px;
              }
              @media only screen and (max-width: 575px) {
                  margin-bottom: 18px;
                  font-size: 24px;
                  line-height: 28px;
              }
          }
          p {
              font-size: 20px;
              line-height: 28px;
              font-weight: 400;
              margin-bottom: 24px;
              @media only screen and (max-width: 1199px) {
                  font-size: 18px;
                  line-height: 26px;
              }
              @media only screen and (max-width: 991px) {
                  font-size: 16px;
                  line-height: 24px;
              }
              @media only screen and (max-width: 575px) {
                  margin-bottom: 18px;
              }
          }
      }
      .learn-points {
          h4 {
              font-size: 24px;
              line-height: 33px;
              font-family: "Poppins";
              margin-bottom: 24px;
              font-weight: 600;
              @media only screen and (max-width: 575px) {
                  margin-bottom: 18px;
                  font-size: 22px;
                  line-height: 28px;
              }
          }
          p {
              font-size: 20px;
              line-height: 28px;
              font-weight: 400;
              margin-bottom: 24px;
              @media only screen and (max-width: 1199px) {
                  font-size: 18px;
                  line-height: 26px;
              }
              @media only screen and (max-width: 991px) {
                  font-size: 16px;
                  line-height: 24px;
              }
              @media only screen and (max-width: 575px) {
                  margin-bottom: 18px;
              }
          }
          @media only screen and (max-width: 767px) {
              margin-bottom: 10px;
          }
      }
      .points-dics {
          ul {
              margin-bottom: 0;
              li {
                  font-size: 20px;
                  line-height: 28px;
                  font-weight: 400;
                  margin-bottom: 12px;
                  @media only screen and (max-width: 1199px) {
                      font-size: 18px;
                      line-height: 26px;
                  }
                  @media only screen and (max-width: 991px) {
                      font-size: 16px;
                      line-height: 24px;
                  }
              }
          }
      }
      .post-links {
          border: 1px solid #0000008c;
          padding: 20px 20px 40px 0px;
          margin-left: 30px;
          .links-head {
              h3 {
                  font-size: 40px;
                  font-family: "Poppins";
                  line-height: 52px;
                  font-weight: 700;
                  margin-bottom: 30px;
                  padding-left: 20px;
                  @media only screen and (max-width: 1199px) {
                      font-size: 36px;
                      line-height: 48px;
                  }
                  @media only screen and (max-width: 767px) {
                      font-size: 33px;
                      margin-bottom: 16px;
                      line-height: 42px;
                  }
                  @media only screen and (max-width: 767px) {
                      font-size: 30px;
                  }
              }
              ul {
                  margin-bottom: 0;
                  li {
                      margin-bottom: 8px;
                      a {
                          text-decoration: none;
                          font-size: 18px;
                          line-height: 24px;
                          font-weight: 400;
                          margin-bottom: 24px;
                          color: #0f0f0f;
                          &:hover {
                              color: #colors[primary];
                          }
                          @media only screen and (max-width: 991px) {
                              font-size: 16px;
                              line-height: 24px;
                          }
                      }
                      &::marker {
                          width: 24px !important;
                          height: 24px !important;
                          color: #717171;
                      }
                  }
              }
          }
          @media only screen and (max-width: 1199px) {
              margin-left: 12px;
          }
          @media only screen and (max-width: 991px) {
              margin-left: 0px;
          }
      }
      @media only screen and (max-width: 991px) {
          padding: 0px 16px;
      }
      @media only screen and (max-width: 575px) {
          padding: 0px 10px;
      }
      @media only screen and (max-width: 375px) {
          padding: 0px;
      }
  }
  @media only screen and (max-width: 991px) {
      margin-bottom: 0;
  }
  // @media only screen and (max-width: 767px) {
  //     margin-bottom: 40px;
  // }
  // @media only screen and (max-width: 414px) {
  //     margin-bottom: 30px;
  // }
}
.project{
  .project-main{
    padding: 50px 0 100px;
    @media @max767{
      padding: 50px 0;
    }
    @media @max575{
      padding: 50px 0 10px; 
    }
       .project-detail{
           position:relative;
        @media @max767{
          margin-bottom: 30px;
        }
        .project-main-overlay{
                position: absolute;
    top: 40px;
    left: 20px;
    display: flex;
    flex-direction: column;
    height: 85%;
    justify-content: space-between;
    color: #fff;
        }
       }
  }
}
.project-overview{
  background-color: #fff;
  @media @max575{
    padding: 20px 0 0;
  }
  .project-page-detail{
    padding-left: 30px;
    @media @max575{
      padding-left: 15px;
    }
    h4{
      font-family: "Notera_PersonalUseOnly";
      font-size: 75px;
      color: #colors[primary];
      @media @max575{
        font-size: 50px;
      }
    }
    h2{
      font-size: 45px;
      font-weight: 700;
      @media @max575{
        font-size: 35px;
      }
    }
  }
}
.career{
  background-color: #fff;
  .user-fill-form{
    .form-group{
      input{
        width: 100%;
        padding: 11px 0px 11px 16px;
        margin-bottom: 24px;
        border-radius: 0px;
        border: 1px solid #a0a0a0;
      }
    }
    .theme-btn .btn{
      background-color: #8b8c8f;
      color:#fff;
    }
  }
}

.ttl{
  h2{
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    @media @max1280{
      font-size: 36px;
    }
    @media @max767{
      font-size: 28px;
    }
  }
}

.footer{
  background: linear-gradient(#18181899, #18181899), url(../images/bg.jpg)center/cover no-repeat;
  padding: 100px 0 0;
  .ftr-main{
    h5{
      text-align: center;
    }
    h2{
      text-align: center;
      color: #fff;
      letter-spacing: 1px;
      font-weight: 700;
      font-size: 45px;
      @media @max1280{
        font-size: 36px;
      }
      @media @max767{
        font-size: 28px;
      }
      @media @max575{
        font-size: 25px;
      }
    }
    
  }
  .theme-btn{
    margin: 50px 0 30px;
    @media @max575{
      margin: 20px 0;
    }
    .btn{
      background-color: #colors[primary];
      color: #fff;
    }
    padding-bottom: 50px;
    @media @max575{
      padding-bottom: 20px;
    }
  }
  .ftr-link-main{
    border-top: 1px solid #8c8d8f;
    padding: 50px 0;
    @media @max991{
      padding: 50px 0 0;
    }
    @media @max575{
      padding: 20px 0 0;
    }
    .ftr-detail{
      p{
        color: #8c8d8f;
        line-height: 28px;
        padding-top: 30px;
        @media @max575{
          padding-top: 10px;
        }
      }
    }
  }
  
  .ftr-quk-links{
    p{
      font-size: 24px;
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      @media @max767{
        font-size: 18px;
      }
    }
    p.address{
      color: #8c8d8f;
      font-size: 16px;
      font-weight: normal;
      text-transform: initial;
      a{
        color: #8c8d8f;
      }
    }
    ul{
      list-style: none;
      padding: 0;
      li{
        padding-bottom: 15px;
        a{
          color: #8c8d8f;
        }
      }
      @media @max767{
        margin-bottom: 0;
      }
    }
    
  }
  
  .raw-ftr{
    .ftr-logo{
      img{
        @media @max575{
          width: 180px;
          
        }
      }
    }
    .social-links{
      padding-top: 30px;
      @media @max575 {
        padding-top: 0;
      }
      ul{
        display: flex;
        list-style: none;
        padding-left: 0;
        li{
          padding-right: 20px;
          a{
            color: #8b8c8f;
            i{
              font-size: 22px;
            }
          }
        }
      }
    }
  }
  .copy{
    border-top: 1px solid #8b8c8f;
    text-align: center;
    color: #8b8c8f;
    font-size: 14px;
    font-weight: 500;
    padding: 30px 0;
    margin-bottom: 0;
    @media @max767{
      padding: 20px 0 65px;
    }
    @media @max575{
      padding: 20px 0 50px;
    }
  }
}
.common-banner {
  padding: 180px 0;
  text-align: center;
  margin-top: 160px;
  @media @max991{
    padding: 100px 0;
    margin-top: 75px;
  }
  @media @max575{
    padding: 50px 0;
  }
  p {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    @media @max575{
      font-size: 16px;
    }
  }
  h4 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    @media @max575{
      font-size: 24px;
    }
  }
  .breadcrumb{
    .breadcrumb-item{
      a{
        color: #fff;
      }
      
    }
    .active{
      color: #fff;
    }
  }
}
.abt-banner {
  background: url(../images/about-banner.jpg) top/cover no-repeat;
}
.abt-page{
  background-color: #fff;
  .abt-page-detail{
    h4{
      font-size: 38px;
      padding-bottom: 30px;
      @media @max575{
        font-size: 24px;
        padding-bottom: 10px;
      }
    }
    h5{
      padding: 20px 0;
    }
    
  }
  .abt-moto{
    padding: 50px 0;
    @media @max575{
      padding: 0;
    }
    .our-moto{
      img{
        padding-bottom: 15px;
      }
      h4{
        font-weight: 700;
        padding-top: 15px;
      }
    }
  }
}
.team{
  background-color: #fff;
  padding-bottom: 100px;
  @media @max575{
    padding-bottom: 30px;
  }
  .team-main{
    .team-detail{
      h3{
        font-size: 42px;
        font-weight: 700;
        @media @max575{
          font-size: 30px;
        }
      }
    }
  }
}
.our-team-heading{
  background-color: #fff;
  h4{
    font-size: 42px;
    text-align: center;
    @media @max575{
      font-size: 28px;
    }
  }
  p{
    text-align: center;
    font-size: 16px;
    padding-bottom: 50px;
    margin-bottom: 0;
    @media @max575{
      font-size: 16px;
      padding-bottom: 20px;
    }
  }
}
.our-team{
  background-color: #fff;
  padding-bottom: 80px;
  @media @max575{
    background-color: #fff;
    color: #000;
   padding-bottom: 20px;

  }
  .our-team-main{
    .team-detail{
      text-align: center;
      color: #fff;
      padding:0 10px;
      // @media @max767{
      //   margin-top: -66px;
      // }
      // @media @max575 {
      //   margin-top: 0;
      //   color: #000;
      // }
      img{
        @media @max767{
          width: 75% !important;
        }
      }
      h4{
        padding: 10px 0;
        color: #000;
        @media @max767{
          padding-top: 15px;
        }
      }
      p{
        padding-bottom: 70px;
        @media @max575{
          padding-bottom: 20px;
        }
      }
    }
  }
}
.project-page{
  background-color: #fff;
  .our-project-main{
    .project-tab-1{
      .nav-tabs{
        border-bottom: 0;
        .nav-item{
          @media @max575{
            padding: 0 5px;
          }
        }
        button{
          background-color: #eee;
          border-radius: 0;
          border: 0;
          padding: 25px;
          color: #000;
          font-weight: 500;
          @media @max575{
            padding: 15px;
            margin-bottom: 10px;
          }
        }
        .nav-link.active{
          background-color: #colors[primary];
          color: #fff;
        }
      }
    }
  }
}
.contact-us{
  background-color: #222;
  .contact-main{
    .contact-box{
      border: 1px solid #8c8d8f;
      text-align: center;
      padding: 20px;
      border-radius: 5px;
      @media @max575{
        margin-bottom: 20px;
      }
      img{
        padding-bottom: 10px;
        width: 40px;
      }
      p{
        //color: #8c8d8f;
        color: #fff;
        margin-bottom: 5px;
        font-size: 16px;
        @media @max767{
          font-size: 14px;
        }
        a{
          color: #fff;
          text-decoration: none;
        }
      }
    }
  }
}
.inquiry-form{
  .customer-form{
    
    .main-form{
      // background-color: #fff;
      padding: 80px ;
      @media @max1200{
        padding: 50px;
      }
      @media @max767{
        margin-top: 0;
        // border: 1px solid ;
      }
      @media @max480{
        padding: 30px;
      }
      @media @max414{
        padding: 20px 10px;
      }
      p{
        letter-spacing: 3px;
        color: #fff;
      }
    }
    .form-control, .form-select{
      border: 0;
      border-bottom: 1px solid #000;
      border-radius: 0;
      padding: 20px 0;
      margin-bottom: 20px;
      letter-spacing: 1px;
      font-size: 18px;
      width: 90%;
      color: #777;
      background: transparent;
      border-bottom: 1px solid;
      @media @max767{
        width: 100%;
      }
      @media @max575{
        padding: 10px 0;
        font-size: 16px;
      }
      &:focus{
        box-shadow: none;
      }
    }
  }
}

.modal-custom{
  .main-form{
    background-color: #fff;
    padding: 20px ;
    @media @max1200{
      padding: 50px;
    }
    @media @max767{
      margin-top: 0;
      // border: 1px solid ;
    }
    @media @max480{
      padding: 30px;
    }
    @media @max414{
      padding: 20px 10px;
    }
    p{
      letter-spacing: 3px;
    }
  }
  .form-control, .form-select{
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 20px 0;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-size: 18px;
    width: 100%;
    color: #777;
    @media @max767{
      width: 100%;
    }
    @media @max575{
      padding: 10px 0;
      font-size: 16px;
    }
    &:focus{
      box-shadow: none;
    }
  }
  .theme-btn {
    text-align:center;
    .btn{
      margin-top:0;
    }
  }
}
.pictures {
  .image-list {
      padding: 30px;
      // box-shadow: 2px 2px 2px 0 rgb(0 0 0 / 5%), inset 0 0 0 1px rgb(255 255 255 / 4%);
      background: #fff;
      border-radius: 4px;

      .image-main {
          // display: inline-block;
          position: relative;
          margin-bottom: 24px;

          .head-img {
              img {
                  width: 100%;
                  height: 250px;
                  object-fit:cover;
                  @media @max767{
                      height: 100%;
                  }
              }
          }

          .back-over {
              position: absolute;
              background-color: #000;
              width: 100%;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              opacity: 0;
              transition: all 0.4s;
          }

          .head-text {
              padding: 16px;
              position: absolute;
              left: 0px;
              width: 100%;
              bottom: 0;
              background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%) !important;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;

              h3 {
                  text-overflow: ellipsis;
                  color: #fff;
                  font-size: 20px;
                  font-weight: 600;
                  margin-bottom: 0;
                  overflow: hidden;
              }
          }

          &:hover .back-over {
              opacity: 0.4;
          }
      }
  }
}
.cta-side-button {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1000;
    background-color: #ECB145; 
    padding: 10px 20px;
    border-radius: 10px 0 0 10px; /* Rounded corner on the left side */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
}

/* CTA Link styling */
.cta-link {
    text-decoration: none;
    color: #000; /* Black color for text */
    font-weight: bold;
    font-size: 16px;
}
.cta-link:hover {
    color: #ffff; /* White color for text */
}
.cta-side-button:hover {
    right: 5px; /* Moves slightly left on hover for effect */
}

/* Show on desktop only */
// @media (max-width: 991px) {
//     .cta-side-button {
//         display: none;
//     }
// }
