


.tg-header__top-social li a i{
font-size: 15px!important;
}
.tgmenu__navbar-wrap ul li:last-child a{
    padding-right: 0;
}
.sub-heading {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--tg-theme-primary);
    margin-bottom: 20px;
}
.about__list-item li .icon span{
    font-size: 20px;
}
.footer__bottom-logo img{
    max-width: 150px;
}
@media (min-width: 1200px) {
    .footer__widget{
    margin-bottom: 0;
    }
}
@media (min-width: 991px) {
    .footer__widget{
    margin-bottom: 20px;
    }
}

.project__thumb-three img{
    height: 240px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid var(--tg-border-10);
}
.footer__widget .planning__box{
  flex-direction: column;
}
 .popup-trigger{
    cursor: pointer;
 }
 .footer__widget .planning__box .icon img{
    max-width: 150px;
}
@media (min-width: 991px) {
    .footer__widget .planning__box {
        width: 80%;
    }
}
.planning__box .content .title {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
}
.flex-widget{
    display: flex;
    flex-wrap: wrap;
}
.flex-widget li{
 /* width: 50%; */
}
.flex-widget .flex-widget-content{
  width: 45%;
}
@media (min-width: 991px) {
    .project__content-three {
      padding: 10px 20px;
      height: 100px;
    }
    .call__back-img{
        padding: 20px;
    }
  }
  .project__content-three .title{
    text-align: center;
  }
 .bg-light-red{
    background-color: #fffafa;
  }
  @media (max-width: 991px) {
    .tgmenu__nav .logo img {
        /* max-height: 45px; */
        max-width: 160px;
    }
  }
  p{
    text-align: justify;
  }
  .footer__contact-two.footer-box{
    padding: 22px 22px;
    border: 1px solid var(--tg-border-6);
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
.about-box-design{
  background: var(--tg-color-white-default);
  border: 1px solid var(--tg-color-white-default);
  border-radius: 30px;
    text-align: center;
    padding: 30px;
}
@media (max-width: 991px) {
  .about-box-design{
      padding: 20px;
  }
  .mmb-20{
    margin-bottom: 20px;
  }
}
.history__content-four{
  padding: 0 0 0 30px;
}
@media (max-width: 991px) {
  .history__content-four{
    padding: 0 0;
  }
}
.bg_redon {
  background-color: #FFF1F1 !important;
}
.bg-dark-blue{
  background-color: #2b2575;
}
.bg-light-blue {
  background-color: #504a9d;
}



.brand-item-wrap2 {
  border-bottom: 1px solid var(--tg-border-12);
  border-left: 1px solid var(--tg-border-12);
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767.98px) {
  .brand-item-wrap2 {
      grid-template-columns: repeat(2, 1fr);
  }
}
.brand-item-wrap2 .brand-item-two img {
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 10px;
  width: 100%;
}
.shop-item-wrap .shop__item .shop__thumb img {
  height: 240px;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 20px;
  width: 100%;
}
.shop-item-wrap .shop__item .shop__thumb {
  border-bottom: 1px solid var(--tg-border-12);
}
.shop__content p{
  margin-bottom: 0;
}
.shop__content h3, .shop__content p{
  text-align: center;

}
.customization::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 84%;
  height: 100%;
  background: var(--tg-color-white-default);
  z-index: -1;
  -webkit-border-radius: 20px 20px 107px 20px;
  -moz-border-radius: 20px 20px 107px 20px;
  -o-border-radius: 20px 20px 107px 20px;
  -ms-border-radius: 20px 20px 107px 20px;
  border-radius: 20px 20px 107px 20px;
}
.breadcrumb__area{
  background: linear-gradient(90deg, #01022E 0%, rgba(1, 2, 46, 0.5) 102.5%);
}
/* @media (max-width: 767.98px) {
  .slider__area-three .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
} */
@media (max-width: 767.98px) {
  .mobile-none{
    display: none;
  }
  .fix{
    overflow-x: hidden;
  }
}
@media (min-width: 767.98px) {
  .desktop-none{
    display: none;
  }
}
.slider__area-three .image-wrapper img {
width: 100%;
}
.project__content-three{
  text-align: center;
}
.project__content-three .title {
  display: inline;
  background-image: linear-gradient(var(--tg-heading-color), var(--tg-heading-color)), linear-gradient(var(--tg-heading-color), var(--tg-heading-color));
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  font-size: 16px;
  font-weight: 500;
}

@media (min-width: 991px) {
  .flex-sub-menu {
    display: flex!important;
    min-width: 500px!important;
    flex-wrap: wrap;
  }
  .flex-sub-menu li {
    width: 33.3%;
  }
}


@media (max-width: 991px) {
  .flex-sub-menu {
    display: block;
    flex-direction: column;
  }
  .flex-sub-menu li{
    width: 100%!important;
  }
}
.team-img img{
  border-radius: 5px;
}

.error_field {
  color: #cd2a32;
  text-align: right;
  font-size: 13px;
  padding-top: 6px;
  display: flex;
  justify-content: flex-end;
}