/* BASE
================================================== */

body {
    font-size: 1.125rem;
    color: #797979;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

body, input, button, textarea {
    font-family: Muli, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.15;
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 700;
    font-family: TitilliumWeb, Arial, sans-serif;
    color: #020728;
}

p,
ul,
ol,
table,
figure {
    margin-bottom: 2rem;
}

a, input, textarea, button {
    -webkit-transition: color .4s, background-color .4s, border-color .4s, opacity .4s;
    -moz-transition: color .4s, background-color .4s, border-color .4s, opacity .4s;
    transition: color .4s, background-color .4s, border-color .4s, opacity .4s;
}

a,
a:focus {
    color: #6caf2d;
}

a:hover {
    color: #164193;
}

a:hover,
a:focus {
    text-decoration: none;
}

*, *:focus {
    outline: none !important;
}

img {
    max-width: 100%;
}

figure img {
    width: 100%;
    height: auto;
}

/* LAYOUT
================================================== */

/*
	Header
*/

.header {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1010;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.header__inner {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.header__text_logo {
    font-size: 24px;
    font-weight: 700;
    font-family: TitilliumWeb, Arial, sans-serif;
    color: #fff;
}

a.header__text_logo:hover {
    color: #6caf2d;
}

.header__logo {
    display: block;
    height: 50px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.header__logo img {
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
}

.header--fixed {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #020728;
}

/*
	Navigation
*/

.mobile-menu__layer {
    position: fixed;
    visibility: hidden;
    z-index: 1;
    background: #020728;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}


/*
	Footer
*/

.footer {
    position: relative;
    padding-top: 2rem;
    border-bottom: 20px solid #6caf2d;
    color: #fff;
    background-image: url("../img/bg-footer.jpeg");
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #6caf2d;
}

.footer .widget.widget_nav_menu ul.menu,
.footer__menu {
    padding: 0;
    font-size: 1rem;
    list-style-type: none;
    font-weight: 700;
}

.footer .widget.widget_nav_menu ul.menu li,
.footer__menu li {
    margin-bottom: .5rem;
}

.footer .widget.widget_nav_menu ul.menu li:last-child,
.footer__menu li:last-child {
    margin-bottom: 0;
}

.footer .footer__logo img {
    height: auto;
}


/* SECTIONS
================================================== */

.section {
    position: relative;
    padding-top: 3.5rem;
    padding-bottom: 1.5rem;
}

.section--layer {
    color: #fff;
}

.section--layer > * {
    position: relative;
    z-index: 2;
}

.section--layer h1,
.section--layer h2,
.section--layer h3,
.section--layer h4,
.section--layer h5,
.section--layer h6 {
    color: #fff;
}

.section--layer:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .6;
}

.section--layer-blue:after {
    background: #020728;
    opacity: .85;
}

.section--top-gradient:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    height: 300px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0) 100%);
    opacity: .4;
}

.section--bar-bg:before {
    position: absolute;
    z-index: 0;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    height: 500px;
    background: #f6f6f6;
}

/*
    Hero
*/

.hero {
    position: relative;
    padding-top: 100px;
    padding-bottom: 20px;
    color: #fff;
    background-color: #020728;
}

.hero > * {
    position: relative;
    z-index: 2;
}

.hero__title {
    font-size: 2.5rem;
    color: #fff;
}

body.home .hero {
    color: #fff;
}

.hero__scroll {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 50%;
    font-size: 2rem;
    color: #fff;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.hero__scroll:hover {
    color: #6caf2d;
}

.hero__carousel {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.hero__carousel .swiper-slide {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.hero__carousel .swiper-slide img {
    position: absolute;
    width: 0;
    height: 0;
}

.hero__carousel.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 15px;
}

.hero--fullscreen {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding-bottom: 50px;
}

/*
    Entry
*/

.entry figure,
.figure {
    position: relative;
    display: block;
    padding: 0 0 0 70px;
}

.entry figure:before,
.figure:before {
    position: absolute;
    content: "";
    top: 50px;
    bottom: 50px;
    left: 0;
    width: 70px;
    background: #6caf2d;
}

.entry figure:before,
.figure:before,
.entry figure img,
.figure img {
    -webkit-box-shadow: 0 14px 50px rgba(0, 0, 0, .25);
    box-shadow: 0 14px 50px rgba(0, 0, 0, .25);
}

.entry div.gray-bg {
    position: relative;
    padding-top: 2rem;
    padding-bottom: .5rem;
    margin-bottom: 2rem;
    background: #f6f6f6;
}

.entry div.gray-bg:before,
.entry div.gray-bg:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    width: 2000px;
    background: #f6f6f6;
}

.entry div.gray-bg:before {
    right: 100%;
}

.entry div.gray-bg:after {
    left: 100%;
}

.entry h2 img {
    display: inline-block;
    vertical-align: middle;
    height: 3rem;
    width: auto;
}

/* MODULES
================================================== */

/*
    Carousels
*/

.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 2rem;
    color: #000;
    -webkit-transition: color .4s;
    transition: color .4s;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 20px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 20px;
}

.swiper-navigation {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 270px;
    padding-bottom: 5px;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.swiper-pagination-bullet {
    margin: 0 5px;
    border: 1px solid #fff;
    background: transparent;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.carousel-nav-light .swiper-button-prev,
.carousel-nav-light .swiper-button-next {
    color: #fff;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: #6caf2d;
}

.carousel-nav-outside {
    position: relative;
}

.carousel-nav-outside .swiper-container {
    position: static;
}

.carousel-nav-outside .swiper-button-next,
.carousel-nav-outside .swiper-container-rtl .swiper-button-prev {
    right: -20px;
}

.carousel-nav-outside .swiper-button-prev,
.carousel-nav-outside .swiper-container-rtl .swiper-button-next {
    left: -20px;
}

/*
    Partner carousel
*/

.partner-carousel .swiper-wrapper {
    align-items: center;
}

.partner-carousel .swiper-slide {
    width: auto;
}

/*
    Card carousel
*/

.card-carousel .swiper-button-prev,
.card-carousel .swiper-button-next {
    top: auto;
    bottom: 23%;
}

/*
    Card
*/

.card {
    border: 0;
    font-size: 1rem;
    border-radius: 0;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.card figure {
    margin-bottom: 0;
}

.card__figure {
    position: relative;
}

.card .label,
.card__figure .label {
    position: absolute;
    z-index: 1;
    top: .75rem;
    left: 0;
}

.card-body {
    padding: 1.5rem;
}

.card__title {
    margin-bottom: .25rem;
    font-size: 1.5rem;
}

.card__title span {
    font-size: .666666em;
}

.card__title span.card__subtitle {
    display: block;
    margin-top: 10px;
    font-size: .666666em;
}

.card__time {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: #020728;
}

.card__btn {
    position: absolute;
    right: 2rem;
    bottom: 0;
    left: 2rem;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.card__btn.btn--sm {
    padding-top: 1rem;
    padding-bottom: 1rem;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.card__btn.btn--sm:hover {
    -webkit-transform: translate(0, 50%) scale(1.1);
    transform: translate(0, 50%) scale(1.1);
}

.card .list-icons {
    position: absolute;
    flex-wrap: nowrap;
    left: 50%;
    bottom: 0;
    margin: 0;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

a.card,
a.card:hover {
    color: inherit;
}

a.card {
    -webkit-transition: all .4s;
    transition: all .4s;
}

a.card:hover {
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .3);
    box-shadow: 0 0 50px rgba(0, 0, 0, .3);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

a.card:hover .card__btn {
    background: #164193;
}

/*
    Testimonial
*/

.testimonial {
    position: relative;
}

.testimonial img {
    display: block;
    border-radius: 100%;
}

blockquote {
    font-size: 1rem;
}

blockquote cite {
    display: block;
    margin-bottom: 1rem;
    font-family: TitilliumWeb, Arial, sans-serif;
    font-size: 1.375rem;
    line-height: 1.15;
    font-style: normal;
    font-weight: 700;
}

blockquote cite span {
    display: block;
    color: #6caf2d;
}

/*
    Mediabox
*/

.mediabox {
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    padding-left: 160px;
    font-size: .875rem;
    color: inherit;
    background: #f6f6f6;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.mediabox__figure {
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    width: 160px;
    margin: 0;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.mediabox__figure img {
    position: absolute;
    visibility: hidden;
    width: 0;
    height: 0;
    opacity: 0;
}

.mediabox__content {
    padding: 1rem;
    min-height: 145px;
}

.mediabox__content > *:last-child {
    margin-bottom: 0;
}

.mediabox__title {
    margin-bottom: .125rem;
    font-size: 1.125rem;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.mediabox__subtitle {
    display: block;
    margin-bottom: .25rem;
    font-size: .875rem;
    font-weight: 600;
    color: #020728;
}

.mediabox:hover {
    color: inherit;
    background: #f9f9f9;
    -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .18);
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .18);
}

/* COMPONENTS
================================================== */

/*
	Buttons
*/

.btn {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    font-family: TitilliumWeb, Arial, sans-serif;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn i {
    display: inline-block;
    margin-right: .25rem;
    vertical-align: middle;
}

.btn--sm {
    padding: .5rem 1rem;
    font-size: 1rem;
}

.btn--primary,
.btn--primary:focus {
    color: #fff;
    background: #6caf2d;
}

.btn--primary:hover,
.btn--primary:active {
    color: #fff;
    background: #164193;
}

.btn--secondary,
.btn--secondary:focus {
    color: #fff;
    background: #164193;
}

.btn--secondary:hover,
.btn--secondary:active {
    color: #fff;
    background: #6caf2d;
}

/*
    Titles
*/

.section-title {
    font-size: 2.5rem;
}

/*
    Lists
*/

.list-icons {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1rem;
    padding: 0;
    font-size: 1.5rem;
    color: #fff;
}

.list-icons li {
    margin: 0 1rem 1rem 0;
}

.list-icons li a {
    display: block;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.list-icons li a,
.list-icons li a:focus {
    color: #fff;
}

.list-icons li a:hover {
    color: #6db12d;
}

.list-icons--zoom {
    font-size: 1.125rem;
}

.list-icons--zoom li a:hover {
    color: #fff;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.list-icons--bg {
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1rem 1rem 0;
    background: #6caf2d;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.list-icons--bg:hover {
    background: #164193;
}

/*
    Labels
*/

.label {
    display: inline-block;
    padding: .125rem .75rem;
    text-transform: uppercase;
    font-family: TitilliumWeb, Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    background: #020728;
}

/*
    Partner
*/

.partner {
    display: inline-block;
    filter: grayscale(1);
    -webkit-transition: filter .4s;
    transition: filter .4s;
}

.partner img.wp-post-image {
    max-height: 200px;
    width: auto;
}

.partner:hover {
    filter: grayscale(0);
}

.partner--invert {
    filter: grayscale(0);
}

.partner--invert:hover {
    filter: grayscale(1);
}

/*
    Breadcrumbs
*/

.breadcrumb {
    margin-bottom: 2rem;
    padding: 0;
    border: 0;
    background-color: transparent;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: inherit;
}

.breadcrumb a {
    text-decoration: underline;
    color: inherit;
}

.breadcrumb a:hover {
    text-decoration: none;
}

/*
    Pagination
*/

.pagination {
    margin-bottom: 2rem;
    justify-content: center;
}

.nav-links ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

li .page-numbers {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: #020728;
}

.page-numbers a {
    text-decoration: underline;
}

.page-numbers a:hover {
    text-decoration: none;
}

.page-numbers.pagination-prev,
.page-numbers.pagination-next {
    text-decoration: none;
    color: #020728;
    background: #6caf2d;
}

.page-numbers.pagination-prev:hover,
.page-numbers.pagination-next:hover {
    color: #fff;
    background: #164193;
}

.page-numbers.pagination-prev i,
.page-numbers.pagination-next i {
    vertical-align: middle;
}

.page-numbers.current {
    color: #6caf2d;
}

/* GLOBALS
================================================== */

.miw--280 {
    min-width: 280px;
}

.bg--primary {
    background-color: #6caf2d;
}

.bg--secondary {
    background-color: #164193;
}

.bg--gray {
    background-color: #f6f6f6;
}

.mt--10 {
    margin-top: 10px;
}

.mt--20 {
    margin-top: 20px;
}

.mt--30 {
    margin-top: 30px;
}

.mt--40 {
    margin-top: 40px;
}

.mt--50 {
    margin-top: 50px;
}

.mt--60 {
    margin-top: 60px;
}

.mt--70 {
    margin-top: 70px;
}

.mt--80 {
    margin-top: 80px;
}

.mt--90 {
    margin-top: 90px;
}

.mt--100 {
    margin-top: 100px;
}

.mt--110 {
    margin-top: 110px;
}

.mt--120 {
    margin-top: 120px;
}

.mt--130 {
    margin-top: 130px;
}

.mt--140 {
    margin-top: 140px;
}

.mt--150 {
    margin-top: 150px;
}

.mb--10 {
    margin-bottom: 10px;
}

.mb--20 {
    margin-bottom: 20px;
}

.mb--30 {
    margin-bottom: 30px;
}

.mb--40 {
    margin-bottom: 40px;
}

.mb--50 {
    margin-bottom: 50px;
}

.mb--60 {
    margin-bottom: 60px;
}

.mb--70 {
    margin-bottom: 70px;
}

.mb--80 {
    margin-bottom: 80px;
}

.mb--90 {
    margin-bottom: 90px;
}

.mb--100 {
    margin-bottom: 100px;
}

.mb--110 {
    margin-bottom: 110px;
}

.mb--120 {
    margin-bottom: 120px;
}

.mb--130 {
    margin-bottom: 130px;
}

.mb--140 {
    margin-bottom: 140px;
}

.mb--150 {
    margin-bottom: 150px;
}

.pt--10 {
    padding-top: 10px;
}

.pt--20 {
    padding-top: 20px;
}

.pt--30 {
    padding-top: 30px;
}

.pt--40 {
    padding-top: 40px;
}

.pt--50 {
    padding-top: 50px;
}

.pt--60 {
    padding-top: 60px;
}

.pt--70 {
    padding-top: 70px;
}

.pt--80 {
    padding-top: 80px;
}

.pt--90 {
    padding-top: 90px;
}

.pt--100 {
    padding-top: 100px;
}

.pt--110 {
    padding-top: 110px;
}

.pt--120 {
    padding-top: 120px;
}

.pt--130 {
    padding-top: 130px;
}

.pt--140 {
    padding-top: 140px;
}

.pt--150 {
    padding-top: 150px;
}

.pb--10 {
    padding-bottom: 10px;
}

.pb--20 {
    padding-bottom: 20px;
}

.pb--30 {
    padding-bottom: 30px;
}

.pb--40 {
    padding-bottom: 40px;
}

.pb--50 {
    padding-bottom: 50px;
}

.pb--60 {
    padding-bottom: 60px;
}

.pb--70 {
    padding-bottom: 70px;
}

.pb--80 {
    padding-bottom: 80px;
}

.pb--90 {
    padding-bottom: 90px;
}

.pb--100 {
    padding-bottom: 100px;
}

.pb--110 {
    padding-bottom: 110px;
}

.pb--120 {
    padding-bottom: 120px;
}

.pb--130 {
    padding-bottom: 130px;
}

.pb--140 {
    padding-bottom: 140px;
}

.pb--150 {
    padding-bottom: 150px;
}

/* ANIMATIONS
================================================== */

.scroll-anim {
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.visibility-visible {
    opacity: 1;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

/* RESPONSIVE
================================================== */

/*
	XS
*/

@media screen and (max-width: 575px) {

    .carousel-nav-outside .swiper-button-next,
    .carousel-nav-outside .swiper-container-rtl .swiper-button-prev {
        right: -10px;
    }

    .carousel-nav-outside .swiper-button-prev,
    .carousel-nav-outside .swiper-container-rtl .swiper-button-next {
        left: -10px;
    }

}

/*
	SM and down
*/

@media screen and (max-width: 767px) {

    .hero.swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 40px;
    }

}

/*
	MD and down
*/

@media screen and (max-width: 991px) {


    .partner img {
        width: auto;
        max-height: 60px;
    }

    .entry figure {
        width: 100%;
    }

}

/*
	MD and up
*/

@media screen and (min-width: 992px) {

    .btn:not(.btn--sm) {
        font-size: 1.5rem;
    }

    .hero--fullscreen {
        padding-bottom: 120px;
    }

    .hero--fullscreen .hero__carousel.swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 90px;
    }

    .hero__title {
        font-size: 4.375rem;
    }

}

/*
	LG and down
*/

@media screen and (max-width: 1199px) {

    /*
        Navigation
    */
    .menu--active {
        overflow: hidden;
    }

    .menu--active .mobile-menu__layer {
        visibility: visible;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: .8;
    }

    .mobile-menu__btn {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        font-size: 28px;
        text-align: center;
    }

    .mobile-menu__btn,
    .mobile-menu__btn:hover,
    .mobile-menu__btn:focus,
    .mobile-menu__btn:active {
        color: #fff;
    }

    .menu {
        position: fixed;
        overflow: auto;
        visibility: hidden;
        z-index: 2;
        top: 0;
        bottom: 0;
        left: 0;
        width: 250px;
        padding-top: .75rem;
        font-weight: 700;
        font-size: 1.125rem;
        font-family: TitilliumWeb, Arial, sans-serif;
        background: #020728;
        opacity: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-transform: scale(1, 1.125) translate(-100%, 0);
        transform: scale(1, 1.125) translate(-100%, 0);
        -webkit-transition: all .4s;
        transition: all .4s;
    }

    .menu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .menu a {
        display: block;
        padding: .75rem 2rem;
        color: #fff;
    }

    .menu .active > a {
        color: #6caf2d;
    }

    .menu ul ul {
        padding-left: 2rem;
        font-size: .875rem;
    }

    .menu--active .menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-box-shadow: 0 0 3rem rgba(0, 0, 0, .2) translate(0, 0);
        box-shadow: 0 0 3rem rgba(0, 0, 0, .2) translate(0, 0);
    }

    .menu--active .top-bar {
        z-index: 1000;
    }

}

/*
	MD and up
*/

@media screen and (min-width: 992px) {

    /*
        Entry
    */
    .entry h1 {
        font-size: 2.75rem;
        color: #6caf2d;
    }

    .entry h2 {
        font-size: 2.5rem;
    }

    .entry h3 {
        font-size: 2.25rem;
    }

    .entry h4 {
        font-size: 2rem;
    }

    .entry h5 {
        font-size: 1.5rem;
    }

    .entry h6 {
        font-size: 1rem;
    }

}

/*
	LG and up
*/

@media screen and (min-width: 1200px) {

    /*
        Header
    */
    .header {
        padding-top: 40px;
    }

    .header--fixed {
        padding-top: 10px;
    }

    .header__logo {
        height: 112px;
    }

    .header--fixed .header__logo {
        height: 60px;
    }

    /*
        Navigation
    */
    .menu ul {
        margin-bottom: 0;
        padding: 0;
        font-size: 16px;
        font-weight: 600;
        font-family: TitilliumWeb, Arial, sans-serif;
        text-align: right;
        list-style-type: none;
    }

    .menu li {
        position: relative;
    }

    .menu li:last-child {
        margin-right: 0;
    }

    .menu li a {
        position: relative;
        display: block;
        color: #fff;
    }

    .menu li:hover > a,
    .menu li.active > a {
        color: #6caf2d;
    }

    .menu > ul > li {
        display: inline-block;
        margin-right: 35px;
    }

    .menu > ul > li > a {
        padding: 25px 0;
    }

    .menu > ul > li a:after {
        position: absolute;
        content: "";
        visibility: hidden;
        bottom: 7px;
        left: 50%;
        width: 10px;
        height: 10px;
        margin-left: -5px;
        background: #6caf2d;
        opacity: 0;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-transition: all .4s;
        transition: all .4s;
    }

    .menu > ul > li:hover > a:after,
    .menu > ul > li.active > a:after {
        visibility: visible;
        opacity: 1;
    }

    .menu ul ul {
        position: absolute;
        visibility: hidden;
        top: 100%;
        left: 50%;
        width: 220px;
        text-align: left;
        background: #000;
        opacity: 0;
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .5);
        box-shadow: 0 10px 20px rgba(0, 0, 0, .5);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -webkit-transition: all .4s;
        transition: all .4s;
    }

    .menu ul li:hover > ul {
        visibility: visible;
        opacity: 1;
    }

    .menu ul ul a {
        display: block;
        padding: .25rem 1rem;
        font-size: 1rem;
        font-weight: 400;
        border-bottom: 3px solid #68a82b;
        -webkit-transition: all .4s;
        transition: all .4s;
    }

    .menu ul ul li:hover > a {
        margin-right: -1.5rem;
        padding-right: 2.5rem;
        color: #fff;
        background: #164193;
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .5);
        box-shadow: 0 10px 20px rgba(0, 0, 0, .5);
    }

    /*
        Footer
    */
    .footer .widget.widget_nav_menu ul.menu,
    .footer__menu {
        font-size: 1.4rem;
    }

    /*
        Hero
    */
    .hero {
        padding-top: 200px;
    }

}

/*
	XL and up
*/

@media screen and (min-width: 1300px) {


    .carousel-nav-outside .event-carousel .swiper-button-prev,
    .carousel-nav-outside .event-carousel .swiper-container-rtl .swiper-button-next {
        left: -60px;
    }

    .carousel-nav-outside .event-carousel .swiper-button-next,
    .carousel-nav-outside .event-carousel .swiper-container-rtl .swiper-button-prev {
        right: -60px;
    }

}

/* KEYFRAMES
================================================== */

/* Fade In */

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Fade In Up */

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate(0, 10%);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
    }
}

/* Fade In Right */

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate(10%, 0);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate(10%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
    }
}

/* Fade In Left */

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate(-10%, 0);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate(-10%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
    }
}
