/* mainColor: #03989E; secondaryColor: #015d6c*/

/* Useful Styles & Classes */

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #d9eaff
}

::-webkit-scrollbar-thumb {
    background: #03989E;
}

::-webkit-scrollbar-thumb:active {
    background: #025659;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #ffffff;
    font-family: 'Figtree';
}

a {
    text-decoration: none;
    color: #03989E;
    font: 600 15px 'Figtree';
    display: inline-block;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

h2 {
    font: 600 42px 'Gilroy';
    position: relative;
    margin-top: 0;
    margin-bottom: 90px;
}

h3 {
    font-family: 'Figtree';
    font-size: x-large;
    color: #03989E;
    margin-top: 0
}

i {
    font: 600 14px 'Figtree';
}

section {
    padding-top: 120px;
}

section:last-of-type {
    padding-bottom: 120px;
}

section p {
    font: 400 16px 'Figtree';
    text-align: center;
    color: #595959;
}

section > p > a {
    font-size: 18px
}

section > p > a:hover {
    text-decoration: underline
}

section ul {
    font-family: 'Figtree';
    color: #595959;
}

/* Forms */

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none
}

input:focus,
select:focus {
    -webkit-box-shadow: 5px 5px 20px rgba(209, 45, 51, 0.06), -5px -5px 20px rgba(209, 45, 51, 0.06);
    box-shadow: 5px 5px 20px rgba(209, 45, 51, 0.06), -5px -5px 20px rgba(209, 45, 51, 0.06);
}

form input,
form select,
form textarea {
    width: 100%;
    background: #fff;
    padding: 15px;
    font: 500 15px 'Figtree';
    border: none;
    margin-bottom: 15px;
    border-radius: 4px;
    -webkit-box-shadow: 5px 5px 20px rgba(209, 45, 51, 0.03), -5px -5px 20px rgba(209, 45, 51, 0.03);
    box-shadow: 5px 5px 20px rgba(209, 45, 51, 0.03), -5px -5px 20px rgba(209, 45, 51, 0.03);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

form textarea {
    resize: none;
    height: 200px
}

form input[type='submit']:hover {
    -webkit-filter: brightness(.95);
    filter: brightness(.95)
}

form .jc-space {
    justify-content: space-between;
}

form .flex-2 > div {
    width: 49%
}

p.alert {
    background: #ffdada;
    padding: 9px;
    color: #ff1212;
    border-radius: 10px;
}

p.success {
    background: #daffe7;
    padding: 9px;
    color: #6d9c7e;
    border-radius: 10px;
}

.container {
    padding-left: 12% !important;
    padding-right: 12% !important;
}

.flex {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-2 > div {
    width: 46%
}

.flex-3 > div {
    width: calc((100% / 3) - 2%)
}

.flex-4 > div {
    width: 23%;
}

.flex3-2 > div:first-of-type, .flex2-3 > div:last-of-type  {
    width: 66%
}

.flex3-2 > div:last-of-type, .flex2-3 > div:first-of-type {
    width: 26%
}

.jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.jc-space {
    justify-content: space-around
}

.ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ac-space {
    -ms-flex-line-pack: distribute;
    align-content: space-around
}

.res-img {
    width: 100%
}

.unstyled {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: 'Figtree'
}

.txt-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.mb-0 {
    margin-bottom: 0 !important
}

.btn {
    position: relative;
    padding: 12px 22px;
    text-align: center;
    font: 600 15px 'Figtree';
    border-radius: 10px;
    color: #03989E;
    background: rgb(82 112 58 / 15%);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    margin-top: 40px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    filter: brightness(1);
    transition: .2s ease-in-out;
}

.btn:hover {
    filter: brightness(.85);
}

.btn-sec {
    color: #fff;
    background: #03989E;
    width: 100%;
}

.hidden {
    display: none !important;
}

.floated {
    position: fixed;
    bottom: 36px;
    right: 36px;
    z-index: 100;
}

.floated i {
    font-size: 36px;
    padding: 11px;
    border-radius: 50%;
    background-color: #2bd538;
    width: 58px;
    height: 58px;
    text-align: center;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
}

/* Header */

header {
    height: calc(100vh - 138.5px);
    position: relative;
    margin-top: 138.5px;
}

header.secondary {
    height: calc(50vh - 138.5px);
    background-image: url(../images/pattern.webp);
    background-size: cover;
}

header.secondary p {
    color: #03989E;
    font-size: xxx-large;
    font-weight: bold;
}

header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 60%);
}

header > div:first-of-type {
    position: absolute;
    left: 12.5%;
}

header > div p {
    font: 600 62px 'Gilroy';
    color: #fff;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
    width: 765px;
    margin: 0;
}

header > div p.show {
    opacity: 1;
    visibility: visible
}

header .slider-images img,
header .slider-images {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

header .slider-images img {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

header .slider-images img.show-img {
    visibility: visible;
    opacity: 1
}

/* Navbar */

nav {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5000;
}

nav.fixed {
    position: fixed;
    box-shadow: 5px 5px 20px rgba(209, 45, 51, 0.03), -5px -5px 20px rgba(209, 45, 51, 0.03);
    background: #fff;
    top: -138.5px;
    opacity: 0;
}

nav ul.unstyled {
    justify-content: space-between;
    position: relative;
    padding-top: 6px;
    padding-bottom: 6px;
}

nav ul.unstyled:first-of-type {
    background-color: #064d50;
}

nav ul.unstyled:last-of-type {
    background-color: #fff;
}

nav .menu > li {
    display: inline-block;
}

nav li {
    margin: 0 12px;
    position: relative;
}

nav a {
    color: #000;
    font: 600 17px 'Figtree';
    transition: .2s ease-in-out;
    cursor: pointer;
}

nav.fixed a {
    color: #000;
}

nav a.btn {
    margin-top: 0;
    color: #064d50;
    background: #FFBF00;
}

.logo {
    width: 180px;
}

nav .header-info a {
    color: #fff;
}

nav .social i {
    color: #fff;
    padding: 8px 0;
    text-align: center;
    width: 28px;
    height: 28px;
    background-color: #ffffff20;
    margin-right: 4px;
    border-radius: 2px;
    margin-bottom: 8px;
    transition: .2s ease-in-out;
}

nav .social i:hover {
    background-color: #ffffff40;
}

/* Deal */

section.deal {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #FFBF00;
    margin-top: -4px;
    text-align: center;
}

section.deal:nth-of-type(2) {
    background-color: #ffbf0020;
}

section.deal:first-of-type {
    margin-top: 120px;
}

section.deal h2 {
    margin-bottom: 20px;
    color: #03989E;
}

section.deal p {
    font-size: large;
    text-align: start;
}

section.deal .btn {
    padding: 16px 34px;
    font-size: 16px;
    color: #03989E;
    background: #ffffff;
    margin-top: 0;
}

section.deal img {
    margin-bottom: 40px;
    width: 400px;
}

/* About us */

.about h2 {
    margin-bottom: 0;
}

.about p {
    text-align: justify;
}

/* Why Us*/

.why-us {
    background-color: #03989E;
    padding-bottom: 120px;
}

.why-us h2 {
    color: #fff;
}

.why-us > .flex > div {
    margin-bottom: 20px;
    border-radius: 12px;
    padding: 18px;
    background-color: #fff;
    justify-content: space-between;
}

.why-us .flex div i {
    height: 80px;
    width: 80px;
    border-radius: 12px;
    text-align: center;
    font-size: 30px;
    padding: 25px 0px;
    color: #03989E;
    background: #03989E38;
    display: block;
}

.why-us .flex div h3 {
    margin-top: 0;
    color: #03989E;
}

.why-us .flex div p {
    text-align: left;
}

.why-us .flex div div {
    width: calc(100% - 110px);
}

/* Courses & Artcles */

.courses ul {
    margin-bottom: 60px;
}

.courses ul li,.pricing ul.durations li {
    padding: 10px 24px;
    margin: 0 4px;
    border-bottom: 2px solid transparent;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    cursor: pointer;
    background: #f1f6fe;
    border-radius: 4px;
    display: inline-block;
    border-bottom: 5px;
}

.courses ul li:hover,.pricing ul.durations li:hover,.courses ul li.active,.pricing ul.durations li.active {
    color: #ffffff;
    background: #03989E;
    -webkit-box-shadow: 0 0 10px #00697377;
    box-shadow: 0 0 10px #00697377;
}

.courses .grid > div, .articles .article {
    border-radius: 16px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 70px;
    padding: 8px;
    transition: .3s ease-in-out;
}

.articles .article {
    margin: 20px;
}

.courses .grid > div:hover, .articles .article:hover {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.courses .grid .flex.jc-space {
    justify-content: space-between;
}

.courses .grid.flex-3 > div {
    margin: 1%;
}

.courses div.details, .articles .article .details {
    padding: 25px;
}

.courses div.details h3, .articles .article .details h3 {
    font-size: larger;
}

.courses div.details p {
    text-align: left;
    margin: 0;
    padding: 2px 8px;
    border-radius: 5px;
    background-color: #f5ad1638;
    width: max-content;
    color: #000;
    font-size: 14px;
}

.articles .article .details p {
    text-align: left;
}

.articles .article .details a {
    padding: 10px 14px;
    background-color: #03989E;
    color: #fff;
    border-radius: 6px;
    margin-top: 20px;
}

.courses img, .articles .article img {
    max-height: 190px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05)
}

.courses .flex > div.details h3 {
    color: #8f3500;
}

.courses .flex > div.details p {
    text-align: left;
}

/* Pricing */

.pricing ul.durations {
    list-style: none;
}

.pricing ul.durations li:hover {
    background-color: #cfdff8;
    color: #595959;
    box-shadow: none;
}

.pricing ul.durations li:first-of-type.active {
    background-color: #369396;;
}

.pricing ul.durations li:nth-of-type(2).active {
    background-color: #064d50;
}

.pricing ul.durations li:last-of-type.active {
    background-color: #F6C52B;
}

.pricing .flex {
    margin-top: 4%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.pricing .plan {
    border-radius: 6px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    top: 0;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    padding: 28px;
    box-shadow: 0 0 5px #aeaeae4f;
    margin-bottom: 30px;
}

.pricing .plan:hover {
    top: -4px;
    box-shadow: 0 0 5px #aeaeaecc;
}


.pricing .plan h3 {
    text-align: center;
    font-size: 18px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    text-align: center;
    color: #fff;
}

.pricing .class-30 .plan h3 {
    background-color: #369396;
}

.pricing .class-45 .plan h3 {
    background-color: #064d50;
}

.pricing .class-60 .plan h3 {
    background-color: #F6C52B;
}

.pricing .plan .details {
    margin: 20px 0;
    margin-top: 60px;
}

.pricing .plan .details .price {
    display: block;
    font: 600 40px 'Gilroy';
    text-align: center;
    color: #1b262c;
    margin-top: 5px;
    margin-bottom: 20px;
}

.pricing .plan .details .price i {
    font-size: 16px;
    color: #aeaeae;
    font-weight: 500;
}

.pricing .plan .details ul {
    padding-left: 20px;
    list-style: none;
    text-align: center;
}

.pricing .plan .details ul li {
    color: #595959;
    font: 500 16px 'Figtree';
    padding: 4px 0;
}

.pricing .plan h3, .pricing .plan ul li, .pricing .plan .price i {
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.pricing .btn {
    margin: 10px 0 0;
    width: 100%;
    background-color: #000;
    color: #fff;
}

.pricing .class-30 .btn {
    background-color: #369396;
}

.pricing .class-45 .btn {
    background-color: #064d50;
}

.pricing .class-60 .btn {
    background-color: #F6C52B;
}

/* Testimonials */

button.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    text-align: center;
    cursor: pointer;
    opacity: .9;
    transition: .1s ease-in-out;
    z-index: 1000;
    background: transparent;
    color: #aeaeae;
}

button.slick-arrow i {
    font-size: xxx-large;
}

button.slick-arrow:hover {
    opacity: 1
}

button.slick-arrow:first-of-type {
    left: 0px;
}

button.slick-arrow:last-of-type {
    right: 0px;
}

section.testimonials {
    padding-top: 6%;
    padding-bottom: 6%;
    background-blend-mode: color-burn;
}

.tes-slider {
    margin-top: 6%;
    padding: 0 60px;
}

.testimonials .review {
    padding: 0 15px
}

.testimonials .review p {
    background: #03999e16;
    padding: 30px;
    border-radius: 12px;
    margin: 0;
    margin-bottom: 20px;
}

.testimonials .review h4 {
    margin: 0;
    margin-bottom: 2px;
    font: 600 16px 'Gilroy';
    color: #03989E;
    text-align: center;
}

.testimonials .review i {
    display: block;
    color: #FFBF00;
    text-align: center;
}

/* Footer */

footer {
    padding-top: 4%;
    background: #1B262C
}

footer .jc-space {
    justify-content: space-between;
}

footer p {
    font: 500 16px 'Figtree';
    color: #405865;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul.unstyled,
.contact ul {
    margin-top: 30px
}

footer ul a {
    color: #405865;
    font-weight: 500;
    margin: 3px 0
}

footer ul a[href]:hover {
    color: #fff
}

footer div p {
    margin-top: 30px;
    color: #405865
}

footer div img {
    margin-top: 10px;
}

footer .social,
.contact .social {
    margin-top: 20px
}

footer .social a {
    border-radius: 6px;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 7px;
    border: 1px solid #03989E;
    color: #03989E;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

footer .social a:hover {
    color: #fff;
    background: #03989E
}

footer .social i,
.contact .social i {
    width: 100%;
    height: 100%;
}

footer .social i:before {
    display: block;
}

footer .btn {
    box-shadow: none;
    margin-top: 15px;
    background-color: #03989E;
    color: #ffffff;
    padding: 12px 18px;
    cursor: pointer;
}

footer > p {
    padding-top: 12px;
    padding-bottom: 12px;
    margin: 0;
    margin-top: 3%;
    border-top: 1px dashed #405865;
    text-align: center;
}

footer div h3 {
    margin-top: 20px;
}

/* Contact */

.contact .jc-space {
    justify-content: space-between;
}

.contact .social a {
    border-radius: 10px;
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 12px 0px;
    color: #000;
    background: #;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    margin-top: 10px;
}

.contact .social a:hover {
    color: #fff;
    background: #03989E;
}

.contact .social i {
    font-size: 20px;
}

.fa-whatsapp {
    color: #fff;
    transition: .2s;
}

.fa-whatsapp:hover {
    transform: scale(1.1);
}

/* Join */

section.join {
    background-color: #03989E;
}

section.join h2 {
    color: #FFBF00;
}

section.join p {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

section.join p a {
    color: #FFBF00;
}

/* Clouds */

.clouds {
    padding-bottom: 120px;
    background-color: #03999e0f;
    align-items: end;
    margin-top: -4px;
}

.clouds > div[class] {
    position: relative;
    transition: .25s ease-in-out;
}

.clouds > div[class]:hover {
    transform: translateY(-10px);
}

.clouds > div[class] > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    width: 100%;
}

.clouds a, .clouds h4 {
    font-family: 'Gilroy';
    font-weight: bold;
    font-size: larger;
    color: #03989E;
    margin-top: 0;
    text-align: center;
    display: block;
}

.clouds a {
    color: #fff;
}

/* Section Seperators */

.clouds-b path {
    fill: #FFF7DF;
    stroke: #FFF7DF;
}

.clouds-b:nth-of-type(2),.big-circle-1 {
    background: #03999e0f;
}

svg:nth-of-type(odd) {
    margin-bottom: -4px;
}

svg:nth-of-type(even) {
    transform: rotate(180deg);
}

.big-circle path {
    fill: #03989E;
    stroke: #03989E;
}

/* Start */

.start ul {
    padding: 20px;
    border-radius: 12px;
    box-shadow: 5px 5px 20px rgba(209, 45, 51, 0.03), -5px -5px 20px rgba(209, 45, 51, 0.03);
    list-style: none;
    background-color: #ffbf007d;
}

.start ul li {
    padding: 10px;
}

.start ul strong {
    color: #025659;
}

.start ul a:hover {
    text-decoration: underline;
}

/* Certificates */

.cer-slider, .articles-slider {
    padding: 0 60px;
}

.cer-slider .slick-slide {
    border: 1px solid #d9eaff;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px;
}

.raise {
    background-color: #F6C52B;
    padding-bottom: 120px;
}

.raise p {
    margin-top: 0;
    font-weight: 600;
    text-align: left;
}

.raise .btn {
    background-color: #03989E;
    color: #fff;
}

/* Articale Page */

article div.container {
    padding-top: 120px;
    padding-bottom: 120px;
}

article header.secondary {
    height: 60vh;
    background-size: cover;
    background-position: center;
}

article header::after {
    z-index: 0;
}

article header p {
    z-index: 1;
    position: relative;
}