
h1, h2, h3, h4, h5, h6, strong {
  color: #000;
  font-family: 'Roboto', sans-serif;
}

p {
    margin-bottom: 5px;
    line-height: 24px;
}

b, strong {
    font-weight: 500;
}

img {object-fit: cover;}

.gray-bg {
    background: #f7f7f7;
}

.navbar-nav button {
    font-family: 'Roboto', sans-serif;
}

.bold-600 {font-weight: 600;} 
.bold-500 {font-weight: 500;} 
.section-info {
    padding: 40px 0px;
}

.navbar-brand img {
    max-width: 120px;
}

.fixed-top .navbar-brand img {
    max-width: 100px;
}

#navbar_top {
    background-color: #fff;
    }
.top-nav {
 background: #000;
    border-bottom: 1px solid #404040;
    padding: 4px 0px;
}
.top-nav li {
    margin-right: 15px;
}
.top-nav a {
    font-size: 13px;
    letter-spacing: 1px;
}
.navbar-nav .nav-item-line > .nav-link {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
.navbar-nav button {
    font-size: 15px;
}
.navbar-nav {
    align-items: center;
}
#navbar_top.fixed-top {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background-color: #fff;
}
.home-banner h2, .home-banner h5, .home-banner p {
   /* color: #fff;*/
    }
.home-banner .carousel-caption {
    bottom: 38%;
    display: block !important;
}

.home-banner .carousel-caption {
    left: 4%;
   text-align: left;
}
.banner-layer {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    background: rgb(0 0 0 / 30%);
}

.home-banner-top .carousel-item {
    max-height: 750px;
    height: 750px;
    overflow: hidden;
}
.home-banner-top .carousel-item img {
    width: 100%;
    height: 100%;
}
.carousel-caption {
    letter-spacing: 0.8px;
}
.carousel-caption h5 {
    font-size: 16px;
}
.carousel-caption h2 {
   font-size: 36px;
    color: #fff;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.search-property .clickbtn {
    opacity: 0;
    transition: opacity .15s ease;
}

.section-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
}

.big-image-area {
    height: 660px;
    overflow: hidden;
}
.big-image-area img {
    height: 100%;
    width: 100%;
    }

.small-image-area {
    height: 425px;
    overflow: hidden;
}
.small-image-area img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    }

.title-area h2 {
    font-size: 28px;
}
.title-area a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}


.ab-bg-area {
    background: #000;
    height: 100%;
    text-align: center;
    padding: 60px 20px;
}
.ab-bg-area-2 {
    background: #016ea5;
}

.ab-bg-area h2, .ab-bg-area p, .ab-bg-area a {
  color:#fff;
}

.carousel-inner .image-area {
  height: 500px;
  overflow: hidden;
}
.carousel-inner .image-area img {
  height: 100%;
  width: 100%;
}

.search-property .carousel-caption {
    position: relative;
    right: 0;
    bottom: 1.25rem;
    left: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #000;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
.search-property .carousel-caption {
    bottom: -0px;
}

.search-property .carousel-caption p, 
.search-property .carousel-caption h5 {
    color: #000;
}

.search-property .carousel-caption h5 {
    font-weight: 600;
    font-size: 24px;
}

.search-click a {
  display: inline-block;
  padding: 10px 30px;
  border: 2px solid #000;
  text-decoration: none;
  color: #000;
  transition: 1s;
}
.search-click a:hover {
  color: #fff;
  background: #000;
}
.caption-diss h4 {
  font-size: 16px;
  text-transform: capitalize;
}

.search-click {
    padding: 20px 0px;
}

.inner-area:hover .images-area img {
    transform: scale(1.1);
    transition: 0.3s;
}
.images-area img {
    transition: 0.3s;
}

.footer-cta {
    position: relative;
    background-image: linear-gradient(rgb(5 0 40 / 90%), rgb(0 0 0 / 82%)), url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.offer-sec {
   position: relative;
    background-image: linear-gradient(rgb(5 0 40 / 40%), rgb(0 0 0 / 32%)), url(../images/ark8.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.offer-sec .ab-info-area {
  background-color: #24621e;
    color: #fff;
    padding: 5rem;
    border-radius: 4px;
}
.offer-sec .ab-info-area h2 {
  font-size: 30px;
}
.offer-sec .ab-info-area h2, .offer-sec .ab-info-area p, 
.offer-sec .ab-info-area a {
  color: #fff;
}
.insta-area .images-area {
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.insta-area .images-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.insta-area a {
    text-decoration: none;
    color: #000;
}

.offers-sec .inner-area {
    border-bottom: 2px solid #ff8507;
}
.small-area {
    width: 75%;
    margin: 0 auto 20px;
    text-align: center;
}

.partners-sec {
    text-align: center;
    border: 1px solid #5a5a5a;
    padding: 30px;
}
.prt-img {
    width: 180px;
    display: inline-flex;
    border: 1px solid #ccc;
    padding: 8px;
    margin: 5px;
}  

.heading-frm h4 {
    padding: 12px 20px;
    background: #005593;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 18px 0;
}
.form-fill {
    background: #f5f5f5;
    padding: 10px 30px 40px;
}

.form-fill label {
    margin: 0px;
    font-weight: 500;
}
.form-fill .form-control {
    height: 42px;
    border: 1px solid #97999b;
    padding-left: 10px;
    width: 100%;
    border-radius: 0px;
}

.page-banner .carousel-item {
    max-height: 500px;
    height: 500px;
    overflow: hidden;
}
.contact-box .info-box {
    background: #f7f7f7;
    padding: 30px;
    height: 100%;
}

.item-center {
    align-items: center;
}

.equal-box-img {
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.equal-box-img img {
    width: 100%;
    height: 100%;
   }

.btn-img-1 {
    position: absolute;
    width: 150px;
    height: 500px;
    left: 0;
}
.btn-img-1 img {
    width: 100%;
    height: 100%;
}

