@charset "utf-8";
/* CSS Document 
Project Name: Homy - Real Estate html Template     
Version:  1.5   
Author Name: Awesome_Theme

---///---///--- TABLE OF CONTENT ---///---///---

01. IMPORTED STYLE CSS
02. GENERAL CSS
        * FORM COMMON CSS
        * TITLE CSS
        * FORM COMMON CSS
        * BTN CSS
        * BACKGROUND OVER LAYER
        * scrollup css
        * Preloader css
        * featherlight css
        * pagination
03. MAIN HEADER CSS
04. MAIN SLIDER CSS
05. MAIN SEARCH CSS
        * main search two
06. ABOUT CSS
07. Call CSS
07. PROPERTY CSS
        * Property right sidebar
        * Property Details
09. AGENTS CSS
        * Agents two
        * Agents Three
        * Agents Detais css
10. BLOG CSS
        * Blog details css
11. NEWSLETTER CSS
12. BRAND CSS
13. INNER HEADING CSS
14. PLAN CSS
15. TESTIMONIAL CSS
16. SERVICE CSS
17. ACCOUNT CSS
18. FAQ CSS
19. ERROR CSS
20. CONTACT CSS
21. MAIN FOOTER CSS
        * COPY RIGHT CSS
*/


/*---///---///---///---///---///---///---///---///---///---
    01. IMPORTED STYLE CSS
---///---///---///---///---///---///---///---///---///---*/
/* GOOGLE FONTs */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,600,600i,700,700i');

/*---///---///---///---///---///---///---///---///---///---
    02. GENERAL CSS 
---///---///---///---///---///---///---///---///---///---*/

@media (min-width: 1200px) {
    .container {
        max-width: 1170px !important;
    }
}

body {
    background: #ffffff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #171717;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 0;
}
h1 {
    font-size: 25px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 19px;
}
h4 {
    font-size: 17px;
}
p {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #0170fe;
}
a:focus,
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* COMMON CSS */
.at-property-sec .nv-block-banners img{margin:15px 0} 
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}
.at-col-default-mar {
    margin-bottom: 30px;
}
.at-color-word {
    color: #CC935C;
}
/* TITLE CSS START */
.at-sec-title {
    text-align: center;
    font-size: 36px;
}
.at-sec-title h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.at-sec-title h2 span {
    color: #CC935C;
}
.at-sec-title p {
    color: #333333;
    font-size: 14px;
}
.at-heading-under-line {
    width: 100%;
    height: 1px;
    background: #ccc;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
}
.at-heading-under-line .at-heading-inside-line {
    width: 50%;
    height: 3px;
    background: #ffc20f;
    position: absolute;
    left: 25%;
    top: -1px;
    margin-left: -15px;
}
.at-sec-title-left {
    text-align: left;
}
.at-sec-title-left .at-heading-under-line {
    margin: 0;
    margin-bottom: 20px;
}
.at-sec-title-left .at-heading-under-line .at-heading-inside-line {
    margin-left: 0;
    left: 0;
}


/* FORM COMMON CSS START */
.ui-datepicker table {
    background: #fff;
    border: 1px solid #ccc;
}
.ui-datepicker td span, .ui-datepicker td a {
    padding: 0 !important;
    text-align: center !important;
}
.form-control {
    resize: none;
    height: 40px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.form-control:focus {
    border-color: #CC935C;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
::-webkit-input-placeholder {
    color: #676767 !important;
}
::-moz-placeholder {
    color: #676767 !important;
}
:-ms-input-placeholder {
    color: #676767 !important;
}
input:-moz-placeholder {
    color: #676767 !important;
}


.at-input::-webkit-input-placeholder {
    color: #c5c5c5 !important;
}
.at-input::-moz-placeholder {
    color: #c5c5c5 !important;
}
.at-input:-ms-input-placeholder {
    color: #c5c5c5 !important;
}
.at-input:-moz-placeholder {
    color: #c5c5c5 !important;
}

/* BTN CSS START*/
.at-btn-default {
    font-size: 18px;
    background: #CC935C;
    color: #ffffff;
    border: none;
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hvr-bounce-to-right {
    font-size: 14px;
    background: #CC935C;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    padding: 12px 22px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hvr-bounce-to-right:hover {
    background: #CC935C;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hvr-bounce-to-right:before {
    background-color: #bf864f;
}

/* BACKGROUND OVER LAYER START */

.at-over-layer-black {
    position: relative;
    padding: 25px 0;
}
.at-over-layer-white {
    position: relative;
}
.at-over-layer-white:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.8);
}

/* scrollup css start */
#dyscrollup-btn {
    z-index: 999999;
    position: fixed;
    bottom: 95px;
    right: 10px;
    cursor: pointer;
    display: none;
    color:#ffffff;
    text-align: center;
}
#dyscrollup-btn:before {
    content: "\f106";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #42afcd;
    color: #ffffff;
    font-size: 36px;
    padding: 5px 10px 10px;
}

/* Preloader css start */
#preloader { 
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: 9999999; 
    width: 100%; 
    height: 100%; 
    overflow: visible; 
    background: #ffffff url('../images/preloader.gif') no-repeat center center; 
}


/* featherlight css start */
.featherlight .featherlight-content{
    padding: 10px;
    border-bottom: none;
}
.featherlight-next span {
    right: -2%;
}
.featherlight-previous {
    right: 88%;
    top: 10px;
    left: 10px;
    bottom: 10px;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.featherlight-next {
    left: 88%;
    top: 10px;
    right: 10px;
    bottom: 10px;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.featherlight-next:hover, .featherlight-previous:hover {
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.featherlight-next span, .featherlight-previous span {
    font-size: 30px;
    color: #ffffff;
    text-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.featherlight .featherlight-close-icon {
    background: #000000;
    color: #ffffff;
    right: 20px;
    top: 20px;
    font-size: 16px;
    border: 1px solid #ffffff;
    padding: 0 5px;
}
/* pagination start*/
.at-pagination {
    text-align: center;
}
.at-pagination .pagination>li:first-child>a,
.at-pagination .pagination>li:last-child>a, 
.at-pagination .pagination>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.at-pagination .pagination>li>a, 
.at-pagination .pagination>li>span {
    background-color: #CC935C;
    color: #ffffff;
}
.at-pagination .pagination>li>a:hover, 
.at-pagination .pagination>li>span:hover {
    background-color: #111111;
    color: #ffffff;
}


/*---///---///---///---///---///---///---///---///---///---
    03. MAIN HEADER CSS 
---///---///---///---///---///---///---///---///---///---*/

.at-main-herader {}
/* Header topbar start */

.at-header-topbar {
    background-color: #42afcd;
    padding: 6px 0;
}
.at-header-topbar i {
    margin-right: 5px;
}
.at-header-topbar p {
    color: #fff;
    text-align: left;
}
.at-header-topbar p a {
    color: #fff;
}
.at-sign-in-up {
    text-align: right;
}
.at-sign-in-up p {
    margin-right: 15px;
    display: inline-block;
}
.at-social a i {
    color: #000;
    margin-right: 0;
    margin-left: 15px;
    width: 20px;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 2px solid #dcdcdc;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-social a i:hover {
    color: #CC935C;
    border-color: #CC935C;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Main Nav CSS Start */
.header-navbar {

}
.main-logo {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-logo img {
    width: auto;
    height: auto;
}
.nonleft{padding-left:0; margin-left:0}

.logo-white {
  display: block;
}
.logo-black {
  display: none;
}
.header-area.fixed-header .logo-white {
  display: none;
}
.header-area.fixed-header .logo-black {
  display: block;
}
.stellarnav ul {
    text-align: right;
}
.stellarnav>ul>li {
    margin-left: 20px;
}
.stellarnav>ul>li>a {
    font-size: 14px;
    color: #333333 !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 25px 0;
}
.stellarnav>ul>li>a:hover {
    color: #CC935C!important;
}
.stellarnav>ul>li:last-child a {

}
.stellarnav.light {
  background: transparent;
}
.stellarnav>ul>li.active>a {
}
.stellarnav ul ul {
    min-width: 280px;
    background: #CC935C;
    border: none;
    margin-left: 2px;
    padding: 0;
    -webkit-box-shadow: 0px 0px -2px rgba(128,128,128,1);
    -moz-box-shadow: 0px 0px -2px rgba(128,128,128,1);
    box-shadow: 0px 0px -2px rgba(128,128,128,1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.stellarnav ul li ul li a {
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 12px;
    border-top: 1px solid #eeeeee;
    background: #ffffff;
}
.stellarnav ul li ul li a:hover {
    background-color: #f2f2f2;
    color: #CC935C;
    padding-left: 20px;
}
.stellarnav ul li ul li:last-child a {
    border-bottom: none;
}
.stellarnav.light a, .stellarnav.light li a {
    color: #333333;
}
.stellarnav ul ul ul {
  top: 30px;
  right: 280px;
  left: auto;
}


/* Navbar Fixed CSS start */
.scroll-to-fixed-fixed {
    background: #ffffff;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}


/* Header Transparent CSS */
.herader-transparent {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: transparent;
}
.herader-transparent .navbar-default .navbar-nav>.open>a,
.herader-transparent .navbar-default .navbar-nav>pen>a:focus,.o
.herader-transparent .navbar-default .navbar-nav>.open>a:hover {
    color: #ffffff !important;
}
.herader-transparent .at-navbar {
    background: transparent;
}
.herader-transparent .at-navbar .navbar {
    background: transparent;
}
.herader-transparent .at-header-topbar {
    background-color: rgba(17, 17, 17, 0.3);
}
.herader-transparent .at-navbar .navbar-default .navbar-nav>li>a {
    color: #ffffff;
}
.herader-transparent .scroll-to-fixed-fixed .navbar-default .navbar-nav>li>a {
    color: #333333;
}
.herader-transparent .scroll-to-fixed-fixed {
    background: #ffffff;
}
.logo-black {
    display: none;
}
.scroll-to-fixed-fixed .logo-black {
    display: block;
}
.scroll-to-fixed-fixed .logo-white {
    display: none;
}
.herader-transparent .scroll-to-fixed-fixed .navbar-default .navbar-nav>.open>a,
.herader-transparent .scroll-to-fixed-fixed .navbar-default .navbar-nav>pen>a:focus,.o
.herader-transparent .scroll-to-fixed-fixed .navbar-default .navbar-nav>.open>a:hover {
    color: #333333 !important;
}




/*---///---///---///---///---///---///---///---///---///---
    04. MAIN SLIDER CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-main-slider {
    width: 100%;
    overflow-x: hidden;
}
.flexslider {
    border: none;
    margin-bottom: 0;
}
.flexslider .slides li {
    position:relative;
}
.flex-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding: 2%;
}
.flex-caption span {
    color: #CC935C;
    font-size: 50px;
}
.flex-direction-nav a:before {
    content: "\f0a8";
    font-family: FontAwesome;
    color: #ffffff;
    font-size: 30px;
}
.flex-direction-nav a.flex-next:before {
    content: "\f0a9";
    font-family: FontAwesome;
    color: #ffffff;
    font-size: 30px;
}
.flex-control-thumbs li {
    width: 20%;
}
/* Main Slider Two CSS */
.main-slider-section {
}
.slide {
  list-style-type: none;
  padding: 0;
}

.slide-item {
  height: 90vh;
}

.slide-item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.7);
}
.slide-item-bg-one {
    background: url(../images/slider/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
}
.slide-item-bg-two {
    background: url(../images/slider/2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
}
.slide-item-bg-three {
    background: url(../images/slider/3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
}
.slide-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.slide-caption-title {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: normal;
}
.slide-caption-title span {
    color: #CC935C;
}
.slide-caption-desc {
    font-size: 20px;
    font-style: italic;
    color: #ffffff;
    letter-spacing: 5px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.slide-caption .btn {
    border-radius: 0;
    border: 2px solid #CC935C;
    color: #ffffff;
    background: #CC935C;
    padding: 10px 25px;
    text-transform: uppercase;
}
.slide-caption .btn:hover {
    color: #ffffff;
    border-color: #ffffff;
    background: transparent;
}
.owl-item.active .slide-caption-desc{
  animation: 1s 1s fadeInRight both;
}
.owl-item.active .slide-caption-title{
  animation: 1s 1.5s fadeInLeft both;
}
.owl-item.active .btn {
  animation: 1s 2.5s fadeInUp both;
}
.main-slider-section .owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
    font-size: 25px;
    background: #551FC0;
    padding: 0 5px;
    color: #ffffff;
    border-radius: 0;
}
.main-slider-section .owl-next {
    position: absolute;
    top: 45%;
    right: 0;
    font-size: 25px;
    background: #551FC0;
    padding: 0 5px;
    color: #ffffff;
    border-radius: 0;
}
.main-slider-section .owl-theme .owl-nav [class*='owl-'] {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 20px;
    border-radius: 0;
    margin: 0;
    padding: 10px 12px;
}


/*---///---///---///---///---///---///---///---///---///---
    05. MAIN SEARCH CSS START
---///---///---///---///---///---///---///---///---///---*/
.main-search-field {
    padding: 50px 0 20px;
    background: url(../images/background/pattern.png);
    background-repeat: repeat;
    background-color: #333333;
}
.main-search-field.mt10 {
    margin-top: -10px;
}
.main-search-field select {
    width: 100%;
    height: 45px;
    padding: 5px 10px;
    border: 1px solid #c5c5c5;
    color: #c5c5c5;
    border-radius: 0;
    background: transparent;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

select:focus {
    outline: none;
}

.main-search-field select:focus {
    background: transparent;
}
.at-input {
    width: 100%;
    height: 45px;
    padding: 5px 10px;
    color: #c5c5c5;
    border: 1px solid #c5c5c5;
    border-radius: 0;
    background: transparent;
}
.at-input:focus {
    outline: none;
}
.main-search-field .at-input-price {
    background-color: transparent;
    border: none;
    font-size: 16px;
    color: #CC935C;
    height: 25px;
    width: 180px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-radius: 0;
}
.ui-widget.ui-widget-content {
    border: none;
    height: 5px;
    margin-top: 5px;
}
.ui-widget-header {
    background-color: #CC935C;
}
.ui-slider .ui-slider-handle {
    height: 12px;
    width: 16px;
    margin-left: 0;
}
.main-search-field .hvr-bounce-to-right {
    width: 100%;
}
.hide {
    display: none;
}
.at-pricing-range label {
    color: #ffffff;
}

/* main search two start */
.main-search-field-two {
    padding: 350px 0 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-search-field-two.at-over-layer-black:before {
    background-color: rgba(0, 0, 0, 0.5);
}
.main-search-field-two h1 {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 10px;
}
.main-search-field-two .at-search-box {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 30px;
}
.main-search-field-two .at-word-color {
    color: #CC935C;
}
.main-search-field-two {
    color: #ffffff;
}
.main-search-field-two .at-input-price {
    
}
.main-search-field-two ::-webkit-input-placeholder {
    color: #9e9e9e !important;
}
.main-search-field-two ::-moz-placeholder {
    color: #9e9e9e !important;
}
.main-search-field-two :-ms-input-placeholder {
    color: #9e9e9e !important;
}
.main-search-field-two input:-moz-placeholder {
    color: #9e9e9e !important;
}

/* main search two three CSS Start */
.main-search-field-three {
    width: 100%;
    height: 100vh;
    padding: 250px 0 50px;
}


/*---///---///---///---///---///---///---///---///---///---
    06. ABOUT CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-about-sec {
    padding: 100px 0 0;
    overflow: hidden;
}
.at-about-title {
    border-left: 2px solid #CC935C;
    padding-left: 20px;
    margin-bottom: 30px;
}
.at-about-col .at-about-title h1 {
    font-size: 46px;
}
.at-about-col .at-about-title h1 span {
    color: #CC935C;
}
.at-about-col .at-about-title h6 {
    color: #CC935C;
    letter-spacing: 8px;
}
/*****About two*****/
.at-about-sec-two {
    padding: 100px 0 70px;
    color: #fff;
}
.at-about-sec-two .item-pd-0{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.at-about-sec-two .at-item-box {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 14px;
    position: fixed;
    bottom: 0;
    opacity: 0.8;
    margin: 30px;
    color: #fff;
}
.at-about-sec-two h2{
    text-transform: uppercase;
    color: #fff;
}

.at-about-sec-two .bg-vitri{
    background: #ffbb00;
}
.at-about-sec-two .box-vitri{
    padding: 20px;
    color: #0b0b0b;
}
.at-about-sec-two .box-vitri a{
    color: #0b0b0b;
}
.at-about-sec-two .at-item-box-position{
    position: absolute;
    bottom: 0;
}
.at-about-sec-two .position{
    background-color: rgba(0, 0, 0, 0.8);
    padding: 14px;
    opacity: 0.8;
    margin: 30px;
    color: #fff;
}
.at-about-sec-two .hometext{
    margin-bottom: 10px;
}
.at-about-sec-two .at-item-box-position-top{
    position: absolute;
    top: 0;
}

.at-about-sec-two .position-top{
    float: right;
    width: 33%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 14px;
    opacity: 0.8;
    margin: 30px;
    color: #fff;
}

.at-about-sec-two .position-2{
    background-color: rgba(0, 0, 0, 0.8);
    padding: 14px;
    opacity: 0.8;
    margin: 30px;
    color: #fff;
    width: 200px;
}
.at-about-sec-two .position-2 a{
    color: #fff;
}
.at-about-sec-two .position-2 a:hover{
    color: #ffbb00;
}
.btn-project{
    border: 1px solid #ffbb00;
    color: #ffbb00;
    padding: 4px;
}
.btn-project:hover{
    color: #fff;
}
/*---///---///---///---///---///---///---///---///---///---
    07. Call CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-Call-sec {
    background: url(../images/background/1.jpg);
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: -1px;
}
.at-Call-sec.at-over-layer-black:before {
    z-index: -1;
}
.at-Call-left {
    float: left;
    width: 50%;
    margin-left: -5%;
    background: #CC935C;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    overflow: hidden;
    border-right: 10px solid #ffffff;
}
.at-inside-Call {
    padding: 100px 80px 100px 170px;
    text-align: right;
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}
.at-inside-Call h5 {
    color: #111111;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 8px;
}
.at-inside-Call h2 {
    color: #ffffff;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-size: 26px;
}
.at-Call-right {
    text-align: right;
}
.at-Call-right {
    padding: 80px 0 30px 70px;
    padding-right: 20%;
}
.at-Call-right-inside {
    padding: 20px;
}
.at-Call-right .at-Call-right-inside h2 {
    color: #ffffff;
    font-size: 24px;
    z-index: 1;
    letter-spacing: 1px;
}
.at-Call-right .at-Call-right-inside h3 {
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 0;
    z-index: 2;
}
.at-Call-right .at-Call-right-inside h3 span {
    color: #CC935C;
    letter-spacing: 8px;
}

/*---///---///---///---///---///---///---///---///---///---
    08. PROPERTY CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-property-sec {
    padding: 20px 0 0px;
}
.at-property-img {
    position: relative;
    overflow: hidden;
    height: 170px;
}
.at-property-img img{
    width: 100%;
}
.at-property-img .at-property-overlayer {
    position: absolute;
    bottom: -100%;
    z-index: 111;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.at-property-item:hover .at-property-img .at-property-overlayer {
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.at-property-btn {
    border: 1px solid #e0e0e0;
    background: transparent;
    padding: 1px 7px;
    border-radius: 0;
    position: absolute;
    top: -15%;
    left: 50%;
    z-index: 222;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.at-property-item:hover .at-property-btn {
    color: #e0e0e0;
    background: rgba(0, 0, 0, 0.7);
    top: 50%;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.at-property-img .price {
    color: #ffffff;
    margin-bottom: 0;
    background: #ff0018;
    position: absolute;
    left: -23px;
    top: 10px;
    width: 99px;
    text-align: center;
    opacity: 1;
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
}
.at-property-item:hover .at-property-img h4 {
    left: -110px;
    opacity: 0;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out; 
}
.at-property-img h5 {
    color: #ffffff;
    padding: 2px 10px;
    margin-bottom: 0;
    position: absolute;
    font-size: 14px;
    left: 0;
    top: 8px;
    opacity: 1;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.at-property-item:hover .at-property-img h5 {
    left: -110px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;  
}
.at-property-dis2 {
    padding: 10px 20px;
}
.at-property-dis ul li, .at-property-dis2 ul li{
    display: inline-block;
    margin-right: 5px;
}
/*.at-property-dis li + li {
    margin-left: 12%;
}*/
.at-property-dis ul li i {
    margin-right: 5px;
}
.at-property-location {
    padding: 0px 20px;
}
.at-property-title {
    padding: 10px 0px;
}
.at-property-title h4{
    margin-bottom: 10px;
    height: 48px;
    overflow: hidden;
}
.at-property-location h4 i {
    margin-right: 5px;
    color: #737373;
}
.at-property-location h4 a {
    color: #006fff;
}
#slider{margin-bottom:5px}
.at-property-location p i {
    margin-right: 5px;
    color: #737373;
}
.at-property-location p {
    height: 62px;
    line-height: 20px;
    overflow: hidden;
    color: #111111;
}
.at-property-title p {
     height: 38px;
     line-height: 20px;
     overflow: hidden;
     color: #111111;
 }

.at-agents-sec .at-property-dis {
    padding: 5px 3px;
    font-size: 13px;
}
.at-property-item i{
    color: #15c4d2;
}
.at-property-info {

}
.at-agent-col .at-property-info .items{
    width: 50%;
    float: left;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
}
.at-agent-col .at-property-info .items:first-child{
    border-left: 1px solid #ccc;
}
.at-agent-col .at-property-info .items a{
    color: #f00;
}
.at-agent-col .at-property-info .items:hover{
    background-color: #ffbb00;
}
.at-agent-col .at-property-info .items:hover a{
    color: #fff;
}
.at-agents-sec .at-property-dis ul li {
    display: inline-block;
    margin-right: 7px;
    border: none;
}
.at-property-location h4 {
    font-size: 17px;
    height: 40px;
    overflow: hidden;
}
.at-property-sec .hvr-bounce-to-right {
    margin-top: 30px;
    margin-bottom: 30px;
}
.at-bg-red {
    background: #f00 !important;
}
.at-bg-black {
    background: #333333 !important;
}
.pd20b{
    padding: 10px 0;
}
.pd20{
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
	
}
.pd20.canh15{margin-left:15px;}
.mrt20{
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}
/*********** Property right sidebar start **********/
.at-property-right-sidebar {

}
.at-pagination .pagination {
    margin-bottom: 0;
}
.at-pagination-right {
    text-align: right !important;
}
.at-pagination-left {
    text-align: left !important;
}
/* Sidebar start */
.at-sidebar {
    margin-bottom: 30px;
}
.at-sedebar-title {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
}
.at-sidebar-search {
    margin-bottom: 50px;
}
.at-sidebar-search .form-control {
    background: #f2f2f2;
    border: none;
    height: 50px;
    box-shadow: none;
    font-size: 14px;
    text-transform: uppercase;
}
.at-sidebar-search .input-group-btn .btn {
    border-radius: 0;
    height: 50px;
    width: 60px;
    background: #CC935C;
}
.at-sidebar-search .input-group-btn .btn i {
    font-size: 28px;
    color: #ffffff;
}
.at-sidebar-search .input-group-btn .btn:hover {
    background: #BF864F;
}
.at-categories, .content-block{
    margin-top: 20px;
    -webkit-box-shadow: 3px 3px 5px 3px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    3px 3px 5px 3px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow:         3px 3px 5px 3px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    margin-bottom: 30px;
}
.at-categories >*, .content-block > *{
    padding: 10px 20px;
}
.at-categories ul li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #E6E6E6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-categories ul li:last-child {
    border-bottom: none;
}
.at-categories ul li:hover {
    border-color: #CC935C;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-categories ul li a {
    color: #676767;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-categories ul li:hover a {
    color: #cc9616;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-categories ul li:hover span {
    color: #CC935C;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-latest-news {
    margin-bottom: 50px;
}
.at-latest-news ul li {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px;
    padding-bottom: 20px
}
.at-latest-news ul li:last-child {
    border-bottom: none;
}
.at-news-item {
    position: relative;
    padding-left: 100px;
}
.at-news-item img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
}
.at-news-item h4 {
    margin-bottom: 5px;
}
.at-news-item h4 a {
    color: #CC935C;
    font-size: 15px;
}
.at-sidebar-tags {
    margin-bottom: 50px;
}
.at-sidebar-tags a {
    padding: 10px 18px;
    background: transparent;
    border: 1px solid #E6E6E6;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block; 
    text-transform: uppercase;
    color: #676767;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-sidebar-tags a:hover {
    border-color: #CC935C;
    background: #CC935C;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-preview {
    margin-bottom: 50px;
}

/*********** Property Details start **********/
.at-property-details-col {
    margin-bottom: 30px;
}
.at-property-details-col .nav>li>a {
    padding: 3px;
    border-radius: 0;
}
.at-property-details-col #myCarousel {
    margin-bottom: 30px;
}
.at-property-details-col .nav-pills>li.active>a {
    background: #CC935C;
}
.at-property-details-col .carousel-inner 
.item .carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    padding-top: 10px;
    padding-bottom: 0;
    width: 100%;
    height: 50px;
}
.carousel-inner .carousel-item{
    height: 500px;
    overflow: hidden;
    text-align: center;
}
.carousel-inner .carousel-item img{
    height: 100%;
}
.at-property-details-col .carousel-inner 
.item .carousel-caption h2 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 0;
}
.at-property-details-col .at-sec-title {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.at-property-details-col .at-property-features ul li {
    border-bottom: 1px solid #E6E6E6;
    background: #F2F2F2;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 20px;
}
.at-property-details-col .at-property-features ul li:before {
    content: "\f101";
    font-family: FontAwesome;
    margin: 10px;
}
.at-property-details-col .at-property-features ul li span {
    color: #CC935C;
}
.at-comment-row {
    margin-top: 60px;
    margin-bottom: 60px;
}
.at-comment-row h3 {
    margin-bottom: 50px;
}
.at-comment-row h3 a {
    font-size: 18px;
    color: #111111;
    font-family: 'Open Sans', sans-serif;
}
.at-comment-item {
    margin-bottom: 50px;
    position: relative;
    padding-left: 90px;
    width: 100%;
}
.at-comment-item img {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
}
.at-comment-item h5 {
    font-size: 12px;
    margin-bottom: 0;
}
.at-comment-item a i {
    color: #CC935C;
}
.at-form-area .hvr-bounce-to-right {
    margin-top: 0;
    margin-bottom: 30px;
}
.at-property-details-col .carousel {
    margin-bottom: 40px;
}
.at-property-details-col .carousel ul {
    text-align: center;
    margin-top: 5px;
}
.at-property-details-col .carousel ul li {
    width: 24.3%;
    margin-right: 0;
    margin: 0 2px;
    display: inline-block;
    height: 120px;
    overflow: hidden;
    border: 2px solid #CC935C;
    margin-bottom: 10px;
}
.at-property-details-col .nav-pills>li.active>a {
    background: transparent;
}
.at-property-details-col .nav>li>a {
    padding: 0;
}
.at-property-details-col .carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    padding-top: 10px;
    padding-bottom: 0;
    width: 100%;
    height: 50px;
}
.at-property-details-col .carousel-caption h2 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 0;
}




/*---///---///---///---///---///---///---///---///---///---
    09. AGENTS CSS START
---///---///---///---///---///---///---///---///---///---*/ 
.at-agents-sec {
    padding: 10px 0 10px;
}
.at-agent-col {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
}
.at-agent-img {
    position: relative;
    overflow: hidden;
}
.at-agent-info {
    padding: 20px 30px;
    background: url(../images/background/pattern.png);
    background-repeat: repeat;
    background-color: #333333;
}
.at-agent-info h4 a {
    color: #CC935C;
    margin-bottom: 0;
}
.at-agent-info p {
    color: #ffffff;
    text-transform: capitalize;
    line-height: 16px;
}
.at-agent-social {
    background: rgba(0, 0, 0, 0.85);
    padding: 10px;
    width: 80%;
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -40%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.at-agent-col:hover .at-agent-social {
    bottom: 0;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.at-agent-social a i {
    color: #ffffff;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.at-agent-social a i:hover {
    color: #CC935C;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.at-agent-social .at-agent-call p {
    color: #CC935C;
}
.slick-slide {
    outline: none;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-prev:before, .slick-next:before {
    opacity: 0;
}

/* Agents two start */
.at-agents-sec-two {
    background: url(../images/background/2.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.at-agents-sec-two .at-sec-title h2, 
.at-agents-sec-two .at-sec-title p {
    color: #ffffff;
}
/* Agents Three start*/
.at-agents-sec-three {
    background: none;
}
/********** Agents Detais css start **********/
.at-agents-details-sec {
    padding: 100px 0 70px;
}
.at-singel-agent {
    border: 3px solid #CC935C;
}
.at-agents-details-col p {
    margin-bottom: 10px;
}
.at-agent-socil-contact {
    margin-bottom: 10px;
}
.at-agent-socil-contact a i {
    color: #111111;
    margin-right: 10px;
}
.at-agent-socil-contact a i:hover {
    color: #CC935C;
}
.at-start {
    margin-bottom: 20px;
}
.at-start i {
    font-size: 30px;
    color: #CC935C;
}
.at-agents-details-sec h3 {
    font-size: 18px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    display: inline-block;
    margin-top: 50px;
}


/*---///---///---///---///---///---///---///---///---///---
    10. BLOG CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-blog-sec {
    padding:0;
}
.at-blog-column {
    position: relative;
}
.at-blog-sec .at-blog-box {
    background: #f2f2f2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-blog-sec .at-blog-box:hover {
    border-color: #CC935C;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-blog-sec .at-blog-box .at-blog-img {
    position: relative;
    overflow: hidden;
    height: 200px;
}
.at-blog-sec .at-blog-box .at-blog-img img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.at-blog-sec .at-blog-box:hover .at-blog-img img {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1); /* Standard syntax */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.at-blog-sec .at-blog-box .at-blog-img .at-blog-date {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.9)
}
.at-blog-sec .at-blog-box .at-blog-img .at-blog-date ul li {
    float: left;
    margin-right: 14px;
}
.at-blog-sec .at-blog-box .at-blog-img .at-blog-date ul li i {
    margin-right: 5px;
    color: #CC935C;
}
.at-blog-sec .at-blog-box .at-blog-img .at-blog-date ul li a {
    color: #ffffff;
}
.at-blog-sec .at-blog-content {
    padding: 15px;
    text-align: justify;
}
.at-blog-sec .at-blog-content h4{
    font-size: 15px;
    height: 40px;
    overflow: hidden;
}
.at-blog-sec .at-blog-content h4 a:hover {
    color: #CC935C;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-blog-sec .at-blog-content p {
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-blog-sec .at-blog-content a {
    font-size: 16px;
    text-transform: capitalize;
}
.at-blog-sec .at-blog-content a i {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-blog-sec .at-blog-content a:hover i {
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* Blog details css start */
.at-blog-details-sec {
    
}
.at-blog-details-sec .at-blog-big-img {
    margin-bottom: 30px;
}
.at-blog-details-sec .at-blog-box {
    background: transparent;
}
.at-blog-details-sec .at-blog-box h4 a {
    color: #111111;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-blog-details-sec .at-blog-box h4 a:hover {
    color: #CC935C;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-blog-details-sec .at-blog-box p {
    margin-bottom: 30px;
}
.at-blog-details-sec .at-comment-row {
    margin-top: 30px;
}



/*---///---///---///---///---///---///---///---///---///---
    11. NEWSLETTER CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-newsletter-sec {
    padding: 30px 0;
    background: url(../images/bg-chossen.jpg);
    background-size: cover;
    background-position: center;
}
.at-newsletter-sec h4 {
    color: #000;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
}
.at-newsletter-sec .at-inner-button-box{
    padding: 30px 0;
}
.at-newsletter-sec .at-inner-button-box .btn{
    padding: 25px 0;
    background-color: #fff;
    color: #0a6fd2;
    border: 1px solid #cc935c;
    width: 28%;
    margin: 0 17px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.at-newsletter-sec .at-inner-button-box .btn img{
    padding-right: 10px;
}
.at-newsletter-sec p {
    color: #ffffff;
    margin-bottom: 30px;
}
.at-newsletter-sec .form-group {
    width: 100%;
}
.at-newsletter-sec .form-control {
    background: none;
    border: none;
    box-shadow: none;
    color: #ffffff;
    font-style: italic;
    font-size: 18px;
    background: rgba(255,255,255,0.4);
    min-height: 50px;
}
.at-newsletter-sec .at-sub-btn {
    font-size: 18px;
    background: #CC935C;
    color: #ffffff;
    border: none;
    height: 50px;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-newsletter-sec .at-sub-btn a {
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
    height: 50px;
    color: #ffffff;
    line-height: 24px;
}
/*.at-newsletter-sec .at-sub-btn a:hover {
    background: #BF864F;
}*/


/*---///---///---///---///---///---///---///---///---///---
    12. BRAND CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-brand-sec {
    padding: 50px 0;
}
.at-brand-sec .brand-carousel .slick-slide {
    padding-left: 15px; 
    padding-right: 15px;
}


/*---///---///---///---///---///---///---///---///---///---
    13. INNER HEADING CSS START
---///---///---///---///---///---///---///---///---///---*/
#at-inner-title-sec {
    padding: 0 0 50px;
    background: #d7d7d7;
    /*background: url(../images/bg.jpg);*/
    background-size: cover;
    background-position: center;
}
#at-inner-title-sec .at-inner-title-box {
    border-top: none;
    padding:20px;
}
#at-inner-title-sec .at-inner-title-box h2 {
    color: #fff;
    font-size: 20px;
}
#at-inner-title-sec .at-inner-title-box p {
    color: #0067ff;
    font-weight: 700;
    font-size: 18px;
}
#at-inner-title-sec .at-inner-title-box p a {
    color: #ffffff;
}

#at-inner-title-sec .at-inner-title-box p a:hover {
    color: #CC935C;
}

#at-inner-title-sec .at-inner-button-box .btn{
    border: 1px solid #e4e3e3;
    border-radius: 5px;
    cursor: pointer;
    padding: 8px 12px;
    margin-right: 20px;
    margin-bottom: 15px;
    font-weight: 500;
	background: #fff;
}
#at-inner-title-sec .at-inner-button-box .btn:first-child, #at-inner-title-sec .at-inner-button-box .btn:hover{
    background-color: #42afcd;
    color: #fff;
}

#at-inner-title-sec .at-inner-button-box .fa-facebook-f{
    background: #000;
    padding: 4px 8px;
    color: #fff;
}

/*---///---///---///---///---///---///---///---///---///---
    14. PLAN CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-plan-sec {
    padding: 100px 0 70px;
}
.at-plan-box ul li {
    margin-bottom: 10px;
}
.at-plan-box ul li:before {
    content: "\f101";
    font-family: FontAwesome;
    margin: 10px;
}



/*---///---///---///---///---///---///---///---///---///---
    15. TESTIMONIAL CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-testimonial-sec {
    padding: 140px 0 20px;
}
.at-testimonial-sec .at-single-testimonial {
    margin-bottom: 80px;
    background: #F2F2F2;
    padding: 60px 30px 30px 30px;
    position: relative;
}
.at-single-testimonial .at-test-person {
    position: absolute;
    left: 30px;
    top: -40px;
}
.at-single-testimonial .at-test-person img {
    width: 80px;
    height: 80px;
    border: 3px solid #F2F2F2;
}
.at-single-testimonial i {
    position: absolute;
    right: 20px;
    bottom: 0;
    font-size: 50px;
    opacity: .1;
}
.at-single-testimonial p {
    z-index: 99;
}


/*---///---///---///---///---///---///---///---///---///---
    16. SERVICE CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-service-sec {
    padding: 100px 0px 50px;
}
.at-service-content {
    margin-bottom: 50px
}
.at-service-content h2 {
    margin-bottom: 20px;
    line-height: 1.3;
}
.at-service-content h2 span {
    color: #CC935C;
}
.at-service-item {
    margin-bottom: 50px;
    padding: 0 20px;
    position: relative;
    text-align: center;
}
.at-service-icon {
    width: 70px;
    height: 70px;
    margin: auto;
    text-align: center;
    border: 2px solid #111111;
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.at-service-item:hover .at-service-icon {
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    border-right: 2px solid #CC935C;
    border-left: 2px solid #CC935C;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.at-service-icon i {
    color: #CC935C;
    font-size: 40px;
    line-height: 70px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.at-service-item:hover .at-service-icon i {
    color: #111111;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/*---///---///---///---///---///---///---///---///---///---
    17. ACCOUNT CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-account-sec {
    padding: 10px 0;
}
.at-account-sec .nav-tabs>li.active>a, 
.at-account-sec .nav-tabs>li.active>a:focus, 
.at-account-sec .nav-tabs>li.active>a:hover {
    color: #ffffff;
    background: #ffc008;
    border: none;
}
.at-account-sec .nav-tabs>li>a {
    border-radius: 0;
    padding: 10px 13px;
    font-size: 14px;
    color: #111111;
    border: none;
    margin: 0;
}
.at-account-sec .nav-tabs > li, .at-account-sec .nav-pills > li {
    float:none;
    display:inline-block;
    zoom:1;
}
.at-account-sec .nav-tabs, .at-account-sec .nav-pills {
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.at-account-sec  .tab-content {
    padding: 0px;
}
.at-account-sec  .tab-content >div{
    padding: 20px 0;
}
.tab-content table, .panel-body table{max-width:100%; width: 100% !important; margin-top:12px; margin-bottom:12px ; border-right: 1px dashed #ccc;
border-bottom: 1px dashed #ccc;}
.tab-content table td, .panel-body table td{
	padding:5px 10px; 
	border-top: 1px dashed #ccc;
	border-left: 1px dashed #ccc;
	border-bottom: 1px solid #ccc;
}
.content_box_support i{color:#111}
.info-detail i, .at-property-dis i{
    color: #15c4d2;
}
.tab-content-2{
    border: 1px solid #ccc;
    border-top: none
}
.at-account-sec  .tab-content .form-control {
    height: 45px;
}
.at-account-sec  .checkbox {
    margin-bottom: 30px;
}
.at-account-sec  .checkbox p a {
    color: #CC935C;
}
.at-account-sec .nav-tabs .nav-link.active {
    background: #ffc008;
    color: #000;
}
.card-header{
    font-size: 16px;
    padding: 8px 0;
}
.card-header h2 span{ margin-left: 15px}
.card-header .btn-link{
    position: absolute;
    right: 10px;
    top: -1px;
}
.accordion>.card{
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc !important;
}
/*---///---///---///---///---///---///---///---///---///---
    18. FAQ CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-faq-sec {
    padding: 100px 0;
}
.at-faq-sec .panel-group .panel {
    border-radius: 0;
}
.at-faq-sec .panel-heading {
    border-radius: 0;
}
.at-faq-sec img {
    margin-bottom: 30px;
}
.bs-example{
    margin: 0;
}
.accordion .fa{
    margin-right: 0.5rem;
}
.at-faq-sec .card-header {
    padding: 0 15px;
}

.at-faq-sec .card-header h2 .btn {
    font-size: 16px;
    color: inherit;
    margin-bottom: 0;
    font-weight: bold;
}
.at-faq-sec .card {
    border-radius: 0;
}
.at-faq-sec .card-header:first-child {
    border-radius: 0;
}
.collapse:not(.in) {
    display: none;
}

/*---///---///---///---///---///---///---///---///---///---
    19. ERROR CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-error-sec {
    padding: 150px 0;
    background: url(../images/error.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}
.at-error-sec h1 {
    font-size: 100px;
}
.at-error-sec h2 {
    font-size: 26px;
    margin-bottom: 50px;
}
.at-error-sec  a {
    font-size: 24px;
    font-weight: bold;
    color: #CC935C;
    border-bottom: 2px solid #111111;
}



/*---///---///---///---///---///---///---///---///---///---
    20. CONTACT CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-contact-sec {
    padding: 100px 0 70px;
}
.at-info-box {
    border: 1px solid #ccc;
    padding: 30px 20px;
}
.at-info-box i {
    font-size: 18px;
}
.personalArea {
    font-size: 13px;
    right: 10px;
}

.personalArea a.button.user img,
.personalArea a.button.user img:hover {
    width:35px;
    height:35px;
    border-width:0;
    border-radius:22px !important;
    -webkit-border-radius:22px !important;
    background-color:#73756e;
}
.pointer {
    cursor: pointer;
}
#tip,
#ftip {
    position:absolute;
    color:#333 !important;
    background-color:#eeeeee;
    max-width:485px;
    box-shadow:0 2px 10px rgba(0,0,0,0.2);
    z-index:1001;
    display:none;
}
.boder-top {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ccc;
}
#tip {
    right:0;
    min-height:51px;
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
    z-index: 9999;
}

#ftip {
    bottom:45px;
    left:0;
    min-height:51px;
    margin-left:10px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
}

#tip .bg,
#ftip .bg {
    padding:15px;
    border-bottom-color:#aaaaaa;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#tip .bg {
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
}

#ftip .bg {
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
}

#tip .tip-footer,
#ftip .tip-footer {
    background-color:#e5e5e5;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    padding:10px;
}

#tip .tip-footer {
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
    margin:10px -15px -16px;
}

#ftip .ftip-footer {
    margin:10px -15px -15px;
}

#tip h3,
#ftip h3 {
    font-size:13px;
    font-weight:700;
    margin-bottom:15px;
}

#tip ul {
    margin:0;
    padding:0;
}

#tip a {
    color:#333 !important;
}

#tip .socialList a {
    color:#fff !important;
}
.userBlock{
    padding: 10px;
    text-align: left;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
/*---///---///---///---///---///---///---///---///---///---
    21. MAIN FOOTER CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-main-footer {
    padding: 60px 0 30px;
    background:#212529;
    color: #999999;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
.at-main-footer a{
    color: #999999;
}
.at-main-footer .counter{
	color:#fff;
}
.at-main-footer .at-footer-logo img {
    width: 220px;
    height: 60px;
}
.at-main-footer h4 {
    font-size: 18px;
    color: #fff;
}
.at-main-footer .at-heading-under-line {
    width: 100px;
    height: 1px;
    background-color: #ffffff;
    position: relative;
    margin: 0;
    margin-bottom: 40px;
}
.at-main-footer .at-heading-under-line .at-heading-inside-line {
    width: 30px;
    height: 4px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: -2px;
    margin-left: 0;
}
.at-footer-about-col p {
    color: #dedede;
    border-top: 1px solid #ffffff;
    padding-top: 20px;
    margin-top: -10px;
}
.at-footer-about-col .at-social {
    margin-top: 30px;
}
.at-footer-link-col ul li {
    border-bottom: 1px solid #333333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-footer-link-col ul li:hover {
    border-bottom: 1px solid #CC935C;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-footer-link-col ul li:last-child {
    border-bottom: none;
}
.at-footer-link-col ul li a {
    color: #999999;
    line-height: 48px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-footer-link-col ul li a:hover {
    color: #CC935C;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-footer-gallery-col .at-gallery ul li {
    float: left;
}
.at-footer-gallery-col .at-gallery ul li img {
    width: 118px;
    height: auto;
}
.at-footer-gallery-col .thumbnail {
    padding: 0;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
}
.at-footer-Tag-col a {
    float: left;
    border: 1px solid #333333;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #999999;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.at-footer-Tag-col a:hover {
    border-color: #CC935C;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;

}
.at-footer-Tag-col .hvr-bounce-to-right {
    padding: 12px 30px;
    background: transparent;
}
.at-footer-Tag-col .hvr-bounce-to-right:before {
    background: #CC935C;
}
/* COPY RIGHT CSS START */
.at-copyright {
    padding: 5px 0;
    background-color: #42afcd;
    text-align: center;
}
.at-copyright p {
    color: #ffffff;
}
.at-copyright p a {
    color: #fff;
}
.company_info li {
    padding: 11px;
    border-bottom: 1px solid #333333;
}
.company_info li:last-child{
    border-bottom: none;
}
.company_info em{
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}
.company_info .company_name {
    display: none;
    font-size: 17px;
    font-weight: bold;
}



.socialList li,
.contactList li {
    display:inline-block;
    margin-right:10px;
}

.socialList li:last-child,
.contactList li:last-child {
    margin-right:0 !important;
}
.logofooter{
    margin-bottom: 10px;
}
.socialList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.socialList li a {
    display: block;
    width: 45px;
    height: 45px;
    background-color: #42afcd;
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
    position: relative;
    line-height: 45px;
    text-align: center;
}
.socialList li a:hover{
    color: #ffb91a;
    background-color: #000;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.breadcrumbs-inner {
    padding: 10px 0;
}
.rs-breadcrumbs .page-title {
    margin: 41px 0 5px;
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.rs-breadcrumbs ul {
    padding: 0;
}
.rs-breadcrumbs ul li {
    color: #f37523;
    display: inline-block;
    font-weight: 400;
}
.rs-breadcrumbs ul li a {
    position: relative;
    padding-right: 30px;
    color: #565252;
}
.rs-breadcrumbs ul li a:before,
.rs-breadcrumbs ul li a:after {
    background-color: rgba(255, 255, 255, 0.8);
    content: "";
    height: 15px;
    width: 2px;
    position: absolute;
    right: 7px;
    top: 2px;
    transform: rotate(26deg);
}
.rs-breadcrumbs ul li a:before {
    right: 13px;
}
.rs-breadcrumbs ul li a:hover {
    color: #f37523;
}
.breadcrumbs-overlay {
    z-index: 1;
    background-color: #ddd;
}
.breadcrumbs-overlay:after {
    content: '';
    background-color: #ddd;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.product-info .code {
    color: #0098da;
    font-weight: 500;
}
.the-article-share {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}
.the-article-share li {
    width: 50%;
    float: left;
    height: 35px;
    line-height: 35px;
}
.the-article-share li.btnZalo {
    background: #018fe5;
    font-size: 14px;
}
.the-article-share li.btnZalo a {
    color: #fff;
}
.the-article-share li a {
    display: block;
    color: #3c5a98;
    text-align: center;
    font-size: 16px;
}
.the-article-share li.btnZalo .ti-zalo {
    background: url(../images/icon_zalomessage.png) no-repeat 50% 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px;
    vertical-align: middle;
    margin-right: 2px;
    position: relative;
    top: -1px;
}
.the-article-share li.btnFacebook {
    background: #306199;
}
.the-article-share li.btnFacebook a {
    color: #fff;
    text-align: center;
}
/*phan trang */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 18px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #000;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #2a6496;
    background-color: #eeeeee;
    border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #ffc20e;
    border-color: #ffc107;
    cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999999;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.margin {
    margin:10px;
}

.mr-1 {
    margin-right: 5px;
}

.margin-right,
.mr-2 {
    margin-right: 10px;
}

.margin-left {
    margin-left:10px;
}

.margin-top {
    margin-top:10px;
}

.margin-bottom,
.mb-2 {
    margin-bottom: 10px;
}

.margin-sm {
    margin: 4px;
}

.margin-right-sm {
    margin-right:4px;
}

.margin-left-sm {
    margin-left:4px;
}

.margin-top-sm {
    margin-top:4px;
}

.margin-bottom-sm {
    margin-bottom:4px;
}

.margin-lg {
    margin:15px;
}

.margin-right-lg {
    margin-right:15px;
}

.margin-left-lg {
    margin-left:15px;
}

.margin-top-lg {
    margin-top:15px;
}

.margin-bottom-lg {
    margin-bottom:15px;
}

.padding-top{
    padding-top: 10px
}

.padding-left{
    padding-left: 10px
}

.padding-right{
    padding-right: 10px
}

.padding-bottom{
    padding-bottom: 10px
}

.has-error div.radio-box,.has-error div.check-box{
    border-color: #de495b;
}
.hidden{
    display: none;
}
.bg-lavender {
    background-color: #eeeeee;
}
.panel-body {
    padding: 15px;
    display: flow-root;
}
.list-inline li{
    display: inline-block;
    margin-right: 20px;
}
.list-items{
    display: contents;
}
.panel {
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.qlist {
    position:absolute;
    left:0;
    bottom:35px;
    width:100%;
    background-color:#d9e8f4;
    border-width: 1px;
    border-style: solid;
    border-color: #a6c8e6;
    padding:10px;
    z-index:9998;
    display:none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon:first-child {
    border-right: 0;
    border-radius: 0;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
/*tooltip*/
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 1 !important;
}
.tooltip-inner {
    max-width:250px;
    padding:10px;
    color:#fff;
    text-align:left !important;
    background-color:#255986;
    border-radius:4px;
    height: auto;
    overflow: auto;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #255986;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #255986;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #255986;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #255986;
}

.tooltip-inner img.pull-left{
    margin:3px 5px 1px 0;
}

.tooltip-inner img.pull-right{
    margin:3px 1px 0 5px;
}

.nv-list-item {
    list-style:none;
    margin:0;
    padding:0;
}

.nv-list-item li {
    padding:4px;
    margin:0 !important;
}

.nv-list-item.sm li {
    padding:2px;
}

.nv-list-item.xsm li {
    padding:1px;
}

figure {
    position: relative;
    padding: 3px;
    display: block;
    float: left;
    margin: 5px 10px 10px 0;
    text-align: center
}
figure.article{
    background-color: #939393;
}
figure.left{
    float: left;
    margin: 5px 10px 10px 0;
}
figure.right{
    float: right;
    margin: 5px 0 10px 10px;
}
figure.center{
    float: none;
    background: transparent;
    margin: 0 auto 10px;
    padding-top: 0;
    text-align:center
}
figure.noncaption{
    background: transparent;
    padding: 0;
}
figcaption{
    text-align: center;
    margin-top: 5px;
    font-weight: 700;
}
figure figcaption {
    font-size: 12px;
    font-weight: normal;
}
figure.article figcaption {
    color: #fff;
}
figure.article.center figcaption{
    color: inherit
}
figure.avatar{
    margin-top:0 !important
}
figure.avatar figcaption{
    position: absolute;
    bottom: 12px;
    left: 3px;
    width:calc(100% - 6px);
    background-color: #357ebd;
    color:#fff;
    font-size:11px;
    line-height: 15px;
}
.fade.in{
    display: block;
}
/*Center DIV*/
.centered {
    text-align: center;
    font-size: 0
}
.centered > div {
    float: none;
    display: inline-block;
    text-align: left;
    font-size: 14px;
}
.panel-heading {
    padding:10px;
    border: 1px solid #ccc;
}
/* sub-list-icon */
.sub-list-icon > li{
    content: " \f114 ";
    font-family:FontAwesome;
    font-size: inherit;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    vertical-align:middle;
    margin-right:4px;
    margin-top: -3px;
}
.sub-list-icon > li + li > *:before{
    content: " \f10c ";
    font-family:FontAwesome;
    font-size: 8px;
    font-weight: 300;
    text-decoration: none;
    display: inline-block;
    vertical-align:middle;
    margin-right:10px;
    float: left;
    margin-top: 5px;
}
.sub-list-icon > li:first-child + li > *:before{
    content: " \f101 ";
    font-size: 12px;
    margin-top: 3px;
}

/* block counter */
.counter.display-table{
    width:100%
}

.counter span + span{
    text-align: right;
}

.display-inline-block{
    display: inline-block
}

.display-table {
    display:table;
}

.display-table > * {
    display:table-row;
}

.display-table > * > * {
    display:table-cell;
    padding: 5px 0 0;
    border-bottom: 1px dotted #ccc;
}
.fa-lg.fa-horizon {
    width: 22px;
}
input[type=text].required, input[type=password].required, input[type=email].required, input[type=number].required, input[type=search].required, input[type=tel].required, input[type=time].required, input[type=url].required, input[type=url].required, textarea.required, select.required, label.required {
    background-image: url(../images/icons/required.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.noboder .fixed-header-duan {
    box-shadow: 0 0 transparent !important;
    -webkit-box-shadow: 0 0 transparent !important;
}
.fixed-header-duan .at-categories{
    margin-bottom: 0;
}
.content-data h4{
    margin-bottom: 20px;
}
.content-data .at-property-dis{
    padding: 10px 0px
}


.search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
.search-form__input {
    -webkit-flex-basis: calc(100% - 80px);
    -moz-flex-basis: calc(100% - 80px);
    -ms-flex-preferred-size: calc(100% - 80px);
    flex-basis: calc(100% - 80px);
    max-width: calc(100% - 80px);
    background: #fff;
    padding-left: 10px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    border: 1px solid #ccc;
    height: 32px;
    border-left: none;
    color: #999999; }
.search-form__input::-webkit-input-placeholder {
    color: #999999; }
.search-form__input:-moz-placeholder {
    color: #999999; }
.search-form__input::-moz-placeholder {
    color: #999999; }
.search-form__input:-ms-input-placeholder {
    color: #999999;}


@media (max-width: 575px) {
    .search-form__input {
        -webkit-border-top-right-radius: 35px;
        -webkit-border-bottom-right-radius: 35px;
        -moz-border-radius-bottomright:  35px;
        -moz-border-radius-topright:  35px;
        border-left: 1px solid #ccc;
        -webkit-flex-basis: calc(100%);
        -moz-flex-basis: calc(100%);
        -ms-flex-preferred-size: calc(100%);
        flex-basis: calc(100%);
        max-width: calc(100%); } }
.search-form__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    background-color: #fff;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px; }
@media (max-width: 575px) {
    .search-form__group--select {
        -webkit-flex-basis: 15rem;
        -moz-flex-basis: 15rem;
        -ms-flex-preferred-size: 15rem;
        max-width: 119px;
        height: 32px;
        padding: 0 8px 0 0px;
        color: #2c2e3d;
        background-color: #fff;
        border-top-left-radius: 35px;
        border-bottom-left-radius: 35px;
    }
}
.search-form__select {
    -webkit-flex-basis: 15rem;
    -moz-flex-basis: 15rem;
    -ms-flex-preferred-size: 15rem;
    max-width: 120px;
    height: 32px;
    padding: 0 8px 0 10px;
    color: #2c2e3d;
    border: 1px solid #ccc;
    background-color: #fff;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}
@media (max-width: 1024px) {
    .at-agent-col .at-property-info .items{font-size: 11px}
}
@media (max-width: 991px) {
    .at-newsletter-sec .at-inner-button-box .btn{font-size: 13px}
    .at-agents-sec .at-property-dis ul li {font-size: 11px;}
    .search-form__select {
        width: 352px; } }
@media (max-width: 450px) {
    .at-property-location p{
        height: 60px;
    }
    .at-property-dis{
        padding-top: 0;
    }
    .at-sec-title-left{
        margin-top: 20px;
    }
    .search-form__select {
        width: 176px; } }
.search-form__submit {
    border: none;
    color: #40576c;
    right: 43px;
    top: 0;
    position: relative;
    height: 100%;
    padding: 0;
    background: #fff;
    width: 50px;
    line-height: 30px;
    -webkit-border-radius: 0 35px 35px 0%;
    -moz-border-radius: 0 35px 35px 0%;
    -ms-border-radius: 0 35px 35px 0%;
    -o-border-radius: 0 35px 35px 0%;
    border-radius: 0 35px 35px 0%; }
.search-form__submit:hover {
    color: #fff; }
@media (max-width:991px) {
    .stellarnav>ul>li>a{font-size: 13px}
    #at-inner-title-sec .at-inner-button-box .btn{font-size: 14px;    padding: 8px 10px;}
    .search-form__submit {
        right: 19px; } }
@media (max-width: 755px) {
    .search-form__submit {
        width: auto;
        right: 21px; } }
.search-form--2 .search-form__input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: 4rem; }
@media (max-width: 1199px) {
    .search-form--2 .search-form__input {
        margin-left: -1px; } }
.search-form--2 .search-form__group {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    height: 4rem; }
.search-form--2 .search-form__submit {
    background: #fb9935;
    color: #fff;
    right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
.search-form--2 .search-form__submit.color-1:hover {
    background-color: #f88005; }
.search-form--2 .search-form__submit.color-2:hover {
    background-color: #0d9083; }
.search-form--2 .search-form__submit.color-3:hover {
    background-color: #87c52a; }
.search-form--3 .search-form__input {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px; }
.search-form--3 .search-form__submit {
    right: 1rem; }




.photo-carousel .image-item {
    display: inline-block;
    margin-top: -10px;
    width: 100%;
}
.photo-carousel .image-default {
    border-radius: 5px;
    height: 330px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}
.photo-carousel .image-item .items {
    width: calc(50% - 10px);
    float: left;
    height: 154px;
    border: none;
    margin: 10px 0;
}
.photo-carousel .image-item .items .animate-box {
    height: 100%;
    overflow: hidden;
}
.photo-carousel .image-item .items:nth-child(2), .photo-carousel .image-item .items:nth-child(4) {
    padding-left: 20px;
}
.photo-carousel img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.photo-carousel .slick-next {
    position: absolute;
    right: 0;
    width: 32px;
    height: 64px;
    background: url(../images/next_lage.png) no-repeat center;
    display: inline-block;
}
.photo-carousel .slick-prev{
    position: absolute;
    left: 0;
    width: 32px;
    height: 64px;
    z-index: 999;
    background: url(../images/prev-lage.png) no-repeat center;
    display: inline-block;
}
.photo-carousel .slick-prev:before, .photo-carousel  .slick-next:before{
    opacity: 0;
}

@media only screen and (max-width: 480px) {
	.at-property-dis2 {
		padding: 5px 20px;
	}
	.at-agents-sec{overflow:hidden}
}

@media only screen and (max-width: 767px) {
    .project_about h4{
        margin-top: 10px;
    }

}
@media (max-width: 991px) {
    .search-text {
        text-align: center;
    }
    .photo-carousel .image-default {
        height: 220px;
    }
    .photo-carousel .image-item .items{
        height: 99px;
    }
}
#timeoutsess{
    display: none;
}
.table>thead>tr>td.danger, .table>tbody>tr>td.danger, .table>tfoot>tr>td.danger, .table>thead>tr>th.danger, .table>tbody>tr>th.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>tbody>tr.danger>td, .table>tfoot>tr.danger>td, .table>thead>tr.danger>th, .table>tbody>tr.danger>th, .table>tfoot>tr.danger>th {
    background-color: #f2dede;
}
.table>thead>tr>td.warning, .table>tbody>tr>td.warning, .table>tfoot>tr>td.warning, .table>thead>tr>th.warning, .table>tbody>tr>th.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>tbody>tr.warning>td, .table>tfoot>tr.warning>td, .table>thead>tr.warning>th, .table>tbody>tr.warning>th, .table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
}
.table-bordered td, .table-bordered th{
    border: 1px solid #c7c7c7;
}
#sitemodal{
    opacity: 0.9 !important;
    background: #000;
}

#info-scroll {
    height: 52px;
    left: 0;
    position: fixed;
    bottom: 0px;
    z-index: 9995; 
}
#info-scroll li {
    background-color: #FFD119;
    border-radius: 0 25px 25px 0;
    color: black;
    display: block;
    float: none;
    font-size: 16px;
    font-weight: bold;
    left: 0px;
    margin-bottom: 2px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: auto;
}#info-scroll li a {
    display: block;
    color: black;
    padding: 2px 2px 2px 5px;
}#info-scroll li .text222 {
    display: inline-block;
    text-align: center;
}#info-scroll li small {
    display: block;
    font-size: 16px;
    font-weight: 400;
}#info-scroll li .icon {
    display: inline-block;
    float: right;
    height: 47px;
    margin: 1px 0 0 5px;
    width: 47px;
}.clearfix::after {
    content: "";
    display: table;
    clear: both;
}#info-scroll li small {
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.float-icon-hotline {
  display: block;
  width: 40px;
  position: fixed;
  bottom: 65px;
  left: 17px;
  z-index: 999999
}

.float-icon-hotline ul {
  display: block;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0; }

.float-icon-hotline ul li {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer; }

.float-icon-hotline ul li .fa {
  background-color: #ed1c24;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  -moz-box-shadow: 0 0 5px #888888;
  -webkit-box-shadow: 0 0 5px #888888;
  box-shadow: 0 0 5px #888888;
  color: white;
  font-weight: 700;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  border: 2px solid white; }

.float-icon-hotline ul li .fa-phone {
  background-color: #ed1c24; }

.float-icon-hotline ul li .fa-zalo {
  background: white url(../images/zalo.png) center center no-repeat;
  background-size: 100%; }

.float-icon-hotline ul li .fa-fb {
  background: white url(images/messenger.png) center center no-repeat;
  background-size: 100%; }

.float-icon-hotline ul li .fa-envelope {
  background: #1268b3;
  background-size: auto;
  background-size: 100%; }

.animated.infinite {
  animation-iteration-count: infinite; }

.tada {
  animation-name: tada; 
}
.animated.infinite { animation-iteration-count: infinite;}
.animated { animation-duration: 1s; animation-fill-mode: both }


.float-icon-hotline ul li span {
  display: inline-block;
  padding: 0;
  color: #111111;
  border: 2px solid white;
  border-radius: 20px;
  height: 40px;
  line-height: 36px;
  position: absolute;
  top: 0;
  left: 18px;
  z-index: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #ffd119;
  -moz-box-shadow: 0 0 5px #888888;
  -webkit-box-shadow: 0 0 5px #888888;
  box-shadow: 0 0 5px #888888;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0; }


@media only screen and (min-width: 960px) {
  .float-icon-hotline ul li:hover span {
    width: 180px;
    padding-left: 30px;
    padding-right: 10px;
    opacity: 1; } 
}

@media only screen and (max-width: 959px) {
  .float-icon-hotline ul {
    display: flex !important; }

  .float-icon-hotline ul li~li {
    margin-left: 10px; }

  .float-icon-hotline {
    bottom: 45px !important; }

  .float-icon-hotline {
    display: block;
    width: 40px;
    position: fixed;
    left: 5px;
    z-index: 999999; }
}

@keyframes tada {
  0% { transform: scale3d(1,1,1);}
  10%, 20% { transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);}
  30%, 50%, 70%, 90% { transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);}
  40%, 60%, 80% { transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);}
  100% { transform: scale3d(1,1,1);}
}

@-webkit-keyframes tada {

  0% {

    -webkit-transform: scale(1);

    transform: scale(1);

  }



  10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);

    transform: scale(0.9) rotate(-3deg);

  }



  30%, 50%, 70%, 90% {

    -webkit-transform: scale(1.1) rotate(3deg);

    transform: scale(1.1) rotate(3deg);

  }



  40%, 60%, 80% {

    -webkit-transform: scale(1.1) rotate(-3deg);

    transform: scale(1.1) rotate(-3deg);

  }



  100% {

    -webkit-transform: scale(1) rotate(0);

    transform: scale(1) rotate(0);

  }

}



@keyframes tada {

  0% {

    -webkit-transform: scale(1);

    -ms-transform: scale(1);

    transform: scale(1);

  }



  10%, 20% {

    -webkit-transform: scale(0.9) rotate(-3deg);

    -ms-transform: scale(0.9) rotate(-3deg);

    transform: scale(0.9) rotate(-3deg);

  }



  30%, 50%, 70%, 90% {

    -webkit-transform: scale(1.1) rotate(3deg);

    -ms-transform: scale(1.1) rotate(3deg);

    transform: scale(1.1) rotate(3deg);

  }



  40%, 60%, 80% {

    -webkit-transform: scale(1.1) rotate(-3deg);

    -ms-transform: scale(1.1) rotate(-3deg);

    transform: scale(1.1) rotate(-3deg);

  }



  100% {

    -webkit-transform: scale(1) rotate(0);

    -ms-transform: scale(1) rotate(0);

    transform: scale(1) rotate(0);

  }

}



.tada {

  -webkit-animation-name: tada;

  animation-name: tada;

}
.box-search>div{
    margin-bottom: 8px;
}
.lev1{
    font-weight: 700;
    color: #f00 !important;
}