* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* overflow-x: hidden; */
}

html,
body {
    overflow-x: hidden;
}

@font-face {
    font-family: "roboto_regular";
    src: url(../font/Roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: "roboto_light";
    src: url(../font/Roboto/Roboto-Light.ttf);
}

@font-face {
    font-family: "roboto_medium";
    src: url(../font/Roboto/Roboto-Medium.ttf);
}

@font-face {
    font-family: "roboto_semibold";
    src: url(../font/Roboto/Roboto-SemiBold.ttf);
}

@font-face {
    font-family: "roboto_bold";
    src: url(../font/Roboto/Roboto-Bold.ttf);
}

@font-face {
    font-family: "robotomono_regular";
    src: url(../font/Roboto_Mono/RobotoMono-Regular.ttf);
}

@font-face {
    font-family: "robotomono_medium";
    src: url(../font/Roboto_Mono/RobotoMono-Medium.ttf);
}

@font-face {
    font-family: "robotomono_semibold";
    src: url(../font/Roboto_Mono/RobotoMono-SemiBold.ttf);
}

@font-face {
    font-family: "robotomono_bold";
    src: url(../font/Roboto_Mono/RobotoMono-Bold.ttf);
}

:root {
    --roboto_regular: "roboto_regular";
    --roboto_light: "roboto_light";
    --roboto_medium: "roboto_medium";
    --roboto_semibold: "roboto_semibold";
    --roboto_bold: "roboto_bold";
    --robotomono_regular: "robotomono_regular";
    --robotomono_medium: "robotomono_medium";
    --robotomono_semibold: "robotomono_semibold";
    --robotomono_bold: "robotomono_bold";

    --bg_color_1: #FF8A00;
    --bg_color_2: #2D6A7A;
    --bg_color_3: #000000;
    --bg_color_4: #FFFFFF;
    --bg_color_5: #7C7C7C;
    --bg_color_6: #E48413;
    --bg_color_7: #F5F7FA;
    --bg_color_8: #00374A;
    --bg_color_9: #F0F0F0;
    --bg_color_10: #F4F4F4;
    --bg_color_11: #E28214;

    --text_color_1: #FF8A00;
    --text_color_2: #2D6A7A;
    --text_color_3: #000000;
    --text_color_4: #FFFFFF;
    --text_color_5: #7C7C7C;
    --text_color_6: #E48413;
    --text_color_7: #F5F7FA;
    --text_color_8: #00374A;
    --text_color_9: #F0F0F0;
    --text_color_10: #296275;
    --text_color_11: #E28214;
    --text_color_12: #737373;
    --text_color_13: #878787;
    --text_color_14: #919191;
    --text_color_15: #B0B0B0;
    --text_color_16: #1C1917;
}

.mt-70 {
    margin-top: 70px;
}

.header_section {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.header_section header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    transition: background-color 0.4s ease, box-shadow 0.4s ease, padding 0.4s ease, transform 0.4s ease;
}

.header_section.fixed header {
    position: fixed;
    background-color: var(--bg_color_4);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
}

.header_section.fixed .navbar-brand img {
    content: url("../images/logo.svg");
}

.header_section.fixed .navbar-nav .nav-item .nav-link {
    color: var(--text_color_2) !important;
}

.pages_header_section header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    background-color: var(--bg_color_4);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.4s ease, box-shadow 0.4s ease, padding 0.4s ease, transform 0.4s ease;
}

.pages_header_section.fixed header {
    position: fixed;
    background-color: var(--bg_color_4);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
}

.pages_header_section.fixed .navbar-brand img {
    content: url("../images/logo.svg");
}

.pages_header_section.fixed .navbar-nav .nav-item .nav-link {
    color: var(--text_color_2) !important;
}



/* .header_section {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.header_section header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease;
    z-index: 90;
}

.header_section.fixed header {
    position: fixed;
    background-color: var(--bg_color_4);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.header_section.fixed .navbar-brand img {
    content: url("../images/logo.svg");
}

.header_section.fixed .navbar-nav .nav-item .nav-link {
    color: var(--text_color_2) !important;
}

.pages_header_section header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    background-color: var(--bg_color_4);
}

.pages_header_section.fixed header {
    position: fixed;
    background-color: var(--bg_color_4);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.pages_header_section.fixed .navbar-brand img {
    content: url("../images/logo.svg");
}

.pages_header_section.fixed .navbar-nav .nav-item .nav-link {
    color: var(--text_color_2) !important;
} */




/* .service_page_header_section.fixed header {
    position: fixed;
    background-color: var(--bg_color_4);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.service_page_header_section.fixed .navbar-brand img {
    content: url("../images/logo.svg");
}

.service_page_header_section.fixed .navbar-nav .nav-item .nav-link {
    color: var(--text_color_2) !important;
} */




.header_section .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
}

.header_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.header_section header,
.header_section .home_first_section {
    position: relative;
    z-index: 1;

}

header .navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;

}

header .navbar-nav .nav-item {
    margin-left: 20px;
    border-bottom: 2px solid transparent;
    text-wrap-mode: nowrap;
}

header .navbar-nav .nav-item:hover {
    border-bottom: 2px solid var(--text_color_11);
}

header .navbar-nav .nav-item:nth-last-of-type(1),
header .navbar-nav .nav-item:nth-last-of-type(2) {
    border-bottom: none;
}

header .navbar-nav .nav-item a {
    text-decoration: none;
}

header .navbar-nav .nav-item .nav-link {
    color: var(--text_color_4);
    font-size: 16px;
    font-family: var(--roboto_bold);

}

header .navbar-nav .nav-item .dropdown-menu {
    /* display: block !important; */
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    top: 148%;
    width: 240px;
    min-width: 240px;
    white-space: normal;
    word-wrap: break-word;
}

header .navbar-nav .nav-item .dropdown-menu .dropdown-item:active {
    background-color: rgb(249, 249, 249);
}

header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-family: var(--roboto_medium);
    color: var(--text_color_2);
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

header .navbar-nav .nav-item .dropdown-menu .dropdown-item .service_icon {
    margin-right: 10px;
    height: 15px;
    width: 15px;
}

header .navbar-nav .nav-item .dropdown-menu .dropdown-item p {
    font-family: var(--roboto_regular);
    font-size: 14px;
    color: var(--text_color_13);
    margin-bottom: 0;
    white-space: normal;
    word-break: break-word;
    margin-left: 30px;
}

header .navbar-nav .nav-item input {
    font-family: var(--roboto_regular);
    color: var(--text_color_2);
    font-size: 16px;
}

header .navbar-nav .nav-item .search_icon {
    border: 2px solid var(--text_color_7);
    padding: 10px;
    border-radius: 20px;
    background-color: var(--bg_color_4);
}

header .navbar-nav .nav-item .talkto {
    background: linear-gradient(0deg, #E5912D 0%, #CD832B 100%);
    color: var(--text_color_4);
    font-size: 16px;
    border-radius: 10px;
    border: none;
    padding: 12px 18px;
    font-family: var(--roboto_bold);
    transition: background 0.6s ease;
}

header .navbar-nav .dropdown .dropdown-menu li a {
    text-decoration: none;
}

header .navbar-nav .nav-item .talkto a {
    text-decoration: none;
    color: var(--text_color_4);
}

header .navbar-nav .nav-item .talkto:hover {
    background: linear-gradient(0deg, #d78a2b 0%, #bb7827 100%);
}

.home_first_section {
    /* background-color: var(--bg_color_8);
    background-image: url(../images/Union.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0 20px 0; */

    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home_first_section .heading_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* .home_first_section .heading_part .sub_title {
    display: flex;
    justify-content: space-between;
    width: 25%;
} */

.home_first_section .heading_part .sub_title {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 1rem;
    font-weight: 500;
}

.home_first_section .heading_part .sub_title p {
    color: var(--text_color_4);
    font-size: 16px;
    font-family: var(--roboto_regular);
    background: rgba(255, 254, 252, 0.2);
    border: 1px solid rgba(245, 247, 250, 0.2);
    width: fit-content;
    padding: 5px 15px;
    border-radius: 20px;
}

.home_first_section .heading_part .title {
    color: var(--text_color_11);
    font-size: 80px;
    font-family: var(--roboto_medium);
}

.home_first_section .heading_part .desc {
    color: var(--text_color_4);
    font-size: 24px;
    font-family: var(--roboto_light);
    line-height: 1.3;
}

.home_first_section .heading_part button {
    color: var(--text_color_4);
    background: linear-gradient(0deg, #E5912D 0%, #CD832B 100%);
    font-size: 16px;
    font-family: var(--roboto_regular);
    border: none;
    border-radius: 10px;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home_first_section .heading_part button img {
    margin-left: 10px;
}

.home_first_section .container .slider {
    padding: 32px;
    color: #fff;
}

.home_first_section .slider .swiper-container {
    width: 100%;
    height: 100%;
}

.home_first_section .slider__images {
    height: 700px;
    position: relative;
}

.home_first_section .slider__thumbs {
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 92px;
    height: 260px;
    z-index: 10;
    border-radius: 5px;
}

.home_first_section .slider__thumbs .swiper-slide {
    height: 80px;
    /* margin: 0 !important; */
}

.home_first_section .slider__thumbs .slider__image {
    height: 80px;
    width: 80px;
}

.home_first_section .slider__thumbs .slider__image {
    transition: .25s;
    filter: grayscale(100%);
}

.home_first_section .slider__thumbs .slider__image:hover {
    opacity: 1;
}

.home_first_section .slider__thumbs .swiper-slide-thumb-active .slider__image {
    filter: grayscale(0%);
    opacity: 1;
}

.home_first_section .slider__images .slider__image img {
    transition: 3s;
}

/* .home_first_section .slider__images .slider__image:hover img {
    transform: scale(1.1);
} */

.home_first_section .slider__image {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.home_first_section .slider__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767.98px) {

    .home_first_section .slider__images {
        width: 100%;
    }

    .home_first_section .slider__thumbs {
        width: 70%;
        height: 92px;
        right: 12px;
        bottom: 12px;
        padding: 6px;
        border-radius: 10px;
    }
}

.home_second_section {
    background-color: var(--bg_color_9);
    background-image: url(../images/Union1.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    position: relative;
}

.home_second_section .left_side_part .sub_title p {
    color: var(--text_color_2);
    font-size: 18px;
    font-family: var(--roboto_bold);
    background: transparent;
    border: 2px solid #E6E6E6;
    width: fit-content;
    padding: 3px 15px;
    border-radius: 20px;
    margin-bottom: 25px;
}

.home_second_section .left_side_part .title {
    color: var(--text_color_1);
    font-size: 42px;
    font-family: var(--roboto_bold);
}

.home_second_section .left_side_part .title span {
    font-size: 42px;
    font-family: var(--roboto_bold);
    background: linear-gradient(to bottom, #000000, #773B00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.home_second_section .right_side_part .sub_title {
    color: var(--text_color_5);
    font-size: 24px;
    font-family: var(--roboto_regular);
    line-height: 1.2;
}

.home_second_section .right_side_part button {
    color: var(--text_color_4);
    background: linear-gradient(0deg, #E5912D 0%, #CD832B 100%);
    font-size: 16px;
    font-family: var(--roboto_regular);
    border: none;
    border-radius: 10px;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home_second_section .right_side_part button img {
    margin-left: 10px;
}

.home_second_section .Ellipse {
    position: absolute;
    right: 10%;
    bottom: 0;
}

.home_third_section {
    background-color: var(--bg_color_4);
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0 0 0;
    position: relative;
}

/* .home_third_section .first_left_side_part .sub_title p {
    color: var(--text_color_2);
    font-size: 18px;
    font-family: var(--roboto_bold);
    background: #F8F8F8;
    border: 2px solid #E6E6E6;
    width: fit-content;
    padding: 3px 15px;
    border-radius: 20px;
    margin-bottom: 25px;
} */

.home_third_section .first_left_side_part .sub_title p {
    color: var(--text_color_2);
    font-size: 18px;
    font-family: var(--roboto_bold);
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.home_third_section .first_left_side_part .sub_title p::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background: url("../images/dot.svg") no-repeat center center;
    background-size: contain;
}

.home_third_section .first_left_side_part .title {
    color: var(--text_color_11);
    font-size: 42px;
    font-family: var(--roboto_bold);
}

.home_third_section .first_right_side_part {
    display: flex;
    align-items: end;
    height: 100%;
}

.home_third_section .first_right_side_part .sub_title {
    color: var(--text_color_3);
    font-size: 24px;
    font-family: var(--roboto_regular);
    line-height: 1.2;
    opacity: 0.6;
}

.home_third_section .services_info_part {
    margin-top: 20px;
}

.home_third_section .services_info_part .left_side_part img {
    height: 420px;
    object-fit: cover;
}

.home_third_section .services_info_part .right_side_part {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.home_third_section .services_info_part .right_side_part h2 {
    font-family: var(--roboto_medium);
    color: var(--text_color_2);
    font-size: 34px;
}

.home_third_section .services_info_part .right_side_part p {
    font-family: var(--roboto_regular);
    color: var(--text_color_3);
    font-size: 16px;
    opacity: 0.6;
}

.home_third_section .services_info_part .right_side_part .list_part {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.home_third_section .services_info_part .right_side_part .list_part span {
    font-family: var(--roboto_regular);
    color: var(--text_color_3);
    font-size: 16px;
    background: #F5F5F5;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    padding: 8px 12px;
    width: auto;
    display: inline-block;
}

.home_third_section .services_info_part .right_side_part button {
    color: var(--text_color_4);
    background: linear-gradient(0deg, #E5912D 0%, #CD832B 100%);
    font-size: 16px;
    font-family: var(--roboto_regular);
    border: none;
    border-radius: 10px;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    transition: background 0.6s ease;
}

.home_third_section .services_info_part .right_side_part button img {
    margin-left: 10px;
}

.home_third_section .services_info_part .right_side_part button:hover {
    background: linear-gradient(0deg, #d78a2b 0%, #bb7827 100%);
}

.home_fourth_section {
    padding: 120px 0 0 0;
    position: relative;
}

.home_fourth_section .heading_part {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: start;
}

/* .home_fourth_section .heading_part .sub_title p {
    color: var(--text_color_2);
    font-size: 18px;
    font-family: var(--roboto_bold);
    background: #F8F8F8;
    border: 2px solid #E6E6E6;
    width: fit-content;
    padding: 3px 15px;
    border-radius: 20px;
    margin-bottom: 25px;
} */

.home_fourth_section .heading_part .sub_title p {
    color: var(--text_color_2);
    font-size: 18px;
    font-family: var(--roboto_bold);
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.home_fourth_section .heading_part .sub_title p::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background: url("../images/dot.svg") no-repeat center center;
    background-size: contain;
}

.home_fourth_section .heading_part .title {
    color: var(--text_color_11);
    font-size: 42px;
    font-family: var(--roboto_bold);
    margin-bottom: 30px;
}

.home_fourth_section .card {
    border: none;
    display: flex;
    justify-content: center;
    align-items: start;
    position: relative;
    overflow: hidden;
    background-color: transparent;
}

.home_fourth_section .card img {
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
}

.home_fourth_section .card .card-title {
    color: var(--text_color_2);
    font-family: var(--roboto_semibold);
    font-size: 24px;
    margin-top: 15px;
}

.home_fourth_section .button_part {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.home_fourth_section .button_part button {
    color: var(--text_color_4);
    background: linear-gradient(0deg, #E5912D 0%, #CD832B 100%);
    font-size: 16px;
    font-family: var(--roboto_regular);
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.6s ease;
}

.home_fourth_section .button_part button img {
    margin-left: 10px;
}

.home_fourth_section .button_part button:hover {
    background: linear-gradient(0deg, #d78a2b 0%, #bb7827 100%);
}

.home_fourth_section .first_right_side_part {
    display: flex;
    align-items: end;
    height: 100%;
    justify-content: end;
    gap: 15px;
    padding-bottom: 30px;
}

.home_fourth_section .first_right_side_part .sub_title {
    color: var(--text_color_5);
    font-size: 24px;
    font-family: var(--roboto_regular);
    line-height: 1.2;
}

.home_fourth_section .first_right_side_part button {
    color: var(--text_color_4);
    background: linear-gradient(0deg, #E5912D 0%, #CD832B 100%);
    font-size: 16px;
    font-family: var(--roboto_regular);
    border: none;
    border-radius: 10px;
    padding: 20px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home_fifth_section {
    background-color: var(--bg_color_4);
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0 0 0;
    position: relative;
}

/* .home_fifth_section .first_left_side_part .sub_title p {
    color: var(--text_color_2);
    font-size: 18px;
    font-family: var(--roboto_bold);
    background: #F8F8F8;
    border: 2px solid #E6E6E6;
    width: fit-content;
    padding: 3px 15px;
    border-radius: 20px;
    margin-bottom: 25px;
} */

.home_fifth_section .first_left_side_part .sub_title p {
    color: var(--text_color_2);
    font-size: 18px;
    font-family: var(--roboto_bold);
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.home_fifth_section .first_left_side_part .sub_title p::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background: url("../images/dot.svg") no-repeat center center;
    background-size: contain;
}

.home_fifth_section .first_left_side_part .title {
    color: var(--text_color_11);
    font-size: 42px;
    font-family: var(--roboto_bold);
}

.home_fifth_section .first_right_side_part {
    display: flex;
    align-items: end;
    height: 100%;
}

.home_fifth_section .first_right_side_part .sub_title {
    color: var(--text_color_5);
    font-size: 24px;
    font-family: var(--roboto_regular);
    line-height: 1.2;
}

.home_fifth_section .first_right_side_part {
    display: flex;
    justify-content: end;
}

.home_fifth_section .first_right_side_part button {
    color: var(--text_color_4);
    background: linear-gradient(0deg, #E5912D 0%, #CD832B 100%);
    font-size: 16px;
    font-family: var(--roboto_regular);
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.6s ease;
}

.home_fifth_section .first_right_side_part button img {
    margin-left: 10px;
}

.home_fifth_section .first_right_side_part button:hover {
    background: linear-gradient(0deg, #d78a2b 0%, #bb7827 100%);
}

.home_fifth_section .case_study_part {
    margin-top: 40px;
}

.home_fifth_section .case_study_part .left_side_part .card,
.home_fifth_section .case_study_part .right_side_part .card {
    border: none;
}

.home_fifth_section .case_study_part .left_side_part .card img,
.home_fifth_section .case_study_part .right_side_part .card img {
    height: 375px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.home_fifth_section .case_study_part .left_side_part .card h3,
.home_fifth_section .case_study_part .right_side_part .card h3 {
    font-family: var(--roboto_semibold);
    font-size: 24px;
    color: var(--text_color_3);
    margin-top: 24px;
}

.home_fifth_section .case_study_part .left_side_part .card p,
.home_fifth_section .case_study_part .right_side_part .card p {
    font-family: var(--roboto_regular);
    font-size: 16px;
    color: var(--text_color_3);
}

.home_fifth_section .case_study_part .left_side_part .card a,
.home_fifth_section .case_study_part .right_side_part .card a {
    text-decoration: none;
}

.home_fifth_section .case_study_part .left_side_part .card p span,
.home_fifth_section .case_study_part .right_side_part .card p span {
    color: var(--text_color_10);
}

.home_sixth_section {
    background-color: var(--bg_color_4);
    background-image: url(../images/Union2.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0 100px 0;
    /* position: relative; */
}

.home_sixth_section .heading_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.home_sixth_section .heading_part .sub_title p {
    color: var(--text_color_2);
    font-size: 18px;
    font-family: var(--roboto_bold);
    background: #F8F8F8;
    border: 2px solid #E6E6E6;
    width: fit-content;
    padding: 3px 15px;
    border-radius: 20px;
    margin-bottom: 25px;
}

.home_sixth_section .heading_part .title {
    color: var(--text_color_11);
    font-size: 42px;
    font-family: var(--roboto_bold);
}

.home_sixth_section .heading_part .sub_text {
    color: var(--text_color_5);
    font-size: 24px;
    font-family: var(--roboto_regular);
    margin-bottom: 30px;
}

@keyframes slide {
    from {
        transform: translateX(0);

    }

    to {
        transform: translateX(-100%);

    }
}

.home_sixth_section .first_left_side_part .sub_title p {
    color: var(--text_color_2);
    font-size: 18px;
    font-family: var(--roboto_bold);
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.home_sixth_section .first_left_side_part .sub_title p::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background: url("../images/dot.svg") no-repeat center center;
    background-size: contain;
}

.home_sixth_section .first_left_side_part .title {
    color: var(--text_color_11);
    font-size: 42px;
    font-family: var(--roboto_bold);
}

.home_sixth_section .first_right_side_part {
    display: flex;
    align-items: end;
    height: 100%;
}

.home_sixth_section .first_right_side_part .sub_title {
    color: var(--text_color_5);
    font-size: 24px;
    font-family: var(--roboto_regular);
    line-height: 1.2;
}

.home_sixth_section .first_right_side_part {
    display: flex;
    flex-direction: row;
    justify-content: end;
    gap: 15px;
}

.home_sixth_section .first_right_side_part button {
    color: var(--text_color_4);
    background: linear-gradient(0deg, #E5912D 0%, #CD832B 100%);
    font-size: 16px;
    font-family: var(--roboto_regular);
    border: none;
    border-radius: 10px;
    padding: 20px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home_sixth_section .slider_main_part {
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.home_sixth_section .slider_main_part::before,
.home_sixth_section .slider_main_part::after {
    content: "";
    position: absolute;
    top: 0;
    width: 16%;
    height: 100%;
    pointer-events: none;
    z-index: 5;
}

.home_sixth_section .slider_main_part::before {
    left: 0;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0.50) 50%,
            rgba(255, 255, 255, 0) 100%);
}

.home_sixth_section .slider_main_part::after {
    right: 0;
    background: linear-gradient(to left,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0.50) 50%,
            rgba(255, 255, 255, 0) 100%);
}


/* .home_sixth_section .slider_main_part::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/testimonial_overlay.png") no-repeat center center;
    background-size: cover;
    z-index: 2;
    pointer-events: none;
} */


.home_sixth_section .slider_main_part .owl-stage {
    display: flex !important;
    align-items: stretch;
}

.home_sixth_section .slider_main_part .owl-item {
    display: flex;
}

.home_sixth_section .slider_main_part .owl-carousel .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}


.home_sixth_section .slider_main_part .owl-carousel {
    position: relative;
    z-index: 1;
}

.home_sixth_section .slider_main_part .owl-carousel {
    width: 100%;
    z-index: 1;
}

.home_sixth_section .slider_main_part .owl-carousel.owl-loaded {
    display: block;
}

.home_sixth_section .slider_main_part .owl-carousel .item {
    text-align: center;
    background: linear-gradient(180deg, #296275 0%, #183A45 100%);
    border-radius: 20px;
    padding: 20px;
    cursor: pointer;
}

.home_sixth_section .slider_main_part .owl-carousel img {
    width: 140px;
    height: auto;
    border-radius: 8px;
}

.home_sixth_section .slider_main_part .owl-carousel .item p:nth-of-type(1) {
    color: var(--text_color_4);
    font-size: 24px;
    font-family: var(--roboto_regular);
    text-align: start;
    margin-top: 20px;
    line-height: 1.3;
}

.home_sixth_section .slider_main_part .owl-carousel .item p:nth-of-type(2) {
    color: var(--text_color_11);
    font-size: 16px;
    font-family: var(--roboto_medium);
    text-align: start;
    line-height: 1.3;
}

.home_seventh_section .logos {
    overflow: hidden;
    padding: 60px 0;
    background: white;
    white-space: nowrap;
    position: relative;
}

.home_seventh_section .logos:before,
.home_seventh_section .logos:after {
    content: "";
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: 2;
}

.home_seventh_section .logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.home_seventh_section .logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.home_seventh_section .logos:hover .logos-slide {
    animation-play-state: paused;
}

.home_seventh_section .logos-slide {
    display: inline-block;
    animation: 35s slide infinite linear;
}

.home_seventh_section .logos-slide img {
    height: 50px;
    margin: 0 40px;
}

footer {
    background: linear-gradient(180deg, #0E2B35 0%, #030C0F 100%);
    border: 1px solid #000000;
    padding: 55px 0 50px 0;
}

footer .left_side_main_part {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

footer .first_part h4,
footer .second_part h4,
footer .third_part h4 {
    font-family: var(--roboto_bold);
    font-size: 16px;
    color: var(--text_color_11);
}

footer .first_part p,
footer .second_part p {
    font-family: var(--roboto_semibold);
    font-size: 16px;
    color: var(--text_color_4);
}

footer .third_part .social_media_icon_part img {
    margin-right: 10px;
}

footer .third_part .social_media_icon_part a {
    text-decoration: none;
    font-family: var(--roboto_semibold);
    font-size: 16px;
    color: var(--text_color_4);
}

footer .second_part p:nth-of-type(2) {
    font-family: var(--roboto_medium);
}

footer .second_part p:nth-of-type(2) a {
    text-decoration: none;
    color: var(--text_color_4);
}

footer .second_part p:nth-of-type(2) a:hover {
    color: var(--text_color_11);
}

footer .bottom_part .left_side_part p {
    font-family: var(--roboto_regular);
    font-size: 16px;
    color: var(--text_color_12);
    margin-bottom: 0;
}

footer .bottom_part .right_side_part {
    text-align: end;
}

footer .bottom_part .right_side_part span {
    font-family: var(--roboto_regular);
    font-size: 16px;
    color: var(--text_color_4);
    cursor: pointer;
    margin-bottom: 0;
}

footer .footer_logo_part {
    margin: 90px 0 20px 0;
}

footer .right_side_form_part {
    background-color: var(--text_color_4);
    padding: 20px;
    border-radius: 20px;
}

footer .right_side_form_part .heading_part h3 {
    font-family: var(--roboto_bold);
    font-size: 50px;
    color: var(--text_color_3);
}

footer .right_side_form_part .heading_part .mail_part {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

footer .right_side_form_part .heading_part .mail_part p {
    color: var(--text_color_11);
    font-family: var(--roboto_regular);
    font-size: 14px;
}

footer .right_side_form_part .heading_part .mail_part p a {
    text-decoration: none;
    color: var(--text_color_11);
}

footer .right_side_form_part .fields_part {
    display: flex;
    flex-direction: column;
}

footer .right_side_form_part .fields_part label {
    font-family: var(--roboto_regular);
    font-size: 16px;
    color: var(--text_color_12);
    margin-bottom: 5px;
}

footer .right_side_form_part .fields_part input,
footer .right_side_form_part .fields_part textarea {
    border: none;
    background: #F2F2F2;
    border-radius: 10px;
    padding: 15px 15px;
}

footer .right_side_form_part .fields_part input:focus,
footer .right_side_form_part .fields_part input:focus-visible,
footer .right_side_form_part .fields_part textarea:focus,
footer .right_side_form_part .fields_part textarea:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

footer .right_side_form_part button {
    color: var(--text_color_4);
    background: linear-gradient(0deg, #E5912D 0%, #CD832B 100%);
    font-size: 16px;
    font-family: var(--roboto_regular);
    border: none;
    border-radius: 10px;
    padding: 10px 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    transition: background 0.6s ease;
}

footer .right_side_form_part button:hover {
    background: linear-gradient(0deg, #d78a2b 0%, #bb7827 100%);
}

/* .pages_header_section {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
} */

.pages_header_section header .navbar-nav .nav-item .nav-link {
    color: var(--text_color_2);
    font-size: 16px;
    font-family: var(--roboto_bold);
}

.pages_header_section header .navbar-nav .nav-item .nav-link {
    text-decoration: none;
}

.pages_header_section header .navbar-nav .nav-item .nav-link:hover {
    width: fit-content;
}

.pages_header_section header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-family: var(--roboto_medium);
    color: var(--text_color_2);
    font-size: 16px;
}

.sector_first_section {
    background-color: var(--bg_color_8);
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 0 20px 0;
    height: 90%;
    border-radius: 0 0 20px 20px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.sector_first_section .heading_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sector_first_section .heading_part .title {
    color: var(--text_color_4);
    font-size: 50px;
    font-family: var(--roboto_light);
}

.sector_first_section .heading_part .desc {
    color: var(--text_color_4);
    font-size: 24px;
    font-family: var(--roboto_light);
    line-height: 1.3;
}

/* .sector_first_section .owl-buttons {
    display: none;
}

.sector_first_section .owl-carousel:hover .owl-buttons {
    display: block;
}

.sector_first_section .owl-item {
    text-align: center;
}

.sector_first_section .owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    color: #869791;
    font-size: 40px;
    line-height: 300px;
    margin: 0;
    padding: 0 60px;
    position: absolute;
    top: 0;
}

.sector_first_section .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
    padding-left: 20px;
}

.sector_first_section .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
    padding-right: 20px;
} */


/* .sector_first_section .container-fluid {
    padding: 60px 0 40px 0;
}

.sector_first_section .slider_part {
    position: relative;
    overflow: hidden;
}

.sector_first_section .slider_part::before,
.sector_first_section .slider_part::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 250px;
    z-index: 5;
    pointer-events: none;
}

.sector_first_section .slider_part::before {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.sector_first_section .slider_part::after {
    right: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
} */


@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.sector_first_section .slider_part {
    padding: 40px 0;
}

.sector_first_section .slider_part .logos {
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    position: relative;
}

.sector_first_section .slider_part .logos::before,
.sector_first_section .slider_part .logos::after {
    content: "";
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: 2;
}

.sector_first_section .slider_part .logos::before {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent);
}

.sector_first_section .slider_part .logos::after {
    right: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), transparent);
}

.sector_first_section .slider_part .logos-slide {
    display: inline-block;
    animation: 30s slide linear infinite;
}

.sector_first_section .slider_part .logos-slide img {
    height: 300px;
    width: 250px;
    object-fit: cover;
    margin: 0 6px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
}

.sector_second_section {
    padding: 100px 0;
}

.sector_second_section .heading_part h2 {
    color: var(--text_color_2);
    font-family: var(--roboto_light);
    font-size: 50px;
}

.sector_second_section .heading_part {
    text-align: center;
    padding: 0 0 70px 0;
}

.sector_second_section .information_part .desc_part {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    height: 100%;
}

.sector_second_section .information_part .desc_part h3 {
    color: var(--text_color_2);
    font-family: var(--roboto_medium);
    font-size: 50px;
    margin-bottom: 20px;
}

.sector_second_section .information_part .desc_part p {
    color: var(--text_color_13);
    font-family: var(--roboto_regular);
    font-size: 18px;
}

.sector_second_section .information_part img {
    height: 450px;
    width: auto;
    object-fit: cover;
    border-radius: 25px;
}

.contact_first_section {
    padding: 130px 0 70px 0;
}

.contact_first_section .left_side_part {
    /* padding: 60px 30px 60px 30px;
    border-radius: 20px;
    background: linear-gradient(180deg, #01374A 0%, #012633 100%); */

    position: relative;
    padding: 60px 30px 60px 30px;
    border-radius: 20px;
    background: linear-gradient(180deg, #01374A 0%, #012633 100%);
    overflow: hidden;
}

.contact_first_section .left_side_part img {
    /* position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 350px;
    height: auto;
    margin: 20px 0 0 auto; */

    position: absolute;
    right: -20px;
    bottom: -20px;
    display: block;
    width: 170px;
    height: auto;
    margin: 20px 0 0 auto;
}

.contact_first_section .left_side_part .title_part p {
    color: var(--text_color_4);
    font-size: 16px;
    font-family: var(--roboto_regular);
    background: rgba(255, 254, 252, 0.2);
    border: 1px solid rgba(245, 247, 250, 0.2);
    width: fit-content;
    padding: 5px 15px;
    border-radius: 20px;
}

.contact_first_section .left_side_part .desc_part .first {
    margin-bottom: 0;
    font-family: var(--roboto_light);
    font-size: 40px;
    color: var(--text_color_4);
    margin: 20px 0 15px 0;
}

.contact_first_section .left_side_part .desc_part .second {
    font-family: var(--roboto_light);
    font-size: 16px;
    margin: 0 0 15px 0;
    color: var(--text_color_4);
}

.contact_first_section .left_side_part .desc_part .third {
    margin-bottom: 0;
    font-family: var(--roboto_regular);
    font-size: 24px;
    text-align: start;
    color: var(--text_color_11);
    border-top: 1px solid var(--text_color_13);
    padding: 14px 0 0 0;
}

.contact_first_section .right_side_part .title_part p {
    font-family: var(--roboto_bold);
    font-size: 24px;
    margin: 0 0 25px 0;
    color: var(--text_color_3);
}

.contact_first_section .right_side_part .form_part .label_title {
    font-family: var(--roboto_regular);
    font-size: 16px;
    color: var(--text_color_3);
    margin-bottom: 7px;
    /*margin-top: 20px;*/
}

.contact_first_section .right_side_part .form_part .form-control {
    padding: 8px 12px;
    background: #F5F8FA;
    border: 1px solid #EEEEEE;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 5px;
    font-size: var(--fs_14);
    font-family: var(--inter_regular);
}

.contact_first_section .right_side_part .form_part .form-control:focus {
    border: 1px solid #EEEEEE;
    outline: none;
    box-shadow: none;
}

.contact_first_section .right_side_part .form_part .submit_button_part a {
    text-decoration: none;
}

.contact_first_section .right_side_part .form_part .submit_button_part button {
    color: var(--text_color_4);
    background: linear-gradient(0deg, #E5912D 0%, #CD832B 100%);
    font-size: 16px;
    font-family: var(--roboto_regular);
    border: none;
    border-radius: 10px;
    padding: 12px 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    transition: background 0.6s ease;
}

.contact_first_section .right_side_part .form_part .submit_button_part button:hover {
    background: linear-gradient(0deg, #d78a2b 0%, #bb7827 100%);
}

.service_page_header_section {
    position: relative;
    padding-bottom: 0;
    overflow: visible;
}

.service_first_section {
    background: linear-gradient(to bottom,
            var(--bg_color_8) 0%,
            var(--bg_color_8) 60%,
            var(--bg_color_4) 60%,
            var(--bg_color_4) 100%);
    background-position: center;
    background-repeat: no-repeat;
    padding: 140px 0 0 0;
    border-radius: 0 0 20px 20px;
    position: relative;
    overflow: visible;
}

.service_first_section .heading_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}

.service_first_section .heading_part .title {
    color: var(--text_color_4);
    font-size: 50px;
    font-family: var(--roboto_light);
}

.service_first_section .desc_part {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service_first_section .desc_part .main_image_part {
    width: 100%;
}

.service_first_section .desc_part .main_image_part img {
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 750px;
    object-fit: cover;
}

.service_first_section .desc_part .points_part {
    /* margin-top: 0%; */
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.service_first_section .desc_part .first_info,
.service_first_section .desc_part .second_info {
    border-right: 1px solid var(--text_color_15);
}

.service_first_section .desc_part .first p,
.service_first_section .desc_part .second p,
.service_first_section .desc_part .third p {
    font-family: var(--roboto_semibold);
    font-size: 18px;
    color: var(--text_color_2);
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.service_first_section .desc_part .first p img,
.service_first_section .desc_part .second p img,
.service_first_section .desc_part .third p img {
    margin-right: 10px;
    height: 18px;
    width: 18px;
}

.service_first_section .desc_part .first .border_part,
.service_first_section .desc_part .third .border_part {
    border-bottom: 1px solid var(--text_color_15);
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.service_first_section .desc_part .fourth button {
    color: var(--text_color_4);
    background: linear-gradient(0deg, #E5912D 0%, #CD832B 100%);
    font-size: 16px;
    font-family: var(--roboto_regular);
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-wrap-mode: nowrap;
    transition: background 0.6s ease;
}

.service_first_section .desc_part .fourth button img {
    margin-left: 10px;
}

.service_first_section .desc_part .fourth button:hover {
    background: linear-gradient(0deg, #d78a2b 0%, #bb7827 100%);
}

.service_second_section {
    padding: 70px 0 100px 0;
    /* background-color: var(--bg_color_10); */
}

.service_second_section .information_part .desc_part {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    height: 100%;
}

.service_second_section .information_part .desc_part h3 {
    color: var(--text_color_2);
    font-family: var(--roboto_medium);
    font-size: 34px;
    margin-bottom: 20px;
}

.service_second_section .information_part .desc_part p {
    color: #000;
    opacity: 0.6;
    font-family: var(--roboto_regular);
    font-size: 16px;
}

.service_second_section .information_part .img_part img {
    height: 400px;
    object-fit: cover;
}

.service_third_section {
    background-color: var(--bg_color_4);
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    position: relative;
}

/* .service_third_section .first_left_side_part .sub_title p {
    color: var(--text_color_2);
    font-size: 18px;
    font-family: var(--roboto_bold);
    background: #F8F8F8;
    border: 2px solid #E6E6E6;
    width: fit-content;
    padding: 3px 15px;
    border-radius: 20px;
    margin-bottom: 25px;
} */

.service_third_section .first_left_side_part .sub_title p {
    color: var(--text_color_2);
    font-size: 18px;
    font-family: var(--roboto_bold);
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.service_third_section .first_left_side_part .sub_title p::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background: url("../images/dot.svg") no-repeat center center;
    background-size: contain;
}

.service_third_section .first_left_side_part .title {
    color: var(--text_color_11);
    font-size: 42px;
    font-family: var(--roboto_bold);
}

.service_third_section .first_right_side_part {
    display: flex;
    align-items: end;
    height: 100%;
}

.service_third_section .first_right_side_part .sub_title {
    color: var(--text_color_5);
    font-size: 24px;
    font-family: var(--roboto_regular);
    line-height: 1.2;
}

.service_third_section .first_right_side_part {
    display: flex;
    justify-content: end;
}

.service_third_section .first_right_side_part button {
    color: var(--text_color_4);
    background: linear-gradient(0deg, #E5912D 0%, #CD832B 100%);
    font-size: 16px;
    font-family: var(--roboto_regular);
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.6s ease;
}

.service_third_section .first_right_side_part button img {
    margin-left: 10px;
}

.service_third_section .first_right_side_part button:hover {
    background: linear-gradient(0deg, #d78a2b 0%, #bb7827 100%);
}

.service_third_section .case_study_part {
    margin-top: 40px;
}

.service_third_section .case_study_part .left_side_part .card,
.service_third_section .case_study_part .right_side_part .card {
    border: none;
}

.service_third_section .case_study_part .left_side_part .card img,
.service_third_section .case_study_part .right_side_part .card img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.service_third_section .case_study_part .left_side_part .card h3,
.service_third_section .case_study_part .right_side_part .card h3 {
    font-family: var(--roboto_semibold);
    font-size: 24px;
    color: var(--text_color_3);
    margin-top: 24px;
}

.service_third_section .case_study_part .left_side_part .card p,
.service_third_section .case_study_part .right_side_part .card p {
    font-family: var(--roboto_regular);
    font-size: 16px;
    color: var(--text_color_3);
}

.service_third_section .case_study_part .left_side_part .card p span,
.service_third_section .case_study_part .right_side_part .card p span {
    color: var(--text_color_10);
    cursor: pointer;
}

.service_third_section .case_study_part .left_side_part .card p span a,
.service_third_section .case_study_part .right_side_part .card p span a {
    text-decoration: none;
    color: var(--text_color_11);
}

.aboutus_first_section {
    background-color: var(--bg_color_8);
    background-position: center;
    background-repeat: no-repeat;
    /* padding: 100px 0; */
    height: 90%;
    border-radius: 0 0 20px 20px;
}

.aboutus_first_section .left_side_part {
    padding: 130px 0;
    margin-top: 80px;
}

.aboutus_first_section .left_side_part .heading_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    text-align: start;
}

.aboutus_first_section .left_side_part .heading_part .sub_title {
    color: var(--text_color_4);
    font-size: 16px;
    font-family: var(--roboto_regular);
    background: rgba(255, 254, 252, 0.2);
    border: 1px solid rgba(245, 247, 250, 0.2);
    border-radius: 80px;
    padding: 8px 16px;
}

.aboutus_first_section .left_side_part .heading_part .title {
    color: var(--text_color_4);
    font-size: 50px;
    font-family: var(--roboto_light);
}

.aboutus_first_section .left_side_part .heading_part .desc {
    color: var(--text_color_4);
    font-size: 24px;
    font-family: var(--roboto_light);
    line-height: 1.3;
}

.aboutus_first_section .left_side_part .button_part a {
    text-decoration: none;
}

.aboutus_first_section .left_side_part button {
    color: var(--text_color_4);
    background: linear-gradient(0deg, #E5912D 0%, #CD832B 100%);
    font-size: 16px;
    font-family: var(--roboto_regular);
    border: none;
    border-radius: 10px;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    transition: background 0.6s ease;
}

.aboutus_first_section .left_side_part button img {
    margin-left: 10px;
}

.aboutus_first_section .left_side_part button:hover {
    background: linear-gradient(0deg, #d78a2b 0%, #bb7827 100%);
}

.aboutus_first_section .right_side_part {
    position: relative;
    background-image: url(../images/aboutpage_gridline_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.aboutus_first_section .right_side_part .shape_image_part {
    position: absolute;
    /* right: -60px; */
    right: 0;
    bottom: 0;
    z-index: 1;
}

.aboutus_first_section .right_side_part .shape_image_part img {
    width: 100%;
    height: auto;
}

.aboutus_first_section .right_side_part .about_main_img {
    position: relative;
    z-index: 2;
    max-width: 100%;
    height: auto;
}

.aboutus_second_section {
    padding: 100px 0;
    /* background-color: var(--bg_color_4); */
    background-image: url(../images/about_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

.aboutus_second_section .heading_part {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .aboutus_second_section .heading_part p {
    color: var(--text_color_2);
    font-family: var(--roboto_bold);
    font-size: 18px;
    padding: 4px 10px;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 20px;
    width: fit-content;
} */

.aboutus_second_section .heading_part p {
    color: var(--text_color_2);
    font-size: 18px;
    font-family: var(--roboto_bold);
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.aboutus_second_section .heading_part p::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background: url("../images/dot.svg") no-repeat center center;
    background-size: contain;
}

.aboutus_second_section .text_part {
    margin-top: 20px;
    text-align: justify;
}

/* .aboutus_second_section .container-fluid {
    position: relative;
}

.aboutus_second_section .text_part .shape_image_part {
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
} */

.aboutus_second_section .text_part p {
    font-family: var(--roboto_regular);
    font-size: 40px;
    color: var(--text_color_15);
}

.aboutus_second_section .text_part .char {
    color: #ccc;
    transition: color 0.2s linear;
}

.aboutus_second_section .text_part .char.filled {
    color: var(--text_color_2);
    font-size: 24px;
}

.aboutus_second_section .text_part .button_part {
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutus_second_section .text_part .button_part button {
    color: var(--text_color_4);
    background: linear-gradient(0deg, #E5912D 0%, #CD832B 100%);
    font-size: 16px;
    font-family: var(--roboto_regular);
    border: none;
    border-radius: 10px;
    padding: 10px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    transition: background 0.6s ease;
}

.aboutus_second_section .text_part .button_part button img {
    margin-left: 10px;
}

.aboutus_second_section .text_part .button_part button:hover {
    background: linear-gradient(0deg, #d78a2b 0%, #bb7827 100%);
}

.aboutus_third_section {
    padding: 50px 0 100px 0;
    background-color: var(--bg_color_4);
}

.aboutus_third_section .heading_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

/* .aboutus_third_section .heading_part p {
    color: var(--text_color_2);
    font-size: 18px;
    font-family: var(--roboto_bold);
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 20px;
    padding: 4px 10px;
    width: fit-content;
} */

.aboutus_third_section .heading_part p {
    color: var(--text_color_2);
    font-size: 18px;
    font-family: var(--roboto_bold);
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.aboutus_third_section .heading_part p::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background: url("../images/dot.svg") no-repeat center center;
    background-size: contain;
}

.aboutus_third_section .heading_part h3 {
    color: var(--text_color_11);
    font-family: var(--roboto_semibold);
    font-size: 50px;
}

.aboutus_third_section .card {
    background-color: var(--bg_color_2);
    background-image: url(../images/vision_mission_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    border: none;
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
}

.aboutus_third_section .card .image_wrapper img {
    margin-bottom: 25px;
}

.aboutus_third_section .card .card_body h3 {
    color: var(--text_color_4);
    font-family: var(--roboto_semibold);
    font-size: 32px;
}

.aboutus_third_section .card .card_body p {
    color: var(--text_color_4);
    font-family: var(--roboto_regular);
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1.3;
}

.aboutus_fourth_section {
    /* background-color: var(--bg_color_10); */
    padding: 100px 0;
}

.aboutus_fourth_section .heading_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

/* .aboutus_fourth_section .heading_part p {
    color: var(--text_color_2);
    font-size: 18px;
    font-family: var(--roboto_bold);
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 20px;
    padding: 4px 10px;
    width: fit-content;
} */

.aboutus_fourth_section .heading_part p {
    color: var(--text_color_2);
    font-size: 18px;
    font-family: var(--roboto_bold);
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.aboutus_fourth_section .heading_part p::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background: url("../images/dot.svg") no-repeat center center;
    background-size: contain;
}

.aboutus_fourth_section .heading_part h3 {
    color: var(--text_color_11);
    font-family: var(--roboto_semibold);
    font-size: 50px;
}

.aboutus_fourth_section * {
    box-sizing: content-box;
}

.aboutus_fourth_section::before,
.aboutus_fourth_section::after {
    box-sizing: content-box;
}

.aboutus_fourth_section .slider-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 40px auto 0 auto;
    overflow: hidden;
}

.aboutus_fourth_section .slider-wrapper {
    display: flex;
    transition: transform 0.6s ease;
}

.aboutus_fourth_section .slide {
    min-width: 100%;
    flex-shrink: 0;
    text-align: left;
    padding-left: 110px;
}

.aboutus_fourth_section .slide img {
    width: 350px;
    border-radius: 10px;
    display: block;
    max-width: 100%;
    height: auto;
}

.aboutus_fourth_section .slide p {
    margin-top: 10px;
    font-size: 24px;
    color: #555;
    font-family: var(--roboto_medium);
}

.aboutus_fourth_section .progress-bar {
    position: relative;
    width: 90%;
    height: 2px;
    background-color: #d7dde3;
    margin: 30px auto 20px auto;
    border-radius: 2px;
}

.aboutus_fourth_section .progress {
    width: calc(100% / 7);
    height: 100%;
    background: var(--bg_color_11);
    transition: all 0.3s ease;
}

.aboutus_fourth_section .navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.aboutus_fourth_section .navigation button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: #DBDBDB;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.aboutus_fourth_section .navigation .btnpart img {
    max-width: 60%;
    max-height: 60%;
}

.aboutus_fourth_section .navigation .step-indicator {
    font-size: 24px;
    font-family: var(--roboto_medium);
    color: var(--text_color_11);
}

@media (max-width: 768px) {
    .aboutus_fourth_section .slide {
        padding-left: 0;
        text-align: center;
    }

    .aboutus_fourth_section .slide img {
        width: 85%;
        max-width: 320px;
        margin: 0 auto;
    }

    .aboutus_fourth_section .slide p {
        text-align: center;
        margin-top: 12px;
    }

    .aboutus_fourth_section .workflow-section {
        padding: 40px 20px;
    }

    .aboutus_fourth_section .progress-bar {
        width: 95%;
    }
}

/* .aboutus_fourth_section .slider-container {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.aboutus_fourth_section .slider-wrapper {
    display: flex;
    transition: transform 0.6s ease;
}

.aboutus_fourth_section .slide {
    min-width: 100%;
    flex-shrink: 0;
    text-align: left;
    padding-left: 80px;
}

.aboutus_fourth_section .slide img {
    width: 350px;
    border-radius: 10px;
    display: block;
    max-width: 100%;
    height: auto;
}

.aboutus_fourth_section .slide p {
    margin-top: 10px;
    font-size: 24px;
    color: #555;
    font-family: var(--roboto_medium);
}

.aboutus_fourth_section .progress-bar {
    position: relative;
    width: 90%;
    height: 2px;
    background-color: #d7dde3;
    margin: 40px auto;
    border-radius: 2px;
}

.aboutus_fourth_section .progress-indicator {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    background: rgba(232, 124, 3, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: left 0.6s ease;
}

.aboutus_fourth_section .progress-indicator::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #E87C03;
    border-radius: 50%;
}

.aboutus_fourth_section .navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.aboutus_fourth_section .navigation button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: #DBDBDB;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.aboutus_fourth_section .navigation .btnpart img {
    max-width: 60%;
    max-height: 60%;
}

.navigation .step-indicator {
    font-size: 24px;
    font-family: var(--roboto_medium);
    color: var(--text_color_11);
}

@media (max-width: 768px) {
    .aboutus_fourth_section .slide {
        padding-left: 0;
        text-align: center;
    }

    .aboutus_fourth_section .slide img {
        width: 85%;
        max-width: 320px;
        margin: 0 auto;
    }

    .aboutus_fourth_section .slide p {
        text-align: center;
        margin-top: 12px;
    }

    .aboutus_fourth_section .workflow-section {
        padding: 40px 20px;
    }

    .aboutus_fourth_section .progress-bar {
        width: 95%;
    }
} */


/* .aboutus_fourth_section .sliding_part .work_flow_slider {
    margin: 350px 0 0 0;
    position: relative;
    width: 100%;
    height: 2px;
    background: #d3d9dd;
}

.aboutus_fourth_section .sliding_part .work_flow_slider .progress-dot {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(232, 124, 3, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: left 0.6s ease;
    z-index: 2;
}

.aboutus_fourth_section .sliding_part .work_flow_slider .progress-dot::after {
    content: "";
    width: 12px;
    height: 12px;
    background: var(--text_color_11);
    border-radius: 50%;
}

.aboutus_fourth_section .sliding_part .work_flow_slider .workflow-content {
    position: absolute;
    bottom: 50px;
    text-align: center;
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.6s ease;
    width: 100%;
    left: 50%;
}

.aboutus_fourth_section .sliding_part .work_flow_slider .workflow-content.active {
    transform: translateX(-50%);
    opacity: 1;
}

.aboutus_fourth_section .sliding_part .work_flow_slider .workflow-content .workflow-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.aboutus_fourth_section .sliding_part .work_flow_slider .workflow-content .workflow-text {
    margin-top: 10px;
    font-size: clamp(16px, 2vw, 24px);
    color: #555;
    font-family: var(--roboto_medium);
}

.aboutus_fourth_section .sliding_part .step-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.aboutus_fourth_section .sliding_part .step-controls .btnpart {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: #DBDBDB;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.aboutus_fourth_section .sliding_part .step-controls .btnpart img {
    max-width: 60%;
    max-height: 60%;
}

.aboutus_fourth_section .sliding_part .step-controls .step-indicator {
    font-size: clamp(18px, 2vw, 24px);
    font-family: var(--roboto_medium);
    color: var(--text_color_11);
} */




.aboutus_fifth_section {
    padding: 100px 0;
}

.aboutus_fifth_section .heading_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
}

/* .aboutus_fifth_section .heading_part p {
    color: var(--text_color_2);
    font-size: 18px;
    font-family: var(--roboto_bold);
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 20px;
    padding: 4px 10px;
    width: fit-content;
} */

.aboutus_fifth_section .heading_part p {
    color: var(--text_color_2);
    font-size: 18px;
    font-family: var(--roboto_bold);
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.aboutus_fifth_section .heading_part p::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background: url("../images/dot.svg") no-repeat center center;
    background-size: contain;
}

.aboutus_fifth_section .heading_part h3 {
    color: var(--text_color_11);
    font-family: var(--roboto_semibold);
    font-size: 50px;
}


.aboutus_fifth_section .card_part .card {
    position: relative;
    padding: 20px;
    background: #FAFAFA;
    border: 1px solid #E6E6E6;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutus_fifth_section .card_part .card .image_wrapper {
    height: 60px;
    width: 60px;
    border-radius: 10px;
    background-color: #FFE6C9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.aboutus_fifth_section .card_part .card .image_wrapper img {
    width: 25px;
    height: auto;
}

.aboutus_fifth_section .card_part .card p {
    font-size: 32px;
    font-family: var(--roboto_regular);
    color: var(--text_color_2);
    margin-bottom: 0;
    line-height: 1.3;
    text-align: center;
}

.case_study_first_section {
    background-color: var(--bg_color_8);
    background-position: center;
    background-repeat: no-repeat;
    padding: 160px 0 100px 0;
    height: 90%;
    border-radius: 0 0 20px 20px;
}

.case_study_first_section .heading_part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.case_study_first_section .heading_part .title {
    color: var(--text_color_4);
    font-size: 50px;
    font-family: var(--roboto_light);
}

.case_study_first_section .heading_part .desc {
    color: var(--text_color_4);
    font-size: 24px;
    font-family: var(--roboto_light);
    line-height: 1.3;
    margin-bottom: 0;
}

.case_study_second_section {
    padding: 100px 0;
}

.case_study_second_section .heading_part {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

/* .case_study_second_section .heading_part p {
    color: var(--text_color_2);
    font-size: 18px;
    font-family: var(--roboto_bold);
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 20px;
    padding: 4px 10px;
    width: fit-content;
} */

.case_study_second_section .heading_part p {
    color: var(--text_color_2);
    font-size: 18px;
    font-family: var(--roboto_bold);
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.case_study_second_section .heading_part p::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background: url("../images/dot.svg") no-repeat center center;
    background-size: contain;
}

.case_study_second_section .card_part .card {
    border-radius: 20px;
    border: none;
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, rgba(41, 98, 117, 0) 79.94%, rgba(41, 98, 117, 0.7) 100%);
    height: 100%;
}

.case_study_second_section .card_part .image_wrapper {
    position: relative;
}

.case_study_second_section .card_part img {
    width: 100%;
    height: 300px;
    display: block;
    min-height: 300px;
    object-fit: cover;
}

.case_study_second_section .card_part .gradient_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.case_study_second_section .card_part .info_part {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    color: #fff;
    z-index: 2;
}

.case_study_second_section .card_part .info_part p {
    font-size: 14px;
    font-family: var(--roboto_medium);
    color: var(--text_color_4);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.case_study_second_section .card_part .info_part h3 {
    font-size: 32px;
    font-family: var(--roboto_semibold);
    color: var(--text_color_4);
    margin-top: 5px;
}

.case_study_third_section {
    padding: 50px 0 100px 0;
}

.case_study_third_section .heading_part h3 {
    font-size: 42px;
    font-family: var(--roboto_medium);
    color: var(--text_color_2);
    text-align: center;
}

.case_study_third_section .filter_part {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 50px 0;
}

.case_study_third_section .filter_part .filter-group {
    display: flex;
    flex-direction: row;
    background-color: var(--bg_color_4);
    border: 1px solid #E2E2E2;
    width: fit-content;
    border-radius: 8px;
}

.case_study_third_section .filter_part .filter-group .filter {
    font-family: var(--roboto_medium);
    margin: 0;
    padding: 10px 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    background-color: transparent;
    color: var(--text_color_14);
    border: none;
}

.case_study_third_section .filter_part .filter-group .filter.active {
    background: var(--bg_color_1) !important;
    color: var(--text_color_4) !important;
}

/* .case_study_third_section .filter_part .filter-group .filter.active {
    background-color: var(--bg_color_1);
    color: var(--text_color_4);
} */

.case_study_third_section .card_part.row {
    align-items: stretch;
}

.case_study_third_section .card_part>[class*="col-"] {
    display: flex;
}

.case_study_third_section .card_part .card {
    border-radius: 8px;
    padding: 15px;
    height: 100%;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.case_study_third_section .card_part .card .image_wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 16 / 9;
}

.case_study_third_section .card_part .card .image_wrapper .main_img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    transition: transform 0.5s ease-in-out;
    object-fit: cover;
}

.case_study_third_section .card_part .card:hover .image_wrapper .main_img {
    transform: scale(1.1);
}

.case_study_third_section .card_part .card .image_wrapper .case_study_arrow {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: auto;
    transition: transform 0.4s ease-in-out;
}

.case_study_third_section .card_part .card:hover .case_study_arrow {
    transform: rotate(47deg);
}

.case_study_third_section .card_part .card .text_part {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.case_study_third_section .card_part .card .text_part h3 {
    font-size: 24px;
    font-family: var(--roboto_medium);
    color: var(--text_color_3);
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.case_study_third_section .card_part .card .text_part p {
    font-size: 16px;
    font-family: var(--roboto_medium);
    color: var(--text_color_14);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.case_study_third_section .small_title_part {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

/* .case_study_third_section .small_title_part p {
    color: var(--text_color_2);
    font-size: 18px;
    font-family: var(--roboto_bold);
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 20px;
    padding: 4px 10px;
    width: fit-content;
} */

.case_study_third_section .small_title_part p {
    color: var(--text_color_2);
    font-size: 18px;
    font-family: var(--roboto_bold);
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.case_study_third_section .small_title_part p::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background: url("../images/dot.svg") no-repeat center center;
    background-size: contain;
}

.case_study_detail_first_section {
    padding: 130px 0 100px 0;
}

.case_study_detail_first_section .left_side_main_part .details_part h3 {
    font-family: var(--roboto_medium);
    font-size: 42px;
    color: var(--text_color_11);
    margin-top: 25px;
}

.case_study_detail_first_section .left_side_main_part .details_part p {
    font-family: var(--roboto_semibold);
    font-size: 24px;
    color: var(--text_color_13);
}

.case_study_detail_first_section .left_side_main_part .project_overview_part h3:nth-of-type(1),
.case_study_detail_first_section .left_side_main_part .project_overview_part h3:nth-of-type(2),
.case_study_detail_first_section .left_side_main_part .project_overview_part h3:nth-of-type(3),
.case_study_detail_first_section .left_side_main_part .project_overview_part h3:nth-of-type(4) {
    font-family: var(--roboto_medium);
    font-size: 24px;
    color: var(--text_color_2);
    position: relative;
    display: inline-block;
    padding-right: 20px;
}

.case_study_detail_first_section .left_side_main_part .project_overview_part h3:nth-of-type(1)::after,
.case_study_detail_first_section .left_side_main_part .project_overview_part h3:nth-of-type(2)::after,
.case_study_detail_first_section .left_side_main_part .project_overview_part h3:nth-of-type(3)::after,
.case_study_detail_first_section .left_side_main_part .project_overview_part h3:nth-of-type(4)::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    width: 100%;
    height: 1px;
    background: #ccc;
}

.case_study_detail_first_section .left_side_main_part .project_overview_part h3:nth-of-type(2),
.case_study_detail_first_section .left_side_main_part .project_overview_part h3:nth-of-type(3),
.case_study_detail_first_section .left_side_main_part .project_overview_part h3:nth-of-type(4) {
    margin-top: 15px;
    margin-bottom: 15px;
}

.case_study_detail_first_section .left_side_main_part .project_overview_part p {
    font-family: var(--roboto_regular);
    font-size: 24px;
    color: var(--text_color_16);
    line-height: 1.3;
    margin-bottom: 8px;
}

.case_study_detail_first_section .left_side_main_part .project_overview_part h2 {
    font-family: var(--roboto_bold);
    font-size: 32px;
    color: var(--text_color_2);
    line-height: 1.3;
    margin-bottom: 8px;
}

/* .case_study_detail_first_section .left_side_main_part .project_overview_part p:nth-of-type(1) {
    font-family: var(--roboto_medium);
    font-size: 24px;
    color: var(--text_color_2);
    position: relative;
    display: inline-block;
    padding-right: 20px;
}

.case_study_detail_first_section .left_side_main_part .project_overview_part p:nth-of-type(1)::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    width: 100%;
    height: 1px;
    background: #ccc;
}

.case_study_detail_first_section .left_side_main_part .project_overview_part p:nth-of-type(2) {
    font-family: var(--roboto_regular);
    font-size: 24px;
    color: var(--text_color_16);
    line-height: 1.3;
} */

.case_study_detail_first_section .left_side_main_part .key_challanges_part p:nth-of-type(1) {
    font-family: var(--roboto_medium);
    font-size: 24px;
    color: var(--text_color_2);
    position: relative;
    display: inline-block;
    padding-right: 20px;
}

.case_study_detail_first_section .left_side_main_part .key_challanges_part p:nth-of-type(1)::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    width: 100%;
    height: 1px;
    background: #ccc;
}

.case_study_detail_first_section .left_side_main_part .key_challanges_part p:nth-of-type(2),
.case_study_detail_first_section .left_side_main_part .key_challanges_part p:nth-of-type(3),
.case_study_detail_first_section .left_side_main_part .key_challanges_part p:nth-of-type(4),
.case_study_detail_first_section .left_side_main_part .key_challanges_part p:nth-of-type(5) {
    font-family: var(--roboto_regular);
    font-size: 24px;
    color: var(--text_color_16);
    line-height: 1.3;
    margin-bottom: 8px;
}

.case_study_detail_first_section .left_side_main_part .our_approach_part p:nth-of-type(1) {
    font-family: var(--roboto_medium);
    font-size: 24px;
    color: var(--text_color_2);
    position: relative;
    display: inline-block;
    padding-right: 20px;
}

.case_study_detail_first_section .left_side_main_part .our_approach_part p:nth-of-type(1)::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    width: 100%;
    height: 1px;
    background: #ccc;
}

.case_study_detail_first_section .left_side_main_part .our_approach_part p:nth-of-type(2),
.case_study_detail_first_section .left_side_main_part .our_approach_part p:nth-of-type(3),
.case_study_detail_first_section .left_side_main_part .our_approach_part p:nth-of-type(4),
.case_study_detail_first_section .left_side_main_part .our_approach_part p:nth-of-type(5),
.case_study_detail_first_section .left_side_main_part .our_approach_part p:nth-of-type(6) {
    font-family: var(--roboto_regular);
    font-size: 24px;
    color: var(--text_color_16);
    line-height: 1.3;
    margin-bottom: 8px;
}


.case_study_detail_first_section .left_side_main_part .result_outcomes_part p:nth-of-type(1) {
    font-family: var(--roboto_medium);
    font-size: 24px;
    color: var(--text_color_2);
    position: relative;
    display: inline-block;
    padding-right: 20px;
}

.case_study_detail_first_section .left_side_main_part .result_outcomes_part p:nth-of-type(1)::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    width: 100%;
    height: 1px;
    background: #ccc;
}

.case_study_detail_first_section .left_side_main_part .result_outcomes_part p:nth-of-type(2),
.case_study_detail_first_section .left_side_main_part .result_outcomes_part p:nth-of-type(3),
.case_study_detail_first_section .left_side_main_part .result_outcomes_part p:nth-of-type(4) {
    font-family: var(--roboto_bold);
    font-size: 32px;
    color: var(--text_color_2);
    line-height: 1.3;
    margin-bottom: 8px;
}

.case_study_detail_first_section .right_side_main_part {
    background-color: var(--bg_color_10);
    padding: 20px 25px;
    border-radius: 12px;
}

.case_study_detail_first_section .right_side_main_part .title_part h3:nth-of-type(1) {
    font-family: var(--roboto_medium);
    font-size: 24px;
    color: var(--text_color_3);
    position: relative;
    display: inline-block;
    padding-right: 20px;
}

.case_study_detail_first_section .right_side_main_part .title_part h3:nth-of-type(1)::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    width: 130px;
    height: 1px;
    background: #ccc;
}


.case_study_detail_first_section .right_side_main_part .card {
    background-color: var(--bg_color_10);
    padding: 18px;
    border-radius: 12px;
    border: 1px solid var(text);
}

.case_study_detail_first_section .right_side_main_part .card p {
    margin-bottom: 0;
    font-family: var(--roboto_regular);
    font-size: 16px;
    color: var(--text_color_3);
    margin-top: 15px;
}

.case_study_detail_first_section .right_side_main_part .button_part button {
    color: var(--text_color_4);
    background: linear-gradient(0deg, #E5912D 0%, #CD832B 100%);
    font-size: 16px;
    font-family: var(--roboto_regular);
    border: none;
    border-radius: 10px;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
}

.case_study_detail_first_section .right_side_main_part .button_part button img {
    margin-left: 10px;
}



.home_third_section .services_info_part .right_side_part .custom_button {
    text-decoration: none;
    color: var(--text_color_4);
}

.home_fourth_section .button_part .custom_button {
    text-decoration: none;
    color: var(--text_color_4);
}

.home_fifth_section .first_right_side_part .custom_button {
    text-decoration: none;
    color: var(--text_color_4);
}

.header_section header {
    position: relative;
    z-index: 100;
}

header .navbar .navbar-toggler {
    background-color: #18272C;
    border: none;
    padding: 10px;
}

header .navbar .navbar-toggler:focus {
    box-shadow: none;
}

header .navbar .navbar-toggler img {
    height: 32px;
    width: 32px;
}

header .navbar .talkto-mobile {
    background-color: #E48719;
    border: none;
    padding: 10px;
    border-radius: 5px;
}

.no-scroll {
    overflow: hidden;
    height: 100vh;
}

header .navbar .mobile-menu {
    position: fixed;
    top: 68px;
    left: 0;
    width: 100vw;
    height: calc(100% - 68px);
    background: var(--text_color_4);
    transform: translateX(-100%);
    transition: transform 0.35s ease;
    z-index: 200;
    padding: 10px 20px 0 20px;
    overflow-y: auto;
    background-image: url(../images/mobile_bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

header .navbar .mobile-menu.active {
    transform: translateX(0);
}

header .navbar .mobile-menu .submenu {
    display: none;
    padding-left: 15px;
    margin-top: 10px;
}

header .navbar .mobile-menu .submenu li {
    margin: 10px 0;
}

header .navbar .mobile-menu .submenu li .desc {
    font-family: var(--roboto_regular);
    font-size: 14px;
    color: var(--text_color_13);
    margin-bottom: 0;
    white-space: normal;
    word-break: break-word;
    margin-left: 15px;
}

header .navbar .mobile-menu .submenu-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .navbar .mobile-menu .submenu-toggle .arrow img {
    height: 20px;
    width: 20px;
}

header .navbar .mobile-menu .submenu .service_icon {
    margin-right: 10px;
}

header .navbar .mobile-menu .arrow {
    font-size: 16px;
    margin-left: 8px;
    transition: transform 0.3s ease;
}

header .navbar .mobile-menu .arrow.rotate {
    transform: rotate(180deg);
}

header .navbar .mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

header .navbar .mobile-menu ul li {
    margin: 20px 0;
}

header .navbar .mobile-menu ul li a {
    text-decoration: none;
    font-size: 18px;
    color: var(--text_color_2);
    font-family: var(--roboto_bold);
}

header .navbar .search-trigger {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

header .navbar .search-trigger img {
    border: 2px solid var(--text_color_7);
    padding: 10px;
    border-radius: 20px;
    background-color: var(--bg_color_4);
}

.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
}

.search-overlay.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.search-overlay form {
    width: 100%;
}

.search-overlay .close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.search-overlay .close-btn:hover {
    transform: rotate(90deg);
}

.search-overlay .search-box {
    display: flex;
    width: 60%;
    max-width: 600px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
    transform: scale(0.95);
    transition: transform 0.3s ease;
}

.search-overlay.active .search-box {
    transform: scale(1);
}

.search-overlay.active .search-box .search_field_part {
    display: flex;
    justify-content: space-between;
}

.search-overlay .search-box input {
    font-family: var(--roboto_regular);
}

.search-overlay .search-box input::placeholder {
    font-family: var(--roboto_regular);
}

.search-overlay .search-box input {
    flex: 1;
    padding: 15px;
    font-size: 18px;
    border: none;
    outline: none;
}

.search-overlay .search-box button {
    background: var(--text_color_10);
    border: none;
    color: var(--text_color_4);
    padding: 15px 20px;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s;
}

.search-overlay .search-box button:hover {
    background: var(--text_color_2);
}

.footer_service ul {
    list-style-type: circle;
    padding-left: 30px;
    margin-bottom: 0px;
    color: var(--text_color_4);
}

.footer_service ul li {
    font-family: var(--inter_regular);
}

.active_underline {
    border-bottom: 1px solid var(--text_color_11) !important;
}

.navbar-nav .nav-item.active_underline .nav-link {
    border-bottom: 1px solid var(--text_color_11) !important;
}

.dropdown-menu .dropdown-item.active_underline {
    border-bottom: 1px solid var(--text_color_11) !important;
}