@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=Maven+Pro:wght@400..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: #151834;
}

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

h2 {
  font-size: 35px;
  line-height: 45px;
  color: #0e5f81;
  text-transform: uppercase;
  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: 80px 0;
  position: relative;
}

.paddTop {
  padding-top: 80px;
}

.paddBottom {
  padding-bottom: 80px;
}

.margTop {
  margin-top: 80px;
}

.margBottom {
  margin-bottom: 80px;
}

.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;
  color: #fff;
}

.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  */

/* media section start  */

.footer-socials i {
  border: 1px solid #eeee;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  width: 40px;
  height: 40px;
  color: #fff;
  background: transparent;
}

.media-top {
  margin-bottom: 24px;
  background: #5ea407 url(../images/footer-social-logo.webp) 80% top no-repeat;
  background-size: auto 100%;
  float: left;
  width: 100%;
  padding: 20px 20px;
}

.media-top h2 {
  padding: 0;
  font-size: 26px;
  line-height: 32px;
  font-weight: 300;
  color: #fff;
  font-family: "Fira Sans", sans-serif;
  text-transform: capitalize;
}

.footer-socials {
  justify-content: flex-end;
}

.footer-socials i:hover {
  background: #fff;
  color: #0e5f81;
}

.main-imgs {
  position: relative;
}

img.meida-img1 {
  height: 280px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 14px;
}

.media-txt {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #dfe0e1;
  padding: 20px 30px;
}

.media-txt h2 {
  font-weight: normal;
  font-size: 26px;
  color: #0e5f81;
  text-transform: uppercase;
  margin: 0;
  font-family: "AvenirLTStd";
}

.media-txt p {
  font-size: 18px;
  line-height: 30px;
}

.media-form {
  width: 90%;
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.media-form input {
  flex-grow: 1;
  height: 50px;
  border: 1px solid #cdcdcd;
  width: 100%;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  box-shadow: none;
  padding: 0px 10px;
}

.media-form .bt {
  flex-shrink: 0;
}

.media-form .bt button {
  border: 0px;
}

.main-imgs .bt .pbtn {
  border-radius: 0;
}

/* media section start  */

/* footer start  */

footer.footerSec {
  clear: both;
  background: #67717c;
  border-top: 4px solid #737e8a;
  padding: 50px;
  font-family: "Maven Pro", sans-serif;
  color: #fff;
}

.robot {
  font-size: 14px;
  margin: 0;
}

.box-container {
  display: flex;
  background-color: #f9f9f9;
  border: 1px solid #d3d3d3;
  border-radius: 7px;
  align-items: center;
  padding: 5px 12px;
  gap: 34px;
}

.box-containe input[type="checkbox"] {
  appearance: none;
  width: 26px;
  height: 26px;
  border: 2px solid #c1c1c1;
  margin: 0px 14px 0px 14px;
}

.box-containe input[type="checkbox"]:checked::before {
  content: url(https://img.icons8.com/?size=20&id=27&format=png&color=1e5180);
  display: block;
  line-height: 20px;
  padding: 0.05rem 0.6rem 0rem 0.05em;
}

.box-containe .logo {
  display: block;
  margin-left: 65%;
}

.box-containe .logo-text {
  text-align: right;
  font-size: 9px;
  font-family: "Roboto", sans-serif;
}

.omss {
  display: flex;
  gap: 10px;
}

.omss input {
  flex-shrink: 0;
}

.footer-form p {
  margin: 0px;
  color: #000;
  font-size: 13px;
  line-height: 13px;
}

p.logo-text-tos {
  font-size: 8px;
  line-height: 10px;
}

.following-areas ul li {
  padding: 0 0 18px 0;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
}

.following-areas ul {
  column-count: 4;
}

.following-areas ul li a:hover {
  text-decoration: underline;
}

.following-areas ul li a {
  color: #fff;
  font-weight: 300;
  transition: 0.2s;
}

h2.footer-title1 span {
  background: #67717c;
  padding: 0 10px;
}

h2.footer-title1 {
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #91da05;
  text-transform: uppercase;
  padding: 0 0 22px 0;
  margin: 0;
  background: url(../images/green-border.webp) left 9px repeat-x;
  text-align: center;
}

.ft-form-ff {
  position: relative;
  margin-bottom: 24px;
}

.ft-form-ff input {
  height: 44px;
  border: 1px solid #cdcdcd;
  width: 100%;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  box-shadow: none;
  padding: 0px 10px;
  font-weight: 500;
}

.ft-form-ff textarea {
  width: 100%;
  resize: unset;
  border: 1px solid #cdcdcd;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  box-shadow: none;
  padding: 12px 10px;
  font-weight: 500;
  height: 80px;
}

.footer-form button.pbtn {
  border: 0px;
  width: 160px;
  margin-bottom: 50px;
}

.brand-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 64px;
}

span.logos-caption {
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  text-align: center;
  line-height: 11px;
  transition: 0.2s;
  display: inline-block;
}

.logosinner {
  text-align: center;
}

.logosinner a:hover span {
  color: #fff;
  text-decoration: underline;
}

.footer-right {
  text-align: center;
  border-left: 1px solid #ffffff2b;
}

.foter-rihgt-tit h2 {
  padding: 0 0 30px 0;
  margin: 0;
  text-transform: inherit;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 26px;
  color: #4ec7cb;
}

.footer-right .add {
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  padding-bottom: 25px;
}

.footer-right .add p {
  margin: 0;
  padding: 0 0 44px 0;
}

.footer-right .add p a {
  color: #fff;
}

.footer-right .add p a:hover {
  text-decoration: underline;
}

ul.foot-logo-right-sm {
  width: 100%;
  margin: 0 auto;
  padding: 25px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

ul.foot-logo-right-sm img {
  opacity: 20%;
  transition: 0.2s;
}

ul.foot-logo-right-sm img:hover {
  opacity: 1;
  transform: scale(1.2);
}

img.footer-logo-2 {
  width: 80%;
}

footer.copyright {
  padding: 60px 0;
  background: #e8e6e5;
}

/* footer end  */

/* inner banner start  */

section.innerbaner {
  padding: 270px 0 20px;
  background-image: url(../images/inner-banner-img.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

section.innerbaner h2 {
  font-family: "Fira Sans", sans-serif;
  text-align: center;
  font-size: 32px;
  color: #fff;
  line-height: 32px;
  font-weight: 400;
}

/* inner banner end  */

/* about page start  */

nav.breadcampnave {
  display: inline-block;
}

nav.breadcampnave ol.breadcrumb {
  padding: 8px 16px;
  background: #ddd;
}

nav.breadcampnave ol.breadcrumb a {
  color: #17375f;
  font-weight: 600;
}

nav.breadcampnave ol.breadcrumb a:hover {
  text-decoration: underline;
}

p.entry-content a {
  text-decoration: underline;
  color: #01496d;
  font-weight: 600;
}

p.entry-content:hover {
  text-decoration: unset;
}

p.entry-content {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}

.site-name {
  font-size: 52px;
  color: #02869a;
  padding-bottom: 8px;
  font-family: "Sanchez", serif;
  font-weight: 400;
  line-height: 50px;
}

.abousecRight {
  text-align: center;
  padding: 40px;
  background: #e1e8eb;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

span.color-02 {
  color: #02526d;
}

span.color-03 {
  color: #09aad2;
}

p.entry-content b {
  font-weight: 700;
  font-family: "Maven Pro";
}

section.ab2 .row .col-12 {
  background: #daedf6;
  padding: 40px;
  text-align: center;
}

section.ab3 .row {
  padding: 40px;
  text-align: center;
  background: #f0f0f0;
  border: 2px solid #d8d8d8;
  outline: 1px solid #4444443b;
  outline-offset: 4px;
}

ul.ab3list {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}

ul.ab3list li {
  width: 100%;
  background: #e9e8db;
  font-size: 19px;
  color: #0e5f81;
  line-height: 20px;
  text-transform: uppercase;
  padding: 18px;
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  transition: 0.4s;
}

ul.ab3list li:hover {
  background: #0e5f81;
  color: #fff;
  transform: translate(3px, 0px);
}

section.ab3 .heading p {
  width: 85%;
  margin: 0 auto 18px;
  font-size: 17px;
  line-height: 26px;
}

section.ab3 .heading:before {
  display: none;
}

/* teams sec  */

img.barbarmorales-img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}

div#our-team {
  text-align: center;
  margin-bottom: 50px;
}

div#our-team h2 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  line-height: 30px;
  background: url(../images/title-border.webp) left center repeat-x;
}

div#our-team h2 span.b {
  background: #f0f0f0;
  padding: 0 15px;
}

section.team p {
  font-size: 19px;
  line-height: 30px;
}

section.team .row {
  background: #f9f9f9;
  padding: 40px 30px;
}

/* teams sec  */
/* about page end  */

/* testimonials page start  */

section.testi-page ul li {
  padding: 0 0 30px 0;
}

section.testi-page ul li .rev-main {
  background-size: cover;
  padding: 30px 15px;
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
}

section.testi-page ul li .rev-main p {
  font-family: "Lato", sans-serif;
  font-size: 23px;
  line-height: 31px;
  font-style: italic;
  color: #710000;
  text-shadow: 1px 1px #fff;
  padding: 0 50px 20px 50px;
}

section.testi-page span.rev_ven {
  color: #0972a7;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  line-height: 31px;
  font-style: italic;
  display: block;
}

section.testi-page span.date {
  font-size: 14px;
  color: #0972a7;
  font-style: italic;
}

/* testimonials page end  */

/* news start page  */

ul.mewslatters_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

ul.mewslatters_list .latters-wp {
  background-color: #e1e8eb;
  padding: 32px 16px;
  border-right: 2px solid #bed0d7;
  border-bottom: 2px solid #bed0d7;
}

section.testi-page ul.mewslatters_list li {
  padding: 0;
}

.latters-title h2 {
  font-size: 22px;
  font-family: "Fira Sans", sans-serif;
  text-decoration: none;
  font-weight: 600;
  line-height: normal;
}

.latters-title {
  margin-bottom: 32px;
}

.latters-btn {
  width: 45%;
  margin: 0 auto;
  position: relative;
}

.latters-btn a.latter-btn {
  background: #eaebeb;
  border: 1px solid #b5d0dc;
  line-height: 36px;
  height: 38px;
  text-align: center;
  width: 190px;
  display: inline-block;
  font-family: "Fira Sans";
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: #3c3c3b;
  position: relative;
}

.latters-btn a.latter-btn:hover {
  background: #0e5f81;
  color: #fff;
}

.share-news {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.latters-btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 18px;
  background: #b5d0dc;
  left: 0;
}

img.new-lt-dt-img {
  margin: 0px auto;
  display: table;
  height: 500px;
}

.nw-lat-dt-list {
  margin: 40px 0 20px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  column-gap: 24px;
  justify-content: center;
}

.nw-lat-dt-list h3 {
  text-transform: capitalize;
  font-family: "Maven Pro";
  font-size: 22px;
  line-height: 25px;
  font-weight: 600;
  background: #fff;
  display: inline-block;
  padding: 14px 32px;
  transition: 0.3s;
}

.nw-lat-dt-list h3:hover {
  background: #151834;
  color: #fff;
}

.nw-lat-it {
  text-align: center;
  margin-bottom: 80px;
}

.nw-lat-it p {
  font-size: 18px;
}

.newdt-cl2 h4 {
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  color: #151834;
  margin-bottom: 18px;
  line-height: 30px;
}

.newdt-cl2 h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Fira Sans";
  color: #1111;
}

/* news end  page  */

/* contact page start  */

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.contact-form-section .field {
  margin-bottom: 18px;
}

.contact-form-section .field label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  color: #333;
}

.contact-form-section .field span {
  color: red;
}

.contact-form-section .field input,
.contact-form-section .field select,
.contact-form-section .field textarea {
  width: 100%;
  border: 1px solid #cfcfcf;
  padding: 8px 10px;
  font-size: 14px;
  background: #fff;
}

.contact-form-section .field textarea {
  height: 120px;
  resize: none;
}

/* address */
.address-group h4 {
  font-size: 14px;
  margin: 10px 0;
  font-weight: normal;
}

.field-inline {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px;
}

.field-inline label {
  width: 60px;
  margin: 0;
}

.field-row {
  display: flex;
  gap: 15px;
}

.contact-form-section .state {
  flex: 1;
}

.contact-form-section .zip {
  width: 120px;
}

/* submit */
.contact-form-section .submit-btn {
  margin-top: 15px;
  background: #5ea000;
  color: #fff;
  border: none;
  padding: 10px 30px;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
}

.contact-form-section .submit-btn:hover {
  background: #4a8300;
}

/* recaptcha */
.contact-form-section .recaptcha-box {
  margin-top: 25px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-form-section .recaptcha-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-form-section .checkbox {
  width: 22px;
  height: 22px;
  border: 2px solid #666;
}

.contact-form-section .recaptcha-right {
  font-size: 12px;
  color: #777;
}

.note-red {
  background: #e4e4e4;
  color: #000;
  padding: 30px;
  margin-top: 32px;
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  line-height: 33px;
  font-weight: 400;
}

.address-border {
  width: 100%;
  border-top: 1px solid #d7d7d7;
  margin-top: 48px;
}

.address-border .office-address {
  border-top: 1px solid #d7d7d7;
  margin-top: 2px;
  padding-top: 30px;
  margin-bottom: 20px;
}

p.office-title {
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Fira Sans";
  display: inline-block;
}

img.office-img {
  padding: 10px;
  border: 1px solid #d7d7d7;
  width: 100%;
  height: 320px;
}

.conleftcol {
  position: relative;
  padding-left: 40px;
}

.cnt-right-sidebar {
  padding: 40px 20px;
  background: #e1e8eb;
}

.bb-logo {
  display: inline-block;
  margin: 30px 0px 40px;
}

.bb-logo img {
  width: 80%;
  margin: 0 auto;
}

.cnt-right {
  position: relative;
  padding-bottom: 20px;
}

.cnt-right:before {
  position: absolute;
  content: "";
  width: 30%;
  height: 3px;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: table;
  background: #4444;
  bottom: 0;
  border-radius: 45px;
}

.barbara-image span {
  display: block;
  line-height: 20px;
  font-size: 14px;
}

img.barbaramorals-img {
}

.cnt-bhhlog {
  margin: 40px 0px 40px;
}

.cnt-bhhlog img {
  width: 100%;
}

.cnt-right-sidebar ul.foot-logo-right-sm img {
  filter: brightness(0);
}

/* contact page end  */

/* News Updated start  */

section.newsP-page .heading:before {
  left: 140px;
  right: unset;
}

section.newsP-page .heading {
  position: relative;
  left: -70px;
}

.cat-crd {
  position: relative;
  padding: 10px;
  background: #fff;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 18px;
  border-radius: 13px;
}

.cat-crd-img {
  flex-shrink: 0;
  width: 44%;
}

.cat-content {
  flex-grow: 1;
}

.cat-content h3 a {
  color: #01367d;
  font-family: "Fira Sans";
}

.cat-content h3 {
  margin: 0;
}

.cat-content .bt {
  width: 100%;
  text-align: center;
}

.cat-content .bt a.pbtn {
  border-radius: 45px;
  width: 100%;
  font-size: 13px;
  padding: 10px;
}

.cat-content p {
  font-size: 15px;
  line-height: 24px;
  font-family: "Lato";
  margin-bottom: 10px;
}

img.cat-drd-img {
  width: 100%;
  object-fit: cover;
  height: 210px;
}

.new-heading {
  margin-bottom: 50px;
}

.new-heading ul {
  margin: 0px auto;
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 14px;
  row-gap: 10px;
  justify-content: center;
}

.new-heading ul a {
  display: inline-block;
  padding: 10px 34px;
  background: #fff;
  color: #035273;
  font-weight: 600;
  border: 1px solid #03527333;
  transition: 0.3s;
}

.new-heading ul a:hover {
  background: #035273;
  color: #fff;
}

.new-heading h3 {
  font-size: 24px;
  line-height: 30px;
  font-family: "Lato";
  font-weight: 600;
  margin: 8px 0px 18px;
}

img.news-item-img {
  height: 310px;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
  border-radius: 18px;
}

.news-items {
  position: relative;
  padding: 10px;
  background: #fff;
  transition: 0.3s;
  border-radius: 18px;
  margin: 20px 0;
}

.news-content {
  padding: 0 14px;
}

.news-content h2 {
  font-family: "Lato";
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  padding-bottom: 5px;
}

.news-content span.news-dtaet {
  display: inline-block;
  padding: 3px 12px;
  background: #e0dddd;
  color: #000;
  font-weight: 600;
  border-radius: 60px;
  margin: 4px 0px 14px;
}

.post-desc {
  margin-bottom: 28px;
}

.share-icons {
  margin: 0px;
}

.share-icons li span {
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Maven Pro";
}

.share-icons li i {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  background: #035273;
  color: #fff;
  transition: 0.2s;
}

.share-icons li i:hover {
  background: #5ea407;
}

.post-desc ~ .bt {
  margin-bottom: 12px;
}

.post-desc ~ .bt a {
  padding: 8px 50px;
  border-radius: 45px;
  font-size: 13px;
}

.news-pagination {
  background: #ffffff;
  padding: 15px;
  border-radius: 115px;
}

.news-pagination .pagination .page-link {
  color: #333;
  border-radius: 3px;
  margin: 0 3px;
}

.news-pagination .pagination .active .page-link {
  background: #035273;
  border-color: #035273;
  color: #fff;
}

.news-pagination .pagination .page-link:hover {
  background: #035273;
  border-color: #035273;
  color: #fff;
}

/* News Updated end   */

/* why we live page start  */

.why-we-title h2 {
  font-weight: 500;
}

img.blog-cat-why {
  height: 290px;
  width: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.why-wh-liv-intro {
  padding: 14px;
  background: #fff;
  margin: 0px auto 0px;
  border-radius: 18px;
  width: 98%;
}

.why-we-title {
  padding-left: 30px;
}

/* why we live page end  */

/* news detail page start  */

.grecory-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px; /* spacing between boxes */
  padding: 10px 0;
}

.grecory-list span {
  display: inline-block;
  background: linear-gradient(135deg, #17375f, #5ea407); /* theme gradient */
  color: #fff;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  cursor: default;
  font-size: 14px;
}

.grecory-list span:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.newsDt {
  margin-bottom: 24px;
}

img.news-item-dt-img {
  width: 100%;
  object-fit: cover;
  height: 800px;
  padding: 20px;
  border-radius: 18px;
  background: #fff;
  margin-bottom: 24px;
}

.ns-dt-content.news-content {
  padding: 24px;
  background: #fff;
  border-radius: 18px;
}

.ns-dt-content.news-content p {
  margin-bottom: 8px;
  font-weight: 600;
}

.ns-dt-content.news-content h3 {
  margin: 32px 0 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.ns-dt-content.news-content h4 {
  margin-bottom: 14px;
  font-family: "AvenirLTStd";
  padding: 10px 20px;
  background: #eee;
  display: inline-block;
  margin-right: 20px;
}
/* news detail page end  */

.contact-card {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-top: 4px solid #17375f;
}

/* left */
.agent-img {
  border-radius: 8px;
  border: 6px solid #f2f2f2;
  margin-bottom: 15px;
}

.agent-box h5 {
  font-size: 14px;
  font-weight: 700;
  color: #17375f;
  margin: 10px 0 0;
  line-height: 14px;
}

.agent-box p {
  font-size: 13px;
  color: #777;
}

/* center */
.contact-content h2 {
  font-size: 32px;
  font-weight: 500;
  color: #17375f;
  margin: 14px 0 10px;
}

.contact-content h2 span {
  color: #5ea407;
}

.contact-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}

.contact-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact-content ul li {
  font-size: 13px;
  color: #333;
  margin-bottom: 6px;
  font-weight: 600;
}

.contact-badge {
  background: #17375f;
  color: #fff;
  padding: 6px 38px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 43px;
  display: inline-block;
}

img.nslog-main {
  box-shadow: 0px 0px 4px 0px #4444444d;
  border-radius: 8px;
  padding: 10px 0;
}

img.nsdt-img {
  display: inline-block;
  margin: 10px 10px 0;
}
