body {
  font: 18px "Lato", sans-serif;
  /*max-width: 1600px;*/
  margin: 0 auto;
  color: #1d1d1b;
}

a {
  text-decoration: none;
  color: #1d1d1b;
}

.color1 {
  color: #1694b2;
}
.color2 {
  color: #a7d2dd;
}
.bg-color {
  background-color: #a7d2dd;
}
.bg-theme {
  background-color: #ADAA9A;
}
.btn-enquiry {
  background-color: #1694b2;
  color: white;
}
.font-secondary {
  font-family: "Lora", serif;
}

header {
  background: rgb(116,179,194);
  background: linear-gradient(180deg, rgba(116,179,194,1) 4%, rgba(157,205,217,1) 50%);
  padding: 0.5rem 0;
}
header ul, header li {
  list-style: none;
}
header navigation li {
  padding: 0 1rem;
}
header navigation li a {
    font: 18px "Lora", serif;
    color: #fff;
}
.main-text {
  font-size: 18px;
}
.main-text p{
   line-height: 1.5em;
}
.homeblock-header {
  font-size: 45px;
}
.homepage-listing {
  background-color: #F7f6f5;
}
.banner img {
    margin: 0 auto;
    display: block;
    width: 100%;
}
.btn-outline-theme {
  border: 1px solid #1694b2;
  color: #1694b2;
}

.homepage-listing .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.homepage-listing .row:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.team-section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.team-section .row:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.team-section .row:nth-child(2n) .image {
  text-align: right;
}

.testimonials img {
  position: absolute;
  left: 0;
  right: 0px;
  margin: 0 auto;
  top: -40px;
}

footer {
  background: rgb(116,179,194);
  background: linear-gradient(90deg, rgba(116,179,194,1) 4%, rgba(157,205,217,1) 50%);
  padding: 2rem;
}
footer p {
  margin-bottom: 0;
  color: white;
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-icons a {
  margin-right: 0.5rem;
}

.desktopview{
  display: block;
}
.mobileview{display: none;}

.deskftrview{display: block;}
.mbfirview{display: none;}


@media (max-width: 1024px) and (min-width: 768px){
  .desktopview{
      display: block;
  }
  .mobileview{display: none;}
  .deskftrview{display: block;}
  .mbfirview{display: none;}
}
@media (max-width: 992px) and (min-width: 768px){
  .desktopview{
      display: block;
  }
  .mobileview{display: none;}
  .deskftrview{display: block;}
  .mbfirview{display: none;}
  .team-section .image {
    text-align: center !important;
  }
  .team-section .text{
    text-align: center !important;
    padding: 0px 20px;
  }
  header navigation li {
    padding: 0 0.5rem;
  }
  header navigation li a {
    font-size: 14px;
  }
} 
@media (max-width: 767px){
  .desktopview{
    display: none;
  }
  .team-section .image {
    text-align: center !important;
  }
  .team-section .text{
    text-align: center !important;
    padding: 0px 20px;
  }
  .mobileview{display: block;padding:0px;}
  .header .navbar .navbar-nav .nav-link {
      color: #686559;
      padding: 0;
      line-height: normal;
  }
  .header .navbar .navbar-nav .dropdown-menu {
      background: transparent;
      color: #686559;
      border: 0;
  }
  .header .navbar .navbar-nav .nav-link:hover {
    color: #686559;
  }
  .header .navbar .navbar-nav li.dropdown .nav-link:after {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    top: 3px;
    font-size: 16px;
    color: #686559;
  }
  .header .navbar .navbar-nav li.dropdown.show .nav-link:after {
    content: '\f106';
  }
  .header .navbar ul.navbar-nav li.dropdown .dropdown-menu li {
    text-align: left;
    padding: 0;
  }
  .mobileview .navbar-collapse{margin-top: 15%;}
  .mob-text-center{
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 0 10px;
  }

  .mobileview .navbar button.navbar-toggler {
      font-size: 25px;
      color: #425968;
      position: relative;
      padding: 0;
  }
  .cntrlogo{
    text-align: center;
  }
  .mobileview .navbar-brand img{width: 55%;}

/*  .mobileview .navbar-nav li .dropdown .dropdown-menu a.dropdown-item{
    color:#ADAA9A;
  }*/
  .dropdown-menu {
    background-color: transparent;
    border: none;
  }
  .dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent !important;
  }
  .mobileview .navbar-nav li a {
    font: 20px "Lora", serif;
    color: #fff;
  }
  .mobileview .navbar-nav li a:hover,
  .mobileview .navbar-nav li a:active,
  .mobileview .navbar-nav li a:focus{
    color: #ffffff ;/*#53555a*/
  }
  .mobileview .navbar-nav li{
    padding: 4px 0px;
  }
  .mobftrlogo{text-align: center;}
  .deskftrview{display: none;}
  .mbfirview{display: block;}

  .mbfirview{margin-top: 15px;}
  .mbfirview .navbar-nav li{
    padding: 5px 0;
  }
  .mbfirview .navbar-nav li a{
    font: 20px "Lora", serif;
    color: #fff;
  }
  footer{
    padding: 0.4rem 2rem;
  }
  .property-main {
    height: 400px;
  }
  .price-table th {
    font-size: 18px !important;
    vertical-align: middle !important;
  }
}
.navbar{
  padding:0px;
}
header navigation li a:hover
{
  color:#53555A;
}
.border-outline {
  border: 1px solid #ADAA9A;
  background-color: #F7f6f5;
}
.contact-title {
  text-transform: uppercase;
  width: 100%;
}
.contact-text {
  width: 100%;
}
.contact-number {
  font-size: 34px;
  width: 100%;
  font-weight: bold;
}
.contact-email {
  font-size: 25px;
  width: 100%;
  font-weight: bold;
}
.contact-page-icons {
  color: #686559;
  text-align: center;
  width: 100%;
}
.contact-page-icons .fa-brands {
  color: #000000 !important;
}
.social-icons .fa-brands {
  color: white;
}
/*Property Page*/
.map {
  background-color: #F7f6f5;
}
.top-property-area {
  background-color: #F7f6f5;
}
.top-text p {
  font-size: 25px;

}
.property-features {
  background-color: #f5f5f5;
}
.property_features li {
  list-style: none;
  background: url(../img/bullet-point.png) left top no-repeat;
  padding-left: 80px;
}
.upper {
  text-transform: uppercase;
}
.location-heading {
  font-size: 40px;
}
.property-main {
  background-size: cover;
  background-repeat: no-repeat;
}
.content-area .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-area .row:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.content-area .row:nth-child(2n) .image {
  text-align: right;
}
.content-blocks h2{
  color: #1694b2;
  font-size: 40px;
  font-family: 'Lora', serif;
  padding-bottom: 1rem;
}
.content-blocks p{
   line-height: 1.5em;
}
.p6rem {
  padding-top: 6rem!important;
  padding-bottom: 6rem!important;
}
.img-100 {
  width: 100%;
  height: auto;
}
/* testimonial page */
.testimonial_page {
    padding: 30px 0 60px;
}
.testimonial_page .card{
    margin: 0 0 20px;
    border: 0;
    border-radius: 0;
    background: #f5f5f5;
    padding: 10px;
}
.testimonial_page .card2{
    margin: 0 0 20px;
    border: 0;
    border-radius: 0;
    background: #49A850;
    padding: 10px;
}
.testimonial_page .testi_content {
    padding: 5px; /*25px 5px 10px;*/
    /*background: #dadada;*/
    /*text-align: center;*/
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.card2 .quotes {
  color: #ffffff;
}
.card .quotes {
  color: #1694b2;
}
.margin-bottom{
    margin: 0 0 20px;    
}
.testimonial_page .testi_content b {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
}
.testimonial_page .testi_content p {
    font-style: italic;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    margin: 0 0 20px;
}
.testimonial_page .testi_content p.client_name{
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.testimonial_page .load_more {
    text-align: center;
    margin-top: 40px;
}
.testimonial_page .load_more .more_btn {
    border: 0;
    background: #0e2e44;
    color: #fff;
    padding: 6px 70px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 20px;
}
/* All News Page */
.news_list .news_item .news-image{
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 235px;
}
.news_list{
  background-color: #f5f5f5;
}
.news_list .news_item .news-content .news-title {
    font-size: 19px;
    font-weight: bold;
    margin: 0 0 10px;
}
.news_list .news_item a:hover{
  color: inherit;
}
.news_list .news_item .news-content {
    padding: 50px 20px;
}
.news_page .bottom_margin{
  margin-bottom: 50px; 
}
.pagination {
    margin: 50px 0 70px;
}
.pagination ul li {
    display: inline-block;
    margin: 0 -2px;
}
.pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #243965;
}
.pagination .page-item:first-child .page-link , .pagination .page-item:last-child .page-link{
  border-radius: 0;
}
.pagination .page-item .page-link {
    border: 0;
    background: transparent;
    color: #41413f;
    font-size: 20px;
    margin: 0;
    padding: 12px 20px;
    border-right: 1px solid;
    border-radius: 0;
}
.pagination .page-item .page-link:focus{
  box-shadow: none;
}

/* News Article */
.news_article .news-next-prev {
    margin: 20px 0 60px;
    text-align: center;
}
.news_article .news-next-prev ul {
    margin: 0;
}
.news_article .news-next-prev ul li {
    display: inline-block;
    padding: 0 25px;
    font-size: 14px;
    text-transform: uppercase;
}
.news_article .news-next-prev ul li a:hover{
  color: #243965;
}
.news_article .page-title.news-article-title {
    text-align: center;
}
.news_article .page-title.news-article-title h1 {
    font-size: 35px;
    margin: 0 0 20px;
    font-weight: 300;
}
.news_article .slider-img .article_img {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 600px;
}
.news_article .owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    left: -30px;
    font-size: 14px;
}
.news_article .owl-carousel .owl-nav button.owl-next{
  left: inherit;
  right: -30px;
}
.news_article .news_article_desc {
    margin: 60px auto 10px;
    max-width: 95%;
}
.news_article .news_article_desc h2 {
    font-size: 19px;
    font-weight: bold;
    margin: 0 0 30px;
}
.news_article .news_article_desc p strong{
    font-size: 19px;
    font-weight: bold;
}
.news_article .news_article_desc p{
  margin: 0 0 30px;
}
.news_article .news_article_desc p.sub_title{
  margin: 0;
  font-weight: bold;
  max-width: 100%;
  font-size: 16px;
  text-align: left;
}
.news_article .news_article_desc ul{
  margin: 0 0 30px;
  padding-left:40px;
}
.news_article .news_article_desc ul li{
  margin: 0 0 5px;
}
.news_article .social-share {
    font-size: 30px;
}
.news_article .social-share a:hover{
  color: inherit;
}
/* Prices */
.price-table td {
  border-top: solid 2px #ffffff;
}
.price-table th {
  font-size: 25px;
  font-weight: 700;
  font-family: "Lora", serif;
  color: #1694b2;
  vertical-align: top;
}
.header{
  border-bottom: solid 5px #ffffff;
}
.middle {
  border-right: solid 6px #ffffff;
  border-left: solid 6px #ffffff;
}
.price-table tr:last-child td {
  padding-bottom: 3rem !important;
}
.breadcrumbs {
    margin: 30px 0 20px;
}
.breadcrumbs ul {
    margin: 0;
}
.breadcrumbs ul li {
    display: inline-block;
    font-size: 12px;
    color: #a1a09f;
}
.breadcrumbs ul li a:hover{
  color: #243965;
}
.breadcrumbs ul li a.active {
    color: #41413f;
    font-weight: 600;
}
/* Gallery */

.galley-masonry {
    margin-top: 70px;
}
.galley {
  column-width: 300px;
  column-gap: 3px;
}
.galley img {
  width: 100%;
  cursor: pointer;
  margin-bottom: 3px;
}
.galley-masonry .lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(0,0,0,0.6);
  perspective: 1000;
  z-index: 99;
}
.galley-masonry .lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
}
.galley-masonry [class^="arrow"] {
  height:75px;
  width: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.galley-masonry [class^="arrow"]:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 12px;
  height: 12px;
}
.galley-masonry .arrowr {
  right: 0;
}
.galley-masonry .arrowr:after {
  border-right: 2px solid white;
  border-bottom: 2px solid white;
}
.galley-masonry .arrowl {
  left: 0;
}
.galley-masonry .arrowl:after {
  border-left: 2px solid white;
  border-top: 2px solid white;
}
.galley-masonry .close {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  margin: 10px;
  cursor: pointer;
  opacity: 1;
}
.galley-masonry .close:after,
.galley-masonry .close:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 25px;
    background: #fffefe;
    opacity: 1;
}
.galley-masonry .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.galley-masonry .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.page-main .galley-masonry .lightbox img{
    max-height: none;
}
.page-main .galley-masonry .lightbox{
    background-color: rgba(0,0,0,0.7);
}
.page-main .galley-masonry .close{
    right: 30%;
    top: 10%;
}
@media (min-width: 992px) {
  .equal {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1399px) {
  .contact-email {
    font-size: 20px;
  }
  .property_features li {
    background-size: 40px;
    padding-left: 60px;
  }
  .upper {
    font-size: 20px !important;
  }
  .ftext {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .contact-email {
    font-size: 16px;
  }
  .contact-number{
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .contact-email {
    font-size: 32px;
  }
  .mob-text-center{
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 0 10px;
  }
}
@media (max-width: 576px) {
  .contact-email {
    font-size: 25px;
  }
  .contact-number{
    font-size: 28px;
  }
  .mobview-block {
    padding: 0px 20px;
  }
  .mob-row {
    --bs-gutter-x: 0;
  }
  .contact-page-icons .fa-brands {
    font-size: 2rem;
  }
  .property_features {
    padding-left: 0px;
  }
  .top-text p {
    font-size: 18px;
  }
  .ftext {
    font-size: 18px !important;
}
}
@media (max-width: 400px) {
  .location-heading {
    font-size: 30px;
  }
}
@media (max-width: 1100px) and (min-width: 992px){
  .location-heading {
    font-size: 30px;
  }
  header navigation li a {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
    .contact-email {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
    .contact-email {
    font-size: 16px;
  }
}