@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: Poppins !important;
}


/* ==================================== Navbar Section ================================= */
.navbar_bg {
    background: rgb(255, 255, 255);
    background: linear-gradient(138deg, rgba(255, 255, 255, 1) 0%, #feecde 100%);
    width: 100%;
}

@media screen and (max-width:768px) {
    .navbar_bg {
        background-color: white !important;
        position: sticky;
    }

    .navbar_logo_img {
        width: 50%;
    }
}

.navbar_navlink {
    margin-left: 12.5%;
    margin-top: 10px;
}

@media screen and (max-width:800px) {
    .navbar_navlink {
        margin-left: 0%;
        text-align: center;
        margin-top: 0px;
    }
}

.navbar_contact_btn {
    background-color: #1E144F;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    padding: 10px 30px 10px;
    border-radius: 7px;
    text-decoration: none;
    transition: 0.5s;
}

.navbar_contact_btn:hover {
    background-color: #60578f;
}

@media screen and (max-width:768px) {
    .navbar_contact_btn {
        font-size: 16px;
        line-height: 20px;
        display: flex;
        justify-content: center;
    }
}

.nav-link {
    color: #7F7F7F;
}

.nav_dot {
    position: absolute;
    top: 50px;
    opacity: 0;
    transition: opacity 0.3s ease;
    /* Add smooth transition */
}

@media screen and (max-width:768px) {
    .nav_dot {
        display: none;
    }
}

.nav-item:hover .nav_dot {
    opacity: 1;
}

.nav-item:hover .nav-link {
    color: #1E144F;
}



/* =================================================== Hero Section ========================================= */
.hero_section {
    background: rgb(255, 255, 255);
    background: linear-gradient(138deg, rgba(255, 255, 255, 1) 0%, #feecde 100%);
    background-size: 100%;
    background-repeat: no-repeat;
}

.hero_main {
    padding: 178px 0px 178px 0px;
}

@media screen and (max-width:768px) {
    .hero_main {
        padding: 20px 0px 0px 10px;
    }
}

.hero_headline {
    font-family: Poppins;
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
    text-align: left;
    color: #333333;
}

@media screen and (max-width:768px) {
    .hero_headline {
        font-family: Poppins;
        font-size: 10px;
        font-weight: 500;
        line-height: 18px;
        text-align: left;
    }
}

.hero_heading {
    font-family: Poppins;
    font-size: 54px;
    font-weight: 700;
    line-height: 73px;
    text-align: left;
    color: #1E144F;
}

@media screen and (max-width:768px) {
    .hero_heading {
        font-family: Poppins;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
    }
}

.hero_desc {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #7F7F7F;
}

@media screen and (max-width:768px) {
    .hero_desc {
        font-family: Poppins;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
    }
}

.hero_btn {
    background-color: #1E144F;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    padding: 10px 30px 10px;
    border-radius: 7px;
    text-decoration: none;
    transition: 0.5s;
    color: white;
}

.hero_btn:hover {
    background-color: #60578f;
}

@media screen and (max-width:768px) {
    .hero_btn {
        font-size: 12px;
        line-height: 20px;
        display: flex;
        justify-content: center;
        padding: 5px 5px 5px 5px;
    }
}

.hero_sec1_img {
    padding: 68px 77px 0px 0px;
    width: 926px;
}

@media screen and (max-width:1440px) {
    .hero_sec1_img {
        padding: 68px 77px 0px 0px;
        width: 100%;
    }
}

.hero_sec1_img2 {
    margin-top: 100px;
    margin-left: -18px;
}

@media screen and (max-width:344px) {
    .hero_sec1_img2 {
        margin-left: -30px;
    }
}


/* ========================================= section 2 About us ================================== */
.about_headline {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    padding: 5px 0px 0px 0px;
    text-align: left;
    color: #1E144F;
}

@media screen and (max-width:768px) {
    .about_headline {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
        text-align: left;
    }
}

.about_heading {
    font-family: Poppins;
    font-size: 44px;
    font-weight: 700;
    line-height: 60px;
    text-align: left;
    color: #1E144F;
}

@media screen and (max-width:768px) {
    .about_heading {
        font-family: Poppins;
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        text-align: left;
    }
}

.about_desc {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #7F7F7F;
}

@media screen and (max-width:768px) {
    .about_desc {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
    }
}

.about_list {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #1E144F;
}

@media screen and (max-width:768px) {
    .about_list {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
        text-align: left;
    }
}

.about_card_bg {
    box-shadow: 0px 0px 15px 2px #f5f5f5;
    padding: 10px;
}

.about_card_heading {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    color: #1E144F;
}

@media screen and (max-width:768px) {
    .about_card_heading {
        font-family: Poppins;
        font-size: 24px;
        font-weight: 600;
        line-height: 36px;
        text-align: center;
    }
}

.about_card_desc {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: #7F7F7F;
}

@media screen and (max-width:768px) {
    .about_card_desc {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: center;
    }
}


.About_btn {
    background-color: #1E144F;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    padding: 10px 30px 10px;
    border-radius: 7px;
    text-decoration: none;
    transition: 0.5s;
    color: white;
}

.About_btn:hover {
    background-color: #60578f;
}

@media screen and (max-width:768px) {
    .About_btn {
        font-size: 12px;
        line-height: 20px;
        display: flex;
        justify-content: center;
        padding: 5px 5px 5px 5px;
        width: 35%;
    }
}

/* ===================================== section 3 Consulting ============================== */
.Consult_sec3_bg {
    background: url('./Img/Consult/bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.Consult_heading_main {
    font-family: Poppins;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    color: #1E144F;
}

@media screen and (max-width:768px) {
    .Consult_heading_main {
        font-family: Poppins;
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        text-align: center;
    }
}

.Consult_heading {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
    color: #1E144F;
}

@media screen and (max-width:768px) {
    .Consult_heading {
        font-family: Poppins;
        font-size: 20px;
        font-weight: 600;
        line-height: 26px;
        text-align: center;
    }
}


.Consult_desc {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    /* color: #E5E5E5; */
    color: #7F7F7F;
}

@media screen and (max-width:768px) {
    .Consult_desc {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: center;
    }
}


.Consult_icons {
    background-color: white;
    padding: 5px;
    border: 1px solid #1E144F;
    border-radius: 5px;
}

.Consult_heading {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
}

@media screen and (max-width:768px) {
    .Consult_heading {
        font-family: Poppins;
        font-size: 20px;
        font-weight: 600;
        line-height: 26px;
        text-align: center;
    }
}

.Consult_desc2 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    color: #7F7F7F;
}

@media screen and (max-width:768px) {
    .Consult_desc2 {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: center;
        color: #7F7F7F;
    }
}

.Consult_card_bg {
    padding: 10px;
    transition: 0.5s;
    background-color: white;
    box-shadow: 0px 0px 15px 2px #f5f5f5;
}



.ReadMore_Consult {
    display: none;
}

.ReadMore_Consult_arrow {
    color: #1E144F;
    display: block;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}

.Consult_card_bg:hover {

    background-color: #1E144F;
    color: white !important;
    cursor: pointer;

    .Consult_desc2 {
        color: white !important;
        cursor: pointer;
    }

    .Consult_heading {
        color: white !important;
        cursor: pointer;
    }

    .ReadMore_Consult {
        display: block;
        text-decoration: none;
        font-family: Poppins;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        text-align: center;
        color: white !important;
    }

    .ReadMore_Consult_arrow {
        display: none;
    }

}

.Consulting_btn {
    background-color: #1E144F;
    color: white;
    padding: 10px;
    border-radius: 5px;
    width: 50%;
    text-decoration: none;
}




/* ===================================== section 4 Testimonial ============================== */
.Testimonial_sec4_left_bg_main {
    padding: 26px 0px 0px 110px;
}

@media screen and (max-width:768px) {
    .Testimonial_sec4_left_bg_main {
        padding: 26px 0px 0px 0px;
    }
}

.Testimonial_sec4_left_bg {
    background-image: url('./Img/Testi/bg1.png');
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: 0px 40px 0px 0px;
    padding: 110px 0px 100px 100px;
}

@media screen and (max-width:768px) {
    .Testimonial_sec4_left_bg {
        padding: 0px 0px 40px 0px;
        background-size: 100%;
    }
}

.Testimonial_sec4_left_bg_heading {
    font-family: Poppins;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    text-align: left;
    color: #1E144F;
    padding: 200px 0px 0px 0px;
    width: 100%;
}

@media screen and (max-width:1440px) {
    .Testimonial_sec4_left_bg_heading {
        font-family: Poppins;
        font-size: 36px;
        font-weight: 700;
        line-height: 36px;
        text-align: left;
        color: #1E144F;
        padding: 100px 0px 0px 15px;
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .Testimonial_sec4_left_bg_heading {
        font-family: Poppins;
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        text-align: left;
        color: #1E144F;
        padding: 180px 0px 0px 15px;
        width: 100%;
    }
}

.Testimonial_sec4_left_bg_desc {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #7F7F7F;
    width: 100%;
    padding: 15px 0px 90px 0px;
}

@media screen and (max-width:768px) {
    .Testimonial_sec4_left_bg_desc {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
        color: #7F7F7F;
        padding: 0px 0px 0px 15px;
        width: 95%;

        -webkit-box-orient: block-axis;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }
}

.Testimonial_card_desc {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    width: 100%;
    color: #7F7F7F;
}

@media screen and (max-width:768px) {
    .Testimonial_card_desc {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;

        display: -webkit-box;
        -webkit-box-orient: block-axis;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        color: #7F7F7F;
    }
}

.Testimonial_card_name {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #1E144F;
}

@media screen and (max-width:768px) {
    .Testimonial_card_name {
        font-family: Poppins;
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        text-align: left;
        color: #1E144F;
    }
}

.Testimonial_card_design {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #7F7F7F;
}

@media screen and (max-width:768px) {
    .Testimonial_card_design {
        font-family: Poppins;
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        text-align: left;
        color: #7F7F7F;
    }
}

.Testimonial_card_count {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: black;
    opacity: 50%;
}

@media screen and (max-width:768px) {
    .Testimonial_card_count {
        font-family: Poppins;
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
        text-align: left;
        color: black;
        opacity: 50%;
    }
}

.Testimonial_card_prof {
    padding: 15px 20px 20px 20px;
}

.Testimonial_card_prof_img {
    width: 74px;
}

.Testimonial_carousl_main1 {
    padding: 153px 50px 42px 0px;
}

@media screen and (max-width:1440px) {
    .Testimonial_carousl_main1 {
        padding: 10px 50px 42px 0px;
    }
}

@media screen and (max-width:768px) {
    .Testimonial_card_prof {
        padding: 7.5px 10px 7.5px 10px;
    }

    .Testimonial_card_prof_img {
        width: 50px;
    }

    .Testimonial_carousl_main1 {
        padding: 15px 10px 0px 0px;
    }

}


.slick-prev {
    background-color: transparent;
    position: relative;
    top: 400px;
    left: -450px;
}

@media screen and (max-width:1440px) {
    .slick-prev {
        top: 460px;
        left: -350px;
    }
}

@media screen and (max-width:768px) {
    .slick-prev {
        top: 245px;
        left: 40%;
    }
}

.slick-next {
    background-color: transparent;
    position: relative;
    top: -27.5px;
    left: -350px;
}

@media screen and (max-width:1440px) {
    .slick-next {
        top: -100px;
        left: -30%;
    }
}

@media screen and (max-width:768px) {
    .slick-next {
        top: 25px;
        left: 50%;
    }
}

.slick-next:before,
.slick-prev:before {
    font-size: 50px;
    color: #1E144F;
}

@media screen and (max-width:768px) {

    .slick-next:before,
    .slick-prev:before {
        font-size: 30px;
        color: #1E144F;
    }
}


.Testimonial_carousl_main {
    padding: 25px;
}

.Testimonial_carousl_main_card {
    width: 100%;
}

@media screen and (max-width:768px) {
    .Testimonial_carousl_main {
        padding: 0px;
    }

    .Testimonial_carousl_main_card {
        width: 100%;
    }
}




/* ===================================== section 5 Recent Articles ============================== */
.Articles_sec5_heading {
    font-family: Poppins;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    color: #1E144F;
}

@media screen and (max-width:768px) {
    .Articles_sec5_heading {
        font-family: Poppins;
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        text-align: center;
    }
}

.Articles_sec5_desc {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #7F7F7F;
}

@media screen and (max-width:768px) {
    .Articles_sec5_desc {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: center;
    }
}





.Articles_card_heaidng {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    color: #1E144F;
}

@media screen and (max-width:768px) {
    .Articles_card_heaidng {
        font-family: Poppins;
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        text-align: left;
    }
}


.Articles_card_desc {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #7F7F7F;
}

@media screen and (max-width:768px) {
    .Articles_card_desc {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        text-align: left;
    }
}

.Articles_card_name {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 10px;
    text-align: left;
    color: #000;
}

@media screen and (max-width:768px) {
    .Articles_card_name {
        font-family: Poppins;
        font-size: 20px;
        font-weight: 600;
        line-height: 5px;
        text-align: left;
    }
}

.Articles_card_design {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: #7F7F7F;
}

@media screen and (max-width:768px) {
    .Articles_card_design {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        text-align: left;
    }
}

.Articles_social {
    opacity: 0;
    background-color: white;
    border-radius: 5px;
    width: 55%;
    padding: 10px;
    position: relative;
    top: -50px;
    color: #72569D;
    left: 10px;
}

.Articles_main:hover {
    cursor: pointer;

    .Articles_social {
        opacity: 1;
        background-color: white;
        border-radius: 5px;
        width: 55%;
        padding: 10px;
        position: relative;
        top: -50px;
        left: 10px;
    }
}

@media screen and (max-width:768px) {
    .Articles_main:hover {
        cursor: pointer;

        .Articles_social {
            opacity: 1;
            background-color: white;
            border-radius: 5px;
            width: 70%;
            padding: 10px;
            position: relative;
            top: -50px;
            left: 10px;
        }
    }
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
}

.Artical_sec5_btn {
    background-color: #1E144F;
    color: white;
    border-radius: 5px;
    width: 15%;
    padding: 11px 25px 11px 25px;
    border: none;
}

@media screen and (max-width:768px) {
    .Artical_sec5_btn {
        width: 50%;
        padding: 5.5px 12.5px 5.5px 12.5px;
    }
}

.Articles_prof {
    margin-left: -20px;
}


/* ================================================ Faq's section 6 ====================================  */
.faqs_heading {
    font-family: Poppins;
    font-size: 44px;
    font-weight: 700;
    line-height: 60px;
    text-align: start;
    color: #1E144F;
}

@media screen and (max-width:768px) {
    .faqs_heading {
        font-family: Poppins;
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        text-align: start;
    }
}

.faqs_desc {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #7F7F7F;
}

@media screen and (max-width:768px) {
    .faqs_desc {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
    }
}

.accordion-button {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #1E144F;
}

@media screen and (max-width:768px) {
    .accordion-button {
        font-family: Poppins;
        font-size: 12px;
        font-weight: 600;
        line-height: 21px;
    }
}

.accordion-body {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #7F7F7F;
}

@media screen and (max-width:768px) {
    .accordion-body {
        font-family: Poppins;
        font-size: 10px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
    }
}


/* ============================= section 7 Contact Form ======================== */
.Contact_form_sec7_bg {
    background-color: #1E144F;
    border-radius: 5px;
}

@media screen and (max-width:768px) {
    .Contact_form_sec7_bg {
        background-color: #1E144F;
        border-radius: 0px;
    }
}

.Contact_form_sec7_bg_left {
    border: 1px solid white;
    background-color: transparent;
    border-radius: 5px;
    padding: 30px;
}

@media screen and (max-width:768px) {
    .Contact_form_sec7_bg_left {
        padding: 15px;
    }
}

.form-control {
    background-color: transparent;
    border-radius: 5px;
}

.form-control::placeholder {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #B8B8B8;
}

@media screen and (max-width:768px) {
    .form-control::placeholder {
        font-family: Poppins;
        font-size: 10px;
        font-weight: 400;
        line-height: 15px;
        text-align: left;
    }
}

.contact_btn {
    border: 1px solid white;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    color: white;
    padding: 10px;
    width: 25%;
    background-color: transparent;
    border-radius: 5px;
    margin-top: 30px;
}

@media screen and (max-width:768px) {
    .contact_btn {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        text-align: center;
        width: 50%;
        margin-top: 3px;
    }
}

.Contact_form_heading {
    font-family: Poppins;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    text-align: left;
    color: white;
}

@media screen and (max-width:768px) {
    .Contact_form_heading {
        font-family: Poppins;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
    }
}



.Contact_form_sec7_right_bg {
    padding: 40px;
}

@media screen and (max-width:768px) {
    .Contact_form_sec7_right_bg {
        padding: 10px;
    }
}

.Contact_right_heading {
    font-family: Poppins;
    font-size: 43px;
    font-weight: 700;
    line-height: 60px;
    text-align: start;
    color: #1E144F;
}

@media screen and (max-width:768px) {
    .Contact_right_heading {
        font-family: Poppins;
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        text-align: center;
    }
}

.Contact_right_desc {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: start;
    color: #7D7D7D;
}

@media screen and (max-width:768px) {
    .Contact_right_desc {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: start;
    }
}

.contact_icons {
    color: #1E144F;
}





/* ========================================= Footer section ============================ */


.footer_main {
    padding: 100px 0px;
}

@media screen and (max-width:768px) {
    .footer_main {
        padding: 20px;
    }

    .footer-logo {
        display: flex;
        justify-content: center;
    }
}

.footer_desc {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #CDCDCD;
    width: 80%;
}

@media screen and (max-width:768px) {
    .footer_desc {
        font-family: Poppins;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        text-align: center;
        width: 100%;
    }
}

.footer_heading {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    text-align: left;
    color: white;
    padding: 0px 0px 25px 0px;
}

@media screen and (max-width:768px) {
    .footer_heading {
        font-family: Poppins;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
        padding: 0px 0px 12.5px 0px;
    }
}

.footer_social_main {
    width: 50%;
}

@media screen and (max-width:768px) {
    .footer_social_main {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

.footer_social_icons {
    background-color: white;
    padding: 7px 10px 7px 10px;
    /* clip-path: circle(); */
    font-size: 20px;
    border-radius: 150px;
}

@media screen and (max-width:768px) {
    .footer_social_icons {
        font-size: 12px;
        padding: 5px;
        /* clip-path: circle(); */
        text-align: center;
        display: flex;
        justify-content: center;
    }
}

.footer_contact_icons {
    background-color: white;
    padding: 10px;
    clip-path: circle();
    font-size: 14px;
    border-radius: 150px;
    margin-left: -10px;
}

@media screen and (max-width:768px) {
    .footer_contact_icons {
        padding: 5px;
        margin-left: -10px;
    }
}

.Footer_right_desc {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #CDCDCD;
    width: 75%;
}

@media screen and (max-width:768px) {
    .Footer_right_desc {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
        width: 100%;
    }
}

.footer_link {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    text-align: left;
    color: #CDCDCD;
    text-decoration: none;
}

.footer_link:hover {
    color: white;
}

@media screen and (max-width:768px) {
    .footer_link {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
    }
}

.footer_copy {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    color: white;
}

@media screen and (max-width:768px) {
    .footer_copy {
        font-family: Poppins;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        text-align: center;
    }
}


/* ============================== EXTRA CSS ============================== */

.all_mobile {
    display: none;
}

@media screen and (max-width:768px) {

    .all_desktop {
        display: none;
    }

    .all_mobile {
        display: block;
    }
}







.about_sec1_bg {
    background: url('./Img/About/bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.about_sec1_heading {
    padding: 189px 10px;
}

@media screen and (max-width:768px) {
    .about_sec1_heading {
        padding: 27px 10px;
    }
}

.about_sec1_headline {
    font-family: Poppins;
    font-size: 62px;
    font-weight: 700;
    line-height: 73px;
    text-align: left;
    color: #1E144F;
}

@media screen and (max-width:768px) {
    .about_sec1_headline {
        font-family: Poppins;
        font-size: 20px;
        font-weight: 700;
        line-height: 10px;
        text-align: left;
    }
}

.about_sec1_pagenation {
    font-family: Poppins;
    font-size: 25px;
    font-weight: 400;
    line-height: 37.5px;
    text-align: left;
    color: #1E144F;
    text-decoration: none;
}

@media screen and (max-width:768px) {
    .about_sec1_pagenation {
        font-family: Poppins;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
    }
}

.about_sec1_pagenation:hover {
    font-weight: 700;
}







.Own_container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 auto;
    box-sizing: border-box;
}

@media screen and (max-width:1440px) {
    .Own_container {
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 auto;
        box-sizing: border-box;
    }
}

@media screen and (max-width:1024px) {
    .Own_container {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        padding: 0 auto;
        box-sizing: border-box;
    }
}

@media screen and (max-width:768px) {
    .Own_container {
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
        padding: 0 auto;
        box-sizing: border-box;
    }
}

@media screen and (max-width:425px) {
    .Own_container {
        width: 100%;
        max-width: 375px;
        margin: 0 auto;
        padding: 0 auto;
        box-sizing: border-box;
    }
}