/****************

  Table of Contents

  Common Styles
  Buttons
  Navbar
  Aside
  Home Slider
  Page Title
  Boxes
  Course & Group
  Talk Listings
  Video Listings
  Team
  Footer
  Widget
  Bootstrap
  WPBakery
  Helpers

*****************/
/*
  Common Styles
*/
* {
    min-height: 0;
    min-width: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-weight: 400;
    font-size: 16px;
}

body.boxed-layout {
    background-color: #f8f8f8;
}

body.page-template-default {
    background-color: #f8f8f8;
}

::-moz-selection {
    background-color: #000;
    color: #fff;
}

::selection {
    background-color: #000;
    color: #fff;
}

img,
video {
    max-width: 100%;
    height: auto;
}

p {
    font-size: 1.2rem;
    line-height: 1.4;
}

a {
    color: #000;
    text-decoration: underline;
}

a:hover {
    color: #6c6c6c;
    text-decoration: underline;
}

a:focus {
    color: #6c6c6c;
    text-decoration: underline;
}

a.small-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    letter-spacing: 0.05em;
    font-weight: 500;
}

a.small-link>span {
    display: inline-block;
    vertical-align: middle;
}

a.small-link>i {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-size: 10px;
    width: 10px;
    height: 8px;
    margin-left: 3px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

a.small-link.black-text:hover {
    color: #00c3da !important;
}

a.small-link:hover>i {
    margin-left: 7px;
}

a.white-text:hover {
    color: #00c3da;
}

a.arrow-link {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    position: relative;
    display: inline-block;
}

a.arrow-link:after {
    content: "\e019";
    font-family: 'hody-icons';
    font-size: 18px;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-left: 2px;
}

a.arrow-link:hover:after {
    margin-left: 8px;
}

p:empty {
    margin: 0 !important;
}

dd {
    margin-bottom: 20px;
}

ul {
    list-style: disc;
}

li>ul,
li>ol {
    padding: 0;
    margin-left: 15px;
}

select {
    max-width: 100%;
}

.table {
    font-size: 14px;
}

.table>thead>tr>th {
    color: #000;
    border-bottom: 1px solid #e7e7e7;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

iframe {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    line-height: 1.3;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    padding-bottom: .5rem;
}

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

blockquote {
    position: relative;
    color: #666666;
    font-size: 1.1875rem;
    padding-left: 25px;
    margin-bottom: 0;
}

blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 8px;
    background: #666666;
}

blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
    line-height: inherit;
}

blockquote footer {
    color: inherit;
    font-family: 'Montserrat', sans-serif;
}

hr {
    border-color: #e6e6e6;
}

.sep {
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 1300px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px;
    }
}

#page {
    position: relative;
    background-color: #f8f8f8;
    overflow-x: hidden;
    z-index: 20;
}

.page-content,
.entry-content,
.entry-summary {
    margin-top: 0;
}

#content.site-content {
    padding-bottom: 0rem;
    padding-top: 0rem;
}

.blank-page #content.site-content,
.page-template-blank-page-with-container #content.site-content {
    padding-bottom: 0;
    padding-top: 4.125rem;
}

@media (max-width: 991.98px) {
    #content.site-content>.container {
        padding-right: 0;
        padding-left: 0;
    }

    .vc_column_container>.vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.entry-content li {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0 !important;
}

#wrapper section.last-section {
    box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.02);
}

@media only screen and (min-width: 1200px) {
    .boxed-layout #wrapper {
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
        box-shadow: none;
    }

    .boxed-layout #wrapper .container {
        width: 1140px;
    }

    .boxed-layout #wrapper section.vc_row[data-vc-full-width] {
        left: 0 !important;
        width: 100% !important;
    }
}

section {
    position: relative;
    z-index: 10;
}

section.content-area {
    padding-top: 0;
    padding-bottom: 0;
}

section.wpb-content-wrapper {
	padding-top: 0;
	padding-bottom: 0;
}

section.vc_section {
    padding-top: 0;
    padding-bottom: 0;
}

section.home-section+section:not(.section-bordered),
section.home-section+.vc_row-full-width+section:not(.section-bordered) {
    border-top: 0 !important;
}

section.grey-bg:not(.section-bordered),
section.dark-bg:not(.section-bordered) {
    border-top: 0 !important;
}

section.grey-bg+section,
section.dark-bg+section,
section.grey-bg+.vc_row-full-width+section,
section.dark-bg+.vc_row-full-width+section {
    border-top: 0;
}

@media only screen and (min-width: 992px) {
    section.split-section+.split-section {
        border-top: 0;
    }
}

section.parallax-section {
    background-color: transparent;
    border-top: 0;
}

section.parallax-section.parallax-offset {
    margin-top: -220px;
}

@media (max-width: 991.98px) {
    section.parallax-section.parallax-offset {
        margin-top: -60px;
    }
}

section.parallax-section .parallax-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .7;
    background-size: cover;
}

section.parallax-section .title>i {
    color: #333;
}

section.parallax-section+section,
section.parallax-section+.vc_row-full-width+section {
    border: 0;
}

section.big-padding-bt {
    padding-bottom: 220px !important;
}

section.section-bordered {
    border: 20px solid #fff !important;
}

section.section-bordered.home-section {
    border: 0 !important;
}

section.section-bordered.home-section #home-slider {
    border: 20px solid #fff;
    border-bottom: 0;
    padding-bottom: 20px;
}

section.section-bordered.home-section #home-slider:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 20px;
    background-color: #fff;
}

.vc_row.vc_row-flex {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 991.98px) {
    .vc_row.vc_row-flex {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.vc_col-has-fill>.vc_column-inner {
    ;
    background-size: 90% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.white-bg {
    background-color: #ffffff;
}

.grey-bg {
    background-color: #f7f7f7;
}

.dark-bg {
    background-color: #000;
    color: #fff;
}

.dark-bg .title>hr {
    border-color: #fff;
}

.title {
    position: relative;
    margin: 0;
    z-index: 10;
}

section.parallax-full-width .title,
section.parallax-full-width .wpb_text_column {
    padding: 30px 15px;
}

@media (min-width: 992px) {

    section.parallax-full-width .title,
    section.parallax-full-width .wpb_text_column {
        padding: 70px 150px;
    }
}

.title h1 {
    font-size: 4.675rem;
}

@media (max-width: 767.98px) {
    .title h1 {
        font-size: 2.5rem;
    }
}

.h2,
h2,
.title h2 {
    font-size: 2.25rem;
}

@media (max-width: 767.98px) {

    .h2,
    h2,
    .title h2 {
        font-size: 2.25rem;
    }
}

.title h3 {
    font-size: 1.75rem;
}

@media (max-width: 767.98px) {
    .title h3 {
        font-size: 1.75rem;
    }
}

.title h4 {
    font-size: 1.5rem;
}

@media (max-width: 767.98px) {

    .title h4,
    .h4,
    h4 {
        font-size: 1.5rem;
    }
}

.title>i {
    font-size: 45px;
    color: #000;
}

.title .title-icon {
    position: relative;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    text-align: center;
    line-height: 65px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
    background-color: #00c3da;
    clear: both;
    color: #fff;
}

.title .title-icon>i {
    font-size: 32px;
}

.title>p {
    font-size: 24px;
    margin: 20px 0;
}

@media only screen and (max-width: 991px) {
    .title>p {
        font-size: 20px;
    }
}

.title>hr {
    width: 40px;
    margin: 20px 0 15px;
    border-color: #000;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
}

.title>hr.fullwidth {
    border-color: #e6e6e6;
}

.title>hr.colored {
    border-color: #00c3da;
}

.title>hr.white {
    border-color: #fff;
}

.title>hr.right-align {
    margin-left: auto;
    margin-right: 0;
}

.title:hover>hr:not(.fullwidth) {
    width: 60px;
}

.title.text-center hr {
    margin-left: auto;
    margin-right: auto;
}

.title.text-center h2[data-bigletter]:before {
    left: 0;
    right: 0;
    margin: auto;
}

@media only screen and (max-width: 991px) {
    .title.txt-sm-center h2[data-bigletter]:before {
        left: 0;
        right: 0;
        margin: auto;
    }
}

.title h2[data-bigletter] {
    position: relative;
}

.title h2[data-bigletter]:before {
    z-index: -1;
    content: attr(data-bigletter);
    font-size: 2em;
    opacity: .06;
    position: absolute;
    top: -0.5em;
    left: -0.15em;
    text-align: center;
    text-transform: uppercase;
}

.row-parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .row-parallax-bg {
        left: 0;
        right: 0;
        width: 100% !important;
    }

    section.parallax-section.parallax-offset:not(.parallax-full-width) .row-parallax-bg {
        top: 60px;
    }
}

section.parallax-section.limit-height .row-parallax-bg {
    height: 366px;
}

#post-186 section.parallax-section.limit-height .row-parallax-bg {
    height: 66.666667%;
}

@media (min-width: 992px) {
    .row-parallax-bg.right-overlay {
        left: 75px;
    }

    section.parallax-section.parallax-offset .row-parallax-bg {
        left: 75px;
        right: 75px;
    }
}

.slide-item .row-parallax-bg {
    left: 0;
    right: 0;
}

.row-parallax-bg .parallax-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.row-parallax-bg .parallax-wrapper .parallax-overlay {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.row-parallax-bg .parallax-wrapper .parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.row-parallax-bg .parallax-wrapper .parallax-bg.white-overlay {
    background-color: #ffffff;
}

.row-parallax-bg .parallax-wrapper .parallax-bg.black-overlay {
    background-color: #000000;
}

.row-parallax-bg .parallax-wrapper .parallax-bg.gradient-overlay {
    background-color: #FF00FF;
    background: linear-gradient(90deg, rgba(255, 0, 255, 1) 0%, rgba(255, 0, 0, 1) 100%);
}

.row-parallax-bg .parallax-wrapper .parallax-bg.green-overlay {
    background-color: #5b8669;
}

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

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

.video-wrapper .video-player video {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: none;
    z-index: -1;
}

.video-wrapper .fallback-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (min-width: 992px) {
    .video-wrapper .fallback-bg {
        display: none;
    }
}

.vertical-divider {
    height: 70px;
    width: 1px;
    background-color: #000;
    margin: 50px auto 0;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .img-cover {
        min-height: 350px;
    }
}

@media only screen and (max-width: 767px) {
    .img-cover {
        min-height: 300px;
    }
}

.img-side {
    padding: 0;
    position: absolute !important;
    top: 0px;
    height: 100%;
    overflow: hidden;
    z-index: 100;
}

.img-side.fixed-image {
    position: fixed !important;
}

.img-side.img-right {
    right: 0;
}

.img-side.img-left {
    left: 0;
}

.img-side.img-center {
    left: 0;
    right: 0;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    .img-side {
        min-height: 400px;
        margin: -110px 0 60px;
        position: relative !important;
        z-index: 0;
    }

    .img-side .img-holder .title {
        padding-left: 15px;
        padding-right: 15px;
    }

    section.p-0 .img-side,
    section.pt-0 .img-side {
        margin-top: 0;
    }
}

.img-holder {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.img-holder.overlay {
    color: #fff;
}

.img-holder.overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 40, 45, 0.6);
}

.img-holder.overlay .title p {
    color: #fff;
}

.img-holder .title {
    padding-left: 100px;
    padding-right: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .img-holder .title {
        display: none;
    }
}

.img-holder.with-border {
    border: 20px solid #fff;
}

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

.holder-container:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(31, 31, 31, 0.5);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

@media only screen and (min-width: 992px) {
    .fixed-bg-section section {
        padding-left: 5%;
        padding-right: 5%;
    }

    .fixed-bg-section section .container {
        width: auto;
    }
}

@media only screen and (max-width: 991px) {
    .fixed-bg-section .img-side {
        min-height: 500px;
        position: relative !important;
        z-index: 0;
    }

    .fixed-bg-section .img-side .img-holder .title {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.go-top {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 50px;
    right: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #dedede;
    background-color: transparent;
    z-index: 100;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
}

.go-top.showed-up {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.go-top:hover {
    background-color: #00c3da;
}

.go-top a {
    color: #929292;
    display: block;
}

.go-top a i {
    font-size: 26px;
    line-height: inherit;
}

.go-top a i:before {
    line-height: inherit;
}

.row-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-flex:before {
    content: none;
}

.row-flex>[class*="col-"] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media only screen and (max-width: 767px) {
    .row-flex>[class*="col-"]:not([class*="col-xs"]) {
        width: 100%;
    }
}

.row-flex>[class*="col-"] .column-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: -15px;
    margin-right: -15px;
}

.row-flex>[class*="col-"] .column-inner.with-border {
    margin-right: -14px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.row-flex.flex-center>[class*="col-"] {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 768px) {
    .row-flex.full-width-flex>[class*="col-"] {
        padding-left: 6.5%;
        padding-right: 6.5%;
    }
}

.row-flex.padding-row>[class*="col-"] {
    padding: 7.5% 6.5%;
}

.row-flex.flex-horizontal>[class*="col-"]:last-child {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.row-flex.flex-spacing .column-inner {
    margin-left: 0;
    margin-right: 0;
}

.vc_row-flex.padding-row>[class*="vc_col-"] .vc_column-inner {
    padding: 100px;
}

@media only screen and (max-width: 991px) {
    .vc_row-flex.padding-row>[class*="vc_col-"] .vc_column-inner {
        padding: 75px 25px;
    }
}

.column-inner.with-padding {
    padding: 65px 50px;
}

.column-inner.with-border {
    box-shadow: 0 0 0 1px #eee;
}

.boxed-tabs.center-tabs,
.minimal-tabs.center-tabs {
    text-align: center;
    font-size: 0;
}

.boxed-tabs.center-tabs>li,
.minimal-tabs.center-tabs>li {
    display: inline-block;
    float: none;
}

.boxed-tabs {
    border-bottom: 0;
    margin-bottom: 25px;
}

.boxed-tabs.cols-6>li {
    width: 16.66666667%;
}

.boxed-tabs.cols-5>li {
    width: 20%;
}

.boxed-tabs.cols-4>li {
    width: 25%;
}

.boxed-tabs.cols-3>li {
    width: 33.33333333%;
}

.boxed-tabs.cols-2>li {
    width: 50%;
}

@media only screen and (max-width: 991px) {

    .boxed-tabs.cols-6>li,
    .boxed-tabs.cols-5>li,
    .boxed-tabs.cols-4>li,
    .boxed-tabs.cols-3>li {
        width: 50%;
        padding: 4px;
        border: 0;
        float: left;
        display: block;
    }
}

.boxed-tabs>li {
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.boxed-tabs>li:last-child {
    border-right: 0;
}

.boxed-tabs>li>a {
    text-transform: uppercase;
    padding: 15px 20px;
    letter-spacing: 0.15em;
    font-size: 11px;
    border-radius: 0;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    background-color: #f4f4f4;
    border: 0;
    margin-right: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.boxed-tabs>li>a:hover {
    background-color: #eee;
    border-color: transparent;
}

.boxed-tabs>li.active {
    border-color: #00c3da;
}

.boxed-tabs>li.active>a,
.boxed-tabs>li.active>a:focus,
.boxed-tabs>li.active>a:hover {
    border: 0;
    background-color: #00c3da;
    color: #fff;
    cursor: pointer;
    outline: none;
}

.boxed-tabs.black-skin>li.active {
    border-color: #000;
}

.boxed-tabs.black-skin>li.active>a,
.boxed-tabs.black-skin>li.active>a:focus,
.boxed-tabs.black-skin>li.active>a:hover {
    background-color: #000;
}

.boxed-tabs.blue-skin>li.active {
    border-color: #007aff;
}

.boxed-tabs.blue-skin>li.active>a,
.boxed-tabs.blue-skin>li.active>a:focus,
.boxed-tabs.blue-skin>li.active>a:hover {
    background-color: #007aff;
}

.boxed-tabs.red-skin>li.active {
    border-color: #f42841;
}

.boxed-tabs.red-skin>li.active>a,
.boxed-tabs.red-skin>li.active>a:focus,
.boxed-tabs.red-skin>li.active>a:hover {
    background-color: #f42841;
}

.minimal-tabs {
    margin-bottom: 25px;
    border-bottom: 0;
}

.minimal-tabs>li>a {
    text-transform: uppercase;
    margin-right: 20px;
    letter-spacing: 0.1em;
    font-size: 11px;
    border-radius: 0;
    font-weight: 500;
    color: #454545;
    font-family: 'Montserrat', sans-serif;
    border: 0;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.minimal-tabs>li>a:hover,
.minimal-tabs>li>a:focus {
    background-color: transparent;
    border-color: transparent;
    color: #000;
}

@media only screen and (max-width: 767px) {
    .minimal-tabs>li>a {
        margin-bottom: 10px;
        margin-right: 0;
    }
}

.minimal-tabs>li.active>a,
.minimal-tabs>li.active>a:focus,
.minimal-tabs>li.active>a:hover {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    color: #000;
    outline: none;
}

.icon-tabs {
    border-bottom: 0;
    margin-bottom: 25px;
    text-align: center;
    font-size: 0;
}

.icon-tabs.cols-6>li {
    width: 16.66666667%;
}

.icon-tabs.cols-5>li {
    width: 20%;
}

.icon-tabs.cols-4>li {
    width: 25%;
}

.icon-tabs.cols-3>li {
    width: 33.33333333%;
}

.icon-tabs.cols-2>li {
    width: 50%;
}

@media only screen and (max-width: 991px) {

    .icon-tabs.cols-6>li,
    .icon-tabs.cols-5>li,
    .icon-tabs.cols-4>li,
    .icon-tabs.cols-3>li {
        width: 50%;
    }
}

.icon-tabs>li {
    width: 25%;
    display: inline-block;
    float: none;
}

.icon-tabs>li>a {
    text-transform: uppercase;
    margin-right: 20px;
    letter-spacing: 0.1em;
    font-size: 12px;
    border-radius: 0;
    font-weight: 500;
    color: #454545;
    font-family: 'Montserrat', sans-serif;
    border: 0;
    margin-right: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.icon-tabs>li>a:hover,
.icon-tabs>li>a:focus {
    background-color: transparent;
    border-color: transparent;
}

.icon-tabs>li>a>i {
    display: block;
    font-size: 42px;
    margin-bottom: 20px;
}

.icon-tabs>li.active>a,
.icon-tabs>li.active>a:focus,
.icon-tabs>li.active>a:hover {
    opacity: 1;
    border: 0;
    background-color: transparent;
    color: #00c3da;
    cursor: pointer;
    outline: none;
}

.tab-content p {
    line-height: 28px;
}

.play-button {
    cursor: pointer;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #000;
    border-radius: 50%;
    line-height: 76px;
    color: #000;
    text-align: center;
    font-size: 36px;
    position: relative;
    z-index: 10;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.play-button a {
    color: inherit;
}

.play-button i {
    line-height: inherit;
}

.play-button i:before {
    line-height: inherit;
}

.play-button:hover {
    background-color: #000;
    color: #fff;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.btn[data-play-button] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.btn[data-play-button]:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.testimonials-slider .testimonial {
    padding-left: 25px;
    padding-right: 25px;
}

@media only screen and (max-width: 767px) {
    .testimonials-slider .testimonial {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.testimonials-slider .testimonial-content {
    background-color: #fff;
    padding: 75px 100px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    max-width: 750px;
    margin: 50px auto;
    text-align: center;
    border-radius: 10px;
}

@media only screen and (max-width: 767px) {
    .testimonials-slider .testimonial-content {
        padding: 100px 50px 50px;
    }
}

.testimonials-slider .testimonial-content>img {
    width: 100px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -125px;
}

.testimonials-slider .testimonial-comment>h4 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 24px;
    letter-spacing: -0.03em;
}

.testimonials-slider .testimonial-comment>p {
    margin: 25px 0;
    font-size: 18px;
    font-weight: 300;
}

.testimonials-slider .testimonial-comment .testimonial-info {
    text-transform: uppercase;
    font-family: 'Montserrat', serif;
    font-size: 12px;
    letter-spacing: 0.03em;
    font-weight: 500;
}

@media only screen and (max-width: 991px) {
    .testimonials-slider .slick-arrow {
        display: none;
        visibility: hidden;
    }
}

section.parallax-section .testimonials-slider .testimonial-content {
    background-color: transparent;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 50px;
    box-shadow: none;
}

@media only screen and (max-width: 767px) {
    section.parallax-section .testimonials-slider .testimonial-content {
        padding: 0;
    }
}

section.parallax-section .testimonials-slider .testimonial-content>img {
    margin-top: 0;
}

section.parallax-section .slick-dots>li:not(.slick-active)>button {
    background-color: rgba(0, 0, 0, 0.38);
}

.slick-slider:not(#home-slider):not(#product-slider-nav) .slick-prev,
.slick-slider:not(#home-slider):not(#product-slider-nav) .slick-next {
    position: absolute;
    top: 50%;
    border: 0;
    background-color: transparent;
    height: 24px;
    width: 24px;
    margin-top: -12px;
    font-size: 24px;
    line-height: 24px;
    outline: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 100;
}

.slick-slider:not(#home-slider):not(#product-slider-nav) .slick-prev:hover,
.slick-slider:not(#home-slider):not(#product-slider-nav) .slick-next:hover {
    color: #00c3da;
}

.slick-slider:not(#home-slider):not(#product-slider-nav) .slick-prev i,
.slick-slider:not(#home-slider):not(#product-slider-nav) .slick-next i {
    line-height: inherit;
}

.slick-slide {
    outline: none;
}

.slick-dots {
    margin: auto;
    text-align: center;
    padding-left: 0;
    margin: 0 0 15px;
    list-style-type: none;
}

.entry-content ul.slick-dots {
    bottom: -33px;
    margin: 0;
}

.slick-dots>li {
    display: inline-block;
    margin: 0 4px;
}

.slick-dots>li>button {
    font-size: 0;
    border: 0;
    padding: 0;
    width: 11px;
    height: 11px;
    outline: none;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.slick-dots>li.slick-active>button {
    background-color: #00c3da;
}

.dark-dots .slick-dots>li.slick-active>button {
    background-color: #000;
}

.white-dots .slick-dots>li.slick-active>button,
.parallax-section .slick-dots>li.slick-active>button {
    background-color: #000;
}

.dots-abs .slick-dots {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
}

.accordion {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.accordion>.accordion-item {
    margin-bottom: 20px;
}

.accordion>.accordion-item.active .accordion-title {
    color: #00c3da;
    border-color: #00c3da;
}

.accordion>.accordion-item.active .accordion-title h4 {
    color: #00c3da;
}

.accordion>.accordion-item.active .accordion-title:before {
    content: "\e0e9";
    color: #00c3da;
    border-color: #00c3da;
}

.accordion.dark-skin>.accordion-item.active .accordion-title {
    color: #000;
    border-color: #000;
}

.accordion.dark-skin>.accordion-item.active .accordion-title h4 {
    color: #000;
}

.accordion.dark-skin>.accordion-item.active .accordion-title:before {
    color: #000;
    border-color: #000;
}

.accordion.dark-blue-skin>.accordion-item.active .accordion-title {
    color: #007aff;
    border-color: #007aff;
}

.accordion.dark-blue-skin>.accordion-item.active .accordion-title h4 {
    color: #007aff;
}

.accordion.dark-blue-skin>.accordion-item.active .accordion-title:before {
    color: #007aff;
    border-color: #007aff;
}

.accordion-title {
    margin: 0;
    padding: 20px 20px;
    padding-left: 70px;
    position: relative;
    cursor: pointer;
    border: 2px solid #e6e6e6;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.accordion-title:before {
    content: "\e000";
    position: absolute;
    left: 0;
    top: -2px;
    bottom: -2px;
    width: 57px;
    text-align: center;
    line-height: 65px;
    font-family: "hody-icons";
    font-size: 24px;
    border-right: 2px solid #e6e6e6;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.accordion-title h4 {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.accordion-content {
    display: none;
    padding: 20px 0;
}

.accordion-content p,
.accordion-content .wpb_content_element {
    margin: 0;
}

.check-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.check-list>li {
    padding: 6px 0;
}

.check-list>li:before {
    font-family: 'hody-icons';
    content: "\e045";
    vertical-align: middle;
    font-size: 18px;
    margin-right: 10px;
    color: #00c3da;
}

.check-list.dark-skin>li:before {
    color: #000;
}

.check-list.white-skin>li:before {
    color: #fff;
}

.parallax-section .check-list>li:before {
    color: #fff;
}

.tagcloud a,
.post-tags a {
    display: block;
    float: left;
    padding: 8px 10px;
    border: 1px solid #858585;
    margin: 0 10px 10px 0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 600;
    color: #787878;
}

.tagcloud a:hover,
.post-tags a:hover {
    background-color: #00c3da;
    border-color: #00c3da;
    color: #fff;
}

.dark-bg .progress,
.colored-bg .progress {
    background-color: rgba(255, 255, 255, 0.15);
}

.dark-bg .progress-bar:not(.colored),
.colored-bg .progress-bar:not(.colored) {
    background-color: #fff;
}

.progress {
    height: 2px;
    background-color: #eee;
    margin-bottom: 25px;
    box-shadow: none;
}

.progress-bar {
    background-color: #000;
    box-shadow: none;
}

.progress-bar.colored {
    background-color: #00c3da;
}

.progress-bar.white {
    background-color: #fff;
}

.skill {
    position: relative;
    text-align: left;
}

.skill-name {
    position: relative;
}

.skill-name,
.skill-perc {
    margin-bottom: 15px;
    display: block;
    font-size: 13px;
    font-weight: 500;
}

.skill-perc {
    position: absolute;
    top: 0;
}

.carousel {
    max-width: 100%;
}

.slick-dotted.carousel {
    margin-bottom: 60px;
}

.carousel .slick-track {
    display: flex;
}

.carousel .slick-list.draggable {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.carousel .slick-list.draggable:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.carousel .carousel-item.with-padding {
    padding-left: 15px;
    padding-right: 15px;
}

.carousel .slick-dots li button:before {
    content: "";
}

.carousel .slick-dots li.slick-active button:before {
    content: "";
}

.carousel .slick-prev:before,
.carousel .slick-next:before {
    content: "";
}

.arrow-round-back {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('https://stpetersbrighton.org/wp-content/themes/wp-moocow/css/images/slick-prev.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.arrow-round-forward {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('https://stpetersbrighton.org/wp-content/themes/wp-moocow/css/images/slick-next.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#map.full-width {
    height: 500px;
    width: 100%;
    position: relative !important;
}

@media only screen and (max-width: 991px) {
    .map-side {
        padding: 0;
        margin-top: -120px;
        margin-bottom: 50px;
    }

    .map-side #map {
        min-height: 400px;
        width: 100%;
        position: relative !important;
        margin-bottom: 35px;
    }
}

@media only screen and (min-width: 992px) {
    .map-side {
        padding: 0px;
        position: absolute;
        top: 0px;
        height: 100%;
        overflow: hidden;
        z-index: 100;
        left: 0;
    }

    .map-side.map-side-right {
        right: 0;
        left: auto;
    }

    .map-side #map {
        min-height: 500px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
    }
}

.vc_row-flex .map-container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 300px;
}

.vc_row-flex .map-container #map {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.menu-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
    text-align: left;
}

.menu-list.serif-font h4 {
    font-family: 'Lora', sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 15px;
    letter-spacing: 0;
}

.menu-list>li {
    padding: 15px 0;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin: 10px 0;
}

.menu-list>li:first-child {
    margin-top: 0;
}

.menu-list>li:last-child {
    border-bottom: 0;
}

.menu-list>li h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.05em;
    position: relative;
    font-weight: 600;
}

.menu-list>li h4:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 2px;
    z-index: -1;
}

.menu-list>li .menu-value {
    float: right;
    padding-left: 5px;
    margin-top: 1px;
    background-color: #fff;
}

.menu-list>li .menu-text {
    font-size: 14px;
    padding: 15px 0 0;
    margin-bottom: 0;
}

.menu-list>li .menu-title {
    background-color: #fff;
    padding-right: 5px;
}

.menu-list>li .menu-content {
    padding-right: 25px;
}

.menu-list>li .menu-pic {
    width: 100px;
    float: left;
    margin-right: 15px;
}

section.grey-bg .menu-list .menu-title,
section.grey-bg .menu-list .menu-value {
    background-color: #f7f7f7;
}

section.dark-bg .menu-list .menu-title,
section.dark-bg .menu-list .menu-value {
    background-color: #000;
}

.ig {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.box-with-image {
    position: relative;
}

.box-with-image .box-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box-with-image .box-content h3 {
    color: #fff;
    font-size: 32px;
    letter-spacing: -1px;
}

.box-with-image .box-content h3.cursive-font {
    font-size: 38px;
    letter-spacing: 0;
}

section.section-skewed {
    padding-bottom: 160px;
}

section.section-skewed.home-section {
    padding-bottom: 0;
}

section.section-skewed .skewed-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 6%;
    z-index: 1;
    pointer-events: none;
}

section.section-skewed .skewed-mask .mask-block {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

section.section-skewed.skewed-reverse .skewed-mask .mask-block {
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

section.section-skewed+section,
section.section-skewed+.vc_row-full-width+section {
    border-top: 0;
}

section.gradient-bg {
    color: #fff;
    border: 0;
}

section.gradient-bg:not([data-gradients]) {
    background: -webkit-linear-gradient(left, #cf93ff 0%, #00c3da 100%);
    background: linear-gradient(90deg, #cf93ff 0%, #00c3da 100%);
}

.gradient-bg-wrapper,
.gradient-bg-element {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.client-carousel .wpb_single_image .vc_figure {
    line-height: 100px;
    margin: 0 auto;
    max-width: 150px;
    padding: 0 10px;
    display: block;
}

.client-carousel .wpb_single_image .vc_figure img {
    display: inline-block;
    vertical-align: middle;
    opacity: .8;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.client-carousel .wpb_single_image .vc_figure img:hover {
    opacity: 1;
}

.client-image {
    max-width: 160px;
    display: block;
    margin: 0 auto;
    line-height: 70px;
}

.client-image img {
    display: inline-block;
    vertical-align: middle;
    opacity: .8;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    -webkit-backface-visibility: hidden;
}

.client-image:hover img {
    opacity: 1;
}

.clients-box [class*="col-"] {
    padding: 5%;
}

#particle-canvas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}

.inline-list {
    list-style: none;
    padding-left: 0;
}

.inline-list>li {
    padding: 12px 0;
    border-bottom: 1px solid #e6e6e6;
}

.inline-list>li:last-child {
    border-bottom: 0;
}

.inline-list>li .list-title,
.inline-list>li strong {
    display: inline-block;
    min-width: 120px;
    font-weight: 500;
    color: #000;
}

.social-list {
    padding: 0;
    list-style: none;
    margin: 0;
}

.social-list.size--big>li>a {
    width: 75px;
    font-size: 34px;
}

.social-list.text-center>li {
    margin: 5px;
}

.social-list>li {
    display: inline-block;
    margin-right: 10px;
}

.social-list>li>a {
    display: block;
    font-size: 28px;
    width:46px;
    color: #929292;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

@media (max-width: 991.98px) {
    .social-list>li>a {
        width: 24px;
    }
}

.dark-bg .social-list>li>a,
.colored-bg .social-list>li>a {
    color: #fff;
}

.social-list>li>a:hover {
    color: #00c3da;
}

.social-list>li>a i {
    line-height: inherit;
}

.social-list>li.social-item-facebook>a:hover {
    color: #3b5998;
}

.social-list>li.social-item-twitter>a:hover {
    color: #55acee;
}

.social-list>li.social-item-linkedin>a:hover {
    color: #0077b5;
}

.social-list>li.social-item-instagram>a:hover {
    color: #3f729b;
}

.social-list>li.social-item-dribbble>a:hover {
    color: #ea4c89;
}

.social-list>li.social-item-github>a:hover {
    color: #333;
}

.social-list>li.social-item-flickr>a:hover {
    color: #0063dc;
}

.social-list>li.social-item-pinterest>a:hover {
    color: #bd081c;
}

.social-list>li.social-item-youtube>a:hover {
    color: #cd201f;
}

.social-list>li.social-item-tumblr>a:hover {
    color: #35465c;
}

.social-list>li.social-item-snapchat>a:hover {
    color: #fffc00;
}

#search-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#search-modal.active {
    opacity: 1;
    visibility: visible;
}

#search-modal.active .search-form {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#search-modal .search-form {
    max-width: 700px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

#search-modal .search-form ::-webkit-input-placeholder {
    color: #fff;
}

#search-modal .search-form ::-moz-placeholder {
    color: #fff;
}

#search-modal .search-form :-ms-input-placeholder {
    color: #fff;
}

#search-modal .search-form ::placeholder {
    color: #fff;
}

#search-modal .search-form ::-moz-selection {
    background-color: #00c3da;
    color: #fff;
}

#search-modal .search-form ::selection {
    background-color: #00c3da;
    color: #fff;
}

#search-modal .search-form .form-control {
    padding: 0 25px;
    border-color: #999;
    color: #fff;
    background-color: transparent;
    border-width: 1px;
    text-transform: none;
    font-size: 18px;
    letter-spacing: 0;
    height: 60px;
    line-height: 60px;
}

#search-modal .search-form .form-control:focus {
    border-color: #00c3da;
}

#search-modal .search-form .form-control:focus+.input-group-btn .btn {
    border-color: #00c3da;
}

#search-modal .search-form .btn {
    background-color: transparent;
    border-width: 1px 1px 1px 0;
    border-color: #999;
    height: 62px;
    font-size: 18px;
}

#search-modal #close-search-modal {
    position: absolute;
    top: 1em;
    right: 1em;
    color: #fff;
    font-size: 40px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#search-modal #close-search-modal:hover {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.image-box {
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .image-box {
        margin: 50px auto;
    }
}

.image-box img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.image-box:hover img {
    -webkit-transform: scale(1.1) translateX(10px);
    transform: scale(1.1) translateX(10px);
}

.image-box .image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 35px;
}

.image-box .image-overlay h1,
.image-box .image-overlay h2,
.image-box .image-overlay h3,
.image-box .image-overlay h4,
.image-box .image-overlay h5,
.image-box .image-overlay h6 {
    color: inherit;
}

.image-box .image-overlay .title {
    margin-bottom: 15px;
}

.image-box .image-overlay .btn.btn-circle.btn-sm {
    width: 40px;
    height: 40px;
    line-height: 38px !important;
}

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

.error-page .title>h1 {
    font-size: 160px;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .error-page .title>h1 {
        font-size: 100px;
    }
}

.error-page .search-form {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.error-page .search-form ::-webkit-input-placeholder {
    color: #fff;
}

.error-page .search-form ::-moz-placeholder {
    color: #fff;
}

.error-page .search-form :-ms-input-placeholder {
    color: #fff;
}

.error-page .search-form ::placeholder {
    color: #fff;
}

.error-page .search-form .form-control {
    background-color: transparent;
    border-width: 1px;
    color: #fff;
}

.error-page .search-form .form-control:focus {
    border-color: #00c3da;
}

.job-offer {
    padding: 20px 0;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
}

.job-info:before,
.job-info:after {
    content: " ";
    display: table;
}

.job-info:after {
    clear: both;
}

.job-info h3 {
    margin-top: 0;
    letter-spacing: -1px;
}

.job-info h5 {
    font-size: 11px;
    color: #787878;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.job-content {
    margin-top: 20px;
}

.job-content p {
    margin-bottom: 15px !important;
}

.job-content a {
    color: #00c3da;
}

.images-gallery.slick-slider:hover .slick-prev,
.images-gallery.slick-slider:hover .slick-next {
    opacity: 1;
}

.images-gallery.slick-slider .slick-prev,
.images-gallery.slick-slider .slick-next {
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.images-gallery.slick-slider .slick-prev:hover,
.images-gallery.slick-slider .slick-next:hover {
    color: #000 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
}

.media-video {
    width: 100%;
    padding-bottom: 60%;
    position: relative;
}

.media-video iframe,
.media-video embed {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
}

.media-audio {
    width: 100%;
    padding-bottom: 20%;
    position: relative;
}

.media-audio iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
}

.alert {
    border-radius: 0;
    font-size: 16px;
    padding: 25px 25px 25px 100px;
    border: 0;
    color: #fff;
    position: relative;
    margin-bottom: 25px;
}

.alert a {
    color: inherit;
    font-weight: bold;
}

.alert a:hover {
    text-decoration: underline;
}

.alert p {
    margin: 0;
}

.alert .alert-icon {
    background-color: rgba(0, 0, 0, 0.075);
    position: absolute;
    width: 75px;
    text-align: center;
    left: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.alert .alert-icon i {
    font-size: 20px;
}

.alert.alert-dismissible {
    padding-right: 35px;
}

.alert .close {
    position: absolute;
    right: 20px;
    top: 50%;
    height: 26px;
    line-height: 26px;
    margin-top: -13px;
    opacity: 1;
    outline: none;
}

.alert .close i {
    text-shadow: none;
    font-size: 22px;
    font-weight: bold;
}

.alert.alert-warning {
    background-color: #ffbb44;
}

.alert.alert-danger {
    background-color: #f42841;
}

.alert.alert-success {
    background-color: #0ee092;
}

.alert.alert-info {
    background-color: #35c3fa;
}

.no-menu {
    display: block;
    float: right;
    padding: 0 25px;
    line-height: 80px;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#masthead.stick .no-menu {
    color: #000;
    line-height: 60px;
}

@media (min-width: 783px) {

    .logged-in.admin-bar #masthead,
    .logged-in.admin-bar #masthead.stick {
        top: 0px;
    }
}

@media (min-width: 600px) and (max-width: 782px) {

    .logged-in.admin-bar #masthead,
    .logged-in.admin-bar #masthead.stick {
        top: 0px;
    }
}

.wpb_content_element {
    margin-bottom: 0;
}

.wpb_text_column+.btn-container,
.wpb_text_column+.inline-icon-btn {
    margin-top: 35px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: #00c3da;
}

.bypostauthor {
    background-color: #f1f1f1;
    padding: 20px;
    box-shadow: 0 0 0 1px #e6e6e6;
}

.gallery-caption {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 400;
}

.gallery-item img {
    border: 0 !important;
}

.moocow-site-name {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 26px;
}

#masthead.dark-menu .moocow-site-name {
    color: #fff;
}

#masthead.stick .moocow-site-name {
    color: #000;
}

.newsletter-form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.modal-backdrop {
    z-index: 99999;
}

.modal-backdrop.in {
    opacity: .75;
}

.modal {
    z-index: 999991;
}

.modal-content {
    box-shadow: none;
}

.modal-header {
    position: relative;
}

.modal-header .close {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -15px;
    height: 20px;
    font-size: 25px;
}

.modal-popup .modal-header {
    padding-left: 25px;
    padding-right: 25px;
}

.modal-popup .modal-body {
    padding: 25px;
}

.is-ie .side-post .side-post-content .post-content-wrapper {
    display: block !important;
}

/*
    Buttons
  */
.inline-btn-container {
    display: inline-block;
}

.inline-btn-container+.inline-btn-container {
    margin-left: 10px;
}

.btn {
    position: relative;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    border-width: 0;
    font-size: 1.1875rem;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.btn:hover,
.btn:focus {
    text-decoration: none;
}

.btn-default {
    background-color: #fff;
    border-color: #666666;
    border-width: 2px;
    color: #212121;
    text-decoration: none;
}

.btn-default:hover,
.btn-default:focus {
    color: #212121;
    background-color: #b7b7b7;
    border-color: #212121;
    text-decoration: none;
}

.btn-secondary {
    background-color: #5b8669;
    border-color: #5b8669;
    border-width: 2px;
    color: #fff;
}

.btn-dark {
	background-color: #000;
    border-color: #000;
}

.wpb_text_column+.btn-container,
.wpb_text_column+.inline-icon-btn {
    margin-top: 25px;
}

/*
    Navbar
  */
header#masthead {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    background-color: transparent;
    box-shadow: none;
    z-index: 99999;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#masthead.navbar-static-top {
    position: absolute;
}

header#masthead.navbar-dark {
    background-color: #5b8669;
}

#masthead .navbar-brand {
    display: table;
    height: 130px;
    float: left;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    z-index: 110;
}

#masthead .navbar-brand>a {
    display: table-cell;
    vertical-align: middle;
}

#masthead .navbar-brand img {
    max-height: 72px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: block;
}

@media (max-width: 991.98px) {
    #masthead .navbar-brand img {
        max-height: 65px;
    }
}

#masthead .navbar-brand .navbar-brand-light {
    opacity: 1;
    height: auto;
}

#masthead .navbar-brand .navbar-brand-dark {
    opacity: 0;
    height: 0;
}

.top-spacing #masthead {
    top: 20px;
}

.nav-link {
    text-decoration: none;
}

.submenu {
    margin-left: 0;
}

.light-slide #masthead:not(.stick) {
    border-color: rgba(0, 0, 0, 0.1);
}

.light-slide #masthead:not(.stick) .navbar-nav>li>a {
    color: #000;
}

.light-slide #masthead:not(.stick) .menu-extras .menu-item>div {
    border-color: rgba(0, 0, 0, 0.1);
}

.light-slide #masthead:not(.stick) .menu-extras .menu-item .header-socials>ul>li>a {
    color: #000;
}

.light-slide #masthead .navbar-brand-light {
    opacity: 0;
    height: 0;
}

.light-slide #masthead .navbar-brand-dark {
    opacity: 1;
    height: auto;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    min-width: 14rem;
    border: none;
    border-radius: 4px;
    box-shadow: 0 12px 24px 0 rgb(8 20 46 / 15%);
}

.dropdown-menu::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 15px;
    top: -8px;
    border-bottom: 9px solid rgba(0, 0, 0, 0.2);
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
}

.dropdown-menu::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 15px;
    top: -7px;
    border-bottom: 8px solid #FFFFFF;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
}

.dropdown-item {
    text-decoration: none;
    padding: 0.313rem 1.5rem;
}

.dropdown-menu .dropdown-item {
    line-height: 1.4;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #212529;
    text-decoration: underline;
    background-color: transparent;
}

.dropdown-menu .dropdown-item:hover {
    color: #212529;
    text-decoration: underline;
}

#masthead .navbar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    float: right;
}

@media only screen and (min-width: 992px) {
    #masthead .navbar-nav {
        padding: 0 10px;
    }
}

#masthead .navbar-nav>li {
    display: block;
    float: left;
    position: relative;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 1.2;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    body:not(.theme-preset-active) #masthead .navbar-nav>li>a {}
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav>li>a:focus {
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
}

@media only screen and (min-width: 992px) {
    body:not(.theme-preset-active) #masthead .navbar-nav>li>a {
        padding-top: 38px;
        padding-bottom: 38px;
    }
}

#masthead .navbar-nav>li .submenu li a i {
    margin-right: 5px;
}

#masthead .navbar-nav>li.menu-btn-item,
#masthead.stick .navbar-nav>li.menu-btn-item {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#masthead .navbar-nav>li.menu-btn-item>a,
#masthead.stick .navbar-nav>li.menu-btn-item>a {
    display: inline-block;
    padding: 0 16px !important;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    min-height: 0;
    background-color: #00c3da;
    border-color: #00c3da;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#masthead .navbar-nav>li.menu-btn-item>a:hover,
#masthead.stick .navbar-nav>li.menu-btn-item>a:hover,
#masthead .navbar-nav>li.menu-btn-item>a:focus,
#masthead.stick .navbar-nav>li.menu-btn-item>a:focus,
#masthead .navbar-nav>li.menu-btn-item>a:active,
#masthead.stick .navbar-nav>li.menu-btn-item>a:active {
    color: #fff !important;
}

#masthead .navbar-nav>li.menu-btn-item>a:before,
#masthead.stick .navbar-nav>li.menu-btn-item>a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
}

#masthead .navbar-nav>li.menu-btn-item>a:hover,
#masthead.stick .navbar-nav>li.menu-btn-item>a:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

#masthead .navbar-nav>li.menu-btn-item>a:hover:before,
#masthead.stick .navbar-nav>li.menu-btn-item>a:hover:before {
    opacity: .2;
}

#masthead .navbar-nav>li.menu-btn-item>a:active,
#masthead.stick .navbar-nav>li.menu-btn-item>a:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    outline: none;
}

#masthead .navbar-nav>li.menu-btn-item>a:active:focus,
#masthead.stick .navbar-nav>li.menu-btn-item>a:active:focus {
    outline: none;
}

#masthead .navbar-nav>li.menu-btn-item:hover>a,
#masthead.stick .navbar-nav>li.menu-btn-item:hover>a,
#masthead .navbar-nav>li.menu-btn-item:focus>a,
#masthead.stick .navbar-nav>li.menu-btn-item:focus>a,
#masthead .navbar-nav>li.menu-btn-item:active>a,
#masthead.stick .navbar-nav>li.menu-btn-item:active>a {
    color: #fff !important;
}

#masthead .navbar-nav>li.menu-btn-item {
    padding: 20px 15px;
}

#masthead.stick .navbar-nav>li.menu-btn-item {
    padding: 13px 15px;
}

#masthead.stick.dark-menu {
    background-color: #000;
    border-color: #1c1c1c;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#masthead.stick.dark-menu .navbar-brand .navbar-brand-dark {
    opacity: 0;
    height: 0;
}

#masthead.stick.dark-menu .navbar-brand .navbar-brand-light {
    opacity: 1;
    height: auto;
}

#masthead.stick.dark-menu .navbar-nav>li>a {
    color: #fff;
}

#masthead.stick.dark-menu .navbar-nav>li>a:hover {
    color: #bbb;
}

#masthead.stick.dark-menu .navbar-nav>li.active>a {
    color: #bbb;
}

#masthead.stick.dark-menu .menu-extras .menu-item>div {
    border-color: rgba(255, 255, 255, 0.1);
}

#masthead.stick.dark-menu .menu-extras .menu-item>div>a {
    color: #fff;
    height: 60px;
}

#masthead.stick.dark-menu .menu-extras .menu-item .header-socials {
    height: 60px;
}

#masthead.stick.dark-menu .menu-extras .menu-item .header-socials>ul>li>a {
    color: #fff;
    line-height: 60px;
}

#masthead.stick.dark-menu .menu-extras .menu-item .header-socials>ul>li>a:hover {
    color: #bbb;
}

.menu-extras {
    float: right;
    margin-right: -15px;
    position: relative;
    z-index: 20;
}

.menu-extras .menu-item {
    float: left;
}

.menu-extras .menu-item>div {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}

.menu-extras .menu-item>div>a {
    display: table;
    padding: 0 20px;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: 80px;
}

.menu-extras .menu-item>div>a>i,
.menu-extras .menu-item>div>a>.hamburger {
    display: table-cell;
    vertical-align: middle;
}

.menu-extras .menu-item .hamburger-box {
    height: 15px;
}

@media only screen and (min-width: 992px) {
    #masthead .navbar-wrapper {
        position: relative;
        margin-left: 30px;
        margin-right: 30px;
    }

    #masthead #main-nav.left-aligned-menu .navbar-nav {
        padding: 0 10px;
    }

    #masthead #main-nav.left-aligned-menu .navbar-nav>li {
        float: left;
        display: block;
    }

    #masthead #main-nav.left-aligned-menu .navbar-nav {
        float: left;
    }

    #main-nav {
        display: block !important;
    }

    .menu-extras .menu-item .header-socials {
        padding-left: 10px;
        height: 80px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    .menu-extras .menu-item .header-socials>ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

    .menu-extras .menu-item .header-socials>ul>li {
        display: inline-block;
    }

    .menu-extras .menu-item .header-socials>ul>li>a {
        color: #fff;
        padding: 0 10px;
        font-size: 13px;
        line-height: 80px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    .menu-extras .menu-item .header-socials>ul>li>a:hover {
        color: #ccc;
    }

    #masthead.stick {
        background-color: #fff;
        height: 60px;
        -webkit-box-shadow: 5px 5px 15px 0 rgba(31, 31, 31, 0.07);
        box-shadow: 5px 5px 15px 0 rgba(31, 31, 31, 0.07);
        top: 0;
    }

    #masthead.stick .navbar-brand {
        height: 60px;
    }

    #masthead.stick .navbar-brand .navbar-brand-light {
        opacity: 0;
        height: 0;
    }

    #masthead.stick .navbar-brand .navbar-brand-dark {
        opacity: 1;
        height: auto;
    }

    #masthead.stick .navbar-nav>li>a {
        color: #242424;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #masthead.stick .navbar-nav>li:hover>a,
    #masthead.stick .navbar-nav>li.active>a {
        color: #787878;
    }

    #masthead.stick .menu-extras .menu-item>div {
        border-color: #eee;
    }

    #masthead.stick .menu-extras .menu-item>div>a {
        color: #000;
        height: 60px;
    }

    #masthead.stick .menu-extras .menu-item .header-socials {
        height: 60px;
    }

    #masthead.stick .menu-extras .menu-item .header-socials>ul>li>a {
        color: #242424;
        line-height: 60px;
    }

    #masthead.stick .menu-extras .menu-item .header-socials>ul>li>a:hover {
        color: #787878;
    }

    .nav-toggle {
        display: none;
    }

    #masthead .navbar-nav>li.last-elements .submenu {
        left: auto;
        right: 0;
    }

    #masthead .navbar-nav>li.last-elements .submenu>li.menu-item-has-children .submenu {
        left: auto;
        right: 100%;
    }

    #masthead .navbar-nav>li>.submenu {
        border-top: 0;
    }

    #masthead .navbar-nav>li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        padding: 15px 0;
        list-style: none;
        min-width: 200px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        background-color: #fff;
        text-align: left;
        border: 1px solid #f2f2f2;
        -webkit-box-shadow: 0 5px 15px 0 rgba(31, 31, 31, 0.07);
        box-shadow: 0 5px 15px 0 rgba(31, 31, 31, 0.07);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    #masthead .navbar-nav>li .submenu.megamenu {
        white-space: nowrap;
        width: 100%;
        display: table;
        padding: 25px 0;
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    #masthead .navbar-nav>li .submenu.megamenu>li {
        overflow: hidden;
        width: 25%;
        display: table-cell;
        border-right: 1px solid #eee;
        vertical-align: top;
    }

    #masthead .navbar-nav>li .submenu.megamenu>li:last-child {
        border: 0;
    }

    #masthead .navbar-nav>li .submenu.megamenu>li a {
        display: inline-block;
    }

    #masthead .navbar-nav>li .submenu>li.menu-item-has-children>a:after {
        content: "\e133";
        font-family: "hody-icons";
        position: absolute;
        right: 20px;
        font-size: 14px;
        height: 12px;
        line-height: 12px;
        top: 50%;
        margin-top: -6px;
    }

    #masthead .navbar-nav>li .submenu>li .submenu {
        left: 100%;
        top: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        margin-top: -1px;
    }

    #masthead .navbar-nav>li .submenu li {
        position: relative;
    }

    #masthead .navbar-nav>li .submenu li ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

    #masthead .navbar-nav>li .submenu li a {
        display: block;
        padding: 6px 25px;
        clear: both;
        line-height: 1.4;
        white-space: nowrap;
        font-size: 12px;
        letter-spacing: 0.03em;
        color: #787878;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
    }

    #masthead .navbar-nav>li .submenu li a:hover {
        color: #000;
    }

    #masthead .navbar-nav>li .submenu li .menu-label {
        display: block;
        padding: 8px 25px;
        clear: both;
        font-weight: 500;
        line-height: 1.4;
        white-space: nowrap;
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        color: #000;
        pointer-events: none;
    }

    #masthead .navbar-nav>li .submenu li .menu-label:after {
        content: none !important;
    }

    #masthead .navbar-nav>li.menu-item-has-children:hover>.submenu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    #masthead .navbar-nav>li.menu-item-has-children:hover>.submenu.megamenu {
        margin-top: 0;
    }

    #masthead .navbar-nav>li.menu-item-has-children:hover>.submenu>li.menu-item-has-children:hover>.submenu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media only screen and (max-width: 991px) {
    #masthead {
        background-color: #fff;
        -webkit-box-shadow: 5px 5px 15px 0 rgba(31, 31, 31, 0.07);
        box-shadow: 5px 5px 15px 0 rgba(31, 31, 31, 0.07);
        top: 0;
    }

    #masthead.navbar-static-top {
        height: 60px;
    }

    #masthead .navbar-brand {
        height: 60px;
    }

    #masthead .navbar-brand .navbar-brand-light {
        opacity: 0;
        height: 0;
    }

    #masthead .navbar-brand .navbar-brand-dark {
        opacity: 1;
        height: auto;
    }

    #masthead .menu-extras .menu-item>div {
        border-color: #eee;
    }

    #masthead .menu-extras .menu-item>div>a {
        color: #000;
        height: 60px;
    }

    #masthead .menu-extras .menu-item .header-socials {
        display: none;
    }

    #masthead #main-nav,
    .aside-menu #main-nav {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        background-color: #fff;
        z-index: 99999;
    }

    #masthead #main-nav.visible,
    .aside-menu #main-nav.visible {
        visibility: visible;
        opacity: 1;
        top: 60px;
    }

    #masthead.dark-menu #main-nav,
    .aside-menu.dark-menu #main-nav {
        background-color: #000;
        border-color: rgba(255, 255, 255, 0.1);
    }

    #masthead.dark-menu .navbar-nav>li>a,
    .aside-menu.dark-menu .navbar-nav>li>a {
        color: #fff;
    }

    #masthead.dark-menu .navbar-nav>li>a:hover,
    .aside-menu.dark-menu .navbar-nav>li>a:hover {
        color: #bbb;
    }

    #masthead.dark-menu .navbar-nav>li .submenu li>a,
    .aside-menu.dark-menu .navbar-nav>li .submenu li>a {
        color: #ccc;
        border-color: rgba(255, 255, 255, 0.1);
    }

    #masthead.dark-menu .navbar-nav>li .submenu li>a:hover,
    .aside-menu.dark-menu .navbar-nav>li .submenu li>a:hover {
        color: #fff;
    }

    #masthead.dark-menu .navbar-nav>li .submenu.megamenu>li>.menu-label,
    .aside-menu.dark-menu .navbar-nav>li .submenu.megamenu>li>.menu-label {
        color: #fff;
        border-color: rgba(255, 255, 255, 0.1);
    }

    #masthead.dark-menu .navbar-nav>li.menu-item-has-children.opened>a,
    .aside-menu.dark-menu .navbar-nav>li.menu-item-has-children.opened>a {
        color: #bbb;
        border-color: rgba(255, 255, 255, 0.1);
    }

    #masthead .navbar-nav,
    .aside-menu .navbar-nav {
        max-height: 400px;
        float: none;
    }

    #masthead .navbar-nav>li,
    .aside-menu .navbar-nav>li {
        float: none;
        display: block;
    }

    #masthead .navbar-nav>li.menu-item-has-children>a:after,
    .aside-menu .navbar-nav>li.menu-item-has-children>a:after {
        content: "\e131";
        font-family: "hody-icons";
        position: absolute;
        right: 20px;
        font-size: 18px;
        height: 12px;
        line-height: 12px;
        top: 50%;
        margin-top: -6px;
    }

    body:not(.theme-preset-active) #masthead .navbar-nav>li>a,
    .aside-menu .navbar-nav>li>a {
        color: #393939;
        padding: 15px 20px;
        font-weight: 500;
    }

    body:not(.theme-preset-active) #masthead .navbar-nav>li>a:hover,
    .aside-menu .navbar-nav>li>a:hover {
        color: #787878;
    }

    body:not(.theme-preset-active) #masthead .navbar-nav>li>a:after,
    .aside-menu .navbar-nav>li>a:after {
        position: absolute;
        right: 15px;
    }

    #masthead .navbar-nav>li .submenu,
    .aside-menu .navbar-nav>li .submenu {
        display: none;
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

    #masthead .navbar-nav>li .submenu li>a,
    .aside-menu .navbar-nav>li .submenu li>a {
        display: block;
        position: relative;
        padding: 15px;
        padding-left: 45px;
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        color: #787878;
        letter-spacing: 0.05em;
        border-bottom: 1px solid #e6e6e6;
    }

    #masthead .navbar-nav>li .submenu li>a:hover,
    .aside-menu .navbar-nav>li .submenu li>a:hover {
        color: #000;
    }

    #masthead .navbar-nav>li .submenu li.menu-item-has-children>a:not(.menu-label):after,
    .aside-menu .navbar-nav>li .submenu li.menu-item-has-children>a:not(.menu-label):after {
        content: "\e131";
        font-family: "hody-icons";
        position: absolute;
        right: 30px;
        font-size: 16px;
    }

    #masthead .navbar-nav>li .submenu li.menu-item-has-children .submenu li a,
    .aside-menu .navbar-nav>li .submenu li.menu-item-has-children .submenu li a {
        padding-left: 65px;
    }

    #masthead .navbar-nav>li .submenu .submenu,
    .aside-menu .navbar-nav>li .submenu .submenu {
        display: none;
        list-style: none;
    }

    #masthead .navbar-nav>li .submenu .submenu.opened,
    .aside-menu .navbar-nav>li .submenu .submenu.opened {
        display: block;
    }

    #masthead .navbar-nav>li .submenu.megamenu>li>ul,
    .aside-menu .navbar-nav>li .submenu.megamenu>li>ul {
        list-style: none;
        padding-left: 0;
    }

    #masthead .navbar-nav>li .submenu.megamenu>li .menu-label,
    .aside-menu .navbar-nav>li .submenu.megamenu>li .menu-label {
        display: block;
        padding: 15px 25px;
        padding-left: 35px;
        clear: both;
        font-weight: 400;
        white-space: nowrap;
        letter-spacing: 0;
        font-size: 13px;
        font-weight: 500;
        color: #000;
        pointer-events: none;
        border-bottom: 1px solid #e6e6e6;
    }

    #masthead .navbar-nav>li.menu-item-has-children.opened>a,
    .aside-menu .navbar-nav>li.menu-item-has-children.opened>a {
        color: #000;
        border-bottom: 1px solid #e6e6e6;
    }

    #masthead .menu-extras,
    .aside-menu .menu-extras {
        border-color: rgba(0, 0, 0, 0.08);
    }

    #masthead .menu-extras .menu-item>div>a,
    .aside-menu .menu-extras .menu-item>div>a {
        color: #000;
    }

    #masthead .menu-extras .menu-item>div>a:hover,
    .aside-menu .menu-extras .menu-item>div>a:hover {
        color: #787878;
    }
}

#masthead .navbar-nav li.current_page_item>a,
.aside-menu .navbar-nav li.current_page_item>a {
    color: #000 !important;
    text-decoration: underline;
}

/*
    Aside Navbar
  */
.site-header .aside-menu {
    position: fixed;
    width: 288px;
    top: 0;
    left: auto;
    right: -288px;
    bottom: 0;
    background-color: rgba(255, 255, 255, 1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 999999;
    visibility: hidden;
    opacity: 0;
    max-height: 100%;
    overflow: scroll;
}

.site-header .aside-menu.is-active {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.aside-menu .logo {
    text-align: center;
    padding: 35px;
    margin-bottom: 50px;
}

.aside-menu .logo img {
    max-width: 120px;
}

.aside-menu .navigation-menu {
    display: block;
    padding-top: 120px;
    padding-bottom: 50px;
    list-style: none;
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Montserrat', sans-serif;
}

@media (max-height: 568px) {
    .aside-menu .navigation-menu {
        padding-top: 70px;
    }
}

.aside-menu .navigation-menu>li {
    display: block;
    position: relative;
}

.aside-menu .navigation-menu>li.menu-btn-item {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.aside-menu .navigation-menu>li.active>a {
    color: #787878;
}

.aside-menu .navigation-menu>li a {
    display: block;
    color: #000;
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 0px 15px;
    text-align: right;
    text-decoration: none;
}

.aside-menu .navigation-menu>li a:hover {
    color: #999999;
    background-color: transparent;
}

.aside-menu .navigation-menu>li a:focus {
    background-color: transparent;
}

.aside-menu .navigation-menu>li:hover>.submenu {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
}

.aside-menu .navigation-menu>li .submenu,
.aside-menu .navigation-menu>li .sub-menu {
    list-style: none;
    padding-left: 0;
    display: none;
    padding: 10px 0;
}

.aside-menu .navigation-menu>li .submenu>li>a,
.aside-menu .navigation-menu>li .sub-menu>li>a {
    display: block;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    padding: 5px 20px;
    text-align: right;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.aside-menu .navigation-menu>li .submenu>li>a:hover,
.aside-menu .navigation-menu>li .sub-menu>li>a:hover {
    color: #000;
}

@media only screen and (min-width: 992px) {
    .toggle-aside-menu {
        display: none;
    }
}

.site-header .toggle-aside-menu {
    position: relative;
    top: 30px;
    outline: none !important;
    box-shadow: none;
}

.site-header .toggle-aside-menu.menu-active {
    z-index: 9999999;
}

.hamburger {
    position: relative;
    background-color: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font: inherit;
    margin: 0;
    overflow: visible;
    text-transform: none;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 10;
}

.hamburger-box {
    display: inline-block;
    height: 24px;
    position: relative;
    width: 22px;
}

.hamburger-inner {
    background-color: #fff;
    border-radius: 4px;
    display: block;
    height: 2px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    width: 22px;
}

.hamburger.is-active .hamburger-inner {
    background-color: #000;
}

.hamburger-inner:before {
    background-color: #fff;
    border-radius: 4px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: -6px;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    width: 22px;
}

.hamburger.is-active .hamburger-inner:before {
    background-color: #000;
}

.hamburger-inner:after {
    background-color: #fff;
    border-radius: 4px;
    bottom: -6px;
    right: 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    width: 16px;
}

.hamburger.is-active .hamburger-inner:after {
    background-color: #000;
    width: 22px;
}

.hamburger .hamburger-inner {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger.is-active .hamburger-inner::before {
    opacity: 0;
    top: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.aside-nav-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding-left: 30px;
    padding-right: 30px;
    text-align: right;
    clear: both;
}

@media (max-height: 568px) {
    .aside-nav-footer {
        position: relative;
    }
}

.aside-nav-footer img {
    max-width: 90px;
}

.aside-nav-footer.social-list>li {
    display: inline-block;
    margin-right: 5px;
}

.aside-nav-footer .social-list>li {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 13px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 50%;
    color: #fff;
    background-color: #000;
}

.aside-nav-footer .social-list>li>a {
    color: #fff;
}

/*
    Home Slider
  */
#home-slider {
    height: 90vh;
    position: relative;
    background-color: #000;
}

section.section-skewed.section-bordered #home-slider:after {
    content: none;
}

.slide-item {
    height: 90vh;
    position: relative;
}

.slide-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 1.3s ease;
    transition: -webkit-transform 1.3s ease;
    transition: transform 1.3s ease;
    transition: transform 1.3s ease, -webkit-transform 1.3s ease;
}

.slide-wrap {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.slide-wrap.colored-overlay {
    background-color: rgba(0, 195, 218, 0.55);
}

.slide-wrap.dark-overlay {
    background-color: rgba(31, 31, 31, 0.7);
}

.slide-wrap.light-overlay {
    background-color: rgba(31, 31, 31, 0.1);
    color: #000;
}

.slide-wrap.white-overlay {
    background-color: rgba(255, 255, 255, 0.85);
    color: #000;
}

.slide-wrap.no-overlay {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
}

.slide-wrap.gradient-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
}

.slide-wrap.gradient-overlay:not([data-gradients]):before {
    background: -webkit-linear-gradient(left, #cf93ff 0%, #00c3da 100%);
    background: linear-gradient(90deg, #cf93ff 0%, #00c3da 100%);
}

.slide-wrap.gradient-overlay .gradient-bg-wrapper {
    opacity: .55;
}

.slide-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
    height: 100%;
    text-align: center;
}

@media (max-width: 991.98px) {
    .slide-content {
        vertical-align: bottom;
    }
}

.slide-content.align-left {
    text-align: left;
}

.slide-content .container {
    padding-left: 15px;
    padding-right: 15px;
}

.slide-content.align-left .container>* {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.slide-content h1 {
    font-size: 74px;
    line-height: 1;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slide-content h1 {
        font-size: 62px;
    }
}

@media only screen and (max-width: 767px) {
    .slide-content h1 {
        font-size: 34px;
    }
}

.slide-content h4 {
    font-weight: 400;
    font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slide-content h4 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .slide-content h4 {
        font-size: 16px;
    }
}

.slide-content h1,
.slide-content h2,
.slide-content h3,
.slide-content h4,
.slide-content h5,
.slide-content h6 {
    color: inherit;
}

.slide-content>i {
    font-size: 45px;
}

.slide-content .btn-container,
.slide-content .inline-icon-btn {
    margin-top: 20px;
}

.slide-content .btn-container:last-child,
.slide-content .inline-icon-btn:last-child {
    margin-bottom: 0;
}

.slide-content img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 300px;
}

#home-slider .slide-content .container>* {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: 50% 50% 0px;
    transform-origin: 50% 50% 0px;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform .4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.slide-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding-left: 0;
    margin: 0;
    list-style-type: none;
}

.slide-dots>li {
    display: inline-block;
    margin: 0 4px;
}

.slide-dots>li>button {
    font-size: 0;
    border: 0;
    padding: 6px 0;
    width: 35px;
    outline: none;
    background-color: transparent;
}

.slide-dots>li>button:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.slide-dots>li>button:hover:before {
    background-color: #fff;
}

.slide-dots>li.slick-active>button:before {
    background-color: #fff;
}

.light-slide .slide-dots>li>button:before {
    background-color: rgba(31, 31, 31, 0.5);
}

.light-slide .slide-dots>li.slick-active>button:before {
    background-color: #000;
}

.slide-arrows {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slide-arrows {
        top: 25%;
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .slide-arrows {
        display: none;
    }
}

.slide-arrows>button {
    position: relative;
    left: 0;
    right: auto;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-left: 0;
    line-height: 50px;
    color: #fff;
    font-size: 28px;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 0;
}

.slide-arrows>button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 0;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 0;
}

.slide-arrows>button:hover {
    cursor: pointer;
    color: #000;
    border-color: #fff;
}

.slide-arrows>button:hover:before {
    width: 50px;
}

.slide-arrows>button:focus {
    outline: none;
}

.slide-arrows>button>i {
    line-height: 1;
    position: relative;
    z-index: 10;
}

.slide-arrows>button+button {
    margin-top: -1px;
}

.light-slide .slide-arrows>button {
    border-color: rgba(31, 31, 31, 0.7);
    color: #000;
}

.light-slide .slide-arrows>button:before {
    background-color: #000;
}

.light-slide .slide-arrows>button:hover {
    color: #fff;
}

.light-slide .slide-dots>li>button:before {
    background-color: rgba(31, 31, 31, 0.5);
}

.light-slide .slide-dots>li.slick-active>button:before {
    background-color: #000;
}

.small-image img {
    width: 125px;
}

/*
    Page Title
  */
#page-sub-header {
    text-align: left;
}

#page-sub-header .header-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#page-sub-header .header-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .2;
}

body:not(.theme-preset-active) #page-sub-header h1 {
    color: #fff;
}

.page-template-default .entry-content .wpb-content-wrapper>section,
.course-template-default .entry-content .wpb-content-wrapper>section {
    padding: 30px 15px;
    background-color: #FFFFFF;
}

@media (min-width: 992px) {

    .page-template-default .entry-content .wpb-content-wrapper>section,
    .course-template-default .entry-content .wpb-content-wrapper>section {
        padding: 70px 80px;
    }
}

.page-template-default .entry-content .wpb-content-wrapper>section:first-child,
.course-template-default .entry-content .wpb-content-wrapper>section:first-child {
    margin-top: -60px;
}

@media (min-width: 992px) {

    .page-template-default .entry-content .wpb-content-wrapper>section:first-child,
    .course-template-default .entry-content .wpb-content-wrapper>section:first-child {
        margin-top: -220px;
    }
}

section#contact-box {
    width: auto;
    margin-left: 0;
    margin-top: -110px;
    padding-top: 220px;
    z-index: 1;
	color: #fff;
}

@media (min-width: 992px) {
    section#contact-box {
        width: 100%;
        margin-left: 80px;
    }
}

section#contact-box .title h4.h3 {
	color: #fff;
}

/*
    Boxes
  */
.click-box {
    position: relative;
    width: 100%;
    background: #fff;
    box-shadow: 0 15px 30px rgb(0 0 0 / 5%);
    padding: 30px 40px;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
}

.click-box:hover {
    background: #efefef;
}

.click-box.has-img {
    padding-top: 274px;
}

.click-box a {
    color: #333333;
    text-decoration: none;
}

.click-box a:hover {
    color: #333333;
    text-decoration: none;
}

.click-box .click-box-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 234px;
    background-size: cover;
    background-position: center;
}

.click-box .click-box-info {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}

.click-box a:hover .click-box-info {
    opacity: 0.38;
}

.click-box .click-box-info h4 {
    position: relative;
    color: #000;
    font-size: 1.625rem;
    text-transform: uppercase;
    padding-top: 28px;
}

.click-box .click-box-info h4:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 8px;
    background: #5b8669;
}

.click-box .click-box-info .sub-title {
    font-size: 19px;
    line-height: 1.2;
    font-weight: 600;
}

.click-box .click-box-info .sub-desc {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #333;
}

.click-box .click-box-info .sub-link {
    position: relative;
    left: 0;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.click-box .click-box-info .sub-link:hover {
    left: 5px;
    color: #FF0000;
}

.click-box .click-box-info .sub-link i {
    font-size: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.feature-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.parallax-offset .feature-box {
    margin-left: -1rem;
    margin-right: -1rem;
}

.feature-box-image {
    -ms-flex: 0 0 43.333333%;
    flex: 0 0 43.333333%;
    max-width: 43.333333%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
    .feature-box-image {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: 250px;
    }
}

.feature-box-content {
    position: relative;
    -ms-flex: 0 0 56.666667%;
    flex: 0 0 56.666667%;
    max-width: 56.666667%;
    background: #fff;
    margin: 30px 0;
    padding: 70px 80px;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
}

@media (max-width: 991.98px) {
    .feature-box-content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 15px 0;
        padding: 30px 30px;
    }
}

.feature-box.no-margin-bottom .feature-box-content {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .feature-box.students-bg .feature-box-image {
        background-position: center -150px;
    }
}

@media (max-width: 767.98px) {
    .feature-box.students-bg .feature-box-image {
        background-position: center -50px;
    }
}

@media (max-width: 991.98px) {
    .feature-box.spear-bg .feature-box-image {
        background-position: center -240px;
    }
}

@media (max-width: 767.98px) {
    .feature-box.spear-bg .feature-box-image {
        background-position: center -70px;
    }
}

.feature-box-content.box-dark {
    background: #000;
}

.feature-box-content.box-dark h2 {
    color: #dedede;
}

.feature-box-content h4 {
    font-family: 'Montserrat', sans-serif;
    color: #666666;
    line-height: 1.2;
    text-transform: uppercase;
}

.feature-box-content.box-dark h4 {
    color: #999999
}

.feature-box-content .text-box-content {
    max-width: 300px;
    margin-bottom: 1.875rem;
}

.feature-box-content .blockquote {
    position: relative;
    color: #666666;
    font-size: 1.2rem;
    padding-left: 25px;
    margin-bottom: 0;
}

.feature-box-content.box-dark .blockquote {
    color: #999999;
}

.feature-box-content .blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 8px;
    background: #666666;
}

.feature-box-content.box-dark .blockquote:before {
    color: #999999;
}

.teams-box {
	float: left;
	width: 33.33333333%;
}

#teams-grid.with-spacing .teams-box {
    padding: 10px;
}

.teams-box >a {
    display: block;
    position: relative;
    overflow: hidden;
}

.teams-box img {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.teams-box:hover img {
    -webkit-transform: scale(1.2) translateY(-20px);
    transform: scale(1.2) translateY(-20px);
}

.teams-info {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    padding: 25px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
    background-color: transparent;
    text-align: center;
    -webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.teams-box:hover .teams-info {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.teams-info h3 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #fff;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    opacity: 1;
}

.teams-info p {
    color: #fff;
    font-size: 14px;
	height: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    opacity: 0;
}

.teams-box:hover .teams-info h3,
.teams-box:hover .teams-info p {
	height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/*
    Group
  */

#group-filter {
    width: 100%;
    padding: 0 15px;
}

@media (min-width: 992px) {
    #group-filter {
        width: auto;
        margin-right: 7.688rem;
    }
}

@media (max-width: 991.98px) {

    #group-filter .form-group,
    #group-filter .btn {
        width: 100%;
    }
}

/*
    Course
  */

#course-filter {
    width: 100%;
    padding: 0 15px;
}

@media (min-width: 992px) {
    #course-filter {
        width: auto;
    }
}

@media (max-width: 991.98px) {

    #course-filter .form-group,
    #course-filter .btn {
        width: 100%;
    }
}

#filters {
    position: relative;
    width: 100%;
    height: 50px;
    padding: 0;
    margin: 0;
    border-radius: 3px;
    box-shadow: 0 0 0 0.2rem rgb(82 88 93 / 50%);
    z-index: 10;
}

#filters+img {
    position: static;
    top: 15px;
    right: 15px;
    float: right;
    width: 20px;
    height: 20px;
    margin-left: -35px;
    pointer-events: none;
    z-index: 20;
}

@media (max-width: 991.98px) {
    #filters+img {
        position: absolute;
        float: none;
    }
}

.select h4 {
    line-height: 50px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.select ul li.option {
    height: 50px;
    background-color: #f3f3f3;
    border-color: #000;
    box-shadow: none;
}

@media (min-width: 992px) {
    .select ul li.option {
        width: 473px;
    }
}

.select ul li.option:hover {
    background-color: #B8B8B8;
}

.select ul li.option {
    display: none;
    list-style: none;
    margin-bottom: 0;
    padding: 5px 15px;
    line-height: 40px;
    z-index: 1;
}

.select ul li:first-child {
    display: block;
}

.select ul li {
    cursor: default;
}

.no-courses {
    padding: 0;
}

@media (min-width: 992px) {
    .no-courses {
        padding: 0 105px;
    }
}

#filters+#courses-grid,
#filters+#courses-featured {
    margin-top: 80px;
}

#courses-grid,
#courses-featured {
    margin-left: -8px;
    margin-right: -8px;
}

#courses-grid.two-col .course-item,
#courses-featured.two-col .course-item {
    width: 50%;
}

@media (max-width: 991.98px) {

    #courses-grid.two-col .course-item,
    #courses-featured.two-col .course-item {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 1rem;
    }

    #courses-grid.two-col .course-item:first-child(),
    #courses-featured.two-col .course-item:first-child() {
        margin-top: 0;
    }
}

#courses-grid.three-col .course-item,
#courses-featured.three-col .course-item {
    width: 33.33333333%;
}

@media (max-width: 991.98px) {

    #courses-grid.three-col .course-item,
    #courses-featured.three-col .course-item {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 1rem;
    }

    #courses-grid.three-col .course-item:first-child(),
    #courses-featured.three-col .course-item:first-child() {
        margin-top: 0;
    }
}

#courses-grid.four-col .course-item,
#courses-featured.four-col .course-item {
    width: 25%;
}

@media (max-width: 991.98px) {

    #courses-grid.four-col .course-item,
    #courses-featured.four-col .course-item {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 1rem;
    }

    #courses-grid.four-col .course-item:first-child(),
    #courses-featured.four-col .course-item:first-child() {
        margin-top: 0;
    }
}

.course-item {
    float: left;
    position: relative;
    overflow: hidden;
}

.carousel .course-item {
    height: inherit;
}

.course-item>.course-inner {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 8px;
}

.course-detail {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 15px 30px rgb(0 0 0 / 5%);
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
}

.course-detail:hover {
    background: #efefef;
}

.course-item a {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.course-image,
.course-box-image {
    background-size: cover;
    background-position: center top;
    height: 396px;
}

.course-item:hover .course-info {
    opacity: 1;
}

.course-info {
    padding: 30px 40px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}

.course-info h4 {
    position: relative;
    color: #333333;
    font-size: 1.625rem;
    text-transform: uppercase;
    padding-top: 28px;
}

.course-info h4:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 8px;
    background: #FF00FF;
    background: linear-gradient(0deg, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 255, 1) 100%);
}

.group .course-info h4:before {
    background: #5b8669;
}


.course-info .sub-desc {
    font-size: 1.1875rem;
    line-height: 1.4;
    color: #333;
}

.action-buttons {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .action-buttons {
        margin-top: -25px;
    }
}

.action-buttons .btn {
    width: 100%;
}

/*
    Talk Listings
  */
#talks-grid {
    margin-left: -8px;
    margin-right: -8px
}

.talk-item {
    float: left;
    position: relative;
    overflow: hidden;
}

#talks-grid.two-col .talk-item {
    width: 50%;
}

#talks-grid.three-col .talk-item {
    width: 100%;
}

@media (min-width: 992px) {
    #talks-grid.three-col .talk-item {
        width: 33.33333333%;
    }
}

.talk-item>.talk-inner {
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
}

.talk-detail {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 15px 30px;
    box-shadow: 0 15px 30px rgb(0 0 0 / 5%);
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
}

.video .talk-detail {
    padding: 0;
}

.talk-item audio {
    margin-bottom: 5px;
}

.talk-item figure {
    margin: 0 0;
}

.talk-detail .chanid,
.talk-detail .vidid {
    display: none;
}

.talk-detail .vidimg,
.talk-detail .vidimg img {
    width: 100%;
}

.talk-detail .vidtxt {
    color: #000;
    padding: 15px;
}

.talk-detail .vidtxt>a {
    text-decoration: none;
}

.talk-detail .vidtxt>.viddate {
    font-size: 0.75rem;
}

/*
    Team
  */
.team-member {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}

.team-member:hover .team-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.team-member.round-thumb {
    text-align: center;
}

.team-member.round-thumb .team-image img {
    width: 100%;
    border-radius: 50%;
}

.team-member.round-thumb.big-thumb .team-image img {
    width: 100%;
}

.team-member.round-thumb .team-social {
    margin-top: 10px;
}

.team-member.round-thumb .team-social>li {
    margin: 0 5px;
}

.team-member.round-thumb .team-social>li>a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #5f5f5f;
    line-height: 38px;
    background-color: #5b8669;
}

.team-member.round-thumb .team-social>li>a i {
    line-height: inherit;
}

.team-member.round-thumb .team-social>li>a:hover {
    text-shadow: none;
    color: #333;
}

@media only screen and (max-width: 991px) {
    [class*="vc_col-"] .team-member {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    [class*="vc_col-"] .carousel .team-member,
    [class*="vc_col-"] .vc_row-flex .team-member {
        margin: 0;
    }
}

.team-image {
    position: relative;
    overflow: hidden;
}

.team-image img {
    margin-left: auto;
    margin-right: auto;
}

.team-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: rgba(0, 195, 218, 0.9);
    color: #fff;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.team-overlay .team-info {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.team-overlay .team-info>h4 {
    color: #fff;
    margin-bottom: 0;
    font-size: 1rem;
    text-transform: uppercase;
}

.team-overlay .team-info>span {
    color: #fff;
    font-size: 12px;
}

.team-overlay .team-social {
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
}

.team-overlay .team-social>li>a,
.team-overlay .team-social>li>a:hover {
    color: #fff;
}

.team-social {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
}

.team-social>li {
    display: inline-block;
    margin-right: 10px;
}

.team-social>li>a {
    display: block;
    color: #929292;
    font-size: 1rem;
}

.team-social>li>a:hover {
    color: #333333;
    text-decoration: none;
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.7);
}

.team-info {
    padding: 20px 0;
}

.team-info>h4 {
    font-size: 1rem;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.team-info>span {
    display: block;
    font-size: 1rem;
    color: #666666;
    font-family: 'Montserrat', sans-serif;
}

.team-info>p {
    margin-top: 10px;
    font-size: 15px;
}

/*
    Footer
  */
#pre-footer {
    position: relative;
    background-color: #000;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 991.98px) {
    #pre-footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

#pre-footer .container {
    padding-left: 15px;
    padding-right: 15px;
}

#pre-footer img {
    max-width: 80%;
    height: auto;
}

@media (max-width: 991.98px) {
    #pre-footer img {
        max-width: 180px;
        margin-bottom: 2rem;
    }
}

#pre-footer .social-list>li {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 28px;
    color: #474747;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 50%;
    color: #202020;
    background-color: #fff;
}

@media (max-width: 991.98px) {
    #pre-footer .social-list>li {
        width: 24px;
        height: 24px;
        line-height: 24px;
    }
}

#pre-footer .social-list>li:hover {
    background-color: #737373;
}

#pre-footer .social-list>li>a {
    color: #202020 !important;
}

#footer-widget {
    position: relative;
    padding-top: 100px;
    padding-bottom: 70px;
    background-color: #3c3c3c;
    color: #fff;
}

@media (max-width: 991.98px) {
    #footer-widget {
        padding-top: 30px;
        padding-bottom: 0;
    }
}

#footer-widget .container {
    padding-left: 15px;
    padding-right: 15px;
}

#footer-widget .widget {
    margin: 0 0 1.5em;
    font-size: 0.875rem;
    background-color: transparent;
}

#footer-widget .widget>h5 {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 1rem;
}

#footer-widget .widget ul {
    padding-left: 0;
    list-style: none;
}

#footer-widget .widget ul>li {
    padding: 5px 0;
}

#footer-widget .widget ul>li>a {
    color: #fff;
    font-size: 1.125rem;
    font-weight: normal;
    padding: 0;
}

#footer-widget .widget ul>li>a:hover {
    text-decoration: underline;
    background-color: transparent;
}

.footer-newsletter p {
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-newsletter .newsletter-form {
    margin-left: 0;
    border: 5px solid #333;
    border-radius: 4px;
}

.footer-newsletter .newsletter-form .form-control {
    height: 40px;
    background-color: #fff;
}

.footer-newsletter .newsletter-form .newsletter-btn {
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background-color: #000000;
    color: #fff;
    text-transform: none;
}

.footer-newsletter .newsletter-form .newsletter-btn:hover {
    background-color: #999999;
}

body:not(.theme-preset-active) footer#colophon {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #3c3c3c;
    color: #fff;
}

footer#colophon>.container {
    padding-left: 15px;
    padding-right: 15px;
}

.copyright a,
footer#colophon a {
    font-weight: bold;
    text-decoration: none;
}

@media (max-width: 991.98px) {

    .copyright a,
    footer#colophon a {
        display: inline-block;
    }
}

.copyright a:hover,
footer#colophon a:hover {
    color: #999999;
}

.site-info,
.site-info p {
    font-size: 1rem;
    line-height: 1.4;
}

/*
    09
    Widget
  */
@media (max-width: 991.98px) {
    #secondary {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.widget {
    z-index: 10;
}

#secondary .widget:first-child {
    margin-top: 30px;
}

#secondary .widget h5 {
    font-size: 1.625rem;
    margin-bottom: 20px;
}

/*
    07
    Bootstrap
  */

@media (max-width: 991.98px) {

    .pl-xs-8 {
        padding-left: 8px !important;
    }

    .pr-xs-8 {
        padding-right: 8px !important;
    }

    .pl-xs-15 {
        padding-left: 15px !important;
    }

    .pr-xs-15 {
        padding-right: 15px !important;
    }
}

@media (min-width: 992px) {

    .pt-100,
    .py-100 {
        padding-top: 100px !important;
    }
}

@media (min-width: 992px) {

    .pr-100,
    .px-100 {
        padding-right: 100px !important;
    }
}

@media (min-width: 992px) {

    .pb-100,
    .py-100 {
        padding-bottom: 100px !important;
    }
}

@media (min-width: 992px) {

    .pl-100,
    .px-100 {
        padding-left: 100px !important;
    }
}

/*
    08
    WPBakery
  */

.entry-content .wpb_content_element,
.entry-content ul,
.entry-content .wpb_button {
    margin-bottom: 1.2rem;
}

/*
    Helpers
  */
.apply-gradient {
    background: -webkit-linear-gradient(left, #cf93ff 0%, #00c3da 100%);
    background: linear-gradient(90deg, #cf93ff 0%, #00c3da 100%);
}

.gradient-text:not([data-gradients]) {
    background: -webkit-linear-gradient(left, #cf93ff 0%, #00c3da 100%);
    background: linear-gradient(90deg, #cf93ff 0%, #00c3da 100%);
}

.gradient-text {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.upper {
    text-transform: uppercase;
}

.fw-300 {
    font-weight: 300;
}

.fw-300 strong {
    font-weight: 500;
}

.fw-300.wpb_text_column h1,
.fw-300.wpb_text_column h2,
.fw-300.wpb_text_column h3 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-400 strong {
    font-weight: 600;
}

.fw-400.wpb_text_column h1,
.fw-400.wpb_text_column h2,
.fw-400.wpb_text_column h3 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-500.wpb_text_column h1,
.fw-500.wpb_text_column h2,
.fw-500.wpb_text_column h3 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-600.wpb_text_column h1,
.fw-600.wpb_text_column h2,
.fw-600.wpb_text_column h3 {
    font-weight: 600;
}

.full-height {
    height: auto;
    min-height: 100vh;
}

.height-100 {
    height: 100vh;
}

.colored-bg {
    background-color: #00c3da;
    color: #fff;
}

.d-b {
    display: block;
}

.font-variant-small-caps {
    font-variant: small-caps;
    text-transform: none !important;
}

.centrize {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    position: relative;
}

.v-center {
    display: table-cell;
    vertical-align: middle;
}

.v-top {
    display: table-cell;
    vertical-align: top;
}

.v-bottom {
    display: table-cell;
    vertical-align: bottom;
}

.ov-v {
    overflow: visible;
}

.ov-h {
    overflow: hidden;
}

.b-0 {
    border: 0;
}

.bt-0 {
    border-top: 0;
}

.br-0 {
    border-right: 0;
}

.bb-0 {
    border-bottom: 0;
}

.bl-0 {
    border-left: 0;
}

.border-top {
    border-top: 1px solid #eee;
}

.border-right {
    border-right: 1px solid #eee;
}

.border-bottom {
    border-bottom: 1px solid #eee;
}

.border-left {
    border-left: 1px solid #eee;
}

.m-0 {
    margin: 0;
}

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

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

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

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

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

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

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

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

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

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

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

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

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

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

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

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

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

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

.p-0 {
    padding: 0;
}

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

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-100 {
    padding-top: 100px;
}

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

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

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

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

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

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

.pr-100 {
    padding-right: 0;
}

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

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-100 {
    padding-bottom: 100px;
}

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

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

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

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

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

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

.pl-100 {
    padding-left: 0
}

.h1,
.title h2.h1,
.title h3.h1,
.title h4.h1 {
    font-size: 4.675rem;
}

@media (max-width: 767.98px) {

    .h1,
    .title h2.h1,
    .title h3.h1,
    .title h4.h1 {
        font-size: 2.125rem;
    }
}

.h2,
.title h1.h2,
.title h3.h2,
.title h4.h2 {
    font-size: 2.25rem;
}

@media (max-width: 767.98px) {

    .h2,
    .title h1.h2,
    .title h3.h2,
    .title h4.h2 {
        font-size: 2rem;
    }
}

.h3,
.title h1.h3,
.title h2.h3,
.title h4.h3 {
    font-size: 1.75rem;
}

@media (max-width: 767.98px) {

    .h3,
    .title h1.h3,
    .title h2.h3,
    .title h4.h3 {
        font-size: 1.75rem;
    }
}

.h4,
.title h1.h4,
.title h2.h4,
.title h3.h4 {
    font-size: 1.5rem;
}

@media (max-width: 767.98px) {

    .h4,
    .title h1.h4,
    .title h2.h4,
    .title h3.h4 {
        font-size: 1.438rem;
    }
}

.subtitle,
.title h1.subtitle,
.title h2.subtitle,
.title h3.subtitle,
.title h4.subtitle {
    font-size: 1.575rem;
}

@media (max-width: 767.98px) {

    .subtitle,
    .title h1.subtitle,
    .title h2.subtitle,
    .title h3.subtitle,
    .title h4.subtitle {
        font-size: 1.125rem;
    }
}

.body-1,
.title h1.body-1,
.title h2.body-1,
.title h3.body-1,
.title h4.body-1 {
    font-size: 1.2rem;
}

@media (max-width: 767.98px) {

    .body-1,
    .title h1.body-1,
    .title h2.body-1,
    .title h3.body-1,
    .title h4.body-1 {
        font-size: 1rem;
    }
}

.body-2,
.title h1.body-2,
.title h2.body-2,
.title h3.body-2,
.title h4.body-2 {
    font-size: 1.05rem;
}

@media (max-width: 767.98px) {

    .body-2,
    .title h1.body-2,
    .title h2.body-2,
    .title h3.body-2,
    .title h4.body-2 {
        font-size: 0.875rem;
    }
}

.caption,
.title h1.caption,
.title h2.caption,
.title h3.caption,
.title h4.caption {
    font-size: 0.9rem;
}

@media (max-width: 767.98px) {

    .caption,
    .title h1.caption,
    .title h2.caption,
    .title h3.caption,
    .title h4.caption {
        font-size: 0.75rem;
    }
}

.black-text {
    color: #000 !important;
}

.white-text {
    color: #fff !important;
}

.colored-text {
    color: #00c3da !important;
}

.gold-text {
    color: #c29848 !important;
}

.default-font {
    font-family: 'Source Sans Pro', sans-serif !important;
}

.heading-font {
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0.02em;
}

.serif-font {
    font-family: 'Lora', serif !important;
    font-weight: 400 !important;
}

.cursive-font {
    font-family: 'Kaushan Script', cursive !important;
    font-weight: 400 !important;
}

.alt-serif-font {
    font-family: 'Playfair Display', serif !important;
}

@media only screen and (min-width: 992px) {
    .txt-md-left {
        text-align: left;
    }

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

    .txt-md-right {
        text-align: right;
    }
}

@media only screen and (max-width: 991px) {
    .txt-sm-left {
        text-align: left;
    }

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

    .txt-sm-right {
        text-align: right;
    }
}

@media only screen and (max-width: 767px) {
    .txt-xs-left {
        text-align: left;
    }

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

    .txt-xs-right {
        text-align: right;
    }
}

@media only screen and (min-width: 992px) {
    .flex-order-md-2 {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .flex-order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media only screen and (max-width: 767px) {
    .flex-order-xs-2 {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.box-shadow-big {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

@media only screen and (min-width: 992px) {
    .pull-md-left {
        float: left;
    }

    .pull-md-right {
        float: right;
    }
}

@media only screen and (max-width: 991px) {
    .pull-sm-left {
        float: left;
    }

    .pull-sm-right {
        float: right;
    }
}

@media only screen and (max-width: 767px) {
    .pull-xs-left {
        float: left;
    }

    .pull-xs-right {
        float: right;
    }
}