* {
    font-family: 'Open Sans', sans-serif;
}

body {
    margin: 0 !important;
    padding: 0 !important
}

a:hover{
    text-decoration: none;
    color: #c6ac84;
}

.mobile-content {
    display: none;
}

.mandatory {
    color: red
}

.full-width {
    width: 100%;
    max-width: 100%
}

.image-center {
    display: flex;
    margin: 0 auto
}

.image-left {
    float: left;
    clear: left
}

.image-right {
    float: right;
    clear: right
}

.text-padding {
    padding: 0 15px
}

.green-text {
    color: #23514B;
}

.small-text-14 {
    font-size: 14px;
}

.small-text-12 {
    font-size: 12px;
}

.small-text-10 {
    font-size: 10px;
}

.green-btn {
    font-size: 12px;
    background-color: #23514b;
    color: #fff;
    text-transform: uppercase;
}

.green-btn:hover {
    background-color: #C6AC84;
}

/*
.home-gallery-container{
    height: 475px;
    width: 475px;
}
*/


.btn-multilingual-select select {
    background-color: white;
    border: 1px solid transparent;
    color: #265b55;
    width: 120px;
    margin: 0 auto;
}

.btn-multilingual-select select:focus {
    background-color: white;
    border: 1px solid transparent;
    color: #265b55;
    width: 120px;
}


.bg-green {
    background-color: #23514b;
    padding: 25px;
    height: 400px;
}

.bg-gray{
    background-color: #F3F4F4;
    padding: 25px;
    height: 400px;
}

.white-text {
    color: #fff;
}

.gold-text {
    color: #C6AC84;

}

.content-row {
    height: 400px;
    overflow: hidden;
}

.about-us-element {
    width: 200px;
}

.cover-fit {
    height: 400px;
    object-fit: cover;
}

.img-padding-right {
    padding-right: 25px;
}

.img-padding-left {
    padding-left: 25px;
}

.img-hover-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px;
    text-align: center;
    background-color: rgba(35, 81, 75, 0.8);
    transition: 0.3s ease-in;
}


.img-hover-text img {
    width: 200px;
    text-align: center;
    margin: 0 auto;

}

.img-hover-text p {
    display: none;
    width: 90%;
    margin-left: 20px;
}

.img-hover-text img {
    display: none;
}

.content-hide{
        transition: all 0.3s ease-in;
}

.content-hide:hover p,
.content-hide:hover img {
    display: block;
}

.content-hide:hover .img-hover-text {
    height: 100%;
}

.location-content-wrapper{
    width: 80%;
    margin: 0 auto;
}

.form-border{
    border: 1px solid #D1D2D4;
    border-radius: 5px;
    padding-left: 50px;
    padding-right: 50px;
}

.media-thumbnail{
    border-radius: 5px;
}

.site-plan-numbering{
    width: 30px;
    height: 30px;
    border-radius: 25px;
    padding-top: 6px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    background-color: #23514b;
    color: #fff;
}

@media screen and (min-width: 1200px) {
    .text-padding {
        padding: 0
    }
}

@media screen and (max-width: 991px) {
    .content-row {
        height: unset;
        overflow: unset;
    }

    .img-padding-right {
        padding-right: 0px;
    }

    .img-padding-left {
        padding-left: 0px;
    }

    .cover-fit {
        height: 100%;
    }

    .bg-green {
        height: auto;
    }

    .bg-gray {
        height: auto;
    }

    .desktop-content {
        display: none;
    }

    .mobile-content {
        display: block;
    }
}

}

.preview-class {
    margin: 10px;
    border: 1px solid red;
    padding: 10px;
    color: red;
    font-weight: 700;
    position: fixed;
    left: 10px;
    z-index: 999
}

footer ul {
    list-style-type: none;
}

footer ul li {
    display: inline-block;
    margin-left: 2em;
    margin-right: 2em;
}

footer ul li a {
    text-transform: uppercase;
    font-size: 12px;
}

@media screen and (max-width: 991px) {
    footer ul {
        padding-left: 0;
    }

    footer ul li {
        display: block;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (min-width: 1024px) {
    .preview-class {
        left: 93%
    }
}

.blink_me {
    animation: blinker 2s linear infinite
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

.text-upper {
    text-transform: uppercase
}

.text-low {
    text-transform: lowercase
}

.overflow-auto {
    overflow: auto
}

.font-bold {
    font-weight: 700
}

.font-normal {
    font-weight: 400
}

.font-capital-letter {
    text-transform: capitalize
}

.cursor-pointer {
    cursor: pointer
}

.green {
    color: green
}

.orange {
    color: orange
}

.blue {
    color: blue
}

.red {
    color: red
}


/* footer */
footer {
    color: #fff !important;
    font-size: 14px;
}

.border-right {
    border-right: 1px solid #fff;
}

.border-btm {
    border-bottom: 1px solid #fff;
}

.footer-copyright{
    font-size: 12px !important;
}

.webtemple {
    text-align: right;
}


@media only screen and (max-width: 991px) {
    .border-right{
       border: 0 !important;
    }

    .footer-copyright ,.webtemple {
        text-align: center;
    }

}

@media only screen and (max-width: 508px) {
    .dsa-footer img{
        width: 100%;
    }
}
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #555;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    opacity: 0;
    transition: opacity 1s ease-out, background-color 1s ease;
}
#back-to-top:hover {
    background: #d3d3d3;
}
#back-to-top.show {
    opacity: 1;
}