@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Raleway: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');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700;1,800;1,900&display=swap');
.w3l-about-breadcrumb {
    margin-top: -10px;
    background-size: cover;
    position: relative;
    z-index: 0;
    display: grid;
    padding-top: 2em;
    margin-bottom: -100px;
}

.w3l-about-breadcrumb img {

    width: 470px;
    height: 330px;
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: -20px;

}

.w3l-about-breadcrumb h2.title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-top: 100px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

.w3l-about-breadcrumb h2.title span {
    font-size: 53px;
}

.w3l-about-breadcrumb::before {
    content: "";
    position: absolute;
    top: 0;
    min-height: 91%;
    left: 0;
    right: 0;
    z-index: -1;
    background: #4b6cb7;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #182848, #4b6cb7);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #182848, #4b6cb7);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}

.acc {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.acc h3 {
    text-align: center;
    margin-top: 20px;
    font-size: 38px;
    margin-bottom: 5px;
    z-index: 2;
}

.acc .para {
    text-align: center;
    margin-bottom: 20px;
    z-index: 2;
}

#faq__accordian-main-wrapper {
    width: 840px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    font-size: 20px;

}

.faq__accordion-content p {
    margin: 0;
    font-size: 18px;
    text-align: justify;
}

.faq__accordian-heading {
    /*	background-color: #eeeeee;*/
    background-color: #2f477c;
    padding: 25px 30px 25px 50px;
    display: block;
    margin-bottom: 15px;
    position: relative;
    font-weight: 500;
    text-decoration: navajowhite;
    color: #fff;
}

.faq__accordian-heading:hover {
    color: #fff;
}

.faq__accordian-heading::before {
    content: "\f04b";
    color: #fff;

    /*	color: #ff6c3a;*/
    font-family: fontawesome;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transition: 0.3s linear all;
    -moz-transition: 0.3s linear all;
    -ms-transition: 0.3s linear all;
    -o-transition: 0.3s linear all;
    transition: 0.3s linear all;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}

.faq__accordian-heading.activea {
    background: #4b6cb7;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #182848, #4b6cb7);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #182848, #4b6cb7);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #ffffff;
    border-left: 20px solid #3b5998;

}

.faq__accordian-heading.activea::before {
    -webkit-transition: 0.3s linear all;
    -moz-transition: 0.3s linear all;
    -ms-transition: 0.3s linear all;
    -o-transition: 0.3s linear all;
    transition: 0.3s linear all;
    -webkit-transform: translateY(-50%) rotate(450deg);
    -moz-transform: translateY(-50%) rotate(450deg);
    -ms-transform: translateY(-50%) rotate(450deg);
    -o-transform: translateY(-50%) rotate(450deg);
    transform: translateY(-50%) rotate(450deg);

}

.faq__accordian-heading.activea::before {
    color: #ffffff;
}

.faq__accordion-content {
    display: none;
    padding: 20px 25px;
    z-index: 2;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    background: #fff;
    font-size: 20px;
    position: relative;
    /*    background: #eeecec;*/

}

.circle1 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    opacity: .5;
    top: 80%;
    left: 10%;
    background: #FDC068;
}

.circle2 {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    opacity: .4;
    top: 85%;
    right: 10%;
    background: #FDC068;

}

.circle3 {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    opacity: .2;
    position: absolute;
    bottom: -90%;
    right: 5%;
    background: #FDC068;

}

.circle4 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    opacity: .1;
    bottom: -50%;
    left: 5%;
    background: #FDC068;

}

.circle5 {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    opacity: .3;
    position: absolute;
    bottom: -50%;
    left: 50%;
    background: #FDC068;

}

@media (min-width: 320px) and (max-width: 480px) {
    .w3l-about-breadcrumb h2.title {
        font-size: 22px;

    }

    .w3l-about-breadcrumb h2.title span {
        font-size: 32px;
    }


    .w3l-about-breadcrumb img {

        width: 280px;
        height: 180px;
        margin-left: -20px;
        margin-bottom: 5px;
    }


    .w3l-about-breadcrumb::before {

        min-height: 92%;


    }

    #faq__accordian-main-wrapper {
        width: 300px;
        font-size: 15px;

    }

    .faq__accordion-content p {
        font-size: 14px;

    }

    .circle1 {
        top: 92%;
        left: 10%;

    }

    .circle2 {
        top: 2s10%;
        right: 10%;
        display: none;

    }

    .circle3 {
        top: 93%;
    }

    .acc h3 {
        margin-top: 15px;
        font-size: 28px;
        margin-bottom: 5px;
        z-index: 2;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #faq__accordian-main-wrapper {
        width: 500px;

    }

    .circle3 {
        display: none;
    }
}

@media (min-width: 1024px) and (max-width: 1086px) {
    .circle4 {
        top: 33%;
    }

    .circle5 {
        top: 50%;
    }

    .w3l-about-breadcrumb img {

        width: 450px;

        margin-left: -30px;


    }

    #faq__accordian-main-wrapper {
        width: 700px;

    }
}

@media (min-width: 481px) and (max-width: 767px) {
    #faq__accordian-main-wrapper {
        width: 380px;
        font-size: 15px;

    }

    .circle1 {
        top: 82%;
        left: 10%;

    }

    .w3l-about-breadcrumb img {

        width: 380px;
        height: 250px;
        margin-left: -20px;
        margin-bottom: 5px;
        margin-top: -10px;
    }
}
