body,
html {
    font-family: lato !important;
}

a:hover,
a:active {
    text-decoration: none !important;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #9700fc;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    line-height: 1.7;
    text-align: center;
    color: #fff;
    font-size: 25px;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    font-size: 22px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover,
#return-to-top:active,
#return-to-top:focus {
    background: #000000;
}

#return-to-top:hover i {
    color: #fff;
}

nav.nav1 {
    display: none;
}

/*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay {
    display: none;
}
a#hamburg {
    position: fixed;
    top: 50%;
    right: 20px;
    width: 48px;
    height: 40px;
    z-index: 9;
    text-align: center;
    color: white;
    display: none;
    transform: translateY(-50%);
    transition: all ease-out 0.3s;
}
a#hamburg i {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.nav1 {
    transition: all ease-out 0.3s;
    display: none;
}
.nav1 a {
    color: #000;
}
.nav1 ul {
    margin: 0;
    padding: 0;
    background-color: #303030;
}
.nav1 ul li {
    display: inline-block;
    position: relative;
    padding: 10px 20px !important;
}
.nav1 ul li > a {
    display: inline-block;
    padding: 10px;
}
.nav1 ul li > a > i {
    margin-left: 15px;
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.1s;
}
.nav1 ul li ul {
    display: none;
    position: absolute;
    top: 38px;
    background: #222;
    width: 200px;
    text-align: left;
}
.nav1 .search-nav,
.nav1 .title {
    display: none;
}
.nav1 ul li ul li {
    display: block;
}
.nav1 ul li ul li a {
    display: block;
}
.nav1 ul li:hover > a {
    color: #000;
    text-decoration: none;
}
.nav1 ul li:hover > a > i {
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
}
.nav1 ul li:hover ul {
    display: block;
}
.nav1 span.marrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    float: right;
    height: 0;
    margin: 8px 0 0 8px;
    width: 0;
}
.nav1 ul li.open span.marrow {
    border-left: 5px solid transparent;
    border-top: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}
@media screen and (max-width: 1024px) {
    .slider .item .carousel-caption {
        top: 80px;
    }
    .slider-text h3 {
        font-size: 40px;
    }
    .slider-text p {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .slider-text .form-group label {
        font-size: 12px;
    }
}
/* .open-menu .nav-cross:before {
    content: "X";
    position: absolute;
    z-index: -1;
    font-size: 25px;
} */

@media screen and (max-width: 767px) {
    .logo-bar nav {
        display: none !important;
    }
    a#hamburg {
        display: block;
    }
    main {
        transition: all ease-out 0.3s;
    }
    .nav1 .row {
        margin: 0px;
    }
    .nav1 {
        background-color: #fff;
        box-shadow: -2px 0 10px #999 inset;
        display: block;
        height: 100%;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 0;
        transform: translateX(-250px);
        -webkit-transform: translateX(-250px);
        width: 250px;
    }
    .nav1 .search-nav,
    .nav1 .title {
        display: block;
    }
    .nav1 .search-nav input {
        border: 1px solid #2c313f;
        background-color: rgba(255, 255, 255, 0.2);
        padding: 5px;
        width: 100%;
        color: #000;
        margin: 10px 0;
    }
    .nav1 .search-nav input[type="submit"] {
        background: url("images/search-icon.png") no-repeat scroll center center;
        border: 0;
        width: auto;
        font-size: 0;
        height: 16px;
        position: absolute;
        right: 7px;
        top: 8px;
        width: 16px;
        filter: invert(100%);
    }
    .nav1 .title {
        background: #000;
        color: #fff;
        font-size: 14px;
        margin: 0 -15px;
        padding: 6px 15px 6px;
    }
    .search-nav > form {
        position: relative;
    }
    .nav1 ul {
        text-align: left;
        background-color: transparent;
    }
    .nav1 ul li {
        display: block;
        border-bottom: 1px solid #999;
    }
    .nav1 ul li a {
        display: block;
        padding: 10px 0;
    }
    .nav1 ul li:hover > a {
        color: #000;
    }
    .nav1 ul li a > i {
        float: right;
    }
    .nav1 ul li ul {
        display: none;
        position: static;
        width: 100%;
        background-color: transparent;
        padding: 0 10px;
    }
    .nav1 ul li:hover > ul {
        display: none;
    }
    .nav1 ul li:hover > a > i {
        transform: rotateZ(0);
        -webkit-transform: rotateZ(0);
    }
    .nav1 ul li.open > a {
        background-color: transparent;
    }
    .nav1 ul li.open > a > i {
        transform: rotateZ(90deg);
        -webkit-transform: rotateZ(90deg);
    }
    .nav1 ul li.open > ul {
        display: block;
    }
    div#menuoverlay {
        display: block;
        visibility: hidden;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all ease-out 0.3s;
        z-index: 1;
        opacity: 0;
    }
    html.open-menu {
        overflow: hidden;
    }
    html.open-menu div#menuoverlay {
        visibility: visible;
        background: rgba(0, 0, 0, 0.5);
        min-height: 100vh;
        width: 100% !important;
        opacity: 1;
        width: calc(-150%);
        left: 250px;
    }
    /* html.open-menu a#hamburg {
        transform: translateX(-35px);
        -webkit-transform: translateX(-35px);
        z-index: 999;
    } */
    html.open-menu main {
        transform: translateX(250px);
        -webkit-transform: translateX(250px);
    }
    html.open-menu nav.nav1 {
        z-index: 3;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
    .menu-main-menu-container ul ul ul li a {
        padding: 5px;
    }
    ul li.has-subnav .accordion-btn {
        color: #000;
        font-size: 24px;
        width: 20px !important;
        float: right;
        line-height: inherit !important;
    }
    .nav1 ul li:last-child {
        border: 0;
    }
    .nav-cross.open > span {
        background: #fff;
    }
    /*---------------------Hamberg Icon --------------------------------------------- */
    .nav-cross {
        width: 44px;
        height: 40px;
        position: relative;
        margin: 0 auto;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transition: 0.5s ease-in-out;
        cursor: pointer;
    }
    .nav-cross span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #000;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transition: 0.25s ease-in-out;
    }

    .open-menu .nav-cross span:nth-child(1) {
        transform: rotate(45deg) translate(3px, -7px);
    }

    .open-menu .nav-cross span:nth-child(2) {
        opacity: 0;
    }

    .open-menu .nav-cross span:nth-child(3) {
        transform: rotate(-45deg) translate(2px, 7px);
    }

    #nav-icon1 span:nth-child(1) {
        top: 0px;
    }
    #nav-icon1 span:nth-child(2) {
        top: 18px;
    }
    #nav-icon1 span:nth-child(3) {
        top: 36px;
    }
    #nav-icon1.open span:nth-child(1) {
        top: 18px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }
    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    #nav-icon1.open span:nth-child(3) {
        top: 18px;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }
    .nav-cross span:nth-child(1) {
        top: 6px;
        transform-origin: left center;
        -webkit-transform-origin: left center;
    }
    .nav-cross span:nth-child(2) {
        top: 18px;
        transform-origin: left center;
        -webkit-transform-origin: left center;
    }
    .nav-cross span:nth-child(3) {
        top: 30px;
        transform-origin: left center;
        -webkit-transform-origin: left center;
    }
    .nav-cross.open span:nth-child(1) {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 11px;
        left: 4px;
    }
    .nav-cross.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }
    .nav-cross.open span:nth-child(3) {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        top: 28px;
        left: 4px;
    }
}

body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #9700fc;
    outline: 1px solid #9700fc;
}

::-moz-selection {
    /* Code for Firefox */
    color: #ffffff;
    background: #9700fc;
}

::selection {
    color: #ffffff;
    background: #9700fc;
}

.topbar {
    padding: 52px 0px;
    transition: all 200ms ease-in-out;
}

.logo a {
    display: inline-block;
}

.topmenu {
    text-align: right;
}

.topmenu ul {
    margin: 0px 0px;
    padding: 0px;
}

.topmenu ul li {
    display: inline-block;
    padding: 0px 23px;
}

.topmenu ul li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    padding-bottom: 8px;
    position: relative;
    text-transform: uppercase;
}

.topmenu ul li:last-child {
    padding-right: 0px;
}

.topmenu ul li:first-child {
    padding-left: 0px;
}

.topmenu ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 80%;
    height: 3px;
    background-color: #9700fc;
    left: 0;
    right: 0;
    margin: 0 auto;
    visibility: hidden;
}

.topmenu ul li .current-menu-item a {
    visibility: visible !important;
}

.topmenu ul li.current-menu-item:not(.nostyle) a:after,
.topmenu ul li a:hover:after,
.topmenu ul li a:active:after,
.topmenu ul li a:focus:after {
    visibility: visible;
}
.header_inner {
    background-color: #000;
}
.home-banner {
    padding: 405px 0px 415px;
}
.header_home {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.admin-bar .header_home {
    top: 32px;
}

.topbar.fixed {
    background-color: #000;
}

.home-banner h3 {
    font-family: Josefin;
    font-size: 33px;
    font-weight: 400;
    position: relative;
    padding-left: 100px;
}

.home-banner h3:before {
    content: "";
    position: absolute;
    left: 0;
    width: 78px;
    height: 1px;
    border: 2px solid #9700fd;
    top: 16px;
}

.home-banner h1 {
    font-size: 102px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.banner-btn a {
    padding: 0px !important;
    border-radius: 5px !important;
    border: 0px !important;
    background-image: none !important;
    width: 181px;
    height: 57px;
    background-color: #9700fd !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 57px !important;
    position: relative;
    text-align: right !important;
    padding-right: 30px !important;
}
.banner-btn {
    margin-top: 15px;
}
.banner-btn a:hover,
.banner-btn a:active,
.banner-btn a:focus {
    background-color: #000 !important;
    color: #fff !important;
}
.banner-video-popup a {
    display: inline-block;
    margin-top: 100px;
    box-shadow: 0px 0px 0px 15px rgb(255 255 255 / 30%);
    border-radius: 100%;
}
.copyright-bx {
    background-color: #13151a;
    padding: 40px 0px;
}

.copyright-bx p {
    margin: 0px;

    /* Text style for "Copyright" */
    color: #f2f2f2;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.f-social {
    text-align: right;
}

.f-social ul {
    padding: 0px;
    margin: 0px;
}

.f-social ul li {
    display: inline-block;
    margin-left: 29px;
}

.f-social ul li a {
    display: block;
    color: #ffffff;
}

.f-social ul li a:hover i,
.f-social ul li a:active i,
.f-social ul li a:focus i {
    transform: rotate(360deg);
    color: #9700fc;
    -webkit-transform: rotate(360deg);
}

.f-social ul li a i {
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}
.h-about {
    padding: 140px 0px 215px;
}

.h-about h2 {
    font-size: 85px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.h-about p {
    color: #4d4d4d;
    font-family: Lato;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 32px;
}

.h-about-download a {
    background-color: #9700fd !important;
    background-image: none !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    width: 201px;
    height: 49px;
    line-height: 49px !important;
    padding: 0px !important;
}

.h-about-download {
    margin-bottom: 0px;
}

.h-about-download a:hover,
.h-about-download a:active,
.h-about-download a:focus {
    background-color: #000 !important;
    color: #fff !important;
}
.h-services {
    padding-bottom: 255px;
}

.service-thumb {
    position: absolute;
    left: 15px;
}

.h-services h2 {
    padding-left: 120px;
    color: #1a1a1a;
    font-family: "Josefin";
    font-size: 23px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.46px;
    line-height: normal;
    margin-bottom: 5px;
    padding-top: 30px;
}

.h-services h4 {
    color: #606060;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.26px;
    line-height: normal;
    text-transform: uppercase;
    padding-left: 120px;
}
.h-finding {
    padding: 53px 0px 60px;
    overflow: unset !important;
}
.joy-book {
    margin-top: -120px;
}
.joy-book {
    margin-top: -120px;
}

.vc_row.wpb_row.vc_row-fluid.h-finding.vc_custom_1604339007317.vc_row-has-fill {
}

.h-finding h2 {
    color: #333333;
    font-size: 85px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 30px;
}

.h-finding p {
    color: #4d4d4d;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.h-finding a.vc_general {
    width: 159px !important;
    height: 49px !important;
    background-color: #9700fd !important;
    background-image: none !important;
    padding: 0px !important;
    line-height: 49px;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: normal;
}

.h-finding a.vc_general:hover,
.h-finding a.vc_general:active,
.h-finding a.vc_general:focus {
    background-color: #000 !important;
    color: #fff;
}
.notified-form {
    margin-top: 28px !important;
    background-color: #f8fafa;
    padding: 45px 95px 45px;
    max-width: 1110px;
    margin: 0 auto;
}

/* .notified-form form {
    display: flex;
    align-items: flex-end;
} */

.notified-form__input {
    width: 100%;
}

/* .notified-form .gform_body .gform_fields {
    display: flex;	
} */
.notified-form .gform_body label {
    display: none !important;
}
/* .notified-form .gform_body li.gfield {
    float: left;
    width: 50%;
    box-sizing: border-box !important;
    clear: none;
} */
/* .notified-form .gform_wrapper .gform_footer {
    padding-top: 0;
    padding-bottom: 0;
    width: 15%;
} */
.notified-form .gform_footer input {
    width: 100% !important;
    margin: 0;
}
.notified-form h3 {
    margin-bottom: 20px;
    color: #1a1a1a;
    font-family: "Josefin";
    font-size: 31px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.62px;
    line-height: normal;
}
.notified-form input[type="text"],
.notified-form input[type="email"],
.notified-form textarea {
    height: 49px;
    background-color: #ececec;
    padding: 5px 23px !important;
    width: 100% !important;
    border: 0px;
    color: #999999;
    font-size: 12px !important;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.notified-form input[type="submit"] {
    border: 0px;
    padding: 0px;
    width: 159px;
    height: 49px;
    background-color: #9700fd;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    border-radius: 3px;
    cursor: pointer;
}

.notified-form input[type="submit"]:hover,
.notified-form input[type="submit"]:active,
.notified-form input[type="submit"]:focus {
    background-color: #000;
    color: #fff;
}
.audio-bx {
    padding: 240px 0px 230px;
}

.audio-bx h6 {
    font-family: MyriadPro;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 20px;
}

.audio-bx h2 {
    font-family: "Josefin";
    font-size: 46px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.91px;
    line-height: 60px;
}

.episode-links p {
    display: inline-block;
    margin-right: 10px;
}
.h_postMain {
    padding: 98px 0px 138px;
}

.h_postMain h2 {
    color: #9700fd;
    font-size: 85px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 30px;
}

.h_postMain h6 {
    font-family: "Josefin";
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 59px;
}
.blog-thumb a {
    display: block;
}

.blog-thumb a:hover img {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
}

.blog-thumb a img {
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    width: 100%;
    height: auto;
}

.blog-thumb a {
    overflow: hidden;
}

.home-tags ul {
    margin: 0px;
    padding: 0px;
}

.home-tags ul li {
    display: inline-block;
    background-color: #2e2e2e;
    line-height: 27px;
    padding: 0px 13px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 40px;
    color: #f2f2f2;
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
}

.h-blog-bx h2 {
    color: #f2f2f2;
    font-family: "Josefin";
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-top: 21px;
}

.home-page-posts .h-blog-bx h2 {
    font-size: 18px;
}

.h-blog-bx p {
    color: #f2f2f2;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.home-set-more {
    margin-bottom: 0px;
}

.home-set-more a.vc_general {
    margin-top: 100px;
    padding: 0px;
    border: 0px !important;
    width: 193px;
    height: 53px;
    background-color: #9700fd !important;
    background-image: none !important;
    line-height: 53px;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: normal;
}

.home-set-more a.vc_general:hover,
.home-set-more a.vc_general:active,
.home-set-more a.vc_general:focus {
    background-color: #fff !important;
    color: #000 !important;
}
.home-lets {
    padding: 108px 0px 188px;
}

.home-lets h2 {
    color: #9700fd;
    font-size: 85px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 40px;
}

.home-lets h6 {
    color: #f2f2f2;
    font-family: "Josefin";
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 90px;
}

.home-lets label {
    color: #f2f2f2;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.home-lets input[type="text"],
.home-lets input[type="email"] {
    background-color: #1e212a;
    height: 49px;
    padding: 10px;
    width: 100%;
    border: 0px !important;
    color: #fff !important;
}

.home-lets textarea {
    height: 90px;
    background-color: #1e212a;
    padding: 10px;
    width: 100%;
    border: 0px !important;
    color: #fff !important;
    resize: none;
}

.home-lets input[type="submit"] {
    margin-top: 15px;
    width: 193px;
    height: 53px;
    background-color: #9700fd;
    border: 0px !important;
    border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    cursor: pointer;
}

.gform_button {
    transition: all 200ms ease-in-out;
}

.home-lets input[type="submit"]:hover,
.home-lets input[type="submit"]:active,
.home-lets input[type="submit"]:focus {
    background-color: #fff !important;
    color: #000 !important;
}
.h-cnt ul {
    padding: 0px;
}

.h-cnt ul li {
    display: block;
    margin-bottom: 49px;
    position: relative;
    padding-left: 50px;
}

.h-cnt ul li a {
    display: inline-block;
}

.h-cnt ul li a h3 {
    color: #f2f2f2;
    font-family: "Josefin";
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.h-cnt ul li a h5 {
    color: #f2f2f2;
    font-family: Lato;
    font-size: 23px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.h-cnt ul li:nth-child(1):before {
    content: "\f003";
    font-family: "FontAwesome";
    color: #9700fd;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 0px;
}

.h-cnt ul li:nth-child(2):before {
    content: "\f09a";
    font-family: "FontAwesome";
    color: #9700fd;
    font-size: 32px;
    position: absolute;
    left: 0;
    top: -5px;
}

.h-cnt ul li:nth-child(3):before {
    content: "\f16d";
    font-family: "FontAwesome";
    color: #9700fd;
    font-size: 27px;
    position: absolute;
    left: 0;
    top: -5px;
}

.h-cnt ul li:nth-child(4):before {
    content: "\f099";
    font-family: "FontAwesome";
    color: #9700fd;
    font-size: 27px;
    position: absolute;
    left: 0;
    top: -7px;
}

.h-cnt ul li:nth-child(5):before {
    content: "\f0d2";
    font-family: "FontAwesome";
    color: #9700fd;
    font-size: 28px;
    position: absolute;
    left: 0;
    top: -5px;
}
.h-cnt ul li a:hover h3,
.h-cnt ul li a:active h3,
.h-cnt ul li a:focus h3,
.h-cnt ul li a:hover h5,
.h-cnt ul li a:active h5,
.h-cnt ul li a:focus h5 {
    color: #9700fd;
}
.karma-by-kadar__simple-player--cyan .karma-by-kadar__simple-player__play i,
.karma-by-kadar__simple-player--cyan .karma-by-kadar__simple-player__pause i {
    color: #9700fd !important;
}
.karma-by-kadar__simple-player--cyan .karma-by-kadar__simple-player__seekbar .ui-slider-handle {
    background: #9700fd !important;
}
.karma-by-kadar__simple-player--cyan .karma-by-kadar__simple-player__seekbar .ui-slider-range {
    background: #9700fd !important;
}
.karma-by-kadar__simple-player__title__the-title {
    visibility: hidden !important;
}
.karma-by-kadar__simple-player--cyan .karma-by-kadar__simple-player__mute,
.karma-by-kadar__simple-player--cyan .karma-by-kadar__simple-player__unmute {
    background: #9700fd !important;
}
.karma-by-kadar__simple-player__download {
    color: #fff !important;
}
.karma-by-kadar__simple-player__current-time,
.karma-by-kadar__simple-player__duration {
    color: #fff !important;
}
.karma-by-kadar__simple-player__seekbar__bg {
    background: #fff !important;
}
.about-banner {
    padding: 240px 0px 128px;
}

.about-banner h1 {
    color: #9700fc;
    font-size: 85px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    position: relative;
}

.about-banner p {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}
.about-info {
    padding: 116px 0px 145px;
}

.about-info h2 {
    position: relative;
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    padding-bottom: 25px;
}

.about-info h2:after {
    content: "";
    width: 70px;
    height: 2px;
    background-color: #9700fc;
    position: absolute;
    bottom: 0;
    left: 0;
}

.about-info h4 {
    margin-top: 60px;
    color: #808080;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.about-info h5 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.about-info .about-info-link {
    margin-top: 60px;
}

.about-info .about-info-link a {
    padding: 0px !important;
    background-color: transparent !important;
    width: 185px;
    height: 56px;
    border: 3px solid #9700fc !important;
    line-height: 50px;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    background-image: none !important;
    border-radius: 0px !important;
}
.about-service .wpb_column.vc_column_container .wpb_wrapper {
    max-width: 1010px;
    margin: 0 auto;
}
.about-info .about-info-link a:hover,
.about-info .about-info-link a:active,
.about-info .about-info-link a:focus {
    background-color: #9700fc !important;
    color: #fff !important;
}

.about-info h3 {
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 40px;
}

.about-info p {
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 26px;
}
.about-banner h1:after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #9700fc;
    position: absolute;
    border-radius: 100%;
    bottom: 17px;
}

.about-service {
    padding: 155px 0px;
}

.about-service h2 {
    color: #ffffff;
    font-family: Josefin;
    font-size: 25px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 36px;
}

.about-service p {
    max-width: 250px;
    color: #f2f2f2;
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 0px;
}
.about-testimonial {
    padding: 300px 0px;
}
.about-testimonial p {
    padding-top: 83px;
    color: #000000;
    font-size: 26px;
    font-style: italic;
    letter-spacing: normal;
    line-height: normal;
    padding-bottom: 60px;
}

.about-testimonial h4 {
    color: #808080;
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    position: relative;
    padding-left: 60px;
    margin-bottom: 2px;
}

.about-testimonial h4:before {
    content: "";
    position: absolute;
    width: 44px;
    height: 0;
    border: 2px solid #9700fc;
    left: 0;
    top: 16px;
}

.about-testimonial h3 {
    color: #000000;
    font-size: 33px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}
.home-lets.about-cnt input[type="submit"] {
    width: 100%;
    font-size: 14px;
}

.home-lets.about-cnt form {
    max-width: 735px;
    margin: 0 auto;
}

.home-lets.about-cnt input[type="text"],
.home-lets.about-cnt input[type="email"],
.home-lets.about-cnt textarea {
    background-color: #333333;
}

.home-lets.about-cnt textarea {
    height: 181px;
}
.home-lets.about-cnt {
    padding-bottom: 132px;
}
.home-lets.about-cnt .wpcf7-response-output {
    color: #fff;
}
.coming-soon-info {
    padding-top: 156px;
    padding-bottom: 156px;
}
.coming-soon-info h1 {
    font-size: 85px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.topmenu .menu-main-menu-container ul li.random-story a {
    border: 2px solid #9700fd;
    padding: 8px 18px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    border-radius: 3px;
}

.topmenu .menu-main-menu-container ul li.random-story a:after {
    display: none;
}

.topmenu .menu-main-menu-container ul li.random-story a:hover,
.topmenu .menu-main-menu-container ul li.random-story a:active,
.topmenu .menu-main-menu-container ul li.random-story a:focus {
    background-color: #9700fc;
}
.title-dots:after {
    content: "";
    position: absolute;
    width: 0.12em;
    height: 0.12em;
    background-color: #9700fd;
    border-radius: 100%;
    bottom: 0.188em;
}

.title-dots {
    position: relative;
}
.home-lets .wpcf7-response-output {
    color: #fff;
}
.open-menu a#hamburg .nav-cross img {
    display: none;
}
.book-mobile-show {
    display: none;
}
.blog-thumb {
    margin: 0px 0px 30px;
}
.h-blog-bx .col-12 {
    margin-bottom: 50px;
}
.home-tags ul li:hover {
    background-color: #9700fc;
}

.blog-main .h-blog-bx h2,
.blog-main .h-blog-bx p {
    color: #000;
}

.blog-link a {
    background-color: #9700fd !important;
    background-image: none !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    width: 150px;
    height: 40px;
    line-height: 40px !important;
    padding: 0px !important;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

.blog-link a:hover,
.blog-link a:active,
.blog-link a:focus {
    background-color: #000 !important;
    color: #fff !important;
}
.blog-main {
    margin: 50px 0px;
}
li#search-2 {
    display: block;
}

li#search-2 input[type="text"] {
    color: #000;
    width: 70%;
    height: 40px;
    padding: 5px 10px;
}

li#search-2 button[type="submit"] {
    width: 28%;
    height: 40px;
    vertical-align: top;
}

li#recent-posts-2 {
    display: block;
    margin: 30px 0px;
}

.blog-widget h2 {
    color: #1a1a1a;
    font-family: "Josefin";
    font-size: 23px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.46px;
    line-height: normal;
    margin-bottom: 10px;
}

.blog-widget ul {
    margin: 0px;
    padding: 0px;
}

.blog-widget ul li {
    display: block;
    margin-top: 5px;
}

.blog-widget ul li a {
    color: #000;
}

.blog-widget ul li a:hover,
.blog-widget ul li a:active,
.blog-widget ul li a:focus {
    color: #9700fc;
}

li#recent-comments-2 {
    display: block;
}
.blog-widget li {
    display: block;
}
.main-search {
    margin: 50px 0px;
}

.search-bx {
    margin-bottom: 30px;
}

.search-bx h2 {
    color: #000;
    font-family: "Josefin";
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-top: 21px;
}

.search-bx p {
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    color: #000;
}

.search-bx a {
    background-color: #9700fd !important;
    background-image: none !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    width: 150px;
    height: 40px;
    line-height: 40px !important;
    padding: 0px !important;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

.search-bx a:hover,
.search-bx a:active,
.search-bx a:focus {
    background-color: #000 !important;
    color: #fff;
}
.single-comment {
    margin-bottom: 50px;
}

.single-comment #comments textarea {
    width: 100%;
    resize: none;
    padding: 10px;
}

.single-comment #comments label {
    display: block;
}

.single-comment input[type="text"],
.single-comment input[type="email"],
.single-comment input[type="url"] {
    height: 49px;
    padding: 10px;
    width: 100%;
}

.single-comment p.comment-form-cookies-consent label {
    display: inline-block !important;
}

.single-comment p.form-submit input[type="submit"] {
    margin-top: 15px;
    width: 193px;
    height: 53px;
    background-color: #9700fd;
    border: 0px !important;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    cursor: pointer;
    text-transform: uppercase;
}
.blog-main .col-12.col-sm-8.col-md-9.col-lg-9 {
    text-align: center;
}
.h-blog-bx {
    text-align: left;
}
.blog-main a#loadMore {
    background-color: #9700fd !important;
    background-image: none !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    width: 150px;
    height: 40px;
    line-height: 40px !important;
    padding: 0px !important;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

.blog-main a#loadMore:hover,
.blog-main a#loadMore:active,
.blog-main a#loadMore:focus {
    background-color: #000 !important;
    color: #fff;
}

.topmenu .menu-main-menu-container {
    display: inline-block;
}

.random-story {
    display: inline-block;
    margin-left: 40px;
}

.random-story a {
    border: 2px solid #9700fd;
    padding: 8px 18px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    border-radius: 3px;
}

.random-story a:hover,
.random-story a:active,
.random-story a:focus {
    background-color: #9700fc;
    color: #ffffff;
}

#gform_wrapper_18 .gform_footer input {
    padding-left: 50px !important;
    padding-right: 50px !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
}

.blog-post-grid {
    overflow: hidden;
}

#gform_wrapper_18 input[type=submit] {
	background-color: rgba(151, 0, 253, 1);
	color: rgba(255, 255, 255, 1);
	font-weight: 600;
	padding-top: 10px;
	line-height: 18px;
	border-radius: 5px 5px 5px 5px;
	border-style: none;
	padding-bottom: 10px;
	margin-left: 90px;
}

#gform_wrapper_18 .ginput_container{
	padding-right:16px;
}

.gform-body > #gform_fields_18 > #field_18_6 {
	display: flex;
}