/* ==========================================================================
Base styles: opinionated defaults==========================================================================*/

* {
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

html {
    color: #1d222c;
    font-size: 16px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased !important;
    margin-top: 0 !important;
    /*scroll-behavior: smooth;*/
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility;
    font-family: 'MierB', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    background-color: #f7fafc;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

img,
svg {
    width: 100%;
}

textarea {
    resize: vertical;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

.noscroll {
    overflow: hidden;
}


@font-face {
    font-family: 'GellerHeadline';
    src: url('../fonts/GellerHeadline-Regular.eot');
    src: url('../fonts/GellerHeadline-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/GellerHeadline-Regular.woff2') format('woff2'), url('../fonts/GellerHeadline-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'MierB';
    src: url('../fonts/MierB-Bold.eot');
    src: url('../fonts/MierB-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/MierB-Bold.woff2') format('woff2'), url('../fonts/MierB-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'MierB';
    src: url('../fonts/MierB-Regular.eot');
    src: url('../fonts/MierB-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/MierB-Regular.woff2') format('woff2'), url('../fonts/MierB-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}




/* ==========================================================================
   Author's default styles
   ========================================================================== */

figure {
    margin: 0;
}

a,
a:hover,
a:active,
a:focus,
a:active:focus,
.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
button,
button:focus {
    text-decoration: none;
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

ul,
li {
    padding: 0;
    margin: 0;
}

li {
    color: #000000;
    font-size: 14px;
    font-weight: 900;

}

p:not(:last-child),
li:not(:last-child) {
    margin: 0px;
}

h1 {
    font-size: 3.25rem;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.01em;
    color: #000000;

}

h2 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: -0.01em;
    font-family: 'GellerHeadline', serif;
    color: #000000;
}

h1,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #000000;
}

h3 {
    font-size: 2rem;
    font-weight: 700;
}

h4 {
    font-size: 1.875rem;
    font-weight: 700;
}

h5 {
    font-size: 1.5rem;
    font-weight: 700;
}

h6 {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
}

p {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.625;
    padding-top: 1.25rem;
    color: #3b3c3d;
    letter-spacing: -0.01em;
    margin: 0;
}

p>span {
    font-weight: 700;
}

.container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

ul li {
    list-style: none;
}

.js {
    margin-top: 0 !important;
}

.no-padding {
    padding: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-top {
    padding-top: 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}

.no-margin {
    margin: 0;
}

.no-margin-left {
    margin-left: 0;
}

.no-margin-right {
    margin-right: 0;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.margin-center {
    margin-left: auto;
    margin-right: auto;
}

.no-border {
    border: 0 none;
}

.no-border-radius {
    border-radius: 0;
}

.bg-transparent {
    background-color: transparent;
}

.pl-15 {
    padding-left: 15px;
}

.pr-15 {
    padding-right: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.mr-15 {
    margin-right: 15px;
}

.section-control {
    display: table;
    width: 100%;
}

.cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

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

.vertical-center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.horizontal-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.center-center {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
}

.transition {
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

.navbar-toggle.collapsed .top-bar {
    margin-left: 0;
    margin-right: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    margin-left: 0;
    margin-right: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.icon-bar {
    width: 22px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.top-bar {
    margin-left: 3px;
    margin-right: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10% 0;
    transform-origin: 10% 10% 0;
}

.middle-bar {
    opacity: 0;
}

.bottom-bar {
    margin-left: 3px;
    margin-right: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90% 0;
    transform-origin: 10% 90% 0;
}

.d-flex {
    display: -webkit-box;
    display: flex;
}

.align-items-center {
    -webkit-box-align: center;
    align-items: center;
}

.justify-content-between {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

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

.justify-content-center {
    -webkit-box-pack: center;
    justify-content: center;
}

.flex-shrink {
    flex-shrink: 0;
}

.flex-wrap {
    flex-wrap: wrap;
}

.full-width {
    width: 100%;
}

.scrolloff {
    pointer-events: none;
}

.w-100 {
    width: 100%;
}

.w-50 {
    width: 50%;
}


/*404-pages*/

.section-not-found {
    height: calc(100vh - 60px);
}

.section-not-found h1 {
    color: #000;
}

.section-not-found .container {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}



/*Button*/

.btn {
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
    display: inline-block;
    line-height: 1;
    font-weight: 700;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    text-align: center;
    margin-top: 1.5rem;
    padding: 1rem 1.875rem;
    background-color: #1ca0f2;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}


.btn:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    color: #fff;
}

.page-width {
    background-color: #fff;
}

/* header */
.site-header {
    position: fixed;
    top: 0;
    max-width: 1600px;
    width: 100%;

    background-color: #fff;
    z-index: 1000;
}

.header-overlay {
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .06), 0 0 2.5px rgba(0, 0, 0, .06);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .06), 0 0 2.5px rgba(0, 0, 0, .06);
    box-shadow: 0 0 1px rgba(0, 0, 0, .06), 0 0 2.5px rgba(0, 0, 0, .06);
}

.navbar {
    padding: 10px 12px;
}

.header-overlay .navbar {
    padding: 8px 12px;
}

.navbar-brand {
    background-repeat: no-repeat;
    float: left;
    width: 154.5px;
    height: 23px;
    background-size: 100%;
    background-image: url('../images/svg/logo.svg');

}

.btn-nav {
    margin-top: 0;
    padding: 13px 18px;
    /* min-width: 92px; */
    font-size: 14px;
}

.nav-btn {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;

}

.navbar-toggler {
    display: none;
}

.enroll-toggle li a {
    color: #3b3c3d;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;

}

.enroll-toggle li a:hover {
    color: #007bff;
}

.enroll-toggle li {
    padding: 0 1.5rem 0 0;
}

.nav-btn {
    max-width: 115px;
}

/* Hero Section */
.hero-section {
    padding: 14.0625rem 0 16.75rem 0;
    position: relative;
    background-color: #f7fafc;
}

.hero-section .container {
    display: flex;
}

.hero-info {
    max-width: 450px;
    z-index: 10;
}

.hero-info p {
    color: #000000;
    max-width: 370px;
    padding-top: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
}

.hero-section::before {
    background-image: url('../images/hero-img.png');
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-clip-path: ellipse(130% 83% at 50% 17%);
    clip-path: ellipse(130% 83% at 50% 17%);
    top: 0;
    background-size: cover;
}

/* section-join-today */
.section-join-today {
    padding: 9.375rem 0 4.6875rem 0;
    background-color: #f7fafc;
}

.common-info p {
    font-size: 1.25rem;
    line-height: 1.6;
}

.join-today {
    max-width: 660px;
}

.partner-us {
    position: relative;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 20px 0px rgba(22, 28, 34, 0.04);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 4.6875rem 6.25rem 4.6875rem 15px;
    overflow: hidden;
    margin-top: 4.6875rem;
}

.partner-img {
    min-width: 818px;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
}

.partner-img figure {
    height: 100%;
}

.partner-img figure>img {
    height: 100%;
    object-fit: cover;
    width: auto;
}

.partner-info {
    z-index: 100;
    max-width: 378px;
    margin-left: auto;

}

.partner-info p {
    line-height: 1.3;
    padding-top: 1.125rem;
}

.partner-info .btn {
    margin-top: 1.875rem;
}

/* section-start-earning */
.section-start-earning {
    padding: 4rem 0 9.375rem 0;
    background-color: #f7fafc;
}

.start-earning {
    max-width: 640px;
}

.program {
    padding: 3.75rem;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 2px 20px 0px rgba(9, 28, 46, 0.04);
    max-width: 710px;
}

.program p {
    line-height: 1.5;
}

.program p>a {
    color: #1ca0f2;
}

.program ul>p {
    padding-top: 0;
}

.program ul {
    padding-top: 2rem;
}

.program li {
    font-size: 18px;
    color: #3b3c3d;
    line-height: 1.4;
    font-weight: 400;
    padding-left: 1.875rem;
    position: relative;
    padding-bottom: 1.25rem;
}

.program  ul p{
    padding-bottom: 1.25rem;
} .program li:last-child {
    padding-bottom: 0;
}

.program li::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #ffc053;
    left: 0;
    top: 2px;
    background-image: url('../images/icon-tick.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

.program .btn {
    display: block;
}

.program-list {
    padding-top: 4.625rem;
}

/* section-how-work */
.section-how-work {
    padding: 9.375rem 0;
}

.works-wrapper figure {
    max-width: 314px;
    min-height: 315px;
}

.works-wrapper {
    max-width: 350px;
    padding-top: 4.6875rem;
}

.works-wrapper-list {
    padding: 0 0 0 0;
}

.works-wrapper h5 {
    padding: 3.5rem 0 1.375rem 0;
}

.works-wrapper p {
    padding-top: 0;
}

.monitor figure,
.monitor figure {
    max-width: 300px;
}

.share-embed {
    background-color: #f7fafc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-top: 7.5rem;
    padding: 4.6875rem 6rem;
}

.share-info p {
    line-height: 1.4;
    padding-top: 1.25rem;

}

.share-info {
    max-width: 400px;
    width: 100%;
}

.share-embed-img figure {
    max-width: 504px;
}

.section-testimonial {
    background-color: #ffe2c6;
    position: relative;
}

.testimonial-info {
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
}

.testimonial-info h5 {
    font-weight: 400;
}

.testimonial-info h5>span {
    font-weight: 700;
}

.testimonial-info h3 {
    font-family: 'GellerHeadline', sans-serif;
    font-weight: 400;
    padding-top: 1.5625rem;
}

.testimonial-info {
    max-width: 500px;
}


.testimonial-img figure {
    position: absolute;
    max-width: 412px;
    width: 100%;
    top: -3.2rem;
    margin-left: 3.75rem;
    z-index: 1;
}

.testimonial-after {
    position: relative;
}

.testimonial-after::after {
    top: -1.875rem;
    background-image: url('../images/testimonial-icon.png');
    width: 430px;
    height: 346px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    left: 43%;
    display: block;
    content: '';
    position: absolute;
}

/* section-logo */
.section-logo {
    padding: 3.75rem 0;
}

.section-logo h6 {
    font-size: 1.25rem;
    font-weight: 700;
}

.logo-list {
    padding-top: 2.5rem;
}

.logo-uc {
    max-width: 135.5px;
}

.logo-uci {
    max-width: 56px;
}

.logo-asu {
    max-width: 142.5px;
}

.logo-ucla {
    max-width: 74.5px;
}

.logo-long-beach {
    max-width: 101px;
}

.logo-csun {
    max-width: 91.5px;
}

.logo-csun {
    max-width: 91.5px;
}

.logo-berkeley {
    max-width: 91px;
}

/* section-more */
.section-more {
    padding: 6.875rem 0;
    background-color: #ddeffc;
    background-image: url('../images/share-bg.png'), url('../images/more-bg.png');
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: bottom 75px left 22%, top 75px right 22%;
}

.more-info {
    max-width: 620px;
    margin:0 auto;
}

.more-info h2 {
    font-family: 'MierB', sans-serif;
    font-weight: 700;
}

/* Footer */

.footer-logo {
    display: block;
    padding: 0;
    background-repeat: no-repeat;
    width: 155px;
    height: 23px;
    background-size: 100%;
    background-image: url('../images/svg/logo.svg');
    margin: 0 0 15px 0;
}

footer {
    background-color: #ffffff;
    padding: 3.75rem 0;
}

.footer-list p {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #535b62;
    padding: 0 0 8px 0;

}

.footer-list h6 {
    padding-bottom: 1.25rem;
    color: #3b4248;
    font-weight: bold;
}

.footer-list p:last-child,
.footer-list li:last-child {
    padding-bottom: 0;
}

.footer-list li {
    line-height: 1;
    padding-bottom: 12px;
}

.footer-list li>a {
    line-height: 1;
    color: #535b62;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
}

.footer-list li>a:hover {
    color: #007bff;
}

.social-icon {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    padding-bottom: 15px;
}

.social-icon a {
    padding-right: 1.375rem;
}

.share-icon:hover {
    opacity: 0.7;
}

.social-icon a:last-child {
    padding-right: 0;
}

.social-icon .facebook>img {
    max-width: 18px;
}

.social-icon .twitter>img {
    max-width: 18px;
}

.social-icon .linked-in>img {
    max-width: 16px;
}

.footer-list .timeless-logo {
    max-width: 25.5px;
    display: -webkit-inline-box;
    margin-left: 12px;
}

.secondary-footer {
    padding-top: 3.125rem;
}

.footer-address,
.footer-social {
    max-width: 274px;
}

.footer-company,
.footer-for-hosts,
.footer-student {
    max-width: 190px;
}

.social-icon .facebook {
    max-width: 9px;
}

.social-icon .instagram {
    max-width: 18px;
}

.social-icon .linked-in {
    max-width: 16px;
}

.footer-text p {
    text-align: right;
}

.footer-list-item {
    max-width: 280px;
}

.popular-cities .footer-list-item {
    max-width: 100px;
}

.popular-universites {
    max-width: 635px;
}

.popular-cities {
    max-width: 450px;
}