::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white !important;
  font-size: 16px;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white !important;
  font-size: 16px;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: white !important;
  font-size: 16px;
}
.side_label{
    position: absolute;
    left: -5%;
    max-width: 200px;
    top: 10%;
}
.side_label.right{
    left: unset;
    right: 0%;
    top: 0%;
}
.slider_text {
    margin-bottom: 3%;
}



.slider_area .single_slider .slider_text h3, .slider_area .single_slider .slider_text h3 span {
    color: #fff;
    font-size: 65px;
    width: 100%;
    line-height: 1.2;
    font-family: 'ExpletusSans-VariableFont';
    text-transform: uppercase;
    font-weight: bold;
    margin: 200px 0 0 0;
}

.slider_area .single_slider .slider_text h3 span{
    font-size: 70px;
    display: block;
}

.slider_text p {
    color: white;
    margin: 0 auto 30px;
    font-size: 20px;
    width: 100%;
    margin-bottom: 0;
    font-family: 'Nunito-Regular';
}

.container_80 {
    max-width: 80%;
    width: 80%;
    margin: 0 auto
}

.container_100 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto
}

.img_logo {
    max-width: 180px;
    width: 100%;
}
.header-area .main-header-area.sticky {
    padding: 15px 195px;
}

.header-area .main-header-area.sticky .img_logo {
    max-width: 180px;
    width: 180px;
    margin-bottom: 0;
}

.floating_circle_left {
    position: absolute;
    left: -2%;
    width: 10%;
    top: 15%
}

.floating_circle_right_bot {
    position: absolute;
    right: 0;
    width: 5%;
    bottom: 15%
}
.single_service{
    background-color: #29527a;
    padding: 20px 0;
    border-bottom-right-radius: 50px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.icon img {
    width: auto;
    height: 65px;
    margin: 0px auto 15px auto;
    object-fit: contain;
}

.features_area{background-color: #25A9B7;}
.mobile_element{display: none}
.features_area .icon img {
    max-width: 70%;
    margin: 0 auto 35px auto;
}
.accordion-list .accordion-desc{background-color: #fff;}
.accordion-list .accordion-list-item{cursor: pointer;}
.accordion-title{
    font-weight: bold;
    font-size: 15px;
    font-family: 'Nunito-Bold';
    line-height: 1.2;
    margin:0;
    padding:0 20px;
    color: white;
}
.accordion-title i{font-weight: bold;}
.accordion-title span{display: flex;justify-content: space-between;align-items: center;}
.accordion-title span img{margin-right: 10px;}
.accordian_content li{
    padding:15px 20px;
    border-bottom: 1px solid #E8E8E8;
}
.accordian_content li:last-child{
    border-bottom: 0;
}
.accordian_content li span{
    font-family: 'Gotham-Book';
    font-size: 14px;
    line-height: 1.2;
    color:#000;
    margin:0;
}
.accordian_value{font-weight: bold !important;font-family: 'Gotham-Medium';}

.service_area{display: flex;align-items: center;background-color: #fffbf4;}

.service_area .single_service h4 {
    font-size: 21px;
    line-height: 1.5;
    font-family: 'Baskerville-Bold';
    color: #4a4a4a;
}

.service_area .single_service p {
    color: white;
    font-size: 18px;
    font-weight: 900;
    line-height: 22px;
    width: 75%;
    margin: 0 auto;
    letter-spacing: 1px;
    font-weight: 400;
}

.service_area small {
    width: 45%;
    text-align: center;
    margin-top: 50px;
    color: #4A4A4A;
    font-family: 'Gotham-Book';
    font-size: 15px;
}

.ms_btn { 
    font-size: 16px;
    color: #fff !important;
    position: relative;
    z-index: 0;
    padding: 10px 20px;
    text-align: center;
    margin-right: 0;
    background: #5daab0;
    border: 1px solid #5daab0;
    border-radius: 0px;
    font-family: 'ExpletusSans-VariableFont';
    text-transform: uppercase;
    width: fit-content;
    max-width: 100%;
    font-weight: 900;
    min-width: 150px;
    letter-spacing: 2px;
    cursor: pointer;
}

.ms_btn:focus,
.ms_btn:hover {
    color: #5daab0 !important;
    background: #fff;
    border: 1px solid #5daab0;
    box-shadow: unset;
}

.ms_btn_invert { 
    font-size: 16px;
    color: #fff !important;
    position: relative;
    z-index: 0;
    padding: 12px 20px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 20px;
    width: fit-content;
    font-weight: 900;
    max-width: 300px;
    margin: 0;
    cursor: pointer;
    letter-spacing: 2px;
    display: block;
    text-align:center;
}

.ms_btn_invert:focus,
.ms_btn_invert:hover {
    color: #fff !important;
    background: #5daab0;
    border: 1px solid #5daab0;
}

.download_btn{
    font-size: 16px;
    font-family: "Gotham-Medium";
    color: #781675 !important;
    position: relative;
    z-index: 0;
    padding: 12px 20px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0 2px 8px 0 rgba(150, 148, 148, 0.5);
    width: fit-content;
    font-weight: 900;
    margin: 60px auto 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
}
.download_btn:focus, .download_btn:hover{box-shadow: 0 2px 12px 0 rgba(150, 148, 148, 0.8);}
.download_btn img{margin-left: 10px;display: block}
.gallery_area{
    background: linear-gradient(to bottom, #65aaab, #cfad78);
}
.projects_moreinfo {
    font-size: 18px;
    color: #d0021b;
    position: relative;
    z-index: 0;
    padding: 10px 30px;
    margin-right: 0;
    font-family: 'ExpletusSans-VariableFont';
    background: #fff;
    border: 1px solid #d0021b;
    text-transform: uppercase;
    width: 55%;
    margin-top: 20px
}

.projects_moreinfo:focus,
.projects_moreinfo:hover {
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 0;
    padding: 10px 30px;
    margin-right: 0;
    background: #d0021b;
    border: 1px solid #d0021b;
    text-transform: uppercase;
    width: 55%;
    margin-top: 20px
}

.default-select .nice-select {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #c9c9c9;
    height: 60px;
    border-radius: 0;
    padding: 20px 0;
    margin-bottom: 25px;
    font-family: 'Gotham-Medium';
    font-size: 16px;
    color: #000;
    font-weight: 400;
    background-color: #fff
}

.default-select .nice-select .list .option.selected {
    color: #d0051b;
    background: 0 0
}

.default-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
    line-height: 30px;
    min-height: 36px;
    font-size: 16px;
    padding-left: 20px
}

.nice-select:after {
    color: #000
}

.bg-dark {
    background-color: #000 !important
}

.section.footer-top {
    padding-top: 100px;
    padding-bottom: 50px
}

.desktop-size-footer {
    width: 180px;
}

.footer-top .h3,
.footer-top h3 {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 3px;
}

.footer-top .h5,
.footer-top h5 {
    font-size: 20px
}

.font-secondary {
    font-family: 'Gotham-Medium';
}

.footer_label{
    font-family: 'Gobold-Bold';
    font-size: 21px;
    letter-spacing: 3px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #5da9af;
}
.footer_value{display: flex;}
.footer_value i{font-size: 22px;color:#E0AD46;}

.footer_value span, .footer_value a{
    font-family: 'Nunito-Regular';
    font-size: 16px;
    line-height: 1.5;
    color:#fff;
    margin-left: 10px;
    max-width: 300px;
}

.footer-section a {
    color: #fff
}

.footer-social {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.footer-bottom{border-top:1px solid #534F4F}

.footer-bottom p {
    font-size: 12px;
    font-family: 'Gotham-Book';
}

@-webkit-keyframes loader {
    0% {
        width: 0
    }
    20% {
        width: 10%
    }
    25% {
        width: 24%
    }
    43% {
        width: 41%
    }
    56% {
        width: 50%
    }
    66% {
        width: 52%
    }
    71% {
        width: 60%
    }
    75% {
        width: 76%
    }
    94% {
        width: 86%
    }
    100% {
        width: 100%
    }
}

@keyframes loader {
    0% {
        width: 0
    }
    20% {
        width: 10%
    }
    25% {
        width: 24%
    }
    43% {
        width: 41%
    }
    56% {
        width: 50%
    }
    66% {
        width: 52%
    }
    71% {
        width: 60%
    }
    75% {
        width: 76%
    }
    94% {
        width: 86%
    }
    100% {
        width: 100%
    }
}

.progress-bar {
    width: 95%;
    max-width: 95%;
    left: 50%;
    width: 100%;
    max-width: 100%;
    border-radius: 0
}

.progress {
    margin-top: 85px !important;
    margin-bottom: 0 !important
}

.bar {
    margin-top: 25px !important;
    margin-bottom: 0 !important
}

.progress-bar {
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    padding: 0 15px;
    display: none;
}

.progress-bar span {
    display: block
}

.bar {
    background: 0 0
}

.progress {
    -webkit-animation: loader 8s ease infinite;
    animation: loader 8s ease infinite;
    background: #fffbf4;
    color: #fff;
    padding: 5px;
    width: 0;
    margin-top: 25px;
    margin-bottom: 25px
}

.progress-bar {
    position: relative;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background-color: transparent
}

.projects_area .single_service {
    background: #fff;
    margin: 0 auto 50px
}

.projects_area .single_service .icon img {
    margin-bottom: 0;
    width: 100%;
    max-width: 100%
}

.mini_icon {
    width: 15px;
    margin-right: 5px
}

#howitworkssteps_section {
    width: 100%
}

.service_area .terms {
    width: 55%;
    margin: 20px auto -10px;
    line-height: 1.15
}
.form-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #f1f1f1;
    color: #666;
    top: -4px;
    height: 20px !important;
    width: 25px !important;
    border: 0;
    border-radius: 50px !important;
    cursor: pointer;
    margin-right: 7px;
    outline: 0;
    padding: 15px !important;
    box-shadow: none !important
}

.form-radio:checked::before {
    position: absolute;
    font: 20px/1 'Open Sans', sans-serif;
    left: 10px;
    top: 3px;
    content: '\02143';
    transform: rotate(40deg)
}

.form-radio:hover {
    background-color: #f7f7f7
}

.form-radio:checked {
    background-color: #f1f1f1
}

.projects_area .single_service .icon {
    position: relative
}

.ribbon_projects {
    position: absolute;
    left: -4%;
    bottom: 20px;
    width: 200px !important;
    z-index: 99999999999;
}

.modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
    background: #fff;
    width: 100% !important;
    max-width: 100%
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0)scale(1);
    transform: translate(100%, 0)scale(1)
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    height: 100%
}

.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0
}

.modal-dialog-slideout .modal-content {
    border: 0
}

.modal-dialog-slideout .modal-header,
.modal-dialog-slideout .modal-footer {
    display: block;
    border: none
}

.modal-dialog-slideout .modal-header h5 {
    float: left
}

.modal-backdrop {
    z-index: 99
}

.modal-open .modal {
    padding: 0 !important
}

.title {
    color: #506A85;
    text-align: center;
    font-weight: 300;
    font-size: 44px;
    margin-bottom: 90px;
    line-height: 90%
}

.title small {
    font-size: 17px;
    color: #999;
    text-transform: uppercase;
    margin: 0
}


.service_area,
.projects_area,
.gallery_area,
.location_area,
.vr_section,
.registration_area {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative
}

.vtour_btn {
    font-size: 18px;
    color: #d0021b !important;
    position: relative;
    z-index: 0;
    padding: 10px 25px;
    margin-right: 0;
    font-family: 'ExpletusSans-VariableFont';
    background: #fff;
    border: 1px solid #d0021b;
    text-transform: uppercase;
    width: 55%;
    margin-top: 20px !important;
}

.vtour_btn:focus,
.vtour_btn:hover {
    font-size: 18px;
    color: #fff !important;
    position: relative;
    z-index: 0;
    padding: 10px 25px;
    margin-right: 0;
    background: #d0021b;
    border: 1px solid #d0021b;
    text-transform: uppercase;
    width: 55%;
    margin-top: 20px !important;
}

.modal-dialog-slideout .close {
    font-size: 3.5rem;
    color: #000;
    opacity: 1;
    right: 5%;
    position: absolute;
    top: 1%;
}

.vt_tour_content {
    height: 70vh;
    text-align: center;
    padding: 10% 0;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    width: 90%;
    margin: auto;
}

.vt_tour_content .ms_btn {
    display: block;
    width: 50%;
    margin: 0 auto 30px auto;
}

.article_section {
    padding: 100px 0;
    background: #EFEFEF;
    position: relative;
}

.article_section .single_service h4 {
    font-size: 18px;
    line-height: 1.5;
    font-family: 'Baskerville-Bold';
    color: #4a4a4a;
}

.article_section .single_service img {
    margin-bottom: 15px;
    width: 100%;
}

.slider_text h5 {
    color: #fff;
    margin: 0;
    font-size: 2em;
    text-transform: uppercase;
    font-family: 'Nunito-Regular';
    position: relative;
}
.slider_text h5::before{
    content: "";
    background: white;
    height: 1px;
    width: 38%;
    position: absolute;
    bottom: 50%;
    margin: 0 auto;
    left: 0px;
}
.slider_text h5::after{
    content: "";
    background: white;
    height: 1px;
    width: 38%;
    position: absolute;
    bottom: 50%;
    margin: 0 auto;
    right: 0px;
}
@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }
    15% {
        opacity: 1;
        top: 50%
    }
    50% {
        opacity: 0;
        top: 50%
    }
    100% {
        opacity: 0;
        top: 29%
    }
}

@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }
    15% {
        opacity: 1;
        top: 50%
    }
    50% {
        opacity: 0;
        top: 50%
    }
    100% {
        opacity: 0;
        top: 29%
    }
}

@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }
    15% {
        opacity: 1;
        top: 50%
    }
    50% {
        opacity: 0;
        top: 50%
    }
    100% {
        opacity: 0;
        top: 29%
    }
}

.pt_100 {
    padding-top: 100px;
}

.pt_150 {
    padding-top: 150px;
}

.service_area .steps_icons {
  padding:50px 15px 0px 15px;
  border: none;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-bottom: 30px;  
}

.steps_icons  .icon img {
    width: auto;
    margin: 0 auto 35px -40px;
    height: 120px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .service_area .steps_icons {
        padding: 30px 20px
    }
}


.service_area .steps_icons h3 {
    font-size: 24px;
    font-weight: 400;
    color: #1F1F1F;
    margin-top: 29px;
    margin-bottom: 13px
}

@media (min-width: 768px) and (max-width: 991px) {
    .service_area .steps_icons h3 {
        font-size: 22px
    }
}

.service_area .steps_icons h4 {
    font-size: 18px;
    line-height: 1.35;
    font-family: 'Gotham-Medium';
    color: #4a4a4a;
    width: 75%;
    margin: 0 auto;
}

.service_area .steps_icons p {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    font-family: 'Gotham-Medium';
    width: 75%;
    margin: 0 auto;
}

.hide-desktop, .the_last_mobile, .lifestyle_img, .bubble_img {
    display: none;
}

.element1, 
.element2, 
.element3 {
    position: absolute;
    width: auto;
}

.element1 {
    left: 0;
    width: 18%;
    top: 0%;
}

.element2 {
    right: 0%;
    bottom: 22%;
    width: 6%;
    z-index: 9;
}

.element3 { 
    right: 5%;
    top: 1%;
}

.fac_usp_section {
    margin-top: 15px;
}

.fac_usp_section .icon img { 
    max-height: 75px;
    width: auto;
}

.fac_usp_section h4 {
    color: #fff;
    font-size: 20px;
    display: inline-block; 
    font-family: 'Baskerville-Bold';
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 5px;
    width: 70%;
    margin: auto;
    text-transform: uppercase;
}

.fac_usp_section p {
    color: #fff;
    font-size: 18px;
    display: block;
    font-family: 'Baskerville';
    position: relative;
    letter-spacing: 1px;
    text-transform: unset;
}

.border_facusp {
    border-right: 1px solid #fff;
    height: 85%;
    top: 0;
    position: absolute;
    right: 0;
}

.location_area .element {
    width: 25%;
    left: -17%;
    bottom: 25%;
    position: absolute;
}


.location_area .line_absolute {
    width: auto;
    left: 5%;
    bottom: -20%;
    position: absolute;
}

.location_area .section_title h3 {
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    position: relative;
    z-index: 0;
    padding-bottom: 15px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #5daab0;
}

.location_area .section_title p {
    font-size: 18px;
    line-height: 1.5;
    padding: 0;
    position: relative;
    color: #362D2D;
    margin: 25px auto 50px auto;
    max-width: 600px;
}
.gallery_area h5{
    font-size: 25px;
    color: white;
    font-family: 'Nunito-Bold';
    line-height: 1.5;
    margin-bottom: 0px;
    margin-top: 25px;
}
.gallery_area p{
    font-size: 18px;
    line-height: 1.5;
    padding: 0;
    position: relative;
    color: white;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
.gallery_area hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid white;
}
.map_desktop{display: block;max-width: 700px;margin: 0 auto 50px;}
.map_mobile{display: none;max-width: 90%;margin: 0 auto 30px;}

.family_img{position: absolute;right: 0;max-width: 600px;}
.floorplan_item{display: flex;justify-content: center;align-items: center;box-shadow: 0 0 15px rgba(0,0,0,0.4);padding:50px;border-radius: 8px;}
.slider_floorplan{max-width: 80%;margin:auto;margin-top: 100px;}
.slider_floorplan .owl-item{padding:20px}
.slider_floorplan .owl-prev{left:0 !important}
.slider_floorplan .owl-next{right:0 !important}
.floorplan_img{max-width: 400px;margin:0 50px}
.panel_slider{border: 1px solid #90268F;display: flex;align-items: center;flex-wrap: wrap;padding: 30px;max-width: 200px;justify-content: center;}
.panel_slider h3{font-family: 'ExpletusSans-VariableFont';font-size: 30px;font-weight: bold;letter-spacing: 2px;text-transform: uppercase;width: 100%;text-align:center;color:#781675}
.panel_slider p{width: 100%;font-size: 16px;margin-bottom: 0px;}

.vr_section{background:url('../img/mock_bg.png') no-repeat;background-size: cover;}
.vr_section .section_title h3 {
    background: -webkit-linear-gradient(360deg, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}
.registration_area{
    background:url('../Assets/bg-desktop2.png') no-repeat;background-size: cover;
}
.registration_area .section_title h3,.registration_area .section_title p{color: white;}
.registration_area .single_service {
    padding: 100px 50px 70px 50px;
    border: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-bottom: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 0;
    -webkit-box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.16);
    min-height: 325px;
    z-index: 9;
    position: relative;
    background: #fff;
    margin-top: -100px;
}

.footer-section { 
    border-top: 1px solid #232323;
}

.form-control {
    border-bottom: 1px solid white;
    border-radius: 23px;
    height: 46px !important;
    background-color: transparent;
    font-family: 'Nunito-Regular';
    color: white;
    margin-bottom: 20px;
    padding: 0px;
    box-shadow: none !important;
    border-radius: 0px;
    border-top: none;
    border-right: none;
    border-left: none;
}
.form-control:focus {
    color: white;
    background-color: transparent;
    border-color: #483653;
}
.custom-control-label {
    font-size: 12px;
    line-height: 1.35;
    color: white;
}
.custom-control-label a:hover,
.custom-control-label a:focus {
  color: #fff !important;
}

.invalid-feedback{
  text-align: left;
}

.btn-submit { 
    font-size: 16px;
    color: #5ca9af !important;
    position: relative;
    padding: 10px 30px;
    margin: auto;
    background: white;
    border: 1px solid #5da9af;
    border-radius: 0px;
    font-family: 'ExpletusSans-VariableFont';
    text-transform: uppercase;
    width: fit-content;
    font-weight: 900;
    letter-spacing: 2px;
    min-width: 200px;
}

.btn-submit:focus,
.btn-submit:hover {
    color: #f4d160 !important;
    background: #fff;
    border: 1px solid #f4d160;
    box-shadow: unset;
}

#register_form {
    width: 70%;
    margin: 0 auto 50px;
    max-width: 600px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #54762c;
    color: #000 !important;
    border-radius: 100%;
}

.custom-control-label::before { 
    background-color: #54762c;
    border-radius: 50px !important;
}

.fac_usp_section { 
    width: 95% !important;
    max-width: 95% !important;
}

.invalid-feedback { 
    top: -20px;
    margin-left: 20px;
    position: relative;
}

.nature_slider .image_slider {
    margin: 30px 30px 0 30px;
    position: relative;
}

.nature_slider .owl-nav div.owl-next {
    left: unset;
    right: 1%;
    top: 30%;
}

.nature_slider .owl-nav div.owl-prev {
    left: 1%;
    right: unset;
    top: 30%;
}

.nature_slider .owl-nav div {
    border: 1px solid #59247C;
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 1;
    padding: 18px;
    text-align: center;
}

.nature_slider .owl-nav div.owl-prev:hover,
.nature_slider .owl-nav div.owl-next:hover,
.nature_slider .owl-nav div.owl-prev:focus,
.nature_slider .owl-nav div.owl-next:focus {
    background: #fff;
    color:#59247C;
    border-color:#59247C;
}

.nature_slider .owl-dots {
    position: relative;
    bottom: 0px;
    text-align: center;
}

.nature_slider .owl-dot {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    margin: auto 5px auto 0px;
    opacity: 0.4;
    border: 1px solid #fff;
}

.nature_slider .owl-dot.active { 
    opacity: 1;
}
.disclaimer{
    font-size: 12px;
    color: gray;
    margin-bottom: 0px;
    position: absolute;
    bottom: 5%;
    right: 0%;
    left: 0%;
}
.section_title h1{
    font-size: 80px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    font-family: "ExpletusSans-VariableFont";
    z-index: 0;
    padding-bottom: 15px;
    text-transform: none;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: white;
}
h5{
    font-family: 'Gotham-Medium';
    font-size: 20px;
}
.image-box{position: relative;}
.mini-element{
    position: absolute;
    width: 50px !important;
}
.nature_slider .item.first .mini-element{
    right: 10%;
    top: -5%;
}
.nature_slider .item.second .mini-element{
    left: -5%;
    top: 10%;
}
.nature_slider .item.third .mini-element{
    bottom: 10%;
    left: -5%;
}
.slicknav_nav{
    width: 90%;
    margin: 0 auto;
    float: unset;
}
.slicknav_nav a {
    text-align: center;
    font-family: 'Nunito-Regular';
    letter-spacing: 1px;
}

