body {
    background-color: #fff;
    color: #333;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

html,
body {
    height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #333;
}
a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover {
    color: #fbc401;
    text-decoration: none;
}
a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}
ul,
li {
    margin: 0;
    padding: 0;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.85);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.no-padding {
    padding: 0;
}
.section-padding {
    padding: 40px 0;
}
.padding-bottom {
    padding-bottom: 0;
}
.white h2 {
    color: #ddd;
}
.btn-style {
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
    font-weight: 500;
    padding: 12px;
    text-transform: uppercase;
}
.btn-hover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.btn-hover:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fbc401;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-hover:active,
.btn-hover:focus,
.btn-hover:hover {
    color: #fff;
}
.btn-hover:active:before,
.btn-hover:focus:before,
.btn-hover:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.section-title {
    margin: 0 auto;
    max-width: 965px;
    margin-bottom: 60px;
    position: relative;
}
.section-title h2 {
    text-transform: uppercase;
    margin-bottom: 25px;
}
.section-title span {
    color: #ad8a04;
}
.section-title p {
    line-height: 28px;
}
.center-line {
    background-color: #fbc401;
    height: 3px;
    margin: 0 auto 25px;
    width: 40px;
}
.spinner {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #fbc401;
    border-radius: 100%;
    -webkit-animation: sk-scaleout2 1s infinite ease-in-out;
    animation: sk-scaleout2 1s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout2 {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
@keyframes sk-scaleout2 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
.preloader-area {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.preloader-area .spinner {
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
}
.top-bar {
    border-bottom: 5px solid #22313f;
}
.social-icons a {
    border: 1px solid #ddd;
    color: #000;
    display: inline-block;
    font-size: 18px;
    height: 36px;
    line-height: 34px;
    margin: 4px;
    padding: 0 5px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 36px;
}
.social-icons a:hover {
    background-color: #f2f2f2;
}
.info {
    color: #000;
    font-size: 14px;
    float: right;
    margin-top: 12px;
}
.info li i {
    margin-right: 4px;
}
.navbar-default {
    border: none;
    background-color: #000;
    margin: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.navbar-brand img {
    width: 230px;
}
.navbar-brand {
   
    padding: 4px 10px !important;
  
}
.navbar-default .navbar-nav > li > a {
    margin-bottom: 1px;
    margin-left: 1px;
    padding: 30px 10px;
    color: #fff;
}
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
    background-color: #22313f;
    color: #fbc401;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: #22313f;
    color: #fbc401;
}
.navbar-toggle {
    background-color: #fbc401;
    color: #fff;
    border: 0;
    border-radius: 0;
    margin: 25px 15px 25px 0;
    padding: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #fbc401;
}
.is-sticky .navbar-default {
    background-color:#1d1d1de6;
    box-shadow: 0 3px 4.7px 0.3px rgba(0, 0, 0, 0.5);
}
.is-sticky {
    width: 100%;
    z-index: 999;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.is-sticky .navbar-nav > li > a {
    padding: 20px 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.is-sticky .navbar-brand img {
    width: 167px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.single-slide-item {
    background-color: #ddd;
    background-position: center center;
    background-size: cover;
    color: #fff;
    font-size: 24px;
    height: 590px;
}
.slide-bg-1 {
    background-image: url(assets/css/assets/images/slider1.jpg);
}
.slide-bg-2 {
    background-image: url(assets/css/assets/images/slider2.jpg);
}
.slide-item-table {
    display: table;
    height: 100%;
    width: 100%;
}
.slide-item-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.single-slide-item h2 {
    font-size: 60px;
    margin: 0 0 30px;
}
.factorian-btn.slide-btn {
    margin-top: 20px;
}
.factorian-content-block {
    padding: 100px 0;
}
.homepage-slides .owl-nav div {
    border: 2px solid;
    color: #fff;
    font-size: 19px;
    height: 40px;
    left: 50px;
    line-height: 35px;
    margin-top: -20px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
}
.homepage-slides .owl-nav div.owl-next {
    left: auto;
    right: 50px;
}
.homepage-slides .owl-nav div:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.wc-image-area {
    position: relative;
    background-image: url(assets/css/assets/images/3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.image-text {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    margin: 90px 0;
    padding: 45px;
}
.text-heading {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.text-desc {
    color: #fff;
    margin-bottom: 18px;
    margin-top: 12px;
}
.address i {
    color: #fbc401;
    font-size: 32px;
}
.address span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-left: 8px;
    text-transform: uppercase;
}
.the-search {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f4f4f4;
}
.form-control {
    border-radius: 0;
}
.form-control:focus {
    color: #000;
}
.form-control:focus {
    border-color: #000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #000;
    outline: 0 none;
}
.form-group label {
    color: #000;
}
.form-group .btn-default {
    background-color: #fbc401;
    border-color: #fbc401;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.form-group .btn-default:hover {
    background-color: #ce1f34;
    border-color: #ce1f34;
    color: #fff;
}
.form-group .btn-default:focus {
    background-color: #ce1f34;
    border-color: #ce1f34;
    color: #fff;
}
.featured-img {
    background: rgba(0, 0, 0, 0) url(assets/images/featured.jpg) no-repeat scroll center center / cover;
    height: 621px;
    width: 100%;
}
.caption-overlay h2 {
    background-color: #000;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin: 20px 0 25px;
    padding: 18px;
    text-transform: uppercase;
}
.other-info h3 {
    background-color: #fff;
    font-size: 20px;
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.other-info i {
    background: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    padding: 2px;
}
.other-info ul li {
    padding: 6px 30px;
}
.contact-agent-btn {
    margin-top: 40px;
}
.pro-details-info {
    background-color: #000;
    color: #fff;
    min-height: 621px;
    padding: 40px;
}
.pro-details-info-main {
    border: 1px solid #ddd;
}
.pro-icon-text {
    border: 1px solid #ddd;
    padding: 20px;
}
.property-icon img {
    height: auto;
    width: 35px;
    margin-bottom: 5px;
}
.icon-text h4 {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.icon-text p {
    font-size: 14px;
    font-weight: 300;
}
.caption {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.caption:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    -webkit-transition: background 0.35s ease-out;
    transition: background 0.35s ease-out;
}
.caption:hover:before {
    background: #ad8a04cf;
}
.caption-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 30px;
    left: 0;
    padding: 20px;
    color: white;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: -webkit-transform 0.35s ease-out;
    -webkit-transition: -webkit-transform 0.35s ease-out;
    transition: transform 0.35s ease-out;
    transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.caption:hover .caption-overlay {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.caption-overlay-title {
    -webkit-transform: translateY(calc(-100% - 10px));
    transform: translateY(calc(-100% - 10px));
    transition: -webkit-transform 0.35s ease-out;
    -webkit-transition: -webkit-transform 0.35s ease-out;
    transition: transform 0.35s ease-out;
    transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.caption:hover .caption-overlay-title {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.photo-gallery .col-md-4 {
    padding: 0;
    margin: 0;
}
.photo-gallery .filters {
    text-align: center;
    margin-bottom: 40px;
}
.photo-gallery .filters ul {
    padding: 0;
}
.photo-gallery .filters li {
    border: 1px solid #000;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0 6px;
    padding: 8px 12px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.photo-gallery .filters li.active {
    background-color: #fbc401;
    color: #fff;
}
.item:hover img {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.single-pro {
    margin-bottom: 25px;
}
.pro-badge {
    color: #fff;
    font-size: 14px;
    position: absolute;
    transition: 0.8s;
    -webkit-transition: 0.8s;
}
.pro-badge p {
    font-weight: 700;
    padding: 10px 13px;
    text-transform: uppercase;
}
.sale p {
    background: #fbc401;
}
.rent p {
    background: #ad8a04;
}
.single-pro-img:hover .pro-badge {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.hvr-text h2 {
    color: #fbc401;
    font-weight: 600;
    margin-bottom: 18px;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
}
.hvr-text p {
    font-size: 14px;
    margin-bottom: 18px;
}
.short-info-hover {
    font-size: 14px;
}
.short-info-hover i {
    color: #fbc401;
    font-size: 16px;
    padding: 6px;
}
.pro-info-text {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    max-width: 600px;
    padding: 12px;
    text-align: center;
}
.pro-info-text i {
    font-size: 20px;
    margin-right: 8px;
    color: #fbc401;
}
.pro-info-text strong {
    display: block;
    font-size: 22px;
}
.viewallbtn {
    margin-top: 15px;
}
.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
.single-pro-img {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.single-pro-img img {
    display: block;
    width: 100%;
}
.hvr-text {
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    color: white;
    font-size: 1em;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    overflow: hidden;
    padding: 65px 38px;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.hvr-text:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hvr-text:after,
.hvr-text:before {
    border: 1px solid rgba(255, 255, 255, 0.7);
    bottom: 1em;
    content: "";
    left: 1em;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 1em;
    top: 1em;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: 0.6s 0.2s;
    transition: 0.6s 0.2s;
}
.hvr-text:before {
    border-bottom: none;
    border-top: none;
    left: 2em;
    right: 2em;
}
.hvr-text:after {
    border-left: none;
    border-right: none;
    bottom: 2em;
    top: 2em;
}
.hvr-text:hover:after,
.hvr-text:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.single-pro-img:nth-child(2) .hvr-text {
    background: rgba(146, 41, 185, 0.7);
}
.single-pro-img:nth-child(3) .hvr-text {
    background: rgba(185, 41, 128, 0.7);
}
.single-pro-img:nth-child(4) .hvr-text {
    background: rgba(185, 50, 41, 0.7);
}
.single-pro-img:nth-child(5) .hvr-text {
    background: rgba(185, 146, 41, 0.7);
}
.single-pro-img:nth-child(6) .hvr-text {
    background: rgba(128, 185, 41, 0.7);
}
.services-content {
    border: 2px solid #dbdcdd;
    height: 288px;
    margin-bottom: 20px;
    padding: 22px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.services-content:hover {
    box-shadow: 0 0 0 5px #000;
    background-color: #000;
}
.services-content:hover i {
    font-size: 60px;
    color: #fff;
}
.services-content:hover h3 {
    color: #fbc401;
}
.services-content:hover p {
    color: #fff;
}
.services-content i {
    color: #fbc401;
    font-size: 45px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.services-content h3 {
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 24px;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.services-content p {
    line-height: 26px;
    margin-top: 20px;
}
.who-left-img {
    background-image: url(assets/images/who-side-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 560px;
}
.who-text-area {
    border-top: 4px solid #000;
    padding: 80px 100px;
}
.nav-tabs {
    margin-bottom: 40px;
}
.nav-tabs li a {
    color: #555;
    font-weight: 600;
}
.nav-tabs li.active a,
.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover {
    color: #2b2b2b;
}
tab-content > h2 {
    margin-bottom: 34px;
}
.tab-content h2 {
    color: #ad8a04;
    font-weight: 400;
    margin-bottom: 20px;
}
.tab-content p {
    line-height: 28px;
}
.tab-content a {
    display: inline-block;
    font-size: 15px;
    margin-top: 8px;
    padding: 10px;
}
.service-item {
    position: relative;
    margin-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
}
.service-item-icon {
    color: #fbc401;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
}
.service-item-title {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.counter-area {
    background: rgba(0, 0, 0, 0) url(assets/images/counter-bg.jpg) no-repeat center center / cover;
    color: #fff;
    position: relative;
}
.counterinfo {
    padding: 70px 0;
}
.counterinfo h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
}
.counterinfo .icon i {
    color: #fbc401;
    font-size: 32px;
    line-height: 80px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}
.counterinfo:hover i {
    font-size: 39px;
}
.counter {
    font-size: 30px;
    font-weight: 500;
    margin-top: 12px;
}
.single-agent-area {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}
.single-agent-area figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    width: 100%;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}
.single-agent-area figure img {
    position: relative;
    display: block;
    min-height: 100%;
    width: 100%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.single-agent-area figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.single-agent-area figure figcaption:before,
.single-agent-area figure figcaption:after {
    pointer-events: none;
}
.single-agent-area figure figcaption,
.single-agent-area figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.single-agent-area figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.single-agent-area figure h3 {
    color: #fff;
}
.single-agent-area figure h3,
.single-agent-area figure p {
    margin: 0;
}
.single-agent-area figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
figure.effect-agent figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 3.75em;
    background-color: #fbc401;
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
figure.effect-agent:hover img {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
figure.effect-agent h3 {
    float: left;
    display: inline-block;
    margin-top: 4px;
}
figure.effect-agent p.icon-links a {
    float: right;
    color: #fff;
    font-size: 1.4em;
}
figure.effect-agent:hover p.icon-links a:hover,
figure.effect-agent:hover p.icon-links a:focus {
    color: #333;
}
figure.effect-agent p.description {
    position: absolute;
    bottom: 10em;
    padding: 2em;
    color: #333;
    text-transform: none;
    font-size: 82%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
}
figure.effect-agent h2,
figure.effect-agent p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}
figure.effect-agent p.icon-links a span:before {
    display: inline-block;
    padding: 8px 10px;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-eye:before {
    content: "\e000";
}
.icon-paper-clip:before {
    content: "\e001";
}
.icon-heart:before {
    content: "\e024";
}
figure.effect-agent:hover p.description {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
figure.effect-agent:hover figcaption,
figure.effect-agent:hover h3,
figure.effect-agent:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
figure.effect-agent:hover h3 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
figure.effect-agent:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
figure.effect-agent:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
figure.effect-agent:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
@media screen and (max-width: 50em) {
    .content {
        padding: 0 10px;
        text-align: center;
    }
    .single-agent-area figure {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }
}
.testimonials {
    background: url(assets/images/testimonials-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.testimonials h2 {
    color: #fff;
}
.testimonials p {
    color: #ddd;
}
.single-testimonial .testimonials-text {
    background: #fff;
    position: relative;
    margin-bottom: 40px;
    padding: 20px 20px 20px 55px;
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.single-testimonial .testimonials-text:before {
    color: #fbc401;
    font-size: 60px;
    content: "\201C";
    position: absolute;
    margin: 5px 0 0 -30px;
    font-family: Georgia, serif;
}
.single-testimonial .testimonials-text:after {
    width: 0;
    height: 0;
    left: 80px;
    content: " ";
    bottom: -30px;
    position: absolute;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #fff transparent transparent transparent;
    -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="1" /><feOffset dx="3" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
}
.single-testimonial .testimonials-text p {
    color: #333;
    font-style: italic;
}
.single-testimonial img {
    float: left;
    width: 60px;
    height: auto;
    margin: 0 20px;
}
.single-testimonial .testimonials-author {
    color: #ad8a04;
    display: block;
    overflow: hidden;
    padding-top: 8px;
    text-transform: uppercase;
}
.single-testimonial .testimonials-author em {
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
}
.partners {
    background-image: url(assets/images/partner-bg.png);
}
.partner-logo {
    text-align: center;
}
.partner-logo img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.partner-logo img:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.map {
    width: 100%;
    height: 400px;
}
.contact-us {
    background-image: url(assets/images/contact-bg.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.contact-us h2,
h4 {
    color: #fff;
}
.contact-address {
    color: #fff;
    list-style: none;
}
.contact-address li {
    line-height: 30px;
    padding: 10px 0;
}
.contact-address i {
    margin: 0 16px;
    color: #fbc401;
}
.contact-address span {
    margin-left: 44px;
}
.contact-form h4 {
    margin-bottom: 25px;
}
.contact-form .input-lg {
    font-size: 14px;
}
.contact-form button {
    width: 100%;
    height: 40px;
}
.contact-form button:hover {
    color: #fff;
}
.contact-form .form-control {
    background-color: rgba(255, 255, 255, 0.06);
    border-color: #292929;
    color: #fff;
    resize: none;
}
.contact-form .form-control:focus {
    background-color: #171717;
    box-shadow: none;
}
.sendbtn {
    border: 0;
    font-weight: 500;
    height: 40px;
    text-transform: uppercase;
    width: 100%;
}
.footer {
    background-color: #1d1c1c;
    color: #fff;
}
.footer-area {
    padding: 60px 0;
}
.footer-text {
    margin: 0 auto;
    max-width: 830px;
}
.footer-logo img {
    height: 85px;
    margin-bottom: 20px;
    width: auto;
}
.footer-text p {
    font-weight: 300;
}
.nl-form {
    max-width: 520px;
    margin: 35px auto 0;
    text-align: center;
    position: relative;
    z-index: 2;
}
.nl-form h4 {
    color: #ad8a04;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.nl-form .form-control {
    background: #e1e1e1;
    border-color: transparent;
    font-weight: 400;
    height: 50px;
}
.nl-form .form-control:focus {
    box-shadow: none;
    border-color: #fbc401;
}
.btn.btn-theme:focus {
    outline: 0;
}
.nl-form .btn {
    min-height: 50px;
    background: #fbc401;
    color: #fff;
    padding: 0 20px;
    text-transform: uppercase;
}
.footer-icon {
    margin-top: 35px;
}
.footer-icon a {
    color: #fff;
}
.footer-icon a:hover {
    color: #000;
}
.footer-bottom {
    background-color:#000;
    text-align: center;
}
.footer-bottom p {
    color: #858382;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 25px 0;
}
.footer-bottom span {
    color: #fbc401;
}
.scrollup {
    background-color: #14212c;
    margin-top: -43px;
    position: absolute;
    right: 35px;
}
.scrollup:hover {
    background-color: #fbc401;
}
.scrollup i {
    font-size: 18px;
    padding: 12px;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.quick_form{ width: 30%;
    float: right;}
@media screen and (max-width: 50em) {
.quick_form{ width: 100%;
    float: none;}
.slider-container {
  position: relative;
  width: 100% ;

    float: none;
    height: 232px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: all-scroll;
}
	}
	
	
.benifit {
    background: url(assets/images/melbourne.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}