body {
    font-family: 'Graphik';
}
body p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
a {
    text-decoration: none;
}
h1 {
    font-size: 60px;
    font-family: 'IvyPresto Display';
    font-weight: 300;
    font-style: italic;
    text-transform: capitalize;
}
h2 {
	font-size: 50px;
    font-family: 'IvyPresto Display';
    font-weight: 300;
    font-style: italic;
    color: #000;
}
h3 {
    font-size:22px;
    font-family: 'Graphik';
    font-weight: 500;
}
h1 strong, h2 strong{
    font-family: 'IvyPresto Headline';
    font-weight: 600;
    font-style: normal;
}
.hero-banner:after {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}
.header {
    z-index: 2;
}

.hero-banner .container {
	z-index: 1;
}
.hero-banner-content h1 {
    color: #fff;
    text-align: center;
    margin-bottom: 36px;
}
.scroll-down {
    width: 34px;
    height: 63px;
    background: none;
    border: 2px solid #fff;
    border-radius: 200px;
    position: absolute;
    bottom: 20px;
}
.scroll-down span {
    width: 12px;
    height: 12px;
    background: #fff;
    display: inline-block;
    border-radius: 200px;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.hero-banner-content #homeTabs {
    border: none;
}
.hero-banner-content #homeTabs button {
    height: 60px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 0 10px;
    font-size: 18px;
    padding: 0 30px;
}
.hero-banner {
    background-size: cover !important;
}
#navbarNav li a {
    color: #fff;
    font-family: 'Graphik';
    font-size: 16px;
}
#navbarNav li {
    padding: 0 14px;
}
.header .btn.btn-primary span {
    margin-left: 6px;
    margin-right: 12px;
}
.btn.btn-primary {
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    background: #3A7EE3;
    border-color: #3A7EE3;
    border-radius: 10px;
}
.slick-slider .btn.btn-primary {
    margin-top: 32px;
}
.slick-slider .btn.btn-primary:hover {
    border-color: #3A7EE3;
    color: #3A7EE3;
}
.btn.btn-primary[type="submit"]:hover {
    background: #2466c9;
    border-color: #2466c9;
}
.btn.btn-primary:hover {
    border-color: #fff;
    background: transparent;
}
.header .dropdown-toggle::after {
    width: 16px;
    background: url(../images/dropdownarrow.svg);
    height: 20px;
    background-repeat: no-repeat;
    border: none;
    background-position: center;
    vertical-align: middle;
    margin: 0;
}
.dropdown-item {
    color: #000 !important;
}
#homeTabs button.active {
    background: #3A7EE3 !important;
    border-color: #3A7EE3 !important;
}
#homeTabs button:hover {
    background: #3A7EE3 !important;
    border-color: #3A7EE3 !important;
}
.hero-banner-content {
    max-width: 774px;
    width: 100%;
}
.hero-banner-content form .form-control {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    color: #000;
    height: 60px;
}
/* Chrome, Safari, Edge, Opera */
.hero-banner-content form .form-control::placeholder {
  color: #000;
  opacity: 1; /* ensures full color visibility */
   font-style: italic;
}

/* Firefox */
.hero-banner-content form .form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
   font-style: italic;
}

/* Internet Explorer 10-11 */
.hero-banner-content form .form-control:-ms-input-placeholder {
  color: #000;
   font-style: italic;
}

/* Microsoft Edge (Legacy) */
.hero-banner-content form .form-control::-ms-input-placeholder {
  color: #000;
   font-style: italic;
}
.hero-banner-content form {
    position: relative;
    margin-top: 16px;
}
.hero-banner-content .btn.btn-primary[type="submit"] {
    text-transform: uppercase;
    position: absolute;
    right: 0;
}
.btn.btn-primary[type="submit"] img {
    margin-right: 10px;
}
.container {
    max-width: 1600px;
    padding: 0 100px;
    width: 100%;
}
.header .navbar-nav {
    margin-right: 20px;
}
.view-all a {
    color: #000;
}

.slick-slider .slide-item {
  position: relative;
  margin: 10px;
  overflow: hidden;
  border-radius: 6px;
}

.slick-slider .slide-item img {
  width: 100%;
  display: block;
}

/* Slick Slider Overlay Styles */
.slick-slider .slide-item {
    position: relative;
    margin: 10px;
    overflow: hidden;
    border-radius: 10px;
}

.slick-slider .slide-item img {
    width: 100%;
    display: block;
}

.slide-content {
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
    display: inline-grid;
    align-items: flex-end;
    max-width: 100%;
    padding-bottom: 20px;
}
.slide-content .arrow {
    margin-top: 5px;
    font-size: 22px;
    font-weight: bold;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}
.slide-content .arrow .slider-grid-arrow {
    width: 22px;
}
.view-all {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    padding-bottom: 2px;
    border-bottom: 1px solid #000;
}
.view-all:hover
{
    color: #3A7EE3;
    border-color: #3A7EE3;
}
.view-all .blue-arrow {
    display: none;
}
.view-all:hover .dark-arrow {
    display: none;
}
.view-all:hover .blue-arrow {
    display: inline-block;
}
.slick-slider .slick-list {
    margin: 0 -10px;
}
.slide-content-inner {
    display: flex;
    padding: 0 20px;
    align-items: center;
}
.slide-content h3 {
    color: #fff;
}

.slick-slider .slick-prev, .slick-slider .slick-next {
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.11);
    width: 55px;
    height: 55px;
    border-radius: 200px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}
.slick-slider .slick-prev {
    left: -72px;
}
.slick-slider .slick-next {
    right: -82px;
}
.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
    content: "";
    opacity: 1;
    height: 24px;
    display: inline-block;
    position: absolute;
    width: 13px;
}
.slick-slider .slick-next:before {
    background: url(../images/right-arrow.svg);
}
.slick-slider .slick-prev:before {
    background: url(../images/left-arrow.svg);
}
.featured-properties {
    background: #F4F4F4;
    padding-bottom: 90px !important;
}
.slide-content-pro h4 {
    font-size: 22px;
    color: #000;
}
.slide-content-pro {
    border: 1px solid #D9D9D9;
    border-top: none;
    padding: 20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-bottom: 35px;
}
.slide-content-inner-pro .location img {
    width: 20px;
    margin-right: 3px;
}
.pro-icon {
    background: #C5DDFF;
    width: 40px;
    height: 40px;
    padding: 7px;
    border-radius: 200px;
}
.detail-pro strong {
    font-weight: 500;
}
.detail-pro {
    color: #000;
}
.detail-pro .info {
    align-items: center;
    margin-right: 14px;
}
.info-pro {
    padding-left: 6px;
}
.slide-content-inner-pro button.btn {
    border: 1px solid #3A7EE3;
    margin-top: 26px;
    background: transparent;
    color: #3A7EE3;
}
.slide-content-inner-pro button.btn:hover {
    background: #3A7EE3;
    color: #fff;
}
.featured-properties-slide .slide-item {
    margin: 0 15px;
}
.featured-properties .slick-slider .slick-list{
    margin: 0 -15px;
}
.featured-properties-slide .slide-img img {
    height: 328px;
}
.slick-slide .slide-img {
    object-fit: cover;
}

.featured-properties .slick-dots li.slick-active {
    background: #3A7EE3;
    opacity: 1;
}
.featured-properties .slick-dots li {
    width: 100px;
    background: #3A7EE3;
    margin: 0;
    opacity: 0.3;
    height: 3px;
}
.featured-properties .slick-dots {
    bottom: -74px;
}
.pro-status {
    width: 80px;
    height: 30px;
    top: 22px;
    left: 22px;
    background: rgba(58, 126, 227, 0.8);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 2px 0;
}
.pro-price {
    background: rgba(58, 126, 227, 0.8);
    height: 50px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 22px;
    border-radius: 6px;
    padding: 0 23px;
    right: 22px;
    bottom: 22px;
}
.testimonials-section {
    background: #F4F4F4;
}
.testimonials-slide .slide-item {
    background: #FFFFFF;
    padding: 34px;
    border: 1px solid #D9D9D9;
    margin: 0 20px;
}
.testimonials-section .slick-slider .slick-list {
    margin: 0 -20px;
}
.testimonials-slide.slick-slider .star img {
    width: 93px;
}
.testimonials-slide .slide-item h4 {
    font-size: 20px;
    margin-top: 13px;
}
.testimonials-slide .name:before {
    content: "";
    width: 18px;
    height: 2px;
    background: #000;
    display: inline-block;
    vertical-align: middle;
}
.testimonials-slide .name span {
    font-size: 20px;
    font-family: 'Graphik';
    font-weight: 500;
    vertical-align: middle;
}
.testimonials-slide .slide-item a {
    font-style: italic;
    text-decoration: underline;
    color: #000;
}
.property-find-section {
    height: 612px;
    background-size: cover !important;
}
.call-to-action-box {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 30px;
}
.call-to-action-box .form-control {
    box-shadow: none;
    height: 60px;
    border-radius: 0;
    background: none;
    border: none;
    padding: 0 20px;
    outline: none;
}
.call-to-action-box .form {
    background: #fff;
    border-radius: 10px;
}
.call-to-action-box .form button.btn.btn-primary {
    width: 25%;
}
.call-to-action-box .form .form-group {
    width: 37.5%;
}
.call-to-action-box .form .form-group:after {
    width: 1px;
    content: "";
    position: absolute;
    left: 0;
    height: 35px;
    background: #D9D9D9;
    display: inline-block;
    top: 14px;
}
.call-to-action-box .form .form-group:first-child:after {
    display: none;
}
.call-to-action-box .bottom-line {
    font-size: 18px;
}
.call-to-action-box .bottom-line span {
    font-size: 22px;
}
.process-circle {
    width: 200px;
    height: 200px;
    border: 1px solid #3A7EE3;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    background: #fff;
    z-index: 1;
}
.process-number {
    border: 1px solid #3A7EE3;
    width: 50px;
    height: 50px;
    border-radius: 200px;
    font-size: 22px;
    color: #3A7EE3;
    font-weight: 500;
    padding: 5px 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
}
.process-clm h3 {
    margin-top: 20px;
}
.process .row.process-clms>* {
    padding: 0 30px;
}
.process-clms:after {
    background: url(../images/process-line.svg);
    content: "";
    position: absolute;
    top: 70px;
    width: 996px;
    height: 115px;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: center;
}
.process-clms {
    position: relative;
}
.marketing-section {
    background: #E7EFFD;
}
.marketing-section .subtitle {
    max-width: 794px;
    margin: 0 auto;
}
.btn.btn-secondary {
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    background: transparent;
    border: 1px solid #3A7EE3;
    color: #3A7EE3;
}
.btn.btn-secondary:hover {
    background: #3A7EE3;
    color: #fff;
}
.marketing-section .btns .btn {
    margin: 0 5px;
}
.marketing-section .btns .btn:hover {
    border-color: #3A7EE3;
    color: #3A7EE3;
}
.marketing-section .btns .btn.btn-secondary:hover{
    color: #fff;
}
.left-building {
    width: 388px;
    height: 253px;
    left: 0;
    bottom: 0;
}
.right-building {
    width: 388px;
    height: 253px;
    right: 0;
    bottom: 0;
}
.footer {
    background: #3A7EE3;
}
.logo-grid {
    width: 35%;
    padding-right: 60px;
}
.footer-title {
    color: #fff;
    margin-bottom: 14px;
}
.footer-logo {
    margin-bottom: 40px;
}
.newsletter input.form-control {
    background: transparent;
    height: 60px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 10px;
}
/* Chrome, Safari, Edge, Opera */
.newsletter .form-control::placeholder {
  color: #fff;
  opacity: 1; /* ensures full color visibility */
   font-style: italic;
}

/* Firefox */
.newsletter .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
   font-style: italic;
}

/* Internet Explorer 10-11 */
.newsletter .form-control:-ms-input-placeholder {
  color: #fff;
   font-style: italic;
}

/* Microsoft Edge (Legacy) */
.newsletter .form-control::-ms-input-placeholder {
  color: #fff;
   font-style: italic;
}
.newsletter {
    position: relative;
}
.newsletter input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background-color: transparent;
    border: none;
    background-image: url(../images/bi_send.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.social-icons .social-icon {
    width: 47px;
    height: 47px;
    background: #fff;
    display: inline-flex;
    border-radius: 200px;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}
.quick-links {
    width: 20%;
    padding: 0 30px;
}
.quick-links ul li a {
    color: #fff;
    font-size: 16px;
}
.quick-links ul {
    list-style: none;
    padding: 0;
}
.quick-links ul li {
    padding: 6px 0;
}
.contact-us-clm {
    width: 25%;
}
.footer .contact-detail p {
    color: #fff;
}
.contact-detail a {
    color: #fff;
}
.contact-circle {
    width: 47px;
    height: 47px;
    background: #fff;
    border-radius: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.footer .contact-detail p {
    color: #fff;
    width: 70%;
    padding-left: 10px;
    margin: 0;
    align-items: center;
    display: inline-flex;
}
.contact-detail {
    margin-bottom: 18px;
}
.copyright {
    border-top: 1px solid rgba(197, 221, 255, 0.1);
    padding: 18px 0;
    position: relative;
    z-index: 1;
}
.copyright p {
    color: #fff;
    margin: 0;
}
.copyright p img {
    margin-right: 6px;
}
.footer-bg img {
    width: 100%;
}
.footer-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.footer .container {
    position: relative;
    z-index: 1;
}
.scroll-down-btn {
    width: 34px;
    height: 63px;
    border: 2px solid #FFFFFF;
    border-radius: 200px;
    position: absolute;
    bottom: 36px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
}
.scroll-down-btn:after {
    background: #fff;
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 200px;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 11px;
}
.about-banner .scroll-down-btn {
    width: 79px;
    border: none;
    bottom: 100px;
}
.about-banner .scroll-down-btn:after {
    display: none;
}
.about-image img {
    width: 100%;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.about-image:after {
    width: 199px;
    height: 172px;
    background: #B6CFF4;
    content: "";
    position: absolute;
    left: -30px;
    top: -30px;
    border-radius: 10px;
}
.about-image:before {
    width: 199px;
    height: 172px;
    background: #B6CFF4;
    content: "";
    position: absolute;
    right: -30px;
    bottom: -30px;
    border-radius: 10px;
}
.about-image {
    position: relative;
}
.about-sec-section {
    padding: 70px 0;
}
.start-home-search {
    overflow: hidden;
    height: 750px;
    position: relative;
}
.start-home-search:after {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.start-home-search .container {
    position: relative;
    z-index: 1;
}
.start-home-search .about-content h2, .start-home-search .about-content h3, .start-home-search .about-content p {
    color: #fff;
}
.about-pro-slider-main {
    right: 0;
    z-index: 1;
    padding-left: 130px;
}
.about-pro-slider-main .slide-content-pro {
    background: #fff;
    margin-top: -1px;
}
.about-pro-slider .slide-img img {
    height: 328px;
}
.about-pro-slider .slick-list:after {
    position: absolute;
    width: 287px;
    height: 90%;
    background: linear-gradient(270deg, rgba(249, 249, 249, 0.8) 0%, rgba(249, 249, 249, 0) 100%);
    content: "";
    display: inline-block;
    right: 0;
    top: 11px;
}
.about-pro-slider .slick-next {
    right: 30px;
}
.about-pro-slider .slick-next, .about-pro-slider .slick-prev {
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.11);
}
.about-pro-slider .slick-next:hover, .about-pro-slider .slick-prev:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.11);
}