/* ==========================================================================
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: 'Graphik Web', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    background-color: #fff;
}

::-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 {
    width: 100%;
}

textarea {
    resize: vertical;
}

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

.clearfix:after {
    clear: both;
}

.noscroll {
    overflow: hidden;
}


/*Fonts*/

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

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

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

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


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

figure {
    margin: 0;
}

span {
    font-family: 'Graphik Web', sanserif;
}

a {
    color: #535B62;
    font-size: 13px;
    font-weight: 400;
}

a:hover {
    color: #000000;
}

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;
    border: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #2F363F;
}

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

li {
    color: #535B62;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.9;
}

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

h1 {
    font-size: 2.875rem;
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: -0.02em;
}

h2 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.03;
    letter-spacing: -0.02em;
}

h3 {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

h4 {
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 1.26;
    letter-spacing: -0.01em;
}

h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

h6 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

p {
    color: #535B62;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.76;
    letter-spacing: -0.02em;
    margin: 0;
}

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;
}

.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: -ms-flexbox;
    display: flex;
}

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

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

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

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

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

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

.full-width {
    width: 100%;
}

.scrolloff {
    pointer-events: none;
}


/*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;
}


/*styes*/


/* .row {
    margin-left: 0;
    margin-right: 0;
} */


/*Input*/

input:focus {
    outline: none;
}

input,
input select,
input textarea,
input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
input[type=date] {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    border: none;
    padding: 16px 1.25rem;
    font-family: 'Graphik Web';
    font-weight: 400;
    -webkit-appearance: none;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.55);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.55);
    font-size: 14px;
    line-height: 1;
    outline: none;
    color: #535B62;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input::-webkit-input-placeholder {
    color: rgba(83, 91, 98, 0.6);
}

input:-ms-input-placeholder {
    color: rgba(83, 91, 98, 0.6);
}

input::-ms-input-placeholder {
    color: rgba(83, 91, 98, 0.6);
}

input::placeholder {
    color: rgba(83, 91, 98, 0.6);
}


/*Button*/

.btn {
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    line-height: 1;
    font-weight: 500;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    text-align: center;
    margin-top: 1.5625rem;
    background-color: #1F7AE0;
}

.btn:hover {
    border: none;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

.btn:active:focus,
.btn:focus,
.btn:active,
.btn:active:hover,
.btn:active.focus,
.btn.active:hover,
.btn.active:focus,
.btn.active.focus {
    border: none;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.07);
}

.btn-primary-color {
    background-color: #2F363F;
}

.btn.btn-small {
    padding: 12px 18px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
}

.btn.btn-md {
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 17px 2.5rem;
}

.btn.btn-lg {
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.25rem 5rem;
}


/*Header*/

.header--fixed {
    padding: 12px 0;
    -webkit-box-shadow: 0 1px 0 0 #DDE0E4;
    box-shadow: 0 1px 0 0 #DDE0E4;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: #fff;
}

.header-overlay {
    padding: 8px 0;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}

.site-header .navbar-brand a {
    width: 114px;
    height: 30px;
    background-image: url(../images/svg/logo-publisher.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: table;
    margin-right: 0;
    padding: 0;
    background-size: 100%;
    font-size: 1.25rem;
}

.enroll-toggle .btn-small {
    padding: 10px 18px;
    line-height: 1;
    font-size: 13px;
    margin-top: 0;
}

.menu-list {
    width: 100%;
    padding: 0 15px 0 1.875rem;
}

.menu-list ul {
    width: 100%;
    display: flex;
}

.menu-list li {
    padding: 0 15px;
}

.menu-list li:last-child {
    padding-right: 0;
}

.menu-list li:first-child {
    padding-left: 0;
}

.menu-list li>a {
    font-size: 14px;
    color: #535B62;
}

.menu-list li>a:hover {
    color: #2685ef;
}


/* hero-section */

.hero-top {
    margin-top: 57px;
}

.hero-section {
    -webkit-box-shadow: 0 1px 0 0 #DDE0E4;
    box-shadow: 0 1px 0 0 #DDE0E4;
    padding: 6rem 0 10rem 0;
    position: relative;
}

.hero-info {
    transform: translateY(-30px);
}

.hero-info p {
    font-size: 18px;
    max-width: 430px;
    width: 100%;
    padding: 15px 0 1.875rem 0;
}

.hero-img {
    min-width: 690px;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}

input.subscribe-form {
    width: 60%;
    margin-right: 16px;
}

.subscribe-button.btn-md {
    margin-top: 0;
    font-family: 'Graphik Web';
    cursor: pointer;
}

.logo-list {
    position: absolute;
    bottom: 43px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.logo-img {
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.logo-img figure {
    max-width: 138px;
    width: 100%;
}

.logo-img figure:nth-child(2) {
    max-width: 98px;
}

.logo-img figure:nth-child(4) {
    max-width: 123px;
}

.logo-img figure:nth-child(3) {
    max-width: 123px;
}

.logo-img figure:nth-child(5) {
    max-width: 109px;
}

.logo-img figure:nth-child(6) {
    max-width: 194px;
}


/* smallcase-types */

.smallcase-types {
    background: #FFFFFF;
    box-shadow: 0 1px 1px 0 rgba(129, 135, 140, 0.17);
    padding: 6.25rem 0 7.3125rem 0;
}

.smallcase-types-image figure {
    width: 100%;
    max-width: 478px;
}

.smallcase-types-description {
    width: 100%;
    max-width: 455px;
    transform: translateX(25px);
    -moz-transform: translateX(25px);
    -ms-transform: translateX(25px);
    -o-transform: translateX(25px);
    -webkit-transform: translateX(25px);
    position: relative;
}

.smallcase-types .hero-info {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.smallcase-types-description figure {
    width: 100%;
    max-width: 455px;
    margin-bottom: 3.5rem;
}

.smallcase-types-description p {
    max-width: 100%;
    font-size: 17px;
}

.smallcase-types-description h2 {
    line-height: 1.125;
}

.types-description {
    max-width: 440px;
    width: 100%;
}


/* smallcase-card */

.smallcase-card {
    padding: 7.25rem 0;
}

.smallcase-card-info h2 {
    padding-bottom: 16px;
}

.smallcase-card-info p {
    max-width: 352px;
    width: 100%;
}

.card-img figure {
    max-width: 697px;
}

.card-top {
    padding-top: 5.8125rem;
}

.card-list-items {
    max-width: 470px;
}

.card-list-items figure {
    max-width: 404px;
    width: 100%;
}

.card-list-wrapper {
    margin-left: auto;
}

.card-list-wrapper figure {
    max-width: 458px;
}

.card-list-items h4 {
    padding: 1.875rem 0 10px 0;
}

.card-portfolio figure {
    max-width: 481px;
}

.testimonial {
    padding-top: 7.5rem;
}

.testimonial_card {
    max-width: 736px;
    width: 100%;
    margin: 0 auto;
}

.smallcase-card .testimonial-info {
    margin-left: 0;
}

.testimonial_card figure {
    max-width: 120px;
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-info {
    padding-left: 2.8125rem;
}

.testimonial-info h3 {
    font-weight: 400;
    font-family: "Noe Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.testimonial-info p {
    padding-top: 15px;
}

.testimonial-card-wrapper .testimonial-info p {
    padding-top: 0;
}

.testimonial-info p:last-child img {
    max-width: 177px;
    margin-left: 5px;
}

.dots {
    text-align: center;
    justify-content: center;
    padding-top: 1.25rem;
}

.dots__item {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border: 0;
    background-color: #81878C;
    border-radius: 50%;
    outline: 0;
    cursor: pointer;
    outline: none;
    display: -webkit-inline-box;
}

.dots__item--active {
    background: #2F363F;
}


/* section-cta */

.section-cta {
    padding: 7.5rem 0 10rem 0;
    background: #EBF9FF;
    position: relative;
}

.testimonial-card {
    padding-bottom: 5rem;
}

.testimonial-card-wrapper {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
}

.testimonial-card-wrapper figure {
    max-width: 180px;
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}

.testimonial-card-wrapper h3 {
    line-height: 1.7;
}

.testimonial-card-wrapper p {
    font-size: 18px;
    font-weight: 400;
    color: #81878C;
    letter-spacing: 0;
    position: relative;
    display: table;
}

.testimonial-card-wrapper .testimonial-info p>img {
    max-width: 100px;
    margin: -4px 0px 0 5px;
}

.cta-card {
    background-image: url(../images/pattern-down.png), url(../images/pattern-up.png);
    background-repeat: no-repeat;
    background-position: right 23% bottom, top left 10%;
    padding: 2rem 0 3rem 0;
    margin: 0 auto;
    background-size: 796px 204px, 334px 259px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -30%;
}

.cta-wrapper {
    background-color: #24BB93;
    -webkit-box-shadow: 0 38px 19px -28px rgba(125, 182, 230, 0.16);
    box-shadow: 0 38px 19px -28px rgba(125, 182, 230, 0.16);
    padding: 4rem 4.5rem 4.5rem 4.5rem;
    border-radius: 12px;
    width: 100%;
}

.cta-info h2,
.cta-info p {
    color: #ffffff;
}

.cta-info {
    max-width: 612px;
    width: 100%;
}

.cta-info h2 {
    font-size: 2.125rem;
    line-height: 1.1;
}

.cta-info p {
    font-size: 18px;
    padding-top: 16px;
}

.cta-form .subscribe-form,
.cta-form .subscribe-button {
    width: 100%;
    margin-right: 0;
}

.cta-form .subscribe-button {
    margin-top: 17px;
}

.cta-form {
    max-width: 273px;
    width: 100%;
}


/* section-faq */

.section-faq {
    background-color: #fff;
    padding: 14.4375rem 0 7.25rem 0;
}

.section-faq h2 {
    text-align: center;
    letter-spacing: -0.01em;
}

.faq-list {
    padding-top: 3.5rem;
}

.faq-list h5 {
    padding-bottom: 16px;
}

.faq-question {
    font-size: 14px;
    color: #535B62;
    line-height: 1.5;
    padding: 0 0 10px 16px;
    position: relative;
}

.faq-question:before {
    content: '';
    position: absolute;
    background-image: url('../images/svg/faq-arrow.svg');
    width: 6px;
    height: 8px;
    background-size: 100%;
    left: 1px;
    top: 8px;
}


/* Accordion styles */

.faq-wrapper input {
    position: relative;
    opacity: 0;
    z-index: -1;
    display: none;
}

.faq-wrapper {
    width: 100%;
    color: white;
    overflow: hidden;
}

.faq-question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    /* Icon */
}

.faq-content {
    max-height: 0;
    padding: 0 15px;
    color: #2c3e50;
    background: white;
    -webkit-transition: all .25s;
    transition: all .25s;
}

.faq-content p {
    font-size: 13px;
    font-weight: 400;
    color: #81878C;
    line-height: 1.5;
}

.faq-content p>a {
    color: rgba(20, 119, 250, 1.0);
}

.faq-wrapper input:checked+.faq-question::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq-wrapper input:checked~.faq-content {
    max-height: 100vh;
    padding: 0 15px 10px 15px;
}

.faq-wrapper input:checked+.tab-label::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq-wrapper input:checked~.tab-content {
    max-height: 100vh;
    padding: 1em;
}


/* footer */

footer {
    background: #FFFFFF;
    -webkit-box-shadow: 0 -1px 0 0 #DDE0E4;
    box-shadow: 0 -1px 0 0 #DDE0E4;
}

.primary-footer {
    padding: 0 0 2.125rem 0;
}

.footer-wrapper,
.footer-lists {
    padding-top: 1.875rem;
}

.footer-wrapper a {
    background-repeat: no-repeat;
    display: block;
    width: 114px;
    height: 30px;
    background-size: 100%;
    background-image: url(../images/svg/logo-footer.svg);
}

.footer-wrapper p {
    font-size: 13px;
    line-height: 1.7;
    width: 100%;
    max-width: 360px;
    padding-top: 18px;
}

.footer-lists li {
    padding-bottom: 6px;
}

.footer-lists a:hover {
    color: #000000;
}

.social-icons {
    padding-top: 1.25rem;
}

.social-links li {
    margin: 0 8px;
    cursor: pointer;
}

.social-icons .facebook {
    content: '';
    background-image: url(../images/svg/facebook-icon.svg);
    width: 8px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 0;
}

.social-icons .twitter {
    content: '';
    background-image: url(../images/svg/twitter-icon.svg);
    width: 17px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.social-icons .linked-in {
    content: '';
    background-image: url(../images/svg/linkedin-icon.svg);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.social-icons li>a {
    background-image: none;
    opacity: 0;
    font-size: 8px;
}

.social-icons li {
    margin-right: 15px;
}

.social-icons li:last-child {
    margin-right: 0;
}

.footer-secondary {
    -webkit-box-shadow: 0 -1px 0 0 rgba(221, 224, 228, 0.44);
    box-shadow: 0 -1px 0 0 rgba(221, 224, 228, 0.44);
    padding: 1.875rem 0 2.5rem 0;
    margin: 0;
}

.footer-secondary p {
    color: #81878C;
    font-size: 13px;
}

.footer-secondary a {
    color: #535B62;
}