/* Enter Your Custom CSS Here */
#top-header, #et-secondary-nav li ul {
    background-color: #052978;
}
#et-info {
    float: right;
}
#top-header, #top-header a {
    color: rgb(255, 255, 255) !important;
}
.about-property-section h4 a {
    font-weight: 700;
}
.parrallax-home-section h2 {
    font-size: 45px;
    margin-top: 20px;
    font-weight: 600;
}
.parrallax-home-section h3 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}
.parrallax-home-section h4 {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
}
.parrallax-home-section h4:before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #FFF;
    position: absolute;
    top: 44%;
    right: 55%;
}
.parrallax-home-section h4:after {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #FFF;
    position: absolute;
    top: 44%;
    left: 55%;
}
.our-services-home-con {
    width: 100%;
}
.our-services-home-con ul li {
	list-style: none;
    line-height: 22px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 35px;
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 600;
}
.our-services-home-con ul li:before {
    font-family: "ETmodules";
    color: #052978;
    line-height: 25px;
    font-size: 25px;
    content: '$';
    position: absolute;
    left: 0;
    font-weight: 500;
}
.our-services-home-con ul {
    padding: 0 0 23px 0;
}
.uk-panel-title {
    font-size: 15px;
    color: #7E7E7E;
    font-style: italic;
    line-height: 21px;
    margin-bottom: 15px;
    display: inline-block;
}
.uk-panel-heading {
    font-size: 30px;
    color: #052978;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 15px;
}
.uk-panel-heading:after {
    content: ' ';
    background: #0c2d70;
    height: 2px;
    width: 30%;
    display: block;
    margin-top: 9px;
}
footer .et-social-icon a {
    font-size: 15px;
  	line-height: 25px;
}
#footer-bottom {
    background: #292929;
}