

@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i");

  @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
 *****************************************
    >>> | 01 Browser Reset & Common CSS|
 *****************************************
*/

body {
    font-family: 'Montserrat', sans-serif;

    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}


ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
textarea:focus{
    outline: none;
}
a:focus,
a:hover,
a:visited,
input,
.bootstrap-select>.dropdown-toggle,
input:hover,
.bootstrap-select>.dropdown-toggle:hover,
input:focus,
.bootstrap-select>.dropdown-toggle:focus,
input:active,
.bootstrap-select>.dropdown-toggle:active,
select {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
}

a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:hover {
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
 
    margin: 0 0 15px;
}


/*
 *****************************************
 >>> |.header Start
 *****************************************
*/

.header-area {
    padding: 5px 0px;
}

.logo {
    padding-top: 8px;
}

a.header-global-btn {
    background: #ff7925;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    min-width: 220px;
    text-align: center;
    padding: 14px 8px;
}

a.header-global-btn:hover {
    background: #313155;
    color: #fff;
}

@media only screen and (min-width: 768px) {

.mainmenu-area ul li {
    display: inline-block;
    position: relative;
}
.mainmenu-area ul li a {
    display: inline-block;
    font-weight: 500;
    color: #313131;
    padding: 0px 20px;
  
}

.mainmenu-area ul li a:hover {
    color: #ff7925;
}

.slicknav_menu {
    display: none;
}

.mainmenu-area {
    text-align: center;
}
ul.drop-menu {
    position:  absolute;
    left: -20px;
    top: 60px;
    width: 200px;
    z-index:  99;
    background:  #fff;
    padding-top: 8px;
    padding-bottom: 20px;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: hidden;
    opacity:  0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-bottom-left-radius:  4px;
    border-bottom-right-radius:  4px;
}

ul.drop-menu li {
    display:  block;
}

ul.drop-menu li a {
    display:  block;
    text-align:  left;
    padding-left:  20px;
}

.mainmenu-area ul li:hover ul.drop-menu, .home2-mainmenu ul li:hover ul.drop-menu {
    top:  40px;
    visibility:  visible;
    opacity:  1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

}

/*home 2 & home 3 drop menu*/
ul.drop-menu.drop-2 {
    background: #ff7925;
}

ul.drop-menu.drop-2 li, ul.drop-menu.drop-3 li {
    display:  block;
}

ul.drop-menu.drop-2 li a, ul.drop-menu.drop-3 li a {
    display:  block;
}
ul.drop-menu.drop-2 li a {
    font-weight: 500;
    padding-bottom: 5px;
}
ul.drop-menu.drop-2 li a:hover{
    color: #fff;
}

ul.drop-menu.drop-2 {
    padding-top:  20px;
}

.home2-mainmenu ul li:hover .drop-menu.drop-2{
    top: 20px;
}
.home2-mainmenu ul.drop-menu.drop-3 li a {
    color: #555;
    padding-bottom: 6px;
}

.home2-mainmenu ul li:hover .drop-menu.drop-3{
    top:50px;
}
ul.drop-menu.drop-3 {
    border: 1px solid #ddd;
}
/*hero area css*/

.hero-area {
    background: url(assets/img/Untitled\ design\ \(1\).jpg)no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.hero-area:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #000;
    opacity: .45;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    z-index: -1;
}

.hero-area {
    padding-top: 80px;
    padding-bottom: 80px;
}

.hero-single-slide h1 {
    color: #ffffff;
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 17px;
}

.hero-single-slide h4 {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 28px;
}

.hero-single-slide a {
    color: #ffffff;
    font-weight: 500;
    margin-left: 32px;
}

.hero-single-slide a.header-global-btn {
    color: #202020;
}

.hero-single-slide a.header-global-btn:hover {
    color: #fff;
}

.hero-schdule {
    background: #ffffff;
    padding: 30px;
    border-radius: 4px;
}

.hero-schdule h3 {
    font-size: 25px;
    color: #313131;
    margin-bottom: 35px;
}

.hero-nice-select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #eaeaea;
    border-radius: 0px;
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
    margin-bottom: 19px;
}

.hero-nice-select ul {
    width: 100%;
}

a.header-global-btn.cta1 {
    margin-top: 14px;
    background: #313155;
    color: #fff;
}

a.header-global-btn.cta1:hover {
    background: #ff7925;
    color: #20202e;
}

.hero-slide {
    padding-top: 70px;
}

.hero-area .owl-nav div {
    position: absolute;
    bottom: -260px;
    font-size: 40px;
    color: #383838;
    z-index: 9;
    -webkit-transition: .4s;
    transition: .4s;
}

.hero-area .owl-nav .owl-next {
    left: 70px;
}

.hero-area .owl-nav:after {
    position: absolute;
    left: -300px;
    bottom: -273px;
    height: 80px;
    width: 519px;
    content: "";
    background: #fff;
    z-index: -1;
}

.hero-area .owl-nav {
    position: relative;
}

.hero-area .owl-nav div:hover {
    color: #ff7925;
}


/*featured area css*/

.featured-area {
    border-bottom: 1px solid #f0f0f0;
}

.section-padding {
    padding: 80px 0px;
}

.featured-single-slide img {
    width: 100%;
}

.featured-left-text h2 {
    font-size: 30px;
    color: #313131;
    margin-bottom: 25px;
}

.featured-left-text p {
    font-weight: 400;
    color: #777777;
}

a.featured-btn {
    padding: 15px 65px;
    color: #202020;
    border: 2px solid #ff7925;
    display: inline-block;
    margin-top: 40px;
    border-radius: 4px;
}

a.featured-btn:hover {
    background: #ff7925 none repeat scroll 0 0;
}

.featured-slide-text {
    padding-top: 30px;
}

.featured-slide-text h4 {
    font-size: 20px;
    color: #313131;
    margin-bottom: 13px;
}

.featured-slide-text p {
    color: #777777;
    font-weight: 300;
    margin-bottom: 10px;
}

.featured-slide-text p i {
    margin-right: 15px;
}

span.featured-price {
    background: #ff7925;
    padding-right: 15px;
    padding-bottom: 1px;
    padding-top: 2px;
}

span.featured-details {
    margin-top: 12px;
    display: inline-block;
    color: #313131;
    margin-bottom: 30px;
}

span.featured-details span {
    padding-right: 26px;
}

span.calender-cta {
    color: #777777;
    font-weight: 300;
}

a.featured-btn-cta {
    padding: 6px 35px;
    border: 2px solid #ff7925;
    float: right;
    border-radius: 4px;
    color: #313131;
}

a.featured-btn-cta:hover {
    color:  #fff;
    background: #ff7925
}

.featured-slide .owl-nav div {
    position: absolute;
    left: -350px;
    font-size: 35px;
    -webkit-transition: .4s;
    transition: .4s;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 87px;
    bottom: 0;
}

.featured-slide .owl-nav .owl-next {
    left: -285px;
}

.featured-slide .owl-nav div:hover {
    color: #facc55;
    background: #fbfbfb;
}


/*service area css*/

.featured-area {
    border-bottom: 1px solid #f0f0f0;
}

.section-title h2 {
    font-size: 30px;
    color: #4b0081;
    margin-bottom: 29px;
    text-transform: capitalize;
}

.section-title p {
    color: #777777;
}

.section-title {
    /* margin-bottom: 80px; */
}

.service-single-item h4 {
    color: #313131;
    font-size: 20px;
    margin-bottom: 22px;
    margin-top: 12px;
    margin-left: -30px;
}

.service-single-item p {
    color: #777777;
    font-size: 15px;
}

/* .service-area {
    border-bottom: 1px solid #f0f0f0;
} */

.featured-slide-text.cta {
    background: #fcfcfc;
}

.featured-slide-text.cta h4,
.featured-slide-text.cta p,
.featured-slide-text.cta .featured-details,
.featured-slide-text.cta .calender-cta {
    padding-left: 20px;
}

.featured-slide-text.cta .featured-price {
    margin-left: 20px;
}

.featured-slide-text.cta a.featured-btn-cta {
    margin-right: 20px;
}

.featured-slide-text.cta hr {
    background: #ebebeb;
    margin-bottom: 22px;
}

.featured-slide-text.cta span.featured-details {
    margin-bottom: 5px;
}

.featured-slide-text.cta .featured-btn-cta:hover {
    background: #ff7925;
    color: #313131;
}



.recent-properties .owl-nav div {
    position: absolute;
    left: 45%;
    bottom: -140px;
    font-size: 35px;
    color: #383838;
    -webkit-transform: translateX(-45%);
            transform: translateX(-45%);
    height: 70px;
    width: 70px;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    line-height: 75px;
}

.recent-properties .owl-nav .owl-next {
    left: 52%;
}

.recent-properties .owl-nav div:hover {
    color: #ff7925;
    background: #fbfbfb;
}



/*agent area css*/

.agent-area {
    background: #fcfcfc;
}

.featured-slide-text.cta2 h4 {
    font-size: 18px;
    color: #313131;
}

span.client-meta {
    font-size: 16px;
    color: #777777;
    display: block;
    font-weight: 300;
    margin-bottom: 10px;
}

span.cl {}

a.client-mail {
    display: block;
    color: #777777;
    font-weight: 300;
    margin-bottom: 10px;
}

a.client-mail i {
    padding-right: 6px;
}

span.client-social-icon a {
    color: #313131;
    padding-right: 10px;
    font-size: 16px;
}

span.client-social-icon a:hover {
    color: #ff7925;
}

a.client-btn {
    font-weight: 500;
    color: #313131;
    float: right;
    padding: 6px 25px;
    border-radius: 4px;
    border: 2px solid #ff7925;
    margin-top: 5px;
}

a.client-btn:hover {
    background: #ff7925;
}

span.client-social-icon {
    margin-top: 13px;
    display: inline-block;
}


/*video area css*/

.video-area {
    background: url(assets/img/video-bg.jpg)no-repeat;
    background-size: cover;
    background-position: center;
    display: table;
    width: 100%;
    height: 390px;
    position: relative;
    z-index: 1;
}

.video-area-tablecell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

a.play-btn i {
    height: 60px;
    width: 60px;
    background: #fff;
    line-height: 60px;
    font-size: 20px;
    color: #313131;
    border-radius: 100px;
    -webkit-transition: .4s;
    transition: .4s;
}

a.play-btn:hover i {
    background: #ff7925;
}

.video-area:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #262626;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    z-index: -1;
}

.client-area {
    padding-top: 80px;
}


/*logo slide css*/

.logo-single-slide {
    cursor: pointer;
    border: 1px solid transparent;
}

.logo-single-slide:hover {
    border: 1px solid #f2f2f2;
}


/*footer css*/

.footer-widget-area {
    background: #f0f0fc;
    color: #000;
    padding-top: 80px;
}

.footer-bottom-area {
    border-top: 1px solid #424172;
    padding-top: 27px;
    margin-top: 80px;
    padding-bottom: 14px;
}

.widget-left p {
    margin-top: 35px;
    margin-bottom: 25px;
}

.widget-left a {
    color: #fff;
    padding-right: 14px;
}

.widget-left a:hover {
    color: #ff7925;
}

h4.widget-title {
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 42px;
    position: relative;
}

h4.widget-title:after {
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 56px;
    height: 2px;
    content: "";
    background: #ff7925;
}

.footer-single-widget ul li a {
    color: #000;
    padding-bottom: 7px;
    display: inline-block;
}

.footer-single-widget-cta a {
    color: #000;
    display: block;
}

.footer-single-widget-cta i {
    padding-right: 8px;
    color: #ff7925;
}

.footer-single-widget-cta a {
    padding-bottom: 10px;
}

span.icon-float-left {
    float: left;
    height: 70px;
}

.footer-widget-3 input[type="email"], .blog-sidebar-right-form input[type="email"] {
    width: 80%;
    height: 50px;
    padding-left: 15px;
    font-size: 14px;
    border: none;
    margin-top: 10px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.footer-widget-3 input::-webkit-input-placeholder {
    color: #777777;
}

.footer-widget-3 input::-moz-placeholder {
    color: #777777;
}

.footer-widget-3 input:-ms-input-placeholder {
    color: #777777;
}

.footer-widget-3 input::placeholder {
    color: #777777;
}

.footer-single-widget-cta {
    margin-left: 30px;
}

button.widget-sent-btn {
    padding: 11px 18px;
    background: #ff7925;
    border: none;
    margin-left: -4px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

button.widget-sent-btn:hover {
    opacity: 5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=500)";
}

.footer-bottom-area p a {
    color: #ff7925;
}

.footer-single-widget ul li a:hover {
    color: #ff7925;
}

.footer-single-widget-cta a {
    font-size: 14px;
}

.widget-content {
    font-size: 14px;
}

.footer-single-widget ul li a {
    font-size: 14px;
    padding-bottom: 0;
}

.widget-left p {
    font-size: 14px;
    line-height: 23px;
}

.footer-widget-3 p {
    font-size: 14px;
}

.hero-single-slide h4 {
    font-size: 16px;
}



/*
 *****************************************
 >>> | home 2 header Start
 *****************************************
*/

.home2-top-text span {
    color: #777777;
}

span.home2-top-text1 {
    margin-right: 40px;
}

span.home2-top-text2 span {
    color: #313131;
}

a.home2-top-call span {
    color: #313131;
}

a.home2-top-mail span {
    color: #313131;
}
a.home2-login-btn:hover {
  color: #ff7925;
}
span.home2-top-text2 {
    margin-right: 18px;
    border-right: 1px solid #cbcbcb;
    padding-right: 18px;
}

a.home2-top-call {
    margin-right: 18px;
    padding-right: 18px;
    border-right: 1px solid #cbcbcb;
    color: #777777;
}

a.home2-login-btn {
    float: right;
    color: #313131;
    padding: 6px 23px;
    border: 1px solid #ff7925;
    border-radius: 30px;
    margin-top: -8px;
}

a.home2-top-mail {
    color: #777777;
}

.home2-top-area {
    padding: 6px 0px;
    padding-bottom: 10px;
}

.home2-top-text {
    padding-top: 17px;
}

.home2-header-area {
    background: #ff7925;
}

.home2-mainmenu ul li {
    display: inline-block;
    position: relative;
}

.home2-mainmenu ul li a {
    display: inline-block;
    color: #313131;
    padding-right: 18px;
}

.home2-right-header {
    float: right;
    width: 100%;
    padding-top: 13px;
}

span.home2-search {
    position: relative;
}

span.home2-search input[type="search"] {
    border: none;
    padding-left: 20px;
    width: 100%;
    border-radius: 30px;
    padding: 12px;
    padding-left: 20px;
}

span.home2-search input::-webkit-input-placeholder {
    color: #777;
}

span.home2-search input::-moz-placeholder {
    color: #777;
}

span.home2-search input:-ms-input-placeholder {
    color: #777;
}

span.home2-search input::placeholder {
    color: #777;
}

span.home2-search i {
    position: absolute;
    right: 0;
    top: 0;
    right: 16px;
    cursor: pointer;
    font-size: 20px;
}

.home2-mainmenu {
    padding-top: 27px;
}

.home2-logo {
    padding: 17px 20px;
    background: #fff;
}

.home2-single-properties-img img {
  width: 100%;
}
.home2-popular-img img {
  width: 100%;
}

/*home hero css*/

.home2-hero-area {
    background: url(assets/img/Untitled\ design\(1\).jpg)no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 110px;
    color: #fff;
    z-index: 1;
}

.home2-hero-text h1 {
    font-weight: 500;
    margin-bottom: 8px;
}

.home2-hero-text p {
    font-size: 18px;
    font-weight: 400;
}

.home2-hero-text p i {
    margin-right: 16px;
    color: #ff7925;
}

.home2-hero-text span img {
    margin-right: 12px;
}

a.home2-hero-btn,
a.home2-hero-btn-2 {
    font-size: 20px;
    color: #fff;
    padding: 17px 40px;
    border: 2px solid #ff7925;
    font-weight: 400;
    border-radius: 4px;
}

.home2-hero-icon {
    margin-bottom: 47px;
    margin-top: 30px;
}

a.home2-hero-btn span {
    font-weight: 900;
    font-size: 25px;
}

a.home2-hero-btn-2 {
    margin-left: 20px;
    padding: 17px 30px;
    font-weight: 500;
}

a.home2-hero-btn:hover,
a.home2-hero-btn-2:hover {
    background: #ff7925;
    color: #313131;
}

.home2-hero-text {
    position: relative;
    z-index: 1;
    padding: 30px;
    padding-bottom: 45px;
}

.home2-hero-text:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #1c1c1c;
    z-index: -1;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    border: 2px solid #403532;
}

.home2-hero-icon span {
    padding-right: 15px;
}

.home2-hero-area:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #1c1c1c;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    z-index: -1;
}


/*search area*/

span.home2-single-search input,
span.home2-single-search select,
.search-properties input[type="submit"] {
    width: 100%;
    height: 60px;
    border: 1px solid #cdcdcd;
    border-radius: 0px;
    font-size: 16px;
    padding-left: 20px;
}

span.home2-single-search input::-webkit-input-placeholder {
    color: #777777;
}

span.home2-single-search input::-moz-placeholder {
    color: #777777;
}

span.home2-single-search input:-ms-input-placeholder {
    color: #777777;
}

span.home2-single-search input::placeholder {
    color: #777777;
}

.search-properties h2 {
    margin-bottom: 25px;
    font-weight: 500;
    color: #313131;
    margin-left: -10px;
}

.search-properties {
    padding: 30px 20px;
    box-sizing: border-box;
}

.nice-select.home2-single-search.cta {
    width: 100%;
    height: 60px;
    border-radius: 0px;
    padding-top: 9px;
    border: 1px solid #cdcdcd;
    color: #777777;
}

.search-properties input[type="submit"] {
    width: 100%;
    cursor: pointer;
}

.margin_cta {
    padding: 4px;
}

.search-properties input[type="submit"]:hover {
    background: #ff7925;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #313131;
}

.search-properties input[type="submit"] {
    -webkit-transition: .4s;
    transition: .4s;
    width: 93%;
    border-radius: 4px;
    color: #777;
}

a span.home2-single-search {
    color: #313155;
    margin-top: 16px;
    display: inline-block;
}

.nice-select.home2-single-search.cta ul {
    width: 100%;
}

.search-properties {
    padding: 30px 30px;
    box-sizing: border-box;
    box-shadow: 0px 6px 13px -4px #ddd;
    margin-top: -65px;
    background: #fff;
    z-index: 1;
    position: relative;
}

.section-title.cta h2 {
    color: #313155;
}

.section-title.cta {
    margin-bottom: 30px;
}



/*home 2 properties area css*/

.home2-single-properties {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}

.home2-single-properties-overlay-text h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 25px;
}

.home2-single-properties-overlay-text p {
    font-weight: 400;
    border-bottom: 1px solid #4c4f49;
    padding-bottom: 14px;
    margin-bottom: 10px;
    padding-left: 25px;
}

.home2-single-properties-overlay-text span {
    font-size: 16px;
    font-weight: 700;
}

span.ctss-bdr {
    height: 20px;
    width: 1px;
    background: #fdb45f;
    display: inline-block;
    margin: 0px 10px;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
}

.home2-single-properties-overlay-text {
    position: absolute;
    top: 40%;
    color: #fff;
    width: 100%;
}

.home2-single-properties-overlay-text p i {
    color: #ff7925;
    margin-right: 8px;
}

.home2-single-properties-text span {
    color: #313131;
    font-size: 25px;
    font-weight: 500;
    margin-top: 7px;
    display: inline-block;
}
a.home2-view-more {
    float: right;
    padding: 8px 20px;
    color: #313131;
    background: #ff7925;
    border-radius: 4px;
    font-weight: 500;
}
a.home2-view-more:hover {
    background:  #313131;
    color:  #ff7925;
}
.home2-single-properties-text {
    margin-top: 16px;
}

.home2-single-properties-img {
    position: relative;
}

home2-single-properties-img:after {

    opacity: 0.89;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=89)";
    position: absolute;
    left: 230px;
    top: 1255px;
    width: 360px;
    height: 186px;
    z-index: 595;
    content: "";
}
span.home2-properties-meta {
    padding-left:  25px;
}

.home2-single-properties-img:after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#303030+0,303030+0,303030+0,303030+0,303030+99&0+0,1+79 */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(48, 48, 48, 0) 0%, rgba(48, 48, 48, 1) 79%, rgba(48, 48, 48, 1) 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(48, 48, 48, 0) 0%, rgba(48, 48, 48, 1) 79%, rgba(48, 48, 48, 1) 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00303030', endColorstr='#303030', GradientType=0);
    /* IE6-9 */
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    /* background: #303030;*/
    opacity: 0.89;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=89)";
}

.home2-pagination ul.pagination {
    display:  inline-block;
    border-radius: inherit;
}

.home2-pagination ul.pagination li {
    display:  inline-block;
}

.home2-pagination ul.pagination li a {
    display:  inline-block;
    height:  40px;
    width:  40px;
    border:  1px solid #dadada;
    color:  #313131;
    margin: 0px 4px;
    line-height: 25px;
    border-radius:  0px;
}

.home2-pagination ul.pagination li a i {
    font-size:  20px;
}

.home2-pagination ul.pagination li a:hover {
    background:  #313131;
    color:  #fff;
    border:  1px solid transparent;
}
.home2-pagination li.page-item.cta {
    margin-right:  10px;
}

.home2-pagination li.page-item.ctas {
    margin-left:  10px;
}
.home2-pagination {
    margin-top: 60px;
}


/*home 2 featured area css*/

.home2-single-properties-text.cta
 span {
    color:  #fff;
}

.home2-single-properties-text.cta {
    margin-left:  25px;
}

.home2-single-properties-text.cta
 a {
    float:  inherit;
    margin-left:  30px;
    padding: 10px 24px;
}
.home2-featured-left-text {
    display:  table;
    width: 100%;
    height:  100%;
}

.home2-featured-left-text-table {
    display:  table-cell;
    vertical-align:  middle;
    -webkit-box-pack:  center;
        -ms-flex-pack:  center;
            justify-content:  center;
}

.home2-featured-left-text-table h4 {
    font-size:  20px;
    font-weight:  500;
    margin-bottom:  30px;
    color:  #313131;
}

.home2-featured-left-text-table p {
    color:  #777777;
    margin-bottom:  0px;
}

.home2-featured-area h2 {
    margin-bottom: 50px;
}
.home2-featured-area {
    padding-bottom: 100px;
}

.home2-featured-slide .owl-dots div {
    height: 15px;
    width: 15px;
    background: #adadad;
    margin: 0px 6px;
    border-radius:  100px;
    display:  inline-block;
}

.home2-featured-slide .owl-dots div.active {
    background: #2c2c2c;
}

.home2-featured-slide .owl-dots {
    text-align:  center;
}

/*home2 video are css*/
.video-area.cta{
    background: url(assets/img/home2-video-bg.jpg);
}
.home2-video-text h2 {
    font-size:  30px;
    color:  #fff;
    margin-bottom: 20px;
}
.home2-video-text p {
    color: #fff;
    margin-bottom: 24px;
}

/*home 2 popuplar area css*/
.home-2-popular-text a {
    float:  inherit;
    padding: 12px 40px;
    font-weight:  500;
    margin-left: -30px;
    visibility:  hidden;
    opacity:  0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    transition: .5s;
}

.home2-popular-single-tems {
    position:  relative;
}

.home-2-popular-text {
    position:  absolute;
    top: 50%;
    left:  50%;
    color:  #fff;
    -webkit-transform: translateX(-50%)translateY(-50%);
            transform: translateX(-50%)translateY(-50%);
    text-align:  center;
}

.home-2-popular-text h4 {
    font-weight:  500;
    font-size:  20px;
    margin-bottom: 7px;
}

.home-2-popular-text p {
    font-weight:  500;
    margin-bottom:  20px;
}

.home2-popular-img {
    position:  relative;
    overflow:  hidden;
}

.home2-popular-img:after {
    position:  absolute;
    left:  0;
    top:  0;
    height:  100%;
    width:  100%;
    content:  "";
    background: #262626;
    opacity:  .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.home2-popular-single-tems:hover
 .home-2-popular-text a {
    visibility:  visible;
    opacity:  1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    margin-left: 0px;
}

.home2-popular-img img {
    -webkit-transition: .6s;
    transition:  .6s;
}

.home2-popular-single-tems:hover .home2-popular-img img {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
}
.margin-top-30 {
    margin-top: 30px;
}

/*home 2 counter css*/
.home2-counter-area {
    /* background:  #ff7925; */
    padding: 60px 0px;
}

.home-2-single-count img {
    float:  left;
}

.home2-counter-text h2 {
    font-size:  30px;
    font-weight:  500;
    color:  #313131;
    margin-bottom: 0px;
}

.home2-counter-text h4 {
    font-size: 18px;
    font-weight:  400;
    color:  #313131;
}

.home2-counter-text {
    margin-left: 85px;
}

/*home3 testimonial slide */

.home2-testimonial-table {
    position:  relative;
}

.home2-testimonial-table a {
    position:  absolute;
    top:  50%;
    left:  50%;
    text-align:  center;
    -webkit-transform: translateY(-50%)translateX(-50%);
            transform: translateY(-50%)translateX(-50%);
    z-index: 1;
}

.home2-testimonial-table a i {color:  #ff7925;}

.home2-testimonial-table a:hover
 i {
    color: #333;
}

.home2-testimonial-table:after {
    position:  absolute;
    left:  0;
    top:  0;
    height:  100%;
    width:  100%;
    content:  "";
    background: #2d2d2d;
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.home2-testimonial-slide-bottom .slick-arrow {
    position:  absolute;
    left: -50px;
    top: 50%;
    font-size:  30px;
    -webkit-transition: .4s;
    transition:  .4s;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
}

.home2-testimonial-slide-bottom .slick--next.slick-arrow {
    left: auto;
    right: -25px;
}

.home2-testimonial-slide-bottom .slick-arrow:hover {
    color:  #ff7925;
}
.home2-testimonial-slide-bottom {
    margin-top: 35px;
}

/*home2 brand logo css*/

.no-margin {
    padding: 4px;
}

/*home2 footer-css*/
.home2-footer-widget {
    background: #313131;
    padding-top: 60px;
    padding-bottom: 15px;
    color: #fff;
}

.home2-footer-img img {
    position: absolute;
}

.home2-footer-left-items {
    margin-bottom: 32px;
    position:  relative;
}

.home2-footer-img-text h5 a {
    font-size:  16px;
    font-weight:  500;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.home2-footer-left-items:hover h5 a {
    color: #ff7925
}

.home2-footer-img-text p {
    font-size:  16px;
    font-weight:  500;
    margin-bottom:  0px;
}

.home2-footer-img-text {
    margin-left:  115px;
    padding-top:  10px;
}

.home2-footer-social-icon a {
    display:  inline-block;
    height:  35px;
    width:  35px;
    border:  1px solid #fff;
    text-align:  center;
    line-height:  30px;
    border-radius:  100px;
    padding: 2px 10px;
    margin:  0px 4px;
}

.home2-footer-social-icon {
    margin-left: -18px;
    display:  inline-block;
    margin-top: 25px;
}

.home2-footer-social-icon a i {
    color:  #fff;
    font-size: 16px;
}

.home2-footer-social-icon a:hover {
    background:  #ff7925;
    border:  1px solid transparent;
}

.home2-footer-social-icon a:hover
 i {color:  #313131;}

.home2-footer-social-icon a:first-child {
    padding-left: 12px;
}

.footer-single-widget.cta ul li a
 i {
    margin-right: 8px;
    -webkit-transition: .4s;
    transition:  .4s;
}

.footer-single-widget.cta ul li a:hover i {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
}
.footer-single-widget.cta ul li a {
    line-height: 37px;
}
.footer-single-widget-cta.cta i {
    color:  #fff;
}

.footer-bottom-area.cta {
    background:  #ff7925;
    border:  none;
    margin:  0px;
    padding-top: 34px;
}
h4.widget-title.cta {
    margin-bottom: 70px;
}

/*
 *****************************************
 >>> | home 3 Start
 *****************************************
*/
.home2-header-area.cta {
    background: #313155;
    padding: 12px 0px;
}
.home2-header-area.cta ul li a {
    color:  #fff;
}
.home2-header-area.cta ul li a:hover {
    color:  #ff7925;
}
.home2-mainmenu.cta {
    padding-top: 17px;
}

span.home3-quote {
    float:  right;
}

span.home3-quote a {
    padding: 15px 50px;
    color:  #313131;
    background:  #ff7925;
    display:  inline-block;
    border-radius: 4px;
    font-weight:  500;
}

.home2-right-header.cta {
    padding-top:  0px;
}
.home3-logo {
    padding-top:  10px;
}
span.home3-quote a:hover {
    background:  #fff;
    color:  #ff7925;
}
.hero-schdule.cta {
    width:  360px;
    position:  absolute;
    right: 14%;
    top: -620px;
    box-shadow: 0px 10px 22px #e9e9e9;
}

.home3-hero-schdule {
    position:  relative;
}
a.header-global-btn.cta12 {
    margin-top: 12px;
}

.home3-properties-area .slick-slide {
    margin: 0 15px;
}

.home3-properties-area .slick-list {
    margin: 0 -15px;
}

.home2-single-properties-overlay-text.cta span {
    font-weight: 500;
}

a.home3-properties-icon {
    padding: 5px 30px;
    background:  #ff7925;
    color: #000000;
    font-size: 20px;
    border-radius: 5px;
    margin-left: 35px;
}

a.home3-properties-icon:hover {
    background: #313254;
    color: #fff;
}

a.home3-properties-icon:hover i {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
    color:  #fff;
}

a.home3-properties-icon i {
    -webkit-transition: .4s;
    transition: .4s;
}

.home2-single-properties-overlay-text.cta p {
    border-bottom:  0px;
    padding-bottom:  5px;
}

h4.border-656 {
    padding-left:  25px;
    font-size:  25px;
    color:  #ff7925;
    border-bottom:  1px solid #505050;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-weight: 500;
}
.home2-single-properties-overlay-text.cta {
    top: 28%;
}
.home3-properties-slide .slick-arrow {
    position:  absolute;
    right: 60px;
    height:  40px;
    top: -130px;
    width:  40px;
    border:  1px solid #3e3e60;
    text-align:  center;
    line-height:  40px;
    color:  #3e3e60;
    -webkit-transition: .4s;
    transition: .4s;
    cursor: pointer;
}

.home3-properties-slide .slick--next.slick-arrow {
    right: 10px;
}

.home3-properties-slide .slick-arrow:hover {
    color:  #ff7925;
}


/*home3 video area css*/
.video-area.cta2{
    background: url(assets/img/home3-video-bg.jpg)no-repeat;
    background-size: cover;
    background-position: center;
}


/*home3 featured css*/
.home2-single-properties-overlay-text.cta2 p {
    border:  none;
    padding-bottom: 4px;
}

a.client-btn.cta {
    color:  #ff7925;
    font-weight:  500;
    border:  1px solid;
    padding: 9px 25px;
}

.home3-featured-boder {
    padding-top:  20px;
    margin-top: 26px;
    border-top: 1px solid #4a4644;
    padding-left:  25px;
    padding-right:  25px;
}

.home3-featured-boder span {
    font-size:  25px;
    font-weight:  500;
    margin-top: 15px;
    display:  inline-block;
}

a.client-btn.cta:hover {
    color:  #222;
    border:  1px solid transparent;
}
.section-title.cts5.bg1 {
    margin-bottom: 45px;
}

.home3-featured-slide .owl-nav div {
    position:  absolute;
    right:  60px;
    top: -94px;
    height:  40px;
    width:  40px;
    border:  1px solid #848399;
    text-align:  center;
    line-height:  40px;
    -webkit-transition: .3s;
    transition: .3s;
}

.home3-featured-slide .owl-nav .owl-next {
    right: 10px;
    left:  auto;
}

.home3-featured-slide .owl-nav div:hover {
    color:  #facc55;
}


/*home3 agent css*/
.home3-agent-slide-text h4, .home3-latest-news-single-slide h4 {
    font-size:  18px;
    color:  #313131;
    font-weight:  500;
    margin-top: 27px;
    margin-bottom: 5px;
}

.home3-agent-slide-text p, .home3-latest-news-single-slide p {
    font-weight: 400;
    margin-bottom: 5px;
    color:  #777777;
}

a.home3-agent-btn {
    font-weight:  500;
    color:  #313131;
}

a.home3-agent-btn:hover {
    color: #ff7925;
}
a.home3-agent-btn i {
    -webkit-transition: .3s;
    transition:  .3s;
    -webkit-transform:  translateY(2px);
            transform:  translateY(2px);
}

a.home3-agent-btn:hover i {
    color:  #f9cb48;
    -webkit-transform: translateX(5px)translateY(2px);
            transform: translateX(5px)translateY(2px);
}

.home3-agent-img {
    position:  relative;
}

.img-shape img.display-hide {
    visibility: hidden;
    opacity:  0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: 10px;
}

.img-shape img {
    position:  absolute;
    top: 32px;
}

.img-shape img {
    -webkit-transition: .4s;
    transition:  .4s;
}

.home2-agent-single:hover .img-shape img.display-hide {
    top:  32px;
    visibility:  visible;
    opacity:  1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


.home2-agent-single:hover .img-shape img.display-show {
    visibility:  hidden;
    opacity:  0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.home3-agent-slide .owl-nav div, .home3-testimonial-slide .owl-nav div, .home3-latest-news-slide .owl-nav div, .brand-logo-area.cta .owl-nav div {
    position: absolute;
    right: 60px;
    background-color: #FF5722;
    top: -60px;
    height: 40px;
    color: #fff;
    width: 40px;
    border: 1px solid #FF5722;
    text-align: center;
    line-height: 40px;
    -webkit-transition: .4s;
    transition: .4s;
}

.home3-agent-slide .owl-nav .owl-next, .home3-testimonial-slide .owl-nav .owl-next, .home3-latest-news-slide .owl-nav .owl-next, .brand-logo-area.cta .owl-nav .owl-next{
    right:  10px;
    left:  auto;
}

.home3-agent-slide .owl-nav div:hover, .home3-testimonial-slide .owl-nav div:hover, .home3-latest-news-slide .owl-nav div:hover, .brand-logo-area.cta .owl-nav div:hover {
    color:  #ff7925;
}
.home3-agent-area {
    padding-bottom:  100px;
}

/*home3 counter css*/

.home2-counter-area.cta {
    background:  #313131;
    margin-bottom:  10px;
}

.home-2-single-count.cta .home2-counter-text h2 {
    color:  #fff;
}

.home-2-single-count.cta .home2-counter-text h4 {
    color: #dcdcdc;
}


/*home3 testimonial slide css*/

.home3-testimonial .home3-testimonial-single-slide img {
    height:  80px;
    width:  80px;
    display: inline-block;
}
.home3-testimonial-single-slide h4 {
    font-size:  18px;
    margin-top:  18px;
    color:  #313131;
    font-weight:  500;
    margin-bottom: 8px;
}

.home3-testimonial-single-slide h5 {
    color:  #777777;
    font-weight:  400;
    margin-bottom: 20px;
}

.home3-testimonial-single-slide p {
    color:  #777777;
}

.home3-testimonial-single-slide {
    padding: 30px 36px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    margin: 5px;
}

.home3-latest-news-single-slide h4 {
    line-height: 26px;
}
.home3-news-area {
    padding-bottom: 80px;
}

/*home3 logo slide*/
.logo-slides .logo-single-slide {
    border: 1px solid #f2f2f2;
}
.brand-logo-area.cta {
    padding-bottom:  80px;
}
.footer-widget-area.cta {
    background:  #313131;
}

.footer-widget-area.cta .footer-bottom-area {
    border-top: 1px solid #404040;
}


/*
 *****************************************
 >>> | about Start
 *****************************************
*/
.bread-camp-area {
    background-position: center;
    background-size: cover;
    color: #f5f5f5;
    background-color: #da7332;
    padding: 40px 0px;
    position: relative;
    z-index: 1;
}

.breadcamp-title h1 {
    font-size: 35px;
    font-weight:  400;
}

.breadcamp-title h4 {
    font-size:  20px;
    margin-bottom:  0px;
}

/* .bread-camp-area:after {
    position:  absolute;
    left:  0;
    top:  0;
    height:  100%;
    width:  100%;
    content:  "";
    background:  #000;
    opacity:  .56;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=56)";
    z-index:  -1;
} */

.breadcamp-title h4 a {
    color:  #ffff;
}

.section-about-top-text h2 {
    font-size:  30px;
    font-weight:  400;
    color:  #313131;
    margin-bottom:  20px;
}

.section-about-top-text {
    padding-right: 150px;
}

.section-about-top-text p {
    color:  #777777;
}

.section-about-top-text p {
    margin-bottom: 30px;
}

hr.section-about-border {background: #ededed;margin-bottom: 55px;margin-top: 55px;}

.section-about-top-text h2 {
    font-size:  30px;
    font-weight:  400;
    color:  #313131;
    margin-bottom:  20px;
}

.section-about-top-text {
    padding-right: 150px;
}

.section-about-top-text p {
    color:  #777777;
}

.section-about-top-text p {
    margin-bottom: 30px;
}

hr.section-about-border {background: #ededed;margin-bottom: 55px;margin-top: 55px;}

.section-about-area {
    /* border-bottom: 1px solid #f0f0f0; */
    padding-bottom: 45px;
    padding-top: 80px;
}

.agent-area.cta {
    background:  none;
    border-bottom: 1px solid #f0f0f0;
}


/*about v2 css*/
.about-v2-text h2, .about-v2-center-text h2 {
    color:  #313131;
    font-size:  30px;
}

.about-v2-text p, .about-v2-center-text p {
    color:  #777777;
    margin-bottom: 25px;
}

.about-v2-center-text span {
    color:  #777777;
    font-weight:  300;
}

.about-v2-center-text p {
    margin-bottom:  0px;
    margin-top: 33px;
}
hr.about-v2-border {
    margin-top: 70px;
    background: #ededed;
}
.about-v2-area {
    padding-top: 80px;
}
.agent-area.cta2 {
    padding-top:  80px;
    background:  none;
}


/*
 *****************************************
 >>> | blog area start
 *****************************************
*/
.featured-slide-text.cta3 {
    padding-top: 16px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #f0f0f0;
    border-top: none;
    margin-top: 0px;
}
.featured-slide-text.cta3 span.calender-cta {
    margin-bottom: 6px;
    display:  inline-block;
}

.featured-slide-text.cta3 p {
    font-weight:  400;
}

.featured-slide-text.cta3 hr {
    background: #eeeeee;
    margin-bottom: 20px;
}
.featured-single-slide.cta3 {
    -webkit-transition: .4s;
    transition: .4s;
    margin: 15px 0px;
}

.featured-single-slide.cta3:hover {
    box-shadow:  0px 4px 30px #e9e9e9;
}

.featured-slide-text.cta3 span.calender-cta {
    margin-top: 8px;
}

.featured-slide-text.cta3 a.featured-btn-cta {
    border-radius: 0px;
    padding: 6px 30px;
    border: 1px solid #ff7925;
}

/*
 *****************************************
 >>> | blog sidebar start
 *****************************************
*/
.blog-sidebar-left-text {
    padding: 30px 15px;
    border:  1px solid #f4f4f4;
}

.blog-sidebar-left-text h4 {
    color:  #313131;
    font-size:  20px;
}

.blog-sidebar-left-text p {
    color:  #777777;
    margin-bottom:  20px;
}

.blog-sidebar-left-text span.calender-cta {
    margin-right: 25px;
    font-weight:  400;
}

.blog-sidebar-left-text span.calender-cta i {
    margin-right: 10px;
}

.blog-sidebar-single-left {
    -webkit-transition: .4s;
    transition: .4s;
    margin-bottom: 30px;
}

.blog-sidebar-single-left:hover {
    box-shadow: 0px 14px 43px #e7e7e7;
}

span.blog-sidebar-search {
    position:  relative;
}

span.blog-sidebar-search input[type="search"] {
    width:  100%;
    font-size:  18px;
    background: none;
    border:  none;
    padding-bottom:  10px;
    border-bottom:  1px solid #dcdcdc;
}

span.blog-sidebar-search input::-webkit-input-placeholder {
}

span.blog-sidebar-search input::-moz-placeholder {
}

span.blog-sidebar-search input:-ms-input-placeholder {
}

span.blog-sidebar-search input::placeholder {
}

span.blog-sidebar-search i {
    position:  absolute;
    right: 10px;
    top:  8px;
    color:  #3e3e3e;
}

.blog-sidebar-right-single {
    margin-top: 30px;
}

h4.blog-sidebar-title {
    font-size:  18px;
    color:  #313131;
    font-weight:  400;
    border-bottom:  1px solid #f0f0f0;
    padding-bottom: 13px;
    position:  relative;
    margin-bottom: 23px;
}

h4.blog-sidebar-title:after {
    position:  absolute;
    left:  0;
    bottom: -2px;
    height: 4px;
    width: 90px;
    content:  "";
    background:  #ff7925;
}

.blog-sidebar-right-single ul {
    list-style:  disc;
    color: #313131;
    margin-left: 16px;
    -webkit-transition: .4s;
    transition:  .4s;
}

.blog-sidebar-right-single ul li
 a {
    color: #777777;
    display:  inline-block;
    line-height: 38px;
}

.blog-sidebar-right-single ul li a:hover {
    color:  #313131;
}

.blog-sidebar-right-single ul :hover {
    color: #ff7925;
}

.blog-sidebar-right-single.cta1 {}

.blog-sidebar-right-single.cta1 ul {
    -webkit-transition: .4s;
    transition:  .4s;
}

.blog-sidebar-right-post-text h5 {
    color:  #313131;
    font-size:  16px;
    -webkit-transition: .3s;
    transition: .3s;
}

.blog-sidebar-right-post-text span {
    color:  #777777;
}

.blog-sidebar-right-recent-post img {
    float: left;
}

.blog-sidebar-right-recent-post {
    margin-bottom: 40px;
    margin-top: 30px;
}

.blog-sidebar-right-post-text {
    margin-left: 113px;
}

.blog-sidebar-right-single.cta4 ul {
    list-style:  none;
}

.blog-sidebar-right-single.cta4
 a {
}

.blog-sidebar-right-single.cta5
 a {
    padding: 10px 17px;
    border: 1px solid #ff7925;
    display:  inline-block;
    color:  #313131;
    margin-bottom:  10px;
    margin-right: 10px;
}

.blog-sidebar-right-single.cta5 a:hover {
    background:  #ff7925;
}

.blog-sidebar-right-single.cta5
 h4 {
    margin-bottom: 35px;
}
.blog-sidebar-right-recent-post:hover .blog-sidebar-right-post-text h5 {
    color: #ff7925;
}
.blog-sidebar-right-form input[type="email"] {
    width: 85%;
    background: #f8f8f8;
    font-size: 16px;
}
.blog-sidebar-right-form button.widget-sent-btn {
    border-radius:  0px;
    padding-bottom: 10px;
}

.blog-sidebar-right-form input::-webkit-input-placeholder {
    color:  #777777;
}

.blog-sidebar-right-form input::-moz-placeholder {
    color:  #777777;
}

.blog-sidebar-right-form input:-ms-input-placeholder {
    color:  #777777;
}

.blog-sidebar-right-form input::placeholder {
    color:  #777777;
}
.blog-sidebar-right-recent-post.cta {
    margin-bottom:  60px;
}

/*
 *****************************************
 >>> | blog masonry start
 *****************************************
*/
.featured-single-slide.blog-masonry{
    width: 30.66%;
    float: left;
    -webkit-transition: .4s;
    transition: .4s;
    margin: 15px;
}

.featured-single-slide.blog-masonry:hover {
   box-shadow: 0px 4px 30px #e9e9e9;
}
.featured-single-slide.blog-masonry {
   -webkit-transition: .4s;
   transition: .4s;
}

.featured-single-slide.blog-masonry .featured-slide-text.cta3 {
 border: 1px solid #f0f0f0;
}
.featured-single-slide.blog-masonry:hover .featured-slide-text.cta3 {
 border: 1px solid transparent;
}
.featured-single-slide.blog-masonry h4 {
    font-size: 19px;
}
.featured-single-slide.blog-masonry p {
    font-size:  15px;
}


/*
 *****************************************
 >>> | blog details start
 *****************************************
*/
.blog-details-left-top img {
    margin-bottom: 20px;
}

.blog-details-left-top span.calender-cta {
    margin-right:  20px;
}

.blog-details-left-top span.calender-cta i {
    margin-right:  10px;
}

.blog-details-left-top h4 {
    font-size:  20px;
    color:  #313131;
    margin-top:  22px;
}

.blog-details-left-top p {
    color:  #777777;
}

.blog-details-left-top {
    margin-bottom:  40px;
}

.blog-details-left-center img {
    float:  right;
    margin-bottom:  30px;
}

.blog-details-left-center p {
    color: #777;
}

.blog-details-left-center {}

h4.blog-details-left-title {
    font-size:  20px;
    color:  #313131;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom:  30px;
}
.blog-details-left-share a {
    padding: 10px 25px;
    border:  1px solid;
    margin-right:  10px;
}

.blog-details-left-share a i {-webkit-transform: translateX(-15px);transform: translateX(-15px);}

a.blog-details-fb {
    color:  #3c5a96;
}

a.blog-details-fb:hover {
    background:  #3c5a96;
    color:  #fff;
    border:  1px solid transparent;
}

a.blog-details-tw {
    border:  1px solid #2aa3ef;
    color:  #2aa3ef;
}

a.blog-details-tw:hover {
    background:  #2aa3ef;
    border:  1px solid transparent;
    color:  #fff;
}

a.blog-details-gl {
    border:  1px solid #db4c3f;
    color:  #db4c3f;
}

a.blog-details-gl:hover {
    background:  #db4c3f;
    color:  #fff;
    border:  1px solid transparent;
}

a.blog-details-pin {
    border:  1px solid #bb0f23;
    color:  #bb0f23;
}

a.blog-details-pin:hover {
    background:  #bb0f23;
    color:  #fff;
    border:  1px solid transparent;
1px
    solid transition:;
}

a.blog-details-ins {
    color:  #509dc6;
}

a.blog-details-ins:hover {
    background:  #509dc6;
    color:  #fff;
    border:  1px solid transparent;
}

.blog-details-comment-single img {
    float:  left;
}

.blog-comment-text h5 {
    font-size:  16px;
    margin-bottom: 14px;
}

.blog-comment-text span {
    font-size:  14px;
    color: #484848;
}

.blog-comment-text p {
    color:  #777777;
    margin-bottom:  0px;
}

.blog-comment-text h5 a {
    color:  #535353;
    float:  right;
}

.blog-comment-text {
    margin-left: 120px;
}

.blog-details-comment-single {
    margin-bottom: 22px;
    margin-top: 42px;
}

.blog-details-comment-single.cta {
    margin-left: 60px;
}

.blog-details-comment-single.cta2 {
    border-bottom:  1px solid #f1f1f1;
    padding-bottom: 25px;
}

.blog-details-left-form {
    margin-top: 80px;
}

.blog-details-left-form form input[type=text], .blog-details-left-form form input[type=email], .blog-details-left-form form textarea {
    width: 100%;
    background:  #fafafa;
    border:  none;
    padding: 15px;
    margin-bottom: 30px;
    color:  #313131;
}

.blog-details-left-form form textarea {
    margin-bottom:  0px;
    height: 160px;
}

.blog-details-left-form form input::-webkit-input-placeholder {
    color: #313131;
}

.blog-details-left-form form input::-moz-placeholder {
    color: #313131;
}

.blog-details-left-form form input:-ms-input-placeholder {
    color: #313131;
}

.blog-details-left-form form input::placeholder {
    color: #313131;
}

.blog-details-left-form textarea::-webkit-input-placeholder {
    color: #313131;
}

.blog-details-left-form textarea::-moz-placeholder {
    color: #313131;
}

.blog-details-left-form textarea:-ms-input-placeholder {
    color: #313131;
}

.blog-details-left-form textarea::placeholder {
    color: #313131;
}

h4.blog-details-left-title.cta {
    margin-bottom: 60px;
}

.blog-details-left-form input[type="submit"] {
    color:  #313131;
    background: none;
    border:  none;
    padding: 13px 54px;
    background:  #ff7925;
    border-radius:  4px;
    font-weight:  500;
    margin-top: 20px;
    -webkit-transition: .4s;
    transition:  .4s;
    cursor:  pointer;
}

.blog-details-left-form input[type="submit"]:hover {
    background:  #313254;
    color:  #fff;
}

/*
 *****************************************
 >>> | testimonial start
 *****************************************
*/
.section-testimonial-icon {
    margin-top:  30px;
}
.section-testimonial-items {
    margin-bottom:  60px;
}
.section-testimonial-items.cta {
    margin-bottom: 80px;
}
.section-testimonial-area {
    padding-top:  80px;
}
.home3-testimonial {
    padding-bottom: 60px;
}
.home3-testimonial-single-slide.cta.text-center {
    box-shadow:  none;
}

.section-testimonial-single {
    box-shadow: 0 10px 30px #f4f4f4;
    margin-bottom: 30px;
}
.section-title.cta66 {
    margin-bottom: 65px;
}

/*
 *****************************************
 >>> | login page start
 *****************************************
*/

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:checked+label,
[type="checkbox"]:not(:checked)+label {
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    padding-left: 30px;
    position: relative;
    font-weight: 400;
}

[type="checkbox"]:checked+label:before,
[type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #d0d0d0;
}

[type="checkbox"]:checked+label:after,
[type="checkbox"]:not(:checked)+label:after {
    content: "\f26b";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-family: Material-Design-Iconic-Font;
    line-height: 14px;
}

[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
}

.login-social.cta1 a {
    display:  block;
    background: black;
    margin-bottom:  10px;
    padding: 15px 0px;
    color:  #fff;
    font-weight:  400;
    font-size:  16px;
    padding-left: 90px;
}

.login-social.cta1 a i {
    margin-right: 15px;
    font-size:  25px;
}

.login-social.cta1 a {}

.login-social.cta1 a:nth-child(1) {
    background: #3c5a96;
}

.login-social.cta1 a:nth-child(2) {
    background:  #dd4b39;
}

.login-social.cta1 a:nth-child(3) {
    background:  #2cb9e9;
}

.login-form {
    margin-top: 15px;
}

.login-form ul li a {
    color:  #313131;
    font-size:  20px;
    font-weight:  500;
    padding-left:  0px;
    padding-right: 40px;
}

.login-form ul {
    border-bottom: 2px solid #f7f7f7;
    margin-bottom:  30px;
    padding-bottom:  10px;
}

.login-form ul li a.active {
    position:  relative;
}

.login-form ul li a.active:after {
    position:  absolute;
    left:  0;
    bottom: -12px;
    height: 2px;
    width: 65%;
    content:  "";
    background: #ff7925;
}

.login-form form input[type="email"], .login-form form input[type="password"] , .login-form form input[type="text"] {
    width:  100%;
    border:  none;
    box-shadow: 0px 0px 60px #f6f6f6;
    margin-bottom: 20px;
    padding: 15px;
}

.login-form form input::-webkit-input-placeholder {
    color: #777777;
}

.login-form form input::-moz-placeholder {
    color: #777777;
}

.login-form form input:-ms-input-placeholder {
    color: #777777;
}

.login-form form input::placeholder {
    color: #777777;
}

span.forget-right {
    float:  right;
    color:  #313131;
    margin-bottom:  25px;
}
.login-form form input[type="submit"] {
  background: #ff7925 none repeat scroll 0 0;
  border: medium none;
  color: #313131;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-top: 30px;
  padding: 10px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.login-form form input[type="submit"]:hover {
    background:  #313254;
    color:  #fff;
}

/*
 *****************************************
 >>> | pricing page start
 *****************************************
*/
.single-pricing-item {
    border:  1px solid #eaeaea;
    padding: 30px 0px;
}

.single-pricing-item h2 {
    font-size:  35px;
    color:  #313131;
    font-weight:  500;
    border: 2px solid #3e3e3e;
    display:  inline-block;
    padding: 5px 35px;
    border-radius:  30px;
    margin-bottom: 24px;
}

.single-pricing-item h3 {
    color:  #313131;
    font-size:  30px;
    font-weight:  500;
    margin-bottom:  30px;
}

.single-pricing-item ul li {
    color:  #313131;
    line-height: 38px;
}

a.price-btn {
    color:  #313131;
    font-weight:  500;
    padding: 10px 45px;
    border:  1px solid #ff7925;
    display: inline-block;
    margin-top: 22px;
    border-radius:  3px;
}

.single-pricing-item.cta {
    background:  #ff7925;
}

.single-pricing-item.cta a.price-btn {
    background:  #fff;
}

a.price-btn:hover {
    background:  #ff7925;
}
.single-pricing-item h3 span {
    font-size: 18px;
}

/*
 *****************************************
 >>> | agent details page start
 *****************************************
*/
.agent-details-area{
    padding-top: 100px;
}
.agent-tab-area {
    padding-bottom:  80px;
}
.featured-single-slide.cta44 {
    margin-bottom:  30px;
    margin-top: 30px;
}
.agent-details-top-right span {
    color:  #777777;
}
.agent-details-left-img img {
  width: 100%;
}
.agent-details-top-right p {
    color:  #777777;
}
.agent-tab-menu ul li a {
    font-size:  18px;
    color:  #313155;
    font-weight:  500;
    background:  #f5f5f5;
    margin-right: 15px;
    min-width: 165px;
    text-align:  center;
    padding: 16px 10px;
}

.agent-tab-menu ul li a.active {
    background:  #ff7925;
}

.agent-tab-item form input[type="email"], .agent-tab-item form input[type="password"], .agent-tab-item form input[type="text"], .agent-tab-item form textarea {
    width:  100%;
    background:  #f9f9f9;
    border:  none;
    margin-bottom:  15px;
    margin-top:  15px;
    padding-left:  20px;
    line-height:  55px;
    color:  #777;
}

.agent-tab-item form textarea {
    height: 180px;
    color: #777;
}

.agent-tab-item input::-webkit-input-placeholder {
    color: #777777;
}

.agent-tab-item input::-moz-placeholder {
    color: #777777;
}

.agent-tab-item input:-ms-input-placeholder {
    color: #777777;
}

.agent-tab-item input::placeholder {
    color: #777777;
}

.agent-tab-item form textarea::-webkit-input-placeholder {
    color: #777;
}

.agent-tab-item form textarea::-moz-placeholder {
    color: #777;
}

.agent-tab-item form textarea:-ms-input-placeholder {
    color: #777;
}

.agent-tab-item form textarea::placeholder {
    color: #777;
}

.agent-tab-item form input[type="submit"] {
    border:  none;
    color:  #202020;
    font-weight:  500;
    background: #ff7925;
    padding: 12px 33px;
    border-radius:  3px;
    margin-top: 6px;
    -webkit-transition: .4s;
    transition: .4s;
    cursor: pointer;
}

.agent-tab-item form input[type="submit"]:hover {
    background: #313131;
    color: #fff;
}

.agent-tab-menu {
    margin-bottom: 16px;
    border-bottom:  1px solid #ececec;
    padding-bottom: 10px;
}

.footer-single-widget-cta.cta11 h5 {
    font-size:  16px;
    color:  #777;
    line-height:  25px;
}

.footer-single-widget-cta.cta11 {
    margin-left:  0px;
    margin-top:  20px;
}

.footer-single-widget-cta.cta11 a {
    color: #777;
    font-size: 16px;
    padding-bottom: 3px;
}
.footer-single-widget-cta.cta11 i{
    color:  #777;
    font-size:  16px;
}

.footer-single-widget-cta.cta11 p {
    color: #777;
}
.footer-single-widget-cta.cta11 .widget-content {
    color:  #777;
    font-size:  16px;
}

/*properties 2 css*/
.featured-single-slide.ctas22 {
    margin-bottom: 35px;
    margin-top: 35px;
}
span.featured-price.cta {
    background:  none;
    -webkit-transition: .3s;
    transition:  .3s;
}

.featured-single-slide.ctas22:hover span.featured-price.cta {
    background:  #facc55;
}

/*properties list css*/

.featured-slide-text.ctasas span.properties-list-titles {
    font-size: 25px;
    color: #313131;
    margin-bottom: 13px;
    font-weight: 700;
}

.featured-slide-text.ctasas {
    padding-top:  0px;
}
p.metas2 i {
    color: #facc55;
    margin-right: 5px;
}

span.featured-price.ctas2 {
    color: #ff7925;
    background: none;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 10px;
    display: inline-block;
}

.featured-slide-text.ctasas span.featured-details span {
    font-size: 16px;
    font-weight: 500;
    color: #313131;
    border-right: 1px solid #fdb45f;
    padding-right: 9px;
    padding-left: 5px;
}
p.metas2 {
    margin-bottom: 20px;
}
.featured-slide-text.ctasas span.featured-details span:nth-child(4) {
    border-right: none;
}
.featured-slide-text.ctasas span.featured-details span:nth-child(1) {
    padding-left: 0px;
}
span.properties-days {
    float:  right;
    color:  #777777;
    font-weight:  300;
}

p.properties-list-meta {
    color: #313131;
    font-weight: 400;
    margin-top: 26px;
}

span.properties-author {
    color:  #777777;
    padding-right: 3px;
}

.properties-list-share span {
    color:  #313131;
    font-weight:  500;
    padding-right: 15px;
}

.properties-list-share a {
    color:  #313131;
    padding-right: 7px;
}
.featured-slide-text.ctasas span.featured-details {
    margin-bottom: 10px;
}
.properties-list-item {
    padding-bottom:  30px;
    border-bottom:  1px solid #ededed;
    margin-bottom: 50px;
}
.properties-list-item.cta {
    margin-bottom:  0px;
    padding-bottom:  0px;
    border-bottom:  none;
}

/*property masonry css*/
.home2-single-properties.ctasas {
    float:  left;
}

.home2-single-properties-overlay-text.cta2s p {
    border-bottom:  0px;
    margin-bottom: 0px;
}

.home2-single-properties-overlay-text.cta2s .home3-featured-boder {
    padding-top: 15px;
}

.home2-single-properties-overlay-text.cta2s {
    top: auto;
    bottom: 8%;
}
.home2-single-properties.ctasas {
    width: 30.66%;
    float: left;
    -webkit-transition: .4s;
    transition: .4s;
    margin: 15px;
}

/*properties sidebar css*/
span.properties-sidebar-left-ctasd {
    float:  right;
    padding-top:  15px;
    font-size:  20px;
}

span.properties-result {
    margin-left: 95px;
    font-weight:  500;
    color:  #313131;
}

.nice-select.properties-top-select {
    display:  inline-block;
    float:  inherit;
    margin-left: 18px;
    border:  1px solid #ff7925;
    border-radius:  0px;
    min-width:  220px;
    height: 50px;
    padding-top:  6px;
    color:  #313131;
    font-size:  16px;
}

.properties-sidebar-left-top {
    background:  #f7f7f7;
    padding:  15px;
}

.nice-select.properties-top-select ul {
    width:  100%;
}

span.properties-sidebar-left-ctasd i {
    margin-left: 15px;
}
.home2-single-properties.ctas12.ctasas {
    width: 48%;
    float: left;
    -webkit-transition: .4s;
    transition: .4s;
    margin: 0px;
    margin-top: 30px;
}
h4.properties-sidebar-title {
    font-size:  20px;
    color:  #313131;
    font-weight:  500;
    margin-bottom:  0px;
    margin-top:  30px;
}

/*propertis sidebar right side*/
.properties-sidebar-right-search {
    background: #ff7925;
    padding: 18px 10px;
    padding-bottom: 30px;
}

.properties-sidebar-right-search h3 {
    font-size:  25px;
    color:  #313131;
    font-weight:  500;
    margin-bottom: 25px;
}

.properties-sidebar-right-search
 form input[type="search"] {
    width:  100%;
    border:  none;
    color:  #313131;
    padding: 12px 16px;
}
.properties-sidebar-right-search
 form input::-webkit-input-placeholder{
    color:  #313131;
}
.properties-sidebar-right-search
 form input::-moz-placeholder{
    color:  #313131;
}
.properties-sidebar-right-search
 form input:-ms-input-placeholder{
    color:  #313131;
}
.properties-sidebar-right-search
 form input::placeholder{
    color:  #313131;
}
.nice-select.properties-top-select-right {
    width:  100%;
    border-radius:  0px;
    margin-top: 20px;
    height: 53px;
    padding-top:  6px;
    font-size:  16px;
    color:  #313131;
}
a.properties-sidebar-btn {
    color:  #313131;
    background:  #fff;
    width:  100%;
    display:  inline-block;
    padding:  12px 14px;
    margin-top: 20px;
}

a.properties-sidebar-right-btns {
    font-weight:  500;
    color:  #fff;
    background:  #313131;
    padding: 13px 40px;
    display:  inline-block;
    border-radius:  4px;
    margin-top: 20px;
}

a.properties-sidebar-right-btns:hover {
    color:  #ff7925;
}

a.properties-sidebar-btn:hover {
    color:  #ff7925;
}
.blog-sidebar-right-single.cta3 {
    margin-top: 50px;
}

.blog-sidebar-right-single.cta3 h4.blog-sidebar-title {
    margin-bottom: 50px;
    border-bottom:  none;
}

.blog-sidebar-right-single.cta3 h4.blog-sidebar-title:after {
    height:  2px;
}

.properties-sidebar-right-map {
    width: 431px;
    border: 5px solid #ffffff;
    box-shadow: 0px 0px 10px #f4f4f4;
}

/*
 *****************************************
 >>> | single properties v1 start
 *****************************************
*/

.single-properties-v1-slide-bottom {
    padding:  0px 15px;
    margin-top: 5px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.single-properties-v1-single-slide-top {
    padding:  5px;
}

.single-properties-v1-slide-bottom .slick-arrow {
    position:  absolute;
    left:  0;
    top:  40px;
    font-size:  25px;
    color:  #313131;
    cursor: pointer;
}

.single-properties-v1-slide-bottom .slick--next.slick-arrow {
    left:  auto;
    right: 0;
}
.single-properties-v1-title h3 {
    font-size:  25px;
    color:  #313131;
    font-weight:  700;
}

span.ctsc {
    font-size: 16px;
    color: #fff;
    background:  #ff7925;
    padding: 6px 14px;
    border-radius: 4px;
    margin-left:  20px;
}

span.ctas-right {
    font-weight: 500;
    float:  right;
    color: #313131;
}

span.metas-3 {
    float:  right;
    color: #777;
}

.single-properties-v1-title {
    margin-bottom: 46px;
}

.single-properties-details {
    margin-top: 55px;
}

h4.single-properties-title-cs {
    font-size:  20px;
    color:  #313131;
    font-weight:  500;
    padding-bottom: 10px;

    border-bottom:  1px solid #e0e0e0;
}

.single-properties-details p {
    color:  #777777;
}

.single-property-details.cta2 {
    margin-top: 50px;
}

.single-property-details.cta2 h5 {
    font-size:  16px;
    font-weight:  700;
    color:  #313131;
}

.single-property-details.cta2 h5
 span {
    color:  #313131;
    font-weight:  400;
}

.single-property-details.cta3 {
    margin-top: 20px;
}

.single-property-details.cta3 a {
    color:  #313131;
    margin-bottom: 10px;
    display:  inline-block;
}

.single-property-details.cta3 a i {
    margin-right: 15px;
    -webkit-transition: .3s;
    transition:  .3s;
}

.single-property-details.cta3 a:hover i {
    -webkit-transform:  translateX(10px);
            transform:  translateX(10px);
    color:  #ff7925;
}

.single-property-details.cta3 a:hover {
    color: #ff7925;
}

.single-property-details.cta4 {
    margin-top: 40px;
}

.section-testimonial-items.cta5 {
    margin-top: 40px;
}

.single-property-agent {
    margin-top: 60px;
}

.single-property-agent img {
    margin-top:  15px;
}

.single-property-agent-text {
    margin-top:  10px;
}

.single-property-agent-text h4 {
    font-size:  20px;
    font-weight:  500;
    color:  #313131;
    margin-bottom:  10px;
}

.single-property-agent-text p {
    color:  #777777;
    margin-bottom: 9px;
}

.single-property-agent-text a {
    display:  block;
    color:  #777777;
    margin-bottom: 10px;
}

.single-property-social-icons a {
    display:  inline-block;
    color:  #313131;
    margin-right: 15px;
}

.single-property-social-icons {
    margin-top:  20px;
}

.single-property-social-icons a:hover {
    color:  #ff7925;
}

.single-property-contact {
    margin-top: 50px;
}

.single-property-contact form input[type="text"], .single-property-contact form input[type="email"], .single-property-contact form textarea {
    width:  100%;
    background: #f7f7f7;
    border:  none;
    padding:  12px;
    margin-bottom: 20px;
    color:  #777;
}

.single-property-contact form textarea {
    height:  150px;
    margin-bottom:  10px;
}

.single-property-contact form input::-webkit-input-placeholder {
    color:  #313131;
}

.single-property-contact form input::-moz-placeholder {
    color:  #313131;
}

.single-property-contact form input:-ms-input-placeholder {
    color:  #313131;
}

.single-property-contact form input::placeholder {
    color:  #313131;
}

.single-property-contact form input[type="submit"], .contact-v2-bottom-area form input[type="submit"]{
    padding: 14px 30px;
    border:  none;
    background:  #ff7925;
    font-weight:  500;
    color:#fff;
    border-radius:  4px;
    cursor:  pointer;
    -webkit-transition: .3s;
    transition:  .3s;
}

.single-property-contact form input[type="submit"]:hover, .contact-v2-bottom-area form input[type="submit"]:hover {
    background:  #000000;
    color: #ff7925;
}


.single-property-right-form {
    background:  #f9f9f9;
    padding: 10px;
}

.single-property-right-form h3 {
    font-size:  25px;
    color:  #313131;
    font-weight:  500;
    padding-bottom:  12px;
    padding-top:  10px;
}

.single-property-single-contact {
    background:  #ffffff;
    margin-bottom: 10px;
    padding: 10px;
}

.single-property-single-contact input[type="text"] {
    width:  100%;
    border:  1px solid transparent;
    font-size:  14px;
    color:  #777777;
    padding: 7px;
    padding-left: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}
.single-property-single-contact input[type="text"]:hover {
    border: 1px solid #cfcfcf;
}

.single-property-single-contact input::-webkit-input-placeholder {
    color: #777;
}

.single-property-single-contact input::-moz-placeholder {
    color: #777;
}

.single-property-single-contact input:-ms-input-placeholder {
    color: #777;
}

.single-property-single-contact input::placeholder {
    color: #777;
}

.single-property-single-contact span, .single-property-single-contact-cta span {
    color:  #313131;
    padding-left: 10px;
    display:  inline-block;
    margin-bottom:  8px;
}

.single-propert-select {
    width: 100%;
    border-radius: 0px;
    background: #fff;
    border: none;
}

.single-property-single-contact-cta {
    background: #fff;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    padding-top: 10px;
}
.single-propert-select ul {
    width:  100%;
}
.single-property-single-contact-cta span {
    margin-left: 0;
    color: #777;
    font-weight: 400;
    padding-left: 0px;
}

.single-property-single-contact-cta span.ctaclor {
    color: #313131;
    padding-left: 20px;
}
.single-property-right-form form input[type="submit"] {
    padding: 13px 46px;
    background:  #ff7925;
    border:  none;
    border-radius:  4px;
    font-weight:  500;
    -webkit-transition: .3s;
    transition:  .3s;
    margin-bottom: 23px;
    margin-top: 23px;
    cursor:  pointer;
}

.single-property-right-form form input[type="submit"]:hover {
    background:  #000000;
    color: #ff7925;
}
h4.blog-sidebar-title.ctas {
    font-weight:  500;
    font-size:  25px;
}
.blog-sidebar-right-post-text.cta
 h5 {
    font-size:  18px;
    font-weight:  500;
    color:  #313131;
}

/*
 *****************************************
 >>> | single properties v2 start
 *****************************************
*/

.single-properties-v1-single-slide-top img {
    width:  100%;
}
.single-properties-v2-slide-bottom .slick-arrow {
    position: absolute;
    left: 60px;
    top: -20px;
    font-size: 25px;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
}
.single-properties-v2-slide-bottom .slick-arrow:hover {
    color: #ff7925;
}

.single-properties-v2-slide-bottom .slick--next.slick-arrow {
    top:  auto;
    bottom: -26px;
}
.single-properties-v2-slide-bottom {
    padding-top: 10px;
    margin-right: -15px;
}


.single-properties-v2-slide img {
    width:  100%;
 /*   height: 545px;*/
}

.single-properties-v2-slide-bottom .single-properties-v1-single-slide-top{
    padding-right: 0px;
    padding-left: 0px;
}
.single-properties-v2-slide-bottom .single-properties-v1-single-slide-top img{
    width: 100%;
}
.property-details-v2 h4.single-properties-title-cs {
    border-bottom:  none;
}

.property-details-v2 .single-property-details.cta3 {
    margin-top:  0px;
}

.property-details-v2 {
    border:  1px solid #f6f6f6;
    padding-bottom: 30px;
    padding-top:  30px;
    padding-left: 14px;
    padding-right: 15px;
}

.single-property-details.cta2 .property-details-v2 h5, .single-property-details.cta2 .property-details-v2 a {
    font-size: 15px;
}
.single-property-contact.cta {
    margin-top: 20px;
}

.single-property-contact.cta h4.single-properties-title-cs {
    margin-bottom:  0px;
    border-bottom:  none;
}

.single-property-contact.cta form textarea {
    height: 260px;
}
.single-property-agent-text.cta img {
    width:  100%;
}

.single-property-agent-text.cta h4 {
    margin-top:  30px;
}

.properties-sidebar-right-search.cta {
    background:  #fafafa;
}

.properties-sidebar-right-search form input::-webkit-input-placeholder {
    color: #777;
}

.properties-sidebar-right-search form input::-moz-placeholder {
    color: #777;
}

.properties-sidebar-right-search form input:-ms-input-placeholder {
    color: #777;
}

.properties-sidebar-right-search form input::placeholder {
    color: #777;
}

.properties-sidebar-right-search.cta .nice-select {
    border:  none;
    color: #777;
}

.properties-sidebar-right-search.cta a.properties-sidebar-btn {
    color:  #777;
}

.properties-sidebar-right-search.cta a .properties-right-side-btns {
    color:  #fff;
}
.properties-sidebar-right-search.cta a.properties-sidebar-right-btns {
    background: #313155;
}

.blog-sidebar-right-single.cts4 h4.blog-sidebar-title {
    border-bottom:  none;
}

.blog-sidebar-right-single.cts4 h4.blog-sidebar-title:after {
    height:  2px;
    width: 60px;
}
.blog-sidebar-right-single.cts4 {
    margin-top: 50px;
}

.blog-sidebar-right-recent-post {
    margin-bottom: 50px;
    margin-top: 30px;
}
.blog-sidebar-right-single.cts4 {
    margin-top: 50px;
}

.blog-sidebar-right-single.cts4 h5 {
    font-size: 15px;
}

.single-property-right-form.ctas5 {
    background: #313155;
    margin-top: 40px;
    display: inline-block;
}

.single-property-right-form.ctas5 h3.single-proerty-right-title {
    color: #fff;
}


/*faq css*/
.faq-left a {
    color:  #313131;
    font-size: 20px;
    font-weight:  500;
    padding-left:  0px;
    padding-bottom: 10px;
}

.faq-left a.active {
    color:  #ff7925;
}

.faq-content h3 {
    font-size:  25px;
    color:  #313131;
    font-weight:  500;
    margin-bottom: 20px;
}

.faq-content p {
    color:  #777777;
}

/*contact v1 css*/
.single-property-contact.cfs2 h4, h3.contact-v1-rught-title {
    font-size:  25px;
    color:  #313131;
    margin-bottom: 25px;
    border-bottom:  none;
    font-weight: 500;
}

.single-property-contact.cfs2 form
 span {
    color:  #313131;
    margin-bottom: 16px;
    display:  inline-block;
}
.contact-v2-bottom-area form input[type="submit"] {
    padding: 15px 52px;
    margin-top: 12px;
}
.single-property-contact.cfs2 form input[type="text"], .single-property-contact form input[type="email"], .single-property-contact form textarea {
    margin-bottom: 14px;
}
.single-property-contact.cfs2 {
    margin-top: 0px;
}
.contact-v1-right {
    background:  #f7f7f7;
    padding-bottom:  80px;
    padding-top:  30px;
    margin-top: 58px;
}

span.contact-v1-icon {
    float:  left;
    height: 52px;
    width: 45px;
    font-size: 18px;
    background:  #ff7925;
    text-align:  center;
    line-height:  53px;
    color:  #fff;
    margin-top: 13px;
    -webkit-transition: .4s;
    transition: .4s;
}

span.contact-v1-icon a {
    color:  #fff;
}

.contact-right-v1-text {
    margin-left:  65px;
}

.contact-right-v1-text h5 {
    font-size:  18px;
    font-weight:  500;
    color:  #313131;
    margin-bottom:  10px;
}

.contact-right-v1-text p {
    font-size:  16px;
    margin-bottom:  0px;
    color:  #313131;
}

.contact-v1-right-single {
    margin-bottom:  30px;
}

.contact-right-v1-text a {
    color: #313131;
    font-size: 16px;
    display: block;
}

.contact-v1-right-single:hover span.contact-v1-icon, .contact-v1-right-single:hover span.contact-v1-icon a {
    background:  #111;
    color: #fff;
}
.single-property-contact.cfs2 form textarea {
    height: 200px;
}

/*contact v2 css*/
.contact-branch-left h3 {
    font-size:  25px;
    color:  #313131;
    font-weight:  500;
    margin-bottom: 40px;
}

.contact-branch-tab a {
    padding-left:  0px;
    color:  #313131;
    font-size:  18px;
    font-weight:  500;
    display:  block;
}

.contact-branch-tab li a {
    display:  block;
    padding: 12px 10px;
    background: #f7f7f7;
    margin-bottom: 10px;
    text-align:  center;
}

.contact-branch-tab ul {
    display:  inherit;
}

.contact-branch-tab a.active {
    background:  #ff7925;
}
.branch-tab-content {
    padding-bottom: 30px;
    background:  #fbfbfb;
    padding-top:  30px;
    padding-left:  15px;
    padding-right: 15px;
}

.map-2 {
    margin-top:  28px;
}

.branch-tab-content span {
    color:  #313131;
    font-size:  16px;
    display:  block;
    margin-bottom: 10px;
}

.branch-tab-content a {
    color:  #313131;
}

.branch-tab-content i {
    margin-right: 12px;
}
.map-2 {
    border: 5px solid #fff;
    box-shadow: 0px 10px 20px #f1f1f1;
}

.contact-v1-right.cta {
    background:  none;
    border:  1px solid #f1f1f1;
    margin-top:  39px;
    padding-bottom: 99px;
}


/*contact v2 css*/
.contact-v2-bottom-area {
    padding-top: 70px;
    padding-bottom: 80px;
}

.contact-v2-title-bottom h4.single-properties-title-cs {
    border-bottom:  none;
    padding-bottom: 27px;
}

.contact-v2-bottom-area .single-property-contact.cfs2 form textarea {
    height: 272px;
}

/*404 css*/
.error-area {
    background: url(assets/img/404.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    padding: 190px 0px;
    color: #fff;
}
.error-area:after {
    position:  absolute;
    left:  0;
    top:  0;
    height:  100%;
    width:  100%;
    content:  "";
    background:  #111;
    z-index:  -1;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.error-area h1 {font-weight:  500;}

.error-area h2 {
    font-size:  30px;
    margin-bottom: 9px;
}

.error-area p {
    margin-bottom:  10px;
}

.error-area a {
    font-weight:  500;
    color: #202020;
    padding: 12px 50px;
    background:  #ff7925;
    display:  inline-block;
    border-radius:  4px;
    margin-top: 15px;
}

.error-area a:hover {
    background:  #313254;
    color:  #fff;
}


/*preloader css*/
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.home-preloder {
    background: #313254;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.home-preloder .spinner {
    left: 45%;
    position: absolute;
    top: 30%;
}
.home-preloder .spinner div {
    background: hsl(0, 0%, 100%) none repeat scroll 0 0;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/*the end css*/
.list-style-1 i{
    margin-right: 10px;
    color: #5c00ff;
}
.list-style-2{
    display: flex;
}
.icon-width{
    margin-right:5px ;
}
.highlights li{
    margin-bottom: 20px;
    align-items: center;
    display: flex;
}
/* feature-item-6 */
.ltn__feature-item-6 {
    border: 1px solid #f6f6f6;
     margin-bottom: 30px; 
    padding: 10px 10px;
}
   
    .ltn__feature-item-6 .ltn__feature-icon {
      color: var(--ltn__secondary-color); }
      .ltn__feature-item-6 .ltn__feature-icon i {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
        .ltn__feature-icon img {
          width: 60px;
      margin: 0 auto;
        }
    .ltn__feature-item-6 .ltn__feature-info p {
      font-size: 14px;
      margin-bottom: 0; }
    .ltn__feature-item-6 .ltn__feature-info p + p {
      margin-top: 15px; }
    .ltn__feature-item-6 .ltn__feature-info .ltn__service-btn {
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      color: var(--ltn__color-1);
      font-weight: 700;
      font-size: 14px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 25px; }
      .ltn__feature-item-6 .ltn__feature-info .ltn__service-btn i {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .ltn__feature-item-6.active, .ltn__feature-item-6:hover {
      -webkit-box-shadow: var(--ltn__box-shadow-1);
      box-shadow: var(--ltn__box-shadow-1); }
      .ltn__feature-item-6.active::before, .ltn__feature-item-6:hover::before {
        width: 100%;
        opacity: 1;
        visibility: visible; }
      .ltn__feature-item-6.active .ltn__feature-info .ltn__service-btn,
      .ltn__feature-item-6.active .ltn__feature-icon, .ltn__feature-item-6:hover .ltn__feature-info .ltn__service-btn,
      .ltn__feature-item-6:hover .ltn__feature-icon {
        color: var(--ltn__secondary-color); }
        .ltn__feature-icon{
            margin-bottom: 20px;
        }



.img-layout{
    margin: 0 auto;
    display: block;
}
.portfolio .homes .button {
    font-size: 13px;
    line-height: 15px;
    font-weight: 600;
    padding: 5px;
    border-radius: 30px;
    color: #fff;
    border: none;
    background-color: $firstcolor;
    display: inline-block;
    z-index: 1;
}
.portfolio .homes-tag.featured {
    left: 15px;
    margin-top: 15px;
}
.portfolio .homes-price,
.portfolio .homes-tag {
    position: absolute;
    z-index: 99;
}
.portfolio .homes-tag.sale {
    background: #e54242 !important;
    width: 150px !important;
    font-weight: 400;
    /* height: 31px; */
    font-weight: 100;
}
.portfolio .homes-tag.sale {
    left: -10px;
    margin-top: 15px;
    top: 0;
}
.portfolio .homes-tag.sale i{
    margin-right: 2px ;
}
.portfolio .homes-tag.sale.rent {
    background: #ffb200 !important;
    color: #fff;
    z-index: 1;
}
.portfolio .price-properties {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
}
.portfolio .compare {
    margin-top: 1.1rem;
    line-height: 0px;
}
.portfolio .compare a {
    margin-right: 1.5rem;
}
.portfolio .compare a:last-child {
    margin-right: 0px;
}
.portfolio .compare i {
    font-size: 1rem;
    transition: all .5s ease;
}
.portfolio .fa-exchange-alt {
    color: #666;
}
.portfolio .fa-exchange-alt:hover {
    color: #18ba60;
}
.portfolio .fa-share-alt {
    color: #666;
}
.portfolio .fa-share-alt:hover {
    color: #ffb200;
}
.portfolio .fa-heart-o {
    color: #666;
}
.portfolio .fa-heart-o:hover {
    color: #e54242;
}
.portfolio .homes-price {
    color: #fff;
    font-size: 13px !important;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 2px;
    background: #3a2c5f;
    bottom: 15px;
    left: 15px;
    z-index: 1;
}
.portfolio .homes-content {
    background: #fff !important;
    padding: 10px 10px !important;
}
.portfolio .homes-content h3.title a {
    font-size: 1.1rem;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    text-decoration: none;
}
.portfolio .homes-content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #444;
    margin-bottom: 3px;
}
.portfolio .homes-content h3 a {
    font-size: 1.2rem;
    font-weight: 600;
    color: #4b0081;
    
    margin-bottom: 20px;
    text-decoration: none;
    transition: all .3s ease;
}
.portfolio .homes-content h3 a:hover {
    color: $firstcolor;
}
.price-properties h3 {
    margin-top: 1.3 !important;
    margin-bottom: 0px;
}
.portfolio .homes-content .homes-address {
    margin-top: 0px;
}
.portfolio .homes-content .homes-address .fa-map-marker {
    font-size: 1rem;
    text-decoration: none;
    color: #18ba60;
}
.portfolio .homes-content .homes-address a {
    text-decoration: none;
}
.portfolio .homes-content .homes-address a span {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 1px;
    text-decoration: none;
}
.portfolio .homes-address span {
    color: $text;
}
.portfolio .homes-content .homes-address a i {
    margin-right: 10px;
}
.portfolio .homes-content .homes-list {
    padding-left: 0px;
    padding-bottom: .9rem;
    margin: 0;
}
.portfolio .homes-content .homes-list li {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 40px;
    list-style: none;
    color: $firstcolor;
}
.portfolio .homes-content .homes-list li i {
    font-size: 1rem;
    margin-right: 5px;
    color: $firstcolor;
}
.portfolio .homes-content .homes-list span {
    color: $text;
}
.portfolio .footer {
    background: none;
    border-top: 1px solid #e8e8e8;
    padding-top: 1rem;
    font-size: 13px;
    color: $text;
}
.portfolio .footer a {
    color: $text;
    text-decoration: none;
}
.portfolio .footer span {
    float: right;
}
.portfolio .footer i {
    margin-right: 5px;
    color: #696969;
    font-size: 18px;
}
/*----- HOVER EFFECT -----*/
.portfolio .project-single {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid #e7e7e7;
}
.portfolio .project-inner {
    position: relative;
    overflow: hidden;
}
.portfolio .project-head {
    position: relative;
    text-align: center;
}
.portfolio .project-head:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    z-index: 1;
    background: $secondcolor;
    color: #fff;
    text-align: center;
    transition: all .5s ease;
}
.portfolio .project-single:hover .project-head:before {
    opacity: 0.8;
}
.portfolio .project-head img {
    width: 100%;
    z-index: 2;
}
.portfolio .project-bottom {
    text-align: center;
    padding: 10px 0 0;
    position: absolute;
    width: 100%;
    text-align: left;
    z-index: 333;
    text-align: center;
    top: 50%;
    margin-top: -23.5px;
}
.portfolio .project-bottom h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}
.portfolio .project-bottom h4:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}
.portfolio .project-single:hover .project-bottom h4 {
    opacity: 1;
    visibility: visible;
}
.portfolio .project-bottom h4 a {
    color: #fff;
    text-decoration: none;
}
.portfolio .project-bottom h4 span {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 400;
}
.portfolio .button-effect {
    position: absolute;
    text-align: left;
    bottom: 0;
    right: 0;
    z-index: 33;
    background: transparent;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    padding: 8px 15px;
    border-radius: 20px 0 0 0;
    transition: all 0.4s ease;
    margin-bottom: .7rem;
}
.portfolio .project-single:hover .button-effect {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
}
.portfolio .button-effect .btn {
    display: inline-block;
    color: #fff;
    box-shadow: none;
    padding: 0;
    margin-right: 15px;
    border-radius: 100%;
    width: 31px;
    height: 31px;
    line-height: 31px;
    background: #fff;
    z-index: 99;
}
.portfolio .button-effect .btn:hover {
    color: #fff;
}
.portfolio .button-effect .btn:last-child {
    margin: 0;
}
.portfolio .load-button {
    margin-top: 50px;
}
.portfolio .load-button .btn {
    padding: 14px 30px;
    color: #fff;
    font-weight: 500;
    border: none;
    transition: all 0.4s ease;
    margin: 0;
}
.portfolio .load-button .btn:hover {
    background: #353535;
}
.portfolio .button-effect .fa-link:before {
    content: "\f0c1";
    font-family: FontAwesome;
    color: #000;
}
.portfolio .button-effect .fa-video:before {
    content: "\f03d";
    font-family: FontAwesome;
    color: #000;
}
.portfolio .button-effect .fa-photo:before {
    content: "\f03e";
    font-family: FontAwesome;
    color: #000;
}
.button-effect i{
    color: #000;
    width: 16px;
    height: 16px;
    font-weight: 500;
    color: #ff7925;
}
.bg-latest{
    background: #f5f7fb;
}
.contact-btn{
    font-weight: 500;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 5px;
    border: 2px solid #ff7925;
    margin-top: 5px;
    background-color: #ff7925;
}
.banner-image-content {
    position: absolute;
    top: 20%;
    color: #000;

}
.banner-image{
    position: relative;
}
.banner-image-content::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #000;
    opacity: .45;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    z-index: -1;
}
.list-content li i{
    color: #e54242;
}
.about-section-padding{
    padding: 40px 0;
}
.call-btns{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.call-btns .call-list a{
    background: #ff7925;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    padding: 9px 12px;
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
}
.call-btns .call-list a:nth-child(1){
    background-color: #2196f3
}
.call-btns .call-list a:nth-child(2){
    background-color: #8bc34a
}
.about-heading{
    color: #fd5f2d;
    margin-bottom: 5px;
}

.form-width{
    max-width: 300px;
}
.green-c{
background: #21c168 !important;
}

.footer-call{
    position: fixed;
    right: 10px;
    bottom: 20px;
    display: block;
    z-index: 999999;
}
@media screen and (max-width: 800px){
     .ctas-right {
        font-weight: 500;
        float: none !important;
        color: #313131;
        display: block;
        margin-top: 20px;
    }
    span.metas-3 {
      
        display: block;
    }
}
.content-limit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* Change this value to adjust the number of lines to show */
    -webkit-box-orient: vertical;
  }
  
  
  /*--------------------------------------------------------------
  # Blog
  --------------------------------------------------------------*/
  .blog {
    padding: 20px 0;
  }
  
  .blog .entry {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  
  .blog .entry .entry-img {
    max-height: 440px;
    margin: -30px -30px 20px -30px;
    overflow: hidden;
  }
  
  .blog .entry .entry-title {
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 20px 0;
  }
  .blog .entry .tags {
  
  
  display: inline-block;
     
      padding: 5px;
      margin-right: 5px;
      border-radius: 5px;
      /* margin-left: 20px; */
  }
  .blog .entry .entry-title a {
    color: #473d3a;
    transition: 0.3s;
  }
  
  .blog .entry .entry-title a:hover {
    color: #0c71c3;
  }
  
  .blog .entry .entry-meta {
    margin-bottom: 15px;
    color: #afa29e;
  }
  
  .blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  
  .blog .entry .entry-meta ul li+li {
    padding-left: 20px;
  }
  
  .blog .entry .entry-meta i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
  }
  
  .blog .entry .entry-meta a {
    color: #656262;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
  }
  
  .blog .entry .entry-content p {
    line-height: 24px;
  }
  
  .blog .entry .entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right;
  }
  
  .blog .entry .entry-content .read-more a {
    display: inline-block;
    background: #0c71c3;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
  }
  
  .blog .entry .entry-content .read-more a:hover {
    background: #75c1ff;
  }
  
  .blog .entry .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
  }
  
  .blog .entry .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
  }
  
  .blog .entry .entry-content blockquote p {
    color: #313030;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
  }
  
  .blog .entry .entry-content blockquote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #473d3a;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .blog .entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
  }
  
  .blog .entry .entry-footer i {
    color: #988782;
    display: inline;
  }
  
  .blog .entry .entry-footer a {
    color: #554945;
    transition: 0.3s;
  }
  
  .blog .entry .entry-footer a:hover {
    color: #0c71c3;
  }
  
  .blog .entry .entry-footer .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
  }
  
  .blog .entry .entry-footer .cats li {
    display: inline-block;
  }
  
  .blog .entry .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
  }
  
  .blog .entry .entry-footer .tags li {
    display: inline-block;
  }
  
  .blog .entry .entry-footer .tags li+li::before {
    padding-right: 6px;
    color: #6c757d;
    content: ",";
  }
  
  .blog .entry .entry-footer .share {
    font-size: 16px;
  }
  
  .blog .entry .entry-footer .share i {
    padding-left: 5px;
  }
  
  .blog .entry-single {
    margin-bottom: 30px;
  }
  
  .blog .blog-author {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  
  .blog .blog-author img {
    width: 120px;
    margin-right: 20px;
  }
  
  .blog .blog-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
    color: #473d3a;
  }
  
  .blog .blog-author .social-links {
    margin: 0 10px 10px 0;
  }
  
  .blog .blog-author .social-links a {
    color: rgba(71, 61, 58, 0.5);
    margin-right: 5px;
  }
  
  .blog .blog-author p {
    font-style: italic;
    color: #a4a2a2;
  }
  
  .blog .blog-comments {
    margin-bottom: 30px;
  }
  
  .blog .blog-comments .comments-count {
    font-weight: bold;
  }
  
  .blog .blog-comments .comment {
    margin-top: 30px;
    position: relative;
  }
  
  .blog .blog-comments .comment .comment-img {
    margin-right: 14px;
  }
  
  .blog .blog-comments .comment .comment-img img {
    width: 60px;
  }
  
  .blog .blog-comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px;
  }
  
  .blog .blog-comments .comment h5 a {
    font-weight: bold;
    color: #313030;
    transition: 0.3s;
  }
  
  .blog .blog-comments .comment h5 a:hover {
    color: #0c71c3;
  }
  
  .blog .blog-comments .comment h5 .reply {
    padding-left: 10px;
    color: #473d3a;
  }
  
  .blog .blog-comments .comment h5 .reply i {
    font-size: 20px;
  }
  
  .blog .blog-comments .comment time {
    display: block;
    font-size: 14px;
    color: #635551;
    margin-bottom: 5px;
  }
  
  .blog .blog-comments .comment.comment-reply {
    padding-left: 40px;
  }
  
  .blog .blog-comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  
  .blog .blog-comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
  }
  
  .blog .blog-comments .reply-form p {
    font-size: 14px;
  }
  
  .blog .blog-comments .reply-form input {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
  }
  
  .blog .blog-comments .reply-form input:focus {
    box-shadow: none;
    border-color: #84bbe8;
  }
  
  .blog .blog-comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
  }
  
  .blog .blog-comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: #7eb6e3;
  }
  
  .blog .blog-comments .reply-form .form-group {
    margin-bottom: 25px;
  }
  
  .blog .blog-comments .reply-form .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    background-color: #473d3a;
  }
  
  .blog .blog-comments .reply-form .btn-primary:hover {
    background-color: #554945;
  }
  
  .blog .blog-pagination {
    color: #7f6d68;
  }
  
  .blog .blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  .blog .blog-pagination li {
    margin: 0 5px;
    transition: 0.3s;
  }
  
  .blog .blog-pagination li a {
    color: #473d3a;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .blog .blog-pagination li.active,
  .blog .blog-pagination li:hover {
    background: #0c71c3;
  }
  
  .blog .blog-pagination li.active a,
  .blog .blog-pagination li:hover a {
    color: #fff;
  }
  
  .blog .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  
  .blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #473d3a;
    position: relative;
  }
  
  .blog .sidebar .sidebar-item {
    margin-bottom: 30px;
  }
  
  .blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative;
  }
  
  .blog .sidebar .search-form form input[type=text] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px);
  }
  
  .blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #0c71c3;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    line-height: 0;
  }
  
  .blog .sidebar .search-form form button i {
    line-height: 0;
  }
  
  .blog .sidebar .search-form form button:hover {
    background: #32fadc;
  }
  
  .blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
  }
  
  .blog .sidebar .categories ul li+li {
    padding-top: 10px;
  }
  
  .blog .sidebar .categories ul a {
    color: #473d3a;
    transition: 0.3s;
  }
  
  .blog .sidebar .categories ul a:hover {
    color: #0c71c3;
  }
  
  .blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: #989595;
    font-size: 14px;
  }
  
  .blog .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px;
  }
  
  .blog .sidebar .recent-posts img {
    width: 80px;
    float: left;
  }
  
  .blog .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
  }
  
  .blog .sidebar .recent-posts h4 a {
    color: #473d3a;
    transition: 0.3s;
  }
  
  .blog .sidebar .recent-posts h4 a:hover {
    color: #0c71c3;
  }
  
  .blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #989595;
  }
  
  .blog .sidebar .tags {
    /* margin-bottom: -10px; */
    display: inline-block;
      background-color: #e0e0e0;
      padding: 5px;
      margin-right: 5px;
      border-radius: 5px;
      margin-left: 20px;
  }
  
  .blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
  }
  
  .blog .sidebar .tags ul li {
    display: inline-block;
  }
  
  .blog .sidebar .tags ul a {
    color: #8d7973;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #f4f2f2;
    display: inline-block;
    transition: 0.3s;
  }
  
  .blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid #0c71c3;
    background: #0c71c3;
  }
  
  .blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: #ddd7d6;
    font-size: 14px;
  }


  .form-control {

    border: 1px solid #ff7925 !important;}
  
    .clear-btn {
        font-weight: 500;
        color: #ffffff;
        padding: 10px 25px;
        border-radius: 5px;
        border: 2px solid red;
        margin-top: 5px;
        background-color: red;
        cursor: pointer;
    }
    .contact-btn{
        cursor: pointer;
    }
    .bootstrap-select >.dropdown-toggle ,.bootstrap-select.form-control{
            cursor: pointer !important;
    }