.hero-sec .slick-prev.slick-arrow {
  position: absolute;
  background-image: url(/wp-content/uploads/2025/06/Hero-section-shape-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 152px;
  font-size: 0;
  z-index: 1;
  top: 50%;
  left: -2px;
  border: 0;
  /* display: flex;
    align-items: center;
    justify-content: center; */
  transform: translateY(-50%);
}
.hero-sec .slick-prev.slick-arrow:after {
  content: "";
  background-image: url(/wp-content/uploads/2025/06/arrow-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  z-index: 2;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hero-sec .slick-next.slick-arrow {
  position: absolute;
  background-image: url(/wp-content/uploads/2025/06/Hero-section-shape-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 152px;
  font-size: 0;
  z-index: 1;
  top: 50%;
  right: -3px;
  border: 0;
  /* display: flex;
    align-items: center;
    justify-content: center; */
  transform: translateY(-50%) rotate(180deg);
}
.hero-sec .slick-next.slick-arrow:after {
  content: "";
  background-image: url(/wp-content/uploads/2025/06/arrow-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  z-index: 2;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hero-sec .slick-next.slick-arrow:hover,
.hero-sec .slick-next.slick-arrow:focus,
.hero-sec .slick-prev.slick-arrow:hover,
.hero-sec .slick-prev.slick-arrow:focus {
  background-color: unset;
}
.logo_slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.logo_slider:after {
  content: "";
  background-image: url(/wp-content/uploads/2025/06/Rectangle-3.svg);
  width: 268px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.logo_slider:before {
  content: "";
  background-image: url(/wp-content/uploads/2025/06/Rectangle-3.svg);
  width: 268px;
  height: 100%;
  position: absolute;
  transform: rotate(180deg);
  top: 0;
  right: 0;
  z-index: 2;
}

/* testimonial_slider css */
.testimonial_slider .custom-swiper-arrows {
  padding: 0;
  position: absolute;
  bottom: 0px;
  right: 10px;
  width: 162px;
  height: 60px;
  z-index: 1;
  background: url("/wp-content/uploads/2025/06/Testimonial-Section-Shape.svg");
  background-repeat: no-repeat;
}

.testimonial_slider .custom-swiper-arrows .elementor-swiper-button {
  border: 1px solid #bb9a65;
  padding: 10px;
  border-radius: 100px;
  transition: all 0.3s;
}
.testimonial_slider .custom-swiper-arrows .elementor-swiper-button:hover {
  background: #bb9a65;
}

.testimonial_slider .swiper {
  margin: 0;
  width: 100% !important;
}
.testimonial_wrapper .testimonial_slider {
  overflow: hidden !important;
}
.testimonial_slider .elementor-swiper-button-prev {
  left: 33px !important;
}
.testimonial_slider .elementor-swiper-button-next {
  right: 35px !important;
}
.testimonial_slider .custom-swiper-arrows .elementor-swiper-button-prev svg {
  background-image: url(/wp-content/uploads/2025/06/arrow-prev.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  fill: transparent !important;
}
.testimonial_slider .custom-swiper-arrows .elementor-swiper-button-next svg {
  background-image: url(/wp-content/uploads/2025/06/arrow-next.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  fill: transparent !important;
}

.testimonial_slider .custom-swiper-arrows .elementor-swiper-button:hover svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1399%) hue-rotate(142deg) brightness(124%) contrast(100%);
}

.Results_icon_box .elementor-icon-box-title {
  margin: 0;
}

.Results_icon_box .elementor-icon-box-wrapper .elementor-icon-box-icon {
  position: relative;
  background: #54595f;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.Results_icon_box .elementor-icon-box-wrapper .elementor-icon-box-icon::before {
  content: "";
  position: absolute;
  background: #bb9a65;
  width: 0;
  height: 0;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
  z-index: 0;
}

.Results_icon_box .elementor-icon-box-wrapper:hover .elementor-icon-box-icon::before {
  width: 120%;
  height: 120%;
}
.get_in_touch_img_sec{
  overflow: hidden !important;
}

.image-split-section {
  /* min-height: 600px; */
  position: unset;
  z-index: 2;
}

.image-split-section .split_img {
  /* width: 250px;
    height: 300px; */
  width: 17.36111111111111vw;
  height: 20.833333333333336vw;
  position: absolute;
  transition: transform 3s ease;
  will-change: transform;
}

.image-split-section .image-left-1 {
  left: 33%;
  top: 11%;
  transform: translate(0, 0);
}

.image-split-section .image-right-1 {
  right: 33%;
  top: 15%;
  transform: translate(0, 0);
}

.image-split-section .image-left-2 {
  left: 35%;
  top: 37%;
  transform: translate(0, 0);
}

.image-split-section .image-right-2 {
  right: 35.5%;
  top: 36%;
  transform: translate(0, 0);
  z-index: -1;
}

.image-split-section .move-left-1 {
  transform: translate(calc(-25vw - 20%), -15%);
}
.image-split-section .move-right-1 {
  transform: translate(calc(29vw - 50px), -23%);
}
.image-split-section .move-left-2 {
  transform: translate(calc(-26vw), 20%);
}
.image-split-section .move-right-2 {
  transform: translate(calc(24vw), 20%);
}
.about-sec:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/06/Vector-1.svg);
    width: 179px;
    height: 180px;
    position: absolute;
     background-repeat: no-repeat;
    top: 0;
    left: 43%;
}
.about-left:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/06/Vector-3.svg);
    width: 197px;
    height: 260px;
    position: absolute;
    left: 79%;
    bottom: -150px;
     background-repeat: no-repeat;
    top: unset;
}
.faq-sec:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/06/Vector-4.svg);
    width: 211px;
    height: 188px;
    position: absolute;
    top: 45px;
    left: 30px;
     background-repeat: no-repeat;
}
.faq-container:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/06/Vector-5.svg);
    width: 203px;
    background-repeat: no-repeat;
    height: 154px;
    position: absolute;
    bottom: -105px;
    left: -170px;
    z-index: -1;
}
.faq-sec:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/06/Vector-6.svg);
    width: 217px;
    height: 245px;
    position: absolute;
    top: 30px;
    right: 70px;
    left: unset;
     background-repeat: no-repeat;
}
.faq-container:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/06/Vector-5.svg);
    width: 188px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 130px;
    position: absolute;
    bottom: -105px;
    left: -140px;
}
.faq-container:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/06/Vector-7.svg);
    width: 242px;
    height: 243px;
    position: absolute;
    bottom: -105px;
    right: -13%;
    left: unset;
    background-repeat: no-repeat;
    top: unset;
}

.accord .e-n-accordion-item {
    border: 1px solid #30251B1A;
    border-radius: 15px;
    background: #FBFAF7;
}

.accord summary.e-n-accordion-item-title {
    border: none !important;
    background: transparent !important;
}

.accord .e-n-accordion-item > div {
    border: none !important;
    background: transparent !important;
    border-top: 1px solid #30251B1A !important;
    margin: 0 30px;
    padding-inline: 0 !important;
    width: auto;
} 
.realleft-image:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/06/Subtract.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 211px;
    height: 158px;
    bottom: 0;
    right: 0;
}
.top-rated {
    position: absolute;
    bottom: 0;
    right: 5px;
}
.alt-btn.dark_brown_btn .elementor-button-icon {
    background-color: #403226;
}
.alt-btn.dark_brown_btn .elementor-button::after {
        background: #403226;
}
.logo_slider.video-logo:after,.logo_slider.video-logo:before{
    display: none;
}



/* .about_banner_sec1 {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.about_banner_sec1::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;

  background: radial-gradient(50% 50% at 50% 50%, #000000 0%, #000000 55.62%);
  animation: gradientStageReveal 4.5s ease-in-out forwards  ;
  border-radius: 15px;
}

@keyframes gradientStageReveal {
  0% {
    background: radial-gradient(50% 50% at 50% 50%, #000000 0%, #000000 55.62%);
  }
  50% {
    background: radial-gradient(126.47% 126.47% at 50% 50%, rgba(0, 0, 0, 0) 0%, #000000 50%);
  }
  100% {
    background: radial-gradient(126.47% 126.47% at 50% 50%, rgba(0, 0, 0, 0) 0%, #000000 70%);
  }
} */

.about_banner_sec1 {
  position: relative;
  overflow: hidden !important;
  z-index: 1;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: 20px;
  /* background: radial-gradient(50% 50% at 50% 50%, #000 0%, #000 55.62%); */
  background: radial-gradient(126.47% 126.47% at 50% 50%, rgba(0, 0, 0, 0) 0%, #000000 50%);

}


.about_banner_sec1 .page_banner_content {
  opacity: 0;
  transform: translateY(230px);
  transition: opacity 2s ease, transform 2s ease;
}

.about_banner_sec1.show .page_banner_content {
  opacity: 1;
  transform: translateY(0);
}
.slider-sec:after {
    transform-origin: center;
    position: absolute;
    background: radial-gradient(126.47% 126.47% at 50% 50%, rgba(0, 0, 0, 0) 0%, #000000 30%);
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    transition: all 1s;
    opacity: 1;
    border-radius: 20px;
}

.slider-sec:before {
    transform-origin: center;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    transition: all 1s;
    background: radial-gradient(126.47% 126.47% at 50% 50%, rgba(0, 0, 0, 0) 0%, #000000 70%);
    border-radius: 20px;
}

.slider-sec:after {
  opacity: 1;
  transition: opacity 1s ease-out;
}

.slider-sec.reveal-done:after {
  opacity: 0;
}

.slide_content {
  opacity: 0 ;
  animation: none !important;
}

.slide_content.fadeIn {
  animation: fadeInOnly 0.6s ease-in-out forwards !important;
  animation-delay: 0.8s !important; /* Wait until reveal is done */
}

@keyframes fadeInOnly {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.back-btn .elementor-icon-box-icon {
    border: 1px solid #BB9A65;
    border-radius: 100px;
    padding: 12px;
}
.list-grid .Results_icon_box .elementor-icon-box-wrapper .elementor-icon-box-icon {
    width: 40px;
    height: 40px;
}


.back-btn .elementor-icon-box-icon:before{
    content: "";
    position: absolute;
    background: #bb9a65;
    width: 0;
    height: 0;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    z-index: 0;
}
.back-btn .elementor-icon-box-wrapper:hover .elementor-icon-box-icon::before {
    width: 120%;
    height: 120%;
}
.back-btn .elementor-icon-box-wrapper:hover .elementor-icon-box-icon svg path {
    /* filter: brightness(30);
    -webkit-filter:brightness(30); */
    stroke: #fff;
}

.back-btn .elementor-icon-box-wrapper .elementor-icon-box-icon {
    position: relative;
    background: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}
.industries-post {
    height: 309px;
    overflow-y: scroll;
}


.industries-post::-webkit-scrollbar-track
{
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	background-color: #FFFFFF;
}

.industries-post::-webkit-scrollbar
{
	width: 4px;
  border-radius:10px;
	background-color: #FFFFFF;
}

.industries-post::-webkit-scrollbar-thumb
{
	background-color: #BB9A65;
      border-radius: 10px;
}
.industries-post .elementor-post {
    position: relative;
    cursor: pointer;
}
.industries-post .elementor-post:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url(/wp-content/uploads/2025/06/arrow-right-1-1.svg);
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.back-btn .elementor-icon-box-content {
    display: flex;
    align-items: center;
}
.video-pulse .elementor-wrapper.elementor-open-lightbox {
    height: 650px;
    width: 100%;
}
.video-pulse .elementor-custom-embed-image-overlay img {
    height: 650px;
}
.video-pulse .elementor-custom-embed-play {
    z-index: 1;
}
.video-pulse .elementor-wrapper.elementor-open-lightbox:after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 80%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}
.project_showcase_slider_slide .share-icon {
    width: 16px;
    height: 16px;
}
.video-logo .swiper-wrapper {
    align-items: baseline;
}
.card-col .Results_icon_box .elementor-widget-container .elementor-icon-box-wrapper{
    padding: 20px 20px 20px 20px;
}
/* .card-col .Results_icon_box .elementor-widget-container .elementor-icon-box-wrapper:hover {
    background-color: #403226;
    transition: width 0.6s ease, height 0.6s ease;
    border-radius: 15px;
} */
.card-col .Results_icon_box .elementor-widget-container .elementor-icon-box-wrapper:hover .elementor-icon-box-description{
  color: #fff;
}
.card-col .Results_icon_box .elementor-icon-box-wrapper .elementor-icon-box-icon::before {
    background: #fff;
}
.card-col .Results_icon_box .elementor-icon-box-wrapper:hover svg path {
    fill: #30251B;
}

.card-col .Results_icon_box .elementor-widget-container .elementor-icon-box-wrapper:before {
    content: "";
    position: absolute;
    background: rgba(187, 154, 101, 1);
    width: 0;
    height: 0;
    border-radius: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    z-index: 0;
}
.card-col .Results_icon_box .elementor-widget-container .elementor-icon-box-wrapper:hover.elementor-icon-box-wrapper:before {
    width: 100%;
    height: 100%;
}
.card-col .elementor-icon-box-content {
    z-index: 1;
    position: relative;
}

.text-counter .elementor-counter-number-prefix {
    flex-grow: 0;
}
.text-counter .elementor-counter-number-wrapper:after {
    content: '';
    background-color: #403226;
    height: 1px;
    width: 370px;
    position: absolute;
    bottom: 36px;
}
.trusted-logo .elementor-widget-image {
  border: 1px solid #30251B1A;
}
.trusted-logo .grid1{
  width:25%;
}
.trusted-logo .grid2{
  width:33.33%;
}
.img-hover .elementor-widget-container {
    overflow: hidden;
    border-radius: 20px;
}
.img-hover img {
  -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
  
}

.img-hover img:hover {
  -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.special-serv-sec .back-btn:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/07/Vector-13.svg);
    position: absolute;
    background-repeat: no-repeat;
    width: 160px;
    height: 181px;
    top: -109.26px;
    left: 424.6px;
}
.special-serv-sec .back-btn:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/07/Vector-14.svg);
    position: absolute;
    background-repeat: no-repeat;
    width: 150px;
    height: 170px;
    top: -103.68px;
    right: 186px;
}

.slider-sec {
    height: 700px !important;
    justify-content: center;
    display: flex !important;
  }
  .about_banner_sec1 {
    height: 350px;
}
.header_menu .sub-menu{
  max-height: max-content;
  min-height: max-content;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 3px;
}
.header_menu .sub-menu li a {
  border: none !important;
}

.head_search_icon img{
  min-height: 20px;
  max-height: 20px;
  min-width: 20px;
  max-width: 20px;
}
.banner_txt_align > div{
  display: flex;
  align-items: center;
}


div#catService {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}
div#catService a {
    background-color: #fff;
    margin: 0px 0px 0px 0px;
    padding: 5px 15px 5px 15px;
    border-radius: 100px 100px 100px 100px;
    border: 1px solid #54595f;
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    color: #54595f;
    transition: 0.3s all;
}

div#catService a.cat-item.active , div#catService a:hover{ 
  background-color: rgba(187, 154, 101, 1);
   border: 1px solid rgba(187, 154, 101, 1);
   color: #fff;
}
.project_showcase_grid_wrap.project_grid.services-tabs-wrap {
    padding: 0 30px;
}

.work-sec .elementor-icon-box-icon,.card-col .elementor-icon-box-icon {
    margin: 0 auto;
}



@media (max-width:1280px){
.special-serv-sec .back-btn:after {
    top: -60.26px;
    background-size: 90%;
}
.special-serv-sec .back-btn:before {
    top: -70.68px;
    background-size: 90%;
}
.faq-container:after,.faq-container:before,
.faq-sec:after,.faq-sec:before{
    display: none;}
}

@media (max-width: 1024px) {
  div#catService {
    overflow-x: scroll;
    flex-wrap: wrap;
}

  .header_main_section .elementor-nav-menu--dropdown.elementor-nav-menu__container {
  position: fixed !important;
  right: 0;
  left: 0 !important;
  bottom: 0 !important;
  top: 70px !important;
  height: unset;
}
.header_main_section .header_menu .sub-menu {
    max-height: fit-content;
    min-height: fit-content;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 3px;
    height: fit-content;
    height: -moz-fit-content;
}
  .header_menu .sub-menu{
  box-shadow: unset;
  border-radius: 0;
  padding-left: 10px;
}
  .slider-sec {
    height: 500px !important;
}
.about_banner_sec1 {
    height: 250px;
}
  .special-serv-sec .back-btn:after,.special-serv-sec .back-btn:before {
    content: unset;
}

  .text-counter .elementor-counter-number-wrapper:after {
    width: 260px;

}
  .image-split-section .split_img {
    width: 120px;
    height: 145px;
  }
  .image-split-section .image-left-1 {
    left: 33%;
    top: 23%;
  }
  .image-split-section .image-right-1 {
    right: 28%;
    top: 24%;
  }
  .image-split-section .image-left-2 {
    left: 33%;
    top: 42%;
  }
  .image-split-section .image-right-2 {
    right: 32%;
    top: 38%;
    z-index: -1;
  }
}

@media (max-width: 880px) {
  .text-counter .elementor-counter-number-wrapper:after {
    width: 180px;
    bottom: 32px;
}
  .hero-sec .slick-next.slick-arrow,
  .hero-sec .slick-prev.slick-arrow {
    width: 50px;
  }
  .about-left:before {
    left: unset;
    right: 0;
}
.get-left-col .Results_icon_box .elementor-icon-box-wrapper .elementor-icon-box-icon {
    width: 40px;
    height: 40px;
}
.video-pulse .elementor-wrapper.elementor-open-lightbox {
    height: 450px;
}
.video-pulse .elementor-custom-embed-image-overlay img {
    height: 450px;
}
}

@media (max-width: 767px) {
  .project_showcase_grid_wrap.project_grid.services-tabs-wrap {
    padding: 0 20px;
}
  .slider-sec {
    height: 400px !important;
}
.about_banner_sec1 {
    height: 180px;
}
  .accord-hover .e-n-accordion-item > .e-con-full {
    display: block !important;
    height: auto !important;
    animation: none !important;
  }

  
.trusted-logo .grid1,.trusted-logo .grid2{
  width:50%;
}
  .logo_slider {
    max-height: 70px;
}
  .video-pulse .elementor-wrapper.elementor-open-lightbox {
    height: 320px;
}
  .video-pulse .elementor-wrapper.elementor-open-lightbox {
    height: 320px;
}
  .hero-sec .slick-prev.slick-arrow {
    left: -13px;
  }
  .hero-sec .slick-next.slick-arrow {
    right: -13px;
  }
  .hero-sec .slick-next.slick-arrow,
  .hero-sec .slick-prev.slick-arrow {
    width: 50px;
    height: 60px;
  }
  .hero-sec .slick-next.slick-arrow:after,
  .hero-sec .slick-prev.slick-arrow:after {
    width: 20px;
    height: 20px;
  }
  .hero-sec .slick-slider .slick-track,
  .hero-sec .slick-slider .slick-list {
    display: flex;
    width: 100%;
  }
  .logo_slider:after,
  .logo_slider:before {
    background-size: 84px;
    background-repeat: no-repeat;
    height: 100%;
  }
  .testimonial_wrapper .swiper .swiper-slide {
    padding: 30px 20px 141px 20px !important;
  }
 
  .Results_icon_box.elementor-widget-icon-box .elementor-icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
  }
  .image-split-section .split_img {
    width: 90px;
    height: 110px;
}
.image-split-section .image-left-1 {
  left: 33%;
  top: 9%;
}
.image-split-section .image-right-1 {
  right: 19%;
  top: 9%;
}
.image-split-section .image-left-2 {
  left: 29%;
  top: auto;
  bottom: 7%;
}
.image-split-section .image-right-2 {
  right: 28%;
  top: auto;
}
.image-split-section .image-right-2 {
  right: 28%;
  top: 68%;
  z-index: -1;
}
.about-left:before {
  display:none;
}
.accord .e-n-accordion-item > div {
    margin: 0 20px;

} 
.about-sec:after {
   display:none;
}
.back-btn .elementor-icon-box-icon:before{
  content: unset;
}
.back-btn .elementor-icon-box-wrapper:hover .elementor-icon-box-icon svg path {
    stroke: #BB9A65;
}
}

@media (min-width: 1441px) {
  .image-split-section .split_img {
    width: 250px;
    height: 300px;
  }
}
