.body-part {
    background-color: whitesmoke;
}
.reveal.active {
    transform: translateY(0);
    opacity: 1;
}
.gallery-aside {
    padding: 50px 5%;
    background-image: url(../images/parallax-1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gallery-aside1 {
    padding: 50px 5%;
    background-image: url(../images/parallax-2.jpg);
    background-attachment: fixed;
    background-position: 50% 65%;
    background-repeat: no-repeat;
    background-size: cover;
}
.resident-text1 h1 {
    text-align: left;
}
.resident-text1 h1 {
    color: #0082b2;
    text-shadow: 2px 2px 5px #000;
    font-weight: bold;
    font-size: 80px !important;
    line-height: 100px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-family: fangsong;
}
.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}
.gallery-aside section {
    text-align: center;
}
.gallery-aside section h1 {
    color: #0082b2;
    text-shadow: 2px 2px 5px #000;
    font-weight: bold;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.gallery-aside section p {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 40px;
    text-align: center;
    color: #424040;
}
.wrap {
    margin: 40px 80px;
}
.grid {
    display: grid;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
}
.main-resident {
    width: 100%;
}
.space {
    margin: 30px;
}
.residents-img {
    display: flex;
    padding-bottom: 2rem;
    justify-content: center;
}
a {
    text-decoration: none;
}
.text-decor img {
    text-decoration: none;
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    box-shadow: 0 0 10px 5px #8d8c8c;
}
.text1 {
    background-color: #000000a6;
    position: relative;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    margin-top: -45px;
}
.space p {
    font-weight: 600;
    text-align: left;
}

/*Conact-us*/

.contact-body {
    background-color: #c7d7e1;
    padding: 20px 20px;
}
.contact-form {
    padding: 50px 20%;
    width: 100%;
}
.con-div1 {
    width: 50%;
    float: left;
}
.con-div1 p, .con-div2 p, .con-div3 p, .con-div4 p, .con-div1 address, .con-div2 address, .sub-title {
    margin: 0 0 20px !important;
}
.contact-form input {
    border: 2px solid #0088bb;
    padding: 10px;
    padding-left: 20px;
    width: 95%;
    border-radius: 5px;
    font-size: 18px;
}
.con-div2 {
    width: 50%;
    float: left;
    text-align: right;
}
.con-div02 {
    width: 100%;
    float: left;
    margin-bottom: 25px !important;
}
.con-div02 input {
    border: 2px solid #0088bb;
    padding: 10px;
    width: 100%;
    font-size: 18px;
}
.con-div3 {
    width: 100%;
    float: left;
    margin-bottom: 30px !important;
}
.contact-form textarea {
    border: 2px solid #0088bb;
    padding: 10px;
    padding-left: 20px;
    width: 100%;
    font-size: 18px;
    min-height: 250px;
    resize: vertical;
}
.contact-button {
    width: 300px !important;
    padding: 15px !important;
    background: #0082af;
    color: white;
    font-size: 25px;
    transition: .3s;
    border-radius: 0px !important;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.contact-form select {
    border: 2px solid #0088bb;
    padding: 10px;
    padding-left: 20px;
    width: 95%;
    border-radius: 50px;
    font-size: 20px;
}

/*Rate*/
.add-test-cont {
    text-align: center;
    padding: 30px 0px;
    background-color: #c7d7e1;
}
.add-test-btn {
    margin-bottom: 20px;
}
.add-test-btn a {
    background-color: #fff;
    border: 3px solid #0088bb;
    margin-right: 10px;
    color: #000;
    padding: 10px 20px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
    font-size: 20px;
    line-height: 30px;
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: .4s;
    border-radius: 5px;
    letter-spacing: 1px;
}
.reviews {
    padding: 20px 5%;
    height: 100px;
}
.reviews span {
    font-size: 30px;
    font-weight: bold;
    color: #db0000;
    letter-spacing: 2px;
}
.contact-button:hover {
    background: #0082afab;
}
.add-test-btn a:hover {
    background-color: #c7d7e1;
    color: #fff;
    background-image: linear-gradient(#0082af, #0082af);
    background-size: 100% 100%;
}

/*Request Done*/
.container1 {
    height: auto;
    width: 100%;
}
.checkmark-circle {
    width: 150px;
    height: 150px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.checkmark-circle .background {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #9b6c2b;
    position: absolute;
}
.checkmark-circle .checkmark {
    border-radius: 5px;
}
.confetti-container {
    perspective: 700px;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.sis-p {
    text-align: center;
    font-size: 25px;
    line-height: 45px;
    color: #222;
    margin-top: 10px;
    margin-bottom: 30px;
}
.checkmarks{
    position: absolute;
    margin: 30px 0px 0px 36px;
}

/*sitemap*/
.wrap1 {
    margin: 40px 22%;
}
.grid1 {
    display: grid;
    position: relative;
}
.grid1 {
    grid-template-columns: repeat(2, 1fr);
}
.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}
.reveal .active {
    transform: translateY(0);
    opacity: 1;
}
.space {
    margin: 30px;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
.black {
    color: #000;
}
.font20 {
    font-size: 1.5em;
    line-height: 1.8;
}
h3 {
    border-bottom: #ccc solid 1px;
    padding: 0px 1.5%;
}
.blue {
    color: #0082af;
    font-size: 1.5rem;
}
.martop20 {
    margin: 20px 0 0;
}
ul {
    list-style-type: none;
}
.circle-bullet li {
    font-size: 1.5em;
    line-height: 1.8;
    color: #222;
    margin: 0 0 10px;
    padding: 0 0 0 30px;
    background: url(../images/circle-bullet.png) no-repeat left center;
}
li a {
    font-size: 20px;
}
a {
    text-decoration: none;
}
a {
    color: black;
}
a {
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -webkit-app-region: no-drag;
}
.main-resident1 {
    width: 630px;
}

/*newsletter*/
.news-cont {
    padding: 4%;
}
.newsletter-body {
    text-align: center;
    height: 200px;
    background-color: #c7d7e1;
}
.news-span {
    font-size: 30px;
    font-weight: bold;
    color: #db0000;
    letter-spacing: 2px;
}