/* Basic css used on all pages goes here */
*:focus-visible {
    outline: 0 !important;
}
.container2 {
    max-width: 1232px;
    margin: 0 auto;
}
.p-tb-120 {
    padding: 120px 0;
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
    .container2 {
        max-width: 720px; 
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container2 {
    max-width: 1232px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.col,
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
.col-auto,
.col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto,
.col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto,
.col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto,
.col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6,
.col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-1   { flex: 0 0 8.333333%;  max-width: 8.333333%; }
.col-2   { flex: 0 0 16.666667%; max-width: 16.666667%; }
.col-3   { flex: 0 0 25%;        max-width: 25%; }
.col-4   { flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-5   { flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-6   { flex: 0 0 50%;        max-width: 50%; }
.col-7   { flex: 0 0 58.333333%; max-width: 58.333333%; }
.col-8   { flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-9   { flex: 0 0 75%;        max-width: 75%; }
.col-10  { flex: 0 0 83.333333%; max-width: 83.333333%; }
.col-11  { flex: 0 0 91.666667%; max-width: 91.666667%; }
.col-12  { flex: 0 0 100%;       max-width: 100%; }
@media (min-width: 576px) {
  .col-sm-1   { flex: 0 0 8.333333%;  max-width: 8.333333%; }
  .col-sm-2   { flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-sm-3   { flex: 0 0 25%;        max-width: 25%; }
  .col-sm-4   { flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-sm-5   { flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-sm-6   { flex: 0 0 50%;        max-width: 50%; }
  .col-sm-7   { flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-sm-8   { flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-sm-9   { flex: 0 0 75%;        max-width: 75%; }
  .col-sm-10  { flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-sm-11  { flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-sm-12  { flex: 0 0 100%;       max-width: 100%; }
}
@media (min-width: 768px) {
  .col-md-1   { flex: 0 0 8.333333%;  max-width: 8.333333%; }
  .col-md-2   { flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-md-3   { flex: 0 0 25%;        max-width: 25%; }
  .col-md-4   { flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-md-5   { flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-md-6   { flex: 0 0 50%;        max-width: 50%; }
  .col-md-7   { flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-md-8   { flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-md-9   { flex: 0 0 75%;        max-width: 75%; }
  .col-md-10  { flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-md-11  { flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-md-12  { flex: 0 0 100%;       max-width: 100%; }
}
@media (min-width: 992px) {
  .col-lg-1   { flex: 0 0 8.333333%;  max-width: 8.333333%; }
  .col-lg-2   { flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-lg-3   { flex: 0 0 25%;        max-width: 25%; }
  .col-lg-4   { flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-lg-5   { flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-lg-6   { flex: 0 0 50%;        max-width: 50%; }
  .col-lg-7   { flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-lg-8   { flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-lg-9   { flex: 0 0 75%;        max-width: 75%; }
  .col-lg-10  { flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-lg-11  { flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-lg-12  { flex: 0 0 100%;       max-width: 100%; }
}
@media (min-width: 1200px) {
  .col-xl-1   { flex: 0 0 8.333333%;  max-width: 8.333333%; }
  .col-xl-2   { flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-xl-3   { flex: 0 0 25%;        max-width: 25%; }
  .col-xl-4   { flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-xl-5   { flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-xl-6   { flex: 0 0 50%;        max-width: 50%; }
  .col-xl-7   { flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-xl-8   { flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-xl-9   { flex: 0 0 75%;        max-width: 75%; }
  .col-xl-10  { flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-xl-11  { flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-xl-12  { flex: 0 0 100%;       max-width: 100%; }
}

/*flex box */
.d-flex,.is-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

/* Flex Direction */
.flex-row {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-row-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-column-reverse {
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

/* Flex Wrap */
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

/* Justify Content */
.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

/* Align Items */
.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

/* Align Self */
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

/* Align Content */
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

/* Order */
.order-0 { -webkit-box-ordinal-group: 1 !important; -ms-flex-order: 0 !important; order: 0 !important; }
.order-1 { -webkit-box-ordinal-group: 2 !important; -ms-flex-order: 1 !important; order: 1 !important; }
.order-2 { -webkit-box-ordinal-group: 3 !important; -ms-flex-order: 2 !important; order: 2 !important; }
.order-3 { -webkit-box-ordinal-group: 4 !important; -ms-flex-order: 3 !important; order: 3 !important; }
.order-4 { -webkit-box-ordinal-group: 5 !important; -ms-flex-order: 4 !important; order: 4 !important; }
.order-5 { -webkit-box-ordinal-group: 6 !important; -ms-flex-order: 5 !important; order: 5 !important; }

/* Gap (Bootstrap 5+) */
.gap-0 { gap: 0 !important; }
.gap-1 { gap: 0.25rem !important; }
.gap-2 { gap: 0.5rem !important; }
.gap-3 { gap: 1rem !important; }
.gap-4 { gap: 1.5rem !important; }
.gap-5 { gap: 3rem !important; }
.column-gap-30 { column-gap: 30px;}
/* Padding and margin classes */
.p-0    { padding: 0 !important; }  
.px-0   { padding-left:0 !important; padding-right: 0 !important; }
.py-0   { padding-top: 0.5rem !important; padding-bottom: 0 !important; }

.m-0    { margin: 0 !important; }  
.mx-0   { padding-left: 0 !important; padding-right: 0 !important; }
.my-0   { padding-top: 0 !important; padding-bottom: 0 !important; }
.m-auto { margin: auto !important; }
@media (max-width: 767px) {
  .p-sm-0 {
    padding: 0 !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0.5rem !important;
    padding-bottom: 0 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

/*text-align */
/* Text alignment */
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}

/* Responsive text alignment */

/* Small devices (≥576px) */
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
}

/* Medium devices (≥768px) */
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-center {
        text-align: center !important;
    }
    .text-md-right {
        text-align: right !important;
    }
}

/* Large devices (≥992px) */
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
}

/* Extra large devices (≥1200px) */
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
}

.color-white {
    color: #fff !important;
}
.brand-color {
    color: #554EF1 !important;    
}
/* Font styles */
.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-semibold {
  font-weight: 600;  
}
.font-medium {
    font-weight: 500;
}
.fw-bold {
  font-weight: 700;
}
.fw-extrabold {
  font-weight: 800;
}

.fst-italic {
  font-style: italic;
}

.fst-normal {
  font-style: normal;
}

/**custom core styles */
.section_caption {
    color: #554EF1;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.14em;
    margin-bottom: 14px;
}
.section_title {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.3; 
    color: #262642; 
    padding-bottom: 16px; 
}
.section_title2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px; 
    color: #262642; 
    padding-bottom: 16px;     
}
.section_desc {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0;
    color: #262642;
    margin: 16px 0 40px;
}

span.highlightTxt {
    color: #554EF1;
}
.glowicon {
    position: relative;
}
.glowicon:before {
    content: "";
    background: url(/wp-content/uploads/2023/10/purple-glow.png);
    height: 40px;
    width: 40px;
    position: absolute;
    left: -22px;
    top: -20px;
    background-size: contain;
}