/* ===== CSS RESET ===== */

/* Box sizing */
*, *::before, *::after {
  box-sizing: border-box;

}

/* Remove default margins */
* {
  margin: 0;
}

/* Improve text rendering */
body {
  line-height: 1.5;
 font-family: "Poppins", sans-serif;
}

/* Media elements behave nicely */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* Form elements inherit fonts */
input, button, textarea, select {
  font: inherit;
}

/* Avoid text overflow issues */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* Remove list styles */
ul, ol {
  list-style: none;
}

/* Reset links */
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
/* Root stacking context */
#root, #__next {
  isolation: isolate;
}


.container {
  max-width: 1300px;
}



/*navbar start */
.nav-item a {
  color: #000 !important;
  margin-left: 35px;
}

.btn .fa {
  background-color: #9e0b0f;
  color: #fff;
  border-radius: 18px;
  padding: 7px 8px;
}
.project {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
  border-bottom: 1px solid #00000014;
}


.navbar.navbar-expand-lg.navbar-light img {
  height: 60px;
  width: 64px;
}
.btn a {
  margin-right: 16px;
  color: #000 !important;
  text-decoration: none;
}

/*navbar end */


/*text start*/
.solution h1 {
  text-align: center;
  font-size: 85px;
}

.ral {
  font-weight: 200;
}

/*video start*/

.video-section .home-content {
  position: relative;
  padding-top: 200px;
  color: #fff;
  text-align: center;
  padding-bottom: 200px;
  height: 100vh;
}


.video-section .home {
    height: 100%;
    position: relative;
    width: 100%;
}
.video-section video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-section h1 {
  font-size: 112px;
  line-height: 1.1;
}

.video-section .home p {
    font-size: clamp(25px, 4vw, 40px);
    margin-top: 10px;
}

.video-section .home-content button {
    display: block;
    font-size: clamp(14px, 1.5vw, 18px);
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    background: transparent;
    color: #fff;
    margin: 50px auto 0;
    padding: 12px 20px;
    cursor: pointer;
}

/*video end*/

/*text end*/


/*banner strat*/
.archit {
  background-image: url("img/back-ch.jpg");
  background-repeat: no-repeat;
}
.chair a {
  color: #fff;
  font-size: 15px;
  font-weight: 507;
  border: 1px solid #fff;
  border-radius: 27px;
  padding: 9px 31px;
}
.chair a {
  color: #fff;
  font-size: 15px;
  font-weight: 507;
  border: 1px solid #fff;
  border-radius: 27px;
  padding: 9px 31px;
}
.chair {
  background-color: #3e4b3e;
  padding: 46px 45px;
}
.chair h4 {
  color: #fff;
  margin-top: 12px;
  font-weight: bold;
}



.archit {
  background-image: url("img/backtwo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 300px 0px;
}

.design {
  background-color: #000000ad;
  padding: 20px 20px 20px 20px;
  width: 60%;
  left: -5s;
  position: absolute;
}


.design-us{
    position: relative;
}

.about-content{
    display: none;
    margin-top: 20px;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 10px;
    line-height: 1.8;
}


.more a{
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.more a:hover{
    text-decoration: none;
}

.archit:hover .archit-contant .design {
  transform: translateY(-46%);
  transition: 2s;
}

.archit:hover .archit-contant .design {
  transform: translateY(-46%);
  transition: 1s;
  opacity: 1;
  /* position: relative; */
  left: -505px;
  top: 153px;
}

.archit-contant .design {

  opacity: 0;
}

.archit-contant:hover .all-text {
  opacity: 0;
  transition: 1s;
}


.design h2 {
  color: #fff;
}

.design p {
  color: #fff;
}


.video-background {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: -2;
}

/* Section styles */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}




/*banner end*/

/*btn*/

.start a {
  background-color: #fff;
  color: #000;
  padding: 13px 32px;
  border-radius: 20px;
  text-decoration: none;
}


.start-get a {
  border: 1px solid #fff;
  padding: 13px 32px;
  border-radius: 20px;
  text-decoration: none;
  color: #fff;
}
/*btn*/



/*about us start*/

.craft-content p {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 14px 18px;
  border-radius: revert;
  color: #000;
}

.purje {
  background-color: #3e4b3e;
  color: #fff;
  border-radius: 10px;
  padding: 45px 16px;
}

.found-text h4 {
  color: #000;
  font-weight: bold;
}

.proj .fa {
  background-color: #fff;
  color: #9e0b0f;
  padding: 17px 15px;
  border-radius: 36px;
}

.more a {
  text-decoration: none;
}

.proj .fa {
  font-size: 23px;
}
.design-us {
  margin-top: 11px;
  color: #000;
}

.build .fa {
  background-color: #9e0b0f;
  color: #fff;
  padding: 8px 9px;
  border-radius: 61px;
  margin-right: 8px;
  margin-left: -38px;
  font-size: 13px;
}


.craft-content{
  
    margin-top:15px;
    line-height:1.8;
    color:#666;
}

.craft a {
  text-decoration: none;
  font-weight: 600;
  color: #000;
  margin-left: -36px;
}
.found-text h6 {
  font-size: 16px;
  font-weight: normal;
}

.found img {
  height: 501px;
  width: 358px;
}



.been {
  font-weight: 400;
  letter-spacing: 1px;
}

.more a {
  font-weight: 600;
}

.more a {
  color: #000 !important;
  margin-left: -14px;
}
.purje {
  background-color: #9e0b0f;
  color: #fff;
  border-radius: 10px;
  padding: 30px 16px;
  transform: translateX(20%);
  margin-top: 20px;
}
.down img {
  margin-left: -54px;

}

.craft {
  margin: 0px 0px 80px 40px;
}

.purja h5 {
  font-weight: bold;
  font-size: 27px;
}

.proj .fa {
  margin-top: 47px;
}

.vating h5 {

  border: 1px solid #9e0b0f;
  border-radius: 34px;
  padding: 9px 22px;
  width: 140px;
  color: #9e0b0f;
  font-weight: bold;
  font-size: 20px;
}
.vating h2 {
  font-weight: bold;
  color: #000;
}

.vating h2:hover {
  color: #493d3d;
}

.lives {
  background-color: #ea9699;
  border: 1px solid #9e0b0f;
  border-radius: 48px;
  overflow: hidden;
  padding: 0px 21px;
}

.lives:hover {
  background-color: #ffff;
  border: 1px solid #000;
  }


.digit h6 {
  border: 1px solid #000;
  border-radius: 64px;
  padding: 5px 4px;
  margin-top: 10px;
  height: 22px;
  width: 23px;
  font-size: 10px;
  text-align: center;
}

.lives {
  margin-top: 30px;
}

.story p {
  margin-top: 25px;
  margin-left: 10px;
  margin-bottom: 4px;
  font-size: 16px;

}
.vating p {
  margin-top: 11px;
  font-size: 16px;
}
.since {
  margin-top: 88px;
}

.found-text h6 {
  line-height: 30px;
}
.vating h2 {
  font-size: 50px;
}
/*about us end*/



/*services start*/

.services-section {
  /* width: 1480px; */
  background: #9e0b0f;
  color: #fff;
  padding: 140px 0;
  position: relative;
  /* overflow: hidden; */
}

  .section-header {
  text-align: center;
  margin-top: -32px;
  margin-bottom: 74px;
}

.badge {
  display: inline-block;
  border: 1px solid rgba(255,255,255,0.5);
  padding: 15px 47px;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 15px;
  font-size: 20px;
  width: 173px;
}

    .section-header h2{
      font-size:58px;
      font-weight:800;
      margin-bottom:10px;
    }

 .section-header p {
  color: #f3cfcf;
  font-size: 16px;
}

    .services-list{
      border-top:1px solid rgba(255,255,255,0.25);
      border-bottom:1px solid rgba(255,255,255,0.25);
    }
    .service-item{
  position:relative;
  min-height:160px;
  border-bottom:1px solid rgba(255,255,255,0.25);
  padding:35px 0;
  overflow:visible;
}
/* LEFT VERTICAL LINE */
/*/*.services-list{
  position:relative;
}

.services-list::before {
  content: "";
  position: absolute;
  top: -58px;
  left: 228px;
  width: 1px;
  height: 761px;
  background: rgba(255,255,255,0.25);
  z-index: 1;
}

/* RIGHT VERTICAL LINE */
/*.services-list::after{
  content:"";
  position:absolute;
  top:-58px;
  right:228px;
  width:1px;
  height:761px;
  background:rgba(255,255,255,0.25);
  z-index:1;
}*/

   @media(max-width:768px){



  .services-list::before{
    left:70px;
  }

  .services-list::after{
    display:none;
  }



  .number{
    font-size:35px;
  }

  .content{
    gap:10px;
  }

  .content h3{
    font-size:16px;
  }

  .popup-card{
    position:relative;
    width:100%;
    height:320px;
    right:0;
    top:auto;
    transform:none;
    margin-top:20px;
    opacity:1;
    visibility:visible;
  }



  .popup-content{
    width:200px;
    left:20px;
    top:40px;
  }
}
    .service-item:last-child{
      border-bottom:none;
    }

    .number{
      font-size:54px;
      font-weight:800;
      text-align:center;
      color:#fff;
      opacity:.95;
    }

    .content{
      display:flex;
      align-items:center;
      gap:20px;
      position:relative;
      z-index:2;
    }

    .icon-circle{
      width:52px;
      height:52px;
      border-radius:50%;
      background:rgba(255,255,255,0.12);
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:22px;
      border:1px solid rgba(255,255,255,0.15);
    }

   .content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 11px;
}
   .arrow-btn {
  width: 56px;
  height: 56px;
  border-radius: 50px;
  border: 1px solid rgba(255,255,255,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 18px;
  cursor: pointer;
  transition: .3s;
  position: relative;
  z-index: 2;
  margin-right: 86px;
}

    .arrow-btn:hover{
      background:#fff;
      color:#b4000f;
    }

    /* POPUP CARD */
   
.popup-card {
  position: absolute;
  right: 260px;
  top: 130%;
  transform: translateY(-50%) scale(.8);
  width: 366px;
  height: 416px;
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: .45s ease;
  z-index: 5;
  box-shadow: 0 20px 50px rgba(0,0,0,0.35);
  /* clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%); */
  clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}
    .popup-card img{
      width:100%;
      height:100%;
      object-fit:cover;
    }

.popup-content {
  position: absolute;
  top: 52px;
  left: 54px;
  width: 253px;
  background: #9e0b0f;
  padding: 48px;
  border-radius: 22px;
  clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  height: 313px;
}
   .popup-content p {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 18px;
  text-align: center;
  font-weight: bold;
}

    .popup-content ul{
      list-style:none;
    }

    .popup-content ul li{
      margin-bottom:10px;
      font-size:14px;
      display:flex;
      align-items:center;
      gap:10px;
    }

    .popup-content ul li::before{
      content:"✦";
      color:#fff;
    }

    /* SHOW POPUP ON HOVER */
    .service-item:hover .popup-card{
      opacity:1;
      visibility:visible;
      transform:translateY(-50%) scale(1);
    }

    /* Responsive */
    @media(max-width:900px){

     

      .service-item{
        grid-template-columns:100px 1fr 80px;
      }

      .section-header h2{
        font-size:42px;
      }

      .popup-card{
        width:260px;
        height:360px;
        right:30px;
      }

      .content h3{
        font-size:18px;
      }
    }

.icon-circle:hover .fa {
  color: #9e0b0f;
}

.icon-circle:hover {
  background: #fff;
}
.section-header h2 {
  font-size: 45px;
  font-weight: bold;
}



/*services end*/



/*why choose us start*/
.why.us h6 {
  border: 1px solid #9e0b0f;
  padding: 11px 17px;
  border-radius: 52px;
  width: 196px;
  color: #9e0b0f;
  font-size: 20px;
}

.lish h6 {
  color: #000000d4;
  font-weight: bold;
}


.main-skl {
  position: relative;
}
.content-text {
  padding: 10px 39px 0px 28px;
}

.left-box-image {
  border: 2px solid;
  background: #fff;
  border-radius: 10px 10px 200px 200px;
  overflow: hidden;
  margin-left: -25%;
  height: 558px;
  width: 398px;
}

.content-text .fa {
  font-size: 48px;
  color: #9e0b0f;

}

.content-text h1 {
  font-size: 30px;
  font-weight: bold;
  color: #9e0b0f;
}
.content-text h3 {
  color: #9e0b0f;
  /* margin-top: 30px; */
}


.main-skl {
  margin-top: 46px;
}

.why.us h5 {
  color: #9e0b0f;
  font-weight: bold;
  font-size: 45px;
}

.why.us img {
  width: 707px;
  margin-top: 54px;
}

.discover p {
  margin-top: 75px;
  font-size: 15px;
}
.skill .fa {
  background-color: #9e0b0f;
  color: #fff;
  padding: 9px 9px;
  border-radius: 51px;
  height: 35px;
  width: 35px;
  font-size: 18px;
  text-align: center;
}

.skill .fa:hover {
  background-color: #ea9699;
  color: #9e0b0f;


}
.content-text p {
  color: #9e0b0f;
  font-size: 16px;
}


.lish h5 {
  color: #000;
  font-weight: bold;
}
.lead h5 {
  color: #000;
  font-weight: bold;
  font-size: 22px;
}

/*why choose us end*/

/*team start*/
.meet h1 {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
}

#readMoreBtn{
    border-radius:30px;
    padding:8px 25px;
}

.team {
  background-color: #000;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  display: none;
  
}

.page h5 {
  color: #fff;
  font-weight: bold;
}

.meet.text-center p {
  color: #fff;
  font-size: 16px;
}

.page p {
  color: #fff;
  line-height: 30px;
  font-size: 16px;
}

.buttom a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 39px;
  padding: 10px 13px;
  text-decoration: none;
}

.tim-text {
  text-align: center;
}
.tim-text h6 {
  font-size: 20px;
  font-weight: bold;
}

.team-member-1 img {
 
  margin: 0 auto;

}


/*team end*/


/*blog start*/

.blog-us h6 {
  border: 1px solid #a9262a;
  padding: 10px 20px;
  border-radius: 25px;
  width: 130px;
  color: #a9262a;
  font-size: 20px;
  font-weight: bold;
}
.read-more-btn{
    display:inline-block;
    background:#9e0b0f;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    text-decoration:none;
    margin-top:10px;
    transition:.3s;
    font-size:14px;
    font-weight:600;
}
.read-more-btns {
  text-decoration: none !important;
  color: #000 !important;
  font-size: 14px;
  font-weight: 500;
  margin-top: 19px;
}

.read-more-btn:hover{
    background:#000;
    color:#fff;
    text-decoration:none;
}G

.blog-us h5 {
  color: #000;
  font-weight: bold;
  font-size: 45px;
}
.smart h5 {
  margin-top: 37px;
  color: #000;
  font-weight: bold;
  font-size: 22px;
}
.system li {
  color: #9e0b0f;
  margin-top: 23px;
  margin-left: -35px;
}
.smart p {
  margin-top: 28px;
    font-size: 16px;
}
.smart-1 img {
  width: 303px;
}
.system li {
  margin-top: 20px;
}

.smart-1 img {
  width: 272px;
  margin-left: 15px;
  height: 472px;
}

.blegs {
  border: 1px solid #000;
  padding: 0px 0px;
  border-radius: 20px;
  margin-top: 25px;
  margin-right: 10px;
}

.smart h6 {
  color: #363232;
  margin-top: 22px;
}

.smart {
  margin-left: 7px;
}

.system li {
  color: #9e0b0f;
  margin-top: 20px;
}

.smart h6 {
  border-bottom: 1px solid;
  width: 141px;
  padding-bottom: 9px;
}

.mini-1 {
  margin-top: 38px;
  margin-left: -35px;
  color: #9e0b0f;
}

.mini-2 {
  margin-top: 62px;
  margin-left: -35px;
  color: #9e0b0f;
}

.mini-3 {
  margin-top: 67px;
  margin-left: -35px;
  color: #9e0b0f;
}

.mini-4 {
  margin-top: 91px;
  margin-left: -35px;
  color: #9e0b0f;
}


.may {
  position: absolute;
  background-color: #fff;
  width: 70px;
  text-align: center;
  height: 85px;
  border-radius: 7px 7px 36px 36px;
  padding: 14px 6px;
  color: #9e0b0f;
  top: 9px;
  left: 42px;
}

.smart-1 {
  position: relative;
  margin-left: 23px;

}
.may p {
  border: 1px solid #9e0b0f;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  text-align: center !important;
  margin-left: 17px;
   font-size: 16px;
  margin-top: 14px;
}


/*blog end*/


/* Desktop */
@media (min-width: 992px) {

}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {

   }

/* Mobile */
@media (max-width: 767px) {

    .smart-1 {
  margin-left: -30px;
  margin-top: 13px;
}

}








/*Testmional start*/
.monial h5 {
  border: 1px solid #fff;
  border-radius: 43px;
  padding: 14px 36px;
  width: 221px;
  color: #fff;
  text-align: center !important;
  text-align: center;
  margin: auto;
  font-size: 20px;
  font-weight: bold;
}
.read-more-btn {
  color: #fff !important;
}

.leslie h4 {
  color: #fff;
  font-size: 20px;
  /* margin-top: 40px; */
  font-weight: bold;
}

.leslie h6 {
  color: #fff;
  margin-bottom: 20px;
}

.testimonial {
  background-color: #9e0b0f;
}
.monial h1 {
  text-align: center;
}

.monial h1 {
  font-size: 45px;
  color: #fff;
  margin-top: 20px;
  font-weight: bold;
}
.owl-nav {
  display: none;
}

.leslie {
  border: 7px solid #fff;
  border-radius: 537px;
  padding: 95px 92px 73px 92px;
  text-align: center;
  line-height: 19px;
  height: 400px;
  width: 397px;
}
.leslie h2 {
  font-size: 26px;
   color: #fff;
  font-weight: bold;
}
.star-text {
  margin-left: 19px;
  /* justify-content: center; */
  color: #f1c100;
  margin-top: -10px;
}
.circle-high {
  position: absolute;
  top: -19px;
  right: 16px;
  border: 1px solid #fff;
  border-radius: 64px;
}
.leslie img {
  margin: -13px auto;
}
.testimonial-text{
    margin-bottom:10px;
    line-height:1.5;
}
.read-more-btn{
    color:#fff;
    border:none;
    background:none;
}

.read-more-btn:hover{
    color:#fff;
    background:none;
}

.more-text{
    display:none;
}

.read-more-btn{
    display:inline-block;
    color:#fff;
    font-weight:600;
    text-decoration:none;
    font-size:14px;
    margin-bottom:10px;
}

.read-more-btn:hover{
    color:#fff;
    text-decoration:none;
}
.testimonial-text{
    max-height:120px;
    overflow-y:auto;

    /* Hide scrollbar - Firefox */
    scrollbar-width:none;

    /* Hide scrollbar - IE/Edge */
    -ms-overflow-style:none;
}

/* Hide scrollbar - Chrome, Safari */
.testimonial-text::-webkit-scrollbar{
    display:none;
}





.circle-high-1 {
  position: absolute;
  top: 141px;
  right: 19px;
  border: 1px solid #fff;
  border-radius: 64px;
}

.leslie p {
  color: #fff;
    font-size: 14px;
}
/*Testmional end*/



/*contact form start*/
.contact-1 h5 {
  border: 1px solid #9e0b0f;
  border-radius: 51px;
  padding: 13px 2px;
  width: 166px;
  color: #9e0b0f;
  text-align: center !important;
  margin: auto;
  font-weight: bold;
  height: 54px;
  font-size: 20px;
}

.wow-ab h2 {
  font-size: 32px;
  font-weight: bold;
}


/*.wow-ab p {
  /* margin-right: 309px; */


label {
  margin-top: 17px;
}


.contact-1 h1 {
  text-align: center;
}


.con-btn h5 {
  text-align: center;
  font-size: 18px;
  padding: 10px 28px;
  font-weight: bold;
  margin-top: 20px;
}

.contact-1 h1 {
  font-size: 45px;
  color: #fff;
  margin-top: 20px;
  font-weight: bold;
}
.text-areas {
  color: #000;
}
.iconss {
  width: 48px;
  color: #000;
}

.wow.fadeInUp.contact-info {
  background-color: #9e0b0f;
  padding: 57px 24px;
  border-radius: 30px;
}
.iconss {
  width: 48px;
}

.iconss .fa {
 
  font-size: 36px;
}


.hot-line {
  background-color: #ea9699;
  border-radius: 14px;
  padding: 20px 13px;
  margin-bottom: 18px;
}
.section-title h6 {
  color: #fff;
  font-size: 18px;
}


.with-us h6 {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}






.wow-ab.fadeInUp.section-title h2 {
  font-weight: bold;
}

.phone-line {
  color: #ffff;
  font-size: 20px;
}

hr {
  background-color: #fff !important;
}


.phone-line .fa {
  margin-right: 52px;
}

.system .fa {
  margin-left: 1px;
}

.system p {
  color: #000 !important;
  font-weight: bold;
}
.system h6 {
  color: #000;
  
}

.start {
  background-color: #9e0b0f;
  color: #fff !important;
  font-weight: bold;
  border-radius: 50px;
  padding: 15px 21px;
  width: 268px;
  font-size: 19px;
  margin-top: 20px;
  text-decoration: none;
  box-shadow: none;
  border: none;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-top: 16px;
}






.system {
  margin: 0;
}
.system h6 {
  margin: 0;
}
.system p {
  margin: 0;
}
/*contact form end*/

/*footer start*/

.footer {
  background-color: #9e0b0f;
  color: #fff;
}
.tody h2 {
  font-weight: bold;
}


.ft-btn {
  background-color: #fff;
  color: #9e0b0f !important;
  padding: 11px 15px;
  border-radius: 36px;
  text-decoration: none !important;
  font-size: 14px;
}

.footer-1 h4 {
  margin-top: 18px;
}
.tody h2 {
  margin-top: 11px;
  margin-bottom: 28px;
  font-size: 18px;
}
.monday h6 {
  font-size: 15px;
  margin-top: 4px;
}
.monday h4 {
  margin-top: 21px;
  font-size: 13px;
}

.monday p {
  font-size: 14px;
}
.quicks.pl-0 {
  line-height: 46px;
}

.icon-email .fa {
  border: 1px solid;
  border-radius: 51px;
  padding: 12px 13px;
  margin-right: 6px;
  font-size: 19px;
  height: 45px;
  width: 45px;
  justify-items: center !important;
  text-align: center;
}
.nr-btn {
  border: 2px solid #fff;
  border-radius: 15px;
  padding: 19px 8px;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 14px;
}

.links-1 p {
  margin-top: 19px;
}

.icon-email p {
  margin-top: 16px;
}
.nr-btn .fa {
  margin-left: 5px;
}
.links-1 p {
  margin-bottom: 18px;
  font-size: 14px;
}
.place h2 {
  font-size: 20px;
}
.place p {
  font-size: 14px;
}

.footer-1 h4 {
  font-size: 14px;
  line-height: 24px;
}

.footer-1 img {
  height: 60px;
  width: 64px;
}

.place {
  text-align: center;
  margin-top: 29px;
  /* padding: 10px 167px; */
}
.copyrt h6 {
  font-size: 12px;
}


.footer-bottom {

  background-color: #9e0b0f;
  color: #fff;
 box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.copyrt h6 {
  text-align: center;
  font-weight: normal;
  
}

.quicks li {
  font-size: 14px;
}
.links-1 h2 {
  font-size: 20px;
}

.text-areas h5 {
  font-size: 16px;
  font-weight: bold;
}
.text-areas p {
  font-size: 14px;
}
/*footer end*/







/*sevices hover strat*/
.tim-text {
  background: #fff;
  padding: 10px;
  min-height: 119px;
  border-top: 1px solid #0000005e;
  margin-bottom: 15px;
}

.faq-box{
            margin-bottom:25px;
        }

        .faq-btn{
            width:100%;
            text-align:left;
            background:#de8f93;
            color:#000;
            border:2px solid #b11d24;
            border-radius:40px;
            padding:18px 25px;
            font-size:28px;
            font-weight:600;
            position:relative;
            outline:none !important;
            box-shadow:none !important;
        }

        .faq-btn:hover{
            color:#000;
        }

        .faq-btn .number{
            position:absolute;
            right:20px;
            top:50%;
            transform:translateY(-50%);
            width:42px;
            height:42px;
            border:2px solid #000;
            border-radius:50%;
            display:flex;
            align-items:center;
            justify-content:center;
            font-size:16px;
            font-weight:700;
        }

        .card{
            border:none;
            background:transparent;
        }

        .card-body{
            background:#fff;
            border-radius:15px;
            margin-top:10px;
            padding:20px;
        }
/*sevices hover end*/

.icon-email .fa:hover {
  transform: rotate(360deg);
  transition: 1s;
  background: #fff;
  color: #9e0b0f;
}
/*responsive view*/

@media screen and (max-width: 767px) {
  
 .video-section .home-content {

  padding-top: 198px;
  padding-bottom: 150px;
  height: auto;
}

.build .fa {
  
  margin-left: 0px; 
}



.popup-content {
  position: absolute;
  top: 17px;
  left: 5px;
 
}
.down img {
   margin-left: 0px;

}
.content-text h3 {

  font-size: 13px;
}
.content-text h1 {
  font-size: 21px;
 
}
.content-text .fa {
  font-size: 26px;

}
.content-text {
  padding: 0px 0px 1px 7px !important;
}
.left-box-image img {
  width: 102%;
  height: 68%;

}
.left-box-image {
 height: 315px !important;
  width: 217px !important;

}
.left-box-image {
  margin-left: 42% !important;
  margin-top: -410px !important;
}
.right-box-image img {
  width: 60% !important;
}

.craft a {

   margin-left: 0px; 
}
.left-box-image {
  margin-left: 36%;
  height: 492px;
  width: 365px;
  margin-top: -672px;
}
.content-text p {
  
  font-size: 10px;
}



.number {
  font-size: 30px !important;
 
}

.why.us h5 {

  margin-bottom: 36px;
}
.discover p {
  margin-top: 48px;
 
}
.smart-1 img {
  
  height: 420px;
}
.smart-1 img {
 
  height: 449px;
}
.circle-high {
  top: -25px;
  right: 35px;
}


.circle-high-1 {
 
  top: 0px;
  right: 109px;
  }

  .wow.fadeInUp.contact-info {
  margin-top: 21px;
}



.ander-1 {
  margin-top: 21px;
}

.purje {
 transform: none;
}

.leslie h2 {
  font-size: 15px;
}

.leslie p {
  font-size: 15px;
}




}



.project {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}
.vating h5 {

  margin-top: 16px;
}






/* =====================================
   SERVICES SECTION RESPONSIVE
===================================== */

/* Large Desktop */
@media (max-width: 1400px){

 .popup-card {
  right: 195px;
}

    .services-list::after{
        right:120px;
    }
}

/* Laptop */
@media (max-width: 1199px){

    .services-section{
        padding:100px 0;
    }

    .section-header h2{
        font-size:50px;
    }

    .service-item{
        min-height:130px;
    }

    .number{
        font-size:45px;
    }

    .content h3{
        font-size:20px;
    }

    .popup-card{
        width:300px;
        height:340px;
        right:70px;
    }

    .popup-content{
        width:210px;
        height:auto;
        left:45px;
        top:35px;
        padding:25px;
    }

    .services-list::after{
        right:70px;
    }
    .services-list::before {
 background: none !important;
}
 .services-list::after {
 background: none !important;
}
}

/* Tablet */
@media (max-width: 991px){

    .services-section{
        padding:80px 0;
    }

    .section-header{
        margin-bottom:50px;
    }

    .section-header h2{
        font-size:38px;
    }

    .section-header p{
        font-size:16px;
    }

    .service-item{
        padding:25px 0;
        min-height:100px;
    }

    .number{
        font-size:38px;
    }

    .content h3{
        font-size:18px;
    }

    .icon-circle{
        width:42px;
        height:42px;
    }

    .popup-card{
        width:260px;
        height:300px;
        right:20px;
    }

    .popup-content{
        width:180px;
        left:40px;
        top:25px;
        padding:20px;
    }

    .popup-content p{
        font-size:13px;
    }

    .popup-content ul li{
        font-size:12px;
    }

    .services-list::after{
        display:none;
    }
.ft-btn {
  padding: 11px 11px;
  font-size: 14px;
}
.nr-btn {
  padding: 23px 7px;
  font-size: 13px;
}
.nr-btn .fa {
  margin-left: 9px;
}

.down img {
  margin-left: -13px;
}
.purja h5 {
  
  font-size: 23px;
}
.proj .fa {
  font-size: 20px;
}
.proj .fa {
 
  padding: 11px 8px;

}
.left-box-image {
  height: 426px;
  width: 291px;
}
.content-text h3 {

  font-size: 20px;
  font-weight: bold;
}
.content-text {
  padding: 13px 13px 12px 28px;
}
.right-box-image img {
  max-width: 337px;
}
.links-1 h2 {
  font-size: 20px;
}
.footer-1 h4 {
  font-size: 15px;
  line-height: 25px;
}

.services-list::before {

  background: none !important;
 }

  .services-list::after {
 background: none !important;
}

}

/* Mobile */
@media (max-width: 767px){

    .services-section{
        padding:60px 0;
    }

    .badge{
        width:auto;
        padding:10px 30px;
        font-size:16px;
    }

    .section-header{
        margin-bottom:35px;
    }

    .section-header h2{
        font-size:30px;
        line-height:1.3;
    }

    .section-header p{
        font-size:15px;
        padding:0 15px;
    }

    .services-list::before,
    .services-list::after{
        display:none;
    }

    .service-item{
        min-height:auto;
        padding:20px 0;
    }

    .number{
        font-size:28px;
        text-align:left;
        margin-bottom:10px;
    }

    .content{
        gap:12px;
    }

    .content h3{
        font-size:16px;
        margin:0;
    }

    .icon-circle{
        width:40px;
        height:40px;
        font-size:14px;
    }

    .arrow-btn{
        width:38px;
        height:38px;
        margin-right:0;
        font-size:14px;
    }

    /* Show popup below service item */
    .popup-card{
        position:relative;
        width:100%;
        max-width:320px;
        height:320px;
        right:auto;
        top:auto;
        margin:20px auto 0;
        transform:none;
        opacity:1;
        visibility:visible;
    }

    .popup-content{
        width:200px;
        left:50%;
        transform:translateX(-50%);
        top:35px;
        padding:20px;
    }


}

/* Small Mobile */
@media (max-width: 480px){

    .section-header h2{
        font-size:26px;
    }

    .content h3{
        font-size:15px;
    }

    .number{
        font-size:24px;
    }

    .popup-card{
        max-width:280px;
        height:280px;
    }
.popup-content {
  width: 170px;
  top: 40px;
  padding: 25px;
}

    .popup-content p{
        font-size:11px;
        line-height:1.5;
    }

    .popup-content ul li{
        font-size:11px;
        margin-bottom:6px;
    }


}

/*blog page css start*/


.blog-details{
    padding:80px 0;
    background:#f8f8f8;
}

.blog-image img{
    width:100%;
    border-radius:15px;
}

.blog-content{
    background:#fff;
    padding:30px;
    border-radius:15px;
    margin-top:30px;
}

.blog-category{
    display:inline-block;
    background:#b00000;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    margin-bottom:15px;
}


  
.read-more-btn {
  /* margin-left: 0px; */
  margin-top: -13px;
}

.blog-title{
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}

.blog-meta{
    color:#777;
    margin-bottom:25px;
}

.blog-content p{
    line-height:1.9;
    color:#555;
}

.quote-box{
    background:#b00000;
    color:#fff;
    padding:30px;
    border-radius:15px;
    margin:30px 0;
}

.tags a {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #ddd;
  border-radius: 30px;
  margin-right: 10px;
  text-decoration: none;
  color: #333;
  margin-top: 15px;
}
.sidebar-box{
    background:#fff;
    padding:25px;
    border-radius:15px;
    margin-bottom:30px;
}

.sidebar-box h4{
    margin-bottom:20px;
    font-weight:700;
}

.recent-post{
    display:flex;
    margin-bottom:15px;
}

.recent-post img{
    width:80px;
    height:80px;
    object-fit:cover;
    border-radius:10px;
    margin-right:15px;
}

.recent-post h6{
    font-size:15px;
    margin-bottom:0;
}

.post-nav{
    display:flex;
    justify-content:space-between;
    margin-top:40px;
}

.post-nav a{
    background:#b00000;
    color:#fff;
    padding:12px 25px;
    border-radius:30px;
    text-decoration:none;
}


/*blog page css end*/

/*resi page css start*/
.resi {
  background: #fff;
  color: #9e0b0f;
  padding: 50px 50px;
}
.space h3 {
  font-weight: bold;
  font-size: 26px;
}
.space {
  background: #ea9699;
  padding: 17px 21px;
  border-radius: 20px;
  border: 2px solid;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.space h5 {
 
  font-weight: bold;
  margin-top: 28px;
}

/*resi page css end*/



        .recent-post{
            display:flex;
            align-items:center;
            gap:15px;
            margin-bottom:20px;
            text-decoration:none;
            color:#222;
            transition:0.3s;
        }

        .recent-post:hover{
            color:#c40000;
            text-decoration:none;
        }

        .recent-post img{
            width:80px;
            height:80px;
            object-fit:cover;
            border-radius:8px;
        }

        .recent-post h6{
            margin:0;
            font-size:16px;
            font-weight:600;
        }


    .blog-details{
    padding:80px 0;
}

.blog-image img{
    width:100%;
    height:auto;
    border-radius:15px;
}

.blog-title{
    margin:20px 0;
    font-size:42px;
    font-weight:700;
}

.blog-meta{
    color:#777;
    margin-bottom:20px;
}

.blog-content p{
    line-height:1.9;
}

.sidebar-box{
    background:#f8f8f8;
    padding:30px;
    border-radius:15px;
    margin-bottom:30px;
}

.recent-post{
    display:flex;
    align-items:center;
    margin-bottom:15px;
    text-decoration:none;
    color:#222;
}

.recent-post img{
    width:80px;
    height:80px;
    object-fit:cover;
    border-radius:8px;
    margin-right:15px;
}
.blog-image img{
    width:100%;
    height:500px;
    object-fit:cover;
}

.carousel-control-next {
 background: #9e0b0f;
  opacity: 1;
  height: 30px;
  width: 30px;
  top: 38%;
}

#thumbSlider {
  /* background: #9e0b0f; */
  padding: 26px 28px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-bottom: 17px;
}


.brian-text .fa {
  font-size: 7px;

}
.river-text-1 .fa {
  font-size: 7px;


}



.btn-danger{
    background:#c00000;
    border:none;
    border-radius:50px;
    padding:12px 30px;
}

.btn-danger:hover{
    background:#900000;
}
.carousel-control-next-icon {
 
  display: block;
}
.carousel-control-prev {
  background: #9e0b0f;
  opacity: 1;
  height: 30px;
  width: 30px;
  top: 38%;
}
.team-content-wrapper {
    position: relative;
}

.team-content {
  max-height: 347px;
  overflow: hidden;
  /* transition: all 0.4s ease; */
  margin-top: 33px;
}

.team-content.expanded {
    height: 300px; /* Scrollable height */
    overflow-y: auto;
    padding-right: 10px;
}

/* Optional scrollbar styling */
.team-content.expanded::-webkit-scrollbar {
    width: 6px;
}

.team-content.expanded::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}
.team-content-wrapper {
    overflow: hidden;
}

.team-content p,
.team-content h5 {
    margin-bottom: 15px;
}


/* Scrollbar */
.team-content.expanded::-webkit-scrollbar {
    width: 6px;
}

.team-content.expanded::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}
#teamContent {
  color: #fff;
}

#teamContent h5 {
  font-weight: bold;
}

.all-teams img {
  height: 200px;
  width: 200px;
  margin-bottom: 40px;
  margin-top: 40px;
  border: 5px solid #9e0b0f;
  border-radius: 138px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.all-teams h4 {
  font-size: 38px;
  font-weight: bold;
}

.team-member-1 p {
  /* border: 1px solid; */
  padding: 24px 25px;
  border-radius: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}




.all-teams{
    margin-bottom:50px;
}

.tmm-1 img {
  max-width: 256px;
  width: 100%;
  height: 252px;
  display: block;
}
.all-text-1{
    padding-left:20px;
}

.all-text-1 h4 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

.all-text-1 h6 {
  font-weight: bold;
  margin-top: 14px;
  color: #fff
}

.all-text-1 {
  border: 2px solid;
  border-radius: 55px;
  padding: 21px 41px;
  background: #9e0b0f;
  color: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.all-text-1 h6{
    margin-bottom:15px;
}

@media screen and (min-device-width: 280px) and (max-device-width: 768px) { 

    .all-teams{
        text-align:center;
    }

    .all-text-1{
      
        margin-top:20px;
    }

    .tmm-1 img{
        margin:auto;
    }

  .buttom a {
	padding: 10px 8px;
	font-size: 8px;
}
.leslie {
	margin: auto;
	background-color: #9e0b0f;
}




/* Heading */
.monial{
    text-align:center;
}

.monial h5{
    width:auto;
    display:inline-block;
    padding:10px 22px;
    font-size:15px;
}

.monial h1{
    font-size:26px;
    line-height:1.4;
    margin-top:15px;
    padding:0 15px;
}

/* Slider */
.owl-carousel .item{
    padding:35px 10px 20px;
}

.ander{
    position:relative;
    display:flex;
    justify-content:center;
}

/* Circle */
.leslie{
    width:100%;
    max-width:320px;
    height:320px;
    border:5px solid #fff;
    border-radius:50%;
    padding:55px 28px 35px;
    margin:auto;
    text-align:center;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

/* Text */
.leslie h4{
    font-size:18px;
    margin-bottom:5px;
}

.leslie h6{
    font-size:13px;
    margin-bottom:12px;
}

.leslie p{
    font-size:13px;
    line-height:1.6;
}

.star-text{
    justify-content:center;
    margin:15px 0 0;
    padding:0;
}

/* Image */
.circle-high{
    position:absolute;
    top:0;
    right:15%;
    width:70px;
    height:70px;
    border:3px solid #fff;
    border-radius:50%;
    overflow:hidden;
    background:#fff;
}

.circle-high img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Read More */
.read-more-btn{
    font-size:13px;
}

/* Scroll Text */
.testimonial-text{
    max-height:70px;
    overflow-y:auto;
    scrollbar-width:none;
}

.testimonial-text::-webkit-scrollbar{
    display:none;
}

}