body {
  margin: 0;
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
}

h1 {
  font-size: 4em;
  padding: 20px 0px;
  font-family: 'Josefin Sans', sans-serif;
}

h2 {
  font-size: 2.5em;
  padding: 20px 0px;
  font-family: 'Josefin Sans', sans-serif;
}

h3 {
  font-size: 1.5em;
  padding: 15px 0px;
  font-family: 'Josefin Sans', sans-serif;
  color: #000;
}

strong {
  font-size: 1.4em;
  padding: 10px 0px;
  font-family: 'Josefin Sans', sans-serif; 
  color: #78BB23;
}

#contact strong {
  color: #fff;
}

p {
  line-height: 1.7;
}

a:hover {
  text-decoration: none;
}

.mt-6,
.my-6 {
  margin-top: 2.5rem !important;
}

.space-2,
.space-bottom-2 {
  padding-bottom: 4rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 3rem !important;
}


/* Carousel styling */

#introCarousel,
.carousel-inner,
.carousel-item,
.carousel-item.active {
  height: 100vh;
}

.carousel-item:nth-child(1) {
  background-image: url('../images/3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.carousel-item:nth-child(2) {
  background-image: url('../images/4.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.carousel-item:nth-child(3) {
  background-image: url('../images/5.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.carousel-item:nth-child(4) {
  background-image: url('../images/2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}




h1.mb-3 {
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 3.5em;
  font-weight: 800;
}

h1.mb-3 span {
  font-weight: 800;
  font-size: 0.9em;

}

h1.mb-3 span.welcome_text {
  font-size: 1.5em;
  letter-spacing: 10px;
}


h4.mb-4 {
  font-family: 'Libre Baskerville', sans-serif;
}

.btn-outline-light {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 800;
}

.btn-primary {
  color: #fff;
  background-color: #112443;
}

.btn-primary:hover {
  color: #fff;
  background-color: #000;
}

section {
  padding: 40px;
  display: inline-block;
  width: 100%;
}

.form-select:focus {
  box-shadow: none;
}

#worth_wapper {
      background: #727475;
      padding: 15px 0px 15px 0px;
    text-align: center;
}
#worth_wapper a, #worth_wapper button {
       font-size: 1.1em;
   
    color: #fff;
    font-weight: bold;
}
#worth_wapper i{
      position: relative;
    top: 0px;
    font-size: 1em;
    margin-left: 5px;
}


/*comtent page  section*/

.inner-title {
  margin: 10px 0 20px;
  border-bottom: 1px solid #eee;
}

.inner-page-header-title {
  background: #000 url(../images/4.jpg) no-repeat center center;
  height: auto;
  padding-bottom: 34px;
  padding-top: 54px;
  text-align: center;
  color: #78BB23;
  position: relative;
  background-size: cover; 
  margin-top: 130px;
}

.search_form {
  margin-top: 130px;
}

#searchProperty {
  padding: 1.04rem 0.5rem;
}

.inner-page-header-title:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  background-color: rgb(0 0 0 / 55%);
}

.inner-page-header-title h1 {
  margin: 10px 0 20px;
  z-index: 2;
  position: relative;
}


.content_pages .inner-page a {
  color: #112443;
}


/*form  section*/

.content_pages .form-group {
  margin-bottom: 1.5rem;
}

.valuation_page .card {
  box-shadow: 0 10px 20px 0 rgb(0 0 0 / 28%);
}

/*contact page section*/

section#contact {
  background-color: #646464;
  color: #fff;
}

section#contact .form-outline .form-control~.form-label,
section#contact .form-outline .form-control,
section#contact .form-outline .form-control~.form-notch {
  color: #fff;
}

section#contact .form-outline .form-control:focus~.form-notch .form-notch-leading {
  border-top: 0.125rem solid #FBB400;
  border-bottom: 0.125rem solid #FBB400;
  border-left: 0.125rem solid #FBB400;
}

section#contact .form-outline .form-control:focus~.form-notch .form-notch-middle {
  border-color: #FBB400;
}

section#contact .form-outline .form-control:focus~.form-notch .form-notch-trailing {
  border-top: 0.125rem solid #FBB400;
  border-bottom: 0.125rem solid #FBB400;
  border-right: 0.125rem solid #FBB400;
}

.page-template-contact-page .single-details .contact .col-lg-4, .page-template-contact-page .single-details .contact .col-lg-6 {
    display: flex;
    flex-wrap: wrap;
}

.contact .info-box {
    color: #fff;
    text-align: center;
       box-shadow: 0 0 30px rgb(214 215 216 / 30%);
    padding: 20px 0 30px 0;
    flex: 1;
}

.contact .info-box i {
  font-size: 25px;
  color: #fff;
  border-radius: 50%;
  padding: 10px;
  border: 2px dotted #FBB400;
}

.contact .info-box a {
      color: #fff;
    font-weight: 700;
    font-size: 1.1em;
}

.contact .info-box h3 {
  font-size: 1.7em;
  color: #fff;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p{
      margin-bottom: 0.7rem;
      line-height: 1.4;
}

#latest-property {
  background-color: #F2F2F2;
}

#latest-property .propitem .img-fluid {
  min-height: 340px;
   max-height: 340px;
  width: 100%;
  height: auto;
}

.clients img {
  max-width: 75%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  transform: scale(1.15);
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team {
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #222222;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(16, 110, 234, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  background: #3b8af2;
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #0090B0;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
      width: 100%;
    display: block;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

.staff_details_wrapper h2.staff_title {
  background-color: #727475;
  margin: 0px;
  font-size: 2.3em;
  font-weight: normal;
  color: #fff !important;
  padding: 10px;
}

.staff_details_wrapper .btn-secondary{
  background-color: #727475;
}

.staff_details_wrapper .modal-header {
  background-color: #727475;
  color: #fff !important;
}

.staff_details_wrapper .btn-close {
  background-color: #fff;
  margin-right: 10px;
}

.staff-img-center {
  margin: auto;
  width: 100%;
  max-width: 200px;
}

.staff_details_wrapper .nopadding {
/*  display: inline-block;*/
  padding-left: 30px;
}


/*for property search*/

.search_form .input-group-sm>.form-control {
  height: calc(2.08rem + 2px);
  font-size: 0.8rem;
      border-radius: 0px;
}

.search_form .input-group-text {
  height: calc(2.08rem + 2px);
  background-color: #fff;

}

.search_form .needs-validation .btn-success {
       font-size: 1rem;
    font-weight: bold;
    margin-top: 1px;
    line-height: 19px;
    background-image: linear-gradient(#79bb23, #79bb23 50%, #000 50%, #000);
}

.propitem {
  display: flex;
}

.search_form .form-select {
  font-size: 0.8rem;
  height: calc(2.08rem + 2px);
      border-radius: 0px;
}

.propitem .card {
  box-shadow: 0 12px 15px rgb(140 152 164 / 78%);
  border-radius: 0px;
  overflow: hidden;
  width: 100%;
}

.property_list_image {
  width: 408px !important;
  height: 340px;
  object-fit: cover;
  transition: all 0.3s ease;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

img.card-img-top.property_list_image:hover {
  transform: scale(1.1) translateZ(0px);
}

.propitem .type_bar {
  padding: 10px 10px 10px 25px;
  background: #112443;
  z-index: 9;
  font-family: 'Libre Baskerville', sans-serif;
  color: #fff !important;
  position: relative;
  font-size: 1.3125rem;
  font-weight: 300;
  text-transform: uppercase;
}

.propitem .img-fluid {
  object-fit: cover;
  height: 300px;
}

.propitem .card-body {
  position: relative;
}

.propitem h3.prop_address {
  color: #000;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.3rem;
}

.propitem .card-body .text-body {
  color: #000;
  font-weight: bold;
}

.list-inline-item,
.list-inline-item i {
  color: #757575;
  font-size: 1.1rem;
}

.prop_price {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-right: 15px;
  padding-left: 15px;
  text-align: right;
}

.propitem h3.text-primary {
  color: #112443 !important;
  font-size: 24px;
}

.propitem h3.text-primary span,
.listview h3.mb-1 span {
  font-size: 1.5rem;
  font-family: 'Josefin Sans', sans-serif;
}

.page-item.active .page-link {
  background-color: #112443;
}

#prop_wapper .input-group-prepend {
  margin-right: -1px;
  display: flex;
}

#prop_wapper select.browser-default {
  display: block !important;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url('../images/download.svg') right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  word-wrap: normal;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


/*property details page*/

.showslider {
  margin-bottom: 0px !important;
  margin-top: 97px;
}

.showslider .slick-initialized .slick-slide img{
    min-height: 550px;
}

.property_detail_new {
  background: #112443;
  padding: 10px 20px;
  margin-bottom: 40px;
  margin-top: -8px;
}

.property_detail_new_red {
  background: #112443;
}

.property_detail_new .mb-7,
.property_detail_new .my-7 {
  margin-bottom: 1px !important;
}

.property_detail_new span.text-dark {
  color: #000 !Important;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
  font-family: 'Josefin Sans', sans-serif;
  background: #FBB400;
  padding: 10px 13px 7px 13px;
}

.property_detail .nav-item:after{
  background:none;
}

.attribute_size {
  color: #fff;
  margin-right: 10px
}

.attribute_prop_type i,
.attribute_size i {
  color: #FBB400;
}

.prop_status {
  text-align: right;
  margin-top: 0px;
}

.property_detail_new_red span.text-dark {
  /* color: #000 !Important;*/
  background: #FBB400;
}

.property_detail_new h2 {
  color: #fff !Important;
}

.property_detail h2 span {
  font-size: 1.4rem !Important;
  color: #fff !Important;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600 !important;
}

.property_detail_new h1 {
  font-size: 1.2rem !Important;
  color: #fff !Important;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300 !important;
  padding: 0px;
}

.prop_address_new {
  font-size: 2.1rem !Important;
  font-family: 'Josefin Sans', sans-serif;
}

span.prop_address_new2:first-letter {
  font-size: 3.4rem !Important;
}

.property_detail_new h1 .prop_address_new:first-letter {
  font-size: 4.5rem !Important;
}

.property_detail_new_red h2,
.property_detail_new_red h1,
.property_detail_new_red h2 span {
  color: #fff !Important;
}

.property_detail_new .column-divider-sm::before {
  border-left: .0625rem solid #f00;
}

.property_detail_new_red .column-divider-sm::before {
  border-left: .0625rem solid #000;
}

.property_detail h2,
.similar_property h2 {
  font-size: 1.9rem !important;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300 !important;
}

.property_detail #stickyBlockStartPoint h2.mb-0 {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 1.5rem !important;
}

#contactForm .btn-primary {
  font-size: 1.5rem;
  border-radius: 0px;
  font-family: 'Josefin Sans', sans-serif;
}

#contactForm .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 1.625rem);
  padding: 0.75rem 2rem 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #1e2022;
  vertical-align: middle;
  background: #fff url('../images/download.svg') no-repeat right 0.5rem center/1rem 1rem;
  border: 0.0625rem solid #e7eaf3;
  border-radius: 0.3125rem;
  appearance: none;
}

#contactForm .custom-select-sm {
  height: calc(1.5em + 1.375rem);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.125rem;
  font-size: .875rem;
}

/*.needs-validation .form-control {
  background-color: #fcfcfc;
  border: 0.0625rem solid #c2c2c2;
}
*/
#contactForm .form-control-sm {
  height: calc(1.5em + 1.375rem);
  padding: 0.625rem 1.125rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

#contactForm textarea.form-control {
  height: auto;
}

.show_in_desktop {
  display: block;
}

.show_in_mobile {
  display: none;
}

.property_detail_button_wrapper {
  margin-top: 30px;
  background: #FBB400;
  border: none !important;
  transition: background-position .3s;
  background-image: linear-gradient(#112443, #112443 50%, #FBB400 50%, #FBB400);
  background-size: 100% 200%;
}

.property_detail_button {
  color: #fff !important;
  font-size: 1.3rem;
  font-family: 'Josefin Sans', sans-serif;
}

.property_detail_button_wrapper:hover {
  background-position: 0 -100%;
}

.price_and_price_text {
  display: block;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}

.property_detail .card {
  border: 2px solid #cccccc;
  border-radius: 0px;
}

.property_detail li,
.property_detail p {
  color: #000;
  font-size: 1rem;
}

.property_detail li {
  list-style: none;
  line-height: 2;
}

.property_detail li i {
  color: #c5baa4;
  position: relative;
  font-size: 2em;
  top: -2px;
    margin-right: 8px;
}
.featured_info li i{
  font-size: 1.2rem;
}

.property_detail #stickyBlockStartPoint {
  position: relative;
  top: -145px;
}

#stickyBlockStartPoint .btn-primary:hover,
.needs-validation .btn-success:hover {
  background-position: 0 -100%;
  border-color: #000 !important;
}

.attribute_prop_type {
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  margin-right: 15px;
  text-transform: capitalize;
}

.slick-equal-height .slick-track {
  display: flex;
  height: 100%;
}

.slick-equal-height .slick-list {
  height: 100%;
}

.slick-gutters-3 .slick-slide {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.slick.slick-initialized .js-slide,
.slick.slick-initialized .js-thumb {
  visibility: visible;
  height: auto;
  overflow: visible;
}

.slick-equal-height .slick-track .slick-slide {
  /*  display: flex;*/
  height: auto;
}

ul.nav-segment {
  background-color: #112443 !Important;
  border-radius: 0px;
  padding: 0.25rem 0.25rem;
  position: relative;
}

.nav-segment .nav-link.active {
  color: #1e2022;
  background-color: #fff;
      width: 100%;
       border-radius: 0px;
  box-shadow: 0 3px 6px 0 rgb(140 152 164 / 25%);
}

ul.nav-segment li.nav-item a.active {
  color: #000 !Important;
  border-radius: 0px;
}

ul.nav-segment li.nav-item a.active i {
  color: #000 !Important;
}

ul.nav-segment li.nav-item a {
  color: #fff !Important;
}

ul.nav-segment li.nav-item a i {
  color: #fff !Important;
}

.property_detail #stickyBlockStartPoint {
  position: relative;
  top: -145px;
}

.property_detail .card {
  border: 2px solid #cccccc;
  border-radius: 0px;
}

/*.needs-validation .form-control {
  background-color: #fcfcfc;
  border: 0.0625rem solid #c2c2c2;
}*/

#stickyBlockStartPoint button.btn-primary,
.needs-validation .btn-success, .infobtn {
  transition: background-position .3s;
  background-image: linear-gradient(#727475, #727475 50%, #000 50%, #000);
  background-size: 100% 200%;
  border-color: #727475;
  font-size: 1.5rem;
  border-radius: 0px;
      padding: 7px;
  font-family: 'Josefin Sans', sans-serif;
}

.infobtn:hover{
      background-position: 0 -100%;
}


/*for footer section*/

#footer {
  padding: 0 0 0px 0;
  color: #444444;
  font-size: 14px;
}

#footer .footer-top {
  padding: 50px 0px;
  background: #112443;
}

#footer .footer-top h4 {
  font-size: 1.4rem;
  color: #FBB400;
  position: relative;
  padding-bottom: 12px;
 
}

#footer .footer-top p,
#footer .footer-top a {
  color: #fff;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #FBB400;
  font-size: 13px;
  margin-right: 5px;
  line-height: 1;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .copyright a {
  color: #112443;
}

#footer .footer-top .social-links a {
 font-size: 33px;
    display: inline-block;
    background: #727475;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 50px;
    height: 50px;
    transition: 0.3s;
}
#footer .footer-top .social-links a:hover{
  background: #000;
}

#valutionModal .modal-content {
  background: #102443;
  color: #fff;
}

#valutionModal .modal-header {
  border-bottom: 1px solid #2a4b7e;
}

#valutionModal .modal-content .close {
  color: #fff;
}

#valutionModal .modal-content img {
  max-width: 468px;
}

.contactus iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.fblockcontainer {
  display: flex;
  flex-wrap: wrap;
}

.fblockchild {
  flex-grow: 1;
  flex-basis: 0;
  margin: 5px;
}

.fblockchild1 {
  flex-grow: 1;
  flex-basis: 0;
  margin: 5px;
  background: #102443;
  padding: 20px;

}


.fblockchild1 h2 {
  color: #feaf00;
  font-size: 3em;
}

.fblockchild1 p {
  color: #ffffff;
  font-size: 1.5em;
}

.property_admin_warpper .list-inline-item i {
  color: #fff;

}
.admintabs{
      align-items: center;
    justify-content: center;
}

.admintabs.nav-tabs .nav-link{
      font-size: 15px;
}
.property_admin_warpper .tab-content > .tab-pane{
       border-radius: 0.3125rem;
       background: #f9f9f9;
}

.rlt_image_block{
      margin-bottom: 20px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    margin-bottom: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.featured_info li{
  width: 50%;
      float: left;
}
.additional_text strong{
  text-transform: capitalize;
}

#refurbticks i {
 color: #727475;
    font-size: 1.7em;
    margin-bottom: 18px;
}
#refurbpics td {
    padding: 10px;
    vertical-align: top;
        text-align: center;
}
#refurbpics img {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}
#refurbticks td {
    padding: 10px;
    vertical-align: top;
  
}

#refurbticks table{
  width: 100%;
}
legend.appform{
  clear:both;
  margin-top:30px;
  color:#727475;
      display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;   
    border: 0;
    border-bottom: 2px solid #727475;
  }
.sigPad .card{
  background: #dddddd8a;
}

.sigPad strong {
    font-size: 1em;
  }
.formitem1 {
  margin-top:15px;
  }

.formitem2 {
  margin-top:15px;
  }

#tenant-app-form .form-control{
  margin-bottom: 10px;
}

#tenant-app-form label{
  font-weight: bold;
  color: #727475;
      font-size: 1em;
}
.gridviewnew {
    display: contents;
}

.contacttoptext{
  max-width:600px;text-align: center;display: inline-block;
}