/*** 
=============================================
    Faq Style1 Area Css
=============================================
***/
.faq-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 0px;
    z-index: 10;
}

.faq-style1-area.pdb120 {
    padding-bottom: 120px;
}


.faq-style1__content {
    position: relative;
    display: block;
}

.accordion-box {
    position: relative;
    display: block;
}

.accordion-box .block {
    position: relative;
    display: block;
    margin-bottom: 00px;
    transition: all 500ms ease;
}

.accordion-box .block:last-child {
    margin-bottom: 0px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .acc-btn {
    position: relative;
    display: block;
    padding-left: 50px;
    cursor: pointer;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {}

.accordion-box .block .acc-btn h3 {
    color: var(--thm-black);
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active h3 {
    color: #f6712a;
}

.accordion-box .block .acc-btn .icon-outer {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #f6712a;
    border-radius: 3px;
    color: #f6712a;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    cursor: pointer;
    transform: translateY(-50%) rotate(-90deg);
    transition: all 500ms ease;
    z-index: 1;
}

.accordion-box .block .acc-btn.active .icon-outer {
    color: #fff;
    border-color: #f6712a;
    background-color: #f6712a;
    transform: translateY(-50%) rotate(360deg);
}

.accordion-box .block .acc-btn.active .icon-outer i:before {
    position: relative;
    font-size: 12px;
    font-family: 'icomoon' !important;
    font-weight: 400;
    margin: 0px;
    content: "\ea49";
}



.accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding-top: 12px;
    padding-left: 50px;
}

.accordion-box .block .acc-content p {
    margin: 0;
}








:root {
    --thm-font: 'Open Sans', sans-serif;
    --thm-font-2: 'Poppins', sans-serif;
    --thm-font-3: 'Cormorant Garamond', serif;
    --thm-base: #a5c109;
    --thm-base-rgb: 165, 193, 9;
    --thm-gray: #777777;
    --thm-gray-rgb: 199, 199, 199;
    --thm-primary: #6300d9;
    --thm-black: #001b35;
    --thm-black-rgb: 0, 27, 53;
    --thm-gradient: linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    --thm-gradient-2: linear-gradient(180deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
}
