@media only screen and (min-width: 992px) and (max-width: 1199px) {
   .life-story-single .ep-left::after {
      right: 98%;
   }
   .life-story-single .ep-right::after {
      left: 98%;
   }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
   .life-story-single .ep-left::after {
      right: 97%;
   }
   .life-story-single .ep-right::after {
      left: 97%;
   }
}
@media only screen and (max-width: 1024px) {
   .home-area .home-content h1 {
      font-size: 56px;
   }
   .home-area .home-content h2 {
      font-size: 25px;
   }
   .about-title-content h1 {
      font-size: 50px;
   }
   .working-list-area .about-details-text h2 {
      font-size: 22px;
   }
}

@media only screen and (max-width: 991px) {
   .featured-logos .logo-single {
      width: 33.33%;
      margin-bottom: 30px;
   }
   .press-release-area .featured-logos .logo-single {
      width: 25%;
      margin-bottom: 15px;
      padding: 10px;
   }
   .custom-row-reverse {
      flex-direction: column-reverse;
   }
   .offset-1 {
      margin-left: 0;
   }

   .what-area-button p {
      display: none;
   }
   .what-area-button .button {
      margin-left: 0;
   }
   .gallery-post-single p {
      font-size: 13px;
      line-height: 23px;
   }
}

@media only screen and (max-width: 767px) {
   .navbar-nav {
      margin-top: 15px;
   }

   .navbar-b .nav-item {
      margin-bottom: 10px;
   }

   .navbar-b .nav-item:last-child {
      margin-bottom: 0;
   }
   .home-area {
      height: 450px;
   }
   .tp-bgimg,
   .defaultimg {
      width: 100% !important;
      height: 450px !important;
      object-fit: cover !important;
      object-position: center top !important;
      background-size: 100% 100% !important;
      background-position: center !important;
   }
   .home-area .tp-bgimg::before {
      height: 450px;
   }

   .home-area .home-content h1 {
      font-size: 28px;
   }
   .home-area .home-content h2 {
      font-size: 12px;
   }

   .home-area .home-content p {
      font-size: 12px;
      line-height: 22px;
   }
   .featured-logos .logo-single {
      width: 50%;
   }
   .press-release-area .featured-logos .logo-single {
      width: 33%;
   }
   .what-area-image {
      margin-top: 60px;
   }
   .section-text {
      margin-top: 30px;
      text-align: center;
   }
   .facebook-area .section-text {
      margin-top: 0;
      margin-bottom: 30px;
   }
   .section-text p {
      font-size: 12px;
   }
   .blog-slider-area .section-text h2 {
      font-size: 25px;
   }
   .blog-slider-bottom h2 {
      font-size: 15px;
      padding: 0 15px;
   }
   .footer-about {
      margin-bottom: 30px;
   }
   .footer-list {
      justify-content: start;
   }
   .about-title-content h1 {
      font-size: 28px;
   }
   .about-title-content h2 {
      font-size: 13px;
      line-height: 26px;
   }
   .inner-title-content h2 {
      font-size: 28px;
   }
   .gallery-slider-area .blog-slider-single {
      padding: 0;
   }
   .life-story::before {
      left: 22px;
      transform: unset;
   }
   .life-story .dot,
   .life-story .dot-last {
      left: 19px;
      transform: unset;
   }
   .life-story-single .year {
      margin: 0;
      margin-top: 60px;
      width: 50px;
      height: 50px;
   }
   .life-story-single .year span {
      font-size: 14px;
   }
   .life-story-single .event-icon {
      margin-left: 7px;
      width: 40px;
      height: 40px;
   }
   .life-story-single .event-icon i {
      font-size: 12px;
      line-height: 12px;
   }
   .life-story-single .event-details {
      margin-top: 100px;
   }
   .text-photo-wrapper .text-right {
      text-align: left !important;
   }
   .text-photo-wrapper .mr-40 {
      margin-left: 70px;
   }
   .text-photo-wrapper .ml-40 {
      margin-left: 60px;
   }
   .life-story-single .event-text {
      margin-top: -60px;
   }
   .life-story-single .event-text h3 {
      font-size: 18px;
   }
   .life-story-single .event-text p {
      font-size: 13px;
      margin-bottom: 20px;
   }
   .life-story-single .event-photo {
      /* margin-left: 20px; */
   }
   .life-story-single .ep-right::before {
      border-left: 3px solid var(--color-yellow) !important;
      border-right: unset;
   }
   .life-story-single .ep-right::after {
      right: 98.5%;
      left: unset;
      border-left: 3px solid var(--color-yellow);
      border-bottom: 3px solid var(--color-yellow);
      border-right: unset;
      border-top: unset;
      width: 10px;
      height: 10px;
   }
   .life-story-single .ep-left::after {
      right: 98.7%;
      width: 10px;
      height: 10px;
   }
   .life-story-single .event-photo p {
      font-size: 13px;
   }
   .text-photo-wrapper .ml-40 {
      margin-left: 70px !important;
   }
   .rwl-single {
      background-position: unset !important;
   }
}

@media only screen and (max-width: 575px) {
   .navbar-brand img {
      width: 180px;
      margin-left: 15px;
   }
   .navbar-b.navbar-reduce .navbar-collapse {
      padding: 30px 15px;
   }
   .about-details-text h2 {
      font-size: 18px;
   }
   .about-details-text p {
      font-size: 12px;
   }
   .working-list-area .about-details-text h2::before {
      width: 250px;
   }
   .working-list-area .about-details-text h2::after {
      background-color: #000;
      width: 125px;
   }
}

@media only screen and (max-width: 479px) {
   .navbar-nav {
      margin-top: 15px;
   }

   .navbar-b .nav-item {
      margin-bottom: 10px;
   }

   .navbar-b .nav-item:last-child {
      margin-bottom: 0;
   }
   .about-title-content h1 {
      font-size: 24px;
   }
   .inner-title-content h2 {
      font-size: 22px;
   }
   .life-story-single .ep-right::after {
      right: 98%;
   }
   .life-story-single .ep-left::after {
      right: 98%;
   }
   .home-area {
      height: 385px;
   }
   .tp-bgimg,
   .defaultimg {
      height: 385px !important;
   }
   .home-area .tp-bgimg::before {
      height: 385px;
   }
}

@media screen and (max-width: 320px) and (min-width: 0px) {
   .navbar-nav {
      margin-top: 15px;
   }

   .navbar-b .nav-item {
      margin-bottom: 10px;
   }

   .navbar-b .nav-item:last-child {
      margin-bottom: 0;
   }
   .home-area .home-content h2 {
      font-size: 10px;
   }
   .home-area .home-content p {
      font-size: 10px;
      line-height: 15px;
   }
   .about-title-content h1 {
      font-size: 18px;
   }
   .inner-title-content h2 {
      font-size: 18px;
   }
}
