.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}
.wpcf7 form.resetting .wpcf7-response-output {
    display: none;
}
.fa,
.fab,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-calendar:before {
    content: "\f133";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-play:before {
    content: "\f04b";
}
.fa-times:before {
    content: "\f00d";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fab {
    font-family: "Font Awesome 5 Brands";
}
.fab {
    font-weight: 400;
}
.fa,
.fas {
    font-family: "Font Awesome 5 Free";
}
.fa,
.fas {
    font-weight: 900;
}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h5 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul ul {
    margin-bottom: 0;
}
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
img {
    vertical-align: middle;
    border-style: none;
}
button {
    border-radius: 0;
}
button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button {
    text-transform: none;
}
[type="button"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
h1,
h2,
h5 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
h1 {
    font-size: 2.5rem;
}
h2 {
    font-size: 2rem;
}
h5 {
    font-size: 1.25rem;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small {
    font-size: 80%;
    font-weight: 400;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-12,
.col-lg-4,
.col-md-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.dropdown {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .active > .nav-link {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.carousel-item.active {
    display: block;
}
.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transform: none;
    transform: none;
}
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.w-100 {
    width: 100% !important;
}
.ml-auto {
    margin-left: auto !important;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.owl-carousel,
.owl-carousel .owl-item {
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled {
    display: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
}
.owl-theme .owl-nav {
    margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    border-radius: 3px;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
}
body {
    color: #4a4a4a;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    word-wrap: break-word !important;
}
h1,
h2,
h5 {
    margin-top: 0;
    color: inherit;
    font-weight: 300;
    word-wrap: break-word;
    font-family: "Titillium Web", sans-serif;
}
p {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    line-height: 1.9;
    word-wrap: break-word;
}
ul,
ol {
    margin: 0;
}
strong {
    font-weight: 700;
}
h1 {
    font-size: 65px;
}
h2 {
    font-size: 35px;
}
h5 {
    font-size: 20px;
}
p,
li {
    font-size: 15px;
}
a {
    color: #4a4a4a;
    word-wrap: break-word;
}
strong {
    font-weight: 900;
    color: #4a4a4a;
}
h2 {
    margin-bottom: 20px;
}
input {
    width: 100%;
    border: 1px solid #282828;
    height: 65px;
    padding-left: 27px;
    padding-right: 27px;
    margin-top: 1.5rem;
}
@media screen and (max-width: 1199px) {
    h1 {
        font-size: 45px;
    }
    h2 {
        font-size: 35px;
        margin-bottom: 10px;
    }
    h5 {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 30px;
    }
    h5 {
        font-size: 19px;
    }
    p {
        font-size: 15px;
    }
    li {
        font-size: 15px;
    }
}
.animated-icon2 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.animated-icon2 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.animated-icon2 span {
    background: #fff;
}
.animated-icon2 span:nth-child(1) {
    top: 0px;
}
.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
    top: 10px;
}
.animated-icon2 span:nth-child(4) {
    top: 20px;
}
.navbar {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 1rem !important;
}
.navbar .nav-item > a {
    position: relative;
    overflow: hidden;
}
.navbar .nav-item > a:before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: -100%;
}
.navbar .navbar-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.navbar .navbar-nav .nav-item.event-btn {
    padding: 0px 10px;
    border: 1px solid #ffff;
}
.navbar .navbar-brand.scrolled {
    display: none;
}
.navbar-nav li a {
    color: #fff !important;
    font-size: 16px;
    opacity: 0.7;
    font-family: "Lato", sans-serif;
    font-weight: 300;
}
.navbar-nav li {
    margin-right: 27px;
}
.navbar-nav li.dropdown .dropdown-menu a {
    color: #111 !important;
    background-image: -webkit-gradient(linear, left top, right top, from(#c69e47), to(#c69e47));
    background-image: linear-gradient(to right, #c69e47, #c69e47);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 1% 100%;
    font-size: 17px;
}
.navbar-info {
    padding: 0px 10px;
}
.navbar .dropdown-menu a {
    border-bottom: 2px solid transparent;
}
@media screen and (max-width: 1024px) {
    .navbar .dropdown-menu {
        position: relative !important;
        margin-top: 0;
        background-color: transparent;
        border: none;
        padding-left: 27px;
    }
    .navbar .dropdown-menu a {
        padding: 10px;
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        border-bottom: 1px solid #515151;
    }
    .navbar .nav-item .nav-link {
        border-bottom: 1px solid #ddd;
    }
}
.dropdown-menu {
    min-width: 100%;
}
.navbar .dropdown-menu a {
    font-size: 15px;
    font-weight: normal;
    color: #161616;
    padding: 20px 64px;
    text-align: center;
}
.mobile-sidenav {
    position: fixed;
    top: 0;
    z-index: 99999;
    background-color: #111111;
    height: 100%;
    right: -33rem;
    width: 31rem;
    padding: 4rem 3rem;
    overflow: auto;
}
.mobile-sidenav img.mobile-logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 4rem;
}
.mobile-sidenav span.close-btn {
    color: #fff;
    position: absolute;
    top: 1rem;
    right: 2rem;
    font-size: 35px;
}
.mobile-sidenav .dropdown-menu {
    position: relative;
    background-color: transparent;
    float: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #c69e47;
}
.mobile-sidenav .dropdown-menu li {
    padding-left: 25px;
}
.mobile-sidenav .mobile-dropdown ul {
    list-style: none;
    padding-left: 0;
}
.mobile-sidenav .mobile-dropdown ul li.menu-item-has-children:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    float: right;
    position: absolute;
    top: 33px;
    right: 32px;
    color: #fff;
}
.mobile-sidenav .mobile-dropdown ul li {
    width: 100%;
    border-bottom: 1px solid #c69e47;
    position: relative;
}
.mobile-sidenav .mobile-dropdown ul li > a {
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    display: table;
}
.mobile-sidenav .mobile-dropdown a {
    color: #fff;
    font-size: 25px;
    display: block;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}
.mobile-overlay {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
img {
    max-width: 100%;
    height: auto;
}
.banner img {
    max-width: unset;
}
.banner .carousel .carousel-indicators {
    bottom: 47px;
}
.banner .carousel .carousel-indicators li {
    margin: 0 17px;
}
.banner .carousel .carousel-caption {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 272px;
}
.banner .carousel .carousel-caption p {
    font-size: 20px;
}
.view {
    position: relative;
    overflow: hidden;
}
.view .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}
.view .rgba-black-light,
.view .rgba-black-light:after {
    background-color: rgba(0, 0, 0, 0.5);
}
.banner-bottom {
    background-color: #eeeeee;
    padding: 3rem 0;
}
.banner-bottom .banner-bottom-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.banner-bottom .banner-bottom-box .logo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
}
.banner-bottom .banner-bottom-box .logo-box img {
    display: block;
}
.sections {
    padding: 4rem 0;
}
.sections .section-title {
    margin-bottom: 4rem;
}
.sections .section-title h2 {
    position: relative;
    z-index: 1;
    color: #c69e47;
}
.owl-nav .owl-prev {
    border: 0px solid black;
    background-color: #fff !important;
    padding: 10px 20px !important;
    margin: 18px !important;
}
.owl-nav .owl-next {
    border: 0px solid black;
    background-color: #fff !important;
    padding: 10px 20px !important;
    margin: 18px !important;
}
.work .work-box {
    background-color: #fff;
    padding: 26px 25px;
    margin-bottom: 2rem;
}
.work .work-box .step {
    display: table;
    background-color: #c69e47;
    padding: 5px 17px;
    position: relative;
    top: -41px;
    font-weight: bold;
}
.work .work-box .step p {
    color: #fff;
}
.work .work-box p {
    color: #888888;
}
.video-section {
    padding: 0;
    position: relative;
    height: 29rem;
    overflow: hidden;
}
.video-section .video {
    width: 100%;
}
.video-section .video-mask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.video-section .container {
    padding: 0;
    position: absolute;
    top: 44%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-section .container .section-title {
    margin-bottom: 0;
}
.video-section .container .section-title p {
    color: #fff;
}
.video-section .container .playpause i {
    background-color: #c69e47;
    padding: 20px 22px;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    bottom: -6rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.video-section .container .playpause i.fa-pause {
    display: none;
}
.enquire input {
    border: none;
    background-color: #f8f8f8;
}
.dropdown-menu .menu-item {
    margin-right: 0;
}
.owl-mobile {
    display: none;
}
.home .event-btn {
    -webkit-animation: glowing 1500ms infinite;
    animation: glowing 1000ms infinite;
}
@-webkit-keyframes glowing {
    0% {
        background-color: #a58644;
    }
    50% {
        background-color: #f1dbaf;
    }
    100% {
        background-color: #a58644;
    }
}
@keyframes glowing {
    0% {
        background-color: #a58644;
    }
    50% {
        background-color: #f1dbaf;
    }
    100% {
        background-color: #a58644;
    }
}
.testiModal .close {
    z-index: 999;
}
.floating-cta-btns {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 30px;
    right: 36px;
    z-index: 30;
}
.floating-cta-btns .social-icons {
    background-color: #b99f68;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    transform: scale(0);
}
.floating-cta-btns .social-icons i {
    color: #fff;
    font-size: 23px;
}
.floating-cta-btns .social-icons.icon1 {
    bottom: 82px;
}
.floating-cta-btns .social-icons.icon2 {
    bottom: 138px;
}
.floating-cta-btns .social-icons.icon3 {
    bottom: 193px;
}
.floating-cta-btns .social-icons.icon4 {
    bottom: 249px;
}
.floating-cta-btns .main-floating-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #a58644;
    position: fixed;
    bottom: 20px;
    box-shadow: 0px 2px 5px #333;
}
.floating-cta-btns .main-floating-btn i {
    color: #fff;
    font-size: 25px;
}
.work .work-box .step p,
.work .work-box h5 {
    text-transform: uppercase;
}
.work .mobile-works {
    display: none;
}
@media screen and (min-width: 1200px) {
    .work .work-box {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 4rem;
        position: relative;
    }
    .work .work-box:after {
        content: "\f30b";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        right: -48px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 27px;
    }
}
.banner2 .rgba-black-light {
    display: none;
}
.navbar .navbar-brand.scrolled img {
    width: 70px;
}
.unscrolled img {
    width: 70px;
}
.mobile-sidenav img.mobile-logo {
    width: 70px;
}
.banner2 .mobile-banner {
    display: none;
}
.banner2 .sm-mobile-banner {
    display: none;
}
.banner1 .mobile-banner {
    display: none;
}
.banner1 .sm-mobile-banner {
    display: none;
}
@media (max-width: 991px) {
    .banner1 .mobile-banner {
        display: block;
    }
}
@media (max-width: 767px) {
    .banner2 .mobile-banner {
        display: none;
    }
    .banner1 .mobile-banner {
        display: none;
    }
    .banner1 .sm-mobile-banner {
        display: block;
    }
    #carouselExampleIndicators .carousel-item img {
        height: 1000px;
    }
    .banner .carousel-inner {
        height: 1000px;
    }
}
@media (max-width: 820px) {
    .banner .banner1 .carousel-caption {
        top: 48% !important;
    }
    .desktop-banner {
        display: none;
    }
    .banner2 .mobile-banner {
        display: block;
    }
}
@media (max-width: 600px) {
    .home .desktop-banner {
        display: none;
    }
    .banner2 .mobile-banner {
        display: none;
    }
    .banner2 .sm-mobile-banner {
        display: block;
    }
    .banner .banner1 .carousel-caption {
        top: 40% !important;
    }
    .banner .carousel .carousel-caption p {
        font-size: 15px !important;
        line-height: 1.6 !important;
    }
}
@media (max-width: 375px) {
    .banner1 .mobile-banner,
    .banner2 .mobile-banner {
        display: none;
    }
    .banner1 .sm-mobile-banner,
    .banner2 .sm-mobile-banner {
        display: block;
    }
    .banner .banner1 .carousel-caption {
        top: 29% !important;
    }
}
.testiModal {
    height: 100vh !important;
}
.testiModal .close {
    position: absolute;
    right: 15px;
    top: 9px;
}
.testiModal .modal-body {
    padding: 2rem 2rem;
    padding-bottom: 5rem;
}
.testiModal .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
}
.testiModal .author > img {
    margin-right: 20px;
}
.testiModal .author .author-caption h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}
.testiModal .author .author-caption img {
    width: 13px;
}
.testiModal .ratings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.testiModal .ratings .ratings-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}
.testiModal .ratings .ratings-box p {
    font-size: 12px;
    margin-bottom: 0;
}
.testiModal .ratings .ratings-box img {
    width: 13px;
}
.testiModal .btn-next {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #c69e47;
    color: #fff;
    padding: 10px 30px;
    font-size: 14px;
}
.testiModal .btn-prev {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #eee;
    padding: 10px 30px;
    font-size: 14px;
}
#menu-item-397 a:before {
    display: none;
}
.owl-nav i {
    font-size: 30px;
}
.social-icons {
    width: 100%;
    padding: 15px;
}
.testiModal .modal-dialog {
    margin-top: 0 !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
}
.testiModal .modal-dialog .content-entry {
    max-height: 261px;
    overflow-y: auto;
}
@media screen and (min-width: 1200px) {
    .navbar-nav li {
        margin-right: 15px;
    }
}
@media screen and (max-width: 1600px) {
    h1 {
        font-size: 50px;
    }
    .banner .carousel .carousel-caption p {
        font-size: 16px;
    }
}
@media screen and (max-width: 1440px) {
    .sections .section-title h2 {
        font-size: 35px;
    }
    .testiModal .modal-dialog {
        margin-top: 18rem;
    }
}
@media screen and (min-width: 1200px) {
    div.owl-carousel .owl-nav .owl-prev {
        height: 100px;
        position: absolute;
        top: 25%;
        left: -109px;
        display: block !important;
        border: 0px solid black;
        background-color: transparent !important;
        padding: 10px 20px !important;
    }
    div.owl-carousel .owl-nav .owl-next {
        height: 100px;
        position: absolute;
        top: 25%;
        right: -109px;
        display: block !important;
        border: 0px solid black;
        background-color: transparent !important;
        padding: 10px 20px !important;
    }
}
@media screen and (max-width: 1280px) {
    .banner .carousel .carousel-indicators {
        bottom: 15px;
    }
}
@media (max-width: 1320px) and (min-width: 1200px) {
    div.owl-carousel .owl-nav .owl-prev {
        left: -82px !important;
    }
    div.owl-carousel .owl-nav .owl-next {
        right: -82px !important;
    }
}
@media screen and (max-width: 1100px) {
    h1 {
        font-size: 40px;
    }
    .work .mobile-works {
        display: flex;
    }
}
@media screen and (max-width: 1024px) {
    .navbar .navbar-toggler {
        margin-left: auto;
    }
}
@media screen and (max-width: 1000px) {
    .banner .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 55rem;
    }
    .banner .carousel-inner img.w-100 {
        width: auto !important;
    }
    .banner-bottom .banner-bottom-box .logo-box img {
        display: block;
        margin: 19px 18px;
        flex: 0 0 20%;
        width: 10px;
    }
}
@media (min-width: 1000px) {
    .modal-dialog {
        max-width: 909px;
    }
}
@media screen and (max-width: 992px) {
    .mobile-sidenav {
        padding: 4rem 0;
    }
    .home .video-section .video {
        width: 100%;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, 0.5);
        border-color: transparent;
    }
    .dropdown-item {
        background-color: transparent !important;
    }
}
@media (max-width: 1024px) {
    .banner1 .carousel-caption {
        top: 62%;
    }
}
@media screen and (max-width: 767px) {
    .banner-bottom .banner-bottom-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .modal-dialog {
        position: relative;
        width: 325px;
        margin: 0.5rem;
    }
    .testiModal .ratings .ratings-box {
        flex: 0 0 50%;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .home .video-section .video {
        width: 100%;
        height: 30rem;
        -webkit-transform: scale(2) translateY(-6%);
        transform: scale(2) translateY(-6%);
    }
    .work .work-box {
        height: fit-content !important;
    }
}
@media screen and (max-width: 630px) {
    .mobile-sidenav {
        width: 100%;
        right: -38rem;
    }
    .sections {
        padding: 2rem 0;
        margin: 0;
    }
    .mobile-sidenav .mobile-dropdown a {
        font-size: 16px;
    }
    .mobile-sidenav img.mobile-logo {
        margin-bottom: 1rem;
    }
    .mobile-sidenav {
        width: 81%;
    }
    .mobile-sidenav .mobile-dropdown ul li.menu-item-has-children:after {
        top: 24px;
    }
    .video-content {
        padding: 0 15px;
    }
    .banner .carousel .carousel-caption {
        top: 40%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        max-height: 272px;
    }
    .banner .carousel-inner {
        height: 47rem;
    }
    .sections .section-title h2 {
        font-size: 30px;
    }
    .video-section .container .playpause i {
        padding: 12px 14px;
    }
    .banner .carousel .carousel-caption p {
        font-size: 15px;
    }
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 551px;
        margin: 1.75rem auto;
    }
}
@media (max-width: 991px) {
    .banner .banner2 .carousel-caption {
        top: 35%;
    }
    .banner .banner1 .carousel-caption {
        top: 72%;
    }
    #carouselExampleIndicators .carousel-item img {
        height: 700px;
        object-fit: cover;
    }
    .banner .carousel-inner {
        height: 700px;
    }
}
@media (max-width: 767px) {
    .banner .banner2 .carousel-caption {
        top: 35%;
    }
    .banner .banner1 .carousel-caption {
        top: 73%;
    }
    .banner .carousel-inner {
        height: fit-content !important;
    }
}
@media (max-width: 650px) {
    #carouselExampleIndicators .carousel-item.banner2 img {
        object-fit: unset;
    }
}
@media (max-width: 600px) {
    .banner .banner1 .carousel-caption {
        top: 70%;
    }
    #carouselExampleIndicators .carousel-item.banner2 img {
        object-fit: cover;
    }
}
@media screen and (max-width: 450px) {
    .banner .banner2 .carousel-caption {
        top: 35%;
    }
    .banner .carousel-inner {
        height: 55rem;
    }
    h1 {
        font-size: 35px;
    }
    .home .video-section .video {
        -webkit-transform: scale(3) translateY(-5%);
        transform: scale(3) translateY(-5%);
    }
    .owl-mobile {
        display: block;
    }
    .owl-mobile .owl-carousel .owl-stage {
        display: flex;
        align-items: center;
    }
    .owl-mobile .owl-carousel .owl-item img {
        width: 53%;
        margin: 0 auto;
    }
    .owl-mobile .owl-nav button {
        background-color: transparent !important;
    }
    .owl-mobile div.owl-carousel .owl-nav .owl-prev {
        height: 100px;
        position: absolute;
        top: -39%;
        left: -45px;
        display: block !important;
        border: 0px solid black;
        background-color: transparent !important;
        padding: 10px 20px !important;
    }
    .owl-mobile div.owl-carousel .owl-nav .owl-next {
        height: 100px;
        position: absolute;
        top: -39%;
        right: -22px;
        display: block !important;
        border: 0px solid black;
        background-color: transparent !important;
        padding: 10px 1px !important;
    }
    .banner-bottom-box {
        display: none !important;
    }
    .banner-bottom {
        background-color: #eeeeee;
        padding: 1rem 0;
    }
}
@media (max-width: 360px) {
    .banner .carousel-inner {
        height: 58rem;
    }
    #carouselExampleIndicators .carousel-item img {
        height: 666px;
    }
    .banner .carousel .carousel-caption p {
        font-size: 14px;
    }
    .banner .banner1 .carousel-caption {
        top: 70%;
    }
    .banner .banner2 .carousel-caption {
        top: 40%;
    }
}
.mobile-sidenav .dropdown-toggle::after {
    display: none;
}
.work .work-box {
    border: 1px solid #b3b3b3;
}
.work .work-box h5 {
    font-weight: 600;
}
@media screen and (min-width: 1200px) {
    .home .container {
        max-width: 1170px;
    }
}
nav.navbar ul#menu-main li#menu-item-514,
.mobile-sidenav ul#menu-main-1 li.menu-item-514 {
    display: none;
}
.wpcf7 form .wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
}
.home .video-section {
    display: none;
}
@charset "UTF-8";