.bg-primary-light {
  background: #fff3f0 !important;
}

body .text-primary {
  color: #bf422f !important;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease-out;
}

.animate-on-scroll.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

.animate-on-scroll.zoom-in {
  transform: scale(0.95);
  transition: all 0.6s ease;
}

.animate-on-scroll.zoom-in.show {
  opacity: 1;
  transform: scale(1);
}

body {
    /*  font-family: "Poppins", sans-serif !important;*/
    font-family: "Inter", sans-serif !important;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  box-shadow: none !important;
}

a {
  text-decoration: none !important;
}

.bg-light-orange {
  background: #ffe7df;
}

.btn.btn-outline-primary:focus {
  box-shadow: none;
}
.btn.btn-outline-primary {
  border-color: #333;
  color: #bf422f !important;
  font-size: 12px;
}
.btn.btn-outline-primary:focus {
  box-shadow: none;
}
.btn.btn-outline-primary:hover {
  background: #bf422f !important;
  color: #ffffff !important;
}

.btn {
  cursor: pointer;
}

.btn-primary {
    background: #091E3D !important;
    text-transform: capitalize;
    font-weight: 600 !important;
    border: 1px solid #091E3D !important;
}
    .btn-primary.primary-2 {
        background: #091E3D !important;
        border-color: #091E3D !important;
    }
.btn-primary:hover {
  background: #333 !important;
  color: #ffffff !important;
  border-color: #333 !important;
}
.btn-primary a {
  color: #ffffff;
}

.landing-page .text-light {
  color: #727272 !important;
}
.landing-page .text-primary {
  color: #bf422f !important;
}
.landing-page .w-90 {
  width: 90%;
}
.landing-page p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
}
.landing-page .big-title {
  background: #cfeaff;
  padding: 30px 20px;
  border-radius: 8px;
  height: 100%;
  display: block;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  border: 1px solid #444;
}
.landing-page .big-title h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}
.landing-page .special-text {
  text-decoration: underline;
  font-style: italic;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
.landing-page .special-text .qoute {
  font-size: 60px;
  font-weight: 600;
  color: #00c2ff;
}
.landing-page header {
    padding: 10px 150px;
    /*  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
    position: sticky;
    top: 0;
    z-index: 1030;
    /* Make sure it's above other content */
    /*    background: #ffebe9;*/
    background: #091E3D;
    /*        background: #F8F4EF;*/
    /* Or your desired background */
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.bg-orange {
    background: #fe2311;
}
.landing-page header.scrolled {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    background-color: #091E3D;
    /* optional lighter bg */
    transition: all 0.3s ease-in-out;
}
.landing-page header .logout-btn .btn-check:focus + .btn,
.landing-page header .logout-btn .btn:focus {
  box-shadow: none;
}
.landing-page header .logout-btn .btn {
  border-radius: 100%;
  height: 36px;
  width: 36px;
  background: #bf422f;
  box-shadow: none;
}
.landing-page header .logout-btn .btn i {
  font-size: 18px;
  color: #ffffff;
}
.landing-page header .logout-btn i {
  color: #ffffff;
}
.landing-page header .links {
  display: flex;
  align-items: center;
}
.landing-page header .links button {
  padding: 5px 25px !important;
}
.landing-page header .links ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
    .landing-page header .links ul li {
        margin: 0 15px;
        text-transform: capitalize;
        color: #ffffff;
        cursor: pointer;
    }
.landing-page header .links ul li a {
  color: #000;
}
.landing-page header .links ul li a:hover {
  color: #bf422f;
}
.landing-page section {
    padding: 50px 150px;
}
.landing-page .banner .content-side h1 {
  font-size: 35px !important;
  line-height: 70px;
  font-weight: 600;
  margin: 0px;
}
.landing-page .banner .absolute-set {
  position: absolute;
  left: -40px;
  top: 0;
}

.circle-container .container {
  position: relative;
  width: 170px;
  height: 170px;
}
.circle-container .center-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #2196f3;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.circle-container .center-circle .arrow {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  transform: rotate(-45deg);
}
.circle-container svg {
  width: 100%;
  height: 100%;
  z-index: 0;
}
.circle-container text {
  font-family: sans-serif;
  font-size: 16px;
  fill: #000;
  letter-spacing: 5px;
}
.circle-container .rotating-text {
  animation: rotate 10s linear infinite;
  width: 100%;
  height: 100%;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

.bounce-image {
  animation: floatUpDown 2s ease-in-out infinite;
  display: inline-block;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.special-tag {
  position: relative;
  font-size: 52px;
  line-height: 70px;
  z-index: 9;
  font-weight: 800;
}
.special-tag:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 100%;
  background: #00c2ff;
  top: 36px;
  z-index: -1;
}

.main-btn {
  text-decoration: none;
  text-transform: capitalize;
  padding: 10px 20px;
  border: 2px solid #262626;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
  overflow: hidden;
  color: #ffffff;
  background: #222;
}
.main-btn:hover {
  color: #f15a24;
}

@keyframes animate {
  0% {
    top: 0;
    left: -50%;
  }
  100% {
    top: 0;
    left: 120%;
  }
}
/*.all-course {
  background: #fafafa;
}*/
.all-course p {
  color: #727272;
}
.all-course .text-center .spark-container .spark-lines {
  top: -25px;
  left: -25px;
}

.al-services {
  background: #fafafa;
}
.al-services .col-lg-4 {
  margin-top: 35px;
}
.al-services .al-service-box {
  background: #ffffff;
  border-radius: 6px;
  transition: all 0.4s;
  height: 100%;
  border: 1px solid #ddd;
}
.al-services .al-service-box:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
}
.al-services .al-service-box:hover .btn {
  background: #bf422f;
  color: #ffffff !important;
}
.al-services .al-service-box .al-service-icon {
  background: #f8e0dd;
  border-radius: 100%;
  display: inline-block;
  padding: 10px;
  width: 74px;
  height: 74px;
  text-align: center;
}
.al-services .al-service-box .al-service-icon i {
  color: #000;
  display: inline-block;
  font-size: 30px;
  line-height: 56px;
}
.al-services .al-service-box h3 {
  color: #4f5d66;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.al-services .al-service-box p {
  color: #828282;
  font-weight: 300;
  margin-bottom: 0;
}

..disclaimer-section {
    position: relative;
    padding: 120px 0 70px;
}
..disclaimer-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
    .disclaimer-section img {
        width: 100%;
        position: relative;
    }
.disclaimer-section .list-style-one {
    position: relative;
}
    .disclaimer-section .list-style-one li {
        width: 100%;
        position: relative;
        font-size: 14px;
        line-height: 26px;
        color: #222222;
        font-weight: 400;
        border: 1.2px dotted #666;
        margin: 15px 10px;
        padding: 20px;
        border-radius: 10px;
        list-style: none;
    }
        .disclaimer-section .list-style-one li a:hover {
            color: #bf422f;
        }
.disclaimer-section .content-column {
    position: relative;
    margin-bottom: 50px;
}
    .disclaimer-section .content-column .inner-column {
        position: relative;
        padding-left: 30px;
    }
.disclaimer-section .text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
}
.disclaimer-section .list-style-one {
    margin-bottom: 20px;
}
.disclaimer-section .btn-box {
    position: relative;
}
.disclaimer-section .btn-box a {
    padding: 15px 50px;
}
.disclaimer-section .image-column {
    position: relative;
}
.disclaimer-section .image-column .inner-column {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}
.disclaimer-section .image-column .inner-column:before {
    position: absolute;
    left: -75px;
    top: 65px;
    height: 520px;
    width: 520px;
    background-image: url(https://i.ibb.co/fxJ1jtC/about-circle-1.png);
    content: "";
}

.btn.btn-dark {
  padding: 12px 26px !important;
}

.btn-box-2 {
  margin-bottom: -90px;
}

.title-big {
  padding: 0 300px;
}
.title-big h4 {
  line-height: 58px;
  font-size: 42px;
}
.title-big span {
  color: #737373;
}

@keyframes vibrate {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(-1px, 1px);
  }
  50% {
    transform: translate(1px, -1px);
  }
  75% {
    transform: translate(-1px, 1px);
  }
  100% {
    transform: translate(0);
  }
}
.vibrate {
  animation: vibrate 1.5s ease-in-out infinite;
}

.faqs {
/*  min-height: 100vh;*/
  background: rgba(248, 248, 255, 0.85);
}
.faqs .accordion .accordion-item:not(.active):not(:first-child) .accordion-header,
.faqs .accordion .accordion-item.active + .accordion-item .accordion-header {
  border-top: none !important;
}
.faqs .accordion-header + .accordion-collapse .accordion-body {
  padding-top: 15px;
}
.faqs .accordion-body {
  font-size: 14px;
}
.faqs h2 {
  margin: 0;
  border: 0;
  line-height: 2;
}
.faqs .accordion-item {
  border: 0;
  background: #ffffff;
  margin-bottom: 30px;
  box-shadow: none;
  border: 1px solid #e8e8e8 !important;
}
.faqs .accordion .accordion-item.active {
  box-shadow: none;
}
.faqs .accordion-button {
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.3px;
  border-bottom: 1px solid #eee;
}
.faqs .accordion-button:not(.collapsed) {
  background: transparent;
}

@media (max-width: 1450px) {
  body .landing-page .banner .content-side h1 {
    font-size: 46px;
    line-height: 60px;
  }
  body .spark-container h1 {
    font-size: 36px;
    line-height: 50px;
  }
  body .quoted-text {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 1280px) {
  body .faqs .accordion-button {
    font-size: 14px;
  }
  body .quoted-text {
    font-size: 14px;
    line-height: 26px;
  }
  body .landing-page .banner .content-side h1 {
    font-size: 43px;
    line-height: 56px;
  }
  .breadcrumb.custom-style .position-objects .book,
  .breadcrumb.custom-style .position-objects .native {
    display: none;
  }
  .landing-page .btn-box-2 {
    margin-bottom: 0;
  }
  .landing-page .title-big {
    padding: 0 30px;
  }
  .landing-page .title-big h4 {
    line-height: 48px;
    font-size: 34px;
  }
}
@media (max-width: 400px) {
  body header {
    padding: 20px 20px;
  }
  body header .links {
    margin-top: 25px;
  }
}
.text-center .spark-container .spark-lines {
  top: -25px;
  left: 100px;
}

.spark-container {
  position: relative;
  display: inline-block;
}
.spark-container h1 {
  font-size: 42px;
  line-height: 62px;
  font-weight: 700;
}
.spark-container .spark-lines {
  position: absolute;
  top: -18px;
  left: -20px;
  width: 30px;
  height: 30px;
}
.spark-container .line {
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: #F44336;
  border-radius: 2px;
  transform-origin: left center;
}
.spark-container .line1 {
  transform: rotate(14deg);
  top: 33px;
  left: -7px;
}
.spark-container .line2 {
  transform: rotate(45deg);
  top: 11px;
  left: 3px;
}
.spark-container .line3 {
  transform: rotate(68deg);
  top: 3px;
  left: 20px;
}
    .spark-container .highlight-word {
        position: relative;
        display: inline-block;
        font-weight: 700;
        color: #091E3D;
        padding-bottom: 20px;
        /* space for underline */
    }
.spark-container .highlight-word svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  z-index: -1;
}
.spark-container .highlight-word path {
  stroke: #bf422f;
  stroke-width: 2.5;
  fill: none;
}
.spark-container .highlight-word path:nth-child(2) {
  transform: translateY(4px);
  /* slight vertical offset for second line */
}

.quoted-text {
  background: #fff1ef;
  padding: 20px 30px;
  margin-top: 30px;
  border-radius: 10px;
/*  font-family: "Satisfy", cursive;*/
  font-size: 19px;
  line-height: 30px;
}

.new-quote-text {
    font-family: "Satisfy", cursive;
}

.quoted-text i {
    font-size: 40px;
    color: #bf422f;
}

.will-get {
  background: #fafafa;
}
.will-get .text-center .spark-container .spark-lines {
  top: -35px;
  left: 153px;
}
.will-get .al-service-icon img {
  width: 45px;
}

.will-get .al-service-box h5 {
  margin-top: 30px;
}

.all-course .al-service-box .content-side {
  width: -webkit-fill-available;
  display: block;
  margin-left: 20px;
}

.al-service-box {
  height: 100%;
}
.al-service-box .img-box {
  width: 130px;
  height: 90px;
  overflow: hidden;
}
.al-service-box .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
}
.al-service-box h5 {
  margin-top: 0px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 26px;
  font-size: 18px;
}
.al-service-box p {
  color: #727272;
  font-size:13px;
}

.all-course .nav-pills .nav-link.active,
.all-course .nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #bf422f !important;
}
.all-course .nav-pills .nav-link {
  background: 0 0;
  border: 1px solid #9e9e9e;
  border-radius: 0.25rem;
  color: #555;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background: #bf422f !important;
  color: #ffffff !important;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.video-play .course-detail .main-img {
  border-radius: 0px;
}
.video-play .course-detail .inside-border {
  border: 0;
  border-radius: 0;
  padding: 0;
}
.video-play .video-list-box {
  background: #f8f8f8;
  padding: 20px;
  border: 1px solid #dedede;
}
.video-play .video-list-box .upper-title h5 {
  font-weight: 600;
}
.video-play .video-list-box .upper-title span {
  font-size: 14px;
  color: #818080;
}
.video-play .video-list-box .list-play {
  display: flex;
}
.video-play .video-list-box .list-play .img-box {
  border: 2px solid #9d9d9d;
  width: 120px;
  height: 70px;
  overflow: hidden;
}
.video-play .video-list-box .list-play .img-box img {
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.video-play .video-list-box .list-play .detail-side {
  margin-left: 15px;
}
.video-play .video-list-box .list-play .detail-side h6 {
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
  margin-bottom: 0px;
  cursor: pointer;
}
.video-play .video-list-box .list-play .detail-side span {
  font-size: 12px;
  color: #666;
}

/* /////////CONTACT US MODAL */
.contact-us-modal .modal-content {
  width: 65%;
}
.contact-us-modal .modal-content .modal-header {
  padding: 12px 20px;
}
.contact-us-modal .modal.show .modal-dialog {
  background: #fff;
  padding: 30px;
  max-width: 800px;
}
.contact-us-modal form .form-control:focus {
  box-shadow: none;
}
.welcome-page-new{
background: #F8F4EF;
}
.welcome-page {
  /* Firefox support */
  /* For the scrollable box */
  /* Custom scrollbar */
  /* Make the track green */
  /* Thumb appears small due to limited scroll area */
}
.welcome-page .scroll-thin {
  height: 400px;
  overflow-y: scroll;
}
.welcome-page .scroll-thin::-webkit-scrollbar {
  width: 6px;
}
.welcome-page .scroll-thin::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 100px;
  margin: 50px 0;
}
.welcome-page .scroll-thin::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 100px;
}
.welcome-page .small-title {
  display: inline-block;
  background-color: #ffebe9;
  color: #e23a25;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

    .welcome-page-new .text-style {
        font-weight: bold;
        text-transform: uppercase;
        color: white; /* or transparent */
        -webkit-text-stroke: 1.5px black; /* Stroke outline */
        line-height: 45px;
    }

.collage-container {
    position: relative;
    display: flex;
    gap: 20px;
}

.image-block {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    z-index: 2;
}

    .image-block img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .image-block .dash-img1 {
        border-radius: 0 0 0 100px;
        margin-top: 45px;
    }

    .image-block .dash-img2 {
        border-radius: 0 100px 0 0;
    }

    .shape {
        position: absolute;
        border-radius: 50%;
        z-index: 2;
        animation: float 6s infinite ease-in-out;
    }

.red-circle {
    width: 100px;
    height: 100px;
    background-color: #bf422f;
    bottom: -20px;
    left: -20px;
    animation-delay: 0s;
}

.blue-circle {
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #bf422f;
    top: 0;
    right: 53%;
    z-index: 1;
    animation: float 5s ease-in-out infinite;
}

.black-circle {
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #132431;
    top: 75%;
    right: 0;
    z-index: 1;
    animation: float 5s ease-in-out infinite;
}

.star-rounded2 {
    position: absolute;
    width: 30px;
    background-color: #eb4e2b;
    border-radius: 50%;
    top: 83%;
    right: 0;
    z-index: 5;
    animation: float 5s ease-in-out infinite;
}



/* Vertical and horizontal parts */
.star-rounded2::before,
.star-rounded2::after {
    content: '';
    position: absolute;
    background-color: #bf422f;
    border-radius: 50%;
}

    .star-rounded2::before {
        width: 50px;
        height: 10px;
        top: 10px;
        left: 10px;
    }

    .star-rounded2::after {
        width: 10px;
        height: 50px;
        top: -10px;
        left: 30px;
    }

/*.yellow-semi {
    width: 80px;
    height: 100px;
    background-color: #C6C9BE;
    border-radius: 0 0 50% 50%;
    top: 75%;
    right: -41px;
    animation-delay: 2s;
    z-index: 1;
}*/
.star-rounded {
    position: absolute;
    width: 30px;
    background-color: #eb4e2b;
    border-radius: 50%;
    top: 40px;
    right: 0;
    z-index: 5;
    animation: float 5s ease-in-out infinite;
}


    /* Vertical and horizontal parts */
    .star-rounded::before,
    .star-rounded::after {
        content: '';
        position: absolute;
        background-color: #737979;
        border-radius: 50%;
    }

    .star-rounded::before {
        width: 70px;
        height: 10px;
        top: 0;
        left: -30px;
    }

    .star-rounded::after {
        width: 10px;
        height: 70px;
        top: -29px;
        left: 0;
    }

/* Optional floating animation */
@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }

    100% {
        transform: translateY(0);
    }
}


@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0); }
}

}
.welcome-page .all-webinar .course-card:hover {
  filter: none;
}
.welcome-page .all-webinar h2 {
  border-bottom: 2px solid #F44336;
  display: inline-block;
}
.welcome-page .all-webinar .webinar-card {
  border: 1px solid #000000;
  margin: 0;
}
.welcome-page .all-webinar .webinar-card .img-detail .lesson-count {
  background: #3d3d3d;
}
.welcome-page .all-webinar .webinar-card .btn.btn-dark {
  padding: 5px 20px !important;
  font-size: 13px;
}
.welcome-page .all-webinar .webinar-card.color-1 {
  background-color: #ffefbf;
}
.welcome-page .all-webinar .webinar-card.color-1 .btn.btn-dark {
  background: #c67b0b;
}
.welcome-page .all-webinar .webinar-card.color-2 {
  background-color: #eadaff;
}
.welcome-page .all-webinar .webinar-card.color-2 .btn.btn-dark {
  background: #a45fff;
}
.welcome-page .all-webinar .webinar-card.color-3 {
  background-color: #d1eeff;
}
.welcome-page .all-webinar .webinar-card.color-3 .btn.btn-dark {
  background: #0083ec;
}
.welcome-page p {
  color: #656565;
}
.welcome-page .all-course .course-card:hover {
  filter: none !important;
}
.welcome-page .all-course .course-card {
  border: 1px solid #e3e3e3;
  margin: 0;
  align-items: center;
  height: 100%;
  padding: 15px;
  margin-bottom: 15px;
}
.welcome-page .all-course .course-card.active {
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.welcome-page .all-course .course-card.active .img-detail .title {
  text-decoration: underline;
}
.welcome-page .all-course .course-card.active .img-detail .title a {
  color: #F44336;
}
.welcome-page .all-course .course-card .img-box {
  height: 100%;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #d0d0d0;
  background: #eee;
}
.welcome-page .all-course .course-card .link-underline-warning {
  border-bottom: 1px solid orange;
  color: #000000;
  font-weight: 500;
}
.welcome-page .all-course .course-card .img-detail p {
  margin-bottom: 0;
  color: #525252;
  display: -webkit-box;
  margin-top: 8px;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em;
  max-height: 6.8em;
}
.welcome-page .all-course .video-card-list {
  padding: 16px;
  background: #fff;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.welcome-page .all-course .video-card-list .small-title {
  padding: 6px 25px;
  font-size: 11px;
  margin-bottom: 10px;
}
.welcome-page .all-course .video-card-list .video-card {
  display: flex;
}
.welcome-page .all-course .video-card-list .video-title a {
  color: #222;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
}
.welcome-page .all-course .video-card-list .video-thumbnail {
  position: relative;
  width: 40%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eee;
}
.welcome-page .all-course .video-card-list .video-thumbnail .video-icon {
  position: absolute;
  top: 25px;
  left: 38%;
  cursor: pointer;
}
.welcome-page .all-course .video-card-list .video-thumbnail .video-icon i {
  height: 36px;
  width: 36px;
  display: block;
  background: #bf422f;
  text-align: center;
  line-height: 36px;
  border-radius: 100%;
  color: #fff;
}
.welcome-page .all-course .video-card-list .video-thumbnail img {
  width: 165px;
  height: 100px;
}
.welcome-page .all-course .video-card-list .video-detail {
  width: 75%;
}
.welcome-page .all-course .video-card-list .video-detail p {
  font-size: 12px;
  line-height: 18px;
  margin-top: 5px;
}
.welcome-page .all-course .course-border {
  padding: 20px 20px;
  border-radius: 10px;
  background: #fcf0f0;
}
.welcome-page .all-course h2 {
  border-bottom: 2px solid #F44336;
  display: inline-block;
}

.stock-welcome {
  position: relative;
}
.stock-welcome .img-wrapper {
  position: absolute;
  width: 60px;
  height: 60px;
  margin: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.stock-welcome .img-wrapper .line {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 60px;
  /* You can change this for visual */
  width: 4px;
  background: linear-gradient(to bottom, #ffbeb7, rgba(0, 0, 0, 0));
  z-index: 0;
}
.stock-welcome .img-box-set img {
  width: 40px;
  height: 40px;
}
.stock-welcome .img-box-set .img-1 {
  top: 50px;
  right: 60px;
}
.stock-welcome .img-box-set .img-2 {
  bottom: 80px;
  right: 180px;
}
.stock-welcome .img-box-set .img-3 {
  top: 50px;
  left: 60px;
}
.stock-welcome .img-box-set .img-4 {
  bottom: 80px;
  left: 180px;
}
    .stock-welcome.hero {
        /*  position: relative;
  padding: 80px 20px;
  text-align: center;*/
/*        background-color: #ffebe9;*/
        overflow: hidden;
    }
/*.stock-welcome.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background-image: linear-gradient(#dedede 1px, transparent 1px), linear-gradient(to right, #dedede 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: 0.3;
  transform: scale(1.2);
  z-index: 0;
}*/
.stock-welcome .content-set {
  position: relative;
  z-index: 1;
/*  padding: 0 100px;*/
}
.stock-welcome h2 {
  font-size: 2.5rem;
  line-height: 3.3rem;
  margin-bottom: 16px;
  color: #111;
  max-width: 1000px;
  display: inline-block;
}
.stock-welcome p {
  font-size: 14px;
  line-height: 25px;
  color: #444;
  max-width: 510px;
/*  margin: 0 auto 30px;*/
}

.telegram-payment .icon-position-set {
  text-align: center;
}
.telegram-payment b {
  color: #212121;
}
.telegram-payment .icon-set {
  width: 65px;
  margin-top: -56px;
  height: 65px;
  border-radius: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.telegram-payment .icon-set img {
  width: 66px;
}
.telegram-payment .spe-card {
  border-radius: 10px;
  padding: 30px;
  height: 100%;
}
.telegram-payment .spe-card h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}
.telegram-payment .spe-card p {
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 12px;
}
.telegram-payment .spe-card a {
  font-size: 14px;
}
.telegram-payment .spe-card.telegram {
  border-top: 1px solid #eee;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.telegram-payment .spe-card.telegram .bottom-img img {
  width: 230px;
  margin-top: -115px;
}
.telegram-payment .spe-card.payment {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.telegram-payment .spe-card.payment .plan-text {
  margin-top: 30px;
  display: block;
}
.telegram-payment .spe-card.payment .plan-text .plan-date {
  font-size: 16px;
  margin-top: 10px;
  padding: 5px 10px;
  background-color: #ffcbce;
  font-weight: 600;
  cursor: pointer;
}
.telegram-payment .spe-card.payment .plan-see-more {
  font-size: 10px;
  background: #f5f5f5;
  padding: 10px;
  line-height: 15px;
}
.telegram-payment .spe-card.payment .plan-icon {
  height: 66px;
  width: 66px;
  line-height: 66px;
  margin-top: -54px;
  border-radius: 100%;
  text-align: center;
  background: #e0e1ff;
  margin-bottom: 20px;
  box-shadow: rgba(228, 228, 228, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  transition: background-color 1s ease-in-out;
  /* Animation added here */
  animation: colorCycle 9s infinite;
}
.telegram-payment .spe-card.payment .plan-icon i {
  font-size: 26px;
}

@keyframes colorCycle {
  0% {
    background-color: #a1cbff;
  }
  33% {
    background-color: #7ee48e;
  }
  66% {
    background-color: #bcbeff;
  }
  100% {
    background-color: #fca2a2;
  }
}
body .sec-padding {
  padding: 50px 80px;
}

.profile-changepsw.change-password .input-group-text {
  background: #fff;
  border-radius: 0 8px 8px 0;
  border: 1px solid #a1a5ad;
}
.profile-changepsw.change-password input {
  border-radius: 8px 0 0 8px !important;
}
.profile-changepsw.profile-page .form-side {
  background-color: #fafafa;
  padding: 40px;
  border-radius: 18px;
  border: 1px solid #b3b6c0;
}
.profile-changepsw.profile-page .bg-img-set {
  background: #feedee;
  height: 100%;
  display: flex;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #ddd;
}
.profile-changepsw.profile-page .bg-img-set img {
  width: 75%;
}
.profile-changepsw input {
  background: #fff;
}
.profile-changepsw input,
.profile-changepsw select {
  width: 100%;
  border: none;
  outline: none;
  color: #6b7385;
  border-radius: 8px !important;
  border: 1px solid rgba(107, 115, 133, 0.5);
  padding: 12px 20px;
}
.profile-changepsw .form-control[readonly] {
  background-color: #fff;
}

.landing-page header .links .user-menu-wrapper .dropdown .btn.user-dropdown:focus {
  box-shadow: none;
}
.landing-page header .links .user-menu-wrapper .dropdown a:hover.dropdown-item {
  transform: none;
  background-color: #fff;
}
.landing-page header .links .user-menu-wrapper .dropdown a.user-dropdown {
  padding: 0;
}
    .landing-page header .links .user-menu-wrapper .dropdown a.user-dropdown i {
        /*  color: #bf422f;
  font-size: 25px;*/
        color: #0a0a0a;
        font-size: 25px;
        background: #DFDED9;
        height: 45px;
        width: 45px;
        border-radius: 50%;
        line-height: 1.8;
    }

.landing-page header .links .user-menu-wrapper .dropdown ul {
  padding: 10px 0;
}
.landing-page header .links .user-menu-wrapper .dropdown-menu-end {
  right: 10px;
}
.landing-page header .links .user-menu-wrapper li {
  margin: 0;
  font-size: 14px;
}
.landing-page header .links .user-menu-wrapper li .ri-22px,
.landing-page header .links .user-menu-wrapper li .ri-22px:before,
.landing-page header .links .user-menu-wrapper li i {
  font-size: 18px;
}

.video-player .back-btn-box a {
  position: absolute;
  top: 100px;
}
.video-player .back-btn-box a i {
  font-size: 25px;
}
.video-player video {
  height: 475px;
  margin-top: -40px;
}
.video-player .laptop-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-slider .blog-slider {
  width: 100%;
  position: relative;
  margin: auto;
  padding: 20px 20px;
  border-radius: 10px;
/*  background: #fcf0f0;*/
  height: 100%;
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .custom-slider .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .custom-slider .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .custom-slider .blog-slider {
    height: 350px;
  }
}
.custom-slider .blog-slider__item {
  display: flex;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .custom-slider .blog-slider__item {
    flex-direction: column;
  }
}
.custom-slider .blog-slider__item .blog-slider__img {
  margin-right: 25px;
}
.custom-slider .blog-slider__item .blog-slider__content {
  max-height: 450px;
  overflow-y: hidden;
  transition: all 0.3s ease;
}
.custom-slider .blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.custom-slider .blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.custom-slider .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.custom-slider .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.custom-slider .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.custom-slider .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.custom-slider .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.custom-slider .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.custom-slider .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.custom-slider .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.custom-slider .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.custom-slider .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.custom-slider .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.custom-slider .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.custom-slider .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.custom-slider .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.custom-slider .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.custom-slider .blog-slider__img {
  width: 50%;
  flex-shrink: 0;
  height: 100%;
/*  overflow: hidden;*/
}
.custom-slider .blog-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .custom-slider .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .custom-slider .blog-slider__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .custom-slider .blog-slider__img {
    height: 270px;
  }
}
.custom-slider .blog-slider__content {
  width: 100%;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .custom-slider .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .custom-slider .blog-slider__content {
    padding: 0;
  }
}
.custom-slider .blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.custom-slider .blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.custom-slider .blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.custom-slider .blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.custom-slider .blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
  .custom-slider .blog-slider__button {
    width: 100%;
  }
}
.custom-slider .blog-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.custom-slider .blog-slider .swiper-pagination-custom,
.custom-slider .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.custom-slider .blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .custom-slider .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.custom-slider .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .custom-slider .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.custom-slider .blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.custom-slider .blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fd3838;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
@media screen and (max-width: 768px) {
  .custom-slider .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}/*# sourceMappingURL=custom.css.map */


/*new-home*/
.left-img img {
    transform: rotate(-40deg);
    position: absolute;
    left: -43px;
    border-radius: 10px;
    top: 45px;
    width: 250px;
    height: 250px;
}

.right-img img {
    transform: rotate(35deg);
    position: absolute;
    right: 90px;
    top: 110px;
    width: 250px;
    height: 250px;
    border-radius: 10px;
}

.bi.bi-quote:before {
    vertical-align: 8px;
}

.registe-now-btn, .follow-us-btn {
    text-transform: capitalize;
    padding: 10px 20px;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 10px;
}

    .follow-us-btn:hover {
        background: #FE2311;
        color: #ffffff;
    }

    .registe-now-btn {
        border: 2px solid #091E3D;
        background: #091E3D;
        color: #ffffff;
    }

.follow-us-btn {
    background: #ffffff;
    border: 2px solid #FE2311;
    color: #FE2311;
}

.fade-left {
    animation: fadeLeft 1s ease forwards;
}

.fade-right {
    animation: fadeRight 1s ease forwards;
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.al-service-icon.icon-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50%; /* makes it a circle */
    border: 2px dotted #333; /* dotted border */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto; /* center horizontally */
}

al-service-icon.icon-wrapper img {
    width: 60px; /* adjust size of your image */
    height: auto;
}

.al-service-box{
    border-radius: 10px;
}

.followers-box {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
}

.avatars {
    display: flex;
}

    .avatars img,
    .avatar-text {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 2px solid #fff;
        object-fit: cover;
        margin-left: -10px; /* overlap effect */
    }

        .avatars img:first-child {
            margin-left: 0;
        }

.avatar-text {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f3f3;
    font-weight: bold;
    color: red;
}

.followers-text {
    font-size: 16px;
    font-weight: 600;
    color: #1d273b;
}

.about-img-box {

}

/* polygon image */
.about-img-box img {
    background-image: url('../images/polygon-img.png');
    background-size: cover;
}

.about-text{
    font-size:14px;
}

/* Top red section */
.stats-header {
/*    background: #FE2311;*/
    color: white;
/*    padding: 80px 20px;*/
    text-align: center;
    background-size: cover;
    background-position: center;
    position: relative;
/*    background-image: url('../images/why-choose-img.jpg');*/
}

    .stats-header::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /*background: rgba(172, 41, 19, 0.9);*/ /* dark red overlay */
/*        background-image: url('../images/trade-img1.jpg');*/
/*        background-image: url('../images/why-choose-img.jpg');*/
        filter: blur(2px);
        z-index: 1;
        object-fit: cover;
        background-size: cover;
    }

.stats-container {
    display: flex;
    justify-content: space-around;
    background: #fff;
    padding: 40px 20px;
    flex-wrap: wrap;
    z-index: 2;
    position: relative;
}

.stat-box {
    text-align: center;
    flex: 1 1 200px;
    margin: 10px;
}

    .stat-box h1 {
        color: #091E3D;
        margin: 0;
    }

    .stat-box p {
        margin: 5px 0 0;
        color: #333;
        font-size: 0.95rem;
    }

/*  followers content twitter*/

.follow-twitter-btn {
    text-transform: capitalize;
    padding: 10px 20px;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 10px;
    background: #FE2311;
    color: #ffffff;
}

    .follow-twitter-btn:hover {
        color: #c02d04 !important;
        border: 1px solid #c02d04;
        background: #ffffff;
    }
    .orbit-container {
        position: relative;
        width: 400px;
        height: 400px;
    }

/* Center image */
.center-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 550px; /* adjust size */
    z-index: 2;
}

/* Outer dotted orbit */
.orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    border: 2px dashed red;
    border-radius: 50%;
/*    animation: rotate 10s linear infinite;*/
    z-index: 1;
}

/* Inner dotted orbit */
.orbit-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 350px;
    border: 2px dashed red;
    border-radius: 50%;
    z-index: 1;
}

/* Icons */
.icon {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: white;
}

.twitter-section .follower-bg-img {
    background-image: url('../images/followers-bg-img.png');
    height: 375px;
    padding: 55px;
    border-radius: 10px;
    background-size: cover;
}

.twitter {
    /*    top: -20px;
    left: 50%;
    transform: translateX(-50%);*/
    /*    background: #1DA1F2;*/
}

.x {
/*    top: 50%;
    right: -20px;
    transform: translateY(-50%);*/
/*    background: #ccc;*/
/*    color: black;*/
}

.user {
/*    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff0033;*/
}

/* Orbit rotation */
/*@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}*/

testimonial .carousel {
    width: 90%;
    margin: 0px auto;
}

testimonial .slick-slide {
    margin: 10px;
}

    testimonial .slick-slide img {
        width: 100%;
        border: 2px solid #fff;
    }

testimonial .wrapper .slick-dots li button:before {
    font-size: 20px;
    color: white;
}

.landing-page .login-btn {
text-transform: capitalize;
padding: 10px 20px;
font-size: 16px;
letter-spacing: 0.5px;
font-weight: 500;
overflow: hidden;
border-radius: 10px;
background: #FE2311;
color: #ffffff;
}

.banner .quote-icon .bi.bi-quote.rotate-icon:before {
    display: inline-block;
    transform: rotate(180deg); /* rotate 180 degrees */
}

.twitter-section{
    margin-top: 150px;
    margin-bottom: 150px;
}

#about, #testimonials {
    padding-top: 100px;
}

.banner .arrow-img {
  width: 10%;
  transform: scaleX(-1);
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: scaleX(-1) translateY(0); }
  50% { transform: scaleX(-1) translateY(-10px); }
}

.disclaimer-bg-img {
    background-image: url('../images/dot-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .disclaimer-bg-img::before {
        content: "";
        position: absolute;
        inset: 0;
        background: inherit; /* copy background */
        filter: blur(8px); /* blur effect */
        transform: scale(1.05); /* fix blur edge cut */
        z-index: 0;
    }

    .disclaimer-bg-img > * {
        position: relative;
        z-index: 1; /* keep content above blur */
    }


.faqs .faq-bg-img {
    position: relative;
    text-align: center;
}

    .faqs .faq-bg-img img {
        position: absolute;
        width: 50%;
        right: 27%;
        opacity: 0.1;
        bottom: -235px;
    }
