/* ========= [ * page-home_3 ]  =========*/
.side_menu.style-1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #f3f3f3;
  height: 100vh;
  width: 30% !important; 
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.side_menu.style-1 .content {
  width: 100%;
}
.side_menu.style-1 .content .logo {
  padding: 20px 15px;
  border-bottom: 1px solid #9993;
}
.side_menu.style-1 .content .logo img {
  margin-top: 50px ;
  max-width: 35%;
}
.side_menu.style-1 .content .side_foot {
  padding: 15px 1vw;
  margin-bottom: 50px;
  border-top: 1px solid #9993;
}
.side_menu.style-1 .content .side_foot h5 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.side_menu.style-1 .content .side_foot .contact_wrapper{
  padding-top: 10px;
  padding-left: 10px !important;
  padding-right: 10px !important;

}
.side_menu.style-1 .content .side_foot a{
  font-size: 14px !important;
  /* padding-bottom: 20px */
}
/* .side_menu.style-1 .content .side_foot .row .col-lg-6{
  padding:  0 10px !important;
} */
.side_menu.style-1 .pages_links {
  padding: 15px 1vw;
  height: calc(100vh - 230px);
  overflow: auto;
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.side_menu.style-1 .pages_links::-webkit-scrollbar {
  height: 5px;
  width: 3px;
  background: #8169f122;
  border-radius: 10px;
}
.side_menu.style-1 .pages_links::-webkit-scrollbar-thumb {
  background: #000;
  -webkit-border-radius: 0;
  border-radius: 10px;
}
.side_menu.style-1 .pages_links::-webkit-scrollbar-corner {
  background: #8169f122;
  border-radius: 10px;
}
.side_menu.style-1 .pages_links li {
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.side_menu.style-1 .pages_links li a {
  color: #222;
  font-size: calc(10px + 0.8vw);
  font-weight: bold;
  margin: 10px 0;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: capitalize;
}
.side_menu.style-1 .pages_links li a::after {
  position: absolute;
  content: "";
  left: 110%;
  top: 60%;
  width: 0;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.side_menu.style-1 .pages_links li a.active {
  color: #cc0909;
}
.side_menu.style-1 .pages_links li a.active::after {
  width: 50px;
}
.side_menu.style-1 .pages_links ul li {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.side_menu.style-1 .pages_links ul li:nth-of-type(1) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.side_menu.style-1 .pages_links ul li:nth-of-type(2) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.side_menu.style-1 .pages_links ul li:nth-of-type(3) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.side_menu.style-1 .pages_links ul li:nth-of-type(4) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.side_menu.style-1 .pages_links ul li:nth-of-type(5) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.side_menu.style-1 .pages_links ul li:nth-of-type(6) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.side_menu.style-1 .pages_links ul li:nth-of-type(7) {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.side_menu.style-1 .pages_links ul li:nth-of-type(8) {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.side_menu.style-1 .side_menu_cls {
  position: absolute;
  top: 50px;
  right: 45px;
}
.side_menu.style-1 .side_menu_cls:hover {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.side_menu.style-1.show {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  pointer-events: all;
  border-radius: 0;
}
.side_menu.style-1.show li {
  opacity: 1;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.side_menu.style-1.dark_theme {
  background-color: #000;
  color: #fff;
}
.side_menu.style-1.dark_theme .pages_links li a {
  color: #999;
}
.side_menu.style-1.dark_theme .pages_links li a::after {
  background: #999;
}
.side_menu.style-1.dark_theme .pages_links li a:hover {
  color: #fff;
}
.side_menu.style-1.dark_theme .pages_links li a:hover::after {
  background: #999;
}
.side_menu.style-1.dark_theme::-webkit-scrollbar {
  background: #fff3;
}
.side_menu.style-1.dark_theme::-webkit-scrollbar-thumb {
  background: #fff3;
}
.side_menu.style-1.dark_theme::-webkit-scrollbar-corner {
  background: #fff3;
}

.side_overlay {
  position: fixed;
  z-index: 99998;
  width: 100vw;
  height: 100vh;
  background-color: #0009;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.side_overlay.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 992px) {
  .side_menu.style-1 .content .side_foot {
    padding: 10px 20px 15px 20px !important;
  }
}
@media screen and (max-width: 576px) {
  .side_menu.style-1 .content .side_foot .contact_wrapper{
    padding-top: 0px !important;
    padding-left: 20px !important;
    padding-right: 0px !important;
  
  }
  .side_menu.style-1 .content .side_foot {
margin-bottom: 0px !important;
  }

}
@media screen and (max-width: 480px) {
  .side_menu.style-1 {
    width: 100%;
  }
  .side_menu.style-1 .pages_links {
    height: calc(95vh - 273px);
  }

  .side_menu.style-1 .content .logo img {
    margin-top: 0px ;
  }
  .side_menu.style-1 .side_menu_cls {
    /* position: absolute; */
    top: 60px !important;
    /* right: 45px; */
}
}

/* --------------- about style8 --------------- */
.tc-about-style8 {
  background-image: url("https://i0.wp.com/www.re-thinkingthefuture.com/wp-content/uploads/2020/07/A1265-10-tips-to-make-Successful-Architecture-Project-Presentation.jpg?w=999");
  background-size: cover;
  color: #fff;
}
.tc-about-style8::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-color: #c82323; 
     opacity: 0.3; */
  background-color: black;
  opacity: 0.7;
}
.tc-about-style8 h1 {
  font-size: calc(3vw + 20px);
  line-height: 0.2;
  letter-spacing: 0.01em;
  margin-top: 50px;
  font-weight: 800 !important;
  color: white;
}

.tc-about-style8 h1 span {
  /* font-family: 'Times New Roman', Times, serif !important; */
  margin-top: 25px;
  line-height: 80px;
  /* color: #cc0909; */
  color: white;
  font-weight: 800 !important;
}

.tc-about-style8 .banner_heading_on_responsive span {
  /* font-family: 'Times New Roman', Times, serif !important; */
  margin: 25px 0;
  color: white;
  /* color: white; */
  font-weight: 600;
  display: none;
}

.tc-about-style8 h3 {
  font-size: calc(1.7vw + 30px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-top: 50px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .banner_container{
    min-height: 550px !important;
  }
  .tc-about-style8 .fixed-btns {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

  }
  .tc-about-style8 .fixed-btns .butn {
    /* display: none !important; */
    background-color: red !important;
    font-size: 12px;
    padding: 10px 20px;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
   visibility: hidden !important;

  }
}

/* --------------- services style8 --------------- */
.tc-services-style8 {
  /* background-image: url("../img/prc_bg.png"); */
  background-color: #fff;
}
.tc-services-style8 .service-card {
  position: relative;
  padding: 5px;
  /* background-color: #F1EEE9; */
  display: block;
}

.tc-services-style8 .service-card img {
  width: 100% !important;
  height: 400px !important;
}
.tc-services-style8 .service-card:hover .top-info .title {
  color: #000;
  text-decoration: underline;
}
.tc-services-style8 .service-card .top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* .zoom-container {
        position: relative;
        overflow: hidden;  
    }

    .zoom-container svg{
      display: none;
      position: absolute;
      top: 46%;
      left: 47%;
      transform: translate(-47%,-47%);
      color: white;
    }
    
    .zoom-image {
        width: 100%;
        transition: transform 0.3s ease;
    }
    .zoom-container:hover svg {
      display: block;
      transform: scale(1.2); 
  }
    .zoom-container:hover .zoom-image {
        transform: scale(1.2);
    }
    
    .zoom-container::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100px; 
        height: 100px;
        border-radius: 50%; 
        background: rgba(255, 255, 255, 0.3); 
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); 
        transform: translate(-50%, -50%); 
        pointer-events: none; 
        opacity: 0; 
        transition: opacity 0.3s ease;
    }
    
    .zoom-container:hover::after {
        opacity: 1;
    }

    .zoom-container.clicked::after {
      pointer-events: auto; 
      cursor: pointer;
  }
  
  .image-modal {
      display: none; 
      position: fixed;
      z-index: 111111111111; 
      left: 0%;
      top: 0%;
      transform: translate(-0%,-0%);
      width: 100%; 
      height: 100%; 
      overflow: auto; 
      background-color: rgba(0,0,0,0.9);
  }
  
  .image-modal-content {
      margin: auto;
      display: block;
      width: 100%;
      max-width: 700px;
  }
  
  .close {
      position: absolute;
      top: 15px;
      right: 35px;
      color: #f1f1f1;
      font-size: 40px;
      font-weight: bold;
      transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
      color: #bbb;
      text-decoration: none;
      cursor: pointer;
  } */

.tc-services-style8 .service-card .top-info .title {
  font-size: 18px;
  text-transform: uppercase;
  color: #666;
}
.tc-services-style8 .service-card .top-info .icon {
  width: 60px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  font-size: 18px;
}
.tc-services-style8 .service-card .tags {
  margin-top: 50px;
}
.tc-services-style8 .service-card .tags .tag {
  font-size: 21px;
  margin: 5px;
  font-weight: 400;
}
.tc-services-style8 .service-card .tags .tag:nth-of-type(1) {
  padding: 10px 30px;
  border-radius: 30px;
  background-color: #000;
  color: #fff;
}
.tc-services-style8 .service-card .tags .tag:nth-of-type(2) {
  padding: 10px 30px;
  border-radius: 30px;
  background-color: var(--color-orange1);
  color: #fff;
}
.tc-services-style8 .service-card .tags .tag:nth-of-type(3) {
  padding: 10px 30px;
  border-radius: 30px;
  background-color: #000;
  color: #fff;
}
.tc-services-style8 .service-card .tags .tag:nth-of-type(4) {
  padding: 10px 30px;
  border-radius: 30px;
  border: 1px solid #ccc;
  color: #000;
}
.tc-services-style8 .service-card.r-card .tags .tag:nth-of-type(1) {
  padding: 10px 30px;
  border-radius: 30px;
  background-color: #000;
  color: #fff;
}
.tc-services-style8 .service-card.r-card .tags .tag:nth-of-type(2) {
  padding: 10px 30px;
  border-radius: 30px;
  background-color: #000;
  color: #fff;
}
.tc-services-style8 .service-card.r-card .tags .tag:nth-of-type(3) {
  padding: 10px 30px;
  border-radius: 30px;
  border: 1px solid #ccc;
  color: #000;
  background-color: transparent;
}
.tc-services-style8 .service-card.r-card .tags .tag:nth-of-type(4) {
  padding: 0;
  border-radius: 0;
  border: 0;
  color: #000;
}

@media screen and (max-width: 991px) {
  .tc-services-style8 .service-card {
    padding: 30px 15px;
  }
  .tc-services-style8 .service-card .top-info .title {
    font-size: 16px;
    -webkit-margin-end: 50px;
    margin-inline-end: 50px;
  }
  .tc-services-style8 .service-card .top-info .icon {
    width: 45px;
    height: 45px;
    font-size: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .tc-services-style8 .service-card .tags .tag {
    font-size: 13px;
    padding: 5px 10px !important;
  }
}

/* --------------- portfolio style8 --------------- */
.tc-portfolio-style8 {
  position: relative;
  color: #fff;
}
.tc-portfolio-style8 .nav-pills {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}
.tc-portfolio-style8 .nav-pills .nav-link {
  padding: 0;
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
  color: #fff;
  background-color: transparent;
  opacity: 0.6;
}
.tc-portfolio-style8 .nav-pills .nav-link.active {

  opacity: 1;
}
.tc-portfolio-style8 .project-content .title {
  font-size: 100px;
  letter-spacing: -0.05em;
  font-weight: 600;
  margin-top: 80px;
}
.tc-portfolio-style8 .imgs .tab-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tc-portfolio-style8 .imgs .tab-img.current {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .tc-portfolio-style8 .project-content .title {
    font-size: 40px;
    margin-top: 50px;
  }
  .tc-portfolio-style8 .nav-pills .nav-link {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    margin-bottom: 15px;
  }
}

/* --------------- clients style8 --------------- */
.tc-clients-style8 {
  position: relative;
  background-image: url("../img/prc_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  object-fit: cover;
}
.tc-clients-style8 .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  margin-bottom: 30px;
  -webkit-margin-start: -30px;
  margin-inline-start: -30px;
}
.tc-clients-style8 .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 50px;
}
.tc-clients-style8 .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
  animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
}
.tc-clients-style8 .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #000;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@-webkit-keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.tc-clients-style8 .clients-slider {
  position: relative;
  /* overflow: initial; */
}
.tc-clients-style8 .clients-arrows {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 140px;
  background-color: transparent;
  border-radius: 30px;
  border: none;
  /* margin-top: 70px; */
  padding: 0 10px;
}
.tc-clients-style8 .clients-arrows .swiper-button-prev,
.tc-clients-style8 .clients-arrows .swiper-button-next {
  position: relative;
  margin: 0;
  z-index: 20;
  right: 0;
  left: 0;
}
.tc-clients-style8 .clients-arrows .swiper-button-prev::after,
.tc-clients-style8 .clients-arrows .swiper-button-next::after {
  font-size: 24px;
  color: #000;
}
.tc-clients-style8 .clients-arrows .swiper-button-prev:hover::after,
.tc-clients-style8 .clients-arrows .swiper-button-next:hover::after {
  color: var(--color-orange1);
}
.tc-clients-style8 .author-inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
.tc-clients-style8 .author-inf .img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tc-clients-style8 .author-inf .inf * {
  margin: 0;
  line-height: 1.4;
}
.tc-clients-style8 .numbers .number-card {
  position: relative;
  margin-bottom: 75px;
}
.tc-clients-style8 .numbers .number-card h2 {
  font-size: 60px;
  color: var(--color-orange1);
  font-weight: 400;
  margin-bottom: 15px;
}
.tc-clients-style8 .numbers .number-card small {
  font-size: 16px;
  text-transform: uppercase;
  color: #666;
}

@media screen and (max-width: 991px) {
  .tc-clients-style8 .numbers .number-card {
    margin-bottom: 30px;
  }
  .tc-clients-style8 .numbers .number-card h2 {
    font-size: 45px;
  }
}

/* --------------- partners style8 --------------- */
.tc-partners-style8 .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tc-partners-style8 .logos .logo-card {
  position: relative;
  background-color: #fff;
  height: 200px;
  border: 1px solid #ececec;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
}
.tc-partners-style8 .logos .logo-card:hover .float-inf {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.tc-partners-style8 .logos .logo-card:hover .plus-icon {
  background-color: #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
}
.tc-partners-style8 .logos .logo-card .logo {
  max-width: 135px;
  max-height: 40px;
}
.tc-partners-style8 .logos .logo-card .num {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}
.tc-partners-style8 .logos .logo-card p {
  position: absolute;
  left: 20px;
  bottom: 20px;
  text-transform: uppercase;
  color: #666;
  z-index: 10;
  font-size: 13px;
}
.tc-partners-style8 .logos .logo-card .plus-icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #f1eee9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 30;
}
.tc-partners-style8 .logos .logo-card .float-inf {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f1eee9;
  padding: 30px 20px;
  z-index: 20;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 991px) {
  .tc-partners-style8 .logos .logo-card {
    width: 50%;
  }
  .tc-partners-style8 .logos .logo-card p {
    max-width: calc(100% - 70px);
  }
}

/* --------------- team style8 --------------- */
.tc-team-style8 {
  position: relative;
  background-color: transparent;
  color: black;
}
.tc-team-style8 .member-colmn {
  margin: auto;
}
.tc-team-style8 .team-card {
  position: relative;
  margin-bottom: 20px;
  display: block;
}
.tc-team-style8 .team-card:hover .img {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.tc-team-style8 .team-card:hover .img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.tc-team-style8 .team-card:hover .img::after {
  opacity: 0.7;
}
.tc-team-style8 .team-card:hover .title {
  opacity: 1;
  top: 50%;
}
.tc-team-style8 .team-card:hover .img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.tc-team-style8 .team-card:hover .img img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tc-team-style8 .team-card.team-text .img {
  border: 1px solid #ccc;
  height: 158px;
  height: 158px;
  color: #fff;
}
.tc-team-style8 .team-card.team-text .img::after {
  display: none;
}
.tc-team-style8 .team-card.team-text .title {
  font-weight: 300;
  color: #fff !important;
  text-align: start;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  text-transform: capitalize;
}
.tc-team-style8 .team-card.team-text .title .arrow {
  margin-top: 10px;
  display: block;
}
.tc-team-style8 .team-card .img {
  position: relative;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-team-style8 .team-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-team-style8 .team-card .title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  opacity: 0;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.5;
  text-transform: capitalize;
}

@media screen and (max-width: 991px) {
  .tc-team-style8 .member-colmn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .tc-team-style8 .member-colmn .team-card {
    width: 40vw;
    height: 40vw;
  }
  .tc-team-style8 .team-card.team-text .title {
    padding: 30px;
    text-align: center;
  }
  .tc-team-style8 .butn {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 30px auto;
  }
  
:target {
  position: relative;
  border-top: 85px solid transparent;
  margin: -85px 0 0;
  background-clip: padding-box;
}

:target::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
}
}

/* --------------- contact style8 --------------- */
.tc-contact-style8 {
  position: relative;
  background-image: url("../img/prc_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  position: inherit;
  color: #fff;
}
.tc-contact-style8::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-color: #000; */
  opacity: 0.3;
  z-index: 1;
}
/* .tc-contact-style8 .bg-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
} */

.tc-contact-style8 .section-body .text {
  color: black;
}

.tc-contact-style8 .section-body .text h2{
  color: #cc0909;
}
.tc-contact-style8 h3 {
  color: black;
}
.tc-contact-style8 .contact_content {
  padding: 20px 0;
  font-size: 18px !important;
  color: gray !important;
}

.tc-contact-style8 .section-head span {
  padding: 20px 0;
  font-size: 18px !important;
  color: black ;
}

.tc-contact-style8 h1 {
  font-size: calc(4vw + 3px);
  line-height: 1.2;
  letter-spacing: -0.05em;
  margin-top: 50px;
  font-weight: 600;
  color: #cc0909;
}

.home-style8 .fullpage-slider8 {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.home-style8 .section {
  height: 100vh;
  overflow: hidden;
}
.home-style8 .section .container {
  position: relative;
  z-index: 10;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.home-style8 .swiper-slide-active .section .container {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.home-style8 .container,
.home-style8 .container-lg,
.home-style8 .container-md,
.home-style8 .container-sm,
.home-style8 .container-xl {
  max-width: 1100px !important;
  padding-right: 15px;
  padding-left: 15px;
}

.home-style8 .swiper-pagination {
  right: 5px;
}
.home-style8 .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  border: 0;
  background-color: white;
  margin: 30px;
  opacity: 1;
}
.home-style8 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-orange1);
  outline: 1px solid var(--color-orange1);
  outline-offset: 6px;
}

.home-style8 .fixed-content .fixed-btns {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 11;
}
.home-style8 .fixed-content .fixed-btns .lang-icon {
  width: 45px;
  height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  color: #ccc;
}

.home-style8 .fixed-content .fixed-txt {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 999;
  color: #fff;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-style8 .fixed-content .fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 14px;
  text-align: center;
  z-index: 999;
  color: #fff;
  height: 100vh;
  background-color: #00000057;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-style8 .fixed-content .fixed-nav*:not(.logo) {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-style8 .fixed-content .fixed-nav .social-icons a {

  margin-top: 15px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 13px;
}
.home-style8 .fixed-content .fixed-nav .social-icons a i {
  margin-top: 12px ;
}
.home-style8 .fixed-content .fixed-nav .social-icons a:hover {
  background-color: var(--color-orange1);
  border-color: var(--color-orange1);
  color: #fff;
}
.home-style8 .fixed-content .fixed-nav .menu-icon {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999999999999999999999999;
  cursor: pointer;
  border-radius: 50% !important;
  padding: 12px 13px;
}

.home-style8.reverse-color .swiper-pagination .swiper-pagination-bullet {
  background-color: #000;
}
.home-style8.reverse-color .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-orange1);
  outline: 1px solid var(--color-orange1);
}

.home-style8.reverse-color .fixed-content .fixed-btns .lang-icon {
  color: #000;
}

.home-style8.reverse-color .fixed-content .fixed-txt {
  color: #000;
}

.home-style8.reverse-color .fixed-content .fixed-nav {
  color: #000;
  background-color: #fff;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  border-right: 1px solid #ccc;
}
.home-style8.reverse-color .fixed-content .fixed-nav .logo img {
  background-image: url("../img/CGPvtLogo-1-white.png") !important;
}

.home-style8 .fixed-content .fixed-nav .logo .white_logo {
  display: block;
  /* background-image: url("../img/CGPvtLogo-1-white.png") !important; */
}

.home-style8 .fixed-content .fixed-nav .logo .gray_logo {
  display: none;
}
.home-style8.reverse-color .fixed-content .fixed-nav .logo .white_logo {
  display: none;
  /* -webkit-filter: brightness(0);
    filter: brightness(0); */
  /* background-image: url("../img/CGPvtLogo-1-gray.png") !important; */
}

.home-style8.reverse-color .fixed-content .fixed-nav .logo .gray_logo {
  display: block;
  /* background-image: url("../img/CGPvtLogo-1-white.png") !important; */
}
.home-style8.reverse-color .fixed-content .fixed-nav .menu-icon i {
  padding: 12px 13px;
  border: 1px solid #ccc !important;
  border-radius: 50% !important;
  transition: all 0.3s ease;
}
.home-style8.reverse-color .fixed-content .fixed-nav .menu-icon i:hover {
  background-color: var(--color-orange1);
  color: white !important;
  border: 1px solid var(--color-orange1) !important;
}

.home-style8.reverse-color .fixed-content .fixed-nav .social-icons a {
  border: 1px solid #ccc;
}
.home-style8.reverse-color .fixed-content .fixed-nav .social-icons a:hover {
  background-color: var(--color-orange1);
  border-color: var(--color-orange1);
}

@media screen and (max-width: 991px) {
  .home-style8 br {
    display: none;
  }
  .home-style8 .fsz-50 {
    font-size: 30px !important;
  }
  .home-style8 .fsz-40 {
    font-size: 25px !important;
  }
  .home-style8 .mb-90 {
    margin-bottom: 40px !important;
  }
  .home-style8 .fsz-30 {
    font-size: 22px !important;
    font-weight: 600 !important;
  }
  .home-style8 .fsz-25 {
    font-size: 18px !important;
  }
  .home-style8 .fullpage-slider8 {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .home-style8 .fullpage-slider8 .section {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    overflow: scroll;
  }
  .home-style8 .fullpage-slider8 .section .container {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .home-style8 .fullpage-slider8 > .swiper-wrapper {
    display: block;
    overflow: scroll;
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }

  .home-style8 .swiper-pagination {
 display: none;
}
  .home-style8 .fullpage-slider8 .swiper-slide {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .home-style8 .fixed-content .fixed-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    left: 0;
    top: auto;
    top: 0;
    width: 100%;
    height: 90px;
    padding: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-style8 .fixed-content .fixed-nav .menu-icon {
    position: absolute;
    width: 50px !important;
    left: 95%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* display: none; */
  }
  .home-style8 .fixed-content .fixed-nav .social-icons {
    margin: 0 auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-style8 .fixed-content .fixed-nav .social-icons a {
    width: 30px;
    height: 30px;
    font-size: 12px;
    margin-top: 0;
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
  }
  .home-style8 .fixed-content .fixed-nav .logo {
    /* width: 30px;  */
  }
  .home-style8 .section {
    padding: 0 15px;
  }
}

.tc-filter-posts-style1 {
  position: relative;
  padding: 30px 0 10px 0;
}


.tc-filter-posts-style1 .filter .links a {
  font-size: 18px;
  line-height: 24px;
  color: #666;
  background-color: transparent;
  padding: 0;
  -webkit-margin-end: 50px;
  margin-inline-end: 50px;
  text-transform: uppercase;
}
.tc-filter-posts-style1 .filter .links a.active {
  color: var(--color-orange1);
}
.tc-filter-posts-style1 .search-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #222;
}
.tc-filter-posts-style1 .search-group .form-control {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 10px 0;
  font-size: 14px;
}
.tc-filter-posts-style1 .search-group button {
  border: 0;
  background-color: transparent;
}
.tc-filter-posts-style1 .posts-content {
  /* margin-left: 30px; */
  scroll-behavior: smooth;
  float: left;
  padding-right: 20px;
  overflow-y: scroll;
  margin-bottom: 25px;
}
.tc-filter-posts-style1 .posts-content .mixitup{
  max-height: 533px !important;
}
/* Webkit (Chrome, Safari, Opera) */
.tc-filter-posts-style1 #scroll_project_content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px !important;
  background-color: #7c818b;
}

.tc-filter-posts-style1 #scroll_project_content::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

.tc-filter-posts-style1 #scroll_project_content::-webkit-scrollbar-thumb {
  border-radius: 10px !important;
  background-color: #cc0909;
  background-image: -webkit-gradient(linear,
          40% 0%,
          75% 84%,
          from(#cc0909),
          to(#cc0909),
          color-stop(.6, #cc0909));
}

/* Firefox */
@-moz-document url-prefix() {
  .tc-filter-posts-style1 #scroll_project_content {
      scrollbar-width: thin;
      
      scrollbar-color: #cc0909 #F5F5F5;
  }
}

/* Edge */
@supports (-ms-ime-align: auto) {
  .tc-filter-posts-style1 #scroll_project_content {
      scrollbar-width: thin;
      scrollbar-color: #cc0909 #F5F5F5;
  }
}

@media screen and (max-width: 1450px) {
  .banner_container,
  .about_banner,
  .service_container,
  .project_container,
  .contact_container {
    padding-left:  7px !important;
    /* width: 1000px !important; */
  }
  .project_container {
    padding-left: 15px !important;
  }
}

@media screen and (max-width: 1350px) {
  .banner_container,
  .about_banner,
  .service_container,
  .project_container,
  .contact_container  {
    
    width: 1000px !important;
  }
  .about_banner{
    padding-left: 15px !important;
  }
}

@media screen and (max-width: 1250px) {
  .banner_container,
  .about_banner,
  .contact_container {

    width: 900px !important;
  }

  .service_container{
    width: 915px !important;
  }

  .tc-services-style8 .service-card img {
    width: 97% !important;
    height: 320px !important;
  }

  
  .project_container{
    width: 950px !important;
    padding-left: 0 !important;
    margin-right: 120px  !important;
  } 


}
@media screen and (max-width: 1200px) {
  .project_container{
    /* width: 950px !important; */
    margin-right: 75px  !important;
  } 

}

@media screen and (max-width: 1150px) {
  .banner_container,
  .about_banner,
  .contact_container
 {
    width: 800px !important;
  }

  .contact_container
  {
     padding-left: 15px !important;
   }

  .service_container {
    width: 820px !important;
  }

  .project_container{
    width: 860px !important;
    margin-right:140px  !important;

    margin-left: 140px  !important;
  } 
  .tc-filter-posts-style1  .post-card{
    width: 265px !important;
    max-width: 265px !important;
  }
  .tc-filter-posts-style1  .post-card .img{
    width: 265px !important;
    max-width: 265px !important;

}


}

@media screen and (max-width: 1050px) {
  .banner_container,
  .about_banner,
  .contact_container {
    width: 750px !important;
  }

  
  .service_container {
    width: 765px !important;
  }

  .project_container{
    width: 830px !important;

  }

}

@media screen and (max-width: 992px) {
  .banner_container,
  .about_banner,
  .service_container,
  .project_container,
  .contact_container {
    width: 95% !important;
  }
  .tc-filter-posts-style1 .posts-content{
    display: flex !important;
    justify-content: center !important;
  }
  .tc-filter-posts-style1 .posts-content .mixitup{
    width: 85% !important;
    overflow-y: scroll !important; 
    overflow-x: hidden !important;
    scrollbar-width: thin !important;
    scrollbar-color: #cc0909 #F5F5F5 !important;
    
  }
  
.tc-filter-posts-style1 .posts-content .mixitup::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1) !important;
  background-color: #F5F5F5 !important; 
  
}

.tc-filter-posts-style1 .posts-content .mixitup::-webkit-scrollbar {
  width: 47px !important;
  background-color: #F5F5F5 !important;
    background-image: -webkit-gradient(linear,
          40% 0%,
          75% 84%,
          from(#cc0909),
          to(#cc0909),
          color-stop(.6, #cc0909)) !important;
}

.tc-filter-posts-style1 .posts-content .mixitup::-webkit-scrollbar-thumb {
  border-radius: 10px !important;
  background-color: #cc0909 !important;
  background-image: -webkit-gradient(linear,
          40% 0%,
          75% 84%,
          from(#cc0909),
          to(#cc0909),
          color-stop(.6, #cc0909)) !important;
}


@supports (-ms-ime-align: auto) {
  .tc-filter-posts-style1 .posts-content .mixitup {
      scrollbar-width: thin !important;
      scrollbar-color: #cc0909 #F5F5F5 !important;
  }
}


  /* .tc-filter-posts-style1 .posts-content {
    height: 500px !important;
    overflow-y: hidden !important;
  } */
  
  .home-style8.reverse-color .fixed-content .fixed-nav .menu-icon i {
    border: none !important;
  }
  .home-style8 .fixed-content .fixed-nav .menu-icon {
    left: 90%;
    }
  .tc-about-style8  .contact_btn {
    margin: 10px 0;
    font-size: 14px !important;
    padding: 13px 25px !important;
    color: white !important;
  }
  .project_container{
    padding: 0 0 0 15px  !important;
    margin-right:auto  !important;
    margin-left: auto  !important;
  } 
  
.tc-filter-posts-style1 .posts-content{
  padding-right: 0 !important;
	overflow-y: hidden !important;
}

.tc-filter-posts-style1 .project_container .posts-content .mix-item .info .title{
  width: 265px !important;
}

.tc-contact-style8 .contact_container h1{
  font-size: 42px;
}
.tc-contact-style8 .contact_container h1 i{
  font-size: 36px !important;
}

}

@media screen and (max-width: 991px) {
  .tc-main-slider-style1 {
    padding-top: 100px;
  }
  .fsz-45 {
    font-size: 25px !important;
  }
  .tc-main-slider-style1 .main-slider .slider-card {
    height: 400px;
  }
  .tc-main-slider-style1 .main-slider .arrows {
    bottom: 15px;
  }
  .tc-main-slider-style1 .main-slider .swiper-pagination {
    bottom: 25px;
  }
  .tc-latest-posts-style1 .content .arrows .swiper-button-prev,
  .tc-latest-posts-style1 .content .arrows .swiper-button-next {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 30px;
    margin-inline-end: 30px;
  }
  .tc-latest-posts-style1 .content {
    padding: 100px 0;
  }
  .tc-filter-posts-style1 {
    padding: 100px 0;
  }
  .tc-filter-posts-style1 .filter .links a {
    font-size: 14px;
    -webkit-margin-end: 25px;
    margin-inline-end: 25px;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
.service_container .heading_col{
  padding: 0 15px 0 7px  !important;
}

.service_container .heading_col p,
.contact_container .contact_content,
.contact_container .contact_content{
font-size: 14px !important;
}
.tc-filter-posts-style1  .post-card{
  width: 235px !important;
  max-width: 235px !important;
}

.tc-filter-posts-style1  .post-card .img{
  width: 235px !important;
  max-width: 235px !important;
}


}


@media screen and (max-width: 640px) {
  .flex-box{
    height: 0rem !important; 
  }

  .pane{
    height: 2.3rem !important;
  }
  .pane.active{
    height: 23rem !important;
  }
  
  .rotate-vertical {
    display: none !important;
    /* transform: rotate(270deg);
    transform-origin: center center;
    writing-mode: vertical-lr; */
  
  }
  .rotate-horizontal{
    display: block !important;

  }
  
  .name_wrapper{
    margin: 0 !important;
  }
  /* .engineering_heading{
    transform: rotate(270deg) !important;
    transform-origin: center center !important;
    writing-mode: vertical-lr !important;
  margin-bottom: -70px !important;
  margin-left: 280px !important;
  }
  .design_heading{
    transform: rotate(270deg) !important;
    transform-origin: center center !important;
    writing-mode: vertical-lr !important;
    margin-bottom: -160px !important;
      margin-left: 280px !important;
  }
  .project_heading{
    transform: rotate(270deg) !important;
    transform-origin: center center !important;
    writing-mode: vertical-lr !important;
       margin-bottom: -135px !important;
    margin-left: 300px !important;
  }
  .technical_heading{
    transform: rotate(270deg) !important;
    transform-origin: center center !important;
    writing-mode: vertical-lr !important;
    margin-bottom: -138px;
    margin-left: 290px;
  } */
  .real_state_heading{
    /* transform: rotate(270deg);
    transform-origin: center center;
    writing-mode: vertical-lr;
    margin-bottom: -170px !important;
    margin-left: 440px; */
  }
  }

@media screen and (max-width: 576px) {
  .banner_container,
  .about_banner,
  .service_container,
  .project_container,
  .contact_container {
    width: 100% !important;
  }
  .banner_container,
  .about_banner,
  .project_container,
  .contact_container{
    padding-left: 0 !important;
  }
  .home-style8 .fixed-content .fixed-nav .logo img{
    /* width: 30px;  */
    width: 75px !important;
    height: 55px !important;
  }
  .tc-about-style8 h1 span {
    display: none !important;
  }
  .tc-about-style8 .banner_heading_on_responsive span {
    margin: 15px 0;
    font-size: 36px;
    display: block !important;
  }
  .tc-filter-posts-style1  .post-card{
    width: 300px !important;
    max-width: 300px !important;
  }
  .tc-filter-posts-style1  .post-card .img{
    width: 300px !important;
    max-width: 300px !important;
}

.tc-filter-posts-style1 .project_container .posts-content .mix-item {
  /* display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important; */
  text-align: center !important;
  text-align: -webkit-center !important;
}
.tc-filter-posts-style1 .project_container .posts-content .mix-item .post-card{

  margin: 15px auto;
}
.tc-contact-style8 span{
  font-size: 14px !important;
}
.tc-contact-style8 .contact_container h1{
  margin-top: 30px !important;
  font-size: 30px !important;
}
.tc-contact-style8 .contact_container h1 i{
  font-size: 28px !important;
}
}
@media screen and (max-width: 576px) {
  .tc-filter-posts-style1  .post-card{
    width: 250px !important;
    max-width: 250px !important;
  }
  .tc-filter-posts-style1  .post-card .img{
    width:  250px !important;
    max-width:  250px !important;
}
}