<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "Mulish", sans-serif;
    font-size: 14px;
    line-height: 1.3em;
    color: #444;
}

#preloader {
    background: #ffffff url("../../img/preloader.gif") no-repeat scroll center center;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}


input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.login-page-wrap {
    position: relative;
}

.login-page-wrap .content-wrap {
    /* background-image: url("../../img/banner/hero_1.jpg"); */
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-position: top;
    background-color: #021525;
}

.login-page-wrap .content-wrap .dropdown-languages {position: relative;}
.login-page-wrap .content-wrap .dropdown-languages .dropdown-toggle {
    background: transparent;
    border: 0;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 13px;
    text-transform: capitalize;
}

.login-page-wrap .content-wrap .dropdown-languages .dropdown-menu {
    width: 250px;
    right: 0px !important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    /* left: auto!important; */!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    border: 0px;
}

.login-page-wrap .content-wrap .dropdown-languages ul.languages {
    /* padding: 20px; */
    /* display: flex; */
    /* align-items: center; */
    /* list-style: none; */
    /* flex-wrap: wrap; */
    column-count: 2;
    column-gap: 20px;
    padding: 20px;
    width: 250px;
}
.login-page-wrap .content-wrap .dropdown-languages ul.languages li {
    min-width: 130px;
    margin-bottom: 3px;
}
.login-page-wrap .content-wrap .dropdown-languages ul.languages li a {
    font-size: 12px;
    color: #111;
    text-decoration: none;
    text-transform: capitalize;
}
.login-page-wrap .content-wrap .dropdown-languages ul.languages li a:hover {
    text-decoration: underline;
}

.login-page-wrap .content-wrap .map-line {
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.login-page-wrap .content-wrap .map-line .map-marker li {
    position: absolute;
}

.login-page-wrap .content-wrap .map-line .map-marker li:nth-child(1n) {
    bottom: 50px;
    right: 58%;
}

.login-page-wrap .content-wrap .map-line .map-marker li:nth-child(2n) {
    top: 33%;
    right: 75%;
}

.login-page-wrap .content-wrap .map-line .map-marker li:nth-child(3n) {
    top: 60%;
    right: 37%;
}

.login-page-wrap .content-wrap .map-line .map-marker li:nth-child(4n) {
    top: 38%;
    right: 21%;
}

.login-page-wrap .content-wrap .map-line .map-marker li:after {
    content: "";
    height: 6px;
    width: 33px;
    background-color: #403cd9;
    border-radius: 50%;
    position: absolute;
    top: 33px;
    left: -5px;
    -webkit-animation: pulse 1500ms infinite;
    animation: pulse 1500ms infinite;
}

.login-page-wrap .login-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 180px 20px 80px 20px;
    position: relative;
}

.login-page-wrap .item-logo {
    margin-bottom: 50px;
}

.login-page-wrap .item-logo a.logo-img {
    position: relative;
    margin-bottom: 30px;
    display: block;
    display: none;
}

.login-page-wrap .item-logo a.logo-img img {
    width: 200px;
}

.login-page-wrap .item-logo h2 {
    font-weight: 700;
    letter-spacing: -1px;
    color: #fff;
    font-size: 27px;
}

.login-page-wrap .item-logo p {
    max-width: 70%;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.7;
    font-size: 16px;
}

.login-page-wrap .login-form-wrap {
    position: relative;
    z-index: 1;
    font-family: "Mulish", sans-serif;
    position: relative;
    z-index: 1;
    width: 500px;
}

.login-page-wrap .nav-tabs {
    display: flex;
    border-bottom: none;
}

.login-page-wrap .nav-tabs li {
    margin-right: 0px;
}

.login-page-wrap .nav-tabs li:last-child {
    margin-right: 0;
}

.login-page-wrap .nav-tabs li .nav-link {
    text-align: center;
    background-color: #ffffff;
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    border: none;
    border-radius: 12px 0px 0px 12px;
    padding: 15px 25px;
    min-width: 180px;
}

.login-page-wrap .nav-tabs li:last-child .nav-link {
    border-radius: 0px 12px 12px 0px;
}

.login-page-wrap .nav-tabs li .nav-link i {
    margin-bottom: 6px;
    display: inline-block;

    font-size: 22px;
    color: #8fb14f;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.login-page-wrap .nav-tabs li .nav-link:hover {
    background-color: #8fb14f;
    color: #ffffff;
}

.login-page-wrap .nav-tabs li .nav-link:hover i {
    color: #ffffff;
}

.login-page-wrap .nav-tabs li .nav-link.active {
    background-color: #8fb14f;
    color: #ffffff;
}

.login-page-wrap .nav-tabs li .nav-link.active i {
    color: #ffffff;
}

.login-page-wrap .tab-content {
    min-width: 470px;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 90px 60px;
}

.login-page-wrap .tab-content .item-title {
    font-size: 22px;
    position: relative;
    padding-bottom: 20px;
    font-weight: 700;
    letter-spacing: -0.7px;
    color: #444;
}

.login-page-wrap .tab-content .item-title span {
    display: block;
}

.form-group {
    margin-bottom: 20px;
}

.form-group .form-control {
    border-radius: 12px;
    padding: 12px;
    border: 1px solid #eaeaea;
    letter-spacing: -0.4px;
    font-weight: 600;
    color: #444;
}

.form-group input.form-control::-webkit-input-placeholder,
.form-group textarea.form-control::-webkit-input-placeholder {
    color: #9f9f9f;
}

.login-page-wrap .tab-content .login-tab .reset-password {
    margin-bottom: 10px;
}

.login-page-wrap .tab-content .login-tab .reset-password a {
    display: block;
    text-align: right;
    color: #616161;
    font-size: 12px;
    font-weight: 400;
}

.login-page-wrap .tab-content .login-tab .account-create {
    font-weight: 600;
    margin-top: 25px;
}

.login-page-wrap .tab-content .login-tab .account-create a {
    color: #1266b5;
    text-decoration: underline;
}

.login-page-wrap .tab-content .login-tab .account-create a:hover {
    color: #8fb14f;
}

.form-group .submit-btn {
    height: auto;
    border: none;
    border-radius: 4px;
    font-weight: 700;
    color: #ffffff;
    font-size: 14px;
    background-color: #083c6d;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    padding: 13px 10px;
}

.form-group .submit-btn:hover {
    background-color: #8fb14f;
}

.form-group .submit-btn:focus {
    outline: none;
}

.form-group input.form-control::-webkit-input-placeholder,
.form-group textarea.form-control::-webkit-input-placeholder {
    color: #444;
}

.form-check {
    position: relative;
    padding-left: 0;
}

.form-check label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    color: #444;
    cursor: pointer;
}
.form-check label a {
    font-weight: 600;
    text-decoration: none;
    color: #444;
}
.form-check label a:hover {
    
    color: #8fb14f;
}

.form-check label i {
    color: #ffbc09;
    margin-right: 4px;
}

.form-check label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 5px;
    background-color: transparent;
    border: 2px solid #b1b0b0;
    border-radius: 2px;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.form-check .rememberMeLabel:before,
.form-check .rememberMeLabel:after {
    top: 0px;
}

.form-check label:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 16px;
}

.form-check input[type="checkbox"] {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 4px;
    left: 20px;
    z-index: 1;
    opacity: 0;
    margin-top: 0;
}

.form-check input[type="checkbox"]:checked + label {
    color: #000000;
}

.form-check input[type="checkbox"]:checked + label:after {
    font-family: IcoFont;
    content: "\eed8";
    font-weight: 600;
}

.form-check input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.form-check input[type="checkbox"]:disabled + label:before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.form-check label::before {
    border-radius: 4px;
}

.form-check input[type="checkbox"]:checked + label:before {
    background-color: #1266b5;
    border-color: #1266b5;
}

.form-check input[type="checkbox"]:checked + label:after {
    color: #ffffff;
}

.membership-aggreement-modal {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 100;
}

.membership-aggreement-modal.modal-show {
    visibility: visible;
    opacity: 1;
}

.membership-aggreement-modal .modal-dialog {
    max-width: 500px;
    width: 100%;
    position: fixed;
    left: 50%;
    top: 100px;
    transform: translate(-50%, 0);
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.membership-aggreement-modal .modal-content {
    border: none;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.parsley-errors-list {
    color: red;
    padding: 0;
}
.parsley-errors-list li {
    list-style: none;
    margin-top: 3px;
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #0c1fd7;
    }

    70% {
        box-shadow: 0 0 0 20px rgba(12, 31, 215, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(12, 31, 215, 0);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #8fb14f;
    }

    70% {
        box-shadow: 0 0 0 20px rgba(12, 31, 215, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(12, 31, 215, 0);
    }
}

#invite-register .kullanici-bilgileri {
    width: 500px;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 12px;
    margin-right: 50px;
    display: flex;
    align-items: center;
}
#invite-register .kullanici-bilgileri .kullanici-resmi {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
}

#invite-register .kullanici-bilgileri .kullanici-genel-bilgileri {
    margin-left: 10px;
}

#invite-register .kullanici-bilgileri .kullanici-genel-bilgileri .isim {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
}
#invite-register .kullanici-bilgileri .kullanici-genel-bilgileri .sirket {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#invite-register .kullanici-bilgileri .kullanici-genel-bilgileri .ulke-sehir {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
#invite-register
    .kullanici-bilgileri
    .kullanici-genel-bilgileri
    .baglanti-sayisi {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
#invite-register
    .kullanici-bilgileri
    .kullanici-genel-bilgileri
    .sirket-sayisi {
    font-size: 14px;
    font-weight: 400;
}

.loginPage .modal-body,
.loginPage .modal-body p {
    color: #444;
    line-height: 1.7;
}
.loginPage .modal-body h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #4e7800;
    letter-spacing: -0.3px;
}

.loginPage .modal-body,
.loginPage .modal-body ol li {
    list-style-type: square;
    margin-top: 5px;
    margin-bottom: 5px;
}
.loginPage .modal-body,
.loginPage .modal-body ul {
    font-weight: 400;
}

.loginPage .modal-body,
.loginPage .modal-body ul li {
    list-style-type: circle;
    margin-top: 5px;
    margin-bottom: 5px;
}
.loginPage .modal-header h4 {
    color: #111;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: -0.5px;
}

.footer-sign {
    bottom: 0;
    margin: auto;
    padding-bottom: 10px;
    z-index: 10000;
    padding: 20px 0px;
}

.footer-sign .footermenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.footer-sign .footermenu ul li {
    border-right: 1px solid #e5e5e5;
    line-height: 10px;
    color: #e0e0e0;
    list-style: none;
}
.footer-sign .footermenu ul li:last-child {
    border-right: 0;
}
.footer-sign .footermenu ul li a {
    color: #e0e0e0;
    font-size: 13px;
    font-weight: 500;
    padding: 0px 6px;
    display: inline-block;
    text-decoration: none;
}
.footer-sign .footermenu ul li a:hover {
    color: #fff;
}
@media only screen and (max-width: 575px) {
    .login-page-wrap {
        height: 100%;
        position: inherit;
    }

    .login-page-wrap .content-wrap {
        overflow: hidden;
        background-size: cover;
        background-position: bottom center;
    }
    .login-page-wrap .login-content {
        padding: 100px 20px 40px 20px;
        width: 100%;
        text-align: center;
        flex-direction: column;
    }

    .login-page-wrap .content-wrap .dropdown-languages .dropdown-menu {
        width: 250px;
        left: 0% !important;
        !importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
        !importan;!importa;!import;!impor;!impo;!imp;!im;!i;!ip;!i;!;
    }

    .login-page-wrap .content-wrap .dropdown-languages ul.languages {
        overflow: scroll;
        max-height: 500px;
    }

    .login-page-wrap .content-wrap .dropdown-languages ul.languages li {
        min-width: 50%;
    }

    .login-page-wrap .item-logo {
        margin-bottom: 10px;
    }
    .login-page-wrap .item-logo p {
        max-width: 100%;
    }

    .login-page-wrap .login-form-wrap {
        padding-left: 0;
        max-width: 100%;
        width: 100%;
    }

    .login-page-wrap .nav-tabs {
        position: inherit;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }
    .login-page-wrap .nav-tabs li .nav-link {
        padding: 12px 20px;

        font-size: 14px;
    }
    .login-page-wrap .nav-tabs li .nav-link i {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-bottom: 0;
        margin-right: 6px;
        font-size: 18px;
    }
    .login-page-wrap .tab-content {
        min-width: 100%;
        padding: 30px 20px;
    }
    .login-page-wrap .tab-content .item-title {
        font-size: 22px;
        margin-bottom: 0px;
    }

    #invite-register .kullanici-bilgileri {
        width: 100%;
        margin-right: 0;
        flex-direction: column;
    }
    #invite-register .kullanici-bilgileri .kullanici-genel-bilgileri {
        margin-left: 0;
        margin-top: 10px;
    }

    .login-page-wrap .content-wrap ul.languages {
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .form-check {
        text-align: left;
    }
    .form-group.remember-me {
        margin-bottom: 0px;
    }

    .footer-sign .footermenu {
        margin-bottom: 10px;
    }

    .footer-sign .footermenu ul {
        flex-direction: column;
    }
    .footer-sign .footermenu ul li {
        line-height: 26px;
        border-right: 0;
    }
}




.why-choose-us {
    padding: 120px 0 70px;
    background: #fff;
}

@media only screen and (max-width: 1199px) {
    .why-choose-us {
        padding: 100px 0 50px;
    }
}

@media only screen and (max-width: 991px) {
    .why-choose-us {
        padding: 80px 0 30px;
    }
}

.why-choose-us .why-choose-box {
    margin-bottom: 50px;
}

.why-choose-us .why-choose-box .item-subtitle {
    color: #8fb14f;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
    max-width: 80%;
}

.why-choose-us .why-choose-box .item-title {
    font-weight: 700;
    margin-bottom: 22px;
    color: #444;
    letter-spacing: -1px;
}

.why-choose-us .why-choose-box .item-title span {
    display: block;
    font-weight: 900;
}

.why-choose-us .why-choose-box p {
    color: #444;
    margin-bottom: 30px;
    width: 90%;
    font-size: 14px;
    line-height: 1.7em;
}
.why-choose-us .why-choose-box p.mainText {
    max-width: 95%;
    font-size: 16px;
    line-height: 1.8;

}



@media only screen and (max-width: 1199px) {
    .why-choose-us .why-choose-box p {
        width: 100%;
    }
    .why-choose-us .why-choose-box p.mainText {
        max-width: 100%;
    }
}

.why-choose-us .why-choose-box .button-slide .btn-text {
    margin-left: 20px;
}

.why-choose-us .why-choose-box .button-slide .btn-icon {
    margin-left: 10px;
}

.why-choose-us .why-choose-box .features-list {
    position: relative;
    padding: 0;
    margin: 0;
}

.why-choose-us .why-choose-box .features-list:before {
    content: "";
    height: 90%;
    width: 50%;
    border: 9px solid #e1e1e1;
    border-radius: 50%;
    border-top: none;
    border-left: none;
    border-bottom: none;
    position: absolute;
    top: 50%;
    left: -23%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

@media only screen and (max-width: 1199px) {
    .why-choose-us .why-choose-box .features-list:before {
        left: -17%;
    }
}

@media only screen and (max-width: 991px) {
    .why-choose-us .why-choose-box .features-list:before {
        display: none;
    }
}

.why-choose-us .why-choose-box .features-list li {
    margin-bottom: 35px;
    list-style: none;
}

.why-choose-us .why-choose-box .features-list li:last-child {
    margin-bottom: 0;
}

.why-choose-us .why-choose-box .features-list li:nth-child(even) {
    padding-left: 80px;
}

@media only screen and (max-width: 991px) {
    .why-choose-us .why-choose-box .features-list li:nth-child(even) {
        padding-left: 0;
    }
}

.why-choose-us .why-choose-box .features-list li .media {
    display:flex;
    align-items: center;
}

.why-choose-us .why-choose-box .features-list .media:hover .item-icon {
    background-color: #8fb14f;
    color: #ffffff;
}

.why-choose-us .why-choose-box .features-list .media:hover .media-body .item-title {
    color: #8fb14f;
}

.why-choose-us .why-choose-box .features-list .item-icon {
    font-size: 50px;
    color: #b3b3b3;
    height: 130px;
    width: 130px;
    min-width: 130px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 31px 65px 0 rgba(153, 153, 153, 0.28);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 575px) {
    .why-choose-us .why-choose-box .features-list .item-icon {
        height: 80px;
        width: 80px;
        font-size: 40px;
        min-width: 80px;
    }
}

.why-choose-us .why-choose-box .features-list .media-body .item-title {
    font-size: 22px;
    margin-bottom: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.why-choose-us .why-choose-box .features-list .media-body p {
    margin-bottom: 0;
}




.community-network {
    background-color: #f6f6f6;
    padding: 125px 0;
    background-image: url("../../../assets/img/banner/map_1.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1199px) {
    .community-network {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 991px) {
    .community-network {
        padding: 75px 0;
        background-image: none;
    }
}

.community-network .bg-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .community-network .bg-shape {
        display: none;
    }
    .why-choose-us .why-choose-box .item-subtitle {
        max-width: 100%;
    }
}

.community-network .community-content .item-title {
    width: 80%;
    margin-bottom: 20px;
    font-weight: 800;
    letter-spacing: -2px;
}

@media only screen and (max-width: 1199px) {
    .community-network .community-content .item-title {
        width: 100%;
    }
}

.community-network .community-content .item-title span {
    color: #8fb14f;
}

.community-network .community-content p {
    color: #444;
    line-height: 1.7;
    font-size: 15px;
}

@media only screen and (max-width: 991px) {
    .community-network .community-content p {
        margin-bottom: 0;
    }
}

.community-network .map-marker {
    position: relative;
    padding: 0;
}

@media only screen and (max-width: 991px) {
    .community-network .map-marker {
        display: none;
    }
}

.community-network .map-marker li {
    position: absolute;
    list-style: none;
}

.community-network .map-marker li:nth-child(1n) {
    top: 35px;
    left: 11%;
}

.community-network .map-marker li:nth-child(2n) {
    top: 60px;
    left: 25%;
}

.community-network .map-marker li:nth-child(3n) {
    top: 230px;
    left: 28%;
}

.community-network .map-marker li:nth-child(4n) {
    top: 115px;
    left: 37%;
}

.community-network .map-marker li:nth-child(5n) {
    top: 185px;
    left: 16%;
}

.community-network .map-marker li:after {
    content: "";
    height: 6px;
    width: 33px;
    background-color: #bcbcbc;
    border-radius: 50%;
    position: absolute;
    top: 33px;
    left: -5px;
    -webkit-animation: pulse 1500ms infinite;
    animation: pulse 1500ms infinite;
}

.properties {
padding: 100px 0px;
background-color: #fff;
}
.properties ul {
    padding:0;
    margin:0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;

}
.properties ul li {
    list-style: none;
    margin: 1%;
    width: 18%;
    min-width: 18%;
    padding: 30px 20px;
    border:1px solid #ededed;
    border-radius: 12px;
}
.properties ul li .box {
   
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.properties ul li .box .icon {
    font-size: 40px;
    background: #8fb14f;
    padding: 10px;
    border-radius: 50px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.properties ul li .box .title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #8fb14f;
    text-align: center;
    margin-top: 20px;
}
.properties ul li .box .content {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    color: #444;
    text-align: center;
    margin-top: 20px;
}

@media only screen and (max-width:1366px) {
    .properties ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .properties ul li {
        list-style: none;
        margin: 3%;
        width: 27.33%;
        min-width: 27.33%;
        padding: 30px 20px;
        border:1px solid #ededed;
        border-radius: 12px;
    }
}
@media only screen and (max-width:767px) {
    .properties {
        padding:50px 0px
    }
    .properties ul {
        flex-direction: column;
    }
    
    .properties ul li {
        list-style: none;
        margin: 5%;
        width: 90%;
        min-width: 90%;
        padding: 30px 20px;
        border:1px solid #ededed;
        border-radius: 12px;
    }
}



.footer-wrap {
    background-color: #083c6d;
    position: relative;
    z-index: 1;
}



.footer-wrap .footer-top-image li {
    display: inline-block;
    position: absolute;
    top: -103px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -2;
}

.footer-wrap .footer-top-image li:nth-child(1n) {
    left: 50%;
}

.footer-wrap .footer-top-image li:nth-child(2n) {
    left: calc(50% + 135px);
    top: -100px;
}

.footer-wrap .footer-top-image li:nth-child(3n) {
    left: calc(50% - 135px);
    top: -97px;
}

.footer-wrap .footer-top-image li:nth-child(4n) {
    left: calc(50% + 270px);
    top: -97px;
}

@media only screen and (max-width: 767px) {
    .footer-wrap .footer-top-image li:nth-child(4n) {
        display: none;
    }
}

.footer-wrap .footer-top-image li:nth-child(5n) {
    left: calc(50% - 270px);
    top: -88px;
}

@media only screen and (max-width: 767px) {
    .footer-wrap .footer-top-image li:nth-child(5n) {
        display: none;
    }
}

.footer-wrap .footer-top-image li:nth-child(6n) {
    left: calc(50% + 405px);
    top: -80px;
}

@media only screen and (max-width: 991px) {
    .footer-wrap .footer-top-image li:nth-child(6n) {
        display: none;
    }
}

.footer-wrap .footer-top-image li:nth-child(7n) {
    left: calc(50% - 405px);
    top: -69px;
}

@media only screen and (max-width: 991px) {
    .footer-wrap .footer-top-image li:nth-child(7n) {
        display: none;
    }
}

.footer-wrap .footer-top-image li:nth-child(8n) {
    left: calc(50% + 540px);
    top: -60px;
}

@media only screen and (max-width: 1199px) {
    .footer-wrap .footer-top-image li:nth-child(8n) {
        display: none;
    }
}

.footer-wrap .footer-top-image li:nth-child(9n) {
    left: calc(50% - 540px);
    top: -44px;
}

@media only screen and (max-width: 1199px) {
    .footer-wrap .footer-top-image li:nth-child(9n) {
        display: none;
    }
}

.main-footer {
    padding: 80px 0 25px;
}

@media only screen and (max-width: 991px) {
    .main-footer {
        padding: 80px 0 25px;
    }
}

.footer-box {
    margin-bottom: 50px;
    color: #fff;
}

.footer-box .footer-logo {
    margin-bottom: 20px;
    width: 175px;
}
.footer-box p {
    line-height: 1.6;
    max-width: 80%;
}



.footer-box .footer-title {
    font-size: 20px;
    padding-bottom: 18px;
    margin-bottom: 22px;
    position: relative;
    color: #fff;
}

.footer-box .footer-title:after {
    content: "";
    height: 3px;
    width: 20px;
    background-color: #92c248;
    position: absolute;
    bottom: 0;
    left: 8px;
}

.footer-box .footer-title:before {
    content: "";
    height: 3px;
    width: 6px;
    background-color: #92c248;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-box .footer-link ul {
    padding: 0;
}

.footer-box .footer-link ul li {
    margin-bottom: 7px;
    list-style: none;
}

.footer-box .footer-link ul li:last-child {
    margin-bottom: 0;
}

.footer-box .footer-link ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-box .footer-link ul li a:hover {
    color: #92c248;
}

.footer-bottom {
    padding: 30px 0;
    border-top: 1px solid #3834a3;
    text-align: center;
}

.footer-bottom .footer-copyright {
    color: #fff;
    text-align: left;
}
.footer-bottom .payment-icons {
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .footer-bottom .payment-icons {
        padding-bottom: 15px;
        text-align: center;
    }
    .footer-bottom .footer-copyright {
        text-align: center;
        margin-top: 5px;
    }
}


header.header {
    position: absolute;
    z-index: 15;
    width: 100%;
    
} 



.temp-logo {
    position: relative;
    width: 150px;
}

@media only screen and (max-width: 991px) {
    .temp-logo {
        display: none;
    }
}



.header-menu {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-action {
    display: flex;
    align-items: center;
}
.header-action ul {
    
    padding: 0;
    margin: 0;
}

.header-action ul li {
    list-style: none;
}

.header-action ul li:last-child {
    margin-right: 0;
}

.header-action ul .login-btn {
    margin-left:10px
}

.header-action ul .login-btn a {
    color: #fff;
    background-color: #92c248;
    padding: 8px 25px;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
}

@media only screen and (max-width: 575px) {
    .header-action ul .login-btn a {
        padding: 6px 9px;
    }
}

.header-action ul .login-btn a:hover {
    background-color: #7db12c;
    color: #ffffff;
}


nav.template-main-menu &gt; ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

nav.template-main-menu &gt; ul &gt; li {
    position: relative;
    list-style: none;
    text-align: left;
}

nav.template-main-menu &gt; ul &gt; li &gt; a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    display: block;
    color: #fff;
    padding: 30px 20px;
    text-decoration: none;
}

@media only screen and (max-width: 1199px) {
    nav.template-main-menu &gt; ul &gt; li &gt; a {
        padding: 40px 10px;
    }
}

nav.template-main-menu &gt; ul &gt; li &gt; a:hover {
    color: #8fb14f;
}

nav.template-main-menu &gt; ul &gt; li a.have-sub {
    position: relative;
}

nav.template-main-menu &gt; ul &gt; li a.have-sub:after {
    content: "\eab2";
    font-family: IcoFont !important;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    padding-left: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

nav.template-main-menu &gt; ul &gt; li a.have-sub:hover:after {
    color: #5edfff;
}

nav.template-main-menu &gt; ul &gt; li ul.sub-menu {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 15px;
    width: 230px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 85%;
    left: 0;
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
    pointer-events: none;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

nav.template-main-menu &gt; ul &gt; li ul.sub-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 10px solid #ffffff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    top: -10px;
    left: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

nav.template-main-menu &gt; ul &gt; li ul.sub-menu li {
    position: relative;
}

nav.template-main-menu &gt; ul &gt; li ul.sub-menu li a {
    overflow: hidden;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: #444444;
    padding: 2px 0;
    display: block;
}

nav.template-main-menu &gt; ul &gt; li ul.sub-menu li a:after {
    content: "";
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(bottom, #ff630e 0%, #ff000a 100%);
    background: linear-gradient(to top, #ff630e 0%, #ff000a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

nav.template-main-menu &gt; ul &gt; li ul.sub-menu li a:hover {
    color: #5edfff;
}

nav.template-main-menu &gt; ul &gt; li ul.mega-menu {
    padding: 10px 0;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 85%;
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

nav.template-main-menu &gt; ul &gt; li ul.mega-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 10px solid #ffffff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    top: -10px;
    left: 150px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

nav.template-main-menu &gt; ul &gt; li ul.mega-menu &gt; li {
    width: 230px;
    display: inline-block;
    margin: 0 5px;
    float: left;
}

nav.template-main-menu &gt; ul &gt; li ul.mega-menu &gt; li &gt; ul.sub-menu {
    position: relative;
    width: 100%;
    border: none;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

nav.template-main-menu &gt; ul &gt; li ul.mega-menu &gt; li &gt; ul.sub-menu:before {
    display: none;
}

nav.template-main-menu &gt; ul &gt; li ul.mega-menu-col-2 {
    width: 480px;
    left: -100px;
    padding: 0;
}

nav.template-main-menu &gt; ul &gt; li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: auto;
}

nav.template-main-menu &gt; ul &gt; li:hover ul.mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: auto;
}

.menu-layout1 {
    padding: 0 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1440px) {
    .menu-layout1 {
        padding: 0;
    }
}

.rt-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    left: 0;
    right: 0;
    background-color: #615dfa;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    -webkit-animation: upsdown 1000ms;
    animation: upsdown 1000ms;
}

.rt-sticky nav.template-main-menu &gt; ul &gt; li &gt; a {
    padding: 30px 15px;
}

@media only screen and (max-width: 1199px) {
    .rt-sticky nav.template-main-menu &gt; ul &gt; li &gt; a {
        padding: 30px 10px;
    }
}

@media only screen and (min-width: 992px) {
    .hide-on-desktop-menu {
        display: none !important;
    }
}

@media only screen and (max-width: 991px) {
    .hide-on-mobile-menu {
        display: none;
    }
}



.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.fixed-header .header-menu {
    padding: 0 90px !important;
    background-color: #615dfa;
}

@media only screen and (max-width: 991px) {
    .fixed-header .header-menu {
        padding: 0 60px !important;
    }
}

@media only screen and (max-width: 767px) {
    .fixed-header .header-menu {
        padding: 0 50px !important;
    }
}

.fixed-header .header-menu .header-logo {
    position: relative;
    margin-bottom: 8px;
}

@media only screen and (max-width: 991px) {
    .fixed-header .header-menu .header-logo {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 991px) {
    .fixed-header .header-menu .header-logo img {
        height: 30px;
    }
}

.fixed-header .header-menu .header-logo:before {
    content: "";
    height: 9px;
    width: 9px;
    background-color: #5edfff;
    position: absolute;
    top: 1px;
    left: 44px;
    border-radius: 50%;
    -webkit-animation: pulse2 linear 1000ms infinite;
    animation: pulse2 linear 1000ms infinite;
}

@media only screen and (max-width: 991px) {
    .fixed-header .header-menu .header-logo:before {
        height: 6px;
        width: 6px;
        top: 1px;
        left: 31px;
    }
}

.fixed-header .navbar {
    padding: 0 40px;
}

@media only screen and (max-width: 1439px) {
    .fixed-header .navbar {
        padding: 0 25px;
    }
}

@media only screen and (max-width: 1360px) {
    .fixed-header .navbar {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .fixed-header .navbar {
        padding: 19px 15px;
    }
}

@media only screen and (max-width: 991px) {
    .fixed-header .navbar {
        padding: 7px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .fixed-header .navbar {
        padding: 2px 10px;
    }
}

@media only screen and (max-width: 575px) {
    .fixed-header .navbar {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 479px) {
    .fixed-header .navbar {
        padding: 2px 5px;
    }
}

.fixed-header .navbar .nav-top-menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px;
}

@media only screen and (max-width: 1199px) {
    .fixed-header .navbar .nav-top-menu {
        display: none;
    }
}

.fixed-header nav.template-main-menu ul li a {
    padding: 37px 15px;
}



.mobile-nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-right: 20px;
}

@media only screen and (max-width: 767px) {
    .mobile-nav-item {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .mobile-nav-item {
        margin-right: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .mobile-nav-item {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .mobile-nav-item .mobile-logo a {
        width: 110px;
        display: block;
    }
}

.mobile-toggler {
    display: none;
}

.mobile-toggler button {
    border: none;
    background-color: transparent;
    font-size: 24px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0;
}

.mobile-toggler button:focus {
    outline: none;
}

.mobile-toggler button:hover {
    opacity: 0.9;
}

.mobile-toggle-close {
    display: none;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 5px 6px;
    color: #ccc;
    font-size: 18px;
    position: absolute;
    top: 20px;
    right: 20px;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mobile-toggle-close:focus {
    outline: none;
}

.mobile-toggle-close:hover {
    color: #5edfff;
    background-color: #ffffff;
}

.mobile-menu-wrapper .header-menu {
    padding: 10px 0;
}

.mobile-menu-wrapper .mobile-toggler {
    display: block;
}

.mobile-menu-wrapper nav.template-main-menu {
    width: 270px;
    position: fixed;
    top: 0;
    left: -580px;
    bottom: 0;
    background-color: #07325d;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
    padding: 80px 10px 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 5;
    background-image: url(../../img/banner/hero_1.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.mobile-menu-wrapper nav.template-main-menu .mobile-toggle-close {
    display: block;
}

.mobile-menu-wrapper nav.template-main-menu &gt; ul {
    overflow-y: auto;
    height: 100%;
    display: block !important;
}

.mobile-menu-wrapper nav.template-main-menu &gt; ul &gt; li &gt; a {
    text-align: left;
    padding: 20px !important;
    color: #ffffff;
}

.mobile-menu-wrapper nav.template-main-menu &gt; ul &gt; li &gt; a:hover {
    color: #ffffff;
}

.mobile-menu-wrapper nav.template-main-menu &gt; ul &gt; li a.have-sub:after {
    display: none;
}

.mobile-menu-wrapper nav.template-main-menu &gt; ul &gt; li .sub-menu {
    display: none;
    border-top: none;
    width: auto;
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: inherit;
    -ms-transform-origin: inherit;
    transform-origin: inherit;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}

.mobile-menu-wrapper nav.template-main-menu &gt; ul &gt; li .sub-menu:before {
    display: none;
}

.mobile-menu-wrapper nav.template-main-menu &gt; ul &gt; li .sub-menu li a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0 0 10px 0;
    text-align: center;
    color: #e6e5ff;
}

.mobile-menu-wrapper nav.template-main-menu &gt; ul &gt; li .sub-menu li a:before {
    display: none;
}

.mobile-menu-wrapper nav.template-main-menu &gt; ul &gt; li .sub-menu li a:hover {
    color: #ffffff;
    padding: 0 0 10px 0;
}

.mobile-menu-expand nav.template-main-menu {
    left: 0;
}





.breadcrumbs-banner {
    padding: 150px 0 60px;
    background-color: #083c6d;
    background-image: url("../../img/banner/hero_1.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1199px) {
    .breadcrumbs-banner {
        padding: 165px 0 75px;
    }
}

@media only screen and (max-width: 1199px) {
    .breadcrumbs-banner {
        padding: 145px 0 55px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumbs-banner {
        background-position: top;
    }
}

.breadcrumbs-banner .breadcrumbs-area {
    position: relative;
    z-index: 1;
}

.breadcrumbs-banner .breadcrumbs-area h1 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 6px;
}
.breadcrumbs-banner .breadcrumbs-area ul {
    padding:0;
    margin:0;
}
.breadcrumbs-banner .breadcrumbs-area ul li {
    display: inline-block;
    color: #ffffff;
    position: relative;
    margin-right: 20px;
    font-size: 14px;
    list-style: none;
}

.breadcrumbs-banner .breadcrumbs-area ul li:after {
    content: "/";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -14px;
}

.breadcrumbs-banner .breadcrumbs-area ul li a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.breadcrumbs-banner .breadcrumbs-area ul li a:hover {
    color: #92c248;
}

.breadcrumbs-banner .breadcrumbs-area ul li:last-child {
    margin-right: 0;
}

.breadcrumbs-banner .breadcrumbs-area ul li:last-child:after {
    display: none;
}

.about-us {
    padding: 90px 0px;
    background: #fff;
    color: #444;
    line-height: 1.7;
    font-weight: 400;
}
.about-us p {
    color: #444;
    line-height: 1.7;
    font-weight: 400;
    /* margin-bottom: 0; */
}


.about-us h3 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #4e7800;
    letter-spacing: -0.3px;
}

.about-us ol li {
    list-style-type: square;
    margin-top: 5px;
    margin-bottom: 5px;
}
.about-us ul {
    font-weight: 400;
}
.about-us ul li {
    list-style-type: circle;
    margin-top: 5px;
    margin-bottom: 5px;
}

.contactTable {
    margin-top: 30px;
}

.contactTable a {
    color: #444;
    text-decoration: none;
}

.contactTable a:hover {
    color: #4e7800;
    text-decoration: none;
}

.introVideo {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height:100%;
    opacity: 0.5;
    z-index: -1;
}



.company-slider-wrapper {
    background: #f9f9f9;
    padding:40px 0px
}


.company-slider-wrapper .company-slider .company-slider-item .company-logo {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    overflow: hidden;
    margin:auto;
    background: #fff;
}

.company-slider-wrapper .company-slider .company-slider-item .company-logo img {
   padding: 8px;
}

.company-slider-wrapper .company-slider .company-slider-item .company-name {
    text-align: center;
    font-weight: 800;
    font-size: 14px;
    margin-top: 10px;
    color: #111;
    text-transform: uppercase;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}
.company-slider-wrapper .company-slider .company-slider-item .company-country {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    margin-top: 5px;
    color: #4e7800;
}


.company-slider-wrapper .company-slider  .slick-prev, .company-slider-wrapper .company-slider  .slick-next{
    position: absolute;
    top:50%;
    transform: translate(0,-50%);
    font-size: 20px;

}
.company-slider-wrapper .company-slider  .slick-prev{
    left:0
}

.company-slider-wrapper .company-slider  .slick-next {
    right: 0;
}

.all-members {
    color: #111;
    border: 1px solid #8fb14f;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-left: 30px;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    height: 40px;
}
.all-members:hover {
    background-color: #8fb14f;
    color: #fff;
}
.all-members i {
    background: #8fb14f;
    border-radius: 0px 12px 12px 0px;
    padding: 10px;
    margin-left: 20px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #8fb14f;
}

#member-view {
    padding:100px 0px;
    background: #f9f9f9;
}

#member-view  .company-widget{
    background: #fff;
    border-radius: 12px;
    margin-bottom: 20px;
    text-align: center;
    padding: 40px 15px 30px;
    position: relative;
}

#member-view  .company-widget .company-logo {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    overflow: hidden;
    margin: auto;
    background: #fff;
    border: 1px solid #f9f9f9;

}

#member-view  .company-widget .company-name {
    text-align: center;
    font-weight: 800;
    font-size: 14px;
    margin-top: 10px;
    color: #111;
    text-transform: uppercase;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 37px;
    overflow: hidden;
}

#member-view  .company-widget .company-country {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    margin-top: 5px;
    color: #4e7800;
    margin-bottom: 20px;
}

#member-view  .company-widget .company-country img {
    width: 20px;
    margin-right: 6px;
    border-radius: 2px;
}

#member-view  .company-widget .company-owner {
    margin-top: 10px;
    border-top: 1px solid #ededed;
    padding-top: 10px;
}

#member-view  .company-widget .company-owner .owner-logo {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    overflow: hidden;
    margin:auto
}

#member-view  .company-widget .company-owner .owner-name {
    font-size: 14px;
    color: #597429;
    font-weight: 600;
    margin-top: 10px;
}

#member-view  .company-widget .company-owner .owner-title {
    width: 100%;
    color: #7d7d7d;
    font-size: 13px;
    margin-top: 5px;
}</pre></body></html>