@charset "utf-8";
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?m8lmpd');
    src: url('../fonts/icomoon.eot?m8lmpd#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?m8lmpd') format('truetype'), url('../fonts/icomoon.woff?m8lmpd') format('woff'), url('../fonts/icomoon.svg?m8lmpd#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-view:before {
    content: "\e900";
}

.icon-delete:before {
    content: "\e901";
}

.icon-new-file:before {
    content: "\e902";
}

.icon-remove:before {
    content: "\e903";
}

.icon-edit:before {
    content: "\e904";
}

.icon-selling:before {
    content: "\e905";
}

.icon-buy:before {
    content: "\e906";
}

.icon-dashboard:before {
    content: "\e90d";
}

.icon-My-Investments:before {
    content: "\e90e";
}

.icon-logout:before {
    content: "\e90f";
}

.icon-My-Profile:before {
    content: "\e910";
}

.icon-My-Projects:before {
    content: "\e911";
}

.icon-My-wallet:before {
    content: "\e912";
}

.icon-money:before {
    content: "\e907";
}

.icon-projector:before {
    content: "\e908";
}

.icon-promotion:before {
    content: "\e909";
}

.icon-icon:before {
    content: "\e90a";
}

.icon-man-with-money:before {
    content: "\e90b";
}

.icon-twitter-logo:before {
    content: "\e90c";
}

.icon-facebook-logo:before {
    content: "\e913";
}

.icon-instagram-logo:before {
    content: "\e914";
}

.icon-sort-by:before {
    content: "\e915";
}

.icon-map-pin:before {
    content: "\e916";
}

.icon-at:before {
    content: "\e917";
}

.icon-call:before {
    content: "\e918";
}


/* CSS Document */

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #252525;
    padding: 0px !important;
    margin: 0px;
    overflow-x: hidden !important;
}

a {
    color: #666;
}

a:hover {
    color: #FAC631;
}

a:hover,
a:focus {
    text-decoration: none;
}

input,
textarea,
select,
button {
    outline: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #bed0db;
    color: #000;
}

::selection {
    text-shadow: none;
    background: #bed0db;
    color: #000;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol {
    margin: 0px;
    padding: 0px;
}

input,
textarea {
    outline: none;
    border: none;
}

.wrapper {
    height: 100%;
}

p {
    margin-bottom: 0;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.checkbox {
    padding-left: 20px;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-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;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox input[type="checkbox"]:focus+label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked+label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

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

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

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked+label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked+label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked+label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked+label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked+label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.radio {
    padding-left: 20px;
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
}

.radio input[type="radio"]:focus+label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked+label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled+label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"]+label::after {
    background-color: #428bca;
}

.radio-primary input[type="radio"]:checked+label::before {
    border-color: #428bca;
}

.radio-primary input[type="radio"]:checked+label::after {
    background-color: #428bca;
}

.radio-danger input[type="radio"]+label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked+label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked+label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"]+label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked+label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked+label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"]+label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked+label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked+label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"]+label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked+label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked+label::after {
    background-color: #5cb85c;
}


/*== Commun BTNS ==*/

.btnOrange {
    font-size: 16px;
    padding: 10px 30px;
    text-transform: uppercase;
    display: inline-block;
    background: #FAC631;
    border-radius: 50px;
    border: 0;
    color: #000;
    transition: all 0.3s ease-in-out;
}

.btnOrange:hover {
    background: #000;
    color: #fff;
}

.btnRed {
    font-size: 16px;
    padding: 10px 30px;
    text-transform: uppercase;
    display: inline-block;
    background: #BA4E73;
    border-radius: 50px;
    border: 0;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.btnRed:hover {
    background: #b0adad;
    color: #000;
}


/*--MUST HEADER--*/

.attr-nav {
    margin-top: 26px;
    margin-left: 30px;
}

.attr-nav>ul>li {
    border: 1px solid #FAC631;
}

.attr-nav>ul>li:first-child {
    border-radius: 50px 0 0 50px;
    transition: all 0.3s ease-in-out;
}

.attr-nav>ul>li:first-child:hover {
    background: #FAC631;
}

.attr-nav>ul>li:last-child {
    border-radius: 0 50px 50px 0;
    background: #FAC631;
    transition: all 0.3s ease-in-out;
}

.attr-nav>ul>li:last-child:hover {
    background: transparent;
}

.attr-nav>ul>li>a {
    padding: 10px 15px !important;
    color: #000;
    font-size: 16px;
}

.navbar-brand {
    height: auto;
}

.navbar-brand img {
    width: 75px;
}

nav.navbar.bootsnav ul.nav>li>a {
    color: #000;
    font-weight: normal;
    font-size: 16px;
    border-bottom: 4px solid transparent;
}

nav.navbar.bootsnav ul.nav .dropMenuDiv {
    background: #fff;
    padding: 10px 0;
}

nav.navbar.bootsnav ul.nav .dropMenuDiv.des {
    display: none;
    left: 0px;
    width: 100%;
    position: absolute;
    z-index: 2;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    top: 102.5%;
}

nav.navbar.bootsnav ul.nav>li:hover .dropMenuDiv.des,
nav.navbar.bootsnav ul.nav>li:active .dropMenuDiv.des,
nav.navbar.bootsnav ul.nav>li:focus .dropMenuDiv.des {
    display: block;
}

nav.navbar.bootsnav ul.nav .dropMenuDiv a {
    display: block;
    padding: 6px 14px;
    color: #000;
    font-size: 16px;
}

nav.navbar.bootsnav ul.nav .dropMenuDiv a:hover {
    color: #FAC631;
}

nav.navbar.bootsnav ul.nav>li.active>a {
    border-bottom: 4px solid #FAC631;
}

nav.navbar.bootsnav ul.nav>li>a:hover,
nav.navbar.bootsnav ul.nav>li.active>a:hover {
    color: #000 !important;
    background: #fff;
    border-bottom: 4px solid #FAC631;
}


/*== HOME BANNER ==*/

.home-banner {
    position: relative;
    width: 100%;
}

.home-banner .texx {
    position: absolute;
}

.home-banner .items {
    width: 100% !important;
    height: 100vh;
}

.home-banner .items>a {
    display: block;
    width: 100%;
    height: 100%;
}

.home-banner .items img {
    object-fit: cover !important;
    height: 100% !important;
    width: 100% !important;
}

.home-banner .items:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.home-banner .texx .container {
    position: relative;
    z-index: 2;
}

.home-banner .banner-text {
    padding: 90px 0;
    text-align: center;
}

.home-banner .banner-text h2 {
    font-size: 50px;
    margin-bottom: 6px;
    color: #FAC631;
    font-weight: 600;
}

.home-banner .banner-text p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}

.home-banner .banner-text a {
    margin-right: 20px;
    margin-bottom: 10px;
}

.home-banner .swiper-pagination {
    display: none;
}

.home-banner .owl-prev,
.home-banner .owl-next {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    cursor: pointer;
}

.home-banner .owl-prev:hover,
.home-banner .owl-next:hover {
    color: #FAC631;
}

.home-banner .owl-prev {
    left: 20px;
}

.home-banner .owl-next {
    right: 20px;
}

.home-about {
    padding: 10px 0;
    position: relative;
    width: 100%;
}

.home-about h1 {
    font-size: 30px;
    font-weight: bold;
}

.home-about img {
    border-radius: 4px;
}

.home-about p {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 30px;
    margin-bottom: 30px;
}

.upcoming-projects {
    padding: 60px 0;
    /* margin-top: 60px; */
    position: relative;
    width: 100%;
}

.graYBG {
    background: #f7f7f7;
}

.upcoming-projects .owl-oo {
    padding: 0 40px;
}

.upcoming-projects .outt {
    padding: 20px;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 20px;
    min-height: 230px;
}

.upcoming-projects .outt h4 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-bottom: 6px;
}

.upcoming-projects .outt h4 a {
    color: #000;
}

.upcoming-projects .outt .meta {
    /* color: #BDBCBC; */
    color: #252525;
    font-size: 14px;
    margin-bottom: 6px;
}

.upcoming-projects .outt .para {
    font-size: 16px;
}

.upcoming-projects .owl-prev,
.upcoming-projects .owl-next {
    font-size: 30px;
    color: #CFCFCF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.upcoming-projects .owl-prev:hover,
.upcoming-projects .owl-next:hover {
    color: #FAC631;
}

.upcoming-projects .owl-prev {
    left: -40px;
}

.upcoming-projects .owl-next {
    right: -40px;
}

.upcoming-projects .seemre {
    margin-top: 40px;
    display: inline-block;
}

.newsLetter {
    padding: 60px 0;
    position: relative;
    width: 100%;
    /* border-top: 2px solid #eee; */
    background: #eee;
    margin-bottom: -40px;
}

.newsLetter h1 {
    font-size: 30px;
    font-weight: bold;
}

.newsLetter .form-control {
    display: inline-block;
    width: auto;
    margin: 10px;
    margin-right: 20px;
    min-width: 300px;
    height: auto;
    padding: 10px 20px;
    border-radius: 100px;
}

.newsLetter p {
    margin-bottom: 20px;
}

.homeSignUp {
    position: relative;
    width: 100%;
}

.homeSignUp .homeSignUpOuter {
    padding: 20px;
    background: #6C82BC;
    margin-top: 30px;
}

.homeSignUp .leftText {
    display: inline-block;
    width: calc(100% - 132px);
    vertical-align: middle;
}

.homeSignUp .leftText h3 {
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #FAC631;
}

.homeSignUp .leftText p {
    font-size: 20px;
    color: #DCDBDB;
    width: 80%;
}

.secHead {
    margin-bottom: 40px;
}

.secHead h1 {
    font-size: 30px;
    font-weight: bold;
    padding-left: 30px;
    position: relative;
}

.secHead h1:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    background: #FAC631;
    left: 0;
    top: 0;
}


/*== Recommended For You ==*/

.recommendedForYou {
    position: relative;
    width: 100%;
    padding: 80px 0;
}

.recommendedForYou .outer {
    background: #fff;
    border-radius: 6px;
    border: 1px solid #eee;
    overflow: hidden;
    width: 100%;
}

.recommendedForYou .outer .img-outt {
    height: 200px;
    overflow: hidden;
}

.recommendedForYou .outer .img-outt img,
.recommendedForYou .outer .img-outt ion-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.recommendedForYou .outer .img-outt:hover img {
    transform: scale(1.1);
}

.recommendedForYou .outer .img-outt:hover ion-img {
    transform: scale(1.1);
}

.recommendedForYou .outer .textInfo {
    padding: 20px;
}

.recommendedForYou .outer .textInfo .head {
    color: #4E5F8A;
    font-size: 20px;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recommendedForYou .outer .textInfo .head:hover {
    color: #FAC631;
}

.recommendedForYou .outer .textInfo h5 {
    font-size: 12px;
    color: #928e8e;
    margin: 0px;
    margin-bottom: 10px;
}

.recommendedForYou .outer .textInfo .autor img,
.recommendedForYou .outer .textInfo .autor ion-img {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
}

.progress {
    height: 6px;
    border-radius: 10px;
    margin-top: 6px;
}

.progress .progress-bar {
    background: #38FC93;
}

.recommendedForYou .owl-prev,
.recommendedForYou .owl-next {
    font-size: 30px;
    color: #CFCFCF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.recommendedForYou .owl-prev:hover,
.recommendedForYou .owl-next:hover {
    color: #FAC631;
}

.recommendedForYou .owl-prev {
    left: 0px;
}

.recommendedForYou .owl-next {
    right: 0px;
}

.recommendedForYou .recommendedForYouInner {
    padding: 0 40px;
    position: relative;
}

.aboutUs {
    position: relative;
    width: 100%;
    padding: 60px 0;
    background: linear-gradient(to left top, #8dbce2, #1e67a4);
}

.aboutUs h1 {
    color: #fff;
}

.aboutUs h3 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: 60px;
    font-weight: bold;
}

.aboutUs p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}

.videoPla {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.videoPla iframe {
    width: 100% !important;
    border-radius: 6px;
    overflow: hidden;
}

.videoPla a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.videoPla:hover a {
    opacity: 1;
}

.videoPla a img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.videoPla>img {
    transition: all 0.3s ease-in-out;
}

.videoPla:hover>img {
    transform: scale(1.1);
}

#aboutUsVideo .close {
    position: absolute;
    right: -20px;
    top: -20px;
    height: 40px;
    width: 40px;
    background: red;
    border-radius: 50%;
    color: #fff;
    opacity: 1;
}

.howItWorks {
    position: relative;
    width: 100%;
    padding: 60px 0;
    background: #f7f7f7;
}

.howItWorks .step>.row {
    margin-right: -6px;
    margin-left: -6px;
}

.howItWorks .step>.row>div {
    padding-right: 6px;
    padding-left: 6px;
}

.howItWorks .innnr {
    position: relative;
    margin-bottom: 30px;
    min-height: 210px;
    padding: 16px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background: #fff;
}

.howItWorks .innnr span {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 2;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    position: absolute;
    left: 0px;
    display: none;
}

.howItWorks .step .row>div {
    width: 20% !important;
}

.howItWorks .step .row>div:nth-child(odd) span {
    background: #CB4C55;
}

.howItWorks .step .row>div:nth-child(even) span {
    background: #FBC833;
}

.howItWorks .innnr i {
    display: block;
    font-size: 60px;
    color: #4e5f8a;
    margin-bottom: 20px;
    display: none;
}

.howItWorks .innnr h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
    color: #4e5fa7;
    /* padding-top: 10px;
    padding-left: 70px; */
}

.howItWorks .innnr p {
    font-size: 16px;
    color: #252525;
    ;
}

#mustFooter {
    /* margin-top: 40px; */
}

#mustFooter .topFooter {
    background: #121414;
    padding: 60px 0;
    color: #fff;
}

#mustFooter .logoAdd img {
    width: 100px;
    margin-bottom: 10px;
}

#mustFooter .logoAdd p {
    font-size: 16px;
}

#mustFooter .topFooter .jghds h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}

#mustFooter .topFooter .jghds li {
    list-style: none;
    margin-bottom: 10px;
}

#mustFooter .topFooter a {
    color: #fff;
    transition: all 0.3s ease-in-out;
    vertical-align: middle;
}

#mustFooter .topFooter a:hover {
    color: #FAC631;
}

#mustFooter .topFooter i {
    font-size: 22px;
    margin-right: 10px;
    vertical-align: middle;
}

#mustFooter .middleBar .st {
    font-size: 14px;
    color: #747373;
    background: #DEDEDE;
    font-weight: bold;
}

#mustFooter .middleBar li {
    list-style: none;
    float: left;
    margin-right: 40px;
}

#mustFooter .middleBar .nd {
    font-size: 14px;
    color: #fff;
    background: #121414;
    font-weight: bold;
}

.scroll-left {
    height: 45px;
    overflow: hidden;
    position: relative;
}

.scroll-left ul {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 44px;
    text-align: center;
    /* Starting position */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    /* Apply animation to this element */
    -moz-animation: scroll-left 60s linear infinite;
    -webkit-animation: scroll-left 60s linear infinite;
    animation: scroll-left 60s linear infinite;
}


/* Move it (define the animation) */

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        /* Browser bug fix */
        -webkit-transform: translateX(100%);
        /* Browser bug fix */
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        /* Browser bug fix */
        -webkit-transform: translateX(-100%);
        /* Browser bug fix */
        transform: translateX(-100%);
    }
}

#mustFooter .copyRightText {
    padding: 20px 0;
    background: #878787;
    font-size: 12px;
    color: #fff;
}


/*== Inner Pages ==*/

.inner-banner {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.inner-banner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
}

.inner-banner h2 {
    font-size: 40px;
    margin-bottom: 6px;
    color: #fff;
    font-weight: 600;
}

.inner-banner p {
    color: #fff;
    font-size: 18px;
}

.inner-banner .inn {
    padding: 150px 0 100px 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

.no-padding {
    padding: 0px;
}

.no-margin {
    margin: 0px;
}

.recommendedForYou.projectList {
    margin-top: 20px;
    padding: 0;
}

.recommendedForYou.projectList .outer {
    margin: 0;
    margin-bottom: 30px;
}

.recommendedForYou.projectList .outer .textInfo .head {
    margin-bottom: 10px;
}

.recommendedForYou.projectList .outer .textInfo .head~p {
    color: #878787;
    margin-bottom: 20px;
}

.recommendedForYou.projectList .imgOuter img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.projectSearch .Ouu {
    padding: 20px;
    background: #fac631;
    margin-bottom: 20px;
    border-radius: 6px;
}

.projectSearch .sort-by {
    background: transparent;
    border: 0;
    font-size: 20px;
    vertical-align: middle;
    margin-left: 10px;
}

.projectSearch .form-group {
    position: relative;
}

.projectSearch .form-group button {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 34px;
    padding: 0 10px;
    font-size: 18px;
    border: 0;
    background: transparent;
}

.alterBox .imgOuter {
    position: relative;
    min-height: 250px;
}

.alterBox .imgOuter img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.alterBox .imgOuter i {
    position: absolute;
    font-size: 90px;
    color: rgba(255, 255, 255, 0.8);
    z-index: 2;
    bottom: 10px;
}

.alterBox .outer:nth-child(odd) .imgOuter i {
    right: 10px;
}

.alterBox .outer:nth-child(even) .imgOuter i {
    left: 10px;
}

.alterBox .textInfo {
    padding: 20px;
    min-height: 250px;
}

.alterBox .textInfo h1 {
    font-size: 36px;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
}

.alterBox .textInfo h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #FAC631;
    font-weight: bold;
}

.alterBox .textInfo p {
    color: #252525;
    /* #878787 */
}

.contactInfo .outer i {
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    font-size: 40px;
    text-align: center;
    line-height: 2.2;
    color: #fff;
    float: left;
}

.contactInfo .outer i.icon-call {
    background: #FBC833;
}

.contactInfo .outer i.icon-map-pin {
    background: #6C82BC;
}

.contactInfo .outer i.icon-at {
    background: #CB4C55;
}

.contactInfo .outer {
    margin-bottom: 40px;
}

.contactInfo .outer .textInfo {
    padding-left: 110px;
}

.contactInfo .outer .textInfo h3 {
    font-size: 24px;
    color: #FAC631;
    font-weight: bold;
    margin-bottom: 10px;
}

.contactInfo .outer .textInfo p {
    color: #9497AB;
    font-size: 16px;
}

.contactForm h1 {
    font-size: 40px;
    color: #000;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
}

.projectDetailsPage .projectDetailsBanner,
.projectDetailsPage .projectDetailsBanner .md.swiper-slide {
    position: relative;
    width: 100% !important;
    height: 500px;
    overflow: hidden;
}

.projectDetailsPage .projectDetailsBanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.projectDetailsPage .projectDetailsBanner .textInfo {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    padding: 80px 0px 20px 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.projectDetailsPage .projectDetailsBanner .textInfo .btnOrange {
    margin-top: 20px;
}

.projectDetailsPage .projectDetailsBanner .textInfo .stu {
    font-size: 20px;
    color: #3ddc3d;
    display: inline-block;
}

.projectDetailsPage .projectDetailsBanner .textInfo h2 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
    margin: 0;
}

.projectDetailsPage .projectDetailsBanner .textInfo span {
    font-size: 18px;
    color: #FAC631;
    display: block;
}

.projectDetailsPage .projectDetailsBanner .textInfo p {
    font-size: 18px;
    color: #a7a7a7;
    display: block;
    font-weight: bold;
}

.projectDetailsPage .projectDetailsBanner .textInfo p.re {
    color: #fff;
}

.projectDetailsPage .projectDetailsBanner .owl-prev,
.projectDetailsPage .projectDetailsBanner .owl-next {
    font-size: 30px;
    color: #CFCFCF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.projectDetailsPage .projectDetailsBanner .owl-prev:hover,
.projectDetailsPage .projectDetailsBanner .owl-next:hover {
    color: #FAC631;
}

.projectDetailsPage .projectDetailsBanner .owl-prev {
    left: 40px;
}

.projectDetailsPage .projectDetailsBanner .owl-next {
    right: 40px;
}

.projectDetailsPage .detailInfo {
    margin-top: 40px;
}

.projectDetailsPage .detailInfo h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.projectDetailsPage .detailInfo .cast label {
    font-size: 14px;
    color: #6C82BC;
    margin-bottom: 0;
}

.projectDetailsPage .detailInfo .hgr .oute {
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    border-radius: 4px;
}

.projectDetailsPage .detailInfo .hgr {
    margin: 0 -6px;
}

.projectDetailsPage .detailInfo .hgr>div {
    padding: 0 6px;
}

.projectDetailsPage .detailInfo .hgr p {
    font-size: 12px;
}

.projectDetailsPage .detailInfo .hgr label {
    font-size: 14px;
    color: #6C82BC;
    margin-bottom: 0;
}

.projectDetailsPage .detailInfo .xyz label {
    font-size: 14px;
    color: #000;
    margin-bottom: 0;
}

.projectDetailsPage .detailInfo .cast {
    margin-bottom: 20px;
    padding: 20px;
    background: #fac631;
    border-radius: 4px;
    margin-top: 10px;
}

.projectDetailsPage .detailInfo .cast p {
    font-size: 12px;
}

.projectDetailsPage .detailInfo .moree p {
    font-size: 18px;
    margin-bottom: 20px;
}

.projectDetailsPage .detailInfo .moree p span {
    font-size: 14px;
    color: #878787;
    display: block;
}

.projectDetailsPage .detailInfo .para p {
    color: #707070;
    line-height: 1.8;
    margin-bottom: 20px;
}

.projectDetailsPage .detailInfo .para h4 {
    font-weight: bold;
}

.projectDetailsPage .detailInfo .BoxOffice {
    border-radius: 6px;
    border: 1px solid #DCDCDC;
    /*	padding: 0 10px;*/
}

.projectDetailsPage .detailInfo .BoxOffice .table {
    margin: 0;
}

.projectDetailsPage .detailInfo .BoxOffice .table>tbody>tr>td {
    border-top: 0;
    border-bottom: 1px solid #ddd;
    padding: 12px 15px;
}

.projectDetailsPage .detailInfo .BoxOffice .table>tbody>tr>th {
    border-top: 0;
    border-bottom: 1px solid #ddd;
    padding: 12px 8px;
    background: #fac631;
    color: #fff;
}

.projectDetailsPage .detailInfo .BoxOffice .table>tbody>tr:last-child>td {
    border-bottom: 0;
}

.projectDetailsPage .detailInfo .BoxOffice .table a {
    color: #FAC631;
    width: 80px;
    border: 1px solid #ccc;
    padding: 5px 5px;
    white-space: normal;
    display: block;
    text-align: center;
}

.modal-content {
    overflow: hidden;
}

#aboutUsVideo .modal-content {
    overflow: visible;
}

.modal-header {
    background: #FAC631;
}

.modal-footer {
    text-align: center;
}

.modal-footer a {
    display: block;
    margin-bottom: 10px;
}

.aboutUsPage~#mustFooter {
    margin-top: 0;
}

.aboutUsPage .aboutUs {
    margin-top: 40px;
}

.panel-heading {
    padding: 0;
    background-color: transparent;
}

.panel-title>a {
    padding: 18px 20px;
    display: block;
    background: #FAC631;
    color: #000;
    font-size: 20px;
}

.panel-title>a.collapsed {
    background: transparent;
    color: #000;
}

.panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}

.panel-title>a.collapsed:before {
    float: right !important;
    content: "\f067";
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none;
    color: #000;
}

.panel-body p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?g2qekf');
    src: url('../fonts/icomoon.eot?g2qekf#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?g2qekf') format('truetype'), url('../fonts/icomoon.woff?g2qekf') format('woff'), url('../fonts/icomoon.svg?g2qekf#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-edit:before {
    content: "\e904";
}

.icon-selling:before {
    content: "\e905";
}

.icon-buy:before {
    content: "\e906";
}

.icon-view:before {
    content: "\e900";
}

.icon-delete:before {
    content: "\e901";
}

.icon-new-file:before {
    content: "\e902";
}

.icon-remove:before {
    content: "\e903";
}

.icon-dashboard:before {
    content: "\e90d";
}

.icon-My-Investments:before {
    content: "\e90e";
}

.icon-logout:before {
    content: "\e90f";
}

.icon-My-Profile:before {
    content: "\e910";
}

.icon-My-Projects:before {
    content: "\e911";
}

.icon-My-wallet:before {
    content: "\e912";
}

@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,700');
a,
a:hover,
a:focus,
a:active,
a.active {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-decoration: none;
    outline: none;
}

a:hover {}

input,
textarea,
select,
button {
    outline: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #bed0db;
    color: #000;
}

::selection {
    text-shadow: none;
    background: #bed0db;
    color: #000;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

img {
    max-width: 100%;
}

html {
    min-height: 100%;
    height: 100%;
}

body {
    webkit-tap-highlight-color: #fed136;
}

input,
textarea,
select {
    outline: none;
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: none;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

* {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #666666;
    overflow: auto;
    overflow-y: auto;
    background-color: #f9f9f9 !important;
}

body.stBG {
    background: url(../img/bg.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.logo-register {
    height: 100vh;
    min-height: 700px;
    position: relative;
    display: table;
    text-align: left;
}

.logo-register>.inner {
    display: table-cell;
    vertical-align: middle;
}

.logo-register>.inner>.row {
    display: flex;
}

.logo-register .logo {
    margin: 30px 0;
}

.logo-register .logo img {
    margin-bottom: 30px;
    width: 300px;
}

.logo-register .logo h1 {
    color: #92c53f;
    font-family: 'Ubuntu';
}

.logo-register .logo h1:after {
    content: " ";
    border-bottom-style: solid;
    border-bottom-width: 4px;
    display: table-cell;
    width: 100px;
    padding-top: 30px;
}

.logo-register .logo p {
    color: #fff;
    font-size: 16px;
    margin-top: 45px;
}

.logo-register .outer {
    background: #fff;
    border-radius: 10px;
    float: left;
    margin: 20px 0;
    padding: 30px 35px;
    width: 100%;
}

.logo-register .outer-login {
    background: #fff;
    border-radius: 10px;
    float: left;
    padding: 30px 35px;
    display: block;
}

.logo-register .login .outer-login {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.logo-register .register h1 {
    color: #151f2a;
    text-align: center;
    font-size: 40px;
    position: relative;
    padding: 20px 0;
    padding-top: 20px;
    padding-top: 0;
    margin-bottom: 20px;
}

.logo-register .register h1::after {
    content: " ";
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-color: #92c53f;
    width: 50px;
    padding-top: 30px;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: 5px;
}

.register {
    text-align: left;
}


/*.register .btn-primarry{
	background: #fff;
	border-color: #ccc;
	color: #333;
	padding-left: 150px;
	
}*/

.gender {
    display: block;
}


/*.register .btn-primary{
	background: #0f75bc;
	color: #fff;
	border-color: #0f75bc;
	border-radius: 10px;
	height: 50px;
	font-size: 26px;
}*/

.radio-inline {
    display: inline-block;
    vertical-align: middle;
}

.widget-20 .card-overlay-03 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 2;
}

.card-overlay-btn {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 3;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.card-image:hover .card-overlay-btn {
    opacity: 1;
}

.card-overlay-btn a {
    margin: 10px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: #2c304d;
    line-height: 1.9;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.foot {
    padding: 10px 0;
    color: #6f6f6f;
    background: #242424;
    padding-top: 20px;
}

.foot a {
    color: #6f6f6f;
}

.content-inner.home {
    margin-right: auto;
    margin-left: auto;
}

.modal-body .close {
    position: absolute;
    font-size: 24px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #2c304d;
    border-radius: 50%;
    right: -20px;
    top: -20px;
    color: #fff;
}

.table .td-actions a i.view:hover {
    background: rgb(8, 166, 195);
    color: #fff;
}


/*Home-Page*/

.section-title h4 {
    color: #6C82BC;
    font-size: 22px;
    font-weight: bold;
}

.homeBox .section-title h5 {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
}

.total-pro {
    text-align: right;
}

.total-pro-projgres .progress-bar {
    background-color: #00E161;
}

.investments {
    text-align: right;
}

.total-investments-prog .progress-bar {
    background-color: #BA4E73;
}

.side-navbar.box-scroll.sidebar-scroll {
    background: url("../img/dash_left.png");
    background-size: cover;
}

.default-sidebar>.side-navbar ul a {
    color: #fff;
    padding: 16px 10px;
    font-size: 18px;
}

.default-sidebar>.side-navbar ul li.active a {
    background: #FBC833;
    color: #000;
}

.default-sidebar>.side-navbar ul li i {
    color: #fff;
}

.default-sidebar>.side-navbar ul a:hover i {
    color: #FBC833;
}

.default-sidebar>.side-navbar ul li.active i {
    color: #000;
}

.boxx h5 {
    font-size: 22px;
    font-weight: bold;
}

.totalInveBox .progress-bar {
    background-color: #BA4E73;
}

a {
    color: #919191;
}

a:hover {
    color: #FBC833;
}

.updateProfile .form-control-label {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.btn-gradient-01 {
    background: #FBC833;
    color: #000;
}

.btn-gradient-01:hover {
    background: #000;
    color: #FBC833;
}

.widget-header h4 {
    color: #BA4E73;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: auto !important;
}

.updateProfile .section-title h4 {
    color: #6C82BC;
    font-size: 16px;
    font-weight: bold;
}

.no-margin {
    margin: 0;
}

.cash {
    list-style: none;
    margin-bottom: 4px;
}

.cash li {
    display: inline-block;
    padding-right: 20px;
    color: #42AF63;
    font-size: 12px;
    position: relative;
}

.cash li:after {
    content: '|';
    position: absolute;
    top: 0;
    right: 6px;
}

.cash li:last-child:after {
    display: none;
}

.date {
    list-style: none;
    margin-bottom: 10px;
}

.date li {
    display: inline-block;
    padding-right: 20px;
    color: #000;
    font-size: 12px;
    position: relative;
}

.date li:after {
    content: '|';
    position: absolute;
    top: 0;
    right: 6px;
}

.date li:last-child:after {
    display: none;
}

.act li {
    display: inline-block;
    padding-right: 20px;
    color: #000;
    font-size: 16px;
    position: relative;
    vertical-align: middle;
    font-weight: normal;
}

.act li i {
    vertical-align: top;
    margin-right: 10px;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.uploadFile input {
    display: none;
}

.uploadFile .btn-gradient-01 {
    border-radius: 50px;
    background: transparent;
    border: 1px solid #000;
}

.form-control {
    border: 1px solid #b4b4b4
}

.BankingDetails .pot {
    border: 1px solid #000;
    border-radius: 6px;
    padding: 20px;
    margin: 0;
    font-size: 16px;
}

.TransitionHistory .pot {
    padding: 20px 0;
    margin: 0;
    border-bottom: 1px solid #eee;
}

.TransitionHistory .pot li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    color: #AEAEAE;
}

.TransitionHistory .pot p {
    font-size: 16px;
}

.TransitionHistory .pot:last-child {
    border: 0;
}

.modal-header .close {
    position: absolute;
    right: 20px;
}

.modal-footer .btnRed {
    padding: 10px 30px !important;
}

.modal-footer .btm-btns,
.modal-footer .btnRedOut {
    width: 100% !important;
}


/* #mainBody {
    margin-top: 100px;
} */

.recommendedForYou .swiper-pagination {
    display: none;
}

.progressText {
    margin-top: 10px;
}

.recommendedForYou .outer .textInfo small {
    /* color: #adacab; */
    font-size: 14px
}

.textInfo.editor ul li {
    line-height: 27px;
}

.textInfo.editor ul {
    padding-left: 30px;
}

.textInfo.editor {
    padding: 0;
}

.swiper-container {
    height: 100%;
}


/* Responsive (Mobile) Design
**********************************************************/

@media (min-width:1025px) and (max-width:1400px) {}

@media (min-width:1024px) {
    .home-about .container {
        position: relative;
        min-height: 60vh;
    }
    .home-about .inn {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
}

@media (min-width:993px) and (max-width:1024px) {
    .lastName {
        margin-top: 15px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .lastName {
        margin-top: 15px;
    }
}

@media (max-width:767px) {
    .logo-register>.inner>.row {
        display: block;
    }
    .logo-register .login .outer-login {
        position: relative;
        top: 0%;
        transform: translateY(0%);
        margin-bottom: 40px;
    }
    .projectDetailsPage .projectDetailsBanner .textInfo h2 {
        font-size: 20px;
    }
    .projectDetailsPage .projectDetailsBanner .textInfo span {
        font-size: 12px;
    }
    .projectDetailsPage .projectDetailsBanner .textInfo p {
        font-size: 14px;
    }
    .projectDetailsPage .projectDetailsBanner .textInfo .text-right {
        text-align: left !important
    }
    .projectDetailsPage .projectDetailsBanner .textInfo .stu {
        font-size: 14px;
    }
    .lastName {
        margin-top: 15px;
    }
    .navbar-brand {
        padding: 8px 15px;
    }
    .home-banner {
        margin-top: 100px;
    }
    .home-banner .banner-text h2 {
        font-size: 16px;
    }
    .home-banner .banner-text p {
        font-size: 12px;
    }
    .home-banner .items {
        height: 250px;
    }
    .home-banner .banner-text a {
        font-size: 12px;
    }
    .howItWorks .step .row>div {
        width: 100% !important;
    }
    .howItWorks .innnr {
        min-height: auto;
    }
}

@media (max-width:480px) {}


/* iphone 6+ landscape */

@media only screen and (min-device-width :414px) and (max-device-width :736px) and (orientation: landscape) {}


/* iphone 6 + */

@media only screen and (min-device-width :414px) and (max-device-width: 420px) and (orientation: portrait) {}


/* iphone 6 portrait */

@media only screen and (min-device-width: 374px) and (max-device-width: 375px) and (orientation: portrait) {}


/* iphone 6 landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {}

@media (max-width:320px) {}

.contactInfo .outer i {
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    font-size: 40px;
    text-align: center;
    line-height: 2.2;
    color: #fff;
    float: left;
}

.projectList table,
th,
td {
    border: 1px solid #dadada;
}

.conset {
    color: #000;
}