@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/***** General CSS *****/

/* goto colors blue,soft colors
 no red no orange  colors */

body {
  background: #f5f5f5;
  word-break: break-word;
  overflow-x: hidden;
  position: relative;
  color: #2b2b2b;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

@font-face {
  font-family: "AvenirLTStd";
  src: url("../fonts/AvenirLTStd-Black.otf");
}
/***** Headings *****/

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

h1 {
  font-size: 26px;
  line-height: 1.3846153846;
}

h2 {
  font-size: 35px;
  line-height: 45px;
  color: #0e5f81;
  text-transform: uppercase;
  padding: 0 0 2px;
  margin: 0;
  font-weight: 800;
  font-family: "Fira Sans", sans-serif;
}

h3 {
  font-size: 22px;
  line-height: 28px;
}

h4 {
  font-size: 20px;
  line-height: 24px;
}

h5 {
  font-size: 18px;
  line-height: 23px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

address {
  font-style: italic;
  margin-bottom: 24px;
}

.cl2 {
  color: #17375f;
}
/***** Gradient Text *****/

/***** Utilities *****/

.padd {
  padding: 100px 0;
  position: relative;
}

.paddTop {
  padding-top: 100px;
}

.paddBottom {
  padding-bottom: 100px;
}

.margTop {
  margin-top: 100px;
}

.margBottom {
  margin-bottom: 100px;
}

.flx {
  display: flex;
  align-items: center;
  gap: 16px;
}

.bt {
  display: inline-block;
}

.pbtn {
  background: rgb(3, 82, 115);
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  display: inline-block;
  padding: 12px 24px;
  border-radius: 6px;
  transition: 0.2s;
}

.maxWidth {
  max-width: 1440px;
}

/* general btn css start  */

a {
  color: #24890d;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: #fff;
  color: #41a62a;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */

.menuSec {
  padding: 0px 0;
  background: rgba(86, 86, 86, 0.2) !important;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 10px 10px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  background: transparent;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #28b16d;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/*banner css start */

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

/*banner css end*/

/* Header start  */

.top_header p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 18px;
}

.top_header a {
  color: #333;
  font-weight: 400;
  transition: 0.2s;
  text-transform: uppercase;
  font-family: "Fira Sans";
  font-size: 14px;
}

.top_header a:hover {
  color: #24890d;
}

p.top_head_rgt-links {
  justify-content: flex-end;
}

.menuSec ul li a:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 46%;
  right: -10px;
  top: 13px;
  background: #fff;
  transition: 0.2s;
}

.menuSec ul li a:hover:before {
  opacity: 0;
}

.menuSec ul li a:hover {
  background: #857dbd;
  color: #fff;
}

.menuSec ul li:last-child a:before {
  display: none;
}

.btm-center_head h1 a {
  font-size: 40px;
  font-family: "Lato";
  color: #fff;
  font-weight: 700;
}

.btm-center_head h1 ~ span {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 10px;
  font-weight: 600;
  display: block;
  color: #fff;
}

.btm-left_head a {
  font-size: 22px;
  font-family: "AvenirLTStd";
  line-height: 30px;
  color: #fff;
}

.btm-rigth_head .head_logo ~ a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-right: 33px;
}

.top_header {
  background: #fff;
}

.btm_header {
  padding-top: 10px;
}

.btm-left_head {
  width: 74%;
  text-align: center;
}

.btm-left_head img {
  width: 41%;
}
/* Header end  */

/* Banner start  */

img.banner-bg_img {
  height: 760px;
  width: 100%;
  object-fit: cover;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 12;
}

.banner_text {
  position: relative;
  margin-top: 60px;
}

section.main_slider {
  position: relative;
  background: #4d4e75;
}

.carousel-caption:before {
  position: absolute;
  width: 100%;
  height: 60px;
  background: #4d4e75;
  bottom: 0;
}

.search-form-container {
  width: 69%;
  margin: 40px auto;
}

/* Banner end  */

/* featured listing start  */

.heading {
  position: relative;
  padding-bottom: 4px;
  margin-bottom: 32px;
}

.heading span {
  position: relative;
}

.heading:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 3px;
  background: #0e5f81;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.prop_cd {
  position: relative;
  padding: 20px;
  background: #fff;
  transition: 0.3s;
  overflow: hidden;
}

.prop_head {
  background: #f0f0f0;
  text-align: center;
  width: 100%;
  float: left;
  padding: 18px 0 15px;
  position: relative;
}

.prop_head h3 {
  color: #282828;
  text-transform: uppercase;
  font-family: "AvenirLTStd";
  margin: 0;
}

.prop_head h4 {
  color: #666;
  font-size: 18px;
  margin: 0px;
}

img.propty-cd_img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
  position: relative;
}

.prop_img {
  position: relative;
  display: inline-block;
  width: 100%;
}

a.view_list {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  padding: 14px 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  bottom: 0;
  background: rgba(88, 191, 74, 0.8);
  text-align: center;
  transition: 0.3s;
}

a.view_list:hover {
  background: rgba(14, 95, 129, 0.8);
}

.prop_txt h5 {
  padding: 30px 0 24px;
  margin: 0 0 20px;
  font-size: 28px;
  text-transform: uppercase;
  color: #0972a7;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  border-bottom: solid 1px #e5e5e4;
  text-align: center;
}

ul.prop_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

ul.prop_list li {
  display: flex;
  align-items: center;
  gap: 14px;
}

ul.prop_list li span {
  font-family: "Fira Sans";
  font-weight: 400;
}

.prop_cd:hover {
  transform: translate(0px, -3px);
  filter: drop-shadow(2px 4px 16px #9999994a);
}

.prop_cd:hover img.propty-cd_img {
  filter: brightness(0.6);
}

.pbtn:hover {
  color: #fff;
  background: #59ad52;
  transform: scale(0.99);
}

/* featured listing end  */

/* tabs-sec start  */

.nav-tabs .nav-link {
  color: #000000d4;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 18px;
  background: #fff;
  border: 0px;
  border-radius: 58px;
  text-transform: uppercase;
  font-family: "AvenirLTStd";
  box-shadow: 0px 0px 3px 0px #99999970;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border: 0;
  background: #035273;
  color: #fff;
}

ul.nav-tabs {
  display: flex;
  justify-content: center;
  border: 0px;
  margin-bottom: 30px;
  gap: 14px;
}

section.tabs-sec .tab-content {
  background: #fff;
}

.tabs-sec p a {
  color: #035273;
  font-family: "Fira Sans";
  text-decoration: underline;
}

.tabs-sec p a:hover {
  color: #24890d;
}

a.read_more {
  border: solid 2px #bdbdbd;
  background: none;
  padding: 12px 24px;
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.01em;
  font-weight: 600;
  color: #545455;
  font-size: 16px;
  line-height: normal;
  transition: 0.2s;
  border-radius: 45px;
}

a.read_more:hover {
  border-color: transparent;
  background: #035273;
  color: #fff;
}

.tab-bt {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* tabs-sec end  */

/* search properties start  */

.search-box {
  border: 4px solid #035273;
  padding: 30px;
  background: #fff;
  border-radius: 9px;
}

.field-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 15px;
}

.field-row label {
  width: 170px;
  font-size: 13px;
  font-weight: 600;
}

.field-row select {
  width: 100%;
  height: 38px;
  border: 1px solid #ccc;
  padding: 0 10px;
  background: #fff;
}

.range {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.range select {
  width: 100%;
}

.features-row {
  background: #dddddd78;
  padding: 12px 15px;
  margin: 25px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  font-size: 12px;
}

.features-row span {
  font-weight: 700;
  margin-right: 10px;
  font-family: "Fira Sans";
}

.features-row label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 14px;
  font-family: "Fira Sans";
  color: #444444bf;
}

.submit-btn {
  background: transparent;
  border: 2px solid #2a6c8f;
  padding: 10px 60px;
  font-weight: 700;
  color: #035273;
}

.submit-btn:hover {
  background: #035273;
  color: #fff;
}

.field-row select {
  width: 100%;
  height: 38px;
  border: 1px solid #cfcfcf;
  padding: 0 35px 0 10px;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* custom arrow */
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23999' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px;
  cursor: pointer;
}

.range span {
  flex-shrink: 0;
}

section.search-prop-sec .nav-tabs .nav-link {
  min-width: 190px;
}

section.search-prop-sec .nav-tabs .nav-link:hover {
  background: #035273;
  color: #fff;
}

img.nw-propty-cd_img {
  height: 270px;
  width: 100%;
  object-fit: cover;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}

.prop_cd.new-list {
  padding: 10px;
}

.prop_cd.new-list h3 {
  font-size: 16px;
  line-height: 20px;
}

.prop_cd.new-list h4 {
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "Fira Sans";
}

.new-list:hover img.nw-propty-cd_img {
  filter: brightness(0.6);
}

p.m-0.de-info {
  text-align: center;
  padding-bottom: 16px;
}

.prop_cd.new-list h5.price {
  margin-bottom: 10px;
}

/* search properties end  */

.search-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 54px;
  background: #fff;
  font-size: 17px;
  color: #bdbcbc;
  font-family: "Fira Sans", sans-serif;
  font-weight: normal;
  border: none;
  width: 100%;
  padding: 0px 10px;
  gap: 24px;
  border-radius: 4px;
}

.search-form-container form {
  display: flex;
  align-items: center;
  gap: 14px;
}

.search-form input {
  height: 100%;
  width: 100%;
  border: 0px;
  padding: 0px 10px;
  border-right: 1px solid #66666638;
}

.search-form .formff {
  flex-shrink: 0;
  min-width: 190px;
  position: relative;
  height: 100%;
}

.search-form .formff select {
  width: 100%;
  border: 0px;
  height: 100%;
  color: #666;
  border-right: 1px solid #66666638;
  cursor: pointer;
}

.search-form .formff i {
  position: absolute;
  right: 20px;
  top: 18px;
}

.search-form .formff:last-child select {
  border: 0px;
}

.s-btn button {
  border: 0px;
  height: 54px;
  width: 54px;
  background: #fff;
  border-radius: 4px;
  color: #0e5f81;
  font-size: 20px;
  transition: 0.3s;
}

.s-btn button:hover {
  background: #0e5f81;
  color: #fff;
}

/* browse section start */

.browse-cd {
  position: relative;
  overflow: hidden;
}

.browse-cd a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 61%,
    rgba(0, 54, 57, 0.56) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 61%,
    rgba(0, 54, 57, 0.56) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 61%,
    rgba(0, 54, 57, 0.56) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#003639',GradientType=0 );
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.browse-cd a {
  display: block;
  position: relative;
  transition: 0.2s;
}

img.browse-cd_img {
  display: block;
  width: 100%;
  height: 250px;
  transition: 0.3s;
}

.browse-cd_txt {
  position: absolute;
  padding: 14px 20px;
  bottom: 0;
  text-align: center;
  width: 100%;
}

h3.browse-cd_title {
  margin: 0;
  text-align: center;
  font-family: "Fira Sans";
  position: relative;
  text-transform: uppercase;
}

.browse-cd a:hover:before {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 61%,
    rgba(191, 6, 2, 0.56) 100%
  );
}

.browse-cd a:hover {
  transform: translate(0px, -4px);
}

/* browse section end  */

/* News & updates start  */

.services-new-Slider .slick-next:hover:before {
  background: #0e5f81;
  color: #fff !important;
}

.services-new-Slider .slick-next:before {
  content: "\f061" !important;
  font-family: "FontAwesome";
  border: 1px solid #0e5f81;
  padding: 14px 16px;
  border-radius: 30px;
  color: #0e5f81 !important;
  background: #fff;
}

.services-new-Slider .slick-prev:hover:before {
  background: #1e477d;
  color: #fff !important;
}

.services-new-Slider .slick-prev:before {
  content: "\f060" !important;
  font-family: "FontAwesome";
  border: 1px solid #0e5f81;
  padding: 14px 16px;
  border-radius: 30px;
  color: #0e5f81 !important;
  background: #fff;
}

.services-new-Slider .slick-prev {
  left: -15px;
  z-index: 12;
}

.services-main-sec .slick-slide {
  margin: 0px 14px;
}

.blogs-cd {
  position: relative;
  padding: 10px;
  background: #fff;
  transition: 0.3s;
  height: 670px;
}

img.blog-poster_img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.blogs_txt {
  padding: 0 14px 14px;
  position: relative;
  text-align: center;
}

.blogs_txt h3 {
  color: #0e5f81;
  text-transform: uppercase;
  padding: 10px 0 4px;
  margin: 0;
  font-weight: 800;
  font-family: "Fira Sans", sans-serif;
}

span.bgdate {
  font-size: 12px;
  color: #797878;
  text-transform: uppercase;
  display: inline-block;
  background: #eeeeec;
  line-height: 18px;
  padding: 3px 22px;
}

.blogs_txt .bt {
  width: 100%;
}

.blogs_txt .bt a.pbtn {
  width: 100%;
}

.blogs-cd:hover {
  transform: translate(0px, -3px);
}

.services-new-Slider .slick-list {
  overflow: visible;
}

.services-new-Slider .slick-next {
  right: 15px;
}

.services-main-sec .slick-active {
  opacity: 1;
}

/* News & updates end  */

/* Testimonial start  */

section.testi {
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/testi-bg-img.webp);
}

img.rating-line-img {
  width: auto;
}

img.qutoe-left {
  position: absolute;
  width: auto;
  left: 0;
  top: 0;
}

.testi-txt {
  position: relative;
  padding: 40px 0px;
}

.testi-txt p {
  font-family: "Lato", sans-serif;
  color: #343535;
  font-size: 26px;
  line-height: 36px;
  font-weight: 300;
  font-style: italic;
  color: #710000;
  text-shadow: 1px 1px #fff;
  padding: 0 0px 20px 0px;
}

img.qutoe-right {
  position: absolute;
  right: 0;
  width: auto;
  bottom: 0;
}

.rating {
  display: table;
  margin: 0px auto 20px;
}

span.name-test {
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  color: #710000;
  text-shadow: 1px 1px #fff;
  display: inline-block;
}

a.read-more-link {
  color: #710000;
  font-weight: 500;
}

a.read-more-link:hover {
  color: #24890d;
}

/* Testimonial end  */

/* Usefull blocks start  */

.new-step_card {
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 10px 0px #4444440d;
  border-radius: 13px;
  position: relative;
  border: 1px solid #44444442;
  min-height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  transition: 0.3s;
}

.new-step_card h2 {
  font-size: 24px;
  line-height: 30px;
  padding: 0;
  transition: 0.3s;
}

.new-step_card:hover {
  background: #035273;
}

.new-step_card:hover h2 {
  color: #fff;
}

.new-step_card:hover {
  transform: translate(0px, -2px);
}

/* Usefull blocks end  */

/* footer start  */

footer {
  background-color: #67717c;
}
/* footer end  */
