
.featured-logos .client-logo-wrapper1 .client-logo-thumb {
    width: 16%;
}
.featured-logos  .client-logo-thumb {
    padding: 20px 0;
}

.banner-area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 120px;
    position: relative;
}

@media only screen and (min-width: 576px) {
    .banner-area {
        padding-top: 170px;
    }
}

@media only screen and (min-width: 768px) {
    .banner-area {
        padding-top: 200px;
    }
}

.floating-icons {
    position: relative;
}
.floating-icons .whatsapp-icon {
    bottom: 95px;
    position: fixed;
    right: 50px;
    z-index: 999;
    padding: 14px;
    background-color: #14c321;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    line-height: 20px;
    box-shadow: 0 1px 20px #14c32145;
}
.floating-icons .call-icon {
    bottom: 30px;
    position: fixed;
    right: 50px;
    z-index: 999;
    padding: 14px;
    background-color: #14c321;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    line-height: 20px;
    box-shadow: 0 1px 20px #14c32145;
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/fa-solid-900.woff2') format('woff2');
  font-display: swap; /* 👈 ensures fallback font shows immediately */
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/fa-regular-400.woff2') format('woff2');
  font-display: swap; /* 👈 added here too */
}
}



.banner-title {
    font-size: 55px;
    color: var(--bd-black);
    font-weight: 800;
    line-height: 69px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: "REM", sans-serif;
}

/*forex trading*/
.banner-forex {
    padding: 150px 0 65px;
}
.banner-forex .center-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.banner-forex .banner-sub-title img {
    margin-right: 10px;
    width: 40px;
}
.banner-forex .banner-sub-title {
    background-color: #F3F3F3AD;
    border-radius: 43px;
    padding: 5px 13px;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    line-height: 50.8px;
    vertical-align: middle;    
    text-transform: capitalize;
    font-size: 17px;

}
.banner-forex .center-wrapper .banner-title {
    text-align: center;
    font-size: 70px;
}
.forex-banner-footer {
    background: linear-gradient(90deg, #000000 0%, #14C321 100%);
    border-radius: 400px;
    margin-top: 60px;
    padding: 20px 15px 20px 50px;
}
.percentage-box h2 {
    font-size: 85px;
    color: #fff;
    font-family: Koulen, sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}
.percentage-box {
    display: flex;
    gap: 40px;
    justify-content: flex-start;
    align-items: center;    
    border-right: 2px solid #FFFFFF63;    
    margin-top: 0px;
    padding: 15px 0;
}
.percentage-box .content h3 {
    margin-bottom: 10px;
    font-family: 'Koulen';
    font-size: 34px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 34px;
    color: #fff;
}
.percentage-box .content p{
    margin: 0;
    line-height: 18px;
    color: #fff;
    font-weight: 200;
}
.ai-box .content h3 {
    margin-bottom: 10px;
    font-family: 'Koulen';
    font-size: 34px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 34px;
    color: #fff;
}
.ai-box .content p{
    margin: 0;
    line-height: 18px;
    color: #fff;
    font-weight: 200;
}
.ai-box img {
    width: 15%;
}
.ai-box {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content:space-between;
    /*padding-left: 60px;*/
}
.ai-box .content {
    margin-left: -2%;
}
.rount-btn {
    background-color: #fff;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #004E06;
    font-family: "Poppins", sans-serif;
}
.forex-video-box {
    padding: 70px 0;
    position: relative;
}
.banner-video-btn1 .video-btn img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.banner-video-btn1 .video-btn {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    backdrop-filter: blur(26px);
    box-shadow: 0px 4px 40px 7px #000000A1;
    border-radius: 50%;
}
.banner-video-btn1, .banner-video-btn1.youtube-facade {
    position: relative;
    width: 100%;
    height: 604px;
}
.banner-video-btn1.youtube-facade iframe {
    width: 100%;
    height: 100%;
}
.banner-video-btn1 img {
    border-radius:30px;
}
.forex-course {
    padding: 40px 0 50px;
    text-align:center;
}
.forex-course .content-title h2{
        font-family: 'REM';
    text-transform: uppercase;
    font-size: 41px;
    line-height: 46px;
    font-weight: 800;
    margin-bottom: 8px;
    letter-spacing: -1px;
}
.forex-course .content-title h2 span{
    color: #14C321;
    
}
.forex-course .content-title {
    margin-bottom: 70px;
}
.course-grid .course-box {
    background-color: #F2F2F2;
    border-radius: 40px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
    height: 480px;

}
.course-grid .course-box.edge-0{
    padding:0;
}
.course-grid .course-box.edge-0 img {
    width: 100%;
}
.course-grid .course-box img {
    margin-bottom: 25px;
}
.course-grid .course-box.edge-0 .content-box {
    padding: 0 30px 30px;
}
.course-grid .course-box h3 {
    margin-bottom: 10px;
    font-family: 'Koulen';
    font-size: 34px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 34px;
    text-align: left;
}
.course-grid .course-box p{
    text-align: left;
    line-height: 26px;
    margin-bottom: 15px;
}
.course-grid .course-box.custom {
    background-color: #0D0D0D;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding:0;
    height: 345px;
}

.course-grid .course-box.custom img {
    width: 60%;
    margin: 0;
}
.course-grid .course-box.custom .content p {
    color: #fff;
    font-size: 17px;
    font-weight:500;
}
.course-grid .course-box.custom .content {
    padding: 50px;
}
.course-grid .course-box.custom .content p {
    color: #fff;
}
.course-grid .course-box.custom .content h3 {
    color: #fff;
}
.forex-course-features .course-banner {
    background: url('https://milliondotsedu.com/wp-content/themes/M2-theme/assets/images/course-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 27px;
    padding: 60px;
}
.forex-course-features .course-banner h3 {
    margin-bottom: 10px;
    font-family: 'REM';
    font-size: 48px;
    letter-spacing: -2px;
    font-weight: 600;
    line-height: 48px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}
.forex-course-features .course-banner h3 span{
    color:#14C321;
}
.forex-course-features .course-banner p{
        color: #fff;
}
.features-grid {
    margin-top: -94px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.features-grid .box {
    border-radius: 40px;
    background-color: #CBF4B4;
    padding: 60px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.features-grid .box .content {
    display: flex;
    justify-content: flex-start;
    gap: 0;
    width: 73%;
    align-items: center;
    flex-direction: row;
}
.features-grid .box img {
    width: 200px;
}
.features-grid .box .list {
    padding-left: 50px;
}
.features-grid .box .list ul {
    padding-left: 20px;
}
.features-grid .box .list ul li {
    list-style-type: disc;
    line-height: 28px;
    font-weight: 500;
}
.features-grid .box .list h4 {
    margin-bottom: 15px;
    font-family: 'Koulen';
    font-size: 34px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 34px;
    text-align: left;
}
.how-will-learn {
    padding: 100px 0;
    text-align: center;
}
.how-will-learn .content-title h2 {
    font-family: 'REM';
    color:#272727;
    text-transform: uppercase;
    font-size: 41px;
    line-height: 46px;
    font-weight: 800;
    margin-bottom: 8px;
    letter-spacing: -1px;
}
.how-will-learn .content-title {
    margin-bottom: 100px;
}
.case-study-slider1 .box span {
    background-color: #2AE038;
    border-radius: 13px;
    padding: 6px 24px;
    font-family: 'Koulen';
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0;
}
.case-study-slider1 .box h3 {
    color: #fff;
    text-align: left;
    font-size: 25px;
    line-height: 34px;
    margin-top: 35px;
}
.case-study-slider1 .box {
    border-radius: 40px;
    background-color: #000;
    padding: 40px;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 300px;
}
.testimonial-area-forex {
    padding: 100px 0;
    background-color: #cccccc24;
}
.testimonial-area-forex .content-title h3 {
    font-family: 'REM';
    color: #272727;
    text-transform: uppercase;
    font-size: 41px;
    line-height: 46px;
    font-weight: 800;
    margin-bottom: 8px;
    letter-spacing: -1px;
}
.testimonial-area-forex .content-title {
    margin-bottom: 60px;
}
.video-testimonial {
    padding-top: 85px;
}
.video-testimonial .video-box  {
    height: 300px;
}
.video-testimonial .video-box iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.faq-content-area.faq-forex .title h3 {
    font-family: 'REM';
    color: #272727;
    text-transform: uppercase;
    font-size: 41px;
    line-height: 46px;
    font-weight: 800;
    margin-bottom: 8px;
    letter-spacing: -1px;
}

.about-content .content-title h2 {
    font-family: 'REM';
    text-transform: uppercase;
    font-size: 41px;
    line-height: 46px;
    font-weight: 800;
    margin-bottom: 8px;
    letter-spacing: -1px;
}
.about-content  .content-title h2 span {
    color: #14C321;
}
.about-content {
    text-align: center;
    margin-bottom: 0px;
}
.percentage-box img {
    width: 29%;
    margin-top: 5px;
}
@media only screen and (min-width: 576px) {
    .banner-title {
        font-size: 55px;
        margin-bottom: 50px;
        max-width: 300px;
    }
}
@media only screen and (max-width: 769px) {
    .banner-video-btn1, .banner-video-btn1.youtube-facade {

    height: auto;
}
   
    .banner-forex .center-wrapper .banner-title br {
    display: none;
}
.banner-forex .center-wrapper .banner-title {
    font-size: 36px;
    line-height: 39px;
}
.banner-forex .banner-sub-title{
        font-size: 16px;
}

.percentage-box {
           display: flex;
        align-items: center;
        border-right: none;
        flex-direction: column;
        justify-content: center;
}
.percentage-box  .content{
    text-align:center;
}
.forex-banner-footer {
    border-radius: 40px;
        padding: 30px;
        padding-bottom: 40px;
}
.ai-box {
        display: flex;
        gap: 20px;
        justify-content: space-between;
        padding-left: 0px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 30px;
}
.ai-box .content {
    margin-left: 0;
    margin-top: 20px;
}
.ai-box img {
    width: 25%;
    margin-top: 35px;
}
.forex-video-box {
    padding: 20px 0;
}
.banner-forex {
    padding: 150px 0 55px;
}
.forex-course {
    padding: 60px 0;
}
.course-grid .course-box{
    
    height: auto;
}
.course-grid .course-box.edge-0 img {
    
    border-radius: 41px;
}
.course-grid .course-box.custom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
}
.course-grid .course-box.custom .content {
    padding: 30px 30px 0;
}
.course-grid .course-box.custom img {
    width: 80%;
}
.forex-course-features .course-banner{
    
    padding: 45px;
    height: 400px;
}
.features-grid {
    margin-top: -70px;
}
.forex-course-features .course-banner h3 {

    font-size: 39px;
    line-height: 42px;
}
.forex-course-features .course-banner p br {
    display: none;
}
.features-grid .box .content {
    display: flex;
    justify-content: flex-start;
    gap: 0;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
}
.features-grid .box img {
    width: 150px;
}
.features-grid .box {
    padding: 30px;
}
.features-grid .box img {
    width: 125px;
    margin-bottom: 15px;
}
.features-grid .box .list {
    padding-left: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
}
.features-grid .box .list ul li {
    font-size: 15px;
}
.how-will-learn {
    padding: 50px 0;
}
.content-title br {
    display: none;
}
.case-study-slider1 .box {
    height: 330px;
}
.case-study-slider1 .box h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 30px;
}
.testimonial-area-forex {
    padding: 70px 0;
}
.video-testimonial {
    padding-top: 60px;
}
.video-testimonial .video-box  {
    height: 250px;
}
.video-testimonial .video-box {
    margin-bottom:30px;
}
.faq-content-area.faq-forex .faq-main-wrapper {
    padding: 50px 0 100px;
}

}
@media only screen and (min-width: 768px) {
    .banner-title {
        font-size: 75px;
        max-width: 400px;
    }
   
}

@media only screen and (min-width: 1200px) {
    .banner-title {
        font-size: 80px;
        max-width: 100%;
    }
}



.banner-sub-title {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    max-width: 460px;
    text-transform: uppercase;
    font-size: 14px;

}

.banner-title span {
    color: rgb(20 195 33);
}

.banner-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(92.3deg, rgba(20, 195, 33, 0.88) 39.25%, #076E0E 78.96%, #07550D 97.98%, #000000 156.03%);
    border-radius: 60px;
    padding: 55px 50px;
    position: relative;
    margin-top: 60px;
}

.banner-bottom .provide-video {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 525px;
}

.provide-video {
    text-align: center;
}

.video-btn {
    position: relative;
    display: inline-block;
}

.video-play-btn {
    font-size: 22px;
    color: rgba(3, 79, 9, 1);
    height: 60px;
    width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.68);
    border-radius: 50%;
    position: relative;
    z-index: 7;
}

.video-play-btn:hover {
    background-color: var(--bd-primary);
}

.banner-bottom .provide-video .content p {
    color: #fff;
    font-size: 29px;
    padding-left: 25px;
    margin: 0;
    font-weight: 300;
    line-height: 37px;
    text-align: left;
}

.banner-img img {
    width: 100%;
}

.banner-img {
    position: absolute;
    bottom: 0;
    left: 38%;
    right: 44px;
}

.about-milliondots {
    text-align: center;
    padding: 80px 0;
}

.about-milliondots .content h2 {
    margin-bottom: 16px;
    font-size: 40px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
}

.million-impacts {
    padding-bottom: 100px;
}

.million-impacts .content-box {
    background-color: #EDEFEC;
    border-radius: 26px;
    padding: 40px;
    height: 370px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.million-impacts .content-box .count h3 {
    color: #000;
    font-size: 44px;
    font-family: "Koulen", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}

.million-impacts .content-box:hover {
    background: linear-gradient(180deg, #000000 33.95%, rgba(20, 195, 33, 0.66) 100%);
    cursor: pointer;
}

.million-impacts .content-box .content p {
    margin: 0;
    line-height: 18px;
}

.million-impacts .content-box .content h4 {
    margin-bottom: 10px;
    font-family: 'Koulen';
    font-size: 34px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 34px;
}

.million-impacts .content-box:hover .content p,
.million-impacts .content-box:hover .content h4,
.million-impacts .content-box:hover .count h3 {
    color: #fff;
}

section.whats-milliondots {
    background-color: #000;
    padding-bottom: 60px;
}

.course-box .title h3 {
    font-family: 'REM';
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 43px;
    margin-bottom: 15px;
}

.course-box .title {
    text-align: center;
}

.course-box .title p {
    color: #fff;
}

.course-single {
    background-color: #fff;
    border-radius: 50px;
    padding: 40px;
    height: 400px !important;
    z-index: 1;
    position: relative;
    margin: 30px 0;
}
.course-box .course-single .content-box .logo img {
    width: 30%;
}
.scroll-spacer1 {
    height: 10vh;
    /* Enough space to allow last pin to unpin */
}

.scroll-spacer {
    height: 100vh;
    /* Enough space to allow last pin to unpin */
}

.course-box .course-single .content-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 20px;
}


.course-box .course-single .content h4 {
    font-family: 'REM' !important;
    text-transform: uppercase !important;
    font-size: 33px !important;
    line-height: 34px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
}

.course-box .course-single .img-box .img-course {
    width: 73%;
}

.explore-btn {
    background-color: #00870AE0;
    border-radius: 22px;
    padding: 12px 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.75px;
}

.preview-btn a i {
    background: #FFFFFF38;
    padding: 17px;
    color: #14C321;
    border-radius: 50%;
    font-size: 23px;
    margin-right: 8px;
}

.preview-btn {
    position: relative;
}

.preview-btn a {
    background-color: #262626;
    padding: 2px 19px 3px 3px;
    border-radius: 55px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

.course-box .work-main-wrapper {
    padding: 35px 0;
}

.work-main-wrapper {
    position: relative;
}

/* .course-single ::before {
    position: absolute;
    height: 100%;
    width: 98%;
    background-color: #B9B9B9;
    content: "";
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -2;
    border-radius: 15px;
} */
/* .work-main-wrapper ::after {
    position: absolute;
    height: 100%;
    width: 96%;
    background-color: #888888;
    content: "";
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -5;
    border-radius: 15px;
} */
/* .course-single {
  opacity: 0;
  transform: translateY(80px);
  transition: all 0.6s ease-out;
}

.course-single.reveal {
  opacity: 1;
  transform: translateY(0);
}
 */
.featured {
    background-color: rgba(25, 25, 25, 1);
    border-radius: 38px;
    padding: 40px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.featured .title h3 {
    font-family: 'REM';
    text-transform: uppercase;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff;
}

.featured .title p {
    color: rgba(255, 255, 255, 0.69);
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 0;
}

.featured .title {
    padding-top: 35px;
    border-right: 1px solid rgba(100, 100, 100, 1);
}

.testimonial-wrapper-two {
    position: relative;
}

.testimonial-wrapper-two .testimonial-single-inner p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 34px;
    width: 80%;
    margin-bottom: 38px;
}

.testimonial-wrapper-two .testimonial-single-inner .avatar-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    width: 50%;
    float: right;
}

.testimonial-wrapper-two .testimonial-single-inner .avatar-wrapper .avatar-thumb {
    width: 44%;
    margin-left: 20px;
}

.testimonial-wrapper-two .testimonial-single-inner .avatar-wrapper .avatar-thumb img {
    width: 100%;
}

.testimonial-wrapper-two .testimonial-single-inner .avatar-wrapper .avatar-name {
    font-size: 15px;
    font-weight: 400;
    color: var(--bd-white);
    text-transform: capitalize;
}

.testimonial-wrapper-two {
    padding-left: 30px;
}

.testimonial-wrapper-two .swiper-pagination-bullet {
    background: rgba(73, 73, 73, 1);
    opacity: 0.7;
    margin: 0 5px;
}

.testimonial-wrapper-two .testimonial-pagination {
    margin-top: -25px;
    position: absolute;
    z-index: 1;
    width: 50%;
    bottom: 15px;
}

.testimonial-wrapper-two .swiper-pagination-bullet-active {
    background: rgba(20, 195, 33, 1);
    opacity: 1;
}

.testimonial-area {
    padding: 100px 0;
}

.testimonial-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
}

.testimonial-area .title h3 {
    font-family: 'REM';
    text-transform: uppercase;
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    margin-bottom: 8px;
}

.testimonial-area .title h3 span {
    font-weight: 700;
}

.review-text.service-review {
    width: 24%;
    float: right;
    margin-top: 50px;
}

.testimonial-single-card-1 {
    background-color: rgba(31, 31, 31, 1);
    border-radius: 30px;
    padding: 55px;
    height: 410px;
}

.testimonial-single-card-1 .testimonial-content p {
    color: rgba(255, 255, 255, 0.79);
    font-weight: 300;
    font-size: 19px;
}

.testimonial-single-card-1 .testimonial-content h4 {
    color: rgba(255, 255, 255, 1);
    font-size: 26px;
    margin-bottom: 15px;
}

.testimonial-single-card-1 .testimonial-bottom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.testimonial-single-card-1 .testimonial-bottom img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #3f3f3f8a;
    margin-right: 15px;
}

.testimonial-single-card-1 .testimonial-bottom span {
    font-size: 13px;
    color: rgba(20, 195, 33, 1);
}

.testimonial-author {
    font-size: 17px;
    margin-bottom: 3px;
    color: #fff;
    font-weight: 500;
}

.align-end {
    align-items: flex-end;
}

.client-logo-wrapper1 {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
}

.client-logo-wrapper1 .client-logo-thumb {
    width: 18.9%;
}


.client-logo-thumb {
    padding: 30px 0;
    border: 1px solid #E5E5E5;
    justify-content: center;
    align-items: center;
    border-radius: 22px;
    display: flex;

}

.client-logo-thumb:hover img {
    opacity: 0.5;
}

.client-logo .title h3 {
    font-family: 'REM';
    text-transform: uppercase;
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    margin-bottom: 8px;
}

.client-logo .client-right p span {
    font-weight: 700;
}

.client-logo .client-right p {
    margin-bottom: 0;
}

section.client-logo {
    padding-bottom: 75px;
    padding-top: 100px;
}

.blog-grid .title h3 {
    font-family: 'REM';
    text-transform: uppercase;
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    margin-bottom: 8px;
}

.blog-grid .client-right {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    font-weight: 500;
    float: right;
}

section.blog-grid {
    padding-bottom: 100px;
}

.blog-grid .blog-separator {
    padding: 25px 0 100px;
}

.blog-grid .blog-separator hr {
    color: rgba(82, 82, 82, 0.59);
}

.grid-box {
    margin-top: 35px;
}

/* 
.blog-style-five .section-space-five {
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .blog-style-five .section-space-five {
    grid-template-columns: 200px 1fr;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-style-five .section-space-five {
    grid-template-columns: 200px 480px 1fr;
  }
}
@media only screen and (min-width: 1400px) {
  .blog-style-five .section-space-five {
    grid-template-columns: 260px 580px 1fr;
  }
} */
 .animated-scroll-wrapper {
  padding-bottom: 100px; /* or more, as needed */
}
.animated-scroll-wrapper .an-pine-vanish:last-of-type {
  margin-bottom: 120px; /* or adjust as needed */
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.logo-right img {
    width: 80%;
}
.logo-right {
    float: right;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.logo-right ul li img {
    width: 35px;
    height: 35px;
    margin-right: 15px;
    object-fit: contain;
}
.logo-right ul li {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: 12px;
    align-items: center;
    font-weight: 600;
}
.blog-five-thumb {
    overflow: hidden;
    border-radius: 34px;
    transition: 0.5s;
    margin-bottom: 20px;
    height: 220px;
}

@media only screen and (min-width: 992px) {
    .blog-five-thumb {
        margin-bottom: 20px;
    }
}

.blog-five-thumb img {
    width: 100%;
    height: 100%;
}


.blog-five-single-inner:hover .blog-five-thumb img {
    transform: scale(1.08);
}

.blog-five-thumb-content .blog-post-date {
    font-size: 13px;
    text-transform: uppercase;
    color: var(--bd-black);
    margin-bottom: 4px;
    font-weight: 600;
}

.blog-post-title {
    font-size: 18px;
    font-family: 'REM';
    text-transform: uppercase;
    line-height: 23px;
    margin-top: 8px;
}

@media only screen and (min-width: 992px) {
    .blog-post-title {
        font-size: 16px;
    }
}

.blog-post-title a:hover {
    color: rgba(20, 195, 33, 1);
}



/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.footer-area {
    background-color: #000;
    position: relative;
    overflow: hidden;
    padding-top: 120px;
    z-index: -1;
}

@media only screen and (min-width: 768px) {
    .footer-area {
        padding-top: 150px;
    }
}

@media only screen and (min-width: 992px) {
    .footer-area {
        padding-top: 250px;
    }
}

@media only screen and (min-width: 1200px) {
    .footer-area {
        padding-top: 290px;
    }
}

@media only screen and (min-width: 1400px) {
    .footer-area {
        padding-top: 350px;
    }
}

.footer-area .footer-logo {

    max-width: 320px;
    margin: 0;
    text-align: left;
}

.process-thumb {
    overflow: hidden;
    border-radius: 9px;
    position: relative;
    margin-bottom: 80px;
    transition: 0.4s;
}
.blog-details-bg-img img {
    border-radius: 30px;
}
.blog-details-bg-img {
    width: 65%;
}

.blog-details-title {
  font: 600 28px/1.27 var(--bd-ff-jakarta-sans);
  letter-spacing: -2%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .blog-details-title {
    font-size: 28px;
      width: 90%;
  }
}
@media only screen and (min-width: 992px) {
  .blog-details-title {
    font-size: 38px;
    margin-bottom: 30px;
      width: 90%;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-details-title {
    font-size: 48px;
      width: 85%;
  }
}
@media only screen and (min-width: 1400px) {
  .blog-details-title {
   font-size: 48px;
   width: 85%;
  }
}

@media only screen and (min-width: 992px) {
    .process-thumb {
        margin-bottom: -162px;
    }
}

@media only screen and (min-width: 1200px) {
    .process-thumb {
        margin-bottom: -205px;
    }
}

@media only screen and (min-width: 1400px) {
    .process-thumb {
        margin-bottom: -230px;
    }
}

.process-thumb {
    
    border-radius: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    padding: 60px 60px 0;
}

.process-thumb .enquire-box .title h3 {
    font-family: 'REM';
    text-transform: uppercase;
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #fff;
}

.process-thumb .enquire-box .title h3 span {
    color: rgba(20, 195, 33, 1);
}

.process-thumb .enquire-box .title p {
    color: #fff;
    margin-bottom: 55px;
}

.process-thumb .enquire-box .title {
    margin-top: 60px;
}

.download-app .content h4 {
    color: #fff;
    float: right;
    font-size: 20px;
    font-weight: 300;
}

.download-app .content .logo {
    display: flex;
    align-items: flex-end;
    margin: 15px 0 30px;
}

.download-app .content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

a.btn-footer {
    border-radius: 22px;
    background-color: #fff;
    padding: 12px 35px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-bottom .quick-links ul {
    display: flex;
    gap: 20px;
}

.footer-bottom .quick-links ul li a {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 1);
    font-weight: 300;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0 35px;
}

.social-media .s-list ul {
    display: flex;
    gap: 20px;
    align-items: center;
}

.footer-copy {
    padding-bottom: 30px;
}

.footer-copy .footer-line {
    color: #fff;
    margin: 0 0 40px;
    color: rgb(82 82 82 / 73%);
}

.footer-copyright p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.79);
    margin: 0;
    font-weight: 200;
}

.footer-copyright p span {
    color: #00ff4d;
    font-weight: 500;
}

.footer-copyright p a {
    color: rgb(255 255 255 / 45%);
}

.process-thumb .app-screen img {
    width: 70%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*----------------------------------------*/
/*  5.2 Main menu css
/*----------------------------------------*/
.main-menu ul {
    display: flex;
    gap: 25px;
}

@media only screen and (min-width: 992px) {
    .main-menu ul {
        gap: 25px;
    }
}

@media only screen and (min-width: 1200px) {
    .main-menu ul {
        gap: 25px;
    }
}

.main-menu ul>li {
    position: relative;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.main-menu ul>li:hover a {
    color: var(--bd-primary);
}

.main-menu ul>li:hover::before {
    color: var(--bd-primary);
    transform: translateY(-50%) rotate(180deg);
}

.main-menu ul>li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    left: 0;
    pointer-events: all;
}

.main-menu ul>li>.sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 15px;
    min-width: 220px;
    padding: 15px 0px;
    background: var(--bd-white);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.5s;
    z-index: 22;
}

.main-menu ul>li>.sub-menu>li {
    padding: 5px 20px 5px 20px;
}

.main-menu ul>li>.sub-menu>li:hover>a {
    color: var(--bd-primary);
    padding-inline-start: 10px;
    background: transparent;
}

.main-menu ul>li>.sub-menu>li a {
    padding: 4px 0;
    transition: all 300ms linear 0s;
    white-space: nowrap;
    display: block;
    border: 0;
    color: var(--bd-black);
}

.main-menu ul>li>.sub-menu>li .sub-menu {
    left: 100%;
    top: 10px;
}

.main-menu ul>li>a {
    font-size: 12px;
    font-weight: 600;
    padding: 33px 0px;
    display: inline-block;
    padding-inline-start: 0px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: -0.25px;
}

.main-menu ul>li>a:hover {
    color: var(--bd-primary);
}

.theme-btn-header:hover {
    color: #00ff4d
}

.theme-btn-header {
    background-color: #000;
    color: #fff;
    padding: 12px 25px;
    border-radius: 20px;
    font-size: 12px;
    text-transform: uppercase;
}

.highlight {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 650px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.highlight .marquee-text {

    white-space: nowrap;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.highlight .marquee-text .pin-spacer {
    width: 100%;
    display: flex;
    gap: 0;
    align-items: center;
    justify-content: center;
}

.marquee-text {
    animation-name: marquee 15s;
    animation: marquee 8s linear 0s infinite normal;
    animation-name: marquee;
    animation-play-state: running;
}

.highlight .marquee-text .case-title {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.91) 46.5%, rgba(48, 48, 48, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.highlight .marquee-text .case-title {
    font-size: 59px;
    width: 100%;
    font-weight: 800;
    text-transform: uppercase;
    min-width: 118vw;
    white-space: nowrap;
    /* Prevent line break */
}

.video-btn-box {
    width: 24%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    margin-bottom: 70px;
    margin-top: -35px;
    z-index: 4;
    position: relative;
    border-radius: 263px;
    padding: 7px 7px;
}

.video-btn-box .video-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.video-btn-box .video-play-btn {

    color: #fff;
    height: 55px;
    width: 55px;
    display: inline-flex;
    background-color: rgba(0, 132, 10, 0.88);

}

.video-btn-box .video-btn p {
    margin: 0;
    margin-left: 20px;
    font-size: 20px;
    font-weight: 700;
}

.video-btn-box .video-btn a i:hover {
    color: #fff;
}


/* abt */

@media only screen and (min-width: 768px) {
    .about-section.page-title-area {
        padding-top: 140px;
    }
}

.about-section.page-title-area {
    padding-top: 155px;
}

.about-section.page-title-area h2 {
    font-size: 79px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 118px;
    font-family: 'REM';
}


.about-work-experience {
    height: 150px;
    width: 150px;
    padding: 15px;
    background-color: var(--bd-primary);
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: -75px;
    right: 35px;
}

@media only screen and (min-width: 768px) {
    .about-work-experience {
        top: -100px;
        right: 25px;
        padding: 30px;
        height: 200px;
        width: 200px;
    }
}

@media only screen and (min-width: 992px) {
    .about-work-experience {
        right: 115px;
    }
}

@media only screen and (min-width: 1200px) {
    .about-work-experience {
        top: -145px;
        right: 30px;
        padding: 30px;
        height: 250px;
        width: 250px;
    }
}

@media only screen and (min-width: 1400px) {
    .about-work-experience {
        top: -150px;
        right: 0;
        padding: 50px;
        height: 270px;
        width: 270px;
    }
}

.about-work-experience h4 {
    font: 700 35px var(--bd-ff-jakarta-sans);
    margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
    .about-work-experience h4 {
        font-size: 50px;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .about-work-experience h4 {
        font-size: 70px;
    }
}

@media only screen and (min-width: 1400px) {
    .about-work-experience h4 {
        font-size: 75px;
    }
}

.about-work-experience p {
    font: 500 14px/1.57 var(--bd-ff-jakarta-sans);
    margin-bottom: 0;
    color: var(--bd-black);
}

@media only screen and (min-width: 768px) {
    .about-work-experience p {
        font-size: 16px;
        line-height: 1.37;
    }
}

@media only screen and (min-width: 1200px) {
    .about-work-experience p {
        font-size: 20px;
    }
}


.page-title-bottom {
    display: flex;
    gap: 0px;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    justify-content: end;
    justify-content: flex-start;
}

@media only screen and (min-width: 576px) {
    .page-title-bottom {
        gap: 10px;
        flex-direction: row;
    }
}

@media only screen and (min-width: 768px) {
    .page-title-bottom {
        margin-top: 100px;
        gap: 140px;
        flex-direction: row;
    }
}

.blog-five-single-inner {
    margin-bottom: 30px;
}

.about-bg-img {
    /* height: 525px; */
    background: center/cover no-repeat;
    margin-top: 115px;
}


@media only screen and (min-width: 1200px) {
    .about-bg-img {
        /* height: 525px; */
        margin-top: 115px;
    }
}


.video-about video {
    width: 100%;
    border-radius: 25px;
}


.capabilities-two-left p {
    font-size: 15px;
    font-weight: 400;
}



.capabilities-single-iteam {
    padding: 0px 30px;
    position: relative;
    overflow: hidden;
}

.capabilities-single-iteam:hover::before {
    animation-play-state: paused;
}

@media only screen and (min-width: 576px) {
    .capabilities-single-iteam {
        padding: 0px 0px 0px 20px;
    }
}

@media only screen and (min-width: 768px) {
    .capabilities-single-iteam {
        padding: 0px 30px;
    }
}

@media only screen and (min-width: 992px) {
    .capabilities-single-iteam {
        padding: 0px 0px 0px 20px;
    }
}

@media only screen and (min-width: 1400px) {
    .capabilities-single-iteam {
        padding: 0px 30px;
    }
}

.capabilities-single-iteam::before {
    content: "";
    position: absolute;
    left: 1.1px;
    top: 45px;
    width: 2px;
    height: 45px;
    background-color: var(--bd-secondary);
    animation: topToBottom 5s linear infinite;
    z-index: 2;
}

.capabilities-single-iteam::after {
    content: "";
    position: absolute;
    left: 1.1px;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #E5E5E5;
}

.capabilities-single-iteam h5 {
    font: 700 20px var(--bd-ff-jakarta-sans);
    margin-bottom: 10px;
    max-width: inherit;
}

@media (max-width: 575px) {
    .capabilities-single-iteam h5 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 576px) {
    .capabilities-single-iteam h5 {
        max-width: 200px;
    }
}

@media only screen and (min-width: 768px) {
    .capabilities-single-iteam h5 {
        max-width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .capabilities-single-iteam h5 {
        max-width: 200px;
    }
}

.capabilities-single-iteam span {
    font-size: 16px;
    color: var(--bd-text-body);
    font-family: var(--bd-ff-kanit-sans);
    margin-bottom: 10px;
    display: inline-block;
}

.capabilities-single-iteam p {
    font: 400 18px var(--bd-ff-kanit-sans);
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
    .capabilities-single-iteam p {
        margin-bottom: 20px;
    }
}

.capabilities-single-iteam p span {
    font-style: italic;
    font-size: 15px;
    font-weight: 700;
    margin: 13px 0;
}

.capabilities-two-left {
    margin-top: 40px;
    padding-right: 90px;
}


.section-space {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media only screen and (min-width: 992px) {
    .section-space {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 1200px) {
    .section-space {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.tools-slider .video-box {
    height: 325px;
}

.tools-slider .video-box iframe {
    width: 100%;
    height: 100%;
}

.feature-slider {
    padding: 50px 0 100px;
}

.feature-slider .title {
    margin-bottom: 60px;
}

.feature-slider .title h3 {
    margin-bottom: 15px;
    font-family: 'REM';
    text-transform: uppercase;
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    margin-bottom: 8px;
}

.title h3 {
    margin-bottom: 15px;
    font-family: 'REM';
    text-transform: uppercase;
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    margin-bottom: 8px;
}

.team-style-two {
    margin-bottom: 30px;
}

.page-title-area.breadcrumb-area {
    padding: 150px 0 75px;
}

.page-title-area.breadcrumb-area .page-title {
    font-size: 75px;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    font-family: 'REM';
}


.contact-form-content {
    text-align: center;
    margin-bottom: 60px;
}

.contact-form-content h3 {
    font: 700 26px var(--bd-ff-jakarta-sans);
    margin-bottom: 15px;
    letter-spacing: -2%;
}

@media only screen and (min-width: 576px) {
    .contact-form-content h3 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .contact-form-content h3 {
        font-size: 35px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .contact-form-content h3 {
        font-size: 40px;
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 1200px) {
    .contact-form-content h3 {
        font-size: 48px;
    }
}

.contact-form-content p {
    font: 400 18px/1.65 var(--bd-ff-kanit-sans);
    color: var(--bd-text-body);
    margin-bottom: 0;
}

.contact-input-field {
    margin-bottom: 25px;
}

.contact-input-field label {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.contact-input-field input {
    height: 54px;
    border-radius: 11px;
    background-color: transparent;
    border: 1px solid #ffffff21;
    color: #fff;
    font-size: 14px;
    font-weight: 400;

    width: 100%;
    padding: 0 20px;
}
.contact-input-field br {
    display: none;
}
.b-none {
    border: none !important;
}
input.wpcf7-form-control.wpcf7-submit {
    background-color: transparent;
    border: none;
    font-weight: 500;
}
.contact-right p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 25px;
}

.contact-input-field input:focus {
    border-color: var(--bd-primary);
}

.contact-input-field textarea {
    min-height: 120px;
    border-radius: 11px;
    padding: 15px 20px;
    background-color: transparent;
    border: 1px solid #ffffff21;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    height: 60px;
}

.contact-input-field textarea:focus {
    background-color: transparent;
    border-color: var(--bd-primary);
}

.contact-input-field textarea::placeholder,
.contact-input-field textarea::-moz-placeholder {
    font: 400 16px var(--bd-ff-kanit-sans);
    color: var(--bd-black);
}

.contact-form-btn {
    margin-bottom: 30px;
}
.contact-form-btn p{
    width: auto;
}
.contact-form-btn p {
    font: 400 18px var(--bd-ff-kanit-sans);
    background-color: var(--bd-white);
    color: var(--bd-black);
    padding: 15px 34px;
    border-radius: 30px;
    display: inline-block;
    border: 1px solid var(--bd-text-secondary);
    width: auto;
}

.contact-form-btn button:hover {
    color: var(--bd-white);
    background-color: var(--bd-black);
    border-color: var(--bd-black);
}


.contact-single-inner {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    border-radius: 11px;
    background-color: transparent;
    flex-direction: column;
    border-bottom: 1px solid #ffffff21;
    border-radius: 0;
}

.contact-text p {
    font-size: 15px;
    font-weight: 300;
    margin: 15px 0;
    color: #fff;
}

.contact-text h6 {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 3px;
    color: #fff;
}

.contact-single-inner:not(:last-child) {
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {
    .contact-single-inner {
        padding: 5px;
    }
}

@media only screen and (min-width: 1200px) {
    .contact-single-inner {
        padding: 5px;
    }
}

@media only screen and (min-width: 576px) {
    .contact-left {
        max-width: 350px;
        margin: auto;
    }
}

@media only screen and (min-width: 992px) {
    .contact-left {
        max-width: 100%;
        margin-top: -0;
    }
}

@media only screen and (min-width: 1200px) {
    .contact-left {
        padding-right: 30px;
    }
}

@media only screen and (min-width: 1400px) {
    .contact-left {
        padding-right: 80px;
    }
}

.contact-box {
    background-color: #000;
    padding: 60px;
    border-radius: 30px;
}


.faq-main-wrapper {
    background-color: var(--bd-white);
    border-radius: 9px;
    /* margin-top: 40px; */
    padding: 100px 0;
}

.faq_request-wrapper:hover .faq_icon svg {
    animation: none;
}

.faq_request-wrapper p {
    font: 400 14px/1.65 var(--bd-ff-jakarta-sans);
}

.faq_text {
    font: 600 18px var(--bd-ff-jakarta-sans);
    margin-bottom: 10px;
}

.faq_icon {
    margin-bottom: 15px;
    transition: 0.3s;
}

.faq_icon svg {
    animation: bounce 2s infinite;
}

@media only screen and (min-width: 992px) {
    .faq_icon svg {
        width: 70px;
    }
}

@media only screen and (min-width: 1400px) {
    .faq_icon svg {
        width: 100%;
    }
}


.accordion_style .accordion .accordion-item .accordion-button {
    border-bottom: 0;
    border-radius: 0;
    font-size: 17px;
    color: var(--bd-black);
    padding: 0;
    font-weight: 500;
    padding-left: 30px;
    flex-wrap: wrap;
    border: 1px solid #0000000f;
    border-radius: 16px;
}

.faq-accrodient-wrapper {
    padding: 20px;
    border: 1px solid #DCDDE3;
    border-radius: 30px;
}

@media only screen and (min-width: 768px) {
    .faq-accrodient-wrapper {
        padding: 40px 45px;
    }
}

@media only screen and (min-width: 992px) {
    .faq-accrodient-wrapper {
        margin-left: 40px;
        padding: 20px;
    }
}

@media only screen and (min-width: 1400px) {
    .faq-accrodient-wrapper {
        padding: 45px;
    }
}

.accordion_list-style .accordion .accordion-item {
    margin-bottom: 10px;
}

@media only screen and (min-width: 576px) {
    .accordion_list-style .accordion .accordion-item {
        margin-bottom: 20px;
    }
}

.accordion_list-style .accordion .accordion-item .accordion-button {
    font: 600 17px var(--bd-ff-jakarta-sans);
    padding: 25px 30px;
}

@media only screen and (min-width: 576px) {
    .accordion_list-style .accordion .accordion-item .accordion-button {
        font-size: 19px;
    }
}

@media only screen and (min-width: 768px) {
    .accordion_list-style .accordion .accordion-item .accordion-button {
        font-size: 19px;
        padding: 25px 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .accordion_list-style .accordion .accordion-item .accordion-button {
        font-size: 19px;
    }
}

.accordion_list-style .accordion .accordion-item .accordion-button::before {
    right: 19px;
    height: 18px;
    left: inherit;
    height: 15px;
}

@media only screen and (min-width: 768px) {
    .accordion_list-style .accordion .accordion-item .accordion-button::before {
        right: 44px;
        height: 18px;
    }
}

.accordion_list-style .accordion .accordion-item .accordion-button::after {
    right: 12px;
    left: inherit;
    width: 18px;
    width: 15px;
}

@media only screen and (min-width: 768px) {
    .accordion_list-style .accordion .accordion-item .accordion-button::after {
        right: 36px;
        width: 18px;
    }
}

.faq_request-wrapper {
    margin-top: 30px;
}

.accordion_list-style .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    background-color: #0000000f;
}

.accordion_list-style .accordion .accordion-item .description {
    font: 500 14px/1.67 var(--bd-ff-jakarta-sans);
}

.accordion_list-style .accordion .accordion-item .accordion-body {
    padding: 5px 12px 0 0;
    border: 0;
}

.million-impacts.contact {
    padding: 130px 0 15px;
}

.million-impacts.contact .content-box .icon-box img {
    width: 15%;
}

.million-impacts.contact .content-box {
    background-color: #EDEFEC;
    border-radius: 26px;
    padding: 40px;
    height: 320px;
}

.million-impacts.contact .content-box .content a {
    font-size: 16px;
    font-weight: 700;
}

.million-impacts.contact .content-box .content p {

    margin-bottom: 15px;
}

.million-impacts.contact .content-box:hover .content a {
    color: #fff;
}

.million-impacts.contact .title {
    text-align: center;
    margin-bottom: 70px;
}
.inner-page-layout .content-area h6 {
    margin: 15px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}
.inner-page-layout .content-area ul li {
    list-style-type: disc;
}
.inner-page-layout .content-area ul {
    line-height: 32px;
    padding-left: 20px;
    font-size: 14px;
    margin: 15px 0;
}
.inner-page-layout {
    padding-bottom: 100px;
}
.inner-page-layout .content-area p {
    margin-bottom: 10px;
    font-size: 14px;
}
@media only screen and (min-width: 768px) {
    .accordion_list-style .accordion .accordion-item .accordion-body {
        padding: 10px 65px 0px 30px;
    }
}
.expertise-area .title h3 {
    color: #fff;
}
.expertise-area .title p {
    color: #fff;
}
@media only screen and (max-width: 999px) {
    .banner-title {
        font-size: 46px;
        line-height: 45px;
        margin-bottom: 26px;
    }

    .about-milliondots .content h2 {
        font-size: 36px;
    }

    .about-milliondots {
        padding: 80px 0 40px;
    }

    .million-impacts .content-box {
        margin-bottom: 30px;
        height: 310px;

    }

    .million-impacts .content-box .content h4 {

        font-size: 30px;
        line-height: 31px;
    }

    .million-impacts {
        padding-bottom: 40px;
    }

    .highlight {
        height: 320px;
    }

    .highlight .marquee-text .case-title {
        font-size: 44px;
    }

    .video-btn-box {
        width: 82%;
    }

    .video-btn-box .video-btn p {
        margin-left: 13px;
        font-size: 18px;
    }

    .title h3,
    .course-box .title h3,
    .client-logo .title h3,
    .testimonial-area .title h3 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 15px;
    }

    .scroll-spacer1 {
        height: 1vh;
    }

    .course-box .course-single .content h4 {
        font-size: 26px;
        line-height: 29px;
        margin-top: 25px;
    }

    .course-box .course-single .img-box .img-course {
        width: 85%;
        margin-top: 25px;
    }

    .featured-single {
        padding-right: 0;
        margin-bottom: 0;
    }

    .scroll-spacer {
        height: 20px;
    }

    .featured .title {
        padding-top: 35px;
        border-right: none;
        border-bottom: 1px solid rgba(100, 100, 100, 1);
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .testimonial-wrapper-two {
        padding-left: 0;
    }

    .testimonial-wrapper-two .testimonial-single-inner p {
        font-size: 18px;
        font-weight: 300;
        line-height: 26px;
        width: 100%;
        margin-bottom: 25px;
    }

    .testimonial-wrapper-two .testimonial-single-inner p br {
        display: none;
    }

    .testimonial-wrapper-two .testimonial-single-inner .avatar-wrapper .avatar-name {
        font-size: 12px;
        line-height: 18px;
    }

    .testimonial-wrapper-two .testimonial-single-inner .avatar-wrapper .avatar-thumb {
        width: 60%;
        margin-left: 10px;
    }

    .testimonial-area {
        padding: 70px 0;
    }

    .review-text.service-review {
        width: 43%;
        float: right;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .testimonial-img {
        margin-bottom: 30px;
    }

    .testimonial-single-card-1 .testimonial-content p {

        font-size: 16px;
    }

    .testimonial-single-card-1 .testimonial-content h4 {
        font-size: 22px;
    }

    .testimonial-author {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .client-logo-wrapper1 .client-logo-thumb {
        width: 47.9%;
    }

    .client-logo-thumb {
        padding: 25px 0;
    }

    section.client-logo {
        padding-bottom: 40px;
    }

    .blog-grid .blog-separator {
        padding: 25px 0 65px;
    }

    .blog-grid .client-right {
        float: left;
        margin-top: 25px;
    }

    .blog-grid .title h3,
    .process-thumb .enquire-box .title h3 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 15px;
    }

    .blog-five-thumb {
        height: 185px;
    }

    .blog-post-title {
        font-size: 16px;
        line-height: 24px;
    }

    section.blog-grid {
        padding-bottom: 55px;
    }

    .process-thumb {
        padding: 20px 50px 0;
    }

    .process-thumb .enquire-box .title p {
        margin-bottom: 35px;
    }

    .download-app .content {
        align-items: flex-start;
    }

    .download-app .content h4 {
        float: left;
    }

    .footer-bottom .quick-links ul {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .social-media .s-list ul {
        margin-top: 20px;
        gap: 10px;
    }

    .footer-area {
        padding-top: 95px;
    }

    .about-section.page-title-area h2 {
        font-size: 48px;
        line-height: 67px;
    }

    .page-title-text {
        padding-top: 45px;
    }

    .about-work-experience {
        display: none;
    }

    .about-bg-img {
        margin-top: 45px;
    }

    .section-space {
        padding-top: 25px;
    }

    .capabilities-single-iteam {
        margin-bottom: 30px;
    }

    .capabilities-single-iteam p span {
        font-size: 14px;
        line-height: 20px;
    }

    .capabilities-single-iteam p {
        font-size: 15px;
        line-height: 21px;
    }

    .expertise-area {
        padding: 65px 0 !important;
    }

    .team-member-area.section-space {
        padding: 65px 0 0;
    }

    .team-member-content {
        margin-bottom: 45px;
    }

    .tools-slider .video-box {
        height: 245px;
    }

    .feature-slider {
        padding: 50px 0 80px;
    }

    .page-title-area.breadcrumb-area {
        padding: 120px 0 40px;
    }

    .page-title-area.breadcrumb-area .page-title {
        font-size: 45px;
    }

    .testimonial-single-card-1 {
        height: 510px;
        padding: 45px;
    }

    .testimonial_pagintion .swiper-pagination {
        bottom: 22px;
        left: -22px;
    }
.banner-img img {
    width: 96%;
}
    .banner-bottom .provide-video {
        width: 325px;
    align-items: center;
    }
    .banner-bottom{
        
    height: 420px;
    flex-direction: column;    
    border-radius: 40px;
    margin-top: 35px;
    }
    .banner-img {
    position: absolute;
    bottom: 0px;
    left: 30px;
    right: 20px;
}
.banner-img {
    position: absolute;
    bottom: 0px;
    left: 30px;
    right: 20px;
}
.banner-bottom .provide-video .content p {
    font-size: 26px;
    line-height: 34px;
}
.course-single{
    height: auto !important;
}
.capabilities-two-left {
    padding-right: 0;
}
.contact-box {
    padding: 60px 30px;
}
.floating-icons .whatsapp-icon, .floating-icons .call-icon {
 right:30px;   
}
	.featured-logos .client-logo-wrapper1 .client-logo-thumb {
    width: 30%;
}
	.logo-right {
    float: right;
    text-align: right;
    display: flex
;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 40px;
}
}