@font-face {
    font-family: 'irs';
    src: url("../fonts/iransans/iransans-regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'iry';
    src: url("../fonts/iranyekan/IRYekan.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}
::-webkit-scrollbar-thumb {
    background: #00AEA5;
    border-radius: 10px;
}
html {
    margin: 0;
}
body {
    background-color: #F5F5F5;
    font-family: 'irs', 'iry', serif !important;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    overflow-x: hidden;
}
section {
    border-radius: 25px;
    border: none;
}
.navbar {
    background-color: #FFFFFF !important;
    opacity: 0.75;
    transition: background-color 500ms linear;
    width: 90%;
    margin: auto;
    top: 10px;
    border-radius: 25px;
    height: 90px;
    padding: 10px 5%;
    box-shadow: 0 2px 10px 3px rgba(111, 107, 107, 0.34);
}
.navbar > div > a > .logo-n {
    width: 220px;
    height: 65px;
}
.navbar > div > ul {
    margin: 0;
}
.navbar > div > ul > li {
    display: inline-block;
    padding: 20px 13px;
    color: #5E5E5E;
}
.navbar > div > ul > li > a, .navbar > div > ul > li > div > a {
    color: #5E5E5E;
    text-decoration: none;
    font-family: 'iry', serif !important;
    font-size: 18px;
    font-weight: 700;
}
.pc-drop {
    background-color: transparent;
    border: none;
}
.pc-drop ul {
    text-align: center;
    background-color: transparent;
    border: none;
    margin-top: 10px !important;
}
.pc-drop > ul > a {
    margin: 5px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 4px 10px 8px rgba(111, 107, 107, 0.34);
    padding: 10px;
}
.menu-phone {
    display: none;
}
.container2 {
    max-width: 100%;
}
.footer {
    height: 350px;
    width: 100%;
    margin-top: 50px;
    background-color: #00AEA5;
    position: relative;
}
.radius {
    height: 60px;
    background-color: #F5F5F5;
    width: 100%;
    border-radius: 0 0 30px 30px;
    margin-top: -1px;
}
.footer > div {
    display: inline-block;
    text-align: right;
    padding-right: 3%;
    color: #FFFFFF;
    line-height: 25px;
}
.footer p, .footer a {
    text-decoration: none;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    text-align: justify;
    color: #FDFDFD;
}
.footer .footer-img {
    width: 240px;
    height: 60px;
    padding-left: 30px;
    margin-bottom: 20px;
}
.footer h4 {
    color: #D5CB00 !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 21px;
    text-align: right;
    margin-bottom: 10px;
}
.footer .row-content {
    padding: 50px 150px 100px 130px;
}
.footer .row1 {
    width: 240px;
    min-width: 240px;
    margin-left: 100px;
    float: right
}
.footer .row2 {
    width: 150px;
    float: right;
    margin-left: 50px;
    margin-top: 30px;
}
.footer .cert {
    width: 150px;
    height: 150px;
    margin-left: 10px;
    float: right;
}
.footer .cert img {
    width: 148px !important;
    height: 148px !important;
}

@media (min-width: 1800px) {
    html, body {
        width: 1800px !important;
        margin: auto;
    }
}
@media (max-width: 1500px) {
    .footer .cert {
        width: 100px;
        height: 100px;
        margin-left: 10px;
        float: right;
        margin-top: 40px;
    }
    .footer .cert img {
        width: 100px !important;
        height: 100px !important;
    }
}
@media (max-width: 1276px) {
    .navbar {
        height: 70px;
        padding: 20px 10%;
    }
    .navbar > div > .logo {
        width: 120px;
        height: 40px;
    }
    .footer {
        height: auto;
    }
    .navbar > div > ul {
        display: none;
    }
    .menu-phone {
        display: block;
    }
    .dropdown-menu {
        margin-top: 20px !important;
        text-align: center;
        border-radius: 10px;
        border: none;
        background-color: rgba(255, 255, 255, 1);
        transition: background-color 500ms linear;
        box-shadow: 0 4px 10px 8px rgba(111, 107, 107, 0.34);
    }
    .scrolled .dropdown-menu {
        margin-top: 35px !important;
    }
    div.dropdown > .btn {
        transition: transform 0.8s cubic-bezier(0, -0.14, .27, 1.55);
    }
    div.dropdown > .dropdown-menu {
        display: inherit;
        transform: translate(0, 0) scaleX(0);
        transition: all 0.8s cubic-bezier(0, -0.14, .27, 1.55);
        transform-origin: left;
        left: 0;
    }
    div.dropdown > .btn.show + .dropdown-menu {
        display: inherit;
        transform: translate(0, 0) scaleX(1);
    }
    .dropdown-menu .dropdown-item {
        margin: 7px 0;
    }
    .dropdown-item {
        margin: 15px 0;
    }
    .footer .row-content {
        padding: 50px 75px 100px 65px;
    }
    .footer .row1 {
        width: 240px;
        min-width: 240px;
        margin-left: 50px;
        float: right
    }
    .footer .row2 {
        width: 150px;
        float: right;
        margin-left: 25px;
        margin-top: 30px;
    }
    .footer .cert {
        width: 80px;
        height: 80px;
        margin-left: 5px;
        float: right;
        margin-top: 50px;
    }
    .footer .cert img {
        width: 72px !important;
        height: 72px !important;
    }
}
@media (max-width: 979px) {
    .slider {
        margin-top: 10px !important;
    }
    .navbar {
        padding: 0;
    }
    .navbar > div > a > .logo-n {
        width: 150px;
        height: 50px;
    }
    .footer .row-content {
        padding: 50px 15px 100px 10px;
    }
    .crowdfunding > img {
        width: 140px !important;
        height: 50px !important;
    }
}
@media (max-width: 300px) {
    html, body {
        display: none;
    }
}

/* Index */
.slider {
    width: 100%;
    margin-top: -90px;
    height: 100%;
    border-radius: 0 !important;
    max-height: 100%;
}
.slider img {
    max-height: 1000px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.crowdfunding {
    margin: 50px auto 120px auto;
    text-align: center;
}
.crowdfunding img {
    width: 280px;
    height: 100px;
}
.crowdfunding p {
    width: 40%;
    margin: 40px auto;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 139.9%;
    text-align: justify;
    color: #605F5F;
}

.information {
    width: 90%;
    margin: 0 5%;
}
.information > .row > div {
    text-align: center;
    position: relative;
}
.information > .row > div > img {
    margin: auto;
}
.information .info-statistic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    font-weight: 700;
    font-size: 35px;
    text-align: right;
    color: #00AEA5;
}
.information .info-statistic span {
    position: absolute;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    color: #00AEA5;
    white-space: nowrap;
}
.information .info-title {
    transform: translate(-52%, -120%);
    font-weight: 600;
    font-size: 16px;
    line-height: 130.4%;
    text-align: right;
    color: #605F5F;
}

.faqs {
    width: 90%;
    margin: 0 5%;
}
.faqs > .row > div {
    text-align: center;
}
.faqs a {
    text-decoration: none;
    position: relative;
}
.faqs > .row > div img {
    max-width: 100%;
}
.faqs > .row > div span {
    max-width: 100%;
    position: absolute;
    transform: translate(-50%, 275%);
    top: 50%;
    left: 50%;
    font-style: normal;
    font-weight: 750;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
}

.projects {
    margin-top: 60px;
    border: none;
    background-color: transparent;
    padding-bottom: 60px;
}
.projects > h4 {
    text-align: center;
    font-weight: 500;
    font-size: 28px;
    line-height: 45px;
    color: #605F5F;
}
.projects > h4:after {
    content: "";
    background-color: #605F5F;
    width: 2px;
    height: 80px;
    display: block;
    margin: 15px auto;
}
.projects .gallery {
    background-color: transparent;
}
.projects .flickity-page-dots {
    margin-bottom: -20px;
}
.projects .dot {
    background: #D9D9D9;
    border-radius: 2px;
    width: 75px;
}
.project {
    width: 30%;
    height: auto;
    margin-right: 3%;
    background: #FFFFFF;
    border-radius: 17px;
    min-width: 375px;
    max-width: 415px;
}
.project-header {
    height: 180px !important;
}
.project-header .project-badges {
    width: auto;
    margin: 0 30px 0 0;
}
.project-header .project-badges .project-badge-status {
    background-color: #00AEA5;
    border: none;
    position: absolute;
    z-index: 1;
    display: block;
    float: right;
    height: 35px;
    border-radius: 0 0 10px 10px;
}
.project-badge-status > p {
    padding: 4px 22px;
    font-weight: 800;
    font-size: 14px;
    line-height: 22px;
    font-style: normal;
    color: #FDFDFD;
}
.project-header .project-badges .project-badge-shenavar {
    background-color: #605F5F;
    border: none;
    display: block;
    position: absolute;
    z-index: 1;
    height: 100px;
    width: 50px;
    min-width: 50px;
    float: left;
    left: 10px;
    margin-top: 30px;
    border-radius: 0 50px 50px 0;
}
.project-badge-shenavar > p {
    padding: 39px 5px;
    font-weight: 800;
    font-size: 14px;
    line-height: 22px;
    font-style: normal;
    color: #FFFFFF;
}
.project-header .project-image-wrap {
    position: relative;
    height: 160px !important;
    width: 100%;
    padding: 10px;
    border-radius: 20px;
}
.project-header .project-image-wrap .project-image {
    position: relative;
    height: 170px !important;
    width: 100%;
    border-radius: 20px;
}
.project-title {
    position: relative;
    width: 100%;
    margin: 15px 5px 5px 5px;
    height: 20px;
    color: #605F5F;
}
.project-title > h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}
.project-body {
    margin: 7px 0 26px 0;
}
.project-body .project-invest-pre-need {
    background-color: #D9D9D9;
    float: left;
    margin: 10px 14px;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    text-align: right;
    color: #000000;
    padding: 2px 4px;
}
.project-body .project-invest-pre-need::after {
    content: '';
    position: absolute;
    margin: 18px -15%;
    width: 0;
    height: 0;
    border-top: solid 8px #D9D9D9;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
}
.project-body .project-progress {
    margin: 10px auto 8px auto;
    border-radius: 25px;
    height: 9px;
    direction: ltr !important;
    width: 90%;
}
.project-body .project-progress-percent {
    color: #00AEA5;
    font-style: normal;
    font-weight: 900;
    font-size: 11px;
    line-height: 18px;
    text-align: right;
    margin: 0 14px 45px ;
}
.project-body .project-features-row {
    margin: 2px 0 0 0;
    height: 30px;
}
.project-body .project-feature {
    position: relative;
    width: 100%;
    height: 30px;
}
.project-body .project-feature > img {
    float: right;
    width: 22px;
    height: 22px;
    margin-left: 21px;
    border: 0 !important;
    text-decoration: none;
}
.project-body .project-feature > div {
    overflow: hidden;
    height: 30px;
    text-align: right;
}
.project-body .project-feature > div > h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    text-align: right;
    color: #605F5F;
}
.project-body .project-feature p {
    float: right;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 21px;
    text-align: right;
    color: #00AEA5;
    overflow: hidden;
    letter-spacing: 0.01rem;
}
.project-body .project-calculator {
    margin: 14px 5% 0 0;
}
.project-body .project-calculator > div {
    margin: 8px 0 0 0;
    height: 35px;
}
.project-body .project-calculator > h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    text-align: right;
    color: #605F5F;
}
.project-body .project-calculator > div > input {
    background: #D9D9D9;
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 17px;
    color: #000000;
    min-height: 30px;
    border: none;
    text-align: center;
    width: 45%;
}
.project-body .project-button {
    margin: 14px auto auto auto;
    text-align: center;
    background: #D6CD09;
    border-radius: 22px;
    width: calc(100% - 40px);
    height: 44px;
    cursor: pointer;
    color: #605F5F;
}
.project-body .project-btn {
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 44px;
    color: #605F5F;
    text-decoration: none;
}

.pre-blog {
    border-radius: 32px;
    width: 100%;
    background-color: #E9E9E9;
    margin-top: 67px;
}
.blog {
    text-align: center;
    height: auto;
    margin: 0 5% 0 5%;
    padding-bottom: 60px;
}
.blog .gallery {
  padding-right: 45px;
}
.blog .flickity-slider {
    transform: translateX(25%);
}
.blog > .blog-header > h4 {
    font-weight: 500;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    padding: 20px 0 80px 0;
}
.blog .blog-header {
    color: #605F5F;
    background-color: #D5CB00;
    border-radius: 0 0 350px 350px;
    margin: auto;
    max-width: 350px;
}
.blog .post {
    width: 265px;
    height: auto;
    margin: 70px 56px 60px 56px;
    min-width: 265px !important;
}
.blog .post a {
    text-decoration: none;
    cursor: pointer;
}
.blog .post-image {
    position: relative;
    border-radius: 15px;
    height: 340px;
    width: 265px;
    min-width: 265px !important;
}
.blog .post-image > img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.blog .post-btitle {
    position: absolute;
    width: 32px !important;
    height: 64px !important;
    border-radius: 0 !important;
    margin: 216px 0 0 14px;
    right: 0;
}
.blog .post-title {
    position: absolute;
    right: 46px;
    top: 216px;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 33px;
    text-align: right;
    color: #FFFFFF;
    padding-left: 5px;
}
.blog .post-body {
    position: relative;
    width: 265px;
    height: 104px;
    margin-top: 16px;
}
.blog .post-desc {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 141.9%;
    text-align: justify;
    color: #605F5F;
    padding: 0 23px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.blog .blog-footer {
    width: 200px;
    height: 54px;
    border-radius: 26px;
    background-color: #D5CB00;
    margin: auto;
    vertical-align: center;
}
.blog .blog-footer a {
    text-decoration: none;
    font-weight: 600;
    font-size: 19px;
    line-height: 54px;
    text-align: center;
    color: #605F5F;
}

.comments {
    margin-top: 60px;
    border: none;
    background-color: transparent;
    padding-bottom: 60px;
}
.comments .gallery {
    max-width: 1300px;
    margin: auto !important;
}
.comments .flickity-viewport {
    height: 450px !important;
    margin: auto !important;
    padding-top: 50px;
}
.comments > h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #605F5F;
}
.comments > h4:after {
    content: "";
    background-color: #605F5F;
    width: 2px;
    height: 80px;
    display: block;
    margin: 15px auto;
}
.comments .comment {
    position: relative;
    background-color: rgba(0, 174, 165, 0.23);
    height: 320px;
    width: 410px;
    min-width: 410px;
    border-radius: 17px;
    margin: 0 10px;
    transition: all 0.35s ease-in-out;
}
.comments .comment .comment-img {
    width: 50px;
    height: 50px !important;
    margin: 24px 42px 0 21px;
}
.comments .comment .comment-text {
    position: absolute;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    color: #605F5F;
    width: 250px;
    min-width: 250px;
    margin: 45px 0 0 0;
}
.comments .comment .comment-divider {
    position: absolute;
    width: 250px !important;
    margin: 230px auto 0 auto;
    border: 1px solid #D5CB00;
}
.comments .comment .comment-author {
    position: absolute;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    color: #605F5F;
    margin: 240px 0;
    width: 250px;
}
.comments .comment .comment-position {
    font-weight: 500;
    font-size: 12px;
    line-height: 141.9%;
    text-align: justify;
    color: #00AEA5;
    margin: 270px 0;
}
.comments .is-selected {
    background-color: #00AEA5;
}
.comments .is-selected .comment-text {
    color: #FFFFFF;
}
.comments .is-selected .comment-author {
    color: #FFFFFF;
}
.comments .is-selected .comment-position {
    color: #D5CB00;
}

.rss-feed {
    background: linear-gradient(0deg, rgba(213, 203, 0, 0.8) 60%, rgba(213, 203, 0, 0) 100%);
}
.rss-feed > div{
    border-radius: 32px;
    width: 100%;
    height: 500px;
    margin: 0;
    padding: 0;
    background: url("../images/index/rss-feed.svg") no-repeat center;
    background-size: cover;
}
.rss-feed p {
    position: relative;
    top: 50px;
    right: 50%;
    font-style: normal;
    font-weight: 900;
    font-size: 42px;
    line-height: 137.9%;
    color: #FFFFFF;
    text-align: justify;
}
.rss-feed input {
    width: 320px;
    min-width: 320px;
    border-radius: 21px;
    background-color: rgba(255, 255, 255, 0.97);
    border: none;
    height: 50px;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    text-align: right;
    color: rgba(96, 95, 95, 0.43);
    position: relative;
    top: 80px;
    right: 60%;
    padding-right: 20px;
}
.rss-feed button {
    width: 150px;
    height: 54px;
    background: #00AEA5;
    border-radius: 25px;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 50px;
    border: none;
    text-align: center;
    color: #FFFFFF;
    top: 80px;
    position: relative;
    right: 60%;
}

.sponsors {
    background: #F4F4F4;
    max-width: 1400px;
    margin: 100px auto;
    border-radius: 32px;
    text-align: center;
    padding-bottom: 100px;
    background: url("../images/index/sponsers.svg") no-repeat center;
}
.sponsors .sponsors-header {
    height: 150px;
    color: #605F5F;
    background-color: #D5CB00;
    border-radius: 0 0 300px 300px;
    margin: 0 auto 100px auto;
    max-width: 300px;
}
.sponsors h4 {
    font-weight: 500;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    padding: 20px 0 80px 0;
}
.sponsors .sponsor {
    height: 136px;
    width: 20%;
}
.sponsor > img {
    height: 136px;
}

@media (max-width: 1500px) {
    .crowdfunding p {
        width: 60%;
    }
    .rss-feed {
        margin: 0 10px;
    }
    .rss-feed p {
        right: 30%;
    }
    .rss-feed input, .rss-feed button {
        right: 45%;
    }
}
@media (max-width: 1276px) {
    .crowdfunding p {
        width: 80%;
    }
}
@media (max-width: 989px) {
    .crowdfunding p {
        width: 90%;
    }
    .rss-feed p {
        right: 10%;
        font-weight: 700;
        font-size: 35px;
        line-height: 137.9%;
    }
    .rss-feed input, .rss-feed button {
        right: 7%;
        margin-top: 5px;
    }
    .sponsors .sponsor {
        height: 136px;
        width: 50%;
    }
}

.toast-top-right {
     top: 120px !important;
 }
 #toast-container > .toast-error {
     background-color: #fc2d1e !important;
     opacity: 1 !important;
     background-image: none !important;
     border-radius: 7px;
     box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
 }
 #toast-container > .toast-success {
     background-color: #00c818 !important;
     opacity: 1 !important;
     background-image: none !important;
     border-radius: 7px;
     box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
 }
 #toast-container > .toast-warning {
     background-color: #f6c700 !important;
     opacity: 1 !important;
     background-image: none !important;
     border-radius: 7px;
     box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
 }
 #toast-container > .toast-info {
     background-color: #0095de !important;
     opacity: 1 !important;
     background-image: none !important;
     border-radius: 7px;
     box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
 }

/* Other Page */
.public-card {
    margin-top: -100px;
}
.public-card-banner {
    background: linear-gradient(0deg, rgba(213, 203, 0, 0.8) 60%, rgba(213, 203, 0, 0) 80%);
    border-radius: 32px;
    margin: 0 2% 0 2%;
}
.public-card .public-banner-image {
    border-radius: 32px;
    width: 100%;
    height: 700px;
    margin: 0;
    padding: 0;
    background-size: cover;
}
.public-card .public-card-banner-title {
    margin: -100px auto 0 auto;
    width: 50%;
    background-color: #605F5F;
    border-radius: 40px 40px 0 0;
    height: 100px;
}
.public-card .public-card-banner h5 {
    font-style: normal;
    font-size: 40px;
    line-height: 100px;
    text-align: center;
    color: #FFFFFF;
}
.public-text-box {
    padding: 70px 50px;
    background-color: #E9E9E9;
    border-radius: 32px;
}
.public-text-box li::marker {
    color: #00AEA5;
    font-size: 22px;
}
.public-text-box li {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 36px;
    text-align: right;
    color: #605F5F;
}
.public-card .capitalization-guide-banner {
    background: url("../images/index/capitalization_guide_banner.png") no-repeat center;
}
.public-card .investment-guide-banner {
    background: url("../images/index/investment_guide_banner.png") no-repeat center;
}
.public-card .why-us-banner {
    background: url("../images/index/why_us_banner.png") no-repeat center;
}
.public-card .conditions-banner{
    background: url("../images/index/conditions-banner.svg") no-repeat center;
}
.public-card .faq-banner{
    background: url("../images/index/faq_banner.png") no-repeat center;
}
.public-card .about-us-banner {
    background: url("../images/index/aboust_us_banner.png") no-repeat center;
}

.faq {
    width: 90%;
    margin: 30px auto;
    border-radius: 32px;
    padding-bottom: 40px;
}
.faq-odd {
    background-color: #00AEA5;
}
.faq-even {
    background-color: #605F5F;
}
.faq .faq-header {
    height: 150px;
    color: #605F5F;
    background-color: #D5CB00;
    border-radius: 0 0 300px 300px;
    margin: 0 auto 50px auto;
    max-width: 300px;
}
.faq h4 {
    font-weight: 500;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    padding: 20px 0 80px 0;
}
.faq .faq-body {
    width: 90%;
    margin: 0 auto;
    height: auto;
    border-radius: 32px;
    background: #FFFFFF;
    max-height: 500px;
    overflow: scroll;
}
.faq .faq-body .faq-divider {
    width: 100%;
    background-color: #00AEA5;
    border-bottom: 1px solid #00AEA5;
    opacity: 0.8;
}
.faq .faq-body .faq-question {
    width: 95%;
    background: #FFFFFF;
    margin: 0 auto;
    min-height: 70px;
}
.faq .faq-body .faq-question a {
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 70px;
    text-align: right;
    color: #605F5F;
}
.faq .faq-body .faq-question i {
    float: left;
    line-height: 70px;
}
.faq .faq-body .faq-answer {
    padding: 30px 5%;
    background: #F8F8F7;
    width: 100%;
}
.faq .faq-body .faq-answer > div {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    color: #605F5F;
}

.contact-us {
    width: 100%;
    margin: 0 !important;
    height: auto;
    padding: 190px 150px;
}
.contact-us .contact-us-wrap {
    width: 450px;
    min-width: 350px;
}
.contact-us .contact-us-wrap > p {
    font-family: 'iry';
    font-style: normal;
    font-weight: 900;
    font-size: 41px;
    line-height: 81px;
    text-align: right;
    color: #525251;
    margin-bottom: 50px;
}
.contact-us .contact-us-wrap .contact-us-address {
    width: 450px;
    min-width: 375px;
}
.contact-us .contact-us-wrap .contact-us-address > div > i {
    width: 15%;
    color: #00AEA5;
    font-size: 32px;
    float: right;
}
.contact-us .contact-us-wrap .contact-us-address p {
    width: 80%;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 27px;
    text-align: justify;
    color: #605F5F;
    float: left;
}
.contact-us-input {
    border: 1px solid #00AEA5;
    border-radius: 45px;
    height: 48px;
    padding-right: 12px;
    margin: 4px 0;
    background-color: transparent;
}
.contact-us-input::placeholder{
    padding-right: 12px;
}
.contact-us-btn {
    width: 150px;
    height: 54px;
    border: none;
    background-color: #D5CB00;
    border-radius: 27px;
    margin-right: calc(100% - 200px);
    margin-top: 5px;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 48px;
    text-align: center;
    color: #605F5F !important;
}
.contact-us-btn i {
    font-size: 25px;
    padding-right: 20px;
    line-height: 48px;
}

.about-us-text {
    width: 70%;
    margin: 90px auto;
}
.team {
    margin: 50px auto;
    width: 90%;
}
.team > h4 {
    text-align: center;
    font-weight: 500;
    font-size: 28px;
    line-height: 45px;
    color: #605F5F;
}
.team > h4:after {
    content: "";
    background-color: #605F5F;
    width: 2px;
    height: 80px;
    display: block;
    margin: 15px auto;
}
.member-card {
    height: 330px;
    min-height: 330px;
    width: 325px;
    min-width: 325px;
    border-radius: 17px;
    margin: 55px auto;
}
.member-card-odd {
    background-color: #00AEA5;
}
.member-card-even {
    background-color: #ECEAEA;
}
.member-card-avatar {
    height: 180px;
    width: 180px;
    border-radius: 90px;
    border: 5px solid #FFFFFF;
    margin: -90px 73px 0 0;
}
.member-card-info {
    float: left;
    text-align: right;
    width: 200px !important;
}
.member-card-odd .member-card-info > h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
    color: #FFFFFF;
}
.member-card-odd .member-card-info > p {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
    color: #FFFFFF;
}
.member-card-even .member-card-info > h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
    color: #605F5F;
}
.member-card-even .member-card-info > p {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
    color: #605F5F;
}

@media (max-width: 979px) {
    .public-card .public-card-banner-title {
        width: 90%;
    }
    .public-card .public-card-banner h5 {
        font-size: 25px;
        line-height: 50px;
    }
    .public-text-box {
        padding: 70px 0;
        text-align: justify;
    }
    .public-text-box li {
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 35px;
        color: #605F5F;
    }
    .faq .faq-body .faq-question a {
        font-weight: 500;
        font-size: 14px;
    }
    .faq .faq-body .faq-answer > div {
        font-weight: 400;
        font-size: 12px;
    }
    .about-us-text {
        width: 95%;
        font-size: 14px;
    }
}