.TOP_section {
    width: 100%;
    margin-top: 50px;
    padding: 150px 0px 70px 0px;
    z-index: 1;
    display: flex;
    background-image: url("../images/HP_FirstSection_BG_laptop.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

    position: relative;
}


.TOP_section_Screen_One {
    width: 100%;
    height: 500px;
    background-color: hsl(0, 0%, 90%);
}


.TOP_section_Content {
    width: 50%;
    position: relative;
    padding: 16px 7px 0px 150px;
    transform: translateY(-30px);
    color: #25346d;
    transition: .3s ease-in-out;
}


.TOP_section_Content span {
    font-size: 45px;
    line-height: 1.2;
    transition: .3s ease-in-out;
}

.TOP_section_Content p {
    font-size: 18px;
    margin: 23px 0px;
    color: black;
}


.TOP_section_Buttons {
    display: flex;
}

.TOP_section_Buttons a {
    font-size: 15px;
    background-color: transparent;
    margin-right: 10px;
    text-decoration: none;
    color: #25346d;
}

.TOP_section_Buttons img {
    width: 35px;
    margin-right: 10px;
}

.button1st {
    border-radius: 5px;
    border: 1px solid #707070;
    padding: 10px 30px;
}

.button1st:hover {
    background-color: #e4ebff;
}

.button2nd {
    border: 0;
    display: flex;
    align-items: center;
}

.button2nd:hover {
    font-weight: 600;
}

#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#light {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    max-width: 1400px;

    z-index: 1002;
    overflow: visible;
}

#boxclose {
    cursor: pointer;
    color: black;

    font-size: 31px;
    font-weight: bold;

    text-decoration: none;

    position: absolute;

    right: 0px;
    top: 0px;

    margin: 0px 10px 0px 0px;

    z-index: 1002;
    opacity: 0.7;
}

#boxclose:hover {
    color: white;

}

#fade:hover~#boxclose {
    display: none;
}


.Navigation_Arrows {
    display: flex;
    align-items: center;
    position: absolute;
    left: 140px;
    bottom: 50px;
}

.Navigation_Arrows button {
    border: 0;
    background-color: transparent;
    margin-bottom: 3px;
    opacity: 0.5;
}

.Navigation_Arrows button:hover {
    opacity: 1;
}

.Navigation_Arrows button img {
    width: 15px;
}

.navigation_Number {
    margin: 0px 10px;
}

.Navigation_Arrows span {
    font-size: 16px;
    align-items: center;
}




.Animation {
    width: 50%;
    position: relative;
    top: 0;
    margin-right: 150px;
    transition: .3s ease-in-out;
}

.Arrow {
    width: 185px;
    transform: translate(-80px, -75px);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    transition: .5s ease-in-out;
}

.Animation:hover .RotateArrow {
    transform: translate(-103px, -64px);
    transition: .5s ease-in-out;
}

.Circle {
    width: 270px;
    position: absolute;
    margin: -70px 145px 0px 0px;
    top: 0;
    right: 0;
    z-index: 2;
    transition: .5s ease-in-out;
}

.Animation:hover .Rotate {
    transform: rotateZ(15deg);
    transition: .5s ease-in-out;
}

.Stand {
    width: 120px;
    position: absolute;
    transform: translate(-215px, 85px);
    top: 0;
    right: 0;
    z-index: 1;
}

.Uncle {
    width: 550px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}



.Mobile_Animation {
    position: relative;
    width: 100%;
    display: none;
}

.Mobile_Animation img {
    width: 100%;
}

@media screen and (max-width:1100px) {
    .TOP_section_Content {
        transition: .3s ease-in-out;
        padding: 0px 7px 0px 26px;
    }

    .TOP_section_Content span {
        transition: .3s ease-in-out;
        font-size: 40px;
    }

    .Animation {
        transition: .3s ease-in-out;
        margin-right: 36px;
    }
}


@media screen and (max-width:1000px) {
    .TOP_section {
        background-image: none;
        flex-direction: column;
        padding: 70px 0px 50px 0px;
    }

    .TOP_section_Content {
        width: 100%;
        text-align: center;
    }

    .TOP_section_Buttons {
        justify-content: center;
    }

    .Animation {
        width: 100%;
        text-align: center;
    }

    .Laptop_Animation {
        display: none;
    }

    .Mobile_Animation {
        display: block;
    }

    .Navigation_Arrows {
        width: 100%;
        justify-content: space-between;
        left: 0;
        bottom: 0;
        margin-bottom: -40px;
        padding: 0px 30px;
    }
}


@media screen and (max-width:500px) {
    .TOP_section {
        transition: .3s ease-in-out;
        padding: 60px 0px 0px 0px;
    }

    .TOP_section_Content {
        padding: 11px 30px 13px 30px;
        text-align: left;
    }

    .TOP_section_Content span {
        font-size: 35px;
    }

    .TOP_section_Content p {
        font-size: 16px;
    }

    .TOP_section_Buttons {
        justify-content: left;
    }

    .button1st {
        padding: 8px 10px;
    }
}


















.Second_Section {
    padding: 60px 150px;
}

.Second_Section h1 {
    color: #25346d;
    text-align: center;
}

.SearchBar {
    width: 100%;
    margin: 30px 0px 40px 0px;

    position: relative;
    display: block;

    display: flex;
    justify-content: center;
}

.SearchBar img {
    width: 20px;
    position: relative;
    left: 20px;
}

.Search_Bar_Input {
    font-size: 16px;
    width: 50%;
    padding: 10px 0px 10px 60px;

    margin-left: -20px;

    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;

    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);

    color: #25346d;
}

.Search_Bar_Input:active {
    outline: none;
    border-top: 1px solid #24336D;
    border-left: 1px solid #24336D;
    border-right: 1px solid #24336D;
}

.Search_Bar_Input:focus {
    outline: none;
    border-top: 1px solid #24336D;
    border-left: 1px solid #24336D;
    border-right: 1px solid #24336D;
}

.onclick {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    border-top: 1px solid #24336D;
    border-left: 1px solid #24336D;
    border-right: 1px solid #24336D;
    border-bottom: 1px solid #DEDEDE;
}

.Search_Result {
    width: 50%;
    max-width: 100%;

    height: 300px;
    overflow: hidden;
    overflow-y: scroll;

    position: absolute;
    top: 46px;

    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;

    border-left: 1px solid #24336D;
    border-right: 1px solid #24336D;
    border-bottom: 1px solid #24336D;

    background-color: white;

    display: none;
    z-index: 3;

    padding: 20px 0px 0px 0px;
}

.Search_Result::-webkit-scrollbar {
    display: block;
}

.Search_Result::-webkit-scrollbar-track {
    border-right: 1px solid #24336D;
    border-bottom: 1px solid #24336D;
    border-bottom-right-radius: 8px;
}

.Search_Result::-webkit-scrollbar-thumb {
    border-radius: 10px;
    border-bottom-right-radius: 25px;
}

.Search_Result h4 {
    margin: 0;
    font-size: 16px;
    color: hsl(0, 0%, 55%);
    padding: 0px 20px 10px 20px;
    cursor: normal;
}

.Search_Result a {
    display: block;
    font-size: 16px;
    color: #24336D;
    text-decoration: none;
    padding: 10px 20px;
}

.Search_Result a:hover {
    background-color: #F3F3F4;
}

.Search_Result hr {
    margin: 10px 0px 20px 0px;
    padding: 0;
    height: 1px;
    background-color: hsl(0, 0%, 67%);
}


.trending {
    color: #25346d;

    width: 100%;
    margin: 0 auto;

    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
}

.trending span {
    font-size: 18px;
    font-weight: 600;
    margin-right: 20px;
}

.Trending_Links {
    display: flex;
}

.Trending_Links a {
    width: max-content;
    text-decoration: none;
    font-size: 14px;
    color: #25346d;
    padding: 5px 30px;
    margin: 0px 5px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.Trending_Links a:hover {
    background-color: #e4ebff;
    border: 1px solid #e4ebff;
}

@media screen and (max-width:1000px) {
    .SearchBar input {
        width: 100%;
    }

    .Search_Result {
        width: 100%;
    }

    .Second_Section {
        padding: 100px 16px 60px 16px;
    }
}

@media screen and (max-width:780px) {
    .trending {
        justify-content: left;
        overflow-x: scroll;
    }

    .trending::-webkit-scrollbar {
        display: none;
    }
}

@media screen and (max-width:450px) {
    .Second_Section {
        padding: 100px 30px 60px 30px;
    }

    .Second_Section h1 {
        font-size: 25px;
    }

    .SearchBar {
        margin: 20px 0px;
    }

    .trending span {
        padding-top: 0;
    }
}






















.Third_Section {
    width: 100%;
    padding: 60px 150px;
    display: flex;
    justify-content: space-between;
}

.Third_Section_Content {
    width: 30%;
}

.Third_Section_Content h1 {
    color: #25346d;
    margin-bottom: 25px;
}

.Third_Section_Content p {
    font-size: 16px;
}

.USP_Main_Wrapper {
    width: 70%;
    height: 320px;

    position: relative;
}

.USP_Wrapper {
    width: 100%;
    height: 320px;
    overflow: hidden;

    padding: 0px 0px 0px 50px;

    overflow-y: scroll;
    position: relative;

    position: relative;
}

.USP_Wrapper::-webkit-scrollbar {
    display: none;
}

.USP_Fade {
    position: absolute;
    bottom: 0;

    width: 100%;
    height: 100px;

    z-index: 3;

    background: linear-gradient(to bottom, rgb(255, 255, 255, 0.1) 0%, rgb(252, 252, 252, 0.9) 100%);
}

.usp_Box {
    position: relative;
    margin-bottom: 40px;

    display: flex;
}

.usp_Box_Number {
    position: absolute;
    top: 0;
    left: 0;

    width: 50px;
    margin: 10px 0px 0px 0px;
}

.usp_Box_Picture {
    width: 50%;
}

.usp_Box_Picture img {
    width: 100%;
    padding: 0px 50px;
}

.usp_Box_Content {
    width: 50%;
    padding: 25px 0px 0px 0px;
}

.usp_Box_Content h1 {
    font-size: 30px;
    color: #25346d;
}

.usp_Box_Content p {
    font-size: 16px;
}


/* mobile */
.usp_Wrapper_Mobile {
    display: none;
    position: relative;
}

.usp_Box_Mobile {
    width: 280px;
    margin: 20px auto;
    height: 400px;
    padding: 20px 25px;
    border-radius: 20px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.usp_Box_Mobile img {
    width: 100%;
    height: 160px;
}

.usp_Box_Content_Mobile {
    width: 100%;
    text-align: center;
}

.usp_Box_Content_Mobile h1 {
    color: #25346d;
    font-size: 16px;
    margin: 16px 0px;
}

.usp_Box_Content_Mobile p {
    font-size: 14px;
}

.usp_Mobile_Button {
    width: 100%;
    position: absolute;
    top: 200px;

    display: flex;
    justify-content: space-between;
}

.usp_Mobile_Button img {
    width: 30px;
}

.usp_Mobile_Button button {
    border: 0;
    background-color: transparent;

}


@media screen and (max-width:1173px) {
    .Third_Section {
        width: 100%;
        padding: 40px 25px;
    }

}

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

    .usp_Wrapper_Mobile {
        display: block;
    }

    .Third_Section {
        flex-direction: column;
    }

    .Third_Section_Content {
        width: 100%;
    }

    .Third_Section_Content h1 {
        text-align: center;
    }

    .Third_Section_Content p {
        text-align: center;
    }
}

@media screen and (max-width:500px) {
    .Third_Section {
        width: 100%;
        padding: 20px 30px;
    }
}



























.Fourth_Section {
    width: 100%;
    padding: 30px 150px 60px 150px;
    text-align: center;
}

.Fourth_Section_Heading {
    color: #25346d;
}

.Fourth_Section_Para {
    color: black;
    font-size: 16px;
    padding: 25px 0px;
}




.Challanges_Wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.Challanges_Box {
    width: 180px;
    height: 150px;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);

    position: relative;


    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Box_Content {
    width: 100%;
    height: 100%;
}

.Box_Content img {
    width: 100px;
    height: 100px;
    margin-top: 7px;
}

.Box_Content p {
    font-size: 14px !important;
    font-weight: 600;
    padding: 0;
}

.OnHover_boxText {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    border-radius: 10px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
    background-color: transparent;

    opacity: 0;
    visibility: hidden;

    padding: 15px;

    display: flex;
    flex-direction: column;
}

.Challanges_Box:hover .OnHover_boxText {
    background-color: #e4eafe;

    opacity: 1;
    visibility: visible;
}

.Hover_Heading {
    font-size: 16px !important;
    font-weight: 600;
    color: #24336D;
    margin-bottom: 5px
}

.Hover_text {
    font-size: 12px !important;
}

@media screen and (max-width:1350px) {
    .Challanges_Box {
        width: 160px;
    }
}

@media screen and (max-width:1173px) {
    .Fourth_Section {
        width: 100%;
        padding: 40px 25px;
        text-align: center;
    }

    .Challanges_Wrapper {
        display: grid;
        grid-template-columns: auto auto auto;
        grid-gap: 20px;
        justify-content: space-evenly;
    }

    .Challanges_Box {
        width: 180px;
    }
}

@media screen and (max-width:650px) {
    .Challanges_Wrapper {
        grid-template-columns: auto auto;
    }

    .Challanges_Box {
        width: 100%;
        height: 100%;
    }

}

@media screen and (max-width:500px) {
    .Fourth_Section {
        padding: 60px 30px;
    }

    .Box_Content p {
        padding: 0px 20px;
    }
}





















.Fifth_Section_Wrapper {
    padding: 60px 150px;
    display: flex;
    justify-content: space-between;
}

.Fifth_Section_Content {
    width: 23%;
}

.Fifth_Section_Content h1 {
    color: #25346d;
    margin: 0;
    margin-bottom: 20px;
}

.Fifth_Section_Content p {
    font-size: 16px;
}

.Fifth_Section_Images {
    width: 75%;
    display: flex;
    justify-content: space-between;
}

.image {
    width: 20%;
    height: 550px;
    border-radius: 20px;

    margin: 10px;

    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;

    position: relative;
    transition: .5s ease-in-out;

    overflow: hidden;
}

.open {
    width: 40%;
}

#image1 {
    background-image: linear-gradient(to bottom, rgb(255, 255, 255, 0%), rgb(36, 51, 109, 25%), rgb(36, 51, 109, 100%)), url("../images//NGO_Formation.svg");
}

#image2 {
    background-image: linear-gradient(to bottom, rgb(255, 255, 255, 0%), rgb(36, 51, 109, 25%), rgb(36, 51, 109, 100%)), url("../images/Legal_Compliance.svg");
}

#image3 {
    background-image: linear-gradient(to bottom, rgb(255, 255, 255, 0%), rgb(36, 51, 109, 25%), rgb(36, 51, 109, 100%)), url("../images/Fundraising.svg");
}

#image4 {
    background-image: linear-gradient(to bottom, rgb(255, 255, 255, 0%), rgb(36, 51, 109, 25%), rgb(36, 51, 109, 100%)), url("../images/Digital_Presence.svg");
}



.Fifth_Section_Images_Content {
    position: absolute;
    bottom: 20px;
    left: 20px;

    transform: translateX(0%);
    transition: all .5s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.Heading_Hover_Animation {

    transform: translateX(-10%);
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.Fifth_Section_Images_Content h1 {
    font-size: 35px;
    color: white;

    transform: rotate(-90deg);
    transform-origin: bottom left;

    position: relative;
    left: 60px;
}





.Fifth_Section_Images_Content_OnHover {
    width: 290px;
    position: absolute;
    bottom: 20px;
    left: 20px;

    transform: translateX(10%);
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.Para_Hover_Animation {
    transform: translateX(0%);
    transition: all .5s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.Fifth_Section_Images_Content_OnHover h1 {
    font-size: 30px;
    color: white;
    margin: 0;
}

.Fifth_Section_Images_Content_OnHover p {
    color: white;
}





/*-------------------------------------------------------------
--------------------------for Mobile---------------------------
--------------------------------------------------------------*/
.mobile_Slides {
    display: none;
}

.Mobile_image_Box {
    width: 290px;
    height: 450px;
    margin: 0 auto;
    border-radius: 30px;

    transition: .3s ease-in-out;
}

.Mobile_Content {
    position: absolute;
    width: 250px;
    bottom: 0;
    padding: 0px 0px 30px 20px;
}

.Mobile_Content h1 {
    color: white;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 600;
    transition: .5s ease-in-out;
}

.Mobile_Content p {
    padding: 10px 0px 0px 0px;
    color: white;
}

.Carousal_Mobile_Arrow {
    position: absolute;
    bottom: 0;

    margin-bottom: 215px;

    width: 100%;
    display: flex;
    justify-content: space-between;
}

.Carousal_Mobile_Arrow button {
    border: 0;
    background-color: transparent;
}




/*-------------------------------------------------------------
--------------------------for Services-------------------------
--------------------------------------------------------------*/
.services_Section {
    position: relative;
    height: 500px;
}


.service_box_Container {
    width: 100%;
    padding: 0px 160px 0px 150px;

    position: absolute;
    top: 0;
    left: 0;

    opacity: 0;
    visibility: hidden;
}

.Services_Container_active {
    opacity: 1;
    visibility: visible;
}







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

.service_Section_Heading h1 {
    color: #25346d;
    margin: 0;
}

.navigation_Arrow button {
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid hsl(226, 93%, 75%);
    padding: 6px 12px 8px 15px;
}

.navigation_Arrow button img {
    width: 8px;
    height: 14px;
}

.navigation_Arrow button:hover {
    background-color: #E4EAFE;
}

.Arrow_left {
    transform: rotatey(180deg);
    margin: 0 10px 0 0;
}



.Services_Container {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
}

.Services_Container::-webkit-scrollbar {
    display: none;
}

.Services_Wrapper {
    display: flex;
    width: fit-content;
    padding: 10px 0px;
}




.box_Service {
    width: 278px;
    margin: 10px 20px 10px 10px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 20px 25px;
    transition: .3s all ease-in-out;
}

.box_Service:hover {
    transition: .3s all ease-in-out;
    transform: scale(1.05);
}


.Category_Name {
    font-size: 14px;
    color: #24336D;
    text-transform: uppercase;
}

.serice_name {
    height: 50px;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
}

.price_Details {
    width: 100%;
    margin: 20px 0px;

    display: flex;
}

.Price {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E4EAFE;
    border-radius: 5px;

    color: #24336D;
    font-weight: bolder;
}

.Price_Text {
    width: 50%;
    padding: 0 0 0 20px;
    margin: 0;
    font-size: 14px;
    color: #24336D;
}


.service_Content {
    font-size: 14px;
}

.box_Buttons {
    width: 100%;
    margin: 20px 0 0 0;

    display: flex;
    flex-direction: column;

    font-size: 14px
}

.box_Buttons button {
    border: 0;
    background-color: hsl(228, 50%, 28%);
    color: white;
    padding: 8px 0px;
    border-radius: 10px;
    margin: 0 0 10px 0;
}

.box_Buttons button:hover {
    background-color: hsl(228, 50%, 38%);
}

.box_Buttons a {
    width: 100%;
    text-decoration: none;
    color: #24336D;
    text-align: center;
}

.box_Buttons a:hover {
    font-weight: 600;
}


/*-------------------------------------------------------------
--------------------------media quries-------------------------
--------------------------------------------------------------*/
@media screen and (max-width:1440px) {
    .Fifth_Section_Images_Content_OnHover {
        width: 250px;
    }

    .Fifth_Section_Images_Content_OnHover h1 {
        font-size: 25px;
    }

    .Fifth_Section_Images_Content_OnHover p {
        font-size: 14px;
    }
}

@media screen and (max-width:1340px) {
    .Fifth_Section_Images_Content_OnHover {
        width: 230px;
    }
}

@media screen and (max-width:1200px) {
    .Fifth_Section_Wrapper {
        padding: 40px 30px;
    }

    .service_box_Container {
        padding: 30px;
    }
}

@media screen and (max-width:1000px) {
    .Fifth_Section_Wrapper {
        flex-direction: column;
        justify-content: center;
    }

    .Fifth_Section_Content {
        width: 100%;
        text-align: center;
    }

    .Fifth_Section_Images {
        width: 100%;
        margin: 0 auto;
    }

    .Fifth_Section_Images_Content_OnHover {
        width: 290px;
    }

    .Fifth_Section_Images_Content_OnHover h1 {
        font-size: 30px;
    }

    .Fifth_Section_Images_Content_OnHover p {
        font-size: 16px;
    }

}

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

    .Fifth_Section_Images_Content_OnHover {
        width: 250px;
    }

    .Fifth_Section_Images_Content_OnHover h1 {
        font-size: 25px;
    }
}

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

    .mobile_Slides {
        display: block;
    }
}

@media screen and (max-width:500px) {
    .Mobile_image_Box {
        transition: .3s ease-in-out;
        width: 250px;
        height: 420px;
    }

    .Fifth_Section_Content h1 {
        text-align: center;
    }

    .Fifth_Section_Content p {
        text-align: center;
    }

    .service_Section_Heading h1 {
        font-size: 25px;
    }

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


















.Sixth_Section {
    width: 100%;
    padding: 60px 150px;
    display: flex;
    justify-content: space-between;
}

.Sixth_Section_Content {
    width: 340px;
}

.Sixth_Section_Content h1 {
    color: #25346d;
    margin-top: 15px;
    margin-bottom: 25px;
}

.Sixth_Section_Content p {
    font-size: 16px;
}

.Sixth_Section_Testimonial {
    width: 850px;
    border-radius: 20px;
}

.Testimonial_Wrapper {
    display: flex;
    padding: 20px;
    justify-content: space-between;

    border-radius: 20px;
}

.Testimonial_Box {
    border-radius: 20px;
    height: 100%;
    min-height: 250px;
    width: 50%;
    margin-right: 20px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 30px;
}

.Testimonial_Box p {
    font-size: 15px;
}

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

.Testimonial_Image {
    width: 60px;
    height: 60px;

    border-radius: 50%;
    display: none;
}

.Testimonial_Image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.The_Detail {
    width: 100%;
    line-height: 0.6;
    margin: 0;
    text-align: left;
}

.The_Detail span {
    line-height: 1;
    font-size: 12px;
    opacity: 0.75;
}

.Testimonial_Buttons {
    margin-left: 20px;
}

.Testimonial_Buttons button {
    border: 0;
    background-color: transparent;
}

.Testimonial_Buttons img {
    width: 40px;
}

/* mobile */
.Sixth_Section_Testimonial_Mobile {
    width: 350px;
    margin: 0 auto;

    display: none;
}

@media screen and (max-width:1300px) {
    .Sixth_Section {
        display: flex;
        flex-direction: column;
    }

    .Sixth_Section_Content {
        width: 100%;
        text-align: center;
    }

    .Sixth_Section_Testimonial {
        margin: 0 auto;
    }
}

@media screen and (max-width:1200px) {
    .Sixth_Section {
        padding: 0px 30px 60px 30px;
    }
}

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

    .Sixth_Section_Testimonial_Mobile {
        display: block;
    }

    .Testimonial_Box {
        height: 270px;
        padding: 20px;
    }
}

@media screen and (max-width:900px) {
    .Testimonial_Box {
        width: 300px;
    }
}