html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
  font-family: "Baloo 2", sans-serif;
      background: #F3F7FC;

}


article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: inherit;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre,
fieldset,
ul,
ol,
menu,
form {
    margin: 0;
}

button,
fieldset,
iframe {
    border: 0;
}

fieldset,
ul,
ol,
button,
menu {
    padding: 0;
}

ol,
ul {
    list-style: none;
}

textarea {
    resize: vertical;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    padding: 0;
}

img{
    max-width: 100%;
    width: auto;
    height: auto;
}



.desktop-header .desktop-header-wrapper {
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: 1fr 3fr 1fr;
    gap: 30px;
}

.desktop-header {
    position: fixed;
    top: 45px;
    width: 100%;
    z-index: 9;
        transition: top 0.3s ease;

}


ul.header-menu {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 20px;
    padding: 0 50px;
    background: white;
    border-radius: 30px;
}

ul.header-menu a {
    display: block;
    padding: 15px 15px;
}

.desktop-header .right-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

a.btn.btn-blue {
    display: inline-flex;
    padding: 13px 25px;
    background: #0468C1;
    border-radius: 25px;
    color: white;
    font-weight: bold;
    align-items: center;
    gap: 15px;
    margin-right: 30px;
}

.swiper-container{
    overflow: hidden;
}

.slider-component .container {
    z-index: 999;
    transform: translateY(-750px);
}

section.slider-component {
    position: relative;
    height: 100vh;
}

.slider-contents-wrapper .title {
    font-size: 64px;
    color: white;
    line-height: 60px;
    margin-bottom: 30px;
}

.slider-contents-wrapper {
    color: white;
    padding-right: 70px;
}

.slider-contents-wrapper .desc {
    font-size: 18px;
    margin-bottom: 20px;
}

.slider-contents-wrapper .dipnot {
    margin-bottom: 80px;
    font-size: 18px;
    font-weight: bold;
}

a.btn.btn-white {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 4px 8px 4px 25px;
    background: white;
    color: #02315B;
    border-radius: 35px;
    font-weight: bold;
    font-size: 20px;
}

a.btn.btn-white .circle {
    width: 48px;
    height: 48px;
    background: #0468C1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.right-slider-box {
    border: solid 20px #0087FF;
    border-radius: 50%;
    background: linear-gradient(315.2deg, rgba(4, 104, 193, 0.39) 3.56%, #02315B 62.32%);
    min-height: 525px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(140px,200px);
}

.desktop-header.sticky {
    top: 0;
 background: linear-gradient(224deg, #0468C1 2.82%, #02315B 69.66%);
     padding: 10px 0;
}

.swiper-button-prev::after {
    display: none;
}

.swiper-button-prev {
    left: 50px;
    width: 50px;
}

.swiper-button-next::after {
    display: none;
}

.swiper-button-next {
    right: 50px;
    width: 50px;
}

.slider-bottom-component {
    margin-top: 350px;
    text-align: center;
    margin-bottom: 100px;
}

.slider-bottom-component .component-title {
    color: #0468C1;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 15px;
}

.slider-bottom-component .component-desc {
    color: #8294AA;
    font-size: 22px;
    margin-bottom: 30px;
}

.btn-click {
    display: inline-flex;
    padding: 19px 60px;
    background: linear-gradient(315.2deg, #0468C1 3.56%, #02315B 62.32%);
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.about-home-right-area .top-title {
    color: #02315B;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 30px;
}

.about-home-right-area .top-title::before {
    position: absolute;
    content: '';
    width: 23px;
    height: 6px;
    background: #0468C1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 20px;
}

.about-home-right-area .blue-title {
    color: #0468C1;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    width: 63%;
}

.about-home-right-area .desc {
    color: #8294AA;
    font-size: 18px;
    margin-bottom: 50px;
    line-height: 24px;
}

.flex-center {
    justify-content: center;
}

.about-left-videos img {
    border-radius: 32px;
}

.about-left-videos {
    position: relative;
}

.about-left-videos .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
    transition: all .3s ease;
}


.about-component {
    padding-top: 100px;
    padding-bottom: 220px;
}



.about-component a.btn.btn-white {
    padding: 13px 10px 13px 28px;
    align-items: center;
    transition: all .3s ease;
}

.about-component a.btn.btn-white .icon {
    width: 42px;
    height: 42px;
    background: #0468C1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.about-component a.btn.btn-white:hover {
    background: #02315B;
    color: white;
}

.about-left-videos::before {
    position: absolute;
    content: '';
    background: linear-gradient(315.2deg, #0087FF 3.56%, #02315B 62.32%);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    bottom: -100px;
    left: -100px;
    z-index: -1;
}

.about-component {
    position: relative;
}

.about-component::before {
    position: absolute;
    content: '';
    width: 350px;
    height: 350px;
    background: #0087FF;
    right: -130px;
    border-radius: 50%;
    top: 0;
}


a.course-box {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

a.course-box img {
    border-radius: 20px;
}

a.course-box::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(4, 104, 193, 0) 53.07%, #02315B 100%);
    bottom: 0;
    border-radius: 20px;
}

.course-right-content .title {
    font-size: 36px;
    font-weight: bold;
    color: #0468C1;
    padding-bottom: 10px;
}

.course-right-content .desc {
    font-size: 20px;
    color: #8294AA;
    line-height: 26px;
    margin-bottom: 100px;
}

.course-right-content {
    padding-left: 50px;
}

a.btn.btn-none {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 21px;
    font-weight: bold;
    color: #02315B;
}

a.btn.btn-none:hover img {
    transform: translateX(20px);
}

a.btn.btn-none img {
    transition: all .3s ease;
}

a.course-box .title {
    position: absolute;
    bottom: 28px;
    left: 36px;
    z-index: 99;
    color: #F3F7FC;
    font-size: 22px;
    font-weight: bold;
    width: 80%;
    transition: all .3s ease;
}

a.course-box:hover .title {
    bottom: 50px;
}

.success-component {
    padding: 150px 0;
}

.succes-left-content .top-title {
    font-size: 48px;
    font-weight: bold;
    color: #0468C1;
    margin-bottom: 25px;
}

.succes-left-content .desc p {
    color: #8294AA;
    line-height: 20px;
    margin-top: 10px;
}

.succes-left-content .desc h2 {
    color: #02315B;
}

.succes-left-content .desc {
    margin-bottom: 50px;
}

.align-center{
    align-items: center;
}


.success-component a.btn.btn-white {
    padding: 13px 10px 13px 28px;
    align-items: center;
    transition: all .3s ease;
}


.success-component a.btn.btn-white .icon {
    width: 42px;
    height: 42px;
    background: #0468C1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.success-component a.btn.btn-white:hover {
    background: #02315B;
    color: white;
}

.faq-component {
    margin-top: 120px;
    position: relative;
    padding: 100px 0;
}

.faq-component-top-area {
    text-align: center;
}

.faq-component-top-area .title {
    color: #0087FF;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 5px;
}

.faq-component-top-area .desc {
    color: #F5F5F5;
    font-size: 20px;
    margin-bottom: 50px;
}

.faq-component-top-area .mini-title {
    color: #F3F7FC;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}

.faq-component::before {
    position: absolute;
    content: '';
    width: 80%;
    height: 100%;
    background: linear-gradient(126.77deg, #0468C1 -37.33%, #02315B 54.05%);
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 500px 0 0 500px;
}

.faq-component-top-area .mini-title::before {
    position: absolute;
    content: '';
    width: 23px;
    height: 6px;
    background: #0087FF;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 20px;
}

.faq-wrapper {
    padding-left: 23%;
}

.faq-box {
    background: #FFFFFF;
    box-shadow: 0px 4px 15.9px 0px #0000000D;
    padding: 70px 80px 80px 60px;
    min-height: 130px;
    border-radius: 41px;
    position: relative;
}

.faq-box .title {
    color: #02315B;
    font-size: 22px;
    font-weight: bold;
}

.faq-box .desc {
    color: #8294AA;
    font-size: 18px;
    margin-top: 20px;
}

.faq-box .icon {
    position: absolute;
    top: -35px;
    width: 69px;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0087FF;
    border-radius: 50%;
}

.faq-slider .swiper-wrapper {
    padding-top: 40px;
}

.faq-component::after {
    position: absolute;
    content: '';
    width: 340px;
    height: 340px;
    background: linear-gradient(315.2deg, #0087FF 3.56%, #02315B 62.32%);
    top: -50px;
    border-radius: 50%;
    left: -100px;
}

.testimonials-component {
    margin-top: 150px;
}

.testimonials-top-area {
    text-align: center;
    margin-bottom: 30px;
}

.testimonials-top-area .title {
    color: #0468C1;
    font-size: 48px;
    font-weight: bold;
}

.testimonials-top-area .desc {
    color: #8294AA;
    font-size: 20px;
}

.testimonials-box {
    padding: 30px 200px;
    background: #FFFFFF;
    border-radius: 150px;
    text-align: center;
}

.testimonials-box .icon {
    margin-bottom: 30px;
}

.testimonials-box .desc {
    color: #8294AA;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
}

.testimonials-box .name {
    color: #02315B;
    font-size: 24px;
    font-weight: bold;
}

.testimonials-button-prev, .testimonials-button-next {
    position: relative;
      cursor: pointer;
}

.testimonials-button-prev .left-ok {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.testimonials-button-next .left-ok {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}


.analysis-component {
    margin-top: 250px;
    padding-bottom: 150px;
}

.analysis-right-area .number {
    width: 90px;
    height: 90px;
    background: linear-gradient(315.2deg, #0087FF 3.56%, #02315B 62.32%);
    color: white;
    font-size: 36px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 45px;
}

.analysis-right-area .title {
    font-size: 36px;
    font-weight: bold;
    color: #0468C1;
    margin-bottom: 15px;
}

.analysis-right-area .desc {
    color: #8294AA;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 70px;
}

.analysis-component .picture-right {
    padding-right: 50px;
}

.analysis-component a.btn.btn-white {
    padding: 13px 10px 13px 28px;
    align-items: center;
    transition: all .3s ease;
}

.analysis-component a.btn.btn-white .icon {
    width: 42px;
    height: 42px;
    background: #0468C1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.analysis-component a.btn.btn-white:hover {
    background: #02315B;
    color: white;
}

.analysis-component .btn-wrapper {
    display: flex;
    justify-content: flex-end;
}


.analysis-component {
    position: relative;
}

.analysis-component::before {
    position: absolute;
    content: '';
    width: 200px;
    height: 200px;
    background: linear-gradient(315.2deg, #0087FF 3.56%, #02315B 62.32%);
    border-radius: 50%;
    bottom: 0;
    left: -90px;
}

.analysis-component::after {
    position: absolute;
    content: '';
    width: 300px;
    height: 300px;
    background: #0087FF;
    border-radius: 50%;
    top: -250px;
    right: -110px;
}

.navs-wrapper div {
    width: 48px;
    height: 48px;
    background: #0468C1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.navs-wrapper {
    display: inline-flex;
    gap: 20px;
    transform: translateY(-60px);
    position: relative;
    z-index: 99;
}


.cta-form-component {
    padding: 80px 0;
}

.cta-wrapper {
    padding: 70px 50px;
    background: linear-gradient(
224deg, #0468C1 2.82%, #02315B 69.66%);
    border-radius: 40px;
}

.cta-wrapper .cta-content .title {
    font-size: 40px;
    color: #0468C1;
    font-weight: bold;
}

.cta-wrapper .cta-content .desc {
    color: #F5F5F5;
    font-size: 20px;
    line-height: 22px;
}

.cta-form-wrapper {
    display: grid;
    grid-template-columns: 4fr 1fr;
}

.cta-form-wrapper input {
    width: 50%;
    font-family: "Baloo 2", sans-serif;
    background: none;
    border: none;
    outline: none;
    border-bottom: solid 1px white;
    padding: 15px 0;
    font-size: 18px;
    color: white;
}

.cta-form-wrapper .cta-form-inputs {
    display: flex;
    align-items: center;
}

.cta-form-wrapper input::placeholder {
    color: white;
}

.cta-form-wrapper .cta-form-right {
    padding-left: 25px;
    display: flex;
    align-items: center;
}

.cta-form-wrapper .cta-form-right button {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #02315B;
    padding: 10px 10px;
    gap: 10px;
    border-radius: 30px;
    font-weight: bold;
    font-family: "Baloo 2", sans-serif;
    cursor: pointer;
}

.cta-form-wrapper .cta-form-right button .icon {
    width: 40px;
    height: 40px;
    background: #0468C1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-wrapper {
    position: relative;
}

.cta-wrapper .rocket-icon {
    position: absolute;
    left: -82px;
}

a {
    transition: all .3s ease;
}

/* footer */

.footer-component {
    margin-top: 80px;
    overflow: hidden;
}

.footer-menu-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.footer-menu-wrapper .menu-box .title {
    position: relative;
    font-size: 24px;
    color: #0468C1;
    font-weight: bold;
    padding-left: 33px;
    margin-bottom: 17px;
}

.footer-menu-wrapper .menu-box .title::before {
    position: absolute;
    content: '';
    width: 23px;
    height: 6px;
    background: #0468C1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 20px;
}

.footer-menu-wrapper .menu-box ul {
    color: #8294AA;
    font-size: 17px;
    line-height: 28px;
}

.footer-menu-wrapper .menu-box ul a:hover {
    color: #0468C1;
}


.footer-component .footer-bottom {
    margin-top: 90px;
}

.footer-component .footer-bottom .footer-bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-component .footer-bottom .footer-bottom-wrapper .left-area {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-component .footer-bottom .footer-bottom-wrapper .left-area .logo {
    padding: 18px 50px;
    background: white;
    border-radius: 20px;
    box-shadow: 0px 4px 15.9px 0px #0000000D;
}

.footer-component .footer-bottom .footer-bottom-wrapper .left-area .qr-kod {
    padding: 18px;
    background: white;
    border-radius: 20px;
    box-shadow: 0px 4px 15.9px 0px #0000000D;
}

.footer-component .footer-bottom .footer-bottom-wrapper .left-area .register-button {
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0px 4px 15.9px 0px #0000000D;
    background: linear-gradient(175.83deg, #0468C1 2.82%, #02315B 69.66%);
    text-align: center;
    color: #F5F5F5;
    font-size: 20px;
    font-weight: bold;
}

.footer-component .footer-bottom .footer-bottom-wrapper .left-area .register-button .icon {
    margin-bottom: 9px;
}

.footer-bottom-wrapper .right-area .title {
    color: #0468C1;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-bottom-wrapper .right-area .social-media {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-media li a {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    background: white;
    box-shadow: 0px 4px 15.9px 0px #0000000D;
    border-radius: 50%;
}

.footer-bottom {
    position: relative;
}

.footer-bottom::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #B3C7DF;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.footer-bottom .right-area {
    transform: translateY(-22px);
}

.footer-end {
    margin-top: 45px;
    padding-bottom: 15px;
}

.footer-end-wrapper {
    display: flex;
    align-items: center;
    gap: 150px;
    font-size: 14px;
    color: #8294AA;
    position: relative;
}

.footer-end-wrapper::before {
    position: absolute;
    content: '';
    width: 50%;
    height: 75px;
    background: linear-gradient(175.83deg, #0468C1 2.82%, #02315B 69.66%);
    right: 0;
    border-radius: 40px;
    bottom: -47px;
}

/* footer end */

.header-detail {
    position: fixed;
    top: 0;
    background: linear-gradient(224deg, #0468C1 2.82%, #02315B 69.66%);
    padding: 15px 0;
    transition: all .3s ease;
	z-index:99999;
}

.breadcrumb-component {
    margin-top: 116px;
    margin-bottom: 50px;
}

.breadcrumb-component {
    text-align: center;
    background: linear-gradient(175.83deg, #0087ff29 2.82%, #02315b05 69.66%);
    padding: 60px;
    color: #0468C1;
}

.breadcrumb-wrapper ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.breadcrumb-wrapper h1 {
    font-size: 40px;
    margin-bottom: 10px;
}


.content-wrapper p {
    padding: 10px 0;
    line-height: 25px;
}

.content-wrapper h1, .content-wrapper h2, .content-wrapper h3, .content-wrapper h4, .content-wrapper h5, .content-wrapper h6 {
    margin-bottom: 5px;
    color: #0468C1;
}


.content-wrapper ul {
    font-size: 16px;
    padding-left: 20px;
    list-style: disc;
    margin: 15px 0;
}

.content-wrapper ul li {
    margin-bottom: 10px;
}

.page-content-area {
    margin-top: 50px;
    padding: 40px 25px;
    background: white;
    box-shadow: 0px 4px 15.9px 0px #0000000D;
    border-radius: 20px;
    color: #8294AA;
}


.detail-page a.course-box img {
    width: 100%;
}

.detail-page .testimonials-box {
    margin-bottom: 30px;
}

.detail-page .faq-box {
    margin-bottom: 60px;
    height: calc(100% - 60px);
}

.contact-form-wrapper .title {
    font-size: 28px;
    font-weight: bold;
    color: #0468C1;
    margin-bottom: 20px;
}

.contact-form-wrapper form input {
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 14px;
    font-family: "Baloo 2", sans-serif;
    border: gainsboro;
    outline: none;
    border-bottom: solid 1px white;
}

.contact-form-wrapper form textarea {
    width: 100%;
    height: 100px;
    padding: 6px 10px;
    font-family: "Baloo 2", sans-serif;
    border: none;
    outline: none;
    border-bottom: solid 1px white;
}

.contact-form-wrapper form button {
    margin-top: 20px;
    padding: 12px 30px;
    font-size: 18px;
    font-family: "Baloo 2", sans-serif;
    background: #0468C1;
    border-radius: 33px;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.contact-form-wrapper form input:focus {
    border-bottom: solid 1px #0468C1;
}

.contact-form-wrapper form textarea:focus {
    border-bottom: solid 1px #0468C1;
}

.contact-page-infos iframe {
    border-radius: 30px;
}

.about-left-videos:hover .play {
    transform: translate(-50%, -50%) scale(1.2);
}


span.swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #D9D9D9;
    opacity: 1;
    transform: scale(1) !important;
}

.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 55px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-pagination-bullet-active-main {
    width: 150px;
    background: #0468C1;
    border-radius: 5px;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: unset !important;
    transform: translateX(0);
    white-space: normal;
    width: 100% !important;
    display: flex;
    justify-content: center;
}


.why-elit-top-area {
    text-align: center;
}

.why-elit-top-area .title {
    font-size: 48px;
    color: #0468C1;
    font-weight: bold;
}

.why-elit-top-area .desc {
    font-size: 20px;
    color: #8294AA;
}

.why-us-box-top {
    width: 340px;
    height: 340px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: white;
    box-shadow: 0px 4px 15.9px 0px #0000000D;
    border-radius: 50%;
    text-align: center;
    padding: 0 80px;
}

.why-us-box-top .title {
    font-size: 36px;
    color: #0468C1;
    font-weight: bold;
}

.why-us-box-top img {
    width: 49px;
    margin-bottom: 5px;
}

.swiper-box-center {
    text-align: center;
}

.why-elit {
    margin-bottom: 200px;
}

.why-us-center-box {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    transform: translateX(17px);
}

.swiper-box-center img {
    width: 350px;
}

.swiper-box-center {
    transform: translateY(-200px);
}

.why-slider .swiper-wrapper {
    padding-top: 200px;
}

.swiper-box-center .title {
    color: #0468C1;
    font-size: 32px;
    font-weight: bold;
    margin-top: 30px;
}

.swiper-box-center .desc {
    color: #F5F5F5;
    font-size: 20px;
    padding: 0 50px;
}

.why-left-btn {
    position: relative;
}

.why-left-btn .why-button-prev {
    position: absolute;
    top: 50%;
    right: -77px;
    z-index: 99;
    transform: translateY(-50%);
    cursor: pointer;
}

.why-right-btn {
    position: relative;
}

.why-right-btn .why-button-next {
    position: absolute;
    top: 50%;
    left: -44px;
    z-index: 99;
    transform: translateY(-50%);
        cursor: pointer;

}


.mobile-block{
    display: none;
}

.mobile-none{
    display: block;
}

header.mobile-header {
    display: none;
}
@media(max-width:992px){
header.mobile-header {
    display: block;
}
    .mobile-block{
    display: block;
}

.mobile-none{
    display: none;
}
    .desktop-header {
    display: none;
}

.mobile-header .mobile-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
}

.mobile-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background: linear-gradient(126.77deg, #0468C1 -37.33%, #02315B 54.05%);
}

.mobile-header .mobile-header-wrapper img {
    width: 100px;
}

.mobile-header .mobile-header-wrapper svg {
    width: 30px;
    height: 30px;
}

.mobile-header .mobile-header-wrapper .mobile-bars {
    width: 30px;
}

.mobile-header .mobile-header-wrapper svg path {
    fill: white;
}

.slider-component {
    height: auto !important;
    background: linear-gradient(126.77deg, #0468C1 -37.33%, #02315B 54.05%);
    padding-top: 130px;
    padding-bottom: 150px;
    border-radius: 0 0 150px;
}

.slider-bg {
    display: none;
}

.slider-component .container {
    transform: translateY(0);
}

.right-slider-box {
    transform: translate(0px,0px);
    min-height: 312px;
    height: 350px;
    width: 350px;
    display: none;
}

.slider-contents-wrapper .title {
    font-size: 41px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 17px;
}

.slider-contents-wrapper .dipnot {
    margin-bottom: 25px;
}

a.btn.btn-white {
    font-size: 18px;
    padding: 4px 4px 4px 20px;
}

.slider-bottom-component {
    margin-top: 50px;
}

.slider-bottom-component .component-title {
    font-size: 32px;
}

.slider-bottom-component .component-desc {
    font-size: 20px;
}

.btn-click {
    font-size: 24px;
    padding: 15px 40px;
}

.about-component::before {
    width: 200px;
    height: 200px;
}

.about-home-right-area {margin-bottom: 50px;}

.about-component .row {
    flex-direction: column-reverse;
}

.about-home-right-area .blue-title {
    width: 100%;
    font-size: 28px;
}

.about-home-right-area .desc {
    margin-bottom: 25px;
}

.about-left-videos::before {
    width: 150px;
    height: 150px;
}

.about-left-videos .play img {width: 64px;}

.play {}

.about-component {
    padding-bottom: 100px;
}

.why-elit-top-area .title {
    font-size: 32px;
    margin-bottom: 10px;
}

.why-elit-top-area .desc {
    font-size: 18px;
    margin-bottom: 30px;
}

.why-left-btn .why-button-prev {
    display: none;
}

.why-right-btn .why-button-next {
    display: none;
}

.why-us-box-top {
    width: 250px;
    height: 250px;
    padding: 30px;
}

.why-left-btn {
    display: flex;
    justify-content: center;
}

.why-us-box-top .title {
    font-size: 26px;
    margin-top: 15px;
}

.why-us-center-box {
    transform: translate(0);
}

.swiper-box-center .desc {
    font-size: 18px;
}

.swiper-box-center .title {
    font-size: 28px;
    margin-top: 20px;
}

.why-right-btn {
    display: flex;
    justify-content: center;
    margin-top: -180px;
}


.course-right-content {
    padding: 0;
    margin-bottom: 50px;
}

section.why-elit {
    margin-bottom: 100px;
}

.course-right-content .title {
    font-size: 28px;
}

.course-right-content .desc {
    font-size: 18px;
    margin-bottom: 30px;
}

a.course-box img {
    width: 100%;
}

section.success-component {
    padding: 50px 0;
}

.succes-left-content .top-title {
    font-size: 32px;
    margin-bottom: 15px;
}

.succes-left-content .desc {
    margin-bottom: 25px;
}

.succes-left-content {
    margin-bottom: 50px;
}

.faq-component::before {
    width: 100%;
    border-radius: 0 100px 0;
}

.faq-component::after {
    z-index: -2;
    width: 200px;
    height: 200px;
    top: -220px;
    left: -150px;
}

.faq-component-top-area .title {
    font-size: 32px;
    margin-bottom: 15px;
}

.faq-wrapper {
    padding: 0;
    padding: 0 15px;
}

.testimonials-top-area .title {
    font-size: 32px;
}

.testimonials-button-prev, .testimonials-button-next {
    display: none;
}

.testimonials-box {
    padding: 30px;
    border-radius: 30px;
}

.testimonials-box .desc {
    font-size: 18px;
}

.testimonials-box .name {
    font-size: 22px;
}

.analysis-component::after {
    width: 200px;
    height: 200px;
}

.analysis-component .picture-right {
    padding: 0;
    margin-bottom: 50px;
}

.analysis-component .row {
}

.analysis-right-area .title {
    font-size: 26px;
}

.analysis-right-area .desc {
    font-size: 18px;
    margin-bottom: 30px;
}

.cta-form-wrapper .cta-form-inputs {
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.cta-form-wrapper {
    display: grid;
    grid-template-columns: 1fr;
}

.cta-form-wrapper .cta-form-right {
    padding: 0;
}

.cta-form-wrapper .cta-form-right button {
    width: auto;
}

.cta-form-wrapper input {
    width: 100%;
}

.footer-menu-wrapper {
    grid-template-columns: 1fr;
}

.menu-box {
    margin-bottom: 30px;
}

.footer-component .footer-bottom .footer-bottom-wrapper {
    flex-wrap: wrap;
}

.footer-bottom::before {
    display: none;
}

.footer-component .footer-bottom .footer-bottom-wrapper .left-area {
    margin-bottom: 50px;
}

.footer-component .footer-bottom .footer-bottom-wrapper .left-area .register-button {
    padding: 10px 30px;
    font-size: 15px;
}

.footer-component .footer-bottom .footer-bottom-wrapper .left-area .register-button .icon img {
    width: 21px;
    margin-bottom: 0;
}

.footer-component .footer-bottom .footer-bottom-wrapper .left-area .register-button .icon {
    margin-bottom: 2px;
}

.footer-end-wrapper {
    flex-wrap: wrap;
    gap: 32px;
}

section {
    overflow-x: hidden;
}

.swiper-button-prev {
    left: 50%;
    bottom: 0;
    top: unset;
    display: none;
}

.swiper-button-next {
    right: 50%;
    bottom: 0;
    top: unset;
    z-index: 999;
    display: none;
}
}



/* Modal */


.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: .5;
}

.modal-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    /* display: -webkit-box; */
    /* display: flex; */
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    /* justify-content: flex-end; */
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.modal-footer> :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer> :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}


@media(max-width:992px){

#mobileMenuModal .modal-dialog {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: var(--general-color);
}

#mobileMenuModal .modal-dialog .logo img {
    max-width: 250px;
}

#mobileMenuModal .modal-dialog .modal-content {
    height: 100%;
    border: none;
    border-radius: 0px;
    background: linear-gradient(315.2deg, #0468C1 3.56%, #02315B 62.32%);
}

#mobileMenuModal .modal-dialog .modal-content .modal-header {
    background-color: transparent;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 0px;
}

#mobileMenuModal .modal-dialog .modal-content .modal-header button {
    background: none;
    color: white;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
}

#mobileMenuModal .modal-dialog .modal-content .modal-header button i {
    margin-left: 10px;
}

#mobileMenuModal .modal-dialog .modal-content .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 200px;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 99;
}

#mobileMenuModal .modal-dialog .modal-content .modal-footer .links {
    margin: 0.75rem 0;
}

#mobileMenuModal .modal-dialog .modal-content .modal-footer .links a {
    color: #3C5961;
    margin-bottom: 10px;
    width: 100%;
    display: block;
}

#mobileMenuModal .modal-dialog .modal-content .modal-footer .links a i {
    color: #3C5961;
    margin-right: 0.75rem;
}

#mobileMenuModal .modal-dialog .modal-content .modal-footer .social-links {
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #D78353;
    justify-content: center;
}

#mobileMenuModal .modal-dialog .modal-content .modal-footer .social-links li a {
    display: inline-block;
    padding: 0px 5px 0px 5px;
}

#mobileMenuModal .btn-close {
    position: absolute;
    top: 15px;
    right: 25px;
    background: none;
    color: white;
    font-size: 38px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.mobile-nav ul {
    text-align: center;
    font-size: 26px;
    color: white;
    margin-top: 40px;
}

.mobile-nav ul li {
    margin-bottom: 25px;
}

a.logo-link img {
    width: 120px;
}

#mobileMenuModal .modal-dialog .modal-content .modal-header button {
    opacity: 1;
    top: 21px;
}
.breadcrumb-component {
    margin-top: 70px;
}

section.detail-page {
    padding: 60px 0;
}

.faq-box {
    padding: 50px 30px;
}

.breadcrumb-component{
    margin-bottom: 0;
}

.breadcrumb-wrapper h1 {
    font-size: 32px;
}

.breadcrumb-component {
    padding: 60px 0;
}
}


@media(max-width:1570px){
    .slider-component .container {
    transform: translateY(-600px);
}

.right-slider-box {
    transform: translate(58px, 161px);
}
}

.contact-infos-box .top-title {
    font-size: 28px;
    font-weight: bold;
    color: #0468C1;
    margin-bottom: 20px;
}

.contact-infos-box ul {
    font-size: 22px;
}

.contact-infos-box ul li {
    margin-bottom: 30px;
}

.contact-infos-box ul li span {
    font-weight: bold;
}

.contact-page-infos {
    margin-top: 60px;
}