@charset "UTF-8";
/**
*
* -------------------------------------------
*
* Template : Ultimate Tabs for Elementor
* Author : thecodude
* Author URI : http://thecodude.com
*
* -------------------------------------------
*
*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

/** root variables */
:root {
    --ha-primary-color: #E0E0E0;
    --ha-secondary-color: #ff5a5f;
    --ha-text-color: #6B6B72;
    --ha-text-color-light: #ffffff;
    --ha-text-color-dark: #333;
    --ha-bg-color: #fff;
    --ha-bg-light-color: #E0E0E0;
    --ha-border-color: #ECECEC;
    --ha-active-color: #0858FB;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    line-height: 26px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Manrope', serif;
}
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.bg-grey{
    background-color: #f5f5f5;
}

.bg-pink{
    background-color: #fff1e7;
}

.mb-50{
    margin-bottom: 50px;
}

.sec-spacer {
    padding: 80px 0;
}

.bt-1 {
    border-top: 1px solid #ddd;
}

/* -----------------------------
  Common Styles
-------------------------------- */
.accordion-button:hover, .accordion-button:focus {
    color: unset !important;
    background: none;
    border: none;
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-header .ha-faq-title {
    display: inline-block;
    margin-right: 20px;
}
.accordion-button {
    position: relative;
    width: 100%;
    text-align: left;
    border: 0;
    border-radius: 0;
    transition: 0.3s all;
    background: none;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #444;
    font-weight: 600;
    font-size: 24px;
}
.acc-item{
    border: none;
    margin-bottom: 20px;
}
.ha-faq-number {
    text-align: center;
    line-height: 40px;
    margin-right: 16px;
    transition: all 0.4s ease;
    flex: 0 0 auto;
}
.accordion-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: inline-block;
    width: 34px;
    height: 34px;
    background: rgba(160, 89, 22, 0.06);
    border-radius: 20px;
    transition: all 0.4s ease;
}
.accordion-icon::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    background-color: #000000;
    transform: translateX(-50%);
    border-radius: 2px;
    transition: all 0.4s ease;
}
.accordion-icon::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000000;
    border-radius: 2px;
    transition: all 0.4s ease;
}
.acc-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #55585b;
    margin-bottom: 0;
}
/* -----------------------------
  Style 01
-------------------------------- */
.style-1 .accordion-button {
    display: flex;
    align-items: center;
    padding: 27px 20px;
}
.style-1 .acc-item{
    box-shadow: 0 1px 1px 0 rgba(32, 33, 36, 0.12);
    background: #ffffff;
    margin-bottom: 12px;
}
.style-1 .ha-faq-number {
    font-weight: 500;
    font-size: 18px;
    color: #a05916;
    border-radius: 22px;
    background: rgba(160, 89, 22, 0.06);
    width: 40px;
    height: 40px;
}

.style-1 .accordion-icon::before {
    height: 12px;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #a05916;
}

.style-1 .accordion-icon::after {
    width: 12px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #a05916;
}
.style-1 .acc-content {
    padding: 0 70px 8px 77px !important;
    transform: translateY(-3px);
}
.style-1 .acc-item.acc-active .ha-faq-title {
    box-shadow: none;
    background: none;
    color: #a05916;
}
.style-1 .acc-item.acc-active .ha-faq-number {
    background: #a05916;
    color: #ffffff;
}
.style-1 .acc-item.acc-active .accordion-icon {
    background: #a05916;
}
.style-1 .acc-item.acc-active .accordion-icon::before {
    content: unset;
}
.style-1 .acc-item.acc-active .accordion-icon::after {
    background: #ffffff;
    opacity: 1;

}
/* -----------------------------
  Style 02
-------------------------------- */
.style-02 .accordion-button {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    padding: 37px 30px 37px 0px;
    position: relative;
    padding: 20px 30px;
    border: 1px solid #F4F4F4;
}
.style-02 .acc-item.acc-active .accordion-button {
    color: #242e45;
    box-shadow: 0px 8px 20px 0px rgba(28, 32, 53, 0.06);
}
.style-02 .accordion-icon {
    position: absolute;
    top: 33px;
    right: 25px;
    background: none;
}
.style-02 .accordion-icon::before {
    width: 2px;
    height: 15px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #525258;
    border-radius: 2px;
    transition: 0.4s;
}
.style-02 .acc-item.acc-active .accordion-icon::before {
    transform: translate(-50%, -50%) rotate(90deg);
}
.style-02 .accordion-icon::before, .style-02 .accordion-icon::after {
    background-color: #878898;
}
.style-02 .accordion-icon::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #525258;
    border-radius: 2px;
}
.style-02 .acc-content {
    padding: 20px 30px 20px;
    margin: 0;
}
/* -----------------------------
  Style 03
-------------------------------- */
.style-03 .acc-item {
    border: 1px solid #57595c;
    border-radius: 10px;
}
.style-03 .accordion-button {
    font-size: 20px;
    width: 100%;
    padding: 23px 30px;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.style-03 .accordion-icon {
    position: absolute;
    top: 33px;
    right: 25px;
    background: none;
}
.style-03 .accordion-icon::before {
    width: 2px;
    height: 15px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #525258;
    border-radius: 2px;
    transition: 0.4s;
}
.style-03 .acc-item.acc-active .accordion-icon::before {
    transform: translate(-50%, -50%) rotate(90deg);
}
.style-03 .accordion-icon::before, .style-03 .accordion-icon::after {
    background-color: #878898;
}
.style-03 .accordion-icon::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #525258;
    border-radius: 2px;
}
.style-03 .acc-content {
    margin: 0 30px;
    border-top: 1px solid #57595c;
    padding-top: 20px;
    padding-bottom: 10px;
}
/* -----------------------------
  Style 04
-------------------------------- */
.style-04 .acc-item {
    position: relative;
    padding: 0;
}
.style-04 .acc-item:not(:last-child) {
    box-shadow: 0 1px 0 0 rgba(1, 17, 22, 0.14);
}
.style-04 .accordion-button {
    width: 100%;
    padding: 25px 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    text-align: left;
    position: relative;
    padding-right: 30px;
    color: #002b3b;
}
.style-04 .acc-item.acc-active .accordion-button {
    color: #277dff;
}
.style-04 .accordion-icon {
    position: absolute;
    top: 39px;
    right: 25px;
    background: none;
}
.style-04 .accordion-icon::before {
    width: 2px;
    height: 15px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #525258;
    border-radius: 2px;
    transition: 0.4s;
}
.style-04 .acc-item.acc-active .accordion-icon::before {
    transform: translate(-50%, -50%) rotate(90deg);
}
.style-04 .accordion-icon::before, .style-04 .accordion-icon::after {
    background-color: #878898;
}
.style-04 .accordion-icon::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #525258;
    border-radius: 2px;
}
.style-04 .acc-item.acc-active .accordion-icon::after {
    background-color: #277dff;
}
.style-04 .acc-content {
    padding: 0;
    padding-right: 110px;
    padding-bottom: 35px;
}
/* -----------------------------
  Style 05
-------------------------------- */
.style-05 .accordion-button {
    position: relative;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    padding: 25px 30px;
    padding-right: 55px;
    transition: 0.3s;
    color: #000000;
    background-color: #F8F8F8;
    display: flex;
    align-items: center;
    align-content: center;
}
.style-05 .accordion-icon {
    position: absolute;
    top: 47px;
    right: 25px;
    background: none;
    border: 1px solid #a6a182;
}
.style-05 .accordion-icon::before {
    width: 2px;
    height: 15px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #a6a182;
    border-radius: 2px;
    transition: 0.4s;
}
.style-05 .acc-item.acc-active .accordion-icon::before {
    transform: translate(-50%, -50%) rotate(90deg);
}
.style-05 .accordion-icon::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #525258;
    border-radius: 2px;
}
.style-05 .accordion-icon::before, .style-05 .accordion-icon::after {
    background-color: #a6a182;
}
.style-05 .acc-content {
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 17px;
    padding-bottom: 2px;
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 16px;
}
/* -----------------------------
  Style 06
-------------------------------- */
.style-06 .acc-item:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px solid #000000;
}
.style-06 .accordion-button {
    position: relative;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    padding: 21px 30px;
    padding-left: 30px;
    transition: 0.3s;
    color: #16171a;
}

.style-06 .accordion-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    opacity: 1;
    border-radius: 50%;
    background-color: #16171a;
}

.style-06 .accordion-icon {
    position: absolute;
    top: 32px;
    right: 25px;
    background: none;
}
.style-06 .accordion-icon::before {
    width: 2px;
    height: 15px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #a6a182;
    border-radius: 2px;
    transition: 0.4s;
}
.style-06 .acc-item.acc-active .accordion-icon::before {
    transform: translate(-50%, -50%) rotate(90deg);
}
.style-06 .accordion-icon::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #525258;
    border-radius: 2px;
}

.style-06 .acc-content {
    padding: 0px;
    padding-bottom: 25px;
    padding-right: 50px;
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
/* -----------------------------
  Style 07
-------------------------------- */
.style-07 .acc-item {
    border: 1px solid #d9d9d9;
    width: 100%;
    border-radius: inherit !important;
    padding: 18px 30px 18px 25px;
}
.style-07 .accordion-icon {
    right: -10px;
    transform: translateY(-50%);
    display: inline-block;
    border-radius: 0;
    background: #f3f3f3;
}
.style-07 .acc-item.acc-active .accordion-icon{
    background: #ff824d;
    z-index: -1;
}
.style-07 .accordion-icon::before {
    width: 2px;
    height: 15px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #525258;
    border-radius: 2px;
    transition: 0.4s;
}
.style-07 .acc-item.acc-active .accordion-icon::before {
    transform: translate(-50%, -50%) rotate(90deg);
}
.style-07 .accordion-icon::after {
    width: 15px;
    height: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #525258;
    border-radius: 2px;
}
.style-07 .acc-item.acc-active .accordion-icon::after{
    background: #fff;
}
.style-07 .acc-content{
    padding: 10px;
    margin-top: 20px;
}
/* -----------------------------
  Style 08
-------------------------------- */
.style-08 .accordion-header .accordion-button {
    font-size: 18px;
    font-weight: 600;
    border-radius: 0;
    padding: 19px 30px;
    color: #00235a;
    background-color: rgb(255, 255, 255);
}
.style-08 .acc-item {
    border: none;
    border-radius: 0;
    background: transparent;
}
.style-08 .acc-item:not(:last-of-type) {
    margin-bottom: 30px;
}
.style-08 .acc-item.acc-active .accordion-header .accordion-button {
    border: none;
    color: #ffffff;
    background: #00235a;
}
.style-08 .acc-item.acc-active .accordion-button {
    background-color: #EB003D!important;
}
.style-08 .accordion-icon {
    background: none;
}
.style-08 .accordion-icon::before {
    width: 2px;
    height: 15px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #525258;
    border-radius: 2px;
    transition: 0.4s;
}
.style-08 .acc-item.acc-active .accordion-icon::before {
    transform: translate(-50%, -50%) rotate(90deg);
}
.style-08 .accordion-icon::after {
    width: 15px;
    height: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #525258;
    border-radius: 2px;
}
.style-08 .acc-item.acc-active .accordion-icon::after{
    background: #fff;
}
.style-08 .acc-item .acc-content {
    background: transparent;
    padding: 24px 30px 0 30px;
}
/* -----------------------------
 Style 09
-------------------------------- */
.style-09 .acc-item {
    margin-bottom: 30px;
}
.style-09 .accordion-button {
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    padding: 21px 60px;
    padding-left: 30px;
    transition: 0.3s;
    border-radius: 0;
    border: 1px solid #e7e7e7;
}
.style-09 .acc-item.acc-active .accordion-button {
    border: 1px solid black;
}
.style-09 .accordion-icon {
    background: #ff1749;
}
.style-09 .accordion-icon::before {
    width: 2px;
    height: 15px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 2px;
    transition: 0.4s;
}
.style-09 .acc-item.acc-active .accordion-icon::before {
    transform: translate(-50%, -50%) rotate(90deg);
}
.style-09 .accordion-icon::after {
    width: 15px;
    height: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 2px;
}
.style-09 .acc-item.acc-active .accordion-icon::after{
    background: #fff;
}
.style-09 .acc-content {
    padding: 25px 30px;
    padding-right: 40px;
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #767676;
}
/* -----------------------------
  Style 10
-------------------------------- */
.style-10 .acc-item  {
    margin-bottom: 30px;
    background-color: #ffffff;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    box-shadow: 0px 4px 20px 0px rgba(16, 23, 40, 0.06);
}
.style-10 .accordion-button  {
    position: relative;
    width: 100%;
    padding: 18px 28px;
    text-align: left;
    padding-left: 90px;
    font-size: 18px;
    line-height: 24px;
    background-color: rgba(255, 255, 255, 0.5);
}
.style-10 .acc-item.acc-active .accordion-button  {
    background-color: #ca1f26;
    color: #fff;
}

.style-10 .accordion-icon {
    background: #ff1749;
    left: 20px;
}
.style-10 .acc-item.acc-active .accordion-icon {
    background: #fff;
    left: 20px;
}
.style-10 .accordion-icon::before {
    width: 2px;
    height: 15px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 2px;
    transition: 0.4s;
}
.style-10 .acc-item.acc-active .accordion-icon::before {
    transform: translate(-50%, -50%) rotate(90deg);
}
.style-10 .accordion-icon::after {
    width: 15px;
    height: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 2px;
}
.style-10 .acc-item.acc-active .accordion-icon::after{
    background: #ff1749;
}
.style-10 .acc-content {
    position: relative;
    background-color: #fff;
    padding: 23px 30px;
    z-index: 1;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #707480;
    border-radius: 0px 0px 10px 10px;
}
/* -----------------------------
  Responsive Media
-------------------------------- */
@media (min-width: 768px) {
    
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {


}

@media (max-width: 480px) {
    
}
