h1{
  font-size: 52px !important;
}
h2{
  font-size: 45px !important;
}
.color-text{
    color: #fcee1c;
}
.instructor__thumb-two{
    margin-top: 0px !important;
}

.fact__item{
border-radius: 50px 0px 50px 0px;
border: 1px solid white;
padding: 20px 0;
}
.why-shadow{
    background-image: url("../img/home/banner_img_shape.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
a.elementor-button.elementor-button-link.elementor-size-sm{
    color: white;
    background-color: #02010100;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: white;
    border-radius: 0px 15px 0px 15px;
    padding: 17px 40px 17px 40px;
}
.elementor-button-wrapper{
    margin-top: 50px;
}
.categories__item .icon img{
                 min-height: 100px;
                 min-width: 150px;
}
.design img{
      height: 130px;
}
.design{
    background-color: rgba(0, 0, 0, 0.15);
    box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 20px
}
.xl-design img{
  height: 130px;
  width: 180px;
  padding: 20px 10px;
}
.xl-design{
    background-color: rgba(0, 0, 0, 0.15);
    box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 20px
}

.blog__post-item.shine__animate-item{
    margin: 0px 0px 0px 0px;
    padding: 30px 20px 30px 20px;
    background-color:#1B1B1B;
    border-radius: 100px 0px 100px 0px;
    border: 0px;
}
.blog__post-thumb img{
    padding: 30px;
}
#sticky-header{
    position: relative;
    background-color: #F8F8F8;
  };

  a.call-btn-top.header-call-btn{
   border-color: #000000 !important;
}
.footer__top a{
  color: white !important;
}

  .section-title {
    color: var(--primary-text);
    text-align: center;
    font-size: 40px;
    font-family: "Cormorant Garamond";
    font-weight: bold;
    font-style: normal;
    line-height: 48px;
    position: relative;
    margin-bottom: 52px;
  }
  
  .section-title::before,
  .section-title::after {
    content: "";
    position: absolute;
    left: 25%;
    top: 22px;
    width: 45px;
    height: 2px;
    background-color: var(--secondary-text);
  }
  .section-title::after {
    left: unset;
    right: 25%;
  }
  
  .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .swiper-slide {
    text-align: center;
    border-radius: 40px;
    padding: 30px 23px;
    background: var(--primary-text);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .swiper-pagination-bullet {
    width: var(
      --swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 15px)
    );
    height: var(
      --swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 15px)
    );
    background: #d9d9d9;
    background: #504b4b;
  }
  
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, -4px);
  }
  
  .swiper-pagination-bullet-active {
    background: var(--primary-text);
  }
  
  .swiper.testimonial-wrapper {
    padding-top: 59px;
    padding-bottom: 60px;
  }
  
  .testimonial-items .testimonial-text {
    min-width: 100% !important;
    color: white;
    text-align: justify;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    max-width: 330px;
    margin-bottom: 45px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    -webkit-line-clamp: 4;
  }
  
  .testimonial-items .testimonial-title {
    color: var(--white-text-white);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 35px;
    position: relative;
  }
  
  .testimonial-items .testimonial-title::before {
    content: "";
    position: absolute;
    left: -23px;
    top: 9px;
    width: 20px;
    height: 1px;
    background-color: var(--white-text-white);
  }
  
  .testimonial-img {
    position: relative;
    width: 100px;
    height: 100px;
    height: 70px;
  }
  
  .testimonial-img::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  .testimonial-img.tm-img-1::before {
    background-image: url(https://w7.pngwing.com/pngs/646/829/png-transparent-avatar-man-ico-icon-cartoon-little-boy-avatar-cartoon-character-png-material-child-thumbnail.png);
  }
  
  .testimonial-img.tm-img-2::before {
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS2IYhSn8Y9S9_HF3tVaYOepJBcrYcd809pBA&s);
  }
  
  .testimonial-img.tm-img-3::before {
    background-image: url(https://png.pngtree.com/element_our/png/20181206/female-avatar-vector-icon-png_262142.jpg);
  }
  
  /* media query  */
  @media screen and (min-width: 768px) {
    .swiper-pagination-bullet {
      width: var(
        --swiper-pagination-bullet-width,
        var(--swiper-pagination-bullet-size, 24px)
      );
      height: var(
        --swiper-pagination-bullet-height,
        var(--swiper-pagination-bullet-size, 24px)
      );
    }
    .section-title::before,
    .section-title::after {
      width: 141px;
    }
  
  }
  .elementor-8 .elementor-element.elementor-element-3dc061bd .elementskit-testimonial-slider-block-style-two .elementskit-icon-content > i {
    color: var(--e-global-color-secondary);
}
.ekit-wid-con .fasicon.icon-quote::before, .ekit-wid-con .icon.icon-quote::before, .icon.icon-quote::before {
  content: "\e97e";
}
.svg-quote{
     padding: 30px;
     position: absolute;
     right: 10px;
     margin-top: -60px;
}
  
.testimonial-items{
  border-radius: 50px 0px 50px 0px;
  padding: 50px 60px 80px 60px;
  background-color: #000000;
  box-shadow: 9px 11px 14px 0 rgba(0,0,0,.1);
}
.call-btn-top{
  padding: 13px 30px 13px 30px !important;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: white;
  border-radius: 0px 15px 0px 15px;
  margin-top: 20px;
}
.fact__item .count{
  font-size: 38px !important;
}

.instructor__item-two.tg-svg:hover {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #fcee1c;
  box-shadow: 0px 4px 15px 0px #fcee1c;
}
.brand-slider{
  padding: 0px 120px !important;
}
.blog-text-main{
  padding: 0px 20px !important;
}
.design :hover{
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #fcee1c;
  box-shadow: 0px 4px 15px 0px #fcee1c;
}
.tgmenu__navbar-wrap>ul>li.active a, .tgmenu__navbar-wrap>ul>li:hover a{
  color: #fcee1c !important;
}
.gallery-icon.landscape{
  text-align: center;
}

@media screen and (max-width: 992px) {
  .analysis-img{
     padding-top: 40px;
  }
  .brand-slider{
    padding: 0px !important;
  }
  .design img {
    height: 100%;
    width: 100%;
}
.xl-design img{
  height: 100%;
  width: 100%;
  padding: 8px;
}
.project-data-img{
  gap: 25px;
}
.individual-blog-part{
  margin-bottom: 20px !important;
}
.project-data-img div{
  margin: auto !important;
}
}
.first-companies{
  justify-content: center;
}
.second-companies{
  justify-content: center;
}
