<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500&amp;family=Tangerine&amp;display=swap');

/* 
font-family: 'Raleway', sans-serif;
font-family: 'Tangerine', cursive;
*/


/*---------------------------Global */

html {
    overflow-x: hidden
}

body {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #626262;
    line-height: 20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
    color: #065951;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}

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: #065951;
}

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

a:focus {
    outline: none;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

p {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
}

li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4rem;
}

ul {
    list-style-type: circle;
    margin-top: 1rem;
}

iframe {
    border: none;
}

.text-green {
    color: #031B18 !important;
}

.text-link {
    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: 1px solid #153D39;
}

.btn-common {
    background: #153D39;
    color: #fff;
    border: 1px solid #153D39;
    padding: 1rem 2rem;
    border-radius: 60px;
}

.btn-common:hover {
    background: transparent;
    color: #153D39;
    border: 1px solid #153D39;
    padding: 1rem 2rem;
}

.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(/assets/images/clover/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;
}

.section-padding {
    padding: 3.5rem 0;
}

.section-header {
    font-weight: normal;
    margin-bottom: 2rem;
    font-size: 2.5rem;
}

.section-header-inner {
    font-weight: normal;
    margin-bottom: 2rem;
    font-size: 2rem;
}

.section-sub-header {
    color: #153D39;
    font-size: 2rem;
    margin-bottom: 1.6rem;
}

.page-title {
    padding: 3rem 0;
}

.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: #065951;
    font-weight: bold;
}

/*---------------------------Page Title */

.page-title {
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    background-blend-mode: color;
    background-color: rgba(0, 0, 0, 0.4);
    background-position: center;
}

.page-title-inner {
    margin-top: 10px;
}

@media only screen and (max-width: 991px) { 
    .page-title-inner {
    margin-top: 60px;
    }
}

.page-title-header {
    font-size: 4rem;
    color: #fff;
    font-weight: normal !important;
}


/*---------------------------Banner Area */

.banner-area {
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    background-position: center center;
    background-blend-mode: color;
    background-color: rgba(0, 0, 0, 0.4);
}

.banner-inner {
    margin-top: 8vh;
    margin-bottom:50px;
}

.banner-header {
    font-size: 3rem;
    color: #fff;
    margin-bottom:10px;
    font-weight: 700 !important;
}

.banner-sub-header {
    font-family: 'Tangerine', cursive;
    font-size: 4rem;
    text-transform: lowercase;
    color: #fff;
    font-weight: 500 !important;
}

.banner-area p {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.banner-label {
    font-size: 1rem;
    color: #153D39;
    font-weight: bold;
}

.owl-carousel .owl-item img {
    object-fit: cover;
    height: 300px;
}


/*---------------------------dots bg */

.dots-bg-green::before {
    content: "";
    background: url(/assets/images/clover/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(/assets/images/clover/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(/assets/images/clover/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(/assets/images/clover/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(/assets/images/clover/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 #fff;
    color: #fff;
    background-color: #031B18;
}

.gallery-tab .button-group button:hover,
.gallery-tab .button-group button.active,
.units-area .button-group button.active {
    border: 1px solid #153D39;
    background-color: #153D39;
}

.gallery-tab .grid .our-project .img a:hover img,
.units-area .grid .our-project .img a:hover img {
    filter: brightness(.8);
}

.plan-area .button-group button {
    font-size: 1rem;
    margin: 0;
    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(/assets/images/clover/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(/assets/images/clover/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;
}*/


/*---------------------------Contact Form */

.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(/assets/images/clover/contact-bg.png) no-repeat no-repeat 0% 80%;
    background-size: 70%;
}


/*---------------------------Footer */

.footer-area .list-group-item {
    border-bottom: 1px solid rgba(255, 255, 255, .125);
    background-color: transparent;
    padding:8px 8px 8px 0;
}

.footer-area {
    background: #031B18;
    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: 1.8rem;
    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: 18px;
    right: 15px;
    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 */

.sticky-icons {
    position: fixed;
    width: 60px;
    height: auto;
    right: 5px;
    bottom: 80px;
    z-index: 9999;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    background: #153D39;
    padding: 1rem 0 1rem 0;
    opacity: 0.9;
    text-align:center;
}

.sticky-icons .btn-main {
    width: 60px;
    height: 60px;
    right: 50%;
    margin-right: -22px;
    z-index: 9;
}

.sticky-icons .btn-sub {
    bottom: 0;
    z-index: 8;
    -webkit-transition: all 2s;
    transition: all 0.5s;
    margin-bottom: 1rem;
    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: #153D39;
    color: #fff;
}

.wechatF:hover {
    color: #fff;
}

.whatsappF:hover {
    color: #fff;
}

.emailF:hover {
    color: #fff;
}

.phoneF:hover {
    color: #fff;
}


/*---------------------------navigation desktop */

.main-menu {
   /* position: absolute; */
    left: 0px;
    width: 100%;
    z-index: 30;
    top: 0px;
}

.main-menu .navbar.navbar-expand-lg {
    background: #031B18;
    padding: 15px;
}

.main-menu .navbar.navbar-expand-lg .navbar-brand img {
    display: inline-block;
}

.main-menu .navbar.navbar-expand-lg .nav.navbar-nav {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 0px;
}

.main-menu .navbar.navbar-expand-lg .nav.navbar-nav li {
    display: inline-block;
}

.main-menu .navbar.navbar-expand-lg .nav.navbar-nav li a {
    color: #fff;
    -webkit-transition: color 400ms linear 0s;
    -o-transition: color 400ms linear 0s;
    transition: color 400ms linear 0s;
    line-height: 35px;
    padding: 0.8rem 1.4rem;
}

.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: #153D39;
    background-color: #fff;
    padding: 0 20px;
    border-bottom: 1px solid #f1f1f1;
    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: #fff;
    background: #153D39;
    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: #fff;
    background: #153D39;
    border-radius: 60px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    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 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.main-menu.navbar_fixed .navbar.navbar-expand-lg .nav.navbar-nav li a {
    line-height: 70px;
    -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: #fff;
}

.navbar-brand {
    color: #0c3279 !important;
    font-weight: 100;
    text-transform: uppercase;
    font-weight: 500;
}


/*---------------------------navigation mobile */

.full_header {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    z-index: 10;
    padding: 1rem;
}

.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;
    background: #153D39;
    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: #fff;
    font-size: 20px;
    height: 38px;
    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%);
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.side_menu .close-menu {
    position: absolute;
    z-index: 2;
    right: 1rem;
    top: 1rem;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    height: 40px;
    width: 40px;
    background: #153D39;
    color: #fff;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.side_menu .menu-list {
    position: absolute;
    left: 0px;
    top: 18vh;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 60vh;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    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;
    font-weight: normal;
    color: #153D39;
    display: block;
    position: relative;
    padding: 0.4rem;
    -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: #153D39;
    float: right;
    font-weight: normal;
    position: absolute;
    right: 0px;
    top: 2.5px;
    -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);
}

.side_menu .menu-list li ul {
    display: none;
}

.side_menu .menu-list li ul li {
    margin-top: 1vh;
    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: 15px;
}

.side_menu .menu-list li ul li:hover a {
    color: #153D39;
}

.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&gt;a,
.side_menu .menu-list li.active&gt;a {
    color: #fff;
    background: #153D39;
}

.side_menu .menu-list li:hover&gt;a i,
.side_menu .menu-list li.active&gt;a i {
    color: #153D39;
}

.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: #c9180b;
}

.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;
}</pre></body></html>