@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

@font-face {
    font-family: 'TrajanPro-Regular';
    src: url('fonts/TrajanPro-Regular.svg#TrajanPro-Regular') format('svg'),
         url('fonts/TrajanPro-Regular.ttf') format('truetype'),
         url('fonts/TrajanPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
	background: #fff;
	color: #333333;
}

a {
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    color: inherit;
}

a:hover {
    text-decoration: none;
    opacity: 0.8;
}

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

.aboutMeContainer
{
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

#aboutMeBrokerageLogo
{
    /* width: 150px; */
    max-width: 200px;
    margin-left: 285px;
    margin-bottom: 15px;
}

.animateIn
{
    transform: scale(1);
    transition: transform .5s ease;
}

.animateIn:hover
{
    transform: scale(1.05);
}

.brightnessIn
{
    transition: filter 1s;
    filter: brightness(100%);
}

.brightnessIn:hover
{
    transition: filter 1s;
    filter: brightness(150%);
}

.footerLogoLeft
{
    float: left;
    margin-right: 15px;
}

.footerLogoMargin
{
    margin-bottom: 15px;
}

.hero-area
{
    background-color: black;
}

.spacer
{
    width: 100%;
    height: 50px;
}

.navbar
{
    position: fixed;
    width: 100%;
    z-index: 999;
}

::selection {
    color: white;
    background: #ff7675;
}

::-webkit-selection {
    color: white;
    background: #ff7675;
}

::-moz-selection {
    color: white;
    background: #ff7675;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
    background: #2C3E50;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}

#subscribeButton
{
    width: 175px;
}

.main-nav-area {
    background: #2C3E50;
    padding-top: 15px;
    padding-bottom: 20px;
}

.main-nav-area .nav-logo {
    max-width: 100%;
}

.main-nav-area ul li > a {
    color: #ffffff !important;
    font-size: 20px !important;
    padding: 2px 25px 2px!important;
    border-right: 1px solid #EBA82C;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.main-nav-area ul li:last-child a {
    border-right: none;
}

.main-nav-area ul li > a:hover,
#crnt {
    background-color: #455565!important;
}

 .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
 }

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
 }

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
 }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 12px 5px;
    background: #D5D5D5;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #2C3E50;
    width: 40px;
    outline: none!important;
}

.owl-dots button {
    outline: none!important;
}

.herosdr-item {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 100px 0 0;
}

.hs-cnt h2 {
    text-transform: uppercase;
    font-size: 100px;
    font-weight: normal;
    text-align: center;
    font-family: TrajanPro-Regular;
    font-variant: small-caps;
    color: #fff;
}

.hs-cnt p {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    font-family: TrajanPro-Regular;
    font-variant: small-caps;
    color: #fff;
}

.hs-cnt img {
    width: 100px;
    display: block;
    margin: auto;
}

.about-me {
    background-color: rgba(125, 128, 133,0.8);
    padding: 15px 50px;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 75%;
}

.about-me img {
    display: block;
    /* width: 200px; */
    margin-left: auto;
    margin-right: auto;
}

.about-me h4 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.about-me p {
    font-size: 14px;
    font-family: arial;
    color: #fff;
    padding-top: 25px;
}

.about-me  {
    font-size: 14px;
}

.footer-area {
    background-color: #2C3E50;
    padding: 20px 0;
}

.footer-left {
    max-width: 580px;
}

.footer-left p {
    color: #fff;
    font-size: 10px;
    font-family: arial;
}

.footer-left a img {
    max-width: 100%;
    display: block;
    margin: 0 auto 20px;
}

.footer-left > img {
    display: block;
}

.footer-right {
    max-width: 500px;
    display: block;
    margin-left: auto;
    color: #ffffff;
    text-align: right;
}

.footer-right h6 {
    font-size: 16px;
    line-height: 24px;
}

.footer-right p {
    font-size: 18px;
    font-weight: normal;
}

.home-bg {
    background-repeat: repeat;
}

.cus-cnter {
    max-width: 680px;
    display: block;
    margin: auto;
    padding: 0 15px;
}

.vip-main-area {
    margin: 80px 0 50px;
}

.cus-cnter h2 {
    text-align: center;
    font-size: 30px;
    color: #2C3E50;
    margin-bottom: 30px;
    font-weight: 500;
}

.cus-cnter input {
    width: 100%;
    border-radius: 30px !important;
    border: 0;
    font-size: 18px;
    background-color: #ffffff;
    box-shadow: 0px 0px 6px #DDE1E5;
    padding: 13px 25px;
    margin-bottom: 15px;
}

.cus-cnter input[type="submit"] {
    background-color: #2C3E50;
    color: #fff;
    padding: 15px 25px 11px;
    text-transform: uppercase;
    font-weight: 600;
}

::placeholder {
    color: #D5D5D5;
    opacity: 1;
  }

  :-ms-input-placeholder {
    color: #D5D5D5;
    opacity: 1;
  }

  ::-ms-input-placeholder {
    color: #D5D5D5;
    opacity: 1;
  }


  .sha-wrapper {
      background-color: #fff;
      border: 1px solid #DADADA;
      border-radius: 10px;
      padding: 30px;
  }


.cnt_rdo {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #2C3E50;
  }


  .cnt_rdo input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    box-shadow: 0px 0px 6px #aaa;
    border-radius: 50%;
  }

  .cnt_rdo input:checked ~ .checkmark {
    background-color: #2C3E50;
  }

  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  .cnt_rdo input:checked ~ .checkmark:after {
    display: block;
  }

  .cnt_rdo .checkmark:after {
      top: 3px;
      left: 3px;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: white;
  }

.sha-wrapper input[type="submit"] {
    width: 100%;
    border-radius: 30px !important;
    border: 0;
    background-color: #2C3E50;
    color: #fff;
    padding: 8px 25px 8px;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 0px 0px 6px #DDE1E5;
}

.sha-wrapper select {
    width: 100%;
    border-radius: 30px !important;
    border: 0;
    font-size: 18px;
    background-color: #ffffff;
    box-shadow: 0px 0px 6px #DDE1E5;
   outline: none!important;
   color: #808080;
   margin: 18px 0;

}

.fm-form .brm-count input {
    all: unset;
    background: transparent;
    background: none;
    width: 32px;
    font-weight: 500;
    text-align: center;
    font-size: 22px;
    letter-spacing: 2px;
    color: #161616;
    outline: none;
    padding: 0;
}

.price-value {
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
    color: #161616;
    margin-top: 15px;
    margin-bottom: 0;
}

.range-1 h5 {
    font-size: 22px;
    letter-spacing: 2px;
    color: #161616;
    margin-bottom: 20px;
    font-weight: 600;
}

.range-1 #amount {
    display: inline;
    border: none;
    outline: none;
    text-align: center;
    font-size: 22px;
    letter-spacing: 2px;
    color: #161616;
    width: 80px;
    margin-bottom: 0;
    font-weight: 700;
}

.sqft {
    width: 130px;
    margin: auto;
    display: block;
    border: none;
    outline: none;
    text-align: center;
    font-size: 22px;
    letter-spacing: 2px;
    color: #161616;
    margin-top: 15px;
    margin-bottom: 0;
}

.rangelst .ui-widget-header {
    background: #C0C0C0;
}

.rangelst .ui-widget-content {
    background-color: #169AEE;
}

.price-range p {
    margin-bottom: 5px;
}

.price-value2,
.price-value {
    padding-left: 15px;
}

.inner-sw {
    padding: 15px 40px 10px;
}

.sha-wrapper h2 {
    font-size: 30px;
    font-weight: 500;
}

.cc-tpitem h4 {
    font-size: 20px;
    font-weight: 600;
    color: #2C3E50;
    margin: 0;
}

.cc-tpitem p {
    font-size: 14px;
    font-weight: 600;
    color: #D5D5D5;
    margin: 0;
}

.cc-tpitem {
    padding: 20px 15px;
    background-color: #F8F8F8;
}

.cc-btitem {
    box-shadow: 0px -3px 6px #eee;
    padding: 15px;
}

.carousel-cell {
    background: #FFF;
    width: 100%;
    margin: 7.5px;
    box-shadow: 0px 0px 8px #C1C5C9;
    border-radius: 15px;
}

.carousel-cell > img {
    width: 100%;
    border-radius: 15px 15px 0 0;
}

.cc-btitem ul li {
    font-size: 14px;
    color: #D5D5D5;
}

.cc-btitem ul li {
    margin: 0 5px;
}

.mc-area1 h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 18px;
}

.mc-area1 a {
    color: #637D97;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 18px;
}

.mc-area1 {
    margin: 55px 0 35px;
}

.mc-area1 .main-carousel2 h3 {
    text-align: center;
    margin: 3px 0;
    font-size: 18px;
    color: #2C3E50;
}

.cc-btitem ul {
    display: flex;
    justify-content: space-around;
}

.cc-btitem img {
    width: 30px;
    padding-right: 8px;
}

.cta-area a {
    text-align: center;
    font-size: 30px;
    padding: 15px 15px;
    color: #fff;
    background-color: #2C3E50;
    display: block;
    box-shadow: 0px 0px 6px #DDE1E5;
    border-radius: 12px;
}

.contactus input {
    width: 100%;
    border-radius: 30px !important;
    border: 0;
    font-size: 18px;
    background-color: #ffffff;
    box-shadow: 0px 0px 6px #DDE1E5;
    outline: none !important;
    color: #D5D5D5;
    margin: 18px 0;
    padding: 25px 10px 25px 20px!important;
}

input[type="submit"] {
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

input[type="submit"]:hover {
    opacity: 0.8;
}

.contactus textarea {
    width: 100%;
    border-radius: 15px !important;
    border: 0;
    font-size: 18px;
    background-color: #ffffff;
    box-shadow: 0px 0px 6px #DDE1E5;
    outline: none !important;
    color: #D5D5D5;
    margin: 18px 0;
    padding: 15px!important;
}

.contactus input[type="submit"] {
    padding: 10px 25px!important;
    width: initial;
    font-weight: 500;
    margin: 30px auto 0;
    display: block;
}

.contactus {
    padding: 50px 0 60px;
}

.cta-area {
    padding: 30px 0;
}

.contactus .sha-wrapper {
    box-shadow: 0px 10px 10px #F2F6FA;
}

.free-hleft p {
    font-size: 18px;
    color: #637D97;
    margin: 7px 0 8px;
}

.free-hleft select {
    margin: 0 0 20px;
}

.main-carousel3 .carousel-cell {
    background: #FFF;
    width: 80%;
    margin: 15px;
    box-shadow: 0px 0px 8px #C1C5C9;
    border-radius: 15px;
}

.main-carousel3 .carousel-cell > img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0px 0px 15px #637D97;
}

.mc-area3 {
    width: 100%;
    background-color: black;
    margin-bottom: 35px;
}

.pc-top h2 {
    text-align: center;
    font-size: #2C3E50;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 20px;
}

.pc-top p {
    font-size: 18px;
    text-align: center;
}

.pdtb-area {
    margin: 15px 0px 10px;
    padding: 15px 0;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 7px 18px 7px rgba(0,0,0,0.04);
    -webkit-box-shadow: 0px 7px 18px 7px rgba(0,0,0,0.04);
  }

  .pdtb-area table {
    margin: 0;
  }

  .pdtb-area .tb-1st tr:first-child td {
    border-top: 0;
  }

  .pdtb-area table td {
    border-bottom: 1px dashed #D5D5D5;
  }

  .pdtb-area .tb-2nd table td {
    border-bottom: none!important;
  }

  .pdtb-area .tb-2nd tr:first-child td {
    border-top: 0;
  }

  .pdtb-area .tb-2nd tr:last-child td {
    border-bottom: none;
  }

  .pdtb-area table tr td {
    font-size: 18px;
    font-weight: 600;
    color: #2C3E50;
    padding-left: 20px;
  }

  .dropDownMenu
  {
      color: #808080;
  }

  .pdtb-area table tr td span {
    color: #808080;
    margin-left: 10px;
  }

.pc-map {
    margin-top: 30px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.pc-map iframe {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
  }

  .mc-area4 {
      background-color: black;
      margin-bottom: 35px;
  }

  .mcleft-part img {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
    width: 100%;
    border-radius: 15px;
    margin-bottom: 15px;
  }

  .mcright-part img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 15px;
  }

  .pi-sec1 {
    background: #F8F8F8;
    padding: 13px 10px;
  }

  .pi-fimg {
    position: relative;
  }

  .pi-fimg a {
    width: 110px;
    text-align: center;
    display: block;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -55px;
    border: 1px solid #fff;
    padding: 10px 10px;
    font-family: Lato;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 30px;
    margin-top: -15px;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    text-decoration: none;
  }

  .pi-fimg a:hover {
    background: #fff;
    color: #2C3E50;
    text-decoration: none;
  }

  .pi-sec1 h4 {
    font-size: 16px;
    color: #2C3E50;
  }

  .pi-sec1 span {
    font-size: 10px;
    color: #AEAEAE;
    margin-left: 0px;
  }

  .pi-sec1 p {
    font-size: 14px;
    color: #AEAEAE;
    margin: 5px 0;
  }

  .pi-secwrp {
    background: #F6F6F6;
    box-shadow: 0px 7px 18px 7px rgba(0,0,0,0.04);
    -webkit-box-shadow: 0px 7px 18px 7px rgba(0,0,0,0.04);
    border-radius: 0 0 20px 20px;
    margin-bottom: 25px;
  }

  .pi-seclst {
    padding: 10px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
  }

  .pi-seclst p {
    font-size: 12px;
    color: #2C3E50;
    margin: 5px 0;
  }

.pi-seclst p span {
    color: #D5D5D5;
}

.product-item {
      margin-bottom: 40px;
}

.pi-fimg > img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    display: block;
  }

.pnt-area ul li {
    display: inline-block;
    margin: 15px 15px;
    vertical-align: middle;
}

.pnt-area ul li a {
    font-size: 16px;
    color: #D5D5D5;
}

.pnt-area ul li i {
    width: 40px;
    height: 40px;
    background-color: #fff;
    line-height: 40px;
    color: #000000;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 3px 5px 5px rgba(0,0,0,0.2);
}

.search-area {
    padding: 50px 0;
}

.finePrint
{
    font-size: 8pt;
    line-height: 11pt;
    margin-top: 10px;
}

.greyColor
{
  color: #808080;
}

.socialMediaLogo
{
    display: none;
}

input#searchButton
{
    margin-top: 25px;
}

span,
input,
select,
textarea {
    outline: none!important;
}

span:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none!important;
}

input,
select,
textarea {
    outline: none!important;
}


input:focus,
select:focus,
textarea:focus {
    outline: none!important;
}
