.description,
.title {
    transition: 0.5s;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.consultation_data h4,
.form_field label,
.gallery h5,
.index_content p span,
.navbar-nav .schedule_call,
.testimonials h5 {
    text-transform: capitalize;
}
body {
    font-family: Montserrat, sans-serif !important;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.slider_image img,
img {
    width: 100%;
}
.middle {
    height: 100%;
    display: flex;
    flex-direction: column !important;
    justify-content: center;
}
.main_header {
    padding: 20px 0;
    background: #000;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    position: fixed;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 12px 2px #ffffff10;
    top: 0;
}
.navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.navbar-brand img {
    width: 250px;
}
.navbar-nav .nav-item {
    margin: 0 20px;
}
.footer_links a i,
.navbar-nav .nav-item .nav-link i,
.social-links a {
    background-color: #fecd08;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #000;
}
.button,
.footer_call {
    justify-content: center;
}
.navbar-nav .schedule_call {
    background-color: #fecd08;
    padding: 9px 20px 7px !important;
    border-radius: 10px;
    font-size: 16px !important;
    color: #000 !important;
}
.index-banner {
    height: 100vh;
    background-color: #000;
    position: relative;
}
.testimonials .slick-arrow,
index-banner .index-banner .slick-arrow {
    display: none !important;
}
.slick-slide {
    margin: 10px;
}
.ad_contact,
.case_slider,
.index_content {
    position: relative;
    z-index: 9;
}
.ad_contact form {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}
.ad_contact h4 {
    font-size: 35px;
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
}
.form_field label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.form_field label span {
    color: red;
}
.form_field {
    margin-bottom: 15px;
}
.form-control {
    box-shadow: none;
    color: #333;
    font-size: 14px;
    border: 1px solid #000;
    height: 50px;
    font-weight: 500;
}
.form-control::placeholder {
    font-size: 12px !important;
    color: #333;
}
textarea.form-control {
    height: 80px;
}
.form-control:focus,
.form-control:focus-visible {
    box-shadow: none;
    outline: 0;
    border: 1px solid #000;
}
.button {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 300px;
    border-radius: 2.5rem;
    transition: 0.5s;
    font-size: 14px;
    padding: 5px 30px;
    background: #000;
    color: #fff;
    animation: 0.5s infinite blurr;
    outline: 0;
    cursor: pointer;
    border: none;
}
.gallery,
.testimonials {
    background-repeat: no-repeat;
}
.case_studies .slick-arrow.next,
.case_studies .slick-arrow.previous {
    background-color: #000;
    box-shadow: inherit;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    z-index: 9;
    position: absolute;
    top: 0;
}
@keyframes blurr {
    0%,
    100% {
        box-shadow: 0 0 10px var(--handshake);
    }
    50% {
        box-shadow: 0 0 36px var(--handshake);
    }
}
@keyframes fade {
    0% {
        opacity: 100%;
    }
    100% {
        opacity: 0%;
    }
}
.title {
    font-weight: 700;
    margin-bottom: 0;
}
.description {
    position: absolute;
    margin-top: 16px;
    font-weight: 700;
    line-height: 2rem;
    font-size: 14px;
    font-style: italic;
    opacity: 0%;
    margin-left: 20px;
}
.button:hover .description {
    transform: translateX(20px);
    opacity: 100%;
}
.ad_contact .button img {
    width: 50px;
}
.index_content h1 {
    font-size: 45px;
    color: #fff;
    line-height: 80px;
    font-weight: 500;
    margin-bottom: 70px;
    display: flex;
    align-items: center;
    gap: 0
}
.index_data {
    font-size: 17px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
    display: grid;
    gap: 30px;
    align-items: center;
    grid-template-columns: repeat(2, 50%)
}

.index_data i {
    color: #fecd08
}
.index_content h1 span {
    color: #fecd08;
    font-weight: 700
}

.index_content p {
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
    line-height: 40px;
}
.index_content h1 .h_tag {
    font-size: 350px;
    font-weight: 800;
    color: #fecd08;
    font-family: "IM Fell French Canon", serif;
}
.index_content h1 .h_content span {
    text-transform: uppercase;
    color: #fecd08;
}
.index_content p span {
    color: #fecd08;
    font-weight: 600;
    font-style: italic;
}

.index_data i {
    color: #fecd08;
}
.services_data ul {
    --col-gap: 0.7rem;
    --line-w: 0.35rem;
    display: grid;
    grid-template-columns: var(--line-w) 1fr;
    grid-auto-columns: max-content;
    column-gap: var(--col-gap);
    list-style: none;
    width: min(70rem, 90%);
    margin-inline: auto;
}
.services_data ul::before {
    content: "";
    grid-column: 1;
    grid-row: 1 / span 20;
    background: #e1e1e1;
    border-radius: calc(var(--line-w) / 2);
}
.services_data ul li:not(:last-child) {
    margin-bottom: 100px;
}
.services_data ul li {
    grid-column: 2;
    --inlineP: 1.5rem;
    margin-inline: var(--inlineP);
    grid-row: span 2;
    display: grid;
    grid-template-rows: min-content min-content min-content;
}
.services_data ul li .date {
    --dateH: 3.5rem;
    height: var(--dateH);
    margin-inline: calc(var(--inlineP) * -1);
    text-align: center;
    background-color: var(--accent-color);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: grid;
    place-content: center;
    position: relative;
    border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
    margin-bottom: 30px;
}
.services_data ul li .date::before {
    content: "";
    width: var(--inlineP);
    aspect-ratio: 1;
    background: var(--accent-color);
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
    position: absolute;
    top: 100%;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    right: 0;
}
.services_data ul li .date::after {
    content: "";
    position: absolute;
    width: 2rem;
    aspect-ratio: 1;
    background: var(--accent-color);
    border-radius: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}
.services_data ul li .descr,
.services_data ul li .title {
    background: var(--bgColor);
    position: relative;
    padding-inline: 1.5rem;
}
.services_data ul li .title {
    overflow: hidden;
    padding-block-start: 1.5rem;
    padding-block-end: 1rem;
    font-weight: 500;
}
.services_data ul li .descr {
    padding-block-end: 40px;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}
.services_data ul li .descr::before,
.services_data ul li .title::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    left: 50%;
    border-radius: 50%;
    filter: blur(4px);
    transform: translate(-50%, 50%);
    opacity: 0.1;
}
.services_data ul li .title::before {
    bottom: calc(100% + 0.125rem);
}
.services_data ul li .descr::before {
    z-index: -1;
    bottom: 0.25rem;
}
@media (min-width: 40rem) {
    .services_data ul {
        grid-template-columns: 1fr var(--line-w) 1fr;
    }
    .services_data ul::before {
        grid-column: 2;
        height: 77%;
    }
    .services_data ul li:nth-child(odd) {
        grid-column: 1;
    }
    .services_data ul li:nth-child(2n) {
        grid-column: 3;
    }
    .services_data ul li:nth-child(2) {
        grid-row: 2/4;
    }
    .services_data ul li:nth-child(odd) .date::before {
        clip-path: polygon(0 0, 100% 0, 100% 100%);
        left: 0;
    }
    .services_data ul li:nth-child(odd) .date::after {
        transform: translate(-50%, -50%);
        left: calc(100% + var(--col-gap) + var(--line-w) / 2);
    }
    .services_data ul li:nth-child(odd) .date {
        border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
    }
}
.credits {
    margin-top: 1rem;
    text-align: right;
}
.gallery h5,
.index-content,
.inside_img,
.services_data,
.services_data h2,
.testimonials h5 {
    text-align: center;
}
.credits a {
    color: var(--color);
}
.our_services {
    padding: 100px 0;
}
.services_data h2 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 80px;
    color: #000;
}
.gallery {
    background-image: url(../images/gallery.webp);
    background-position: center;
    background-size: contain;
    height: 116vh;
    padding: 40px 0;
    background-color: #f9f9f9;
}
.case_studies,
.our_insights {
    padding: 80px 0;
}
.gallery h5 {
    font-size: 50px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
.case_studies h3,
.gallery p,
.our_insights h4 {
    font-weight: 600;
    margin-bottom: 80px;
    text-align: center;
}
.gallery p {
    font-size: 20px;
}
.case_studies {
    background-color: #fff;
    overflow: hidden;
}
.inside_insight,
.our_insights,
footer {
    background-color: #f9f9f9;
}
.case_studies h3,
.our_insights h4 {
    font-size: 50px;
    text-transform: capitalize;
    color: #000;
}
.case_studies .slick-arrow.previous {
    color: #fff;
    border: none;
    right: 70px;
}
.case_studies .slick-arrow.next {
    color: #fff;
    border: none;
    right: 0;
}
.slider_para h5 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
}
.slider_para p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
.case_studies a {
    display: flex !important;
    margin: 80px auto 0;
    width: fit-content !important;
}
.inside_insight {
    padding: 30px 60px;
    border-radius: 10px;
    box-shadow: 0 0 12px 2px #00000020;
    margin-bottom: 20px;
}
.inside_insight h4 {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 40px;
}
.inside_img {
    margin-bottom: 20px;
}
.inside_img img {
    width: 100px;
}
.inside_insight p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.our_insights .col-xl-4:nth-child(2) .inside_insight h4,
.our_insights .col-xl-4:nth-child(2) .inside_insight p {
    color: #fff;
}
.testimonials {
    overflow: hidden;
    padding: 80px 0;
    background-color: #000;
    position: relative;
}
.testimonials .slider_para {
    position: relative;
    z-index: 99;
    background-color: #ffffff20;
    padding: 30px;
    border-radius: 15px;
    min-height: 460px;
}
.testimonials .slider_para p {
    color: #fff;
    margin-bottom: 0;
    text-align: justify;
}
.testimonials .slider_para p i {
    color: #fecd08;
    font-size: 40px;
}
.testimonials h5 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 80px;
    color: #fff;
}
.testimonials h6 {
    font-size: 14px;
    color: #fecd08;
    text-align: end;
}
.testimonials .slider_para h5 {
    font-size: 20px;
    margin: 10px 0;
    color: #fecd08;
    text-align: end;
}
footer {
    padding: 40px 0 20px;
}
.social-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 8px;
}
.footer_call,
.whatsapp_icon {
    position: fixed;
    right: 20px;
    height: 50px;
    margin-right: 10px;
    box-shadow: 0 0 12px 2px #00000020;
    z-index: 9999;
    width: 50px;
}
.social-links li {
    display: inline-block;
}
.social-links a {
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.social-links img {
    width: 40px;
    height: 40px;
    display: block;
}
.footer_logo img {
    width: 300px;
    margin-bottom: 20px;
}
.social-links i .footer_links {
    display: flex;
    justify-content: space-between;
}
.footer_links a {
    text-decoration: none;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.footer_links {
    margin-top: 40px;
}
.footer_links a:first-child {
    margin-right: 20px;
}
.footer_call {
    bottom: 100px;
    background-color: #fecd08;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #00000020;
}
.footer_call a {
    color: #000;
    font-size: 18px;
}
.whatsapp_icon {
    bottom: 30px;
    border-radius: 100px;
    background-color: #25d366;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #00000020;
    animation:
        1.5s infinite pulse,
        2s infinite bounce;
}
.whatsapp_icon a {
    color: #fff;
    font-size: 24px;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}
@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-8px);
    }
    60% {
        transform: translateY(-4px);
    }
}
.any_consultation {
    padding: 60px 0;
    background-color: #fecd08;
}
.consultation_button {
    text-align: end;
}
.consultation_button a {
    background: #000 !important;
    color: #fecd08 !important;
    width: fit-content;
    margin-left: auto !important;
}
.consultation_data h4 {
    font-size: 40px;
    font-weight: 400;
    color: #000;
}
.index-content a,
.testi_left h4 {
    text-transform: capitalize;
    font-weight: 600;
}
.consultation_data h4 span {
    font-style: italic;
    font-weight: 700;
}
.butn:link,
.butn:visited {
    padding: 10px 40px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    background-image: linear-gradient(90deg, #fecd08, #f8d858);
    border-radius: 4px;
    color: #000;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}
.butn::after,
.butn::before {
    background: #fff;
    content: "";
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: 3s cubic-bezier(0.19, 1, 0.22, 1);
}
.butn::before {
    height: 155px;
    width: 50px;
}
.butn::after {
    height: 20rem;
    width: 8rem;
}
.butn__new::before {
    left: -50%;
}
.butn__new::after {
    left: -100%;
}
.butn:active,
.butn:hover {
    background-image: linear-gradient(90deg, #000, #00000080);
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.butn__new:hover::before {
    left: 120%;
    opacity: 0.5s;
}
.butn__new:hover::after {
    left: 200%;
    opacity: 0.6;
}
.butn span {
    z-index: 20;
}
.index_data br {
    display: none;
}
.form-control::placeholder {
    font-weight: 500 !important;
}
.index-content a {
    display: inline-block;
    margin: 10px auto 0;
    border-radius: 2.5rem;
    transition: 0.5s;
    font-size: 16px;
    padding: 10px 30px;
    background: #fff;
    color: #000;
    border: none;
    text-decoration: none;
}
.index-content a i {
    padding-left: 10px;
}
.testi_left h4 {
    font-size: 40px;
    color: #fecd08;
}
.testi_left .stars {
    display: flex;
    gap: 10px;
    margin: 10px 0 20px;
}
.testi_left .stars i {
    font-size: 24px;
    color: #fecd08;
}
.testi_left img {
    width: 200px;
}
@media (max-width: 575.98px) {
    .footer_logo,
    .testi_left h4 {
        text-align: center;
    }
    .butn:link,
    .butn:visited,
    .services_data ul li .descr {
        padding: 10px;
        font-size: 16px;
    }
    .index_data {
        display: block;
        line-height: 46px;
    }
    .index_data br {
        display: block !important;
    }
    textarea.form-control {
        height: 100px;
    }
    .index_data i {
        margin-right: 10px;
    }
    .index-banner {
        height: inherit;
        padding: 60px 0;
    }
    .testi_left h4 {
        font-size: 30px;
    }
    .testi_left .stars {
        justify-content: center;
    }
    .testi_left img {
        width: 150px;
        margin: 0 auto 20px;
    }
    .index-content a {
        margin: 10px 0 20px;
    }
    .footer_call,
    .whatsapp_icon {
        right: 10px;
        width: 40px;
        height: 40px;
    }
    .index_content h1 .h_tag {
        font-size: 150px;
    }
    .index_content h1 {
        font-size: 25px;
        line-height: 40px;
        font-weight: 500;
        margin-bottom: 30px;
    }
    .our_services {
        overflow: hidden !important;
    }
    .footer_call a {
        font-size: 18px;
    }
    .whatsapp_icon a {
        font-size: 22px;
    }
    .whatsapp_icon {
        bottom: 20px;
    }
    #chat-bot-launcher-container .chat-bot-launcher {
        width: 50px !important;
        height: 50px !important;
    }
    .footer_call {
        bottom: 80px;
    }
    .navbar-brand img {
        width: 200px;
    }
    .navbar-toggler i {
        font-size: 20px;
        color: #fff;
    }
    .navbar-nav .nav-item,
    .slider_para h5 {
        margin: 20px 0 !important;
    }
    .index_content p {
        font-size: 16px;
        line-height: 36px;
        margin-bottom: 30px;
    }
    .ad_contact h4 {
        font-size: 30px;
    }
    .form_field label {
        margin-bottom: 10px;
    }
    .services_data ul li:not(:last-child) {
        margin: 10px 10px 50px;
    }
    .services_data .butn {
        margin-top: 50px;
    }
    .case_studies h3,
    .gallery h5,
    .our_insights h4,
    .testimonials h5 {
        font-size: 32px;
        font-weight: 800;
        margin-bottom: 20px;
    }
    .gallery p {
        font-size: 16px;
        margin-bottom: 0;
    }
    .gallery {
        height: 64vh;
        padding: 30px 0 0;
    }
    .case_studies .slick-arrow {
        display: none !important;
    }
    .case_studies .butn {
        margin-top: 10px;
    }
    .our_insights h4 {
        margin-bottom: 50px;
    }
    .inside_insight h4 {
        font-size: 22px !important;
        margin-bottom: 20px !important;
        line-height: 36px;
    }
        .testimonials .slider_para p {
        font-size: 17px;
        text-align: inherit;
        line-height: 40px;
    }
    .testimonials .slider_para p i {
        font-size: 25px;
    }
    .testimonials .slider_para h5 {
        font-size: 20px;
        margin-bottom: 10px !important;
    }
    .testimonials .slider_para {
    min-height: inherit;
}
    .testimonials h6 {
        font-size: 14px;
    }
    .consultation_data h4 {
        font-size: 32px;
        line-height: 46px;
        margin-bottom: 40px;
    }
    .consultation_button .butn {
        margin: 0 auto !important;
    }
    .footer_logo img {
        margin: 20px auto 40px;
    }
    .footer_links {
        margin-top: 40px;
        display: grid;
        gap: 20px;
    }
    .social-links {
        margin: 0 auto 50px;
        display: flex;
        gap: 8px;
        justify-content: center;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .footer_logo,
    .testi_left h4 {
        text-align: center;
    }
    .butn:link,
    .butn:visited,
    .services_data ul li .descr {
        padding: 10px;
        font-size: 16px;
    }
    .index_data {
        display: block;
        line-height: 46px;
    }
    .index_data br {
        display: block !important;
    }
    .index_data i:last-child {
        display: none;
    }
    .index_data i {
        margin-right: 10px;
    }
    .index-banner {
        height: inherit;
        padding: 60px 0;
    }
    .testi_left h4 {
        font-size: 30px;
    }
    .index-content a {
        margin: 20px 0;
    }
    .testi_left .stars {
        justify-content: center;
    }
    .testi_left img {
        width: 150px;
        margin: 0 auto 20px;
    }
    .footer_call,
    .whatsapp_icon {
        right: 10px;
        width: 40px;
        height: 40px;
    }
    .index_content h1 .h_tag {
        font-size: 150px;
    }
    .index_content h1 {
        font-size: 25px;
        line-height: 40px;
        font-weight: 500;
        margin-bottom: 30px;
    }
    .our_services {
        overflow: hidden !important;
        padding: 60px 0;
    }
    .footer_call a {
        font-size: 18px;
    }
    .whatsapp_icon a {
        font-size: 22px;
    }
    .whatsapp_icon {
        bottom: 20px;
    }
    .footer_call {
        bottom: 80px;
    }
    .navbar-brand img {
        width: 200px;
    }
    .navbar-toggler i {
        font-size: 20px;
        color: #fff;
    }
    .navbar-nav .nav-item,
    .slider_para h5 {
        margin: 20px 0 !important;
    }
    .index_content p {
        font-size: 16px;
        line-height: 36px;
        margin-bottom: 30px;
    }
    .ad_contact h4 {
        font-size: 30px;
    }
    .form_field label {
        margin-bottom: 10px;
    }
    .services_data ul li:not(:last-child) {
        margin: 10px 10px 50px 25px;
    }
    .services_data .butn {
        margin-top: 50px;
    }
    .case_studies h3,
    .gallery h5,
    .our_insights h4,
    .testimonials h5 {
        font-size: 32px;
        font-weight: 800;
        margin-bottom: 20px;
    }
    .gallery p {
        font-size: 16px;
        margin-bottom: 0;
    }
    .gallery {
        height: 64vh;
        padding: 30px 0 0;
    }
    .case_studies .slick-arrow {
        display: none !important;
    }
    .case_studies .butn {
        margin-top: 10px;
    }
    .our_insights h4 {
        margin-bottom: 50px;
    }
    .inside_insight h4 {
        font-size: 22px !important;
        margin-bottom: 20px !important;
        line-height: 36px;
    }
    .testimonials .slider_para p {
        font-size: 16px;
        text-align: inherit;
        line-height: 36px;
    }
    .testimonials .slider_para p i {
        font-size: 25px;
    }
    .testimonials .slider_para h5 {
        font-size: 20px;
        margin-bottom: 10px !important;
    }
    .testimonials h6 {
        font-size: 14px;
    }
    .consultation_data h4 {
        font-size: 28px;
        line-height: 46px;
        margin-bottom: 40px;
    }
    .consultation_button .butn {
        margin: 0 auto !important;
    }
    .footer_logo img {
        margin: 20px auto 40px;
    }
    .footer_links {
        margin-top: 40px;
        display: grid;
        gap: 20px;
    }
    .social-links {
        margin: 0 auto 50px;
        display: flex;
        gap: 8px;
        justify-content: center;
    }
    .services_data ul li .date {
        font-size: 16px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .butn:link,
    .butn:visited,
    .services_data ul li .descr {
        padding: 10px;
        font-size: 16px;
    }
    .index_data {
        display: block;
        line-height: 46px;
    }
    .index_data br {
        display: block !important;
    }
    .index_data i:last-child {
        display: none;
    }
    .index_data i {
        margin-right: 10px;
    }
    .index-banner {
        height: inherit;
        padding: 110px 0;
    }
    .footer_call,
    .whatsapp_icon {
        right: 10px;
        width: 40px;
        height: 40px;
    }
    .index_content h1 .h_tag {
        font-size: 270px;
    }
    .index_content h1 {
        margin-bottom: 30px;
    }
    .our_services {
        overflow: hidden !important;
        padding: 60px 0;
    }
    .footer_call a {
        font-size: 18px;
    }
    .whatsapp_icon a {
        font-size: 22px;
    }
    .whatsapp_icon {
        bottom: 20px;
    }
    #chat-bot-launcher-container .chat-bot-launcher {
        width: 50px !important;
        height: 50px !important;
    }
    .footer_call {
        bottom: 90px;
    }
    .navbar-brand img {
        width: 200px;
    }
    .navbar-toggler i {
        font-size: 20px;
        color: #fff;
    }
    .navbar-nav .nav-item,
    .slider_para h5 {
        margin: 20px 0 !important;
    }
    .index_content p {
        font-size: 16px;
        line-height: 36px;
        margin-bottom: 30px;
    }
    .ad_contact h4 {
        font-weight: 700;
    }
    .index-content a {
        margin: 20px 0;
    }
    .form_field label {
        margin-bottom: 10px;
    }
    .services_data .butn {
        margin-top: 50px;
    }
    .case_studies h3,
    .gallery h5,
    .our_insights h4,
    .testimonials h5 {
        font-size: 32px;
        font-weight: 800;
        margin-bottom: 20px;
    }
    .gallery p {
        font-size: 16px;
        margin-bottom: 0;
    }
    .gallery {
        height: 64vh;
        padding: 30px 0 0;
    }
    .case_studies .slick-arrow {
        display: none !important;
    }
    .case_studies .butn {
        margin-top: 10px;
    }
    .our_insights h4 {
        margin-bottom: 50px;
    }
    .inside_insight h4 {
        font-size: 22px !important;
        margin-bottom: 20px !important;
        line-height: 36px;
    }
    .inside_insight {
        padding: 30px;
    }
    .testimonials .slider_para p {
        font-size: 15px;
        text-align: inherit;
    }
    .testimonials .slider_para p i {
        font-size: 25px;
    }
    .testimonials .slider_para h5 {
        font-size: 20px;
        margin-bottom: 10px !important;
    }
    .testimonials .slider_para {
    min-height: inherit;
}
    .testimonials h6 {
        font-size: 14px;
    }
    .consultation_data h4 {
        font-size: 28px;
        line-height: 46px;
        margin-bottom: 40px;
    }
    .consultation_button .butn {
        margin: 0 auto !important;
    }
    .footer_logo {
        text-align: center;
    }
    .footer_logo img {
        margin: 20px auto 40px;
    }
    .footer_links {
        margin-top: 40px;
        display: grid;
        gap: 20px;
    }
    .social-links {
        margin: 0 auto 50px;
        display: flex;
        gap: 8px;
        justify-content: center;
    }
    .services_data ul li .date {
        font-size: 16px;
    }
    .services_data ul {
        width: min(70rem, 100%);
        padding: 0;
    }
    .testimonials {
        background-position: left;
        position: relative;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .butn:link,
    .butn:visited,
    .services_data ul li .descr {
        padding: 10px;
        font-size: 16px;
    }
    .index_data {
        display: block;
        line-height: 46px;
    }
    .index_data br {
        display: block !important;
    }
    .index_data i:last-child {
        display: none;
    }
    .index_data i {
        margin-right: 10px;
    }
    .index_content h1 .h_tag {
        font-size: 180px;
    }
    .index_content h1 {
        font-size: 30px;
        line-height: 50px;
        font-weight: 500;
        margin-bottom: 30px;
    }
    .our_services {
        overflow: hidden !important;
    }
    .navbar-brand img {
        width: 200px;
    }
    .navbar-toggler i {
        font-size: 20px;
        color: #fff;
    }
    .index_content p {
        font-size: 18px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .ad_contact h4 {
        font-size: 30px;
    }
    .form_field label {
        margin-bottom: 10px;
    }
    .our_insights h4,
    .services_data ul li:not(:last-child) {
        margin-bottom: 50px;
    }
    .services_data .butn {
        margin-top: 50px;
    }
    .case_studies h3,
    .gallery h5,
    .our_insights h4,
    .testimonials h5 {
        font-size: 32px;
        font-weight: 800;
        margin-bottom: 20px;
    }
    .gallery p {
        font-size: 16px;
        margin-bottom: 0;
    }
    .gallery {
        height: 75vh;
    }
    .case_studies .slick-arrow {
        display: none !important;
    }
    .slider_para h5 {
        margin: 20px 0 !important;
    }
    .case_studies .butn {
        margin-top: 10px;
    }
    .inside_insight {
        padding: 30px;
    }
    .inside_insight h4 {
        font-size: 22px !important;
        margin-bottom: 20px !important;
        line-height: 36px;
    }
    .testimonials .slider_para p {
        font-size: 15px;
        text-align: inherit;
    }
    .testimonials .slider_para p i {
        font-size: 25px;
    }
    .testimonials .slider_para h5 {
        font-size: 20px;
        margin-bottom: 10px !important;
    }
    .testimonials .slider_para {
    min-height: inherit;
}
    .testimonials h6 {
        font-size: 14px;
    }
    .consultation_data h4 {
        font-size: 28px;
        line-height: 46px;
        margin-bottom: 40px;
    }
    .consultation_button .butn {
        margin: 0 auto !important;
    }
    .footer_logo {
        text-align: center;
    }
    .footer_logo img {
        margin: 20px auto 40px;
    }
    .footer_links {
        margin-top: 40px;
        display: grid;
        gap: 20px;
    }
    .social-links {
        margin: 0 auto 50px;
        display: flex;
        gap: 8px;
        justify-content: center;
    }
    .services_data ul li .date {
        font-size: 16px;
    }
    .ad_contact form {
        padding: 20px;
    }
    .testimonials {
        background-position: center;
    }
}
