.row {
    --bs-gutter-x: 3rem;
}
header {
    color: #fff;
}
header .contact-email-layout-3 a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    position: relative;
    transition: var(--transition);
}
header .contact-email-layout-3 i {
    display: inline-block;
    margin-right: 6px;
}
header .contact-email-layout-3 {
    padding-right: 45px;
    gap: 0;
}
header .contact-email-layout-3,
.nav.top-nav,
.separator {
    position: relative;
}
.nav.top-nav,
.separator > * {
    padding-right: 30px;
}
header .contact-email-layout-3::after,
.separator::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 14px;
    background: #fff;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.nav.top-nav {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.nav.top-nav li {
    margin: 0 20px 0 0;
}
.nav.top-nav li a {
    font-size: 14px;
    transition: var(--transition);
    position: relative;
    display: block;
    color: #fff;
}
.flex-left {
    display: flex;
    justify-content: flex-start;
}
.flex-right {
    display: flex;
    justify-content: flex-end;
}
.bg-footer-two {
    background-image: url(../images/footer/01.webp);
}
.rts-footer-area p {
    color: rgb(139, 143, 153);
}
.menu-layout-3 {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    max-width: 100%;
}
.menu-layout-3 li {
    width: 50%;
    margin: 0;
    padding: 5px 5px 5px 0;
}
.menu-layout-3 li a {
    color: #8B8F99;
    transition: var(--transition);
    position: relative;
    max-width: max-content;
}
.menu-layout-3 li a:hover {
    color: #fff;
}
.menu-layout-3 li a i {
    margin-right: 12px;
    transition: 0.3s;
}
.social-wrapper-one {
    position: relative;
}
.rts-footer-area .social-wrapper-one li a {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #3E484E;
    transition: 0.3s;
    margin-right: 10px;
}
.rts-footer-area .social-wrapper-one li a:hover {
    transform: translateY(-5px);
}
.contact-info {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
footer .contact-info {
    margin-bottom: 20px;
}
.contact-info .icon {
    height: 35px;
    width: 35px;
    display: flex;
    align-content: center;
    justify-content: center;
    background: #3E484E;
    border-radius: 5px;
}
header .contact-info .icon {
    background: none;
}
.contact-info .icon i {
    color: #fff;
    line-height: 2;
}
.contact-info .content .title {
    color: #fff;
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 400;
}
.contact-info .content span {
    color: #8B8F99;
    font-size: 16px;
    font-weight: 500;
    transition: 0.4s;
    display: inline-block;
}
.contact-info .content:hover span {
    color: #fff;
}
.slider .bg_image {
    z-index: -100;
}
.pb-row {
    position: relative;
}
.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
}
.single-counter {
    display: flex;
    align-items: center;
    gap: 25px;
}
.single-counter .icon {
    height: 90px;
    min-width: 90px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-counter .counter-details .title {
    color: #fff;
    margin-bottom: -2px;
    font-weight: 700;
}
.single-counter .counter-details p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.title-layout-1
{
    position: relative;
    z-index: 1;
    text-align: center;
}
.title-layout-1.center .bg-content
{
    left: 50%;
    transform: translateX(-50%);
}
.title-layout-1 .bg-content {
    font-size: 150px;
    position: absolute;
    font-weight: 900;
    letter-spacing: 0;
    left: -90px;
    z-index: -1;
    top: -65px;
    font-family: "Red Hat Display", serif;
    min-width: max-content;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.1);
    line-height: 1;
}
.title-layout-1 .bg-content::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8855917367) 0%, rgba(255, 255, 255, 0.6082808123) 35%, rgba(255, 255, 255, 0) 100%);
}
.title-layout-1 .pre {
    font-size: 16px;
    color: #000000;
    display: block;
    text-transform: uppercase;
    margin-bottom: 22px;
    font-weight: 600;
    border-radius: 6px;
    letter-spacing: 2px;
}
.title-layout-1 .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.35;
}
.title-layout-2 {
    position: relative;
}
.title-layout-2::before
{
    content: "";
    position: absolute;
    left: 59%;
    height: 2px;
    width: 41%;
    background: var(--color-primary);
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.title-layout-2::after {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 41%;
    background: var(--color-primary);
    display: flex;
    align-items: center;
    margin-top: -14px;
}
.title-layout-2 .title {
    max-width: max-content;
    margin: auto;
    font-weight: 700;
    color: #1C2539;
    text-transform: uppercase;
}
.wized-title .title {
    color: #fff;
    margin-bottom: 10px;
}
.team-single-one-start .team-image-area > div {
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 8px 8px 0 0;
}
.team-single-one-start .team-image-area div:hover img {
    transform: scale(1.1);
}
.team-single-one-start .team-image-area div img {
    width: 100%;
    transition: 0.3s;
}
.team-single-one-start .team-image-area div .team-social {
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.team-single-one-start .team-image-area div .team-social .main i {
    padding: 16px;
    background: #fff;
    border-radius: 50%;
    font-size: 16px;
    line-height: 12px;
    font-weight: 600;
    color: var(--color-primary);
    transition: 0.3s;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.team-single-one-start .team-image-area div .team-social:hover .main i {
    background: var(--color-primary);
    color: #fff;
}
.team-single-one-start .team-image-area div .team-social .team-social-one {
    display: flex;
    flex-direction: column;
    position: absolute;
    transform: translateY(50px);
    transition: 1s;
    opacity: 0;
}
.team-single-one-start .team-image-area div .team-social .team-social-one i {
    background: #fff;
    border-radius: 60%;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    color: var(--color-primary);
    transition: 0.3s;
    margin-bottom: 10px;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-single-one-start .team-image-area div .team-social .team-social-one i:hover {
    background: var(--color-primary);
    color: #fff;
}
.team-single-one-start .team-image-area div .team-social:hover .main {
    opacity: 0;
}
.team-single-one-start .team-image-area div .team-social:hover .team-social-one {
    transform: translateY(-96%);
    z-index: 2;
    opacity: 1;
}
.team-single-one-start .single-details {
    padding: 28px 30px 27px 30px;
}
.team-single-one-start .single-details div .title {
    margin-bottom: 0px;
    transition: 0.3s;
}
.team-single-one-start .single-details div:hover .title {
    color: var(--color-primary);
}
.testimonials-main-wrapper-two .left-thumbnail {
    background: none;
}
.swiper-layout-2 .swiper-button-next:after,
.swiper-layout-2 .swiper-button-prev:after {
    color: #fff;
}
.swiper-layout-2 .swiper-pagination-fraction span {
    font-weight: bold;
}
.swiper-layout-2 .swiper-pagination-fraction .swiper-pagination-total {
    color: #20282D;
}
.pagination-wrapper {
    padding-top: 100px;
}
.testimonials-wrapper-swiper-demo-2 .pagination-wrapper {
    padding-top: 15px;
}
.pagination a {
    max-width: max-content;
    padding: 15px 20px;
    border: 1px solid #EBEBEB;
    border-radius: 15px;
    margin-right: 10px;
    color: #1C2539;
    font-weight: 700;
    height: 50px;
    line-height: 18px;
}
.pagination a.active
{
    background: var(--color-primary);
    color: white;
}
.pagination a.disabled {
    background: #efefef;
    color: #999;
}
.page-details-area-main-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}
.has-page-title .page-details-area-main-wrapper {
    padding-top: 0;
}
.blog-details-area-inner-content .image-wrapper {
    margin-bottom: 15px;
}
.rts-btn.btn-primary {
    display: inline-block;
}
.call-area {
    display: flex;
    align-items: center;
    gap: 20px;
}
.call-area .icon {
    height: 55px;
    width: 55px;
    border-radius: 50px;
    background: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}
.call-area .icon i {
    font-size: 20px;
    color: #fff;
}
.call-area .information span {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #5D666F;
    margin-bottom: 7px;
    display: block;
}
.call-area .information .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #1C2539;
    margin: 0;
}
.single-why-choose-four .inner-content {
    min-width: 100%;
}
.single-why-choose-four .inner-content p.disc {
    max-width: 100%;
    padding: 10px;
}
.service-layout-6 .swiper {
    padding-bottom: 90px;
}
.rts-breadcrumb-area {
    height: auto;
    padding-top: 120px;
}
.page-details-area-inner-content .image-wrapper {
    margin-bottom: 15px;
}
.widget-single {
    margin-bottom: 30px;
}
.widget-single .thumbnail {
    margin-bottom: 15px;
}

.swiper-layout-3 {
    position: relative;
}
.swiper-layout-3 .swiper-button-next,
.swiper-layout-3 .swiper-button-prev {
    width: 40px;
    height: 35px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(24, 16, 16, 0.06);
    border-radius: 8px;
    position: absolute;
    bottom: 20px;
    top: auto;
}
.swiper-layout-3 .swiper-button-next i,
.swiper-layout-3 .swiper-button-prev i {
    color: var(--color-primary);
}
.swiper-layout-3 .swiper-button-next::after,
.swiper-layout-3 .swiper-button-prev::after {
    display: none;
}
.swiper-layout-3 .swiper-button-next {
    right: calc(50% - 100px);
}
.swiper-layout-3 .swiper-button-prev {
    left: calc(50% - 100px);
}
.swiper-layout-3 .swiper-pagination-fraction {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 20px;
    right: auto;
    max-width: max-content;
}
.swiper-layout-3 .swiper-pagination-fraction span {
    font-weight: 700;
}
.swiper-layout-3 .swiper-pagination-fraction span.swiper-pagination-current {
    color: var(--color-primary);
}
.swiper-layout-3 .swiper-pagination-fraction span.swiper-pagination-total {
    color: #5D666F;
}
.layout_7 .swiper-layout-3 .swiper-button-next,
.layout_7 .swiper-layout-3 .swiper-button-prev {
    background: transparent;
}
.layout_7 .swiper-layout-3 .swiper-button-next i,
.layout_7 .swiper-layout-3 .swiper-button-prev i
{
    color: rgb(93, 102, 111);
}
.layout_7 .swiper-layout-3 .swiper-pagination-fraction span.swiper-pagination-current {
    color: #fff;
}
.flex-container {
    display: flex;
    align-items: stretch; /* make both columns same height */
}
.flex-container .left-box img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* make image fill evenly */
    display: block;
}
.flex-container .right-box {
    background-color: #20282D;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.rts-testimonials-area-five .pagination-wrapper {
    padding-top: 0;
}
.mySwiper-testimoanils-6 .swiper-pagination .swiper-pagination-bullet-active {
    background-image: url(../images/icons/pagination_active.svg) !important;
}
.testimonials_layout_6 .swiper-pagination-bullet-active {
    background-image: url(../images/icons/pagination_active_2.svg) !important;
}
.testimonials_layout_7 .swiper-layout-3 .swiper-button-next,
.testimonials_layout_7 .swiper-layout-3 .swiper-button-prev
{
    height: 55px;
    width: 55px;
    background: #F2F2F2;
}
.testimonials_layout_7 .swiper-layout-3 .swiper-button-next {
    top: 50%;
    right: 0;
}
.testimonials_layout_7 .swiper-layout-3 .swiper-button-prev {
    top: 50%;
    left: 0;
}
.slider_layout_1 .swiper-layout-3 .swiper-button-next {
    right: 120px;
}
.slider_layout_1 .swiper-layout-3 .swiper-button-prev {
    left: 120px;
}
.slider_layout_1 .swiper-layout-3 .swiper-button-next,
.slider_layout_1 .swiper-layout-3 .swiper-button-prev {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    top: calc(50% - 30px);
}
.slider_layout_1 .swiper-layout-3 .swiper-button-next i,
.slider_layout_1 .swiper-layout-3 .swiper-button-prev i {
    font-size: 25px;
    transition: 0.3s;
    color: #1C2539;
}
.slider .swiper-wrapper .container {
    position: relative;
}
.banner-four-area-main-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    background-image: url(../images/icons/pagination_active_3.svg);
}
.contact-email-layout-1 {
    position: relative;
}
.contact-email-layout-1 a {
    display: block;
    color: #fff;
    margin-right: 50px;
    font-size: 14px;
    position: relative;
    transition: var(--transition);
}
.contact-email-layout-1 a i {
    margin-right: 6px;
}
.contact-email-layout-1::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background: #fff;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.contact-email-layout-1 a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    height: 1px;
    width: 0%;
    background: #fff;
    transition: var(--transition);
}
.contact-email-layout-1 a:hover::after {
    width: 100%;
}
.newsletter_layout_1 {
    display: flex;
    position: relative;
}
.newsletter_layout_1 input {
    height: 55px;
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    padding-right: 60px;
    background: #FFFFFF;
}
.newsletter_layout_1 button {
    height: 55px;
    width: 55px;
    border-radius: 8px;
    background: #20282D;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}
.call-area.contact-phone-layout-3 {
    position: relative;
}
.call-area.contact-phone-layout-3 .icon {
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: var(--color-primary);
}
.call-area.contact-phone-layout-3 .icon i {
    font-size: 20px;
    color: rgb(255, 255, 255);
    transform: rotate(-45deg);
}
h1, h2, h3, h4, h5, h6 {
    word-break: break-word;
    font-family: "Red Hat Display", serif;
    line-height: 1.4074;
}
.signle-consultancy {
    display: flex;
    align-items: flex-start;
    gap: 29px;
}
.signle-consultancy .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    min-width: 60px;
    background: #F2F2F2;
    border-radius: 50%;
}
.signle-consultancy .information .title {
    margin-bottom: 5px;
    font-size: 20px;
}
.icon-wrapper {
    display: inline-flex;         /* keeps it inline but lets us center */
    align-items: center;          /* vertical center */
    justify-content: center;      /* horizontal center */
}
.icon-wrapper > i {
    line-height: 1;               /* avoid baseline/line-height offset */
    width:1em;                /* or 1.25em */
    text-align:center;
}
.contact_form_layout_1 form .single-input-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.contact_form_layout_1 form .single-input-wrapper .single-input {
    width: 100%;
}
.contact_form_layout_1 form .single-input {
    margin-bottom: 20px;
}
.contact_form_layout_1 form input {
    background: #F6F6F6;
    width: 100%;
    height: 55px;
    border: 1px solid transparent;
}
.contact_form_layout_1 form textarea {
    background: #F6F6F6;
    height: 150px;
    padding: 15px;
    border: 1px solid transparent !important;
}
.contact-phone-layout-2,
.contact-email-layout-2,
.address-layout-1 {
    display: flex;
    align-items: center;
    gap: 30px;
}
.contact-phone-layout-2 .icon,
.contact-email-layout-2 .icon,
.address-layout-1 .icon {
    height: 50px;
    width: 50px;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.contact-phone-layout-2 .icon i,
.contact-email-layout-2 .icon i,
.address-layout-1 .icon i {
    color: #20282D;
}
.contact-phone-layout-2 .information-wrapper span,
.contact-email-layout-2 .information-wrapper span,
.address-layout-1 .information-wrapper span {
     display: block;
     font-size: 24px;
     margin-bottom: 5px;
}
.contact-phone-layout-2 .information-wrapper .title,
.contact-email-layout-2 .information-wrapper .title,
.address-layout-1 .information-wrapper .title {
    font-size: 22px;
    margin: 0;
    font-weight: 500;
}
.single-contact-info {
    display: flex;
    align-items: center;
    gap: 20px;
}
.single-contact-info .icon {
    height: 51px;
    width: 51px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-contact-info .icon i {
    color: #20282D;
}
.single-contact-info .info-wrapper span {
    color: #B3B7C1;
    display: block;
    margin-bottom: 10px;
}
.single-contact-info .info-wrapper a {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 500;
}
.title-layout-6 .title-main {
    margin-bottom: 6px;
    line-height: 1;
}
form.newsletter_layout_2 {
    position: relative;
}
form.newsletter_layout_2 input {
    height: 63px;
    background: var(--color-primary);
    color: #8B8F99;
}
form.newsletter_layout_2 button.rts-btn {
    position: absolute;
    right: 10px;
    height: 43px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 6px;
}
.video-wrapper,
.image-wrapper,
.photo-gallery-wrapper {
    position: relative;
}
.video-wrapper .video-icon,
.photo-gallery-wrapper .gallery-icon {
    position: absolute;
    top: 45%;
    left: 45%;
    text-align: center;
    cursor: pointer;
}
.video-wrapper .video-icon i,
.photo-gallery-wrapper .gallery-icon i {
    font-size: 36px;
    color: #fff;
}
.video_gallery_layout_1 .row > div {
    margin-bottom: 30px;
}
.video_gallery_layout_1 .pagination-wrapper {
    padding-top: 50px;
}
.photo_gallery_layout_1 .row > div {
    margin-bottom: 60px;
}
.photo_gallery_layout_1 .image-wrapper {
    overflow: hidden;
}
.photo_gallery_layout_1 .image-wrapper img {
    min-height: 100%;
}
.photo_gallery_layout_1 .col-md-3 .image-wrapper {
    height: 200px;
}
.photo_gallery_layout_1 .col-md-4 .image-wrapper {
    height: 260px;
}
.photo_gallery_layout_1 .col-md-6 .image-wrapper {
    height: 350px;
}
.photo_gallery_layout_1 .post-content {
    padding-top: 10px;
}
.photo_gallery_layout_1 .post-content h3 {
    margin-bottom: 10px;
}
.photo_gallery_layout_1 .col-md-3 .post-content h3 {
    font-size: 20px;
}
.photo_gallery_layout_1 .col-md-4 .post-content h3 {
    font-size: 24px;
}
.photo_gallery_layout_1 .col-md-6 .post-content h3 {
    font-size: 28px;
}
.photo_gallery_layout_1 .pagination-wrapper {
    padding-top: 30px;
}

.masonry-gallery {
    column-count: 4;
    column-gap: 16px;
    max-width: 1200px;
    margin: 0 auto;
}

.masonry-gallery a {
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
    border-radius: 6px;
    overflow: hidden;
}

.masonry-gallery img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.masonry-gallery a:hover img {
    transform: scale(1.03);
}
.menu-layout-1 {
    z-index: 10;
}
.project-single .page-details-area-main-wrapper {
    padding-top: 60px;
}
h1 {
    font-size: 40px;
}

.language-switcher .box {
    display: inline-block;
    position: relative;
    text-align: right;
}
.language-switcher .change-language {
    cursor: pointer;
    text-decoration: none;
}
.language-switcher .change-language i {
    color: #fff;
}
.language-switcher .box .languages {
    min-width: 60px;
    list-style: none;
    padding: 5px 0;
    margin: 0;
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.07000000000000001) 0px 2px 15px -3px, rgba(0, 0, 0, 0.04) 0px 10px 20px -2px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
}
.language-switcher .box .languages li {
    padding: 0;
    margin: 0;
    text-align: left;
    display: block;
}

/* 2. Ensure the <a> takes the full width of the <li> */
.language-switcher .box .languages li a {
    text-decoration: none;
    padding: 5px 10px;
    font-size: 13px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: 1;
}
.language-switcher .box .languages li a img {
    display: inline-block;
    margin-right: 0;
}
.language-switcher .box .languages li:hover a {
    background: #ddd;
}

/* Colors */
.text-red-600 {
    color: #dc2626 !important;
}

.text-green-600 {
    color: #16a34a !important;
}

/* Position helpers */
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.z-10 {
    z-index: 10;
}

/* Opacity helper */
.opacity-60 {
    opacity: 0.6 !important;
}

/* Overlay background + blur */
.form-overlay {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

/* Simple loader animation */
.loader {
    width: 32px;
    height: 32px;
    border: 4px solid #ccc;
    border-top-color: #444;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 10px;
}
.text-center {
    text-align: center;
}

.email-footer-area {
    display: flex;
    position: relative;
}
.email-footer-area input {
    height: 55px;
    padding-right: 60px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(227, 227, 227);
    border-image: initial;
    border-radius: 8px;
    background: rgb(255, 255, 255);
}
.email-footer-area button {
    height: 55px;
    width: 55px;
    color: rgb(255, 255, 255);
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 8px;
    background: rgb(32, 40, 45);
}

.video-gallery-layout-1 .image-wrapper {
    overflow: hidden;
}
.video-gallery-layout-1 .image-wrapper img {
    min-height: 100%;
}
.video-gallery-layout-1 .col-md-3 .image-wrapper {
    height: 200px;
}
.video-gallery-layout-1 .col-md-4 .image-wrapper {
    height: 260px;
}
.video-gallery-layout-1 .col-md-6 .image-wrapper {
    height: 350px;
}

.slider_layout_1 .swiper-layout-3 .swiper-button-next, 
.slider_layout_1 .swiper-layout-3 .swiper-button-prev {
    display: none;
}

/* Default: hidden */
.only-mobile,
.only-tablet,
.only-desktop { display: none !important; }

/* Mobile: < 768px */
@media (max-width: 767.98px) {
    .only-mobile { display: block !important; }
}

/* Tablet: 768px – 1023.98px */
@media (min-width: 768px) and (max-width: 1023.98px) {
    .only-tablet { display: block !important; }
}

/* Desktop: >= 1024px */
@media (min-width: 1024px) {
    .only-desktop { display: block !important; }
}

@media (max-width: 1024px) {
    .masonry-gallery {
        column-count: 3;
    }
}

@media (max-width: 768px) {
    .masonry-gallery {
        column-count: 2;
    }
}

@media (max-width: 480px) {
    .masonry-gallery {
        column-count: 1;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .counter-bg .single-counter .counter-details p {
        font-size: 14px;
    }
    .title-style-two .title
    {
        font-size: 36px;
    }
}

@media (min-width: 768px) {
    .slider_layout_1 .swiper-layout-3 .swiper-button-next, 
    .slider_layout_1 .swiper-layout-3 .swiper-button-prev {
        display: flex;
    }
}
