.event-eight-thumb {
  margin-right: 20px;
  max-width: 250px;
  max-height: 166px;
  width: 100%;
  height: 166px; /* fixed height ensures image consistency */
  overflow: hidden; /* hide overflow if image is larger */
}

.event-eight-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover; /* fills box, cropping excess */
  display: block; /* removes bottom whitespace */
}









.blog .blog__single-thumb {
  position: relative;
  margin-bottom: 0px;
  height: 280px; /* fixed height for consistency */
  /* overflow: hidden; */
  border-radius: 16px;
}

.blog .blog__single-thumb a {
  display: block;
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
  border-radius: 16px;
}

.blog .blog__single-thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* this is the key */
  border-radius: 16px;
  transition: var(--transition);
  display: block;
}












/* Mobile styles */
@media (max-width: 575px) {
    /* Base styles for all screens */
.banner-two__slider-single {
  position: relative;
  min-height: 500px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.banner-two__slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
  z-index: 1;
}

.banner-two__slider-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 3rem 1rem;
}

.banner-two__slider-content h1 {
  font-size: 40px;
  line-height: 1.3;
  font-weight: bold;
}

.banner-two__slider-content p {
  font-size: 16px;
  margin-top: 10px;
}


  .banner-two__slider-single {
    min-height: 320px !important;
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .banner-two__slider-content {
    padding: 20px 10px !important;
  }

  .banner-two__slider-content h1 {
    font-size: 20px !important;
  }

  .banner-two__slider-content p {
    font-size: 14px !important;
  }

  .apece-primary-button {
    font-size: 14px !important;
    padding: 8px 16px !important;
  }



  



 

  /* Feature Section */
  .feature-six-wrapper {
    margin-bottom: 30px;
    padding: 20px 15px;
    /* text-align: center; */
  }

  .feature-six-icon span i {
    font-size: 28px;
  }

  .feature-six-content h4 {
    font-size: 18px;
    margin-top: 10px;
  }

  .feature-six-content p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
  }

  .feature-six-wrapper img {
    width: 50px;
    height: auto;
    margin-bottom: 10px;
  }

  /* Grid Adjustments */
  .feature-six-area .col-md-4 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }












/* about us section */

.difference-two__content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .difference-two__content .sub-title-main {
    display: block;
    text-align: center;
    font-size: 13px;
    margin-bottom: 0.5rem;
  }

  .difference-two__content .title-animation {
    text-align: center;
    font-size: 20px;
    margin-bottom: 1rem;
  }

  .difference-two__content p,
  .difference-two__content ul li {
    font-size: 14px;
    line-height: 1.4;
  }

  .help__content-list .row > div {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 15px;
  }

 





/* action  */

  .cta-section-two .sub-title-main {
    font-size: 14px;
  }

  .cta-section-two .section-six-title {
    font-size: 22px;
  }

  .cta-section-two .counter-four__content .hb {
    font-size: 28px;
  }

  .cta-section-two .counter-four__content p {
    font-size: 14px;
  }

  .cta-section-two .btn--primary {
    font-size: 14px;
    padding: 10px 20px;
  }









/* services */
  .event-eight-area .sub-title-main {
    font-size: 14px;
  }

  .event-eight-area .title-animation {
    font-size: 22px;
  }

  .event-eight-area .event-eight-content h4.events-six-content-top a {
    font-size: 16px;
  }

  .event-eight-area .event-eight-content .sub-title-lg {
    font-size: 14px;
  }

  .event-eight-area .service-btn {
    font-size: 13px;
    padding: 6px 12px;
  }

  .event-eight-area .client-details-inner .sub-title-lg {
    font-size: 14px;
  }

  .event-eight-area .about-six-list ul li {
    font-size: 14px;
  }

  .event-eight-area .btn--primary {
    font-size: 14px;
    padding: 10px 20px;
  }





  /* counter section */
#mainCounter {
    padding: 40px 0;
  }

  .counter__inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .counter__single {
    text-align: center;
    width: 100%;
  }

  .counter__single .thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .counter__single .thumb img {
    width: 50px !important;
    height: auto;
    display: block;
  }

  .counter__single h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .counter__single h2 .prefix {
    font-size: 18px;
  }

  .counter__single h5 {
    font-size: 16px;
  }

  .divider {
    display: none;
  }

  .poor img.parallax-image {
    object-fit: cover;
    width: 100%;
    height: 120px;
    opacity: 0.3;
  }



  /* faq */

.faq-eight-area .sub-title-main {
    font-size: 14px;
  }

  .faq-eight-area .title-animation {
    font-size: 22px;
  }

  .faq-eight-area .section-eight-paragraph {
    font-size: 14px;
    line-height: 1.5;
  }

  .faq-eight-area .accordion-button {
    font-size: 15px;
    padding: 12px 16px;
  }

  .faq-eight-area .accordion-body p {
    font-size: 14px;
    line-height: 1.5;
  }

  .faq-eight-area .btn--primary {
    font-size: 14px;
    padding: 10px 20px;
  }

  .faq-eight-area .about-eight-team p {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 5px;
  }



  /* why choose */
  .ff-service .sub-title-main {
    font-size: 14px;
  }

  .ff-service .title-animation {
    font-size: 22px;
  }

  .ff-service__single .content .txt-lg {
    font-size: 16px;
  }

  .ff-service__single .content p {
    font-size: 14px;
    line-height: 1.5;
  }

  .ff-service__single .content a {
    font-size: 14px;
  }

  .ff-service__single .thumb img,
  .ff-service__single .thumb i {
    font-size: 28px !important;
  }
  









  /* news */

  .fc-blog .sub-title-main {
    font-size: 14px;
  }

  .fc-blog .title-animation {
    font-size: 22px;
  }

  .fc-blog .blog__single-content .e-tag {
    font-size: 13px;
  }

  .fc-blog .blog__single-content .blog-title a {
    font-size: 16px;
    line-height: 1.4;
  }

  .fc-blog .blog__single-meta p {
    font-size: 13px;
  }

  .fc-blog .btn--primary {
    font-size: 14px;
    padding: 10px 20px;
  }

  .fc-blog .tag span {
    font-size: 12px;
  }





  /* contact us */

  .contact-main .sub-title {
    font-size: 14px;
    text-align: center;
    display: block;
  }

  .contact-main .title-animation {
    font-size: 22px;
    text-align: center;
  }

  .contact-main .section__content p {
    text-align: center;
  }

  .contact-main p {
    font-size: 14px;
    line-height: 1.5;
  }

  .contact-main .feature-six-wrapper h4 {
    font-size: 16px;
  }

  .contact-main .feature-six-wrapper p,
  .contact-main .feature-six-wrapper a {
    font-size: 14px;
  }

  .contact-main .social a {
    font-size: 16px;
    margin-right: 10px;
  }

  .volunteer__form-content .title-lg {
    font-size: 16px;
  }

  .volunteer__form-content .sub-title-lg {
    font-size: 13px;
  }

  .contact__form .input-single input,
  .contact__form .input-single textarea {
    font-size: 14px;
  }

  .contact__form .apece-primary-button {
    font-size: 14px;
    padding: 10px 20px;
  }





  /* footer */


  

}




















.ff-service1 {
  background: #ffffff; 
  padding: 47px 24px;
  
}

.ff-service1 .ff-service__single {
  background: #ffffff; 
  border: 1px solid #ddd; 
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); 
  transition: var(--transition);
  color: #333; 
  padding: 40px 40px;
  border-radius: 11px;
  border: 1px dashed rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.04);
  -webkit-box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.ff-service1 .ff-service__single:hover {
  background-color: #f9f9f9; 
  border-color: #bbb; 
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); 
  cursor: pointer;
}

.ff-service1 p {
  color: #555; 
}

.ff-service1 .ff-service__single:hover p,
.ff-service1 .ff-service__single:hover .txt-lg,
.ff-service1 .ff-service__single:hover a {
  color: #222; 
}

.ff-service1 a {
  color: #007bff; 
  font-weight: 700;
}

.ff-service1 a:hover {
  color: #0056b3; 
}

.ff-service1 .ff-service__single:hover .thumb::before {
  background-color: #e6f0ff; 
}


.ff-service1 .txt-lg {
  color: #333333; 
}

.ff-service1 p {
  color: #555555; 
  
}

.ff-service1 .breadcrumb-vertical,
.banner-content {
  color: #444444; 
}


.ff-service1 .ff-service__single:hover .txt-lg,
.ff-service1 .ff-service__single:hover p,
.ff-service1 .ff-service__single:hover a {
  color: #222222; 
}


.ff-service1 a {
  color: #007bff; 
}


.ff-service1 a:hover {
  color: #0056b3; 
}















/* ...................................................................................... */



.hero {
    position: relative
}

.hero .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hero .hero-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--bs-black-rgb),.65)
}

.hero .hero-bg.hero-without-overlay::after {
    content: unset
}

.hero .hero-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hero .bg-content {
    position: relative
}

.hero .hero-title {
    font-weight: 500;
    color: #fff
}

.hero .hero-sub-title {
    font-weight: 500;
    color: var(--bs-light);
    text-transform: uppercase;
    letter-spacing: .175rem;
    display: block;
    margin-bottom: 7px;
    text-align: center;
}

.hero .hero-desc {
    color: rgba(var(--bs-white-rgb),.85)
}

.hero .hero-badge {
    color: #fff;
    background-color: var(--tolak-base);
    display: inline-block;
    padding: .15rem 1rem;
    font-weight: 400;
    margin-bottom: 1.5rem
}

.hero .hero-carousel .hero-item {
    position: relative
}

.hero .hero-carousel .hero-caption {
    position: relative;
    text-align: center;
    padding-top: 160px;
    padding-bottom: 160px
}

.hero .hero-carousel .hero-action {
    display: inline-flex;
    align-items: center;
    margin-top: 1.5rem
}

.hero .hero-carousel .carousel-indicators.hero-indicators {
    margin: 0;
    padding-left: .75rem;
    margin-bottom: 0;
    bottom: 2rem
}

.hero .hero-carousel .carousel-indicators.hero-indicators [data-bs-target] {
    height: 6px;
    width: 18px;
    padding: 0;
    margin: 0 3px;
    border-top: 0 solid #fff0;
    border-bottom: 0 solid #fff0;
    transition: all 0.25s ease-in-out;
    border-radius: 3px
}

.hero .hero-carousel .carousel-indicators.hero-indicators [data-bs-target].active {
    width: 40px
}

.hero .hero-carousel .carousel-indicators.hero-indicators-right {
    left: 0;
    right: 0;
    margin: 0;
    bottom: 2rem;
    align-items: center
}

.hero .hero-carousel .carousel-indicators.hero-indicators-right [data-bs-target] {
    width: 1.25rem;
    height: 1.25rem;
    background-color: #fff0;
    border: 1px solid #fff0;
    border-radius: 50%;
    margin: .35rem 0 .35rem .5rem;
    position: relative;
    transition: all 0.35s ease-in-out
}

.hero .hero-carousel .carousel-indicators.hero-indicators-right [data-bs-target]::after {
    position: absolute;
    content: "";
    width: .85rem;
    height: .85rem;
    background-color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    transition: all 0.35s ease-in-out
}

.hero .hero-carousel .carousel-indicators.hero-indicators-right [data-bs-target].active {
    border-color: var(--tolak-base);
    opacity: 1;
    transition: all 0.35s ease-in-out
}

.hero .hero-carousel .carousel-indicators.hero-indicators-right [data-bs-target].active::after {
    width: .35rem;
    height: .35rem;
    background-color: var(--tolak-base)
}

.hero .hero-carousel .carousel-control-next-icon,.hero .hero-carousel .carousel-control-prev-icon {
    background-color: rgba(var(--bs-black-rgb),.75);
    width: 48px;
    height: 48px;
    border: .75rem solid #fff0;
    border-radius: 50%
}

.hero .hero-carousel .carousel-control {
    display: none;
    align-items: center;
    bottom: 3.75rem;
    position: absolute;
    z-index: 1
}

.hero .hero-carousel .carousel-control .carousel-control-next,.hero .hero-carousel .carousel-control .carousel-control-prev {
    position: relative;
    width: auto;
    transition: all 0.35s ease-in-out
}

.hero .hero-carousel .carousel-control .carousel-control-next::after,.hero .hero-carousel .carousel-control .carousel-control-next::before,.hero .hero-carousel .carousel-control .carousel-control-prev::after,.hero .hero-carousel .carousel-control .carousel-control-prev::before {
    background-color: #fff;
    content: ""
}

.hero .hero-carousel .carousel-control .carousel-control-next::after,.hero .hero-carousel .carousel-control .carousel-control-prev::before {
    height: 1px;
    width: 80px
}

.hero .hero-carousel .carousel-control .carousel-control-next::before,.hero .hero-carousel .carousel-control .carousel-control-prev::after {
    position: absolute;
    width: .5rem;
    height: .5rem;
    border-radius: 50%
}

.hero .hero-carousel .carousel-control .carousel-control-next {
    margin-right: .5rem
}

.hero .hero-carousel .carousel-control .carousel-control-next::after {
    margin-left: -1rem
}

.hero .hero-carousel .carousel-control .carousel-control-next::before {
    right: 0
}

.hero .hero-carousel .carousel-control .carousel-control-prev {
    margin-left: .5rem
}

.hero .hero-carousel .carousel-control .carousel-control-prev::before {
    margin-right: -1rem
}

.hero .hero-carousel .carousel-control .carousel-control-prev::after {
    left: 0
}

.hero .hero-carousel .carousel-control .carousel-control-next-icon,.hero .hero-carousel .carousel-control .carousel-control-prev-icon {
    width: 1.5rem;
    height: 1.5rem;
    background-color: unset;
    border: unset
}

@media (min-width: 576px) {
    .hero .hero-carousel .carousel-indicators.hero-indicators-right {
        flex-direction:column;
        left: unset;
        right: unset;
        bottom: unset;
        top: 50%;
        transform: translateY(-50%)
    }

    .hero .hero-carousel .carousel-indicators.hero-indicators-right [data-bs-target] {
        margin: .35rem 0
    }
}

@media (min-width: 768px) {
    .hero .hero-carousel .carousel-indicators.hero-indicators-right {
        right:calc((100% - 640px) / 2 + 0.75rem)
    }

    .hero .hero-carousel .carousel-control {
        display: flex;
        left: calc((100% - 640px) / 2)
    }
}

@media (min-width: 992px) {
    .hero .hero-carousel .carousel-indicators.hero-indicators-right {
        right:calc((100% - 720px) / 2 + 0.75rem)
    }

    .hero .hero-carousel .carousel-control {
        left: calc((100% - 720px) / 2)
    }
}

@media (min-width: 1200px) {
    .hero .hero-carousel .hero-caption {
        display:flex;
        align-items: center;
        height: calc(100vh - 130px);
        padding-top: unset;
        padding-bottom: 4rem
    }

    .hero .hero-carousel .hero-indicators {
        bottom: 7rem
    }

    .hero .hero-carousel .carousel-indicators.hero-indicators-right {
        right: calc((100% - 1200px) / 2 + 0.75rem)
    }

    .hero .hero-carousel .carousel-control {
        left: calc((100% - 1200px) / 2)
    }
}

@media (min-width: 1400px) {
    .hero .hero-carousel .carousel-indicators.hero-indicators-right {
        right:calc((100% - 1360px) / 2 + 0.75rem)
    }

    .hero .hero-carousel .carousel-control {
        left: calc((100% - 1360px) / 2)
    }
}

.hero .hero-video .hero-caption {
    height: calc(100vh - 130px);
    position: relative;
    text-align: center;
    padding-top: 160px;
    padding-bottom: 160px
}

.hero .hero-page-title {
    text-align: center;
    padding-top: 250px;
    padding-bottom: 125px
}

.hero .hero-page-title.hero-title-search {
    padding-bottom: calc(160px + 3rem)
}

.hero .hero-review {
    display: inline-block;
    position: relative;
    color: #fff
}

.hero .hero-review .review-content {
    display: flex;
    align-items: center;
    margin-bottom: 1rem
}

.hero .hero-review .review-score {
    font-weight: 600;
    font-size: 3.5rem;
    margin-right: 1rem;
    line-height: 1;
    margin-bottom: .1rem
}

.hero .hero-review .review-total {
    display: flex;
    flex-direction: column;
    line-height: 1.35rem
}

.hero .hero-review .review-total .star-rate-view {
    margin-bottom: .25rem
}

.hero .hero-review .review-label {
    text-align: center;
    display: inline-block
}

.hero .hero-review .review-label>small {
    color: #fff;
    background-color: var(--tolak-base);
    text-transform: uppercase;
    letter-spacing: .175rem;
    display: block;
    height: 100%;
    font-weight: 500;
    padding: .25rem .75rem .25rem 1rem;
    font-size: .75rem;
    min-width: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--bs-border-radius-sm)
}

.hero .hero-review .review-label>small.review-label-lg {
    font-size: 1rem
}

.hero .hero-review .review-label>small.review-label-sm {
    font-size: .65rem
}

.hero .hero-review .review-title {
    border-bottom: 1px solid var(--bs-border-color);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    line-height: 1
}

.hero nav[aria-label=breadcrumb] {
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100%;
    font-size: 14px;
    letter-spacing: .135rem;
    z-index: 1;
    display: none
}

.hero nav[aria-label=breadcrumb] .breadcrumb {
transform: rotate(180deg);
  writing-mode: vertical-lr;
  color: var(--tolak-white);
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px 5px;
  margin: 0;
    margin-bottom: 0px;
  margin-bottom: 0px;
  border-radius: var(--bs-border-radius-sm);
  position: relative;
  bottom: -85px;
  border: 1px solid var(--tolak-text2);
}

.hero nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: unset;
    padding-top: .35rem
}

.hero nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    padding-right: unset;
    padding-bottom: .35rem
}

.hero nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item a {
    color: #fff
}

.hero nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item a:hover {
    color: var(--tolak-primary)
}

.hero nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item.active,.hero nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5)
}

@media (min-width: 768px) {
    .hero nav[aria-label=breadcrumb] {
        display:flex;
        left: .75rem
    }
}

@media (min-width: 1200px) {
    .hero nav[aria-label=breadcrumb] {
        left:calc((100% - 1200px) / 2 + 0.75rem)
    }
}

@media (min-width: 1400px) {
    .hero nav[aria-label=breadcrumb] {
        left:calc((100% - 1360px) / 2 + 0.75rem)
    }
}

.title-info {
    position: relative;
    z-index: 2
}

@media (min-width: 1200px) {
    .title-info {
        padding-top:0
    }
}

@media (min-width: 1200px) {
    .title-info .title-info-body {
        position:absolute;
        bottom: 0;
        right: 0;
        left: 0
    }
}
.hero nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item.active, .hero nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
    margin-top: 10px;
}
.hero nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    padding-right: unset;
    padding-bottom: .35rem;
}


.page-header__title {
font-size: 40px;
  color: var(--tolak-white, #fff);
  text-transform: capitalize;
  text-align: center;
  font-weight: 600 !important;
}




/* Shob breadcrumb text chhoto kora (Home + active item) */
.hero nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item,
.hero nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item a {
    font-size: 12px !important;
}

/* Hover e link color change */
.hero nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item a:hover {
    color: orange !important;
    
}

/* Active item er age default ::before separator remove */
.hero nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item.active::before {
    content: none !important;
}

















/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
/* .team-three {
  padding: 120px 0;
  position: relative;
  background-color: var(--tolak-gray, #ecf2fc);
}
@media (max-width: 767px) {
  .team-three {
    padding: 80px 0;
  }
}

.team-card-three {
  position: relative;
  z-index: 1;
  background-color: transparent;
  overflow: hidden;
  padding: 0;
}
.team-card-three__image {
  position: relative;
  overflow: hidden;
}
.team-card-three__image img {
  width: 100%;
}
.team-card-three__social {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}
.team-card-three__social__toggler {
  width: 71px;
  height: 71px;
  background-color: var(--tolak-base, #3d72fc);
  border-radius: 50%;
  font-size: 14px;
  color: var(--tolak-black, #051d1f);
  transition: all 300ms ease;
  display: flex;
  align-items: baseline;
  cursor: pointer;
  justify-content: center;
  margin: 0 auto;
  padding: 15px 0;
}
.team-card-three__social a {
  width: 33px;
  height: 33px;
  position: absolute;
  background-color: var(--tolak-white, #fff);
  line-height: 33px;
  color: var(--tolak-base, #3d72fc);
  font-size: 15px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
.team-card-three__social a i {
  display: inline-block;
  backface-visibility: hidden;
}
.team-card-three__social a:hover {
  background-color: var(--tolak-base, #3d72fc);
  color: var(--tolak-black, #051d1f);
}
.team-card-three__social a:hover i {
  animation: iconTranslateX 0.4s forwards;
}
.team-card-three:hover .team-card-three__social__toggler {
  background-color: var(--tolak-white, #fff);
  color: var(--tolak-base, #3d72fc);
}
.team-card-three:hover .team-card-three__social__toggler .fa-plus:before {
  content: "\f068";
}
.team-card-three:hover .team-card-three__social a:nth-child(1) {
  transform: rotate(0deg) translate(-72px) rotate(0deg) translateY(-8px);
  visibility: visible;
}
.team-card-three:hover .team-card-three__social a:nth-child(2) {
  transform: rotate(0deg) translate(-40px) rotate(0deg) translateY(-37px);
  visibility: visible;
}
.team-card-three:hover .team-card-three__social a:nth-child(3) {
  transform: rotate(0deg) translate(5px) rotate(0deg) translateY(-37px);
  visibility: visible;
}
.team-card-three:hover .team-card-three__social a:nth-child(4) {
  transform: rotate(0deg) translate(39px) rotate(0deg) translateY(-8px);
  visibility: visible;
}
.team-card-three__content {
  position: relative;
  text-align: center;
  z-index: 2;
  background-color: var(--tolak-white, #fff);
  margin: 0 auto;
  width: calc(100% - 40px);
  padding: 23px 25px;
  transition: all 500ms ease;
  filter: drop-shadow(0 0 1.5px rgba(233, 233, 233, 0.25));
}
.team-card-three__content::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  opacity: 0;
  background-color: var(--tolak-base, #3d72fc);
  transition: all 0.4s;
}
.team-card-three:hover .team-card-three__content::after {
  height: 100%;
  opacity: 1;
}
.team-card-three__title {
  margin: 0;
  font-size: 22px;
  line-height: 1.1818181818em;
  color: var(--tolak-black, #051d1f);
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.team-card-three__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.team-card-three__title a:hover {
  background-size: 100% 1px;
}
.team-card-three__designation {
  margin: 0;
  transition: all 200ms ease;
}
.team-card-three:hover .team-card-three__designation {
  color: var(--tolak-black, #051d1f);
}

.team-four {
  padding: 120px 0;
  position: relative;
}
@media (max-width: 767px) {
  .team-four {
    padding: 80px 0;
  }
}

.team-card-four {
  position: relative;
  z-index: 1;
  background-color: var(--tolak-gray, #ecf2fc);
  overflow: hidden;
  padding: 0;
  text-align: center;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><path d="M0.000976562 368H270.001V135C270.001 60.4416 209.559 0 135.001 0C60.4425 0 0.000976562 60.4416 0.000976562 135V368Z"/></svg>');
  mask-repeat: no-repeat;
  mask-position: top center;
  mask-size: cover;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0 0 10px 10px;
}
.team-card-four::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  opacity: 0;
  background-color: var(--tolak-black2, #222222);
  transition: all 0.5s;
}
.team-card-four:hover::after {
  height: 100%;
  opacity: 1;
}
.team-card-four__image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  border-radius: 50%;
  max-width: 262px;
  background-color: var(--tolak-gray, #ecf2fc);
  padding: 6px;
}
.team-card-four__image img {
  width: 100%;

  object-fit: cover;
  border-radius: 50%;
}
.team-card-four__image::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  z-index: -1;
  opacity: 0;
  background-color: var(--tolak-primary);
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><circle cx="65.501" cy="80.4998" r="156.5"/></svg>');
  mask-repeat: no-repeat;
  mask-position: top center;
  mask-size: cover;
  transition: all 0.5s;
}
.team-card-four__social {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 80%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.team-card-four__social a {
  width: 33px;
  height: 33px;
  background-color: var(--tolak-white, #fff);
  line-height: 33px;
  color: var(--tolak-base, #3d72fc);
  font-size: 15px;
  border-radius: 50%;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  transform: translateY(-150px);
}
.team-card-four__social a:nth-child(2) {
  transition: all 0.5s ease-in-out;
}
.team-card-four__social a:nth-child(3) {
  transition: all 0.6s ease-in-out;
}
.team-card-four__social a:nth-child(4) {
  transition: all 0.7s ease-in-out;
}
.team-card-four__social a i {
display: flex;
  backface-visibility: hidden;
  justify-content: center;
  position: relative;
  top: 10px;
}
.team-card-four__social a:hover {
  background-color: var(--tolak-base, #3d72fc);
  color: var(--tolak-white, #fff);
}
.team-card-four__social a:hover i {
  animation: iconTranslateX 0.4s forwards;
}
.team-card-four:hover .team-card-four__image {
  background-color: var(--tolak-white, #fff);
}
.team-card-four:hover .team-card-four__image::after {
  height: 100%;
  width: 100%;
  opacity: 1;
}
.team-card-four:hover .team-card-four__social a {
  transform: translateY(0);
  visibility: visible;
}
.team-card-four__content {
position: relative;
  padding: 10px;
  border-bottom: 5px solid var(--tolak-primary);
  border-radius: 0 0 10px 10px;
}
.team-card-four__title {
margin: 0;
  font-size: 18px;
  line-height: 30px;
  color: var(--tolak-black, #051d1f);
  text-transform: capitalize;
}
.team-card-four__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.team-card-four__title a:hover {
  background-size: 100% 1px;
}
.team-card-four__title a:hover {
  color: var(--tolak-base, #3d72fc);
}
.team-card-four:hover .team-card-four__title {
  color: var(--tolak-white, #fff);
}
.team-card-four__designation {
line-height: 20px;
  margin: 0;
  font-size: 15px;
  color: var(--tolak-primary, #636363);
  margin: 0;
  transition: all 200ms ease;
}
.team-card-four:hover .team-card-four__designation {
  color: var(--tolak-white, #fff);
}









.team-card {
  position: relative;
  background-color: var(--tolak-gray, #ecf2fc);
  border-radius: 20px;
  z-index: 1;
  overflow: hidden;
  padding: 15px;
}
.team-card::after {
  position: absolute;
  left: -161px;
  top: -94px;
  width: 638px;
  height: 630px;
  content: "";
  background-color: var(--tolak-base, #3d72fc);
  opacity: 0.13;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 638 630"><path d="m0.6 417.8l465.2-417.6 172.4 192c0 0-268.9 214.4-404.3 336-53.6 48.1 9.1 101.6 9.1 101.6z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 638 630"><path d="m0.6 417.8l465.2-417.6 172.4 192c0 0-268.9 214.4-404.3 336-53.6 48.1 9.1 101.6 9.1 101.6z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left top;
  mask-position: left top;
  -webkit-mask-size: cover;
  mask-size: cover;
  transition: all 500ms ease;
  z-index: -1;
}
.team-card__image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  z-index: 2;
}
.team-card__image img {
  position: relative;
  width: 100%;
}
.team-card__image::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  transition: height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0.2s;
  background-color: rgba(var(--tolak-black-rgb, 5, 29, 31), 0.71);
}
.team-card__image::before {
  content: "";
  width: 60px;
  height: 58px;
  position: absolute;
  right: 14px;
  top: 17px;
  background-image: url(../images/shapes/team-shape-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  opacity: 0;
  transform: scale(0);
  transition: all 500ms ease;
}
.team-card__hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 42px;
  margin: auto;
  display: flex;
  align-items: center;
}
.team-card__social {
  background-color: var(--tolak-white, #fff);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: all 500ms ease;
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.05);
}
.team-card__social:hover {
  background-color: var(--tolak-black, #051d1f);
}
.team-card__social:hover > i {
  color: var(--tolak-white, #fff);
  transform: rotate(45deg);
}
.team-card__social > i {
  width: 40px;
  height: 40px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--tolak-base, #3d72fc);
  border-radius: 50%;
  transition: all 500ms ease;
}
.team-card__social__list {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  transform: translateY(0) scale(0, 1);
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: 500ms ease;
  transform-origin: bottom;
  text-align: center;
  padding-bottom: 80px;
}
.team-card__social__list a {
  width: 38px;
  height: 38px;
  background-color: var(--tolak-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--tolak-base, #3d72fc);
  font-size: 17px;
  transition: all 500ms ease;
}
.team-card__social__list a + a {
  margin-top: 17px;
}
.team-card__social__list a:hover {
  color: var(--tolak-white, #fff);
  background-color: var(--tolak-base, #3d72fc);
}
.team-card__social:hover .team-card__social__list {
  opacity: 1;
  transform: translateY(0) scale(1, 1);
}
.team-card__content {
  position: relative;
  padding: 16px 0 2px 115px;
}
.team-card__title {
  margin: 0;
  font-size: 22px;
  line-height: 1.1818181818em;
  color: var(--tolak-black, #051d1f);
  text-transform: capitalize;
  margin-bottom: 8px;
}
.team-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.team-card__title a:hover {
  background-size: 100% 1px;
}
.team-card__title a:hover {
  color: var(--tolak-base, #3d72fc);
}
.team-card__designation {
  line-height: 1em;
  margin: 0;
  font-size: 16px;
  color: var(--tolak-text, #636363);
  margin: 0;
}
.team-card:hover .team-card__image::after {
  height: 100%;
  top: auto;
  bottom: 0;
}
.team-card:hover .team-card__image:before {
  opacity: 1;
  transform: scale(1);
  animation: rotated 10s infinite linear;
}
.team-card:hover:after {
  opacity: 1;
}

.team-two {
  padding: 85px 0;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  background-color: var(--tolak-white, #fff);
  overflow: hidden;
}
@media (max-width: 767px) {
  .team-two {
    padding: 80px 0;
  }
}

.team-card-two {
  position: relative;
  z-index: 1;
  background-color: transparent;
  overflow: hidden;
  padding: 0;
}
.team-card-two--even {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .team-card-two--even {
    margin-top: 0;
  }
}
.team-card-two::after {
  position: absolute;
  left: 0;
  bottom: 9px;
  width: 100%;
  height: 205px;
  content: "";
  background-color: var(--tolak-gray, #ecf2fc);
  transition: all 500ms ease;
  border-radius: 20px;
  z-index: -1;
}
.team-card-two:hover:after {
  background-color: var(--tolak-black, #051d1f);
  bottom: 0;
}
.team-card-two::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 205px;
  content: "";
  background-color: var(--tolak-base, #3d72fc);
  transition: all 500ms ease;
  border-radius: 20px;
  z-index: -1;
}
.team-card-two:hover:before {
  bottom: 9px;
}
.team-card-two__image {
border-radius: 15px;
  max-width: 85%;
  margin: auto;
}
.team-card-two__image img {
  width: 100%;
  border-radius: 15px;
}
.team-card-two__image-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 207px;
  max-height: 272px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: var(--tolak-white, #fff);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 207 272"><path d="m102 0c50.3 0 105 130.7 105 181 0 50.3-54.7 91-105 91-50.3 0-102-40.7-102-91 0-50.3 51.7-181 102-181z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 207 272"><path d="m102 0c50.3 0 105 130.7 105 181 0 50.3-54.7 91-105 91-50.3 0-102-40.7-102-91 0-50.3 51.7-181 102-181z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  opacity: 0;
  transition: all 500ms ease;
}
.team-card-two:hover .team-card-two__image-bg {
  top: 7px;
  opacity: 1;
}
.team-card-two__hover {
position: absolute;
  top: -34px;
  right: 20px;
  margin: auto;
  display: flex;
  align-items: center;
}
.team-card-two__social {
background-color: var(--tolak-primary, #051d1f);
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  transition: all 500ms ease;
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.05);
}
.team-card-two__social:hover {
  background-color: var(--tolak-white, #fff);
}
.team-card-two__social:hover > i {
  color: var(--tolak-base, #3d72fc);
  transform: rotate(45deg);
}
.team-card-two__social > i {
  width: 34px;
  height: 34px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--tolak-white, #fff);
  border-radius: 50%;
  transition: all 500ms ease;
}
.team-card-two__social__list {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  transform: translateY(0) scale(0, 1);
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: 500ms ease;
  transform-origin: bottom;
  text-align: center;
  padding-bottom: 48px;
}
.team-card-two__social__list a {
  width: 33px;
  height: 33px;
  background-color: var(--tolak-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--tolak-text, #636363);
  font-size: 15px;
  transition: all 500ms ease;
}
.team-card-two__social__list a + a {
  margin-top: 8px;
}
.team-card-two__social__list a:hover {
  color: var(--tolak-white, #fff);
  background-color: var(--tolak-base, #3d72fc);
}
.team-card-two__social:hover .team-card-two__social__list {
  opacity: 1;
  transform: translateY(0) scale(1, 1);
}
.team-card-two:hover .team-card-two__social {
  background-color: var(--tolak-white, #fff);
}
.team-card-two:hover .team-card-two__social > i {
  color: var(--tolak-base, #3d72fc);
}
.team-card-two__content {
position: relative;
  padding: 7px 15px 20px;
  text-align: center;
}
.team-card-two__title {
margin: 0;
  font-size: 18px;
  line-height: 31px;
  color: var(--tolak-black, #051d1f);
  text-transform: capitalize;
}
.team-card-two__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.team-card-two__title a:hover {
  background-size: 100% 1px;
}
.team-card-two__title a:hover {
  color: var(--tolak-base, #3d72fc);
}
.team-card-two:hover .team-card-two__title {
  color: var(--tolak-white, #fff);
}
.team-card-two__designation {
line-height: 20px;
  margin: 0;
  font-size: 15px;
  color: var(--tolak-primary, #636363);
  margin: 0;
  transition: all 200ms ease;
}
.team-card-two:hover .team-card-two__designation {
  color: var(--tolak-white, #fff);
}

.team-details {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .team-details {
    padding: 80px 0;
  }
}
.team-details__inner {

border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--tolak-base);
}
.team-details__image {
  position: relative;
  z-index: 2;
  padding: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-details__image {
    padding: 40px 0 40px 20px;
  }
}
@media (max-width: 767px) {
  .team-details__image {
    padding: 40px 20px;
  }
}
.team-details__image::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 55%;
  background-color: var(--tolak-primary);
  z-index: -1;
  content: "";
  border-radius: 35px;
}
.team-details__image img {
  max-width: 100%;
  border-radius: 20px;
}
.team-details__content {

}
.team-details-image{
    
}
.team-details-image img{
width: 100%;
  margin: 15px;
  border-radius: 15px;
  border-bottom: 7px solid var(--tolak-base);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-details__content {
    padding: 50px 30px 30px 0;
  }
}
@media (max-width: 991px) {
  .team-details__content {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .team-details__content {
    padding: 40px 20px;
  }
}
.team-details__title {
  margin: 0;
  font-size: 22px;
  letter-spacing: 0.33px;
  line-height: 1;
  margin-bottom: 24px;
}
.team-details__list {
  margin: 0;
  padding: 0;
}
.team-details__list li {
  border: 1px solid var(--tolak-border-color, #dddddd);
  position: relative;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.24px;
  padding: 8px 22px;
  margin: 0 0 21px;
  color: var(--tolak-text, #636363);
  display: flex;
  align-items: center;
}
.team-details__list li > a {
  color: inherit;
  line-height: 1.2;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.team-details__list li > a:hover {
  background-size: 100% 1px;
}
.team-details__list li > a:hover {
  color: var(--tolak-base, #3d72fc);
}
.team-details__list li:nth-child(2) {
  line-height: 27px;
  padding: 14px 22px;
}
.team-details__social {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-left: 30px;
}
.team-details__social a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--tolak-black, #051d1f);
  background: transparent;
  transition: all 500ms ease;
}
.team-details__social a:hover {
  color: var(--tolak-base, #3d72fc);
}
.team-details__text {
font-size: 15px;
  line-height: 28px;
  margin-top: 25px;
  margin-bottom: 0;
  color: #414042;
}
@media (min-width: 1200px) {
  .team-details__text {
    
  }
}
.team-details__progress {
  position: relative;
  margin-top: 13px;
}
@media (min-width: 1200px) {
  .team-details__progress {
    margin-right: 40px;
  }
}
.team-details__progress__title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}
.team-details__progress__bar {
  width: 100%;
  height: 5px;
  border: 1px solid var(--tolak-base, #3d72fc);
  position: relative;
}
.team-details__progress__inner {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--tolak-base, #3d72fc);
  transition: all 700ms linear;
  width: 0px;
}
.team-details__progress__number {
  position: absolute;
  bottom: calc(100% + 4px);
  right: 0;
  font-size: 16px;
  font-weight: 500;
}

 */





/* 

.tolak-btn-two {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none !important;
  background-color: var(--tolak-base, #3d72fc);
  color: var(--tolak-black, #051d1f);
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 27px;
  transition: 500ms;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
}
.tolak-btn-two i {
  font-size: 13px;
  margin-left: 12px;
}
.tolak-btn-two::before {
  content: "";
  display: block;
  top: -2em;
  left: -2em;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  background-color: var(--tolak-primary, #1b272a);
  transition: 1.2s ease;
}
.tolak-btn-two::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  left: calc(100% + 2em);
  top: calc(100% + 2em);
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  background-color: var(--tolak-primary, #1b272a);
  transition: 1.2s ease;
}
.tolak-btn-two__left-star {
  position: absolute;
  width: 26px;
  height: 22px;
  left: 0;
  top: 0;
  background-color: var(--tolak-primary, #1b272a);
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 26 22" xmlns="http://www.w3.org/2000/svg"><path d="M-8.64164 -20.6659L3.02618 -11.0528L15.7743 -19.179L10.2373 -5.11165L25.9051 0.501377L6.81525 6.58246L0.278275 21.6498L-2.5108 3.01452L-17.6007 2.09559L-4.85257 -6.03058L-8.64164 -20.6659Z"/></svg>');
  mask-repeat: no-repeat;
  mask-position: left top;
  mask-size: cover;
}
.tolak-btn-two__right-star {
  position: absolute;
  width: 25px;
  height: 22px;
  right: 0;
  bottom: 0;
  background-color: var(--tolak-primary, #1b272a);
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 25 22" xmlns="http://www.w3.org/2000/svg"><path d="M36.1322 42.5018L24.0766 33.3797L11.6757 42.0264L16.6259 27.742L0.73579 21.6166L18.6016 15.8741L24.6346 0.587992L29.0268 19.0953L44.1418 19.3891L31.7408 28.0358L36.1322 42.5018Z"/></svg>');
  mask-repeat: no-repeat;
  mask-position: right bottom;
  mask-size: cover;
}
.tolak-btn-two:hover {
  color: var(--tolak-white, #fff);
}
.tolak-btn-two:hover::after, .tolak-btn-two:hover::before {
  height: 500px;
  width: 500px;
}
.tolak-btn-two--home-six {
  color: var(--tolak-white, #fff);
}
.tolak-btn-two--home-seven {
  color: var(--tolak-white, #fff);
  padding: 12px 28px;
}

.sec-title-three {
  position: relative;
  line-height: 1;
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .sec-title-three {
    padding-bottom: 30px;
    margin-top: 0;
  }
}
.sec-title-three__tagline {
  margin: 0;
  color: var(--tolak-black3, #000);
  text-transform: uppercase;
  display: inline-block;
  font-family: var(--tolak-font, "Rubik", sans-serif);
  font-weight: 500;
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .sec-title-three__tagline {
    font-size: 14px;
  }
}
.sec-title-three__tagline__left-border {
  width: 39px;
  height: 2px;
  display: inline-block;
  background-color: var(--tolak-base, #3d72fc);
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.sec-title-three__tagline__left-border::after {
  position: absolute;
  left: 0;
  top: -4px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--tolak-base, #3d72fc);
  animation: zumpX 4s linear infinite;
}
.sec-title-three__tagline__right-border {
  width: 39px;
  height: 2px;
  display: inline-block;
  background-color: var(--tolak-base, #3d72fc);
  position: relative;
  top: -5px;
  margin-left: 20px;
}
.sec-title-three__tagline__right-border::after {
  position: absolute;
  left: 0;
  top: -4px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--tolak-base, #3d72fc);
  animation: zumpX 4s linear infinite;
}
.sec-title-three__title {
  margin: 0;
  color: var(--tolak-black3, #000);
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768px) {
  .sec-title-three__title {
    font-size: 35px;
    line-height: 46px;
  }
}
.sec-title-three.text-left .sec-title-three__tagline__right-border, .sec-title-three.text-end .sec-title-three__tagline__right-border {
  display: none;
}

.sec-title-four {
  position: relative;
  line-height: 1;
  padding-bottom: 35px;
}

.sec-title-four__tagline {
  margin: 0;
  color: var(--tolak-base, #3d72fc);
  text-transform: uppercase;
  display: inline-block;
  font-family: var(--tolak-font, "Rubik", sans-serif);
  font-weight: 500;
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .sec-title-four__tagline {
    font-size: 18px;
  }
}
.sec-title-four__tagline__left-border {
  width: 39px;
  height: 2px;
  display: inline-block;
  background-color: var(--tolak-base, #3d72fc);
  position: relative;
  top: -5px;
  margin-right: 17px;
}
.sec-title-four__tagline__right-border {
  width: 39px;
  height: 2px;
  display: inline-block;
  background-color: var(--tolak-base, #3d72fc);
  position: relative;
  top: -5px;
  margin-left: 17px;
}
.sec-title-four__title {
  margin: 0;
    color: var(--tolak-white);
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 768px) {
  .sec-title-four__title {
font-size: 25px;
    line-height: 30px;
    color: var(--tolak-white);
  }
}
.sec-title-four.text-left .sec-title-four__tagline__right-border, .sec-title-four.text-end .sec-title-four__tagline__right-border {
  display: none;
}

.mail-section-two .container {
  z-index: 5;
}

 */




/* ........................................................................................................................................ */

/* service details page */

