/* 
Colours
Dark grey - #232121 - Text
Light grey - #00000029 - Borders
Purple - #5552FF - buttons

*/

body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	color: #232121;
}

img {
	width: 100%;
	height: auto;
}

h1,
h2, h3,
h4,
h5,
h6 {
	margin-top: 0;
    font-weight: 300;
}

h2 {
    font-size:50px;
}

p,
li,
a {
	font-size: 15px;
    font-weight: 300;
}

strong {
    font-weight: 700;
}

ul {
	list-style-type: none;
	padding-left: 0;
}

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

i {
	vertical-align: middle;
}

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

button:focus {
    outline: none;
    box-shadow: none;
}

.purple-txt {
    color: #5552FF;
}

.dark-txt {
    color: #000000;
}

.grey-back {
    background-color: #F2F6F9;
}

.grey-txt {
    color: #b9baba;
}

.border-radius10 {
    border-radius: 10px;
}

.card-body .btn-primary.pink {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 20px!important;
    text-transform: none;
}

/* Modal */

.bordered-cards .card-body {
    min-height: 300px;
    max-height: 300px;
    height: auto;
    overflow-y: auto;
    border: 1px solid #B9BABA;
    border-radius: 10px;
}

.bordered-cards .card-body p {
    margin-bottom: 5px;
    font-weight: 500;
}

.bordered-cards .card-body::-webkit-scrollbar {
    width: 0.5em;
    border-radius: 50px;
}
 
.bordered-cards .card-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
    width: 0.5em;
    background-color: transparent;
}
 
.bordered-cards .card-body::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #B9BABA;
    outline: none;
    width: 0.3em;
}

.modal-content {
    border: none;
    border-radius: 10px;
    outline: 0;
}

.close {
    float: none;
    font-size: 25px;
    font-weight: 700;
    line-height: 20px;
    color: #B9BABA;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: absolute;
    right: 20px;
    padding: 0!important;
    top: 20px;
    z-index: 99999;
}

.h5 {
    font-size: 20px;
}

.browse_projects select {
    min-width: 250px;
    width: auto; 
}

/* =================================== */

.btn-primary {
    padding: 15px 20px!important;
    line-height: normal;
    background-color: #5552FF;
    color: #fff!important;
    border-radius: 10px!important;
    vertical-align: middle;
    font-size: 13px;
    border: 2px solid #5552FF;
    width: auto;
    text-transform: uppercase;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow:none;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #5552FF;
    color: #fff;
    box-shadow: none;
}

.btn-primary.light-grey {
    background-color: #B9BABA;
    border: 2px solid #B9BABA;
}

.btn-primary.light-grey:hover, .btn-primary.light-grey:not(:disabled):not(.disabled).active, .btn-primary.light-grey:not(:disabled):not(.disabled).btn-primary.light-grey:not(:disabled):not(.disabled).active {
    background-color:  #B9BABA;
    color: #fff;
}

.btn-primary.pink {
    background-color: #FFAF93;
    border: 2px solid #FFAF93;
}

.btn-primary.pink:hover, .btn-primary.pink:not(:disabled):not(.disabled).active, .btn-primary.pink:not(:disabled):not(.disabled).btn-primary.pink:not(:disabled):not(.disabled).active {
    background-color:  #FFAF93!important;
    color: #fff;
}

.btn-primary.outline {
    text-transform: none;
    background-color: transparent;
    border: 2px solid #232121;
    color: #232121!important;
    font-weight: 500;
}

.btn-primary.outline:hover, .btn-primary.outline:not(:disabled):not(.disabled).active, .btn-primary.outline:not(:disabled):not(.disabled).btn-primary.outline:not(:disabled):not(.disabled).active {
    background-color:  #FFAF93!important;
    border: 1px solid #FFAF93!important;
    color: #fff!important;
}

.btn-primary.blk {
    text-transform: uppercase;
    background-color: #232121;
    border: 2px solid #232121;
    color: #fff!important;
    font-weight: 500;
}

.btn-primary.blk:hover, .btn-primary.blk:not(:disabled):not(.disabled).active, .btn-primary.blk:not(:disabled):not(.disabled).btn-primary.blk:not(:disabled):not(.disabled).active {
    background-color:  transparent;
    border: 2px solid #232121;
    color: #232121!important;
}

.collapse .dropdown-item.btn-primary:hover {
    color: #232121;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    border: 2px solid #0062cc;
    color: #0062cc!important;
    font-weight: 500;
}

.proj-value label {
    display: block!important;
}

.how-it-works-navs .nav-link, .proj-value .nav-link {
    background-color: transparent!important;
    padding: 20px 40px!important;
    line-height: normal;
    color: #232121!important;
    border-radius: 10px!important;
    vertical-align: middle;
    font-size: 15px;
    border: 1px solid #FFAF93;
    border-color: #FFAF93!important;
    width: auto;
    max-width: fit-content;
    float: left;
    min-width: 230px;
}

.how-it-works-navs .nav-link.active, .proj-value .nav-link.active {
    background-color: #FFAF93!important;
    border: 1px solid #FFAF93;
    border-color: #FFAF93!important;
    color: #fff!important;
    width: auto;
}

.proj-value .nav-link {
    /* background-color: transparent!important;
    padding: 15px 20px!important;
    line-height: normal;
    color: #232121!important;
    border-radius: 10px!important;
    vertical-align: middle;
    font-size: 15px;
    border: 1px solid #232121;
    border-color: #232121!important; */
    min-width: 190px;
    width: auto;
    /* max-width: fit-content;
    float: left; */
}

.regular-tabs .nav-link {
    background-color: transparent!important;
    color: #232121!important;
    border-radius: 10px!important;
    vertical-align: middle;
    border:none;
    border-color: transparent!important;
    width: auto;
    padding: 0;
    font-weight: 400;
    line-height: 30px;
    font-size: 20px;
}

.regular-tabs .nav-link.active {
    background-color: transparent!important;
    border-color: transparent!important;
    border-bottom: 3px solid #FFAF93!important;
    color: #FFAF93!important;
    width: auto;
    border-radius: 0!important;
    font-weight: 400;
    line-height: 30px;
    font-size: 20px;
}

.logo img {
    width: 72%;
}

.navbar-nav {
    padding-top: 8px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 63px;
    min-width: 400px;
    border-radius: 10px;
    border: 0;
    box-shadow: 0px 3px 13px #00000029;
}

.navbar-light .navbar-nav .nav-link {
    color: #232121;
    font-weight: 500;
    padding: 14px 15px;
}

.dropdown-item {
    padding: .25rem 0;
}

.dropdown {
    line-height: 50px;
}

.dropdown-item {
    padding: 0px 0;
    line-height: 30px;
    font-weight: 500;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
    color: #232121;
    text-decoration: none;
    background-color: transparent;
    outline: none;
}

.regular-tabs .nav-item {
    padding-right: 40px;
}

.nav-item i {
    color: #232121;
    vertical-align: middle;
    font-size: 20px;
    line-height: 50px;
    padding-left: 5px;
    padding-right: 5px;
}

header {
    box-shadow: 0px 3px 6px #00000029;
}

.input-grey .form-control.form-control-lg {
    font-size: 1rem;
}

.form-control:focus {
    background-color: rgba(255,255,255,.3);
}

.input-grey input::placeholder {
    color: #fff;
}

.input-grey .input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 6px);
}

.input-grey .input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 6px);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.input-group-text {
    background-color: #fff;
    border-top-left-radius: 10px!important;
    border-bottom-left-radius: 10px!important;
}

.input-white .btn-primary {
    line-height: 23px;
}

.input-group input::placeholder {
    color: #232121;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 100%;
}

.custom-control-label::before {
    position: absolute;
    top: 0;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: none;
}

.white-back-form .custom-control-label::before {
    border: 1px solid #707070;
}

.custom-control-label::after {
    position: absolute;
    top: 0;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: none;
    background-image: none!important;
}

.custom-control-input:checked~.custom-control-label::before, #contact-form .custom-control-input:checked~.custom-control-label::before, #list-residential-property-form .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: transparent;
    background-color: #5552FF;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.search-nav {
    background-color: #232121;
    padding-top: 20px;
    padding-bottom: 20px;
}

.search-nav button {
    height: 59px;
}

.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 15px;
    height: 59px;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: 
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}

.form-control:focus {
    background-color: #fff;
    box-shadow: none;
}

/* Home page */
.white-gradient {
   min-height: 500px;
    background-image: linear-gradient(to top, #fff, 35%, transparent);
}

.scroll-effect {
    position: static;
    height: 180px;
}

.scroll-effect img {
    width: 100px;
}

.scroll-effect .animated-block {
    animation-name: slideinup;
    animation-duration: 1s, 2.5s, 5s, 1s;
}

@keyframes slideinup {
    from {
      margin-top: -100px;
      opacity: 0;
    }
  
    to {
        margin-top: 0;
        opacity: 1;
    }
  }

.first {
    animation: 1s alternate slideinup;
}

.second {
    animation: 1.5s alternate slideinup;
}

.third {
    animation: 2s alternate slideinup;
}

.fourth {
    animation: 2.5s alternate slideinup;
}

.purple-section {
    background-color: #E9E8F8;
}

.view {
    margin-right: -200px;
}

.grey-back {
    background-color: #F2F6F9;
}

.shadow {
    box-shadow: 0 .3rem 0.5rem rgba(0,0,0,.15)!important;
}


.slider img {
    width: 100%;
    padding: 20px;
}

.testimonials .card-body p {
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: normal;
    line-height: 20px;
    text-align: left;
}

.testimonials .grey-back {
    min-height: 250px;
    height: auto;
}

/* How it works */
.d-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 100px;
    grid-gap: 7px;
}

.item {
    position: relative;
}

.item:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 4;
}

.item:nth-child(2) {
    grid-column: 2;
    grid-row: 0 / 3;
}

.item:nth-child(3) {
    grid-column: 2;
    grid-row: 2 / 3;
}

.item:nth-child(4) {
    grid-column: 2;
    grid-row: 3 / 3;
}

.item a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
}

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

.how-it-works-page .tab-content p, .how-it-works-page .tab-content a, .how-it-works-page .tab-content li {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #232121;
}

.card-header {
    background-color: transparent;
    border: 1px solid #BEBEBE;
    padding: 20px;
}

.accordion>.card>.card-header {
    border-radius: 10px;
    margin-bottom: 2px;
}

.accordion>.card {
    border: 0;
}

.card-header h5 {
    color: #232121;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    line-height: 30px;
    vertical-align: middle;
}

.open .card-header h5:after {
    content: "";
    border-bottom: 1px solid #5552ff;
    width: 50px;
    position: absolute;
    top: 150%;
    left: 0;
}

.card-header i {
    font-size: 25px;
    float: right;
    line-height: 30px;
    vertical-align: middle;
}

.open.card {
    background-color: #E9E8F8;
}

.accordion>.open.card>.card-header {
    border-radius: 10px;
    margin-bottom: 2px;
    border: 0;
}

.ready-to-start {
    background-image: url('/images/construction-project.jpg'); 
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center center; 
    /* height: 400px; */
    padding: 10% 0;
}

/* About page */
.intro {
    padding: 10% 0 7% 0;
}

.position-absolute {
    position: absolute!important;
    top: -65px;
    right: 0;
    left: auto;
    bottom: 0;
}

.rounded-circle {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    /* padding: 80px 60px; */
    margin-left: 8px;
    margin-right: 8px;
    width: 260px;
    height: 260px;
    position: relative;
}

.rounded-circle p {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    top: 40%;
    bottom: auto;
    left: 0;
    right: 0;
}

.mission .row {
    min-height: 500px;
}

.purple-round {
    background-color: #5552FF;
}

.blue-round {
    background-color: #5FC4FF;
}

.orange-round {
    background-color: #FFAF93;
}

.grey-round {
    background-color: #B9BABA;
}

.hoverable {
    transition: all 0.5s ease-in-out;
}

.hoverable:hover {
    -webkit-box-shadow: 0px 4px 10px rgba(59,59,59,0.3);
    -moz-box-shadow: 0px 4px 10px rgba(59,59,59,0.3);
    box-shadow: 0px 4px 10px rgba(59,59,59,0.3);
    cursor: pointer;
}

/* Contact page */
.contact-page a, .contact-page p {
    color: #000000;
    font-weight: 500;
}

textarea.md-textarea {
    height: 150px;
}

/* Login */
.login-page {
    padding: 8% 0;
}

/* Dashboard */
.pink-heading {
    color: #ffaf93;
    font-weight: 500;
    font-size: 20px;
    line-height: 55px;
}

/* Stepper */
.start-project-header {
    height: 450px;
}

.shadow.start-project {
    background-color: #fff;
    margin-top: -250px;
    padding: 60px;
    margin-bottom: 40px;
    border-radius: 10px;
}

.steps-form-2 {
    display: table;
    width: 100%;
    position: relative;
    height: 70px;
}

.steps-form-2 .steps-row-2 {
    display: table-row; 
}

.steps-form-2 .steps-row-2 .steps-step-2 {
    display: table-cell;
    text-align: center;
    position: relative; 
}

.steps-form-2 .steps-row-2 .steps-step-2 p {
    margin-top: 0.5rem; 
}

.steps-step-2 a {
    padding: 0;
}

.steps-form-2 .steps-row-2 .steps-step-2 button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; 
}

.btn-circle {
    width: 40px;
    height: 40px;
    border: 0;
    background-color: #232121;
    color: #fff;
    border-radius: 50%;
    margin-top: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    display: inline-block;
}

.steps-step-2 .active .btn-circle {
    background-color: #FFAF93;
    border-radius: 50%;
    margin-top: 0;
    font-size: 20px;
    font-weight: 500;
}

.steps-step-2 .active span {
    color: #FFAF93;
    display: inline-block;
}

.steps-step-2 .active .btn-circle::after {
    content: '';
    position: absolute;
    right: auto;
    top: 60px;
    display: inline-block;
    width: 250px;
    height: 5px;
    border-bottom: 10px solid #FFAF93;
    left: 0;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 500;
}

.step1 .active .btn-circle::after {
    width: 240px!important;
}


.step2 .active .btn-circle::after {
    width: 300px!important;
}

.step3 .active .btn-circle::after {
    width: 270px!important;
}

.step3-page .step1 .active .btn-circle::after {
    width: 270px!important;
}

.step3-page .step2 .active .btn-circle::after {
    width: 350px!important;
}

.step4 .active .btn-circle::after {
    width: 174px!important;
}

.step4-page .step1 .active .btn-circle::after {
    width: 260px!important;
}

.step4-page .step2 .active .btn-circle::after, .step4-page .step3 .active .btn-circle::after {
    width: 350px!important;
}

.step4-pagestep5.step4 .active .btn-circle::after {
    width: 245px!important;
}

.steps-form-2 .steps-row-2:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 61px;
    display: inline-block;
    width: 100%;
    height: 5px;
    border-bottom: 1px solid #707070;
    left: 0;
    z-index: 100;
}

.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle .fa {
    font-size: 1.7rem; 
}

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

.steps label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: 18px;
}

.steps label>img {
    width: 15px;
    margin-left: 10px;
    vertical-align: middle;
}

.upload-doc-preview img {
    width: 20px;
    height: auto;
    margin-right: 20px;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    opacity: 0;
    height: 59px;
}

.custom-file-label::after {
    position: absolute;
    top: 7px;
    left: 15px;
    right: auto;
    bottom: 7px;
    z-index: 3;
    display: block;
    line-height: normal;
    color: #fff;
    content: "Browse";
    border-left: inherit;
    border-radius: 10px;
    height: auto;
    background-color: #232121;
    font-size: 13px;
    vertical-align: middle;
    width: 100px;
    text-align: center;
}

.custom-file-label {
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1;
    height: 45px;
    padding: 10px 10px 10px 130px;
    font-weight: 300!important;
    line-height: 25px;
    color: #000000;
    background-color: #fff;
    border: 0;
    border-radius: 10px;
    font-size: 15px!important;
}

.shadow.z-depth-2 {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.13)!important;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 59px;
    margin-bottom: 0;
}

input {
    height: 59px;
}

textarea.drag-drop {
    height: 300px;
    padding-top: 150px;
    border-radius: 10px;
}

select {
    background-color: #fff;
    border-radius: 5px!important;
    text-align: left;
    min-height: 45px;
    max-height: 45px;
    height: auto;
    padding: 0 10px;
    width: 100%;
    color: #093C71;
    font-size: 13px;
}

.custom-select {
    background-image: url('/images/icons/arrow-down-blk.png') !important;
    background-position: calc(100% - 10px) 15px, calc(100% - 0px) 5px, 100% 0px;
    background-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 45px;
    padding: 10px;
    line-height: normal;
    font-size: 15px;
    border: 1px solid #BEBEBE!important;
}

.custom-select:focus {
    border-color:#BEBEBE;
    outline: 0;
    box-shadow: none;
}

.tab-content>.active {
    display: block;
    min-height: 52vh;
}

/* Register page */
.register-header {
    height: 530px;
}

/* project individual */
.doc-block {
    width: 100%;
    height: auto;
    background-color: #E9E8F8;
    border-radius: 10px;
    padding: 40px 20px;
}

/* .doc-block:hover {
    background-color: #5552FF;
} */

.doc-block i:hover {
    color: #fff;
}

.doc-block img {
    width: 50%;
    height: auto;
}

.project-photos img {
    border-radius: 10px;
}

.table thead th {
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #dee2e6;
    border-top: 0;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    text-align: left;
    padding-left: 0;
}

.table td {
    padding-left: 0;
    font-size: 17px;
    font-style: normal;
}

.table td>a {
    color: #232121;
    font-size: 17px;
    font-style: normal;
}

.tab-pane .btn-primary.outline:hover, .btn-primary.outline:not(:disabled):not(.disabled).active, .btn-primary.outline:not(:disabled):not(.disabled).btn-primary.outline:not(:disabled):not(.disabled).active {
    border: 2px solid #FFAF93!important;
}
 
/* footer */
.footer {
    background-color: #F2F6F9;
    padding-top: 5%;
    padding-bottom: 4%;
}

footer .col-md-12 {
    padding-left: 0;
}

footer li, footer a {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 40px;
    text-align: left;
    color: #232121;
}

.footer h4 {
    font-size: 20px;
}

.footer i {
    font-size: 30px;
    color: #232121;
}

.footer ul {
    margin-bottom: 0;
}

.footer .form-control {
    border: 0;
    border-radius: 10px;
    box-shadow: 0px 3px 16px #00000029;
    padding: 25px 20px;
}

.footer-lower {
    background-color: #232121;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-lower a, .footer-lower p {
    color: #fff;
    margin-bottom: 0;
}