@import "https://fonts.googleapis.com/css?family=Poppins:600,600i,700,700i,800,800i,900,900i|Rubik:300,300i,400,400i,500,500i,700,700i";
@import "https://fonts.googleapis.com/css?family=Rufina:400,700";
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700');
html{
    height: 100%
    width: 100%;
}

html,body{
    width: 100%;
    height: 100% !important;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    position:relative;
    font-style: normal;
    color: #7c8a97;
    font-family: rubik,sans-serif;
    font-weight: 400;
    background-color: #fff;
    text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

::-moz-selection {
    color: #fff;
    background-color: #ec3323
}

::selection {
    color: #fff;
    background-color: #ec3323
}

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

.grid {
    margin-left: -15px;
    margin-right: -15px
}

.grid .grid-item,.grid .grid-sizer {
    float: left;
    display: inline-block
}

a,button {
    cursor: pointer;
    line-height: normal;
    display: inline-block;
    text-decoration: none;
    font-family: rubik,sans-serif
}

a:hover,button:hover {
    text-decoration: none
}

button {
    margin: 0;
    padding: 0;
    border: none;
    background: 0 0
}

button:focus {
    outline: none
}

img {
    height: auto;
    max-width: 100%
}

.image-container {
    overflow: hidden;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.parallax-window {
    min-width: 100%;
    min-height: 100%
}

h1,h2,h3,h4,h5,h6 {
    color: #001238;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
}

.form-item {
    position: relative;
    margin-bottom: 30px
}

.form-item input {
    width: 100%;
    height: 60px;
    outline: none;
    font-size:16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 30px;
    padding-left: 45px;
    border: 1px solid #e0deff;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.form-item input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ec3323
}

.form-item .form-item-btn {
    top: 50%;
    z-index: 1;
    left: 20px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    position: absolute;
    color: #ec3323;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.form-textarea {
    position: relative;
    margin-bottom: 30px
}

.form-textarea textarea {
    width: 100%;
    padding: 20px 30px;
    outline: none;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 125px;
    padding-left: 45px;
    border: 1px solid #e0deff;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}
.form-textarea textarea.h-180{
    min-height: 180px;
}

.form-textarea textarea:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ec3323
}

.form-textarea .form-item-btn {
    top: 20px;
    left: 20px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    position: absolute;
    color: #ec3323;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.form-item .nice-select {
    float: none;
    width: 100%;
    height: 60px;
    position: relative;
    line-height: 60px;
    padding: 0 30px;
    padding-left: 80px;
    border-radius: 0;
    font-weight: 400;
    border: solid 1px #e0deff;
    background-color: #fff
}

.form-item .nice-select:after {
    display: none
}

.form-item .nice-select .list {
    top: 100%;
    left: 0;
    margin: 0;
    min-width: 250px;
    border-radius: 0
}

.form-item .nice-select .list li {
    height: 50px;
    line-height: 50px;
    padding: 0 30px
}

.form-item .nice-select .list .selected {
    color: #001238;
    font-weight: 400;
    background-color: #f8fbff
}

.form-item .nice-select.open:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

:-moz-placeholder {
    color: #7c8a97;
    text-transform: capitalize
}

::-moz-placeholder {
    color: #7c8a97;
    text-transform: capitalize
}

:-ms-input-placeholder {
    color: #7c8a97;
    text-transform: capitalize
}

::-webkit-input-placeholder {
    color: #7c8a97;
    text-transform: capitalize
}

.owl-theme .owl-dots {
    margin-top: 0
}

.owl-theme .owl-dots .owl-dot span {
    margin: 5px;
    background-color: #eceaff;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ec3323
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #ec3323
}

.owl-theme .owl-nav {
    margin-top: 0
}

.owl-theme .owl-nav .owl-next,.owl-theme .owl-nav .owl-prev {
    margin: 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 0;
    position: relative;
    color: transparent;
    background-color: transparent
}

.owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
}

.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
}

.owl-theme .owl-nav .owl-next>span,.owl-theme .owl-nav .owl-prev>span {
    display: none
}

.owl-theme .owl-nav .owl-next:before,.owl-theme .owl-nav .owl-prev:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    font-size: 18px;
    font-weight: 900;
    line-height: 56px;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    color: #ec3323;
    border: 2px solid #ec3323;
    background-color: #f8fbff;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-family: 'font awesome 5 pro'
}

.owl-theme .owl-nav .owl-next:hover,.owl-theme .owl-nav .owl-prev:hover {
    background-color: transparent
}

.owl-theme .owl-nav .owl-next:hover:before,.owl-theme .owl-nav .owl-prev:hover:before {
    color: #fff;
    border-color: #ec3323;
    background-color: #ec3323
}

.owl-theme .owl-nav .owl-prev {
    margin-right: 10px
}

.owl-theme .owl-nav .owl-prev:before {
    content: '\f060'
}

.owl-theme .owl-nav .owl-next:before {
    content: '\f061'
}

.ul-li>ul {
    margin: 0;
    padding: 0;
    display: table
}

.ul-li>ul>li {
    list-style: none;
    display: inline-block
}

.ul-li-block>ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: table
}

.ul-li-block>ul>li {
    width: 100%;
    display: table;
    list-style: none
}

.ul-li-right>ul {
    margin: 0;
    padding: 0;
    float: right;
    display: table
}

.ul-li-right>ul>li {
    float: left;
    list-style: none;
    display: inline-block
}

.ul-li-center>ul {
    padding: 0;
    margin: 0 auto;
    display: table
}

.ul-li-center>ul>li {
    float: left;
    list-style: none;
    display: inline-block
}

.social-links>ul>li {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    text-align: center
}

.social-links>ul>li:last-child {
    margin-right: 0!important
}

.social-links>ul>li>a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 16px;
    line-height: 58px;
    border-radius: 100%;
    color: #7c8a97;
    border: 2px solid #e0deff
}

.social-links>ul>li>a:hover {
    color: #fff;
    border-color: #ec3323;
    background-color: #ec3323
}

.post-meta>ul>li {
    font-size: 14px;
    margin-right: 30px;
    color: #7c8a97
}

.post-meta>ul>li:last-child {
    margin-right: 0!important
}

.post-meta>ul>li i {
    font-size: 16px;
    margin-right: 8px
}

.post-meta>ul>li>a {
    color: #7c8a97
}

.post-meta>ul>li>a:hover {
    color: #001238
}

.post-meta span{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.25;
    color: #7c8a97;
    display: inline-flex;
}

.post-meta span:after{
    content: ' | ';
    padding: 0 5px;
}

.post-meta span:last-child:after{
    content: '';
    padding: 0;
}

.item-label>ul>li {
    height: 22px;
    margin-right: 10px;
    border-radius: 50px;
    text-transform: uppercase
}

.item-label>ul>li:last-child {
    margin-right: 0
}

.item-label>ul>li>a {
    width: 100%;
    display: block;
    font-size: 12px;
    padding: 0 17px;
    line-height: 22px;
    color: #fff;
    font-family: rubik,sans-serif;
    font-weight: 500
}

.item-badge {
    top: 20px;
    left: 20px;
    z-index: 1;
    height: 20px;
    font-size: 10px;
    line-height: 22px;
    padding: 0 17px;
    color: #fff;
    position: absolute;
    margin-right: 10px;
    border-radius: 50px;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase
}

.item-badge:hover {
    color: #fff
}

.action-btns-group>ul>li {
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-align: center;
    margin-right: 10px;
    border-radius: 100%
}

.action-btns-group>ul>li:last-child {
    margin-right: 0
}

.action-btns-group>ul>li>a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    background-color: rgba(236,51,35,.7)
}

.action-btns-group>ul>li>a:hover {
    background-color: #ec3323
}

.rating-star .review-text {
    font-size: 14px;
    text-transform: capitalize
}

.rating-star ul li {
    font-size: 14px;
    margin-right: 5px
}

.rating-star ul li:last-child {
    margin-right: 0
}

.rating-star ul .rated {
    color: #ffae00
}

.pagination-list {
    margin-top: 60px
}

.pagination-list>ul>li {
    width: 70px;
    height: 70px;
    overflow: hidden;
    text-align: center;
    margin-right: 15px;
    border-radius: 100%
}

.pagination-list>ul>li:last-child {
    margin-right: 0!important
}

.pagination-list>ul>li>a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 14px;
    line-height: 74px;
    color: #7c8a97;
    font-weight: 500;
    background-color: #f8fbff
}

.pagination-list>ul>li:hover>a {
    color: #fff;
    background-color: #ec3323
}

.pagination-list>ul .prev-btn>a,.pagination-list>ul .next-btn>a {
    color: #001238
}

.pagination-list>ul>.active>a {
    color: #fff;
    background-color: #ec3323
}

.sec-ptb-120 {
    padding: 120px 0
}

.sec-ptb-120-30 {
    padding: 120px 0 30px 0;
}

.mb-15 {
    margin-bottom: 15px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.custom-btn {
    z-index: 1;
    height: 50px;
    font-size: 14px;
    overflow: hidden;
    line-height: 52px;
    padding: 0 30px;
    color: #fff;
    position: relative;
    border-radius: 25px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #ec3323;
}

.custom-btn:before {
    top: 0;
    left: 0;
    bottom: 0;
    right: -50px;
    content: '';
    z-index: -1;
    position: absolute;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #062a4d
}

.custom-btn i {
    margin-right: 5px
}

.custom-btn:hover {
    color: #fff
}

.custom-btn:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.custom-btn-bordered {
    z-index: 1;
    height: 60px;
    font-size: 14px;
    line-height: 60px;
    padding: 0 50px;
    position: relative;
    border-radius: 45px;
    color: #7c8a97;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #e0deff
}

.custom-btn-bordered i {
    margin-right: 5px
}

.custom-btn-bordered:hover {
    color: #fff;
    border-color: #ec3323;
    background-color: #ec3323
}

.details-btn {
    font-size: 14px;
    position: relative;
    padding-right: 17px;
    color: #7c8a97;
    font-weight: 500;
    text-transform: capitalize
}

.details-btn:before {
    top: 4px;
    right: 0;
    font-size: 12px;
    line-height: 1;
    content: '\f138';
    position: absolute;
    font-family: flaticon;
    font-weight: 500;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.details-btn:hover {
    color: #ec3323
}

.details-btn:hover:before {
    right: -5px;
    color: #ec3323
}

.section-title .big-title {
    font-size: 42px;
    font-weight: 700;
}

.section-title .sub-title {
    font-size: 18px;
}

.section-title .small-title {
    font-size: 20px;
    color: #ec3323;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize
}

.section-title .small-title a{
    font-size: 20px;
    color: #ec3323;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 500;
}

.section-title .small-title a:hover{
    text-decoration:underline;
}

.property-details-section .section-title .small-title {
    margin-bottom: 20px;
}

.plus-effect {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: rgba(0,18,56,.9)
}

.plus-effect:after,.plus-effect:before {
    top: 50%;
    left: 50%;
    content: "";
    position: absolute;
    border-radius: 10px;
    background-color: #ec3323;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.plus-effect:before {
    height: 4px;
    width: 80px
}

.plus-effect:after {
    width: 4px;
    height: 80px
}

.thetop {
    top: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    z-index: -1;
    position: absolute
}

.backtotop {
    right: 15px;
    width: 50px;
    height: 50px;
    z-index: 999;
    bottom: 65px;
    display: none;
    position: fixed;
    border-radius: 100%;
    background-color: #ec3323;
    -webkit-box-shadow: 0 5px 30px 2px rgba(0,0,0,.2);
    box-shadow: 0 5px 30px 2px rgba(0,0,0,.2)
}

.backtotop .scroll {
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 52px;
    text-align: center;
    position: relative
}

.preloader {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1005;
    position: fixed;
    overflow: visible;
    background: #fff url(../img/preloader-1.svg) no-repeat center center
}

.bg-default-red {
    background-color: #ec3323
}

.bg-default-blue {
    background-color: #001238
}

.bg-default-purered {
    background-color: #ec3323
}

.bg-default-lightblue {
    background-color: #2673ff
}

.bg-default-leafgreen {
    background-color: #67a657
}

.bg-default-past {
    background-color: #50aab2
}

.bg-default-royalblue {
    background-color: #062a4d
}

.bg-default-lightgreen {
    background-color: #aab73f
}

.bg-default-brown {
    background-color: #af9779
}

.bg-white {
    background-color: #fff
}

.bg-black {
    background-color: #000
}

.bg-deep-gray {
    background-color: #e0deff
}

.bg-light-gray {
    background-color: #f8fbff
}

.bg-twitter {
    background-color: #1da1f2
}

.bg-youtube {
    background-color: red
}

.bg-facebook {
    background-color: #3b5998
}

.bg-linkedin {
    background-color: #007bb5
}

.bg-pinterest {
    background-color: #bd081c
}

.bg-google-plus {
    background-color: #db4437
}

.bg-instagram-magenta {
    background-color: #c32aa3
}

a,button {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.header-section .default-header {
}

.header-section .default-header .container-fluid {
    width: 1630px;
    margin: 0 auto
}

.header-section .default-header .header-top {
    padding: 7px 0
}

.header-section .default-header .header-top .contact-info>ul>li {
    font-size: 12px;
    color: #fff;
    margin-right: 40px;
    font-weight: 500
}

.header-section .default-header .header-top .contact-info>ul>li:last-child {
    margin-right: 0
}

.header-section .default-header .header-top .contact-info>ul>li>i {
    margin-right: 8px
}

.header-section .default-header .header-top .social-media .nice-select {
    width: auto;
    height: 40px;
    border: none;
    color: #fff;
    font-size: 12px;
    margin: -7px 0;
    padding: 0 25px;
    margin-right: 40px;
    border-radius: 0;
    padding-right: 32px;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    background-color: rgba(0,0,0,.1)
}

.header-section .default-header .header-top .social-media .nice-select:after {
    width: 7px;
    height: 7px;
    right: 20px;
    margin-top: -6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff
}

.header-section .default-header .header-top .social-media .nice-select .list {
    top: 40px;
    right: -32px;
    margin: 0;
    left: unset;
    border: none;
    padding: 15px;
    min-width: 250px;
    border-radius: 10px;
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 60px 2px rgba(0,0,0,.2);
    box-shadow: 0 3px 60px 2px rgba(0,0,0,.2);
    -webkit-transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
    -o-transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out
}

.header-section .default-header .header-top .social-media .nice-select .list .option {
    font-size: 18px;
    min-height: 50px;
    line-height: 50px;
    padding: 0 15px;
    color: #7c8a97;
    text-transform: capitalize;
    border-bottom: 1px solid #e0deff
}

.header-section .default-header .header-top .social-media .nice-select .list .option:last-child {
    border-bottom: none
}

.header-section .default-header .header-top .social-media .nice-select .list .option:hover {
    color: #ec3323;
    background-color: transparent
}

.header-section .default-header .header-top .social-media .nice-select .list .option.selected.focus {
    font-weight: 400;
    color: #ec3323;
    background-color: transparent
}

.header-section .default-header .header-top .social-media>ul>li {
    margin-right: 15px
}

.header-section .default-header .header-top .social-media>ul>li:last-child {
    margin-right: 0
}

.header-section .default-header .header-top .social-media>ul>li>a {
    font-size: 12px;
    color: #fff
}

.header-section .default-header .header-bottom {
    padding: 30px 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.header-section .default-header .header-bottom .brand-logo .mobile-menu-btn {
    width: 50px;
    height: 50px;
    display: none;
    font-size: 20px;
    color: #fff;
    background-color: #062a4d
}

.header-section .default-header .header-bottom .main-menubar>ul>li {
    padding: 13px 23px;
    position: relative
}

.header-section .default-header .header-bottom .main-menubar>ul>li:before {
    left: 0;
    opacity: 0;
    width: 100%;
    height: 2px;
    content: '';
    bottom: -10px;
    position: absolute;
    background-color: #ec3323;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header-section .default-header .header-bottom .main-menubar>ul>li>a {
    width: 100%;
    display: block;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase
}

.header-section .default-header .header-bottom .main-menubar>ul>li>a span {
    width: 100%;
    display: block;
    position: relative;
    color: #7c8a97;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.header-section .default-header .header-bottom .main-menubar>ul>li>a span:after {
    left: 0;
    opacity: 0;
    bottom: -20px;
    position: absolute;
    color: #7c8a97;
    content: attr(data-hover);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.header-section .default-header .header-bottom .main-menubar>ul>li:hover:before {
    opacity: 1;
    bottom: 10px
}

.header-section .default-header .header-bottom .main-menubar>ul>li:hover>a span {
    color: #ec3323;
    -webkit-transform: translateY(-19px);
    -ms-transform: translateY(-19px);
    transform: translateY(-19px)
}

.header-section .default-header .header-bottom .main-menubar>ul>li:hover>a span:after {
    opacity: 1;
    color: #ec3323
}

.header-section .default-header .header-bottom .main-menubar>ul>.active:before {
    opacity: 1;
    bottom: 10px
}

.header-section .default-header .header-bottom .main-menubar>ul>.active>a span {
    color: #ec3323;
    -webkit-transform: translateY(-19px);
    -ms-transform: translateY(-19px);
    transform: translateY(-19px)
}

.header-section .default-header .header-bottom .main-menubar>ul>.active>a span:after {
    opacity: 1;
    color: #ec3323
}

.header-section .default-header .header-bottom .btns-group>ul {
    margin: -4px 0
}

.header-section .default-header .header-bottom .btns-group>ul>li {
    margin-right: 30px
}

.header-section .default-header .header-bottom .btns-group>ul>li:last-child {
    margin-right: 0
}

.header-section .default-header .header-bottom .btns-group>ul>li>a {
    width: 100%;
    display: block;
    word-spacing: 2px;
    letter-spacing: 0
}

.menu-item-has-child {
    position: relative
}

.menu-item-has-child:after {
    top: 14px;
    right: 5px;
    line-height: 1;
    font-size: 10px;
    font-weight: 400;
    content: '\f063';
    position: absolute;
    color: #7c8a97;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-family: 'font awesome 5 pro'
}

.menu-item-has-child >a{
    padding: 9px 15px 9px 10px !important;
}

.menu-item-has-child>.sub-menu {
    top: 150%;
    left: 0;
    opacity: 0;
    margin: 0;
    z-index: 999;
    height: auto;
    min-width: 200px;
    position: absolute;
    text-align:left;
    visibility: hidden;
    padding: 15px 20px;
    border-radius: 10px;
    border-top-left-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 2px rgba(0,0,0,.1);
    box-shadow: 0 5px 20px 2px rgba(0,0,0,.1);
    -webkit-transition: .4s cubic-bezier(.68,-.55,.265,1.55);
    -o-transition: .4s cubic-bezier(.68,-.55,.265,1.55);
    transition: .4s cubic-bezier(.68,-.55,.265,1.55)
}

header.main-header.auto-hide.is-hidden .menu-item-has-child>.sub-menu {
    top: 150%;
    opacity: 0;
    visibility: hidden;
}

.menu-item-has-child>.sub-menu>li {
    width: 100%;
    display: table;
    border-bottom: 1px solid #e0deff
}

.menu-item-has-child>.sub-menu>li:last-child {
    border-bottom: none
}

.menu-item-has-child>.sub-menu>li>a {
    width: 100%;
    padding: 15px;
    display: block;
    font-size: 15px;
    color: #7c8a97
}

.menu-item-has-child>.sub-menu>li:hover>a {
    color: #062a4d
}

.menu-item-has-child>.sub-menu>.active>a {
    color: #062a4d
}

.menu-item-has-child:hover:after {
    color: #ec3323;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.menu-item-has-child:hover>.sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible
}

.header-section .default-header .header-bottom .main-menubar>ul>.active:after {
    color: #ec3323
}

.header-section .default-header .header-bottom .main-menubar>ul>li>.sub-menu>.menu-item-has-child {
    position: relative
}

.header-section .default-header .header-bottom .main-menubar>ul>li>.sub-menu>.menu-item-has-child:after {
    top: 18px;
    right: 5px;
    line-height: 1;
    font-size: 10px;
    font-weight: 400;
    content: '\f061';
    position: absolute;
    color: #7c8a97;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-family: 'font awesome 5 pro'
}

.header-section .default-header .header-bottom .main-menubar>ul>li>.sub-menu>.menu-item-has-child>.sub-menu {
    top: 0%;
    left: 112%;
    opacity: 0;
    margin: 0;
    z-index: 999;
    height: auto;
    min-width: 200px;
    position: absolute;
    visibility: hidden;
    padding: 15px 20px;
    border-radius: 10px;
    border-top-left-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 2px rgba(0,0,0,.1);
    box-shadow: 0 5px 20px 2px rgba(0,0,0,.1);
    -webkit-transition: .4s cubic-bezier(.68,-.55,.265,1.55);
    -o-transition: .4s cubic-bezier(.68,-.55,.265,1.55);
    transition: .4s cubic-bezier(.68,-.55,.265,1.55)
}

.header-section .default-header .header-bottom .main-menubar>ul>li>.sub-menu>.menu-item-has-child>.sub-menu>li {
    width: 100%;
    display: table;
    border-bottom: 1px solid #e0deff
}

.header-section .default-header .header-bottom .main-menubar>ul>li>.sub-menu>.menu-item-has-child>.sub-menu>li:last-child {
    border-bottom: none
}

.header-section .default-header .header-bottom .main-menubar>ul>li>.sub-menu>.menu-item-has-child>.sub-menu>li>a {
    width: 100%;
    padding: 15px;
    display: block;
    font-size: 14px;
    color: #7c8a97
}

.header-section .default-header .header-bottom .main-menubar>ul>li>.sub-menu>.menu-item-has-child>.sub-menu>li:hover>a {
    color: #062a4d
}

.header-section .default-header .header-bottom .main-menubar>ul>li>.sub-menu>.menu-item-has-child>.sub-menu>.active>a {
    color: #062a4d
}

.header-section .default-header .header-bottom .main-menubar>ul>li>.sub-menu>.menu-item-has-child:hover:after {
    color: #062a4d;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.header-section .default-header .header-bottom .main-menubar>ul>li>.sub-menu>.menu-item-has-child:hover>.sub-menu {
    top: -30%;
    opacity: 1;
    visibility: visible
}

.sticky-header {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.sticky-header:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: '';
    position: absolute;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.sticky-header.stuck:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 1px rgba(0,0,0,.1);
    box-shadow: 0 2px 4px 1px rgba(0,0,0,.1)
}

.auto-hide {
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    position: fixed;
    will-change: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s,-webkit-transform .5s;
}

.auto-hide.is-hidden {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.sidebar-menu-wrapper {
    display: block
}

.sidebar-menu-wrapper .sidebar-menu {
    top: 0;
    right: -400px;
    height: 100vh;
    z-index: 9999;
    padding: 40px;
    position: fixed;
    min-width: 380px;
    max-width: 380px;
    overflow-y: scroll;
    background-color: #fff;
    -webkit-transition: .6s cubic-bezier(1,0,0,1);
    -o-transition: .6s cubic-bezier(1,0,0,1);
    transition: .6s cubic-bezier(1,0,0,1);
    -webkit-box-shadow: -3px 0 8px 1px rgba(0,0,0,.1);
    box-shadow: -3px 0 8px 1px rgba(0,0,0,.1)
}

.sidebar-menu-wrapper .sidebar-menu .mCustomScrollBox {
    overflow: visible!important
}

.sidebar-menu-wrapper .sidebar-menu .dismiss .close-btn {
    width: 40px;
    height: 40px;
    font-size: 14px;
    cursor: pointer;
    line-height: 42px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    background-color: #001238
}

.sidebar-menu-wrapper .sidebar-menu .sidebar-title {
    font-size: 24px;
    text-transform: capitalize
}

.sidebar-menu-wrapper .mobile-menu li{
    margin-bottom:0;
}

.sidebar-menu-wrapper .mobile-menu li:last-child {
    margin-bottom: 0
}

.sidebar-menu-wrapper .mobile-menu li a {
    display: block;
    font-size: 18px;
    color: #7c8a97;
}

.sidebar-menu-wrapper .mobile-menu li a.has-submenu:not(.collapsed){
    color: #ec3323;
}

.sidebar-menu-wrapper .mobile-menu li a.has-submenu .drop-icon{
    display:none;
    float:right;
    margin-left:10px;
    font-size:14px;
}

.sidebar-menu-wrapper .mobile-menu li a.has-submenu:not(.collapsed) .fa-minus{
    display:block;
}

.sidebar-menu-wrapper .mobile-menu li a.has-submenu.collapsed .fa-plus{
    display:block;
}

.sidebar-menu-wrapper .mobile-menu li a:hover,
.sidebar-menu-wrapper .mobile-menu li a:active{
    color: #ec3323;
}

.sidebar-menu-wrapper .sidebar-menu .menu-list {
    margin: 0 -40px
}

.sidebar-menu-wrapper .sidebar-menu .menu-list>li {
    width: 100%;
    display: block;
    border-bottom: 1px solid #e0deff
}

.sidebar-menu-wrapper .sidebar-menu .menu-list>li>a {
    width: 100%;
    display: block;
    font-size: 14px;
    padding: 15px 40px;
    color: #7c8a97;
    text-transform: capitalize
}

.sidebar-menu-wrapper .sidebar-menu .menu-list>li:hover>a {
    color: #062a4d;
    background-color: #f8fbff
}

.sidebar-menu-wrapper .sidebar-menu .menu-list>.active>a {
    color: #062a4d;
    background-color: #f8fbff
}

.sidebar-menu-wrapper .sidebar-menu .menu-list>.menu-item-has-child>a {
    position: relative
}

.sidebar-menu-wrapper .sidebar-menu .mobile-menu>.mobile-menu-item-has-child .mobile-sub-menu{
    padding-left: 35px;
}
.sidebar-menu-wrapper .sidebar-menu .mobile-menu>.mobile-menu-item-has-child .mobile-sub-menu li >a{
    margin-bottom: 20px;
}

.sidebar-menu-wrapper .sidebar-menu .mobile-menu>.mobile-menu-item-has-child .mobile-sub-menu li:first-child >a{
    margin-top:20px;
}

.sidebar-menu-wrapper .sidebar-menu .mobile-menu>.mobile-menu-item-has-child .mobile-sub-menu li:last-child >a{
    margin-bottom:0;
}

.sidebar-menu-wrapper .sidebar-menu .mobile-menu>.mobile-menu-item-has-child .mobile-sub-menu li a{
    font-size: 16px;
}
.sidebar-menu-wrapper .sidebar-menu .mobile-menu>.mobile-menu-item-has-child .mobile-sub-menu li a i{
    margin-right:10px;
    font-size: 14px;
}

.sidebar-menu-wrapper .sidebar-menu .menu-list>.menu-item-has-child>a:before {
    top: 18px;
    right: 40px;
    font-size: 14px;
    font-weight: 400;
    content: '\f067';
    position: absolute;
    color: #7c8a97;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-family: 'font awesome 5 pro'
}

.sidebar-menu-wrapper .sidebar-menu .menu-list>.menu-item-has-child>a[aria-expanded=true]:before {
    content: '\f068';
    -webkit-transform: rotate(-540deg);
    -ms-transform: rotate(-540deg);
    transform: rotate(-540deg)
}

.sidebar-menu-wrapper .sidebar-menu .menu-list>.menu-item-has-child>.sub-menu {
    background-color: #f8fbff
}

.sidebar-menu-wrapper .sidebar-menu .menu-list>.menu-item-has-child>.sub-menu>li {
    position: relative
}

.sidebar-menu-wrapper .sidebar-menu .menu-list>.menu-item-has-child>.sub-menu>li>a {
    width: 100%;
    display: block;
    font-size: 14px;
    padding: 15px 0;
    padding-left: 60px;
    color: #7c8a97
}

.sidebar-menu-wrapper .sidebar-menu .menu-list>.menu-item-has-child>.sub-menu>li:hover>a {
    color: #062a4d
}

.sidebar-menu-wrapper .sidebar-menu .menu-list>.menu-item-has-child>.sub-menu>.active:before {
    background-color: #001238
}

.sidebar-menu-wrapper .sidebar-menu .menu-list>.menu-item-has-child>.sub-menu>.active>a {
    color: #062a4d
}

.sidebar-menu-wrapper .sidebar-menu .contact-info>ul>li {
    margin-bottom: 20px
}

.sidebar-menu-wrapper .sidebar-menu .contact-info>ul>li:last-child {
    margin-bottom: 0
}

.sidebar-menu-wrapper .sidebar-menu .contact-info>ul>li a {
    font-size: 18px;
    color: #7c8a97;
}

.sidebar-menu-wrapper .sidebar-menu .social-links>ul>li {
    width: 40px;
    height: 40px;
    margin-right: 10px
}

.sidebar-menu-wrapper .sidebar-menu .social-links>ul>li:last-child {
    margin-right: 0!important
}

.sidebar-menu-wrapper .sidebar-menu .social-links>ul>li>a {
    font-size: 14px;
    line-height: 40px
}

.sidebar-menu-wrapper .sidebar-menu .custom-btn.signup-btn {
    width: 100%;
    display: block;
    border-radius: 0
}

.sidebar-menu-wrapper .sidebar-menu.active {
    right: 0;
    -webkit-box-shadow: 0 10px 55px 1px rgba(137,173,255,.35);
    box-shadow: 0 10px 55px 1px rgba(137,173,255,.35)
}

.sidebar-menu-wrapper .overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    background: rgba(0,0,0,.7);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.sidebar-menu-wrapper .overlay.active {
    opacity: 1;
    display: block
}

.sidebar-menu::-webkit-scrollbar {
    width: 0
}

.footer-section .default-footer .area-title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 600
}

.footer-section .default-footer .our-clients {
    padding: 100px 0
}

.footer-section .default-footer .our-clients>ul {
    width: 100%
}

.footer-section .default-footer .our-clients>ul>li {
    width: 16.666%
}

.footer-section .default-footer .our-clients .client-logo {
    height: 100px;
    position: relative
}

.footer-section .default-footer .our-clients .client-logo>span {
    top: 50%;
    left: 50%;
    position: absolute;
    max-width: 135px;
    width: 80%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.footer-section .default-footer .footer-content {
    padding: 100px 0;
    border-top: 2px solid rgba(255,255,255,.1);
    border-bottom: 2px solid rgba(255,255,255,.1)
}

.footer-section .default-footer .footer-content .about-content>p {
    color: #fff;
    margin-bottom: 30px
}

.footer-section .default-footer .footer-content .about-content .hot-line {
    color: #fff;
    padding: 20px 30px
}

.footer-section .default-footer .footer-content .about-content .hot-line .item-icon {
    float: left;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
    margin-right: 15px;
    display: inline-block
}

.footer-section .default-footer .footer-content .about-content .hot-line .item-content {
    display: table
}

.footer-section .default-footer .footer-content .about-content .hot-line .item-content .item-title {
    margin-bottom: 10px;
    display: inline-block
}

.footer-section .default-footer .footer-content .about-content .hot-line .item-content .contact-number {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 600
}

.footer-section .default-footer .footer-content .useful-links {
    padding-left: 35px
}

.footer-section .default-footer .footer-content .useful-links>ul>li {
    margin-bottom: 30px
}

.footer-section .default-footer .footer-content .useful-links>ul>li:last-child {
    margin-bottom: 0
}

.footer-section .default-footer .footer-content .useful-links>ul>li>a {
    display: table;
    overflow: hidden;
    color: #fff;
    position: relative
}

.footer-section .default-footer .footer-content .useful-links>ul>li>a:before {
    top: 50%;
    opacity: 0;
    left: -10px;
    line-height: 1;
    font-size: 10px;
    content: '\f061';
    font-weight: 400;
    color: #fff;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-family: "font awesome 5 pro"
}

.footer-section .default-footer .footer-content .useful-links>ul>li>a:hover {
    padding-left: 20px;
    color: #ec3323
}

.footer-section .default-footer .footer-content .useful-links>ul>li>a:hover:before {
    left: 5px;
    opacity: 1;
    color: #ec3323
}

.footer-section .default-footer .footer-content .our-services {
    margin-left: -50px;
    position: relative
}

.footer-section .default-footer .footer-content .our-services>ul>li {
    margin-bottom: 20px
}

.footer-section .default-footer .footer-content .our-services>ul>li:last-child {
    margin-bottom: 0
}

.footer-section .default-footer .footer-content .our-services>ul>li .item-image {
    float: left;
    width: 80px;
    height: auto;
    overflow: hidden;
    margin-right: 20px
}

.footer-section .default-footer .footer-content .our-services>ul>li .item-content {
    display: table
}

.footer-section .default-footer .footer-content .our-services>ul>li .item-content .item-title .title-link {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    font-family: poppins,sans-serif
}

.footer-section .default-footer .footer-content .our-services>ul>li .item-content .post-date {
    color: #9eacca
}

.footer-section .default-footer .footer-content .our-services>ul>li .item-content .post-date i {
    margin-right: 8px
}

.footer-section .default-footer .footer-content .our-services>ul>li:hover .item-content .item-title .title-link {
    color: #ec3323
}

.footer-section .default-footer .footer-content .footer-newsletter .newsletter-form {
    margin-bottom: 40px
}

.footer-section .default-footer .footer-content .footer-newsletter .newsletter-form input[type=email] {
    width: 100%;
    border: none;
    height: 60px;
    padding: 0 40px;
    color: #fff;
    border-radius: 50px;
    margin-bottom: 20px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: rgba(255,255,255,.1)
}

.footer-section .default-footer .footer-content .footer-newsletter .newsletter-form input[type=email]:focus {
    outline: none
}

.footer-section .default-footer .footer-content .footer-newsletter .newsletter-form input[type=email]:-moz-placeholder {
    color: #bfbfcb
}

.footer-section .default-footer .footer-content .footer-newsletter .newsletter-form input[type=email]::-moz-placeholder {
    color: #bfbfcb
}

.footer-section .default-footer .footer-content .footer-newsletter .newsletter-form input[type=email]:-ms-input-placeholder {
    color: #bfbfcb
}

.footer-section .default-footer .footer-content .footer-newsletter .newsletter-form input[type=email]::-webkit-input-placeholder {
    color: #bfbfcb
}

.footer-section .default-footer .footer-content .footer-newsletter .newsletter-form .custom-btn {
    width: 100%;
    display: block;
    text-align: center
}

.footer-section .default-footer .footer-content .footer-newsletter .social-media .area-title {
    margin-bottom: 30px
}

.footer-section .default-footer .footer-content .footer-newsletter .social-media>ul>li {
    margin-right: 15px
}

.footer-section .default-footer .footer-content .footer-newsletter .social-media>ul>li:last-child {
    margin-right: 0
}

.footer-section .default-footer .footer-content .footer-newsletter .social-media>ul>li a {
    color: #acafc0;
    font-size: 16px
}

.footer-section .default-footer .footer-content .footer-newsletter .social-media>ul>li a:hover {
    color: #ec3323
}

.footer-section .default-footer .copyright-text {
    padding: 30px 0
}

.footer-section .default-footer .copyright-text p {
    color: #fff;
    margin-bottom: 0
}

.footer-section .default-footer .copyright-text .footer-legal a {
    color: #fff;
}

.footer-section .default-footer .copyright-text .footer-legal a:hover {
    text-decoration: underline;
}

.footer-section .default-footer .copyright-text .footer-legal span {
    padding: 0 10px;
}

.footer-section .footer-one .footer-top {
    padding: 55px 0
}

.footer-section .footer-one .footer-top .footer-menu {
    padding: 13px 0
}

.footer-section .footer-one .footer-top .footer-menu>ul>li {
    margin-right: 50px
}

.footer-section .footer-one .footer-top .footer-menu>ul>li:last-child {
    margin-right: 0
}

.footer-section .footer-one .footer-top .footer-menu>ul>li>a {
    font-size: 16px;
    color: #7c8a97;
    font-weight: 500;
    text-transform: uppercase
}

.footer-section .footer-one .footer-top .footer-menu>ul>li>a:hover {
    color: #aab73f
}

.footer-section .footer-one .footer-bottom {
    padding: 80px 0
}

.footer-section .footer-one .footer-bottom .social-media>ul>li {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    background-color: rgba(255,255,255,.2)
}

.footer-section .footer-one .footer-bottom .social-media>ul>li>a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    text-align: center
}

.footer-section .footer-one .footer-bottom .social-media>ul>li>a:hover {
    color: #062a4d;
    background-color: #aab73f
}

.footer-section .footer-one .footer-bottom .copyright-text {
    color: #fff;
    margin-bottom: 0;
    font-weight: 500
}

.footer-section .footer-one .footer-bottom .footer-newsletter .form-title {
    font-size: 24px;
    color: #fff
}

.footer-section .footer-one .footer-bottom .footer-newsletter .form-item input {
    padding: 0 30px
}

.footer-section .footer-one .footer-bottom .footer-newsletter .form-item .submit-btn {
    top: 50%;
    right: 0;
    height: 60px;
    line-height: 64px;
    padding: 0 40px;
    position: absolute;
    font-weight: 500;
    color: #062a4d;
    background-color: #cedd55;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.footer-section .footer-two .footer-content>p {
    display: table;
    font-size: 16px;
    max-width: 690px;
    line-height: 30px;
    color: #fff;
    margin: 0 auto 60px
}

.footer-section .footer-two .footer-content .social-links>ul>li>a {
    color: #fff;
    border: 2px solid rgba(255,255,255,.01);
    background-color: rgba(255,255,255,.1)
}

.footer-section .footer-two .footer-content .social-links>ul>li>a:hover {
    border-color: #af9779;
    background-color: #af9779
}

.counter-section .default-counter .overlay {
    background-color: rgba(236,51,35,.9)
}

.counter-section .default-counter .counter-items-container>ul {
    width: 100%
}

.counter-section .default-counter .counter-items-container>ul>li .counter-item .counter-text {
    font-size: 54px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 30px;
    font-family: poppins,sans-serif
}

.counter-section .default-counter .counter-items-container>ul>li .counter-item .counter-text .count-text {
    font-family: poppins,sans-serif
}

.counter-section .default-counter .counter-items-container>ul>li .counter-item .item-title {
    width: 100%;
    display: table;
    font-size: 18px;
    color: #fff
}

.counter-section .secondary-counter .counter-item {
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 60px 40px;
    background-color: #f8fbff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.counter-section .secondary-counter .counter-item:before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: -1;
    content: '';
    position: absolute;
    background-color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.counter-section .secondary-counter .counter-item .item-icon {
    line-height: 1;
    font-size: 60px;
    color: #ec3323;
    margin-bottom: 40px;
    display: inline-block;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.counter-section .secondary-counter .counter-item .counter-text {
    margin-bottom: 15px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.counter-section .secondary-counter .counter-item .counter-text .count-text {
    font-size: 40px;
    color: #001238;
    display: inline-block;
    font-weight: 600;
    font-family: poppins,sans-serif;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.counter-section .secondary-counter .counter-item .item-title {
    font-size: 16px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.counter-section .secondary-counter .counter-item:hover:before {
    background-color: #ec3323
}

.counter-section .secondary-counter .counter-item:hover .item-icon {
    color: #fff
}

.counter-section .secondary-counter .counter-item:hover .counter-text {
    color: #fff
}

.counter-section .secondary-counter .counter-item:hover .counter-text .count-text {
    color: #fff
}

.counter-section .secondary-counter .counter-item:hover .item-title {
    color: #fff
}

.sidebar-section {
    padding-top:30px;
}

.sidebar-section .widget {
    padding: 30px;
    margin-bottom: 25px;
    border: 1px solid #e0deff;
    background: #fff;
}

.sidebar-section .widget:last-child {
    margin-bottom: 0
}

.sidebar-section .widget .widget_title {
    font-size: 20px;
    text-align: center;
    margin-bottom:10px;
    font-family: poppins,sans-serif
}

.sidebar-section .widget .widget_subtitle {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
}

.contact-item{
    text-align:center;
    margin-bottom:15px;
}

.contact-item:last-child{
    margin-bottom:0;
}

.contact-item .btn{
   z-index: 1;
    height: 50px;
    font-size: 16px;
    overflow: hidden;
    width:100%;
    max-width:255px;
    line-height: 48px;
    padding: 0;
    color: #fff;
    position: relative;
    border-radius: 30px;
    font-weight: 500;
}

.contact-item .btn:before {
    top: 0;
    left: 0;
    bottom: 0;
    right: -50px;
    content: '';
    z-index: -1;
    position: absolute;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-right: 50px solid transparent;
}

.contact-item .btn:hover {
    color: #fff
}

.contact-item .btn:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.contact-item .btn-wsp{
   background-color: #128C7E;
}
.contact-item .btn-wsp:before {
    border-bottom: 50px solid #075E54
}

.contact-item .btn-email{
   background-color: #ec3323
}
.contact-item .btn-email:before {
    border-bottom: 50px solid #b1271b
}

.contact-item .btn-form{
   background-color: #001238
}
.contact-item .btn-form:before {
    border-bottom: 50px solid #000
}

.social-share{
    text-align:center;
}

.social-share p{
    margin-bottom:15px;
}

.social-share ul{
    margin-bottom:0;
}

.social-share ul li{
    display: inline-block;
}

.social-share ul li .social-btn{
    font-size: 16px;
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 50%;
    margin-right: 7px;
    line-height: 35px;
    background-color: #ec3323;
}
.social-share ul li .social-btn:hover{
    background-color: #062a4d;
}

.social-share-mobile{
    margin: 0 auto;
    height: 50px;
    font-size: 16px;
    width:100%;
    line-height: 48px;
    padding: 0 30px;
    color: #001238;
    font-weight: 500;
    background-color: transparent;
}
.social-share-mobile:hover,
.social-share-mobile:active{
    color: #ec3323;
}

.modal .modal-header{
    background-color: #001238;
    padding: 1.2rem 2rem;
}

.modal .modal-header .modal-title{
    font-size: 20px;
    color:#fff;
    margin-bottom:0;
    font-family: poppins,sans-serif;
}

.modal .modal-header .close{
    color:#fff;
}

.modal .modal-body{
    padding:2rem;
}

.modal .modal-body p{
    margin-bottom: 15px;
    font-size: 16px;
}

.modal .modal-body .form-item {
    margin-bottom: 15px;
}

.modal .modal-body .form-textarea {
    margin-bottom: 15px;
}

.sidebar-section .widget_search .form-item {
    margin-bottom: 0
}

.sidebar-section .widget_search .form-item>input {
    padding: 0 30px
}

.sidebar-section .widget_search .form-item .form-item-btn {
    z-index: 1;
    width: 30px;
    height: 30px;
    left: unset;
    right: 23px;
    background-color: #fff
}

.sidebar-section .widget_calculator .custom-btn {
    width: 100%;
    display: block;
    border-radius: 0
}

.sidebar-section .widget_calculator .form-item {
    margin-bottom: 20px
}

.sidebar-section .widget_recent_entries>ul>li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0deff
}

.sidebar-section .widget_recent_entries>ul>li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.sidebar-section .widget_recent_entries>ul>li .post-image {
    width: 80px;
    float: left;
    overflow: hidden;
    margin-right: 15px
}

.sidebar-section .widget_recent_entries>ul>li .post-content {
    display: table
}

.sidebar-section .widget_recent_entries>ul>li .post-content .rating-star>ul {
    line-height: 1;
    margin-bottom: 8px
}

.sidebar-section .widget_recent_entries>ul>li .post-content .rating-star>ul>li {
    font-size: 12px
}

.sidebar-section .widget_recent_entries>ul>li .post-content .post-title {
    line-height: .6;
    margin-bottom: 8px
}

.sidebar-section .widget_recent_entries>ul>li .post-content .post-title .title-link {
    font-size: 14px;
    color: #001238;
    display: inline-block;
    font-weight: 600
}

.sidebar-section .widget_recent_entries>ul>li:hover .post-content .post-title .title-link {
    color: #ec3323;
    text-decoration: underline
}

.sidebar-section .widget_featured_property .sb-featured-carousel .item {
    overflow: hidden;
    position: relative
}

.sidebar-section .widget_featured_property .sb-featured-carousel .item:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,18,56,0)),to(rgba(0,18,56,0.5)));
    background: -webkit-linear-gradient(top,rgba(0,18,56,0),rgba(0,18,56,0.5));
    background: -o-linear-gradient(top,rgba(0,18,56,0),rgba(0,18,56,0.5));
    background: linear-gradient(to bottom,rgba(0,18,56,0),rgba(0,18,56,0.5))
}

.sidebar-section .widget_featured_property .sb-featured-carousel .item .item-badge {
    top: 20px;
    left: 20px;
    position: absolute
}

.sidebar-section .widget_featured_property .sb-featured-carousel .item .item-title {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 20px 25px;
    margin-bottom: 0;
    position: absolute;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.sidebar-section .widget_featured_property .sb-featured-carousel .item .item-title .title-link {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    font-family: poppins,sans-serif
}

.sidebar-section .widget_featured_property .sb-featured-carousel .item:hover:before {
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,18,56,0)),to(rgba(0,18,56,0.8)));
    background: -webkit-linear-gradient(top,rgba(0,18,56,0),rgba(0,18,56,0.8));
    background: -o-linear-gradient(top,rgba(0,18,56,0),rgba(0,18,56,0.8));
    background: linear-gradient(to bottom,rgba(0,18,56,0),rgba(0,18,56,0.8))
}

.sidebar-section .widget_featured_property .sb-featured-carousel .item:hover .item-title {
    padding-bottom: 25px
}

.sidebar-section .widget_categories>ul>li {
    margin-bottom: 20px
}

.sidebar-section .widget_categories>ul>li>a {
    width: 100%;
    display: block;
    padding-bottom: 20px;
    color: #7c8a97;
    border-bottom: 1px solid #e0deff
}

.sidebar-section .widget_categories>ul>li>a>span {
    float: right
}

.sidebar-section .widget_categories>ul>li>a:hover {
    color: #ec3323
}

.sidebar-section .widget_categories>ul>li:last-child {
    margin-bottom: 0
}

.sidebar-section .widget_categories>ul>li:last-child>a {
    padding-bottom: 0;
    border-bottom: none
}

.sidebar-section .widget-title {
    font-size: 20px
}

.sidebar-section .widget_archive>ul {
    margin: 0;
    padding: 0
}

.sidebar-section .widget_archive>ul>li {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0deff
}

.sidebar-section .widget_archive>ul>li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.sidebar-section .widget_archive>ul>li>a {
    color: #7c8a97
}

.sidebar-section .widget_archive>ul>li:hover>a {
    color: #ec3323
}

.breadcrumb-section .default-breadcrumb .overlay {
    padding: 150px 0;
    background-color: rgba(3,19,46,.4)
}

.breadcrumb-section .default-breadcrumb .breadcrumb-content .breadcrumb-title {
    font-size: 100px;
    color: #fff;
    line-height: 100px;
    font-weight: 600
}

.breadcrumb-section .default-breadcrumb .breadcrumb-nav {
    padding: 37px 0
}

.breadcrumb-section .default-breadcrumb .breadcrumb-nav>ul>li {
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    position: relative;
    padding-right: 10px;
    font-weight: 400
}

.breadcrumb-section .default-breadcrumb .breadcrumb-nav>ul>li:after {
    top: 50%;
    right: -4px;
    content: '/';
    font-size: 16px;
    color: #fff;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.breadcrumb-section .default-breadcrumb .breadcrumb-nav>ul>li:last-child {
    margin-right: 0;
    padding-right: 0
}

.breadcrumb-section .default-breadcrumb .breadcrumb-nav>ul>li:last-child:after {
    display: none
}

.breadcrumb-section .default-breadcrumb .breadcrumb-nav>ul>li>a {
    font-size: 16px;
    color: #fff;
    font-weight: 400
}

.breadcrumb-section .default-breadcrumb .breadcrumb-nav>ul>li>a:hover {
    color: #ec3323
}

.breadcrumb-section .secondary-breadcrumb {
    position: relative
}

.breadcrumb-section .secondary-breadcrumb .overlay {
    padding: 150px 0;
    background-color: rgba(0,18,56,.8)
}

.breadcrumb-section .secondary-breadcrumb .breadcrumb-content .breadcrumb-title {
    font-size: 100px;
    color: #fff;
    line-height: 100px;
    font-weight: 600
}

.breadcrumb-section .secondary-breadcrumb .breadcrumb-nav {
    left: 50%;
    z-index: 1;
    bottom: -33px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.breadcrumb-section .secondary-breadcrumb .breadcrumb-nav>ul {
    padding: 20px 40px;
    border-radius: 50px;
    background-color: #fff;
    border: 3px solid #f8fbff
}

.breadcrumb-section .secondary-breadcrumb .breadcrumb-nav>ul>li {
    font-size: 16px;
    color: #7c8a97;
    margin-right: 10px;
    position: relative;
    padding-right: 10px;
    font-weight: 400
}

.breadcrumb-section .secondary-breadcrumb .breadcrumb-nav>ul>li:after {
    top: 50%;
    right: -4px;
    content: '/';
    font-size: 16px;
    position: absolute;
    color: #7c8a97;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.breadcrumb-section .secondary-breadcrumb .breadcrumb-nav>ul>li:last-child {
    margin-right: 0;
    padding-right: 0
}

.breadcrumb-section .secondary-breadcrumb .breadcrumb-nav>ul>li:last-child:after {
    display: none
}

.breadcrumb-section .secondary-breadcrumb .breadcrumb-nav>ul>li>a {
    width: 100%;
    font-size: 16px;
    color: #7c8a97;
    font-weight: 400
}

.breadcrumb-section .secondary-breadcrumb .breadcrumb-nav>ul>li>a:hover {
    color: #ec3323
}

.calltoaction-section .default-calltoaction {
    padding: 100px 0
}

.calltoaction-section .default-calltoaction .section-title .big-title {
    color: #fff
}

.calltoaction-section .default-calltoaction .quote-btn-area {
    padding: 70px 0
}

.calltoaction-section .calltoaction-one {
    border: 14px solid #e0deff
}

.calltoaction-section .calltoaction-one .person-image {
    z-index: 1;
    text-align: center;
    position: relative;
    -webkit-transform: translateY(46px);
    -ms-transform: translateY(46px);
    transform: translateY(46px)
}

.calltoaction-section .calltoaction-one .section-title {
    padding: 90px 0
}

.calltoaction-section .calltoaction-one .section-title .btns-group>ul>li {
    margin-right: 30px
}

.calltoaction-section .calltoaction-one .section-title .btns-group>ul>li:last-child {
    margin-right: 0
}

.calltoaction-section .calltoaction-two {
    position: relative;
    padding: 100px 0;
    border: 14px solid #e0deff
}

.calltoaction-section .calltoaction-two .more-btn {
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    font-size: 14px;
    line-height: 64px;
    text-align: center;
    color: #fff;
    position: absolute
}

.calltoaction-section .calltoaction-two .contact-info ul>li {
    margin-bottom: 50px
}

.calltoaction-section .calltoaction-two .contact-info ul>li:last-child {
    margin-bottom: 0
}

.calltoaction-section .calltoaction-two .contact-info ul>li .item-icon {
    float: left;
    width: 100px;
    height: 100px;
    font-size: 72px;
    line-height: 100px;
    margin-right: 30px;
    text-align: center;
    color: #af9779
}

.calltoaction-section .calltoaction-two .contact-info ul>li .item-content {
    display: table
}

.calltoaction-section .calltoaction-two .contact-info ul>li .item-content .item-title {
    font-size: 14px;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase
}

.calltoaction-section .calltoaction-two .contact-info ul>li .item-content>p {
    font-size: 20px;
    margin-bottom: 10px;
    color: #062a4d;
    font-weight: 600;
    font-family: poppins,sans-serif
}

.calltoaction-section .calltoaction-two .agent-content .agent-info {
    padding: 8px 0
}

.calltoaction-section .calltoaction-two .agent-content .agent-info .agent-image {
    float: left;
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin: -8px 0;
    margin-right: 30px;
    text-align: center;
    border-radius: 100%
}

.calltoaction-section .calltoaction-two .agent-content .agent-info .agent-name {
    display: table
}

.calltoaction-section .calltoaction-two .agent-content .agent-info .agent-name .name-text {
    font-size: 24px
}

.home-page-1 {
    padding-top: 113px
}

.home-page-1 ::-moz-selection {
    color: #062a4d;
    background-color: #aab73f
}

.home-page-1 ::selection {
    color: #062a4d;
    background-color: #aab73f
}

.home-page-1 .custom-btn {
    border-radius: 0;
    color: #062a4d;
    background-color: #cedd55
}

.home-page-1 .custom-btn:hover {
    color: #fff
}

.home-page-1 .custom-btn-bordered {
    border-radius: 0;
    color: #062a4d;
    border-color: transparent
}

.home-page-1 .custom-btn-bordered:hover {
    border-color: #cedd55;
    background-color: #cedd55
}

.home-page-1 .details-btn {
    text-transform: uppercase
}

.home-page-1 .details-btn:before {
    top: 2.5px
}

.home-page-1 .details-btn:hover {
    color: #aab73f
}

.home-page-1 .details-btn:hover:before {
    color: #aab73f
}

.home-page-1 h1,.home-page-1 h2,.home-page-1 h3,.home-page-1 h4,.home-page-1 h5,.home-page-1 h6 {
    font-weight: 700;
    color: #062a4d;
    font-family: rufina,serif
}

.home-page-1 .section-title .big-title {
    font-weight: 700
}

.home-page-1 .section-title .small-title {
    font-weight: 400;
    color: #aab73f
}

.home-page-1 .form-item input:focus {
    border-color: #aab73f
}

.home-page-1 .form-textarea textarea:focus {
    border-color: #aab73f
}

.home-page-1 .backtotop {
    background-color: #cedd55
}

.home-page-1 .backtotop .scroll {
    color: #062a4d
}

.home-page-1 .preloader {
    background: #fff url(../images/preloader-2.svg) no-repeat center center
}

.home-page-1 .header-section .default-header .header-bottom .main-menubar>ul>li:before {
    background-color: #50aab2
}

.home-page-1 .header-section .default-header .header-bottom .main-menubar>ul>li>a span {
    color: #7c8a97
}

.home-page-1 .header-section .default-header .header-bottom .main-menubar>ul>li>a span:after {
    color: #7c8a97
}

.home-page-1 .header-section .default-header .header-bottom .main-menubar>ul>li:hover>a span {
    color: #50aab2
}

.home-page-1 .header-section .default-header .header-bottom .main-menubar>ul>li:hover>a span:after {
    color: #50aab2
}

.home-page-1 .header-section .default-header .header-bottom .main-menubar>ul>.active>a span {
    color: #50aab2
}

.home-page-1 .header-section .default-header .header-bottom .main-menubar>ul>.active>a span:after {
    color: #50aab2
}

.home-page-1 .menu-item-has-child:hover:after {
    color: #50aab2
}

.home-page-1 .header-section .default-header .header-bottom .main-menubar>ul>.active:after {
    color: #50aab2
}

.slider-section .main-slider-1 .item {
    padding: 100px 0
}

.slider-section .main-slider-1 .item .slider-content {
    opacity: 0;
    padding-top: 85px;
    -webkit-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.slider-section .main-slider-1 .item .slider-content .section-title .small-title {
    color: #7c8a97
}

.slider-section .main-slider-1 .item .slider-content .section-title .big-title {
    font-size: 80px
}

.slider-section .main-slider-1 .item .slider-content .room-info>ul>li {
    margin-right: 50px
}

.slider-section .main-slider-1 .item .slider-content .room-info>ul>li:last-child {
    margin-right: 0!important
}

.slider-section .main-slider-1 .item .slider-content .room-info>ul>li .item-icon {
    float: left;
    line-height: 1;
    margin-top: 6px;
    font-size: 36px;
    margin-right: 20px;
    color: #aab73f
}

.slider-section .main-slider-1 .item .slider-content .room-info>ul>li .item-content {
    display: table
}

.slider-section .main-slider-1 .item .slider-content .room-info>ul>li .item-content .number-text {
    width: 100%;
    display: block;
    font-size: 24px;
    color: #062a4d
}

.slider-section .main-slider-1 .item .slider-content .room-info>ul>li .item-content .title-text {
    font-size: 14px
}

.slider-section .main-slider-1 .item .slider-content .btns-group>ul>li {
    margin-right: 20px
}

.slider-section .main-slider-1 .item .slider-content .btns-group>ul>li:last-child {
    margin-right: 0!important
}

.slider-section .main-slider-1 .item .slider-content .btns-group>ul>li .video-btn {
    width: 60px;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    background-color: #50aab2
}

.slider-section .main-slider-1 .item .slider-image {
    opacity: 0;
    width: 570px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 1s cubic-bezier(.68,-.55,.265,1.55);
    -o-transition: 1s cubic-bezier(.68,-.55,.265,1.55);
    transition: 1s cubic-bezier(.68,-.55,.265,1.55)
}

.slider-section .main-slider-1 .owl-item.active .item .slider-content {
    opacity: 1;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px)
}

.slider-section .main-slider-1 .owl-item.active .item .slider-image {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.home-page-1 .slider-section .owl-theme .owl-dots {
    top: 50%;
    right: 80px;
    margin-top: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.home-page-1 .slider-section .owl-theme .owl-dots .owl-dot {
    width: 40px;
    height: 40px;
    display: table;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 10px;
    color: #7c8a97;
    background-color: #fff
}

.home-page-1 .slider-section .owl-theme .owl-dots .owl-dot:last-child {
    margin-bottom: 0
}

.home-page-1 .slider-section .owl-theme .owl-dots .owl-dot:hover {
    color: #062a4d;
    background-color: #cedd55
}

.home-page-1 .slider-section .owl-theme .owl-dots .owl-dot.active {
    color: #062a4d;
    background-color: #cedd55
}

.home-page-1 .approach-section .approach-content .section-title {
    margin-bottom: 40px
}

.home-page-1 .approach-section .approach-content .section-title .big-title:before {
    display: none
}

.home-page-1 .approach-section .approach-content>strong {
    width: 100%;
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #50aab2;
    font-weight: 400
}

.feature-section .feature-big-item-1 .feature-content>strong {
    width: 100%;
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
    color: #50aab2;
    font-weight: 400
}

.feature-section .feature-big-item-1 .feature-content .info-list {
    margin-bottom: 30px
}

.feature-section .feature-big-item-1 .feature-content .info-list>ul>li {
    margin-right: 35px;
    margin-bottom: 15px
}

.feature-section .feature-big-item-1 .feature-content .info-list>ul>li:last-child {
    margin-right: 0
}

.feature-section .feature-big-item-1 .feature-content .info-list>ul>li .serial-number {
    margin-right: 10px;
    color: #aab73f
}

.feature-section .feature-big-item-1 .feature-content .item-admin .admin-image {
    float: left;
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 100%
}

.feature-section .feature-big-item-1 .feature-content .item-admin .admin-content {
    display: table
}

.feature-section .feature-big-item-1 .feature-content .item-admin .admin-content .admin-name {
    font-size: 24px
}

.feature-section .feature-big-item-1 .feature-content .item-admin .admin-content .admin-title {
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    color: #aab73f
}

.feature-section .counter-container>ul {
    z-index: 1;
    width: 970px;
    position: relative;
    margin-top: -65px
}

.feature-section .counter-container>ul>li {
    width: 25%;
    padding: 75px 30px;
    position: relative
}

.feature-section .counter-container>ul>li:before {
    top: 50%;
    width: 2px;
    content: '';
    right: -1px;
    height: 80px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(255,255,255,.2)
}

.feature-section .counter-container>ul>li:last-child:before {
    display: none
}

.feature-section .counter-container>ul>li .item-icon {
    line-height: 1;
    font-size: 60px;
    margin-bottom: 25px;
    display: inline-block;
    color: #aab73f
}

.feature-section .counter-container>ul>li .count-text {
    font-size: 50px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 300;
    font-family: rubik,sans-serif
}

.feature-section .counter-container>ul>li .item-title {
    color: #a0b1c1;
    font-size: 14px;
    text-transform: uppercase
}

.planning-section .planning-tabs-nav>ul {
    padding: 0 30px;
    border-bottom: 2px solid #e0deff
}

.planning-section .planning-tabs-nav>ul>li {
    z-index: 1;
    width: auto;
    height: 60px;
    margin-bottom: -2px
}

.planning-section .planning-tabs-nav>ul>li>a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 30px;
    line-height: 60px;
    color: #7c8a97;
    font-weight: 500;
    text-transform: uppercase
}

.planning-section .planning-tabs-nav>ul>li>a:hover {
    color: #062a4d
}

.planning-section .planning-tabs-nav>ul>li>.active {
    color: #062a4d;
    background-color: #cedd55
}

.planning-section .tab-content .tab-pane .planning-image>img {
    width: 100%;
    display: block
}

.planning-section .tab-content .tab-pane .planning-content .section-title {
    margin-bottom: 40px
}

.planning-section .tab-content .tab-pane .planning-content .section-title .small-title {
    margin-bottom: 20px
}

.planning-section .tab-content .tab-pane .planning-content .info-list>ul>li {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e0deff
}

.planning-section .tab-content .tab-pane .planning-content .info-list>ul>li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.planning-section .tab-content .tab-pane .planning-content .info-list>ul>li>a {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #062a4d;
    text-transform: uppercase
}

.planning-section .tab-content .tab-pane .planning-content .info-list>ul>li>a>span {
    float: right;
    color: #7c8a97;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.planning-section .tab-content .tab-pane .planning-content .info-list>ul>li>a:hover {
    color: #50aab2
}

.planning-section .tab-content .tab-pane .planning-content .info-list>ul>li>a:hover>span {
    color: #50aab2
}

.directions-section .section-title {
    position: relative
}

.directions-section .section-title .custom-btn {
    right: 0;
    bottom: 0;
    position: absolute
}

.directions-section .direction-items-list {
    margin-bottom: 40px
}

.directions-section .direction-items-list>ul>li {
    margin-right: 75px
}

.directions-section .direction-items-list>ul>li:last-child {
    margin-right: 0!important
}

.directions-section .direction-items-list>ul>li>a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 25px;
    padding-bottom: 34px;
    border-bottom: 4px solid #e5f2ff
}

.directions-section .direction-items-list>ul>li>a .item-icon {
    line-height: 1;
    display: table;
    font-size: 60px;
    margin: 0 auto 20px;
    color: #aab73f
}

.directions-section .direction-items-list>ul>li>a .item-title {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #062a4d;
    text-transform: uppercase
}

.directions-section .direction-items-list>ul>li>.active {
    border-color: #aab73f
}

.directions-section .direction-items-list>ul>li:hover>a {
    border-color: #aab73f
}

.directions-section .google-map {
    width: 100%;
    height: 700px
}

.directions-section .google-map>div+div {
    display: none
}

.availability-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.availability-section .section-title {
    padding: 100px;
    position: relative;
    background-color: #fff
}

.availability-section .section-title .custom-btn {
    top: 50%;
    right: 100px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.availability-section .availability-table table {
    margin-bottom: 0
}

.availability-section .availability-table table thead {
    background-color: #cedd55
}

.availability-section .availability-table table thead th {
    border-top: none;
    padding: 30px 15px;
    border-bottom: none;
    font-weight: 500;
    color: #062a4d;
    text-transform: uppercase
}

.availability-section .availability-table table tbody {
    background-color: #fff
}

.availability-section .availability-table table tbody td {
    padding: 30px 15px
}

.availability-section .availability-table table tbody td .custom-btn-bordered {
    margin: -19px 0;
    border-radius: 0
}

.availability-section .availability-table table tbody td .custom-btn-bordered:hover {
    color: #fff;
    border-color: #50aab2;
    background-color: #50aab2
}

.availability-section .availability-table table tbody .name,.availability-section .availability-table table tbody .price {
    font-weight: 500;
    color: #062a4d;
    text-transform: uppercase
}

.availability-section .availability-table table tbody .price {
    color: #aab73f
}

.home-page-2 ::-moz-selection {
    color: #062a4d;
    background-color: #af9779
}

.home-page-2 ::selection {
    color: #062a4d;
    background-color: #af9779
}

.home-page-2 .custom-btn {
    color: #fff;
    background-color: #af9779
}

.home-page-2 .custom-btn-bordered {
    color: #062a4d
}

.home-page-2 .custom-btn-bordered:hover {
    color: #fff;
    border-color: #af9779;
    background-color: #af9779
}

.home-page-2 .details-btn {
    text-transform: uppercase
}

.home-page-2 .details-btn:before {
    top: 2.5px
}

.home-page-2 .details-btn:hover {
    color: #af9779
}

.home-page-2 .details-btn:hover:before {
    color: #af9779
}

.home-page-2 h1,.home-page-2 h2,.home-page-2 h3,.home-page-2 h4,.home-page-2 h5,.home-page-2 h6 {
    color: #062a4d
}

.home-page-2 .section-title .small-title {
    color: #af9779;
    font-weight: 400
}

.home-page-2 .form-item input:focus {
    border-color: #af9779!important
}

.home-page-2 .form-item .form-item-btn {
    color: #af9779
}

.home-page-2 .form-textarea textarea:focus {
    border-color: #af9779!important
}

.home-page-2 .form-textarea .form-item-btn {
    color: #af9779
}

.home-page-2 .owl-theme .owl-nav .owl-next:hover:before,.home-page-2 .owl-theme .owl-nav .owl-prev:hover:before {
    color: #fff;
    border-color: #af9779;
    background-color: #af9779
}

.home-page-2 .plus-effect:after,.home-page-2 .plus-effect:before {
    background-color: #af9779
}

.home-page-2 .backtotop {
    background-color: #af9779
}

.home-page-2 .backtotop .scroll {
    color: #fff
}

.home-page-2 .preloader {
    background: #fff url(../images/preloader-3.svg) no-repeat center center
}

.home-page-2 .header-section .default-header .header-bottom .main-menubar>ul>li:before {
    background-color: #af9779
}

.home-page-2 .header-section .default-header .header-bottom .main-menubar>ul>li>a span {
    color: #7c8a97
}

.home-page-2 .header-section .default-header .header-bottom .main-menubar>ul>li>a span:after {
    color: #7c8a97
}

.home-page-2 .header-section .default-header .header-bottom .main-menubar>ul>li:hover>a span {
    color: #af9779
}

.home-page-2 .header-section .default-header .header-bottom .main-menubar>ul>li:hover>a span:after {
    color: #af9779
}

.home-page-2 .header-section .default-header .header-bottom .main-menubar>ul>.active>a span {
    color: #af9779
}

.home-page-2 .header-section .default-header .header-bottom .main-menubar>ul>.active>a span:after {
    color: #af9779
}

.home-page-2 .menu-item-has-child:hover:after {
    color: #af9779
}

.home-page-2 .header-section .default-header .header-bottom .main-menubar>ul>.active:after {
    color: #af9779
}

.banner-section .banner-2 {
    padding: 300px 0
}

.banner-section .banner-2 .banner-content .section-title .small-title {
    font-size: 30px;
    color: #7c8a97
}

.banner-section .banner-2 .banner-content .section-title .big-title {
    font-size: 100px
}

.banner-section .banner-2 .banner-content p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px
}

.banner-section .banner-2 .banner-content .btns-group>ul>li {
    margin-right: 30px
}

.banner-section .banner-2 .banner-content .btns-group>ul>li:last-child {
    margin-right: 0
}

.home-page-2 .team-section .team-member-item .member-info .member-title {
    color: #af9779!important
}

.home-page-2 .property-section .section-title {
    position: relative
}

.home-page-2 .property-section .section-title .custom-btn {
    top: 50%;
    right: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.home-page-2 .property-section .property-grid-item .property-image .post-admin .admin-link {
    color: #af9779
}

.home-page-2 .property-section .property-grid-item .property-content .price-and-location>ul>li .price-text {
    color: #af9779
}

.home-page-2 .property-section .property-grid-item:hover .property-content .item-title .title-link {
    color: #af9779
}

.testimonial-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.testimonial-section .overlay-blue {
    background-color: rgba(0,18,56,.8)
}

.testimonial-section .testimonial-carousel-2 .item .section-title .big-title {
    color: #fff
}

.testimonial-section .testimonial-carousel-2 .item .quote-text {
    width: 100%;
    display: block;
    color: #68af6d;
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 40px;
    font-weight: 400
}

.testimonial-section .testimonial-carousel-2 .item>p {
    color: #c6d0e4;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 40px
}

.testimonial-section .testimonial-carousel-2 .item .hero-info .hero-name {
    font-size: 24px;
    color: #fff
}

.testimonial-section .testimonial-carousel-2 .item .hero-info .hero-title {
    color: #af9779
}

.testimonial-section .thumbs-nav {
    max-width: 300px
}

.testimonial-section .thumbs-nav .item {
    width: 70px;
    height: 70px;
    opacity: .5;
    overflow: hidden
}

.testimonial-section .thumbs-nav .owl-item.active.current .item {
    opacity: 1
}

.banner-section .overlay-blue {
    padding: 200px 0;
    background-color: rgba(0,18,56,.4)
}

.banner-section .banner-content .sub-title {
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
    display: inline-block
}

.banner-section .banner-content .title-text {
    font-size: 100px;
    color: #fff
}

.banner-section .banner-content .form-group {
    padding: 22px;
    display: table;
    border-radius: 70px;
    background-color: rgba(255,255,255,.1)
}

.banner-section .banner-content .form-group>ul {
    width: 100%;
    padding: 5px;
    border-radius: 45px;
    background-color: #fff
}

.banner-section .banner-content .form-group>ul>li {
    margin-right: 30px
}

.banner-section .banner-content .form-group>ul>li:last-child {
    margin-right: 0
}

.banner-section .banner-content .form-group>ul>li .form-item {
    display: inline-block
}

.banner-section .banner-content .form-group>ul>li .form-item input {
    width: 270px;
    border: none;
    border-radius: 45px
}

.banner-section .banner-content .form-group>ul>li .form-item.type-select-form .nice-select {
    width: 100px;
    border: none;
    padding: 0 20px
}

.banner-section .banner-content .form-group>ul>li .form-item.type-select-form .form-item-btn {
    left: 0
}

.about-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.about-section .about-content .section-title .big-title {
    font-size: 52px;
    margin-bottom: 40px
}

.about-section .about-content .section-title .big-title:before {
    display: none
}

.about-section .about-content>p {
    margin-bottom: 30px
}

.about-section .about-content .admin-info .admin-image {
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-right: 30px;
    border-radius: 100%
}

.about-section .about-content .admin-info .admin-content {
    display: table;
    padding: 18px 0
}

.about-section .about-content .admin-info .admin-content .admin-name {
    font-size: 26px;
    font-weight:700;
}

.about-section .about-content .admin-info .admin-content .admin-title {
    color: #ec3323;
    font-size:16px;
}

.about-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.about-section .overlay-white {
    background-image: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,.93) 10%, rgba(255,255,255,.93) 100%);
}

.about-section .about-image {
    z-index: 1;
    position: relative;
    padding-right: 40px;
    padding-bottom: 30px
}

.about-section .about-image .decoration-image {
    z-index: -1;
    bottom: 0;
    left: -40px;
    width: 530px;
    position: absolute
}

.about-section .about-content .section-title {
    margin-bottom: 60px
}

.about-section .about-content .section-title .big-title {
    position: relative
}

.about-section .about-content .section-title .big-title:before {
    left: 0;
    bottom: -28px;
    width: 80px;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #ec3323
}

.about-section .about-content>p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 40px
}

.feature-section .feature-grid-item {
    padding: 55px 45px;
    height:100%;
    background-color: #fff;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.68,-.55,.265,1.55);
    transition: -webkit-transform .3s cubic-bezier(.68,-.55,.265,1.55);
    -o-transition: transform .3s cubic-bezier(.68,-.55,.265,1.55);
    transition: transform .3s cubic-bezier(.68,-.55,.265,1.55);
    transition: transform .3s cubic-bezier(.68,-.55,.265,1.55),-webkit-transform .3s cubic-bezier(.68,-.55,.265,1.55)
}

.feature-section .feature-grid-item .item-icon {
    font-size: 50px;
    color: #ec3323;
    margin-bottom: 30px;
    display: inline-block
}

.feature-section .feature-grid-item .feature-title {
    margin-bottom: 20px
}

.feature-section .feature-grid-item .feature-title .title-link {
    font-size: 26px;
    line-height: 34px;
    color: #001238;
    font-weight: 600;
    font-family: poppins, sans-serif
}

.feature-section .feature-grid-item .feature-link{
    color: #ec3323;
    margin-top:20px;
    font-size:16px;
    text-transform: uppercase;
    font-weight:500;
}

.feature-section .feature-grid-item p {
    font-size: 16px;
    margin: 0;
}

.feature-section .feature-grid-item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 3px 60px 1px rgba(0,0,0,.05);
    box-shadow: 0 3px 60px 1px rgba(0,0,0,.05)
}

.feature-section .feature-grid-item:hover .feature-title .title-link {
    color: #ec3323
}

.team-section {
        padding: 0 0 70px;
}

.team-section .team-member-item {
    /*margin-bottom: 60px*/
}

.team-section .team-member-item .image-container>img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.team-section .team-member-item .image-container .plus-effect:after,.team-section .team-member-item .image-container .plus-effect:before {
    top: 40%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.team-section .team-member-item .member-info {
    z-index: 2;
    width: 90%;
    padding: 30px 25px;
    display: table;
    margin: 0 auto;
    margin-top: -71px;
    position: relative;
    background-color: #fff
}

.team-section .team-member-item .member-info .member-name {
    font-size: 20px;
    margin-bottom: 10px
}

.team-section .team-member-item .member-info .member-title {
    width: 100%;
    display: table;
    line-height: 1;
    color: #ec3323
}

.team-section .team-member-item:hover .image-container>img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.team-section .team-member-item:hover .image-container .plus-effect {
    opacity: 1
}

.team-section .team-member-item:hover .image-container .plus-effect:before {
    width: 60px
}

.team-section .team-member-item:hover .image-container .plus-effect:after {
    height: 60px
}

.team-section .team-member-bordered {
    padding: 60px 30px;
    margin-bottom: 30px;
    border: 1px solid #e0deff;
    background-color: #fff
}

.team-section .team-member-bordered .member-image {
    width: 180px;
    height: 180px;
    display: table;
    overflow: hidden;
    position: relative;
    border-radius: 100%;
    margin: 0 auto 30px;
    -webkit-box-shadow: 0 16px 32px 0 rgba(106,118,194,.2);
    box-shadow: 0 16px 32px 0 rgba(106,118,194,.2)
}

.team-section .team-member-bordered .member-image .plus-effect:after,.team-section .team-member-bordered .member-image .plus-effect:before {
    top: 54%
}

.team-section .team-member-bordered .member-image .plus-effect:before {
    width: 60px
}

.team-section .team-member-bordered .member-image .plus-effect:after {
    height: 60px
}

.team-section .team-member-bordered .member-info .member-name {
    font-size: 20px
}

.team-section .team-member-bordered .member-info .member-title {
    color: #ec3323
}

.team-section .team-member-bordered:hover .member-image .plus-effect {
    opacity: 1
}

.team-section .team-member-bordered:hover .member-image .plus-effect:before {
    width: 40px
}

.team-section .team-member-bordered:hover .member-image .plus-effect:after {
    height: 40px
}

.approach-section .approach-content {
    font-size: 16px;
    line-height: 28px;
    padding-right: 30px
}

.approach-section .approach-content .section-title {
    margin-bottom: 80px
}

.approach-section .approach-content .section-title .big-title {
    position: relative
}

.approach-section .approach-content .section-title .big-title:before {
    left: 0;
    bottom: -28px;
    width: 80px;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #ec3323
}

.approach-section .approach-content .our-goal {
    margin-bottom: 40px
}

.approach-section .approach-content .our-goal .item-title {
    font-size: 28px;
    font-weight:700;
}

.approach-section .approach-image.grid .grid-item,.approach-section .approach-image.grid .grid-sizer {
    width: 50%
}

.approach-section .approach-image.grid .grid-item {
    padding: 15px
}

.approach-section .approach-image.grid .grid-item:nth-child(2) {
    margin-top: -30px
}

.approach-section .approach-image.grid .grid-item img{
    border-radius: 4px;
}

.testimonial-section {
    position: relative
}

.testimonial-section .testimonial-carousel .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 75px;
    margin-bottom: -34px
}

.testimonial-section .testimonial-carousel .item {
    padding: 50px 40px;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 16px 32px 0 rgba(106,118,194,.1);
    box-shadow: 0 16px 32px 0 rgba(106,118,194,.1)
}

.testimonial-section .testimonial-carousel .item:after,.testimonial-section .testimonial-carousel .item:before {
    left: 50%;
    opacity: 0;
    content: '';
    height: 380px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    -webkit-box-shadow: 0 16px 32px 0 rgba(106,118,194,.1);
    box-shadow: 0 16px 32px 0 rgba(106,118,194,.1);
    -webkit-transition: .6s cubic-bezier(.68,-.55,.265,1.55);
    -o-transition: .6s cubic-bezier(.68,-.55,.265,1.55);
    transition: .6s cubic-bezier(.68,-.55,.265,1.55)
}

.testimonial-section .testimonial-carousel .item:before {
    top: 27px;
    z-index: -2;
    width: 335px;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.testimonial-section .testimonial-carousel .item:after {
    top: 47px;
    z-index: -3;
    width: 290px;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.testimonial-section .testimonial-carousel .item .rating-star {
    margin-bottom: 40px
}

.testimonial-section .testimonial-carousel .item .rating-star ul {
    float: left
}

.testimonial-section .testimonial-carousel .item .rating-star .review-text {
    float: right;
    font-size: 18px;
    color: #001238;
    font-weight: 600;
    font-family: poppins,sans-serif
}

.testimonial-section .testimonial-carousel .item>p {
    margin-bottom: 30px
}

.testimonial-section .testimonial-carousel .item .admin-info .admin-image {
    float: left;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 100%
}

.testimonial-section .testimonial-carousel .item .admin-info .admin-content {
    display: table
}

.testimonial-section .testimonial-carousel .item .admin-info .admin-content .admin-name {
    font-size: 18px
}

.testimonial-section .testimonial-carousel .item .admin-info .admin-content .admin-title {
    color: #ec3323;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase
}

.testimonial-section .testimonial-carousel .item:hover:before {
    top: 47px;
    opacity: 1
}

.testimonial-section .testimonial-carousel .item:hover:after {
    top: 67px;
    opacity: 1
}

.testimonial-section .testimonial-carousel .owl-item.active.center .item:before {
    top: 47px;
    opacity: 1
}

.testimonial-section .testimonial-carousel .owl-item.active.center .item:after {
    top: 67px;
    opacity: 1
}

.testimonial-section .owl-theme .owl-nav {
    z-index: 1;
    right: 0;
    top: -155px;
    position: absolute
}

.team-details-section .member-image img {
    width: 100%;
    display: block
}

.team-details-section .member-content {
    padding-left: 30px
}

.team-details-section .member-content .member-title {
    color: #ec3323;
    margin-bottom: 40px;
    letter-spacing: 2px;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase
}

.team-details-section .member-content .member-name {
    font-size: 56px;
    margin-bottom: 40px
}

.team-details-section .member-content>p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 40px
}

.team-details-section .member-content .contact-info {
    margin-bottom: 40px
}

.team-details-section .member-content .contact-info>ul>li {
    font-size: 16px;
    margin-bottom: 20px
}

.team-details-section .member-content .contact-info>ul>li:last-child {
    margin-bottom: 0
}

.team-details-section .member-content .contact-info>ul>li>i {
    font-size: 18px;
    margin-right: 20px
}

.skill-section .section-title .big-title {
    color: #fff
}

.skill-section .overlay {
    background-color: rgba(0,18,56,.9)
}

.skill-section .skill-item {
    width: 550px;
    display: table;
    margin-top: 70px;
    position: relative
}

.skill-section .skill-item .skill-title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase
}

.skill-section .skill-item .skill-progress {
    width: 100%;
    height: 6px;
    position: relative;
    background-color: rgba(255,255,255,.2)
}

.skill-section .skill-item .skill-progress .progress-value {
    top: -47px;
    right: 0;
    font-size: 16px;
    color: #fff;
    position: absolute;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase
}

.skill-section .skill-item .skill-progress .progress-bar {
    height: 6px;
    background-color: #ec3323
}

@-webkit-keyframes Rx-width-80 {
    0% {
        width: 0%
    }

    100% {
        width: 80%
    }
}

@keyframes Rx-width-80 {
    0% {
        width: 0%
    }

    100% {
        width: 80%
    }
}

.Rx-width-80 {
    -webkit-animation-name: Rx-width-80;
    animation-name: Rx-width-80;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes Rx-width-55 {
    0% {
        width: 0%
    }

    100% {
        width: 55%
    }
}

@keyframes Rx-width-55 {
    0% {
        width: 0%
    }

    100% {
        width: 55%
    }
}

.Rx-width-55 {
    -webkit-animation-name: Rx-width-55;
    animation-name: Rx-width-55;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes Rx-width-62 {
    0% {
        width: 0%
    }

    100% {
        width: 62%
    }
}

@keyframes Rx-width-62 {
    0% {
        width: 0%
    }

    100% {
        width: 62%
    }
}

.Rx-width-62 {
    -webkit-animation-name: Rx-width-62;
    animation-name: Rx-width-62;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes Rx-width-95 {
    0% {
        width: 0%
    }

    100% {
        width: 95%
    }
}

@keyframes Rx-width-95 {
    0% {
        width: 0%
    }

    100% {
        width: 95%
    }
}

.Rx-width-95 {
    -webkit-animation-name: Rx-width-95;
    animation-name: Rx-width-95;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@keyframes Rx-width-80 {
    0% {
        width: 0%
    }

    100% {
        width: 80%
    }
}

.Rx-width-80 {
    -webkit-animation-name: Rx-width-80;
    animation-name: Rx-width-80;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes Rx-width-50 {
    0% {
        width: 0%
    }

    100% {
        width: 50%
    }
}

@keyframes Rx-width-50 {
    0% {
        width: 0%
    }

    100% {
        width: 50%
    }
}

.Rx-width-50 {
    -webkit-animation-name: Rx-width-50;
    animation-name: Rx-width-50;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.agent-details-section {
}

.agent-details-section .agent-details-content .bg-default-red {
    padding: 80px 0
}

.agent-details-section .agent-details-content .bg-default-red .agent-info .social-links>ul>li>a {
    color: #fff;
    border: 2px solid #fff
}

.agent-details-section .agent-details-content .bg-default-red .agent-info .social-links>ul>li>a:hover {
    color: #fff;
    border-color: #062a4d;
    background-color: #062a4d
}

.agent-details-section .agent-details-content .overlay {
    padding: 80px 0;
    background-color: rgba(0,18,56,.9)
}

.agent-details-section .agent-details-content .overlay .agent-info .social-links>ul>li>a {
    color: #fff;
    border: 2px solid #fff
}

.agent-details-section .agent-details-content .overlay .agent-info .social-links>ul>li>a:hover {
    color: #fff;
    border-color: #ec3323;
    background-color: #ec3323
}

.agent-details-section .agent-details-content .agent-image {
    border: 10px solid #fff
}

.agent-details-section .agent-details-content .agent-info {
    color: #fff;
    position: relative
}

.agent-details-section .agent-details-content .agent-info .agent-title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
    letter-spacing: 1.6px;
    font-weight: 500;
    text-transform: uppercase
}

.agent-details-section .agent-details-content .agent-info .agent-name {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize
}

.agent-details-section .agent-details-content .agent-info p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px
}

.agent-details-section .agent-details-content .agent-info .contact-info>ul {
    float: left;
    width: auto;
    margin-right: 100px;
    display: inline-block
}

.agent-details-section .agent-details-content .agent-info .contact-info>ul>li {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px
}

.agent-details-section .agent-details-content .agent-info .contact-info>ul>li i {
    margin-right: 20px
}

.agent-details-section .agent-details-content .agent-info .contact-info>ul>li:last-child {
    margin-bottom: 0
}

.agent-details-section .agent-details-content .agent-info .social-links {
    top: 0;
    right: 0;
    position: absolute
}

.agent-details-section .sidebar-section .widget_contact {
    border-color: #fff;
    background-color: #fff
}

.agent-details-page .property-section .owl-theme .owl-nav {
    top: -50px;
    right: 0;
    position: absolute
}

.service-section {
}

.service-section .service-grid-item-1 {
    margin-top: 70px;
    padding-right: 30px
}

.service-section .service-grid-item-1 .service-icon {
    height: 90px;
    margin-bottom: 40px;
    display: inline-block
}

.service-section .service-grid-item-1 .service-title {
    font-size: 26px;
    margin-bottom: 30px
}

.service-section .service-grid-item-1 p {
    margin-bottom: 30px
}

.service-section .service-grid-item-2 {
    margin-top: 30px;
    padding: 60px 35px;
    background-color: #fff;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.68,-.55,.265,1.55);
    transition: -webkit-transform .3s cubic-bezier(.68,-.55,.265,1.55);
    -o-transition: transform .3s cubic-bezier(.68,-.55,.265,1.55);
    transition: transform .3s cubic-bezier(.68,-.55,.265,1.55);
    transition: transform .3s cubic-bezier(.68,-.55,.265,1.55),-webkit-transform .3s cubic-bezier(.68,-.55,.265,1.55)
}

.service-section .service-grid-item-2 .service-icon {
    line-height: 1;
    font-size: 60px;
    color: #ec3323;
    margin-bottom: 40px;
    display: inline-block
}

.service-section .service-grid-item-2 .service-title {
    margin-bottom: 30px
}

.service-section .service-grid-item-2 .service-title .title-link {
    font-size: 21px;
    color: #001238;
    font-weight: 600;
    font-family: poppins,sans-serif
}

.service-section .service-grid-item-2:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 3px 60px 1px rgba(0,0,0,.05);
    box-shadow: 0 3px 60px 1px rgba(0,0,0,.05)
}

.service-section .service-grid-item-2:hover .service-title .title-link {
    color: #ec3323
}

.service-section .service-grid-item-3 {
    margin-top: 70px
}

.service-section .service-grid-item-3 .service-icon {
    float: left;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 16px 32px 0 rgba(208,208,255,.3);
    box-shadow: 0 16px 32px 0 rgba(208,208,255,.3)
}

.service-section .service-grid-item-3 .service-content {
    display: table;
    padding-left: 30px
}

.service-section .service-grid-item-3 .service-content .service-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px
}

.category-section .category-item-list>ul {
    width: 100%;
    display: block
}

.category-section .category-item-list>ul>li {
    width: 50%
}

.category-section .category-item-list>ul>li .category-item {
    overflow: hidden;
    position: relative;
    padding: 115px 140px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.category-section .category-item-list>ul>li .category-item .item-icon {
    line-height: 1;
    display: table;
    font-size: 100px;
    color: #fff;
    margin: 0 auto 60px
}

.category-section .category-item-list>ul>li .category-item .sub-title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase
}

.category-section .category-item-list>ul>li .category-item .item-title {
    font-size: 70px;
    line-height: 80px;
    color: #fff;
    margin-bottom: 40px
}

.category-section .category-item-list>ul>li .category-item .custom-btn-bordered {
    color: #fff;
    border-color: rgba(255,255,255,.3)
}

.category-section .category-item-list>ul>li .category-item.overlay-red {
    background-color: rgba(236,51,35,.8)
}

.property-section {
    position: relative
}

.property-section .filter-bar {
    margin-bottom: 23px
}

.property-section .filter-bar .result-text {
    font-size: 30px;
    padding: 7px 0;
    margin-bottom: 0
}

.property-section .filter-bar .layout-btns-group>ul>li {
    margin-right: 20px
}

.property-section .filter-bar .layout-btns-group>ul>li:last-child {
    margin-right: 0
}

.property-section .filter-bar .layout-btns-group>ul>li>a {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 24px;
    line-height: 54px;
    text-align: center;
    border-radius: 100%;
    color: #7c8a97;
    background-color: #fff
}

.property-section .filter-bar .layout-btns-group>ul>li>a:hover {
    color: #fff;
    background-color: #ec3323;
    -webkit-box-shadow: 0 3px 6px 1px rgba(255,77,28,.2);
    box-shadow: 0 3px 6px 1px rgba(255,77,28,.2)
}

.property-section .filter-bar .layout-btns-group>ul>li>.active {
    color: #fff;
    background-color: #ec3323;
    -webkit-box-shadow: 0 3px 6px 1px rgba(255,77,28,.2);
    box-shadow: 0 3px 6px 1px rgba(255,77,28,.2)
}

.property-section .filter-bar .layout-btns-group>ul>li .filter-select .nice-select {
    height: 50px;
    min-width: 150px;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 30px;
    border: 1px solid #e5e5e5;
    text-transform: capitalize
}

.property-section .filter-bar .layout-btns-group>ul>li .filter-select .nice-select:after {
    width: 8px;
    height: 8px;
    right: 30px;
    margin-top: -4px;
    border-right: 2px solid #7c8a97;
    border-bottom: 2px solid #7c8a97
}

.property-section .filter-bar .layout-btns-group>ul>li .filter-select .nice-select .list {
    min-width: 150px
}

.property-section .filter-bar .layout-btns-group>ul>li .filter-select .nice-select .list>li {
    text-align: center
}

.property-section .pagination-list>ul>li>a {
    background-color: #fff
}

.property-section .pagination-list>ul>li:hover>a {
    color: #fff;
    background-color: #ec3323
}

.property-section .pagination-list>ul>.active>a {
    color: #fff;
    background-color: #ec3323
}

.property-section .sidebar-section .widget {
    border-color: #fff;
    background-color: #fff
}

.property-section .sidebar-section .widget_find_place .form-item {
    margin-bottom: 20px
}

.property-section .sidebar-section .widget_find_place .form-item input {
    border: 2px solid #e0deff
}

.property-section .sidebar-section .widget_find_place .form-item input:focus {
    border-color: #ec3323
}

.property-section .sidebar-section .widget_find_place .form-item .nice-select {
    border: solid 2px #e0deff
}

.property-section .sidebar-section .widget_find_place .price-range {
    font-size: 14px;
    margin-bottom: 30px;
    font-family: rubik,sans-serif;
    font-weight: 500;
    text-transform: capitalize
}

.property-section .sidebar-section .widget_find_place .price-range .range-text {
    float: right;
    color: #ec3323
}

.property-section .sidebar-section .widget_find_place .bed-and-baths>ul {
    width: 100%;
    display: table
}

.property-section .sidebar-section .widget_find_place .bed-and-baths>ul>li {
    width: 48.2666%;
    margin-right: 10px
}

.property-section .sidebar-section .widget_find_place .bed-and-baths>ul>li:last-child {
    margin-right: 0
}

.property-section .sidebar-section .widget_find_place .custom-btn {
    width: 100%;
    display: block;
    text-align: left;
    border-radius: 0;
    text-transform: capitalize
}

.property-section .sidebar-section .widget_find_place .custom-btn:after,.property-section .sidebar-section .widget_find_place .custom-btn:before {
    border-radius: 0
}

.property-section .sidebar-section .widget_find_place .custom-btn>i {
    margin-right: 15px
}

.property-section .property-grid-item,.property-section .property-list-item {
    margin-top: 25px;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.property-section .property-grid-item .property-image:before,.property-section .property-list-item .property-image:before {
    top: 0;
    left: 0;
    z-index: 1;
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
    background-image: -webkit-radial-gradient(rgba(0,0,0,0),rgba(0,0,0,0.1),rgba(0,0,0,0.8));
    background-image: -o-radial-gradient(rgba(0,0,0,0),rgba(0,0,0,0.1),rgba(0,0,0,0.8));
    background-image: radial-gradient(rgba(0,0,0,0),rgba(0,0,0,0.1),rgba(0,0,0,0.8))
}

.property-section .property-grid-item .property-image>img,.property-section .property-list-item .property-image>img {
    position: absolute;
    width: 100%;
    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.175,.885,.32,1.275);
    transition: -webkit-transform .6s cubic-bezier(.175,.885,.32,1.275);
    -o-transition: transform .6s cubic-bezier(.175,.885,.32,1.275);
    transition: transform .6s cubic-bezier(.175,.885,.32,1.275);
    transition: transform .6s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .6s cubic-bezier(.175,.885,.32,1.275)
}

.property-section .property-grid-item .property-image .item-label,.property-section .property-list-item .property-image .item-label {
    top: 15px;
    z-index: 1;
    right: 5px;
    position: absolute
}

.property-section .property-grid-item .property-image .item-label .label{
    height: 22px;
    margin-right: 10px;
    border-radius: 50px;
    text-transform: uppercase
}

.property-section .property-grid-item .property-image .item-label .label span {
    width: 100%;
    display: block;
    font-size: 12px;
    padding: 0 17px;
    line-height: 22px;
    color: #fff;
    font-family: rubik,sans-serif;
    font-weight: 500
}

.property-section .property-grid-item .property-image .action-btns-group,.property-section .property-list-item .property-image .action-btns-group {
    z-index: 1;
    right: 20px;
    bottom: 20px;
    position: absolute
}

.property-section .property-grid-item .property-image .post-admin,.property-section .property-list-item .property-image .post-admin {
    z-index: 1;
    left: 20px;
    bottom: 20px;
    height: 26px;
    display: table;
    padding: 4px 15px;
    position: absolute;
    border-radius: 30px;
    background-color: #fff
}

.property-section .property-grid-item .property-image .post-admin .admin-link,.property-section .property-list-item .property-image .post-admin .admin-link {
    display: table;
    font-size: 12px;
    color: #ec3323;
    font-weight: 400;
    font-family: poppins,sans-serif
}

.property-section .property-grid-item .property-image .post-admin .admin-link .admin-image,.property-section .property-list-item .property-image .post-admin .admin-link .admin-image {
    float: left;
    width: 30px;
    height: 30px;
    display: table;
    margin: -6px 0;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 100%
}

.property-section .property-grid-item .property-content,.property-section .property-list-item .property-content {
    padding: 22px 30px
}

.property-section .property-grid-item .property-content .post-meta,.property-section .property-list-item .property-content .post-meta {
    margin-bottom: 20px
}

.property-section .property-grid-item .property-content .post-meta>ul>li,.property-section .property-list-item .property-content .post-meta>ul>li {
    margin-right: 30px
}

.property-section .property-grid-item .property-content .post-meta>ul>li i,.property-section .property-list-item .property-content .post-meta>ul>li i {
    margin-right: 3px
}

.property-section .property-grid-item .property-content .post-meta>ul>li:last-child,.property-section .property-list-item .property-content .post-meta>ul>li:last-child {
    margin-right: 0
}

.property-section .property-grid-item .property-content .item-title,.property-section .property-list-item .property-content .item-title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0deff
}

.property-section .property-grid-item .property-content .item-title .title-link,.property-section .property-list-item .property-content .item-title .title-link {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 34px;
    color: #001238;
    font-weight: 600;
    font-family: poppins,sans-serif
}

.property-section .property-grid-item .property-content .price-and-location>ul,.property-section .property-list-item .property-content .price-and-location>ul {
    display: flex;
    justify-content: space-between;
}

.property-section .property-grid-item .property-content .price-and-location>ul>li,.property-section .property-list-item .property-content .price-and-location>ul>li {
    /*width: 50%*/
}

.property-section .property-grid-item .property-content .price-and-location>ul>li>i,.property-section .property-list-item .property-content .price-and-location>ul>li>i {
    font-size: 16px;
    margin-right: 5px
}

.property-section .property-grid-item .property-content .price-and-location{
    font-size:14px;
}

.property-section .property-grid-item .property-content .price-and-location>ul>li .price-text,.property-section .property-list-item .property-content .price-and-location>ul>li .price-text {
    font-size: 16px;
    color: #ec3323;
    display: inline-block;
    font-weight: 500
}

.property-section .property-grid-item .property-bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.property-section .property-grid-item:hover .property-image>img,.property-section .property-list-item:hover .property-image>img,.property-section .property-grid-item:hover .property-image>.property-bg {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.property-section .property-grid-item:hover .property-content .item-title .title-link,.property-section .property-list-item:hover .property-content .item-title .title-link {
    color: #ec3323
}

.property-section .property-image {
    height: 265px;
}

.property-section .property-list-item .property-image {
    float: left;
    width: 370px
}

.property-section .property-list-item .property-content {
    display: table
}
/*
.property-section .owl-theme .owl-nav {
    top: -165px;
    right: 365px;
    position: absolute
}
*/
.property-details-section {
    padding-top: 115px;
    padding-bottom: 60px;
    background-image: url(../img/bordered-wave.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: inherit;
    background-position: left 102px
}

.property-details-section .property-h2{
    text-transform: capitalize;
    font-family: poppins,sans-serif;
    font-weight:600;
}

.property-details-section .property-text{
    font-size: 15px;
}

.property-details-section .area-title {
    font-size: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-weight:700;
    border-bottom: 1px solid #e0deff
}

.property-details-section .item-title{
    font-size:1.25rem;
    font-family: poppins, sans-serif
}

.property-details-section .item-title a{
    color: #001238;
    font-weight: 600;
    font-size:1.25rem;
    font-family: poppins, sans-serif;
    transition:none;
}
.property-details-section .item-title a:hover{
    color:#ec3323;
}

.property-details-section .item-title >p{
    font-size:14px;
    font-family: rubik,sans-serif;
}

.property-details-section .image-carousel-container .owl-carousel .owl-nav .owl-next,.property-details-section .image-carousel-container .owl-carousel .owl-nav .owl-prev {
    top: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.property-details-section .image-carousel-container .owl-carousel .owl-nav .owl-next:before,.property-details-section .image-carousel-container .owl-carousel .owl-nav .owl-prev:before {
    font-size: 16px;
    line-height: 37px;
    color: #ec3323;
    border-color: #ec3323;
    background-color: transparent;
    color: #fff;
    border-color: #af9779;
    background-color: #af9779
}

.property-details-section .image-carousel-container .owl-carousel .owl-nav .owl-next:hover:before,.property-details-section .image-carousel-container .owl-carousel .owl-nav .owl-prev:hover:before {
    color: #fff;
    border-color: #ec3323;
    background-color: #ec3323
}

.property-details-section .image-carousel-container .owl-carousel .owl-nav .owl-prev {
    left: 0;
    opacity: 0
}

.property-details-section .image-carousel-container .owl-carousel .owl-nav .owl-next {
    right: 0;
    opacity: 0
}

.property-details-section .image-carousel-container:hover .owl-carousel .owl-nav .owl-prev {
    left: 15px;
    opacity: 1
}

.property-details-section .image-carousel-container:hover .owl-carousel .owl-nav .owl-next {
    right: 15px;
    opacity: 1
}

.property-details-section .sidebar-section .widget_contact_agent .agent-info {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0deff
}

.property-details-section .sidebar-section .widget_contact_agent .agent-info .agent-image {
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 100%
}

.property-details-section .sidebar-section .widget_contact_agent .agent-info .info-content {
    display: table
}

.property-details-section .sidebar-section .widget_contact_agent .agent-info .info-content .agent-name {
    font-size: 18px
}

.property-details-section .sidebar-section .widget_contact_agent .agent-info .info-content .agent-title {
    font-size: 12px;
    font-weight: 500
}

.property-details-section .sidebar-section .widget_contact_agent .agent-info .info-content .contact-number {
    margin-bottom: 0;
    color: #ec3323
}

.property-details-section .sidebar-section .widget_contact_agent .agent-info .info-content .contact-number>i {
    margin-right: 5px
}

.property-details-section .sidebar-section .widget_contact_agent .form-item {
    margin-bottom: 10px
}

.property-details-section .sidebar-section .widget_contact_agent .form-textarea {
    margin-bottom: 15px
}

.property-details-section .property-title {
    margin-bottom: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0deff
}

.property-details-section .property-title .info-list {
    padding-top: 80px
}

.property-details-section .property-title .info-list>ul>li {
    margin-right: 30px
}

.property-details-section .property-title .info-list>ul>li:last-child {
    margin-right: 0
}

.property-details-section .property-title .info-list>ul>li .price-text {
    color: #ffa200;
    font-size: 36px;
    font-weight: 500
}

.property-details-section .property-title .info-list>ul>li .item-badge {
    height: 25px;
    position: static;
    line-height: 27px
}

.property-details-section .property-documents>ul>li {
    display:flex;
        justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0deff
}

.property-details-section .property-documents>ul>li:last-child {
    margin-bottom: 0;
    font-size:16px;
    padding-bottom: 0;
    border-bottom: none
}

.property-details-section .property-documents>ul>li .download-btn {
    margin-top: 5px;
    color: #ec3323;
    font-weight: 500
}

.property-details-section .property-documents>ul>li .download-btn i {
    margin-right: 10px
}

.property-details-section .property-documents>ul>li .download-btn:hover {
    text-decoration: underline
}

.property-details-section .core-details>ul {
    float: left;
    width: 33.333%;
    display: inline-block
}

.property-details-section .core-details>ul>li {
    margin-bottom: 25px
}

.property-details-section .core-details>ul>li:last-child {
    margin-bottom: 0
}

.property-details-section .core-details>ul>li .title-text {
    margin-right: 5px;
    color: #001238;
    font-weight: 500
}

.property-details-section .more-features>ul {
    float: left;
    width: 33.333%;
    display: inline-block
}

.property-details-section .more-features .feature-item {
    margin-bottom: 20px
}

.property-details-section .more-features>ul>li:last-child {
    margin-bottom: 0
}

.property-details-section .more-features .icon {
    float: left;
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-right: 13px;
    display: inline-block;
    color: #062a4d;
    border: 2px solid #e0deff
}

.property-details-section .property-location .google-map {
    height: 370px
}

.property-details-section .nearby-property>ul>li a{
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0deff;
    transition: all .1s ease;
}

.property-details-section .nearby-property>ul>li a:hover{
    background: #f7f7f7;
}

.property-details-section .nearby-property>ul>li a:hover h3{
    color:#ec3323;
}

.property-details-section .nearby-property>ul>li:last-child a{
    border-bottom: none
}

.property-details-section .nearby-property>ul>li .item-image {
    width: 118px;
    margin-right: 25px;
    height: 67px;
    overflow: hidden;
}

.property-details-section .nearby-property>ul>li .item-content {
    display: block;
    flex:1;
}

.property-details-section .nearby-property .item-price{
    text-align:right;
}

.property-details-section .nearby-property .item-price span{
    color: #7c8a97;
}

.property-details-section .nearby-property .item-price h3{
    font-family: poppins, sans-serif;
    display:flex;
    align-items:center;
    justify-content: flex-end;
}

.property-details-section .nearby-property .item-price small{
    /*margin-right:7px;*/
}

.property-details-section .nearby-property>ul>li .item-content .item-title .title-link {
    font-size: 18px;
    color: #001238;
    font-weight: 600
}

.property-details-section .nearby-property>ul>li .rating-star {
    top: 50%;
    right: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.property-details-section .nearby-property>ul>li:hover .item-content .item-title .title-link {
    color: #ec3323
}

.property-details-section .review-item {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0deff
}

.property-details-section .review-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.property-details-section .review-item .reviewer-info .reviewer-image {
    float: left;
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 100%
}

.property-details-section .review-item .reviewer-info .reviewer-info-content {
    display: table;
    padding-top: 3px
}

.property-details-section .review-item .reviewer-info .reviewer-info-content .reviewer-name {
    float: left;
    font-size: 16px;
    margin-right: 15px;
    color: #001238;
    font-weight: 600
}

.property-details-section .review-item>p {
    margin-bottom: 0
}

.property-details-section .review-item .reply-btn {
    top: 0;
    right: 0;
    height: 30px;
    font-size: 12px;
    padding: 0 24px;
    line-height: 28px;
    position: absolute;
    text-align: center;
    border-radius: 45px;
    color: #ec3323;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #ffd8d5
}

.property-details-section .review-item .reply-btn:hover {
    color: #fff;
    border-color: #ec3323;
    background-color: #ec3323
}

.blog-section {
}

.blog-section hr {
    margin: 40px 0;
    border-top: 1px solid #e0deff
}

.blog-section .sidebar-section .widget {
    border-color: #fff;
    background-color: #fff
}

.blog-section .image-blog-item {
    width: 590px;
    overflow: hidden;
    position: relative
}

.blog-section .image-blog-item:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,18,56,0)),color-stop(rgba(0,18,56,0.8)),to(#001238));
    background: -webkit-linear-gradient(top,rgba(0,18,56,0),rgba(0,18,56,0.8),#001238);
    background: -o-linear-gradient(top,rgba(0,18,56,0),rgba(0,18,56,0.8),#001238);
    background: linear-gradient(to bottom,rgba(0,18,56,0),rgba(0,18,56,0.8),#001238)
}

.blog-section .image-blog-item>img {
    width: 100%;
    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.blog-section .image-blog-item .item-badge {
    top: 40px;
    left: 40px;
    position: absolute
}

.blog-section .image-blog-item .blog-content {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 40px;
    position: absolute;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.blog-section .image-blog-item .blog-content .post-meta>ul>li {
    color: rgba(255,255,255,.8)
}

.blog-section .image-blog-item .blog-content .post-meta>ul>li>a {
    color: rgba(255,255,255,.8)
}

.blog-section .image-blog-item .blog-content .post-meta>ul>li>a:hover {
    color: #fff
}

.blog-section .image-blog-item .blog-content .blog-title .title-link {
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    font-weight: 600;
    font-family: poppins,sans-serif
}

.blog-section .image-blog-item .blog-content .blog-title .title-link:hover {
    color: #ec3323
}

.blog-section .image-blog-item:hover>img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.blog-section .image-blog-item:hover .blog-content {
    padding-bottom: 50px
}

.blog-section .text-blog-item {
    padding: 40px;
    margin-bottom: 10px;
    background-color: #fff
}

.blog-section .text-blog-item:last-child {
    margin-bottom: 0
}

.blog-section .text-blog-item .post-meta {
    margin-bottom: 23px
}

.blog-section .text-blog-item .blog-title .title-link {
    font-size: 24px;
    line-height: 30px;
    color: #001238;
    font-weight: 600;
    font-family: poppins,sans-serif
}

.blog-section .text-blog-item .blog-title .title-link:hover {
    color: #ec3323
}

.blog-section .blog-image-grid-item {
    overflow: hidden;
    margin-top: 40px;
    position: relative
}

.blog-section .blog-image-grid-item>img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.blog-section .blog-image-grid-item .blog-content {
    left: 30px;
    right: 30px;
    bottom: 30px;
    padding: 30px;
    position: absolute;
    padding-left: 70px;
    background-color: #fff
}

.blog-section .blog-image-grid-item .blog-content .post-date {
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
    color: #aab73f
}

.blog-section .blog-image-grid-item .blog-content .post-date:before {
    top: 50%;
    left: -40px;
    height: 2px;
    width: 30px;
    content: '';
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #aab73f
}

.blog-section .blog-image-grid-item .blog-content .blog-title .title-link {
    font-size: 24px;
    color: #062a4d;
    font-family: rufina,serif
}

.blog-section .blog-image-grid-item:hover>img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.blog-section .blog-image-grid-item:hover .blog-content .blog-title .title-link {
    text-decoration: underline
}

.blog-section .blog-grid-item {
    margin-bottom: 30px;
    background-color: #fff
}

.blog-section .blog-grid-item .blog-image {
    overflow: hidden;
    position: relative
}

.blog-section .blog-grid-item .blog-image>img {
    width: 100%;
    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.175,.885,.32,1.275);
    transition: -webkit-transform .6s cubic-bezier(.175,.885,.32,1.275);
    -o-transition: transform .6s cubic-bezier(.175,.885,.32,1.275);
    transition: transform .6s cubic-bezier(.175,.885,.32,1.275);
    transition: transform .6s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .6s cubic-bezier(.175,.885,.32,1.275)
}

.blog-section .blog-grid-item .blog-image .post-admin {
    z-index: 1;
    left: 20px;
    bottom: 20px;
    height: 30px;
    display: table;
    padding: 6px 0;
    position: absolute;
    border-radius: 30px;
    padding-right: 20px;
    background-color: #fff
}

.blog-section .blog-grid-item .blog-image .post-admin .admin-link {
    display: table;
    font-size: 12px;
    color: #ec3323;
    font-weight: 400;
    font-family: poppins,sans-serif
}

.blog-section .blog-grid-item .blog-image .post-admin .admin-link .admin-image {
    float: left;
    width: 30px;
    height: 30px;
    display: table;
    margin: -6px 0;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 100%
}

.blog-section .blog-grid-item .blog-content {
    padding: 30px
}

.blog-section .blog-grid-item .blog-content .post-meta {
    margin-bottom: 20px
}

.blog-section .blog-grid-item .blog-content .post-meta>ul>li {
    margin-right: 30px
}

.blog-section .blog-grid-item .blog-content .post-meta>ul>li i {
    margin-right: 3px
}

.blog-section .blog-grid-item .blog-content .post-meta>ul>li:last-child {
    margin-right: 0
}

.blog-section .blog-grid-item .blog-content .item-title .title-link {
    font-size: 24px;
    line-height: 34px;
    color: #001238;
    font-weight: 600;
    font-family: poppins,sans-serif
}

.blog-section .blog-grid-item:hover .blog-image>img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.blog-section .blog-grid-item:hover .blog-content .item-title .title-link {
    color: #ec3323
}

.blog-details-section .sidebar-section .widget {
    border-color: #fff;
    background-color: #fff
}

.blog-details-section .item-decoration {
    padding: 50px;
    margin-bottom: 40px;
    background-color: #fff
}

.blog-details-section .item-decoration:last-child {
    margin-bottom: 0
}

.blog-details-section .details-content .blog-title {
    line-height: 44px
}

.blog-details-section .details-content blockquote {
    padding: 30px 40px;
    padding-left: 90px;
    background-color: #fff
}

.blog-details-section .details-content blockquote p {
    font-size: 16px;
    position: relative
}

.blog-details-section .details-content blockquote p:before {
    top: 50%;
    left: -60px;
    font-size: 36px;
    content: '\f10d';
    font-weight: 900;
    position: absolute;
    color: #ec3323;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'font awesome 5 pro'
}

.blog-details-section .details-content blockquote .blockquote-footer {
    font-weight: 700;
    color: #001238;
    text-transform: capitalize
}

.blog-details-section .details-content .tag-share-links .title-text {
    font-size: 18px
}

.blog-details-section .details-content .tag-share-links .tag-links>ul>li {
    margin-right: 15px
}

.blog-details-section .details-content .tag-share-links .tag-links>ul>li:last-child {
    margin-right: 0
}

.blog-details-section .details-content .tag-share-links .tag-links>ul>li>a {
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
    text-align: center;
    color: #7c8a97;
    border: 1px solid #e4e5ff;
    text-transform: capitalize
}

.blog-details-section .details-content .tag-share-links .tag-links>ul>li>a:hover {
    color: #fff;
    border-color: #ec3323;
    background-color: #ec3323
}

.blog-details-section .details-content .tag-share-links .social-links>ul>li {
    width: 40px;
    height: 40px;
    margin-right: 10px
}

.blog-details-section .details-content .tag-share-links .social-links>ul>li:last-child {
    margin-right: 0!important
}

.blog-details-section .details-content .tag-share-links .social-links>ul>li>a {
    font-size: 14px;
    line-height: 40px
}

.blog-details-section .other-posts-filter .more-btn {
    text-align: center
}

.blog-details-section .other-posts-filter .more-btn>button {
    line-height: 1;
    font-size: 48px;
    text-align: center;
    color: #ec3323
}

.blog-details-section .other-posts-filter .other-post {
    padding: 5px 0
}

.blog-details-section .other-posts-filter .other-post .post-link {
    width: 100%;
    display: block
}

.blog-details-section .other-posts-filter .other-post .post-link .title-text {
    width: 100%;
    display: table;
    font-size: 14px;
    margin-bottom: 5px;
    color: #7c8a97;
    font-weight: 600;
    text-transform: uppercase
}

.blog-details-section .other-posts-filter .other-post .post-link .post-title {
    font-size: 18px;
    color: #001238;
    font-family: poppins,sans-serif
}

.blog-details-section .post-avatar {
    margin-top: 100px;
    padding: 50px 40px;
    background-color: #fff
}

.blog-details-section .post-avatar .hero-image {
    z-index: 1;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-top: -100px;
    border-radius: 100%;
    margin-bottom: 40px;
    display: inline-block;
    border: 6px solid #fff
}

.blog-details-section .post-avatar .hero-image>img {
    width: 100%;
    display: block
}

.blog-details-section .post-avatar .hero-name {
    font-size: 24px
}

.blog-details-section .post-avatar .hero-social-links>ul>li {
    margin-right: 20px
}

.blog-details-section .post-avatar .hero-social-links>ul>li:last-child {
    margin-right: 0
}

.blog-details-section .post-avatar .hero-social-links>ul>li>a {
    color: #7c8a97
}

.blog-details-section .post-avatar .hero-social-links>ul>li>a:hover {
    color: #ec3323
}

.blog-details-section .peoples-comment .comment-item {
    margin-bottom: 60px
}

.blog-details-section .peoples-comment .comment-item:last-child {
    margin-bottom: 0
}

.blog-details-section .peoples-comment .comment-item .hero-image {
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 100%
}

.blog-details-section .peoples-comment .comment-item .hero-content {
    display: table;
    padding-left: 30px;
    position: relative
}

.blog-details-section .peoples-comment .comment-item .hero-content .reply-btn {
    top: 0;
    right: 0;
    position: absolute;
    color: #7c8a97;
    font-weight: 600
}

.blog-details-section .peoples-comment .comment-item .hero-content .reply-btn:hover {
    color: #ec3323
}

.blog-details-section .peoples-comment .comment-item .hero-content .hero-name {
    font-size: 18px
}

.blog-details-section .peoples-comment .comment-item .hero-content .hero-name .bookmark-btn {
    font-size: 14px;
    margin-left: 20px;
    color: #7c8a97
}

.blog-details-section .peoples-comment .comment-item .hero-content .hero-name .bookmark-btn:hover {
    color: #ec3323
}

.blog-details-section .peoples-comment .comment-item .hero-content .hero-name .bookmark-btn.active {
    color: #ec3323
}

.blog-details-section .peoples-comment .comment-item .hero-content .post-date {
    width: 100%;
    word-spacing: 3px;
    letter-spacing: 2px;
    color: #ec3323;
    font-weight: 600;
    text-transform: uppercase
}

.faq-section {
}

.faq-section .faq-accordion .card {
    position: relative;
    border-radius: 0;
    margin-bottom: 20px;
    border: 1px solid #e0deff;
    background-color: #fff
}

.faq-section .faq-accordion .card:last-child {
    margin-bottom: 0
}

.faq-section .faq-accordion .card .card-header {
    margin: 0;
    padding: 0;
    border: none;
    background-color: #fff
}

.faq-section .faq-accordion .card .card-header .item-title .btn.btn-link {
    width: 100%;
    padding: 30px;
    display: block;
    font-size: 18px;
    text-align: left;
    position: relative;
    padding-left: 110px;
    color: #001238;
    font-weight: 600
}

.faq-section .faq-accordion .card .card-header .item-title .btn.btn-link:before {
    top: 50%;
    left: 40px;
    content: '\f06e';
    font-weight: 300;
    position: absolute;
    color: #ec3323;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-family: 'font awesome 5 pro'
}

.faq-section .faq-accordion .card .card-header .item-title .btn.btn-link:not(.collapsed):before {
    font-weight: 900
}

.faq-section .faq-accordion .card .card-body {
    padding: 40px;
    padding-top: 0
}

.faq-section .sidebar-section .widget_calculator .form-item input {
    padding-left: 55px
}

.faq-section .sidebar-section .widget_calculator .form-item .form-item-btn {
    left: 30px
}

.contact-section .info-item {
    padding: 60px 70px;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 16px 0 rgba(221,226,255,.3);
    box-shadow: 0 8px 16px 0 rgba(221,226,255,.3)
}

.contact-section .info-item .item-icon {
    width: 100px;
    height: 100px;
    display: table;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 100px;
    border-radius: 100%;
    margin: 0 auto 40px;
    -webkit-box-shadow: 0 8px 16px 0 rgba(236,51,35,.2);
    box-shadow: 0 8px 16px 0 rgba(236,51,35,.2)
}

.contact-section .info-item .item-title {
    font-size: 30px;
    margin-bottom: 30px
}

.contact-section .info-item .info-list>ul>li {
    margin-bottom: 5px
}

.contact-section .info-item .info-list>ul>li:last-child {
    margin-bottom: 0
}

.contact-section .google-map {
    width: 100%;
    height: 700px;
    margin-top: 90px
}

.contact-section .google-map>div+div {
    display: none
}

.contact-section .contact-form .form-item input,.contact-section .contact-form .form-item textarea,.contact-section .contact-form .form-textarea input,.contact-section .contact-form .form-textarea textarea {
    border: 2px solid #f0f0ff
}

.contact-section .contact-form .form-item input:focus,.contact-section .contact-form .form-item textarea:focus,.contact-section .contact-form .form-textarea input:focus,.contact-section .contact-form .form-textarea textarea:focus {
    border-color: #ec3323
}

.contact-section .contact-form .form-textarea {
    margin-bottom: 50px
}

.error-section {
    width: 100%;
    height: 100vh;
    position: relative;
    background-color: #1e88e5
}

.error-section .home-btn {
    top: 40px;
    left: 40px;
    width: 50px;
    z-index: 999;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    background-color: rgba(0,0,0,.1)
}

.error-section .error-content {
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    display: table;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.error-section .error-content .error-image {
    width: 880px;
    margin: 0 auto 50px
}

.error-section .error-content .title-text {
    font-size: 60px;
    color: #fff;
    margin-bottom: 0
}

.error-section .error-content .search-form {
    width: 600px;
    display: table;
    position: relative;
    margin: 70px auto 0
}

.error-section .error-content .search-form input {
    width: 100%;
    height: 70px;
    padding: 0 40px;
    border-radius: 45px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border: 2px solid rgba(255,255,255,.8)
}

.error-section .error-content .search-form input:focus {
    outline: none
}

.error-section .error-content .search-form .submit-btn {
    top: 50%;
    right: 5px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width: 1440px) {
    .header-section .default-header .container-fluid {
        width:100%
    }

    .header-section .default-header .header-bottom .main-menubar>ul>li {
        padding: 13px 18px
    }

    .header-section .default-header .header-bottom .btns-group>ul>li {
        margin-right: 20px
    }

    .menu-item-has-child:after {
        right: 0
    }

    .slider-section .main-slider-1 .item .slider-image {
        width: 450px
    }

    .slider-section .main-slider-1 .item .slider-content {
        padding-top: 30px
    }

    .banner-section .banner-2 .banner-content p {
        width: 600px
    }

    .banner-section .banner-2 {
        padding: 190px 0
    }

    .property-section .owl-theme .owl-nav {
        /*top: -50px;
        right: 0px*/
    }

    .banner-section .overlay-blue {
        padding: 120px 0
    }

    .banner-section .banner-content .sub-title {
        font-size: 30px;
        margin-bottom: 20px
    }

    .banner-section .banner-content .title-text {
        font-size: 90px
    }

    .category-section .category-item-list>ul>li .category-item {
        padding: 100px 50px
    }

    .category-section .category-item-list>ul>li .category-item .item-title {
        font-size: 54px;
        line-height: 70px;
        margin-bottom: 30px
    }

    .error-section .error-content .error-image {
        width: 580px;
        margin: 0 auto 40px
    }

    .error-section .error-content .title-text {
        font-size: 48px
    }

    .error-section .error-content .search-form {
        width: 560px;
        margin: 40px auto 0
    }
}

@media screen and (max-width: 1300px) {
    .custom-btn {
        height:50px;
        font-size: 14px;
        line-height: 52px;
        padding: 0 40px
    }

    .custom-btn-bordered {
        height: 50px;
        font-size: 12px;
        line-height: 50px;
        padding: 0 40px;
        border: 2px solid #e0deff
    }

    .backtotop {
        bottom: 30px
    }

    .header-section .default-header .header-bottom .main-menubar>ul>li>a {
        font-size: 12px;
        padding-bottom: 5px
    }

    .header-section .default-header .header-bottom .main-menubar>ul>li {
        padding: 17px 18px
    }

    .menu-item-has-child:after {
        top: 14px;
        right: 0px
    }

    .header-section .default-header .header-bottom .btns-group>ul {
        margin: 0
    }

    .breadcrumb-section .default-breadcrumb .overlay {
        padding: 120px 0
    }

    .breadcrumb-section .default-breadcrumb .breadcrumb-content .breadcrumb-title {
        font-size: 90px;
        line-height: 90px
    }

    .error-section .error-content .search-form input {
        height: 60px;
        padding: 0 30px
    }

    .slider-section .main-slider-1 .item .slider-image {
        width: 430px
    }

    .slider-section .main-slider-1 .item .slider-content .section-title .big-title {
        font-size: 62px
    }

    .slider-section .main-slider-1 .item .slider-content .btns-group>ul>li .video-btn {
        width: 50px;
        height: 50px;
        font-size: 18px;
        line-height: 50px
    }

    .slider-section .main-slider-1 .item .slider-content {
        padding-top: 40px
    }

    .slider-section .main-slider-2 .item .slider-content .section-title .small-title {
        font-size: 20px
    }

    .calltoaction-section .calltoaction-one .person-image {
        -webkit-transform: translateY(36px);
        -ms-transform: translateY(36px);
        transform: translateY(36px)
    }

    .banner-section .banner-content .form-group>ul>li .form-item input {
        height: 50px
    }

    .banner-section .banner-content .form-group>ul>li .form-item.type-select-form .nice-select {
        height: 50px;
        line-height: 50px
    }

    .category-section .category-item-list>ul>li .category-item {
        padding: 100px 60px
    }

    .category-section .category-item-list>ul>li .category-item .item-title {
        font-size: 48px;
        line-height: 60px;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 1199px) {
    .custom-btn {
        height:50px;
        line-height: 52px;
        padding: 0 30px
    }

    .custom-btn-bordered {
        height: 50px;
        line-height: 50px;
        padding: 0 30px
    }

    .section-title .big-title {
        font-size: 42px
    }

    .post-meta>ul>li {
        margin-right: 25px
    }

    .backtotop {
        bottom: 20px
    }

    .header-section .default-header .header-top .social-media .nice-select {
        margin-right: 30px;
        margin-left: -30px
    }

    .header-section .default-header .header-bottom .main-menubar>ul>li>a {
        font-size: 10px;
        padding-bottom: 5px
    }

    .header-section .default-header .header-bottom .main-menubar>ul>li {
        padding: 17px 13px
    }

    .menu-item-has-child:after {
        top: 14px;
        right: 0;
        font-size: 10px
    }

    .header-section .default-header .header-bottom .btns-group>ul>li {
        margin-right: 10px
    }

    .footer-section .default-footer .footer-content .about-content .hot-line {
        padding: 20px
    }

    .footer-section .default-footer .footer-content .about-content .hot-line .item-content .contact-number {
        font-size: 16px
    }

    .sidebar-section .widget {
        padding: 30px
    }

    .sidebar-section .widget_recent_entries>ul>li .post-image {
        float: none;
        margin-right: 0;
        margin-bottom: 15px
    }

    .sidebar-section .widget_recent_entries>ul>li .post-content .post-title .title-link {
        font-size: 18px
    }

    .sidebar-section .widget_recent_entries>ul>li .post-content {
        width: 100%;
        display: table
    }

    .breadcrumb-section .default-breadcrumb .breadcrumb-content .breadcrumb-title {
        line-height: 1;
        font-size: 90px
    }

    .breadcrumb-section .secondary-breadcrumb .breadcrumb-content .breadcrumb-title {
        line-height: 1;
        font-size: 80px
    }

    .about-section .about-image {
        padding-right: 0;
        padding-left: 40px;
        padding-bottom: 30px
    }

    .about-section .about-image .decoration-image {
        bottom: 0;
        left: -40px;
        width: 400px
    }

    .feature-section .feature-grid-item {
        padding: 40px
    }

    .feature-section .feature-grid-item .feature-title .title-link {
        font-size: 20px;
        line-height: 30px
    }

    .counter-section .secondary-counter .counter-item .item-title {
        font-size: 14px
    }

    .testimonial-section .testimonial-carousel .item:before {
        width: 90%
    }

    .testimonial-section .testimonial-carousel .item:after {
        width: 80%
    }

    .testimonial-section .testimonial-carousel .owl-item.active.center .item:before {
        top: 30px
    }

    .testimonial-section .testimonial-carousel .owl-item.active.center .item:after {
        top: 50px
    }

    .team-section .team-member-bordered {
        padding: 30px 15px
    }

    .team-details-section .member-content .member-title {
        margin-bottom: 20px
    }

    .team-details-section .member-content .member-name {
        font-size: 46px;
        margin-bottom: 30px
    }

    .skill-section .skill-item {
        width: 100%
    }

    .blog-section .image-blog-item {
        width: 100%
    }

    .blog-section .text-blog-item .blog-title .title-link {
        font-size: 20px
    }

    .service-section .service-grid-item-1 .service-title {
        font-size: 20px;
        margin-bottom: 20px
    }

    .service-section .service-grid-item-1 {
        margin-top: 70px;
        padding-right: 0
    }

    .category-section .category-item-list>ul>li .category-item {
        padding: 100px 50px
    }

    .category-section .category-item-list>ul>li .category-item .item-title {
        font-size: 42px;
        line-height: 60px;
        margin-bottom: 30px
    }

    .service-section .service-grid-item-2 {
        padding: 50px 30px
    }

    .service-section .service-grid-item-2 .service-title {
        margin-bottom: 20px
    }

    .service-section .service-grid-item-2 .service-title .title-link {
        font-size: 18px
    }

    .property-section .sidebar-section .widget_find_place .bed-and-baths>ul>li {
        width: 100%;
        margin-right: 0
    }

    .property-section .property-grid-item .property-content .item-title .title-link,.property-section .property-list-item .property-content .item-title .title-link {
        font-size: 24px;
        line-height: 30px
    }

    .property-section .property-grid-item .property-content .item-title,.property-section .property-list-item .property-content .item-title {
        margin-bottom: 20px;
        padding-bottom: 20px
    }

    .property-section .property-list-item .property-content {
        padding: 25px
    }

    .property-details-section .sidebar-section .widget_contact_agent .agent-info .info-content .agent-name {
        font-size: 16px;
        margin-bottom: 0
    }

    .property-section .property-grid-item .property-content .post-meta>ul>li,.property-section .property-list-item .property-content .post-meta>ul>li {
        margin-right: 20px
    }
/*
    .property-section .owl-theme .owl-nav {
        top: -120px;
        right: 15px;
        position: absolute
    }
*/
    .agent-details-section .agent-details-content .bg-default-red .agent-info .social-links>ul>li {
        margin-right: 10px
    }

    .contact-section .google-map {
        height: 500px
    }

    .contact-section .info-item {
        padding: 60px 40px
    }

    .error-section .error-content .error-image {
        width: 60%
    }

    .slider-section .main-slider-1 .item .slider-image {
        width: 380px
    }

    .slider-section .main-slider-1 .item .slider-content .section-title .big-title {
        font-size: 54px
    }

    .service-section .service-grid-item-3 .service-content {
        width: 100%;
        display: table;
        padding-left: 0
    }

    .service-section .service-grid-item-3 .service-icon {
        float: none;
        display: table;
        margin-bottom: 30px
    }

    .feature-section .counter-container>ul {
        width: 100%;
        margin-top: 60px
    }

    .directions-section .direction-items-list>ul>li {
        padding: 15px;
        width: 33.333%;
        margin-right: 0
    }

    .directions-section .google-map {
        height: 500px
    }

    .calltoaction-section .calltoaction-one .person-image {
        -webkit-transform: translateY(46px);
        -ms-transform: translateY(46px);
        transform: translateY(46px)
    }

    .blog-section .blog-image-grid-item .blog-content {
        padding: 30px
    }

    .blog-section .blog-image-grid-item .blog-content .post-date:before {
        display: none
    }

    .blog-section .blog-image-grid-item .blog-content .blog-title .title-link {
        font-size: 20px
    }

    .footer-section .footer-one .footer-bottom .social-media>ul>li {
        margin-right: 10px
    }

    .banner-section .banner-2 .banner-content .section-title .big-title {
        font-size: 80px
    }

    .calltoaction-section .calltoaction-two .contact-info ul>li .item-content>p {
        font-size: 16px
    }

    .team-section .team-member-item .member-info {
        width: 100%;
        padding: 40px;
        margin: 0 auto;
        margin-top: 0
    }

    .testimonial-section .testimonial-carousel-2 .item .quote-text {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px
    }

    .testimonial-section .testimonial-carousel-2 .item>p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 30px
    }

    .home-page-3 .about-section .about-content .section-title .big-title {
        font-size: 44px
    }

    .blog-section .blog-grid-item .blog-content .item-title .title-link {
        font-size: 20px;
        line-height: 30px
    }

    .blog-details-section .item-decoration {
        padding: 30px
    }

    .blog-details-section .details-content .blog-title {
        font-size: 28px;
        line-height: 44px
    }

    .blog-details-section .other-posts-filter .other-post .post-link .post-title {
        font-size: 16px
    }
}

@media screen and (max-width: 991px) {

    .sec-ptb-120 {
        padding: 80px 0
    }

    .property-general-data h1{
        justify-content: center !important;
    }

    .section-title {
        text-align: center
    }

    .header-section .default-header .header-top {
        display: none
    }

    .header-section .default-header .header-bottom .btns-group,.header-section .default-header .header-bottom .main-menubar {
        display: none
    }

    .header-section .default-header .header-bottom .brand-logo .mobile-menu-btn {
        display: inline-block
    }

    .footer-section .default-footer .our-clients {
        padding: 60px 0
    }

    .footer-section .default-footer .footer-content .useful-links,.footer-section .default-footer .footer-content .about-content {
        margin-bottom: 60px
    }

    .footer-section .default-footer .footer-content .our-services {
        margin-left: 0
    }

    .breadcrumb-section .default-breadcrumb .breadcrumb-content {
        text-align: center
    }

    .breadcrumb-section .default-breadcrumb .breadcrumb-content .breadcrumb-title {
        font-size: 66px
    }

    .breadcrumb-section .default-breadcrumb .breadcrumb-nav>ul {
        float: none;
        display: table;
        margin: 0 auto
    }

    .breadcrumb-section .default-breadcrumb .breadcrumb-nav {
        padding: 0;
        margin-top: 30px
    }

    .breadcrumb-section .secondary-breadcrumb .breadcrumb-content .breadcrumb-title {
        line-height: 1;
        font-size: 70px
    }

    .about-section .about-image {
        margin-bottom: 60px
    }

    .about-section .about-content .section-title {
        margin-bottom: 30px
    }

    .about-section .about-image .decoration-image {
        left: 0;
        bottom: 0;
        width: 300px
    }

    .about-section .about-content {
        text-align: center
    }

    .about-section .about-content .section-title .big-title:before {
        display: none
    }

    .feature-section .feature-grid-item {
        display: table;
        max-width: 370px;
        margin: 30px auto 0
    }

    .counter-section .default-counter .counter-items-container>ul>li .counter-item .counter-text {
        line-height: 1;
        font-size: 36px;
        margin-bottom: 20px
    }

    .counter-section .default-counter .counter-items-container>ul>li .counter-item .item-title {
        font-size: 16px
    }

    .team-section .team-member-item {
        display: table;
        max-width: 370px;
        margin: 0 auto 30px
    }

    .team-section .hire-btn {
        margin-top: 30px
    }

    .counter-section .secondary-counter .counter-item {
        margin-top: 30px
    }

    .approach-section .approach-content .section-title {
        margin-bottom: 40px
    }

    .approach-section .approach-content {
        text-align: center;
        margin-bottom: 60px
    }

    .approach-section .approach-content .section-title .big-title:before {
        display: none
    }

    .testimonial-section .owl-theme .owl-nav {
        margin-top: 60px;
        position: static
    }

    .testimonial-section .testimonial-carousel .owl-item.active.center .item:before {
        top: 70px
    }

    .testimonial-section .testimonial-carousel .owl-item.active.center .item:after {
        top: 85px
    }

    .team-section .team-member-bordered {
        padding: 40px 15px
    }

    .team-details-section .member-image {
        margin-bottom: 30px
    }

    .team-details-section .member-content {
        padding-left: 0;
        text-align: center
    }

    .team-details-section .member-content .contact-info {
        text-align: left
    }

    .calltoaction-section .default-calltoaction .quote-btn-area {
        padding: 0;
        margin-top: 60px;
        text-align: center!important
    }

    .category-section .category-item-list>ul>li .category-item .item-icon {
        font-size: 54px;
        margin: 0 auto 30px
    }

    .category-section .category-item-list>ul>li .category-item .sub-title {
        margin-bottom: 20px
    }

    .category-section .category-item-list>ul>li .category-item .item-title {
        font-size: 24px;
        line-height: 36px
    }

    .category-section .category-item-list>ul>li .category-item {
        padding: 50px 30px
    }

    .property-details-section .property-title .info-list>ul {
        float: none;
        margin: 0 auto
    }

    .property-details-section .property-title .info-list {
        padding-top: 40px
    }

    .property-details-section .property-title {
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #e0deff
    }

    .property-details-section .section-title .post-meta>ul {
        float: none;
        display: table;
        margin: 0 auto
    }

    .property-section .owl-theme .owl-nav {
        margin-top: 60px;
        position: static
    }

    .agent-details-section .agent-details-content .agent-info .social-links {
        position: static;
        margin-top: 30px
    }

    .agent-details-section .agent-details-content .agent-info .social-links>ul {
        display: table;
        margin: 0 auto
    }

    .agent-details-section .agent-details-content .agent-info {
        margin-top: 40px;
        text-align: center
    }

    .agent-details-section .agent-details-content .agent-info .contact-info {
        text-align: left;
        padding-left: 50px
    }

    .agent-details-section .agent-details-content .agent-info .contact-info>ul>li {
        margin-bottom: 10px
    }

    .agent-details-section .agent-details-content .agent-info .contact-info>ul {
        margin-bottom: 10px
    }

    .agent-details-section .agent-details-content .agent-info .contact-info>ul:last-child {
        margin-bottom: 0
    }

    .agent-details-page .property-section .owl-theme .owl-nav {
        margin-top: 60px;
        position: static
    }

    .contact-section .info-item {
        display: table;
        max-width: 370px;
        padding: 60px 50px;
        margin: 0 auto 30px
    }

    .contact-section .google-map {
        margin-top: 30px
    }

    .home-page-1 {
        padding-top: 83px
    }

    .slider-section .main-slider-1 .item .slider-image {
        display: none
    }

    .slider-section .main-slider-1 .item .mobile-view-image.d-none {
        display: block!important
    }

    .slider-section .main-slider-1 .item .slider-content {
        opacity: 1;
        padding: 0;
        margin-top: 40px;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset
    }

    .slider-section .main-slider-1 .item .slider-content .section-title .big-title {
        font-size: 54px
    }

    .home-page-1 .slider-section .owl-theme .owl-dots {
        top: 14%;
        right: 15px;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset
    }

    .slider-section .main-slider-1 .item .slider-content .btns-group>ul>li .video-btn {
        width: 50px;
        height: 50px;
        font-size: 18px;
        line-height: 50px
    }

    .slider-section .main-slider-1 .item .slider-content .btns-group>ul {
        display: table;
        margin: 0 auto
    }

    .approach-section .approach-image.grid .grid-item {
        width: 50%;
        height: auto
    }

    .approach-section .approach-image.grid .grid-item .image-container>img {
        width: 100%;
        display: block
    }

    .home-page-1 .approach-section .approach-content {
        margin-top: 60px;
        text-align: center;
        margin-bottom: 0
    }

    .service-section .service-grid-item-3 {
        margin-top: 70px;
        padding: 0 30px;
        text-align: center
    }

    .service-section .service-grid-item-3 .service-icon {
        margin: 0 auto 30px
    }

    .feature-section .feature-big-item-1 .feature-content .section-title,.feature-section .feature-big-item-1 .feature-content .section-title {
        text-align: left!important
    }

    .feature-section .feature-big-item-1 .feature-content {
        margin-top: 40px
    }

    .feature-section .counter-container>ul>li {
        width: 50%;
        padding: 75px 30px
    }

    .feature-section .counter-container>ul>li:before {
        display: none
    }

    .feature-section .feature-big-item-1 .feature-content .info-list>ul>li {
        width: 50%;
        text-align: left;
        margin-right: 0;
        margin-bottom: 10px
    }

    .planning-section .tab-content .tab-pane .planning-content {
        margin-top: 60px
    }

    .planning-section .planning-tabs-nav>ul>li>a {
        padding: 0 20px;
        line-height: 50px
    }

    .planning-section .planning-tabs-nav>ul>li {
        height: 50px
    }

    .availability-section .section-title .custom-btn {
        position: static;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        margin-top: 60px
    }

    .availability-section .availability-table {
        overflow-x: scroll
    }

    .availability-section .availability-table table {
        width: 830px
    }

    .directions-section .section-title .custom-btn {
        position: static;
        margin-top: 40px
    }

    .blog-section .blog-image-grid-item {
        max-width: 370px;
        display: table;
        margin: 30px auto 0
    }

    .footer-section .footer-one .brand-logo {
        text-align: center;
        margin-bottom: 40px
    }

    .footer-section .footer-one .footer-menu>ul {
        float: none;
        display: table;
        margin: 0 auto
    }

    .footer-section .footer-one .footer-bottom .social-media>ul {
        margin: 0 auto 40px
    }

    .footer-section .footer-one .footer-bottom .copyright-text {
        text-align: center;
        margin-bottom: 30px
    }

    .footer-section .footer-one .footer-bottom .footer-newsletter {
        text-align: center
    }

    .banner-section .banner-2 .banner-content p {
        width: 100%
    }

    .banner-section .banner-2 .banner-content .section-title {
        text-align: left
    }

    .banner-section .banner-2 .banner-content .section-title .big-title {
        font-size: 70px
    }

    .calltoaction-section .calltoaction-two .agent-content {
        margin-top: 60px
    }

    .home-page-2 .property-section .section-title .custom-btn {
        position: static;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        margin-top: 30px
    }

    .banner-section .overlay-blue {
        padding: 100px 0
    }

    .banner-section .banner-content .title-text {
        font-size: 72px
    }

    .banner-section .banner-content .form-group>ul>li {
        margin-right: 10px
    }

    .banner-section .banner-content .form-group>ul>li:last-child {
        margin-right: 0!important
    }

    .banner-section .banner-content .form-group>ul>li .custom-btn {
        margin: 0
    }

    .home-page-3 .about-section .about-content .admin-info {
        text-align: left
    }

    .home-page-3 .about-section .about-content {
        text-align: left
    }

    .home-page-3 .about-section .about-content .section-title .big-title {
        font-size: 30px
    }

    .blog-section .text-blog-item {
        margin: 15px 0
    }

    .blog-details-section .details-content .blog-title {
        font-size: 24px;
        line-height: 36px
    }
}

@media screen and (max-width: 768px) {

    #sidbarFilters {
        display:none;
        position: absolute;
        z-index: 99;
        top:38px;
        background: #f8fbff;
        padding: 20px 30px;
        box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    }

}

@media screen and (min-width: 768px) {

    #sidbarFilters {
        display:block !important;
    }

}

@media screen and (max-width: 580px) {

    .sec-ptb-120 {
        padding: 60px 0
    }

    .mb-70 {
        margin-bottom: 40px
    }

    .section-title .big-title {
        font-size: 30px
    }

    .section-title .small-title {
        margin-bottom: 10px
    }

    .social-links>ul>li {
        width: 45px;
        height: 45px;
        margin-right: 15px
    }

    .social-links>ul>li>a {
        font-size: 14px;
        line-height: 46px
    }

    .form-item .form-item-btn {
        left: 20px;
        font-size: 14px
    }

    .form-item input {
        padding-left: 50px
    }

    .form-item .nice-select {
        padding-left: 50px
    }

    .pagination-list>ul>li {
        width: 50px;
        height: 50px;
        margin-right: 10px
    }

    .pagination-list>ul>li>a {
        font-size: 14px;
        line-height: 54px
    }

    .post-meta>ul>li {
        font-size: 14px
    }

    .post-meta>ul>li i {
        font-size: 12px;
        margin-right: 5px
    }

    .backtotop {
        width: 40px;
        height: 40px;
        bottom: 40px
    }

    .backtotop .scroll {
        font-size: 18px;
        line-height: 42px
    }

    .header-section .header-bottom .brand-logo .brand-link {
        max-width: 120px
    }

    .header-section .default-header .header-bottom {
        padding: 20px 0
    }

    .header-section .default-header .header-bottom .brand-logo .mobile-menu-btn {
        width: 40px;
        height: 40px;
        font-size: 18px
    }

    .sidebar-menu-wrapper .sidebar-menu {
        right: -350px;
        min-width: 330px;
        max-width: 330px;
        padding: 40px 30px
    }

    .sidebar-menu-wrapper .sidebar-menu .menu-list {
        margin: 0 -30px
    }

    .sidebar-menu-wrapper .sidebar-menu .menu-list>li>a {
        padding: 15px 30px
    }

    .sidebar-menu-wrapper .sidebar-menu .menu-list>.menu-item-has-child>a:before {
        right: 30px
    }

    .sidebar-menu-wrapper .sidebar-menu .menu-list>.menu-item-has-child>.sub-menu>li>a {
        padding: 15px 0;
        padding-left: 50px
    }

    .footer-section .default-footer .our-clients {
        /*padding: 30px 0*/
    }

    .footer-section .default-footer .our-clients>ul>li {
        width: 33.333%
    }

    .footer-section .default-footer .footer-content .our-services {
        margin-bottom: 60px
    }

    .footer-section .default-footer .footer-content .useful-links {
        padding: 0
    }

    .footer-section .default-footer .footer-content {
        padding: 50px 0
    }

    .breadcrumb-section .default-breadcrumb .overlay {
        padding: 80px 0
    }

    .breadcrumb-section .default-breadcrumb .breadcrumb-content .breadcrumb-title {
        line-height: 1;
        font-size: 40px
    }

    .breadcrumb-section .default-breadcrumb .breadcrumb-nav {
        margin-top: 20px
    }

    .breadcrumb-section .secondary-breadcrumb .breadcrumb-content .breadcrumb-title {
        line-height: 1;
        font-size: 42px
    }

    .breadcrumb-section .secondary-breadcrumb .breadcrumb-nav {
        left: 0;
        bottom: 0;
        margin-top: 30px;
        position: static;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset
    }

    .breadcrumb-section .secondary-breadcrumb .breadcrumb-nav>ul>li,.breadcrumb-section .secondary-breadcrumb .breadcrumb-nav>ul>li>a {
        font-size: 14px
    }

    .breadcrumb-section .secondary-breadcrumb .breadcrumb-nav>ul {
        padding: 5px 20px
    }

    .breadcrumb-section .secondary-breadcrumb .overlay {
        padding: 80px 0
    }

    .sidebar-section .widget {
        padding: 20px
    }

    .about-section .about-image .decoration-image {
        width: 280px
    }

    .about-section .about-image {
        padding-left: 30px;
        margin-bottom: 30px;
        padding-bottom: 30px
    }

    .about-section .about-content>p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 40px
    }

    .about-section .about-content .section-title {
        margin-bottom: 30px
    }

    .feature-section .feature-grid-item {
        max-width: 100%;
        height: auto !important;
    }

    .feature-section .feature-grid-item {
        padding: 30px;
        margin-top: 30px
    }

    .counter-section .default-counter .counter-items-container>ul>li {
        width: 50%;
        margin-bottom: 30px
    }

    .counter-section .default-counter .counter-items-container>ul>li:nth-child(3),.counter-section .default-counter .counter-items-container>ul>li:nth-child(4) {
        margin-bottom: 0
    }

    .counter-section .default-counter .counter-items-container>ul>li {
        width: 50%
    }

    .counter-section .default-counter .counter-items-container>ul>li .counter-item .counter-text {
        font-size: 38px;
        margin-bottom: 15px
    }

    .team-section .team-member-item {
        max-width: 100%;
        margin: 0 auto 30px
    }

    .team-section .team-member-item .member-info {
        width: 100%;
        padding: 30px;
        margin-top: 0
    }

    .team-section .team-member-item .image-container .plus-effect:after,.team-section .team-member-item .image-container .plus-effect:before {
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }

    .approach-section .approach-content .section-title {
        margin-bottom: 30px
    }

    .approach-section .approach-content .our-goal .item-title {
        font-size: 20px;
        margin-bottom: 10px
    }

    .approach-section .approach-content .our-goal {
        margin-bottom: 20px
    }

    .approach-section .approach-content {
        font-size: 16px;
        line-height: 26px;
        padding-right: 0;
        margin-bottom: 30px
    }

    .approach-section .approach-image.grid .grid-item,.approach-section .approach-image.grid .grid-sizer {
        width: 100%
    }

    .approach-section .approach-image.grid .grid-item:nth-child(2) {
        margin-top: 0
    }

    .approach-section .approach-image.grid .grid-item .image-container img {
        width: 100%
    }

    .testimonial-section .testimonial-carousel .item {
        padding: 50px 30px
    }

    .team-details-section .member-content .member-name {
        font-size: 30px;
        margin-bottom: 20px
    }

    .team-details-section .member-content>p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 30px
    }

    .team-details-section .member-content .contact-info>ul>li {
        font-size: 14px;
        margin-bottom: 15px
    }

    .team-details-section .member-content .contact-info>ul>li:last-child {
        margin-bottom: 0
    }

    .team-details-section .member-content .contact-info>ul>li>i {
        font-size: 16px;
        margin-right: 15px
    }

    .blog-section .image-blog-item .blog-content {
        padding: 30px 20px
    }

    .blog-section .image-blog-item .blog-content .blog-title .title-link {
        font-size: 18px;
        line-height: 28px
    }

    .blog-section .image-blog-item .blog-content .post-meta {
        margin-bottom: 20px
    }

    .blog-section .text-blog-item {
        padding: 30px 20px
    }

    .blog-section .text-blog-item .blog-title .title-link {
        font-size: 18px;
        line-height: 28px
    }

    .service-section .service-grid-item-1 {
        text-align: center;
        padding: 0 30px
    }

    .category-section .category-item-list>ul>li {
        width: 100%
    }

    .property-section .filter-bar .result-text {
        padding: 0;
        font-size: 24px;
        text-align: center;
        margin-bottom: 30px
    }

    .property-section .filter-bar .layout-btns-group>ul {
        float: none;
        display: table;
        margin: 0 auto
    }

    .property-section .property-list-item .property-image {
        float: none;
        width: 100%;
        display: block
    }

    .property-details-section .property-title {
        margin-bottom: 30px;
        padding-bottom: 30px
    }

    .property-details-section .core-details>ul {
        float: none;
        width: 100%;
        display: table;
        margin-bottom: 30px
    }

    .property-details-section .core-details>ul:last-child {
        margin-bottom: 0
    }

    .property-details-section .core-details>ul>li {
        margin-bottom: 10px
    }

    .property-details-section .core-details>ul>li:last-child {
        margin-bottom: 0
    }

    .property-details-section .more-features ul {
        float: none;
        width: 100%;
        display: table;
        margin-bottom: 30px
    }

    .property-details-section .more-features ul:last-child {
        margin-bottom: 0
    }

    .property-details-section .nearby-property>ul>li .item-image {
        float: none;
        width: 100%;
        margin-right: 0
    }

    .property-details-section .nearby-property>ul>li .item-content {
        width: 100%;
        display: table
    }

    .property-details-section .nearby-property>ul>li .item-content .item-title {
        margin-bottom: 5px
    }

    .property-details-section .nearby-property>ul>li .rating-star {
        position: static;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset
    }

    .property-details-section .nearby-property>ul>li {
        position: relative;
        padding-right: 0;
    }

    .property-details-section .review-item .reply-btn {
        position: static;
        margin-top: 20px
    }

    .property-details-section .review-item .reviewer-info .reviewer-info-content .reviewer-name {
        float: none;
        width: 100%;
        display: block;
        margin-right: 0
    }

    .property-section .property-grid-item {
        max-width: 100%
    }

    .agent-details-section .agent-details-content .agent-info .contact-info {
        padding-left: 0
    }

    .agent-details-section .agent-details-content .agent-info .agent-name {
        font-size: 30px;
        margin-bottom: 20px
    }

    .agent-details-section .agent-details-content .agent-info .agent-title {
        font-size: 14px;
        margin-bottom: 10px
    }

    .agent-details-section .agent-details-content .agent-info p {
        font-size: 14px;
        margin-bottom: 20px
    }

    .faq-section .faq-accordion .card .card-header .item-title .btn.btn-link {
        padding: 20px;
        font-size: 14px;
        overflow-x: scroll
    }

    .faq-section .faq-accordion .card .card-header .item-title .btn.btn-link:before {
        display: none
    }

    .faq-section .faq-accordion .card .card-body {
        padding: 20px
    }

    .contact-section .info-item {
        width: 100%;
        max-width: 100%;
        padding: 60px 30px
    }

    .contact-section .info-item .item-icon {
        width: 80px;
        height: 80px;
        font-size: 24px;
        line-height: 80px;
        margin: 0 auto 30px
    }

    .contact-section .info-item .item-title {
        font-size: 24px;
        margin-bottom: 20px
    }

    .contact-section .google-map {
        height: 300px
    }

    .error-section .error-content .title-text {
        font-size: 30px
    }

    .error-section .error-content .error-image {
        width: 95%;
        margin: 0 auto 20px
    }

    .error-section .error-content .search-form {
        width: 95%
    }

    .error-section .error-content .search-form .submit-btn {
        padding: 0 20px
    }

    .error-section .home-btn {
        top: 30px;
        left: 30px;
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 40px
    }

    .slider-section .main-slider-1 .item {
        padding: 80px 0
    }

    .section-title .small-title {
        font-size: 18px
    }

    .slider-section .main-slider-1 .item .slider-content .section-title .big-title {
        font-size: 36px
    }

    .slider-section .main-slider-1 .item .slider-content .room-info>ul>li {
        margin-right: 40px;
        text-align: center
    }

    .slider-section .main-slider-1 .item .slider-content .room-info>ul>li .item-icon {
        float: none;
        display: table;
        margin: 0 auto 15px
    }

    .slider-section .main-slider-1 .item .slider-content .room-info>ul>li .item-content {
        width: 100%
    }

    .slider-section .main-slider-1 .item .slider-content .room-info>ul {
        display: table;
        margin: 0 auto
    }

    .service-section .service-grid-item-3 {
        padding: 0
    }

    .feature-section .feature-big-item-1 .feature-content .item-admin .admin-content .admin-name {
        font-size: 22px
    }

    .feature-section .feature-big-item-1 .feature-content .info-list>ul>li {
        width: 100%;
        display: table;
        text-align: left;
        margin-right: 0;
        margin-bottom: 20px
    }

    .feature-section .feature-big-item-1 .feature-content .item-admin {
        width: 100%;
        text-align: left
    }

    .feature-section .counter-container>ul>li .item-icon {
        font-size: 42px;
        margin-bottom: 15px
    }

    .feature-section .counter-container>ul>li .count-text {
        font-size: 30px
    }

    .feature-section .counter-container>ul>li {
        width: 50%;
        padding: 30px 15px
    }

    .planning-section .planning-tabs-nav>ul {
        padding: 0
    }

    .planning-section .planning-tabs-nav>ul>li {
        width: 100%;
        height: 50px
    }

    .directions-section .direction-items-list>ul>li {
        width: 50%
    }

    .directions-section .direction-items-list>ul>li>a .item-icon {
        font-size: 42px;
        margin: 0 auto 15px
    }

    .directions-section .direction-items-list>ul>li>a {
        padding: 0;
        padding-bottom: 15px;
        border-bottom: 2px solid #e5f2ff
    }

    .directions-section .google-map {
        height: 300px
    }

    .availability-section .section-title {
        padding: 50px 30px
    }

    .availability-section .section-title .custom-btn {
        margin-top: 30px
    }

    .blog-section .blog-image-grid-item {
        max-width: 100%
    }

    .calltoaction-section .calltoaction-one {
        border: 3px solid #e0deff;
        padding: 30px 15px
    }

    .calltoaction-section .calltoaction-one .section-title {
        padding: 0;
        margin-top: 30px
    }

    .calltoaction-section .calltoaction-one .section-title .big-title {
        margin-bottom: 30px
    }

    .calltoaction-section .calltoaction-one .section-title .btns-group>ul {
        width: 100%
    }

    .calltoaction-section .calltoaction-one .section-title .btns-group>ul>li {
        width: 100%;
        display: table;
        margin-right: 0;
        text-align: center;
        margin-bottom: 15px
    }

    .calltoaction-section .calltoaction-one .person-image {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px)
    }

    .footer-section .footer-one .footer-bottom .footer-newsletter .form-item .submit-btn {
        width: 100%;
        display: block;
        position: static;
        margin-top: 15px;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset
    }

    .footer-section .footer-one .footer-top .footer-menu {
        padding: 0
    }

    .footer-section .footer-one .footer-top .footer-menu>ul>li {
        margin-right: 15px
    }

    .footer-section .footer-one .footer-top .footer-menu>ul>li:last-child {
        margin-right: 0!important
    }

    .footer-section .footer-one .footer-top .footer-menu>ul>li>a {
        font-size: 12px
    }

    .banner-section .banner-2 .banner-content .section-title .big-title {
        font-size: 48px
    }

    .banner-section .banner-2 .banner-content .section-title .small-title {
        font-size: 20px;
        color: #062a4d
    }

    .banner-section .banner-2 .banner-content .section-title {
        margin-bottom: 20px
    }

    .banner-section .banner-2 .banner-content p {
        color: #000
    }

    .banner-section .banner-2 .banner-content {
        text-align: left
    }

    .banner-section .banner-2 {
        padding: 130px 0;
        padding-top: 170px;
        background-color: rgba(255,255,255,.9)
    }

    .banner-section .banner-2 .banner-content p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 30px
    }

    .home-page-2 .banner-section .parallax-window {
        background-size: cover;
        background-position: 70% 100%!important
    }

    .calltoaction-section .calltoaction-two {
        position: relative;
        padding: 50px 15px;
        border: 2px solid #e0deff
    }

    .calltoaction-section .calltoaction-two .contact-info ul>li .item-icon {
        width: 70px;
        height: 100px;
        font-size: 48px;
        line-height: 100px;
        margin-right: 30px
    }

    .calltoaction-section .calltoaction-two .agent-content .agent-info .agent-image {
        float: none;
        margin: 0;
        margin-bottom: 20px
    }

    .calltoaction-section .calltoaction-two .agent-content .agent-info .agent-name {
        width: 100%;
        display: table
    }

    .testimonial-section .testimonial-carousel-2 .item .quote-text {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .testimonial-section .testimonial-carousel-2 .item>p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 30px
    }

    .home-page-2 .property-section .section-title {
        margin-bottom: 30px
    }

    .property-section .featurd-property-carousel .owl-stage {
        padding-left: 0!important
    }

    .banner-section .overlay-blue {
        padding: 100px 0
    }

    .banner-section .banner-content {
        text-align: center
    }

    .banner-section .banner-content .title-text {
        font-size: 40px;
        margin-bottom: 30px
    }

    .banner-section .banner-content .sub-title {
        font-size: 20px;
        margin-bottom: 20px
    }

    .banner-section .banner-content .form-group {
        padding: 10px;
        border-radius: 10px
    }

    .banner-section .banner-content .form-group>ul {
        width: 100%;
        padding: 15px;
        border-radius: 10px
    }

    .banner-section .banner-content .form-group>ul>li {
        width: 100%;
        display: table;
        margin-right: 0;
        margin-bottom: 20px
    }

    .banner-section .banner-content .form-group>ul>li:last-child {
        margin-bottom: 0
    }

    .banner-section .banner-content .form-group>ul>li .form-item {
        width: 100%;
        display: block
    }

    .banner-section .banner-content .form-group>ul>li .form-item input {
        width: 100%;
        border-radius: 10px;
        background-color: #f8fbff
    }

    .banner-section .banner-content .form-group>ul>li .form-item.type-select-form .nice-select {
        width: 100%;
        border: none;
        padding: 0 20px;
        padding-left: 50px;
        border-radius: 10px;
        background-color: #f8fbff
    }

    .banner-section .banner-content .form-group>ul>li .form-item.type-select-form .form-item-btn {
        left: 25px
    }

    .banner-section .banner-content .form-group>ul>li .custom-btn {
        margin: 0;
        width: 100%;
        display: block;
        border-radius: 10px
    }

    .home-page-3 .about-section .about-content .section-title .big-title {
        font-size: 18px
    }

    .home-page-3 .about-section .about-content .admin-info .admin-content .admin-name {
        font-size: 20px
    }

    .home-page-3 .about-section .about-content .admin-info .admin-image {
        width: 80px;
        height: 80px;
        margin-right: 20px
    }

    .home-page-3 .about-section .about-content .admin-info .admin-content {
        padding: 10px 0
    }

    .footer-section .footer-two .footer-content>p {
        font-size: 14px;
        line-height: 26px;
        margin: 0 auto 40px
    }

    .footer-section .footer-two .footer-content .brand-logo {
        margin-bottom: 30px
    }

    .blog-section .image-blog-item .blog-content .blog-title .title-link {
        font-size: 14px;
        line-height: 24px
    }

    .blog-section .text-blog-item .blog-title .title-link {
        font-size: 14px;
        line-height: 24px
    }

    .blog-section .text-blog-item .post-meta {
        margin-bottom: 15px
    }

    .blog-section .image-blog-item .blog-content .post-meta {
        margin-bottom: 15px
    }

    .blog-details-section .item-decoration {
        padding: 20px
    }

    .blog-details-section .details-content .blog-title {
        font-size: 18px;
        line-height: 28px
    }

    .blog-details-section .details-content .post-meta {
        margin-bottom: 15px
    }

    .blog-details-section .details-content blockquote {
        padding: 0;
        padding-top: 40px
    }

    .blog-details-section .details-content blockquote p {
        font-size: 14px
    }

    .blog-details-section .details-content blockquote p:before {
        top: -40px;
        left: 0;
        font-size: 36px;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset
    }

    .blog-details-section .details-content p.mb-60 {
        margin-bottom: 30px
    }

    .blog-details-section .details-content p.mb-30 {
        margin-bottom: 20px
    }

    .blog-details-section .other-posts-filter .more-btn {
        margin: 20px 0
    }

    .blog-details-section .post-avatar .hero-image {
        width: 100px;
        height: 100px;
        margin-top: -60px;
        margin-bottom: 10px
    }

    .blog-details-section .peoples-comment .comment-item .hero-image {
        float: none;
        display: table
    }

    .blog-details-section .peoples-comment .comment-item .hero-content {
        width: 100%;
        display: table;
        margin-top: 20px;
        padding-left: 0
    }

    .blog-details-section .peoples-comment .comment-item .hero-content .reply-btn {
        position: static;
        margin-top: 20px
    }

    .blog-details-section .details-content .tag-share-links .title-text {
        font-size: 18px;
        margin-bottom: 15px
    }

    .blog-details-section .details-content .tag-share-links .tag-links {
        margin-bottom: 30px
    }

    .blog-details-section .details-content .tag-share-links .social-links {
        text-align: left!important
    }

    .blog-details-section .details-content .tag-share-links .social-links>ul {
        float: none
    }
    .owl-theme .owl-nav .owl-prev {
        transform: translateY(-100%);
        left: 0px;
    }

    .owl-theme .owl-nav .owl-next {
        transform: translateY(-100%);
        right: 0px;
    }
}

@media screen and (max-width: 320px) {
    .rating-star ul li {
        font-size:12px;
        margin-right: 2px
    }

    .rating-star ul li:last-child {
        margin-right: 0
    }

    .section-title .big-title {
        font-size: 28px
    }

    .sidebar-menu-wrapper .sidebar-menu {
        right: -320px;
        min-width: 300px;
        max-width: 300px;
        padding: 40px 30px
    }

    .sidebar-section .widget_recent_entries>ul>li .post-content .post-title .title-link {
        font-size: 12px
    }

    .feature-section .feature-grid-item {
        padding: 50px 30px
    }

    .counter-section .default-counter .counter-items-container>ul>li .counter-item .counter-text {
        font-size: 24px
    }

    .counter-section .default-counter .counter-items-container>ul>li .counter-item .item-title {
        font-size: 12px
    }

    .testimonial-section .testimonial-carousel .item .rating-star .review-text {
        font-size: 14px
    }

    .testimonial-section .testimonial-carousel .item {
        padding: 30px 15px
    }

    .testimonial-section .testimonial-carousel .owl-item.active.center .item:after {
        top: 50px
    }

    .testimonial-section .testimonial-carousel .owl-item.active.center .item:before {
        top: 30px
    }

    .service-section .service-grid-item-1 {
        padding: 0
    }

    .agent-details-section .agent-details-content .agent-info .contact-info>ul>li {
        font-size: 14px
    }

    .agent-details-section .agent-details-content .agent-info .contact-info>ul>li i {
        margin-right: 15px
    }

    .slider-section .main-slider-1 .item .slider-content .section-title .big-title {
        font-size: 30px
    }

    .home-page-1 .approach-section .approach-content>strong,.feature-section .feature-big-item-1 .feature-content>strong {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px
    }

    .banner-section .banner-2 .banner-content .section-title .big-title {
        font-size: 36px
    }

    .banner-section .banner-2 .banner-content .section-title .small-title {
        font-size: 18px
    }

    .calltoaction-section .calltoaction-two .contact-info {
        text-align: center
    }

    .calltoaction-section .calltoaction-two .contact-info ul>li .item-icon {
        float: none;
        width: 70px;
        height: 70px;
        display: table;
        font-size: 36px;
        line-height: 70px;
        border-radius: 100%;
        margin: 0 auto 20px
    }

    .calltoaction-section .calltoaction-two .contact-info ul>li .item-content {
        width: 100%;
        display: table
    }
}
