button,
button:hover {
    cursor: pointer;
}

.header_list_item:hover {
    color: #2357DD;
}

.active .header_list_item:hover {
    color: #2357DD;
}

footer {
    background-color: #000;
    width: 100%;
    border-top: 1px solid #BFBFBF;
}

body {
    font-family: "SF Pro Display", sans-serif;
}

.font_weight_400 {
    font-weight: 400;
}

.blue_text {
    color: #2357DD;
}

.gray_text {
    color: #9A9A9A;
}

.border_left {
    border-left: 1px solid #BFBFBF;
}

.border_right {
    border-right: 1px solid #BFBFBF;
}

.border_bottom {
    border-bottom: 1px solid #BFBFBF;
}



.arrow_button_black {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    background-color: #0E0E0E;
    border-radius: 50%;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: auto;
    background-color: transparent;
    text-align: center;
    /* line-height: 40px; */
}

.header.active {
    background: #fff !important;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);

}


.site_header {
    max-width: 1260px;
    /* height: 88px; */
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /* background-color: #ffffff; */
    /* box-shadow: 0px 1px 0px 0px #f6f6f6; */

}

.site_header_inner_wraper {
    width: 100%;
    padding-top: 9px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 9px;
    position: fixed;
    display: block;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.img_logo,
.img_logo2,
.footer_logo {
    max-width: 150px;
    max-height: 70px;
}

.site_header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 7px;
}

.site_header_menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    width: 18.75em;
    padding-inline-start: 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.48px;
    text-decoration: none;
}

.active .header_list_item {
    color: #0E0E0E;
}

.img_logo2,
.img_logo_mobile2 {
    display: none;
}

.active .img_logo2,
.active .img_logo_mobile2 {
    display: block;
}

.active .img_logo,
.active .img_logo_mobile {
    display: none;
}



.header_list_item {
    color: #0E0E0E;
    text-decoration: none;
}

.header_button {
    background-color: #2357DD;
    color: #FDFDFD;
    width: 9.63em;
    height: 2.56em;
    border-radius: 40px;
    border: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.48px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.header_button:hover {
    background-color: #003BD3;
}

.first_heading_container {
    max-width: 80.00em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 67px;

}

.first_heading {
    font-size: 60px;
    font-weight: 500;
    color: #000;
    line-height: 66px;
    text-align: center;
    margin-top: 100px;
}

.services_button_container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    width: 295px;
    height: 41px;
    padding: 0px;
    border: none;
    background-color: transparent;
}

.services_button {
    width: 255px;
    height: 41px;
    background-color: #0E0E0E;
    color: #FDFDFD;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.48px;
    border: 0px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}







/* Slider_New */


.reletive {
    position: relative;
    width: 200px;
    height: 200px;
}

.img_slide_1_1 {
    width: 635px;
    height: 635px;
    position: absolute;
    top: 50px;
    left: -200px;
}

.img_slide_2_1 {
    width: 635px;
    height: 635px;
    position: absolute;
    top: -400px;
    left: -170px;
}

.swiper {
    justify-content: center;
}

.slider_wapper_inner {
    width: 1280px;
    height: 100%;
}

.slide_1_background {
    background-position: 0% 0% !important;
    background-size: contain !important;
    background-image: url(/media/slide_1_1.png) !important;
    background-repeat: no-repeat !important;
}

.slide_2_background {
    background-position: 0% 20% !important;
    background-size: contain !important;
    background-image: url(/media/slide_2_1.png) !important;
    background-repeat: no-repeat !important;
}

.slider_slide_1 {
    display: flex;
    text-align: left;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.slider_slide_2 {
    display: flex;
    text-align: left;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.slider_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.slider_container_heading {
    display: flex;
    margin-right: 2.50em;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.48px;
    color: #FDFDFD;
    align-items: center;
    padding-top: 40px;
    margin-left: 40px;
    margin-bottom: 80px;
}

.slider_right {
    display: flex;
    flex-direction: column;
}

.slider_numbers {
    align-items: end;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.48px;
    color: #FDFDFD;
    align-self: flex-end;
    margin-top: 50px;
    margin-right: 40px;
    margin-bottom: 60px;
}

.slider_container {
    max-width: 560px;
    margin-right: 176px;
}

.slide_heading {
    display: flex;
    font-size: 60px;
    font-weight: 300;
    line-height: 66px;
    letter-spacing: -3%;
    color: #FDFDFD;
    align-items: center;
    margin-bottom: 24px;
}

.search_img {
    width: 31px;
    height: 31px;
    margin-right: 20px;
}

.slider_text {
    font-size: 22px;
    font-weight: 300;
    line-height: 28.6px;
    color: #E4E4E4;
    max-width: 557px;
    margin-bottom: 60px;
}

.display_flex {
    display: flex;
}

.slide_bottom {
    display: flex;
    max-width: 557px;
    justify-content: space-between;
}

.slide_bottom_text {
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    color: #E4E4E4;
    margin-left: 6px;
}

.slider_button_container {
    display: flex;
    text-decoration: none;
}

.slider_button {
    width: 119px;
    height: 40px;
    background-color: #FDFDFD;
    color: #0E0E0E;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.48px;
    border: 0px;
    border-radius: 40px;
}

.arrow_button_wight {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    max-height: 40px;
    background-color: #FDFDFD;
    border-radius: 50%;
}

.swiper-pagination_custom {
    bottom: 110px !important;
    left: 200px !important;
}

.swiper-pagination-bullet {
    background-color: #ffffff !important;
    width: 16px !important;
    height: 16px !important;
}

.swiper-pagination-bullet-active {
    background-color: #FDFDFD !important;
    width: 16px !important;
    height: 16px !important;
}





/* /Slider_New */



/* Почтаок банера */



.bunner_1 {
    margin-top: 65px;
    /* max-width: 1280px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    height: 381px;

}

.img1 {
    background: url(/media/Rectangle_28.png) no-repeat;
    background-attachment: local, scroll;
    display: flex;
    align-items: flex-end;
    justify-content: right;
    background-size: cover;
    background-position: 50% 30%;
    /* max-height: 684px; */
}

.inner_img {
    display: flex;
    align-items: center;
    padding-right: 40px;
    margin-bottom: 43px;
    /* height: 684px; */
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-end;
}

.bunner_text {
    font-size: 36px;
    font-weight: 300;
    line-height: 43.2px;
    color: #FDFDFD;
}

.img_arrow_down {
    width: 36px;
    height: 36px;
    padding-right: 34;
    padding-bottom: 43;
}

/* x */

.who_we_are {
    display: flex;
    flex-direction: column;
    max-width: 80.00em;
    /* height: 19.00em; */
    margin-right: auto;
    margin-left: auto;
    margin-top: 51px;
}

.container_heading {
    display: flex;
    justify-content: right;
    margin-right: 2.50em;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.48px;
    color: #2357DD;
    align-items: center;
    margin-bottom: 20px;
}

.star_left {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.star_right {
    width: 18px;
    height: 18px;
    margin-left: 10px;
}

.who_we_are_container {
    max-width: 907px;
    margin-left: 40px;
    font-size: 36px;
    font-weight: 300;
    line-height: 43.2px;
    margin-bottom: 70px;
}

.why_us {
    display: flex;
    flex-direction: column;
    max-width: 80.00em;
    /* height: 684px; */
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
}

.why_us_container {
    max-width: 907px;
    margin-left: 40px;
    font-size: 36px;
    font-weight: 300;
    line-height: 43.2px;
}

.why_us_container_text {
    margin: 0px;
    max-width: 613px;
}

.why_us_columns {
    display: flex;
    width: 42.50em;
    height: 497px;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-end;
    justify-content: space-between;
}

.why_us_column {
    display: flex;
    width: 187px;
    flex-direction: column;
}

.why_us_column_heading {
    font-size: 60px;
    font-weight: 300;
    line-height: 66px;
    letter-spacing: -3%;
    margin-top: 0px;
    margin-bottom: 10px;
}

.why_us_column_title {
    font-size: 20px;
    font-weight: 500;
    line-height: 23.87px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.why_us_column_text {
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.graph_1 {
    background-color: #003BD3;
    width: 187px;
    height: 139px;
}

.graph_2 {
    background-color: #003BD3;
    width: 187px;
    height: 182px;
}

.graph_3 {
    background-color: #003BD3;
    width: 187px;
    height: 224px;
}

.testimonials {
    display: flex;
    flex-direction: column;
    max-width: 80.00em;
    height: 42.75em;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
}

.testimonials_container {
    max-width: 704px;
    margin-left: 40px;
    font-size: 36px;
    font-weight: 300;
    line-height: 43.2px;
}

.testimonials_container_text {
    margin: 0px;
}

.testimonials_columns {
    display: flex;
    max-width: 71.19em;
    height: 497px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    margin-top: 101px;
}

.testimonials_column {
    max-width: 378px;

}

.testimonials_column_head {
    display: flex;
    align-items: center;
}

.umi_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 66px;
    height: 66px;
    margin-right: 13px;
    background-color: #0E0E0E;
    border-radius: 50%;
}

.testimonials_column_head_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.testimonials_column_text {
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    padding-right: 40px;
    padding-left: 78px;
    padding-bottom: 20px;
}

.bunner_2 {
    max-width: 80.00em;
    margin-left: auto;
    margin-right: auto;

    position: relative;
}

.why_us {
    margin-bottom: 4.06em;
}

.bunner_img_1 {
    width: 100%;
}

.bunner_img_2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.bunner_img_1_new {
    background-image: url(/media/pic.png);
    background-size: cover;
    background-position: 50% 90%;
    height: 535px;
}

.bunner_img_2_new {
    background-image: url(/media/Subtract1.png);
    height: 535px;
    background-size: cover;
    background-position: 50% 50%;
}

/* FAQs */

.faqs_container {
    position: relative;
    margin-top: 40px;
}

input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

input[type=checkbox]:checked~.faqs_new~.faqs_flip {
    max-height: 200px;
}

input[type=checkbox]:checked~.faqs_new>.faqs_button {
    transform: rotate(0deg);
    transition: all .5s ease-out;
}

label {
    position: relative;
    display: block;
    cursor: pointer;
}

.faqs_button {
    min-width: 40px;
    max-height: 40px;
    border: 0px solid;
    border-radius: 50%;
    margin-top: 32px;
    background-color: #0E0E0E;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    transition: all .5s ease-out;
    transform: rotate(-45deg);
}


.faqs_flip {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faqs_text {
    max-width: 546px;
    padding-left: 60px;
}

.faqs {
    max-width: 80.00em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.06em;
    background-image: url(/media/Frame_1000002311_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 90% 0%;
}

.faqs_box {
    position: relative;
}

.faqs_container {
    display: flex;
    max-width: 709px;
    margin-left: 133px;
    flex-direction: column;
}

.faqs_new {
    display: flex;
    /* align-items: center; */
}

.faqs_number {
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    color: #9A9A9A;
    margin-top: 35px;
    margin-right: 35px;
}

.faqs_title {
    font-size: 36px;
    font-weight: 400;
    line-height: 43.2px;
    color: #0E0E0E;
    margin: 0;
}

.faqs_text {
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    margin-top: 23px;
}

.hr {
    margin-top: 30px;
}

.div_hr {
    background-color: #9A9A9A;
    width: 2px;
}

/* x */
.reach_out_wapper {
    background-color: #0E0E0E;
}

.reach_out {
    max-width: 80.00em;
    height: 486px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.06em;
    background-image: url(/media/Contact_form.png);
    background-repeat: no-repeat;
    display: flex;
    background-position: 65% 0%;
    background-size: cover;
}

.reach_out_container {
    max-width: 656px;
    margin-top: 67px;
    margin-left: 40px;
}

.reach_out_heading {
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    color: #BFBFBF;

}

.reach_out_title {
    font-size: 60px;
    font-weight: 300;
    line-height: 66px;
    color: #FDFDFD;
    letter-spacing: -3%;
    margin-top: 5px;
}

.reach_out_text {
    font-size: 20px;
    font-weight: 300;
    line-height: 23.87px;
    color: #FDFDFD;
    margin-top: 36px;
    max-width: 371px;
}

.reach_out_contact {
    font-size: 20px;
    font-weight: 300;
    line-height: 23.87px;
    color: #BFBFBF;
    margin-top: 57px;
    margin-bottom: 10px;
}

.reach_out_email {
    color: #FDFDFD;
    /* text-decoration: none; */
}

.reach_out_email:hover {
    color: #2357DD;
}

.reach_out_form {
    margin-top: 67px;
    display: flex;
    max-width: 495px;
    min-height: 331px;
    flex-direction: column;
    justify-content: space-around;
    color: #BFBFBF;
}

.grey_line {
    width: 30.94em;
}


.form_button_container {
    display: flex;

}

.form_button {
    width: 224px;
    height: 40px;
    background-color: #FDFDFD;
    color: #0E0E0E;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.48px;
    border: 0px;
    border-radius: 40px;
}

.arrow_button_form {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    max-height: 40px;
    background-color: #FDFDFD;
    border-radius: 50%;
}

.site_footer {
    max-width: 80.00em;
    height: 112px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
    /* border-top: 1px solid #BFBFBF; */
    color: #BFBFBF;
}

.footer_title {
    font-size: 32px;
    font-weight: 400;
    line-height: 38.19px;
    color: #FDFDFD;
    margin-left: 40px;
    text-decoration: none;
}

.footer_social_container {
    width: 104px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_copyright_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_text {
    margin-left: 5px;
    margin-right: 40px;
}


/* Анимация кнопки */

.services_button_container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    width: 295px;
    height: 41px;
    padding: 0px;
    border: none;
    background-color: transparent;
}

.arrow_button_black,
.services_button {
    background: linear-gradient(to right, #003BD3 50%, #0E0E0E 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .3s ease-out;
}

.services_button {
    width: 255px;
    height: 41px;
    /* background-color: #0E0E0E;  */
    color: #FDFDFD;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.48px;
    border: 0px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* new */
    transition-delay: 300ms;
}

.arrow_button_black {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    /* background-color: #0E0E0E;  */
    border-radius: 50%;
    color: white;
}

body:has(.services_button_container:hover) .services_button {
    background-position: left bottom;
    transition-delay: 0s;
}

body:has(.services_button_container:hover) .arrow_button_black {
    background-position: left bottom;
    transition-delay: 300ms;
    /* переворот иконки */
    /* transform: rotate(-45deg); */
}

body:has(.services_button_container:hover) .arrow_button_black>img {
    /* переворот иконки */
    transform: rotate(-45deg);
    transition: all .5s ease-out;
}

.arrow_button_black>img {
    transition: all .5s ease-out;
}

.desctop_display_none {
    display: none;
}

/* х */


/* Анимация кнопки слайдера 1*/

.services_button_container_3 {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 25px; */
    width: 191px;
    height: 41px;
    padding: 0px;
    border: none;
    background-color: transparent;


}

.arrow_button_black_3,
.services_button_3 {
    background: linear-gradient(to right, #E3E3E3 50%, #fff 50%);
    /* background-color: #FDFDFD; */
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .3s ease-out;
    border: 1px solid #fff;
}

.services_button_3 {
    width: 255px;
    height: 41px;
    /* background-color: #0E0E0E;  */
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.48px;
    border: 0px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* new */
    transition-delay: 300ms;
    border: 1px solid #fff;

}

.arrow_button_black_3 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    /* background-color: #0E0E0E;  */
    border-radius: 50%;
    color: #000;

}

body:has(.services_button_container_3:hover) .services_button_3 {
    background-position: left bottom;
    transition-delay: 0s;
    color: #000;
}

body:has(.services_button_container_3:hover) .arrow_button_black_3 {
    background-position: left bottom;
    transition-delay: 300ms;
    /* переворот иконки */
    /* transform: rotate(-45deg); */

}

body:has(.services_button_container_3:hover) .arrow_button_black_3>img {
    /* переворот иконки */
    transform: rotate(-45deg);
    transition: all .5s ease-out;
}

.arrow_button_black_3>img {
    transition: all .5s ease-out;
}

.desctop_display_none {
    display: none;
}

/* х */

/* Анимация кнопки слайдера 2*/

.services_button_container_4 {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 25px; */
    width: 191px;
    height: 41px;
    padding: 0px;
    border: none;
    background-color: transparent;


}

.arrow_button_black_4,
.services_button_4 {
    background: linear-gradient(to right, #003BD3 50%, #000 50%);
    background-color: #000;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .3s ease-out;
    border: 1px solid #fff;
}

.services_button_4 {
    width: 255px;
    height: 41px;
    /* background-color: #0E0E0E;  */
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.48px;
    border: 0px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* new */
    transition-delay: 300ms;
    border: 1px solid #fff;

}

.arrow_button_black_4 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    /* background-color: #0E0E0E;  */
    border-radius: 50%;
    color: #fff;

}

body:has(.services_button_container_4:hover) .services_button_4 {
    background-position: left bottom;
    transition-delay: 0s;
    color: #fff;
}

body:has(.services_button_container_4:hover) .arrow_button_black_4 {
    background-position: left bottom;
    transition-delay: 300ms;
    /* переворот иконки */
    /* transform: rotate(-45deg); */

}

body:has(.services_button_container_4:hover) .arrow_button_black_4>img {
    /* переворот иконки */
    transform: rotate(-45deg);
    transition: all .5s ease-out;
}

.arrow_button_black_4>img {
    transition: all .5s ease-out;
}

.desctop_display_none {
    display: none;
}

/* х */




@media screen and (max-width: 1050px) {
    .bunner_2 {
        display: block;
    }

    .reach_out {
        max-width: 80.00em;
        height: 486px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 4.06em;
        background-image: url(/media/Contact_form2.png);
        background-repeat: no-repeat;
        display: flex;
        background-position: 65% 0%;
        background-size: cover;
    }

    .mobile_slider {
        display: block;
    }

    /* slide_1 */
    .slide_container {
        height: 628px;
        background-color: #003BD3;
        background-image: url(/media/bacground_img_slide_1_mobile.png);
        background-repeat: no-repeat;
        background-position: 20% 150%;
    }

    .slide_header {
        display: flex;
        justify-content: space-between;
        padding-top: 24px;
        color: #FDFDFD;
        margin-right: 10px;
    }

    .slide_header_heading {
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 300;
        line-height: 20.8px;
        margin-left: 10px;
    }

    .slider_star {
        margin-right: 10px;
    }

    .slider_box {
        margin-left: 40px;
        margin-right: 40px;
        margin-top: 40px;
    }

    .slider_box_heading {
        display: flex;
        align-items: center;
        font-weight: 300;
        font-size: 24px;
        line-height: 28.64px;
        color: #FDFDFD;
    }

    .slider_box_img {
        margin-right: 15px;
    }

    .slider_box_text {
        line-height: 20.8px;
        font-size: 16px;
        font-weight: 300;
        color: #FDFDFD;
        margin-top: 20px;
    }

    .slider_box_footer {
        display: flex;
        margin-top: 36px;
    }

    .slider_box_footer_text {
        margin-left: 3px;
    }

    .slider_box_footer_text_1 {
        font-size: 14px;
        font-weight: 300;
        line-height: 18.2px;
        color: #FDFDFD;
    }

    .slider_box_footer_text_2 {
        font-size: 14px;
        font-weight: 300;
        line-height: 18.2px;
        color: #99B6FF;
    }

    /* x */
    /* slide_2 */
    .slide_container_2 {
        height: 628px;
        background-color: #0E0E0E;
        background-image: url(/media/bacground_img_slide_2_mobile.png);
        background-repeat: no-repeat;
        background-position: 90% 200%;
    }

    .slide_header_2 {
        display: flex;
        justify-content: space-between;
        padding-top: 24px;
        color: #FDFDFD;
        margin-right: 10px;
    }

    .slide_header_heading_2 {
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 300;
        line-height: 20.8px;
        margin-left: 10px;
    }

    .slider_star_2 {
        margin-right: 10px;
    }

    .slider_box_2 {
        margin-left: 40px;
        margin-right: 40px;
        margin-top: 40px;
    }

    .slider_box_heading_2 {
        display: flex;
        align-items: center;
        font-weight: 300;
        font-size: 24px;
        line-height: 28.64px;
        color: #FDFDFD;
    }

    .slider_box_img_2 {
        margin-right: 15px;
    }

    .slider_box_text_2 {
        line-height: 20.8px;
        font-size: 16px;
        font-weight: 300;
        color: #FDFDFD;
        margin-top: 20px;
    }

    .slider_box_footer_2 {
        display: flex;
        margin-top: 36px;
    }

    .slider_box_footer_text_2 {
        margin-left: 3px;
    }

    .slider_box_footer_text_1_2 {
        font-size: 14px;
        font-weight: 300;
        line-height: 18.2px;
        color: #FDFDFD;
    }

    .slider_box_footer_text_2_2 {
        font-size: 14px;
        font-weight: 300;
        line-height: 18.2px;
        color: #BFBFBF;
    }

    /* x */

    /* button 1 */
    .slider_button_container {
        display: flex;
        /* margin-left: 40px; */
        margin-right: auto;
        margin-top: 25px;
        width: 240px;
        height: 41px;
        padding: 0px;
        border: none;
        background-color: transparent;
        /* padding-bottom: 200px; */
        text-decoration: none;
    }

    .arrow_button_slider,
    .slider_button {
        background: linear-gradient(to right, #003BD3 50%, #FDFDFD 50%);
        background-size: 200% 100%;
        background-position: right bottom;
    }

    .slider_button {
        width: 255px;
        height: 41px;
        color: #0E0E0E;
        font-size: 18px;
        font-weight: 400;
        line-height: 21.48px;
        border: 0px;
        border-radius: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .arrow_button_slider {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 40px;
        min-height: 40px;
        border-radius: 50%;
        color: white;
    }

    /* x */

    /* button 2 */
    .slider_button_container_2 {
        display: flex;
        /* margin-left: 40px; */
        margin-right: auto;
        margin-top: 25px;
        width: 240px;
        height: 41px;
        padding: 0px;
        border: none;
        background-color: transparent;
        /* padding-bottom: 200px; */
        text-decoration: none;
    }

    .arrow_button_slider_2,
    .slider_button_2 {
        background: linear-gradient(to right, #003BD3 50%, #0E0E0E 50%);
        background-size: 200% 100%;
        background-position: right bottom;
        outline: 1px solid #BFBFBF;
    }

    .slider_button_2 {
        width: 255px;
        height: 41px;
        color: #BFBFBF;
        font-size: 18px;
        font-weight: 400;
        line-height: 21.48px;
        /* border: 0px; */
        border-radius: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .arrow_button_slider_2 {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 40px;
        min-height: 40px;
        border-radius: 50%;
        color: white;
    }

    .splide__pagination {
        bottom: 8em;
    }

    .mobile_display_none {
        display: none;
    }

    .splide__arrow svg,
    .splide__arrow--prev,
    .splide__arrow--next {
        display: none !important;
    }

    /* x */

}


@media screen and (max-width: 980px) {

    input[type=checkbox] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    input[type=checkbox]:checked~.faqs_new~.faqs_flip {
        max-height: 200px;
    }

    input[type=checkbox]:checked~.faqs_new>.faqs_button {
        transform: rotate(0deg);
        transition: all .5s ease-out;
    }

    label {
        position: relative;
        display: block;
        cursor: pointer;
    }

    .faqs {
        max-width: 80.00em;
        margin-left: auto;
        margin-right: auto;
        margin-top: 4.06em;
        background-image: none;
        background-repeat: no-repeat;
    }

    .faqs_container {
        position: relative;
        margin-top: 40px;
    }

    .faqs_button {
        width: 24px;
        min-height: 40px;
        border: 0px solid;
        border-radius: 50%;
        margin-top: 0px;
        background-color: #0E0E0E;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 20px;
        transition: all .5s ease-out;
        transform: rotate(-45deg);
        justify-self: flex-end !important;
    }

    .faqs_flip {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }

    .faqs_box {
        position: relative;
    }

    .faqs_container {
        display: flex;
        max-width: 709px;
        margin-left: 10px;
        margin-right: 10px;
        flex-direction: column;
    }

    .faqs_new {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 40px;
    }

    .faqs_number {
        font-size: 16px;
        font-weight: 300;
        line-height: 20.8px;
        color: #9A9A9A;
        margin-top: 5px;
        margin-right: 10px;
        align-self: flex-start;
    }

    .faqs_title {
        font-size: 22px;
        font-weight: 300;
        line-height: 26.4px;
        color: #0E0E0E;
        margin: 0;
    }

    .faqs_text {
        font-size: 14px;
        font-weight: 300;
        line-height: 18.2px;
        margin-top: 23px;
        max-width: 70%;
        padding-left: 30px;
    }

    .hr {
        margin-top: 30px;
    }

    .div_hr {
        background-color: #9A9A9A;
        width: 2px;
    }

    .faqs_img_mobile {
        display: flex;
        justify-content: center;
        margin-top: 40px;
        margin-bottom: -60px;
    }

    .faqs_img_mobile_inner {
        width: 320px;
        height: 320px;
    }

    .container_heading,
    .container_heading_mobile {
        margin-right: 10px;
    }
}



@media screen and (max-width: 800px) {
    .why_us_mobile_display_none {
        display: none;
    }

    .container_heading_mobile {
        display: flex;
        justify-content: right;
        margin-right: 10px;
        font-size: 18px;
        font-weight: 400;
        line-height: 21.48px;
        color: #2357DD;
        align-items: center;
        margin-bottom: 20px;
    }

    .star_right_mobile {
        width: 18px;
        height: 18px;
        margin-left: 10px;
    }

    .why_us_mobile {
        display: flex;
        flex-direction: column;
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 50px;
    }

    .why_us_container_mobile {
        max-width: 907px;
        margin-left: 10px;
        font-size: 28px;
        font-weight: 300;
        line-height: 43.2px;
    }

    .font_weight_500_mobile {
        font-weight: 500;
    }

    .why_us_container_text_mobile {
        margin: 0px;
        margin-bottom: 40px;
    }

    .why_us_columns_mobile {
        display: flex;
        /* height: 497px; */
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-between;
    }

    .why_us_column_mobile {
        display: flex;
        width: 187px;
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .why_us_column_heading_mobile {
        font-size: 60px;
        font-weight: 300;
        line-height: 66px;
        letter-spacing: -3%;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .why_us_column_title_mobile {
        font-size: 20px;
        font-weight: 500;
        line-height: 23.87px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .why_us_column_text_mobile {
        font-size: 16px;
        font-weight: 300;
        line-height: 20.8px;
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .graph_1_mobile {
        background-color: #003BD3;
        width: 187px;
        height: 139px;
    }

    .graph_2_mobile {
        background-color: #003BD3;
        width: 187px;
        height: 182px;
    }

    .graph_3_mobile {
        background-color: #003BD3;
        width: 187px;
        height: 224px;
    }
}

@media screen and (max-width: 790px) {


    .mobile_header_display_none {
        display: none;
    }

    .mobile_header_box {
        display: block;
        position: fixed;
        width: 100%;
        z-index: 2;
        background-color: #fff;

    }

    .header_button {
        margin-right: 0px;
    }

    .mobile_header {
        display: flex;
        justify-content: space-between;
        margin-left: 10px;
        margin-right: 20px;
        margin-top: 20px;
        padding-bottom: 7px;
    }

    .img_logo_mobile {
        max-width: 75px;
        max-height: 40px;
    }

    .mobile_menu_button {
        border: 0px;
        background: transparent;
        margin-right: 10px;
    }

    .mobile_menu {
        display: none;
        flex-direction: column;
        justify-content: space-around;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        height: 232px;
        background-color: #fff;
    }

    .mobile_header_list_item {
        color: #0E0E0E;
        text-decoration: none;
        list-style: none;
        padding-inline-start: 0px;
        font-size: 18px;
        font-weight: 500;
        line-height: 21.48px;
        color: #0E0E0E;
        text-decoration: none;
    }

    .who_we_are {
        margin-top: 20px;
    }

    .who_we_are_container {
        max-width: 907px;
        margin-left: 10px;
        font-size: 20px;
        font-weight: 300;
        line-height: 26px;
        margin-bottom: 70px;
    }

    .mobile_display_none {
        display: none;
    }
}

@media screen and (max-width: 770px) {
    .inner_img {
        display: flex;
        align-items: center;
        margin-right: 10px;
        margin-bottom: 11px;
        padding: 0;
        /* height: 684px; */
    }

    .bunner_text {
        font-size: 18px;
        font-weight: 300;
        line-height: 21.6px;
        color: #FDFDFD;
    }

    .img_arrow_down {
        width: 24px;
        height: 24px;
        padding-right: 34;
        padding-bottom: 43;
    }

    .first_heading {
        margin-top: 28px;
    }

    .arrow_button_black {
        min-width: 35px;
        min-height: 35px;
    }

    .first_heading_container {
        max-width: 80.00em;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 67px;
    }

    .first_heading {
        font-size: 28px;
        font-weight: 500;
        color: #000;
        line-height: 33.6px;
        text-align: center;
    }

    .services_button_container {
        display: flex;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
        width: 295px;
        height: 41px;
        padding: 0px;
        border: none;
        background-color: transparent;
    }

    .services_button {
        width: 170px;
        height: 35px;
        background-color: #0E0E0E;
        color: #FDFDFD;
        font-size: 18px;
        font-weight: 400;
        line-height: 21.48px;
        border: 0px;
        border-radius: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bunner_1 {
        margin-top: 40px;
        /* max-width: 1280px; */
        /* margin-left: auto; */
        /* margin-right: auto; */
        height: 381px;
    }
}

@media screen and (max-width: 650px) {
    .reach_out {
        max-width: 80.00em;
        /* height: 486px; */
        margin-left: auto;
        margin-right: auto;
        margin-top: 4.06em;
        background-image: url(/media/Contact_form2.png);
        background-repeat: no-repeat;
        display: flex;
        background-position: 65% 0%;
        flex-direction: column;
    }

    .reach_out_container {
        max-width: 656px;
        margin-top: 67px;
        margin-left: 10px;
    }

    .reach_out_heading {
        font-size: 16px;
        font-weight: 300;
        line-height: 20.8px;
        color: #BFBFBF;
    }

    .reach_out_title {
        font-size: 32px;
        font-weight: 300;
        line-height: 38.4px;
        color: #FDFDFD;
        letter-spacing: -3%;
        margin-top: 5px;
    }

    .reach_out_text {
        font-size: 16px;
        font-weight: 300;
        line-height: 20.8px;
        color: #FDFDFD;
        margin-top: 36px;
        max-width: 371px;
    }

    .reach_out_contact {
        font-size: 16px;
        font-weight: 300;
        line-height: 20.8px;
        color: #BFBFBF;
        margin-top: 57px;
        margin-bottom: 10px;
    }

    .reach_out_email {
        color: #FDFDFD;
        /* text-decoration: none; */
    }

    .reach_out_form {
        margin-top: 67px;
        display: flex;
        max-width: 495px;
        min-height: 331px;
        flex-direction: column;
        justify-content: space-around;
        color: #BFBFBF;
    }

    .grey_line {
        width: 30.94em;
    }


    .form_button_container {
        display: flex;

    }

    .form_button {
        width: 224px;
        height: 40px;
        background-color: #FDFDFD;
        color: #0E0E0E;
        font-size: 18px;
        font-weight: 400;
        line-height: 21.48px;
        border: 0px;
        border-radius: 40px;
    }

    .arrow_button_form {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 40px;
        max-height: 40px;
        background-color: #FDFDFD;
        border-radius: 50%;
    }

    .reach_out_button_container {
        display: flex;
    }

    .reach_out_button {
        width: 205px;
        height: 40px;
        background-color: #FDFDFD;
        color: #0E0E0E;
        font-size: 18px;
        font-weight: 400;
        line-height: 21.48px;
        border: 0px;
        border-radius: 40px;
    }

    .reach_out_button_wrapper {
        display: block;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
    }

    .inner_img {
        display: flex;
        align-items: center;
        margin-right: 10px;
        margin-bottom: 11px;
        /* height: 684px; */
    }
}




@media screen and (max-width: 600px) {
    .site_footer {
        max-width: 600px;
    }

    .footer_title {
        margin-left: 10px;
        text-wrap: none;
    }

    .footer_social_container {
        margin-right: 10px;
    }

    .footer_copyright_container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 10px;
    }

    .footer_text {
        margin-left: 5px;
        margin-right: 40px;
    }

    .footer_mobile_display_none {
        display: none;
    }

    .footer_logo {
        /* width: 75px; */
        height: 40px;
    }






}

@media screen and (max-width: 500px) {
    .reach_out_title {
        max-width: 301px;
    }


}