@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@300;400;500;700&family=Manrope:wght@200;400;700&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css');

/* 
font-family: 'Cormorant', serif;
font-family: 'Manrope', sans-serif;
*/


/*---------------------------Global */

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-size: 18px;
    font-family: 'Manrope', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #3D486A;
    line-height: 20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
    font-family: 'Cormorant', serif;
    ;
    color: #3D486A;
    margin: 0;
}

a {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    color: #A67F78;
}

a:hover {
    text-decoration: none;
    color: #A67F78;
}

a:focus {
    outline: none;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.text-morant {
    font-family: 'Cormorant', serif;
    font-size: 26px;
    line-height: 1.2em;
}

p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4rem;
}

li {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8rem;
}

ul {
    list-style-type: none;
    margin-top: 1rem;
}

iframe {
    border: none;
}

.table {
    color: #3D486A;
}

.text-green {
    color: #031B18 !important;
}

.text-gold {
    color: #AB842A !important;
}

.text-brown {
    color: #A67F78 !important;
}

.text-link {
    color: #A67F78;
    font-size: 1.6rem;
    text-transform: uppercase;
    line-height: 1.6rem;
}

.text-link:hover {
    margin-left: 0.6rem;
}

.table thead th {
    border-bottom: 1px solid #dee2e6;
}

.list-group-item {
    padding-left: 0;
    border-bottom: none;
}

.btn-common {
    background: #fff;
    color: #A67F78;
    border: 1px solid #A67F78;
    padding: 1rem 2rem;
    text-transform: uppercase;
    border-radius: 0px;
    box-shadow: 10px 10px 0px #A67F78;
}

.btn-common:hover,
.btn-common.active {
    background: #A67F78;
    color: #fff;
    border: 1px solid #A67F78;
    padding: 1rem 2rem;
    border-radius: 0px;
    box-shadow: none;
}

.bg-green .btn-common:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 1rem 2rem;
}

.btn-common-box {
    background-color: #153D39;
    color: #fff;
    border: 1px solid #153D39;
    padding: 1.8rem 3rem;
    border-radius: 10px;
    font-size: 1.2rem;
    line-height: 1.4rem;
    background-image: url(../img/play-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.btn-common-box:hover {
    background-color: #fff;
    color: #153D39;
    border: 1px solid #153D39;
    padding: 1.8rem 3rem;
    font-size: 1.2rem;
    line-height: 1.4rem
}

.bg-light {
    background-color: #FAFAFA !important;
}

.bg-green {
    background-color: #031B18 !important;
}

.bg-grey {
    background-color: #435061;
}

.bg-lightbrown {
    background: rgba(166, 127, 120, 0.1);
}

.section-padding {
    padding: 4rem 0;
}

.section-header {
    font-family: 'Cormorant', serif;
    font-weight: 500;
    margin-bottom: 3rem;
    font-size: 4em;
    line-height: 1em;
    /*border-bottom: 1px solid #A67F78;*/
}


/*
.section-header::before {
    content: "|";
    color: #AB842A;
    position: absolute;
    font-size: 3rem;
    margin-left: -30px;
}
*/

.section-header-inner {
    font-weight: normal;
    margin-bottom: 2rem;
    font-size: 2rem;
}

.section-sub-header {
    font-family: 'Manrope', sans-serif;
    color: #3D486A;
    font-size: 2rem;
    margin-bottom: 1.4rem;
    line-height: 1.2;
    font-weight:700;
}
.section-sub-header-value {
    font-family: 'Cormorant', serif;
    font-size:2rem;
    font-weight:600;
    margin-bottom:20px;
    line-height:1.1;
}

.page-title {
    padding: 2rem 0 2rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.page-title .section-header {
    margin-bottom: 0;
    font-size: 2rem;
}

.list-style-column {
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

.label-custom {
    display: inline-block;
    color: #AB842A;
    font-weight: bold;
}

.custom-icon {
    width: 40px;
    height: 40px;
}

.table td,
.table th {
    border-top: 1px dashed #A67F78;
}

.table thead th {
    border-bottom: 1px dashed #A67F78;
}


/*---------------------------Page Title */

.page-title-header {
    font-size: 4em;
    color: #A67F78;
    line-height:60px;
    font-weight: normal;
}


/*---------------------------Banner Area */

.banner-overlay {
    background-image: url(../img/overlay-2.png);
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: right center;
}

.banner-overlay-l {
    background-image: url(../img/overlay-2.png);
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: -100% center;
}

.banner-header {
    font-size: 4em;
    color: #3D486A;
    font-weight: bold !important;
}

.banner-sub-header {
    font-family: 'Manrope', sans-serif;
    color: #3D486A;
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: 500 !important;
    margin-bottom:30px;
}

.banner-area p {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.banner-text {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
}

.banner-text p {
    color: #AB842A;
}

.banner-label {
    font-family: 'Cormorant', serif;
    font-size: 1.6rem;
    color: #3D486A;
    line-height: 1.6rem;
    font-weight: bold;
}

.banner-image img {
    min-height: 600px;
    object-fit: cover;
    width: 100%;
}

.banner-button {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/play-icon.png) rgba(59, 66, 73, 0.8) no-repeat;
    background-size: contain;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.4rem;
    border-radius: 10px;
    padding: 1rem 2rem;
}

.banner-button:hover {
    color: #fff;
}

.owl-carousel .owl-item img {
    object-fit: cover;
    height: 400px;
}

.owl-theme .owl-dots .owl-dot {
    color: #A67F78 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #A67F78;
}


/*---------------------------dots bg */

.contact-frame {
    border: 5px solid #A67F78;
}

.frame-bg,
.frame-bg2 {
    width: 90% !important;
    text-align: right;
    margin-bottom: 1rem;
}

.frame-bg img,
.frame-bg2 img {
    object-fit: cover;
    height: auto;
}

.frame-bg::before,
.frame-bg2::before {
    content: "";
    background: #fff;
    border: 5px solid #A67F78;
    position: absolute;
    top: auto;
    right: auto;
    display: block;
    height: inherit;
    width: 80%;
    z-index: -1;
    margin: 6% 10%;
}

.dots-bg-green::before {
    content: "";
    background: url(../img/dots-bg-green.png) no-repeat;
    background-size: contain;
    position: absolute;
    opacity: 0.6;
    top: 0;
    right: 0;
    display: block;
    height: 428px;
    width: 400px;
    z-index: -1;
}

.dots-bg-green-2::before {
    content: "";
    background: url(../img/dots-bg-green-2.png) no-repeat;
    background-size: auto;
    position: absolute;
    opacity: 0.6;
    right: 0px;
    display: block;
    height: 70px;
    width: 255px;
    z-index: 0;
}

.dots-bg-green-3::before {
    content: "";
    background: url(../img/dots-bg-green-2.png) no-repeat;
    background-size: inherit;
    position: absolute;
    opacity: 0.6;
    left: 0;
    display: block;
    height: 100px;
    width: 200px;
    z-index: -1;
}

.dots-bg-green-4::before {
    content: "";
    background: url(../img/dots-bg-green.png) no-repeat center bottom;
    position: absolute;
    background-size: cover;
    display: block;
    right: 0%;
    opacity: 0.6;
    z-index: 0;
    height: 100px;
    width: 400px;
}

.dots-bg-white::before {
    content: "";
    background: url(../img/dots-bg.png) no-repeat;
    background-size: contain;
    position: absolute;
    opacity: 0.6;
    left: -350px;
    display: block;
    height: 428px;
    width: 400px;
    z-index: 0;
}


/*---------------------------plan area */

.gallery-tab .button-group button,
.units-area .button-group button {
    border: 1px solid #A67F78;
    color: #A67F78;
    background-color: transparent;
}

.gallery-tab .button-group button:hover,
.gallery-tab .button-group button.active,
.units-area .button-group button.active {
    border: 1px solid #A67F78;
    background-color: #A67F78;
    color: #fff;
}

.gallery-tab .grid .our-project .img a:hover img,
.units-area .grid .our-project .img a:hover img,
a:hover img {
    filter: brightness(.8);
}

.gallery-image img {
    margin-bottom: 30px;
}

.gallery-image img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.plan-area .button-group button {
    font-size: 1rem;
    margin: 5px;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
}

.plan-area .img img {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}


/* units */

.units-title {
    color: #153D39;
    margin: 1rem 0;
    font-size: 1.4rem;
}

.unit-item {
    background-color: #fff;
    border: 1px solid #F3F3FA;
    box-shadow: 0px 4px 20px rgba(71, 100, 195, 0.1);
}


/* location */

.location-image img {
    min-height: 500px;
    object-fit: cover;
}

.location-image::before {
    content: "";
    background: url(../img/pin-icon.png) no-repeat center bottom;
    position: absolute;
    display: block;
    top: 20%;
    left: 5%;
    opacity: 1;
    z-index: 0;
    height: 70px;
    width: 70px;
    background-size: cover;
}

.location-image::after {
    content: "";
    background: url(../img/map-icon.png) no-repeat center bottom;
    position: absolute;
    display: block;
    bottom: 20%;
    right: 5%;
    opacity: 1;
    z-index: 0;
    height: 70px;
    width: 70px;
    background-size: cover;
}


/*---------------------------Facilities area */

.custom-check-list li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    color: #A67F78;
    width: 1.3em;
}


/*---------------------------Contact Form */

.contact-area {
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.appointment-area .section-header {
    font-size: 2.6rem;
    font-weight: 500 i !important;
}

.appointment-area .section-sub-header {
    font-size: 1.6rem;
}

.contact-bg {
    background: url(../img/contact-bg.png) no-repeat no-repeat 0% 100%;
    background-size: 80%;
}


/*---------------------------Footer */

.footer-area .list-group-item {
    border-bottom: 1px solid rgba(255, 255, 255, .125);
    background-color: transparent;
    padding-left: 0px;
    padding: .5rem 0rem;
}

.footer-area {
    background-color: #435061;
    color: #fff;
}

.footer-area p {
    margin-bottom: 0rem;
}

.footer-area a {
    color: #fff;
}

.footer-area a:hover {
    color: rgba(255, 255, 255, .7);
    margin-left: 0.6rem;
}

.footer-area .footer-title {
    color: #fff;
    font-weight: 400;
    font-size: 2.2rem;
    margin-bottom: 1rem;
}

.copyright-text {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid rgba(255, 255, 255, .125);
}

.copyright-text p {
    font-size: 0.9rem;
    color: #fff;
}

.footer-area .copyright-text a {
    font-size: 0.9rem;
    color: #fafafa;
}


/*---------------------------Scroll Up */

a.back-to-top {
    display: none;
    position: fixed;
    bottom: 370px;
    right: 13px;
    text-decoration: none
}

a.back-to-top svg {
    display: block;
    background-color: #fff;
    font-size: 22px;
    width: 40px !important;
    height: 40px;
    padding: 5px;
    opacity: 0.8;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28)
}

a.back-to-top:hover,
a.back-to-top:focus {
    text-decoration: none
}


/*---------------------------Fixed Contact */

.rotate-this {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right;
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: right;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: right;
    -o-transform: rotate(-90deg);
    -o-transform-origin: right;
    transform: rotate(-90deg);
    transform-origin: right;
}

.rotate-back {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.stickies {
    right: 25px;
    bottom: 70%;
    width: auto;
    font-size: 14px;
    opacity: 0.8;
    white-space: nowrap;
}

.sticky-inner {
    text-align: center;
}

.sticky-icons {
    position: fixed;
    width: 65px;
    height: auto;
    right: 0px;
    bottom: 100px;
    z-index: 9999;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    background: #435061;
    padding: 1rem 0 1rem 0.4rem;
    opacity: 0.9;
}

.sticky-icons .btn-main {
    width: 60px;
    height: 60px;
    right: 50%;
    margin-right: -22px;
    z-index: 9;
}

.sticky-icons .btn-sub {
    font-size: 20px;
    bottom: 0;
    z-index: 8;
    -webkit-transition: all 2s;
    transition: all 0.5s;
    padding: 0.3rem;
}

.sticky-icons.active .btn-sub:last-child {
    margin-bottom: 0rem;
}

.sticky-icons.active .btn-sub:nth-child(2) {
    bottom: 75px;
}

.sticky-icons.active .btn-sub:nth-child(3) {
    bottom: 150px;
}

.sticky-icons.active .btn-sub:nth-child(4) {
    bottom: 225px;
    margin-bottom: 0;
}

.sticky-icons.active .btn-sub:nth-child(5) {
    bottom: 300px;
}


/*
.textF,
.wechatF,
.whatsappF,
.emailF,
.phoneF {
    background-color: #3B4249;
    color: #fff;
}
 */

.wechatF:hover,
.wechatF {
    color: #9DE60B;
}

.whatsappF:hover,
.whatsappF {
    color: #25D366;
}

.emailF:hover {
    color: #fff;
}

.phoneF:hover {
    color: #fff;
}


/*---------------------------topbar desktop */

.top-bar {
    color: #fff;
}

.top-bar a {
    color: #fff;
    white-space: nowrap;
}

.top-bar .svg-inline--fa {
    color: #fff;
}


/*---------------------------navigation desktop */

.main-menu {
    /* position: absolute; */
    left: 0px;
    width: 100%;
    z-index: 30;
    top: 0px;
}

.main-menu .navbar.navbar-expand-lg {
    background: #fff;
    padding: 0 15px 0 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height:80px;
}

.main-menu .navbar.navbar-expand-lg .navbar-brand img {
    display: inline-block;
}

.main-menu .navbar.navbar-expand-lg .nav.navbar-nav {
    display: block;
    width: auto;
    text-align: left;
    margin-top: 0px;
    min-width: 51%;
}

.main-menu .navbar.navbar-expand-lg .nav.navbar-nav li {
    display: inline-block;
}

.main-menu .navbar.navbar-expand-lg .nav.navbar-nav li a {
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    color: #3D486A;
    -webkit-transition: color 400ms linear 0s;
    -o-transition: color 400ms linear 0s;
    transition: color 400ms linear 0s;
    line-height: 35px;
    padding: 0.6rem;
}

.main-menu .navbar.navbar-expand-lg .nav.navbar-nav li a:after {
    display: none;
}

.main-menu .navbar.navbar-expand-lg .nav.navbar-nav li:last-child {
    margin-right: 0px;
}

.main-menu .navbar.navbar-expand-lg .nav.navbar-nav li.submenu .dropdown-menu li {
    margin-right: 0px;
    display: block;
}

.main-menu .navbar.navbar-expand-lg .nav.navbar-nav li.submenu .dropdown-menu li a {
    display: block;
    line-height: 42px;
    color: #3D486A;
    background-color: #fff;
    padding: 0 20px;
    border-bottom: 1px solid #3D486A;
    border-radius: 0px;
    text-transform: inherit;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-weight: normal;
    text-shadow: none;
}

.main-menu .navbar.navbar-expand-lg .nav.navbar-nav li.submenu .dropdown-menu li a:before {
    display: none;
}

.main-menu .navbar.navbar-expand-lg .nav.navbar-nav li.submenu .dropdown-menu li:hover a,
.main-menu .navbar.navbar-expand-lg .nav.navbar-nav li.submenu .dropdown-menu li.active a {
    color: #A67F78;
    border-radius: 0px;
}

.main-menu .navbar.navbar-expand-lg .nav.navbar-nav li.submenu .dropdown-menu li:last-child a {
    border-bottom: 0px;
}

.main-menu .navbar.navbar-expand-lg .nav.navbar-nav li:hover a,
.main-menu .navbar.navbar-expand-lg .nav.navbar-nav li.active a {
    color: #A67F78;
    background: transparent;
    border-radius: 0;
    text-decoration: none;
}

.main-menu .navbar.navbar-expand-lg .nav.navbar-nav.navbar-right {
    display: inline-block;
    max-width: 100px;
    width: 100%;
    margin-left: 0px;
}

.main-menu .navbar.navbar-expand-lg .nav.navbar-nav.navbar-right li {
    display: inline-block;
}

.main-menu .navbar.navbar-expand-lg .nav.navbar-nav.navbar-right li a {
    color: #999999;
}

.main-menu .navbar.navbar-expand-lg .nav.navbar-nav.navbar-right li:hover a,
.main-menu .navbar.navbar-expand-lg .nav.navbar-nav.navbar-right li.active a {
    color: #fff;
}

.main-menu.navbar_fixed {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: #031B18;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, -webkit-transform 500ms ease;
    -o-transition: transform 500ms ease, background 500ms ease;
    transition: transform 500ms ease, background 500ms ease;
    transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

.main-menu.navbar_fixed .navbar.navbar-expand-lg .nav.navbar-nav li a {
    font-family: 'Manrope', sans-serif;
    line-height: 50px;
    -webkit-transition: color all 400ms ease;
    -o-transition: color all 400ms ease;
    transition: color all 400ms ease;
}

    .main-menu.navbar_fixed .navbar.navbar-expand-lg .nav.navbar-nav li:hover a {
        color: #A67F78;
    }

.main-menu .btn-common {
    padding: 0.5rem 1rem;
    width: 190px;
}

.navbar-brand {
    color: #0c3279 !important;
    font-weight: 100;
    text-transform: uppercase;
    font-weight: 500;
}


/*---------------------------navigation mobile */

.full_header {
    background-color: #fff;
    width: 100%;
    z-index: 10;
    padding: 1rem;
    height: 100px;
}

.full_header:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #eaedee;
    z-index: -1;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.full_header .float-left {
    line-height: 40px;
    max-width: 600px;
}

.full_header .float-left .logo img {
    display: none;
}

.full_header .float-right .bar_menu {
    height: 40px;
    width: 40px;
    margin-top: 1rem;
    background: transparent;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.full_header .float-right .bar_menu svg {
    color: #A67F78;
    font-size: 2rem;
    display: inline-block;
}

.full_header .float-right .bar_menu:hover {
    background: #031B18;
}

.full_header.content-white:before {
    height: 0px;
}

.full_header.content-white .float-left .logo img {
    display: inline-block;
}


/*---------------------------side menu*/

.side_menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 545px;
    z-index: 9999;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.side_menu .close-menu {
    position: absolute;
    z-index: 2;
    right: 1rem;
    top: 1rem;
    font-size: 3rem;
    cursor: pointer;
    opacity: 0;
    height: 40px;
    width: 40px;
    background: transparent;
    color: #A67F78;
    text-align: center;
    line-height: 40px;
}

.side_menu .close-menu svg {
    color: #A67F78;
}

.side_menu .menu-list {
    position: absolute;
    left: 0px;
    top: 18vh;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 70vh;
    font-weight: 600;
    width: 100%;
    display: block;
    letter-spacing: -.025rem;
    list-style: none;
    margin: 0;
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    transform: translateY(3rem);
    -webkit-transition: opacity .5s .6s ease, -webkit-transform .5s .6s ease;
    transition: opacity .5s .6s ease, -webkit-transform .5s .6s ease;
    -o-transition: transform .5s .6s ease, opacity .5s .6s ease;
    transition: transform .5s .6s ease, opacity .5s .6s ease;
    transition: transform .5s .6s ease, opacity .5s .6s ease, -webkit-transform .5s .6s ease;
    list-style: none;
    opacity: 0;
    padding-left: 18%;
    padding-right: 100px;
    margin-top: 5vh;
}


/*
.side_menu .menu-list li {
    margin-top: 1.4vh;
    border-bottom: 1px solid rgba(21, 61, 57, 0.2); 
}
*/

.side_menu .menu-list li a {
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 500;
    color: #3D486A;
    display: block;
    position: relative;
    padding: 0.8rem;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.side_menu .menu-list li a svg {
    font-size: 1.6vh;
    color: #A67F78;
    float: right;
    font-weight: normal;
    position: absolute;
    right: 15px;
    top: 10px;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.side_menu .menu-list li a.open svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #fff;
}

.side_menu .menu-list li ul {
    display: none;
}

.side_menu .menu-list li ul li {
    margin-top: 0;
    border-bottom: none;
}

.side_menu .menu-list li ul li a {
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    opacity: 0.7;
}

.side_menu .menu-list li ul li:first-child {
    margin-top: 0px;
}

.side_menu .menu-list li ul li:hover a {
    color: #A67F78;
}

.side_menu .menu-list li:first-child {
    margin-top: 0vh;
}

.side_menu .menu-list li.open a i {
    -webkit-transform: rotate(178deg);
    -ms-transform: rotate(178deg);
    transform: rotate(178deg);
}

.side_menu .menu-list li:hover>a,
.side_menu .menu-list li.active>a {
    color: #fff;
    background: #A67F78;
}

.side_menu .menu-list li:hover>a i,
.side_menu .menu-list li.active>a i {
    color: #A67F78;
}

.side_menu .menu-footer {
    position: absolute;
    left: 18%;
    bottom: 2%;
}

.side_menu .menu-footer .social-list {
    -webkit-transition: all .5s .7s ease;
    -o-transition: all .5s .7s ease;
    transition: all .5s .7s ease;
    opacity: 0;
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    transform: translateY(3rem);
}

.social-list a {
    font-size: 22px;
    color: #153D39;
    margin-right: 25px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.menu-footer .social-list a:last-child {
    margin-right: 0px;
}

.menu-footer .social-list a:hover {
    color: #AB842A;
}

.side_menu .copy {
    margin-top: 40px;
    color: #444;
    line-height: 1.71rem;
    -webkit-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    transform: translateY(2rem);
    -webkit-transition: all .5s .9s ease;
    -o-transition: all .5s .9s ease;
    transition: all .5s .9s ease;
    opacity: 0;
    font-size: 14px;
}

.click-capture {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 99;
}

.menu-is-opened .side_menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
}

.menu-is-opened .side_menu .menu-list {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}

.menu-is-opened .side_menu .menu-footer .social-list {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.menu-is-opened .side_menu .menu-footer .copy {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.menu-is-opened .click-capture {
    visibility: visible;
}

.menu-is-opened .close-menu {
    opacity: 1;
}

.close-menu svg {
    color: #fff;
}


/*---------------------------form checkbox*/

.check-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.check-container:hover input~.checkmark {
    background-color: #A67F78;
}

.check-container input:checked~.checkmark {
    background-color: #A67F78;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-container input:checked~.checkmark:after {
    display: block;
}

.check-container .checkmark:after {
    left: 8px;
    top: 3px;
    width: 8px;
    height: 16px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*  Loader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 9999999
}

.cssload-thecube {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

.cssload-thecube .cssload-cube {
    position: relative;
}

.cssload-thecube .cssload-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
}

.cssload-thecube .cssload-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #A67F78;
    animation: cssload-fold-thecube 2.76s infinite linear both;
    -o-animation: cssload-fold-thecube 2.76s infinite linear both;
    -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
    -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
    -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
    transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
}

.cssload-thecube .cssload-c2:before {
    background-color: #ad9793;
    animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    -ms-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
}

.cssload-thecube .cssload-c3:before {
    background-color: #3D486A;
    animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    -ms-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -moz-animation-delay: 0.69s;
}

.cssload-thecube .cssload-c4:before {
    background-color: #656e88;
    animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s;
}

@keyframes cssload-fold-thecube {
    0%,
    10% {
        transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-o-keyframes cssload-fold-thecube {
    0%,
    10% {
        -o-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -o-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -o-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-ms-keyframes cssload-fold-thecube {
    0%,
    10% {
        -ms-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -ms-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -ms-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-fold-thecube {
    0%,
    10% {
        -webkit-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cssload-fold-thecube {
    0%,
    10% {
        -moz-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -moz-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -moz-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}