:root {
    --bs-font-sans-serif: 'Geist', sans-serif;
    --bs-body-font-family: 'Geist', sans-serif;
    --bs-font-playfair: "Playfair Display", serif;
    --bs-font-lato: "Geist", sans-serif;
    --primary-font-weight: 600;
    --bs-primary: #001e35;
    --bs-secondary: #f12300;
    --backdrop-filter--blur-color: #0603030d;
    --bs-white: #f6f6f6 !important;
    --bs-body-bg: #f6f6f6 !important;
}

.main-bg-body {
    background-color: #001e35;
}

.main-bg-img-lg {
    z-index: -1;
    pointer-events: none;
    position: fixed;
    inset: 0%;
    display: block;
    height: 100vh;
    width: 100vw;
}

.main-bg-img-md,
.main-bg-img-sm {
    display: none;
}

@media (max-width: 1440px) {
    .main-bg-img-lg {
        display: none;
    }

    .main-bg-img-md {
        z-index: -1;
        pointer-events: none;
        position: fixed;
        inset: 0%;
        display: block;
        height: 100vh;
        width: 100vw;
    }
}

@media (max-width: 767px) {

    .main-bg-img-md,
    .main-bg-img-md {
        display: none;
    }

    .main-bg-img-sm {
        z-index: -1;
        pointer-events: none;
        position: fixed;
        inset: 0%;
        display: block;
        height: 100vh;
        width: 100vw;
    }
}


header img {
    width: auto;
    height: 40px;
    object-fit: contain;
}

.linear-gradient h2 {
    display: inline-flex;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(-90deg, #fff6 5%, #f6f6f6 70%);
    -webkit-background-clip: text;
    background-clip: text;
}

.plus-icon1 {
    position: absolute;
    top: 4px;
    fill: #f6f6f6;
    left: 6px;
    opacity: 0.7;
}

.plus-icon2 {
    position: absolute;
    top: 4px;
    fill: #f6f6f6;
    right: 6px;
    opacity: 0.7;
}

.plus-icon3 {
    position: absolute;
    bottom: 4px;
    fill: #f6f6f6;
    left: 6px;
    opacity: 0.7;
}

.plus-icon4 {
    position: absolute;
    bottom: 4px;
    fill: #f6f6f6;
    right: 6px;
    opacity: 0.7;
}

.stick-tab {
    position: sticky;
    top: 140px;
}

.stick-tab:nth-child(2) {
    top: 150px;
}

.stick-tab:nth-child(3) {
    top: 160px;
}

.stick-tab:nth-child(4) {
    top: 170px;
}

.stick-tab:nth-child(5) {
    top: 180px;
}

.stick-tab:nth-child(6) {
    top: 190px;
}

.stick-tab:nth-child(7) {
    top: 200px;
}

.stick-tab:nth-child(8) {
    top: 210px;
}

.stick-tab:nth-child(9) {
    top: 220px;
}

.stick-tab:nth-child(10) {
    top: 230px;
}

.relative.group.transition.duration-500 .award-tab-div {
    background-color: #fff;
    position: relative;
    object-fit: cover;
    object-position: center;
}

.relative.group.transition.duration-500 .award-tab-div:hover {
    background-color: rgb(0 0 0 / 20%);
}

.relative.group.transition.duration-500 .award-tab-div:before {
    position: absolute;
    background-color: rgb(0 0 0 / 20%);
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    border-radius: 24px;
}

.relative.group.transition.duration-500 .award-tab-div:hover:nth-child(1) {
    background-image: url(../images/awards-image01.webp);
}

.award-area-div .relative.group.transition.duration-500:nth-child(2) .award-tab-div:hover {
    background-image: url(../images/awards-image02.webp);
}

.award-area-div .relative.group.transition.duration-500:nth-child(3) .award-tab-div:hover {
    background-image: url(../images/awards-image03.webp);
}

@media screen and (max-width: 991px) {
    .relative.group.transition.duration-500 .award-tab-div {
        background-color: inherit;
        color: #fff;
    }

    .relative.group.transition.duration-500 .award-tab-div:nth-child(1) {
        background-image: url(../images/awards-image01.webp);
    }

    .award-area-div .relative.group.transition.duration-500:nth-child(2) .award-tab-div {
        background-image: url(../images/awards-image02.webp);
    }

    .award-area-div .relative.group.transition.duration-500:nth-child(3) .award-tab-div {
        background-image: url(../images/awards-image03.webp);
    }

    .relative.group.transition.duration-500 .award-tab-div:before {
        opacity: 1;
    }
}

.content-area p {
    margin-bottom: 10px;
    color: rgb(246 246 246 / 0.7);
}

.content-area {
    margin-bottom: 0;
    margin-top: 0;
    color: rgb(246 246 246 / 0.7);
}

.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5,
.content-area h6 {
    color: #f6f6f6;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: var(--bs-font-sans-serif);
    font-weight: 500;
    letter-spacing: normal;
}

.content-area img {
    width: 100%;
    height: auto;
    margin: 20px auto;
    border-radius: 1rem;
}

.content-area blockquote {
    position: relative;
    font-size: 30px;
    font-family: var(--bs-font-sans-serif);
    font-weight: var(--primary-font-weight);
    padding-left: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.3;
    color: rgb(246 246 246 / 0.7);
}

.content-area a {
    color: rgb(246 246 246 / 0.7);
    text-decoration: underline;
}

.content-area a:hover,
.content-area a:focus {
    color: rgb(246 246 246 / 0.7);
    text-decoration: none;
}

.content-area blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--bs-primary);
    border-radius: 3px;
}

.content-area blockquote+* {
    margin-top: 1.5em
}

.content-area h2 {
    font-size: 24px;
}

.content-area h3,
.content-area blockquote {
    font-size: 22px;
}

.content-area h4 {
    font-size: 22px;
}

.content-area h5 {
    font-size: 20px;
}

.content-area h6 {
    font-size: 18px;
}

.content-area ul li strong {
    display: block;
}

@media screen and (max-width: 640px) {

    .content-area h2,
    .content-area h3,
    .content-area h4,
    .content-area h5,
    .content-area h6 {
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: normal;
    }

    .content-area h2 {
        font-size: 22px;
    }

    .content-area h3 {
        font-size: 22px;
    }

    .content-area h4 {
        font-size: 22px;
    }

    .content-area img {
        margin: 10px auto;
    }
}

@media screen and (max-width: 480px) {
    .content-area p {
        font-size: 14px;
    }

    .content-area blockquote {
        padding-left: 12px;
    }

    .content-area blockquote:before {
        width: 2px;
    }
}

.overlay {
    z-index: 1;
    background-color: var(--color--second-color);
    opacity: .28;
    position: absolute;
    inset: 0%;
    z-index: -1;
}

.overlay.first {
    opacity: 1;
    -webkit-backdrop-filter: blur(var(--backdrop-filter--backdrop-size-second));
    backdrop-filter: blur(var(--backdrop-filter--backdrop-size-second));
    background-color: #fff0;
    -webkit-mask-image: linear-gradient(to top, #000 10%, #0000 100%);
    mask-image: linear-gradient(to top, #000 10%, #0000 100%);
}

.overlay.first.half {
    height: 60%;
    inset: auto 0% 0%;
}

.overlay.first.less {
    z-index: 5;
    pointer-events: none;
    height: 30%;
    inset: auto 0% 0%;
}

.overlay.first.less.top {
    inset: 0% 0% auto;
    -webkit-mask-image: linear-gradient(#000 50%, #0000 100%);
    mask-image: linear-gradient(#000 50%, #0000 100%);
}

.overlay.first.all-page {
    z-index: 90;
    opacity: 1;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    pointer-events: none;
    background-color: #fff0;
    height: 20%;
    position: fixed;
    inset: auto 0% 0%;
    -webkit-mask-image: linear-gradient(to top, #000 20%, #0000 100%);
    mask-image: linear-gradient(to top, #000 20%, #0000 100%);
}

.scroll-tab {
    overflow-x: auto;
    position: relative;
    overflow-y: hidden;
    padding: 0px 0 10px 0;
}

.scroll-tab .r-b-list {
    float: left;
    width: max-content !important;
    min-width: 100%;
    width: 100%;
    gap: 26px;
    display: flex;
}

.scroll-tab .r-b-list h2 {
    background-image: linear-gradient(-90deg, #001e353b 5%, #001e35 50%);
}

.scroll-tab .r-b-card {
    float: left;
    width: 360px;
}

.scroll-tab .r-b-list .plus-icon4 {
    fill: #001e35;
}

.scroll-tab .r-b-list .plus-icon1 {
    fill: #001e35;
}

@media screen and (max-width: 1440px) {
    .scroll-tab .r-b-card {
        width: 340px;
    }
}

@media screen and (max-width: 992px) {
    .scroll-tab .r-b-card {
        width: 345px;
    }
}

@media screen and (max-width: 767px) {
    .scroll-tab .r-b-card {
        width: 345px;
    }
}

@media screen and (max-width: 640px) {
    .scroll-tab .r-b-card {
        width: 325px;
    }
}

@media screen and (max-width: 480px) {
    .scroll-tab .r-b-card {
        width: 335px;
    }
}

@media screen and (max-width: 375px) {
    .scroll-tab .r-b-card {
        width: 320px;
    }
}

@media screen and (max-width: 320px) {
    .scroll-tab .r-b-card {
        width: 295px;
    }
}

.bg-gradient-slide {
    background: linear-gradient(to left, #f6f6f626 50%, #f6f6f6 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
    --tw-backdrop-blur: blur(40px);
    border-left: 1px solid #f6f6f626;

}

.group:hover .bg-gradient-slide {
    background-position: left bottom;
    border-left: 1px solid #f6f6f626;
}

.flex.w-full.scroll-tab.award-scroll .r-b-card {
    width: 100%;
}

.bg-gradient-slide-bottom {
    background: linear-gradient(to bottom, #f6f6f626 50%, #f6f6f6 50%);
    background-size: 100% 200%;
    background-position: top center;
    transition: all 0.5s ease-out;
    --tw-backdrop-blur: blur(40px);
}

.bg-gradient-slide-bottom:hover {
    background-position: bottom center;
}

.faq-item.active .faq-content {
    display: block;
}

.faq-item.active .faq-question svg {
    transform: rotate(180deg);
}

.faq-content {
    display: none;
    padding: 0 16px 12px;
}

.faq-item {
    transition: all 0.3s ease;
}

.box-shadow h2 {
    -webkit-text-fill-color: inherit;
    background-image: none;
}

.box-shadow::after {
    content: "";
    z-index: 1;
    opacity: 1;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(15px);
    pointer-events: none;
    background-color: #00000029;
    height: 200px;
    bottom: 0;
    position: absolute;
    inset: auto 0% 0%;
    -webkit-mask-image: linear-gradient(to top, #000 20%, #0000 100%);
    mask-image: linear-gradient(to top, #000 70%, #00000038 100%);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

@media screen and (max-width: 991px) {
    .box-shadow::after {
        height: 120px;
    }

}

.red-arrow-btn {
    position: relative;
    padding-right: 40px;
}

.red-arrow-btn:hover,
.red-arrow-btn:focus {
    padding-right: 50px;
}

.red-arrow-btn::before {
    position: absolute;
    content: "";
    /* background-image: url(../images/red-arrow.png); */
    background-image: url(/storage/media/red-arrow_1755666140.png);
    width: 22px;
    height: 22px;
    top: 8px;
    right: 12px;
}

.blog-content p {
    margin-bottom: 15px;
    color: rgb(246 246 246 / 0.7);
}

.blog-content {
    color: rgb(246 246 246 / 0.7);
    margin-bottom: 15px;
    margin-top: 15px;
}

.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
    margin-top: 10px;
    color: #f6f6f6;
    margin-bottom: 10px;
    font-family: var(--bs-font-sans-serif);
    font-weight: 500;
    letter-spacing: normal;
}

.blog-content img {
    width: 100%;
    height: auto;
    margin: 20px auto;
    border-radius: 1rem;
}

.blog-content blockquote {
    position: relative;
    font-size: 30px;
    font-family: var(--bs-font-sans-serif);
    font-weight: var(--primary-font-weight);
    padding-left: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.3;
    color: #f6f6f6;
}

.blog-content a {
    color: rgb(246 246 246 / 0.7);
    text-decoration: underline;
}

.blog-content a:hover,
.blog-content a:focus {
    color: rgb(246 246 246 / 0.7);
    text-decoration: none;
}

.blog-content blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #f6f6f69c;
    border-radius: 6px;
}

.blog-content blockquote+* {
    margin-top: 1.5em
}

.blog-content h2 {
    font-size: 24px;
}

.blog-content h3,
.blog-content blockquote {
    font-size: 22px;
}

.blog-content h4 {
    font-size: 22px;
}

.blog-content h5 {
    font-size: 20px;
}

.blog-content h6 {
    font-size: 18px;
}

.b-category-list {
    overflow-x: auto;
    position: relative;
    overflow-y: hidden;
    padding: 10px 0 15px 0;
}

.b-category-list ul {
    float: left;
    width: max-content !important;
    min-width: 100%;
}

.b-category-list li {
    float: left;
    margin-right: 10px;
}

.b-category-list,
.m-user-sec {
    overflow-x: auto;
    position: relative;
    overflow-y: hidden;
    padding: 10px 0 15px 0;
}

.m-user-sec .m-user-list {
    float: left;
    width: max-content !important;
    min-width: 100%;
    width: 100%;
    gap: 20px;
    display: flex;
}

.m-user-sec .m-user-card {
    float: left;
    width: 25%;
}

.rel-blog {
    overflow-x: auto;
    position: relative;
    overflow-y: hidden;
    padding: 0px 0 10px 0;
}

.rel-blog .r-b-list {
    float: left;
    width: max-content !important;
    min-width: 100%;
    width: 100%;
    gap: 20px;
    display: flex;
}

.rel-blog .r-b-card {
    float: left;
    width: 360px;
}

.scroll-tab .r-b-list {
    float: left;
    width: max-content !important;
    min-width: 100%;
    width: 100%;
    gap: 20px;
    display: flex;
}

.scroll-tab .r-b-card {
    float: left;
    width: 380px;
}

.search-main {
    width: 400px;
    position: relative;
}

.search-main input {
    padding-top: 8px;
    padding-bottom: 8px;
}

.login-btn {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
}

.nav {
z-index: 2000;
}

.noscroll {
overflow: hidden;
}

.loginUser .user-mobile {
padding-top: 4px;
}

.scroll-tab {
overflow-x: auto;
position: relative;
overflow-y: hidden;
padding: 0px 0 10px 0;
}

.scroll-tab .r-b-list {
float: left;
width: max-content !important;
min-width: 100%;
width: 100%;
gap: 20px;
display: flex;
}

.scroll-tab .r-b-card {
float: left;
width: 360px;
}

@media screen and (max-width: 1440px) {
.rel-blog .r-b-card {
    float: left;
    width: 320px;
}

.search-main {
    width: 380px;
}

.scroll-tab .r-b-card {
    width: 297px;
}
}

@media screen and (max-width: 1336px) {
.search-main {
    width: 310px;
}
}

@media screen and (max-width: 1024px) {
.search-main {
    width: 260px;
}

.rel-blog .r-b-list {
    width: max-content !important;
}

.rel-blog .r-b-card {
    width: 385px;
}

.m-user-sec .m-user-list {
    width: max-content !important;
}

.m-user-sec .m-user-card {
    float: left;
    width: 295px;
}
}

@media screen and (max-width: 992px) {
.b-l-heading {
    height: 50px;
}

.m-user-sec .m-user-card {
    width: 245px;
}

.rel-blog .r-b-card {
    width: 345px;
}

.rel-blog .r-b-list {
    gap: 15px;
}

.scroll-tab .r-b-card {
    width: 345px;
}

.scroll-tab .r-b-list {
    gap: 15px;
}

.search-main {
    width: 200px;
}
}

@media screen and (max-width: 767px) {

.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
    line-height: normal;
}

.blog-content h2 {
    font-size: 22px;
}

.blog-content h3,
.blog-content blockquote {
    font-size: 20px;
}

.blog-content h4 {
    font-size: 18px;
}

.blog-content h5 {
    font-size: 18px;
}

.search-main {
    width: calc(100% - 157px);
    margin: 0;
    margin-left: 12px;
}

.m-user-sec .m-user-list {
    gap: 15px;
}

.rel-blog .r-b-list {
    gap: 15px;
}

.rel-blog .r-b-card {
    width: 345px;
}

.scroll-tab .r-b-list {
    gap: 15px;
}

.scroll-tab .r-b-card {
    width: 345px;
}

#menu-toggle {
    margin-right: 10px;
}
.user-mobile {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
}
#mobilemenu {
    padding: 10px;
    margin: 0;
    margin-bottom: 15px;
    background-color: #eaedf7;
    margin-top: 10px;
    height: 90vh;
    padding-bottom: 20px;
    overflow: scroll;
}
.login-btn {
    font-size: 13px;
    padding: 9px 10px !important;
}
.loginUser .search-main {
    width: calc(100% - 130px);
    margin: 0;
    margin-left: 0;
    margin-right: auto;
}
.user-mobile {
    top: 13px;
}
.loginUser .user-mobile {
    padding-top: 0;
    top: 10px;
}
}
@media screen and (max-width: 640px) {
.loginUser .user-mobile {
    padding-top: 0;
    top: 8px;
}
.b-l-heading {
    line-height: 1.2;
    height: auto;
    overflow: visible;
    display: unset;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
}
.b-md-heading {
    height: auto;
    overflow: visible;
    display: unset;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
}
.home-b-heading {
    height: auto;
    overflow: visible;
    display: unset;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
}
.rel-blog .r-b-card {
    width: 325px;
}
.scroll-tab .r-b-card {
    width: 325px;
}
.loginUser .search-main {
    width: calc(100% - 137px);
    margin-left: 12px;
}
}
@media screen and (max-width: 480px) {
.sticky-top {
    top: 10px;
}
.blog-content p {
    font-size: 14px;
}
.blog-content blockquote {
    padding-left: 12px;
}
.blog-content blockquote:before {
    width: 2px;
}
.m-user-sec .m-user-list {
    gap: 10x;
}
.rel-blog .r-b-list {
    gap: 10px;
}
.rel-blog .r-b-card {
    width: 335px;
}
.scroll-tab .r-b-list {
    gap: 10px;
}
.scroll-tab .r-b-card {
    width: 335px;
}
}
@media screen and (max-width: 375px) {
.rel-blog .r-b-card {
    width: 320px;
}
.scroll-tab .r-b-card {
    width: 320px;
}
.login-btn {
    font-size: 12px;
}
}
@media screen and (max-width: 320px) {
.rel-blog .r-b-card {
    width: 295px;
}
.scroll-tab .r-b-card {
    width: 295px;
}
}
.w-\[40px\].h-\[40px\] svg {
    fill: #f12300;
}
footer a.font-primary.text-\[20px\] svg {
    fill: #f12300;
}
.blog-listing .plus-icon1 {
    fill: #001e35;
}
.animate-scroll {
    animation: scroll 50s linear infinite;
}
@keyframes scroll {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-50%);
}
}
/* Ensure smooth infinite scrolling */
.slide {
    flex-shrink: 0;
}
.font-primary.inline-block {
    color: #f6f6f6 !important;
    opacity: 1 !important;
}
.after\:transition-transform::after {
    background-image: url('/images/menu-arrow.svg');
}
.swiper-slide .plus-icon1,
.swiper-slide .plus-icon4 {
    fill: #001e35;
}
.IDMEH5PS2RJVLE01 .invert {
    opacity: 1 !important;
}
.home-our-services .invert {
    opacity: 1 !important;
}
.team-members-div-main img {
    filter: grayscale(1)
}
.IDMER3OY2486CAH1 img {
    width: 38px !important;
    height: 38px !important;
}
.IDMER7U1ZB9SB3E0 img {
    width: 38px !important;
    height: 38px !important;
}
.IDMEMW0IMIX7RLR2 img {
    width: 35px !important;
    height: 35px !important;
    opacity: 1 !important;
}
.capitalize {
    text-transform: none !important;
}
.text-xs {
    font-size: 16px !important;
    line-height: 24px !important;
}
.text-sm.sm\:text-base {
    font-size: 16px !important;
    line-height: 24px !important;
}
.text-sm.md\:text-base {
    font-size: 16px !important;
    line-height: 24px !important;
}
@media screen and (max-width: 767px) {
.IDMEH5PS2RJVLE01 h3 {
    margin-bottom: 15px;
    margin-right: 0;
}
.home-our-services h3 {
    margin-bottom: 15px;
    margin-right: 0;
}
.IDMER3OY2486CAH1 .bg-bodybg\/10.backdrop-blur-\[40px\].rounded-\[6px\].sm\:rounded-\[6px\].p-\[20px\] {
    padding: 20px !important;
}
.IDMER3OY2486CAH1 h3 {
    margin-bottom: 8px !important;
}
.IDMER4XLC1ND5KP1 .bg-bodybg\/10.border {
    padding: 20px;
}
.bg-bodybg\/10.p-4.md\:p-8 {
    padding: 20px;
}
.legal-solution-div .bg-bodybg\/10.p-4.md\:p-8 {
    padding: 20px;
}
h3.text-base.sm\:text-xl.font-semibold.text-bodybg.font-primary.mb-1 {
    font-size: 18px;
}
h3.text-base.sm\:text-lg.text-bodybg {
    font-size: 18px;
}
h3.uppercase.text-base.md\:text-lg.text-bodybg {
    font-size: 18px;
}
.core-value-cards-div h3 {
    font-size: 18px;
}
.about-section-div h3 {
    font-size: 18px;
}
}
@media screen and (max-width: 480px) {
.IDMEMIWQD2P86G81 .h-\[230px\].md\:h-\[500px\] {
    height: auto;
}
.home-video-3-section .h-\[230px\].md\:h-\[500px\] {
    height: auto;
}
.IDMEH5PS2RJVLE01 .w-\[100px\] {
    width: 45px !important;
}
.home-our-services .w-\[100px\] {
    width: 45px !important;
}
.IDMEMIWQD2P86G81 h3 {
    margin-bottom: 12px;
}
.IDMEVIY639VDTRQ16 .p-4.md\:p-6 {
    padding: 20px;
}
.IDMEWKEN5438QYR21 .p-4.md\:p-6 {
    padding: 20px;
}
.IDMER7UDORVX95C11 .p-4.md\:p-6 {
    padding: 20px;
}
.IDMEVF4MTEB344R11 .p-4.md\:p-6 {
    padding: 20px;
}
.bg-bodybg10.rounded-\[6px\].p-4.md\:p-7 {
    padding: 20px;
}
.white-bg-four-cards .p-4.md\:p-6 {
    padding: 20px;
}
.bg-bodybg\/10.rounded-\[6px\].p-4.md\:p-7 {
    padding: 20px;
}
.white-bg-four-cards .rounded-\[6px\].p-4.md\:p-7 {
    padding: 20px;
}
.bg-white.rounded-\[6px\].p-4.md\:p-6 {
    padding: 20px;
}
img.w-full.h-\[350px\].sm\:h-\[570px\].md\:h-\[670px\].object-cover.rounded-\[6px\] {
    height: auto;
}
img.w-full.h-\[380px\].md\:h-full.object-cover.rounded-\[6px\] {
    height: auto;
}
.w-full.h-\[350px\].sm\:h-\[500px\].md\:h-\[600px\] {
    height: auto;
}
}
@media screen and (max-width:425px) {
.red-arrow-btn.group.mt-4 {
    margin-top: 8px;
}
.IDMER1EKL7PRGU71 p br {
    display: none;
}
.IDMER5DCH5KCP1O9 p br {
    display: none;
}
.IDMER5DCH5KCP1O9 .bottom-\[30px\] {
    bottom: 15px !important;
}
.full-width-text-div p br {
    display: none;
}
}
.IDMEQRUU5ALEO671 h2 {
    margin-bottom: 10px;
}
.mainReviewsClient h2 {
    margin-bottom: 10px;
}
.IDMER1EKL7PRGU71 .plus-icon1 {
    right: 6px;
    left: inherit;
}
.IDMER5DCH5KCP1O9 .plus-icon1 {
    right: 6px;
    left: inherit;
}
.about-section-div h3.uppercase {
    text-transform: none !important;
}
h3.uppercase.text-base.md\:text-lg.text-bodybg {
    text-transform: none !important;
}
.IDMEWLE2HHYYWI810 h2 {
    margin-bottom: 8px;
}
.IDMEWPNFCGGJ39T12 h2 {
    margin-bottom: 8px;
}
.IDMEMW0IMEJXOAU1 .w-\[16px\].md\:w-\[18px\].h-\[16px\].md\:h-\[18px\] {
    width: 28px !important;
    height: 28px !important;
    opacity: 1 !important;
    margin-right: 10px;
}
.IDMEWNN8B95QMD06 .w-\[16px\].md\:w-\[18px\].h-\[16px\].md\:h-\[18px\].opacity-50.mr-2 {
    width: 28px !important;
    height: 28px !important;
    opacity: 1 !important;
    margin-right: 10px;
}
img.w-\[16px\].md\:w-\[18px\].h-\[16px\].md\:h-\[18px\].opacity-50.mr-2 {
    /* width: 18px !important;
    height: 18px !important; */
    margin-right: 10px;
}
.IDMETYTATEBJS7E1 h2 {
    margin-bottom: 8px;
}
.featured-project-stick-tab {
    position: sticky;
    top: 150px;
}
.featured-project-stick-tab:nth-child(2) {
    top: 180px;
}
.featured-project-stick-tab:nth-child(3) {
    top: 210px;
}
.featured-project-stick-tab:nth-child(4) {
    top: 240px;
}
.featured-project-stick-tab:nth-child(5) {
    top: 270px;
}
.featured-project-stick-tab:nth-child(6) {
    top: 300px;
}
.featured-project-stick-tab:nth-child(7) {
    top: 330px;
}
.featured-project-stick-tab:nth-child(8) {
    top: 360px;
}
.featured-project-stick-tab:nth-child(9) {
    top: 390px;
}
.featured-project-stick-tab:nth-child(10) {
    top: 420px;
}
.about-section-div img {
    opacity: 1 !important;
    margin-right: 10px;
}

.mainReviewsClient h3.text-base.sm\:text-xl.font-bold.text-primary.font-primary.flex.items-end {
    font-size: 18px;
    line-height: 26px;
}
.youtube-video iframe {
    height:420px;
    border-radius: 6px;;
}
.hasClientReviews.all-reviews-section-list .r-b-card {
    height: 500px;
}
@media screen and (max-width: 991px) {
.youtube-video iframe {
  height: 350px;
}
.hasClientReviews.all-reviews-section-list .r-b-card {
    height: 400px;
}
}
@media screen and (max-width:767px) {
.mainReviewsClient h3.text-base.sm\:text-xl.font-bold.text-primary.font-primary.flex.items-end {
    font-size:18px;
}
.hasClientReviews.all-reviews-section-list .r-b-card {
    height: 400px;
}
}
@media screen and (max-width: 480px) {
.youtube-video iframe {
    height: 300px;
}
.mainReviewsClient h3.text-base.sm\:text-xl.font-bold.text-primary.font-primary.flex.items-end {
    font-size: 16px;
    line-height: 22px;
}
.hasClientReviews.all-reviews-section-list .r-b-card {
    height: 380px;
}
.full-width-text-div {
  padding-bottom: 0;
}
.full-width-text-div .absolute {
   position: relative;
    top: 0;
    border-radius: 0 0 6px 6px;
    bottom: 0;
    margin-top: -30px;
}
.IDMELHLKGP4KI8K1 {
  padding-bottom: 0;
}
.IDMELHLKGP4KI8K1 .absolute {
    position: relative;
    top: 0;
    border-radius: 0 0 6px 6px;
    bottom: 0;
    margin-top: -30px;
}
.IDMER1EKL7PRGU71 {
  padding-bottom: 0;
}
.IDMER1EKL7PRGU71 .absolute {
     position: relative;
    top: 0;
    border-radius: 0 0 6px 6px;
    bottom: 0;
    margin-top: -30px;
}
.IDMEVIQ22WMNXLH4 {
  padding-bottom: 0;
}
.IDMEVIQ22WMNXLH4 .absolute {
     position: relative;
    top: 0;
    border-radius: 0 0 6px 6px;
    bottom: 0;
    margin-top: -30px;
}
.IDMEVIQ22WMNXLH4 img {
    height: 380px;
}
.IDMEWJOS1HB98OT4 {
  padding-bottom: 0;

}
.IDMEWJOS1HB98OT4 .absolute {
     position: relative;
    top: 0;
    border-radius: 0 0 6px 6px;
    bottom: 0;
    margin-top: -30px;
}
.IDMEWJOS1HB98OT4 img {
    height: 380px;
}
.IDMER5DCH5KCP1O9 {
  padding-bottom: 0;
}
.IDMER5DCH5KCP1O9 .absolute {
     position: relative;
    top: 0;
    border-radius: 0 0 6px 6px;
    bottom: 0;
    margin-top: -30px;
    background-color: rgb(246 246 246 / 0.05);
    --tw-backdrop-blur: blur(15px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.IDMEWJOS1HB98OT4 img {
    height: 380px;
}
.IDMEVEVC4OQTCEO6 {
  padding-bottom: 0;

}
.IDMEVEVC4OQTCEO6 .absolute {
     position: relative;
    top: 0;
    border-radius: 0 0 6px 6px;
    bottom: 0;
    margin-top: -30px;
}
.IDMEVEVC4OQTCEO6 img {
    height: 380px;
}
.IDMESHBW58T3Y7C4 {
  padding-bottom: 0;

}
.IDMESHBW58T3Y7C4 .absolute {
     position: relative;
    top: 0;
    border-radius: 0 0 6px 6px;
    bottom: 0;
    margin-top: -30px;
}
.IDMESHBW58T3Y7C4 img {
    height: 380px;
}
}
.IDMFDSYSGNP32GC1 {
    padding-bottom: 0;
}
.IDMFDT4WNB43Y4F3 {
    padding-bottom: 0;
}
.contact-page-div a {
    font-size: 14px;
}
@media screen and (max-width: 767px) {
.contact-page-div p {
    font-size: 14px;
    margin-bottom:8px;
}
.contact-page-div .social  {
    margin-bottom: 0 !important;
}
.contact-page-div a {
    margin-bottom: 0 !important;
}
.contact-page-div .social a {
    margin-bottom: 0 !important;
}
}
.contact-page-div .title-menu.text-white {
    margin-bottom: 0 !important;
}
.contact-page-div .social.organization-social {
    margin-top: 6px !important;
}