@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900);*,::after,::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.site-wrapper,body,html {
    height: 100%
}

body {
    background-color: #fff;
    font-size: 15px;
    line-height: 28px;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    font-family: Poppins,sans-serif;
    color: #666;
    position: relative
}

body[data-rtl=rtl] {
    direction: rtl;
    text-align: right
}

h1,h2,h3,h4,h5,h6 {
    font-family: Poppins,sans-serif;
    color: #222;
    font-weight: 400;
    margin-top: 0;
    line-height: 1.2
}

h1 {
    font-size: 36px
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size:32px
    }
}

@media only screen and (max-width: 575px) {
    h1 {
        font-size:30px
    }
}

@media only screen and (max-width: 479px) {
    h1 {
        font-size:24px
    }
}

h2 {
    font-size: 30px
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size:26px
    }
}

@media only screen and (max-width: 575px) {
    h2 {
        font-size:24px
    }
}

@media only screen and (max-width: 479px) {
    h2 {
        font-size:18px
    }
}

h3 {
    font-size: 24px
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size:20px
    }
}

@media only screen and (max-width: 575px) {
    h3 {
        font-size:18px
    }
}

@media only screen and (max-width: 479px) {
    h3 {
        font-size:16px
    }
}

h4 {
    font-size: 18px
}

@media only screen and (max-width: 767px) {
    h4 {
        font-size:16px
    }
}

@media only screen and (max-width: 479px) {
    h4 {
        font-size:14px
    }
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

p:last-child {
    margin-bottom: 0
}

a,button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer
}

a,button,img,input,span {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

:focus {
    outline: 0!important
}

a:focus {
    color: inherit;
    outline: 0;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #004395
}

button,input[type=submit] {
    cursor: pointer
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

img {
    max-width: 100%
}

.fix {
    overflow: hidden
}

.hidden {
    display: none
}

.clear {
    clear: both
}

.main-wrapper,.section {
    float: left;
    width: 100%
}

@media (min-width: 1200px) {
    .container {
        max-width:1200px
    }
}

@media only screen and (max-width: 575px) {
    .container {
        max-width:450px
    }
}

@media only screen and (max-width: 479px) {
    .container {
        max-width:300px
    }
}

.no-gutters {
    margin-left: 0;
    margin-right: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
    margin: 0
}

.mbYTP_wrapper {
    z-index: -9!important
}

input:-moz-placeholder,textarea:-moz-placeholder {
    opacity: 1
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    opacity: 1
}

input::-moz-placeholder,textarea::-moz-placeholder {
    opacity: 1
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    opacity: 1
}

.page-banner-section-Image {
    position: relative;
    z-index: 1;
    padding: 335px 0;
    margin-top: 91px;
    overflow: hidden;
    min-height: 600px
}

.page-banner-section-Image .banner-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1
}

@media only screen and (min-width: 768px) and (max-width:991px),only screen and (max-width:767px) {
    .page-banner-section-Image {
        margin-top:81px;
        min-height: 400px
    }
}

.page-banner-title {
    font-size: 36px;
    font-family: Helvetica,sans-serif;
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin-top: -5px;
    margin-bottom: 10px;
    transform: translateY(-260px)
}

.page-breadcrumb {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-breadcrumb li {
    color: #fff;
    font-size: 15px;
    line-height: 1
}

@media only screen and (max-width: 575px) {
    .page-breadcrumb li {
        font-size:14px
    }
}

.page-breadcrumb li::after {
    content: "-";
    margin: 0 6px
}

.page-breadcrumb li:last-child::after {
    display: none
}

.page-breadcrumb li a:hover {
    color: #000
}

.page-breadcrumb li.active {
    color: #f9c322
}

.page-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px -10px
}

.page-pagination li {
    font-size: 16px;
    line-height: 24px;
    font-family: Poppins,sans-serif;
    color: #222;
    text-align: center;
    margin: 5px 10px
}

.page-pagination li a {
    color: #222;
    background-color: #f8f8f8;
    padding: 10px;
    border-radius: 50px;
    width: 44px;
    height: 44px
}

.page-pagination li a i {
    line-height: 24px
}

.page-pagination li:hover a {
    color: #004395;
    background-color: #f9c322
}

.page-pagination li.active a {
    color: #fff;
    background-color: #004395
}

.page-pagination li:first-child a {
    color: #222;
    width: auto;
    padding: 10px 20px
}

.page-pagination li:first-child a i {
    margin-right: 10px;
    float: left
}

.page-pagination li:first-child a:hover {
    color: #004395
}

.page-pagination li:last-child a {
    color: #222;
    width: auto;
    padding: 10px 20px
}

.page-pagination li:last-child a i {
    margin-left: 10px;
    float: right
}

.page-pagination li:last-child a:hover {
    color: #004395
}

form h3,form h4,form h5,form h6 {
    margin-bottom: 20px;
    font-weight: 500
}

form a {
    text-decoration: underline
}

form a:hover {
    text-decoration: underline
}

form label {
    line-height: 18px;
    display: block;
    margin-bottom: 10px
}

form label i {
    margin-right: 10px;
    color: #004395
}

form label span {
    font-size: 12px
}

form input {
    width: 100%;
    border: 1px solid #eee;
    background-color: transparent;
    line-height: 30px;
    padding: 9px 20px;
    color: #666;
    font-size: 15px;
    border-radius: 0;
    height: auto
}

form input[type=checkbox],form input[type=radio] {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

form textarea {
    width: 100%;
    border: 1px solid #eee;
    background-color: transparent;
    line-height: 30px;
    padding: 9px 20px;
    color: #666;
    font-size: 15px;
    border-radius: 0;
    height: 120px
}

form .nice-select {
    width: 100%;
    border: 1px solid #eee;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    height: auto
}

form .nice-select::after {
    height: 7px;
    width: 7px;
    right: 20px
}

header.header {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999
}

.header-bottom.menu-center>.container>.row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.header-bottom.menu-center>.container>.row>.col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-bottom.menu-center>.container>.row>.col:first-child,.header-bottom.menu-center>.container>.row>.col:last-child {
    max-width: 180px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.header-bottom.menu-center>.container>.row>.col:first-child {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.header-bottom.menu-center>.container>.row>.col:last-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-bottom.menu-center>.container>.row>.col:nth-child(2) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-logo {
    margin: 15px 0
}

.header-logo a {
    display: inline-block
}

.header-logo a img {
    max-width: 200%
}

@media only screen and (min-width: 991px) {
    .header-logo a img {
        max-width:100%
    }
}

.main-menu>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-menu>ul>li {
    margin-right: 30px;
    position: static
}

.main-menu>ul>li:last-child {
    margin-right: 0
}

.main-menu>ul>li>a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: .25px;
    font-family: Poppins,sans-serif;
    color: #222;
    display: block;
    padding: 30px 0;
    position: relative;
    text-transform: capitalize
}

.main-menu>ul>li>a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: #222;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.main-menu>ul>li.has-dropdown>a::after {
    content: "\f107";
    font-family: Fontawesome;
    line-height: 30px;
    margin-left: 3px
}

.main-menu>ul>li.active>a,.main-menu>ul>li:hover>a {
    color: red
}

.main-menu>ul>li.active>a::before,.main-menu>ul>li:hover>a::before {
    width: 100%;
    background-color: #004395
}

.main-menu>ul>li:hover>.sub-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 99
}

.main-menu>ul>li:hover>.mega-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 99
}

.sub-menu {
    position: absolute;
    left: auto;
    top: 100%;
    margin-left: -20px;
    margin-top: 30px;
    padding: 20px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.15);
    box-shadow: 0 5px 10px rgba(0,0,0,.15);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 250px;
    z-index: -99;
    opacity: 0;
    visibility: hidden
}

.sub-menu li {
    margin-bottom: 5px;
    position: relative
}

.sub-menu li:last-child {
    margin-bottom: 0
}

.sub-menu li a {
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    padding: 0 20px
}

.sub-menu li.has-dropdown>a::after {
    content: "\f105";
    font-family: Fontawesome;
    line-height: 30px;
    float: right
}

.sub-menu li.active>a {
    color: #004395
}

.sub-menu li .sub-menu {
    left: 100%;
    top: 0;
    margin-left: 0
}

.sub-menu li:hover>a {
    color: red;
    padding-left: 25px
}

.sub-menu li:hover .sub-menu {
    margin-top: -10px;
    opacity: 1;
    visibility: visible;
    z-index: 99
}

.mobile-menu {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 0 100%!important;
    flex: 1 0 100%!important
}

.mobile-menu .mean-bar {
    position: relative
}

.mobile-menu .mean-bar .meanmenu-reveal {
    position: absolute;
    top: -49px
}

.mobile-menu .mean-bar .meanmenu-reveal span {
    position: relative
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
    height: 5px;
    width: 38px;
    background-color: #222;
    display: block;
    margin: 8px 0
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after,.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before {
    top: -8px
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
    bottom: -8px
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close {
    height: 2px;
    width: 26px;
    background-color: transparent;
    display: block;
    margin: 8px 0
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after,.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mobile-menu .mean-bar .mean-nav {
    background-color: #fff
}

.mobile-menu .mean-bar .mean-nav>ul {
    margin-bottom: 30px;
    border: 1px solid rgba(0,0,0,.05);
    overflow-x: hidden;
    max-height: 250px
}

@media only screen and (max-width: 767px) {
    .mobile-menu .mean-bar .mean-nav>ul {
        max-height:180px;
        overflow-y: auto
    }
}

@media only screen and (max-width: 575px) {
    .mobile-menu .mean-bar .mean-nav>ul {
        max-height:220px;
        overflow-y: auto
    }
}

.mobile-menu .mean-bar .mean-nav>ul>li:first-child>a {
    border-top: none
}

.mobile-menu .mean-bar .mean-nav>ul li {
    position: relative;
    display: block;
    float: left;
    width: 100%
}

.mobile-menu .mean-bar .mean-nav>ul li a {
    font-size: 13px;
    display: block;
    font-family: Poppins,sans-serif;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 44px;
    position: relative;
    border-top: 1px solid rgba(0,0,0,.05);
    padding: 0 40px 0 20px
}

.mobile-menu .mean-bar .mean-nav>ul li a::after {
    display: none
}

.mobile-menu .mean-bar .mean-nav>ul li a:hover {
    color: #004395;
    padding-left: 25px
}

.mobile-menu .mean-bar .mean-nav>ul li a.active {
    color: #004395
}

.mobile-menu .mean-bar .mean-nav>ul li a.mean-expand {
    border-width: 0 1px;
    border-style: solid;
    border-color: rgba(0,0,0,.05);
    position: absolute;
    right: -1px;
    top: 0;
    font-size: 20px!important;
    color: #666;
    line-height: 44px;
    height: 46px;
    width: 40px;
    text-align: center;
    padding: 0
}

.mobile-menu .mean-bar .mean-nav>ul li a.mean-expand.mean-clicked {
    line-height: 40px
}

.mobile-menu .mean-bar .mean-nav>ul li span {
    font-size: 13px;
    display: block;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 44px;
    position: relative;
    border-top: 1px solid rgba(0,0,0,.05);
    border-bottom: none;
    padding: 0 40px 0 20px;
    margin: 0
}

.mobile-menu .mean-bar .mean-nav>ul li .mega-menu,.mobile-menu .mean-bar .mean-nav>ul li .sub-menu,.mobile-menu .mean-bar .mean-nav>ul li ul {
    position: static;
    background-color: rgba(0,0,0,.03);
    margin: 0;
    padding: 0!important;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    display: none;
    float: left;
    width: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li,.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li,.mobile-menu .mean-bar .mean-nav>ul li ul li {
    padding: 0;
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-right: 0 solid transparent;
    width: 100%;
    display: block!important;
    float: left;
    width: 100%
}

.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li a,.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li a,.mobile-menu .mean-bar .mean-nav>ul li ul li a {
    font-size: 11px;
    display: block!important
}

.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li a::before,.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li a::before,.mobile-menu .mean-bar .mean-nav>ul li ul li a::before {
    display: none
}

.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li span,.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li span,.mobile-menu .mean-bar .mean-nav>ul li ul li span {
    font-size: 11px
}

.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu,.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul,.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu,.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul,.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu,.mobile-menu .mean-bar .mean-nav>ul li ul li ul {
    background-color: rgba(0,0,0,.04)
}

.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu li a,.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul li a,.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu li a,.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul li a,.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu li a,.mobile-menu .mean-bar .mean-nav>ul li ul li ul li a {
    border-top: 1px solid rgba(0,0,0,.05)
}

.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu li a.mean-expand,.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul li a.mean-expand,.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu li a.mean-expand,.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul li a.mean-expand,.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu li a.mean-expand,.mobile-menu .mean-bar .mean-nav>ul li ul li ul li a.mean-expand {
    border-width: 0 1px;
    border-style: solid;
    border-color: rgba(0,0,0,.05)
}

.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu .sub-menu,.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu ul,.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul .sub-menu,.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul ul,.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu .sub-menu,.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu ul,.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul .sub-menu,.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul ul,.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu .sub-menu,.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu ul,.mobile-menu .mean-bar .mean-nav>ul li ul li ul .sub-menu,.mobile-menu .mean-bar .mean-nav>ul li ul li ul ul {
    background-color: rgba(0,0,0,.05)
}

.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu .sub-menu li a,.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu ul li a,.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul .sub-menu li a,.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul ul li a,.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu .sub-menu li a,.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu ul li a,.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul .sub-menu li a,.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul ul li a,.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu .sub-menu li a,.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu ul li a,.mobile-menu .mean-bar .mean-nav>ul li ul li ul .sub-menu li a,.mobile-menu .mean-bar .mean-nav>ul li ul li ul ul li a {
    border-top: 1px solid rgba(0,0,0,.05)
}

.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu .sub-menu li a.mean-expand,.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu ul li a.mean-expand,.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul .sub-menu li a.mean-expand,.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul ul li a.mean-expand,.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu .sub-menu li a.mean-expand,.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu ul li a.mean-expand,.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul .sub-menu li a.mean-expand,.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul ul li a.mean-expand,.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu .sub-menu li a.mean-expand,.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu ul li a.mean-expand,.mobile-menu .mean-bar .mean-nav>ul li ul li ul .sub-menu li a.mean-expand,.mobile-menu .mean-bar .mean-nav>ul li ul li ul ul li a.mean-expand {
    border-width: 0 1px;
    border-style: solid;
    border-color: rgba(0,0,0,.05)
}

.property-search.sidebar-property-search form {
    margin: 0 -10px -20px
}

.property-search.sidebar-property-search form>div {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding: 0 10px 20px
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .property-search.sidebar-property-search form>div {
        -webkit-box-flex:1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .property-search.sidebar-property-search form>div {
        -webkit-box-flex:1;
        -ms-flex: 1 0 33.3333%;
        flex: 1 0 33.3333%
    }
}

@media only screen and (max-width: 479px) {
    .property-search.sidebar-property-search form>div {
        -webkit-box-flex:1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }
}

.property-search.sidebar-property-search form>div:nth-last-child(2):nth-child(odd) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%
}

.property-search.sidebar-property-search form>div:last-child {
    margin-top: 10px
}

.property-search.sidebar-property-search form>div button {
    width: 100%
}

.property-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -15px -30px
}

.property-search form>div {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    padding: 0 15px 30px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .property-search form>div {
        -webkit-box-flex:1;
        -ms-flex: 1 0 33.3333%;
        flex: 1 0 33.3333%
    }
}

@media only screen and (max-width: 767px) {
    .property-search form>div {
        -webkit-box-flex:1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%
    }
}

@media only screen and (max-width: 479px) {
    .property-search form>div {
        -webkit-box-flex:1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }
}

.property-search form>div input {
    width: 100%;
    border: 1px solid #eee;
    background-color: transparent;
    line-height: 30px;
    padding: 9px 20px;
    color: #666;
    font-size: 15px;
    border-radius: 0;
    height: auto
}

.property-search form>div .nice-select {
    width: 100%;
    border: 1px solid #eee;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    height: auto
}

.property-search form>div .nice-select::after {
    height: 7px;
    width: 7px;
    right: 20px
}

.property-search form>div .nice-select .current {
    display: block;
    line-height: 30px;
    padding: 9px 20px;
    text-transform: capitalize;
    color: #666;
    font-size: 15px
}

.property-search form>div .nice-select .list {
    width: 100%;
    border-radius: 0;
    max-height: 224px;
    overflow: auto
}

.property-search form>div .nice-select .list li {
    padding: 4px 20px;
    border-bottom: 1px solid #eee;
    min-height: 36px;
    line-height: 36px
}

.property-search form>div .nice-select .list li:last-child {
    border-bottom: none
}

.property-search form>div #search-price-range {
    background-color: #f4f4f4;
    height: 10px;
    width: 100%;
    border-radius: 50px;
    position: relative;
    margin-top: 25px
}

.property-search form>div #search-price-range .ui-slider-range {
    background-color: #004395;
    height: 100%;
    border-radius: 50px;
    position: absolute;
    top: 0
}

.property-search form>div #search-price-range .ui-slider-handle {
    position: absolute;
    top: -3px;
    height: 16px;
    width: 16px;
    background-color: #004395;
    border-radius: 50px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    cursor: pointer
}

.property-search form>div #search-price-range .ui-slider-handle span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 100%;
    margin-bottom: 3px;
    color: #222;
    display: block;
    line-height: 23px
}

.property-search form>div #search-price-range .ui-slider-handle:nth-child(3) {
    margin-left: -16px
}

.property-search form>div button {
    width: auto;
    background-color: #004395;
    border: none;
    color: #f9c322;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    padding: 10px 40px
}

.property-search form>div button:hover {
    background-color: #f9c322;
    color: #004395
}

.property-item .property-inner:hover .image a img {
    -webkit-transform: scale(1.15) rotate(2deg);
    -ms-transform: scale(1.15) rotate(2deg);
    transform: scale(1.15) rotate(2deg)
}

.property-item .property-inner .image {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden
}

.property-item .property-inner .image .label {
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .75px;
    background-color: #f9c322;
    color: #004395;
    text-transform: capitalize;
    padding: 0 10px;
    border-radius: 0 4px 4px 0;
    z-index: 2
}

.property-item .property-inner .image a {
    display: block;
    overflow: hidden
}

.property-item .property-inner .image a img {
    width: 100%;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.property-item .property-inner .image .property-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: rgba(255,255,255,.85);
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0
}

.property-item .property-inner .image .property-feature li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 5px;
    border-right: 1px solid #bbb
}

.property-item .property-inner .image .property-feature li:last-child {
    border-right: 0
}

.property-item .property-inner .image .property-feature li span {
    font-size: 14px;
    line-height: 20px;
    color: #222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.property-item .property-inner .image .property-feature li span img {
    margin-right: 10px
}

.property-item .property-inner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.property-item .property-inner .content .left {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% - 91px);
    flex: 1 0 calc(100% - 91px);
    padding-right: 15px
}

.property-item .property-inner .content .left .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 13px
}

.property-item .property-inner .content .left .location {
    position: relative;
    font-size: 15px;
    line-height: 20px;
    color: #222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.property-item .property-inner .content .left .location img {
    margin-right: 10px
}

.property-item .property-inner .content .right {
    max-width: 91px
}

.property-item .property-inner .content .right .type-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.property-item .property-inner .content .right .type-wrap .price {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #222;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 7px
}

.property-item .property-inner .content .right .type-wrap .price span {
    font-size: 12px;
    margin-left: 2px;
    font-weight: 500;
    line-height: 18px
}

.property-item .property-inner .content .right .type-wrap .price span::before {
    content: "/";
    margin-right: 2px
}

.property-item .property-inner .content .right .type-wrap .type {
    font-size: 10px;
    line-height: 24px;
    letter-spacing: .75px;
    font-weight: 500;
    padding: 1px 10px 0;
    background-color: #004395;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    margin-right: 13px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.property-item .property-inner .content .right .type-wrap .type::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 3px;
    background-color: #004395;
    width: 19px;
    height: 19px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: -10px;
    z-index: -1;
    border-radius: 3px
}

.property-item .property-inner .content .right .type-wrap .type::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 10px;
    background-color: #fff;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    z-index: 2
}

.property-item.list {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%
}

.property-item.list .property-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.property-item.list .property-inner .image {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .property-item.list .property-inner .image {
        max-width:100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.property-item.list .property-inner .image .label {
    left: 15px
}

.property-item.list .property-inner .image .property-feature {
    left: 15px;
    right: 15px
}

.property-item.list .property-inner .content {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 25px
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .property-item.list .property-inner .content {
        margin-top:0
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .property-item.list .property-inner .content {
        margin-top:0
    }
}

@media only screen and (max-width: 767px) {
    .property-item.list .property-inner .content {
        max-width:100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.property-item.list .property-inner .content .desc {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px
}

.property-item.list .property-inner .content .read-more {
    line-height: 24px;
    padding: 8px 20px;
    font-weight: 500;
    background-color: #004395;
    color: #fff
}

.property-item.list .property-inner .content .read-more:hover {
    background-color: #f9c322;
    color: #004395
}

.sidebar {
    margin-bottom: 40px
}

.sidebar:last-child {
    margin-bottom: 0
}

.sidebar-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    white-space: nowrap;
    text-transform: capitalize;
    margin-bottom: 30px
}

.sidebar-title .text {
    margin-right: 10px;
    font-size: 22px;
    color: #ff4500;
    font-weight: 700
}

.sidebar-title .shape {
    height: 5px;
    display: block;
    background-color: rgba(0,67,149,.3);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.sidebar-search {
    max-width: 355px
}

.sidebar-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #eee
}

.sidebar-search form input {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: calc(100% - 42px);
    border: none;
    background-color: transparent;
    padding: 8px 15px;
    line-height: 24px;
    color: #666
}

.sidebar-search form button {
    width: 42px;
    height: 42px;
    background-color: #004395;
    color: #fff;
    border: none;
    text-align: center;
    margin: -1px -1px -1px 0
}

.sidebar-search form button:hover {
    background-color: #f9c322;
    color: #004395
}

.sidebar-search form button i {
    font-size: 24px;
    line-height: 40px
}

.sidebar-list li {
    margin-bottom: 10px
}

.sidebar-list li:last-child {
    margin-bottom: 0
}

.sidebar-list li a {
    display: block;
    line-height: 24px;
    color: #222
}

.sidebar-list li a::before {
    font-family: Fontawesome;
    content: "\f178";
    line-height: 24px;
    display: block;
    float: left;
    margin-right: 8px
}

.sidebar-list li:hover a {
    color: #004395;
    padding-left: 10px
}

.sidebar-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.sidebar-news:last-child {
    margin-bottom: 0
}

.sidebar-news .image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 80px;
    flex: 1 0 80px;
    max-width: 80px
}

.sidebar-news .image a img {
    width: 100%
}

.sidebar-news .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 80px);
    flex: 0 0 calc(100% - 80px);
    padding-left: 15px
}

.sidebar-news .content .title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5
}

.sidebar-news .content .date {
    display: block;
    font-size: 13px;
    line-height: 18px
}

.sidebar-property {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.sidebar-property:last-child {
    margin-bottom: 0
}

.sidebar-property:hover .image a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.sidebar-property .image {
    position: relative;
    width: 110px;
    min-width: 110px
}

.sidebar-property .image .type {
    font-size: 10px;
    line-height: 24px;
    letter-spacing: .75px;
    font-weight: 500;
    padding: 1px 10px 0;
    background-color: #004395;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    position: absolute;
    left: 100%;
    top: 10px;
    white-space: nowrap;
    z-index: 1;
    margin-right: 13px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.sidebar-property .image .type::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 3px;
    background-color: #004395;
    width: 19px;
    height: 19px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: -10px;
    z-index: -1;
    border-radius: 3px
}

.sidebar-property .image .type::after {
    content: "";
    position: absolute;
    left: -6px;
    top: 10px;
    background-color: #fff;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    z-index: 2
}

.sidebar-property .image a {
    display: block;
    overflow: hidden
}

.sidebar-property .image a img {
    width: 100%;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s；

}

.sidebar-property .content {
    padding-top: 45px;
    padding-left: 10px
}

.sidebar-property .content .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px
}

.sidebar-property .content .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px
}

.sidebar-property .content .location img {
    height: 16px;
    margin-right: 5px
}

.sidebar-property .content .price {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #222
}

.sidebar-property .content .price span::before {
    content: "/";
    font-size: 9px;
    position: relative;
    margin-right: 3px;
    top: -2px
}

.sidebar-property .contentblog {
    padding-left: 10px
}

.sidebar-property .contentblog .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px
}

.sidebar-agent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.sidebar-agent:last-child {
    margin-bottom: 0
}

.sidebar-agent:hover .image a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.sidebar-agent .image {
    position: relative;
    width: 110px;
    min-width: 110px
}

.sidebar-agent .image a {
    display: block;
    overflow: hidden
}

.sidebar-agent .image a img {
    width: 100%;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.sidebar-agent .content {
    padding-left: 15px
}

.sidebar-agent .content .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px
}

.sidebar-agent .content .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px
}

.sidebar-agent .content .phone img {
    height: 16px;
    margin-right: 5px
}

.sidebar-agent .content .properties {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #004395;
    margin-bottom: 3px
}

.sidebar-agent .content .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sidebar-agent .content .social a {
    width: 25px;
    height: 25px;
    padding: 3px;
    text-align: center;
    border-radius: 50px;
    display: block;
    color: #fff;
    margin-top: 5px;
    margin-right: 5px
}

.sidebar-agent .content .social a:last-child {
    margin-right: 0
}

.sidebar-agent .content .social a:hover {
    opacity: .9
}

.sidebar-agent .content .social a i {
    display: block;
    font-size: 12px;
    line-height: 20px
}

.sidebar-agent .content .social a.facebook {
    background-color: #4867aa
}

.sidebar-agent .content .social a.twitter {
    background-color: #1da1f2
}

.sidebar-agent .content .social a.linkedin {
    background-color: #007bb6
}

.sidebar-agent .content .social a.google {
    background-color: #dd5144
}

.sidebar-agent .content .social a.instagram {
    background-color: #b23a94
}

.sidebar-agent .content .social a.pinterest {
    background-color: #bd081b
}

.sidebar-agent .content .social a.skype {
    background-color: #00a9f0
}

.sidebar-agent .content .social a.tumblr {
    background-color: #36465d
}

.sidebar-agent .content .social a:nth-child(2) {
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s
}

.sidebar-agent .content .social a:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.sidebar-agent .content .social a:nth-child(4) {
    -webkit-transition-delay: .45s;
    -o-transition-delay: .45s;
    transition-delay: .45s
}

.sidebar-agent .content .social a:nth-child(5) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.sidebar-agent .content .social a:nth-child(6) {
    -webkit-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s
}

.sidebar-agent .content .social a:nth-child(7) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s
}

.sidebar-agent .content .social a:nth-child(8) {
    -webkit-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
    transition-delay: 1.05s
}

.sidebar-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px
}

.sidebar-tags a {
    background-color: #f1f2f3;
    margin: 5px;
    padding: 7px 15px;
    line-height: 20px;
    font-size: 14px!important
}

.sidebar-tags a:hover {
    background-color: #004395;
    color: #fff
}

.comment-wrap h3 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px
}

.comment-list {
    overflow: hidden
}

.child-comment {
    margin-left: 120px
}

@media only screen and (max-width: 479px) {
    .child-comment {
        margin-left:0
    }
}

.comment {
    margin-bottom: 40px
}

.comment .image {
    width: 90px;
    float: left;
    margin-right: 20px;
    border-radius: 4px;
    overflow: hidden
}

.comment .image img {
    width: 100%
}

.comment .content {
    overflow: hidden
}

.comment .content h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px
}

.comment .content .time {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 5px
}

.comment .content .reply {
    line-height: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px
}

.comment .content .decs {
    margin-top: 2px
}

.comment .content .decs p {
    font-size: 14px;
    line-height: 26px
}

.footer-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1
}

.footer-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: .85;
    z-index: -1
}

.footer-widget .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    color: #d8d8d8;
    white-space: nowrap;
    text-transform: capitalize;
    margin-bottom: 30px
}

.footer-widget .title .text {
    margin-right: 10px
}

.footer-widget .title .shape {
    height: 5px;
    display: block;
    background-color: rgba(255,255,255,.3);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.footer-widget img {
    margin-bottom: 18px
}

.footer-widget p {
    color: #d8d8d8;
    max-width: 270px;
    line-height: 23px
}

@media only screen and (max-width: 767px) {
    .footer-widget p {
        width:auto
    }
}

.footer-widget ul li {
    color: #d8d8d8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px
}

.footer-widget ul li:last-child {
    margin-bottom: 0
}

.footer-widget ul li i {
    margin-right: 15px;
    line-height: 28px;
    font-size: 18px
}

.footer-widget ul li span {
    overflow: hidden
}

.footer-widget ul li a {
    display: block
}

.footer-widget ul li a:hover {
    color: #f9c322
}

.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer-social a {
    width: 30px;
    height: 30px;
    padding: 5px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    margin-top: 5px;
    margin-right: 5px
}

.footer-social a:last-child {
    margin-right: 0
}

.footer-social a:hover {
    opacity: .9
}

.footer-social a i {
    display: block;
    font-size: 14px;
    line-height: 20px
}

.footer-social a.facebook {
    background-color: #4867aa
}

.footer-social a.twitter {
    background-color: #1da1f2
}

.footer-social a.linkedin {
    background-color: #007bb6
}

.footer-social a.google {
    background-color: #dd5144
}

.footer-social a.instagram {
    background-color: #b23a94
}

.footer-social a.pinterest {
    background-color: #bd081b
}

.footer-social a.skype {
    background-color: #00a9f0
}

.footer-social a.tumblr {
    background-color: #36465d
}

.footer-newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-newsletter input {
    width: calc(100% - 40px);
    max-width: 250px;
    border: 1px solid rgba(255,255,255,.3);
    background-color: transparent;
    color: #fff;
    line-height: 24px;
    padding: 7px 15px;
    font-size: 13px
}

.footer-newsletter button {
    width: 40px;
    height: 40px;
    border: none;
    background-color: red;
    color: #fff
}

.footer-bottom {
    padding: 15px 0;
    border-top: 1px solid rgba(255,255,255,.3)
}

.copyright p {
    line-height: 30px;
    color: #d8d8d8
}

.copyright p a:hover {
    color: #f9c322
}