a, a:hover {
    text-decoration: none;
}

body {
    font-family: ivystyle-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 97px;
}

header {
    padding: 25px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    -webkit-box-shadow: 0 0 21px -6px rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 21px -6px rgba(0,0,0,.75);
    box-shadow: 0 0 21px -6px rgba(0,0,0,.75);
}

header .container-fluid {
    padding: 0 100px;
}

.container-fluid {
    padding: 0 160px;
}

#header-logo {
    width: 300px;
}

.section {
    padding: 100px 0;
    background-color: #fff;
    z-index: 100;
    overflow: hidden;
    position: relative;
}

.section-extra-padding {
    padding: 200px 0;
}

#page-title .section {
    padding: 120px 0;
}

#page-title .section.bg-image {
    padding: 190px 0;
}

.content p, .content ul, .content ol {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 35px;
    color: #512755;
}

.content.large p {
    font-family: jubilat, serif;
    font-weight: 100;
    font-size: 37px !important;
    line-height: 47px !important;
    margin-bottom: 45px !important;
}

.content.big-intro p:first-child {
    font-weight: 500 !important;
}

.content p:last-child {
    margin-bottom: 0 !important;
}

.section h2 {
    text-transform: uppercase;
    margin-bottom: 60px;
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: 3px;
}

.section h2.green {
    color: #03B1A0;
}

.bg-purple {
    background-color: #512755;
}

.bg-green {
    background-color: #03B1A0;
}

.bg-cream {
    background-color: #FFFFF5;
}

.bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-image-rt {
    background-size: 39%;
    background-position: right center;
    background-repeat: no-repeat;
    height: 700px;
    padding: 0 !important;
}

.bg-image-lt {
    background-size: 39%;
    background-position: left center;
    background-repeat: no-repeat;
}

.bg-image-lh {
    background-size: 50%;
    background-position: left center;
    background-repeat: no-repeat;
    height: 700px;
    padding: 0 !important;
}

.bg-purple .content p,
.bg-purple .content ol,
.bg-purple .content ul {
    color: #FFFFF5;
}

.bg-purple .content p a {
    color: #FFFFF5;
}

.bg-green .content p,
.bg-green .content ol,
.bg-green .content ul {
    color: #FFFFF5;
}

.bg-cream .content p,
.bg-cream .content ol,
.bg-cream .content ul {
    color: #512755;
}

.bg-image .content p,
.bg-image .content ol,
.bg-image .content ul {
    color: #FFFFF5;
}

.bg-purple h2 {
    color: #FFFFF5;
}

.bg-green h2 {
    color: #FFFFF5;
}

.bg-cream h2 {
    color: #512755;
}

.bg-image h1 {
    color: #FFFFF5;
}

.button {
    display: inline-block;
    color: #ffffff !important;
    background-color: #512755;
    text-decoration: none;
    border: 1px solid #512755;
    border-radius: 50px;
    padding: 28px 39px;
    font-size: 21px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
}

.button:hover, .button:focus {
    color: #512755 !important;
    background-color: #FFFFFF;
    border-color: #512755;
    text-decoration: none;
}

.btn-green {
    background-color: #03B1A0;
    border: 1px solid #03B1A0;
}

.btn-cream {
    background-color: #FFFFF5;
    border: 1px solid #FFFFF5;
    color: #512755 !important;
}

.btn-cream:hover {
    color: #512755;
}

.filter.mixitup-control-active {
    background-color: #512755;
    color: #FFFFFF !important;
    border-color: #512755;
}

.menu-primary-container {
    float: right;
    margin-top: 7px;
}

#menu-primary {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menu-primary li {
    display: inline-block;
    margin-left: 45px;
}

#menu-primary li a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

#menu-primary li a img {
    display: none;
    margin: 0 auto;
    width: 64px;
    height: auto;
}

#menu-primary li.current-menu-item a {
    color: #A394A1;
}

#menu-primary li:hover a img, #menu-primary li.current-menu-item a img {
    display: block;
}

#menu-primary li.current-menu-parent a {
    color: #A394A1;
}

#menu-primary li.current-menu-parent a img {
    display: block;
}

#menu-primary li .sub-menu {
    display: none;
}

.fs {
    height: calc(100vh - 98px);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(81, 39, 85, 0.4);
}

.dt {
    display: table;
    width: 100%;
    height: 100%;
}

.dc {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

h1 {
    font-family: jubilat, serif;
    font-weight: 500;
    font-style: normal;
    font-size: 90px;
    line-height: 100px;
    margin-bottom: 50px;
}

#page-title .content p {
    font-family: jubilat, serif;
    font-weight: 500;
    font-size: 44px;
    line-height: 55px;
}

#page-title h1 {
    color: #512755;
}

#page-title .bg-image h1 {
    color: #FFFFFF;
}

.title-divider {
    width: 300px;
    margin-bottom: 80px;
    margin-top: 30px;
}

.client-logo {
    width: 93%;
    height: auto;
}

input[type="text"], input[type="email"] {
    border: none;
    width: 95%;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
    height: 48px;
}

textarea {
    border: none;
    width: 95%;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
    height: 150px;
    margin-bottom: 100px;
}

#page-contact .button {
    margin-top: 30px;
}

#page-contact form input[type="submit"] {
    position: absolute;
    bottom: 0;
    left: 15px;
}

.footer-contact-image {
    width: 83%;
    height: auto;
}

#page-contact h3 {
    font-family: jubilat, serif;
    font-weight: 500;
    font-style: normal;
    color: #FFFFFF;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
    padding-right: 100px;
}

#page-contact .content {
    padding-right: 100px;
}

#page-contact .content p {
    color: #512755;
    font-size: 28px;
    line-height: 37px;
}

#page-contact .bg-purple .content p {
    color: #FFFFFF !important;
}

#page-contact .section.bg-green .content + .button {
    position: absolute;
    bottom: 0;
    left: 15px;
}

#page-contact .button i {
    color: #512755;
    margin-left: 7px;
}

#page-contact .large-text h3 {
    font-size: 70px;
    line-height: 80px;
}

#page-contact .large-text .content p {
    color: #FFFFFF;
    font-size: 40px;
    line-height: 50px;
    font-family: jubilat, serif;
    font-weight: 100;
}

#page-contact .large-text .content + .button {
    margin-top: 52px;
}

#page-contact .section.bg-green .button i {
    color: #03B1A0;
}

.testimonial {
    display: none;
}

.testimonial .quote {
    font-family: jubilat, serif;
    font-weight: 500;
    font-style: normal;
    color: #FFFFFF;
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 60px;
    min-height: 260px;
}

.testimonial .quote span {
    font-family: gloria-hallelujah, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #512755;
    font-size: 50px;
    line-height: 60px;
    vertical-align: middle;
    padding: 10px;
}

.testimonial-det {
    display: none;
}

.testimonial-1 {
    display: block;
}

.testimonial-nav {
    display: inline-block;
    margin: 0 17px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.testimonial-nav img {
    width: 120px;
    opacity: 0.5;
    border-radius: 200px;
    transition: all .2s ease-in-out;
}

.testimonial-nav.active img {
    opacity: 1;
    width: 180px;
    -webkit-box-shadow: 0 0 21px -6px rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 21px -6px rgba(0,0,0,.75);
    box-shadow: 0 0 21px -6px rgba(0,0,0,.75);
    transition: all .2s ease-in-out;
}

.det-1 {
    color: #FFFFFF;
    font-size: 30px;
    line-height: 40px;
    margin-top: 30px;
}

.det-2 {
    font-weight: 600;
    letter-spacing: 1px;
    color: #FFFFFF;
    font-size: 19px;
    line-height: 40px;
    text-transform: uppercase;
    margin-top: 10px;
}

.det-2 a {
    color: #512755;
    text-decoration: underline;
}

.testimonial-arrow.left {
    display: inline-block;
    margin-right: 25px;
    cursor: pointer;
}

.testimonial-arrow.right {
    display: inline-block;
    margin-left: 25px;
    cursor: pointer;
}

.testimonial-arrow img {
    width: 100px;
    height: auto;
}

.course-box > a > img {
    width: 100%;
    height: auto;
}

.course-box h3 {
    font-family: jubilat, serif;
    font-weight: 100;
    font-style: normal;
    font-size: 45px;
    line-height: 55px;
    margin-top: 0;
    margin-bottom: 40px;
    color: #512755;
    font-weight: 100;
}

.course-box h3 span {
    font-weight: 600;
    display: inline-block;
    position: relative;
}

.course-box h3 span img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.course-box.other h3 span {
    color: #512755;
}

.course-box .content {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 140px;
}

.course-box .button {
    position: absolute;
    bottom: 0;
    left: calc(50% - 103px);
}

.course-box.other img {
    width: 95%;
    height: auto;
    border-radius: 500px;
}

.course-box.other h3 {
    margin-top: 40px;
}

.course-box.other .content {
    width: 100%;
    padding-right: 20px;
}

.course-box.other .button {
    left: 0;
}

.fl {
    color: #A991A8;
    font-size: 22px;
    line-height: 32px;
}

.fl.s {
    font-weight: 700;
}

.fl i {
    margin-right: 5px;
}

.fl a {
    color: #03B1A0;
}

footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

footer ul li a {
    color: #A991A8;
    font-size: 22px;
    line-height: 32px;
}

footer ul li a:hover, footer ul li a:focus {
    color: #03B1A0;
}

#footer-logo {
    margin-top: 100px;
    width: 45px;
    height: auto;
    margin-bottom: 15px;
}

.copyright {
    color: #A991A8;
    font-size: 14px;
}

.play-video {
    width: 140px;
    margin-top: 80px;
    margin-bottom: 30px;
    cursor: pointer;
}

#template-services .course-box > img {
    width: 80%;
}

#template-services #page-title .section {
    padding: 280px 0;
}

.ticks img {
    width: 100px;
    height: auto;
    margin-bottom: 30px;
}

.ticks h3 {
    font-family: jubilat, serif;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 33px;
    line-height: 38px;
    width: 70%;
    margin: 0 auto;
}

.ticks .content {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}

.testimonial-wrapper .testimonial-box {
    position: relative;
    background-color: #FFFFF5;
    padding: 40px 45px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 21px -6px rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 21px -6px rgba(0,0,0,.75);
    box-shadow: 0 0 21px -6px rgba(0,0,0,.75);
    text-align: left;
}

.testimonial-wrapper .testimonial-box .down-arrow {
    background-color: #FFFFF5;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -17px;
    left: calc(50% - 25px);
    transform: rotate(45deg);
}

.testimonial-wrapper .testimonial-box .content p {
    color: #512755;
}

.testimonial-wrapper {
    margin: 20px 20px 100px 20px;
}

.testimonial-wrapper img {
    width: 160px;
    height: auto;
    margin-top: 60px;
    margin-bottom: 40px;
    border-radius: 200px;
    -webkit-box-shadow: 0 0 21px -6px rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 21px -6px rgba(0,0,0,.75);
    box-shadow: 0 0 21px -6px rgba(0,0,0,.75);
}

.testimonial-wrapper .persons-name {
    color: #FFFFFF;
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
}

.testimonial-wrapper .det-1 {
    margin-top: 10px;
}

#template-contact input[type="submit"] {
    margin-top: 20px;
}

#template-contact input[type="submit"] + br + a {
    margin-top: 25px;
}

#template-contact input[type="submit"] + br + a i {
    color: #03B1A0;
    margin-left: 7px;
}

#template-contact .contact-form-message {
    color: #512755;
    font-size: 14px;
    line-height: 22px;
    width: 95%;
    margin-top: 10px;
}

.cl {
    margin-bottom: 10px;
}

div > .cl:first-child {
    margin-bottom: 40px;
}

.cl i {
    color: #03B1A0;
    font-size: 30px;
    line-height: 47px;
    float: left;
}

.cl .content {
    margin-left: 60px;
}

#contact-map {
    height: 370px;
    width: 100%
}

#contact-map iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

.content.alt-style p {
    font-family: jubilat,serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 26px;
}

.content.alt-style p em {
    font-family: gloria-hallelujah, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #03B1A0;
    margin-left: 4px;
}

.content.alt-style p strong {
    font-weight: 700;
}

#page-title .button {
    margin-top: 70px;
}

#page-title .button i {
    margin-left: 10px;
}

#nav-line {
    display: none;
}

#template-about > .section:first-child .content p:last-child {
    font-family: jubilat, serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 54px;
    color: #03B1A0;
}

.bio-image {
    width: 90%;
    height: auto;
    margin-bottom: 40px;
}

.bio-date {
    color: #03B1A0;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 38px;
    margin-bottom: 15px;
}

.bio-role {
    font-family: jubilat, serif;
    color: #512755;
    font-size: 80px;
    line-height: 90px;
    font-weight: 700;
    margin-bottom: 60px;
}

.bio-quote p {
    font-family: jubilat, serif;
    color: #512755;
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
}

.bio-section .content {
    margin-top: 40px;
}

.bg-purple .bio-role {
    color: #FFFFFF !important;
}

.bg-purple .bio-quote p {
    color: #FFFFFF !important;
}

.logo-icon-down {
    width: 35px;
    height: auto;
    margin-top: 70px;
}

.about-nav .dot {
    height: 14px;
    width: 14px;
    border-radius: 50px;
    margin: 30px auto;
    border: 1px solid #03B1A0;
    cursor: pointer;
}

.about-nav .dot.active {
    background-color: #03B1A0;
}

.about-nav .about-up, .about-nav .about-down {
    width: 24px;
    height: auto;
    cursor: pointer;
}

.about-nav {
    position: absolute;
    top: 40%;
    left: -50px;
    text-align: center;
}

.about-contact-title p {
    font-family: jubilat, serif;
    color: #512755;
    font-size: 56px;
    line-height: 72px;
    font-weight: 600;
    margin-bottom: 60px;
}

#template-about input[type="text"], #template-about input[type="email"] {
    background-color: #FFFFF5;
    border: 1px solid #cccccc;
}

#template-about textarea {
    background-color: #FFFFF5;
    border: 1px solid #cccccc;
}

#template-about input[type="submit"] {
    margin-top: 30px;
}

#grid .mix, #grid .mix-gap {
    width: 22%;
}

#grid .mix {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-bottom: 100px;
    text-align: left;
}

#grid .mix-gap {
    display: inline-block;
    vertical-align: top;
}

#grid .mix img {
    -webkit-box-shadow: 0 0 21px -6px rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 21px -6px rgba(0,0,0,.75);
    box-shadow: 0 0 21px -6px rgba(0,0,0,.75);
    border-radius: 10px;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

#grid .mix h3 {
    color: #FFFFFF;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}

#grid .mix .category {
    color: #512755;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 2px;
}

#filters .filter {
    margin: 0 15px;
    cursor: pointer;
}

#filters {
    margin-bottom: 150px;
}

.video-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    text-align: center;
}

.video-lightbox video {
    width: 1200px;
    height: auto;
    position: relative;
    z-index: 7000;
}

.logo-icon-down {
    cursor: pointer;
}

.play-video-btn {
    cursor: pointer;
}

.video-lightbox .overlay {
    cursor: pointer;
    z-index: 6000;
}

.home-scroll-down-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
}

.home-scroll-down-wrapper .home-scroll-down {
    margin-bottom: 60px;
    display: inline-block;
    cursor: pointer;
}

.home-scroll-down-wrapper .home-scroll-down p {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 2px;
    font-weight: 600;
}

.home-scroll-down-wrapper .home-scroll-down .logo-icon-down {
    margin-top: 15px;
}

.onetoone-down-arrow {
    width: 40px;
    height: auto;
    margin-top: 90px;
    cursor: pointer;
}

.tickbox-wrapper input[type="checkbox"] {
    display: none;
}

.tickbox-wrapper label {
    background-color: #FFFFFF;
    width: 22px;
    height: 22px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    cursor: pointer;
    margin-bottom: 3px;
}

.tickbox-wrapper input[type="checkbox"]:checked + label {
    background-color: #512755;
}

#template-onetoone + footer {
    background-color: #03B1A0 !important;
}

#template-onetoone + footer .fl, #template-onetoone + footer .fl a, #template-onetoone + footer ul li a, .copyright {
    color: #FFFFFF !important;
}

#page-title h1 span {
    display: inline-block;
    position: relative;
}

#page-title h1 span img {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    margin: 0;
}

.bio-quote p span:first-child {
    color: #03B1A0;
    padding-right: 1px;
}

.bio-quote p span:last-child {
    color: #03B1A0;
    padding-last: 1px;
}

#page-contact .button.signup {
    position: absolute;
    bottom: 0;
    left: 15px;
}

.signup-wrapper {
    position: absolute;
    bottom: 0;
    right: 45px;
    width: 90%;
}

#page-contact .button.signup + p {
    color: #512755;
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    text-align: right;
    bottom: -50px;
}

#page-contact .bg-purple .button.signup + p {
    color: #FFFFFF !important;
}

header .fa-bars {
    display: none;
}

.mobile {
    display: none;
}

img.mobile {
    width: 100%;
    height: auto;
}

.video-cross {
    position: absolute;
    z-index: 10000;
    background-color: rgb(3, 177, 160);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    line-height: 45px;
    font-size: 22px;
    vertical-align: middle;
    cursor: pointer;
    color: rgb(81, 39, 85);
    border: 1px solid #512755;
}
