img{
    width: auto;
    height: auto;
}

html {
    font-size: var(--theme-font-size);
}

body {
    margin: 0;
    font-family: var(--theme-Inter-font-family);
    font-size: var(--theme-font-size);
    font-weight: var(--theme-body-font-weight);
    line-height: var(--theme-body-line-height);
    color: var(--theme-body-color);
    background-color: var(--theme-dark-blue);
    text-align: left;
    letter-spacing: 0;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--theme-satoshi-font-family);
    margin-bottom: 0;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span {
    font-family: var(--theme-satoshi-font-family);
}


p{
    font-family: var(--theme-Inter-font-family);
}

p{
    line-height: 1.3;
}

img {
    height: 100%;
}

.d-flex,
.d-sm-flex,
.d-md-flex,
.d-lg-flex,
.d-xl-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.d-inline-flex,
.d-sm-inline-flex,
.d-md-inline-flex,
.d-lg-inline-flex,
.d-xl-inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}


ul li,
ol li {
    list-style: none;
    padding: 0;
}
ul li {
    list-style: disc;
}
ol li {
    list-style: decimal;
}

.list-unstyled {
    padding-left: 0;
    margin-bottom: 0;
}
.list-style-none {
    list-style: none;
}

.text-italic {
    font-style: italic;
}




.common_title_main{
  
}

.common_title_main .slogan_title{
    text-transform: uppercase;
    color: var( --theme-dark-gray);
    display: block;
    padding-bottom: 10px;
}

.common_title_main .main_title{
    padding-bottom: 10px;
    display: block;
    color: var(--theme-dark-gray);
    line-height: 1.1;
    font-weight: 500;
}

.common_title_main .main_title span{
    color: var(--theme-red);
}

.common_title_main .main_title span br{
    display: none;
}





.border_design_arrow {
    border: 2px solid var(--theme-red-dark);
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: var(--theme-white);
}

.border_design_arrow svg{
    color: var(--theme-red-dark);
}

.border_design_arrow.swiper-button-disabled{
    opacity: 0.5;
    border-color: var(--theme-body-color);
}

.border_design_arrow.swiper-button-disabled svg{
    color: var(--theme-body-color);
}


.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #BABABA;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: var(--theme-red);
}



.primary_btn_outline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    column-gap: .625rem;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    text-transform: capitalize;
    padding: 0.727em 1.818em;
    font-size: 1.375em;
    font-weight: 400;
    border: 2px solid var(--theme-white);
    border-radius: 100px;
    line-height: 1;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.primary_btn .btn_icon,
.primary_btn .btn_text {
    position: relative;
}

.primary_btn .btn_icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    z-index: 1;
    overflow: hidden;
    width: min(1.5625vw, 1.875rem);
    height: min(1.5625vw, 1.875rem);
    background: rgba(255, 255, 255, 0);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: transform 0.5s ease, background 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease, background 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease, background 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease, background 0.5s ease-in-out;
    -o-transition: transform 0.5s ease, background 0.5s ease-in-out;
}

.primary_btn .btn_icon svg {
    width: 100%;
    height: 100%;
}

.primary_btn .btn_text {
    line-height: 1;
    z-index: 2;
    white-space: nowrap;
    transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
}



.primary_btn:hover .btn_icon {
    background: rgba(255, 255, 255, 0.25);
}

.primary_text_btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: var(--theme-primary);
    text-transform: capitalize;
    font-size: 1.125rem;
    font-weight: 500;
    background: transparent;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    padding: 0;
}
.text_btn_underline {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}


.primary_text_btn .btn_icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: .75rem;
}

.common_read_more{
    color: var(--theme-red);
    font-size: min(max(16px, 1.042vw), 20px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}



.common_read_more:active, .common_read_more:focus, .common_read_more:hover {
    outline: 0;
    text-decoration: underline;
}


.primary_text_btn .btn_icon:only-child {
    margin-right: 0;
}

/* start breadcrum */

.breadcrum_new {
    display: inline-block;
    margin-top: 16px;
    width: 100%;
    padding-left: 25px; 
}

.breadcrum_new ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    column-gap: 38px;
}

.breadcrum_new ul li {
    list-style: none;
    color: var(--theme-red-dark);
    position: relative;
    font-size: 14px;
    font-weight: 600;
}

.breadcrum_new ul li a{
    position: relative;
}

.breadcrum_new ul li a::before{
    content: "";
    position: absolute;
    right: -22px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="7" viewBox="0 0 6 7" fill="none"><path d="M6 3.46411L-3.26266e-07 6.92821L-2.34249e-08 9.51289e-06L6 3.46411Z" fill="currentColor"/></svg>');
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 7px;
    opacity: 0.25;
}

.breadcrum_new ul li a{
   color: var(--theme-black); 
}



@media screen and (max-width: 767px) {

.breadcrum_new {
    padding-left: 0px;
}

.breadcrum_new ul {
    column-gap: 24px;
    flex-wrap: wrap;
    row-gap: 10px;
}

.breadcrum_new ul li a::before {
    right: -17px;
}

    .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
    }

}

/* end breadcrum */




.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-evenly {
    justify-content: space-evenly;
}

.align-items-start {
    align-items: flex-start;
}

.align-items-end {
    align-items: flex-end;
}

.align-items-center {
    align-items: center;
}

.align-items-baseline {
    align-items: baseline;
}

.align-items-stretch {
    align-items: stretch;
}

.opacity-01 {
    opacity: 0.1;
}
.opacity-02 {
    opacity: 0.2;
}
.opacity-03 {
    opacity: 0.3;
}
.opacity-04 {
    opacity: 0.4;
}
.opacity-05 {
    opacity: 0.5;
}
.opacity-06 {
    opacity: 0.6;
}
.opacity-07 {
    opacity: 0.7;
}
.opacity-08 {
    opacity: 0.8;
}
.opacity-09 {
    opacity: 0.9;
}
.opacity-1 {
    opacity: 1;
}
.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-3 {
    z-index: 3;
}

.z-index-4 {
    z-index: 4;
}

.z-index-5 {
    z-index: 5;
}

.z-index-6 {
    z-index: 6;
}

.z-index-7 {
    z-index: 7;
}

.z-index-8 {
    z-index: 8;
}

.z-index-9 {
    z-index: 9;
}

.z-index-10 {
    z-index: 10;
}

.text-white {
    color: var(--theme-white);
}

.text-black {
    color: var(--theme-black);
}

.text-yellow {
    color: var(--theme-dark-yellow);
}

.text-green {
    color: var(--theme-light-green);
}
.text-dark-grey {
    color: var(--theme-dark-grey);
}
.text-light-footer {
    color: var(--theme-footer-color-1);
}
.text-dark-footer {
    color: var(--theme-footer-color-2)
}

.bg-yellow {
    background-color: var(--theme-dark-yellow);
}

.bg-green {
    background-color: var(--theme-light-green);
}

.bg-sky-blue {
    background-color: var(--theme-sky-blue);
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.d-inline {
    display: inline;
}

.d-inline-block {
    display: inline-block;
}

.d-block {
    display: block;
}

.d-grid {
    display: grid;
}

.d-inline-grid {
    display: inline-grid;
}

.d-flex {
    display: flex;
}

.d-inline-flex {
    display: inline-flex;
}

.d-none {
    display: none;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.overflow-hidden {
    overflow: hidden;
}

p {
    margin-bottom: 0;
}

.ratio {
    position: relative;
    width: 100%;
}

.ratio::before {
    display: block;
    padding-top: var(--theme-aspect-ratio);
    content: "";
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ratio-1x1 {
    --theme-aspect-ratio: 100%;
}

.ratio-4x3 {
    --theme-aspect-ratio: 75%;
}

.ratio-16x9 {
    --theme-aspect-ratio: 56.25%;
}

.ratio-21x9 {
    --theme-aspect-ratio: 42.8571428571%;
}



.row {
    --theme-gutter-y: 0;
}
.border_design_arrow_second {
    border: 2px solid var(--theme-white);
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: var(--theme-red);
}
.border_design_arrow_second svg path {
    color: var(--theme-white);
}
@media all and (min-width: 576px) {
    .d-sm-inline {
        display: inline;
    }

    .d-sm-inline-block {
        display: inline-block;
    }

    .d-sm-block {
        display: block;
    }

    .d-sm-grid {
        display: grid;
    }

    .d-sm-inline-grid {
        display: inline-grid;
    }

    .d-sm-flex {
        display: flex;
    }

    .d-sm-inline-flex {
        display: inline-flex;
    }

    .d-sm-none {
        display: none;
    }

    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }

    .text-sm-center {
        text-align: center;
    }

    .justify-content-sm-start {
        justify-content: flex-start;
    }

    .justify-content-sm-end {
        justify-content: flex-end;
    }

    .justify-content-sm-center {
        justify-content: center;
    }

    .justify-content-sm-between {
        justify-content: space-between;
    }

    .justify-content-sm-around {
        justify-content: space-around;
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly;
    }
}

@media (min-width: 768px) {
  

    .row {
        --theme-gutter-x: 1.25rem;
    }

    .d-md-inline {
        display: inline;
    }

    .d-md-inline-block {
        display: inline-block;
    }

    .d-md-block {
        display: block;
    }

    .d-md-grid {
        display: grid;
    }

    .d-md-inline-grid {
        display: inline-grid;
    }

    .d-md-flex {
        display: flex;
    }

    .d-md-inline-flex {
        display: inline-flex;
    }

    .d-md-none {
        display: none;
    }

    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }

    .offset-md-1 {
        margin-left: 8.33333333%;
    }

    .offset-md-2 {
        margin-left: 16.66666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333333%;
    }

    .offset-md-5 {
        margin-left: 41.66666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333333%;
    }

    .offset-md-8 {
        margin-left: 66.66666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333333%;
    }

    .offset-md-11 {
        margin-left: 91.66666667%;
    }

    .justify-content-md-start {
        justify-content: flex-start;
    }

    .justify-content-md-end {
        justify-content: flex-end;
    }

    .justify-content-md-center {
        justify-content: center;
    }

    .justify-content-md-between {
        justify-content: space-between;
    }

    .justify-content-md-around {
        justify-content: space-around;
    }

    .justify-content-md-evenly {
        justify-content: space-evenly;
    }
}

@media all and (min-width: 992px) {

    .d-lg-inline {
        display: inline;
    }

    .d-lg-inline-block {
        display: inline-block;
    }

    .d-lg-block {
        display: block;
    }

    .d-lg-grid {
        display: grid;
    }

    .d-lg-inline-grid {
        display: inline-grid;
    }

    .d-lg-flex {
        display: flex;
    }

    .d-lg-inline-flex {
        display: inline-flex;
    }

    .d-lg-none {
        display: none;
    }

    .text-lg-left {
        text-align: left;
    }

    .text-lg-right {
        text-align: right;
    }

    .text-lg-center {
        text-align: center;
    }

    .offset-lg-1 {
        margin-left: 8.33333333%;
    }

    .offset-lg-2 {
        margin-left: 16.66666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333333%;
    }

    .offset-lg-5 {
        margin-left: 41.66666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333333%;
    }

    .offset-lg-8 {
        margin-left: 66.66666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333333%;
    }

    .offset-lg-11 {
        margin-left: 91.66666667%;
    }

    .justify-content-lg-start {
        justify-content: flex-start;
    }

    .justify-content-lg-end {
        justify-content: flex-end;
    }

    .justify-content-lg-center {
        justify-content: center;
    }

    .justify-content-lg-between {
        justify-content: space-between;
    }

    .justify-content-lg-around {
        justify-content: space-around;
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly;
    }
}

@media (min-width: 1200px) {

    .row {
        /* --theme-gutter-x: 0; */
    }

    .d-xl-inline {
        display: inline;
    }

    .d-xl-inline-block {
        display: inline-block;
    }

    .d-xl-block {
        display: block;
    }

    .d-xl-grid {
        display: grid;
    }

    .d-xl-inline-grid {
        display: inline-grid;
    }

    .d-xl-flex {
        display: flex;
    }

    .d-xl-inline-flex {
        display: inline-flex;
    }

    .d-xl-none {
        display: none;
    }

    .text-xl-left {
        text-align: left;
    }

    .text-xl-right {
        text-align: right;
    }

    .text-xl-center {
        text-align: center;
    }

    .offset-xl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xl-11 {
        margin-left: 91.66666667%;
    }

    .justify-content-xl-start {
        justify-content: flex-start;
    }

    .justify-content-xl-end {
        justify-content: flex-end;
    }

    .justify-content-xl-center {
        justify-content: center;
    }

    .justify-content-xl-between {
        justify-content: space-between;
    }

    .justify-content-xl-around {
        justify-content: space-around;
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly;
    }

}

@media (min-width: 1600px) {

    .d-xxl-inline {
        display: inline;
    }

    .d-xxl-inline-block {
        display: inline-block;
    }

    .d-xxl-block {
        display: block;
    }

    .d-xxl-grid {
        display: grid;
    }

    .d-xxl-inline-grid {
        display: inline-grid;
    }

    .d-xxl-flex {
        display: flex;
    }

    .d-xxl-inline-flex {
        display: inline-flex;
    }

    .d-xxl-none {
        display: none;
    }

    .text-xxl-left {
        text-align: left;
    }

    .text-xxl-right {
        text-align: right;
    }

    .text-xxl-center {
        text-align: center;
    }
}

@media (min-width: 1921px) {

    .row {
        --theme-gutter-x: 1.25rem;
    }

    .pt-10 {
        padding-top: .625rem;
    }

    .pt-20 {
        padding-top: 1.25rem;
    }

    .pt-30 {
        padding-top: 1.875rem;
    }

    .pt-40 {
        padding-top: 2.5rem;
    }

    .pt-50 {
        padding-top: 3.125rem;
    }

    .pt-60 {
        padding-top: 3.75rem;
    }

    .pt-70 {
        padding-top: 4.375rem;
    }

    .pt-80 {
        padding-top: 5rem;
    }

    .pt-90 {
        padding-top: 5.625rem;
    }

    .pt-100 {
        padding-top: 6.25rem;
    }

    .pb-10 {
        padding-bottom: .625rem;
    }

    .pb-20 {
        padding-bottom: 1.25rem;
    }

    .pb-30 {
        padding-bottom: 1.875rem;
    }

    .pb-40 {
        padding-bottom: 2.5rem;
    }

    .pb-50 {
        padding-bottom: 3.125rem;
    }

    .pb-60 {
        padding-bottom: 3.75rem;
    }

    .pb-70 {
        padding-bottom: 4.375rem;
    }

    .pb-80 {
        padding-bottom: 5rem;
    }

    .pb-90 {
        padding-bottom: 5.625rem;
    }

    .pb-100 {
        padding-bottom: 6.25rem;
    }
}

@media (max-width: 1500px) {
    body {
        font-size: .875rem;
    }

  

    .primary_btn_outline {
        font-size: .875rem;
    }
    .primary_text_btn {
        font-size: .875rem;
    }
}

@media (max-width: 1199px) {

    .primary_btn .btn_icon {
        width: 20px;
        height: 20px;
    }

}








.seperator {
    width: 100%;
    height: 1px;
}

.form-field {
    display: block;
    width: 100%;
    padding: 14px 14px;
    font-size: min(0.9375vw, 1.125rem);
    font-weight: 400;
    line-height: 1.3;
    color: var(--theme-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--theme-white);
    background-clip: padding-box;
    border: 1px solid rgba(175, 175, 175, 0.60);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-transparent {
    background-color: transparent;
}

select.form-field {
    padding-right: 40px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="9" viewBox="0 0 15 9" fill="none"><path d="M0.484032 1.00544C0.0447245 1.44476 0.0447245 2.1571 0.484032 2.59641L5.9878 8.09466C6.86652 8.9726 8.29053 8.97226 9.16892 8.09399L14.6705 2.59236C15.1098 2.15305 15.1098 1.44071 14.6705 1.00138C14.2312 0.56204 13.5189 0.56204 13.0795 1.00138L8.37074 5.71014C7.93143 6.14956 7.21909 6.14956 6.77979 5.71014L2.07499 1.00544C1.63568 0.5661 0.923451 0.5661 0.484032 1.00544Z" fill="%23333332"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 16px;
}

@media (prefers-reduced-motion: reduce) {
    .form-field {
        transition: none;
    }
}

.form-field:focus {
    color: var(--theme-text-color);
    border-color: #000000;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(243, 248, 255, 0.25);
}

.form-field::-moz-placeholder {
    color: var(--theme-body-color);
    opacity: 0.5;
}

.form-field::placeholder {
    color: var(--theme-body-color);
    opacity: 0.5;
}

.form-field::-webkit-input-placeholder {
    color: var(--theme-body-color);
    opacity: 0.5;
}

.form-field:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input {
    --form-check-bg: var(--theme-white);
    --theme-body-color-rgb: 91, 91, 91;
    --border-color: var(--theme-body-color-rgb);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--form-check-bg);
    background-image: var(--form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(var(--border-color), 0.25);
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

.form-check-input:active {
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: #85e797;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(133, 231, 151, 0.25);
}

.form-check-input:checked {
    background-color: var(--theme-primary);
    border-color: var(--theme-primary);
}

.form-check-input:checked[type=checkbox] {
    --form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
    --form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: var(--theme-primary);
    border-color: var(--theme-primary);
    --form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    cursor: default;
    opacity: 0.5;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.pt-10 {
    padding-top: .625rem;
}

.pt-20 {
    padding-top: 1.25rem;
}

.pt-30 {
    padding-top: 1.875rem;
}

.pt-40 {
    padding-top: 2.08333vw;
}

.pt-50 {
    padding-top: 2.60417vw;
}

.pt-60 {
    padding-top: 3.125vw;
}

.pt-70 {
    padding-top: 3.64583vw;
}

.pt-80 {
    padding-top: 4.16667vw;
}

.pt-90 {
    padding-top: 4.6875vw;
}

.pt-100 {
    padding-top: 5.20833vw;
}

.pb-10 {
    padding-bottom: .625rem;
}

.pb-20 {
    padding-bottom: 1.25rem;
}

.pb-30 {
    padding-bottom: 1.875rem;
}

.pb-40 {
    padding-bottom: 2.08333vw;
}

.pb-50 {
    padding-bottom: 2.60417vw;
}

.pb-60 {
    padding-bottom: 3.125vw;
}

.pb-70 {
    padding-bottom: 3.64583vw;
}

.pb-80 {
    padding-bottom: 4.16667vw;
}

.pb-90 {
    padding-bottom: 4.6875vw;
}

.pb-100 {
    padding-bottom: 5.20833vw;
}

.main {
    overflow: hidden;
}




@media only screen and (max-width: 1199px) {
    body {
        font-size: .875rem;
    }

    

    .primary_text_btn {
        font-size: .875rem;
    }

   

    .form-field {
        font-size: .875rem;
        padding: .625rem;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
    }

  
    .primary_btn_outline {
        font-size: .875rem;
    }


    .primary_text_btn {
        font-size: .875rem;
    }
    

}

@media only screen and (max-width: 767px) {
   
   .primary_btn {
        padding: 12px 20px;
    }
    
    .primary_btn_outline {
        font-size: .875rem;
        border-width: 1.5px;
    }

   

}

/* circle css start */
.circle {
    position: absolute;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    pointer-events: none;
}
/* circle css end */

/* labels start */
.labels {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius-pill);
    -webkit-border-radius: var(--border-radius-pill);
    -moz-border-radius: var(--border-radius-pill);
    -ms-border-radius: var(--border-radius-pill);
    -o-border-radius: var(--border-radius-pill);
    padding: 4px 14px;
    line-height: 1;
}
.label-default {
    background-color: var(--theme-label-bg-rgba);
}
.label-success {
    background-color: var(--theme-label-green);
}

/* labels end */



/* common tabs start */
[class*="__nav__tabs"] {
    column-gap: min(4.427vw, 5.3125rem);
}
[class*="__nav__tabs"] [class*="__tab"] {
    opacity: 0.45;
    cursor: default;
    font-weight: 300;
}
[class*="__nav__tabs"] [class*="__tab"].active {
    opacity: 1;
    font-weight: 600;
}
/* common tabs end */




/* start common page tab slider */



.white_papper_main {
    padding-top: min(max(30px, 2.604vw), 50px);
}

.all_founder_tab_main {
    background: var(--theme-light-gray-color);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    padding: 0px 7.292vw;
}

.all_founder_tab_main_inner .item__wrap {
    text-align: center;
    display: inline-block;
    width: auto;
    min-width: 150px;
    width: 100%;
}

.all_thinkung_slider .swiper-wrapper {
    gap: 0.708vw !important;
    justify-content: space-between;
}

.all_thinkung_slider .areea_data a{
    padding-top: min(max(14px, 1.146vw), 22px);
    padding-bottom: min(max(14px, 1.146vw), 22px);
    padding-left: min(max(25px, 2.604vw), 50px);
    padding-right: min(max(25px, 2.604vw), 50px);
    color: var(--theme-normal-gray);
    opacity: 0.7;
    position: relative;
    font-weight: 500;
    font-family: var(--theme-satoshi-font-family);
    cursor: pointer;
    display: inline-block;
}

.all_thinkung_slider .areea_data.active a{
    opacity: 1;
    font-weight: 700;
    color: var(--theme-black);
}

.all_thinkung_slider .areea_data.active a::before{
    content: "";
    background: var(--theme-red);
    width: 100%;
    height: min(max(2px, 0.208vw), 4px);
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}


.slider_button_founder{
    display: none;
}

.thinking-up-dots{
    display: none;
}


@media (max-width: 991px) {

    .all_founder_tab_main_inner .item__wrap {
        width: 100%;
    }

    .all_thinkung_slider .areea_data a{
        font-size: 18px;
    }

}

   .all_thinkung_slider .areea_data a {
        font-size: 18px;
        white-space: nowrap;
    }


/* end common page tab slider */