@import url('https://fonts.googleapis.com/css?family=Lato:100,200,300,400,500,600,700,800,900&display=swap');


html, body{
    font-family: Lato !important;
}

a, a:hover{
    color: inherit !important;
    text-decoration: none !important;
}

.header{
    background-color: #e1e1e1;
    position: fixed;
    width: 100%;
    left:0px;
    top:0px;
    z-index: 10;
}

.header.active .header-background{
    /*
    height: 600px;
    */

    opacity: 1;
}

.loadingScreen{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
}

.header-background{
    /*
        height: 0px;

        */

        position: absolute;
        opacity: 0;
        top:0px;
        left:0px;
        width: 100%;
        height: 100%;
        background-image: url('../images/website/background_menu.png');
        transition: .25s all ease-in-out;
    }

/*.header_logo_middle{
    width: 187px;
    display: block;
    float: right;
    padding: 42px 0px;
    position: relative;
}
*/


.header_logo_middle img{
    width: 100%;
    margin: 20px 0;
    /*position: absolute;
    top:50%;
    left:0px;
    width: 100%;
    transform: translateY(-50%);*/
}


a:focus,
button:focus {
    outline: none !important;
}


.line-height-30{
    line-height: 30px;
}

/* Toggle Burger */
.third-button{
    position: absolute;
    top: 40px;
    transform: translateY(-50%) translateX(-100%);
    left: 25%;

}

.animated-icon3 span{
    background-color: #596e7b;
}

.animated-icon3.open span{
    background-color: white;
}

.animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon3 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


.animated-icon3 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
}

.animated-icon3.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
}

ul{ list-style-type: none; padding:0px; }
a, a:hover{text-decoration: none;}


#menu-main{
    color: #ffffff;
}

.menu-main-inner{
    height: 500px;
}

.menu-main-item-list *, .children-menu-list-item *{
    transition: 0.1s all ease-in-out;
}

.menu-main-item-list, .menu-main-item-list a{
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 22px;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.8);
}

.menu-main-item-list:hover  > a, .children-menu-list-item:hover > a{
    color: #596e7b !important;
    text-decoration: none;
}

.menu-absolute{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    margin-top: 40px;
}

.children-menu-list-item{
    margin: 0 10px;
}

.children-menu-list-item, .children-menu-list-item a{
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.8);
}

.main-menu-border{
    display: block;
    height: 2px;
    margin: 0 20px;
    background-color: rgba(255,255,255,0.8);
    opacity: 0;
    transition: 1ms all;
    position: relative;
}

.main-menu-border:before{
    content: '';
    position: absolute;
    left: 50%;
    top:50%;
    transform: translateX(-50%) translateY(-50%);
    width:5px;
    height:5px;
    border-radius: 4px;
    background-color: rgba(255,255,255,0.8);
}

.menu-main-item-list{
    display: table;
    margin: 0 auto;
    margin-bottom: 10px;
}

.menu-main-item-list.active > .main-menu-border{
    opacity: 1;
}

.menu-main-item-list:hover > .main-menu-border, .menu-main-item-list:hover > .main-menu-border:before{
    background-color: #596e7b;
}

.children-menu-list{
    margin-bottom: 10px;
}

.home-top-image{
    /*width: 100%;*/
    /*padding-top: 61%;*/
    /*background-size: 100%;*/
    /*margin-top: 50px;*/
}

/*.separator{
    height: 84px;
}*/

@media (max-width: 575px) {

    .home-top-image{
        margin-top: 70px;
    }

}

@media (max-width: 1199px) {

    .story-home-before-dot,
    .line-before-home,
    .line-before-home-end-dot{
        display: none;
    }

}

.home-page-middle-container{
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.middle-background{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;

}

.home-middle-inner{
    margin: 0 auto;
    display: table;
    float: none;
}

.home-middle-inner-left, .home-middle-inner-right{
    display: table-cell;
    vertical-align: middle;
}


.middle-1, .middle-3, .middle-2{
    width: 100%;
    padding-top: 100%;
    background-position: center;
    background-size: 200%;
    position: relative;
}

.middle-1{
    margin-bottom:100px;
}

.home-middle-inner-left{
    padding-right: 15px;
    transform: translateX(-10px);
    transition: 0.5s all ease-in-out;
    opacity: 0;
}

.home-middle-inner.active .home-middle-inner-left,
.home-middle-inner.active .home-middle-inner-right{
    transform: translateX(0px);
    opacity: 1;
}

.home-middle-inner-right{
    padding-left: 15px;
    transform: translateX(10px);
    transition: 0.5s all ease-in-out;
    opacity: 0;
}

.middle-line-animation{
    position: absolute;
    width: 1px;
    height: 140%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.middle-line-animation-inner{
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: relative;
}

.middle-line-animation-inner .animation-point{
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: transparent;
    left: 50%;
    transform: translateX(-50%);
}

.animation-point.first{
    top: 0;
}

.animation-point.second{
    top: calc(100% / 4);
}

.animation-point.third{
    top: calc((100% / 4) * 2);
}

.animation-point.fourth{
    top: calc((100% / 4) * 3);
}

.animation-point.fifth{
    top: calc(100%);
}



.middle-line-text-top{
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translateX(-50%);
}

.line-to-be-filled{
    position: absolute;
    top:0px;
    left:0px;
    width: 2px;
    height: 0px;
    background-color: black;
    transition: 1s all ease-in-out;
}

.middle-line-animation-inner.fill-first > .line-to-be-filled{
    height: calc(100% / 4);
}

.middle-line-animation-inner.fill-first.fill-second > .line-to-be-filled{
    height: calc((100% / 4) * 2);
}

.middle-line-animation-inner.fill-first.fill-second.fill-third > .line-to-be-filled{
    height: calc((100% / 4) * 3);
}

.middle-line-animation-inner.fill-first.fill-second.fill-third.fill-all > .line-to-be-filled{
    height: 100%;
}


.middle-line-animation-inner.fill-first > .animation-point.first{
    transition: all 0.5s ease-in 0s;
    background-color: #000;
}

.middle-line-animation-inner.fill-first > .animation-point.second{
    transition: all 0.5s ease-in 1s;
    background-color: #000;

}

.middle-line-animation-inner.fill-second > .animation-point.third{
    transition: all 0.5s ease-in 1s;
    background-color: #000;
}

.middle-line-animation-inner.fill-third > .animation-point.fourth{
    transition: all 0.5s ease-in 1s;
    background-color: #000;
}

.middle-line-animation-inner.fill-all > .animation-point.fifth{
    transition: all 0.5s ease-in 1s;
    background-color: #000;
}


/*
.middle-line-animation-inner.fill-second > .animation-point.second{
    background-color: #000;
}

.middle-line-animation-inner.fill-third > .animation-point.third{
    background-color: #000;
}

.middle-line-animation-inner.fill-fourth > .animation-point.fourth{
    background-color: #000;
}

.middle-line-animation-inner.fill-all > .animation-point.fifth{
    background-color: #000;
}
*/


.animation-point.change{
    background-color: #fff;
}



.shade{
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
}

.home-middle-title{
    position: absolute;
    bottom: -30px;
    left: 30px;
    text-transform: uppercase;
}

.home-middle-title-point{
    position: absolute;
    bottom: -15px;
    left: 15px;
    width: 2px;
    height: 30px;
    background-color: #000;
}

.home-middle-title-point:after{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #000;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.animation-middle-third{
    position: absolute;
    bottom: 20px;
    left: calc(100% - 40px);
    width: 500px;
    height: 1px;
    background-color: transparent;
}

.animation-middle-third-inner-fillable{
    position:absolute;
    right: 0;
    background-color: #000;
    height: 2px;
}

.animation-middle-third-inner-fillable,
.line-and-now-home{
    transform: translateY(-50%) !important;
}

.dot-middle-animation{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: transparent;
    bottom: 18px;
    left: calc(100% - 40px);
    transition: 0.5s all ease-in-out;
}

.dot-middle-animation.change{
    background-color: #000;
}


.story-section-home{
    margin: 0 auto;
    margin-top: 200px;
}

.story-home-inner{
    display: block;
    width: 100%;
    padding-left: 30%;
    padding-right: 30%;
}

.story-home-inner *{
    font-size: 18px;
}

.starco-btn{
    background-color: rgba(54, 54, 54, 1);
    display: table;
    padding: 10px 30px;
    color: white;
    font-size: 13px;
}

.starco-btn:hover{
    background-color: rgba(54, 54, 54, 0.8);
}

.story-home-btn-outer{
    display: table;
    margin-top: 30px;
}

.story-home-starco-then{
    position: absolute;
    top: 0px;
    left: 23px;
    font-size: 31px;
}

.story-home-starco-and-now{
    font-size: 31px;
    position: absolute;
    bottom: -90px;
    left: initial;
}

.dot{
    width: 6px;
    height: 6px;
    border-radius: 100%;
    border: 1px solid black;
    background-color: #000;
    transition: 0.5s all ease-in-out 1s;
}

.story-home-before-dot{
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.story-home-after-dot{
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.line-before-home{
    position: absolute;
    width: 2px;
    height: 0px;
    background-color: #363636;
    left: 50%;
    transform: rotate(15deg);
    transform-origin: 0 0 ;
    transition: 1s all ease-in-out;
}

.line-after-home{
    position: absolute;
    width: 2px;
    height: 0px;
    background-color: #363636;
    left: 50%;
    transform: translateX(-50%);
    transition: 1s all ease-in-out;
}

.line-before-home.active{
    height: 300px;
}

.line-after-home.active{
    height: 600px;
}

.line-before-home-end-dot, .line-after-home-end-dot{
    position: absolute;
    right:-2px;
    bottom:0px;
    opacity:0;
}

.line-before-home.active > .line-before-home-end-dot{
    opacity: 1;

}

.line-after-home.active > .line-after-home-end-dot{
    opacity: 1;
}

.home-scheduling{
    position: relative;
    width:100%;
    padding-top:30%;
    background-size: 100%;
    margin-top: 230px;
}

.home-scheduling-middle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    text-align: center;
    padding: 0 15px;
}

.home-scheduling-title{
    color: white;
    font-size: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.home-scheduling-btn{
    margin: 0 auto;
    margin-top: 1px;
    padding: 2px 5px;
    font-size: 16px;
}

.home-bottom{
    margin: 0 auto;
    display: table;
}

.home-bottom > *{
    float: left;
}

.home-gallery{
    position: relative;
    display: table;
}


.gallery-home-item{
    width: calc(100%/3);
    float:left;
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 20px;
}

.gallery-home-item-inner{
    padding-top: 100%;
}


#map{
    padding-top: 62%;
}


.footer-inner{
    display: table;
    margin: 0 auto;
    padding-top: 20px;
}

.footer-inner > *{
    float: left;
}

.footer-outer{
    background-color: #303030;
    display: table;
    margin-top: 3rem;
}

.footer-first{
    display: table;
}

.footer-first > *{
    display: table-cell;
}

.site-map-section{
    color: #c8c8c8;
}

.site-map-section li{
    padding-bottom: 5px;
    font-weight: bold;
}

.site-map-section li.site-map-header{
    padding-bottom: 10px;
    font-size: 15px;
}

.site-map-link a{
    font-size: 13px;
}

.site-map-section .site-map-header{
    color: #596e7b;
}

.blue{
    color: #596e7b !important;
}

.footer-second-underline-blue{
    border-bottom: 2px solid #596e7b;
    color: #c8c8c8;
    margin-left: 7px;
}

.footer-second-title{
    font-size: 15px;
}

.footer-second > *{
    display: table;
    width: 100%;
}

.social-home-icons{
    display:table;
    width: 100%;
    margin: 20px 0px;
}

.social-home-icons li{
    display: table-cell;
    color: white;
}

.home-subscribe-input{
    border: none;
    background-color: #000;
    color: #596e7b;
}

.home-subscribe-input::-webkit-input-placeholder {
    color:#596e7b;
}

.home-subscribe-input::-moz-placeholder {
    color:#596e7b;
}

.home-subscribe-input::-ms-placeholder {
    color:#596e7b;
}

.home-subscribe-input::placeholder {
    color:#596e7b;
}


.home-subscribe-input, .home-subscribe-input:focus{
    outline: none;
}

.subscribe-container{
    background-color: #000;
    padding: 5px 4px 5px 10px;
    border-radius: 3px;
    display: table;
}

.subscribe-container > *{
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.home-subscibe-btn{
    background-color: #596e7b !important;
    color: white !important;
    text-transform: uppercase;
    cursor: pointer;
}

.footer-copyright{
    background-color: #000;
    text-align: center;
    padding: 15px 0px;
    color: white;
    margin-top: 11px;
    font-size: 12px;
}

.home-last-section-title{
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 50px 0px 45px;
    position: relative;
}

.line-gallery-home{
    position: absolute;
    background-color: #363636;
    width:0px;
    height: 2px;
    transition: 1s all ease-in-out;
    top: 50%;
    right: 50%;
    transform: translateX(-67px) translateY(-50%);

}

.line-gallery-home.active{
    width: 200px;
}

.line-gallery-home.active > .dot-end-gallery-home{
    opacity: 1;
}

.dot-end-gallery-home{
    position: absolute;
    opacity: 0;
    transition: 0.5s all ease-in-out 1s;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.dot-first-gallery-home{
    position: absolute;
    right:0px;
    top: 50%;
    transform: translateY(-50%);
}

.map-line-home{
    position: absolute;
    left: calc(50% + 100px);
    width:0px;
    background-color: #363636;
    height: 1px;
    transition: 1s all ease-in-out;
    bottom: -50px;
}

.map-line-home.active{
    width: 400px;
}

.dot-first-map-home{
    position:absolute;
    left:0px;
    top:50%;
    transform: translateY(-50%);
}

.dot-end-map-home{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right:0px;
    transition: 0.5s all ease-in-out 1s;
    opacity: 0;
}

.map-line-home.active > .dot-end-map-home{
    opacity: 1;
}

.community-top{

    padding-left: 15px; padding-right: 15px;
}

.community-top-image{
    width: 100%;
    padding-top: 40%;
    background-size: 100%;
}

.community-members{
    margin: 0 auto;
}

.member-item-trio{
    display: table;
    width: 100%;
}

.member-community-outer{
    display: table;
    width: calc(100% / 3);
    float: left;
}

.member-community-inner{
    padding-top: 50%;
    background-repeat: no-repeat;
    background-size:cover;
    position: relative;
    overflow: hidden;
}

.community-home-inner-content{
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.community-image{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.community-image img{
    width: 63%;
    max-height: 95px;
    z-index: 8;
    margin: 0 auto;
    display: table;
    object-fit: contain;
}


.community-image, .community-text{
    border: 2px solid #363636;
}

.member-community-outer{
    padding: 10px;
}

.community-home-inner-content{
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.member-community-outer:hover  .community-home-inner-content{
    transform: rotateX(180deg);
}

.community-text{
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index:9;
    background-color: #363636;
    color: white;
    transform: rotateX(180deg);
}

.community-text-inner{
    display: table;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    font-size: 24px;
}

/*.community-phone-number{
    font-size: 18px;
    }*/

    .carousel-control-prev{
        position: absolute;
        left: -120px !important;
    }

    .carousel-control-next{
        position: absolute;
        right: -120px !important;
    }

    /*#members-carousel{
        min-height: 330px;
        }*/

        .carousel-control-prev-icon{
            background-image: url('../images/website/carousel_arrow.png') !important;

        }

        .carousel-control-next-icon, .carousel-control-prev-icon{
            width: 30px !important;
            height: 56px !important;
        }

        .carousel-control-next-icon{
            transform: rotate(180deg);
            background-image: url('../images/website/carousel_arrow.png') !important;
        }

        .community-members-title{
            padding: 0 10px;
        }

        .community-members-title-inner{
            padding: 5px 0;
            background-color: #363636;
            color: white;
            text-align: center;
            text-transform: uppercase;
            font-size: 20px;
            margin-bottom: 15px;
        }

        .community-members{
            margin-top: 60px;
        }

        .community-middle-text{
            margin: 0 auto;
            padding-left: 50%;
            margin-top: 100px;
            position: relative;
        }

        .community-middle-title{
            position: absolute;
            left: 20%;
            top: 0px;
            font-size: 26px;
            text-transform: uppercase;
            color: #363636;
            transform: translateX(-50%);
        }

        .community-middle-title > div:first-child{
            margin-left: 20px;
        }

        .numbers-outer{
            display: table;
            margin: 0 auto;
        }

        .number-item{
            display: table-cell;
            position:relative;
            padding:20px;
            cursor: pointer;
        }

        .number-inner{
            padding-top: 100%;
            border: 2px solid #363636;
            border-radius: 100%;
            width: 100%;
        }

        .community-numbers{
            margin-top: 60px;
        }

        .progress-bar-number{
            position: absolute;
            width: 80%;
            height:80%;
            top:50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            background-size: 100%;
            transition: 0.3s all ease-in-out;
        }


        .number-inner-content{
            position: absolute;
            width: 90%;
            height: 90%;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
        }
        .number-inner-content svg{
            width: 100%;
            height: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }


        .number-item.active  .circle-chart__circle{
            animation: circle-chart-fill 2s reverse;
            transform: rotate(-90deg);
            transform-origin: center;
            opacity:1;
        }

        .circle-chart__circle {
            opacity: 0;
        }

        .circle-chart__circle_last{
            animation: circle-chart-fill 2s reverse;
            transform: rotate(-90deg);
            transform-origin: center;
            opacity:0;
            transition: 0.5s all ease-in-out 2s;
        }

        .number-item.active .circle-chart__circle_last{
            opacity:1;
        }

        @keyframes circle-chart-fill {
            to { stroke-dasharray: 0 100; }
        }

        .number-center{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-54%);
            opacity:0;
            color: #588490;
            font-weight: 300;
            font-size: 52px;
        }

        .number-item.active .number-center{
            opacity:1;
        }

        .community-middle{
            position: relative;
        }

        .community-middle-background{
            position: absolute;
            top: 70%;
            width: 70%;
            height: 100%;
            background-size: 100%;
            background-repeat: no-repeat;
            background-position: center;
            left: 0;
    /*left: 50%;
    transform: translateX(-50%);*/
    height: 200px;
}

.community-midle-backround-inner{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.community-middle-title > div:last-child{
    position: relative;
}

.community-middle-line{
    position: absolute;
    left: 107%;
    bottom: 50%;
    transform: rotate(-24deg);
    transform-origin: 0 0;
    width: 150px;
    height: 2px;
    background-color: #363636;
}

.community-middle-first-dot{
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

.community-middle-second-dot{
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.community-prev-line, .community-next-line{
    position: absolute;
    top: 50%;
    height: 2px;
    background-color: #000;
}

.community-prev-line{
    right: 102%;
    width: 400px
}

.community-next-line{
    left: 102%;
    width: 400px;
}

.community-prev-dot{
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.community-next-dot{
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.number-title{
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.bottom-image{
    display: block;
    width: 100%;
    padding-top: 40%;
    background-size: 100%;
    position: relative;
}

.community-bottom{
    width: 100%;
    margin-top: 150px;
    padding: 0 15px;
}

.blueprint-container{
    margin: 0 auto;
    position: relative;
    padding: 0px 10px;

}

.blueprint-top-title-left, .blueprint-top-title-right{
    text-transform: uppercase;
    position: relative;
    font-size: 30px;
}

.blueprint-top-title-left{
    float: left;
    padding-left: 15px;
    width: 50%
}

.blueprint-top-title-right{
    float: right;
    padding-left: 15px;
    width: 50%;
    text-align: right;
}

.blueprint-offices-outer, .blueprint-retail-outer{
    width: 100%;
}

.blueprint-offices-inner{
    padding-left: 50%;
    opacity: 0;
    transition: 0.5s all ease-in-out 0.5s;
    transform: translateX(4px);

}


.blueprint-container.active .blueprint-offices-inner{
    opacity: 1;
}

.blueprint-offices-image, .blueprint-retail-image{
    margin: 20px;
    background-size: 100%;
    padding-top: 60%;
    position: relative;
}

.blueprint-retail-inner{
    padding-right: 50%;
    opacity: 0;
    transition: 0.5s all ease-in-out 0.5s;
    transform: translateX(-4px);

}

.blueprint-container.active .blueprint-offices-inner,
.blueprint-container.active .blueprint-retail-inner{
    opacity: 1;
}


.blueprint-container.active .blueprint-offices-inner{
    transform: translateX(0px);
}

.blueprint-container.active .blueprint-retail-inner {
    transform: translateX(0px);
}

.blueprint-top-titles{
    width: 100%;
    display: table;
    margin: 20px 0px;
    position: relative;
}

.blueprint-offices-image{
    margin-right: 0px !important;
}

.blueprint-retail-image{
    margin-left: 0px !important;
}

.blueprint-top-left-line{
    position: absolute;
    left: 220px;
    transition: 0.5s all ease;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000;
    height: 1px;
    width: 0px;
}

.blueprint-container.active .blueprint-top-left-line{
    width: calc(100% - 220px)
}

.blueprint-dot-left-top, .blueprint-dot-right-top{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.blueprint-dot-right-top{
    right: 0px;
}

.blueprint-top-right-line{
    position: absolute;
    right: 115px;
    transition: 0.5s all ease;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000;
    height: 1px;
    width: 0px;
}

.blueprint-container.active .blueprint-top-right-line{
    width: calc(100% - 115px)
}

.blueprint-middle-line{
    position: absolute;
    transform:  translateX(-50%);
    left: 50%;
    top: 50%;
    height: 0px;
    width: 1px;
    background-color: #000;
    transition: 1s all ease-in-out 0.5s;
}

.blueprint-container.active .blueprint-middle-line{
    height: 100vh
}

.bluprint-middle-line-dot{
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    transition: 0.5s all ease-in-out 0.5s;
}

.blueprint-container.active .bluprint-middle-line-dot {
    opacity: 1;
}

.blueprint-offices-image-dot, .blueprint-retail-image-dot{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

.blueprint-offices-image-dot{
    left: -23px;
    transition: 0.5s all ease-in-out 0.7s;
}

.blueprint-retail-image-dot{
    right: -23px;
    transition: 0.5s all ease-in-out 1s;
}

.blueprint-container.active .blueprint-offices-image-dot,
.blueprint-container.active .blueprint-retail-image-dot{
    opacity: 1;
}

.blueprint-offices-title, .blueprint-retail-title{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-transform: uppercase;
    opacity: 0;
}

.blueprint-offices-title{
    left: -100px;
    transition: 0.5s all ease-in-out 0.7s;
}

.blueprint-retail-title{
    right: -100px;
    transition: 0.5s all ease-in-out 1s;
}

.blueprint-container.active .blueprint-offices-title,
.blueprint-container.active .blueprint-retail-title{
    opacity: 1;
}


.bluprint-middle-line-dot-end{
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateY(50%) translateX(calc(-50% + 0.5px));
    opacity: 0;
    transition: 0.5s all ease-in-out 1.5s;
}

.blueprint-container.active .bluprint-middle-line-dot-end{
    opacity: 1;
}

.blueprint-retail-text-outer{
    margin-top: 100px;
    width: 100%;
}

.blueprint-retail-text-inner{
    padding-left: 50%;
    margin: 20px;
    margin-right: 0px;
}

#blueiprintInnerSlider .slider-item{
    background-size: 100%;
    padding-top: 40%;
    background-size: cover;
}


.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out .7s;
}

.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}

.bluprint-inner-middle-slider{
    margin: 0 auto;
}

#blueprintInnerMiddleSlider .carousel-indicators li{
    text-indent: 0;
    width: auto;
    height: auto;
    display: table-cell;
    background-color: transparent;
    margin-top:0px; margin-bottom: 0px;
}

#blueprintInnerMiddleSlider .carousel-indicators li .bis-btn{
    margin: 0 10px;
}

#blueprintInnerMiddleSlider .carousel-indicators li:first-child .bis-btn{
    margin-left: 0px;
}

#blueprintInnerMiddleSlider .carousel-indicators li:last-child .bis-btn{
    margin-right: 0px;
}

#blueprintInnerMiddleSlider .carousel-indicators{
    margin-bottom: 0px;
    display: table;
    width: 100%;
    margin: 0px;
    bottom: -80px;
}

.bis-btn{
    text-align: center;
    background-color: #fff;
    border: 2px solid #000;
    padding: 5px 0px;
    font-size: 24px;
}
.bis-btn small{
    vertical-align: super;
    font-size: 15px;
}

.blueprint-inner-parallax-background{
    position: absolute;
    left: 0;
    top: -100px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 20%;
}

.blueprint-inner-last-content{
    margin: 0 auto;
}

.blueprint-inner-last-content > div{
    float: left;
}


.bilct{
    font-size: 26px;
    width: 50%;
    text-transform: uppercase;
}

.bilct-second{
    float:right;
    text-align: right;
    margin-top: 90px;
}

.blueprint-inner-last-content-title{
    height: 165px;
}

.bilct-first{
    position: relative;
}

.bilct-line{
    position: absolute;
    right: -20px;
    top: calc(100% - 20px);
    width: 2px;
    height: 130px;
    background-color: black;
}

.bilct-dot-first{
    position: absolute;
    top:0px;
    left:50%;
    transform: translateX(-50%) translateY(-50%);
}

.bilct-dot-second{
    position: absolute;
    bottom:0px;
    left:50%;
    transform: translateX(-50%) ;
}

.blueprint-inner-last-content{
    padding-right: 0px;
    display: table;
    margin-bottom: 250px;
    margin-top: 150px;
}

.bilct-text{
    margin-top: 20px;
}

.bilct-download-btn{
    margin-top: 20px;
}

.slick-dots li.slick-active button:before, .slick-dots li button:before{
    content: '\2022' !important;
    color: white !important;
}

.slick-dots{
    bottom: 11px !important;
}

.story_top_image{
    background-size: 100%;
    padding-top: 40%;
}

.story_top_text{
    position: absolute;
    bottom: 40px;
    left: 200px;
    display: table;
    background-color: rgba(0,0,0,0.5);
    width: 500px;
}

.story_top_text_title, .story_top_text_details{
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    color: white;
}

.story_top_text_title{
    color: white;
    font-size: 50px;
}

.story_top_text_details{

}

.story-second-container{
    margin: 0 auto;
}

.story-second-container{
    margin: 0 auto;
}

.story-section{
    display: table;
    width: 100%;
}

.story-section-title, .story-section-text{
    display: block;
    float: left;
    position: relative;
}

.story-section-title{
    width: 45%;
}

.story-section-text{
    width: 55%;
}

.story-section-title{
    float: left;
}

.story-section-text{
    float: right;
}

.story-section-title > div{
    font-size: 26px;
    text-transform: uppercase;
    display: table;
    position: relative;
}

.ss1t-second{
    margin-top: 76px;
    margin-left: 40px;
    position: relative;
}


.ss1t-first{
    position: relative;
}

.ss1t-dot-1{
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%) translateX(-50%);

}

.ss1t-dot-2{
    position: absolute;
    top: -10px;
    left: 60%;
    transform:  translateX(-50%);
}

.story-first{
    margin-top: 50px;
}

.story-section-text-title{
    font-weight: 700;
    font-style: italic;
}

.story-second{
    margin-top: 50px;
}

#story_slider .slider-item, #story_slider_2 .slider-item, #story_slider_3 .slider-item{
    background-size: 100%;
    padding-top: 50%;
    background-size: cover;
}

#story_slider .slick-next, #story_slider_2 .slick-next, #story_slider_3 .slick-next{
    background-image: url('../images/website/carousel_arrow.png') !important;
    width: 30px !important;
    height: 56px !important;
    background-size: 100%;
    transform: rotate(180deg) translateY(50%);
    right: -70px;
    top: 50%;
}

#story_slider .slick-prev, #story_slider_2 .slick-prev, #story_slider_3 .slick-prev{
    background-image: url('../images/website/carousel_arrow.png') !important;
    width: 30px !important;
    height: 56px !important;
    background-size: 100%;
    transform: translateY(-50%);
    left: -70px;
    top: 50%;
}

.slick-next:before, .slick-prev:before{
    content: none !important;
}

.story-slider{
    margin-top: 50px;
}

.ss3t-second{
    margin-top: 40px;
    margin-left: 100px;
    position: relative;
}

.ss3t-third{
    margin-left: 30px;
    position: relative;
}

.story-fourth{
    margin-top: 50px;
}

.story-fourth .story-section-text-details{
    padding-top: 160px;
}

.background-fourth-story-image{
    width: 100%;
    position: absolute;
    padding-top: 40%;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 700px;
}

.story-fourth, .story-third{
    margin: 0 auto;
}

.aup-image{
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50px;
    padding-bottom: 40%;
    width: 50vW;
    right: 20px;
    z-index: -1;
}

.about-us-right-container{
    float: right;
    margin-bottom: 100px;
}

.about_us-container{
    margin: 0 auto;
    display: table;
}

.about-us-right-container{
    padding-left: 30px !important;
}

.aurc-title{
    text-transform: uppercase;
    font-size: 30px;
    color: #596e7b;
    padding: 50px 0px 100px 100px;
    text-align: right;
}

.about-us-title-starco{
    text-transform: uppercase;
    font-size: 30px;
    color: #596e7b;
    padding: 50px 11%;
}

#auss-slider .slider-item{
    background-size: cover;
    padding-top: 40%;
}

#auss-slider .slick-prev{
    left: 20px;
    z-index: 9;
    background-image: url(../images/website/carousel_arrow.png) !important;
    width: 30px !important;
    height: 56px !important;
    background-size: 100%;
    background-repeat: no-repeat;
}

#auss-slider .slick-prev:hover, #auss-slider .slick-next:hover{
    background-size: 100%;
}

#auss-slider .slick-next{
    right: 20px;
    z-index: 9;
    background-image: url(../images/website/carousel_arrow.png) !important;
    width: 30px !important;
    height: 56px !important;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: rotate(180deg) translateY(50%);
}

.line{
    width: 0px;
    color: black;
    height: 2px;
    background-color: black;
    transform-origin: 0 0;
}

.auts-inner{
    display: table;
    position: relative;
}





.auts1-dot{
    position: absolute;
    left: -200px;
    top: 50%;
    transform: translateY(-50%);
}

.auts12-line{
    transform: translateY(-50%) !important;
    top: 50% !important;
}

.auts2-dot{
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
}




.auts-dot{
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.aurct-inner{
    position: relative;
    display: table;
}

.aurct-dot{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: -20px;
}

.aurc-text{
    position: relative;
}

.aurcth-dot{
    position: absolute;
    top: 10px;
    left: -20px;
}

.aurcth-dot2{
    position: absolute;
    top: 25%;
    left: -20px;
}

.auss-right{
    position: absolute;

}

.auss-right-dot, .auss-right-line,
.auss-left-dot, .auss-left-line{
    position: absolute;
}

.auss-right-dot{
    top: 50%;
    margin-top: -3px;
    left: 70px;
    background-color: #000;
}

.auss-right-line{
    top: 50%;
    margin-top: -1px;
    right: calc(100% - 70px);
    width: 200px;
    height: 2px;
    z-index: 9;
}

.auss-left-dot{
    top: 50%;
    margin-top: -3px;
    right: 70px;
    background-color: #000;
}

.auss-left-line{
    top: 50%;
    margin-top: -1px;
    left: calc(100% - 70px);
    width: 200px;
    height: 2px;
    z-index: 9;
}

.sst-point-1{
    position: absolute;
    top: 20%;
    left: -20px;
}

.ss3t-first-dot{
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: -20px;
}

.ss3t-second-dot{
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: -20px;
}

.ss3t-third-dot{
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: -20px;
}

.ss4t-second{
    margin-top: 50px;
    margin-left: 132px;
    position: relative;
}

.ss4t-first-dot{
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -2px;
}

.ss4t-first{
    position: relative;
}

.ss4t-second-dot{
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: -20px;
}

.ss4t-second-dot2{
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: -20px;
}

.ss4t-second-dot3{
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: -300px;
}

.top-left{
    top: 0;
    left: 0;
}

#contact_map{
    width: 100%;
    padding-top: 30%;
}

.website-container{
    margin: 0 auto;
}

.color-green{
    color: #596e7b;
}

.background-green{
    background-color: #596e7b !important;
}

.contact-title{
    font-size: 22px;
}

.my-input{
    height: 36px !important;
}

@media only screen and (min-width: 768px) {
    .third-button, #menu-main{
        display: none !important;
    }

}

@media only screen and (max-width: 768px) {
    .website-grid-menu-bar{
        display: none !important;
    }

    .header_logo_middle{
        max-width: 150px;
    }
}

.website-sub-list{
    opacity: 1;
    max-height: 0px;
    transition: opacity 0.4s ease-in, max-height 0.4s  ease-in-out;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.website-sub-list > li{
    max-height: 0px;
    overflow: hidden;
    transition: .3s all ease-in-out;
}

li:hover > .website-sub-list > li{
    padding: 3px 0;
    max-height: 100px;
}

.color-grey{
    color: #e1e1e1 !important
}

.website-menu-item:hover > .website-sub-list{
    max-height: 130px;
    opacity: 1;
}


.website-menu-item:not(.no-border):after{
    content: '';
    position: absolute;
    bottom: -3px;
    width: calc(100% - 5px);
    height: 4px;
    background-color: #596e7b;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.3s all ease-in-out;
}

.website-sub-menu-item:not(:last-child):not(.no-border):after{
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #fff;
    right: 0px;
    opacity: 1 !important;
    transition: 0.3s all ease-in-out;
}


.radius-none{
    border-radius: 0 !important;
}

.website-menu-item:hover:after, .website-menu-item.active:after{
    opacity: 1;
}

.website-sub-menu-item:hover:after, .website-sub-menu-item.active:after{
    opacity: 1;
}

.website-sub-menu-item:hover > a, .website-sub-menu-item.active > a{
    font-weight: bold;
}

.background-grey{
    background-color: #e1e1e1;
}

.pt-50{
    padding-top: 50%;
}

.pt-100{
    padding-top: 100%;
}

.lazy{
    background-size: cover;
}

.gal-h-100{
    height: calc(100vh - 95px);
}
.gal-h-50{
    height: calc(50vh - 55px);
}

.gallery-section .from-left, .gallery-section .from-right{
    opacity:0;
    transition: 0.5s all ease-in-out 0.5s;
}

.from-left{
    transform: translateX(-50px);
}

.from-right{
    transform: translateX(50px);
}

.gallery-section.active .from-left, .gallery-section.active .from-right{
    transform: translateX(0);
    opacity: 1;
}

.font-menu-website{
    font-size: 15px;
    color: #596e7b !important;
    font-weight: bold;
}

.font-menu-website:hover{
    color: #596e7b !important;
}

.font-sub-menu-website{
    font-size: 12px;
}

.general-font-size, .general-font-size *{
    font-size: 16px !important;
}

@media only screen and (min-width: 768px) {
    #members-not-slider{
        display: none;
    }

}

.twentytwenty-container{
    max-height: 500px;
}

@media only screen and (max-width: 768px) {
    .header_logo_middle{
        margin: 0 auto;
        float: none;
    }

    .story-home-starco-then{
        top: -59px;
    }

    .home-scheduling{
        padding-top: 50%;
        background-size: cover;
        margin-top: 195px;
    }

    .footer-first a, .footer-second-title{
        font-size: 15px;
    }

    #auss-slider .slider-item{
        background-size: cover;
        padding-top: 76%;
    }

    .aup-image{
        width: 100vw;
    }

    .story_top_image, .bottom-image{
        background-size: cover;
        padding-top: 70%;
    }

    .story_top_text{
        left:0px;
        width: 100%;
        bottom: 0px;
    }

    .story_top_text_title, .story_top_text_details{
        display: block;
    }

    .member-community-outer{
        width: 100%;
    }

    #members-carousel{
        display: none;
    }

    #members-not-slider{
        display: block;
    }

    .community-middle-text{
        padding-left: 0px;
    }

    .community-middle-background{
        width: 100%;
    }

    .community-middle-title{
        left: 50%;
    }

    .number-item{
        display: block;
        margin-top: 70px;
    }

    .blueprint-top-title-left, .blueprint-top-title-right{
        font-size: 20px;
    }

    .blueprint-top-left-line{
        left: 142px;
    }

    .blueprint-container.active .blueprint-top-left-line{
        width: calc(100% - 142px);
    }

    .blueprint-inner-last-content-title{
        height: 200px;
    }

    .carousel-indicators{
        z-index: 8 !important;
    }

    #contact_map{
        padding-top: 70%;
    }
}

.twentytwenty-before{
	width: 100%;
}

.twentytwenty-container img{
    min-height: 100%;
}

.cursor-pointer{
    cursor: pointer;
}
.story-section-text-details, .story-section-text-details p{
	font-size: 16px;
}

.my-text-size, .my-text-size *{
	font-size: 16px;
}

.point{
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: black;
}

.gallery-point-1{
    left: 40%;
    top: -10vw;
}

.gallery-point-2{
    top: 30px;
    right: 40%;
}

.gallery-point-3{
    right: 15%;
    top: -20vw;

}

.z-index-9{
    z-index: 8;
}

.gallery-point-4{
    top: -50vw;
    left: 10%;
}

.gallery-point-5{
    top: -5vw;
    left: 30%;
}

.gallery-point-6{
    top: -30vw;
    right: 20%;
}

.gallery-point-7{
    top: 10vw;
    left: 20%;
}

.gallery-point-8{
    top: 15vw;
    left: -20%;
}

.gallery-point-9{
    top: 40vw;
    left: 45%;
}

.background-grey{
    background-color: rgba(0,0,0,0.6);
}

.gallery-image-overlay{
    top:0;left:0;
}

.image-container-overlay > div{
    opacity: 0;
    transition: .3s all ease-in-out;
}

.image-container-overlay:hover > div{
    opacity: 1;
}

.gallery-image-caption{
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
}

.my-slick-dot{
    color: black;
}

.custom-story-slick-navigation:after{
    content: '';
    position: absolute;
    right: calc(50% - 1px);
    width: 2px;
    height: 100%;
    background-color: #363636;
    top: 0;
    z-index: -1;
}

.custom-story-navigation-ele:not(:first-child){
    margin-top: 40px;
}

.custom-story-slick-navigation-container{
    top: 50%;
    right: 15%;
    transform: translate(-50%, -50%);
}

.custom-story-navigation-ele .year{
    display: block;
    right: 20px;
    top: 0px;
    color: white;
    font-weight: normal;
}

.custom-story-navigation-ele.active .year{
    padding: 0px 5px;
    font-weight: bold;
}

.custom-story-navigation-ele *{
    transition: .3s all ease-in-out !important;
}

.custom-story-navigation-ele.active .dot{
    background-color: white;
}

.custom-story-navigation-ele:first-child > .dc-slider{
    padding-top: 0px !important;
}

.custom-story-navigation-ele:last-child > .dc-slider{
    padding-bottom: 0px !important;
}

.story_top_image_overlay{
    background-color: rgba(0,0,0,0.3);
    top:0px;
    left:0px;
}

.custom-story-navigation-ele .dot:after{
    content: '';
    position: absolute;
    z-index: 1;
    width: 2px;
    background-color: rgba(255,255,255,0.5);
    height: 56px;
    top: 8px;
    left: calc(50% - 1px);
    opacity: 0;
}

.custom-story-navigation-ele .dot:before{
    content: '';
    position: absolute;
    z-index: 1;
    width: 2px;
    background-color: rgba(255,255,255,0.5);
    height: 60px;
    left: calc(50% - 1px);
    opacity: 0;
    top: -56px;
}

.custom-story-navigation-ele.active .dot:after, .custom-story-navigation-ele.active .dot:before{
    opacity: 1;
}

.custom-story-navigation-ele:last-child .dot:after{
    opacity: 0 !important;
}

.custom-story-navigation-ele:first-child .dot:before{
    opacity: 0 !important;
}

.story-slider-2-dot1{
    position: absolute;
    top: calc(50% - 2px);
    right: -40px;
}

.story-slider-2-dot2{
    position: absolute;
    top: calc(50% - 2px);
    right: -50vw;
}

.story-slider-2-dot3{
    position: absolute;
    top: calc(50% - 2px);
    left: -40px;
}

.story-slider-2-dot4{
    position: absolute;
    top: calc(50% - 2px);
    left: -50vw;
}

.blueprint-inner-slider .slick-dots li button::before{
    font-size: 11px;
    color: #363636 !important;
    opacity: 1 !important;
}

.blueprint-inner-slider .slick-dots li.slick-active button:before, .slick-dots li button:before{
    color: white !important;
}

/*.blueprint-inner-slider .slick-dots li:before{
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    height: 2px;
    width: 32px;
    background-color: #363636;
    left: -26px;
    }*/

/*.blueprint-inner-slider .slick-dots li:first-child:before{
    left: -10px;
    width: 16px;
}
*/
/*.blueprint-inner-slider .slick-dots li:last-child:after{
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    height: 2px;
    width: 16px;
    background-color: #363636;
    left: 14px;
    }*/

    .blueprint-inner-slider .slick-dots li{
        width: 30px;
    }

    .contact-dot1{
        position: absolute;
        top: 50%;
        left: calc(50% - 3px);

    }

    .contact-dot2{
        position: absolute;
        top: 14%;
        left: 10%;
    }

    .contact-dot3{
        position: absolute;
        top: 7%;
        right: 10%;
    }

    .contact-dot4{
        position: absolute;
        bottom: -20%;
        right: 40%;
    }

    .and-now-after-dot-1{
        position: absolute;
        bottom: -60px;
        left: 100px;
    }

    .and-now-after-dot-2{
        position: absolute;
        bottom: -60px;
        left: 300px;
    }

/*.story-home-before-dot{
    display: none;
    }*/

    @media (max-width: 575px) {

        .home-scheduling-title{
            font-size: 20px;
        }

    }

    @media only screen and (max-width: 768px) {
        .story-home-inner{
            width: 100%;
            padding-left: 10px;
            padding-right: 10px;
            text-align: justify;
        }

        .home-gallery{
            padding-left:0px !important;
            padding-right:0px !important;.custom-story-slick-navigation-container
        }

        .story-section-text{
            width: 100%;
        }

        .story-section-title{
            width:100%;
        }

        .ss1t-dot-1, .ss1t-line, .ss1t-dot-2{
            display: none;
        }

        .ss1t-second{
            margin-top: 0;
            margin-left: 0;
            margin-bottom: 20px;
        }

        .ss3t-first-dot, .ss3t-first-line, .ss3t-second-dot,
        .ss3t-second-line, .ss3t-third-dot, .sst-point-1, .sst-point-1, .sst-line-1{
            display: none;
        }

        .ss3t-second{
            margin-top: 0px;
            margin-left: 0px;
        }

        .ss3t-third{
            margin-left: 0px;
        }

        .ss3t-first, .ss3t-second, .ss3t-third{
            display: inline-block !important;
        }

        .story-section-title{
            margin-bottom: 10px;
        }

        .story-fourth .story-section-text-details{
            padding-top: 30px;
        }

        .number-center{
            font-size: 35px;
        }

        .blueprint-retail-text-inner{
            padding-left: 0px;
        }

        .blueprint-retail-text-inner{
            margin-left:0px;
        }

        .bluprint-middle-line-dot-end{
            bottom: 300px;
        }

        .blueprint-container.active .blueprint-middle-line{
            height: 300px;
        }

        #blueiprintInnerSlider .slider-item{
            background-size: 100%;
            padding-top: 56%;
            background-size: cover;
        }

        .bilct-line.retail{
            display: none;
        }

        .blueprint-inner-last-content-title.retail{
            height: 50px;
        }
    }

    .form-control:focus{
        box-shadow: none !important;
        border-color: inherit;
    }