body, p {
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 400;
	color: #666;
	line-height: 2;
}

img {
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
}

h2 {
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 1.2em;
    text-transform: uppercase;
}


.header-menu {
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-menu .row .col-md-12 {
    position: relative;
}
.icon {
    display: none;
}
.logo {
	width: auto;
	height: 60px;
}
ul.menu {
    margin-bottom: 0;
    width: fit-content;
    float: right;
}
ul.menu li {
    padding: 0 10px;
}
ul.menu li a {
	text-transform: uppercase;
	font-size: 14px;
	color: #3399cc;
	height: 60px;
	line-height: 60px;
    padding-bottom: 10px;
}
ul.menu li a.active {
	border-bottom: 3px solid #ffc107;
}
ul.menu li a:hover {
    text-decoration: none;
    border-bottom: 3px solid #ffc107;
}

.container {
    max-width: 1080px;
}

.banner {
	background-size: cover;
	background-image: url(https://secureservercdn.net/50.62.195.83/nxk.7f7.myftpupload.com/wp-content/uploads/2020/10/SliderBkgrdb.png), linear-gradient(130deg,#3399cc 25%,#000000 100%);
	padding: 200px 0 0 0;
}
.banner h3 {
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    letter-spacing: 10px;
    line-height: 2em;
    text-align: center;
    padding-bottom: 10px; 
}
.banner h1 {
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 80px;
    color: #fff;
    line-height: 1.2em;
    text-align: center;
    padding-bottom: 10px;
}
.banner p {
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 2em;
    max-width: 800px;
    margin: 0 auto;
}
.banner .divider {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIyNTBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDE0MGgxMjgwQzU3My4wOCAxNDAgMCAwIDAgMHoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEM1NzMuMDggMTQwIDAgMzAgMCAzMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEM1NzMuMDggMTQwIDAgNjAgMCA2MHoiLz48L2c+PC9zdmc+);
    background-size: 100% 250px;
    bottom: 0;
    height: 250px;
    z-index: 1;
    transform: rotateY(180deg);
}

.our-approach {
    margin-top: -170px;
	padding: 0 0 40px 0;
}
.our-approach img {
    max-width: 1100px;
}
.our-approach h2 {
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 1.2em;
    color: #333;
}


.pricing {
    padding: 50px 0 100px 0;
}
.pricing .container {
    max-width: 1440px;
}
.pricing i {
    font-size: 60px;
    margin: 20px auto 40px auto;
    display: block;
    text-align: center;
    color: #90A4AE;
}
.pricing .card {
    margin-bottom: 20px;
}
.pricing .card hr {
    border-top: 1px dotted rgba(0,0,0,.1);
}
.pricing .card-footer {
    padding: 5px 20px;
    border-top: 1px solid rgba(0,0,0,.125);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.pricing .card-footer:hover {
    cursor: pointer;
}
.pricing .card-footer:after {
    position: absolute;
    content: "+";
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 15px;
    font-size: 18px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    border: 1px solid #757575;
    border-radius: 30px;
    text-align: center;
    font-weight: 500;
}
.pricing .card-footer.active:after {
    content: "-";
}
.pricing .card .card-body {
    padding: 40px 40px 80px 40px;
    font-family: 'Roboto';
}
.pricing .card .card-title {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 25px;
    font-size: 36px;
}
.pricing .card .card-text {
    line-height: 1.4;
    text-align: center;
    margin-bottom: 30px;
}
.pricing .card .more-details {
    display: none;
    line-height:1.4;
}
.pricing .card .more-details ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: fit-content;
}
.pricing .card .more-details ul li {
    padding-left: 30px;
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}
.pricing .card .more-details ul li:before {
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 24px;
}
.pricing .card .more-details ul li.yes:before {
    content: '\f00c';
    color: #7CB342;
}
.pricing .card .more-details ul li.no:before {
    content: '\f00d';
    color: #bdbdbd;
} 

.sales-and-marketing .container {
    max-width: 800px;
}

.real-estate-value {
    padding: 80px 0 0 0;
    background-image: linear-gradient(180deg,#ffffff 0%,#F2F2FA 50%);
}
.real-estate-value .container {
    max-width: 1440px;
}
.real-estate-value .divider {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIyNTBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDE0MGgxMjgwQzU3My4wOCAxNDAgMCAwIDAgMHoiLz48L2c+PC9zdmc+);
    background-size: 100% 250px;
    bottom: 0;
    height: 250px;
    z-index: 1;
    margin-top: -150px;
}
.real-estate-value p {
    margin-bottom: 40px;         
}
.real-estate-value ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.real-estate-value ul li {
    border-radius: 10px;
    overflow: hidden;
    border-width: 0px 0px 0px 10px;
    border-style: solid;
    padding: 20px 50px 20px 30px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 2px 70px 0px rgba(110,130,208,0.18);
}
.real-estate-value ul li:hover {
    cursor: pointer;
}
.real-estate-value ul li:nth-child(1) {
    border-color: #3399cc;
}    
.real-estate-value ul li:nth-child(2) {
    border-color: #666;
} 
.real-estate-value ul li:nth-child(3) {
    border-color: #000;
}         
.real-estate-value ul li h3 {
    text-transform: uppercase;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.7em;
    color: #666;
    padding-right: 70px;
    position: relative;
}
.real-estate-value ul li h3:after {
    content: '+';
    color: #fff;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 14px;
    font-weight: 300;
    background-color: #ccc;
    border-radius: 100%;
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.real-estate-value ul li.active h3:after {
    content: '-';
}
.real-estate-value ul li .toggle-content {
    display: none;
}

.what-we-do-best {
	padding: 80px 0;
}
.what-we-do-best .container {
    max-width: 1800px;
}
.what-we-do-best button {
	color: #fff;
	border-width: 0px!important;
    border-color: rgba(0,0,0,0);
    border-radius: 4px;
    letter-spacing: 5px;
    font-size: 14px;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-image: linear-gradient(90deg,#666666 0%,#000000 100%);
    padding: 18px 34px;	
    float: right;
}
.what-we-do-best .list-group {
	padding: 0;
	margin: 0;
}
.what-we-do-best .list-group-item {
	padding: 0 0 0 40px;
	margin-bottom: 40px;
	background: transparent;
	border: 0;
	color: #000;
	position: relative;
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7em;
}
.what-we-do-best .list-group-item:before {
	color: #fff;
	background-color: #3399cc;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0;
	text-align: center;
	border-radius: 100%;
	font-family: FontAwesome;
	line-height: 32px;
} 
.what-we-do-best .list-group-item:nth-child(1):before {
	content: '\f108';
}
.what-we-do-best .list-group-item:nth-child(2):before {
	content: '\f080';
}
.what-we-do-best .list-group-item:nth-child(3):before {
	content: '\f0c5';
}
.what-we-do-best .list-group-item:nth-child(4):before {
	content: '\f0e0';
}
.what-we-do-best .list-group-item:nth-child(5):before {
	content: '\f201';
}
.what-we-do-best .list-group-item:nth-child(6):before {
	content: '\f12e';
}
.what-we-do-best .list-group-item:nth-child(7):before {
	content: '\f0c0';
}


.team {
	padding: 120px 0;
}
.team .container {
	max-width: 1400px;
}
.team h2 {
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 1.2em;
    color: #333;
    padding: 0 0 80px 0;
	text-align: center;	
}
.team .col-md-3 {
    padding-bottom: 20px;
}
.team .card {
	border: 0;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 80px 10px rgba(191,206,255,0.6);
	-moz-box-shadow: 0px 0px 80px 10px rgba(191,206,255,0.6);
	box-shadow: 0px 0px 80px 10px rgba(191,206,255,0.6);
	text-align: center;
	min-height: 320px;
    height: 100%;   
}	
.team .cardImg {
	width:100%; 
	height:400px; 
}
.team .cardName {
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.7em;
    text-transform: uppercase;
}   
.team .cardPosition {
	line-height: 1.2;
    text-transform: capitalize;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}

.blog-list {
    padding: 100px 0;
}
.blog-list .col-md-4 {
    margin-bottom: 30px;
}
.blog-list .card {
    border-radius: 5px;
    min-height: 350px;
    height: 100%;
}    
.blog-list .cardImg {
    width: 100%;
    height: 250px;
    border-radius: 5px 5px 0 0;
}
.blog-list .card .card-body h4 {
    color: #212121;
    text-transform: uppercase;
    font-size: 20px;
    margin: 15px 0;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
}    
.blog-list .card .card-body p {
    line-height: 1.8;
    font-family: 'ABeeZee', sans-serif;
} 
.blog-list .card .card-body .read-more {
    float: right;
    font-style: italic;
    font-size: 15px;
    color: #212121;
    text-decoration: underline;
}

.blog-single {
    padding: 100px 0;
}
.blog-single .container {
    background: #CFD8DC;
    padding: 3rem;
}
.blog-single .title {
    text-transform: uppercase;
}

.contact {
	padding: 120px 0;
}
.contact .form-control {
    background-color: #f9fafd;
    border-width: 0 0 3px 0;
    border-radius: 4px 4px 4px 4px;
    overflow: hidden;
    border-color: #3399cc;
    margin-bottom: 30px;
}
.contact button {
	color: #fff;
    border-width: 10px;
    border-color: rgba(0,0,0,0);
    border-radius: 4px;
    letter-spacing: 5px;
    font-size: 14px;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #666666;
    overflow: hidden;
    width: fit-content;
    position: relative;
    display: block;
    float: left;
    padding: 20px 30px;
    line-height: 0;
    float: right;
}
.contact button:hover {
    letter-spacing: 7px; 
}    
.contact button:hover:after {
	content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    font-size: 24px;
    right: 4px;
    top: 19px;
}

.address {
	padding: 120px 0;
}
.address .container {
	max-width: 1400px;
}
.address .card {
	border: 0;
	padding: 20px 0;
	-webkit-box-shadow: 0px 0px 80px 10px rgba(191,206,255,0.6);
	-moz-box-shadow: 0px 0px 80px 10px rgba(191,206,255,0.6);
	box-shadow: 0px 0px 80px 10px rgba(191,206,255,0.6);
}
.address .card h4 {
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.7em;
}
.address i {
	font-size: 35px;
	color: #fff;
	background-color: #3399cc;
	width: 82px;
	height: 82px;
	border-radius: 100%;
	margin: 20px auto;
	text-align: center;
	line-height: 82px;
}

.banner-footer {
	background-size: cover;
	background-image: url(https://secureservercdn.net/50.62.195.83/nxk.7f7.myftpupload.com/wp-content/uploads/2020/10/SliderBkgrdb.png), linear-gradient(130deg,#3399cc 25%,#000000 100%);
	padding: 0 0 200px 0;
	text-align: center;
}
.banner-footer h3 {
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    letter-spacing: 10px;
    line-height: 2em;
    text-align: center;
    padding-bottom: 10px; 
}
.banner-footer h2 {
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 50px;
    color: #fff;
    line-height: 1.2em;
    text-align: center;
    padding-bottom: 10px;
}
.banner-footer button {
	color: #fff;
	border-width: 0px!important;
    border-color: rgba(0,0,0,0);
    border-radius: 4px;
    letter-spacing: 5px;
    font-size: 14px;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-image: linear-gradient(90deg,#666666 0%,#000000 100%);
    padding: 18px 34px;
    position: relative;
    transition: all 300ms ease 0ms;
}
.banner-footer button:hover {
	letter-spacing: 7px !important;
    padding: 18px 44px 18px 34px;
    transition: all 300ms ease 0ms;
}
.banner-footer button:hover:after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    font-size: 24px;
    right: 10px;
    top: 5px;    
}

.banner-footer .divider {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIyNTBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDE0MGgxMjgwQzU3My4wOCAxNDAgMCAwIDAgMHoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEM1NzMuMDggMTQwIDAgMzAgMCAzMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEM1NzMuMDggMTQwIDAgNjAgMCA2MHoiLz48L2c+PC9zdmc+);
    background-size: 100% 250px;
    top: 0;
    height: 250px;
    z-index: 1;
    transform: rotateX(180deg);
}


footer .top {
	background-color: #222;
	padding: 60px 0 30px 0;
}
footer .col-md-4 {
	margin-bottom: 30px;
}
footer .top h4 {
	color: #3399cc;
	font-family: 'ABeeZee',Helvetica,Arial,Lucida,sans-serif;
	font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;	
}
footer .top .list-group {
	padding: 0;
	margin: 0;
}
footer .top .list-group-item {
	background: transparent;
	border: 0;
	color: #fff;
	padding: 0;
}
footer .top p {
	color: #fff;
}

#legalDivFooter {
	background-color: #171717;
	padding: 50px 0;
}
#legalDivFooter a i {
	font-size: 36px;
	color: #666666;
	margin: 0 10px;
}
#legalDivFooter p {
	color: #666;
}
#legalDivFooter .social {
    text-align: right;
    padding-bottom: 15px;
}

@media screen and (max-width: 1440px) {
    h2 {
        font-size: 36px; 
    }
}
@media screen and (max-width: 768px) {
    .header-menu .logo {
        height: 40px;
    }
    .menu  {
        display: none;
    }
    .menu.mobile {
        display: block;
        max-width: 200px;
        width: 100%;
        position: absolute;
        right: 0;
        background: #fff;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
        border: 1px solid #ddd;
        z-index: 10;
        background: rgb(0,0,0,.8);
        padding: 10px 0;
    }
    .menu.mobile li {
        clear: both;
        position: relative;
        display: block !important;
        text-align: center;
        padding: 5px 0;
    }
    ul.menu li a {
        line-height: 40px;
    }
    .icon {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: 0;
        font-size: 20px;
        color: #555;
        display: block;
        line-height: 40px;
    }    
    .container {
        padding-right: 40px;
        padding-left: 40px;
    }
    h2 {
        font-size: 36px; 
    }
    .what-we-do-best h2 {
        margin-bottom: 20px;
        text-align: center;
    }
    .what-we-do-best button {
        float: unset;
        display: block;
        margin: 0 auto;
    }    
    .what-we-do-best ul.list-group {
        width: fit-content;
        margin: 40px auto;
    }
}

@media screen and (max-width: 767px) {
    .banner h1 {
        font-size: 40px;
    }
    .banner-footer h2 {
        font-size: 40px;
        padding-bottom: 40px;
    }
    #legalDivFooter .social {
        text-align: left;
    }
}