<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-------------------------------------------------------------------------reset--------------------------------------------------------------------------*/
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
@font-face {
    font-family: iransans;
    src: url('../font/IranSans.eot');
    src: url('../font/IranSans.ttf');
    src: url('../font/IranSans.woff');
  }
  main{
      font-family: iransans;
      direction: rtl;
      height: 100%;
      overflow:hidden;
  }
  ul {
    list-style: none;
  }
  input:focus{
      outline: none;
  }
  button:focus{
    outline: none;
}
/*-------------------------------------------------------------------------header--------------------------------------------------------------------------*/
.header {
    width: 1366px;
    height: 230px;
    margin: auto;
    display: flex;
    position: relative;
    flex-direction: column;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: white;
    z-index: 9999999999999;
}

.top-header {
    width: 100%;
    height: 70px;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    padding-left: 400px;
}

    .top-header &gt; img {
        position: absolute;
    }

    .top-header &gt; p {
        color: white;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 100px;
    }

        .top-header &gt; p &gt; img {
            padding-right: 10px;
        }

    .top-header &gt; div {
        position: absolute;
        left: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .top-header &gt; div &gt; img {
            padding-left: 10px;
        }

        .top-header &gt; div &gt; select {
            background-color: transparent;
            color: white;
            font-family: iransans;
            border: none;
        }

            .top-header &gt; div &gt; select:hover {
                color: gold;
            }

            .top-header &gt; div &gt; select:focus {
                outline: none
            }

            .top-header &gt; div &gt; select &gt; option {
                color: black;
            }

.center-header {
    width: 100%;
    height: 110px;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

    .center-header &gt; div:nth-child(2) {
        width: 40%;
        height: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

        .center-header &gt; div:nth-child(2) &gt; div {
            width: 25%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }

            .center-header &gt; div:nth-child(2) &gt; div &gt; p {
                font-size: 12px;
            }

.parent-clock {
    width: 300px;
    height: 100%;
    position: absolute;
    left: 0;
    display: flex;
}

.right-clock {
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    padding-right: 20px;
    color: white;
    font-size: 13px;
    font-weight: bold;
}

.left-clock {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .left-clock &gt; img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.bot-header {
    width: 100%;
    height: 70px;
    display: flex;
    position: relative;
    z-index: 9999999999;
}

    .bot-header &gt; img {
        position: absolute;
    }

    .bot-header &gt; ul {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        padding-left: 400px;
        padding-right: 25px;
        padding-bottom: 10px;
    }

        .bot-header &gt; ul &gt; li &gt; a {
            font-size: 13px;
            color: white;
        }

            .bot-header &gt; ul &gt; li &gt; a:hover {
                color: gold;
            }









@font-face {
    font-family: 'Droid Sans';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/droidsans/v12/SlGVmQWMvZQIdix7AFxXkHNSbQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
    font-family: 'Droid Sans';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/droidsans/v12/SlGWmQWMvZQIdix7AFxXmMh3eDs1Zw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}




.container {
    height: 125px;
    width: 125px;
}

/* ---------- APP ---------- */

.app {
    text-align: center;
}

.app-title {
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0 5px #15181f;
}

.clock {
    position: absolute;
    height: 115px;
    width: 115px;
    left: 10px;
    top: -3px;
}

.clock-inner {
    background: #f9f9f9;
    border-radius: 50%;
    height: 115px;
    width: 115px;
}

.clock-center,
#clock-seconds,
#clock-minutes,
#clock-hours {
    left: 50%;
    position: absolute;
    top: 50%;
}

.clock-center {
    background: #1a1d24;
    border-radius: 50%;
    height: 12px;
    margin: -6px 0 0 -6px;
    width: 12px;
    z-index: 4;
}

#clock-seconds {
    background: #c40206;
    border-radius: 2px;
    height: 60px;
    margin: -60px 0 0 -1px;
    -webkit-transform-origin: 1px 60px;
    -moz-transform-origin: 1px 60px;
    -ms-transform-origin: 1px 60px;
    -o-transform-origin: 1px 60px;
    transform-origin: 1px 60px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 2px;
    z-index: 3;
}

#clock-minutes {
    background: #aaa;
    border-radius: 4px;
    height: 50px;
    margin: -50px 0 0 -2px;
    -webkit-transform-origin: 2px 50px;
    -moz-transform-origin: 2px 50px;
    -ms-transform-origin: 2px 50px;
    -o-transform-origin: 2px 50px;
    transform-origin: 2px 50px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 4px;
    z-index: 2;
}

#clock-hours {
    background: #1a1d24;
    border-radius: 4px;
    height: 40px;
    margin: -40px 0 0 -2px;
    -webkit-transform-origin: 2px 40px;
    -moz-transform-origin: 2px 40px;
    -ms-transform-origin: 2px 40px;
    -o-transform-origin: 2px 40px;
    transform-origin: 2px 40px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 4px;
    z-index: 1;
}

.clock-numbers {
    color: #888;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 120px;
    margin: -60px 0 0 -60px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 120px;
}

    .clock-numbers li {
        height: 20px;
        line-height: 20px;
        margin: -10px;
        position: absolute;
        text-align: center;
        width: 20px;
    }

        .clock-numbers li:nth-child(1) {
            left: 50%;
            top: 15px;
        }

        .clock-numbers li:nth-child(2) {
            right: 15px;
            top: 50%;
        }

        .clock-numbers li:nth-child(3) {
            bottom: 15px;
            left: 50%;
        }

        .clock-numbers li:nth-child(4) {
            left: 15px;
            top: 50%;
        }
   
/*-------------------------------------------------------------------------sec1--------------------------------------------------------------------------*/
.sec1 {
    width: 100%;
    height: 107px;
    max-width: 1366px;
    margin: auto;
    margin-top: 40px;
    display: flex;
    margin-top: 230px;
}
.inside-sec1{
    width: 100%;
    height: 100%;
    max-width: 1255px;
    margin: auto;
    display: flex;
    flex-direction: column;
}
.top-sec1{
    width: 100%;
    height: 50px;
    display: flex;
}
.right-top-sec1{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
}
.right-top-sec1&gt;p{
    margin-right: 10px;
    font-weight: bold;
    font-size: 23px;
}
.center-sec1{
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*-------------------------------------------------------------------------sec2--------------------------------------------------------------------------*/
.sec2{
    width: 100%;
    height: 107px;
    max-width: 1366px;
    margin: auto;
    display: flex;

}
.inside-sec2{
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.date{
    width: 300px;
    height: 40px;
    background-color: #f1f1f1;
    color: black;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*-------------------------------------------------------------------------sec3--------------------------------------------------------------------------*/
.sec3{
    width: 100%;
    max-width: 1366px;
    margin: auto;
    display: flex;
    background-color: #e9e8e8;
    padding: 20px 0;
}
.inside-sec3{
    width: 100%;
    height: 100%;
    max-width: 1255px;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.inside-sec3&gt;p{
    font-weight: bold;
    padding-bottom: 20px;
}
.top-input{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.top-input&gt;input:nth-child(1){
    width: 280px;
    height: 40px;
    padding-right: 10px;
    font-family: iransans;
    border-radius: 8px;
    border: 1px solid rgb(230, 230, 230);
}
.top-input&gt;input{
    width: 220px;
    height: 40px;
    padding-right: 10px;
    font-family: iransans;
    border-radius: 8px;
    border: 1px solid rgb(230, 230, 230);
}
.center-input{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center
}
.center-input&gt;input{
    width: 100%;
    height: 40px;
    padding-right: 10px;
    font-family: iransans;
    border-radius: 8px;
    border: 1px solid rgb(230, 230, 230);
}
.bot-input{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.bot-input&gt;select:nth-child(1){
    width: 340px;
    height: 40px;
    padding-right: 10px;
    font-family: iransans;
    border-radius: 8px;
    border: 1px solid rgb(230, 230, 230);
}
.bot-input&gt;select{
    width: 300px;
    height: 40px;
    padding-right: 10px;
    font-family: iransans;
    border-radius: 8px;
    border: 1px solid rgb(230, 230, 230);
}
/*-------------------------------------------------------------------------sec4--------------------------------------------------------------------------*/
.sec4{
    width: 100%;
    max-width: 1366px;
    margin: auto;
    display: flex;
    padding: 20px 0;
}
.inside-sec4{
    width: 100%;
    height: 100%;
    max-width: 1255px;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.inside-sec4&gt;p{
    font-weight: bold;
    padding-bottom: 20px;
}
.top-input{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-input&gt;input:nth-child(1){
    width: 280px;
    height: 40px;
    padding-right: 10px;
    font-family: iransans;
    border-radius: 8px;
    border: 1px solid rgb(230, 230, 230);
}
.top-input&gt;input{
    width: 220px;
    height: 40px;
    padding-right: 10px;
    font-family: iransans;
    border-radius: 8px;
    border: 1px solid rgb(230, 230, 230);
}
.center-input{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center
}
.center-input&gt;input{
    width: 100%;
    height: 40px;
    padding-right: 10px;
    font-family: iransans;
    border-radius: 8px;
    border: 1px solid rgb(230, 230, 230);
}
.bot-input{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-around;
    align-items: center
}
.bot-input&gt;input{
    width: 220px;
    height: 40px;
    padding-right: 10px;
    font-family: iransans;
    border-radius: 8px;
    border: 1px solid rgb(230, 230, 230);
}
/*-------------------------------------------------------------------------sec5--------------------------------------------------------------------------*/
.sec5{
    width: 100%;
    max-width: 1366px;
    margin: auto;
    display: flex;
    background-color: #e9e8e8;
    padding: 20px 0;
}
.inside-sec5{
    width: 100%;
    height: 100%;
    max-width: 1255px;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.inside-sec5&gt;p{
    font-weight: bold;
    padding-bottom: 20px;
}
.top-input{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.top-input&gt;input:nth-child(1){
    width: 280px;
    height: 40px;
    padding-right: 10px;
    font-family: iransans;
    border-radius: 8px;
    border: 1px solid rgb(230, 230, 230);
}
.top-input&gt;input{
    width: 220px;
    height: 40px;
    padding-right: 10px;
    font-family: iransans;
}
.center-input{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center
}
.center-input&gt;input{
    width: 100%;
    height: 40px;
    padding-right: 10px;
    font-family: iransans;
    border-radius: 8px;
    border: 1px solid rgb(230, 230, 230);
}
.bot-input{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.bot-input&gt;select:nth-child(1){
    width: 340px;
    height: 40px;
    padding-right: 10px;
    font-family: iransans;
    border-radius: 8px;
    border: 1px solid rgb(230, 230, 230);
}
.bot-input&gt;select{
    width: 300px;
    height: 40px;
    padding-right: 10px;
    font-family: iransans;
    border-radius: 8px;
    border: 1px solid rgb(230, 230, 230);
}
/*-------------------------------------------------------------------------sec6--------------------------------------------------------------------------*/
.sec6{
    width: 100%;
    max-width: 1366px;
    margin: auto;
    display: flex;
    background-color: #f5f4f4;
    padding: 20px 0;
}
.inside-sec6{
    width: 100%;
    height: 100%;
    max-width: 1255px;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.inside-sec6&gt;p{
    font-weight: bold;
    padding-bottom: 20px;
}
.top-input{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.top-input&gt;input:nth-child(1){
    width: 280px;
    height: 40px;
    padding-right: 10px;
    font-family: iransans;
    border-radius: 8px;
    border: 1px solid rgb(230, 230, 230);
}
.top-input&gt;input{
    width: 220px;
    height: 40px;
    padding-right: 10px;
    font-family: iransans;
    border-radius: 8px;
    border: 1px solid rgb(230, 230, 230);
}
.center-input{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center
}
.center-input&gt;input{
    width: 100%;
    height: 40px;
    padding-right: 10px;
    font-family: iransans;
    border-radius: 8px;
    border: 1px solid rgb(230, 230, 230);
}
.top-input{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-input&gt;select:nth-child(1){
    width: 340px;
    height: 40px;
    padding-right: 10px;
    font-family: iransans;
    border-radius: 8px;
    border: 1px solid rgb(230, 230, 230);
}
.top-input&gt;select{
    width: 300px;
    height: 40px;
    padding-right: 10px;
    font-family: iransans;
    border-radius: 8px;
    border: 1px solid rgb(230, 230, 230);
}
/*-------------------------------------------------------------------------sec7--------------------------------------------------------------------------*/
.sec7{
    width: 100%;
    max-width: 1366px;
    margin: auto;
    display: flex;
    background-color: #f5f4f4;
    padding: 20px 0;
}
.inside-sec7{
    width: 100%;
    height: 100%;
    max-width: 1255px;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.inside-sec7&gt;p{
    font-weight: bold;
    padding-bottom: 20px;
}
.top-input{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.top-input&gt;input:nth-child(1){
    width: 280px;
    height: 40px;
    padding-right: 10px;
    font-family: iransans;
    border-radius: 8px;
    border: 1px solid rgb(230, 230, 230);
}
.top-input&gt;input{
    width: 220px;
    height: 40px;
    padding-right: 10px;
    font-family: iransans;
    border-radius: 8px;
    border: 1px solid rgb(230, 230, 230);
}
.center-input{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center
}
.center-input&gt;input{
    width: 100%;
    height: 60px;
    padding-right: 10px;
    font-family: iransans;
    border-radius: 8px;
    border: 1px solid rgb(230, 230, 230);
}
/*-------------------------------------------------------------------------sec8--------------------------------------------------------------------------*/
.sec8{
    width: 100%;
    max-width: 1366px;
    margin: auto;
    display: flex;
    padding: 20px 0;
    background-color: #e9e8e8;
}
.inside-sec8{
    width: 100%;
    height: 100%;
    max-width: 1255px;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.inside-sec8&gt;p{
    font-weight: bold;
    padding-bottom: 20px;
}
.top-input{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.top-input&gt;input:nth-child(1){
    width: 280px;
    height: 40px;
    padding-right: 10px;
    font-family: iransans;
    border-radius: 8px;
    border: 1px solid rgb(230, 230, 230);
}
.top-input&gt;input{
    width: 220px;
    height: 40px;
    padding-right: 10px;
    font-family: iransans;
    border-radius: 8px;
    border: 1px solid rgb(230, 230, 230);
    border-radius: 8px;
    border: 1px solid rgb(230, 230, 230);
}
.center-input{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.center-input&gt;input{
    width: 220px;
    height: 40px;
    padding-right: 10px;
    font-family: iransans;
    border-radius: 8px;
    border: 1px solid rgb(230, 230, 230);
}
.bot-input{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bot-input&gt;input{
    width: 220px;
    height: 40px;
    padding-right: 10px;
    font-family: iransans;
    border-radius: 8px;
    border: 1px solid rgb(230, 230, 230);
}
.button{
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.button&gt;button{
    width: 290px;
    height: 86px;
    border: 1px solid rgb(230, 230, 230);
    font-family: iransans;
    background-color: #114725;
    font-size: 17px;
    color: white;
}
/*-------------------------------------------------------------------------sec9--------------------------------------------------------------------------*/
.sec9{
    width: 100%;
    max-width: 1366px;
    margin: auto;
    margin-top: 90px;
    display: flex;
}
.inside-sec9{
    width: 100%;
    height: 100%;
    max-width: 1255px;
    margin: auto;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.inside-sec9&gt;img{
    width: 160px;
    height: 210px;
}
.inside-sec9&gt;a {
    display: flex;
    align-items: center;
    margin-top: 20px;
    width: 160px;
    height: 40px;
    background-color: #114725;
    color: white;
    justify-content: space-evenly;
    flex-direction: row-reverse;
}
/*-------------------------------------------------------------------------footer--------------------------------------------------------------------------*/
.footer{
    width: 100%;
    height: 422px;
    max-width: 1366px;
    margin: auto;
    margin-top: 20px;
    display: flex;
    background-color: #114725;
}
.inside-footer{
    width: 100%;
    height: 100%;
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column;
}
.top-fppter{
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
}
.right-footer{
    width: 410px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.top-right-footer{
    width: 100%;
    height: 89px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    border-bottom: 2px solid #8bb5c5;
}
.top-right-footer&gt;p{
    color: #93ecbe;
    font-weight: bold;
    font-size: 17px;
}
.top-right-footer&gt;span{
    font-size: 12px;
    color: #63c18f;
    line-height: 2.5;
    text-align: justify;
}
.bot-right-footer{
    width: 100%;
    height: 241px;
    display: flex;
}
.bot-right-footer&gt;p{
    font-size: 12px;
    color: #63c18f;
    line-height: 2.5;
    text-align: justify;
}
.center-footer{
    width: 539px;
    height: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #8bb5c5;
}
.center-footer1{
    width: 134px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.center-footer1&gt;ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding-right: 25px;
}
.center-footer1&gt;ul&gt;li{
    width: 100%;
    margin-top: 40px;
}
.center-footer1&gt;ul&gt;li&gt;a{
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 13px;
    justify-content: flex-start;
    color: #63c18f;
}
.center-footer2{
    width: 134px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.center-footer2&gt;ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding-right: 25px;
}
.center-footer2&gt;ul&gt;li{
    width: 100%;
    margin-top: 40px;
}
.center-footer2&gt;ul&gt;li&gt;a{
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 13px;
    justify-content: flex-start;
    color: #63c18f;
}
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.4s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
.center-footer3{
    width: 134px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.center-footer3&gt;ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding-right: 25px;
}
.center-footer3&gt;ul&gt;li{
    width: 100%;
    margin-top: 40px;
}
.center-footer3&gt;ul&gt;li&gt;a{
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 13px;
    justify-content: flex-start;
    color: #63c18f;
}
.center-footer4{
    width: 134px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.center-footer4&gt;ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding-right: 15px;
}
.center-footer4&gt;ul&gt;li{
    width: 100%;
    margin-top: 40px;
}
.center-footer4&gt;ul&gt;li&gt;a{
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 13px;
    justify-content: flex-start;
    color: #63c18f;
}
.center-footer5{
    width: 100%;
    height: 40%;
    display: flex;
    align-items: center;
}
.center-footer5&gt;img{
    width: 22px;
    height: 22px;
    margin-right: 30px;
}
.center-footer5&gt;a{
    margin-right: 10px;
    color: #78dfaa;
    font-size: 13px;
}
.center-footer5&gt;a:hover{
    font-weight: bold;
}
.left-footer{
    width: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.top-left-footer{
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 20px;
    border-bottom: 2px solid #8bb5c5;
    padding-bottom: 15px;
}
.top-left-footer&gt;img{
    width: 115px;
    height: 100%;
}
.bot-left-footer{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}
.bot-left-footer&gt;p{
    color: #78dfaa;
    font-size: 12px;
    font-weight: bold;
}
.bot-left-footer&gt;p&gt;span{
    font-weight: 100;
    font-size: 13px;
    color: #78dfaa;
}
.bot-left-footer&gt;p&gt;a{
    font-weight: 100;
    font-size: 12px;
    color: #78dfaa;
}
.bot-left-footer&gt;p&gt;a:hover{
    font-weight: bold;
}
.bot-footer{
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.bot-footer&gt;p{
    color: rgb(205, 255, 232);
    font-size: 12px;
}
.bot-footer&gt;p&gt;a{
    color: rgb(205, 255, 232);
}
.bot-footer&gt;p&gt;a:hover{
    font-weight: bold;
}</pre></body></html>