@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');




body {
font-family: 'Open Sans', sans-serif;
}

.home #main-content > .container {
    background: #f9f8f8;
}

.section-above-navbar {
    background: #fff;
    color: #050505;
}

.section-above-navbar .container {
    width: 100%;
}

.above-navbar-right>.btn {
    display: none;
}

.header-four .contact-info {
    float: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.navbar-brand>img {
    display: block;
    max-width: 300px;
}

.header-four .section-navbar {
    padding: 30px 10px 20px;
  background: #283752;
}

.navbar-brand {
    height: auto !important;
    padding: 0 20px;
}

.header-four .section-navbar > .container {
  width: 100%
}

#main_menu.nav li a {
    border-right: 2px solid #6CA9DC;
}

#main_menu.nav li:last-child a {
    border-right: 0;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: #6CA9DC;
    color: #000;
}

.navbar-nav > li {
    padding: 0;
}
.dropdown-menu {
    min-width: 175px;
    padding: 0;
}

.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
}

.home .section-above-footer-top .widget-item img {
    height: auto;
}

.home .section-below-banner {
  background: #fff !important;
  min-height: 20vh;
}

/*.home #fortblanc-section-below-banner .container {
  background: linear-gradient(173.74deg, #283752 0%, #5F728A 100%);;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}*/

.home #fortblanc-section-below-banner .container {
    background: linear-gradient(173.74deg, #283752 0%, #5F728A 100%);
    position: relative;
    left: 0;
    transform: none;
    width: 100%;
}

#static-banner:before {
    background: transparent !important;
}

@media screen and (min-width: 768px) {
body.home .site-banner .site-banner-inner, body.home .site-banner .site-banner-inner img {
    height: 100vh !important;
}
}


.home #fortblanc-section-below-banner 
.widget-item {
    margin: 20px;
  padding: 20px;
  border: 1px solid;
}

.bb h1 {
  margin-bottom: 20px;
    font-size: 2em;
}

.home .section-below-banner {
    margin-bottom: 30px;
}


/* Widget home */

.hcta {
  text-align: center;
  padding-bottom: 60px;
}

.hcta::after {
  content:'';
  display: block;
  position: absolute;
width: 97px;
height: 1px;

left: 50%;
  transform: translateX(-50%);

border: 2px solid #6CA9DC;
  margin-top: 30px
}

.hcta h1 {
  max-width: 500px;
  margin: 20px auto 30px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
}

.hcta p {
  max-width: 870px;
  margin: 20px auto;
  font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 25px;
text-align: center;

}


.bcta > .editable p {
  max-width: 960px;
  margin: 20px auto;
  text-align: center;
  padding: 30px 20px;
}
.bcta-b {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
}

.b-item{
  padding: 20px;
  transition: all 0.1s ease-in;
}

.b-item:hover{
  color: #fff;
  background: #6CA9DC;
}

.b-item:hover .b-box{
  border: 1px solid #fff;
}

.bcta-b .b-box {
  border: 1px solid #6CA9DC;
box-sizing: border-box;
  padding: 30px;
}

.b-box h2 {
  font-size: 1.5em;
    letter-spacing: 1px;
  margin-bottom: 30px;
}

.b-box .butn {
  display: inline-block;
  border: 1px solid;
  padding: 10px 40px;
  border-radius: 20px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .bcta-b {
    display: block;
  }
}

.widget-item .btn {
    background: #6CA9DC;
    color: #fff;
}

.widget-item .btn:hover {
    background: #f8f8f8;
}

.widget-item .btn.submit-btn:hover {
  background: #333;
}

.form-control::placeholder {
    color: #999;
  padding: 0;
  margin: 0
}


@media only screen and (min-width: 992px) {
.widget-item .listing .details-container {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    transform: translateY(+30%);
    transition: all .5s ease;
}
  
}

.abt-b {
  padding: 0;
}

.abt-b h2 {
  margin-bottom: 60px;
}

.abt-b h2:after {
    content: '';
    display: block;
    position: absolute;
    width: 97px;
    height: 1px;
    left: 15px;
    border: 1px solid #6CA9DC;
    margin: 30px 0;
}

.abt .butn {
    display: inline-block;
    border: 1px solid;
    padding: 10px 40px;
    border-radius: 20px;
  transition: all 0.2s ease;
}

.abt .butn:hover {
  color: #fff;
  background: #6CA9DC;
  text-decoration: none;
  border-color: #6CA9DC;
}

.tst {
    max-width: 1440px;
    margin: 30px auto;
    display: flex;
}


.tst-i {
    padding: 20px;
    transition: all 0.1s ease-in;
}

.tst-i:hover {
    color: #fff;
    background: #6CA9DC;
}

.tst-b {
    border: 1px solid #6CA9DC;
    box-sizing: border-box;
    padding: 30px;
  
  text-align: left;
}

.tst-i:hover .tst-b {
    border: 1px solid #fff;
}

@media screen and (max-width: 992px){
.tst {
    display: block;
}
}


/* footer*/
.section-footer .container, .section-footer-proper .container{
  width: 100%;
  max-width: 1440px;
}

.section-footer, .section-footer-proper, .section-footer-proper a{
    background: #283752;
    color: #bfbfbf;
}

.section-footer-proper a:hover {
  color: #fff;
}

.footer-section-left-content .widget-item .foo img {
    max-width: 100%;
}

.foo .foo-info > li .fa {
    display: inline-block;
  color: #6CA9DC;
margin: 10px;
}

.foo ul.foo-info li {
  display: inline-block;
  margin-left: 10px;
}
.section-footer .disclaimer p{
    font-size: 10px;
  letter-spacing: 0;
  line-height: 14px;
  margin-bottom: 10px
}

footer .contact .contact-info, .contact h4 {
    display: none
}

footer .contact {
    min-height: 220px;
    background: url(https://s3.amazonaws.com/store24-ubertor-com/carolinehong1.ourubertor.com/content/image/36-w-1_54.png) no-repeat;
    background-size: 175px;
    background-position: right top;
}

section.section-footer-proper, .section-footer hr {
    display: none;
}

.section-footer .ubr {
  margin-top: 30px;
}
.section-footer .ubr img {
  width: 70px!important
}

.section-footer .ubr a{
  margin-left: 10px;
  padding-right: 10px;
}
.small-disc {
    display: block;
    width: 100%;
    clear: both;
    margin: 30px auto;
}

.small-disc p {
    font-size: 12px;
    margin-bottom: 1em;
    line-height: inherit;
    opacity: 0.6;
    letter-spacing: normal;
    padding: 0 20px;
}
@media screen and (min-width: 1200px){
footer .disclaimer {
    min-width: 460px;
}
}


/* Contact Pages */
.contact #fortblanc-section-below-banner > .container {
    padding: 0;
    width: 100%;
}

.contact #fortblanc-section-below-banner .widget-item {
    padding: 0;
    min-height: 20vh;
}


#static-banner > img {
    opacity: 1;
}

/* Services */
.services h3 {
  display: block;
}

.services  h3:after {
    content: '';
    display: block;
    position: relative;
    width: 97px;
    height: 1px;
    left: auto;
    border: 1px solid #6CA9DC;
    margin: 30px 0;
}

.services  .row {
  margin-bottom: 30px;
}

h3.provided_by.lpb-top {
    position: absolute;
    padding: 10px;
    top: 0;
    background: #6CA9DC;
}


/* fixes */
body:not(.home) .section-banner {
    margin-bottom: 0;
}

.section-below-banner {
  background: #eee !important;
  margin-bottom: 60px;
}
.editable-icon.fa-stack {
  overflow: hidden;
  display: inline-block;
  height: auto;
  width: auto;
  padding: 2em;
}
.editable-icon.fa-stack i {
    font-size: 3em;
    display: block;
}

ul.al-btm {
    list-style: none;
}


/* About IMG */
body.about_us #main-content .editable-img img{
    margin-top: 90px;
}


.listing > .row {
    padding: 10px 20px;
}

.foo-info a {
  font-size: 1.3em;
  color:#fff;
  display: inline-block;
  margin:0 10px;
}

footer .contact {
    min-height: 220px;
    background: url(https://s3.amazonaws.com/store24-ubertor-com/carolinehong1.ourubertor.com/content/image/white-blue-logo_2728.png) no-repeat;
  background-size: 175px;
    background-position: right top;
}
.social-media-nav {
    padding-left: 20px!important;
}
.brokerage .footer-social-media-nav {
  display: none;
}

.small-disc {
  background: url(https://s3.amazonaws.com/store24-ubertor-com/carolinehong1.ourubertor.com/content/image/36-w-1_54.png) no-repeat;
  background-position:0 20px ;
  padding-left: 120px;
}



/* adjustments on disclaimer */

#disclaimers p.copyright, .detail-right .wrapper-disclaimer:nth-child(3n) {
    display: none;
}

.detail-right .wrapper-disclaimer {
  padding-bottom: 30px
}

.detail-right .wrapper-disclaimer p {
  padding: 10px 30px
}
/* end adjustments on disclaimer */



@media screen and (max-width:768px) {
  div#static-banner {
    height: auto !important;
    padding-top: 200px;
}

.foo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-footer .ubr {
    margin-top: 30px;
    text-align: center;
}
  .brokerage.col-md-offset-1.col-sm-3.col-xs-6 {
    display: none;
}
  footer .contact {
    background-position: center;
        margin: 0 auto;
    width: 100%;
  }
  .small-disc {
    background: url(https://s3.amazonaws.com/store24-ubertor-com/carolinehong1.ourubertor.com/content/image/36-w-1_54.png) no-repeat;
    background-position: center top;
    padding: 100px 0 0;
    text-align: center;
}
}



@media screen and (min-width:768px) {
.project_marketing .col-sm-6 section[data-type="component-image"] .editable-img {
 height: 80vh; 
 display:flex;
justify-content: center;
  align-items: center;
}
  
}


