/**
 * title:      Iluminate
 * created:    20/07/2025
 * author:     Development Team <info@optiva.co.uk>
 * copyright:  Optiva Ltd

 * ========================================================================== */

body { font-family: "Poppins", sans-serif; font-weight: 400; overflow-x: hidden; scroll-behavior: smooth; position: relative; }

h1 { color: #2d2d2d; font-size: 74px; line-height: 78px; font-weight: 700; }
h2 { color: #2d2d2d; font-size: 74px; line-height: 78px; font-weight: 700; }
h3 { color: #2d2d2d; font-size: 52px; line-height: 56px; font-weight: 600; }
h4 { color: #2d2d2d; font-size: 36px; line-height: 42px; font-weight: 600; }
h5 { color: #2d2d2d; font-size: 22px; line-height: 28px; font-weight: 500; }
h6 { color: #2d2d2d; font-size: 20px; line-height: 26px; font-weight: 400; }
p { color: #666666; font-size: 18px; line-height: 26px; font-weight: 400; }
p.large { font-size: 22px; line-height: 28px; }
li { color: #666666; font-size: 18px; line-height: 26px; font-weight: 400; }

h1.uppercase { letter-spacing: 3px; }
h2.uppercase { letter-spacing: 3px; }
h3.uppercase { letter-spacing: 2px; }
h4.uppercase { letter-spacing: 2px; }
h5.uppercase { letter-spacing: 2px; }
h6.uppercase { letter-spacing: 2px; }

.h1 { color: #2d2d2d; font-size: 42px; line-height: 48px; font-weight: 400; }
.h2 { color: #2d2d2d; font-size: 42px; line-height: 48px; font-weight: 400; }
.h3 { color: #2d2d2d; font-size: 36px; line-height: 42px; font-weight: 400; }
.h4 { color: #2d2d2d; font-size: 30px; line-height: 36px; font-weight: 400; }
.h5 { color: #2d2d2d; font-size: 24px; line-height: 30px; font-weight: 400; }
.h6 { color: #2d2d2d; font-size: 20px; line-height: 26px; font-weight: 400; }

ul.ticks { padding-left: 2rem; }
    ul.ticks li { padding-left: 0px; text-indent: -10px; }
    ul.ticks li:before { font-family: 'FontAwesome'; content: '\f00c'; margin:0 5px 0 -15px; color: #41ad49; font-weight: 900; left: -5px; position: relative; }
    ul.ticks li::marker { font-size: 0px; line-height: 0px; display: none; }

.container { max-width: 1300px; }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

.red { color: #cc3300!important; }
.orange { color: #ff9933!important; }
.yellow { color: #ffcc33!important; }
.keyline { -webkit-text-stroke-width: 2px; -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */ -webkit-text-stroke-color: #ffffff; }
.curved { border-radius: 10px; }

.uppercase { text-transform: uppercase; }

a { color: #cc0066; text-decoration: none; }
a:link { text-decoration: none; }
a:hover { color: #e40c78; text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }

.btn { font-size: 17px; line-height: 19px; font-weight: 700; padding: 15px 32px; letter-spacing: 0px; text-transform: uppercase; color: #333333; border: 1px #333333 solid; border-radius: 30px; filter: drop-shadow(0px); box-shadow: none; transition: 0.2s; transition-timing-function: ease-in; }
.btn:hover { transition: 0.2s; transition-timing-function: ease-in; }
.btn:focus { transition: 0.2s; transition-timing-function: ease-in; }

.btn.large { font-size: 21px; line-height: 23px; padding: 10px 45px; }

.btn-pink { background: #cc0066; border-color: #cc0066; color: #ffffff; }
.btn-pink:hover { background: #e40c78!important; border-color: #e40c78!important; color: #ffffff!important; }
.btn-pink:focus { background: #e40c78; border-color: #e40c78; color: #ffffff; }
.btn-pink:active { background: #e40c78!important; border-color: #e40c78!important; color: #ffffff!important; }

.btn-pink-keyline { background: none; border-color: #cc0066; color: #cc0066; }
.btn-pink-keyline:hover { background: #cc0066!important; border-color: #cc0066!important; color: #ffffff!important; }
.btn-pink-keyline:focus { background: #cc0066; border-color: #cc0066; color: #ffffff; }
.btn-pink-keyline:active { background: #cc0066!important; border-color: #cc0066!important; color: #ffffff!important; }

.btn-white { background: #ffffff; border-color: #ffffff; color: #cc0066; }
.btn-white:hover { background: #cc0066!important; border-color: #cc0066!important; color: #ffffff!important; }
.btn-white:focus { background: #cc0066; border-color: #cc0066; color: #ffffff; }
.btn-white:active { background: #cc0066!important; border-color: #cc0066!important; color: #ffffff!important; }

.btn-white-keyline { background: none; border-color: #ffffff; color: #ffffff; }
.btn-white-keyline:hover { background: #ffffff!important; border-color: #ffffff!important; color: #333333!important; }
.btn-white-keyline:focus { background: #ffffff; border-color: #ffffff; color: #333333; }
.btn-white-keyline:active { background: #ffffff!important; border-color: #ffffff!important; color: #333333!important; }

.form-control { border: 0px; border-bottom: 1px #999999 solid; border-radius: 0px; font-size: 16px; }
.form-control.is-invalid { border: 1px #cc0066 solid!important; }
.field-content { position: relative; }
.form-floating input { padding-left: 3px!important; }
.form-floating > .form-control:not(:placeholder-shown) { padding-top: 32px; }
.form-floating label { padding-left: 0px; }
.form-floating + button.inline { font-size: 30px; background: none; border: 0px; box-shadow: none; top: 6px; right: 0px; position: absolute; }
.form-floating + button.inline:hover { color: #cc0066; }

select.form-control { background: #fff url('../assets/dropdown-arrow.png') no-repeat right 50%; border: 1px #cccccc solid; border-radius: 30px; -moz-appearance: none; -webkit-appearance: none; appearance: none; background-size: 24px; padding-right: 30px !important; }
.formeo-column .text-error { color: #cc0066; display: inline-block; }
.formeo-column label { color: #333333; font-size: 16px; margin-bottom: 7px!important; font-weight: 400; display: block; margin-bottom: 6px; }
.formeo-column label br { display: none; }
.formeo-column .f-field-group { margin-bottom: 15px; position: relative; }
.formeo-column .f-field-group:last-child { margin-bottom: 0px; }
.formeo-column textarea { border-radius: 7px!important; }
.formeo-column input[type='text'] { height: 40px; border-radius: 7px; }
.formeo-column select { display: block; width: 100%;padding: .375rem .75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; background-color: #fff; background: #fff url('../assets/dropdown-arrow.png') no-repeat right 50%; background-size: 24px; background-clip: padding-box; border: 1px solid #ffffff; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: .375rem; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
.formeo-column input[type='checkbox'] { width: 100%!important; height: 100%!important; position: absolute!important; }
.formeo-column input[type='checkbox'] + label { font-size: 14px; line-height: 19px; display: block; margin: 0px; padding-top: 5px; padding-left: 40px; }
.formeo-column input[type='checkbox'] + label a { position: relative; z-index: 1; }
.formeo-column input[type='checkbox'] + label h6 { font-size: 14px; line-height: 19px; display: inline; margin: 0px; }
.formeo-column input[type='checkbox'] + label h6 a { color: #333333; text-decoration: underline; z-index: 5; position: relative; }
.formeo-column input[type='checkbox'] + label h6 a:hover { color: #cc0066; }
.formeo-column input[type="checkbox"] + label::before { content: ""; display: inline-block; position: absolute; width: 29px; height: 29px; left: 0; margin-top: -5px; margin-left: 0px; border: 1px solid #cccccc; border-radius: 3px; background-color: #fff; -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.formeo-column input[type="checkbox"] + label::after { display: inline-block; position: absolute; width: 28px; height: 28px; left: 0; top: 0; margin-top: 0px; margin-left: 0px; padding-left: 3px; padding-top: 5px; font-size: 18px; color: #41ad49;  font-weight: 900;  text-align: center; }
.formeo-column input[type="checkbox"]:checked + label::after { font-family: "Font Awesome 5 Pro"; content: "\f00c"; }
.formeo-column input[type="checkbox"] { opacity: 0; z-index: 1; cursor: pointer; width: 100%; height: 100%; position: absolute; }
.formeo-column .checkbox.error + label::before { border-color: #cc0066; }
fieldset.formeo-row-wrap { display: block; margin: 20px -10px 20px -10px; }
.formeo.formeo-render .formeo-row-wrap { margin-bottom: 8px!important; }
fieldset.formeo-row-wrap .formeo-row { display: block; font-size: 0px; }
fieldset.formeo-row-wrap .formeo-row .formeo-column { display: inline-block; vertical-align: bottom; padding: 0px 10px; }
.formeo-column input.disabled { height: 38px; font-size: 14px; background-color: #e9ecef; opacity: 1; pointer-events: none; cursor: none; }

.success-message { background: #e3ffec; color: #007433!important; font-size: 16px!important; line-height: 24px!important; padding: 15px; border: 1px #007433 solid; border-radius: 10px; position: relative; }

.border-light { border-color: rgb(134, 130, 112) !important; }

.checkbox { position: relative; }
    .checkbox label { color: #1b1631; font-size: 24px; font-weight: 300; padding-left: 15px; }
    .checkbox label.big span { font-size: 20px; line-height: 28px; margin-top: 2px; }
    .checkbox label span { font-size: 18px; line-height: 22px; font-weight: 400; display: block; margin-top: 4px; margin-left: 15px; }
    .checkbox label::before { background: #ffffff; border: 1px #ada68a solid; width: 34px; height: 34px; }
    .checkbox label::after { color: #4bc184; font-size: 20px; line-height: 35px; font-weight: 900; border: none; width: 34px; height: 34px; left: 0px; top: 0px; padding: 0px; text-align: center; }
    .checkbox input { top: 0px; left: 0px; margin: 0px; height: 100%; width: 100%; position: absolute; }
    .checkbox input.is-invalid + label::before { border: 1px #cc0066 solid; }

.radio { position: relative; }
    .radio label { color: #1b1631; font-size: 24px; font-weight: 300; padding-left: 15px; }
    .radio label span { display: block; margin-top: 4px; }
    .radio label::before { background: #ffffff; border: 1px #ada68a solid; width: 28px; height: 28px; margin-top: 1px; }
    .radio label::after { background: #4bc184; width: 14px; height: 14px; left: 7px; top: 8px; margin-top: 0px; }
    .radio input { top: 0px; left: 0px; margin: 0px; height: 100%; width: 100%; position: absolute; }
    .radio input.is-invalid + label::before { border: 1px #cc0066 solid; }

.nav-above { margin-top: 90px; }

.cky-btn.cky-btn-accept { background: #cc0066!important; border-color: #cc0066!important; color: #ffffff!important; }
.cky-btn-revisit-wrapper { background: #cc0066!important; }

/**
 * Header 
 * ========================================================================== */

header { width: 100%; top: 0px; position: fixed; z-index: 1200; transition: 0.3s; transition-timing-function: ease-in; }

.header { background: none; width: 100%; height: 90px; padding: 32px 20px; position: relative; transition: 0.3s; transition-timing-function: ease-in; }
.header.internal { background: #000033; }

    .header .logo { width: 225px; padding-top: 24px; top: 0px; left: 0px; right: 0px; position: absolute; margin: auto; transition: 0.3s; transition-timing-function: ease; }

    .header .nav { padding: 0px; margin: -32px 0px 0px 0px; transition: 0.3s; transition-timing-function: ease; }
    .header .nav.left { float: left; }
    .header .nav.right { float: right; }
        .header .nav.right ul { margin-top: -8px; }
        .header .nav ul { padding: 0px; margin: 0px; font-size: 0px; }
        .header .nav li { font-size: 16px; line-height: 24px; font-weight: 400; letter-spacing: 1px; display: inline-block; padding-top: 40px; padding-right: 30px; height: 90px; transition: 0.3s; transition-timing-function: ease-in; }
        .header .nav li:hover { color: #cc0066; }
        .header .nav li:hover a { color: #cc0066; }
        .header .nav li a { color: #e8e8e8; display: block; text-transform: uppercase; transition: 0.3s; transition-timing-function: ease-in; }
        .header .nav li a span { padding-right: 6px; }
        .header .nav li.active a { color: #cc0066; }
        .header .nav li a.active { color: #cc0066; }
        .header .nav li.dropdown a:hover { cursor: default; }
        .header .nav li.dropdown.active a { color: #cc0066; transition: 0.3s; transition-timing-function: ease-in; }
        /*.header .nav li.dropdown a::after { color: #e8e8e8!important; display: inline-block; transform: rotate(0deg); font-family: "Font Awesome 5 Pro"; content: "\f078"; transition: 0.3s; transition-timing-function: ease-in; }*/
        .header .nav li:last-child { padding-right: 0px; }
        .header .nav li .nav-border { background: #cc0066; height: 3px; width: 0%; margin-top: 24px; position: relative; z-index: 1201; transition: 0.3s; transition-timing-function: ease-in; }
        .header .nav li .btn { font-size: 15px; line-height: 17px; padding: 12px 26px; top: 0px; position: relative; transition: 0.3s; transition-timing-function: ease-in; }

        .header .buttons { margin-top: 0px; float: right; transition: 0.3s; transition-timing-function: ease; }
            .header .buttons .btn { padding: 10px 15px; margin-left: 20px; float: right; }
            .header .buttons .icon-circle { width: 30px; height: 30px; border: 2px #ffffff solid; border-radius: 50%; margin-top: 6px; margin-left: 20px; text-align: center; float: right; overflow: hidden; position: relative; transition: 0.3s; transition-timing-function: ease-in; }
            .header .buttons .icon-circle:hover { background: #cc0066; border-color: #cc0066; }
            .header .buttons .icon-circle i { color: #ffffff; position: absolute; transition: 0.3s; transition-timing-function: ease-in; } 
            .header .buttons .icon-circle:hover i { color: #ffffff; transition: 0.3s; transition-timing-function: ease-in; } 
            .header .buttons .icon-circle.user i { font-size: 24px; left: 0px; right: 0px; bottom: -3px; } 
            .header .buttons .search { margin-top: 6px; display: inline-block; position: relative; }
            .header .buttons .search i { color: #b0b0b0; font-size: 26px; position: relative; } 
            .header .buttons .search:hover i { color: #ffffff; }
            .header .buttons .icon-circle.nav-i i { font-size: 17px; top: 5px; left: 0px; right: 0px; }
            .header .buttons .icon-circle.nav-i { display: none; }

    .header .mobile-nav { display: none; }
        .header .mobile-nav.left { float: left; }
        .header .mobile-nav.center { opacity: 0; visibility: hidden; padding-top: 14px; top: 0px; left: 0px; right: 0px; position: absolute; margin: auto; text-align: center; transition: 0.1s; transition-timing-function: ease; }
            .header .mobile-nav.center .btn-pink { background: #cc0066!important; border: 0px; font-size: 20px; }
        .header .mobile-nav.right { float: right; }
        .header .mobile-nav .icon-circle { width: 42px; height: 42px; color: #ffffff; border: 2px #ffffff solid; border-radius: 50%; text-align: center; position: relative; }
            .header .mobile-nav .icon-circle i { font-size: 22px; top: 50%; transform: translateY(-50%); left: 0px; right: 0px; margin: auto; position: absolute; }
        .header .mobile-nav .icon-circle:hover { background: #ffffff; color: #cc0066; }
            .header .mobile-nav .icon-circle.solid { background: #cc0066; border-color: #cc0066; color: #ffffff; }
            .header.scrolled .mobile-nav .icon-circle.solid { background: #ffffff; border-color: #ffffff; color: #cc0066; }


    .header.active { background: #000033; transition: 0.3s; transition-timing-function: ease-in; }

    .header .nav li.dropdown.active a::after { color: #cc0066!important; transform: rotate(-180deg); transition: 0.3s; transition-timing-function: ease-in; }
    .header .nav li.dropdown.active .nav-border { width: 100%; transition: 0.3s; transition-timing-function: ease-in; }


    header .nav ul li.dropdown:hover .navigation-dropdown { opacity: 1; visibility: visible; z-index: 1200; transition: 0.3s; transition-timing-function: ease-in;  }


    header .navigation-dropdown { background: #ffffff; width: 100%; max-width: 1920px; left: 0px; right: 0px; border-top: 1px #ccc solid; border-radius: 0px; padding: 35px 10px 35px 10px; margin: auto; top: 90px; position: fixed; opacity: 0; visibility: hidden; z-index: unset; transition: 0.3s; transition-timing-function: ease-in; }
        header .navigation-dropdown.active { display: block; }

            header .navigation-dropdown li { height: auto!important; padding-top: 0px!important; }
            header .navigation-dropdown .list-items { padding-left: 0px; }
            header .navigation-dropdown.two .list-items { padding-left: 0px; }
            header .navigation-dropdown.two { min-width: 580px; }
            header .navigation-dropdown.three .list-items { padding-left: 0px; }
            header .navigation-dropdown h5 { color: #666666; font-size: 19px; line-height: 24px; font-weight: 500; margin-bottom: 12px; }

            header .nav ul .navigation-dropdown ul { list-style: none; padding: 0px; margin: 0px; }
                header .nav ul .navigation-dropdown ul li.title { color: #cc0066; font-size: 17px; line-height: 23px; font-weight: 500; margin-bottom: 8px; }
                    header .nav ul .navigation-dropdown ul li.title a { color: #2d2d2d!important; }
                    header .nav ul .navigation-dropdown ul li.title a:hover { color: #cc0066!important; }
                header .nav ul .navigation-dropdown ul li { font-size: 15px; line-height: 21px; font-weight: 400; padding-right: 0px; margin-right: 0px; margin-bottom: 6px; height: auto; display: block; text-transform: none; letter-spacing: 0px; } 
                header .nav ul .navigation-dropdown ul li.bold { font-weight: 600; }
                header .nav ul .navigation-dropdown ul li a { color: #666666!important; display: block; text-transform: none; letter-spacing: 0px; }
                header .nav ul .navigation-dropdown ul li a:hover { color: #cc0066!important; cursor: pointer!important; }
                header .nav ul .navigation-dropdown ul li a::after { opacity: 0; display: inline; margin-left: 6px; font-family: "Font Awesome 5 Pro"; content: "\f054"!important; transform: none!important; }
                header .nav ul .navigation-dropdown ul li a:hover::after { opacity: 1; }

            header .navigation-dropdown .nav-feature-box { background: #0c252c; background-size: cover; background-position: right 50%; padding: 20px; border-radius: 10px; width: 230px; height: 96%; float: right; position: relative; }
                header .navigation-dropdown .nav-feature-box .cta-circle { width: 60px; height: 60px; }
                header .navigation-dropdown .nav-feature-box h4 { color: #ffffff; bottom: 20px; position: absolute; }

            header .navigation-dropdown .nav-text-feature { padding-right: 50px; display: block; cursor: pointer!important; }
            header .navigation-dropdown .nav-text-feature::after { display: none!important; }
            header .navigation-dropdown .nav-text-feature h5 { color: #2d2d2d; font-size: 17px; line-height: 23px; font-weight: 500; margin-bottom: 8px; }
            header .navigation-dropdown .nav-text-feature h5::after { opacity: 0; display: inline; margin-left: 6px; font-family: "Font Awesome 5 Pro"; content: "\f054"!important; transition: 0.3s; transition-timing-function: ease; }
            header .navigation-dropdown .nav-text-feature:hover h5::after { opacity: 1; transition: 0.3s; transition-timing-function: ease; }
            header .navigation-dropdown .nav-text-feature p { color: #666666; font-size: 14px; line-height: 20px; margin: 0px; text-transform: none; letter-spacing: 0px; }
            header .navigation-dropdown .nav-text-feature:hover h5 { color: #cc0066; }
            header .navigation-dropdown .nav-text-feature.venue { margin-bottom: 25px; }
                header .navigation-dropdown .nav-text-feature.venue .logo-holder { min-height: 80px; margin-bottom: 12px; position: relative; }
                    header .navigation-dropdown .nav-text-feature.venue .logo-holder img { width: auto; max-width: 160px; max-height: 75px; top: 50%; transform: translateY(-50%); left: 0px; right: 0px; margin: auto; position: absolute; }

            header .navigation-dropdown.one { padding-top: 42px; padding-bottom: 12px; text-align: center; }
                header .navigation-dropdown.one .container { max-width: 900px; }
                header .navigation-dropdown.one .nav-text-feature { border: 1px #ccc solid; border-radius: 10px; padding: 15px; transition: 0.2s; transition-timing-function: ease; }
                header .navigation-dropdown.one .nav-text-feature:hover { border-color: #cc0066; transition: 0.2s; transition-timing-function: ease; }
                    header .navigation-dropdown.one .nav-text-feature h5::after { display: none; }

            header .navigation-dropdown.two { padding-top: 38px; padding-bottom: 42px; }

                header .dropdown .navigation-dropdown .col { top: -30px; position: relative; opacity: 0; visibility: hidden; transition: 0.3s; transition-timing-function: ease; transition-delay: 0.1s; }
                header .dropdown.active .navigation-dropdown .col { top: 0px; opacity: 1; visibility: visible; transition: 0.3s; transition-timing-function: ease; transition-delay: 0.4s;  }
            
                header .dropdown .navigation-dropdown .col:nth-child(2) { transition-delay: 0.1s; }
                header .dropdown.active .navigation-dropdown .col:nth-child(2) { transition-delay: 0.5s; }
            
                header .dropdown .navigation-dropdown .col:nth-child(3) { transition-delay:  0.1s; }
                header .dropdown.active .navigation-dropdown .col:nth-child(3) { transition-delay: 0.6s; }
            
                header .dropdown .navigation-dropdown .col:nth-child(4) { transition-delay: 0.1s; }
                header .dropdown.active .navigation-dropdown .col:nth-child(4) { transition-delay: 0.7s; }
            
                header .dropdown .navigation-dropdown .col:nth-child(5) { transition-delay: 0.1s; }
                header .dropdown.active .navigation-dropdown .col:nth-child(5) { transition-delay: 0.8s; }
                            
                header .dropdown .navigation-dropdown .col:nth-child(6) { transition-delay: 0.1s; }
                header .dropdown.active .navigation-dropdown .col:nth-child(6) { transition-delay: 0.9s; }
                            
                header .dropdown .navigation-dropdown .col:nth-child(7) { transition-delay: 0.1s; }
                header .dropdown.active .navigation-dropdown .col:nth-child(7) { transition-delay: 1.0s; }

                header .dropdown .navigation-dropdown .col:nth-child(8) { transition-delay: 0.1s; }
                header .dropdown.active .navigation-dropdown .col:nth-child(8) { transition-delay: 1.1s; }


        .header.scrolled { background: #000033; height: 71px; padding-top: 22px; padding-bottom: 22px; box-shadow: 0 -6px 10px 5px rgba(0,0,0,0.3); transition: 0.3s; transition-timing-function: ease-in; }
            .header.scrolled .logo { width: 165px; padding-top: 14px; transition: 0.3s; transition-timing-function: ease; }
            .header.scrolled .nav { transition: 0.3s; transition-timing-function: ease; }
            .header.scrolled .nav li { height: 81px; padding-top: 35px; }
            .header.scrolled .nav li .nav-border {margin-top: 20px; }
            .header.scrolled .nav li .btn { top: -3px; position: relative; transition: 0.3s; transition-timing-function: ease; }
            .header.scrolled .buttons { margin-top: -6px; transition: 0.3s; transition-timing-function: ease; }

            .header.scrolled.active { background: #000033; }


        header .navigation-dropdown.scrolled { top: 71px; transition: 0.1s; transition-timing-function: ease-in; }

        .overlay-bg { transition: 0.3s; transition-timing-function: ease; }
        .overlay-bg.active { background-color: #000; opacity: 0.5; height: 100%; width: 100%; position: absolute; z-index: 1000; transition: 0.3s; transition-timing-function: ease; }

        .header-above { margin-top: 90px; }
        

/* === Menu Modal =============================== */

.menu-modal { background: #000033; opacity: 0; visibility: hidden; position: fixed; width: 100%; height: 100%; min-height: 100vh; padding: 0px 0px 0px 0px; overflow: auto; top: 0px; transition: 0.4s; transition-timing-function: ease-in; z-index: 0; }
.menu-modal.active { z-index: 9998; opacity: 1; visibility: visible; top: 0px; transition: 0.4s; transition-timing-function: ease-in; }

    .menu-modal .header-content { padding: 32px 32px; }
    .menu-modal.scrolled .header-content { padding-top: 18px; padding-bottom: 18px; }
        .menu-modal .header-content .logo { width: 180px; float: left; transition: 0.2s; transition-timing-function: ease-in; }

        .menu-modal .buttons { margin-top: 0px; }
            .menu-modal .buttons .icon-circle { width: 42px; height: 42px; border: 2px #e7e7e7 solid; border-radius: 50%; margin-top: 0px; margin-left: 15px; text-align: center; float: right; overflow: hidden; position: relative; transition: 0.2s; transition-timing-function: ease-in; }
            .menu-modal .buttons .icon-circle:hover { background: #cc0066; border-color: #cc0066; }
            .menu-modal .buttons .icon-circle i { color: #e7e7e7; font-size: 22px; top: 8px; left: 0px; right: 0px; position: absolute; transition: 0.2s; transition-timing-function: ease-in; } 
            .menu-modal .buttons .icon-circle:hover i { color: #ffffff; transition: 0.2s; transition-timing-function: ease-in; } 

            
    .menu-modal .link-content { padding: 0px 30px 20px 30px; }
    .menu-modal .link-content .accordion { background: none; border-radius: 0px; margin-bottom: 25px; }
        .menu-modal .link-content .accordion .accordion-item { background: none; border: 0px; border-bottom: 1px #7f7f7f solid; border-radius: 0px; }
        .menu-modal .link-content .accordion .accordion-item .accordion-header { background: none; font-size: 22px; line-height: 26px; }
        .menu-modal .link-content .accordion .accordion-item .accordion-header .accordion-button { background: none; color: #ffffff; font-size: 19px; line-height: 24px; font-weight: 600; box-shadow: none; padding: 15px 0px; }
        .menu-modal .link-content .accordion .accordion-item .accordion-header .accordion-button:hover { color: #cc0066; }
        .menu-modal .link-content .accordion .accordion-item .accordion-header .accordion-button::after { background: none!important; font-family: "Font Awesome 5 Pro"; content: "\2b"; }
        .menu-modal .link-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after { background: none!important; font-family: "Font Awesome 5 Pro"; content: "\f068"; }
        .menu-modal .link-content .accordion .accordion-item .accordion-header .accordion-button.link::after { display: none!important; }
        .menu-modal .link-content .accordion .accordion-item .accordion-body { padding: 0px 0px 25px 0px; }
            .menu-modal .link-content .accordion .accordion-item .accordion-body ul { list-style: none; padding: 0px; margin: 0px; }
            .menu-modal .link-content .accordion .accordion-item .accordion-body ul li { font-size: 17px; line-height: 23px; padding: 5px 0px; font-weight: 500; }
            .menu-modal .link-content .accordion .accordion-item .accordion-body ul li a { color: #cccccc;}
            .menu-modal .link-content .accordion .accordion-item .accordion-body ul li a:hover { color: #cc0066; }
            .menu-modal .link-content .accordion .accordion-item .accordion-body ul li.title { font-size: 18px; line-height: 24px; padding-top: 15px!important; margin-top: 15px; border-top: 1px #cccccc solid; }
            .menu-modal .link-content .accordion .accordion-item .accordion-body ul li.title a { color: #cc0066; }
            .menu-modal .link-content .accordion .accordion-item .accordion-body ul li.title:first-child { border: 0px; padding-top: 5px!important; margin-top: 0px!important; }
            .menu-modal .link-content .accordion .accordion-item .accordion-body ul li:first-child { padding-top: 0px; }

        .menu-modal .link-content .btn { width: 100%; max-width: 400px; font-size: 18px; line-height: 19px; padding: 12px 18px; }

        .menu-modal .link-content .social-icons { margin: 38px 0px 0px 0px; }
            .menu-modal .link-content .social-icons li a { border-color: #ffffff; }
            .menu-modal .link-content .social-icons li a i { color: #ffffff; }
            .menu-modal .link-content .social-icons li a:hover { background: #ffffff; border-color: #ffffff; }
            .menu-modal .link-content .social-icons li a:hover i { color: #333333; }


/**
 * Hero Panel
 * ========================================================================== */

.hero-panel { background-color: #081120; padding: 230px 20px 230px 20px; background-position: center top; background-repeat: no-repeat; overflow: hidden; position: relative;
    mask: url(../assets/hero-panel-mask.svg) bottom center no-repeat; -webkit-mask: url(../assets/hero-panel-mask.svg) bottom center no-repeat; mask-size: 100%; -webkit-mask-size: 100%; }

    .hero-panel .container { z-index: 1; position: relative; }
        .hero-panel .text-content .buttons { margin-top: 35px; }
            .hero-panel .text-content .buttons .btn { min-width: 170px; margin: 0px 10px; }

    .hero-panel .video-bg { background: #000000; width: 100%; height: 100%; top: 0px; left: 0px; right: 0px; position: absolute; margin: auto; }
        .hero-panel .video-bg video { opacity: 0.6; width: 100%; min-width: 1600px; top: -160px; left: 0px; right: 0px; margin: auto; position: absolute; }
    

/**
 * Featured Boxes Slider Panel
 * ========================================================================== */

.featured-boxes-slider-panel { background: none; padding: 90px 0px 90px 0px; overflow: hidden; position: relative; }
.featured-boxes-slider-panel.internal { padding: 60px 0px 60px 0px; }
    .featured-boxes-slider-panel .text-content { max-width: 800px; margin: auto auto 50px auto; }

        .featured-boxes-slider-panel .holder { width: 100%; position: relative; }
            .featured-boxes-slider-panel .holder .slider { position: relative; top: auto; left: 50%; transform: translate(-50%, 0%); width: 132%; }
            .featured-boxes-slider-panel .holder .slider .swiper-slide { min-height: 500px; }
            .featured-boxes-slider-panel .holder .slider.reduced .swiper-slide { min-height: 460px; }

.gallery-slider-panel { background: none; padding: 90px 0px 90px 0px; overflow: hidden; position: relative; }
.gallery-slider-panel.internal { padding: 60px 0px 60px 0px; }
    .gallery-slider-panel .text-content { max-width: 800px; margin: auto auto 50px auto; }

        .gallery-slider-panel .holder { width: 100%; position: relative; }
            .gallery-slider-panel .holder .slider { position: relative; top: auto; left: 50%; transform: translate(-50%, 0%); width: 182%; }
            .gallery-slider-panel .holder .slider .swiper-slide { min-height: 500px; }
            .gallery-slider-panel .holder .slider.reduced .swiper-slide { min-height: 460px; }
            .gallery-slider-panel .holder .slider .gallery-arrow { background: #ffffff; width: 68px; height: 68px; font-size: 38px; line-height: 66px; top: 50%; bottom: auto; transform: translateY(-50%); z-index: 1; }
            .gallery-slider-panel .holder .slider .gallery-arrow:hover { background: #cc0066; }
            .gallery-slider-panel .holder .slider .gallery-arrow.prev { left: 25%; }
            .gallery-slider-panel .holder .slider .gallery-arrow.next { left: auto; right: 25%; }
            .gallery-slider-panel .holder .thumbs-holder { width: 97%; max-width: 1340px; margin-top: 50px; position: relative;}
            .gallery-slider-panel .holder .thumbs-holder .swiper { width: 92%; max-width: 1200px; margin: auto; }
            .gallery-slider-panel .holder .thumbs-holder .swiper-slide { border-radius: 10px; overflow: hidden; border: 2px #ffffff solid; }
            .gallery-slider-panel .holder .thumbs-holder .swiper-slide:hover { cursor: pointer; border-color: #cc0066; }
            .gallery-slider-panel .holder .thumbs-holder .gallery-arrow { background: #ffffff; width: 42px; height: 42px; font-size: 22px; line-height: 42px; border-width: 1px; top: 50%; bottom: auto; transform: translateY(-50%); z-index: 1; }
            .gallery-slider-panel .holder .thumbs-holder .gallery-arrow:hover { background: #cc0066; }
            .gallery-slider-panel .holder .thumbs-holder .gallery-arrow.prev { left: 0%; }
            .gallery-slider-panel .holder .thumbs-holder .gallery-arrow.next { left: auto; right: 0%; }

    .attraction-feature-box { background: #000000; min-height: 440px; background-size: cover; background-position: 50% center; background-repeat: no-repeat; margin-top: 30px; padding: 50px; border-radius: 20px; text-align: center; position: relative; transition: 0.3s; transition-timing-function: ease-in; }
        .attraction-feature-box * { color: #ffffff; }
        .attraction-feature-box .feature-content { left: 0px; right: 0px; bottom: 50px; margin: auto; position: absolute; }
        .attraction-feature-box .feature-content h3 { font-size: 38px; line-height: 44px; margin-bottom: 5px; transition: 0.3s; transition-timing-function: ease-in; }
        .attraction-feature-box .feature-content h4 { font-size: 28px; line-height: 34px; margin-bottom: 20px; transition: 0.3s; transition-timing-function: ease-in; }
        .attraction-feature-box .feature-content h5 { font-size: 20px; line-height: 26px; margin: 0px; transition: 0.3s; transition-timing-function: ease-in; }
        .attraction-feature-box .feature-content .buttons { margin-top: 35px; }
        .attraction-feature-box .feature-content .buttons .btn { min-width: 170px; margin: 0px 10px; }

    .swiper-slide-next .attraction-feature-box { min-height: 500px; margin-top: 0px; transition: 0.3s; transition-timing-function: ease-in; }
        .swiper-slide-next .attraction-feature-box .feature-content h3 { font-size: 46px; line-height: 52px; transition: 0.3s; transition-timing-function: ease-in; }
        .swiper-slide-next .attraction-feature-box .feature-content h4 { font-size: 34px; line-height: 40px; transition: 0.3s; transition-timing-function: ease-in; }
        .swiper-slide-next .attraction-feature-box .feature-content h5 { font-size: 22px; line-height: 28px; transition: 0.3s; transition-timing-function: ease-in; }
        .swiper-slide-next .attraction-feature-box .feature-content .buttons { margin-top: 35px; }
        .swiper-slide-next .attraction-feature-box .feature-content .buttons .btn { min-width: 170px; margin: 0px 10px; }

    .attraction-feature-small-box { background: #000000; min-height: 440px; background-size: cover; background-position: 50% center; background-repeat: no-repeat; padding: 30px; border-radius: 20px; overflow: hidden; text-align: center; position: relative; transition: 0.3s; transition-timing-function: ease-in; }
        .attraction-feature-small-box .overlay { background: #000000; opacity: 0.2; width: 100%; height: 100%; top: 0px; left: 0px; right: 0px; margin: auto; position: absolute; }
        .attraction-feature-small-box * { color: #ffffff; }
        .attraction-feature-small-box .feature-content { width: 90%; top: 50%; transform: translateY(-50%); left: 0px; right: 0px; margin: auto; position: absolute; }

    .gallery-feature-box { background: #000000; min-height: 640px; background-size: cover; background-position: 50% center; background-repeat: no-repeat; padding: 30px; border-radius: 20px; overflow: hidden; text-align: center; position: relative; transition: 0.3s; transition-timing-function: ease-in; }

    .keyline-cta-box { background: none; width: 100%; border: 1px #cc0066 solid; padding: 25px 20px 25px 20px; margin: auto; border-radius: 10px; overflow: hidden; cursor: pointer; position: relative; transition: 0.2s; transition-timing-function: ease-in; }
        .keyline-cta-box .icon-circle { background: #f0f0f0; border-radius: 50%; width: 90px; height: 90px; font-size: 45px; color: #cc0066; margin: auto auto 20px auto; position: relative; }
            .keyline-cta-box .icon-circle i { top: 50%; transform: translateY(-50%); left: 0px; right: 0px; margin: auto; position: absolute; }
            .keyline-cta-box h5 { font-size: 20px; line-height: 26px; margin: 0px; transition: 0.2s; transition-timing-function: ease-in; }
            .keyline-cta-box:hover { background: #cc0066; transition: 0.2s; transition-timing-function: ease-in; }
                .keyline-cta-box:hover h5 { color: #ffffff; transition: 0.2s; transition-timing-function: ease-in; }

/**
 * Full Image Slider Panel
 * ========================================================================== */

.full-image-slider-panel { background: none; padding: 0px 0px 80px 0px; min-height: 780px; overflow: hidden; position: relative; mask: url(../assets/full-image-slider-panel-top-mask.svg) top center no-repeat; -webkit-mask: url(../assets/full-image-slider-panel-top-mask.svg) top center no-repeat; mask-size: 100%; -webkit-mask-size: 100%;  }
    .full-image-slider-panel .slider { mask: url(../assets/full-image-slider-panel-bottom-mask.svg) bottom center no-repeat; -webkit-mask: url(../assets/full-image-slider-panel-bottom-mask.svg) bottom center no-repeat; mask-size: 100%; -webkit-mask-size: 100%; }
    .full-image-slider-panel .swiper-slide { min-height: 780px; background-size: cover; background-position: 50% center; background-repeat: no-repeat; }
    .full-image-slider-panel .text-content { width: 100%; max-width: 1300px; text-align: center; top: 50%; transform: translateY(-50%); left: 0px; right: 0px; margin: auto; position: absolute; }
    .full-image-slider-panel .text-content.contained { max-width: 800px; }
    .full-image-slider-panel .text-content .paragraph-pad { max-width: 700px; margin: auto; }
    .full-image-slider-panel .gallery-arrows.center { padding-top: 0px; margin-top: -45px; }

    .full-image-slider-panel.static { min-height: 0px; }
        .full-image-slider-panel.static .swiper-slide { padding: 260px 0px; min-height: 0px; }
        .full-image-slider-panel.static .text-content { top: auto; transform: none; left: auto; right: auto; margin: auto; position: relative; }



/**
 * Internal Header Panel
 * ========================================================================== */

.internal-header-panel { background-color: #081120; padding: 160px 20px 80px 20px; background-position: center -150px; background-repeat: no-repeat; overflow: hidden; position: relative;
    mask: url(../assets/hero-panel-mask.svg) bottom center no-repeat; -webkit-mask: url(../assets/hero-panel-mask.svg) bottom center no-repeat; mask-size: 100%; -webkit-mask-size: 100%; }

    .internal-header-panel .container { z-index: 1; position: relative; }
        .internal-header-panel .text-content .buttons { margin-top: 35px; }
            .internal-header-panel .text-content .buttons .btn { min-width: 170px; margin: 0px 10px; }

    .top-overflow-image { width: 100%; max-width: 700px; margin: -50px auto auto auto; position: relative; }

/**
 * Content Panel
 * ========================================================================== */

.content-panel { background-position: top center; background-repeat: no-repeat; padding: 65px 20px; overflow: hidden; position: relative; }
    .content-panel .container { position: relative; }
    .content-panel .container.contained { max-width: 900px; }
    .content-panel .text-content h1 { margin-bottom: 25px; }
    .content-panel .text-content h2 { margin-bottom: 25px; }
    .content-panel .text-content h3 { margin-bottom: 20px; }
    .content-panel .text-content h4 { margin-bottom: 20px; }
    .content-panel .text-content a h4 { color: #333333; }
    .content-panel .text-content a:hover h4 { color: #cc0066; }
    .content-panel .text-content h5 { margin-bottom: 20px; }
    .content-panel .text-content p { font-weight: 400; }
    .content-panel .text-content p strong { font-weight: 600; }
    .content-panel .text-content ul { list-style: none; padding: 0px; margin: 0px; }
    .content-panel .text-content ul.line-links li { padding: 15px 0px; }
    .content-panel .text-content ul li { list-style: none; padding: 12px 0px; border-top: 1px #cc0066 solid; }
    .content-panel .text-content ul li:last-child { border-bottom: 1px #cc0066 solid; }
    .content-panel .text-content * + .line-link { margin-top: 20px; }
    .content-panel .text-content .btn { margin-top: 20px; }
    .content-panel .text-content * + .btn { margin-top: 20px; }
    .content-panel .text-content .btn { margin-right: 20px; }
    .content-panel .text-content .btn:last-child { margin-right: 0px; }
    .content-panel .text-content.contained { max-width: 900px; margin: auto; }
    .content-panel .text-content .paragraph-container { width: 90%; text-align: left; margin: auto; }

    .content-panel .text-content ul.ticks li { padding: 0px 0px 5px 0px; border: 0px!important; }

    .content-panel.animate .text-content.animate * { position: relative; top: 80px; opacity: 0; visibility: hidden; transition: 0.3s; transition-timing-function: ease; transition-delay: 0.1s;; }
    .content-panel.animate.visible .text-content.animate * { top: 0px; opacity: 1; visibility: visible; transition: 0.3s; transition-timing-function: ease; transition-delay: 0.1s; }

    .content-panel.animate .text-content.animate *:nth-child(2) { transition-delay: 0.1s; }
    .content-panel.animate.visible .text-content.animate *:nth-child(2) { transition-delay: 0.3s; }

    .content-panel.animate .text-content.animate *:nth-child(3) { transition-delay: 0.1s; }
    .content-panel.animate.visible .text-content.animate *:nth-child(3) { transition-delay: 0.5s; }

    .content-panel.animate .text-content.animate *:nth-child(4) { transition-delay: 0.1s; }
    .content-panel.animate.visible .text-content.animate *:nth-child(4) { transition-delay: 0.7s; }
    
    .content-panel.animate .text-content.animate *:nth-child(5) { transition-delay: 0.1s; }
    .content-panel.animate.visible .text-content.animate *:nth-child(5) { transition-delay: 0.9s; }
    
    .content-panel.animate .text-content.animate *:nth-child(6) { transition-delay: 0.1s; }
    .content-panel.animate.visible .text-content.animate *:nth-child(6) { transition-delay: 1.1s; }
    
    .content-panel.animate .text-content.animate *:nth-child(7) { transition-delay: 0.1s; }
    .content-panel.animate.visible .text-content.animate *:nth-child(7) { transition-delay: 1.3s; }
    
    .content-panel.animate .text-content.animate *:nth-child(8) { transition-delay: 0.1s; }
    .content-panel.animate.visible .text-content.animate *:nth-child(8) { transition-delay: 1.5s; }


    .content-panel.center-tight .text-content { padding-top: 0px; padding-bottom: 0px; max-width: 800px; margin: auto; }
        .content-panel.center-tight .text-content .paragraph-pad { max-width: 700px; margin: auto; }
        
    .content-panel.center-tight.side-images .text-content { min-height: 644px; margin: auto; }
    .content-panel.center-tight.side-images .text-content.vertical-padding { padding-top: 120px; padding-bottom: 100px; }

    .content-panel .side-sqaure-images .side-sqaure-image { width: 320px; height: 320px; position: absolute; background-size: cover; background-position: 50% center; background-repeat: no-repeat; }
    .content-panel .side-sqaure-images .side-sqaure-image-overflow { width: 350px; height: 350px; position: absolute; }

    .content-panel.center-tight .side-sqaure-images { height: 644px; top: 50%; transform: translateY(-50%); position: absolute; }

    .content-panel.center-tight .side-sqaure-images.pair-one { left: -150px; }
        .content-panel.center-tight .side-sqaure-images.pair-one .side-sqaure-image.one { transform: rotate(-10deg); left: 0px; }
        .content-panel.center-tight.animate .side-sqaure-images.pair-one.animate .side-sqaure-image.one { transform: rotate(-180deg); left: -650px; transition: 1s; transition-timing-function: ease; transition-delay: 0.1s; }
        .content-panel.center-tight.animate.visible .side-sqaure-images.pair-one.animate .side-sqaure-image.one { transform: rotate(-10deg); left: 0px; transition: 1s; transition-timing-function: ease; transition-delay: 0.1s; }

        .content-panel.center-tight .side-sqaure-images.pair-one .side-sqaure-image.two { transform: rotate(-20deg); left: 0px; bottom: 0px; z-index: 1; }
        .content-panel.center-tight.animate .side-sqaure-images.pair-one.animate .side-sqaure-image.two { transform: rotate(-180deg); left: -650px; transition: 1s; transition-timing-function: ease; transition-delay: 0.9s; }
        .content-panel.center-tight.animate.visible .side-sqaure-images.pair-one.animate .side-sqaure-image.two { transform: rotate(-20deg); left: 0px; transition: 1s; transition-timing-function: ease; transition-delay: 0.9s; }

    .content-panel.center-tight .side-sqaure-images.pair-two { right: -150px; }
        .content-panel.center-tight .side-sqaure-images.pair-two .side-sqaure-image.one { transform: rotate(-5deg); right: -40px; }
        .content-panel.center-tight.animate .side-sqaure-images.pair-two.animate .side-sqaure-image.one { transform: rotate(-180deg); right: -690px; transition: 1s; transition-timing-function: ease; transition-delay: 1.3s; }
        .content-panel.center-tight.animate.visible .side-sqaure-images.pair-two.animate .side-sqaure-image.one { transform: rotate(-5deg); right: -40px; transition: 1s; transition-timing-function: ease; transition-delay: 1.3s; }

        .content-panel.center-tight .side-sqaure-images.pair-two .side-sqaure-image.two { transform: rotate(10deg); right: 30px; bottom: 0px; z-index: 1; }
        .content-panel.center-tight.animate .side-sqaure-images.pair-two.animate .side-sqaure-image.two { transform: rotate(-180deg); right: -690px; transition: 1s; transition-timing-function: ease; transition-delay: 0.5s; }
        .content-panel.center-tight.animate.visible .side-sqaure-images.pair-two.animate .side-sqaure-image.two { transform: rotate(10deg); right: 30px; transition: 1s; transition-timing-function: ease; transition-delay: 0.5s; }

    .content-panel.center-tight .side-sqaure-images.pair-three { left: -150px; }
        .content-panel.center-tight .side-sqaure-images.pair-three .side-sqaure-image.one { transform: rotate(-15deg) translateY(-50%); left: 0px; top: 50%; }
        .content-panel.center-tight .side-sqaure-images.pair-three .side-sqaure-image-overflow.one { transform: rotate(-15deg) translateY(-50%); left: 0px; top: 50%; }
        .content-panel.center-tight.animate .side-sqaure-images.pair-three.animate .side-sqaure-image.one { transform: rotate(-180deg) translateY(-50%); left: -650px; transition: 1s; transition-timing-function: ease; transition-delay: 0.1s; }
        .content-panel.center-tight.animate.visible .side-sqaure-images.pair-three.animate .side-sqaure-image.one { transform: rotate(-15deg) translateY(-50%); left: 0px; transition: 1s; transition-timing-function: ease; transition-delay: 0.1s; }
        .content-panel.center-tight.animate .side-sqaure-images.pair-three.animate .side-sqaure-image-overflow.one { transform: rotate(-180deg) translateY(-50%); left: -650px; transition: 1s; transition-timing-function: ease; transition-delay: 0.1s; }
        .content-panel.center-tight.animate.visible .side-sqaure-images.pair-three.animate .side-sqaure-image-overflow.one { transform: rotate(-15deg) translateY(-50%); left: 0px; transition: 1s; transition-timing-function: ease; transition-delay: 0.1s; }

    .content-panel.center-tight .side-sqaure-images.pair-four { right: -150px; }
        .content-panel.center-tight .side-sqaure-images.pair-four .side-sqaure-image-overflow.one { transform: rotate(-15deg); top: -40px; right: -40px; }
        .content-panel.center-tight.animate .side-sqaure-images.pair-four.animate .side-sqaure-image.one { transform: rotate(-180deg); right: -690px; transition: 1s; transition-timing-function: ease; transition-delay: 0.9s; }
        .content-panel.center-tight.animate.visible .side-sqaure-images.pair-four.animate .side-sqaure-image.one { transform: rotate(-15deg); right: -40px; transition: 1s; transition-timing-function: ease; transition-delay: 0.3s; }
        .content-panel.center-tight.animate .side-sqaure-images.pair-four.animate .side-sqaure-image-overflow.one { transform: rotate(-180deg); right: -690px; transition: 1s; transition-timing-function: ease; transition-delay: 0.9s; }
        .content-panel.center-tight.animate.visible .side-sqaure-images.pair-four.animate .side-sqaure-image-overflow.one { transform: rotate(-15deg); right: -40px; transition: 1s; transition-timing-function: ease; transition-delay: 0.3s; }

        .content-panel.center-tight .side-sqaure-images.pair-four .side-sqaure-image.two { transform: rotate(20deg); right: 30px; bottom: 0px; z-index: 1; }
        .content-panel.center-tight.animate .side-sqaure-images.pair-four.animate .side-sqaure-image.two { transform: rotate(-180deg); right: -690px; transition: 1s; transition-timing-function: ease; transition-delay: 0.5s; }
        .content-panel.center-tight.animate.visible .side-sqaure-images.pair-four.animate .side-sqaure-image.two { transform: rotate(20deg); right: 30px; transition: 1s; transition-timing-function: ease; transition-delay: 0.5s; }

    .content-panel.center-tight .side-sqaure-images.pair-six { right: -150px; }
        .content-panel.center-tight .side-sqaure-images.pair-six .side-sqaure-image.one { transform: rotate(8deg) translateY(-50%); right: 0px; top: 50%; }
        .content-panel.center-tight .side-sqaure-images.pair-six .side-sqaure-image-overflow.one { transform: rotate(8deg) translateY(-50%); right: 0px; top: 50%; }
        .content-panel.center-tight.animate .side-sqaure-images.pair-six .side-sqaure-image.one { transform: rotate(-180deg) translateY(-50%); right: -690px; top: 50%; transition: 1s; transition-timing-function: ease; transition-delay: 0.3s; }
        .content-panel.center-tight.animate .side-sqaure-images.pair-six .side-sqaure-image-overflow.one { transform: rotate(-180deg) translateY(-50%); right: -690px; top: 50%; transition: 1s; transition-timing-function: ease; transition-delay: 0.3s; }
        .content-panel.center-tight.animate.visible .side-sqaure-images.pair-six .side-sqaure-image.one { transform: rotate(8deg) translateY(-50%); right: 0px; top: 50%; transition: 1s; transition-timing-function: ease; transition-delay: 0.3s; }
        .content-panel.center-tight.animate.visible .side-sqaure-images.pair-six .side-sqaure-image-overflow.one { transform: rotate(8deg) translateY(-50%); right: 0px; top: 50%; transition: 1s; transition-timing-function: ease; transition-delay: 0.3s; }


    .content-panel.left.side-images .text-content { top: 50%; transform: translateY(-50%); left: calc(var(--bs-gutter-x) * .5); right: calc(var(--bs-gutter-x) * .5); margin: auto; position: absolute; }
    .content-panel.right.side-images .text-content { top: 50%; transform: translateY(-50%); left: calc(var(--bs-gutter-x) * .5); right: calc(var(--bs-gutter-x) * .5); margin: auto; position: absolute; }

    .content-panel.left .side-sqaure-images { left: 50px; width: 100%; height: 644px; position: relative; }
        .content-panel.left .side-sqaure-images .side-sqaure-image { position: absolute; }

        .content-panel.left .side-sqaure-images.group-one .side-sqaure-image.one { transform: rotate(-10deg); left: 90px; }
        .content-panel.left.animate .side-sqaure-images.group-one.animate .side-sqaure-image.one { transform: rotate(-180deg); left: 950px; transition: 1s; transition-timing-function: ease; transition-delay: 0.1s; }
        .content-panel.left.animate.visible .side-sqaure-images.group-one.animate .side-sqaure-image.one { transform: rotate(-10deg); left: 90px; transition: 1s; transition-timing-function: ease; transition-delay: 0.1s; }

        .content-panel.left .side-sqaure-images.group-one .side-sqaure-image.two { transform: rotate(20deg); top: 65px; right: -80px; z-index: 2; }
        .content-panel.left.animate .side-sqaure-images.group-one.animate .side-sqaure-image.two { transform: rotate(-180deg); right: -780px; transition: 1s; transition-timing-function: ease; transition-delay: 0.5s; }
        .content-panel.left.animate.visible .side-sqaure-images.group-one.animate .side-sqaure-image.two { transform: rotate(20deg); right: -80px; transition: 1s; transition-timing-function: ease; transition-delay: 0.5s; }

        .content-panel.left .side-sqaure-images.group-one .side-sqaure-image.three { transform: rotate(10deg); bottom: 0px; left: 0px; z-index: 1; }
        .content-panel.left.animate .side-sqaure-images.group-one.animate .side-sqaure-image.three { transform: rotate(-180deg); left: 950px; transition: 1s; transition-timing-function: ease; transition-delay: 0.9s; }
        .content-panel.left.animate.visible .side-sqaure-images.group-one.animate .side-sqaure-image.three { transform: rotate(10deg); left: 0px; transition: 1s; transition-timing-function: ease; transition-delay: 0.9s; }

        .content-panel.left .side-sqaure-images.group-one .side-sqaure-image.four { transform: rotate(-15deg); bottom: 0px; right: -50px; }
        .content-panel.left.animate .side-sqaure-images.group-one.animate .side-sqaure-image.four { transform: rotate(-180deg); right: -780px; transition: 1s; transition-timing-function: ease; transition-delay: 1.4s; }
        .content-panel.left.animate.visible .side-sqaure-images.group-one.animate .side-sqaure-image.four { transform: rotate(-15deg); right: -50px; transition: 1s; transition-timing-function: ease; transition-delay: 1.4s; }


    .content-panel.right .side-sqaure-images { right: 50px; width: 100%; height: 644px; position: relative; }
        .content-panel.right .side-sqaure-images .side-sqaure-image { position: absolute; }

        .content-panel.right .side-sqaure-images.group-one .side-sqaure-image.one { transform: rotate(-10deg); left: -80px; }
        .content-panel.right.animate .side-sqaure-images.group-one.animate .side-sqaure-image.one { transform: rotate(-180deg); left: -680px; transition: 1s; transition-timing-function: ease; transition-delay: 0.1s; }
        .content-panel.right.animate.visible .side-sqaure-images.group-one.animate .side-sqaure-image.one { transform: rotate(-10deg); left: -80px; transition: 1s; transition-timing-function: ease; transition-delay: 0.1s; }

        .content-panel.right .side-sqaure-images.group-one .side-sqaure-image.two { transform: rotate(20deg); top: 45px; right: 90px; z-index: 2; }
        .content-panel.right.animate .side-sqaure-images.group-one.animate .side-sqaure-image.two { transform: rotate(-180deg); right: 950px; transition: 1s; transition-timing-function: ease; transition-delay: 0.5s; }
        .content-panel.right.animate.visible .side-sqaure-images.group-one.animate .side-sqaure-image.two { transform: rotate(20deg); right: 90px; transition: 1s; transition-timing-function: ease; transition-delay: 0.5s; }

        .content-panel.right .side-sqaure-images.group-one .side-sqaure-image.three { transform: rotate(10deg); bottom: 0px; left: -50px; z-index: 1; }
        .content-panel.right.animate .side-sqaure-images.group-one.animate .side-sqaure-image.three { transform: rotate(-180deg); left: -680px; transition: 1s; transition-timing-function: ease; transition-delay: 1.3s; }
        .content-panel.right.animate.visible .side-sqaure-images.group-one.animate .side-sqaure-image.three { transform: rotate(10deg); left: -50px; transition: 1s; transition-timing-function: ease; transition-delay: 1.3s; }

        .content-panel.right .side-sqaure-images.group-one .side-sqaure-image.four { transform: rotate(-15deg); bottom: 0px; right: 50px; }
        .content-panel.right.animate .side-sqaure-images.group-one.animate .side-sqaure-image.four { transform: rotate(-180deg); right: 980px; transition: 1s; transition-timing-function: ease; transition-delay: 0.8s; }
        .content-panel.right.animate.visible .side-sqaure-images.group-one.animate .side-sqaure-image.four { transform: rotate(-15deg); right: 50px; transition: 1s; transition-timing-function: ease; transition-delay: 0.8s; }


    .content-panel.vertical-center { min-height: 900px; padding: 0px 0px 0px 0px; }
    .content-panel.vertical-center .col { min-height: 900px; position: relative; }
    .content-panel.vertical-center .text-content { position: absolute; left: 0px; right: 0px; top: 50%; transform: translateY(-50%); width: 94%; max-width: 620px; margin: auto; }
    .content-panel.vertical-center.height-800 { min-height: 800px; }
        .content-panel.vertical-center.height-800 .col { min-height: 800px; }     
    .content-panel.vertical-center.height-700 { min-height: 700px; }
        .content-panel.vertical-center.height-700 .col { min-height: 700px; }     
    .content-panel.vertical-center.height-600 { min-height: 600px; }
        .content-panel.vertical-center.height-600 .col { min-height: 600px; }  

    .content-panel .feature-holder { margin-bottom: 20px; }

    .internal-header-panel + .content-panel { padding-top: 90px; }
    .hero-panel + .content-panel { padding-top: 90px; }

    .content-panel .swiper.success { margin-bottom: 70px; }
    .content-panel .swiper.article { margin-bottom: 70px; }

    .content-panel .col { position: relative; }

    .content-panel .stars { margin-bottom: 20px; }
        .content-panel .stars i { color: #ffcc00; font-size: 36px; }

    .content-panel .side-image { width: 90%; max-width: 480px; height: 100%; overflow: hidden; position: relative; }
        .content-panel .side-image img { width: 100%; max-width: unset; margin: auto; position: relative; }

    .content-panel .side-image.full-height { width: 100%; max-width: 100%; height: 100%; overflow: hidden; position: relative; }
        .content-panel .side-image.full-height img { width: 100%; bottom: 0px; max-width: unset; margin: auto; position: absolute; }

    .content-panel .side-image.offset-height { overflow: visible; position: relative; }
        .content-panel .side-image.offset-height img { bottom: -65px; margin-top: -60px; }

        .content-panel .side-image.offset-height.bottom img { position: absolute; }


    .content-panel .accordion { background: none; max-width: 900px; border-radius: 0px; margin: auto auto 0px auto; }
        .content-panel .accordion .accordion-header { margin-bottom: 0px; }
        .content-panel .accordion .accordion-item { background: none; border: 0px; border-top: 1px #7f7f7f solid; padding: 25px 0px; border-radius: 0px; }
        .content-panel .accordion .accordion-item .accordion-header { background: none; font-size: 22px; line-height: 26px; }
        .content-panel .accordion .accordion-item .accordion-header button { background: none; color: #333333; font-size: 18px; line-height: 24px; font-weight: 500; box-shadow: none; padding: 0px 0px; }
        .content-panel .accordion .accordion-item .accordion-header button:hover { color: #cc0066; }
        .content-panel .accordion .accordion-item .accordion-header .accordion-button::after { color: #666666; font-size: 22px; margin-top: -6px; background: none!important; font-weight: 300; font-family: "Font Awesome 5 Pro"; content: "\2b"; transform: none!important; }
        .content-panel .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after { background: none!important; font-weight: 300; font-family: "Font Awesome 5 Pro"; content: "\f068"; transform: none!important; }
        .content-panel .accordion .accordion-item:last-child { border-bottom: 1px #7f7f7f solid; }

        .content-panel .accordion .accordion-item .accordion-body { color: #666666; font-size: 16px; line-height: 24px; padding: 10px 0px 0px 0px; text-align: left; }
            .content-panel .accordion .accordion-item .accordion-body p { color: #666666; font-size: 16px; line-height: 24px; }
            .content-panel .accordion .accordion-item .accordion-body * { color: #666666; font-size: 16px!important; line-height: 24px!important; letter-spacing: 0px; margin-bottom: 12px; }
            .content-panel .accordion .accordion-item .accordion-body a { color: #cc0066; }
            .content-panel .accordion .accordion-item .accordion-body b { font-weight: 400; }
            .content-panel .accordion .accordion-item .accordion-body *:last-child { margin-bottom: 0px; }
            .content-panel .accordion .accordion-item  ul li:first-child { border-bottom: 0px; }

    .content-panel .accordion.colours { border-radius: 10px; overflow: hidden; }
        .content-panel .accordion.colours .accordion-item { padding: 25px 25px; border: 0px; }
        .content-panel .accordion.colours .accordion-item:nth-child(1) { background: #cc0066; }
        .content-panel .accordion.colours .accordion-item:nth-child(2) { background: #0892a3; }
        .content-panel .accordion.colours .accordion-item:nth-child(3) { background: #7f22dc; }
        .content-panel .accordion.colours .accordion-item:nth-child(4) { background: #0a88d0; }
        .content-panel .accordion.colours .accordion-item:nth-child(5) { background: #66cc33; }
        .content-panel .accordion.colours .accordion-item:nth-child(6) { background: #ffcc33; }
        .content-panel .accordion.colours .accordion-item .accordion-header button { color: #ffffff; font-size: 20px; line-height: 26px; }    
        .content-panel .accordion.colours .accordion-item .accordion-header .accordion-button::after { color: #ffffff;  font-size: 26px; margin-top: -2px; }
        .content-panel .accordion.colours .accordion-item .accordion-body { color: #ffffff; padding-top: 20px; }
            .content-panel .accordion.colours .accordion-item .accordion-body * { color: #ffffff; }
            .content-panel .accordion.colours .accordion-item .accordion-body p { color: #ffffff; }
            .content-panel .accordion.colours .accordion-item .accordion-body p a { color: #e6e6e6; }

        .content-panel.center .accordion { max-width: 800px; margin: auto; }

        .content-panel #timer { text-align: center; position: relative; display: block; margin: auto auto 30px auto; width: auto; }
            .content-panel #timer .figure { color: #cc3300; font-size: 56px; line-height: 62px; font-weight: 600; padding: 0px 40px; }
            .content-panel #timer .figure:first-child { padding-left: 0px; }
            .content-panel #timer .figure:last-child { padding-right: 0px; }
            .content-panel #timer .figure span { color: #666666; font-size: 22px; line-height: 28px; font-weight: 400; text-transform: uppercase; display: block; }

        .content-panel .row.features.contained { max-width: 1000px; margin: auto; }
        .content-panel .row.features .col { margin-bottom: 25px; }

        .content-panel .logo-features .logo-item { min-height: 80px; }
            .content-panel .logo-features .logo-item img { max-width: 75%; max-height: 56px; top: 50%; transform: translateY(-50%); left: 0px; right: 0px; margin: auto; position: absolute; }
            .content-panel .logo-features.large .logo-item img { max-width: 85%; max-height: 66px; }

            .content-panel.animate .logo-features.animate { position: relative; top: 80px; opacity: 0; visibility: hidden; transition: 0.3s; transition-timing-function: ease; transition-delay: 0.5s; }
            .content-panel.animate.visible .logo-features.animate { top: 0px; opacity: 1; visibility: visible; transition: 0.3s; transition-timing-function: ease; transition-delay: 0.5s; }


    .content-panel.double-bg { padding: 0px; }
        .content-panel.double-bg .container { padding: 0px; max-width: 100%; }
        .content-panel.double-bg .panel-bg { padding: 0px 0px 195px 0px; }
        .content-panel.double-bg .panel-bg.orange { background: #cc6633; transition: 0.4s; transition-timing-function: ease-in; }
        .content-panel.double-bg .panel-bg.orange:hover { background: #f77d40; transition: 0.4s; transition-timing-function: ease-in; }
        .content-panel.double-bg .panel-bg.blue { background: #000033; transition: 0.4s; transition-timing-function: ease-in; }
        .content-panel.double-bg .panel-bg.blue:hover { background: #010166; transition: 0.4s; transition-timing-function: ease-in; }
        .content-panel.double-bg .fa-circle-arrow-right { font-size: 40px; color: #ffffff; }
        .content-panel.double-bg .text-content { width: 100%; max-width: 640px; padding-top: 50px; position: relative; }
        .content-panel.double-bg .left .text-content { float: right; }
        .content-panel.double-bg .image-holder { width: 100%; max-width: 640px; bottom: 0px; position: absolute; }
        .content-panel.double-bg .left .image-holder { right: 0px; }
        .content-panel.double-bg .semi-circle-bg { background-size: 100%; background-position: 50% center; background-repeat: no-repeat; width: 400px; height: 200px; position: absolute; left: 0px; right: 0px; bottom: -40px; border-radius: 50rem 50rem 0 0; margin: auto; transition: 0.4s; transition-timing-function: ease-in; }
        .content-panel.double-bg .panel-bg:hover .semi-circle-bg { background-size: 120%; transition: 0.4s; transition-timing-function: ease-in; }

        
    .help-section-panel { padding-top: 100px; padding-bottom: 0px; text-align: left; }
        .help-section-panel .icon-circle { background: #f0f0f0; border-radius: 50%; width: 105px; height: 105px; font-size: 55px; color: #cc0066; text-align: center; margin: auto 0px 20px 0px; position: relative; }
            .help-section-panel .icon-circle i { top: 50%; transform: translateY(-50%); left: 0px; right: 0px; margin: auto; position: absolute; }
            .help-section-panel .pad-top { padding-top: 0px; }
            .help-section-panel .form-group { margin-bottom: 20px; }
            .help-section-panel .form-group .btn { margin: auto; display: block; min-width: 180px; }
    
            .help-section-panel .info h5.title { color: #0c252c; }
            .help-section-panel .info h4 { color: #4bc184; font-weight: 600; margin-bottom: 0px; }
            .help-section-panel .info h5 { color: #4bc184; margin-bottom: 30px; }
            .help-section-panel .info h6 { text-transform: none; }
            .help-section-panel .info p { font-weight: 500; }
    

 /**
 * Feature Boxes
 * ========================================================================== */

.text-info-feature-box { background: #ededed; padding: 40px; height: 100%; border-radius: 10px; text-align: center; position: relative; }
    .text-info-feature-box .logo-holder { min-height: 100px; margin-bottom: 35px; position: relative; }
        .text-info-feature-box .logo-holder img { max-width: 85%; max-height: 95px; top: 50%; transform: translateY(-50%); left: 0px; right: 0px; margin: auto; position: absolute; mix-blend-mode: multiply; filter: brightness(1.1); }
    .text-info-feature-box p { color: #333333; margin-bottom: 100px; }
    .text-info-feature-box .btn { width: 100%; max-width: 200px; margin: auto; left: 0px; right: 0px; bottom: 60px; position: absolute; }

    .text-info-feature-box.keyline-box { background: none; border: 1px #ccc solid; }
        .text-info-feature-box.keyline-box .logo-holder { min-height: 60px; margin-bottom: 25px; }
        .text-info-feature-box.keyline-box .logo-holder img { max-width: 85%; max-height: 60px; }
        .text-info-feature-box.keyline-box .logo-holder i { color: #cc0066; font-size: 60px; }
        .text-info-feature-box.keyline-box p { margin-bottom: 0px; }

    .text-info-feature-box.logo-box { background: none; padding: 32px; border: 1px #ccc solid; transition: 0.3s; transition-timing-function: ease;  }
    .text-info-feature-box.logo-box:hover { border-color: #cc0066; transition: 0.3s; transition-timing-function: ease;  }
        .text-info-feature-box.logo-box .logo-holder { min-height: 80px; margin-bottom: 18px; }
        .text-info-feature-box.logo-box .logo-holder img { max-width: 200px; max-height: 80px; }
        .text-info-feature-box.logo-box h5 { margin-bottom: 0px; transition: 0.3s; transition-timing-function: ease; }
        .text-info-feature-box.logo-box:hover h5 { color: #cc0066; transition: 0.3s; transition-timing-function: ease; }
        .text-info-feature-box.logo-box h6 { margin-bottom: 0px; }
        .text-info-feature-box.logo-box p { margin-bottom: 0px; }

 /**
 * Internal Page Panel
 * ========================================================================== */

.internal-page-panel { padding: 55px 20px; overflow: hidden; position: relative; }
    .internal-page-panel .article-sub-title { margin-bottom: 30px; }
    .internal-page-panel .article-top p { margin-top: 5px;  }
        .internal-page-panel .article-top p a { color: #cc0066; }
    .internal-page-panel .featured-image { height: 250px; width: 100%; background-position: 50% center; background-size: cover; }

    .internal-page-panel .article-content { margin-top: 45px; }
        .internal-page-panel .article-content .text-content { color: #666666; font-size: 18px; line-height: 24px; width: 100%; max-width: 90%; }
        .internal-page-panel .article-content .text-content.contained { max-width: 850px; margin: auto; }
            .internal-page-panel .article-content .text-content .article-title { color: #303e47; margin-bottom: 15px; }
            .internal-page-panel .article-content .text-content h4 { margin-top: 30px; margin-bottom: 15px; }
            .internal-page-panel .article-content .text-content h5 { margin-top: 30px; margin-bottom: 10px; }
            .internal-page-panel .article-content .text-content h4 + h5 { margin-top: 15px; }
            .internal-page-panel .article-content .text-content h5:first-child { margin-top: 0px; }
            .internal-page-panel .article-content .text-content p { color: #666666; font-size: 18px; line-height: 24px; margin-bottom: 18px; }

    .internal-page-panel .article-side-details { width: 100%; max-width: 250px; float: right; }
        .internal-page-panel .article-side-details .border-line { border-top: 1px #cccccc solid; padding-bottom: 20px; }
        .internal-page-panel .article-side-details .social-icons { height: 40px; margin-top: 10px; margin-bottom: 22px; }
        .internal-page-panel .article-side-details h5 { color: #303e47; margin-bottom: 20px; }
        .internal-page-panel .article-side-details h6 { color: #666666; font-size: 18px; line-height: 24px; font-weight: 400; margin-bottom: 3px; }



 /**
 * Footer
 * ========================================================================== */

footer {  }
    footer .footer-top { background: #ffffff; padding: 65px 20px 35px 20px; position: relative; }
        footer .footer-top .text-content { width: 100%; }
            footer .footer-top .text-content h4 { font-size: 28px; line-height: 34px; }
            footer .footer-top .text-content h5 { font-weight: 300; margin-bottom: 25px; }
            footer .footer-top .text-content .social-icons { margin-top: 88px; }
            footer .footer-top input.form-control { height: 58px; font-size: 16px; color: #333333; padding-left: 0px; box-shadow: none; border: 0px; border-bottom: 1px #999999 solid; border-radius: 0px; }
            footer .footer-top input.form-control::placeholder { color: #333333; }
            footer .footer-top .f-field-group label { display: none; }
            footer .footer-top .f-field-group + .f-field-group { top: 0px; right: 0px; position: absolute; }
            footer .footer-top .f-field-group button.btn.btn-icon { font-size: 30px; background: none; border: 0px; box-shadow: none; padding-right: 0px; }
            footer .footer-top .f-field-group button.btn.btn-icon:hover { color: #cc0066; }

    footer .footer-middle { background: #ffffff; padding: 0px 20px 30px 20px; }
        footer .footer-middle .links ul { list-style: none; padding: 0px; margin: 0px; }
            footer .footer-middle .links ul li.title { font-weight: 600; }
            footer .footer-middle .links ul li { color: #333333; font-size: 16px; line-height: 22px; margin-bottom: 10px; }
            footer .footer-middle .links ul li a { color: #333333; }
            footer .footer-middle .links ul li a:hover { color: #cc0066; }
        footer .footer-middle .social-icons { margin-top: 45px; }


    footer .footer-bottom { background: #ffffff; padding: 0px 20px 65px 20px; position: relative; }
        footer .footer-bottom .logo { float: left; width: 190px; margin-top: 14px; margin-right: 35px; }
        footer .footer-bottom h6 { color: #333333; font-size: 16px; line-height: 20px; margin: 0px 0px 4px 0px; }
        footer .footer-bottom h6 a { color: #333333; }
        footer .footer-bottom h6 a:hover { color: #cc0066; }
        footer .footer-bottom p { color: #333333; font-size: 14px; line-height: 20px; margin: 0px; }
        footer .footer-bottom p a { color: #333333; }
        footer .footer-bottom p a:hover { color: #cc0066; }
        footer .footer-bottom p br.mobile { display: none; }
        footer .footer-bottom .border-line { border-top: 1px #999999 solid; padding-top: 22px; margin-top: 22px; }
        footer .footer-bottom .logos { margin-top: -50px; text-align: right; float: right; }
            footer .footer-bottom .logos img { height: 55px; margin-left: 10px; }

 /**
 * Gallery Arrow
 * ========================================================================== */

.gallery-arrows { position: relative; z-index: 5; }
.gallery-arrow { background: none; width: 38px; height: 38px; font-size: 22px; color: #e8e8e8; border: 2px #e8e8e8 solid; border-radius: 50%; top: auto; bottom: -65px; text-align: center; position: absolute; }
    .gallery-arrows .gallery-arrow { width: 44px; height: 44px; font-size: 28px; }
    .gallery-arrow.prev { left: 0px; }
    .gallery-arrow.next { left: 62px; }
    .gallery-arrow::after { display: none; }
    .gallery-arrow:hover { color: #ffffff; border-color: #ffffff; }

    .gallery-arrow.pink { color: #cc0066; border-color: #cc0066; }
    .gallery-arrow.pink:hover { background: #cc0066; color: #ffffff; border-color: #cc0066; }

.gallery-arrows.center { padding-top: 40px; margin: auto; max-width: 103px; position: relative; text-align: center; }
    .gallery-arrows.center .gallery-arrow.prev { left: 0px; bottom: auto; }
    .gallery-arrows.center .gallery-arrow.next { right: 0px; left: auto; bottom: auto; }


.gallery-arrows + .scrollbar { margin-top: 82px; } 

.scrollbar { margin: auto; max-width: 200px; margin-top: 40px; position: relative; text-align: center; }
    .scrollbar .swiper-pagination { height: var(--swiper-pagination-progressbar-size,8px); background: #f4f4f4; border-radius: 15px; overflow: hidden; }
    .scrollbar .swiper-pagination .swiper-pagination-progressbar-fill { background: #de007a; border-radius: 15px; }


/**
 * Social Icons
 * ========================================================================== */

.social-icons { margin: 0px 0px 0px 0px; padding: 0px; list-style: none; }
    .social-icons li { display: inline-block; width: 40px; height: 40px; margin-right: 8px; border: 0px; }
    .social-icons li a { background: none; border: 1px #cc0066 solid; border-radius: 50%; height: 40px; width: 40px; font-size: 20px; position: relative; display: block; text-align: center; }
    .social-icons li a:hover { background: #cc0066; }
    .social-icons li a i { color: #cc0066; top: 50%; transform: translateY(-50%); left: 0px; right: 0px; margin: auto; position: absolute; }
    .social-icons li a:hover i { color: #ffffff; }

    .social-icons.vertical { width: 50px; text-align: center; position: relative; }
        .social-icons.vertical ul { list-style: none; padding: 0px; margin: 0px;} 
        .social-icons.vertical li { display: block; float: none; margin: 12px auto; }
        .social-icons.vertical li a { background: none; border: 1px #333333 solid; }
        .social-icons.vertical li a:hover { background: #333333; }
        .social-icons.vertical li a i { color: #333333 }
        .social-icons.vertical li a:hover i { color: #ffffff; }

        .social-icons.dark li a { background: none; border: 1px #303e47 solid; }
        .social-icons.dark li a:hover { background: #303e47; }
        .social-icons.dark li a i { color: #303e47 }
        .social-icons.dark li a:hover i { color: #ffffff; }

 /**
 * Dark Theme
 * ========================================================================== */

.dark-theme h1 { color: #ffffff; }
.dark-theme h2 { color: #ffffff; }
.dark-theme h3 { color: #ffffff; }
.dark-theme h4 { color: #ffffff; }
.dark-theme h5 { color: #ffffff; }
.dark-theme h6 { color: #ffffff; }
.dark-theme p { color: #cccccc; }
.dark-theme li { color: #cccccc; }
.dark-theme  .accordion .accordion-item .accordion-header button { color: #ffffff; }


 /**
 * Resolutions
 * ========================================================================== */

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

    h2 { font-size: 70px; line-height: 74px; }
    h3 { font-size: 48px; line-height: 53px; }

    .attraction-feature-box .feature-content h3 { font-size: 34px; line-height: 40px; }
    .swiper-slide-next .attraction-feature-box .feature-content h3 { font-size: 42px; line-height: 48px; }

    .attraction-feature-box .feature-content h4 { font-size: 26px; line-height: 32px; }
    .swiper-slide-next .attraction-feature-box .feature-content h4 { font-size: 32px; line-height: 38px; }


}

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

    .content-panel.center-tight .side-sqaure-images { height: 554px; }
        .content-panel.center-tight .side-sqaure-images .side-sqaure-image { width: 280px; height: 280px; }
        .content-panel.center-tight .side-sqaure-images .side-sqaure-image-overflow { width: 280px; height: 280px; }

}

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

    h2 { font-size: 64px; line-height: 70px; }
    h3 { font-size: 42px; line-height: 48px; }
    h4 { font-size: 33px; line-height: 39px; }
    p { font-size: 16px; line-height: 24px; }
    p.large { font-size: 20px; line-height: 26px; }

    .hero-panel { padding: 220px 20px 220px 20px; }

    .featured-boxes-slider-panel .text-content { max-width: 700px; }
    .featured-boxes-slider-panel .holder .slider { width: 142%; }

    .attraction-feature-box .feature-content h3 { font-size: 34px; line-height: 40px; }
    .swiper-slide-next .attraction-feature-box .feature-content h3 { font-size: 42px; line-height: 48px; }

    .attraction-feature-box .feature-content h4 { font-size: 26px; line-height: 32px; }
    .swiper-slide-next .attraction-feature-box .feature-content h4 { font-size: 32px; line-height: 38px; }

    .attraction-feature-box .feature-content h5 { font-size: 18px; line-height: 24px; }
    .swiper-slide-next .attraction-feature-box .feature-content h5 { font-size: 20px; line-height: 26px; }

    .full-image-slider-panel { min-height: 780px; }
        .full-image-slider-panel .swiper-slide { min-height: 680px; }

    .gallery-slider-panel .holder .slider { width: 162%; }
    .gallery-slider-panel .holder .thumbs-holder { margin-top: 30px; }
    .gallery-feature-box { min-height: 440px; }

}


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

    .content-panel.center-tight .side-sqaure-images { height: 490px; }
        .content-panel.center-tight .side-sqaure-images .side-sqaure-image { width: 240px; height: 240px; }
        .content-panel.center-tight .side-sqaure-images .side-sqaure-image-overflow { width: 240px; height: 240px; }

        .content-panel.center-tight .side-sqaure-images.pair-one { left: -50px; }
        .content-panel.center-tight .side-sqaure-images.pair-two { right: -50px; }
        .content-panel.center-tight .side-sqaure-images.pair-three { left: -50px; }
        .content-panel.center-tight .side-sqaure-images.pair-four { right: -50px; }

    .gallery-slider-panel .holder .slider { width: 142%; }
    .gallery-slider-panel .holder .thumbs-holder { margin-top: 30px; }

}


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

    h2 { font-size: 60px; line-height: 66px; }
    h3 { font-size: 40px; line-height: 46px; }
    h4 { font-size: 31px; line-height: 37px; }

    .featured-boxes-slider-panel .holder .slider { width: 162%; }
    
    .featured-boxes-slider-panel .holder .slider.reduced { width: 152%; }

    .full-image-slider-panel .gallery-arrows.center { margin-top: -15px; }

}

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

    .header .nav li { padding-right: 25px; }
    .header .nav li .btn { padding: 12px 14px; }

    .content-panel .side-sqaure-images .side-sqaure-image { width: 280px; height: 280px; }
    .content-panel.left .side-sqaure-images { height: 584px; width: 90%; }
    .content-panel.right .side-sqaure-images { height: 584px; width: 90%; }


    .featured-boxes-slider-panel .holder .slider { width: 172%; }

    .attraction-feature-box .feature-content h3 { font-size: 32px; line-height: 38px; }
    .swiper-slide-next .attraction-feature-box .feature-content h3 { font-size: 38px; line-height: 44px; }

    .attraction-feature-box .feature-content h4 { font-size: 24px; line-height: 30px; }
    .swiper-slide-next .attraction-feature-box .feature-content h4 { font-size: 28px; line-height: 34px; }

    .full-image-slider-panel { min-height: 680px; }
        .full-image-slider-panel .swiper-slide { min-height: 580px; }

    .gallery-slider-panel .holder .slider { width: 192%; }

}

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

    h2 { font-size: 56px; line-height: 62px; }
    h3 { font-size: 38px; line-height: 44px; }
    h4 { font-size: 30px; line-height: 36px; }

    .content-panel.left .side-sqaure-images { width: 100%; }
    .content-panel.right .side-sqaure-images { width: 100%; }

    .content-panel.center-tight .side-sqaure-images { height: 420px; }
    .content-panel.center-tight .side-sqaure-images .side-sqaure-image { width: 200px; height: 200px; }
    .content-panel.center-tight .side-sqaure-images .side-sqaure-image-overflow { width: 200px; height: 200px; }

    .content-panel.center-tight.side-images .text-content { min-height: 400px; }
    .content-panel.center-tight.side-images .text-content.vertical-padding { padding-top: 60px; padding-bottom: 50px; }

    .content-panel #timer .figure { font-size: 50px; line-height: 56px; padding: 0px 20px; }
    .content-panel #timer .figure span { font-size: 20px; line-height: 26px; }

    .attraction-feature-small-box { min-height: 340px; }
    .featured-boxes-slider-panel .holder .slider .swiper-slide { min-height: 450px; }
    .featured-boxes-slider-panel .holder .slider.reduced .swiper-slide { min-height: 265px; }

}

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

    h2 { font-size: 54px; line-height: 60px; }
    h3 { font-size: 36px; line-height: 42px; }

    .header { padding-left: 10px; padding-right: 10px; }
        .header .nav { display: none; }
        .header .mobile-nav { display: block; }
        .header .logo { width: 200px; padding-top: 27px; transition: 0.3s; transition-timing-function: ease-in; }

    .header.scrolled { background: #cc0066; padding-top: 16px; padding-bottom: 16px; }
        .header.scrolled .mobile-nav.center { opacity: 1; visibility: visible; transition: 0.5s; transition-timing-function: ease-in; }
        .header.scrolled .logo { opacity: 0; visibility: hidden; transition: 0.3s; transition-timing-function: ease-in; }

    .hero-panel .video-bg video { min-width: 1400px; top: 0px; }

    .featured-boxes-slider-panel .text-content { max-width: 600px; }
    .featured-boxes-slider-panel .holder .slider { width: 185%; }

    .attraction-feature-box .feature-content h3 { font-size: 28px; line-height: 34px; }
    .swiper-slide-next .attraction-feature-box .feature-content h3 { font-size: 32px; line-height: 38px; }

    .attraction-feature-box .feature-content h4 { font-size: 22px; line-height: 28px; }
    .swiper-slide-next .attraction-feature-box .feature-content h4 { font-size: 26px; line-height: 32px; }

    .content-panel .side-sqaure-images .side-sqaure-image { width: 240px; height: 240px; }
    .content-panel.left .side-sqaure-images { height: 524px; width: 90%; }
    .content-panel.right .side-sqaure-images { height: 524px; width: 90%; }

    .content-panel.center-tight .text-content { max-width: 600px; }

    .full-image-slider-panel.static .swiper-slide { padding: 160px 0px; }

}

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

    h2 { font-size: 52px; line-height: 58px; }
    h3 { font-size: 34px; line-height: 40px; }
    h4 { font-size: 28px; line-height: 34px; }

    .featured-boxes-slider-panel .holder .slider { width: 195%; }

    .content-panel.left .side-sqaure-images { width: 100%; left: 10px; }
        .content-panel.left .side-sqaure-images.group-one .side-sqaure-image.three { left: 30px; }
        .content-panel.left.animate.visible .side-sqaure-images.group-one.animate .side-sqaure-image.three { left: 30px; }

    .content-panel.right .side-sqaure-images { width: 100%; }

    .content-panel.center-tight .side-sqaure-images.pair-two .side-sqaure-image.two { right: -10px; }
    .content-panel.center-tight.animate.visible .side-sqaure-images.pair-two.animate .side-sqaure-image.two { right: -10px; }


}

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

    h2 { font-size: 50px; line-height: 56px; }
    h3 { font-size: 32px; line-height: 38px; }
    h4 { font-size: 26px; line-height: 32px; }

    .hidden-sm { display: none; }

    .featured-boxes-slider-panel .holder .slider { width: 225%; }
    .featured-boxes-slider-panel .holder .slider.reduced { width: 225%; }

    .attraction-feature-box .feature-content h3 { font-size: 24px; line-height: 30px; transition: 0s; transition-timing-function: ease; }
    .swiper-slide-next .attraction-feature-box .feature-content h3 { font-size: 28px; line-height: 34px; transition: 0s; transition-timing-function: ease; }

    .attraction-feature-box .feature-content h4 { font-size: 20px; line-height: 26px; transition: 0s; transition-timing-function: ease; }
    .swiper-slide-next .attraction-feature-box .feature-content h4 { font-size: 24px; line-height: 30px; transition: 0s; transition-timing-function: ease; }

    .attraction-feature-box .feature-content h5 { font-size: 16px; line-height: 22px; transition: 0s; transition-timing-function: ease; }
    .swiper-slide-next .attraction-feature-box .feature-content h5 { font-size: 18px; line-height: 24px; transition: 0s; transition-timing-function: ease; }

    .content-panel.left.side-images .text-content { top: auto; transform: none; left: auto; right: auto; margin: auto; position: relative; text-align: center; }
        .content-panel.left.side-images .text-content.text-swiper { padding-bottom: 20px; }

    .content-panel.right.side-images .text-content { top: auto; transform: none; left: auto; right: auto; margin: auto; position: relative; text-align: center; }
    .content-panel.right.side-images .text-content.text-swiper { padding-bottom: 20px; }
    .content-panel.right.side-images .col.left { order: 2; }
    .content-panel.right.side-images .col.right { order: 1; }
    .content-panel.right .side-sqaure-images { left: auto; right: auto; }


    .content-panel.animate .text-content.animate * { top: 0px; opacity: 1; visibility: visible; transition: 0s; transition-timing-function: ease; transition-delay: 0s; }
    .content-panel.animate.visible .text-content.animate * { top: 0px; opacity: 1; visibility: visible; transition: 0s; transition-timing-function: ease; transition-delay: 0s; }

    .content-panel.animate .logo-features.animate { top: 0px; opacity: 1; visibility: visible; transition: 0s; transition-timing-function: ease; transition-delay: 0s; }
    .content-panel.animate.visible .logo-features.animate { top: 0px; opacity: 1; visibility: visible; transition: 0s; transition-timing-function: ease; transition-delay: 0s; }

    .content-panel .side-sqaure-images .side-sqaure-image { width: 200px; height: 200px; opacity: 1!important; visibility: visible!important; transition: 0s!important; transition-timing-function: ease; transition-delay: 0s!important; }
    .content-panel .side-sqaure-images .side-sqaure-image-overflow { width: 200px; height: 200px; opacity: 1!important; visibility: visible!important; transition: 0s!important; transition-timing-function: ease; transition-delay: 0s!important; }

    .content-panel.left .side-sqaure-images { height: 274px; margin-top: 80px; }
    .content-panel.left .side-sqaure-images.group-one .side-sqaure-image.one { left: 0px!important; transform: rotate(-10deg)!important; }
    .content-panel.left .side-sqaure-images.group-one .side-sqaure-image.two { left: 25%!important; transform: rotate(20deg)!important; }
    .content-panel.left .side-sqaure-images.group-one .side-sqaure-image.three { top: 0px!important; left: auto!important; right: 25%!important; z-index: 1; bottom: auto!important; transform: rotate(10deg)!important; }
    .content-panel.left .side-sqaure-images.group-one .side-sqaure-image.four { top: 0px!important; right: 0px!important; transform: rotate(-15deg)!important; }

    .content-panel.right .side-sqaure-images { height: 274px; margin-top: 80px; }
    .content-panel.right .side-sqaure-images.group-one .side-sqaure-image.one { left: 0px!important; transform: rotate(-10deg)!important; }
    .content-panel.right .side-sqaure-images.group-one .side-sqaure-image.two { left: 25%!important; transform: rotate(20deg)!important;}
    .content-panel.right .side-sqaure-images.group-one .side-sqaure-image.three { top: 0px!important; left: auto!important; right: 25%!important; z-index: 1; bottom: auto!important; transform: rotate(10deg)!important; }
    .content-panel.right .side-sqaure-images.group-one .side-sqaure-image.four { top: 0px!important; right: 0px!important; transform: rotate(-15deg)!important; }

    .content-panel.center-tight .text-content { padding-top: 60px; }
    .content-panel.center-tight.m-img-b .text-content { padding-top: 0px; padding-bottom: 60px; }

    .content-panel.center-tight .side-sqaure-images { height: 220px; max-width: 400px; margin: auto; transform: none; top: auto; position: relative; }
        .content-panel.center-tight .side-sqaure-images.pair-one { left: auto; }
            .content-panel.center-tight .side-sqaure-images.pair-one .side-sqaure-image.one { transform: rotate(-10deg)!important; left: 0px!important; }
            .content-panel.center-tight .side-sqaure-images.pair-one .side-sqaure-image.two { top: 0px; left: auto!important; right: 0px; bottom: auto; transform: rotate(-20deg)!important; }
        .content-panel.center-tight .side-sqaure-images.pair-two { display: none; }
        .content-panel.center-tight .side-sqaure-images.pair-three { display: none; }
        .content-panel.center-tight .side-sqaure-images.pair-four { left: auto; right: auto; }
            .content-panel.center-tight .side-sqaure-images.pair-four .side-sqaure-image.one { transform: rotate(-10deg)!important; top: 0px!important; left: 0px!important; right: auto!important; }
            .content-panel.center-tight .side-sqaure-images.pair-four .side-sqaure-image-overflow.one { transform: rotate(-10deg)!important; top: 0px!important; left: 0px!important; right: auto!important; }
            .content-panel.center-tight .side-sqaure-images.pair-four .side-sqaure-image.two { top: 0px; left: auto!important; right: 0px!important; bottom: auto; transform: rotate(-20deg)!important; }
            .content-panel.center-tight .side-sqaure-images.pair-four .side-sqaure-image-overflow.two { top: 0px; left: auto!important; right: 0px!important; bottom: auto; transform: rotate(-20deg)!important; }
        .content-panel.center-tight .side-sqaure-images.pair-six { left: auto; right: auto; }
            .content-panel.center-tight .side-sqaure-images.pair-six .side-sqaure-image-overflow.one { left: 0px!important; right: 0px!important; margin: auto; }

    .content-panel .accordion .accordion-item .accordion-body .image { margin-top: 25px; }

    .content-panel.double-bg .panel-bg { padding: 0px; }
    .content-panel.double-bg .image-holder { display: none; }
    .content-panel.double-bg .text-content { padding: 30px 35px 30px 35px; float: none!important; text-align: left !important; }
        .content-panel.double-bg .text-content h4 { margin: 0px; }
    .content-panel.double-bg .fa-circle-arrow-right { position: absolute; right: 35px; top: 50%; transform: translateY(-50%);  }

    .gallery-feature-box { min-height: 440px; }
    
    .full-image-slider-panel { min-height: 580px; }
        .full-image-slider-panel .swiper-slide { min-height: 480px; }

    .gallery-slider-panel .holder .thumbs-holder .swiper { width: 82%; }

    .gallery-arrows { margin: auto; max-width: 103px; position: relative; text-align: center; }
        .gallery-arrows .gallery-arrow.prev { left: 0px; bottom: auto; }
        .gallery-arrows .gallery-arrow.next { right: 0px; left: auto; bottom: auto; }

    footer { text-align: center; }
        footer .footer-top .field-content { max-width: 400px; margin: auto; }
        footer .footer-middle .links { display: none; padding-bottom: 20px; }
        footer .footer-middle .social-icons { margin-top: 0px; text-align: center; }
        footer .footer-bottom .logos { margin-top: 20px; text-align: center; float: none; }
            footer .footer-bottom .logos img { height: 55px; margin-left: 0px; }
            footer .footer-bottom h6 {margin: 0px 0px 8px 0px; }
        footer .social-icons li { margin-left: 4px; margin-right: 4px; }       

}

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

    h2 { font-size: 46px; line-height: 52px; }
    h3 { font-size: 30px; line-height: 36px; }
    h4 { font-size: 24px; line-height: 30px; }
    p.large { font-size: 18px; line-height: 24px; }
    br.hidden-xs { display: none; }

    .header .logo { width: 180px; padding-top: 30px; }

    .hero-panel { padding: 180px 20px 160px 20px; }
    .hero-panel .video-bg video { min-width: 1150px; }

    .attraction-feature-box { min-height: 395px; }
    .swiper-slide-next .attraction-feature-box { min-height: 450px; }

    .attraction-feature-box .feature-content { width: 90%; bottom: 25px; }

    .attraction-feature-box .feature-content h3 { font-size: 22px; line-height: 28px; }
    .swiper-slide-next .attraction-feature-box .feature-content h3 { font-size: 26px; line-height: 32px; }

    .attraction-feature-box .feature-content h4 { font-size: 18px; line-height: 24px; }
    .swiper-slide-next .attraction-feature-box .feature-content h4 { font-size: 22px; line-height: 28px; }

    .attraction-feature-box .feature-content .buttons { margin-top: 25px; text-align: center; }
    .swiper-slide-next .attraction-feature-box .feature-content .buttons { margin-top: 25px; text-align: center; }

    .attraction-feature-box .feature-content .buttons .btn { width: 220px; min-width: auto; margin: auto auto 15px auto!important; display: block; }

    .featured-boxes-slider-panel .holder .slider.reduced { width: 242%; }

    .content-panel { padding: 35px 20px; }

    .content-panel.left .side-sqaure-images { height: 214px; }
    .content-panel.right .side-sqaure-images { height: 214px; }
    .content-panel .side-sqaure-images .side-sqaure-image { width: 160px; height: 160px; }
    .content-panel.left .side-sqaure-images.group-one .side-sqaure-image.two { top: 25px; }
    .content-panel.right .side-sqaure-images.group-one .side-sqaure-image.two { top: 25px; }

    .content-panel .accordion .accordion-item .accordion-body p { font-size: 14px; line-height: 20px; }
    .content-panel .accordion .accordion-item .accordion-body * { font-size: 14px!important; line-height: 20px!important; }

    .content-panel .logo-features { margin-top: -28px; }
        .content-panel .logo-features .logo-item img { max-width: 85%; max-height: 50px; }
    
    .full-image-slider-panel { min-height: 480px; }
        .full-image-slider-panel .swiper-slide { min-height: 380px; }
        .full-image-slider-panel .text-content { width: 90%; } 
        .full-image-slider-panel .gallery-arrows.center { margin-top: 10px; }

    .gallery-slider-panel .holder .slider .gallery-arrow { width: 44px; height: 44px; font-size: 26px; line-height: 42px; }
    .gallery-slider-panel .holder .slider.reduced .swiper-slide { min-height: 340px; }
    .gallery-feature-box { min-height: 340px; }

}


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

    p { font-size: 15px; line-height: 22px; }
    p.large { font-size: 17px; line-height: 23px; }
        
    .content-panel.right .side-sqaure-images { height: 174px; }
    .content-panel .side-sqaure-images .side-sqaure-image { width: 130px; height: 130px; }

    .content-panel.center-tight .side-sqaure-images { height: 170px; max-width: 300px; }
        .content-panel.center-tight .side-sqaure-images .side-sqaure-image { width: 150px; height: 150px; }
        .content-panel.center-tight .side-sqaure-images .side-sqaure-image-overflow { width: 150px; height: 150px; }

    .content-panel .accordion .accordion-item .accordion-body { font-size: 14px; line-height: 20px; }

    .content-panel #timer .figure { font-size: 36px; line-height: 42px; padding: 0px 8px; }
        .content-panel #timer .figure span { font-size: 15px; line-height: 20px; }

    .full-image-slider-panel.static .swiper-slide { padding: 110px 0px; }

    .gallery-slider-panel .holder .thumbs-holder .gallery-arrow { width: 34px; height: 34px; font-size: 18px; line-height: 32px; }

}

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

    h2 { font-size: 40px; line-height: 46px; }
    h3 { font-size: 28px; line-height: 34px; }
    h4 { font-size: 23px; line-height: 29px; letter-spacing: 1px; }
    h5 { font-size: 20px; line-height: 26px; }
    .btn { font-size: 15px; line-height: 17px; padding: 14px 24px; }

    .hero-panel { padding: 160px 20px 115px 20px; }
        .hero-panel h5 { font-size: 16px; line-height: 22px; }
        .hero-panel .text-content .buttons .btn { width: 220px; margin: auto auto 15px auto; display: block; }
        
    .featured-boxes-slider-panel .holder .slider { width: 245%; }

    .content-panel.left .side-sqaure-images { height: 154px; }
    .content-panel.right .side-sqaure-images { height: 154px; }
    .content-panel .side-sqaure-images .side-sqaure-image { width: 110px; height: 110px; }
    .content-panel.left .side-sqaure-images.group-one .side-sqaure-image.two { top: 15px; }
    .content-panel.right .side-sqaure-images.group-one .side-sqaure-image.two { top: 15px; }

    .content-panel .accordion .accordion-item .accordion-header button { font-size: 17px; line-height: 23px; }

    footer .footer-top .text-content h4 { font-size: 26px; line-height: 32px; }

}

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

    .content-panel.left .side-sqaure-images { height: 140px; }
    .content-panel.right .side-sqaure-images { height: 140px; }
    .content-panel .side-sqaure-images .side-sqaure-image { width: 95px; height: 95px; }

}

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

    h2 { font-size: 36px; line-height: 42px; }
    h3 { font-size: 26px; line-height: 32px; }
    h4 { font-size: 22px; line-height: 28px; }

    .hero-panel { padding: 150px 20px 100px 20px; }

}

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

    .content-panel.left .side-sqaure-images { height: 130px; }
    .content-panel.right .side-sqaure-images { height: 130px; }
    .content-panel .side-sqaure-images .side-sqaure-image { width: 85px; height: 85px; }

}

/**
 *  Slider
 * ========================================================================== */


 .swiper * { -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */ }

/* Very important for having a smooth transitions. */
.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: linear;
}
