* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.qa3LkIeXLb {
    overflow-x: hidden;
}

.cookies-eu-banner {
    background: #444;
    color: #fff;
    padding: 6px;
    font-size: 13px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    transition: opacity 0.3s ease-in-out;
}

.cookies-eu-banner .cookie-checkbox {
    display: none;
}

.cookies-eu-banner .accept-btn {
    display: inline-block;
    background: #222;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    font-size: 13px;
    font-weight: 700;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner .accept-btn:hover {
    background: #fff;
    color: #222;
}

.cookie-checkbox:checked+.cookies-content {
    display: none;
}

.orbit-header {
    background: #fff;
    border-bottom: 2px solid #ccc;
    position: sticky;
    top: 0;
    z-index: 1001;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.orbit-shell {
    display: flex;
    justify-content: space-between;
    padding: 1rem 2rem;
    max-width: 1300px;
    margin: 0 auto;
}

.orbit-logo a {
    font-size: clamp(1.8rem, 2vw, 2.5rem);
    font-weight: 800;
    font-family: 'Trebuchet MS', sans-serif;
    color: #003566;
    text-decoration: none;
    letter-spacing: 2px;
    transition: color 0.3s ease-in-out;
}

.orbit-logo a:hover {
    color: #ff8c00;
}

.hd2Ig7BJFm ul {
    list-style: none;
    display: flex;
    gap: 3rem;
    margin: 0;
    padding: 0;
}

.hd2Ig7BJFm a {
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    color: #003566;
    transition: all 0.3s ease-in-out;
}

.hd2Ig7BJFm a:hover {
    color: #ff8c00;
    transform: scale(1.05);
}

/* Toggle */
.orbit-nav-toggle {
    display: none;
}

.orbit-trigger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    width: 30px;
    height: 24px;
}

.orbit-trigger b {
    display: block;
    height: 4px;
    background-color: #003566;
    border-radius: 3px;
    transition: all 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
    .orbit-trigger {
        display: flex;
    }

    .hd2Ig7BJFm {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background-color: #f8f9fa;
        transform: translateY(-300%);
        transition: transform 0.4s ease;
    }

    .hd2Ig7BJFm ul {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 2rem 0;
    }

    .hd2Ig7BJFm a {
        font-size: 1.3rem;
        color: #ff8c00;
    }

    .orbit-nav-toggle:checked~.orbit-trigger b:nth-child(1) {
        transform: rotate(45deg) translate(6px, 5px);
    }

    .orbit-nav-toggle:checked~.orbit-trigger b:nth-child(2) {
        opacity: 0;
    }

    .orbit-nav-toggle:checked~.orbit-trigger b:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -5px);
    }

    .orbit-nav-toggle:checked~.hd2Ig7BJFm {
        transform: translateY(0);
    }
}


/*  Google Font Link */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --main-color: #CA2C33;
    --second-color: #373C42;
    --gray-color: #696969;
    --bg-color: #FFE9EA;
    --footer-color: #241415;
    --white-color: #ffffff;
    --black-color: #000000;
    --opacity-color: #CA2C3366;
}

a {
    text-decoration: none;
}


h1 {
    font-size: 42px;
    font-weight: 900;
    line-height: 52px;
}

h2 {
    font-size: 52px;
    font-weight: 900;
    line-height: 60px;
}

h3 {
    font-size: 42px;
    font-weight: 600;
    line-height: 52px;
}

h4 {
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
}

h5 {
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
}

h6 {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
}

body {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
}


.section-wrapper {
    padding: 100px 0;
}

.section-title h2 {
    color: var(--second-color);
}

.section-title p {
    color: var(--gray-color);
}

.k9LBEspTQy {
    display: block;
}

.k9LBEspTQy .btn {
    color: var(--white-color);
    background-color: var(--main-color);
    padding: 11px 64.5px;
    text-align: center;
    border: 1px solid var(--main-color);
    border-radius: 10px;
}

.k9LBEspTQy .btn:hover {
    transition: 0.3s;
    background-color: transparent;
    border: 1px solid var(--main-color);
    cursor: pointer;
    color: var(--main-color);
}

.k9LBEspTQy .BG5cNwMfKL {
    color: var(--main-color);
    background-color: transparent;
    padding: 11px 64.5px;
    text-align: center;
    border: 1px solid var(--main-color);
    border-radius: 10px;
}

.k9LBEspTQy .BG5cNwMfKL:hover {
    color: var(--white-color);
    transition: 0.3s;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    cursor: pointer;
}

.section-title {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.section-title h2 {
    text-align: center;
    margin-bottom: 10px;
}

.section-title p {
    text-align: center;
    margin-bottom: 50px;
}

/*  COMPONENTS  */

/*  =================== HOME-1 =======================  */

/*  banner section start here  */
.banner-1 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 242px 0;
    position: relative;
    z-index: 1;
}

.banner-1 .main {
    width: 100%;
    max-width: 624px;
}

.banner-1 .banner-contant {
    width: 100%;
    max-width: 624px;
}

.banner-1 .banner-contant h1 {
    color: var(--black-color);
}

.banner-1 .banner-contant p {
    color: var(--gray-color);
    margin: 30px 0;
}

.banner-1 .banner-img {
    position: absolute;
    top: 60px;
    right: -60px;
    z-index: 0;
}

.banner-1 .banner-img img {
    width: 100%;
    height: 857px;
}

/*  banner section end here  */

/*  discover section start here  */

.discover-1 {

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    z-index: 2;
}

.discover-1 .box {
    width: 100%;
    max-width: 121px;
    margin: 0 auto;
    background-color: var(--white-color);
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0px 16px 30px 0px #CA2C331A;

}

.discover-1 .box h2 {
    color: var(--main-color);
    text-align: center;
}

.discover-1 .item {
    width: 100%;
    max-width: 430px;
    margin: -30px auto 36px auto;
    padding: 60px 30px 44px 30px;
    border-radius: 0 0 10px 10px;
    text-align: center;
    width: 100%;
    background: linear-gradient(180deg, rgba(202, 44, 51, 0) 0%, #78e6fc 100%);
}

.discover-1 .item h5 {
    color: var(--main-color);
}

.discover-1 .item p {
    color: var(--gray-color);
}

.discover-1 .M6fhvYxHd9 {
    margin-bottom: 0px !important;
}

/*  discover section end here  */

/*  find section start here  */

.find-1 {
    background-size: cover;
    width: 100%;

}

.find-1 .tac {
    text-align: center;
}

.find-1 .video-wrapper video[poster] {
    width: 100%;
    max-width: 540px;
    height: 410px;
    object-fit: cover;
}

.find-1 .video-wrapper video[poster]::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.find-1 .video-wrapper video {
    border-radius: 20px;
    box-shadow: 0px 10px 30px 0px #0000000D;
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    height: 410px;
    cursor: pointer;
}

.find-1 .video-wrapper {
    position: relative;
}

.find-1 .play-button-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.find-1 .play-button-wrapper img {
    width: 100%;
    max-width: 70px;
    height: 70px;
}

.find-1 .main-box {
    display: flex;
    height: 410px;
    align-items: center;
}

.find-1 .main-box .item {
    width: 100%;
    max-width: 550px;
}

.find-1 .main-box .item h2 {
    color: var(--second-color);
    margin-bottom: 50px;
}

.find-1 .main-box .item p {
    margin-bottom: 20px;
    color: var(--gray-color);
}

.find-1 .main-box .item .k9LBEspTQy {
    display: block;
    padding: 11px 0;
}

/*  find section end here  */


/*  Latest section start here  */
.l-1 .container {
    max-width: 1140px;
    width: 100%;
}

.l-1 .section-title h2 {
    color: var(--second-color);
}

.l-1 .section-title p {
    color: var(--gray-color);
}


.l-1 .seprate {
    margin-bottom: 100px;
}

.l-1 .seprett {
    margin-bottom: 60px;
}

.l-1 .fp2fM9oLsT {
    margin-bottom: 36px;
}

.l-1 .main {
    position: relative;
}

.l-1 .main .content {
    position: absolute;
    top: 50px;
    left: 50%;
    right: -50%;
    transform: translate(-50%, 0%);
    opacity: 0;
}

.l-1 .main .item .l-image:hover .content {
    transition: 0.4s;
    opacity: 1;

}

.l-1 .main .content ul {
    list-style-type: none;
    padding: 0;
    width: 100%;
    max-width: 286px;
    margin: 0 auto;
}

.l-1 .main .content ul li {
    display: flex;
    gap: 0px;
}

.l-1 .main .content ul li span {
    color: var(--white-color);
    width: 100%;
}

.l-1 .main .content ul li:nth-child(even) {
    margin: 8px 0;
}

.l-1 .main .icon-box {
    display: flex;
    justify-content: space-evenly;
    width: 260px;
    margin: 0 auto;
    position: absolute;
    bottom: -60px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0%);
}

.l-1 .main .icon-box i {
    font-size: 24px;
    padding: 9px;
    width: 100%;
    max-width: 40px;
    height: 40px;
    border-radius: 4px;
    color: var(--white-color);
    background: linear-gradient(180deg, #EE333C 0%, #B7151D 100%);
}

.l-1 .main .icon-box i:hover {
    transition: 0.5s;
    background: linear-gradient(180deg, #B7151D 100%, #EE333C 0%);
}

.l-1 .main .icon-box .fa-facebook-f {
    padding: 10px 12px;
}

.l-1 .main .icon-box .fa-x-twitter {
    padding: 10px 8px;
}

.l-1 .main .item {
    text-align: center;
}

.l-1 .main .item .content {
    text-align: left !important;
}

.l-1 .main .item .item-img {
    margin: 0 auto;
}

.l-1 .main .item .item-img,
.l-1 .main .item .item-img img {
    width: 100%;
    max-width: 350px;
    height: auto;
    border-radius: 20px;
}

.l-1 .main .item .l-image:hover .item-img,
.l-1 .main .item .l-image:hover .item-img img {
    transition: 0.5s;
    filter: brightness(0.7) blur(1.15px);
}

/*  Latest section end here  */


/*  agency section start here  */
.abusS7lK3T {
    background: linear-gradient(180deg, rgba(202, 44, 51, 0) 0%, #78e6fc 100%);
}

.abusS7lK3T .box {
    margin-left: 35px;
    text-align: center;
}

.abusS7lK3T .box .item-img {
    margin: 0 auto;
}

.abusS7lK3T .box .item-img,
.abusS7lK3T .box img {
    width: 100%;
    max-width: 460px;
    border-radius: 10px;
    box-shadow: 0px 10px 30px 0px #0000000D;
}

.abusS7lK3T .content {
    width: 100%;
    max-width: 635px;
}

.abusS7lK3T .content h2 {
    margin-bottom: 10px;
    color: var(--second-color);
}

.abusS7lK3T .content p {
    margin-bottom: 50px;
    color: var(--gray-color);
}

.abusS7lK3T .icons {
    width: 100%;
    max-width: 635px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.abusS7lK3T .icons .icon-1 {
    width: 100%;
    max-width: 302px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.abusS7lK3T .icon .icon-1 img {
    width: 100%;
    max-width: 80px;
    height: auto;
}

.abusS7lK3T .icons .icon-1 .icon-content h6 {
    color: var(--gray-color);
    margin-bottom: 5px;
    margin-top: 10px;
}

.abusS7lK3T .icons .icon-1 .icon-content h5 {
    color: var(--main-color);
    line-height: 0.8;
}


/*  agency section end here  */


/*  Clients section start here  */

.clients .section-title {
    text-align: center;
}

.clients .section-title p {
    margin-bottom: 50px;
}

.clients .wrapper .partner-slider img {
    width: 100%;
    max-width: 206px;
    height: auto;
}


.clients .wrapper img {
    width: 100%;
    max-width: 206px;
    height: auto;
}


.clients .wrapper {
    overflow-x: hidden;
}

.clients .slick-initialized .slick-slide {
    margin: 0 15px 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.clients .slick-dots li.slick-active button:before,
.clients-2 .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: var(--main-color);
    color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
}

.clients .slick-dots li button:before,
.clients-2 .slick-dots li button:before {
    border: 1px solid var(--main-color);
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: 1;
}


/*  Clients section end here  */


/*  footer section start here  */

.GE4t3WMQ3R {
    background-color: var(--footer-color);
    padding: 50px 0 20px 0;
}

.GE4t3WMQ3R .item {
    width: 100%;
    max-width: 300px;
    margin-bottom: 30px;
}

.GE4t3WMQ3R .item .GE4t3WMQ3R-logo img {
    width: 100%;
    max-width: 170px;
    margin-bottom: 30px;
}

.GE4t3WMQ3R .address,
.GE4t3WMQ3R .number {
    color: var(--white-color);
    display: flex;
    gap: 10px;
}

.GE4t3WMQ3R .address img,
.GE4t3WMQ3R .number img {
    width: 100%;
    max-width: 28px;
    height: 28px;
}

.GE4t3WMQ3R .address p,
.GE4t3WMQ3R .number p {
    color: var(--white-color);
    line-height: 1.2;
}

.GE4t3WMQ3R .address p:hover,
.GE4t3WMQ3R .number p:hover {
    transition: 0.3s;
    color: var(--main-color);
    line-height: 1.2;
}

.GE4t3WMQ3R .number {
    margin-bottom: 30px;
}

.GE4t3WMQ3R .address i,
.GE4t3WMQ3R .number i {
    font-size: 24px;
}

.GE4t3WMQ3R .GE4t3WMQ3R-icon i {
    background: linear-gradient(180deg, #EE333C 0%, #B7151D 100%);
    color: var(--white-color);
    width: 100%;
    max-width: 40px;
    height: 40px;
    font-size: 20px;
    padding: 10px 12px 10px 11px;
    border-radius: 4px;
    margin: 0 3px;
}

.GE4t3WMQ3R .GE4t3WMQ3R-icon .fa-youtube {
    padding: 10px 12px 10px 8px;
}

.GE4t3WMQ3R .GE4t3WMQ3R-icon .fa-facebook-f {
    padding: 10px 12px 10px 14px;
}

.GE4t3WMQ3R .GE4t3WMQ3R-icon i:hover {
    background: linear-gradient(180deg, #B7151D 100%, #EE333C 0%);
}

.GE4t3WMQ3R .item-1 {
    width: 100%;
    margin: 0 auto;
}


.GE4t3WMQ3R .item-1 h6 {
    color: var(--white-color);
    margin-bottom: 30px;
}

.GE4t3WMQ3R .item-1 ul {
    list-style-type: none;
    padding: 0;
}

.GE4t3WMQ3R .item-1 ul li {
    margin-bottom: 20px;
}

.GE4t3WMQ3R .item-1 ul li a {
    text-decoration: none;
    color: var(--white-color);
}

.GE4t3WMQ3R .item-1 ul li a:hover {
    transition: 0.3s;
    color: var(--main-color);
}

.GE4t3WMQ3R .item-1 ul li a.active {
    color: var(--main-color);
}

.GE4t3WMQ3R .item-1 ul li a .fa-chevron-right {
    margin-right: 10px;
    color: var(--main-color);
}

.GE4t3WMQ3R .item-1 {
    margin-bottom: 30px;
}

.last-foot {
    background-color: var(--footer-color);
}

.last-foot p {
    border-top: 1px solid var(--main-color);
    padding: 20px;
    text-align: center;
    color: var(--white-color);
}

/*  footer section end here  */
/* ================ HOME-2 Page =================  */

/*  banner-2  section start here  */

.banner-2 {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.banner-2 .main {
    width: 100%;
    max-width: 540px;

}

.banner-2 .main h5 {
    color: var(--main-color);
}

.banner-2 .main h1 {
    color: var(--second-color);
    margin-bottom: 10px;
}

.banner-2 .main p {
    color: var(--gray-color);
    margin-bottom: 20px;
}

.banner-2 .main-img {
    padding: 6px 0;
    text-align: center;
}

.banner-2 .main-img .item-img,
.banner-2 .main-img .item-img img {
    width: 100%;
    max-width: 560px;
    height: auto;


}

/*  banner-2  section end here  */


/*  discover-2  section start here  */

.discover-2 .section-title h2 {
    color: var(--second-color);
}

.discover-2 .main {
    width: 100%;
    max-width: 430px;
    margin: 0px auto 36px auto;
}

.discover-2 .last-main {
    margin: 0 auto 0 auto !important;
}

.discover-2 .M6fhvYxHd9 {
    margin-bottom: 0px !important;
}


.discover-2 .box h1 {
    font-size: 100px;
    color: var(--opacity-color);
    font-weight: 900;
    line-height: 117.19px;
    text-align: center;
    margin-bottom: 20px;
}

.discover-2 .item h6 {
    color: var(--main-color);
    text-align: center;
    margin-bottom: 10px;
}

.discover-2 .item p {
    color: var(--gray-color);
    text-align: center;
    margin-bottom: 0;
}

/*  discover-2  section end here  */


/*  find-2  section start here  */

.find-2 {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
}

.find-2 .video-wrapper video[poster] {
    width: 100%;
    max-width: 1320px;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
}

.find-2 .video-wrapper video[poster]::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.find-2 .video-wrapper video {
    border-radius: 20px;
    box-shadow: 0px 10px 30px 0px #0000000D;
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    height: auto;
    margin: 0 auto;
    cursor: pointer;
}


.find-2 .video-wrapper {
    position: relative;
}

.find-2 .play-button-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.find-2 .play-button-wrapper img {
    width: 100%;
    max-width: 70px;
    height: 70px;
}

.find-2 .main .item {
    width: 100%;
    max-width: 916px;
    margin: -130px auto 0 auto;
    background-color: var(--white-color);
    box-shadow: 10px 12px 50px 0px #0000001A;
    border: 2px solid var(--main-color);
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.find-2 .main .item h3 {
    margin-bottom: 10px;
    color: var(--second-color);
}

.find-2 .main .item p {
    margin-bottom: 0px;
}

/*  find-2  section end here  */


/*  clients-2  section start here  */

.clients-2 {
    background-color: var(--bg-color);
}

.clients-2 .main-line {
    margin-bottom: 50px;
}

.clients-2 .main-box .box {
    width: 100%;
    max-width: 285px;
    margin: 0 auto;
    text-align: center;
    color: var(--second-color);
}

.clients-2 .main-box .box img {
    width: 100%;
    max-width: 80px;
    height: 80px;
    margin-bottom: 12px;
}

.clients-2 .main-box .box h5 {
    margin-bottom: 5px;
}

.clients-2 .main-content .content {
    padding: 40px 0;
}

.clients-2 .main-content .item-img {
    text-align: right;
}

.clients-2 .main-content .item-img img {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0px 10px 30px 0px #0000001F;
}

.clients-2 .main-content .content {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
}

.clients-2 .main-content .content h2 {
    margin-bottom: 10px;
    color: var(--second-color);
}

.clients-2 .main-content .content p {
    margin-bottom: 50px;
    color: var(--gray-color);
}


.clients-2 .wrapper .partner-slider img {
    width: 100%;
    max-width: 206px;
    height: auto;
}

.clients-2 .wrapper img {
    width: 100%;
    max-width: 206px;
    height: auto;
}


.clients-2 .wrapper {
    overflow-x: hidden;
}

.clients-2 .slick-initialized .slick-slide {
    margin: 0 15px 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*  clients-2  section end here  */


/* ================ HOME-3 Page =================  */

/*  banner-3  section start here  */

.banner-3 {
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position-y: 10%;
}

.banner-3 .hero-content {
    width: 100%;
    max-width: 624px;
    margin: 0 auto;
    padding: 142px 0;
    color: var(--white-color);
}

.banner-3 .hero-content p {
    margin: 30px 0;
}

.banner-3 .hero-content .k9LBEspTQy .btn:hover {
    color: var(--white-color);
}

/*  banner-3  section end here  */


/*  discover-3  section start here  */

.discover-3 .section-title h2 {
    color: var(--second-color);
}

.discover-3 .main-box {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.discover-3 .main-box .box .item-1 {
    box-shadow: 0px 16px 30px 0px #CA2C331A;
    background-color: var(--white-color);
    width: 100%;
    max-width: 120px;
    height: 120px;
    border-radius: 50%;
    padding: 20px 30px;
}

.discover-3 .main-box .box {
    width: 100%;
    max-width: 300px;
    text-align: center;

}

.discover-3 .main-box .box .item-1 {
    margin: 0 auto;
    margin-bottom: 30px;
}

.discover-3 .main-box .box .item-1 h2 {
    color: var(--main-color);
    margin-bottom: 0;
    line-height: 1.5;
}

.discover-3 .main-box .box h5 {
    color: var(--main-color);
    margin-bottom: 20px;
}

.discover-3 .main-box .box p {
    color: var(--black-color);
    margin-bottom: 20px;
}

.discover-3 .main-box .arrow {
    width: 100%;
    max-width: 100px;
    height: 100px;
}

.discover-3 .main-box .arrow img {
    width: 100%;
    max-width: 100px;
    height: 100px;
}

/*  discover-3  section end here  */


/*  find-3  section start here  */

.find-3 {
    padding: 0 0 100px 0;
}

.find-3 .video-wrapper video[poster] {
    width: 100%;
    max-width: 1000px;
    height: 484px;
    object-fit: cover;
    margin: 0 auto;
}

.find-3 .video-wrapper video[poster]::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.find-3 .video-wrapper video {
    border-radius: 20px;
    box-shadow: 0px 10px 30px 0px #0000000D;
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    height: 484px;
    margin: 0 auto;
    cursor: pointer;
}

.find-3 .video-wrapper {
    position: relative;
    text-align: center;
}

.find-3 .play-button-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.find-3 .play-button-wrapper img {
    width: 100%;
    max-width: 70px;
    height: 70px;
}

.find-3 .main .item {
    text-align: center;
    background-color: var(--bg-color);
    box-shadow: 0px 0px 14px 0px #00000024;
    width: 100%;
    max-width: 750px;
    padding: 30px;
    margin: -86px auto 0 auto;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.find-3 .main .item h3 {
    color: var(--second-color);
    margin-bottom: 30px;
}

.find-3 .main .item p {
    color: var(--gray-color);
    margin-bottom: 20px;
}

.find-3 .main .item .k9LBEspTQy {
    padding: 11px 0;
}

.find-3 .main .item .k9LBEspTQy .btn {
    padding: 11px 64.5px;
}

/*  find-3  section end here  */


/*  latest-3 section start here  */

.latest-3 {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.latest-3 .main {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

.latest-3 .fp2fM9oLsT {
    margin-bottom: 47px;
}

.latest-3 .main .item {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 20px;
}

.latest-3 .main .item .item-img {
    width: 100%;
    max-width: 272px;
    height: 288px;
}

.latest-3 .main .item .item-img,
.latest-3 .main .item .item-img img {
    width: 100%;
    max-width: 272px;
    height: 288px;
    border-radius: 20px;
    object-fit: cover;
    object-position: 10% 20%;
}

.latest-3 .main .item .content {
    width: 100%;
    max-width: 258px;
}

.latest-3 .main .item .content ul {
    padding: 0;
    list-style-type: none;
    margin-bottom: 30px;
}

.latest-3 .main .item .content ul li {
    display: flex;
    gap: 0px;

}

.latest-3 .main .content ul li span {
    width: 100%;
}

.latest-3 .main.content ul li:nth-child(even) {
    margin: 8px 0;
}

.latest-3 .main .icon-box {
    display: flex;
    width: 260px;
    margin: 0 auto;
}

.latest-3 .main .icon-box i {
    font-size: 24px;
    padding: 9px;
    width: 100%;
    max-width: 40px;
    height: 40px;
    border-radius: 4px;
    color: var(--white-color);
    background: linear-gradient(180deg, #EE333C 0%, #B7151D 100%);
    margin: 0 21px 0 0;
}

.latest-3 .main .icon-box i:hover {
    transition: 0.5s;
    background: linear-gradient(180deg, #B7151D 100%, #EE333C 0%);
}

.latest-3 .main .icon-box .fa-facebook-f {
    padding: 10px 12px;
}

.latest-3 .main .icon-box .fa-x-twitter {
    padding: 10px 8px;
}

/*  latest-3 section end here  */

/*  agency-2 section start here  */

.abusS7lK3T-2 .section-title h2 {
    color: var(--second-color);
}

.abusS7lK3T-2 .main {
    padding: 54px 0;
}

.abusS7lK3T-2 .main .box {
    width: 100%;
    max-width: 342px;
    margin: 0 auto;
    background: linear-gradient(180deg, rgba(255, 233, 234, 0.3) 0%, rgba(202, 44, 51, 0.3) 100%);
    display: flex;
    align-items: center;
    column-gap: 15px;
    border: 1px solid #CA2C33;
    padding: 20px;
    border-radius: 10px;
}

.abusS7lK3T-2 .main .f-box {
    margin: 0 auto 30px auto;
}

.abusS7lK3T-2 .main .box .box-image {
    width: 100%;
    max-width: 80px;
    height: 80px;
}

.abusS7lK3T-2 .main .box .content h6 {
    color: var(--gray-color);
    margin-bottom: 5px;
}

.abusS7lK3T-2 .main .box .content h5 {
    color: var(--main-color);
    margin-bottom: 0;
}

.abusS7lK3T-2 .center-img {
    text-align: center;
}

.abusS7lK3T-2 .center-img img {
    box-shadow: 0px 10px 30px 0px #0000000D;
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 10px;
}

/*  agency-2 section end here  */

/*  clients-3 section start here  */

.clients-3 {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.clients-3 .title {
    width: 100%;
    max-width: 420px;
    height: auto;
    margin: 0 auto;
}

.clients-3 .title h2 {
    color: var(--second-color);
    text-align: left;
    margin-bottom: 10px;
}

.clients-3 .title p {
    text-align: left;
}

.clients-3 .wrapper .partner-slider img {
    width: 100%;
    max-width: 206px;
    height: auto;
}


.clients-3 .wrapper img {
    width: 100%;
    max-width: 206px;
    height: auto;
}


.clients-3 .wrapper {
    overflow-x: hidden;
    padding: 30px 0;
}

.clients-3 .slick-initialized .slick-slide {
    margin: 0 15px 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.clients-3 .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: var(--main-color);
    color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    content: '•';
    text-align: center;
}

.clients-3 .slick-dots li button:before {
    border: 1px solid var(--main-color);
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    content: '';
    text-align: center;
    opacity: 1;
}

/*  clients-3 section end here  */

/* ================ About Page =================  */

.IKRNg5rVz2 {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
    padding: 24px;
    margin-bottom: 32px;
    transition: transform 0.2s;
}

.IKRNg5rVz2:hover {
    transform: translateY(-8px) scale(1.03);
}

.lLl0vrXsmJ {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 16px;
}

.service-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.service-desc {
    font-size: 1rem;
    margin-bottom: 12px;
}

.service-price {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--main-color);
    margin-bottom: 12px;
}

.btn-order {
    background: var(--main-color);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 8px 20px;
    font-weight: 600;
    transition: background 0.2s;
}

.btn-order:hover {
    background: #0056b3;
}

.pricing-table {
    background: #f8f9fa;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    padding: 32px 24px;
    margin-bottom: 32px;
}

.vOhywwurom {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.pricing-price {
    font-size: 2rem;
    color: #28a745;
    font-weight: 700;
    margin-bottom: 16px;
}

.NB52PdBmpr {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.NB52PdBmpr li {
    margin-bottom: 8px;
    font-size: 1rem;
}

.ICNFcH2Ejr {
    background: #f1f3f6;
    border-radius: 16px;
    padding: 32px 24px;
    margin-bottom: 32px;
}

.fcl9lXHBiA {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 20px;
}

.T8lUBupD8A {
    font-weight: 700;
    margin-bottom: 6px;
}

.comment-rating {
    color: #ffc107;
    font-size: 1.1rem;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .lLl0vrXsmJ {
        height: 120px;
    }

    .pricing-table,
    .ICNFcH2Ejr {
        padding: 16px 8px;
    }
}

/*  about-banner section start here  */

.about-banner {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* padding            : 280px 0; */
    background-position: center;
}

.about-banner h1 {
    color: white;
    text-align: center;
    -webkit-text-stroke: 2px var(--main-color);
    text-shadow: 0px 6px 14px #78e6fc;
    margin-bottom: 0;
}

/*  about-banner section end here  */


/*  we_are section start here  */

.we_are {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: bottom;
}

.we_are .we-content {
    width: 100%;
    max-width: 560px;
    padding: 31px 0;
}

.we_are .we-content h2 {
    color: var(--second-color);
    margin-bottom: 50px;
}

.we_are .we-content p {
    color: var(--gray-color);
    margin-bottom: 20px;
}


.we_are .tac {
    text-align: center;
}

.we_are .video-wrapper video[poster] {
    width: 100%;
    max-width: 540px;
    height: 410px;
    object-fit: cover;
}

.we_are .video-wrapper video[poster]::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.we_are .video-wrapper video {
    border-radius: 20px;
    box-shadow: 0px 10px 30px 0px #0000000D;
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    height: 410px;
    cursor: pointer;
}

.we_are .video-wrapper {
    position: relative;
}

.we_are .play-button-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.we_are .play-button-wrapper img {
    width: 100%;
    max-width: 70px;
    height: 70px;
}


/*  we_are section end here  */


/*  choose section start here  */

.choose {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: top;
}

.choose .section-title h2 {
    color: var(--second-color);
}

.choose .main .item {
    background: linear-gradient(180deg, rgba(202, 44, 51, 0) 0%, #78e6fc 100%);
    border: 1px solid var(--main-color);
    box-shadow: 2px 4px 24px 0px #0000000D;
    text-align: center;
    padding: 20px;
    width: 100%;

    margin: 0 auto;
}

.choose .main .item img {
    width: 100%;
    max-width: 80px;
    height: 80px;
    margin-bottom: 14px;
}

.choose .main .item h6 {
    color: var(--second-color);
    margin-bottom: 10px;
}

.choose .main .item p {
    color: var(--gray-color);
    margin-bottom: 0px;
}

.choose .fp2fM9oLsT {
    margin-bottom: 48px;
}

/*  choose section end here  */


/*  model section start here  */

.model {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.model .container {
    width: 100%;
    max-width: 1140px;
}

.model .section-title h2,
.model .section-title p {
    color: var(--white-color);
}


.model .main .item {
    position: relative;
    width: 100%;
    max-width: 350px;
    height: 450px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.model .main .item img {
    width: 100%;
    height: 450px;
}

.model .main .item .content {
    width: 100%;
    max-width: 296px;
    margin: 0 auto;
    padding: 12px;
    border-radius: 10px;
    text-align: center;
    color: var(--white-color);
    background: #000000B2;
    border: 2px solid var(--main-color);
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0%);
}

.model .main .item .content h5 {
    margin-bottom: 4px;
}

.model .main .item .content p {
    margin-bottom: 10px;
}

.model .main .item .icons i {
    background: linear-gradient(180deg, #EE333C 0%, #B7151D 100%);
    color: var(--white-color);
    font-size: 20px;
    padding: 10px 12px;
    width: 100%;
    max-width: 40px;
    margin: 0 10px;
    border-radius: 4px;
}

.model .main .item .icons i:hover {
    background: linear-gradient(180deg, #B7151D 100%, #EE333C 0%);
}

/*  model section end here  */


/*  model section start here  */

.clients-4 .section-title h2 {
    color: var(--second-color);
}

/*  model section end here  */

/* ================ Talent Page =================  */

/*  Talent Page  section start here  */


/* FILTER NAV */
.iso-nav {
    text-align: center;
}

.iso-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.iso-nav ul li {
    display: inline-block;
    padding: 6px 24px;
    border: 1px solid var(--main-color);
    font-size: 18px;
    cursor: pointer;
    border-radius: 8px;
    margin: 0 25px;
}

.iso-nav ul li:hover {
    transition: .3s;
    border: 1px solid var(--main-color);
    background-color: var(--bg-color);
}

.iso-nav ul li.active {
    border: 1px solid var(--main-color);
    background-color: var(--bg-color);
}

/* ITEMS */
.main-iso {
    margin-top: 50px;
    text-align: center;
}

.g-1 .container {
    width: 100%;
    max-width: 1140px;
}

.g-1 .main-iso .item-2 {
    margin-bottom: 0px !important;
}

.g-1 .main-iso .card_image {
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
}

.g-1 .main-iso a:hover {
    transition: .3s;
    filter: brightness(.7);
}


/*  Talent Page  section end here  */

/* ================ help or policy page =================  */

/*  help or policy page  section start here  */



.help-accordion .n8oDZMhM54-button {
    padding: 21px 20px;
}

.help-accordion .n8oDZMhM54-item {
    margin-bottom: 20px;
    border-radius: 10px;
}

.help-accordion .item-last {
    margin-bottom: 0px;
}

.help-accordion .text {
    font-size: 24px;
    margin-bottom: 0px;
    color: var(--second-color);
    font-weight: 500;
    line-height: 28px;
}

.help-accordion .n8oDZMhM54-item p {
    color: var(--gray-color);
    margin-bottom: 0;
}

.help-accordion .n8oDZMhM54-item .n8oDZMhM54-header button {
    background-color: var(--bg-color);
}

.help-accordion .n8oDZMhM54-item .n8oDZMhM54-body {
    border: none;
}


.help-accordion .n8oDZMhM54-item:first-of-type>.n8oDZMhM54-header .n8oDZMhM54-button {
    background-color: var(--bg-color);
}

.help-accordion .n8oDZMhM54 {
    --bs-accordion-border-color: transparent;
}


.help-accordion .n8oDZMhM54-button:focus {
    box-shadow: none;
}

.help-accordion .n8oDZMhM54-button {
    border-radius: 16px !important;
}

.help-accordion .n8oDZMhM54-button:not(.collapsed) {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    box-shadow: none;
}

.n8oDZMhM54-button::after {
    background-image: url('../images/angle-right-solid.svg');
    background-position: center;
    width: 100%;
    max-width: 20px;
    height: 20px;
    transform: rotate(0);
}

.n8oDZMhM54-button:not(.collapsed)::after {
    background-image: url('../images/angle-right-solid.svg');
    background-position: center;
    width: 100%;
    max-width: 20px;
    height: 20px;
    transform: rotate(90deg);
}

/*  help or policy page  section end here  */


/* ================ conditions Page =================  */

.conditions .main .item h5 {
    color: var(--second-color);
    background-color: var(--bg-color);
    border-radius: 16px 16px 0 0;
    padding: 20px;
    margin-bottom: 20px;
}

.conditions .main .item-2 h5 {
    border-radius: 0px;
}

.conditions .main .item ul {
    margin: 0 20px;
    padding: 0;
}

.conditions .main .item ul li {
    background: url('../images/ic-star.svg') no-repeat left top;
    padding: 0 0 0 50px;
    list-style: none;
    margin: 0;
}

.conditions .main .item ul li p {
    color: var(--gray-color);
    text-align: justify;
    margin-bottom: 0;
}

.conditions .main .item ul li .first {
    margin-bottom: 18px;
}

.conditions .main .item ul li .second {
    margin-bottom: 30px;
}


/* ================ talent-details =================  */

/*  tdetails-banner start here */

.tdetails-banner-bg {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 236px 0;
}

.tdetails-banner {
    margin: -340px 0 0 0;
}

.tdetails-banner .banner-img {
    margin: 0 auto;
}

.tdetails-banner .banner-img,
.tdetails-banner .banner-img img {
    width: 100%;
    max-width: 510px;
    border-radius: 20px;
}

.tdetails-banner .banner-content {
    width: 100%;
    max-width: 570px;
    color: var(--white-color);
}

.tdetails-banner .banner-content .box {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.tdetails-banner .banner-content .box h3 {
    text-shadow: 2px 2px 1px 0px #0000001A;
}

.tdetails-banner .banner-content .box .fa-heart {
    background: #FFFFFF1A;
    color: var(--white-color);
    border: 1px solid #FFFFFF33;
    font-size: 30px;
    width: 100%;
    max-width: 44px;
    height: 44px;
    border-radius: 8px;
    padding: 7px 0 0 0;
    text-align: center;
}

.tdetails-banner .banner-content .box .fa-heart:hover {
    transition: 0.3s;
    cursor: pointer;
    background: var(--white-color);
    color: var(--black-color);
    border: 1px solid var(--white-color);
}

.tdetails-banner .banner-content h5 {
    margin-bottom: 14px;
}

.tdetails-banner .banner-content p {
    margin-bottom: 0px;
}

/*  tdetails-banner end here */

/*  general-form start here */
.top-wrapper {
    padding: 100px 0 50px 0;
}

.general-form .alignn {
    text-align: center;
}

.general-form .box {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    row-gap: 6px;
    margin-bottom: 40px;
    padding: 0 0 0 34px;
}

.general-form .box img {
    width: 100%;
    max-width: 32px;
    height: 32px;
}

.general-form .box h4 {
    color: #010101;
    margin-bottom: 0;
}

.general-form .main .item form h5 {
    width: 100%;
    max-width: 555px;
    color: var(--second-color);
    /* margin-bottom: 10px; */
    text-align: left;
    margin: 0 auto 10px auto;
}

.general-form .main .item form input {
    background: #f4f1f1;
    border: 2px solid transparent;
    width: 100%;
    max-width: 555px;
    height: 50px;
    padding: 0 20px;
}

.general-form .main .item form .fp2fM9oLsT {
    margin-bottom: 20px;
}

.general-form .main .item form input:focus {
    outline: none;
    border: 2px solid var(--footer-color);
}

.general-form .main .item form input::placeholder {
    color: var(--gray-color);
}

.general-form .main .item form .placeholder {
    opacity: 1;
}

/*  general-form end here */


/*  photos section start here */

.photos .box {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    row-gap: 6px;
    margin-bottom: 40px;
    padding: 0 0 0 34px;
}

.photos .box img {
    width: 100%;
    max-width: 32px;
    height: 32px;
}

.photos .box h4 {
    color: #010101;
    margin-bottom: 0;
}

.photos .img-1,
.photos .img-2,
.photos .img-3,
.photos .img-4 {
    margin: 0 auto;

}

.photos .img-1,
.photos .img-1 img {
    width: 100%;
    max-width: 255px;
    height: 395px;
    border-radius: 20px;
}

.photos .img-2,
.photos .img-2 img {
    width: 100%;
    max-width: 255px;
    height: 340px;
    border-radius: 20px;
}

.photos .img-3,
.photos .img-3 img {
    width: 100%;
    max-width: 255px;
    height: 440px;
    border-radius: 20px;
}

.photos .img-4,
.photos .img-4 img {
    width: 100%;
    max-width: 255px;
    height: 340px;
    border-radius: 20px;
}


/*  photos section end here */

/* ================ blog page =================  */

/*  blog section start here */

.popular-blog {
    width: 100%;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}

.popular-blog .section-title h3 {
    text-align: center;
    color: var(--second-color);
    margin-bottom: 10px;
}

.popular-blog .main {
    margin: 0 auto;
}

.popular-blog .main .item {
    display: flex;
    align-items: center;
    column-gap: 16px;
    flex-wrap: nowrap;
    justify-content: center;
}



.card-image {
    display: block;
    background: #fff no-repeat;
    background-size: cover;
    filter: blur(3px);
}

.card-image>img {
    display: block;
    opacity: 0;
}

.card-image.is-loaded {
    filter: none;
    transition: filter 2s;
}

.popular-blog .main .fp2fM9oLsT {
    margin-bottom: 40px;
}

.popular-blog .main .item-img,
.popular-blog .main .item-img img {
    width: 100%;
    max-width: 220px;
    transition: all 0.3s ease-in-out;

}

.popular-blog .main .item:hover .item-img,
.popular-blog .main .item .item-img:hover img {
    transition: 0.3s;
    border-radius: 20px;
}

.popular-blog .main .item-content {
    width: 100%;
    max-width: 324px;
}

.popular-blog .main .item-content h6 {
    color: var(--second-color);
    margin-bottom: 12px;
}

.popular-blog .main .item-content p {
    color: var(--gray-color);
    margin-bottom: 12px;
}

.popular-blog .main .item-content .name {
    color: var(--second-color);
    margin-right: 14px;
}

.popular-blog .main .item-content .year {
    color: var(--gray-color);
}

/*  blog section end here */

/* ================ contact page =================  */

.get-in .main {
    margin: 0 auto;
    width: 100%;
    max-width: 550px;
    padding: 50px 0 0 0;
}

.get-in .main .item {
    width: 100%;
    max-width: 550px;
}

.get-in .main .item h5 {
    color: var(--second-color);
    margin-bottom: 10px;
}

.get-in .main .item p {
    color: var(--gray-color);
    margin-bottom: 30px;
}

.get-in .main .icons .box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 30px;
}

.get-in .main .icons .fp2fM9oLsT {
    margin-bottom: 0;
}

.get-in .main .icons .box img {
    width: 100%;
    max-width: 68px;
    height: 60px;
}

.get-in .main .icons p {
    color: var(--gray-color);
    margin-bottom: 0;
}

.get-in .main .icons p:hover {
    transition: 0.3s;
    color: var(--black-color);
}

.get-in .z6a6KWuPym form {
    width: 100%;
    max-width: 550px;
    border-radius: 15px;
    padding: 20px;
    border: 1px solid #373C42;
    box-shadow: 3px 5px 56px 0px #0000001A;
}

.get-in .z6a6KWuPym form .names {
    display: flex;
    justify-content: space-between;
    align-items: center;

}


.get-in .z6a6KWuPym form .names .fname,
.get-in .z6a6KWuPym form .names .lname {
    width: 48%;
    max-width: 1000px;
}

.get-in .z6a6KWuPym form input,
.get-in .z6a6KWuPym form textarea {
    background: #f4f1f1;
    border: 2px solid transparent;
    width: 100%;
    height: 50px;
    padding: 0 12px;
    border-radius: 10px;
    margin-bottom: 12px;
}

.get-in .z6a6KWuPym form textarea {
    padding: 12px 12px 0 12px;
    min-height: 50px;
    margin-bottom: 30px;
}

.get-in .z6a6KWuPym form .fp2fM9oLsT {
    margin-bottom: 20px;
}

.get-in .z6a6KWuPym form input:focus,
.get-in .z6a6KWuPym form textarea:focus {
    outline: none;
    border: 2px solid var(--footer-color);
}

.get-in .z6a6KWuPym form input::placeholder,
.get-in .z6a6KWuPym form textarea::placeholder {
    color: var(--gray-color);
}

.get-in .z6a6KWuPym form .placeholder {
    opacity: 1;
}

.get-in .z6a6KWuPym form .k9LBEspTQy .btn {
    width: 100%;
}


/*  contact-banner end here */

/*  map start here */

.map .container-fluid {
    padding: 0;
    margin: 0;
}

.map .map-box {
    height: 600px;
}

.map iframe {
    width: 100%;
    height: 600px;
}


/*  map end here */


/* ================ error page =================  */
/*  Error-Page  section start here  */
#background {
    background-image: url('../images/bg-error-section.webp');
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: fixed;
    top: 0;
    z-index: -1;
}

.err-banner .main {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.err-banner .main .item {
    text-align: center;
}

.err-banner .main .item img {
    width: 100%;
    max-width: 440px;
    margin-bottom: 42px;
}

.err-banner .k9LBEspTQy {
    padding: 11px 0px;
    margin-bottom: 5px;
}

.err-banner .k9LBEspTQy .btn {
    padding: 11px 64.5px;
}

/*  Error-Page  section end here  */



/*  Media Query  */
@media screen and (max-width:575px) {

    body {
        font-size: 16px;
        line-height: 20px;
    }


    .banner-1 {
        padding: 50px 0 440px 0 !important;
    }

    .banner-1 .main {
        width: 100%;
        max-width: 524px;
    }

    .banner-1 .banner-contant {
        width: 100%;
        max-width: 524px;
        text-align: center;
    }

    .banner-1 .banner-img {
        position: absolute;
        top: 246px !important;
        right: -60px;
    }

    .banner-1 .banner-contant p {
        margin: 10px 0;
    }

    .banner-1 .banner-img img {
        width: 100%;
        height: 557px !important;
        object-fit: cover;
    }

    .find-1 .video-wrapper video[poster] {
        height: 240px !important;
    }

    .find-1 .play-button-wrapper img {
        width: 100%;
        max-width: 40px !important;
        height: 40px !important;
    }

    .abusS7lK3T .icons {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: space-around;
    }

    .abusS7lK3T .icons .icon-1 {
        text-align: center;
        display: block;
    }

    .GE4t3WMQ3R .item,
    .GE4t3WMQ3R .item-1 {
        margin: 0;
        padding-left: 12px;
    }

    .banner-2 .main {
        padding: 25px 0 0 0 !important;
        text-align: center;
        margin: 0 auto;
    }

    .discover-2 .box h1 {
        font-size: 60px;
        line-height: 57px !important;
    }

    .discover-2 .main {
        margin: 0px auto 36px auto;
    }

    .find-2 .main .item {
        width: 100%;
        max-width: 600px !important;
        margin: 20px auto 0 auto !important;
        padding: 20px;
    }

    .find-2 .play-button-wrapper {
        position: absolute;
        top: 44%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }

    .find-2 .play-button-wrapper img {
        width: 100%;
        max-width: 20px !important;
        height: 20px !important;
    }


    .clients-2 .dUoRB0J0f8 {
        margin-bottom: 20px;
    }

    .banner-3 {
        background-position-x: 66%;
    }

    .banner-3 .hero-content {
        text-align: center;
    }

    .banner-3 .hero-content {
        padding: 42px 0;
    }

    .discover-3 .main-box .box .item-1 {
        width: 100%;
        max-width: 70px;
        height: 70px;
    }

    .find-3 .video-wrapper video[poster] {
        width: 100%;
        max-width: 1000px;
        height: 254px !important;
    }

    .find-3 .video-wrapper video {
        width: 100%;
        height: 254px !important;
    }

    .find-3 .container {
        max-width: 720px;
    }

    .find-3 .main .item {
        width: 100%;
        max-width: 500px;
        margin: 20px auto 0 auto !important;
    }

    .find-3 .play-button-wrapper img {
        width: 100%;
        max-width: 50px;
        height: 50px;
    }

    .about-banner {
        padding: 60px 0 !important;
    }

    .we_are .video-wrapper video[poster] {
        object-position: 0 0;
        height: 240px !important;
    }

    .we_are .play-button-wrapper img {
        width: 100%;
        max-width: 40px !important;
        height: 40px !important;
    }

    .choose {
        background-position: center !important;
    }

    .model .main .item .content {
        width: 90%;
    }

    .model .main .item .icons i {
        margin: 0 5px;
    }

    .help-accordion .text {
        font-size: 16px !important;
        line-height: 18px !important;
    }

    .help-accordion .n8oDZMhM54-body {
        padding: 16px 20px 0 20px;
    }

    .conditions .main .item ul {
        margin: 0 5px;
    }

    .conditions .main .item ul li {
        padding: 0 0 0 20px;
    }

    .photos .img-1,
    .photos .img-1 img {
        margin-bottom: 30px;
        width: 100%;
        max-width: 255px;
        height: 395px;
    }

    .photos .img-2,
    .photos .img-2 img {
        margin-bottom: 30px;
        width: 100%;
        max-width: 255px;
        height: 340px;
    }

    .photos .img-3,
    .photos .img-3 img {
        width: 100%;
        max-width: 255px;
        height: 440px;
    }

    .photos .img-4,
    .photos .img-4 img {
        margin-bottom: 30px;
        width: 100%;
        max-width: 255px;
        height: 360px;
        margin: 0 auto 30px auto !important;
    }

    .tdetails-banner-bg {
        padding: 94px 0 !important;
    }

    .tdetails-banner {
        margin: -140px 0 0 0 !important;
    }

    .tdetails-banner .banner-img,
    .tdetails-banner .banner-img img {
        width: 100%;
        max-width: 210px !important;
    }

    .tdetails-banner .banner-content {
        margin: 30px auto 0 auto !important;
    }

    .blog-banner {
        padding: 90px 0 !important;
    }

    .popular-blog .main .item {
        display: flex;
        align-items: center;
        column-gap: 16px;
        flex-wrap: wrap !important;
        justify-content: center;
        text-align: center !important;
    }

    .popular-blog .fp2fM9oLsT {
        margin-bottom: 20px !important;
    }

    .popular-blog .dUoRB0J0f8 {
        margin-bottom: 20px !important;
    }

    .popular-blog .main .item .item-img {
        margin-bottom: 20px !important;
    }

    .popular-blog .main .item-content {
        width: 100%;
        max-width: 430px;
    }

    .get-in .main {
        padding: 30px 0 0 0;
    }

    .get-in .z6a6KWuPym form .names {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .get-in .z6a6KWuPym form .names .fname,
    .get-in .z6a6KWuPym form .names .lname {
        width: 100%;
        max-width: 1000px;
    }

    .map .map-box {
        height: 200px !important;
    }

    .map iframe {
        width: 100%;
        height: 200px !important;
    }

    .err-banner .main .item img {
        width: 100%;
        max-width: 260px !important;
        margin-bottom: 32px;
    }

    .iso-nav ul li {
        margin: 0 2px;
    }
}

@media screen and (max-width:600px) {
    .clients .wrapper .my-slider img {
        margin-left: 15px;
    }
}

@media screen and (min-width:576px) and (max-width:767px) {}

@media screen and (max-width:767px) {
    .section-wrapper {
        padding: 40px 0;
    }

    h1 {
        font-size: 34px;
        line-height: 42px;
    }

    h2 {
        font-size: 28px;
        line-height: 36px;
    }

    h3 {
        font-size: 24px;
        line-height: 32px;
    }

    h4 {
        font-size: 22px;
        line-height: 26px;
    }

    h5 {
        font-size: 18px;
        line-height: 22px;
    }

    h6 {
        font-size: 20px;
        line-height: 24px;
    }


    .banner-1 {
        padding: 100px 0 360px 0;
    }

    .banner-1 .banner-img {
        position: absolute;
        top: 150px;
        right: -60px;
    }

    .banner-1 .banner-img img {
        width: 100%;
        height: 657px;
    }

    .discover-1 .item {
        margin: -10px auto 36px auto !important;
    }

    .find-1 .container {
        max-width: 640px;
    }

    .find-1 .tac {
        text-align: center;
    }

    .find-1 .video-wrapper video[poster] {
        width: 100%;
        max-width: 700px !important;
        height: 310px;
    }

    .find-1 .video-wrapper {
        margin-bottom: 20px;
    }

    .find-1 .main-box .item {
        width: 100%;
        max-width: 700px !important;
        text-align: center;
    }

    .find-1 .play-button-wrapper img {
        width: 100%;
        max-width: 50px;
        height: 50px;
    }

    .find-1 .main-box .item h2 {
        margin-bottom: 30px;
    }

    .find-1 .main-box {
        align-items: flex-start;
        height: auto;
    }

    .abusS7lK3T .content {
        margin: 0 auto;
    }

    .abusS7lK3T .content h2,
    .abusS7lK3T .content p {
        text-align: center;
    }

    .abusS7lK3T .box {
        text-align: center;
        margin-left: 0;
    }

    .clients .slick-dots li.slick-active button:before,
    .clients-2 .slick-dots li.slick-active button:before {
        opacity: 1;
        background-color: var(--main-color);
        color: var(--main-color);
        border: 1px solid var(--main-color);
        border-radius: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 13px;
        height: 13px;
        content: '•';
        text-align: center;
    }

    .clients .slick-dots li button:before,
    .clients-2 .slick-dots li button:before {
        border: 1px solid var(--main-color);
        border-radius: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 13px;
        height: 13px;
        content: '';
        text-align: center;
        opacity: 1;
    }

    .M6fhvYxHd9 {
        margin: 0 !important;
    }

    .banner-2 .main {
        padding: 50px 0 0 0;
        text-align: center;
        margin: 0 auto;
    }

    .banner-2 .main-img {
        padding: 6px 0;
        text-align: center;
    }

    .banner-2 .main-img img {
        width: 100%;
        max-width: 460px;
        height: auto;
    }

    .discover-2 .box h1 {
        font-size: 70px;
        line-height: 87px;
    }

    .find-2 .video-wrapper video {
        border-radius: 14px;
    }

    .find-2 .main .item {
        width: 100%;
        max-width: 500px;
        margin: -96px auto 0 auto;
    }

    .find-2 .play-button-wrapper img {
        width: 100%;
        max-width: 50px;
        height: 50px;
    }

    .clients-2 .fp2fM9oLsT {
        margin-bottom: 20px;
    }

    .clients-2 .main-line {
        margin-bottom: 30px;
    }

    .clients-2 .main-content .item-img {
        text-align: center;
    }

    .clients-2 .main-content .content {
        padding: 10px 0 0 0;
    }

    .banner-3 .hero-content {
        padding: 52px 0;
    }

    .discover-3 .container {
        width: 100%;
        max-width: 1600px;
    }

    .discover-3 .main-box {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .discover-3 .main-box .fp2fM9oLsT {
        margin-bottom: 10px;
    }

    .discover-3 .main-box .box .item-1 {
        width: 100%;
        max-width: 90px;
        height: 90px;
    }

    .discover-3 .main-box .arrow {
        width: 100%;
        max-width: 70px;
        height: 70px;
        display: none;
    }

    .find-3 .video-wrapper video[poster] {
        width: 100%;
        max-width: 1000px;
        height: 384px;
    }

    .find-3 .video-wrapper video {
        width: 100%;
        height: 384px;
    }

    .find-3 .container {
        max-width: 720px;
    }

    .find-3 .main .item {
        width: 100%;
        max-width: 500px;
        margin: -86px auto 0 auto;
    }

    .find-3 .play-button-wrapper img {
        width: 100%;
        max-width: 60px;
        height: 60px;
    }

    .find-3 .main .item h3 {
        margin-bottom: 20px;
    }

    .find-3 {
        padding: 0 0 40px 0;
    }

    .latest-3 .dUoRB0J0f8 {
        margin-bottom: 47px;
    }

    .latest-3 .main .item .content ul {
        padding: 0 0 0 22px;
        list-style-type: none;
        margin-bottom: 30px;
    }

    .latest-3 .main .item {
        flex-wrap: wrap;
        row-gap: 20px;
        justify-content: center;
    }

    .latest-3 .main .icon-box {
        text-align: center;
        display: flex;
        width: 260px;
        justify-content: end;
        margin: 0 auto;
    }

    .abusS7lK3T-2 .main {
        padding: 30px 0 0 0;
    }

    .clients-3 .title {
        width: 100%;
        max-width: 800px;
    }

    .clients-3 .title h2 {
        text-align: center;
    }

    .clients-3 .title p {
        text-align: center;
    }

    .clients-3 .wrapper {
        padding: 30px 0 0 0;
    }

    .about-banner {
        padding: 70px 0;
    }

    .we_are .we-content {
        width: 100%;
        max-width: 860px;
        text-align: center;
        padding: 0;
    }

    .we_are .we-content h2 {
        color: var(--second-color);
        margin-bottom: 14px;
    }

    .we_are .tac {
        text-align: center;
    }

    .we_are .video-wrapper video[poster] {
        width: 100%;
        max-width: 700px !important;
        height: 310px;
    }

    .we_are .video-wrapper {
        margin-bottom: 20px;
    }

    .we_are .play-button-wrapper img {
        width: 100%;
        max-width: 50px;
        height: 50px;
    }

    .choose .fp2fM9oLsT,
    .choose .dUoRB0J0f8 {
        margin-bottom: 24px;
    }

    .choose {
        background-position: right;
    }

    .model .fp2fM9oLsT {
        margin-bottom: 30px;
    }

    .conditions .container {
        max-width: 740px;
    }

    .conditions .main .item ul li {
        padding: 0 0 0 30px;
    }

    .top-wrapper {
        padding: 40px 0 50px 0;
    }

    .general-form .box {
        justify-content: center;
        padding: 0;
    }

    .photos .box {
        justify-content: center;
        padding: 0;
    }

    .photos .img-1,
    .photos .img-1 img {
        margin-bottom: 30px;
        width: 100%;
        max-width: 255px;
        height: 395px;
    }

    .photos .img-2,
    .photos .img-2 img {
        margin-bottom: 30px;
        width: 100%;
        max-width: 255px;
        height: 340px;
    }

    .photos .img-3,
    .photos .img-3 img {
        width: 100%;
        max-width: 255px;
        height: 440px;
    }

    .photos .img-4,
    .photos .img-4 img {
        margin-bottom: 30px;
        width: 100%;
        max-width: 255px;
        height: 360px;
        margin: 80px auto 0 auto;
    }

    .tdetails-banner-bg {
        padding: 134px 0;
    }

    .tdetails-banner {
        margin: -200px 0 0 0;
    }

    .tdetails-banner .banner-img,
    .tdetails-banner .banner-img img {
        width: 100%;
        max-width: 310px;
    }

    .tdetails-banner .banner-content {
        width: 100%;
        max-width: 770px;
        text-align: center;
        margin: 50px auto 0 auto;
        color: var(--black-color);
    }

    .tdetails-banner .banner-content .box {
        margin-bottom: 20px;
    }

    .tdetails-banner .banner-content .box .fa-heart {
        font-size: 24px;
        padding: 10px 0 0 0;
        color: black;
        border: 1px solid #00000066;
        background: #0000001A;

    }

    .tdetails-banner .banner-content .box .fa-heart:hover {
        transition: 0.3s;
        cursor: pointer;
        background: var(--black-color);
        color: var(--white-color);
        border: 1px solid var(--black-color);
    }

    .popular-blog {
        background-position: center;
    }

    .popular-blog .main .item {
        display: flex;
        align-items: center;
        column-gap: 16px;
        flex-wrap: nowrap;
        justify-content: center;
        text-align: left;
    }

    .popular-blog .dUoRB0J0f8 {
        margin-bottom: 40px;
    }

    .popular-blog .main .item .item-img {
        margin-bottom: 0px;
    }

    .popular-blog .main .item-content {
        width: 100%;
        max-width: 430px;
    }

    .get-in .main {
        margin: 0 auto;
        width: 100%;
        max-width: 1050px;
    }

    .get-in .main .item {
        width: 100%;
        max-width: 1050px;
    }

    .get-in .z6a6KWuPym form {
        width: 100%;
        max-width: 1050px;
    }

    .map .map-box {
        height: 300px;
    }

    .map iframe {
        width: 100%;
        height: 300px;
    }

    .err-banner .main .item img {
        width: 100%;
        max-width: 340px;
        margin-bottom: 32px;
    }

    .l-1 .set {
        margin-bottom: 100px;
    }

    .l-1 .dUoRB0J0f8 {
        margin-bottom: 36px;
    }

    .help-accordion .text {
        font-size: 20px;
    }

    .g-1 .main-iso .item-2 {
        margin-bottom: 30px !important;
    }

    .g-1 .main-iso .card_image {
        margin-bottom: 20px;
    }

    .GE4t3WMQ3R .GE4t3WMQ3R-icon i {
        max-width: 38px;
        height: 38px;
        font-size: 18px;
    }
}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) and (max-width:991px) {
    .section-wrapper {
        padding: 60px 0;
    }

    h1 {
        font-size: 44px;
        line-height: 56px;
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    h3 {
        font-size: 26px;
        line-height: 32px;
    }

    h4 {
        font-size: 20px;
        line-height: 26px;
    }

    h5 {
        font-size: 18px;
        line-height: 22px;
    }

    h6 {
        font-size: 20px;
        line-height: 24px;
    }


    .banner-1 {
        padding: 150px 0;
    }

    .banner-1 .main {
        width: 100%;
        max-width: 524px;
    }

    .banner-1 .banner-contant {
        width: 100%;
        max-width: 524px;
    }

    .banner-1 .banner-img {
        position: absolute;
        top: 20px;
        right: -60px;
    }


    .banner-1 .banner-img img {
        width: 100%;
        height: 657px;
    }

    .discover-1 .item {
        padding: 60px 15px 44px 15px;
        width: 100%;
        max-width: 336px;
    }

    .find-1 .tac {
        text-align: center;
    }

    .find-1 .video-wrapper video[poster] {
        width: 100%;
        max-width: 700px;
    }

    .find-1 .video-wrapper {
        margin-bottom: 20px;
    }

    .find-1 .main-box .item {
        width: 100%;
        max-width: 700px;
        text-align: center;
    }

    .find-1 .main-box .item h2 {
        margin-bottom: 30px;
    }

    .find-1 .main-box {
        align-items: flex-start;
        height: auto;
    }

    .abusS7lK3T .content {
        margin: 0 auto;
    }

    .abusS7lK3T .content h2,
    .abusS7lK3T .content p {
        text-align: center;
    }

    .abusS7lK3T .box {
        text-align: center;
        margin-left: 0px;
    }

    .GE4t3WMQ3R .item {
        width: 100%;
        max-width: 300px;
    }

    .banner-2 .main {
        padding: 0 0;
    }

    .discover-2 .box h1 {
        font-size: 80px;
        line-height: 97px;
    }

    .discover-2 .M6fhvYxHd9 {
        margin-bottom: 0px !important;
        width: 100%;
        max-width: 336px;
        margin: 0 auto;
    }

    .find-2 .main .item {
        width: 100%;
        max-width: 506px;
        margin: -116px auto 0 auto;
    }

    .find-2 .play-button-wrapper img {
        width: 100%;
        max-width: 60px;
        height: 60px;
    }

    .clients-2 .fp2fM9oLsT {
        margin-bottom: 20px;
    }

    .clients-2 .main-content .item-img {
        text-align: center;
    }

    .clients-2 .main-content .content {
        padding: 10px 0 0 0;
    }

    .banner-3 .hero-content {
        padding: 72px 0;
    }

    .discover-3 .container {
        width: 100%;
        max-width: 1600px;
    }

    .discover-3 .main-box .box .item-1 {
        width: 100%;
        max-width: 90px;
        height: 90px;
    }

    .discover-3 .main-box .arrow {
        width: 100%;
        max-width: 70px;
        height: 70px;
    }

    .discover-3 .main-box .arrow img {
        width: 100%;
        max-width: 70px;
        height: 70px;
    }

    .find-3 .container {
        max-width: 920px;
    }

    .find-3 .main .item {
        width: 100%;
        max-width: 650px;
        margin: -86px auto 0 auto;
    }

    .find-3 {
        padding: 0 0 60px 0;
    }

    .latest-3 .main .item .content ul {
        padding: 0 0 0 22px;
        list-style-type: none;
        margin-bottom: 30px;
    }

    .latest-3 .main .item {
        flex-wrap: wrap;
        row-gap: 20px;
        justify-content: center;
    }

    .latest-3 .main .icon-box {
        text-align: center;
        display: flex;
        width: 260px;
        justify-content: end;
        margin: 0 auto;
    }

    .abusS7lK3T-2 .main {
        padding: 54px 0 0 0;
    }

    .clients-3 .title {
        width: 100%;
        max-width: 800px;
    }

    .clients-3 .title h2 {
        text-align: center;
    }

    .clients-3 .title p {
        text-align: center;
    }

    .clients-3 .wrapper {
        padding: 30px 0 0 0;
    }

    .about-banner {
        padding: 80px 0;
    }

    .we_are .we-content {
        width: 100%;
        max-width: 860px;
        text-align: center;
        padding: 0;
    }

    .we_are .we-content h2 {
        color: var(--second-color);
        margin-bottom: 14px;
    }

    .we_are .tac {
        text-align: center;
    }

    .we_are .video-wrapper video[poster] {
        width: 100%;
        max-width: 700px;
    }

    .we_are .video-wrapper {
        margin-bottom: 20px;
    }

    .choose {
        background-position: right;
    }

    .choose .fp2fM9oLsT {
        margin-bottom: 24px;
    }

    .model .fp2fM9oLsT {
        margin-bottom: 30px;
    }

    .general-form .container {
        max-width: 920px;
    }

    .general-form .box {
        padding: 0;
    }

    .top-wrapper {
        padding: 60px 0 50px 0;
    }

    .container {
        max-width: 920px;
    }

    .photos .box {
        padding: 0;
    }

    .photos .img-1,
    .photos .img-1 img {
        width: 100%;
        max-width: 355px;
        height: 495px;
    }

    .photos .img-2,
    .photos .img-2 img {
        width: 100%;
        max-width: 355px;
        height: 440px;
    }

    .photos .img-3,
    .photos .img-3 img {
        width: 100%;
        max-width: 355px;
        height: 540px;
    }

    .photos .img-4,
    .photos .img-4 img {
        width: 100%;
        max-width: 355px;
        height: 440px;
        margin: 100px auto 0 auto;
    }

    .tdetails-banner-bg {
        padding: 174px 0;
    }

    .tdetails-banner {
        margin: -260px 0 0 0;
    }

    .tdetails-banner .banner-img,
    .tdetails-banner .banner-img img {
        width: 100%;
        max-width: 410px;
    }

    .tdetails-banner .banner-content {
        width: 100%;
        max-width: 770px;
        text-align: center;
        margin: 50px auto 0 auto;
        color: var(--black-color);
    }

    .tdetails-banner .banner-content .box {
        margin-bottom: 20px;
    }

    .tdetails-banner .banner-content .box .fa-heart {
        font-size: 24px;
        padding: 10px 0 0 0;
        color: black;
        border: 1px solid #00000066;
        background: #0000001A;

    }

    .tdetails-banner .banner-content .box .fa-heart:hover {
        transition: 0.3s;
        cursor: pointer;
        background: var(--black-color);
        color: var(--white-color);
        border: 1px solid var(--black-color);
    }

    .popular-blog .main .item {
        display: flex;
        align-items: center;
        column-gap: 16px;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .popular-blog .main .item .item-img {
        margin-bottom: 20px;
    }

    .popular-blog .main .item-content {
        width: 100%;
        max-width: 430px;
    }

    .get-in .main {
        margin: 0 auto;
        width: 100%;
        max-width: 1050px;
    }

    .get-in .main .item {
        width: 100%;
        max-width: 1050px;
    }

    .get-in .z6a6KWuPym form {
        width: 100%;
        max-width: 1050px;
    }

    .map .map-box {
        height: 400px;
    }

    .map iframe {
        width: 100%;
        height: 400px;
    }

    .help-accordion .text {
        font-size: 20px;
    }

    .g-1 .main-iso .item-2 {
        margin-bottom: 0px !important;
    }

    .g-1 .main-iso .card_image {
        margin-bottom: 20px;
    }

    #background {
        width: 110%;
    }


}



@media screen and (min-width:992px) and (max-width:1199px) {
    .section-wrapper {
        padding: 80px 0;
    }

    h1 {
        font-size: 54px;
        line-height: 66px;
    }

    h2 {
        font-size: 40px;
        line-height: 50px;
    }

    h3 {
        font-size: 34px;
        line-height: 44px;
    }

    h4 {
        font-size: 30px;
        line-height: 36px;
    }

    h5 {
        font-size: 22px;
        line-height: 26px;
    }

    h6 {
        font-size: 22px;
        line-height: 26px;
    }

    .banner-1 {
        padding: 194px 0;
    }

    .discover-1 .item {
        padding: 60px 15px 44px 15px;
    }

    .abusS7lK3T .icon img {
        width: 100%;
        max-width: 62px;
        height: auto;
    }

    .abusS7lK3T .content p {
        margin-bottom: 30px;
    }

    .abusS7lK3T .icon {
        margin-bottom: 15px;
    }

    .abusS7lK3T .icons .icon-1 {
        gap: 10px;
    }

    .abusS7lK3T .icon .icon-1 img {
        width: 100%;
        max-width: 60px;
        height: auto;
    }

    .banner-2 .main {
        padding: 42px 0;
    }

    .find-2 .main .item {
        width: 100%;
        max-width: 766px;
        margin: -130px auto 0 auto;
    }

    .clients-2 .main-content .content {
        padding: 10px 0;
    }

    .banner-3 .hero-content {
        padding: 102px 0;
    }

    .discover-3 .main-box .box .item-1 h2 {
        color: var(--main-color);
        margin-bottom: 0;
        line-height: 2.01;
    }

    .find-3 {
        padding: 0 0 80px 0;
    }

    .latest-3 .main .item .content {
        width: 100%;
        max-width: 228px;
    }

    .abusS7lK3T-2 .container {
        max-width: 1000px;
    }

    .abusS7lK3T-2 .main {
        padding: 10px 0;
    }

    .clients-3 .wrapper {
        padding: 20px 0;
    }

    .about-banner {
        padding: 100px 0;
    }

    .we_are .we-content h2 {
        color: var(--second-color);
        margin-bottom: 30px;
    }

    .choose .fp2fM9oLsT {
        margin-bottom: 24px;
    }

    .model .container {
        max-width: 1060px;
    }

    .top-wrapper {
        padding: 80px 0 50px 0;
    }

    .general-form .box {
        padding: 0;
    }

    .photos .box {
        padding: 0;
    }

    .photos .img-1,
    .photos .img-1 img {
        width: 100%;
        max-width: 355px;
        height: 495px;
    }

    .photos .img-2,
    .photos .img-2 img {
        width: 100%;
        max-width: 355px;
        height: 440px;
    }

    .photos .img-3,
    .photos .img-3 img {
        width: 100%;
        max-width: 355px;
        height: 540px;
    }

    .photos .img-4,
    .photos .img-4 img {
        width: 100%;
        max-width: 355px;
        height: 440px;
        margin: 100px auto 0 auto;
    }

    .tdetails-banner-bg {
        padding: 190px 0;
    }

    .tdetails-banner {
        margin: -310px 0 0 0;
    }

    .tdetails-banner .banner-img,
    .tdetails-banner .banner-img img {
        width: 100%;
        max-width: 410px;
    }

    .tdetails-banner .banner-content {
        width: 100%;
        max-width: 570px;
        color: var(--white-color);
    }

    .popular-blog .container {
        max-width: 1100px;
    }

    .get-in .main {
        margin: 0 auto;
        width: 100%;
        max-width: 1050px;
    }

    .get-in .main .item {
        width: 100%;
        max-width: 1050px;
    }

    .get-in .z6a6KWuPym form {
        width: 100%;
        max-width: 1050px;
    }

    .help-accordion .text {
        font-size: 22px;
    }

}

@media screen and (min-width:1200px) and (max-width:1399px) {
    .abusS7lK3T .icon img {
        width: 100%;
        max-width: 62px;
        height: auto;
    }

    .abusS7lK3T .icons .icon-1 .icon-content h6 {
        font-size: 22px;
    }

    .banner-3 .hero-content {
        padding: 122px 0;
    }

    .abusS7lK3T-2 .main {
        padding: 34px 0;
    }

    .general-form .box {
        padding: 0;
    }

    .photos .box {
        padding: 0;
    }
}

@media screen and (min-width:1400px) {}