/* import */

@import url('bootstrap.css');
@import url('../../admin/style.css');

@import url('fontawesome.css');
@import url('brands.css');
@import url('solid.css');

@import url('owl.carousel.min.css');
@import url('owl.theme.default.min.css');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');

.container {
    max-width: 1300px;
}

ul.dropdown-menu {
    background: #fff;
    left: 20px;
}

@media(min-width: 1300px) {
    .home .white a {
        color: #fff !important;
    }

    .home .white ul.dropdown-menu a {
        color: #000 !important;
    }

    nav ul li ul.dropdown-menu .active a,
    nav ul li ul.dropdown-menu a {
        color: #000 !important;
        font-weight: 500;
    }
}

a.awp-playlist-selected,
a.awp-playlist-non-selected {
    position: relative;
}

a.awp-playlist-selected:before,
a.awp-playlist-non-selected:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background: url(../img/playlist.svg);
    top: 0px;
    left: 2px;
    background-size: cover;
}

#awp-wrapper0 .awp-media-time-current:after {
    position: absolute;
    content: "/";
    right: -15px;
}

.over {
    overflow: hidden;
}

.home .title-page {
    display: none;
}

.title-page h1 {
    font-size: 56px;
    font-weight: 700;
}

.wpcf7 .ajax-loader {
    display: none !important;
}

nav .container {
    position: relative;
}

nav .special {
    position: absolute;
    right: 0;
    padding: 0 30px !important;
}

nav#navbar_top.whitebg {
    background: #fff;
    box-shadow: 10px 10px 30px #e1f0f9;
    transition: width 0s ease 0s, padding .5s ease 0s, background .5s ease 0s;
    -webkit-transition: width 0s ease 0s, padding .2s ease 0s, background .5s ease 0s;
}

.whitebg li.special {
    background: none;
    background: linear-gradient(90deg, #02A5C9 0%, #11C480 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 2px solid #0dbd91;
}

.whitebg li.special a {
    color: #fff !important;
}

body {
    font-family: 'Raleway', sans-serif;
    padding: 0px !important;

}

ul li {
    font-weight: 600;
    color: #727681;
    list-style: none;
    position: relative;
}

h1 {
    font-size: 36px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

h1 span {
    color: #FFC227;
    position: relative;
}

h1 span:before {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #FFC227;
    content: "";
    bottom: -10px;
}

h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.top-title p {
    font-size: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    color: #FFC227;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 0px;
}

.main-title h2,
h2 {
    color: #202635;
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 30px;
}


.description p {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #202635;
    opacity: 0.7;
}

@media (min-width: 991px){
    .choose .description p {
        max-width: 890px;
        width: 100%;
        margin: auto;
    }
}

.bts {
    text-align: center;
    margin-top: 50px;
}

.custom-btn,
.custom-btn-2 {
    margin: 20px;
}

.custom-btn {
    background: linear-gradient(90deg, #02A5C9 0%, #11C480 100%);
    border-radius: 100px;
    color: #fff;
    padding: 15px 45px;
    text-decoration: none;
    font-weight: 800;
    border: 3px solid #fff;
    display: inline-block;
}

button.alm-load-more-btn.more,
.ajax-load-more-wrap.white .alm-load-more-btn.loading,
.ajax-load-more-wrap.white .alm-load-more-btn:focus,
.ajax-load-more-wrap.white .alm-load-more-btn:hover {
    color: #fff !important;
    background: linear-gradient(90deg, #02A5C9 0%, #11C480 100%);
    border-radius: 100px;
    padding: 17px 40px !important;
    display: inline-block;
    height: auto !important;
    font-weight: 800;
    margin-top: 50px;
}

.custom-btn:hover {
    background: transparent;
    border: 3px solid #02a5c9;
    border-radius: 100px;
    color: #02a5c9;
    padding: 15px 45px;
    text-decoration: none;
    font-weight: 800;
}

.w-custom-btn {
    background: #fff;
    border-radius: 100px;
    color: #02a5c9;
    padding: 15px 50px;
    text-decoration: none;
    font-weight: 800;
    border: 3px solid #fff;
    display: inline-block;
}

.custom-btn-2 {
    background: linear-gradient(90deg, #02A5C9 0%, #11C480 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    position: relative;
    display: inline-block;
}

.custom-btn-2:before {
    width: 100%;
    position: absolute;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, #02A5C9 0%, #11C480 100%);
    bottom: -5px;
}

.gredient-text,
.special2 a {
    background: linear-gradient(90deg, #02A5C9 0%, #11C480 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.promote {
    position: fixed;
    text-align: center;
    display: table-cell;
    margin: auto;
    background: #000;
    width: 100%;
    z-index: 999;
}

.promote p {
    display: contents;
    color: #fff;
}

.promote {
    position: fixed;
    text-align: center;
    display: table-cell;
    margin: auto;
    background: #000;
    width: 100%;
    padding: 10px 0px;
    z-index: 999;
}

.promote a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 10px 40px;
    border: 2px solid #0dbd91;
    border-radius: 30px;
    margin-left: 40px;
}

span.fbr-message {
    color: #fff;
}

/* nav */

nav ul {
    margin-left: 70px;
}

nav ul li {
    margin-right: 30px;
}

.navbar-light .navbar-nav .nav-link {
    color: #1A1A24;
}

nav ul li.active a,
nav ul li.homewhite.active a {
    color: #FFC227 !important;
    font-weight: 800;
}

nav ul li.homewhite a {
    color: #1A1A24 !important;
}

.whitebg ul li.homewhite a {
    color: #1A1A24 !important;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0rem;
}

button.navbar-toggler span {
    width: 40px;
    height: 3px;
    background: #000;
    display: grid;
    margin-bottom: 10px;
}

.whitebg button.navbar-toggler span {
    width: 40px;
    height: 3px;
    background: #000;
    display: grid;
    margin-bottom: 10px;
}

/* hero */

.hero {
    position: relative;
    overflow: hidden;
/*     min-height: 975px; */
}

@media (min-width: 1200px) {
	.hero {
		padding-bottom: 180px;
	}
}

.hero .custom-btn {
    margin-left: 0px;
    margin-top: 50px;
}
.hero h1 {
	font-size: 48px;
}

.hero form {
    position: relative;
}

span.ajax-loader,
.wpcf7-response-output {
    display: none;
}

form.wpcf7-form.init {
    position: relative;
}

.customform-s1 ::placeholder {
    color: #ABABAB;
    opacity: 1;
    font-weight: 100;
}

.customform-s1 :-ms-input-placeholder {
    color: #ABABAB;
    font-weight: 100;
}

.customform-s1 ::-ms-input-placeholder,
    {
    color: #ABABAB;
    font-weight: 100;
}

.customform-s1 {
    margin: auto;
    max-width: 510px !important;
    width: 100%;
    position: relative;
    margin-top: 60px;
}

.customform-s1 input {
    color: #ABABAB;
}

.hero form input,
.customform-s1 input {
    padding: 13px 20px;
    border-radius: 80px;
    width: 100%;
    border: 2px solid #02A5C9;
}

.hero form input.custom-btn,
.customform-s1 input.custom-btn {
    position: absolute;
    top: 4px;
    margin: 0;
    max-width: 180px;
    right: 4px;
    padding: 11px 20px;
    border: none;
    color: #fff;
    background: linear-gradient(90deg, #02A5C9 0%, #11C480 100%);
}

.hero form input.custom-btn:hover,
.customform-s1 input.custom-btn:hover {
    border: none;
    color: #02A5C9;
}

.hero input {
    color: #ababab;
}

.bg-pattern {
    width: calc(50% + -10px) !important;
    background-size: cover !important;
}

.hero .welcome {
    padding-top: 190px;
}

.hero .welcome p {
    margin-top: 50px;
    color: #797d86;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
}

.hero .trial {
    margin-left: 30px;
}

.hero .trial p {
    color: #bcbec2;
    font-weight: 600;
    position: relative;
    margin-left: 20px;
}

.hero .trial p:before {
    position: absolute;
    content: "";
    left: -50px;
    top: 0px;
    background: url(../img/trial.svg);
    width: 28px;
    height: 28px;
}

.hero ::placeholder {
    color: #ABABAB;
    opacity: 1;
    font-weight: 100;
}

.hero :-ms-input-placeholder {
    color: #ABABAB;
    font-weight: 100;
}

.hero ::-ms-input-placeholder,
    {
    color: #ABABAB;
    font-weight: 100;
}

/* choose */

.choose {
    padding-top: 75px;
}

.choose .btns {
    margin-top: 25px;
    text-align: center;
}

/* video */

.video {
    text-align: center;
    position: relative;
    margin-top: 50px;
    margin-bottom: 135px;
}

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

/* what you get */

.what-you-get {
    background: #F3F4F9;
    padding: 130px 0px 115px 0;
}

.what-you-get .top-title p,
.what-you-get .title h2,
.what-you-get .description p {
    text-align: left;
    margin-bottom: 0px;
}

.what-you-get .description p {
    color: #5f6470;
}

.what-you-get .more {
    text-align: center;
    margin-top: 80px;
}

.what-you-get .more .image {
    text-align: left;
}

.what-you-get .more .image-more {
    font-weight: 700;
    max-width: 500px;
    text-align: center;
}

.what-you-get .more .quote {
    color: #202635;
    font-weight: 700;
    max-width: 500px;
    text-align: center;
}

.what-you-get .owl-carousel .owl-item img {
    width: auto;
    margin: auto;
    padding: 0px;
}

.what-you-get .owl-carousel .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.what-you-get .owl-carousel .owl-carousel .owl-nav button.owl-next,
.what-you-get .owl-carousel .owl-carousel .owl-nav button.owl-prev,
.what-you-get .owl-carousel .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.what-you-get .owl-carousel span {
    width: 9px;
    height: 9px;
    margin: 5px 7px;
    background: url('../img/bullet.svg') no-repeat;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.what-you-get .single-item .img {
    background: #fff;
    margin: 10px;
    width: 100px;
    height: 100px;
    font-size: 48px;
    color: #FFC227;
    font-feature-settings: 'pnum'on, 'lnum'on;
    text-align: center;
    font-weight: 600;
}

.what-you-get .owl-carousel .owl-dot.active span {
    background: linear-gradient(90deg, #02A5C9 0%, #11C480 100%);
    width: 12px;
    height: 12px;
}

.what-you-get .nav-testimonials {
    width: 15px;
    height: 15px;
    position: absolute;
}

.what-you-get .back.nav-testimonials {
    bottom: 9px;
    right: 180px;
    background: url(../img/nav.svg) no-repeat;
    background-size: contain;
}

.what-you-get .next.nav-testimonials {
    bottom: 9px;
    left: 185px;
    background: url(../img/nav-back.svg) no-repeat;
    background-size: contain;
}

.what-you-get .slide-more {
    margin-top: 50px;
}

.what-you-get .main-title {
    margin-bottom: 50px;
}

/* cta */

.cta {
    margin: 145px 0 60px 0;
    text-align: center;
    color: #fff;
}

.cta-t2 {
    margin: 100px 0;
    color: #fff;
}

.cta h2 {
    color: #fff;
}

.cta-t2 .title {
    margin-bottom: 75px;
}

.cta-t2 p {
    color: #fff;
    margin-bottom: 0;
}

.cta .btn {
    margin-top: 10px;
}

.cta .bg {
    padding: 70px 20px;
}

.cta-t2 .bg {
    padding: 70px 50px;
    border-radius: 20px;
}

.cta-t2 .trial {
    margin-left: 30px;
}

.cta-t2 .trial p {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
    position: relative;
    margin-left: 20px;
}

.cta-t2 .trial p:before {
    position: absolute;
    content: "";
    left: -50px;
    top: 0px;
    background: url(../img/trial2.svg);
    width: 28px;
    height: 28px;
}

.cta-t2 .content {
    margin-top: 50px;
}

.cta-t2 .title p {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}

.cta-t2 form {
    position: relative;
}

section.cta.coming-soon .bg {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.coming {
    position: absolute;
    right: -30px;
    top: -30px;
}

section.cta.coming-soon p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    max-width: 480px;
    margin: auto;
    margin-bottom: 30px;
}

span.ajax-loader,
.wpcf7-response-output {
    display: none;
}

.cta-t2 form input,
form input {
    padding: 13px 20px;
    border-radius: 80px;
    width: 100%;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
}

form input {
    margin-bottom: 15px;
}

.cta-t2 form input.custom-btn {
    position: absolute;
    top: 4px;
    margin: 0;
    max-width: 180px;
    right: 4px;
    padding: 11px 20px;
    border: none;
    background: #fff;
    color: #02A5C9;
}

form input.custom-btn {
    padding: 11px 20px;
    border: none;
    background: #fff;
    color: #02A5C9;
    margin: 0px;
}

form input.custom-btn:hover {
    border: none;
    background: transparent;
    color: #fff;
    padding: 11px 20px;
}

form input:focus-visible {
    outline: none;
}

.cta-t2 form input.custom-btn:hover,
form input.custom-btn:hover {
    border: none;
    background: transparent;
    color: #fff;
}

.cta-t2 ::placeholder,
::placeholder {
    color: #fff;
    opacity: 1;
    font-weight: 100;
}

.cta-t2 :-ms-input-placeholder,
:-ms-input-placeholder {
    color: #fff;
    font-weight: 100;
}

.cta-t2 ::-ms-input-placeholder,
::-ms-input-placeholder {
    color: #fff;
    font-weight: 100;
}

/* how it works */
.how-it-works {
    padding-bottom: 220px;
    padding-top: 120px;
}

.how-it-works .main-title {
    padding-bottom: 150px;
}

.how-it-works .content {
    max-width: 300px;
    position: relative;
    z-index: 9;
}

.how-it-works .default-row:first-child .number p {
    position: absolute;
    content: "";
    opacity: 0.3;
    top: -90px;
    left: -60px;
    color: #C6CACF;
    font-size: 110px;
    font-weight: 900;
    font-feature-settings: 'pnum'on, 'lnum'on;
}

.how-it-works .content .number p {
    position: absolute;
    z-index: -1;
    content: "";
    opacity: 0.3;
    top: -90px;
    left: -60px;
    color: #fff;
    font-size: 110px;
    font-weight: 900;
    font-feature-settings: 'pnum'on, 'lnum'on;
}

.how-it-works .content p {
    font-weight: 600;
    color: #727681;
}

.how-it-works .imgalignl,
.imgalignl {
    text-align: left;
}

.how-it-works .imgalignr,
.imgalignr {
    text-align: right;
}

.how-it-works .design1,
.how-it-works .design2 {
    position: relative;
}

.how-it-works .design1 img, .how-it-works .design2 img {
    max-width: 330px;
}

.how-it-works .design2 {
    margin-top: 110px;
    margin-bottom: 50px;
}

.how-it-works .design1:before {
    position: absolute;
    content: "";
    background: url(../img/line.svg) no-repeat;
    width: 302px;
    height: 205px;
    left: 30%;
    top: 80%;
}

.how-it-works .design2:before {
    position: absolute;
    content: "";
    background: url(../img/line1.svg) no-repeat;
    width: 287px;
    height: 146px;
    left: 30%;
    top: 80%;
}

.how-it-works .design1:last-child:before,
.how-it-works .design2:last-child:before {
    display: none;
}

/* features */

.features {
    margin-top: 70px;
    margin-bottom: 170px;
}

.features .title {
    margin-bottom: 150px;
}

.features .content {
    max-width: 324px;
    position: relative;
}

.features .custom-btn-2 {
    margin: 0px;
}

.features .design2 .content {
    max-width: 324px;
    position: relative;
    padding: 0px 0px 0 30px;
}

.features .design1 .content {
    padding-top: 125px;
}

.features .custom-btn-2 {
    margin-top: 20px;
    margin-left: 0;
}

.features .content p {
    font-weight: 500;
    color: #1A1A24;
    opacity: 0.6;
}

.features .content ul li {
    font-weight: 500;
    color: #1A1A24;
    opacity: 0.6;
}

.features .design1,
.features .design2 {
    position: relative;
}

.features .design1 {
    margin-top: 145px;
}

.features .design2:before {
    position: absolute;
    content: "";
    background: url(../img/features-line.svg) no-repeat;
    width: 302px;
    height: 309px;
    left: 25%;
    bottom: -290px;
}

/* testimonials */

.testimonials {
    padding: 130px 0 100px 0px;
    background: #F3F4F9;
}

.testimonials h2 {
    margin: 0;
}

.testimonials .clients {
    margin-top: 100px;
}

.testimonials .quote {
    background: #fff;
    position: relative;
    border-radius: 5px;
    padding: 35px 20px 35px 100px;
    font-weight: 600;
    color: #898d97;
}

.testimonials .quote p {
    margin-bottom: 0px;
}

.testimonials .quote:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-width: 10px 6px;
    border-top-color: #fff;
}

.testimonials .quote:after {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    left: 40px;
    top: 28px;
    background: url(../img/testimonial.svg) no-repeat;
}

.testimonials .author {
    margin-top: 50px;
}

.testimonials .author .avatar img {
    max-width: 56px;
    border-radius: 50%;
}

.testimonials .author div {
    display: inline-block;
}

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

.testimonials .position {
    text-align: left;
    padding-left: 15px;
}

.testimonials .position .name {
    color: #202635;
    font-weight: 700;
    font-size: 16px;
}

.testimonials .position .pos {
    font-size: 14px;
}

.testimonials .position p {
    margin-bottom: 0px;
}

.testimonials .nav-testimonials {
    width: 25px;
    height: 25px;
    position: absolute;
}

.testimonials .back.nav-testimonials {
    top: 30%;
    right: -50px;
    background: url(../img/nav.svg) no-repeat;
    background-size: contain;
}

.testimonials .next.nav-testimonials {
    top: 30%;
    left: -50px;

    background: url(../img/nav-back.svg) no-repeat;
    background-size: contain;
}

/* page */

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

.misha_loadmore {
    background-color: #ddd;
    border-radius: 2px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 0;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.misha_loadmore:hover {
    background-color: #767676;
    color: #fff;
}

/* custom blog page */

.posts {
    margin-top: 100px;
}

.custom-blog-template .title {
    padding-top: 300px;
}

section.custom-blog-template.member-hero .title a.custom-btn {
    margin-left: 0;
}

section.custom-blog-template.member-hero .title h2 {
    text-align: left;
}

section.custom-blog-template.member-hero .title {
    padding-top: 250px;
}

section.custom-blog-template.member-hero span {
    display: inline-grid;
}

.single-blog-template {
    margin-bottom: 50px;
}

.custom-blog-template .title h2 {
    font-size: 56px;
    font-weight: 700;
}

.custom-blog-template .title h2 span {
    color: #FFC227;
    position: relative;
}

.custom-blog-template .title h2 span:before {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #FFC227;
    content: "";
    bottom: -10px;
}

@media (max-width: 991px) {
    section.custom-blog-template.member-hero .title {
        padding-top: 100px;
    }

    .custom-blog-template .title h2 {
        font-size: 36px;
    }

    .custom-blog-template .title h2 span:before {
        display: none;
    }

    section.premium-video-lists.video-list.grid {
        margin-top: 0;
        padding-top: 50px;
    }

    .content-page.premium-page-archive .textimg {
        margin-top: 110px;
    }

    .premium-page-archive h2 {
        text-align: center !important;
    }

    .premium-page-archive .content {
        padding-right: 0px !important;
    }

}

.posts article h3 {
    margin-bottom: 15px;
}

.posts article h3 a {
    color: #202635;
    text-decoration: none;
}

.posts article p {
    color: #5f6470;
    font-weight: 600;
}

.posts article img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin-bottom: 30px;
}

.posts article p.date {
    margin: 0px;
    padding: 0px;
    color: #202635;
    font-size: 12px;
    text-transform: uppercase;
    font-feature-settings: 'pnum'on, 'lnum'on;
    opacity: 0.5;
    margin-bottom: 5px;
}

/* single post page */

.single-post nav .special {
    position: absolute;
    right: 0;
    color: #202635;
    background: #ffff;
    border-radius: 40px;
    padding: 0 20px;
    border: 2px solid #0dbd91;
    background: linear-gradient(90deg, #02A5C9 0%, #11C480 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content-single-article .share {
    position: absolute;
}

.content-single-article .share p {
    font-feature-settings: 'pnum'on, 'lnum'on;
    color: #202635;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    opacity: 0.5;
}

.content-single-article .share ul {
    margin: 0px;
    padding: 0px;
}

.content-single-article .share ul li {
    display: block;
    padding: 0px;
    margin-bottom: 15px;
    list-style: none;
}

.content-single-article .share ul li:before {
    display: none;
}

.content-single-article .share i {
    font-size: 18px;
    background: linear-gradient(90deg, #02A5C9 0%, #11C480 100%);
    border-radius: 50px;
    padding: 10px;
}

.content-single-article .share .fa-facebook-f {
    padding: 10px 13px;
}

.content-single-article .share .fa-facebook-f:before {
    content: "\f39e" !important;
}

.content-single-article .share a {
    color: #fff;
}

.single-featured {
    margin-top: 150px;
    text-align: center;
}

.single-featured img {
    border-radius: 20px;
    width: 100%;
    max-width: 1170px;
    height: auto;
    margin-bottom: 0px;
    padding: 0px;
}

.content-single-article {
    text-align: left;
    position: relative;
}

.content-single-article .cta,
.content-single-article .full-image {
    margin: 50px 0;
    min-width: 1170px;
    left: -170px;
    position: relative;
    padding-left: 25px;
}

.content-single-article .cta .container {
    padding: 0px;
}

.content-single-article .cta p {
    color: #fff !important;
}

.content-single-article .full-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.content-single-article .cta .bg {
    border-radius: 20px;
}

.content-single-article p.date {
    text-transform: uppercase;
    font-feature-settings: 'pnum'on, 'lnum'on;
    color: #FFC227;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
}

.content-single-article h1 {
    font-weight: 600;
    font-size: 56px;
    margin-bottom: 40px;
}

.content-single-article .content {
    max-width: 770px;
}

.content-single-article .content h2 {
    font-weight: 800;
    font-size: 48px;
    margin-bottom: 40px;
    text-align: left;
}

.content-single-article .content .cta h2 {
    text-align: center;
}

.content-single-article .content p {
    margin-bottom: 40px;
}

.content-single-article .content p,
.content-single-article .content ul li {
    color: #797d86;
    font-weight: 500;
}

.content-single-article .content ul {
    margin: 40px 0;
}

.content-single-article .content ul li {
    list-style: none;
    position: relative;
    margin-bottom: 15px;
}

.content-single-article .content ul li:before,
ul li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFC227;
    top: 7px;
    left: -25px;
}

.content-single-article .content p:first-of-type {
    margin-bottom: 50px;
}

.content-single-article .content p:first-of-type,
.content-single-article .content blockquote p {
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

#related_posts {
    margin-top: 0px;
    margin-bottom: 50px;
}

.single-featured .featured-image img {
    margin-bottom: 50px;
}

.related.posts {
    margin-bottom: 50px;
}

#related_posts h2 {
    margin-bottom: 60px;
}

.related article {
    text-align: left !important;
}

.content-single-article .content blockquote {
    position: relative;
    padding: 100px 0px;
    z-index: 9999;
    margin: 40px 0;
}

.content-single-article .content blockquote:before {
    position: absolute;
    content: "";
    width: 5000px;
    height: 100%;
    background: #F3F4F9;
    top: 0;
    left: -2500px;
}

.content-single-article .content blockquote p:after {
    position: absolute;
    content: "";
    left: -180px;
    top: 0px;
    z-index: 999;
    background: url(../img/quote.svg) no-repeat;
    width: 124px;
    height: 89px;
}

.content-single-article .content blockquote p {
    z-index: 999;
    position: relative;
}

.content-single-article .content .break-point {
    position: relative;
    margin: 50px 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
    font-weight: 300;
    font-style: italic;
}

.content-single-article .content .break-point:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background: #FFC227;
    left: 0px;
    top: 0px;
}

/* ebook */

.e-book-hero {
    padding-top: 10%;
}

.e-book-hero .about-e-book {
    padding-top: 5%;
}

.e-book-hero .about-e-book .top-title p,
.e-book-hero .about-e-book .main-title h2,
.e-book-hero .about-e-book .description p {
    text-align: left;
}

.e-book-hero .about-e-book .description p {
    color: #727681;
}

.e-book-hero .about-e-book .description ul li {
    margin-bottom: 15px;
}

.about-ebook {
    padding-top: 200px;
    background-size: cover !important;
    background-position: 0% -145px !important;
    font-weight: 600;
    color: #727681;
    padding-bottom: 150px;
}

.about-ebook h2,
.textimg h2 {
    color: #202635;
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 30px;
}

.about-ebook ul li {
    margin-bottom: 15px;
}

.about-ebook .single-row,
.textimg .single-row {
    margin-bottom: 100px !important;
    margin-top: 100px !important;
}

.textimg {
    padding-top: 200px;
    background-size: cover !important;
    font-weight: 600;
    color: #727681;
    padding-bottom: 150px;
}

.textimg .single-row .content {
    padding-right: 50px;
}

.get {
    margin-top: 200px;
}

.get .bg {
    position: relative;
    z-index: 999;
}

.get .bg:before {
    position: absolute;
    width: 1170px;
    height: 599px;
    content: "";
    top: -50px;
    background: linear-gradient(90deg, #02A5C9 0%, #11C480 100%);
    border-radius: 20px;
    z-index: -1;
}

.get h2 {
    padding-top: 20px;
    color: #fff;
}

.get form input.custom-btn {
    width: auto;
    text-align: center;
    margin: auto;
    display: block;
    padding: 13px 50px;
}

/* default 2 cols */

.misha_loadmore {
    background-color: #ddd;
    border-radius: 2px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 0;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.misha_loadmore:hover {
    background-color: #767676;
    color: #fff;
}

.customtitle {
    min-height: 110vh;
    padding-bottom: 100px;
}

.customtitle .title {
    position: absolute;
    bottom: calc(50% - 200px);
}

/* balance */

.balance {
    background: #F3F4F9;
    padding: 100px 0px;
    margin-bottom: 100px;
    margin-top: 150px;
}

.balance .main-title h2 {
    margin-bottom: 0px;
    text-align: left;
}

.balance .single-item,
.what-you-get .single-item {
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 15px;
}

.balance .single-item .title,
.what-you-get .single-item .title {
    text-transform: uppercase;
    color: #FFC227;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
}

.balance .single-item .text {
    font-size: 14px;
    padding-right: 45px;
}

.balance .description p {
    text-align: left;
}

.balance .single-item .title span,
.what-you-get .single-item .title {
    font-weight: 800;
    text-align-last: left;
}

.what-you-get .single-item .text {
    font-size: 14px;
    font-weight: 600;
    max-width: 290px;
    text-align: left;
}

.balance .single-item .text span {
    font-weight: 800;
}

.balance .single-item .number {
    background: #fff;
    margin: 10px;
    width: 100px;
    height: 100px;
    font-size: 48px;
    color: #FFC227;
    font-feature-settings: 'pnum'on, 'lnum'on;
    text-align: center;
    font-weight: 600;
    padding-top: 13px;
}

.balance .single-item .number p {
    margin: 0px;
}

/* video archive */

.video-archive .title-page {
    text-align: center;
}

.single-content {
    width: 49%;
}

@media (max-width: 991px) {
    .single-content {
        width: 95%;
    }

    .video-list .thumbnail img {
        max-width: 100% !important;
    }

    .video-list .single-video:nth-child(odd),
    .video-list .single-video:nth-child(odd) {
        margin-top: 0px !important;
    }
}

.single-content img {
    /* width: 290px; */
    width: 100%;
    height: 100%;
    padding: 10px;

}

.filters {
    width: 100%;
    text-align: center;
    position: relative;
}

.filters:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: url(../img/filterline.svg);
    top: -25px;
    left: 0;
}

.filters.filter-button-group ul li {
    display: inline-block;
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #b8babe;
    border: 2px solid #b8babe;
    padding: 15px 30px;
    border-radius: 50px;
    margin-left: 5px;
    margin-right: 5px;
}

.filters.filter-button-group ul li.active {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #F3F4F9;
    background: #FFC227;
    border-color: #FFC227;
}

.filters.filter-button-group ul li:before,
.filters.filter-button-group ul li:after {
    display: none;
}

.video-archive .video-list h2 {
    font-size: 32px;
    text-align: left;
    background: #FFFFFF;
    box-shadow: 0px -3px 30px rgb(161 170 179 / 15%);
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.video-list {
    margin: 100px 0px;
    padding: 150px 0;
}

.video-list .thumbnail img {
    max-width: 620px;
    width: 100%;
    padding: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.video-list .single-video:nth-child(odd) {
    margin-top: -100px;
}

.video-list .single-video .thumbnail {
    position: relative;
}

.video-list .single-video .thumbnail .play {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    background: url(../img/play.svg) no-repeat;
    width: 45px;
    height: 50px;
    transform: translate(-50%, -50%);
}

/* podcast */

.podcast {
    margin-bottom: 150px;
}

.podcast .top {
    position: relative;
    z-index: 999;
    text-align: left;
}

.podcast .title p,
.podcast .title h2 {
    text-align: left;
}

.podcast .title h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.podcast .top:before {
    position: absolute;
    content: "";
    width: 5000px;
    height: 165px;
    background: #F3F4F9 url('../img/podcast.svg') right center no-repeat;
    top: 100px;
    z-index: -1;
    right: 0px;
}

.podcast .playlist-player {
    margin-top: -60px;
}

.podcast .download a {
    color: #202635;
    text-decoration: none;
}

.podcast .download .item {
    padding: 20px 50px;
    margin-bottom: 10px;
    background: #F3F4F9;
    margin-left: 30px;
    border-radius: 5px;
    margin-right: 35px;
}

.podcast .download .item p {
    padding-bottom: 0px;
    font-size: 18px;
    margin: 0;
}

.podcast .download .item p span {
    font-weight: 800;
    color: #202635;
}

.podcast .download .item img {
    float: left;
    padding-right: 15px;
    padding-top: 6px;
}

.podcast .download a.custom-btn-2 {
    text-align: center;
    margin: auto;
    display: table;
    margin-top: 30px;
}

/** full height */

#full-height,
#full-height .container .row {
    min-height: 100vh;
}

#full-height footer {
    display: none;
}

/* demo */

#demo h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 52px;
    text-align: left;
    color: #202635;
    margin-bottom: 40px;
}

#demo .demo-form h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #202635;
    margin-bottom: 50px;
}

#demo ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(32, 38, 53, 0.5);
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}

#demo ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(32, 38, 53, 0.5);
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}

#demo :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(32, 38, 53, 0.5);
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}

#demo :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(32, 38, 53, 0.5);
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}

#demo p,
#demo ul li {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #202635;
    opacity: 0.6;
}

#demo ul li {
    margin-bottom: 15px;
}

#demo input[type="checkbox"] {
    width: 20px;
}

#demo p.policy {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    font-feature-settings: 'pnum'on, 'lnum'on;
}

#demo p.policy a {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-decoration-line: underline;
    font-feature-settings: 'pnum'on, 'lnum'on;
    color: #202635;
}

#demo .demo-form {
    padding: 100px 50px 50px 50px;
    background: #fff url(../img/demobg.png) no-repeat top left;
    background-position: -220% -90%;
    box-shadow: 0px -3px 30px rgb(161 170 179 / 15%), 0px 100px 80px rgb(138 140 144 / 7%);
    border-radius: 8px;
}

#demo span.wpcf7-list-item-label {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'pnum'on, 'lnum'on;
    color: #202635;
}

.demo-info {
    max-width: 460px;
}

#demo .title h2 span {
    color: #FFC227;
    display: inline-block;
    position: relative;
}

#demo ul {
    margin-top: 50px;
}

#demo ul li:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/check.svg);
    top: 4px;
    left: -35px;
}

#demo .title h2 span:before {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #FFC227;
    content: "";
    bottom: -10px;
}

#demo input,
#demo select {
    border: 1px solid rgba(32, 38, 53, 0.1);
    box-sizing: border-box;
    border-radius: 54px;
    width: 100%;
    height: auto;
    padding: 15px;
    color: rgba(32, 38, 53, 0.5);
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
}

#demo input.custom-btn {
    position: relative;
    margin: 0;
    padding: 21px 20px;
    border: none;
    color: #fff;
    background: linear-gradient(90deg, #02A5C9 0%, #11C480 100%);
    opacity: 1 !important;
}

/* footer */

footer {
    margin-top: 50px;
    background: #F3F4F9;
    padding: 60px 0px;
    color: #202635;
}

footer .footer-logo {
    margin-bottom: 40px;
}

footer .about p {
    margin-bottom: 10px;
    padding: 0px;
}

footer .footer-social {
    margin-top: 40px;
}

footer .footer-social li {
    display: inline;
}

footer .footer-social li i {
    background: #dddee4;
    padding: 10px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 20px;
}

footer h3 {
    font-size: 20px;
    color: #202635;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 25px;
}

footer ul {
    padding: 0px;
    margin: 0px;
}

footer ul li {
    list-style: none;
    padding: 0px;
    margin-bottom: 10px;
}

footer ul li:before,
nav ul li:before {
    display: none;
}

footer a {
    color: #202635;
    font-feature-settings: 'liga'off;
    font-weight: 400;
    text-decoration: none;
}

footer.layout-2 {
    padding: 60px 0px;
}

footer.layout-2 .about img {
    margin-bottom: 0px;
}

footer.layout-2 .copyright p {
    margin: 0;
    color: #898d97;
    text-align: center;
}

footer.layout-2 ul.footer-social {
    margin-top: 0px;
}

footer .newsletter input {
    opacity: 1;
    border-radius: 8px;
    border: none;
    color: #202635;
    padding: 10px 10px;
    background: #dddee4 url('../img/footer-newsletter.svg') no-repeat;
    background-position: 95% 14px;
}

footer .newsletter ::placeholder {
    color: #202635;
    opacity: 1;
    font-weight: 400;
}

footer .newsletter :-ms-input-placeholder {
    color: #202635;
    font-weight: 400;
}

footer .newsletter ::-ms-input-placeholder,
    {
    color: #202635;
    font-weight: 400;
}

footer .footer-more {
    margin-top: 30px;
    max-width: 350px;
}

/* modal iframe */

.modal-content {
    background: transparent !important;
    border: none !important;
}

.modal-header {
    border-bottom: none !important;
}

.modal {
    margin-top: 70px;
    text-align: center;
    z-index: 99999999;
}

.modal img {
    max-width: 300px;
}


.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* responsive */

@media (max-width: 1200px) {

    /* hero */
    .hero {
        min-height: auto;
        margin-bottom: 100px;
    }

    .hero .welcome {
        margin: auto;
        text-align: center;
    }

    .hero .col-lg-6.col-12.welcome {
        text-align: center;
        width: 100%;
    }

    .hero .trial p {
        display: inline-grid;
    }

    .hero .trial {
        margin: auto;
        text-align: center;
    }
}

@media (max-width: 991px) {

    /* default */

    body {
        background: none !important;
    }

    br {
        display: none;
    }

    nav {
        background: rgba(255, 255, 255, 0.8);
    }

    nav .special {
        position: relative !important;
        border-radius: 0px !important;
        text-align: center;
    }

    nav ul li {
        width: 100%;
    }

    nav ul {
        margin-left: 13px;
        margin-top: 30px;
    }

    .customtitle .title {
        position: relative;
        padding-top: calc(50% - 150px);
        text-align: center;
        padding-top: 150px;
    }

    .content-single-article .share {
        position: relative;
        margin: 30px 0;
    }

    .content-single-article .share ul li {
        display: inline;
        margin-right: 20px;
    }

    .e-book-hero {
        padding-top: 30%;
    }

    .about-ebook {
        padding-top: 100px;
        background-size: cover !important;
        background-position: 0% -145px !important;
        font-weight: 600;
        color: #727681;
        padding-bottom: 0px;
    }

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

    .title-page h1 {
        font-size: 36px;
    }

    .video-archive .video-list h2 {
        font-size: 26px;
    }

    .about-ebook h2,
    .textimg h2 {
        font-size: 26px;
        line-height: 40px;
    }

    /* hero */

    .hero .welcome {
        margin: auto;
        text-align: center;
        max-width: 450px;
    }

    .textimg .content,
    .textimg .col-lg-6 {
        margin: auto;
        text-align: left;
        max-width: 450px;
    }

    /* how it works */
    /* + features */

    .how-it-works .content,
    .features .content {
        max-width: 460px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 60px;
    }

    .how-it-works .imgalignr,
    .how-it-works .imgalignl,
    .imgalignr,
    .imgalignl {
        text-align: center;
    }

    .how-it-works .content .number p,
    .how-it-works .default-row:first-child .number p {
        left: -10px;
    }

    .how-it-works .design1:before,
    .how-it-works .design2:before,
    .features .design2:before,
    h1 span:before {
        display: none;
    }

    .how-it-works .design2,
    .features .design1 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .default-row {
        margin-bottom: 50px;
    }

    /* testimonials */

    .testimonials .clients .owl-dots {
        text-align: center;
        -webkit-tap-highlight-color: transparent;
    }

    .testimonials .clients .owl-carousel .owl-nav button.owl-next,
    .testimonials .clients .owl-carousel .owl-nav button.owl-prev,
    .testimonials .clients .owl-carousel button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit;
    }

    .testimonials .clients span {
        width: 9px;
        height: 9px;
        margin: 5px 7px;
        background: url('../img/bullet.svg') no-repeat;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px;
    }

    .testimonials .clients .owl-dot.active span {
        background: linear-gradient(90deg, #02A5C9 0%, #11C480 100%);
        width: 15px;
        height: 15px;
    }

    .owl-nav.disabled {
        display: none;
    }

    /* features */
    .features .design1,
    .features .design2 {
        margin-bottom: 30px;
    }

    .features .row .row {
        margin-bottom: 100px;
    }

    .about-ebook .single-row,
    .textimg .single-row {
        margin-bottom: 60px !important;
        margin-top: 10px !important;
    }

    .textimg img {
        margin-top: 30px;
    }

    .content-single-article .cta,
    .content-single-article .full-image {
        min-width: 100%;
        left: auto;
        padding-left: 0px;
    }

    /* ebook */

    .e-book-hero .slika {
        text-align: center;
    }

    .e-book-hero .about-e-book,
    .about-ebook .col-12 {
        margin: auto;
        max-width: 500px;
    }

    .get .bg:before {
        display: none;
    }

    .get {
        text-align: center;
    }

    .get img {
        max-width: 350px;
    }

    .get .bg {
        padding-top: 50px;
        background: linear-gradient(90deg, #02A5C9 0%, #11C480 100%);
        border-radius: 20px;
    }

    .customtitle {
        min-height: auto;
    }

    .balance {
        background: #F3F4F9;
        padding: 100px 0px;
        margin-bottom: 100px;
        margin-top: 0;
    }

    .row.featured-image {
        padding: 10px;
    }

    .balance .single-item .number,
    .what-you-get .single-item .img {
        margin: 10px auto;
    }

    .balance .single-item .content-item,
    .what-you-get .single-item .content-item,
    .what-you-get .single-item .content-item .title,
    .what-you-get .single-item .content-item .text {
        padding: 0px 10px;
        max-width: 100%;
        text-align: center;
    }

    .balance .single-item,
    .what-you-get .single-item {
        padding-bottom: 20px;
    }

    footer {
        text-align: center;
    }

    footer .about {
        margin-bottom: 50px;
    }

    footer.layout-2 .justify-content-end {
        justify-content: center !important;
    }

    footer.layout-2 .copyright {
        margin-bottom: 30px;
    }

    .cta-t2 .bg {
        background-position: center center !important;
    }

    .cta-t2 form input.custom-btn {
        position: relative;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .custom-blog-template {
        background: none !important;
        min-height: auto !important;
        padding: 70px 0;
    }

    .custom-blog-template .title {
        padding-top: 100px;
    }

    .podcast .playlist-player {
        margin-top: 70px;
    }

    #awp-wrapper0 .awp-media-time-total,
    #awp-wrapper0 .awp-media-time-current {
        bottom: 0px !important;
        top: auto !important;
    }

    #awp-wrapper0 .awp-player-title {
        font-size: 17px !important;
    }

}

@media (max-width: 551px) {
    footer .col-4 {
        width: 100%;
        margin-bottom: 30px;
    }
}