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

  Table of Contents

  Common Styles
  Misc Styles
  Buttons
  Navbar
  Aside
  Fullscreen
  Home Slider
  Page Title
  Boxes
  Team
  Woocommerce
  Photo Gallery
  Timeline
  Blog
  Footer
  Widget
  Modal
  Animations
  Bootstrap
  WPBakery
  Formidable
  Helpers

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

/*
  Common Styles
*/

:root {
    --main-font: "Open Sans",helvetica,"helvetica neue",arial,sans-serif;
    --heading-font: "Open Sans",helvetica,"helvetica neue",arial,sans-serif;
	--font-family-serif: serif,"IBM Plex Sans Arabic",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
    --primary-color: #18214C;
    --secondary-color: #F9AE21;
	--accessible-color: #ffd250;
	--bs-heading-color: #18214C;
    --text-color: #18214C;
	--dark-color: #161616;
    --light: #F2F2F2;
    --dark: #343a40;
    --mb: 32px;
	--gutter: 16px;
	--radius: 4px;
	--bs-border-width: 2px;
	--bs-body-color: #161616;
	--bs-body-bg: white;
}

* {
    min-height: 0;
    min-width: 0;
}

@media only screen and (max-width: 480px) {
    html {
        font-size: 100%;
    }
}

@media only screen and (max-width: 768px) {
    html {
        font-size: 100%;
    }
}

@media only screen and (max-width: 960px) {
    html {
        font-size: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    html {
        font-size: 100%;
    }
}

@media only screen and (max-width: 1280px) {
    html {
        font-size: 100%;
    }
}

body {
    font-family: var(--main-font);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--text-color);
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5;
}

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

::-moz-selection {
    background-color: #1f1f1f;
    color: #fff;
}

::selection {
    background-color: #1f1f1f;
    color: #fff;
}

:focus-visible {
    outline: var(--accessible-color) auto 1px;
}

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

a {
    color: var(--secondary-color);
	opacity: 1;
}

a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

a:focus,
a:focus-visible {
    color: rgb(14, 14, 15);
	background-color: var(--accessible-color);
    text-decoration: none;
	outline: none;
}

a.small-link {
    font-family: var(--main-font);
    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: var(--secondary-color) !important;
}

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

a.white-text:hover {
    color: var(--secondary-color);
}

a.arrow-link {
    font-family: var(--main-font);
    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;
}

dd {
    margin-bottom: 20px;
}

.mark,
mark {
    position: relative;
    padding: 0;
    background-color: transparent;
    color: #1c1e1b;
}

.mark::after,
mark::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--secondary-color);
}

ul {
    list-style: disc;
}

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

.arrow-list>li {
    position: relative;
    padding: 3px 0 0 22px;
}

.arrow-list>li:before {
    position: absolute;
    top: 5px;
    left: 0;
    font-family: 'dashicons';
    content: "\f345";
    vertical-align: middle;
    font-size: 16px;
    margin-right: 10px;
    color: var(--secondary-color);
}

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

ol {
    padding-left: 15px;
}

select {
    max-width: 100%;
}

.table {
    font-size: 16px;
    color: #333;
    background-color: #fff;
}

.table>thead>tr>th {
    color: #1f1f1f;
    border-bottom: 1px solid #e7e7e7;
    font-family: var(--main-font);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
}

.table .thead-dark th {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: #e7e7e7;
}

iframe {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    line-height: 1.3;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;

}

h2 {
    padding-bottom: 0;
}

h5 {
    margin-top: 0.5rem;
    margin-bottom: 0.8rem;
}

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

.lead {
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 29px;
    color: #333;
}

blockquote {
    position: relative;
    color: #333;
    font-size: 1.125rem;
    padding-left: 25px;
    margin-bottom: 1rem;
}

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

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

blockquote footer {
    color: inherit;
    font-family: var(--main-font);
}

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: #fff;
    overflow-x: hidden;
}

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

#breadcrumbs {
	text-align: center;
	margin-bottom: 0;
}

#breadcrumbs a {
    color: var(--text-color);
	font-weight: 700;
	text-decoration: none;
}

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

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

    .archive #content.site-content>.container,
    .single #content.site-content>.container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .vc_column_container.pd-lg>.vc_column-inner {
        border-left: 1px solid #e3e9ee;
        padding-left: 70px;
        margin-left: 30px;
    }
}

@media (max-width: 991.98px) {
	.vc_row.two-col-sm > .vc_column_container > .vc_column-inner > .wpb_wrapper {
		display: flex;
		gap: 1rem;
	}
}

.entry-content li {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.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;
}

.vc_row.vc_row-o-equal-height > .vc_column_container.full-height >.vc_column-inner {
    height: 100% !important;
}

@media (min-width: 992px) {

    .vc_row.vc_row-o-equal-height>.vc_column_container .wpb_wrapper,
    .vc_row.vc_row-o-equal-height>.vc_column_container .click-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	-ms-flex-direction: column;
    	flex-direction: column;
    }
}

@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;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 10;
}

@media (min-width: 992px) {
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

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

section.content-area {
    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;
}

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

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

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

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

.vc_row.vc_row-flex {
    padding-top: 0;
    padding-bottom: 0;
}

.white-bg {
    background-color: white !important;
}

.primary-bg {
    background-color: var(--primary-color) !important;
}

.secondary-bg {
    background-color: var(--secondary-color) !important;
}

.default-bg {
    background-color: white !important;
}

.grey-bg {
    background-color: #f3f2f1 !important;
}

.dark-bg {
    background-color: #1f1f1f !important;
    color: #fff;
}

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

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

h1,
.title h1 {
    font-size: 2.5rem;
}

@media (max-width: 767.98px) {

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

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

@media (max-width: 767.98px) {

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

h3,
.title h3 {
    font-size: 3rem;
}

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

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

@media (max-width: 767.98px) {

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

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

.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: var(--secondary-color);
    clear: both;
    color: #fff;
}

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

.title .top-title {
    font-size: 1rem;
	font-weight: 700;
	color: var(--primary-color);
    margin: 0 0 1rem 0;
}

.title .subtitle {
    font-size: 1.5rem;
	color: var(--primary-color);
    margin: 0;
}

.simple-link {
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 700;
}

.simple-link a {
    position: relative;
    display: inline-block;
	color: inherit;
	font-size: 1.125rem;
    line-height: 1;
    font-weight: 700;
	text-decoration: none;
	opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.simple-link a:hover,
.simple-link a:focus {
	color: rgb(14, 14, 15);
	opacity: 1;
    text-decoration: none;
}

.simple-link a .link-arrow {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-left: 2px;
}

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

.simple-link .link-arrow i {
    width: 20px;
	height: 20px;
	line-height: 1;
    vertical-align: baseline;
}

.img-wrapper {
    position: relative;
    margin-bottom: 50px;
    z-index: 1090;
}

.ov-v .slick-list {
    overflow: visible;
}

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

@media (max-width: 991.98px) {
    .video-wrapper {
        position: relative;
        margin-top: 50px;
        z-index: 10;
    }
}

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

@media (max-width: 991.98px) {
    .video-wrapper .video-player {
        position: relative;
    }
}

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

@media (max-width: 991.98px) {
    .video-wrapper .video-player video {
        position: relative;
        display: block;
    }
}

#home-slider .video-wrapper .wrapper-overlay {
    background: rgba(71, 133, 137, 0.5);
}

.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 (min-width: 992px) {
    .video-wrapper .fallback-bg {
        display: none;
    }
}

.parallax-section.text-light h1,
.parallax-section.text-light h2,
.parallax-section.text-light h3,
.parallax-section.text-light h4,
.parallax-section.text-light h5,
.parallax-section.text-light h6,
.parallax-section.text-light p {
    color: #252525;
}

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

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
    box-shadow: 0.5rem 0.5rem #ccc !important;
}

@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;
    }
}

.wcag-skip-links {
    width: 100%
}

.wcag-skip-link {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.wcag-skip-link:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    width: auto;
    z-index: 1
}

.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: var(--secondary-color);
}

.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;
    }
}

.vc_row.vc_row-o-equal-height {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

.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: #1f1f1f;
    font-family: var(--main-font);
    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: var(--secondary-color);
}

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

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

.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: #1f1f1f;
}

.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: var(--main-font);
    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: #1f1f1f;
}

@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 #1f1f1f;
    color: #1f1f1f;
    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: var(--main-font);
    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: var(--secondary-color);
    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 #1f1f1f;
    border-radius: 50%;
    line-height: 76px;
    color: #1f1f1f;
    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: #1f1f1f;
    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);
}

.testimonial-single {
	display: flex;
	flex-direction: column;
    align-self: stretch;
	justify-content: space-between;
	gap: 1.5rem;
	padding: 2rem 2rem;
	background-color: white;
	border-radius: 16px;
	border: 1px solid hsla(0, 0%, 51%, .25);
}

.testimonial-single .testimonial-content p {
	font-size: 1.125rem;
}

.testimonial-single .testimonial-footer {
	display: flex;
	flex-direction: row;
    align-self: stretch;
    align-items: center;
	gap: 1rem;
	margin-top: 2rem;
}

.testimonial-single .testimonial-footer img {
	width: 40px;
    border-radius: 50%;
}

.testimonial-single .testimonial-footer .footer-items {
	display: flex;
    align-self: stretch;
	flex: 1 1 auto;
    flex-direction: column;
}

.testimonial-single .testimonial-footer .footer-items span {
	font-size: .875rem;
}

.testimonials-slider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    background-color: transparent;
    border-radius: 16px;
    padding: 2rem 2rem;
    opacity: 1;
    overflow: hidden;
    transition-duration: .15s;
    transition-property: all;
}

.testimonials-slider .slick-track {
    display: flex !important;
}

.testimonials-slider .slick-slide {
    height: inherit !important;
}

.testimonials-slider.slick-initialized .slick-slide {
    display: flex;
}

.testimonials-slider .testimonial-content {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 50px;
    max-width: none;
    margin: 5px auto;
    text-align: left;
}

@media (max-width: 991.98px) {
    .testimonials-slider .testimonial-content {
        align-items: flex-start;
        padding: 0;
    }
}

.testimonials-slider .testimonial-comment {
	gap: 1rem;
}

@media (min-width: 992px) {
    .testimonials-slider .testimonial-comment {
        gap: 1.5rem;
    }
}

.testimonials-slider .testimonial-comment >i {
	width: 48px;
    height: 48px;
    font-size: 48px;
}

.testimonials-slider .testimonial-comment>h4 {
    color: #333;
}

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

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

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

.slick-prev:before,
.slick-next:before {
    color: #252525;
}

.gallery-control .slick-prev:before,
.gallery-control .slick-next:before {
    color: #fff;
}

.slick-slider:not(#home-slider):not(#product-slider-nav) .slick-prev,
.slick-slider:not(#home-slider):not(#product-slider-nav) .slick-next {
    color: #252525;
    -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: var(--secondary-color);
    text-decoration: none;
}

.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 {
	float: none;
    outline: none;
}

.slick-slide >div {
    flex: 1;
}

.slick-slide img {
	border-radius: 8px;
}

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

.entry-content .slick-dots {
    margin: 16px auto 0;
}

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

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

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

.slick-dots>li.slick-active>button {
    background-color: var(--primary-color);
}

.dark-dots .slick-dots>li.slick-active>button {
    background-color: rgba(37, 37, 37, 1);
}

.white-dots .slick-dots>li.slick-active>button,
.parallax-section .slick-dots>li.slick-active>button {
    background-color: rgba(255, 255, 255, 1);
}

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

.accordion {
	display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.accordion-item {
    background-color: transparent;
    border: none;
	border-radius: 0;
    margin-bottom: 0;
}

.accordion-item:first-of-type {
	border-radius: 0;
}

.accordion-title {
    position: relative;
    cursor: pointer;
	margin: 0;
    padding: 0;
	padding-right: 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.accordion-title:before {
    content: "\eb37";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    font-family: Unicons;
    width: 24px;
    height: 24px;
    font-size: 24px;
    text-transform: none;
    line-height: 1;
    transform: translateY(-50%) rotate(0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: transform .2s ease;
    background-color: hsla(0, 0%, 61%, .25);
    border-radius: 100%;
}

.accordion>.accordion-item.active .accordion-title:before {
	transform: translateY(-50%) rotate(45deg);
}

.accordion-title h4 {
    font-weight: 500;
    font-size: 1.25rem;
	line-height: 1.4;
	margin: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

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

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

.category-list {
    display: block;
    position: relative;
    padding: 30px 30px;
    font-size: 1rem;
    line-height: 22px;
    color: white;
    text-align: left;
    background-color: var(--primary-color);
}

.category-list h4 {
    color: white;
    margin-bottom: 1rem;
}

.category-list>ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.entry-content .category-list>ul {
    margin-bottom: 0;
}

.category-list>ul>li {
    position: relative;
    left: 0;
    padding: 6px 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.category-list>ul>li:last-child {
    margin-bottom: 0;
}

.category-list>ul>li:hover,
.category-list>ul>li.current {
    left: 10px;
}

.category-list>ul>li:before {
    content: "\f344";
    font-family: dashicons;
    display: inline-block;
    line-height: 22px;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 22px;
    height: 22px;
    font-size: 18px;
    vertical-align: top;
    text-align: center;
    margin-right: 5px;
    transition: color .1s ease-in;
}

.category-list>ul>li a {
    color: #FFF;
}

.category-list>ul>li.current a {
    color: #FFF;
    text-decoration: underline;
}

.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: var(--main-font);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 500;
    color: #787878;
}

.tagcloud a:hover,
.post-tags a:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    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: #1f1f1f;
    box-shadow: none;
}

.progress-bar.colored {
    background-color: var(--secondary-color);
}

.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;
}

@media (max-width: 991.98px) {
    .carousel-wrapper {
        margin-bottom: 50px;
    }
}

.carousel {
    max-width: 100%;
}

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

.carousel .slick-slide {
    height: inherit !important;
}

.carousel .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

.carousel.offset .slick-list {
    padding: 0 16.666667% 0 0 !important;
}

.carousel.offset.offset-left .slick-list {
    padding: 0 0 0 16.666667% !important;
}

.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 .event-item {
    padding-left: 8px;
    padding-right: 8px;
}

.carousel .event-item .event-detail {
    display: flex;
    flex-direction: column;
	height: 100%;
}

#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: 500;
}

.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: #1f1f1f;
}

.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%, var(--secondary-color) 100%);
    background: linear-gradient(90deg, #cf93ff 0%, var(--secondary-color) 100%);
}

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

.client-carousel .wpb_single_image .vc_figure {
    display: block;
    line-height: 60px;
    margin: 0 auto;
    padding: 0 0;
}

.client-carousel .wpb_single_image .vc_figure img {
    display: inline-block;
    max-height: 100px;
    width: auto;
    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;
    backface-visibility: hidden;
    -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: #1f1f1f;
}

.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: 16px;
    width: 60px;
    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 {
	text-decoration: none;
}

.social-list >li >a i {
	display: inline-block;
    width: 60px;
    height: 60px;
    white-space: nowrap;
    font-size: 60px;
    line-height: 1;
}

.social-list >li.social-facebook >a {
	color: #0866FF;
}

.social-list >li.social-youtube >a {
	color: #ff0000;
}

.social-list >li >a:hover i {
    color: var(--primary-color);
}

.social-list >li >a i.dashicons-twitter::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(./images/x-logo.svg);
    background-repeat: no-repeat;
    background-size: 80% 80%;
    background-position: center;
	--svg-color: black;
}

.social-list>li >a:hover i.dashicons-twitter::before  {
	background-image: url(./images/x-logo-hover.svg);
}

.social-list >li >a i.dashicons-flickr:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(./images/flickr-logo-colour.svg);
    background-repeat: no-repeat;
    background-size: 80% 80%;
    background-position: center;
	--svg-color: black;
}

.social-list>li >a:hover i.dashicons-flickr::before  {
	background-image: url(./images/flickr-logo-hover.svg);
}

.feature-box {
    position: relative;
    background-color: rgba(245, 238, 233);
	border-radius: 16px;
	padding: 2rem 2rem;
	opacity: 1;
    overflow: hidden;
	transition-duration: .15s;
	transition-property: all;
}

@media (max-width: 991px) {
    .feature-box {
        margin: 50px auto;
    }
}

.feature-box.is-hover:hover {
    opacity: 1;
    background-color: var(--primary-color) !important;
	color: white;
	transform: scale(1.05);
}

.feature-box img {
	margin-bottom: 2rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

@media (min-width: 992px) {
	.feature-box .hstack img {
		margin-bottom: 0;
	}
}

.feature-box.is-hover:hover h1,
.feature-box.is-hover:hover h2,
.feature-box.is-hover:hover h3,
.feature-box.is-hover:hover h4,
.feature-box.is-hover:hover h5,
.feature-box.is-hover:hover h6 {
	color: white;
}

.feature-box .hstack,
.feature-box .vstack {
    display: flex;
}

.feature-box .vstack {
    flex: 1 1 auto;
    flex-direction: column;
}

.feature-box .hstack {
    flex-direction: row;
    align-items: center;
}

.feature-box .hstack >* {
    flex: 1;
}

.feature-box .cstack {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 96px;
    width: 96px;
    background-color: rgba(14, 14, 15, 0.05);
    border-radius: 50%;
    margin: 0 auto 2rem auto;
}

.feature-box .cstack i {
    width: 48px;
    height: 48px;
    font-size: 48px;
    line-height: 1;
}

.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: var(--secondary-color);
}

.form-trial {
	margin-top: 1rem;
}

.form-trial >div {
    flex: 1 1;
}

.form-trial .col-sm-auto {
	padding: 0;
}

@media (min-width: 576px) {
    .form-trial .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
}

.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: #1f1f1f !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;
}

.wpb_content_element {
    margin-bottom: 0;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: var(--secondary-color);
}

.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 {
    width: 100%;
    padding: 5px;
    border: 0 !important;
}

.wcag-site-name {
    color: var(--primary-color);
    font-family: var(--main-font);
    font-weight: 700;
    font-size: 1.25rem;
}

.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-title {
    padding: 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #fff;
}

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 600px;
        margin: 30px auto;
    }
}

@media (min-width: 992px) {
    .modal-dialog {
        width: 50%;
        max-width: none;
    }
}

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

.modal-header {
    position: relative;
}

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

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75;
    outline: none;
}

.modal-popup .modal-header {
    padding-left: 30px;
    padding-right: 30px;
    background-color: #4b8085;
    color: #fff;
}

.modal-popup .modal-body {
    font-size: 14px;
    line-height: 1.6;
    padding: 30px;
}

.modal-popup .modal-body ul {
    font-size: 14px;
    line-height: 22px;
    color: #4b8085;
}

.modal-popup .modal-body ul li {
    margin-bottom: 0.25rem;
}

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

/*
    Misc Styles
  */
.feature {
    position: relative;
    display: flex;
    flex-flow: row;
    align-items: center;
    text-align: left;
    padding-bottom: 15px;
    margin-top: 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid #4b8085;
}

@media (max-width: 991.98px) {
    .feature {
        margin-top: 15px;
    }
}

.feature:first-child {
    padding-top: 25px;
    margin-top: 0;
}

.feature:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.casestudy .feature:first-child {
    padding-top: 0;
}

.feature-number+.feature-name {
    flex: 1;
    margin-left: 25px;
}

.feature-number h5 {
    font-size: 45px;
    margin-top: 0;
    color: #4b8085;
    margin-bottom: 0;
    padding-bottom: 0;
}

.feature-name h5 {
    font-weight: 400;
    font-size: 1.25rem;
    color: #4b8085;
    margin-bottom: 0;
    padding-bottom: 0;
}

@media (max-width: 991.98px) {
    .feature-name h5 {
        font-weight: 500;
        font-size: 18px;
    }
}

.casestudy .feature-name h5 {
    color: #4b8085;
}

.feature-number+.feature-name h5 {
    color: #666666;
    font-size: 16px;
}

.nolink .feature-name h5,
.feature-name a {
    color: #004985;
}


/*
    Buttons
*/

.btn {
    position: relative;
    padding: 0 30px;
    height: 50px;
    line-height: 48px;
    border-radius: 45px;
    border-width: 2px;
    font-family: var(--heading-font);
    font-size: 1.125rem;
    font-weight: 500;
	color: var(--primary-color);
	text-transform: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden
}

.btn:focus {
	color: var(--dark-color);
	background-color: var(--accessible-color);
	border-color: var(--dark-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.btn:focus-visible {
    color: var(--dark-color);
    background-color: var(--accessible-color);
    border-color: var(--dark-color);
    box-shadow: none;
}

.btn:hover {
	color: var(--secondary-color);
	text-decoration: none;
}

.btn:active,
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
	background-color: var(--secondary-color);
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    outline: none
}

.btn:active:focus {
    outline: none
}

.input-group-btn .btn:hover,
.input-group-btn .btn:active {
    -webkit-transform: none;
    transform: none
}

.btn.upper {
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.05em
}

.btn.no-radius {
    border-radius: 0
}

.btn.btn-round {
    border-radius: 50px
}

.btn-block {
	width: 100%;
}

.btn.btn-circle {
    border-radius: 100px;
    height: 75px;
    width: 75px;
    line-height: 73px !important;
    padding: 0 !important;
    font-size: 20px
}

.btn.btn-circle.btn-lg {
    width: 90px;
    height: 90px;
    line-height: 88px !important
}

.btn.btn-circle.btn-lg>i {
    font-size: 28px
}

.btn.btn-circle.btn-sm {
    width: 50px;
    height: 50px;
    line-height: 48px !important
}

.btn.btn-circle.btn-sm>i {
    font-size: 18px
}

.btn.btn-circle.btn-xs {
    width: 40px;
    height: 40px;
    line-height: 38px !important
}

.btn.btn-circle.btn-xs>i {
    font-size: 18px
}

.btn.btn-circle>i {
    margin: 0
}

.btn-shadow {
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07000000000000001);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07000000000000001)
}

.btn-shadow:hover {
    -webkit-box-shadow: 0 8px 26px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.1)
}

.btn.btn-gradient:hover:after {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.btn.btn-light-out,
.btn.btn-color-out,
.btn.btn-dark-out,
.btn.btn-bordered {
    line-height: 48px;
    border-width: 1px
}

.btn.btn-light-out:after,
.btn.btn-light:after {
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0, 0, 0, 0.13)), to(transparent));
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.13), transparent)
}

.btn+.btn:not(.btn-block) {
    margin-left: 15px
}

.btn>i {
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
    font-size: 18px
}

.btn>i:before {
    vertical-align: middle
}

.btn>i.align-left {
    margin-left: 0;
    margin-right: 10px
}

.btn-primary {
    color: #FFF;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:hover {
    color: white;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    box-shadow: none;
}

.btn-secondary {
    color: #FFF;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-secondary:hover,
.btn-secondary:focus {
    color: #fff;
    background-color: #1f1f1f;
    border-color: #1f1f1f;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #1f1f1f;
    border-color: #1f1f1f;
}

.btn-dark {
    color: #fff;
    background-color: var(--primary-color);
}

.btn-dark:hover,
.btn-dark:active {
    color: #fff;
    background-color: var(--secondary-color);
}

.btn-dark:focus {
    color: #fff
}

.btn-dark-out {
    color: #1f1f1f;
    border-color: #1f1f1f;
    background-color: transparent
}

.btn-dark-out:hover,
.btn-dark-out:active {
    background-color: #1f1f1f;
    border-color: #1f1f1f;
    color: #fff
}

.btn-light {
    color: var(--primary-color);
    background-color: white;
}

.btn-light:hover,
.btn-light:active {
    background-color: #fff;
    color: #1f1f1f
}

.btn-light:focus {
    color: #1f1f1f;
}

.btn-light-out {
    color: var(--primary-color);
    border-color: white;
    background-color: transparent
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: var(--primary-color);
    background-color: white;
    border-color: white;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-light-out:hover,
.btn-light-out:active {
    background-color: #fff;
    border-color: #fff;
    color: #1f1f1f
}

.btn-color {
    color: #fff;
    background-color: var(--primary-color);
}

.btn-color:hover,
.btn-color:active {
    background-color: var(--secondary-color);
    color: #fff
}

.btn-color-out {
    color: #00c3da;
    border-color: #00c3da;
    background-color: transparent
}

.btn-color-out:hover,
.btn-color-out:active {
    background-color: #00c3da;
    border-color: #00c3da;
    color: #fff
}

.btn-color-out:focus {
    color: #00c3da
}

.btn-gradient {
    color: #fff;
    background: -webkit-linear-gradient(290deg, #00c3da 0%, #cf93ff 100%);
    background: linear-gradient(160deg, #00c3da 0%, #cf93ff 100%)
}

.btn-gradient:hover,
.btn-gradient:active {
    background: -webkit-linear-gradient(290deg, #00c3da 0%, #cf93ff 100%);
    background: linear-gradient(160deg, #00c3da 0%, #cf93ff 100%);
    color: #fff
}

.btn-gradient:focus {
    color: #fff
}

.btn-bordered {
    color: #1f1f1f;
    border-color: #dedede;
    background-color: transparent
}

.btn-bordered:hover,
.btn-bordered:active {
    background-color: #1f1f1f;
    border-color: #1f1f1f;
    color: #fff
}

.btn-custom {
    color: #fff;
    background-color: #ddd
}

.btn-custom: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
}

.btn-custom:hover:before {
    opacity: .15
}

.btn-custom:hover,
.btn-custom:active {
    color: #fff
}

.btn-custom:focus {
    color: #fff
}

.inline-icon-btn>h5 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.075em;
    margin: 0 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    vertical-align: middle
}

.btn.btn-sm {
    padding: 0 12px;
    font-size: 1rem;
    height: 40px;
    line-height: 40px;
}

.btn.btn-sm>i {
    font-size: 14px
}

.btn.btn-lg {
    padding: 0 45px;
    height: 58px;
    line-height: 58px;
    font-size: 15px
}

.btn.btn-lg.upper {
    font-size: 14px
}

.btn.btn-lg>i {
    font-size: 20px
}

.btn-block+.btn-block {
    margin-top: 15px
}

.inline-btn-container {
    display: inline-block
}

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

.btn-simple {
	background-color: transparent;
	padding: 0;
}

.btn-simple.btn-primary {
	color: var(--primary-color);
}

.btn-simple.btn-primary:hover,
.btn-simple.btn-primary:focus {
    color: var(--secondary-color);
    background-color: transparent;
}

.btn-simple.btn-secondary {
	color: var(--secondary-color);
}

.btn-simple.btn-secondary:hover,
.btn-simple.btn-secondary:focus {
    color: var(--secondary-color);
    background-color: transparent;
}

/*
 * Topbar
*/

.top-bar {
    display: flex;
    width: 100%;
    height: 44px;
    top: 0;
    left: 0;
    text-align: center;
    background-color: var(--dark-color);
    color: white;
    padding: 5px 0;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1090;
}

@media (max-width: 991.98px) {
    .top-bar {
        height: 60px;
    }
}

.top-bar span {
    width: 30px;
    flex-shrink: 0;
    margin-right: 5px;
}

.top-bar span >img
.top-bar .dashicons:before {
    width: 30px;
    height: 30px;
    font-size: 30px;
    vertical-align: text-top;
}

.top-bar .dashicons,
.top-bar .dashicons:before {
    width: 40px;
    height: 40px;
    font-size: 40px;
    vertical-align: text-top;
}

.top-bar p {
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    .top-bar p {
        font-size: 0.875rem;
    }
}

.top-bar a {
    color: var(--secondary-color);
}

.top-bar a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

/*
    Header
*/

.wcag-header {
	position: realtive;
    background-color: var(--primary-color);
    z-index: 100;
}

@media (min-width: 992px) {
    .wcag-header {
    	position: absolute;
        background-color: transparent;
    }
}

.wcag-header .logo {
    text-decoration: none;
}

.wcag-header .logo img {
    max-height: 100px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.wcag-header .logo .logo-light {
    opacity: 1;
    height: auto;
}

.wcag-header .logo .logo-dark {
    opacity: 0;
    height: 0;
}

@media (max-width: 991.98px) {
	.wcag-search-row {
    	display: none;
	}
}

.wcag-search-row .search-form {
    margin-left: auto;
}

@media (min-width: 992px) {
    .wcag-search-row .search-form {
        width: 55%;
    }
}

.open-search-form {
    position: relative;
	overflow: hidden;
}

.open-search-form .search-icon {
	display: inline-block;
    appearance: none;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    border: none;
    font-weight: 700;
    font-size: 1.125rem;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    color: var(--text-color);
    background: rgba(0, 0, 0, 0);
    border: solid 2px var(--dark-color);
	transition-property: background;
    transition-duration: .3s;
}

.open-search-form .search-icon:focus {
    outline: none;
    color: var(--text-color);
    border-color: var(--dark-color);
    background-color: var(--accessible-color);
}

.open-search-form .search-icon .searchbar-icon {
    font-size: 1.125rem;
}

.search-form.open {
    opacity: 1;
    visibility: visible
}

/*
    Navbar
*/

#wcag-navigation .navbar-nav > li > a {
    color: white;
    padding: .75rem .5rem;
    font-weight: 700;
    font-size: 1rem;
	border: 2px solid;
    border-color: rgba(0, 0, 0, 0);
}

@media (min-width: 768px) {
    #wcag-navigation .navbar-nav > li > a {
        padding: .75rem 1rem;
    }
}

#wcag-navigation .navbar-nav > li > a:hover {
    background-color: var(--dark-color);
    border-color: var(--dark-color);
    color: #fff;
	text-decoration: none;
}

#wcag-navigation .navbar-nav > li > a:active,
#wcag-navigation .navbar-nav > li > a:focus {
    background-color: #fff;
    color: #004b88;
    border: 2px solid #ffd250;
    outline: none;
    box-shadow: none;
}

#wcag-navigation .navbar-nav > li.menu-btn-item > a {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 25px;
    color: white;
}

.submenu {
    margin-left: 0;
}

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

.dropdown-menu {
    width: 200px;
    font-size: 1.125rem;
    color: #333;
    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: 50px;
    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: 50px;
    top: -8px;
    border-bottom: 9px solid #FFFFFF;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
    color: var(--secondary-color);
    text-decoration: none;
    background-color: #FFF;
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
    color: var(--secondary-color);
    text-decoration: none;
    background-color: #FFF;
}

.toggle-nav-menu {
	display: flex;
    align-items: center;
    margin-right: auto;
    gap: 8px;
}

.toggle-nav-menu .menu-text {
	color: white;
    font-family: var(--heading-font);
    font-size: 1.125rem;
    font-weight: 500;
}

.hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hamburger-box {
    position: relative;
    height: 50px;
    width: 32px;
}

.hamburger-inner {
    background-color: white;
    border-radius: 4px;
    display: block;
    height: 4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    width: 32px;
}

@media (min-width: 768px) {
    .hamburger-inner {
        background-color: white;
    }
}

.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(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.hamburger-inner:before {
    background-color: white;
    border-radius: 4px;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    top: -8px;
    -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: 32px;
}

@media (min-width: 768px) {
    .hamburger-inner:before {
        background-color: white;
    }
}

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

.hamburger-inner:after {
    background-color: white;
    border-radius: 4px;
    bottom: -8px;
    content: "";
    display: block;
    height: 4px;
    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: 32px;
}

@media (min-width: 768px) {
    .hamburger-inner:after {
        background-color: white;
    }
}

.hamburger.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom .1s ease-out, -webkit-transform .3s .14s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, -webkit-transform .3s .14s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, transform .3s .14s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, transform .3s .14s cubic-bezier(.215, .61, .355, 1), -webkit-transform .3s .14s cubic-bezier(.215, .61, .355, 1);
}

.book-now {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
	text-decoration: none;
}

/*
    Device Navigation
*/

#aside-nav {
	display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        width: 240px;
        background-color: #fff;
        z-index: 99999;
        border-right: 1px solid rgba(0, 0, 0, 0.05);
}

#aside-nav.aside-right {
        left: auto;
        right: 0;
        border-right: 0;
        border-left: 1px solid rgba(0, 0, 0, 0.05);
}

#aside-nav.aside-hidden {
        left: -240px;
-webkit-transition: all .3s ease;
        transition: all .3s ease;
}

    #aside-nav.aside-hidden.is-active {
        left: 0;
    }

#aside-nav.aside-hidden.aside-right {
        left: auto;
        right: -240px;
    }

    #aside-nav.aside-hidden.aside-right.is-active {
        right: 0;
    }

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

#aside-nav .navigation-menu {
	padding: 0;
}

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

#aside-nav .navigation-menu>li>a {
        color: #1f1f1f;
        font-size: 1.25rem;
        font-weight: 500;
        padding: 12px 35px;
        text-align: center;
    }

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

    #aside-nav .navigation-menu>li .submenu>li>a, #aside-nav .navigation-menu>li .sub-menu>li>a {
        display: block;
        color: #787878;
        font-weight: 400;
        font-size: 13px;
        padding: 5px 0;
        text-align: center;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

#aside-nav .navigation-menu .search-toggle {
	display: none;
}

/*
    Home Slider
  */
#home-slider {
    position: relative;
	min-height: 300px;
    background-color: transparent;
}

.slide-image {
	min-height: 300px;
}

.slide-image > img {
	width: 100%;
	height: 100%;
}

.slide-wrap {
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
}

@media (max-width: 991.98px) {
	.slide-wrap {
    	display: none;
	}
}

.slide-wrap .slide-content {
	position: relative;
	width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 991.98px) {
	.slide-wrap .slide-content {
    	display: none;
	}
}

.slide-wrap .slide-content >.container {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.slide-wrap .slide-content >.container > *:last-child {
	flex-shrink: 0;
}

.slide-container .slide-content >.container > *:last-child {
	display: none;
}

.slide-container {
    background-color: var(--primary-color);
}

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

.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: #1f1f1f;
}

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

@media (max-width: 991.98px) {
    .slide-arrows {
        display: none;
    }
}

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

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

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

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

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

.slide-arrows>button>.dashicons,
.slide-arrows>button>.dashicons:before {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 48px;
    z-index: 10;
}

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

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

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

.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: #1f1f1f;
}

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

/*
    Page Title
  */
#page-sub-header {
    position: relative;
    height: 600px;
    padding: 0;
    background-color: transparent;
    z-index: 10;
}

@media (max-width: 991.98px) {
    #page-sub-header {
        height: auto;
        padding: 0;
    }
}

.header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    overflow: hidden;
}

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

.header-bg .header-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(31, 31, 31, 0.55);
}

.header-wrap {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    background: transparent;
    color: #333;
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 991.98px) {
    .header-wrap {
        padding-bottom: 0;
        background: rgb(255, 255, 255);
    }
}

@media (min-width: 992px) {
    .header-wrap .container>* {
        max-width: 50%;
    }
}

#page-sub-header .img-wrapper {
    position: relative;
    margin-top: 68px;
    margin-bottom: 0;
    aspect-ratio: 3 / 2;
    z-index: 10;
}

#page-sub-header .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .header-wrap {
        padding-bottom: 0;
        background: rgb(255, 255, 255);
    }
}

body:not(.theme-preset-active) #page-sub-header h1,
body:not(.theme-preset-active) #page-sub-header p {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 992px) {
    body:not(.theme-preset-active) #page-sub-header h1 {
        max-width: 50%;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 15px 20px 5px;
        margin-bottom: 0;
    }

    body:not(.theme-preset-active) #page-sub-header p {
        max-width: 50%;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 0 20px 15px;
        margin-bottom: 0;
    }
}

body:not(.theme-preset-active) #page-sub-header h1 {
    color: #252525;
    font-size: 4rem;
    line-height: 1;
}

@media (max-width: 1199.98px) {
    body:not(.theme-preset-active) #page-sub-header h1 {
        font-size: 3rem;
    }
}

@media (max-width: 767.98px) {
    body:not(.theme-preset-active) #page-sub-header h1 {
        font-size: 2.625rem;
        line-height: 1.1;
    }
}

@media (min-width: 992px) {
    #page-sub-header p {
        max-width: 43rem;
        margin: 0;
    }
}

section#contact-box {
    width: 100%;
    margin-left: 80px;
    margin-top: -110px;
    padding-top: 220px;
    z-index: 1;
}

/*
    Containers
*/

.image-container {
	padding: 3rem 2rem;
}

/*
    Boxes
*/

.icon-box {
	color: var(--primary-color);
    box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-box.nolnk .panel {
	padding: 3rem 2rem;
}

.icon-box a {
    color: var(--primary-color);
    text-decoration: none;
	border: 2px solid;
	border-color: transparent;
}

.icon-box:hover a {
    color: var(--secondary-color);
	background-color: white;
	border-color: var(--accessible-color);
    text-decoration: none;
}

.icon-box a:focus {
    background-color: white;
	border-color: var(--accessible-color);
}

.icon-box .panel a {
	padding: 3rem 2rem;
}

.icon-box i.icon {
    display: inline-block;
	height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 80px;
    vertical-align: baseline;
    margin-left: 0;
}

.icon-box p {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
}

.number-box {
	color: var(--primary-color);
    box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.number-box .number {
    font-size: 80px;
	line-height: 1;
	font-weight: 700;
}

.number-box .sub-desc {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
}

.image-box {
    position: relative;
    width: 100%;
    padding: 0;
	aspect-ratio: 1 / 1;
	color: var(--primary-color);
	border-radius: 1rem;
    overflow: hidden;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
}

@media (max-width: 991.98px) {
	.two-col-sm .image-box {
		width: 50%;
	}
}

.image-box a {
    display: flex;
    flex-direction: column;
	width: 100%;
    height: 100%;
    color: var(--primary-color);
    border: 2px solid;
    border-color: transparent;
	text-decoration: none;
}

.image-box:hover a {
    color: var(--secondary-color);
	background-color: white;
	border-color: var(--accessible-color);
    text-decoration: none;
}

.image-box a:focus {
    background-color: white;
	border-color: var(--accessible-color);
}

.image-box .image-box-image {
    width: 100%;
    height: 100%;
}

.image-box:not(.dynamic) .image-box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-box.circle .image-box-image img {
    display: block;
    border-radius: 50%;
    box-shadow: none;
    margin: auto;
    overflow: hidden;
}

.image-box .image-box-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background: rgba(0, 0, 0, 0.5);
    padding: 1rem;
    opacity: 1;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.image-box .image-box-info a:hover {
    text-decoration: none;
}

.image-box .image-box-info p {
	margin-bottom: 0;
}

.image-box:not(.-bg) .image-box-info p {
	padding-right: 1rem;
    padding-left: 1rem;
	margin-bottom: 1rem;
}

.image-box .image-box-info .image-box-link {
	color: var(--primary-color);
	font-weight: 800;
    text-transform: uppercase;
	margin-top: auto;
}

.image-box .image-box-info .image-box-link:hover {
	color: #1f1f1f;
}

.image-box .image-box-info .sub-title {
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 500;
}

.image-box .image-box-info .sub-desc {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: var(--text-color);
}

@media (max-width: 767.98px) {
	.image-box .image-box-info .sub-desc {
		display: none;
	}
}

.image-box .image-box-info ul {
    padding: 0 1rem;
}

.image-box .image-box-info ul li {
    margin-bottom: .5rem;
}

.feature-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: space-between;
}

.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;
}

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

.feature-box-content {
    position: relative;
    background: #f8f8f8;
    margin: 30px 0 0;
    padding: 40px 30px 0;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
}

@media (max-width: 991.98px) {
    .feature-box-content {
        padding: 30px 20px;
    }
}

.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: #333;
}

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

.feature-box-content h2 {
    font-size: 2rem;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
}

.feature-box-content h4 {
    font-family: var(--main-font);
    color: #666666;
    line-height: 1.2;
    text-transform: uppercase;
}

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

.feature-box-content .blockquote {
    position: relative;
    color: #333;
    font-size: 1.25rem;
    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: var(--secondary-color);
}

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

/*
	Journal
*/

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

.journal-list >li {
    padding: 20px 0 0;
    overflow: hidden;
}

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

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

.journal-list>li .journal-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    background-color: #f7f7f7;
    border-radius: 0;
    padding: 35px 35px;
    margin-bottom: 10px;
}

@media (max-width: 767.98px) {
	.journal-list>li .journal-content {
    	flex-direction: column;
	}
}

.journal-list >li h4 {
    padding-bottom: 0;
    margin-bottom: 1rem;
}

.journal-list >li h4 a {
	font-weight: inherit;
}

.journal-list >li h4 a:hover,
.journal-list >li h4 a:focus {
    color: #6e549d;
    text-decoration: underline;
}

.journal-list >li .journal-pic {
	width: 300px;
    flex-shrink: 0;
}

@media (max-width: 767.98px) {
	.journal-list >li .journal-pic {
    	width: 100%;
    	margin-bottom: 15px;
	}
}

.journal-list >li .journal-pic img {
	width: 100%;
}

.journal-list >li .journal-text {
	flex-grow: 1;
    padding-left: 30px;
}

.journal-list >li .journal-text ul {
    padding-left: 1rem;
}

.journal-list >li .journal-text ul li {
	padding: 3px 0;
    margin-bottom: 0;
}

/*
    Team
  */

.team-member {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

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

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

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #252525;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.image-overlay .team-social {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
    width: 100%;
}

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

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

.team-social>li>a {
    display: block;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.team-social>li>a:hover {
    text-decoration: none;
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.7);
}

.team-info {
    min-height: 0;
    padding: 20px 0 0;
}

@media (max-width: 767.98px) {
    .team-info {
        min-height: 100px;
    }
}

.team-info>h4 {
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.team-info>span {
    font-size: 16px;
    color: #999;
    letter-spacing: 0;
}

.team-info>p {
    margin-top: 10px;
    font-size: 15px;
}

.about-image img {
    width: 250px;
}

.member-image {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}

.member-image:hover .member-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.member-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0) 100%);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.member-overlay h3 {
    color: #fff;
}

.member-overlay .team-social>li>a {
    width: 25px;
    height: 25px;
}


/*
    Post Summary
*/


.post-item {
    float: left;
    position: relative;
    width: 33.33333333%;
    padding: 10px;
    overflow: hidden;
}

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

    .post-grid.four-col .post-item {
        width: 50%;
    }
}

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

    .post-grid .post-item {
        width: 100%;
    }
}

.post-item .post-detail>a {
    text-decoration: none;
}

.post-item .img-wrapper {
    position: relative;
    aspect-ratio: 3 / 2;
    margin-bottom: 0;
}

.post-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.post-detail {
    position: relative;
    height: 100%;
    background-color: #381A40;
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease;
}

.post-info {
    display: block;
    position: relative;
    padding: 30px 15px;
    font-size: 1rem;
    line-height: 22px;
    color: #FFF;
    text-align: left;
    background-color: #381A40;
}

.post-info h4 {
    font-size: 1.5rem;
    color: #FFF;
    margin-top: 0;
}

.post-info h4>a {
    color: #FFF;
    font-weight: 400;
}

.post-info p {
    color: inherit;
    font-size: 1rem;
    margin-bottom: 6px;
}

.posts-controller a {
    display: block;
    float: left;
    width: 50%;
    overflow: hidden;
    color: inherit;
    cursor: default;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.posts-controller a.disabled {
    opacity: .6;
    pointer-events: none;
}

.posts-controller a.disabled>span {
    cursor: default;
}

.posts-controller a.disabled>span:hover {
    color: inherit;
}

.posts-controller a.disabled:hover {
    opacity: .4;
}

.posts-controller a.prev i {
    margin-right: 10px;
}

.posts-controller a.all {
    text-align: center;
}

.posts-controller a.all span {
    padding: 36px 0;
}

.posts-controller a.all span i {
    font-size: 24px;
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

@media only screen and (max-width: 767px) {
    .posts-controller a.all span i {
        font-size: 30px;
    }
}

.posts-controller a.all:hover span i {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.posts-controller a.next {
    text-align: right;
}

.posts-controller a.next i {
    margin-left: 10px;
}

.posts-controller a>span {
    display: inline-block;
    padding: 40px 0;
    font-size: 11px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: var(--main-font);
    font-weight: 600;
    letter-spacing: 0.05em;
}

.post-controller a>span:hover {
    color: #00c3da;
}

.posts-controller a>span i {
    font-size: 20px;
    vertical-align: middle;
}

.posts-controller a>span i:before {
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .post-controller a>span {
        font-size: 0;
    }

    .posts-controller a>span i {
        font-size: 30px;
    }
}

/*
    Woocommerce
*/

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	height: 48px;
	line-height: 48px;
    color: #FFF;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
	padding: 0 1em;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: var(--primary-color);
    color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled] {
	padding: 0 1em;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	font-size: 1em;
	padding: 0 1em;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
	width: 100%;
    min-height: 48px;
    background-color: rgba(255, 255, 255, 1);
    padding: 1rem;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.select2-container .select2-dropdown, .select2-container .select2-selection {
	padding: 1rem;
	border-color: #ced4da;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: transparent;
    color: #b81c23;
    border-top: none;
}

.woocommerce-error:focus-visible,
.woocommerce-info:focus-visible,
.woocommerce-message:focus-visible {
    outline: none;
}

.woocommerce {
	overflow: hidden;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
	gap: 1rem;
    border: none;
    padding: 0;
    margin: 2em 0;
    text-align: left;
    border-radius: 0;
}

.forgot-link {
    color: var(--primary-color);
	font-weight: 500;
	text-decoration: none;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0;
}

.woocommerce table.shop_table tr {
	background-color: rgba(246,246,246,1);
}

.woocommerce table.shop_table thead tr {
    color: #fff;
    background-color: rgba(28,28,30,1);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    padding: 1rem;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    background: rgba(129,110,153,.14);
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding-left: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    font-size: 1rem;
    line-height: 1.4;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
    color: var(--text-color);
    text-decoration: none;
}

/*
  Pricing Tables
*/

.pricing-table {
  max-width: 400px;
  padding: 3rem 3rem;
  margin: 50px auto 25px;
  position: relative;
  width: 100%;
  background-color: rgb(245, 238, 233);
  border-radius: 16px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media only screen and (min-width: 992px) {
  .pricing-table.featured {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
}

.pricing-table.featured {
  background-color: #fff;
  z-index: 20;
}

.pricing-table.featured .price h2 {
  color: #00c3da;
}

.pricing-table .featured-label {
  position: absolute;
  top: 40px;
  right: 35px;
  font-family: 'Poppins', sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #00c3da;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
}

.pricing-table .pricing-head {
	margin-bottom: 2rem;
}

.pricing-table .pricing-head >div {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0;
}

.pricing-table .pricing-head >p {
	opacity: .7;
}

.pricing-table .price {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.pricing-table .price h2 {
  font-size: 55px;
  font-weight: 500;
  letter-spacing: -3px;
  margin: 0;
}

.pricing-table .price h2 span {
  font-size: 18px;
  font-weight: 400;
  vertical-align: top;
}

.pricing-table .features {
	display: flex;
    align-self: stretch;
	flex-direction: column;
	gap: 1rem;
	margin-top: 2rem;
	margin-bottom: 0;
}

.pricing-table .features > li {
	display: flex;
	align-self: stretch;
	flex-direction: row;
    align-items: center;
	gap: .5rem;
}

.pricing-table .features > li i {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 16px;
	height: 16px;
	color: white;
	font-weight: 700;
	border-radius: 50%;
	opacity: 1;
    background-color: var(--primary-color);
}

.pricing-table .features > li span {
  font-weight: 400;
}

.pricing-table .pricing-footer {
  padding: 20px 0;
}


/*
 * Justified Gallery
*/
.justified-gallery {
    width: 100%;
    position: relative
}

.justified-gallery>a,
.justified-gallery>div {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    filter: "alpha(opacity=10)";
    opacity: .1
}

.justified-gallery>a>a>img,
.justified-gallery>a>img,
.justified-gallery>div>a>img,
.justified-gallery>div>img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    border: none;
    filter: "alpha(opacity=0)";
    opacity: 0
}

.justified-gallery>a>.caption,
.justified-gallery>div>.caption {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 5px;
    background-color: #333;
    left: 0;
    right: 0;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    font-family: sans-serif
}

.justified-gallery>a>.caption.caption-visible,
.justified-gallery>div>.caption.caption-visible {
    display: initial;
    filter: "alpha(opacity=70)";
    opacity: .7;
    -webkit-transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in
}

.justified-gallery>.entry-visible {
    filter: "alpha(opacity=100)";
    opacity: 1;
    background: 0 0
}

.justified-gallery>.entry-visible>a>img,
.justified-gallery>.entry-visible>img {
    filter: "alpha(opacity=100)";
    opacity: 1;
    -webkit-transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in
}

.justified-gallery>.jg-filtered {
    display: none
}

.justified-gallery>.spinner {
    position: absolute;
    bottom: 0;
    margin-left: -24px;
    padding: 10px 0;
    left: 50%;
    filter: "alpha(opacity=100)";
    opacity: 1;
    overflow: initial
}

.justified-gallery>.spinner>span {
    display: inline-block;
    filter: "alpha(opacity=0)";
    opacity: 0;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background-color: #333;
    border-radius: 6px
}

/*
    Photo Gallery
*/

.photo-gallery {
    width: 100%;
}

.photo-gallery.grid-style .gallery-item {
    width: 25%;
    float: left;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .photo-gallery.grid-style .gallery-item {
        width: 50%;
    }
}

.gallery-item .gallery-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

#gallery-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 2000000;
    text-align: center;
    display: none;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}

#gallery-modal .video-gallery {
    max-width: 800px;
    margin: auto;
    position: relative;
}

#gallery-modal h2 {
    padding-bottom: 0;
}

#gallery-modal h4 {
    color: #4b8085;
    font-size: 18px;
}

.gallery-image {
    background-color: #ffffff;
    padding: 15px 25px 5px 25px;
    max-width: 800px;
    margin: auto;
    position: relative;
}

.lightbox-gallery {
    position: relative;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.lightbox-gallery .single-gallery {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
}

.lightbox-gallery .single-gallery img,
.lightbox-gallery .single-gallery iframe {
    max-height: 85vh;
    max-width: 100%;
    margin: 0 auto;
    cursor: default;
}

#gallery-close {
    position: absolute;
    height: 40px;
    line-height: 40px;
    top: 20px;
    right: 30px;
    margin: auto;
    font-size: 35px;
    color: #fff;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1000;
    cursor: pointer;
}

#gallery-close:hover {
    text-decoration: none;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#gallery-close:hover,
#gallery-close:focus {
    color: #fff;
}

#gallery-close i {
    position: relative;
    box-sizing: content-box;
    width: 50px;
    height: 50px;
    white-space: nowrap;
    font-size: 50px;
    line-height: 1;
}

.gallery-control {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 50%;
    margin-top: -25px;
    color: #fff;
    font-size: 35px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.gallery-control:hover,
.gallery-control:focus {
    color: #fff;
}

.gallery-control>a {
    color: #fff;
}

.gallery-control>a:hover {
    text-decoration: none;
}

.gallery-control i {
    position: relative;
    box-sizing: content-box;
    width: 50px;
    height: 50px;
    white-space: nowrap;
    font-size: 50px;
    line-height: 1;
}

.gallery-control.gallery-prev {
    left: 30px;
    text-align: left;
}

.gallery-control.gallery-next {
    right: 30px;
    text-align: right;
}

.gallery-control .slick-prev,
.gallery-control .slick-next {
    color: #fff;
}

/*
    Timeline
*/

.tl-wrapper,
.tl-wrapper *,
.tl-wrapper :after,
.tl-wrapper :before,
.tl-wrapper:after,
.tl-wrapper:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tl-wrapper {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    margin: 0 auto 30px;
    max-width: 1024px;
}

.tl-wrapper .tl-vertical-wrapper {
    max-width: 1600px;
    padding: 0;
    margin: 0 auto;
}

.tl-wrapper .tl-vertical-wrapper .tl-timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1.5px;
    display: block;
    width: 3px;
    background-color: #381A40;
    border-width: 0;
    border-color: #381A40;
}

.tl-wrapper .tl-one-sided {
    max-width: 1200px;
    margin-left: 0;
    width: 100%;
    position: relative;
    margin-right: 0;
    padding-left: 0;
}

@media (max-width: 1599.98px) {
    .tl-wrapper .tl-one-sided {
        padding-left: 70px;
    }
}

.tl-wrapper .tl-vertical-wrapper .tl-end,
.tl-wrapper .tl-vertical-wrapper .tl-start {
    background-color: #381A40;
    width: 9px;
    height: 9px;
    display: inline-block;
    position: absolute;
    left: -5px;
    z-index: 1;
    border-width: 0;
    border-style: solid;
    border-color: #381A40;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50% -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.tl-wrapper .tl-vertical-wrapper.tl-one-sided .tl-end,
.tl-wrapper .tl-vertical-wrapper.tl-one-sided .tl-start {
    left: -5px;
}

@media (max-width: 1599.98px) {

    .tl-wrapper .tl-vertical-wrapper.tl-one-sided .tl-end,
    .tl-wrapper .tl-vertical-wrapper.tl-one-sided .tl-start {
        left: 66px;
    }
}

.tl-wrapper .tl-vertical-wrapper .tl-timeline {
    position: relative;
    margin: 0;
    padding: 22px 0;
    display: flow-root;
    width: 100% !important;
}

.tl-wrapper .tl-vertical-wrapper .tl-inner-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1.5px;
    display: block;
    width: 3px;
    background-color: #444444;
    height: 0;
    max-height: 100%;
    transition: all .6 ease-in-out;
}

.tl-wrapper .tl-story {
    margin-bottom: 32px;
}

.tl-wrapper .tl-vertical-wrapper .tl-story {
    position: relative;
    width: calc(100% - 40px);
    float: right;
    clear: both;
}

@media (min-width: 768px) {
    .tl-wrapper .ctl-one-sided .tl-story {
        max-width: calc(100% - 40px);
        width: 100%;
    }
}

.tl-wrapper .tl-labels {
    display: block;
    flex-flow: column nowrap;
    gap: 5px;
    position: absolute;
    padding: 0;
    margin: 0;
    flex-direction: column;
}

.tl-wrapper .tl-labels a,
.tl-wrapper .tl-labels {
    display: block;
    line-height: 28px;
    font-size: 20px;
    font-weight: 600;
    font-family: inherit;
    font-style: normal;
    color: #555;
    white-space: nowrap;
    text-decoration: none;
}

.tl-wrapper .tl-label-small {
    position: absolute;
    right: 0;
    line-height: 1.2em;
    font-size: 60%;
    font-weight: normal;
    color: #381A40;
    white-space: nowrap;
    display: inline;
}

.tl-wrapper .tl-vertical-wrapper .tl-labels {
    justify-content: space-between;
    top: 10px;
    left: -115px;
    text-align: right;
    color: #381A40;
}

.tl-wrapper .tl-icon {
    position: absolute;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    border-color: #381A40;
    background-color: #381A40;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.tl-wrapper .tl-vertical-wrapper .tl-icon {
    left: -57.5px;
    top: 7px;
    webkit-box-shadow: 0 0 0 4px #fff, inset 0 0 0 2px rgba(0, 0, 0, .05), 0 0 0 8px #381A40;
    box-shadow: 0 0 0 2px #fff, inset 0 0 0 2px rgba(0, 0, 0, .05), 0 0 0 5px #381A40;
}

@media (min-width: 768px) {
    .tl-wrapper .tl-vertical-wrapper.tl-one-sided .tl-icon {
        left: -58px;
    }
}

.tl-wrapper .tl-icon i {
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 28px;
    line-height: 35px;
}

.tl-wrapper .tl-arrow {
    position: absolute;
    width: 28px;
    height: 28px;
    border-style: solid;
    border-color: #faf3e0;
    z-index: 2;
}

.tl-wrapper .tl-vertical-wrapper .tl-arrow {
    background: linear-gradient(to right, #faf3e0 50%, transparent 48%);
    left: -13.3333px;
    border-width: 0;
    box-shadow: unset;
    top: 10px;
}

.tl-wrapper .tl-vertical-wrapper .tl-arrow {
    clip-path: polygon(0 50%, 50% 0, 100% 50%, 50% 100%, 0 50%);
}

.tl-wrapper .tl-content {
    display: flex;
    flex-flow: wrap;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    background: #faf3e0;
    border-width: 0;
    border-color: #faf3e0;
    border-style: solid;
    box-shadow: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    justify-content: center;
}

.tl-wrapper .tl-media {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
    order: 2;
}

.tl-wrapper .tl-description {
    width: 100%;
    order: 3;
    display: inline-block;
    margin: 0;
    padding: 15px 15px;
    color: #333;
    background: #faf3e0;
    text-align: left;
}

/*
    Blog
  */
.post-preview {
    margin: 25px 0;
    padding: 45px;
    position: relative;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}

.post-preview:hover.has-post-thumbnail {
    border-color: transparent;
}

.post-preview:hover.has-post-thumbnail .post-thumb {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.post-preview:hover.has-post-thumbnail .post-title a,
.post-preview:hover.has-post-thumbnail .post-body,
.post-preview:hover.has-post-thumbnail .post-category a,
.post-preview:hover.has-post-thumbnail .post-meta a,
.post-preview:hover.has-post-thumbnail .post-meta {
    color: #fff;
}

.post-preview:hover:not(.has-post-thumbnail) {
    border-color: #1f1f1f;
}

.post-preview .post-category a {
    text-transform: uppercase;
    color: #1f1f1f;
    font-weight: 500;
    font-family: var(--main-font);
    font-size: 12px;
    letter-spacing: 0.05em;
}

.post-preview .post-title a {
    color: #1f1f1f;
}

.post-preview .post-body {
    padding: 15px 0;
    color: #929292;
}

.post-preview .post-meta {
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--main-font);
    font-size: 11px;
}

.post-preview .post-meta a {
    color: #1f1f1f;
}

.post-preview .post-meta a.post-link {
    color: inherit;
}

.post-preview .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.post-preview .post-thumb:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1f1f1f;
    opacity: .55;
}

.post-preview.show-all-posts {
    width: 100%;
}

.post-preview.show-all-posts:hover {
    border-color: var(--secondary-color);
}

.post-preview.show-all-posts:hover .icon-box i,
.post-preview.show-all-posts:hover .icon-box h4 {
    color: var(--secondary-color);
}

.pagination,
.page-numbers {
    display: block;
    text-align: center;
    margin-top: 50px;
}

.pagination>li,
.page-numbers>li {
    display: inline-block;
    margin-right: 8px;
}

.pagination>li:first-child>a,
.page-numbers>li:first-child>a,
.pagination>li:last-child>a,
.page-numbers>li:last-child>a {
    border-radius: 0;
}

.pagination>li>a,
.page-numbers>li>a,
.pagination>li span,
.page-numbers>li span {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    padding: 0;
    margin-top: 0;
    border-radius: 50% !important;
    line-height: 40px;
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 11px;
    color: #1f1f1f;
    border: 0;
    background-color: transparent;
}

.pagination>li>a.next,
.page-numbers>li>a.next,
.pagination>li span.next,
.page-numbers>li span.next,
.pagination>li>a.prev,
.page-numbers>li>a.prev,
.pagination>li span.prev,
.page-numbers>li span.prev {
    border-color: transparent;
    font-size: 20px;
}

.pagination>li>a i,
.page-numbers>li>a i,
.pagination>li span i,
.page-numbers>li span i {
    line-height: inherit;
}

.pagination>li>a:hover,
.page-numbers>li>a:hover,
.pagination>li span:hover,
.page-numbers>li span:hover {
    background-color: #1f1f1f;
    color: #fff;
    border-color: #1f1f1f;
}

.pagination>li>a:focus,
.page-numbers>li>a:focus,
.pagination>li span:focus,
.page-numbers>li span:focus {
    background-color: transparent;
    color: #1f1f1f;
}

.pagination>li>a.current,
.page-numbers>li>a.current,
.pagination>li span.current,
.page-numbers>li span.current {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
}

.pagination>li>a.current:focus,
.page-numbers>li>a.current:focus,
.pagination>li span.current:focus,
.page-numbers>li span.current:focus {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .posts-row .container {
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.side-post {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}

.side-post.sticky {
    border: 1px solid #ddd;
}

@media only screen and (min-width: 768px) {
    .side-post.has-post-thumbnail:nth-child(even) .side-post-image {
        float: right;
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .side-post.has-post-thumbnail:nth-child(even) .side-post-image .post-category {
        left: 20px;
        right: auto;
    }

    .side-post.has-post-thumbnail:nth-child(even) .side-post-content {
        text-align: right;
    }
}

.side-post:hover {
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.side-post .side-post-image,
.side-post .side-post-content {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

@media only screen and (min-width: 768px) {

    .side-post.has-post-thumbnail .side-post-image,
    .side-post.has-post-thumbnail .side-post-content {
        width: 50%;
        float: left;
    }
}

@media only screen and (max-width: 767px) {
    .side-post .side-post-image {
        min-height: 350px;
    }
}

.side-post .side-post-image figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.side-post .side-post-image .post-category {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
}

.side-post .side-post-image .post-category>a {
    display: block;
    background-color: var(--secondary-color);
    color: #fff;
    border-radius: 5px;
    padding: 6px 16px;
    font-family: var(--main-font);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.side-post .side-post-content {
    background-color: #fff;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.side-post .side-post-content .post-content-wrapper {
    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;
    padding: 75px 50px;
}

@media only screen and (max-width: 991px) {
    .side-post .side-post-content .post-content-wrapper {
        padding: 50px 35px;
    }
}

@media only screen and (max-width: 767px) {
    .side-post .side-post-content .post-content-wrapper {
        padding: 35px 25px;
    }
}

.side-post .side-post-content .post-info {
    margin-bottom: 15px;
}

.side-post .side-post-content .post-info h6 {
    font-size: 12px;
    font-weight: 500;
    color: #b4b4b4;
    margin: 0;
}

.side-post .side-post-content .post-info h6>span {
    display: inline-block;
}

.side-post .side-post-content .post-info h6>span>i {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    margin-right: 2px;
}

.side-post .side-post-content .post-info h6 .post-date a {
    color: inherit;
}

.side-post .side-post-content .post-info h6 .post-date a:hover {
    color: #1f1f1f;
}

.side-post .side-post-content .post-title {
    margin-bottom: 15px;
}

.side-post .side-post-content .post-title h3 {
    margin: 0;
}

.side-post .side-post-content .post-body {
    line-height: 26px;
}

.single-post-info .post-author,
.side-post .post-author {
    margin-top: 15px;
}

.single-post-info .post-author>img,
.side-post .post-author>img {
    width: 40px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.single-post-info .post-author>a,
.side-post .post-author>a {
    display: inline-block;
    vertical-align: middle;
    font-family: var(--main-font);
    font-size: 11px;
    font-weight: 500;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    color: var(--text-color);
    background-color: var(--light);
    border: 1px solid var(--light);
    border-radius: 0;
    display: inline-block;
    padding: 0.313rem 0.875rem;
    text-decoration: none;
}

.grid-posts-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grid-posts-wrapper .card-post {
    width: 33.33333333%;
}

.grid-posts-wrapper.two-col .card-post {
    width: 50%;
}

.grid-posts-wrapper.four-col .card-post {
    width: 25%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .grid-posts-wrapper .card-post {
        width: 50% !important;
    }
}

@media only screen and (max-width: 767px) {
    .grid-posts-wrapper .card-post {
        width: 100% !important;
    }
}

.card-post {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
}

.card-post .card-post-wrapper {
    position: relative;
    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;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 450px;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}

.sticky .card-post .card-post-wrapper {
    border: 1px solid #ddd;
}

.card-post .card-post-wrapper.dark-bg {
    background-color: #1f1f1f;
}

.card-post .card-post-wrapper.colored-bg {
    background-color: #1da1f2;
}

.card-post .card-post-wrapper.dark-bg .post-footer,
.card-post .card-post-wrapper.colored-bg .post-footer,
.card-post .card-post-wrapper.img-cover .post-footer {
    border-color: rgba(255, 255, 255, 0.3);
}

.card-post .card-post-wrapper.dark-bg .post-footer h6,
.card-post .card-post-wrapper.colored-bg .post-footer h6,
.card-post .card-post-wrapper.img-cover .post-footer h6 {
    color: #fff;
}

.card-post .card-post-wrapper.img-cover>* {
    position: relative;
}

.card-post .card-post-wrapper.img-cover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .4;
}

@media only screen and (max-width: 767px) {
    .card-post .card-post-wrapper.img-cover .post-body {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

.card-post:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.card-post:hover .card-post-wrapper {
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.card-post .card-post-icon {
    justify-self: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 25px;
    font-size: 35px;
}

.card-post .card-post-image {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.card-post .card-post-image .post-category {
    position: absolute;
    top: 20px;
    right: 20px;
}

.card-post .card-post-image .post-category>a {
    display: block;
    background-color: #4b8085;
    color: #fff;
    border-radius: 5px;
    padding: 6px 16px;
    font-family: var(--main-font);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.card-post .card-post-image .post-category>a:hover {
    color: #fff;
    text-decoration: none;
}

.card-post .card-post-content .post-body {
    padding: 45px 25px;
}

.card-post .card-post-content .post-body>h3 {
    margin-top: 0;
    font-size: 20px;
}

.card-post .card-post-content .post-body>p {
    margin-bottom: 0;
}

.card-post .card-post-content .post-footer {
    border-top: 1px solid #eee;
    padding: 12px 25px;
}

.card-post .card-post-content .post-footer h6 {
    font-size: 12px;
    font-weight: 500;
    color: #929292;
    margin: 0;
}

.card-post .card-post-content .post-footer h6>span {
    display: inline-block;
}

.card-post .card-post-content .post-footer h6>span>i {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    margin-right: 2px;
}

.card-post .card-post-content .post-footer h6>span .post-date a {
    color: inherit;
}

#sidebar .widget .searchform .input-group-btn {
    display: none;
}

.widget-area .widget a {
    color: #4b8085;
}

/*
	Single Post
*/

.post.hentry {
    margin-bottom: 0;
}

.post-single .post-body {
    margin-bottom: 25px;
    line-height: 28px;
}

.post-single .post-body p,
.post-single .post-body img,
.post-single .post-body blockquote {
    margin-bottom: 15px;
}

.post-single .post-body strong,
.post-single .post-body b {
    color: #1f1f1f;
}

.post-single .post-body blockquote {
    position: relative;
}

.post-single .post-body blockquote p {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 26px;
    color: #1f1f1f;
    border-left: 2px solid #1f1f1f;
    margin: 25px 0;
    padding: 25px;
}

.post-single .post-body blockquote p:before {
    content: open-quote;
}

.post-single .post-body blockquote p:after {
    content: close-quote;
}

.single-post-info {
    text-align: center;
}

.single-post-info h6 {
    font-size: 12px;
    font-weight: 500;
    color: inherit;
    margin: 0;
}

.single-post-info h6>span {
    display: inline-block;
}

.single-post-info h6>span>i {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    margin-right: 2px;
}

.sidebar p {
    margin: 0;
}

.related-posts .card {
    color: #333;
    border: none;
    border-radius: 0;
    background-color: #faf3e0;
    text-decoration: none;
}

.related-posts .card:hover,
.related-posts .card:focus {
    text-decoration: none;
}

.related-posts .card-title {
    margin-top: 0;
}

.related-posts .card img {
    width: 100%;
}

#comments {
    margin-bottom: 50px;
}

#comments h5 {
    font-size: 11px;
    letter-spacing: 0.15em;
    font-weight: 500;
}

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

.comments-list>li {
    margin-bottom: 15px;
    padding: 15px;
}

.comments-list>li:before,
.comments-list>li:after {
    content: " ";
    display: table;
}

.comments-list>li:after {
    clear: both;
}

.comments-list>li.rating {
    border: 1px dashed #e7e7e7;
}

.comments-list .children {
    list-style: none;
    margin: 15px -15px 0;
    padding-left: 40px;
}

.comments-list .children>li {
    padding: 15px;
}

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

.comment:before,
.comment:after {
    content: " ";
    display: table;
}

.comment:after {
    clear: both;
}

.comment-text,
.comment-pic {
    display: block;
    float: left;
}

.comment-pic {
    width: 15%;
}

.comment-pic img {
    margin-top: 10px;
    width: 75px;
    border-radius: 50%;
}

.comment-text {
    width: 85%;
    padding-left: 15px;
}

.comment-date {
    color: #858585;
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
}

.comment-reply {
    font-size: 11px;
    text-transform: uppercase;
}

.comment-respond {
    margin-bottom: 50px;
    padding: 20px 0;
}

.comment-respond textarea {
    max-width: 100%;
    min-height: 120px;
    resize: none;
}

.comment-respond h5 {
    font-size: 11px;
    letter-spacing: 0.15em;
    margin-bottom: 25px;
    font-weight: 500;
}

.form-double:before,
.form-double:after {
    content: " ";
    display: table;
}

.form-double:after {
    clear: both;
}

.form-double .form-group {
    float: left;
    padding-right: 10px;
    width: 50%;
}

.form-double .form-group:last-child {
    padding-left: 10px;
    padding-right: 0;
}

.post-tags {
    margin-bottom: 25px;
    overflow: hidden;
}

.first-letter::first-letter {
    font-size: 4em;
    color: #1f1f1f;
}

/*
    Footer
*/

#pre-footer {
    position: relative;
    background-color: #f1f1f1;
    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: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 13px;
    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: 50px;
    padding-bottom: 50px;
    background-color: #fff;
    color: rgb(14, 14, 15);
}

@media (min-width: 992px) {
    #footer-widget {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

#footer-widget .container {
    padding-left: 15px;
    padding-right: 15px
}

#footer-widget .widget {
	color: white;
	padding: 0;
    margin: 0 0 1.5em;
    font-size: .875rem;
    background-color: transparent;
    z-index: auto
}

#footer-widget .widget.widget_media_image {
	max-width: 200px;
	margin-bottom: 0;
}

#footer-widget .widget.widget_moocowsocialicons {
	padding: 0;
}

#footer-widget .widget.widget_moocowsocialicons .social-list >li >a {
	color: white;
}

#footer-widget .widget.widget_moocowsocialicons .social-list >li >a:hover,
#footer-widget .widget.widget_moocowsocialicons .social-list >li >a:hover i {
	color: white;
    text-decoration: none;
}

#footer-widget .widget>h5,
#footer-widget .frm_form_widget>h5 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
    color: rgb(14, 14, 15);
	margin-top: 0;
    margin-bottom: 1rem;
	text-transform: none;
}

#footer-widget .widget ul {
    padding-left: 0;
    list-style: none
}

#footer-widget .widget ul>li {
    padding: 5px 0
}

#footer-widget .widget:not(.widget_moocowsocialicons) ul>li>a {
    color: white;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 0
}

#footer-widget .widget:not(.widget_moocowsocialicons) ul >li a:hover {
    text-decoration: underline;
    background-color: transparent
}

#footer-widget .widget p {
    color: inherit;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 0;
}

.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: #333;
    color: #fff;
    text-transform: none
}

.footer-newsletter .newsletter-form .newsletter-btn:hover {
    background-color: #999
}

body:not(.theme-preset-active) footer#colophon {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f1f1f1;
    color: #333;
}

footer#colophon>.container {
    padding-left: 15px;
    padding-right: 15px
}

.copyright a,
footer#colophon a {
    font-weight: 700;
    text-decoration: none
}

@media (max-width: 991.98px) {

    .copyright a,
    footer#colophon a {
        display: inline-block
    }
}

.copyright a:hover,
footer#colophon a:hover {
    color: #999
}

.site-info,
.site-info p {
    font-size: 1rem;
    line-height: 1;
	margin: 0;
}

/*
    Widget
  */
.widget {
    padding-top: 20px;
    padding-bottom: 10px;
    z-index: 10;
}

#secondary .widget:first-child {
    padding-top: 0;
}

#secondary .widget h5 {
    font-size: 1.625rem;
    margin-bottom: 20px;
}

/*
  Animations
  */
.animated {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 0;
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoomOut {
    from {
        opacity: 0;
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes preloader {
    from {
        stroke-width: 0;
        stroke-dashoffset: 0;
    }

    to {
        stroke-width: 1;
        stroke-dashoffset: 102px;
    }
}

@keyframes preloader {
    from {
        stroke-width: 0;
        stroke-dashoffset: 0;
    }

    to {
        stroke-width: 1;
        stroke-dashoffset: 102px;
    }
}

@-webkit-keyframes shine {
    100% {
        left: 200%;
    }
}

@keyframes shine {
    100% {
        left: 200%;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*
    Bootstrap
*/

.bg-primary {
    background-color: var(--primary-color) !important;
}

.bg-secondary {
    background-color: var(--secondary-color) !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-secondary {
    color: var(--secondary-color) !important;
}

@media (min-width: 992px) {
    .form-control {
        height: 50px;
    }
}

.form-control:focus {
    border-color: var(--accessible-color);
    box-shadow: none;
}

@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;
    }
}

/*
    WPBakery
  */
.entry-content .wpb_content_element,
.entry-content ul,
.entry-content .wpb_button {
    margin-bottom: 1.25rem;
}

/*
    Formidable
*/
.with_frm_style input[type=text]::-webkit-input-placeholder,
.with_frm_style input[type=email]::-webkit-input-placeholder .with_frm_style textarea::-webkit-input-placeholder {
    color: #999 !important;
}

.with_frm_style input[type=text]::-moz-placeholder,
.with_frm_style input[type=email]::-moz-placeholder,
.with_frm_style textarea::-moz-placeholder {
    color: #999 !important;
}

.with_frm_style input[type=text]:-ms-input-placeholder,
.with_frm_style input[type=email]:-ms-input-placeholder,
.with_frm_style textarea:-ms-input-placeholder {
    color: #999 !important;
}

.with_frm_style input[type=text]::placeholder,
.with_frm_style input[type=email]::placeholder,
.with_frm_style textarea::placeholder {
    color: #999 !important;
}

/*
    Helpers
*/

.upper {
    text-transform: uppercase;
}

.media-cover,
.position-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.panel {
    position: relative;
    box-sizing: border-box
}

.panel>:last-child {
    margin-bottom: 0;
}

[class*=ratio-]>* {
    object-fit: cover
}

.ratio-3x4 {
    --bs-aspect-ratio: 133.333333%!important
}

.mt-200px {
  margin-top: 200px !important;
}

.w-4px {
  width: 4px !important;
}

.w-16px {
  width: 16px !important;
}

.w-20px {
  width: 20px !important;
}

.w-24px {
  width: 24px !important;
}

.w-32px {
  width: 32px !important;
}

.w-36px {
  width: 36px !important;
}

.w-40px {
  width: 40px !important;
}

.w-48px {
  width: 48px !important;
}

.w-56px {
  width: 56px !important;
}

.w-64px {
  width: 64px !important;
}

.w-72px {
  width: 72px !important;
}

.w-80px {
  width: 80px !important;
}

.w-96px {
  width: 96px !important;
}

.w-100px {
  width: 100px !important;
}

.w-128px {
  width: 128px !important;
}

.w-150px {
  width: 150px !important;
}

.max-w-40px {
  max-width: 40px !important;
}

.max-w-48px {
  max-width: 48px !important;
}

.max-w-80px {
  max-width: 80px !important;
}

.max-w-100px {
  max-width: 100px !important;
}

.h-4px {
  height: 4px !important;
}

.h-16px {
  height: 16px !important;
}

.h-24px {
  height: 24px !important;
}

.h-32px {
  height: 32px !important;
}

.h-36px {
  height: 36px !important;
}

.h-40px {
  height: 40px !important;
}

.h-48px {
  height: 48px !important;
}

.h-56px {
  height: 56px !important;
}

.h-64px {
  height: 64px !important;
}

.h-72px {
  height: 72px !important;
}

.h-80px {
  height: 80px !important;
}

.h-96px {
  height: 96px !important;
}

.h-100px {
  height: 100px !important;
}

.h-150px {
  height: 150px !important;
}

.max-h-200px {
  max-height: 200px !important;
}

.max-h-250px {
  max-height: 250px !important;
}

.max-h-300px {
  max-height: 300px !important;
}

.max-h-400px {
  max-height: 400px !important;
}

.max-h-xs {
  max-height: 320px !important;
}

.max-h-sm {
  max-height: 640px !important;
}

@media( min-width: 576px ) {

    .sm-w-32px {
        width: 32px!important
    }

    .sm-w-56px {
        width: 56px!important
    }

    .sm-w-80px {
        width: 80px!important
    }

    .sm-w-250px {
        width: 250px!important
    }

    .sm-w-300px {
        width: 300px!important
    }

    .sm-w-350px {
        width: 350px!important
    }

    .sm-w-500px {
        width: 500px!important
    }

    .sm-w-550px {
        width: 550px!important
    }

    .sm-w-3\/5 {
        width: 60%!important
    }

    .sm-w-1\/2 {
        width: 50%!important
    }

    .sm-w-auto {
        width: auto!important
    }

    .sm-max-w-500px {
        max-width: 500px!important
    }

    .sm-max-w-600px {
        max-width: 600px!important
    }

    .sm-h-32px {
        height: 32px!important
    }

    .sm-h-40px {
        height: 40px!important
    }

    .sm-h-56px {
        height: 56px!important
    }

    .sm-h-80px {
        height: 80px!important
    }

    .sm-h-500px {
        height: 500px!important
    }

    .sm-h-600px {
        height: 600px!important
    }

    .sm-min-w-100px {
        min-width: 100px!important
    }

    .sm-min-w-150px {
        min-width: 150px!important
    }

    .sm-min-h-100px {
        min-height: 100px!important
    }
}

@media (min-width: 768px) {
  .md-w-40px {
    width: 40px !important;
  }
  .md-w-48px {
    width: 48px !important;
  }
  .md-w-56px {
    width: 56px !important;
  }
  .md-w-100px {
    width: 100px !important;
  }
  .md-max-w-128px {
    max-width: 128px !important;
  }
  .md-max-w-150px {
    max-width: 150px !important;
  }
  .md-h-40px {
    height: 40px !important;
  }
  .md-h-48px {
    height: 48px !important;
  }
  .md-h-100px {
    height: 100px !important;
  }
}
@media (min-width: 992px) {
  .lg-w-40px {
    width: 40px !important;
  }
  .lg-w-48px {
    width: 48px !important;
  }
  .lg-w-56px {
    width: 56px !important;
  }
  .lg-w-64px {
    width: 64px !important;
  }
  .lg-w-72px {
    width: 72px !important;
  }
  .lg-w-80px {
    width: 80px !important;
  }
  .lg-w-96px {
    width: 96px !important;
  }
  .lg-w-100px {
    width: 100px !important;
  }
  .lg-w-128px {
    width: 128px !important;
  }
  .lg-w-150px {
    width: 150px !important;
  }
  .lg-max-w-56px {
    max-width: 56px !important;
  }
  .lg-max-w-80px {
    max-width: 80px !important;
  }
  .lg-max-w-128px {
    max-width: 128px !important;
  }
  .lg-h-40px {
    height: 40px !important;
  }
  .lg-h-48px {
    height: 48px !important;
  }
  .lg-h-56px {
    height: 56px !important;
  }
  .lg-h-64px {
    height: 64px !important;
  }
  .lg-h-80px {
    height: 80px !important;
  }
  .lg-h-96px {
    height: 96px !important;
  }
  .lg-h-100px {
    height: 100px !important;
  }
  .lg-h-150px {
    height: 150px !important;
  }
  .lg-min-w-80px {
    min-width: 80px !important;
  }
  .lg-min-w-150px {
    min-width: 150px !important;
  }
  .lg-min-w-300px {
    min-width: 300px !important;
  }
  .lg-min-w-1\/4 {
    min-width: 25% !important;
  }
  .lg-min-h-80px {
    min-height: 80px !important;
  }
  .lg-min-h-96px {
    min-height: 96px !important;
  }
}

@media (min-width: 1200px) {
  .xl-w-24px {
    width: 24px !important;
  }
  .xl-w-32px {
    width: 32px !important;
  }
  .xl-w-48px {
    width: 48px !important;
  }
  .xl-w-56px {
    width: 56px !important;
  }
  .xl-w-64px {
    width: 64px !important;
  }
  .xl-w-80px {
    width: 80px !important;
  }
  .xl-w-150px {
    width: 150px !important;
  }
  .xl-h-48px {
    height: 48px !important;
  }
  .xl-h-56px {
    height: 56px !important;
  }
  .xl-h-64px {
    height: 64px !important;
  }
}

.rotate-none {
  transform: none !important;
}

.rotate-0 {
  transform: rotate(0deg) !important;
}

.rotate-12 {
  transform: rotate(12deg) !important;
}

.rotate-45 {
  transform: rotate(45deg) !important;
}

.rotate-90 {
  transform: rotate(90deg) !important;
}

.rotate-180 {
  transform: rotate(180deg) !important;
}

.-rotate-12 {
  transform: rotate(-12deg) !important;
}

.-rotate-45 {
  transform: rotate(-45deg) !important;
}

.-rotate-90 {
  transform: rotate(-90deg) !important;
}

.h1,
.title h2.h1,
.title h3.h1,
.title h4.h1 {
    font-size: 2.5rem;
}

@media (max-width: 767.98px) {

    .h1,
    .title h2.h1,
    .title h3.h1,
    .title h4.h1 {
        font-size: 2.5rem;
    }
}

.h2,
.title h1.h2,
.title h3.h2,
.title h4.h2 {
    font-size: 4rem;
}

@media (max-width: 767.98px) {

    .h2,
    .title h1.h2,
    .title h3.h2,
    .title h4.h2 {
        font-size: 1.875rem;
    }
}

.h3,
.title h1.h3,
.title h2.h3,
.title h4.h3 {
    font-size: 3rem;
}

@media (max-width: 767.98px) {

    .h3,
    .title h1.h3,
    .title h2.h3,
    .title h4.h3 {
        font-size: 1.625rem;
    }
}

.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.375rem;
    }
}

.subtitle,
.title h1.subtitle,
.title h2.subtitle,
.title h3.subtitle,
.title h4.subtitle {
    font-size: 1.313rem;
}

@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.25rem;
}

@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.375rem;
    font-weight: 600;
    color: #636363;
}

@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: 1.375rem;
    }
}

.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;
    }
}

.secondary {
    color: var(--secondary-color);
}

.primary-bg {
    background-color: var(--primary-color);
}

.secondary-bg {
    background-color: var(--secondary-color);
}

.black-gradient {
    background-image: linear-gradient(to top, #000, hsla(0, 0%, 100%, 0))
}

.primary-bg h1,
.primary-bg h2,
.primary-bg h3,
.primary-bg h4,
.primary-bg h5,
.primary-bg p {
    color: white !important;
}

.black-text,
.black-text h1,
.black-text h2,
.black-text h3,
.black-text h4,
.black-text h5,
.black-text p {
    color: black !important;
}

.white-text,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text p {
    color: white !important;
}

.primary-text,
.primary-text h1,
.primary-text h2,
.primary-text h3,
.primary-text h4,
.primary-text h5,
.primary-text p {
    color: var(--primary-color) !important;
}

.colored-text,
.colored-text h1,
.colored-text h2,
.colored-text h3,
.colored-text h4,
.colored-text h5,
.colored-text p {
    color: var(--secondary-color) !important;
}

.bg-left-top,
.vc_row .bg-left-top {
	background-position: top left !important;
    margin: 0;
}

.bg-left-center,
.vc_row .bg-left-center {
	background-position: center left !important;
    margin: 0;
}

.bg-left-bottom,
.vc_row .bg-left-bottom {
	background-position: bottom left !important;
    margin: 0;
}

.bg-right-top,
.vc_row .bg-right-top {
	background-position: top right !important;
    margin: 0;
}

.bg-right-center,
.vc_row .bg-right-center {
	background-position: center right !important;
    margin: 0;
}

.bg-right-bottom,
.vc_row .bg-right-bottom {
	background-position: bottom right !important;
    margin: 0;
}

.bg-center-top,
.vc_row .bg-center-top {
	background-position: top center !important;
    margin: 0;
}

.bg-center-center,
.vc_row .bg-center-center {
	background-position: center center !important;
    margin: 0;
}

.bg-center-bottom,
.vc_row .bg-center-bottom {
	background-position: bottom center !important;
    margin: 0;
}
