/*
 Theme Name:   HDC child
 Theme URI:    
 Description:  HDC child Theme
 Author:       Hunor Madaras
 Author URI:   http://hunor.me
 Template:     peachrealestate
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  hdc-child
*/
/* = GENERAL STYLE
-------------------------------------------------------------- */
@font-face {
  font-family: "Optima LT Pro";
  src: url("../fonts/OptimaLTPro-Roman.eot");
  src: url("../fonts/OptimaLTPro-Roman.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OptimaLTPro-Roman.woff") format("woff"),
    url("../fonts/OptimaLTPro-Roman.ttf") format("truetype"),
    url("../fonts/OptimaLTPro-Roman.svg#OptimaLTPro-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: PTSansCaption;
  src: url(../fonts/PTC55F.ttf) format("truetype");
}

@font-face {
  font-family: PTSansCaptionBold;
  src: url(../fonts/PTC75F.ttf) format("truetype");
}

@font-face {
  font-family: PTSansNarrow;
  src: url(../fonts/PTN57F.ttf) format("truetype");
}

@font-face {
  font-family: PTSansNarrowBold;
  src: url(../fonts/PTN77F.ttf) format("truetype");
}

@font-face {
  font-family: PTSans;
  src: url(../fonts/PTS55F.ttf) format("truetype");
}

@font-face {
  font-family: PTSansItalic;
  src: url(../fonts/PTS56F.ttf) format("truetype");
}

@font-face {
  font-family: PTSansBold;
  src: url(../fonts/PTS75F.ttf) format("truetype");
}

@font-face {
  font-family: PTSansBoldItalic;
  src: url(../fonts/PTS76F.ttf) format("truetype");
}

@font-face {
  font-family: RobotoSlabRegular;
  src: url(../fonts/RobotoSlab-Regular.ttf) format("truetype");
}

html {
  height: 100%;
}

body {
  font-family: PTSans, sans-serif;
  font-weight: 400;
  background: #e3e4e4;
  color: #01253b;
  font-size: 16px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: PTSans, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-weight: 600 !important;
}

img.alignleft {
  float: left;
  margin-right: 10px;
}

img.alignright {
  float: right;
  margin-left: 10px;
}

.wp-caption {
  max-width: 100% !important;
  width: auto !important;
}

.wp-caption-text {
  position: relative;
  font-size: 18px;
  border-bottom: 2px solid #000000;
  margin-top: 8px;
  margin-bottom: 25px;
}

.wp-caption-text:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
  background: #767676;
}

.center-block {
  float: none;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.body-text .container {
  background: #fff;
  padding: 0 30px 0px;
}

.body-text .container img {
  max-width: 100%;
  height: auto;
}

.page-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 19px;
}

#slide-wrapper {
  position: relative;
  z-index: 2;
}

.slider-shadow {
  position: relative;
  z-index: 1;
}

.slider-shadow:after {
  content: "";
  width: 100%;
  height: 1px;
  margin-top: -1px;
  margin-left: -50%;
  display: block;
  position: absolute;
  left: 50%;
  z-index: -1;
  -webkit-box-shadow: 0px 0px 10px 2px #000000;
  -moz-box-shadow: 0px 0px 10px 2px #000000;
  box-shadow: 0px 0px 10px 2px #000000;
}

.simple-page .content {
  border-left: 2px solid #3e7797;
  padding-bottom: 40px;
  color: #000;
}

.simple-page .content .page-title {
  color: #01253b;
}

.anim-logo {
  width: 410px;
  height: 89px;
}

.intro-holder {
  max-width: 500px;
  min-height: 430px;
  border-radius: 10px;
  background-color: #ffffffbf;
  margin: 0 auto 0 auto;
  padding-bottom: 20px;
  margin-top: calc(50vh - 215px);
}

@media (max-width: 640px) {
  .intro-holder {
    margin-top: 0;
  }
}

@media (max-width: 1000px) {
  .intro {
    width: 100%;
  }
}

.intro-holder p {
  font-family: "Optima LT Pro";
  color: #3e7897;
  width: 100%;
  text-align: center;
  font-size: 20px;
  border-bottom: 1px solid #d2ae7e;
  background-color: #fff;
  padding: 5px;
}

.intro-holder ul {
  list-style-type: none;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.intro-holder ul a {
  font-family: PTSans, sans-serif;
  color: #01253b;
  text-align: center;
  padding: 15px 0;
  background-color: #fff;
  border: 2px solid #3f7798;
  display: block;
  margin: 0 auto 10px auto;
  font-size: 20px;
  max-width: 300px;
  font-weight: bold;
}

@media (max-width: 992px) {
  .ada {
    margin-bottom: 20px;
  }
}

.intro-holder ul a:hover,
.intro-holder ul a:visited,
.intro-holder ul a:focus {
  text-decoration: none;
}

.intro-header {
  background-color: #3e7897;
  text-align: center;
  padding: 20px 0;
  background-color: #3e7897;
  text-align: center;
  padding: 20px 0;
  border-radius: 10px 10px 0 0;
}

/* = HEADER STYLE
-------------------------------------------------------------- */

.navbar-brand {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 300px;
  margin: 0 auto;
}

.navbar-brand img {
  background: #3e7797;
  padding: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: auto;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.4);
  margin-left: -426px;
}

/* #animation {
	margin-left: -426px;
} */
#contact-spacer {
  width: 100%;
  height: 70px;
}

@media (min-width: 1070px) and (max-width: 1199px) {

  /* .navbar-right {
        margin-right: -40px;
    } */
  .navbar-brand img {
    margin-left: -314px;
    width: 200px;
  }

  #contact-spacer {
    height: 40px;
  }
}

@media (min-width: 992px) {
  .body-text .container.propery>.row {
    display: flex;
  }
}

@media (min-width: 992px) and (max-width: 1070px) {
  /* .navbar-right {
        margin-right: -20px;
    } */

  .navbar-brand {
    float: none;
  }

  .navbar-brand img {
    margin-left: -314px;
    width: 200px !important;
  }

  #contact-spacer {
    height: 40px;
  }
}

@media (max-width: 991px) {
  #contact-spacer {
    display: none;
  }

  .navbar-brand {
    position: relative;
    margin: 0 auto;
    background: #3e7797;
    width: 100vw;
    display: block;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
  }

  .navbar-brand>a {
    display: block;
    margin: 0 auto;
    width: 200px;
  }

  .navbar-brand img {
    margin: 0 auto;
    max-width: 190px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }

  #menu-main-menu {
    float: none !important;
    margin: 0 auto;
    width: 750px;
  }

  .page-template-page-splash #menu-main-menu {
    width: 461px;
  }

  .navbar>.container {
    padding: 0;
    margin: 0;
  }

  #navbar {
    width: 100vw;
  }

  #animation {
    display: block;
    margin: 0 auto;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    width: 280px !important;
    height: 105px !important;
  }
}

@media (max-width: 767px) {
  .navbar-brand {
    width: 100vw;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .navbar-toggle {
    z-index: 2;
    margin-top: 15px;
  }

  .navbar-toggle .icon-bar {
    width: 33px;
    height: 3px;
  }

  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
  }

  #navbar {
    padding-top: 0;
  }

  .navbar {
    border: 0;
  }

  .navbar-brand {
    /*pointer-events: none;*/
    cursor: default;
  }

  .navbar-header {
    margin: 0 !important;
  }

  #animation {
    width: 200px !important;
    height: 90px !important;
    padding: 0 !important;
  }
}

/*767*/
.navbar-brand:focus,
.navbar-brand:hover {}

.navbar-inner {
  background-color: #01253b;
  background-image: none;
}

.navbar {
  background-color: #01253b;
  border-color: #01253b;
  margin-bottom: 0;
}

.navbar .container {
  display: block;
  padding-left: 0;
}

@media (max-width: 1200px) {
  .navbar .container-new-navbar-brand {
    flex-direction: column;
    display: flex;
    align-items: center;
    width: 100% !important;
  }

  .new-navbar-brand {
    width: 260px !important;
  }

  .container-new-navbar-brand .navbar-header {
    float: none !important;
  }
}

@media (max-width: 767px) {
  .new-navbar-brand {
    margin-top: 0;
  }

  .navbar-header {
    display: flex;
    width: 100%;
    padding: 5px;
    float: none;
  }

  .navbar-header .new-navbar-brand,
  .navbar-header .navbar-brand {
    width: 100% !important;
    margin-top: 0 !important;
    display: flex;
    align-items: center;
  }

  .navbar .container.container-navbar-brand .navbar-header {
    padding: 0;
    background-color: #3e7797;
  }

  .navbar-toggle {
    margin: 0 !important;
  }

  .menu-main-menu {
    width: 100%;
    overflow: hidden;
  }
}

.new-navbar-brand {
  width: 300px;
  display: block;
  margin-top: 5px;
}

.new-navbar-brand img {
  width: 100%;
  height: auto;
  max-width: 300px;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.nav>li>a {
  color: #f4e9d0;
  text-shadow: none;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 400;
  padding: 15px 30px;
}

.nav>li>a:hover {
  background: none;
}

.nav>li:last-child>a {
  padding-right: 0;
}

.navbar-toggle .icon-bar {
  background: #fff;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.nav>li>a:focus,
.nav>li>a:hover {
  background: transparent;
  border: 0;
}

.dropdown-menu {
  background: rgba(1, 37, 59, 0.9);
}

.dropdown-menu>li>a {
  color: #f4e9d0;
  text-shadow: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  background: none;
  color: #f4e9d0;
}

.dropdown-menu>li>a:hover:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0da";
  font-size: 18px;
  position: absolute;
  left: 8px;
  top: 5px;
}

.dropdown-menu>li.active>a {
  background: transparent;
}

.dropdown-menu>li.active>a:hover,
.dropdown-menu>li.active>a:focus {
  background: transparent;
}

.dropdown-menu>li.active>a:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0da";
  position: absolute;
  font-size: 18px;
  left: 8px;
  top: 5px;
}

.navbar-nav>li>.dropdown-menu {
  margin-left: 0 !important;
  /* right: 0; */
}

@media (min-width: 1440px) {
  .dropdown-menu .dropdown-menu {
    left: 100%;
    min-width: 100%;
    top: 5%;
  }
}

@media (min-width: 769px) {
  .dropdown-menu .dropdown-menu {
    right: 100%;
    min-width: 100%;
    top: 5%;
  }
}

/* = SPLASH PAGE
-------------------------------------------------------------- */

#animation {
  width: 300px;
  max-width: 300px;
  height: auto;
  /* background: #3e7797;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; */
  /* height: auto; */
  /* -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, .40);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, .40);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, .40); */
}

@media (max-width: 992px) {}

@media (max-width: 768px) {}

@media (max-width: 767px) {}

@media (max-width: 480px) {}

.page-template-page-splash .navbar-brand {
  padding: 0;
}

.intro .navbar-brand {
  /*display: table-cell;*/
  /*vertical-align: middle;*/
}

.intro-container {
  margin-top: 10px;
  padding: 0 10px;
  text-align: left;
}

.intro-container h4 {
  color: #a98e69;
  font-size: 20px;
}

.intro-container p {
  padding-top: 10px;
  border-top: 3px solid #01253b;
  font-size: 17px;
}

.intro .btn {
  font-size: 20px;
  color: #fff;
  background: #01253b;
  border-radius: 0;
  margin-top: 10px;
}

header.splash {
  text-align: center;
  width: 100%;
}

/*	header.splash:after {
		content: '';
		width: 100%;
		-webkit-box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.38);
		-moz-box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.38);
		box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.38);
		position: absolute;
		bottom: 0px;
		height: 12px;
		left: 0;
		background-color: transparent;
		z-index: -1;
	}*/

header.splash .navbar-brand {
  position: relative;
  float: none;
  border-radius: 0;
  background-color: transparent;
  display: inline-block;
  padding: 15px 0 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: 0 !important;
}

/*.page-template-page-splash {
	background: url('/app/img/splash-bg.jpg') no-repeat top center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	height: 100%;
  	overflow: hidden;
}*/

.page-template-page-splash #slide-wrapper {
  height: 100vh;
  position: fixed;
  top: 0;
}

@media (min-width: 992px) {
  #main_slider {
    margin-top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #main_slider {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  #main_slider {
    margin-top: 0;
  }
}

.page-template-page-splash #main {
  height: 100%;
}

.page-template-page-splash footer {
  display: none;
}

.arg-logo {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.arg-container {
  width: 100%;
  background-color: #01253b;
  display: block;
  border-radius: 5px;
  margin-top: 0;
}

/* = NEWS RELEASES PAGE
-------------------------------------------------------------- */
.page-news {
  margin-top: 90px;
}

@media (min-width: 992px) and (max-width: 1070px) {
  .page-news {
    margin-top: 60px;
  }
}

@media (max-width: 991px) {
  .page-news {
    margin-top: 20px;
  }
}

.news-releases {
  margin-bottom: 20px;
}

.news-releases li {
  font-size: 16px;
  margin-bottom: 10px;
}

.news-releases li:first-child .date {
  margin-top: 0;
}

.news-releases li .date {
  color: #a98e69;
  font-size: 13px;
  margin-top: 15px;
  display: block;
}

.news-releases li a {
  color: #01253b;
}

/* = OUR TEAM PAGE
-------------------------------------------------------------- */

.our-team {
  background-color: #3f7798;
  color: #fff;
  font-family: PTSans, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  text-align: left;
  box-sizing: border-box;
  padding: 15px 15px 10px 15px;
  width: 100%;
}

.our-team-governance {
  padding: 15px 35px 10px 35px !important;
}

.page-title-team {
  margin-top: 10px;
  margin-bottom: 10px;
}

.our-team-list {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}

.our-team-governance .our-team-list {
  gap: 40px;
}

@media (max-width: 768px) and (max-width: 1200px) {
  .our-team {
    padding: 45px 75px 30px 75px;
  }

  .our-team-list {
    gap: 40px;
  }
}

.our-team-col-list {
  /* display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap; */
  margin-top: 15px;
  padding: 0 40px 0 100px;
}

.bio-img {
  max-width: 160px;
  height: auto;
  float: left;
  margin-right: 20px;
  text-align: center;
  background-color: #01253b;
  color: #fff;
}

.bio-img p {
  font-size: 16px;
  margin-top: 8px;
  line-height: 19px;
  font-weight: bold;
  margin-bottom: 5px;
}

.bio-img span {
  font-weight: normal;
  font-style: italic;
}

.bio-img img {
  max-width: 160px;
  height: auto;
}

#close {
  float: right;
  margin: 10px;
  cursor: pointer;
}

#popup {
  padding-top: 20px;
}

.target-popup {
  cursor: pointer;
}

.user-col {
  color: #000000;
  font-family: PTSans, sans-serif;
  font-weight: 400;
  text-align: left;
  box-sizing: border-box;
  width: 50%;
  font-size: 16px;
  font-weight: 600 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

.user-col.col-0 {
  width: 230px;
}

.user-col.col-1 {
  width: 320px;
}

.user-col.col-2 {
  width: 260px;
}

.user-col.col-0a {
  width: 50%;
  float: left;
}

.user-col.col-1a {
  width: 50%;
  float: right;
}

.col-left {
  float: left;
  margin-right: 130px;
}

.col-right {
  float: left;
}

@media (max-width: 1200px) {
  /* .user-col.col-0 {
        width: 270px;
    }

    .user-col.col-1 {
        width: 270px; 
    }

    .user-col.col-2 {
       width: 270px; 
    } */

  .user-col.col-0,
  .user-col.col-1 {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 1200px) {
  .our-team-col-list {
    padding: 0 10px;
  }

  .col-left,
  .col-right {
    max-width: 290px;
  }
}

.our-team-list .user {
  margin: 0;
  text-align: center;
  font-weight: bold;
  max-width: 160px;
}

.our-team-list .user img {
  max-width: 160px;
  height: auto;
}

.our-team .user p,
.user-col p {
  font-size: 16px;
  margin-top: 8px;
  line-height: 19px;
  margin-bottom: 0;
}

.user-col p {
  margin: 0 0 10px 0;
}

.user a {
  color: #fff !important;
  cursor: pointer;
}

.user-col p a {
  color: #000 !important;
  cursor: pointer;
}

.our-team .user span,
.user-col span {
  font-weight: normal;
  font-style: italic;
}

.mission-text {
  font-family: "Optima LT Pro";
  font-size: 26px;
  color: #3e7797;
  text-align: center;
  border-bottom-style: solid;
  border-bottom-color: #d2ae7e;
  border-bottom-width: 1px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .mission-text {
    width: 100%;
    font-size: 20px;
  }
}

.community-property>img {
  max-width: 260px !important;
  height: 185px !important;
  object-fit: cover;
}

@media (max-width: 600px) {
  .sidebar {
    display: none;
  }

  .side-thumbs,
  .side-thumbs a,
  .side-thumbs img,
  .community-property,
  .community-property>img,
  .news-container img {
    width: 100%;
    height: auto;
  }

  .community-property>img {
    max-width: 100% !important;
    height: auto !important;
  }
}

/* = CONTACT PAGE
-------------------------------------------------------------- */

.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}

.contact-form .btn {
  border-radius: 10px;
  border: 1px solid #cdcbcc;
  background: #e8e6e7;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZTZlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYWM4YzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e8e6e7 0%, #cac8c9 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, #e8e6e7),
      color-stop(100%, #cac8c9));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #e8e6e7 0%, #cac8c9 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #e8e6e7 0%, #cac8c9 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #e8e6e7 0%, #cac8c9 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #e8e6e7 0%, #cac8c9 100%);
  /* W3C */

  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e8e6e7', endColorstr='#cac8c9', GradientType=0);
  /* IE6-8 */
}

/* = SIDEBAR
-------------------------------------------------------------- */

#sidebar {
  padding-bottom: 20px;
  margin-top: 80px;
}

.sidebar {
  margin-top: 50px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar .widget_nav_menu .widget-title {
    font-size: 17px !important;
  }

  #sidebar {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {

  .sidebar,
  #sidebar {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .sidebar #sidebar #news {
    margin-top: -50px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar #sidebar #news {
    margin-top: -30px;
  }
}

#sidebar .page-title {
  float: left;
}

.news-pagination {
  float: right;
  margin-top: 20px;
}

.news-pagination a {
  background: #7f7f7f;
  display: inline-block;
  text-align: center;
}

.news-pagination a:hover,
.news-pagination a:focus {
  text-decoration: none;
}

.news-pagination a i {
  color: #fff;
  font-size: 25px;
  display: block;
  padding: 0px 7px;
}

#sidebar .news-container article {
  margin-bottom: 25px;
}

#sidebar .news-container article h4 {
  color: #a98e69;
  font-size: 18px;
  font-weight: 600;
}

#sidebar .news-container article .entrymeta {
  text-align: left;
}

#news .more_news {
  margin-top: 20px;
}

#news .more_news a {
  color: #000;
}

#news .more_news i {
  background: #000;
  color: #fff;
  font-size: 16px;
  padding: 0px 5px;
  margin-left: 6px;
  position: relative;
  top: 1px;
}

#news .more_news i:before {
  position: relative;
  top: -1px;
  left: 1px;
}

/* SIDEBAR MENU start */

.sidebar .widget_nav_menu {
  margin-bottom: 30px;
}

.sidebar .widget_nav_menu .widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.sidebar .widget_nav_menu .widget-title a {
  color: #01253b;
}

.sidebar .widget_nav_menu h3.widget-title {
  text-transform: uppercase;
}

.sidebar .widget_nav_menu ul {
  list-style: none;
  padding: 0;
}

.sidebar .widget_nav_menu ul ul {
  padding-left: 15px;
}

.sidebar .widget_nav_menu ul li a {
  color: #01253b;
  font-size: 16px;
  font-weight: 600;
  padding: 2px 0;
  display: block;
}

@media (min-width: 975px) and (max-width: 1399px) {
  .sidebar .widget_nav_menu ul li a {
    font-size: 15px;
  }
}

/* SIDEBAR MENU end */
/* = PARTNERSHIPS PAGE
-------------------------------------------------------------- */

.partners .partners-list {
  display: inline-block;
  width: 100%;
}

.partners .partners-list .partner {
  text-align: center;
  margin-bottom: 30px;
}

.partners .partners-list .partner img {
  -webkit-box-shadow: 3px 3px 9px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 3px 3px 9px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 3px 3px 9px 0px rgba(0, 0, 0, 0.35);
}

/* = LISTINGS PAGE
-------------------------------------------------------------- */
/* SEARCH FORM start */

.chzn-select {
  width: 100%;
}

.qbox {
  padding: 10px;
  background: #3f7896;
  border-radius: 5px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: -30px;
}

.qbox h4 {
  margin-top: 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  margin-left: -10px;
  padding: 10px;
  margin-top: -10px;
  margin-right: -10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: rgb(69, 68, 66);
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDQ0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNTIyMWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,
      rgba(69, 68, 66, 1) 0%,
      rgba(37, 34, 30, 1) 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, rgba(69, 68, 66, 1)),
      color-stop(100%, rgba(37, 34, 30, 1)));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top,
      rgba(69, 68, 66, 1) 0%,
      rgba(37, 34, 30, 1) 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top,
      rgba(69, 68, 66, 1) 0%,
      rgba(37, 34, 30, 1) 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top,
      rgba(69, 68, 66, 1) 0%,
      rgba(37, 34, 30, 1) 100%);
  /* IE10+ */

  background: linear-gradient(to bottom,
      rgba(69, 68, 66, 1) 0%,
      rgba(37, 34, 30, 1) 100%);
  /* W3C */

  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#454442', endColorstr='#25221e', GradientType=0);
  /* IE6-8 */
}

.qbox form label {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 5px;
}

.qbox form .btn {
  width: 100%;
  margin-top: 10px;
  color: #fff;
  border: 1px solid #352610;
  background: rgb(69, 68, 66);
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDQ0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNTIyMWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,
      rgba(69, 68, 66, 1) 0%,
      rgba(37, 34, 30, 1) 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, rgba(69, 68, 66, 1)),
      color-stop(100%, rgba(37, 34, 30, 1)));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top,
      rgba(69, 68, 66, 1) 0%,
      rgba(37, 34, 30, 1) 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top,
      rgba(69, 68, 66, 1) 0%,
      rgba(37, 34, 30, 1) 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top,
      rgba(69, 68, 66, 1) 0%,
      rgba(37, 34, 30, 1) 100%);
  /* IE10+ */

  background: linear-gradient(to bottom,
      rgba(69, 68, 66, 1) 0%,
      rgba(37, 34, 30, 1) 100%);
  /* W3C */

  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#454442', endColorstr='#25221e', GradientType=0);
  /* IE6-8 */
}

.qbox form .btn:hover,
.qbox form .btn:focus,
.qbox form .btn:active,
.qbox form .btn.active {
  outline: 0;
}

.qbox form .checkbox {
  margin-bottom: 0;
  border: 1px solid #aaa;
  color: #444;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(0, #eeeeee),
      color-stop(0.5, white));
  background-image: -webkit-linear-gradient(center bottom,
      #eeeeee 0%,
      white 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr '#ffffff', endColorstr '#eeeeee', GradientType 0);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
}

.qbox form .checkbox label {
  vertical-align: middle;
  line-height: 20px;
  margin-left: 10px;
  margin-top: 0;
}

/* SEARCH FORM end */
/* APPARTAMENT LISTING start */

.appartment-listing .appartment-item {
  width: 100%;
  display: inline-block;
}

.appartment-listing .appartment-item .appartment-img {
  padding-left: 0;
  padding-right: 0;
  max-height: 85px;
  overflow: hidden;
}

.appartment-listing .appartment-item .appartment-img img {
  width: 100%;
  height: auto;
}

.appartment-listing .appartment-item .appartment-description .prop-title {
  font-size: 20px;
  color: #3f7896;
  margin-bottom: 0;
  line-height: 23px;
}

.appartment-listing .appartment-item .appartment-description .size {
  font-size: 16px;
  margin-bottom: 0;
}

.appartment-listing .appartment-item .appartment-description .price {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: bold;
}

.appartment-listing .appartment-item .appartment-description .price .avail_for_rent {
  margin-left: 10px;
  color: #c9b5a2;
  font-style: italic;
  font-weight: 300;
}

.appartment-listing .appartment-item .appartment-description .details {
  font-size: 13px;
}

.available-item:first-of-type {
  padding-top: 15px;
  margin-top: 0;
}

.available-item {
  background-color: #ebe8e3;
  margin-top: -5px;
}

/* APPARTAMENT LISTING end */
/* = SINGLE PROPERTY STYLE
-------------------------------------------------------------- */

.single_property>.container {
  /*padding-bottom: 50px;*/
}

.single_property .content h3,
.single_property .content h4 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.single_property p {
  font-size: 16px;
  /*line-height: 18px;*/
  margin-bottom: 17px;
  color: #01253b !important;
}

.single_property .features-list {
  font-size: 16px;
  line-height: 18px;
  color: #01253b;
}

.prop_slider {
  margin-bottom: 25px;
  max-height: 372px;
  overflow: hidden;
  width: 720px;
  padding-right: 4px;
}

.prop_slider img {
  width: auto;
  height: auto;
  max-width: 100%;
  overflow-x: hidden;
}

.prop_slider_nav {
  text-align: center;
  margin-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
  width: 110px;
}

.prop_slider_nav img {
  width: 100%;
  height: auto;
  padding: 0;
  height: 100%;
}

.prop_slider_nav .slider_item {
  border: 0;
  outline: 0;
  padding: 1px 0;
  opacity: 0.8;
  cursor: pointer;
  height: 100%;
  max-height: 68px;
  overflow: hidden;
}

.prop_slider_nav .slider_item.slick-current,
.prop_slider_nav .slider_item:hover {
  opacity: 1;
}

.prop_slider_nav .slick-arrow {
  background: #3e7797;
  width: 100%;
  outline: 0;
  border: 0;
  padding: 0;
  height: 17px;

  position: relative;
}

.prop_slider_nav .slick-arrow i {
  color: #fff;
  font-size: 24px;
  line-height: 9px;
  position: relative;
  top: 0;
}

.g_info {
  margin-top: 20px;
}

/* = FOOTER STYLE
-------------------------------------------------------------- */

footer {
  padding: 10px 0 20px;
  background: #3e7797;
  color: #fff;
}

footer .widget>p {
  font-size: 16px;
  text-transform: uppercase;
}

footer .widget>p a {
  color: #fff;
}

.footer-text {
  position: relative;
  padding-left: 70px;
  margin-top: 20px;
  font-size: 14px;
}

.footer-text:before {
  content: "";
  width: 52px;
  height: 55.844px;
  background: url("/app/img/FHEO_transparent_white.png");
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

footer .searchform {
  width: auto;
  display: inline-block;
  position: relative;
  color: #000;
}

footer .contact-button {
  width: 30px;
  height: 24px;
  color: #000;
  border: 0;
  background: transparent;
}

footer .contact-button {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #bbbbbb;
}

footer .gsc-input {
  color: #000;
}

footer .gsc-search-box {
  padding-top: 10px;
}

/* Community Properties */

.community-property {
  padding: 5px;
  display: inline-block;
  position: relative;
}

#map-canvas {
  margin-bottom: 10px;
}

.side-thumbs {
  margin-bottom: 5px;
}

.top-thumbs {
  display: none;
}

@media (min-width: 1200px) {
  .map-canvas-inline {
    width: calc(100% - 275px) !important;
    height: 382px;
    position: relative;
    overflow: hidden;
    float: right;
    margin-top: 4px;
  }

  .side-thumbs {
    width: 261px;
    float: left;
  }
}

@media (max-width: 1199px) {
  .side-image {
    display: none;
  }

  .end-thumbs {
    display: none;
  }

  .down-image {
    display: inline-block !important;
  }

  .top-thumbs {
    margin-bottom: 10px;
    display: block;
  }
}

.line {
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 750px;
  background-color: #01253b;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .line {
    right: 590px;
  }
}

@media (max-width: 991px) {
  .line {
    display: none;
  }
}

.container {
  position: relative;
}

/* = MEDIA QUERIES
-------------------------------------------------------------- */

@media (min-width: 1354px) {
  /* HEADER start */
  /* HEADER end */
}

/* Large desktops and laptops */

@media (min-width: 1200px) {}

/* Landscape tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1199px) {
  /* SINGLE PROPERTY start */

  .prop_slider {
    width: 590px;
    max-height: 330px;
  }

  .prop_slider_nav .slider_item {
    max-height: 58px;
  }

  /* SINGLE PROPERTY end */
}

/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
  /* GENERAL start */

  .simple-page .content {
    border-left: 0;
    border-bottom: 2px solid #3e7797;
    margin-top: 30px;
  }

  .simple-page.reverse .content {
    padding-top: 20px;
    border-top: 2px solid #3e7797;
    border-bottom: 0;
  }

  #sidebar {
    padding-bottom: 0;
  }

  /* GENERAL end */
  /* HEADER start */

  .nav>li>a {
    padding: 15px 15px;
  }

  /* HEADER end */
  /* LISTING PAGE start */

  .qbox {
    margin-left: 0;
  }

  .qbox .bed-search .select2-container.last {
    margin: 0;
  }

  .qbox .bed-search .select2-container {
    width: 49% !important;
    float: left;
    margin-right: 2%;
  }

  /* LISTING PAGE end */
  /* SINGLE PROPERTY start */

  .prop_slider {
    width: 100%;
    margin-bottom: 4px;
    padding-right: 15px;
  }

  .prop_slider_nav {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
  }

  .prop_slider_nav .slider_item {
    padding: 0 2px;
    /*max-height: 150px;*/
  }

  .prop_slider_nav .slick-arrow {
    position: absolute;
    z-index: 1;
    width: auto;
    height: 100%;
    top: 0;
  }

  .prop_slider_nav .slick-arrow.slick-next {
    right: 15px;
  }

  .prop_slider_nav .slick-arrow.slick-prev {
    left: 15px;
  }

  /* SINGLE PROPERTY end */
  /* CONTACT FORM start */

  .contact-form {
    margin-top: 30px;
  }

  /* CONTACT FORM end */
  /* FOOTER start */

  footer .searchform {
    width: 100%;
  }

  footer .searchform input {
    width: 99%;
  }

  /* FOOTER end */
}

/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
  /* GENERAL start */

  .simple-page .content {
    border-left: 0;
    border-bottom: 2px solid #3e7797;
    margin-top: 30px;
  }

  #sidebar {
    padding-bottom: 0;
  }

  .simple-page.reverse .content {
    padding-top: 20px;
    border-top: 2px solid #3e7797;
    border-bottom: 0;
  }

  /* GENERAL end */
  /* HEADER start */

  .navbar-brand img {
    max-width: 190px;
    padding-left: 0;
    margin-left: 10px;
    height: 89px;
  }

  .navbar-collapse {
    box-shadow: none;
    overflow-x: hidden;
  }

  .nav>li>a {
    padding: 10px 15px;
  }

  /* HEADER end */
  /* SPLASH PAGE start */

  header.splash .navbar-brand img {
    max-width: 100%;
    padding-right: 15px;
  }

  /*	.intro .intro-body {
		position: absolute;
		bottom: 0;
		width: 100%;
		display: block;
	}

	.intro-container {
		border-radius: 0;
		background: #01253b;
		text-align: left;
		padding: 15px;
	}

		.intro-container br {
			display: none;
		}
*/

  .intro-container h4 {
    color: #a98e69;
    font-size: 18px;
  }

  .intro-container p {
    font-size: 14px;
  }

  /*	footer.splash {
		top: 50%;
		bottom: auto;
		width: auto;
		left: 50%;
		margin-left: -50px;
		margin-top: -87px;
	}
		footer.splash {
			padding: 0 15px;
		}*/
  /* SPLASH PAGE end */
  /* LISTING PAGE start */

  .qbox {
    margin-left: 0;
  }

  .qbox .bed-search .select2-container.last {
    margin: 0;
  }

  .qbox .bed-search .select2-container {
    width: 49% !important;
    float: left;
    margin-right: 2%;
  }

  .appartment-listing .appartment-item .appartment-img {
    max-height: 100px;
  }

  .appartment-listing .appartment-item .appartment-description .prop-title {
    font-size: 15px;
  }

  .appartment-listing .appartment-item .appartment-description .size {
    font-size: 14px;
  }

  .appartment-listing .appartment-item .appartment-description .price {
    font-size: 14px;
  }

  /* LISTING PAGE end */
  /* SINGLE PROPERTY start */

  .prop_slider {
    width: 100%;
    margin-bottom: 4px;
    padding-right: 15px;
  }

  .prop_slider_nav {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    display: block;
  }

  .prop_slider_nav .slider_item {
    padding: 0 2px;
    /*max-height: 150px;*/
  }

  .prop_slider_nav .slick-arrow {
    position: absolute;
    z-index: 1;
    width: auto;
    height: 100%;
    top: 0;
    min-width: 12px;
  }

  .prop_slider_nav .slick-arrow.slick-next {
    right: 15px;
  }

  .prop_slider_nav .slick-arrow.slick-prev {
    left: 15px;
  }

  .fa-caret-right {
    padding-left: 2px;
  }

  .fa-caret-left {
    padding-right: 3px;
  }

  /* SINGLE PROPERTY end */
  /* CONTACT FORM start */

  .contact-form {
    margin-top: 30px;
  }

  /* CONTACT FORM end */
  /* FOOTER start */

  footer .searchform {
    width: 100%;
  }

  footer .searchform input {
    width: 99%;
  }

  /* FOOTER end */
}

@media (max-width: 600px) {
  .simple-page.reverse .content {
    padding-top: 0;
    border-top: 0;
    border-bottom: 0;
  }

  .ada-holder {
    flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-brand {}
}

@media (max-width: 767px) {
  #navbar.navbar-collapse {}
}

/* Portrait phones and smaller */

@media (max-width: 480px) {
  header.splash .navbar-brand {
    padding: 5px 0 0px;
  }

  /*.page-template-page-splash {
		background: url('../img/splash-bg-mobile.jpg') no-repeat top center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		height: 100%;
		overflow: hidden;
	}*/

  .intro-container {
    margin-top: 0;
  }

  .intro-container p {
    font-size: 12px;
  }

  .intro .btn {
    margin-top: 0;
    font-size: 15px;
  }

  .anim-logo {
    width: 320px;
    height: 80px;
  }

  /* FOOTER start */

  footer .searchform input {
    width: 98%;
  }

  /* FOOTER end */
}

.clear {
  clear: both;
}

.white {
  color: #fff;
}

.no-break {
  white-space: nowrap;
}

.floatRight {
  float: right !important;
  margin-left: 10px !important;
}

.floatLeft {
  float: left !important;
  margin-right: 10px !important;
}

.fr-view .fr-file::after {
  display: none;
}

.news-container img {
  max-width: 100% !important;
  height: auto;
}

/* development*/
.development-subheader {
  font-family: PTSans, sans-serif;
  font-weight: 600 !important;
  color: #8c8c8c;
  font-size: 12px !important;
  padding-left: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

#menu-multi-family-development li,
#development-partner li,
#menu-single-family-development li {
  padding-left: 15px;
}

.title-image {
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 5px;
  text-align: center;
  background-color: #02253b;
  color: #fff;
  padding: 5px 0;
  font-family: RobotoSlabRegular;
}

.side-thumbs .title-image,
.hdcmanagment .title-image {
  background-color: #02253b;
}

.hdcmanagement-color .title-image {
  background-color: #02253b;
}

.services-img {
  position: absolute;
  right: 40px;
  max-width: 360px !important;
  top: 210px;
}

@media (max-width: 1200px) {
  .services-img {
    position: absolute;
    right: 20px;
    max-width: 280px !important;
    top: 260px;
  }
}

@media (max-width: 975px) {
  .services-img {
    position: absolute;
    right: 20px;
    max-width: 280px !important;
    top: 280px;
  }
}

@media (max-width: 768px) {
  .services-img {
    position: relative;
    width: 100% !important;
    top: auto;
    right: 0;
    left: 0;
    max-width: 360px !important;
  }
}

.slick-list {
  margin-top: -5px !important;
}

.slick-list .slick-track {
  min-height: 66px;
}

.contac-us .col-12 h5 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
}

.contac-us .col-12 a {
  margin: 0 auto;
  text-align: center;
  display: block;
  color: #01253b;
}

.contac-us #map-canvas {
  max-width: 380px;
}

.contac-us #map-canvas-3 {
  margin-top: 20px;
  min-height: 400px;
  width: 100%;
  margin-bottom: 20px;
}

.contac-us .col-md-6 .page-title {
  text-align: center;
  margin-top: -30px;
}

@media (max-width: 1199px) {
  .contac-us .col-md-6 .page-title {
    margin-top: -20px;
  }
}

.ada-holder {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}

@media (max-width: 992px) {
  .contac-us .col-md-6 .page-title {
    margin-top: 0;
  }

  .contac-us #map-canvas {
    max-width: 100%;
    width: 100% !important;
  }
}


.video-holder iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .video-holder iframe {
    width: calc(100% - 10px);
  }

}

.comming-soon {
  background-color: #CCC;
  position: relative;
  padding: 0;
  margin: 5px;
}

.comming-soon .title-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.comming-soon img {
  opacity: 0.25;
}

.comming-soon h3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-family: PTSans, sans-serif;
  text-transform: uppercase;
  color: #01253b;
  font-weight: bold;
  font-size: 2rem;
}

.company .prop_slider {
  width: 100% !important;
}