* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-family: "Lato", sans-serif;
}

body {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
}

.carousel-nav button {
    opacity: 0;
    visibility: hidden;
}

.banner_content {
    position: absolute;
    left: 108px;
}

.main_slider_area {
    width: 100vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.main_slider_area .carousel {
    width: 100vw;
    height: 100vh;
    gap: 0;
    /* overflow-x: auto; */
    scroll-snap-type: x mandatory;
    /* display: flex; */
    -webkit-overflow-scrolling: touch;
}

.carousel-slide {
    position: relative;
    flex: 0 0 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    scroll-snap-align: center;
}

.carousel-slide-abs {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    perspective: 750px;
    overflow: hidden !important;
}

.carousel-slide img {
    position: absolute;
    width: 100vw;
    height: 100%;
    object-fit: cover;
}

.carousel-slide h2 {
    position: relative;
    margin: 0;
    font-size: 50px;
    width: 69%;
}

.carousel-slide h5 {
    position: relative;
    margin: 0 0 28px;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #f1ec8b;
}

.carousel-nav {
    display: none;
    /* displayed in the JS */
    position: absolute;
    width: 100%;
}

.carousel-nav button {
    cursor: pointer;
    border: none;
    font-size: 3rem;
    position: absolute;
    aspect-ratio: 1.5;
    width: 7vw;
    max-width: 75px;
    min-width: 27px;
    height: auto;
    max-height: 3.7vh;
    background-color: transparent;
    background-size: cover;
    overflow: visible;
    background-image: url("data:image/svg+xml,%3Csvg stroke='%23fff' fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 1 22 15'%3E%3Cpath d='M2,11 11,2 20,11'/%3E%3C/svg%3E");
}

.prev {
    transform: translateY(-50%) rotate(-90deg);
}

.next {
    transform: translateY(-50%) rotate(90deg);
    right: 0;
}

.carousel-nav div {
    position: absolute;
    top: 39vh;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    opacity: 1;
    letter-spacing: 0.25rem;
    font-size: clamp(22px, 3.9vw, 32px);
}

/* Simplify the scroll bar appearance */

::-webkit-scrollbar {
    height: 13px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    border-top: 6px solid #000;
    background: #555;
    width: 50%;
}

::-webkit-scrollbar-thumb:hover {
    background: #bbb;
}

.btn_icon svg {
    width: 15px;
    color: #000;
}

.main_header_area {
    position: absolute;
    z-index: 9999;
    padding: 19px 100px;
    width: 100%;
}

.main_header_area_inn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.header_menu ul li {
    list-style: none;
}

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

.header_logo img {
    width: 134px;
}

.header_menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    padding: 0 24px;
}

.header_button a {
    text-decoration: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.btn_txt {
    background: #F1EC8B;
    color: #000;
    padding: 0 18px;
    border-radius: 50px;
    font-size: 15px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_icon {
    background: #f1ec8b;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.banner_content a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    font-size: 15px !important;
}

.banner_up_expr {
    position: absolute;
    right: 100px;
    background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    width: 238px;
    -webkit-backdrop-filter: blur(21px);
    backdrop-filter: blur(21px);
    padding: 22px 29px 25px;
    /*  background-color: #043138;*/
    clip-path: polygon(0 0, calc(100% - 77px) 0, 100% 77px, 100% 100%, 0 100%);
    border-radius: 20px;
}

.banner_up_expr h2 {
    font-size: 64px;
    color: #fff;
    font-weight: 600;
}

.banner_up_expr h4 {
    font-size: 18px;
    color: #fff;
    margin: 0 0 25px;
    font-weight: 400;
}

.banner_up_expr ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 14px;
}

.banner_up_expr ul li {
    list-style: none;
    margin-left: -14px;
}

.banner_up_expr ul li img {
    width: 44px;
}

.banner_up_expr p {
    color: #fff;
    font-size: 16px;
    padding: 15px 0 0;
}

/* ============ Rotating Tax css Start =============== */

.wrapperRollingText {
    white-space: nowrap;
    font-family: 'Playfair Display', sans-serif;
    margin-top: 0;
    background: #f1ec8b;
    padding: 13px 0;
    position: relative;
    z-index: 999;
}

.rollingText {
    font-size: 1.6vw;
    display: inline-block;
}

.rollingText h2 span img {
    width: 33px;
    position: relative;
    top: 5px;
    margin: 0 20px;
}

/* =============== About us section css start ================ */

.aboutus_section_area {
    padding: 80px 100px;
}

.aboutus_section_top h4 {
    font-size: 33px;
    width: 80%;
    margin: 0 auto;
    color: #464646;
    line-height: 43px;
    font-weight: 500;
}

.aboutus_section_top h4 span {
    font-size: 21px;
    padding: 0 42px;
    position: relative;
    bottom: 2px;
    color: #000;
}

.aboutus_section_top a {
    display: flex;
    padding: 26px 140px 0;
    text-decoration: none;
}

.aboutus_section_top a .btn_txt {
    width: 160px;
}

.aboutus_section_top {
    position: relative;
}

.rott_str {
    position: absolute;
    left: 34%;
}

.aboutus_section_bottom {
    display: flex;
    justify-content: space-between;
    margin: 177px 0 0;
}

.about_lft_img {
    width: 48%;
    border-radius: 40px;
    overflow: hidden;
}

.about_rit_cont {
    width: 45%;
}

.about_lft_img img {
    width: 100%;
    height: 624px;
    object-fit: cover;
}

.about_rit_cont_top p {
    font-size: 21px;
    line-height: 28px;
    padding: 0 0 18px;
}

.about_rit_cont_top {
    margin: -100px 0 0;
}

.about_rit_cont_top_option_single h2 {
    font-size: 55px;
    text-align: center;
    color: #2F2C2C;
}

.about_rit_cont_top_option_single h2 span {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #868686;
}

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

.about_rit_cont_top_option_single {
    padding: 0 24px;
}

.about_rit_cont_bottom {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    top: 19%;
    left: -51%;
    width: 151%;
}

.about_rit_cont {
    position: relative;
}

.atchive_area {
    background: #fff;
    padding: 35px;
    width: 137%;
    border-radius: 40px;
}

.atchive_area h3 {
    font-size: 17px;
    margin: 0 0 12px;
}

.atchive_area h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #787878;
    padding: 7px 0 20px;
}

.atchive_area ul li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 0;
    border-top: 1px solid #e1e1e1;
}

.ceo_cout {
    background: #F1EC8B;
    padding: 30px;
    border-radius: 30px;
    width: 60%;
    margin: 0 0 0 30px;
}

.ceo_cout h5 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 45px;
}

.ceo_area img {
    width: 72px;
}

.ceo_area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 57px 0;
}

.ceo_area h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 0 12px;
}

.ceo_area h3 span {
    font-size: 15px;
    font-weight: 400;
}

.cal_us {
    background: #CFCA6C;
    text-align: center;
    padding: 14px 0;
    border-radius: 50px;
    color: #000;
    font-weight: 700;
}

.cal_us a {
    text-decoration: none;
    color: #000;
}

/* =============== About us section css End ================ */

/* =============== Service Area Css Start =============== */

.servie_area_main {
    background: url('../images/service_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 100px;
    height: 100vh;
    overflow: hidden;
}

.serv_head h4 {
    font-size: 33px;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    line-height: 43px;
    font-weight: 500;
}

.serv_head h4 span {
    font-size: 18px;
    padding: 0 42px;
    position: relative;
    bottom: 2px;
    color: #fff;
}

.body_srv_cont a {
    display: flex;
    text-decoration: none;
}

.service_area_sing_slid h3 {
    font-size: 18px;
    color: #fff;
    margin: 30px 0 22px;
}

.body_srv_cont p {
    color: #fff;
    margin: 0 0 41px;
}

.service_area_slider {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.service_area_sing_slid img {
    width: 70px;
}

.service_area_sing_slid {
    padding: 50px 36px 43px;
    border-radius: 20px 20px 0 0;
    background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    clip-path: polygon(0 0, calc(100% - 148px) 0, 100% 150px, 100% 100%, 0 100%);
    transform: translateY(90%);
    transition: ease-in-out 0.6s;
}

.service_area_sing_slid:hover {
    transform: translateY(55%);
    transition: ease-in-out 0.6s;
}

.body_srv_cont {
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out 0.8s;
}

.service_area_sing_slid:hover .body_srv_cont {
    opacity: 1;
    visibility: visible;
    transition: ease-in-out 0.8s;
}

.service_area_sing_slid.active {
    transform: translateY(55%);
}

.service_area_sing_slid.active .body_srv_cont {
    opacity: 1;
    visibility: visible;
}

/* =============== Service Area Css Start =============== */

/* =============== Why Choose Us Area Css Start =============== */

.whychooseus_area_main {
    padding: 80px 100px;
    background: #F5F5F5;
}

.why_head {
    margin: 0 0 70px;
}

.why_choose_boxes {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.why_choose_boxes_single {
    width: 32%;
}

.why_choose_boxes_single img {
    width: 70px;
    margin: 45px 0 0;
}

.why_choose_boxes_single ul li {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 20px;
}

.why_choose_boxes_single ul li img {
    width: 23px;
    margin: 0 8px 0 0;
}

.why_choose_boxes_single ul {
    margin: 45px 0 0;
}

.why_choose_boxes_single {
    background: #fff;
    padding: 35px;
    border-radius: 20px;
}

.why_choose_boxes_single ul li p {
    font-size: 15px;
    margin: 0 0 0;
}

.why_choose_boxes_single ul li p span {
    font-weight: 600;
}

.why_choose_boxes_single.choose_boxes_single h3 {
    margin: 0 0 30px;
}

.why_choose_boxes_single.choose_boxes_single p {
    font-size: 18px;
    color: #797979;
    margin: 0 0 12px;
}

.sec_img img {
    width: 100%;
    height: 144px;
    object-fit: cover;
    border-radius: 15px;
}

.middle_img img {
    width: 42%;
    margin: 31px 13px 0 0;
}

.middle_cont p {
    padding: 4px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.middle_cont p img {
    width: 19px;
    margin: 0 5px 0 0;
}

.middle_cont {
    margin: 9px 0 0;
}

.why_choose_boxes_single.choose_boxes_single2 {
    background: #F1EC8B;
}

/* =============== Why Choose Us Area Css End =============== */

/* ================= Case Studies Area Css Start ================== */

.case_studies_area_main {
    padding: 80px 100px;
    min-height: 100vh;
    position: relative;
}

.casestd_head h4 {
    font-size: 33px;
    width: 80%;
    margin: 0 auto 80px;
    color: #464646;
    line-height: 43px;
    font-weight: 500;
}

.casestd_head h4 span {
    font-size: 18px;
    padding: 0 42px;
    position: relative;
    bottom: 2px;
    color: #000;
}

/* ===== Wrapper ===== */

.wrapper {
    width: 100%;
    min-height: 200vh;
    /* 🔥 IMPORTANT – gives scroll room */
    padding: 120px 0 200px;
    position: relative;
}

/* ===== Cards layout ===== */

.cards {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.card-wrapper {
    width: 100%;
    perspective: 600px;
    margin-bottom: 80px;
}

.card {
    width: 100%;
    height: auto;
    border-radius: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform-style: preserve-3d;
    display: flex;
    justify-content: space-between;
    padding: 25px;
    background: #fff;
    border: 1px solid #E8E8E8;
    gap: 40px;
}

.casestud_left {
    width: 40%;
    position: relative;
}

.casestud_right {
    width: 60%;
}

.casestud_left img {
    width: 100%;
    border-radius: 40px;
}

.casestud_right h2 {
    font-size: 27px;
    font-weight: 600;
    margin: 0 0 30px;
}

.case_icon_main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.case_icon_main_left img {
    width: 45px;
}

.case_icon_main_right h4 span {
    display: block;
    font-size: 13px;
    margin: 3px 0 0;
    color: #666;
}

.case_icon_main_right h4 {
    font-size: 18px;
}

.option_area_case {
    margin: 37px 0;
}

.option_area_case p {
    color: #525252;
    font-size: 17px;
    line-height: 29px;
    font-weight: 400;
}

.option_area_case p span {
    font-weight: 700;
    color: #000;
}

.case_stud_outcom h4 {
    font-size: 18px;
    color: #000;
    margin: 0 0 18px;
}

.case_stud_outcom ul {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.case_stud_outcom ul li {
    list-style: none;
    background: #EAEAEA;
    height: 100px;
    width: 100%;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: #000;
    align-items: center;
    padding: 15px 25px;
}

.case_stud_outcom ul li:nth-child(2) {
    background: #E6E4B1;
}

.case_stud_outcom ul li:nth-child(2) {
    background: #D4CE60;
}

.casestud_left h2 {
    position: absolute;
    top: 22px;
    right: 34px;
    font-size: 63px;
    font-weight: 800;
    color: #fff;
}

/* ================= Case Studies Area Css End ================== */

/* ================= Testimonials Area Css Start ================== */

.testimonials_main_area {
    height: 100vh;
    padding: 80px 0 80px 100px;
}

.testimonials_main_boxes {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.testimonials_boxes_left {
    width: 20%;
}

.testimonials_boxes_right {
    width: 80%;
}

.testi_head h4 {
    font-size: 33px;
    width: 80%;
    margin: 0 auto 80px;
    color: #464646;
    line-height: 43px;
    font-weight: 500;
}

.testi_head h4 span {
    font-size: 18px;
    padding: 0 42px;
    position: relative;
    bottom: 2px;
    color: #000;
}

.testimonials_boxes_left {
    width: 20%;
    background: #F1EC8B;
    border-radius: 40px;
    padding: 40px;
}

.testimonials_boxes_left h3 {
    font-size: 25px;
    margin: 0 0 17px;
}

.testimonials_boxes_left h2 {
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 19px;
}

.test_rev ul li {
    list-style: none;
}

.testimonials_boxes_left h4 {
    font-size: 17px;
}

.testimonials_boxes_left span {
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    margin: 37px 0;
}

.test_rev ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2px;
}

.test_rev h5 {
    font-size: 50px;
    margin: 0 9px 0 0;
}

.test_rev ul li img {
    width: 20px;
}

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

.testimonials_boxes_left p {
    font-size: 18px;
    margin: 10px 0 0;
    font-weight: 500;
}

.testimonial_slider_inner {
    display: flex;
    width: max-content;
    gap: 18px;
}

.single_testimonials {
    flex-shrink: 0;
}

.testimonial_slider {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.single_testimonials {
    background: #EDEDED;
    border-radius: 40px;
    padding: 36px;
    width: 33.333%;
}

.rating_area ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2px;
}

.rating_area ul li {
    list-style: none;
}

.rating_area ul li img {
    width: 23px;
}

.rating_area {
    margin: 0 0 50px;
}

.message_area p {
    font-size: 17px;
    line-height: 26px;
    color: #000;
}

.testi_sender {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 17px;
    margin: 58px 0 22px;
}

.testi_sender img {
    width: 78px;
}

.testi_sender h3 span {
    display: block;
    font-size: 13px;
    color: #8a8a8a;
    margin: 4px 0 0;
}

/* ================= Testimonials Area Css End ================== */

/* ================= Blog Area Css Start ================== */

.blog_section_main_area {
    padding: 80px 100px;
}

.blog_head h4 {
    font-size: 33px;
    width: 80%;
    margin: 0 auto 80px;
    color: #464646;
    line-height: 43px;
    font-weight: 500;
}

.blog_head h4 span {
    font-size: 18px;
    padding: 0 42px;
    position: relative;
    bottom: 2px;
    color: #000;
}

.blog_area_boxes {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.blog_area_single_boxes img {
    width: 100%;
}

.blog_area_single_boxes {
    overflow: hidden;
}

.blog_sing_top {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.date_area {
    position: absolute;
    top: 22px;
    right: 22px;
    background: #F1EC8B;
    width: 75px;
    height: 77px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.date_area h3 {
    font-size: 41px;
    font-weight: 600;
    margin: -4px 0 0;
}

.date_area h3 span {
    display: block;
    text-align: center;
    font-size: 20px;
    margin: -6px 0 0;
    font-weight: 400;
}

.blog_button {
    position: absolute;
    bottom: 3px;
    right: 0;
}

.blog_button a img {
    width: 36px;
    height: auto;
    position: relative;
    z-index: 99;
}

.blog_button a {
    background: #fcce41;
    border-radius: 30px 0 20px 0;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px;
    display: flex;
    position: relative;
}

.blog_button a::after,
.blog_button a::before {
    content: "";
    background-color: #0000;
    width: 32px;
    height: 44px;
    position: absolute;
    bottom: 0;
}

.blog_button a::before {
    right: 62px;
    left: initial;
    border-radius: 0 0 31px;
    top: 20px;
    box-shadow: 0 21px #fcce41;
    bottom: 0 !important;
}

.blog_button a::after {
    right: 0;
    left: initial;
    border-radius: 0 0 26px;
    top: -44px;
    box-shadow: 0 23px #fcce41;
    bottom: 0 !important;
}

.cover {
    width: 94%;
    height: 6px;
    background: #fff;
    position: relative;
    z-index: 99;
    margin: -4px auto 0;
}

.blog_user h3 img {
    width: 20px;
}

.blog_user h3 {
    font-size: 14px;
    color: #6e6e6e;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
}

.bottom_blog_cont {
    padding: 15px;
    margin: -3px 0 0;
    z-index: 999;
    position: relative;
    background: #fff;
}

.blog_user h2 {
    font-size: 19px;
    margin: 14px 0 0;
    font-weight: 600;
}

.main_footer_area {
    background: #1D254C;
    padding: 80px 100px 50px;
}

.footer_top_area {
    display: flex;
    justify-content: space-between;
}

.contact a {
    color: #fff;
    text-decoration: none;
    font-size: 21px;
    display: flex;
}

.contact a:nth-child(2) {
    font-size: 17px;
    margin: 14px 0 0;
}

.contact {
    margin: 31px 0 0;
}

.links_area h3 {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    margin: 0 0 16px;
}

.links_area ul li {
    list-style: none;
    width: 50%;
}

.links_area ul {
    display: flex;
    flex-wrap: wrap;
}

.links_area ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 36px;
}

.foot_logo {
    width: 40%;
}

.stay_connect h3 {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    margin: 0 0 5px;
}

.stay_connect p {
    color: #fff;
    font-size: 14px;
    width: 70%;
    margin: 0 0 28px;
}

.stay_connect form {
    width: 100%;
    background: #2D355C;
    height: 50px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stay_connect form input {
    width: 100%;
    height: 50px;
    border: 0;
    border: 6px;
    background: transparent;
    padding: 0 19px;
    font-size: 14px;
    color: #fff;
}

.stay_connect form button img {
    width: 20px;
    padding: 0;
}

.stay_connect form button {
    background: transparent;
    border: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.foot_bottom_right ul li a svg {
    width: 19px;
    color: #fff;
}

.footer_bottom_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 0;
}

.foot_bottom_left h3 {
    font-size: 180px;
    color: #fff;
    font-weight: 600;
}

.foot_bottom_right {
    width: 38%;
}

.foot_bottom_right p {
    color: #fff;
    font-size: 17px;
    width: 90%;
    line-height: 27px;
}

.foot_bottom_right ul li {
    list-style: none;
}

.foot_bottom_right ul li a {
    background: #2D355C;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.foot_bottom_right ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 21px 0 0;
    gap: 12px;
}

.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 29px 0 0;
}

.copyright p {
    color: #fff;
    font-size: 13px;
}

.copyright p a {
    color: #f1e279;
    text-decoration: none;
}

.inner_banner_area {
    position: relative;
}

/* ================= Blog Area Css End ================== */

/* ================= About us Page Css Start ================== */

.inner_banner_area h1 {
    position: absolute;
    top: 47%;
    z-index: 999;
    left: 100px;
    color: #fff;
    font-size: 60px;
}

.aboutus_section_bottom.aboutus_section_bottom_page {
    margin: 130px 0 0;
}

.mission_section_area {
    padding: 80px 200px;
}

.mission_head {
    text-align: center;
    margin: 0 0 92px;
}

.mission_head h2 {
    font-size: 35px;
    font-weight: 600;
}

.mission_area_boxes {
    display: flex;
    justify-content: space-between;
}

.mission_area_boxes_left_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 40px;
}

.mission_area_boxes_left_top_sing {
    width: 49%;
    background: #f7f7f7;
    border-radius: 15px;
    padding: 30px;
}

.mission_area_boxes_left_top_sing:nth-child(2) {
    background: #f1ec8b;
}

.mission_area_boxes_left_top_sing h3 {
    font-size: 22px;
    margin: 0 0 5px;
}

.mission_area_boxes_left_top_sing p {
    font-size: 18px;
    line-height: 26px;
}

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

.mission_area_boxes_left_bottom_left img {
    width: 100%;
}

.mission_area_boxes_left_bottom_left {
    width: 29%;
    border-radius: 15px;
    overflow: hidden;
}

.mission_area_boxes_left_bottom_right {
    width: 69%;
    margin: 0 0 0 20px;
}

.mission_area_boxes_left_bottom_right ul li {
    list-style: none;
}

.mission_area_boxes_left_bottom_right h4 {
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: 600;
}

.mission_area_boxes_left_bottom_right ul li {
    font-size: 16px;
    padding: 5px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.mission_area_boxes_left_bottom_right ul li svg {
    width: 20px;
    color: #9b9639;
    margin: 0 9px 0 0;
}

.mission_area_boxes_right {
    background: #0a1e33;
    border-radius: 40px;
    margin: 0 0 0 40px;
    padding: 30px;
    width: 115%;
    overflow: hidden;
}

.mission_area_boxes_right h2 {
    color: #fff;
    line-height: 30px;
    font-size: 20px;
}

.mission_area_boxes_right img {
    width: 100%;
    position: relative;
    top: 86px;
    left: -30px;
}

/* =============== Service Page Css Start ================= */

.service_page_section_area {
    padding: 80px 100px;
}

.service_page_head {
    text-align: center;
    margin: 0 0 70px;
}

.service_page_head h4 {
    font-size: 17px;
    color: #717171;
    font-weight: 400;
    margin: 0 0 5px;
}

.service_page_head h2 {
    font-size: 30px;
    font-weight: 600;
    width: 45%;
    margin: 0 auto;
}

.serv_page_all_boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.service_page_sing_top img {
    width: 100%;
}

.service_page_singlebox {
    width: 32%;
}

.service_page_sing_top {
    border-radius: 30px 30px 0 0;
    overflow: hidden;
}

.service_page_sing_bottom {
    padding: 20px 30px;
}

.service_page_sing_bottom h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px;
}

.service_page_sing_bottom ul li {
    list-style: none;
    padding: 5px 0;
    color: #7b7b7b;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.service_page_sing_bottom a {
    display: flex;
    margin: 24px 0 0;
    text-decoration: none;
}

.service_page_sing_bottom ul li svg {
    width: 19px;
    margin: 0 8px 0 0;
    color: #b7b033;
}

/* ================= Industries we Serve Css Start ==================== */

.indus_wesrv_section_area {
    padding: 80px 100px;
}

.indus_wesrv_head {
    text-align: center;
    margin: 0 0 60px;
}

.indus_wesrv_head h4 {
    font-size: 17px;
    color: #717171;
    font-weight: 400;
    margin: 0 0 5px;
}

.indus_wesrv_head h2 {
    font-size: 30px;
    font-weight: 600;
    width: 45%;
    margin: 0 auto;
}

.indus_wesrv_section_boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.indus_wesrv_section_boxes_sing {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0;
}

.indus_wesrv_section_boxes_sing span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: #f1ec8b;
    border-radius: 50px;
}

.indus_wesrv_section_boxes_sing h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 164px;
    height: 60px;
    background: #fffdd6;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #b7b14b;
}

/* ================= Industries we Serve Css End ==================== */

/* ================= Ready For Transfrom css start ================== */

.radey_trans_area_main_inn a span svg {
    width: 17px;
    color: #000;
}

.radey_trans_area_main {
    padding: 80px 100px;
}

.radey_trans_area_main_inn {
    text-align: center;
    background: #ccc75e;
    padding: 50px;
    width: 80%;
    margin: 0 auto;
    border-radius: 40px;
}

.radey_trans_area_main_inn h2 {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    margin: 0 0 7px;
}

.radey_trans_area_main_inn p {
    font-size: 18px;
    width: 62%;
    margin: 0 auto 40px;
}

.sevd_icon {
    display: flex;
    width: 50px;
    height: 50px;
    background: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.sevd_cont {
    background: #000;
    width: 185px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #fff;
}

.radey_trans_area_main_inn a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ================= Ready For Transfrom css End ================== */

/* ================ Service Details page Css Start ================== */

.service_details_section_area_inner {
    display: flex;
    justify-content: space-between;
}

.service_details_section_area {
    padding: 80px 100px;
}

.service_details_section_right {
    width: 30%;
}

.service_details_section_left {
    width: 64%;
}

.service_details_section_left h2 {
    font-size: 32px;
    color: #000;
    margin: 0 0 12px;
}

.service_details_section_left p {
    font-size: 17px;
    line-height: 24px;
    margin: 0 0 12px;
    color: #575757;
}

.service_details_section_left img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    margin: 22px 0 0;
}

.serv_detl_dwn_cont h3 {
    font-size: 32px;
    color: #000;
    margin: 0 0 12px;
}

.serv_detl_dwn_cont ul li {
    list-style: none;
    width: 48%;
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 15px;
}

.serv_detl_dwn_cont ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin: 37px 0 0;
}

.serv_detl_dwn_cont ul li h4 {
    font-size: 18px;
    margin: 0 0 7px;
}

.serv_detl_dwn_cont {
    margin: 30px 0 0;
}

.quick_service h3 {
    font-size: 24px;
    color: #000;
    margin: 0 0 37px;
}

.quick_service ul li {
    list-style: none;
    border-top: 1px solid #e3e3e3;
    padding: 17px 0;
}

.quick_service ul li a {
    text-decoration: none;
}

.quick_service ul li a {
    text-decoration: none;
    color: #4d4d4d;
    font-size: 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quick_service ul li a svg {
    width: 16px;
}

.working_hours h3 {
    font-size: 24px;
    color: #000;
    margin: 47px 0 37px;
}

.working_hours p {
    text-decoration: none;
    color: #4d4d4d;
    font-size: 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 0;
}

.working_hours p span {
    font-weight: 600;
    color: #000;
}

/* Blog Details Page Css Start */

.blog_details_section_area {
    padding: 80px 100px;
}

.blog_details_section_area_inner .blog_area_boxes {
    flex-wrap: wrap;
}

.blog_details_section_area_inner .blog_area_boxes .blog_area_single_boxes {
    width: 31.8%;
}

.blogsing_top_area ul li svg {
    width: 18px;
    margin: 0 5px 0 0;
}

.blogsing_top_area ul li img {
    width: 20px;
    margin: 0 5px 0 0;
}

.blogsing_top_area ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.blog_singlepage_section_area {
    padding: 80px 100px;
}

.blog_singlepage_section_area_inner {
    display: flex;
    justify-content: space-between;
}

.blogsingle_area_right {
    width: 27%;
}

.blogsingle_area_left {
    width: 67%;
}

.blog_sing_dtl_area img {
    width: 100%;
}

.blogsing_top_area_user li {
    color: #969696;
    margin: 0 23px 0 0;
}

.blogsing_top_area_user {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 27px;
}

.blog_sing_dtl_area h3 {
    font-size: 32px;
    margin: 0 0 10px;
    font-weight: 600;
}

.blog_sing_dtl_area p {
    font-size: 17px;
    line-height: 25px;
    color: #686868;
}

.blog_sing_dtl_area img {
    width: 100%;
    margin: 27px 0 24px;
    height: 500px;
    object-fit: cover;
}

.dtlbox2 h4 {
    font-size: 23px;
    font-weight: 600;
    margin: 0 0 10px;
}

.dtlbox2 p {
    color: #666;
}

.dtlbox2 ul li {
    color: #666;
    list-style: circle !important;
    padding: 0 0 8px;
    font-size: 17px;
}

.dtlbox2 ul {
    margin: 13px 0 20px;
}

/* =============== Accodion Css ============== */

/* Core styles/functionality */

.tab {
    position: relative;
}

.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.tab__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
}

.tab input:checked~.tab__content {
    max-height: 10rem;
}

/* Visual styles */

.accordion {
    color: var(--theme);
    border: 2px solid;
    border-radius: 0.5rem;
    overflow: hidden;
}

.tab__label,
.tab__close {
    display: flex;
    color: white;
    background: #000;
    cursor: pointer;
}

.tab__label {
    justify-content: space-between;
    padding: 1rem;
}

.tab__label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transform: rotate(90deg);
    transition: all 0.35s;
}

.tab input:checked+.tab__label::after {
    transform: rotate(270deg);
}

.tab__content p {
    margin: 0;
    padding: 1rem;
}

.tab__close {
    justify-content: flex-end;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
}

.accordion--radio {
    --theme: var(--secondary);
}

/* Arrow animation */

.tab input:not(:checked)+.tab__label:hover::after {
    animation: bounce .5s infinite;
}

@keyframes bounce {
    25% {
        transform: rotate(90deg) translate(.25rem);
    }
    75% {
        transform: rotate(90deg) translate(-.25rem);
    }
}

.faq_page_section_area_inner {
    display: flex;
    justify-content: space-between;
}

.faq_page_section_area {
    margin: -3px 0 0;
}

.faq_page_area_boxes_left {
    padding: 30px 30px 80px 100px;
}

.faq_head {
    padding: 80px 0 0 100px;
}

.faq_head h3 {
    font-size: 32px;
    font-weight: 600;
    margin: 4px 0 0;
}

.faq_head h4 {
    color: #808080;
}

/* ============ Contact Us Page Css ================ */

.contectus_area_main {
    padding: 80px 100px;
}

.contactus_area_main_box {
    display: flex;
    justify-content: space-between;
}

.contactus_area_head h3 {
    font-size: 35px;
    font-weight: 600;
    margin: 0 0 32px;
}

.contactus_area_main_box_left h3 {
    font-size: 23px;
    margin: 0 0 8px;
}

.contactus_area_main_box_left ul li {
    list-style: none;
    font-size: 18px;
    color: #000000;
    padding: 6px 0;
}

.contactus_area_main_box_left ul li span {
    color: #646464;
    margin: 0 10px 0 0;
}

.office_hours {
    margin: 28px 0 0;
}

.contactus_area_main_box_right h4 {
    font-size: 23px;
    margin: 0 0 8px;
}

.contactus_area_main_box_left {
    width: 48%;
}

.contactus_area_main_box_right {
    width: 48%;
}

.contactus_area_main_box_right h4 {
    font-size: 32px;
    margin: 0 0 30px;
}

.cont_mesg_grop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 0 13px;
}

.cont_mesg_grop input {
    width: 49%;
    height: 50px;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 0 16px;
    margin: 3px;
}

.contactus_area_main_box_right h5 {
    font-size: 18px;
    margin: 21px 0 12px;
}

.contactus_area_main_box_right select {
    width: 100%;
    height: 50px;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 0 18px;
    margin: 0 0 13px;
}

.contactus_area_main_box_right textarea {
    width: 100%;
    height: 90px;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 11px 19px;
    font-size: 18px;
    margin: 0 0 21px;
}

.submit_messag input {
    background: #F1EC8B;
    border: 0;
    width: 200px;
    height: 50px;
    font-size: 16px;
    border-radius: 50px;
    cursor: pointer;
}

.map_main_area {
    margin: 0 100px 80px;
}

.map_main_area iframe {
    width: 100%;
    height: 400px;
    border-radius: 30px;
}

.clsmnu {
    display: none;
}

.wrapperRollingText {
    overflow: hidden;
}

.contactus_area_main_box_left ul li a {
    color: #000;
}

.cont_mesg_grop p {
    display: flex;
    justify-content: space-between;
    column-gap: 15px;
}

.cont_mesg_grop p span {
    width: 100%;
}

.cont_mesg_grop p span input {
    width: 100%;
}

.submit_messag {
    margin: 13px 0 0;
}

.foot_logo img {
 width: 134px;
}
.floating_whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
}
.floating_whatsapp a img {
    width: 40px;
}






















/*============================= Responsive Css Start ===============================*/

@media screen and (min-width: 1920px) {
    .wrapperRollingText {
        overflow: hidden;
    }
    .carousel-slide-abs {
        overflow: hidden;
    }
    .servie_area_main {
        height: 70vh;
    }
    .casestud_left img {
        height: 457px;
        object-fit: cover;
    }
}

@media screen and (max-width: 1540px) {
    .tickets__ticket {
        width: 53vw;
    }
    .banner_content {
        left: 100px;
    }
    .testimonials_main_area {
        padding: 80px 80px 80px 50px;
    }
    .faq_page_area_boxes_right {
        width: 50%;
    }
    .faq_page_area_boxes_left {
        width: 50%;
    }
    .faq_page_area_boxes_right img {
        width: 100%;
    }
    .faq_page_area_boxes_left {
        padding: 0 30px 80px 100px;
    }
    .faq_head {
        padding: 80px 0 40px 100px;
    }
    .service_area_sing_slid.active {
	transform: translateY(49%);
	}



}

@media screen and (max-width: 1440px) {
    .blog_details_section_area_inner .blog_area_boxes .blog_area_single_boxes {
        width: 31%;
    }
}

@media screen and (max-width: 1366px) {
    .main_header_area {
        padding: 19px 50px;
    }
    .banner_content {
        left: 50px;
    }
    .serv_detl_dwn_cont ul li {
        width: 48%;
        padding: 28px;
    }
    .serv_detl_dwn_cont ul {
        gap: 20px;
        margin: 25px 0 0;
    }
    .aboutus_section_area {
        padding: 80px 50px;
    }
    .servie_area_main {
        padding: 100px 50px;
    }
    .whychooseus_area_main {
        padding: 80px 50px;
    }
    .case_studies_area_main {
        padding: 80px 60px;
    }
    .blog_section_main_area {
        padding: 80px 50px;
    }
    .main_footer_area {
        padding: 80px 50px 50px;
    }
    .mission_section_area {
        padding: 80px 100px;
    }
}

@media screen and (max-width: 1280px) {
    .main_footer_area {
        padding: 80px 50px 50px;
    }
    .service_area_sing_slid.active {
		transform: translateY(41%);
	}
	.service_area_sing_slid:hover {
		transform: translateY(46%);
	}
    .carousel-slide h5 {
        font-size: 40px;
    }
    .aboutus_section_top h4 {
        line-height: 39px;
        font-size: 29px;
    }
    .aboutus_section_top h4 span {
        font-size: 18px;
    }
    .about_rit_cont_top_option_single {
        padding: 0 16px;
    }
    .ceo_cout h5 {
        font-size: 18px;
        line-height: 24px;
    }
    .ceo_cout {
        padding: 20px;
        margin: 0 0 0 14px;
    }
    .ceo_area h3 {
        font-size: 17px;
    }
    .ceo_area h3 span {
        font-size: 14px;
    }
    .middle_img img {
        width: 45%;
    }
    .testimonials_boxes_left {
        padding: 30px;
    }
    .inner_banner_area img {
        width: 100%;
    }
    .inner_banner_area h1 {
        font-size: 43px;
    }
}

@media screen and (max-width: 1180px) {
    .service_page_singlebox {
        width: 31%;
    }
    .blog_details_section_area {
        padding: 80px 50px;
    }
    .testimonials_boxes_left {
		width: 26%;
	}
	.service_area_sing_slid {
		transform: translateY(70%);
	}
    .indus_wesrv_section_area {
        padding: 80px 50px;
    }
    .service_page_head h2 {
        width: 62%;
    }
    .indus_wesrv_head h2 {
        width: 60%;
    }
    .radey_trans_area_main_inn {
        width: 100%;
    }
    .service_page_section_area {
        padding: 80px 50px;
    }
    .ceo_cout {
        width: 73%;
    }
    .about_rit_cont_top p {
        font-size: 19px;
        line-height: 25px;
    }
    .about_rit_cont_top_option_single h2 {
        font-size: 40px;
    }
    .about_rit_cont {
        width: 49%;
    }
    .service_area_sing_slid {
        padding: 50px 22px 43px;
    }
    .service_area_sing_slid.active {
        transform: translateY(34%);
    }
    .service_area_sing_slid:hover {
        transform: translateY(34%);
    }
    .middle_img img {
        width: 44%;
    }
    .case_studies_area_main {
        padding: 80px 50px;
    }
    .case_stud_outcom ul li {
        font-size: 16px;
    }
    .testimonials_boxes_left h3 {
        font-size: 23px;
    }
}

@media screen and (max-width: 1080px) {
    .foot_bottom_left h3 {
        font-size: 150px;
    }
    .service_details_section_area {
        padding: 80px 50px;
    }
    .testimonials_boxes_left {
        padding: 20px;
        border-radius: 25px;
    }
    .testimonials_boxes_left h3 {
        font-size: 20px;
    }
    .testimonials_boxes_left h2 {
        font-size: 45px;
    }
    .test_rev h5 {
        font-size: 33px;
        margin: 0 6px 0 0;
    }
    .test_rev ul li img {
        width: 18px;
    }
    .message_area p {
        font-size: 16px;
        line-height: 24px;
    }
    .rating_area {
        margin: 0 0 27px;
    }
    .testimonials_boxes_left p {
        font-size: 15px;
    }
    .testi_sender img {
        width: 57px;
    }
    .testi_sender h3 {
        font-size: 16px;
    }
    .testi_sender h3 span {
        font-size: 12px;
    }
    .case_stud_outcom ul li {
        font-size: 15px;
        padding: 10px 15px;
    }
    .middle_img img {
        width: 43.8%;
    }
    .why_choose_boxes_single {
        padding: 20px;
    }
    .service_area_sing_slid img {
        width: 50px;
    }
    .carousel-slide h2 {
        font-size: 35px;
    }
    .carousel-slide h5 {
        font-size: 35px;
    }
    .banner_up_expr h2 {
        font-size: 50px;
    }
    .banner_up_expr {
        right: 64px;
        width: 215px;
    }
}

@media screen and (max-width: 1024px) {
    .service_page_sing_bottom h3 {
        font-size: 19px;
    }
    .contectus_area_main {
        padding: 40px 50px;
    }
    .blog_singlepage_section_area {
        padding: 80px 50px;
    }
    .service_page_sing_bottom {
        padding: 13px 13px;
    }
    .indus_wesrv_section_boxes_sing h3 {
        width: 147px;
        height: 50px;
        font-size: 15px;
    }
    .indus_wesrv_section_boxes_sing {
        margin: 4px 0 0;
    }
    .indus_wesrv_head h2 {
        width: 66%;
    }
    .radey_trans_area_main_inn p {
        font-size: 17px;
        width: 80%;
    }
    .service_page_head h2 {
        width: 100%;
    }
    .aboutus_section_top h4 {
        line-height: 34px;
        font-size: 25px;
        width: 92%;
    }
    .aboutus_section_top a {
        padding: 26px 37px 0;
    }
    .rott_str {
        width: 38px;
    }
    .about_lft_img img {
        height: 510px;
    }
    .ceo_area img {
        width: 62px;
    }
    .serv_head h4 {
        font-size: 28px;
        line-height: 35px;
    }
    .btn_txt {
        font-size: 13px;
    }
    .middle_cont p {
        font-size: 15px;
    }
    .casestud_left {
        width: 36%;
    }
    .mission_section_area {
        padding: 80px 50px;
    }
}

@media screen and (max-width: 820px) {
    .aboutus_section_bottom.aboutus_section_bottom_page {
        margin: 34px 0 0;
    }
    .map_main_area {
        margin: 0 50px 40px;
    }
    .faq_page_area_boxes_left {
        padding: 0 30px 30px 50px;
    }
    .blog_singlepage_section_area_inner {
        flex-wrap: wrap;
    }
    .blogsingle_area_left {
        width: 100%;
    }
    .blogsingle_area_right {
        width: 100%;
    }
    .inner_banner_area h1 {
        font-size: 30px;
    }
    .blog_details_section_area_inner .blog_area_boxes .blog_area_single_boxes {
        width: 47%;
    }
    .service_details_section_area_inner {
        flex-wrap: wrap;
    }
    .service_details_section_left {
        width: 100%;
    }
    .quick_service {
        margin: 18px 0 0;
    }
    .service_details_section_right {
        width: 100%;
    }
    .service_details_section_area {
        padding: 40px 50px;
    }
    .indus_wesrv_section_area {
        padding: 30px 15px;
    }
    .service_page_singlebox {
        width: 48%;
    }
    .indus_wesrv_head h2 {
        width: 100%;
    }
    .radey_trans_area_main {
        padding: 30px 50px;
    }
    .main_header_area {
        padding: 19px 15px;
    }
    .clsmnu {
        display: flex;
    }
    .header_menu {
        position: fixed;
        left: -100%;
        background: #000;
        width: 47vw;
        height: 100vh;
        top: 0;
        padding: 22px 11px;
        transition: ease-in-out 0.6s;
    }
    .toggle_menu span {
        display: block;
        width: 25px;
        height: 1.5px;
        background: #fff;
        border-radius: 50px;
    }
    .toggle_menu span:nth-child(2) {
        margin: 9px 0;
    }
    .header_button {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .toggle_menu {
        margin: 0 0 0 29px;
        cursor: pointer;
    }
    .header_logo img {
        width: 58px;
    }
    .header_menu ul {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }
    .header_menu ul li a {
        padding: 13px 24px;
        display: block;
    }
    .clsmnu {
        color: #f1ec8b;
        font-size: 20px;
        position: absolute;
        right: 22px;
        top: 15px;
        cursor: pointer;
    }
    .servie_area_main {
        height: auto;
    }
    .service_area_slider {
        flex-wrap: wrap;
        margin: 50px 0 0;
    }
    .service_area_sing_slid {
        width: 47%;
    }
    .body_srv_cont {
        opacity: 1;
        visibility: visible;
        transition: ease-in-out 0.8s;
    }
    .service_area_sing_slid {
        transform: none;
    }
    .service_area_sing_slid:hover {
        transform: none;
    }
    .service_area_sing_slid.active {
        transform: none;
    }
    .aboutus_section_bottom {
        flex-direction: column;
    }
    .about_lft_img {
        width: 100%;
    }
    .about_rit_cont_top {
        margin: 19px 0 0;
    }
    .about_rit_cont {
        position: inherit;
        width: 100%;
    }
    .about_rit_cont_bottom {
        position: inherit;
        top: 0;
        left: 0;
        width: 100%;
        margin: 45px 0 0;
    }
    .about_rit_cont_top p {
        font-size: 23px;
        line-height: 30px;
    }
    .why_choose_boxes {
        flex-wrap: wrap;
    }
    .why_choose_boxes_single {
        width: 47%;
    }
    .rollingText h2 span img {
        width: 28px;
        top: 8px;
    }
    .wrapperRollingText {
        padding: 5px 0 17px 0;
    }
    .aboutus_section_bottom {
        margin: 70px 0 0;
    }
    .banner_content {
        left: 30px;
    }
    .banner_up_expr {
        right: 30px;
    }
    .casestud_right h2 {
        font-size: 24px;
        margin: 0 0 25px;
    }
    .case_studies_area_main {
        padding: 80px 20px;
    }
    .casestud_left img {
        border-radius: 17px;
    }
    .option_area_case {
        margin: 18px 0;
    }
    .testimonials_main_area {
        padding: 0 58px 40px 30px;
    }
    .testimonials_boxes_left {
        width: 27%;
    }
    .testi_head h4 {
        font-size: 27px;
        line-height: 34px;
    }
    .blog_head h4 {
        font-size: 28px;
        margin: 0 auto 54px;
        line-height: 35px;
    }
    .blog_section_main_area {
        padding: 80px 30px;
    }
    .blog_user h2 {
        font-size: 17px;
    }
    .foot_bottom_left h3 {
        font-size: 111px;
    }
    .testimonials_boxes_right {
        width: 74%;
    }
    .testimonials_main_area {
        height: 81vh;
    }
    .banner_up_expr {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .banner_up_expr {
        display: none;
    }
    .floating_whatsapp {
        bottom: 20px;
        right: 10px;
    }
    .contectus_area_main {
        padding: 30px 15px;
    }
    .main_header_area {
        padding: 9px 15px;
    }
    .header_logo img {
        width: 56px;
    }
    .contactus_area_main_box_left ul li {
        font-size: 16px;
    }
    .contactus_area_head h3 {
        font-size: 25px;
        margin: 0 0 23px;
    }
    .contactus_area_main_box {
        flex-wrap: wrap;
    }
    .contactus_area_main_box_left {
        width: 100%;
    }
    .contactus_area_main_box_right {
        width: 100%;
    }
    .contactus_area_main_box_left h3 {
        font-size: 19px;
    }
    .contactus_area_main_box_right h4 {
        font-size: 23px;
        margin: 15px 0 21px;
    }
    .map_main_area {
        margin: 0 15px 30px;
    }
    .faq_page_area_boxes_left {
        padding: 0 15px 30px 15px;
    }
    .faq_page_section_area_inner {
        flex-wrap: wrap;
    }
    .faq_page_area_boxes_left {
        width: 100%;
    }
    .faq_page_area_boxes_right {
        width: 100%;
    }
    .faq_head {
        padding: 30px 15px 30px 15px;
    }
    .faq_head h3 {
        font-size: 25px;
    }
    .blog_singlepage_section_area {
        padding: 30px 15px;
    }
    .blog_details_section_area {
        padding: 30px 15px;
    }
    .blog_details_section_area_inner .blog_area_boxes .blog_area_single_boxes {
        width: 100%;
    }
    .service_details_section_left img {
        height: 350px;
    }
    .service_details_section_left h2 {
        font-size: 25px;
    }
    .serv_detl_dwn_cont h3 {
        font-size: 25px;
    }
    .serv_detl_dwn_cont {
        margin: 12px 0 0;
    }
    .serv_detl_dwn_cont ul li {
        width: 100%;
    }
    .service_details_section_area {
        padding: 30px 15px;
    }
    .indus_wesrv_section_boxes_sing h3 {
        width: 135px;
        height: 50px;
    }
    .indus_wesrv_section_boxes_sing {
        width: 45%;
    }
    .indus_wesrv_section_boxes_sing h3 {
        font-size: 13px;
    }
    .indus_wesrv_section_boxes {
        gap: 6px;
    }
    .indus_wesrv_head {
        margin: 0 0 22px;
    }
    .radey_trans_area_main {
        padding: 30px 15px;
    }
    .radey_trans_area_main_inn {
        padding: 30px;
        width: 100%;
    }
    .radey_trans_area_main_inn h2 {
        font-size: 25px;
        margin: 0 0 17px;
    }
    .radey_trans_area_main_inn p {
        font-size: 17px;
        width: 100%;
    }
    .service_page_head h2 {
        font-size: 25px;
    }
    .service_page_singlebox {
        width: 100%;
    }
    .service_page_head {
        margin: 0 0 33px;
    }
    .indus_wesrv_head h2 {
        font-size: 25px;
        width: 100%;
    }
    .inner_banner_area img {
        height: 200px;
        object-fit: cover;
    }
    .mission_section_area {
        padding: 30px 15px;
    }
    .mission_head {
        margin: 0 0 35px;
    }
    .mission_area_boxes {
        flex-wrap: wrap;
    }
    .mission_area_boxes_left_top {
        flex-wrap: wrap;
    }
    .mission_area_boxes_left_top_sing {
        width: 100%;
        margin: 0 0 15px;
    }
    .mission_area_boxes_left_bottom {
        margin: 0 0 34px;
    }
    .mission_area_boxes_right {
        margin: 0 0 0 0;
        padding: 30px;
        width: 100%;
    }
    .mission_area_boxes_left_bottom {
        flex-wrap: wrap;
    }
    .mission_area_boxes_left_bottom_left {
        width: 100%;
    }
    .mission_area_boxes_left_bottom_left img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .mission_area_boxes_left_bottom_right {
        width: 100%;
        margin: 16px 0 0 0;
    }
    .inner_banner_area h1 {
        font-size: 27px;
        top: 59%;
        left: 15px;
    }
    .carousel-slide h5 {
        font-size: 30px;
    }
    .aboutus_section_area {
        padding: 30px 15px;
    }
    .carousel-slide h2 {
        width: 100%;
    }
    .aboutus_section_top h4 span {
        font-size: 15px;
    }
    .rott_str {
        left: 78%;
        top: 96%;
    }
    .aboutus_section_top h4 {
        line-height: 29px;
        font-size: 20px;
        width: 100%;
    }
    .about_lft_img img {
        height: auto;
    }
    .about_rit_cont_top_option_single {
        padding: 0 9px;
    }
    .about_rit_cont_bottom {
        flex-wrap: wrap;
    }
    .ceo_cout {
        width: 100%;
    }
    .ceo_area h3 span {
        display: block;
    }
    .servie_area_main {
        padding: 30px 15px;
    }
    .serv_head h4 {
        font-size: 20px;
        line-height: 29px;
        width: 100%;
    }
    .serv_head h4 span {
        font-size: 15px;
    }
    .service_area_sing_slid {
        width: 100%;
    }
    .whychooseus_area_main {
        padding: 30px 15px;
    }
    .why_choose_boxes_single {
        width: 100%;
    }
    .rollingText {
        font-size: 15px;
    }
    .why_head {
        margin: 0 0 29px;
    }
    .case_studies_area_main {
        padding: 30px 15px;
    }
    .casestd_head h4 {
        font-size: 20px;
        width: 100%;
        line-height: 28px;
    }
    .card {
        flex-wrap: wrap;
    }
    .cards {
        padding: 0 0;
    }
    .casestud_left {
        width: 100%;
        margin: 0 0 -29px;
    }
    .casestud_right {
        width: 100%;
    }
    .casestud_left img {
        border-radius: 30px;
        height: 215px;
        object-fit: cover;
    }
    .testimonials_main_area {
        padding: 209px 15px 40px 15px;
        height: 145vh;
    }
    .testi_head h4 {
        font-size: 20px;
        line-height: 27px;
        width: 100%;
    }
    .testi_head h4 span {
        font-size: 15px;
    }
    .testimonials_main_boxes {
        flex-wrap: wrap;
    }
    .testimonials_boxes_left {
        width: 100%;
    }
    .testimonials_boxes_right {
        width: 100%;
    }
    .blog_section_main_area {
        padding: 30px 15px;
    }
    .blog_head h4 {
        font-size: 20px;
        margin: 0 auto 35px;
        line-height: 26px;
        width: 100%;
    }
    .blog_head h4 span {
        font-size: 15px;
    }
    .blog_area_boxes {
        flex-wrap: wrap;
    }
    .main_footer_area {
        padding: 30px 15px 25px;
    }
    .footer_top_area {
        flex-wrap: wrap;
    }
    .foot_logo {
        width: 100%;
        margin: 0 0 30px;
    }
    .links_area {
        width: 100%;
        margin: 0 0 30px;
    }
    .stay_connect {
        width: 100%;
    }
    .footer_bottom_area {
        padding: 13px 0 0;
        flex-wrap: wrap;
    }
    .foot_bottom_right {
        width: 100%;
    }
    .ceo_cout {
        margin: 0 0 0 0;
    }
    .atchive_area {
        padding: 20px;
        width: 100%;
        border-radius: 30px;
    }
    .header_menu.header_menu2 {
        left: 0;
        width: 100%;
        transition: ease-in-out 0.6s;
    }
    .copyright {
        flex-direction: column;
    }
    .copyright p:nth-child(1) {
        padding: 0 0 7px;
    }
    .service_page_section_area {
        padding: 30px 15px;
    }
}

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

@media screen and (max-width: 414px) {
	.foot_bottom_left h3 {
	font-size: 106px;
}
}

@media screen and (max-width: 375px) {
    .blog_sing_dtl_area h3 {
        font-size: 25px;
    }
    .indus_wesrv_section_boxes_sing span {
		height: 51px;
	}
    .inner_banner_area h1 {
        padding: 0 10px 0 0;
    }
    .foot_bottom_left h3 {
        font-size: 90px;
    }
    .card {
        padding: 11px;
        border-radius: 23px;
    }
    .case_stud_outcom ul {
        gap: 5px;
    }
    .wrapper {
        padding: 0 0 200px;
    }
    .banner_content {
        left: 15px;
    }
    .carousel-slide h2 {
        font-size: 28px;
        padding: 0 22px 0 0;
    }
    .carousel-slide h5 {
        font-size: 26px;
    }
    .about_rit_cont_top p {
        font-size: 20px;
        line-height: 27px;
    }
    .testi_head h4 {
        margin: 0 auto 30px;
    }
    .single_testimonials {
        width: 29.333%;
    }
    .casestud_right h2 {
        font-size: 21px;
        margin: 0 0 22px;
    }
}

@media screen and (max-width: 360px) {
    .radey_trans_area_main_inn h2 {
        font-size: 24px;
    }
}