@charset "UTF-8";

/*-----------------------------------------------------------------------------------
    Name: Real Estate HTML/CSS Template
    Description: Stylesheets for Real Estate Template
    Version: 1.0
    Author: ThemesDojo
    Coding: Pascaru Sergiu - Themes Dojo front-end developer
    Info: Do not make any changes of this file for a better working of your template, 
          use the file "custom.css" for your personal styles and modifications. Thx for purchase.

    TABLE OF CONTENTS 
    ---------------------------
    
    1.  Basic rules 
    ----------------
    2.  Pages
        2.1 Home - index.html
        2.2 Property Desription page - property.html
        2.3 Properties listing page with map - property-grid-map.html
        2.4 Our Agents Page (grid view) - agents-grid.html
        2.5 Agent Page - agent-page.html
        2.6 Blog Category Page - blog.html
        2.7 Blog Post Page - blog-post.html
        2.8 Contac Us Page - contact.html
        2.9 Page 404(error page) - page-404.html
    -----------
    3.  Elements
    -------------
	4. Additional Classes
    ----------------------
    5. Animations
    -----------------------
    6. Preloader
    -----------------------
*/

/*--------------------------------------------------------------
  1. Basic rules 
--------------------------------------------------------------*/
*,
body{
    margin: 0;
    padding: 0;
}
#page-content{
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1;
    opacity: 0;
    transition: opacity .2s ease-in-out;
}
header{background: #fff;}
main{
    background: #fff;
    box-shadow: 0 1px 5px 0 #838894;
}

/*--------------------------------------------------------------
   2.1 Home - index.html
--------------------------------------------------------------*/

/* top carousel */
.main-carousel .item{
    width: 100%;
    height: calc(100vh - 160px);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.main-carousel .item:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(27,29,31, .5);
}
/*carousel logo*/
.main-carousel:after{
    content: "";
    position: absolute;
    top: calc(50% - 135px);
    left: 50%;
    transform: translateX(-50%);
    width: 127px;
    height: 60px;
    background: url("../images/icons/logo-center.png") no-repeat center;
    background-size: cover;
}
/*carousel content*/
.main-carousel .carousel-caption{
    top: 42%;
    left: 50%;
    bottom: auto;
    transform: translate(-50%);
    right: auto;
    padding: 0;
    z-index: 2;
    text-shadow: none;
}
.main-carousel .carousel-caption h6,
.main-carousel .carousel-caption h1{
    position: relative;
    font-family: "Teko", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.main-carousel .carousel-caption h1{
    padding-top: 9px;
    margin: 25px 0;
}
.main-carousel .carousel-caption h1:after,
.main-carousel .carousel-caption h1:before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}
.main-carousel .carousel-caption h1:after{bottom: 0;}
.main-carousel .carousel-caption h1:before{top: 0;}
.main-carousel .carousel-caption .price{
    display: block;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #fff;
}
/*captions animation delay*/
.main-carousel .carousel-caption h6{animation-delay: .1s;}
.main-carousel .carousel-caption h1{animation-delay: .2s;}
.main-carousel .carousel-caption .price{animation-delay: .3s;}
.main-carousel .btn{animation-delay: .5s;}

/*carousel centrols*/
.main-carousel .carousel-indicators{
    left: auto;
    bottom: auto;
    margin-left: 0;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    margin: 0;
}
.main-carousel .carousel-indicators li{
    display: block;
    width: 30px;
    height: 0;
    line-height: 0;
    padding: 3px 0;
    border-radius: 0;
    border: 1px solid transparent;
    margin: 20px 0;
    border-top: 2px solid #fff;
    opacity: .5;
    transform: scaleX(.7);
    transition: all .2s ease-in-out;
}
.main-carousel .carousel-indicators li.active,
.main-carousel .carousel-indicators li:hover{
    opacity: 1;
    transform: scaleX(1);
    background: transparent;
}

.carousel-control{
    background-image: none !important;
    text-shadow: none;
    width: auto;
    top: auto;
    left: auto;
    right: 65px;
    bottom: auto;
    font-size: 30px;
}
.carousel-control.left{
    top: calc(50% - 85px); /*  - carousel indicators height */
}
.carousel-control.right{
    right: 65px;
    bottom: calc(50% - 85px); /*  - carousel indicators height */
}

/* main */
main .container-fluid{padding: 0 60px;}

/* search section */
.search-section{
    background-color: #f6f8f9;
    padding-bottom: 36px;
}
.search-section .col-lg-4:first-child{padding-left: 60px;}
.search-section .col-lg-4:last-child{padding-right: 60px;}
.search-section .title-section{
    padding: 42px 60px 31px;
    background-color: #e5e7ea;
    transform: translateY(-60px);
    margin-bottom: -36px;
}
.search-icn .icon{
    width: 51px;
    height: 51px;
}

/*select dropdowns*/
.select2-container{
    display: block;
    width: 100% !important;
}
.select2-container:active:focus,
.select2-container:focus,
.select2-container .selection:focus,
.select2-container .selection:active:focus,
.select2-container--default .select2-selection--single:focus{
    outline: none !important;
    box-shadow: none;
}
.select-wrapp.xs,
.form-group.xs{
    width: calc(50% - 30px) !important;
    display: inline-block;
}
.search-section .select-wrapp.xs:last-of-type{float: right;}
.select2-container--default .select2-selection--single{
    border-radius: 0;
    border: 2px solid #e5e7ea;
    width: 100%;
    color: #666;
}
.select2-results__option{padding: 15px;}
.search-label{
    color: #838894;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Teko", sans-serif;
    margin-bottom: 14px;
    display: inline-block;
}
.search-section .form-group,
.select2-container{margin-bottom: 24px;}
.search-section .form-control{
    border-radius: 0;
    border-color: #e5e7ea;
    width: 100%;
    color: #666;
    height: 50px;
    box-shadow: none;
}
.search-section .btn-primary{
    width: 100%;
    margin-top: 35px;
    height: 50px;
}

/* featured properties section */
.featured-properties .title-section{
    margin: 60px 0 56px;
}

.property{
    position: relative;
    background: #f6f8f9;
    min-height: 490px;
    max-height: 490px;
    overflow: hidden;
    margin-bottom: 60px;
}
.property-lnk{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 7;
}
.property-bg{
    position: relative;
    width: 100%;
    height: 240px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all .2s ease-in-out;
}
.property-bg:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27,29,31, .2);
}
.property-type{
    position: relative;
    transform: translateY(-30px);
    margin-bottom: -10px;
}
.property-type .fa{
    position: relative;
    display: block;
    margin: 0 auto;
    height: 30px;
    width: 105px;
    line-height: 35px;
    font-size: 24px;
    color: #838894;
    text-align: center;
    background-image: url("../images/icons/elipse.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.property-status{
    display: inline-block;
    font-family: "Teko", sans-serif;
    color: #fff;
    letter-spacing: 2px;
    background: #9297a0;
    padding: 2px 13px 0;
    position: relative;
    z-index: 2;
}
.property-title{
    position: relative;
    font-family: "Teko", sans-serif;
    letter-spacing: 2px;
    line-height: 25px;
    color: #838894;
    font-weight: bold;
    z-index: 2;
    margin: 15px 0;
    padding-bottom: 15px;
    transition: all .2s ease-in-out;
}
.property-title a{color: #838894;}
.property-title:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background: #e5e7ea;
    width: 30px;
}

.property-div{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 30px 67px;
    background: #f6f8f9;
}
.property-item-holder{
    position: relative;
    padding: 0 30px 25px;
    transition: all .2s ease-in-out;
}
.property-item-holder:after{
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border: 2px solid #e5e7ea;
}
.price, 
.price-prefix{
    color: #838894;
    letter-spacing: 2px;
    font-size: 12px;
    transition: all .2s ease-in-out;
}
.property-meta {
    position: absolute;
    bottom: 25px;
    margin: 0;
    left: 0;
    right: 0;
    padding: 0 30px;
    text-align: center;
    color: #838894;
    /*font-size: 12px;*/
    font-size: 1.2rem;
    letter-spacing: 2px;
    width: 100%;
    text-transform: uppercase;
}
.property-meta li{
    padding: 0;
    text-align: center;
    float: left;
    min-width: 33.333%;
}
.property-meta li:first-child{text-align: left;}
.property-meta li:last-child{
    text-align: right;
    float: right;
}

/*property hover*/
.property:hover .property-bg{
    height: 290px;
    background-size: 120%;
}
.property:hover .price,
.property:hover .price-prefix{
    opacity: 0;
}
.property:hover .property-title:after{display: none;}
.property:hover .property-title{
    margin: 19px 0 0;
    padding-bottom: 7px;
}
.property:hover .property-item-holder{padding: 0 30px 15px;}

/* categories section */
.category{
    position: relative;
    width: 100%;
    height: 400px;
    margin-bottom: 60px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 30px 21px;
    transition: all .3s linear;
    color: #fff;
    line-height: 27px;
    letter-spacing: 2px;
    font-size: 12px;
}
.category-lnk{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27,29,31,.5);
}
.category h1,
.category span{
    position: relative;
    z-index: 1;
}
.category h1 {
    font-family: "Teko", sans-serif;
    font-weight: bold;
    display: inline-block;
    padding-top: 7px;
    margin-bottom: 12px;
}
.category h1:before, 
.category h1:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #d3d5da;
}
.category h1:before{top: 0;}
.category h1:after {bottom: 0;}

.category:hover{
    background-size: 120%;
    transition: all 1s linear;
}

/* recent properties section */
.recent-properties .title-section{margin-bottom: 60px;}

/* subscribe section */
.subscribe-section{
    position: relative;
    width: calc(100% + 120px);
    transform: translateX(-60px);
    min-height: 380px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 60px;
    margin-bottom: 60px;
}
.subscribe-section:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27,29,31,.5);
}
.subscribe-wrapp{
    position: relative;
    z-index: 1;
}
.subscribe-wrapp .icon{
    display: inline-block;
    width: 150px;
    height: 87px;
    background-size: cover;
}
.subscribe-wrapp .title-section{margin: 20px 0 30px;}
.subscribe-wrapp .title-section h1{color: #fff;}
.subscribe-wrapp .title-section h1:before,
.subscribe-wrapp .title-section h1:after{background: #fff;}
/*subscribe form*/
.subscribe-form .form-group{
    width: 50%;
    float: left;
    margin: 0;
}
.subscribe-form .form-control{
    height: 50px;
    padding: 6px 15px;
    border-radius: 0;
    box-shadow: none;
    border: 2px solid #e5e7ea;
    background-color: transparent;
    color: #fff;
}
.subscribe-form .btn{
    float: left;
    width: 50%;
    height: 50px;
    border: 2px solid #e5e7ea;
    border-left: none;
}
.subscribe-form .btn:hover{border-color: #e5e7ea;}

/* partners section */
.partners-section .title-section{margin-bottom: 60px;}
.partners-carousel{margin-bottom: 50px;}
.partners-carousel .partner-logo{
    position: relative;
    width: 100%;
    height: 150px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .7;
    transition: opacity .2s ease-in-out;
}
.partners-carousel .partner-logo a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.partners-carousel .partner-logo:hover{opacity: 1;}
/*dots on mobile visible*/
.owl-dots{
    width: 100%;
}
.owl-dot{
    height: 1px;
    width: 30px;
    background: #9297a0;
    opacity: .5;
    margin: 0 5px;
    display: inline-block;
}
.owl-dot.active {opacity: 1;}
.owl-dot span{
    display: block;
    height: 1px;
}

/* footer */
.page-footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #9297a0;
    padding-top: 60px;
    width: 100%;
    z-index: -1;
}
.footer-widgets .title-section{margin-bottom: 55px;}
.footer-widgets .title-section .icon{
    width: 127px;
    height: 60px;
    background-size: cover;
}

/*footer widgets*/
.footer-widgets{padding-bottom: 49px;}
.footer-widgets .widget{
    color: #fff;
    line-height: 30px;
}
.footer-widgets .widget-title{
    position: relative;
    font-family: "Teko", sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 21px;
    padding-top: 9px;
    padding-bottom: 5px;
}
.footer-widgets .widget-title:before {top: 0;}
.footer-widgets .widget-title:after {bottom: 0;}
.footer-widgets .widget-title:before, 
.footer-widgets .widget-title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #d3d5da;
}
.footer-widgets ul{margin-bottom: 0;}
.footer-widgets ul li a{
    position: relative;
    color: #fff;
    text-transform: capitalize;
}
.footer-widgets ul li a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .2s ease-in-out;
}
.footer-widgets ul li a:hover{text-decoration: none;}
.footer-widgets ul li a:hover:before{width: 100%;}
.footer-widgets ul li .fa{
    margin-right: 5px;
    font-size: 16px;
}
.footer-widgets ul li.payments .fa{font-size: 24px;}

/* copyright (fixed bottom)*/
.fixed-copyright{
    background-color: #838894;
    color: #fff;
    font-size: 10px;
    letter-spacing: 2px;
    min-height: 40px;
    transform: translateX(-60px);
    width: calc(100% + 120px);
}
.fixed-copyright span>a{
    font-family: "Teko", sans-serif;
    font-weight: bold;
    color: #fff;
}

/*--------------------------------------------------------------
   2.2 Property description page - property.html
--------------------------------------------------------------*/
/* top showcase */
.property-showcase{
    width: 100%;
    height: calc(100vh - 160px);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.property-showcase:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(27,29,31, .5);
}
.property-showcase .row{width: 100%;}
.property-caption{
    position: relative;
    z-index: 2;
    color: #fff;
}
.property-caption .icon{
    display: inline-block;
    width: 127px;
    height: 60px;
    background: url("../images/icons/logo-center.png") no-repeat center;
    background-size: cover;
}
.property-caption h6, 
.property-caption h1 {
    position: relative;
    font-family: "Teko", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.property-caption h1{
    padding-top: 8px;
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 20px;
}
.property-caption h1:after, 
.property-caption h1:before,
.property-caption .property-id:after,
.property-caption .property-id:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}
.property-caption h1:after,
.property-caption .property-id:after {bottom: -1px;}
.property-caption h1:before, 
.property-caption .property-id:before {top: 0;}

.property-caption .price{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 23px;
}
.property-caption .property-id{
    font-family: "Teko", sans-serif;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    padding-top: 13px;
    padding-bottom: 10px;
}

/* property wrapp */
.property-wrapp{padding-top: 60px;}

/*property meta list*/
.property-meta-list{
    margin: 0 0 60px 0;
    width: 100%;
    line-height: 16px;
    letter-spacing: 2px;
    color: #838894;
    float: left;
}
.property-meta-list>li{
    padding: 0;
    width: 25%;
    float: left;
}
.property-meta-list svg{
    width: 21%;
    height: auto;
    max-height: 50px;
    padding-right: 20px;
    float: left;
}
.property-meta-list li .meta-nr {
    width: 60%;
    margin-top: 10px;
    margin-bottom: 5px;
    float: left;
    font-size: 18px;
}
.property-meta-list li .meta-name {
    width: 60%;
    float: left;
    font-weight: bold;
    font-size: 12px;
    font-family: "Teko", sans-serif;
}

/*property slide-show*/
.property-slideshow{position: relative;}
.slide-info{
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 48px;
    color: #fff;
    z-index: 9;
    font-weight: bold;
    font-family: "Teko", sans-serif;
    letter-spacing: 5px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.property-gallery{
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
}
.property-gallery .slick-arrow{
    position: absolute;
    top: 50%;
    z-index: 8;
    background: transparent;
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: 30px;
    text-shadow: 0 2px 2px rgba(0,0,0,.2);
    opacity: .6;
    transition: all .2s ease-in-out;
}
.property-gallery .slick-arrow:focus{outline: none;}
.property-gallery .slick-arrow:hover{opacity: 1;}
.property-gallery .slick-prev{
    left: 20px;
}
.property-gallery .slick-next{
    right: 20px;
}
.slick-slide img{border-radius: 4px;}

/*property carousel*/
.property-thumbs{margin-bottom: 57px;}
.property-thumbs .slick-list {margin: 0 -10px;}
.property-thumbs .thumbnail{
    position: relative;
    padding: 0;
    border: none;
    margin: 0 10px;
    opacity: .7;
    height: 100px;
    overflow: hidden;
    border-radius: 0;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.property-thumbs .thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.property-thumbs .thumbnail:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 5px solid #828895;
    opacity: 0;
}
.property-thumbs .thumbnail.slick-current,
.property-thumbs .thumbnail.slick-current:after{opacity: 1;}
.property-thumbs .thumbnail:focus{outline: none;}
.property-thumbs .thumbnail:hover,
.property-thumbs .thumbnail:hover:after{opacity: 1;}

/*description*/
.property-wrapp .title{
    position: relative;
    letter-spacing: 2px;
    font-weight: bold;
    font-family: "Teko", sans-serif;
    color: #838894;
    display: inline-block;
    border-bottom: 2px solid #d3d5da;
    padding-bottom: 3px;
    padding-top: 8px;
    margin-bottom: 30px;
}
.property-wrapp .title:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #d3d5da;
}
.property-description{
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 51px;
}
.property-description p{margin-bottom: 13px;}
.property-description ul{
    margin-bottom: 13px;
    padding-left: 45px;
}

/*property amenities*/
.amenities-list,
.features-list{
    margin: 18px 0 46px 0;
    width: 100%;
    color: #666666;
    line-height: 36px;
}
.amenities-list .facility-name{
    width: 20%;
    display: inline-block;
    float: left;
}
.amenities-list .facility-item{
    width: 80%;
    display: inline-block;
    float: left;
    font-weight: normal;
}

/*aditional features*/
.features-list{
    -webkit-column-count: 3; 
    -moz-column-count: 3;
    column-count: 3;
}
.features-list li{
    position: relative;
    padding-left: 22px;
}
.features-list li:before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 15px;
    height: 1px;
    background: #d9d9d9;
}

/*video tour*/
.video-source{
    margin-bottom: 60px;
    width: 100%;
}

/*property location*/
#map{
    width: 100%;
    height: 450px;
    margin-bottom: 60px;
}

/*property inline*/
.property-list-view{margin: 0;}
.property-inline{
    position: relative;
    background: #f6f8f9;
    min-height: 240px;
    overflow: hidden;
    margin-bottom: 60px;
}
.property-inline .property-bg{
    width: 35%;
    float: left;
}
.property-inline .property-item-holder{
    padding: 30px;
    width: 65%;
    float: left;
}
.property-inline .property-title{
    font-size: 24px;
    line-height: 25px;
    padding-bottom: 0;
    margin: 18px 0 7px 0;
}
.property-inline .property-item-holder:after,
.property-inline .property-title:after{display: none;}
.property-inline .property-meta{
    width: 65%;
    left: auto;
    bottom: 40px;
}
.property-inline .property-meta li{text-transform: uppercase;}
.property-inline .btn{
    position: absolute;
    bottom: 30px;
    left: 35%;
    margin-left: 30px;
    color: #fff;
    background: #9297a0;
    border-color: #9297a0;
    z-index: 8;
    transform: translateY(200px);
}
.property-inline .btn:hover{
    color: #9297a0;
    background-color: #fff;
}
.property-inline:hover .btn{transform: translateY(0);}
.property-inline:hover .property-meta{opacity: 0;}
.property-inline:hover .property-bg{
    height: 240px;
    background-size: 100%;
}
.property-inline:hover .property-item-holder{padding: 30px;}
.property-inline:hover .price, 
.property-inline:hover .price-prefix{
    opacity: 1;
    display: inline-block !important;
}
.property-inline:hover .property-title{
    margin: 18px 0 7px 0;
    padding-bottom: 0;
}

/*share list*/
.share-list{
    width: calc(100% + 6px);
    float: left;
    margin-bottom: 60px;
    margin-left: 0;
}
.share-list li{
    min-width: calc(14% - 5px);
    float: left;
    padding: 0;
    margin-right: 5px;
}
.share-list .share-btn {
    background-color: #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    height: 40px;
    width: 100%;
    padding: 0 15% 0 10px;
    text-decoration: none;
    transition: background .2s ease-in-out;
}
.share-list .share-btn.share-email{background-color: #0a88ff;}
.share-list .share-btn.share-fb{background-color: #306199;}
.share-list .share-btn.share-tw{background-color: #26c4f1;}
.share-list .share-btn.share-google{background-color: #e93f2e;}
.share-list .share-btn.share-redit{background-color: #8bbbe3;}
.share-list .share-btn.share-pocket{background-color: #ed4054;}
.share-list .share-btn.share-youtube{background-color: #df1c31;}
.share-list .share-btn.share-email:hover{background-color: #006ed6;}
.share-list .share-btn.share-fb:hover{background-color: #244872;}
.share-list .share-btn.share-tw:hover{background-color: #0eaad6;}
.share-list .share-btn.share-google:hover{background-color: #ce2616;}
.share-list .share-btn.share-redit:hover{background-color: #62a3d9;}
.share-list .share-btn.share-pocket:hover{background-color: #e4162d;}
.share-list .share-btn.share-youtube:hover{background-color: #b21627;}

/*agent inline*/
.agent-inline{
    position: relative;
    background: #e5e7ea;
    height: 300px;
    overflow: hidden;
    margin-bottom: 60px;
    width: 100%;
}
.agent-inline .agent-bg{
    position: relative;
    width: 35%;
    height: 100%;
    float: left;
    background-size: cover;
    background-position: center;
}
.agent-inline .agent-bg:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27,29,31, .2);
}
.agent-inline .agent-item-holder{
    padding: 30px;
    width: 65%;
    float: left;
}
.agent-inline .agent-name{
    font-family: "Teko", sans-serif;
    letter-spacing: 2px;
    line-height: 25px;
    color: #838894;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
}
.agent-inline .agent-description{
    position: relative;
    color: #838894;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0px;
    padding-bottom: 23px;
    padding-right: 20%;
}
.agent-inline .agent-description:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #fff;
}
.agent-inline .agent-meta{
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 65%;
    margin: 0;
    padding-left: 30px;
    color: #838894;
    font-size: 12px;
    letter-spacing: 2px;
}
.agent-inline .agent-meta li{
    padding: 0;
    margin-right: 50px;
}
.agent-inline .btn{
    position: absolute;
    bottom: 30px;
    left: 35%;
    margin-left: 30px;
    color: #fff;
    background: #9297a0;
    border-color: #9297a0;
    z-index: 8;
    transform: translateY(200px);
}
.agent-inline .btn:hover{
    color: #9297a0;
    background-color: #fff;
}
.agent-inline:hover .btn{transform: translateY(0);}
.agent-inline:hover .agent-meta{opacity: 0;}

/* sidebar */
aside.sidebar{
    padding-top: 60px;
}
/*widgets*/
.sidebar-widget{
    position: relative;
    overflow: hidden;
    background: #f6f8f9;
    margin-bottom: 60px;
}
.sidebar-widget .title-section{
    background: #e5e7ea;
    padding: 30px;
}
.sidebar-widget.recent-properties .title-section{margin-bottom: 0;}
.sidebar-widget .title-section h3{
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-family: "Teko", sans-serif;
    letter-spacing: 2px;
    border-bottom: 2px solid #d3d5da;
    color: #838894;
    padding-bottom: 3px;
    padding-top: 9px;
}
.sidebar-widget .title-section h3:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #d3d5da;
}
/*form widget(search form)*/
.sidebar-widget .search-form{padding: 24px 30px 25px 30px;}
.sidebar-widget .search-form .form-control{
    height: 50px;
    border-radius: 0;
    border: 2px solid #e5e7ea;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.search-widget .search-btn{
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
}
.search-widget .btn-collapse{
    position: relative;
    display: inline-block;
    color: #838894;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 12px;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}
.search-widget .btn-collapse[aria-expanded="false"]:before{
    content: "\f055";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}
.search-widget .btn-collapse[aria-expanded="true"]:before{
    content: "\f056";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}
.search-widget .well{margin-top: 24px;}
.search-widget .well li:last-child .checkbox{margin-bottom: 0;}

/*featured properties widget*/
.sidebar-widget.featured-proprietes{
    background: #fff;
    margin-bottom: 0;
}
.sidebar-widget.featured-proprietes .title-section{margin-bottom: 0;}

/*featured properties widget slider*/
.properties-slider{background: #f6f8f9;}
.properties-slider .slick-dots{
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
    margin: 0;
}
.properties-slider .slick-dots li{
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #838894;
    border-radius: 50%;
    text-indent: -99999px;
    margin: 0 5px;
    cursor: pointer;
}
.properties-slider .slick-dots li:after{
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    background: #838894;
    border-radius: 50%;
    opacity: 0;
}
.properties-slider .slick-dots li.slick-active:after{opacity: 1;}



/*--------------------------------------------------------------
  2.3 Properties listing page with map - property-grid-map.html
--------------------------------------------------------------*/

/* map */
#listings-map {
    border-bottom: 2px solid #838894;
    width: 100%;
    height: calc(100vh - 160px);
    float: left;
    background: #fff;
}
/*property on map*/
.infoBox{
    color: #fff;
    border: 2px solid #9297a0;
    padding: 30px;
    font-family: "Teko", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
}
.infoBox:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(146,151,160,.7); 
    z-index: 2;
}
.infoBox:after{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 85px;
    transform: rotate(180deg) translateX(-50%);
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 5px solid #9297a0;
}
.marker-holder{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.marker-holder:after{
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    border: 2px solid #fff;
    z-index: 9;
}
.marker-listing-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.marker-content{
    position: relative;
    z-index: 13;
    color: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.marker-listing-title a{
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    display: block;
}
.marker-content .property-type{
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -38.5px;
    background: #fff;
    color: #9297a0;
    font-size: 12px;
    transform: translateY(0);
    margin-bottom: 0;
    line-height: 23px;
    padding: 6px 9px 1px;
}

/* listing controls */
.listings-controls{
    margin-bottom: 30px;
    display: flex;
    align-items: flex-end;
}
.view-type .view-control{
    display: inline-block;
    background: #f6f8f9;
    color: #838894;
    transition: all .2s ease-in-out;
    margin-right: 16px;
    font-size: 18px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 52px;
}
.view-type .view-control.active,
.view-type .view-control:hover{
    color: #f6f8f9;
    background: #838894;
}
.sort-controls b{
    font-size: 12px;
    font-family: "Teko", sans-serif;
    letter-spacing: 2px;
    color: #838894;
    margin-bottom: 14px;
    display: inline-block;
}
.sort-controls .select2-container{margin-bottom: 0;}
.select2-container{text-transform: capitalize;}


/*--------------------------------------------------------------
  2.4 Our Agents Page (grid view) - agents-grid.html
--------------------------------------------------------------*/
.agent-blk{
    position: relative;
    width: 100%;
    height: 490px;
    background-color: #e5e7ea;
    overflow: hidden;
    margin-bottom: 60px;
    text-align: center;
}
.agent-blk .agent-bg{
    position: relative;
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .2s ease-in-out;
}
.agent-blk .agent-item-holder{
    padding: 26px 30px 16px;
    color: #838894;
    line-height: 30px;
    font-size: 16px;
}
.agent-blk .agent-item-holder .agent-name{
    margin: 0;
    letter-spacing: 2px;
    font-weight: bold;
    font-family: "Teko", sans-serif;
    margin-bottom: 13px;
}
.agent-blk .agent-description{
    max-height: 60px;
    overflow: hidden;
    margin: 0;
}
.agent-blk .agent-meta {
    margin: 0;
    padding: 0 30px;
    color: #838894;
    font-size: 12px;
    letter-spacing: 2px;
    transition: all .1s ease-in-out;
}
.agent-blk .btn{
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -67px;
    color: #fff;
    background: #9297a0;
    border-color: #9297a0;
    z-index: 8;
    transform: translateY(200px);
}
.agent-blk .btn:hover{
    background: #fff;
    color: #9297a0;
}
.agent-blk:hover .btn{transform: translateY(0);}
.agent-blk:hover .agent-meta{transform: translateY(-71px);}
.agent-blk:hover .agent-description{opacity: 0;}

.property-showcase .agent-social-links{
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    font-size: 12px;
    line-height: 27px;
    letter-spacing: 2px;
    font-family: "Teko", sans-serif;
    font-weight: bold;
    z-index: 2;
}
.property-showcase .agent-social-links li{
    padding: 0;
    margin: 0 -2px;
}
.property-showcase .agent-social-links li a{
    color: #838894;
    background: #fff;
    display: block;
    padding: 12px 40px;
    transition: all .2s ease-in-out;
    text-decoration: none;
}
.property-showcase .agent-social-links li:nth-child(2) a{
    border-left: 2px solid #838894;
    border-right: 2px solid #838894;
}
.property-showcase .agent-social-links li a:hover{
    color: #fff;
    background: #838894;
}


/*--------------------------------------------------------------
  2.5 Agent Page - agent-page.html
--------------------------------------------------------------*/

.property-caption .agent-image{
    border: 10px solid #fff;
    width: 212px;
    height: 212px;
    object-fit: cover;
    margin: 0 auto 60px;
}
.property-caption .agent-name{
    margin-top: 0;
    margin-bottom: 55px;
}
.property-caption .agent-meta{
    font-size: 18px;
    letter-spacing: 2px;
}


/*--------------------------------------------------------------
  2.6 Blog Category Page - blog.html
--------------------------------------------------------------*/
/*top title*/
.page-title.blog-top{height: 410px;}
/* blog container*/
main .blog-container{padding-top: 55px;}
main .blog-container aside.sidebar{padding-top: 0;}
/*blog card*/
.blog-post{
    position: relative;
    background: #f6f8f9;
    line-height: 27px;
    color: #9297a0;
    overflow: hidden;
    height: 470px;
    margin-bottom: 60px;
}
.blog-post .featured-image{
    height: 52%;
    background-size: cover;
    background-position: 50% 50%;
    transition: all .2s ease-in-out;
}
.blog-post .post-excerpt{
    padding: 30px 30px 0 30px;
    position: relative;
    height: 48%;
    transition: height .2s ease-in-out;
}
.blog-post .post-title-body{
    position: relative;
    font-family: "Teko", sans-serif;
    letter-spacing: 2px;
    padding: 0 14%;
    border: 2px solid #e5e7ea;
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
    overflow: hidden;
}
.blog-post .post-category{
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background: #9297a0;
    padding: 3px 23px 0;
    display: inline-block;
    text-decoration: none;
    z-index: 2;
    font-size: 12px;
    letter-spacing: 2px;
    font-family: "Teko", sans-serif;
    font-weight: bold;
}
.blog-post .post-title-body h4{
    margin: 0;
    line-height: 25px;
    transition: transform .2s ease-in-out, opacity .1s ease-in-out;
}
.blog-post .post-title-body h4>a{
    font-weight: bold;
    color: #9297a0;
}
.blog-post .post-title-body .btn{
    position: absolute;
    left: 30px;
    right: 30px;
    background-color: transparent;
    border-color: #e5e7ea;
    color: #9297a0;
    transform: translateY(220px);
    opacity: 0;
    transition: transform .2s ease-in-out, opacity .1s ease-in-out;
}
.blog-post .post-title-body .btn:before{display: none;}
.blog-post .post-meta{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 21px;
    padding: 0 8%;
    margin: 0;
    font-size: 12px;
    color: #838894;
}
.blog-post .post-meta li{padding: 0;}
.blog-post .post-meta li a{
    position: relative;
    color: #838894;
    text-decoration: none;  
}
.blog-post .post-meta li a:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #838894;
    transition: width .2s ease-in-out;
}
.blog-post .post-meta li.separator span{
    display: inline-block;
    height: 2px;
    width: 30px;
    background: #e5e7ea;
    line-height: 0;
    vertical-align: middle;
}
.blog-post .post-meta li a:hover:before{width: 100%;}
.blog-post:hover .post-title-body h4{transform: translateY(-220px);}
.blog-post:hover .post-title-body .btn{
    transform: translateY(0);
    opacity: 1;
}
.blog-post:hover .post-title-body .btn:hover{
    color: #fff;
    background-color: #e5e7ea;
}

/*stycky blog post card*/
.blog-post.sticky .featured-image,
.blog-post.sticky .featured-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog-post.sticky .featured-image:after,
.blog-post.sticky .featured-video:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27,29,31, .5);
}
.blog-post.sticky .post-excerpt{
    position: relative;
    height: 100%;
}
.blog-post.sticky .post-title-body{
    z-index: 1;
    border-color: #fff;
    height: calc(100% - 70px);
}
.blog-post.sticky .post-category{
    color: #9297a0;
    background: #fff;
}
.blog-post.sticky .post-title-body h4{
    transform: translateY(135px);
}
.blog-post.sticky .post-title-body .btn{
    color: #fff;
    bottom: 30px;
}
.blog-post.sticky .post-title-body .btn:before{display: none;}
.blog-post.sticky .post-title-body h4>a,
.blog-post.sticky .post-meta li a{color: #fff;}
.blog-post.sticky .post-meta li span,
.blog-post.sticky .post-meta li a:before{background: #fff;}
.blog-post.sticky:hover .post-title-body h4{transform: translateY(65px);}

/*gallery blog post card*/
.post-images-thumb{
    position: relative;
    height: 52%;
    overflow: hidden;
    transition: all .2s ease-in-out;
}
.post-images-thumb .slick-slide{position: relative;}
.post-images-thumb .slick-slide:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27,29,31, .5);
}
.post-images-thumb .slick-slide img{
    border-radius: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-images-thumb .slick-list,
.post-images-thumb .slick-track{height: 100%;}
.post-images-thumb .slick-arrow{
    position: absolute;
    top: 50%;
    margin-top: -16px;
    background: transparent;
    border: none;
    color: #fff;
    z-index: 9;
    font-size: 32px;
    opacity: .7;
    transition: all .2s ease-in-out;
}
.post-images-thumb .slick-arrow.slick-next{
    right: 0;
    transform: translateX(160px);
}
.post-images-thumb .slick-arrow.slick-prev{
    left: 0;
    transform: translateX(-160px);
}
.post-images-thumb .slick-dots{
    position: absolute;
    bottom: 21px;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
}
.post-images-thumb .slick-dots li{
    display: inline-block;
}
.post-images-thumb .slick-dots li>button{
    text-indent: -999px;
    width: 30px;
    height: 2px;
    background: #fff;
    margin: 0 3px;
    float: left;
    border: none;
    opacity: .7;
}
.post-images-thumb .slick-dots li.slick-active>button,
.post-images-thumb .slick-dots li:hover>button{opacity: 1;}
.post-images-thumb:hover .slick-arrow.slick-next{transform: translateX(-30px);}
.post-images-thumb:hover .slick-arrow.slick-prev{transform: translateX(30px);}
.post-images-thumb:hover .slick-arrow:hover{opacity: 1;}
.post-images-thumb:hover .slick-arrow:focus,
.post-images-thumb .slick-dots li>button:focus{
    outline: none;
    box-shadow: none;
}


/*--------------------------------------------------------------
  2.7 Blog Post Page - blog-post.html
--------------------------------------------------------------*/
/*blog top*/
.page-title .post-meta{
    position: relative;
    z-index: 1;
    margin: 28px 0 24px;
    font-size: 12px;
    letter-spacing: 2px;
}
.page-title .post-meta li{
    position: relative;
    padding: 0 5px;
}
.page-title .post-meta li:after{
    content: "";
    position: absolute;
    right: -2px;
    top: 7px;
    width: 2px;
    height: 2px;
    background: #fff;
    border-radius: 30px;
}
.page-title .post-meta li:last-child:after{display: none;}
.page-title .post-meta li a{color: #fff;}
.page-title .btn{
    position: relative;
    z-index: 1;
}
/*article titles*/
article .title{
    position: relative;
    letter-spacing: 2px;
    font-weight: bold;
    font-family: "Teko", sans-serif;
    color: #838894;
    display: inline-block;
    border-bottom: 2px solid #d3d5da;
    padding-bottom: 3px;
    padding-top: 8px;
    margin-bottom: 21px;
}
article .title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #d3d5da;
}
/*article paragraphs*/
article p{
    color: #333;
    line-height: 30px;
    margin-bottom: 19px;
}
/*figcaption*/
article figure{margin-bottom: 21px;}
article figure>figcaption{
    background: #e5e7ea;
    font-family: "Teko", sans-serif;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 2px;
    color: #838894;
    padding: 19px 28px 14px;
}
/*article list*/
article ul{
    list-style-type: none;
    margin-bottom: 19px;
}
article ul li{
    position: relative;
    padding-left: 10px;
    line-height: 30px;
}
article ul li:after{
    content: "";
    position: absolute;
    top: 14px;
    left: 5px;
    width: 2px;
    height: 2px;
    border-radius: 30px;
    background: #333;
}
/*blockquote*/
article blockquote{
    position: relative;
    background: #f6f8f9;
    padding: 54px 30px;
    margin: 0 0  39px;
    border-left: 0;
}
article blockquote:after,
article blockquote:before{
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    height: 2px;
    background: #333;
}
article blockquote:after{bottom: 30px;}
article blockquote:before{top: 30px;}
article blockquote p{
    margin: 0 0 10px;
    font-size: 18px;
}
article blockquote .blockquote-author{
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    color: #fff;
    background: #838894;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    width: 150px;
    text-align: center;
    padding: 18px 0 15px;
    z-index: 2;
}
/*article video*/

/*article slideshow*/
article .property-thumbs{margin-bottom: 21px;}
/*article share-list*/
article .share-list{margin-top: 9px;}
article .share-list>li:after{display: none;}
/*article video-section*/
.video-section{
    position: relative;
    text-align: center;
    margin-bottom: 21px;
}
.video-section:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27,29,31, .5);
    transform-origin: left;
    transition: transform .2s linear;
}
.video-section video{
    margin-bottom: 0;
    display: block;
}
.video-section .btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    z-index: 3;
    outline: none;
    box-shadow: none;
    background: transparent;
    opacity: 1;
    transition: opacity .2s ease-in-out;
}
.video-section .btn:focus{color: #fff;}
.video-section .btn:hover{color: #838894;}
.video-section.playingVideo .btn{opacity: .5;}
.video-section.playingVideo .btn:hover{opacity: 1;}
.video-section.playingVideo:after{transform: scaleX(0);}

/*posts pagination*/
.posts-pagination{
    margin: 0 0 60px 0;
    width: 100%;
}
.posts-pagination .pager-control{
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 175px;
    width: calc(50% - 15px);
    padding: 27px 30px 30px 30px;
    color: #fff;
    background-size: cover;
    background-position: center;
    letter-spacing: 2px;
    transition: all .2s ease-in-out;
}
.posts-pagination .pager-control:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27,29,31, .5);
}
.posts-pagination .article-dev{
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    display: block;
    float: none !important;
}
.posts-pagination .article-title{
    position: relative;
    z-index: 1;
    font-family: "Teko", sans-serif;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-top: 29px;
    margin-top: 25px;
    margin-bottom: 10px;
    transition: all .2s ease-in-out;
}
.posts-pagination .article-title:after{
    content: "";
    position: absolute;
    top: 0;
    width: 30px;
    height: 2px;
    background-color: #fff;
}
.posts-pagination .pager-control.previous .article-title:after{left: 0;}
.posts-pagination .pager-control.next .article-title:after{right: 0;}
.posts-pagination .pager-control .article-meta{
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-size: 12px;
}
.posts-pagination .pager-control .article-meta>li{
    position: relative;
    display: inline-block;
}
.posts-pagination .pager-control .article-meta>li:after{
    content: "";
    position: absolute;
    top: 7px;
    right: -3px;
    width: 2px;
    height: 2px;
    border-radius: 30px;
    background: #fff;
}
.posts-pagination .pager-control .article-meta>li:last-child:after{display: none;}
.posts-pagination .pager-control .btn{
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 50%;
    margin-left: -67px;
    border-radius: 0;
    background: transparent;
    font-family: "Teko", sans-serif;
    font-weight: bold;
    border: 2px solid #fff;
    padding: 11px 21px 8px;
    transform: translateY(100px);
    transition: transform .2s ease-in-out;
}
.posts-pagination .pager-control:hover{text-align: center !important;}
.posts-pagination .pager-control:hover .article-title:after,
.posts-pagination .pager-control:hover .article-meta,
.posts-pagination .pager-control:hover .article-dev{display: none;}
.posts-pagination .pager-control:hover .article-title{margin-top: 0;}
.posts-pagination .pager-control:hover .btn{transform: translateY(0);}

/* comments */
.comments-title-container .title{
    position: relative;
    letter-spacing: 2px;
    font-weight: bold;
    font-family: "Teko", sans-serif;
    color: #838894;
    display: inline-block;
    border-bottom: 2px solid #d3d5da;
    padding-bottom: 3px;
    padding-top: 8px;
    margin-bottom: 30px;
}
.comments-title-container .title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #d3d5da;
}
.commentlist,
.commentlist .children{list-style-type: none;}
.commentlist{margin-bottom: 30px;}
.comment.row{margin: 0;}

/*comments authors*/
.comment-author .avatar{
    border: 10px solid #838894;
    width: 106px;
    height: 106px;
    object-fit: cover;
    margin: 15px auto;
}
.comment-author .comment-header{
    font-weight: bold;
    color: #838894;
    letter-spacing: 2px;
    margin: 0;
    line-height: 27px;
}
.comment-author .comment-reply-link{
    text-decoration: none;
    font-size: 10px;
    color: #838894;
    letter-spacing: 2px;
}

/*comment inner*/
.comment-inner{
    padding: 30px;
    background: #f6f8f9;
    color: #333333;
    line-height: 30px;
    min-height: 200px;
    margin-bottom: 30px;
}
.comment-inner:after,
.comment-inner:before{
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    height: 2px;
    background: #9297a0;
}
.comment-inner:after{bottom: 30px;}
.comment-inner:before{top: 30px;}
.comment-inner .comment-content{
    padding-top: 23px;
    padding-bottom: 22px;
}
.comment-inner .comment-content p{margin: 0;}
.commentlist .children .comment-inner{
    background: #9297a0;
    color: #fff;
}
.commentlist .children .comment-inner:after,
.commentlist .children .comment-inner:before{background: #fff;}

/* respond-container */
.respond-container{margin-bottom: 60px;}
.respond-container .comments-title-container{
    background: #e5e7ea;
    padding-left: 30px;
    padding-top: 30px;
}
.respond-container .comment-respond{
    padding: 28px 30px;
    background: #f6f8f9;
}
/*comment form*/
.comment-form .form-group{
    width: 50%;
    float: left;
    margin-bottom: 24px;
}
.comment-form .form-group:first-child{padding-right: 15px;}
.comment-form .form-group:nth-child(2){padding-left: 15px;}
.comment-form label{
    font-family: "Teko", sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    color: #838894;
    margin-bottom: 14px;
}
.comment-form .form-control,
.comment-form-comment textarea{
    height: 50px;
    border-radius: 0;
    border: 2px solid #e5e7ea;
    color: #666666;
    line-height: 27px;
    outline: none;
    padding: 8px 15px;
    box-shadow: none;
}
.comment-form .form-control:focus{border-color: #838894;}
.comment-form-comment textarea{
    width: 100%;
    height: 160px;
    resize: none;
}
.comment-form-comment{margin-bottom: 24px;}
.form-submit{margin-bottom: 0;}
.form-submit .btn{width: 100%;}


/*--------------------------------------------------------------
  2.8 Contac Us Page - contact.html
--------------------------------------------------------------*/
/*map*/
#contact-map{
    height: 360px;
    width: 100%;
}

/*contact section & form*/
.contact-section{
    background-color: #f6f8f9;
    padding-bottom: 36px;
    margin-bottom: 60px;
    position: relative;
}
.contact-section .title-section {
    padding: 42px 60px 31px;
    background-color: #e5e7ea;
    transform: translateY(-60px);
    margin-bottom: -36px;
}
.contact-section .contact-form{padding: 0 30px;}
.contact-form .form-group{margin-bottom: 24px;}
.contact-form label{
    color: #838894;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Teko", sans-serif;
    margin-bottom: 14px;
    display: inline-block;
}
.contact-form .form-control {
    border-radius: 0;
    border-color: #e5e7ea;
    width: 100%;
    color: #666;
    height: 50px;
    box-shadow: none;
    padding: 15px;
}
.contact-form textarea.form-control{
    resize: none;
    overflow: hidden;
}
.contact-form .btn{
    width: 100%;
    margin-top: 34px;
    height: 50px;
}

/*form respond div*/
#form-messages{
    font-family: "Teko", sans-serif;
    font-weight: bold;
    color: #838894;
    background-color: #f6f8f9;
    position: absolute;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .2s ease-in-out;
    transition-delay: .3s;
}
#form-messages.visible{transform: scaleY(1);}
#form-messages .fa{
    font-size: 42px;
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
  2.9 Page 404(error page) - page-404.html
--------------------------------------------------------------*/

.page-404-content{
    position: relative;
    height: calc(100vh - 160px);
    background-size: cover;
    background-position: center;
    color: #fff;
}
.page-404-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(27,29,31, .5);
}
.page-404-content .center-content{
    position: relative;
    z-index: 1;
}
.page-404-content .icon {
    display: block;
    width: 127px;
    height: 60px;
    background: url(../images/icons/logo-center.png) no-repeat center;
    background-size: cover;
    margin: 0 auto
}
.page-404-content h1 {
    position: relative;
    font-family: "Teko", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 8px;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 28px;
}
.page-404-content h1:after, 
.page-404-content h1:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}
.page-404-content h1:after{bottom: -1px;}
.page-404-content h1:before {top: 0;}
.page-404-content h4{
    margin-top: 0;
    margin-bottom: 24px;
    letter-spacing: 2px;
}

/*--------------------------------------------------------------
  3.  Elements
--------------------------------------------------------------*/

/* navbar inverse */
.navbar-inverse{
    min-height: 40px;
    height: 40px;
    margin: 0;
    border: none;
    letter-spacing: 2px;
}
.navbar-inverse .container-fluid{padding: 0 60px;}
.navbar-inverse .navbar-nav>li>a{
    padding: 10px 8px;
    color: #fff;
}
.navbar-inverse .navbar-nav.navbar-right{margin-right: -15px;}
.navbar-inverse .navbar-nav.navbar-left{margin-left: -15px;}
.navbar-inverse .navbar-nav.navbar-right li a{
    font-size: 12px;
    padding: 10px 15px;
}
.navbar-inverse .navbar-nav.navbar-right li a>i{margin-right: 5px;}
.navbar-inverse .navbar-nav.navbar-left li a,
.navbar-inverse .navbar-nav.navbar-right li a{opacity: .8;}
.navbar-inverse .navbar-nav.navbar-left li a:hover,
.navbar-inverse .navbar-nav.navbar-right li a:hover{opacity: 1;}

/* default navbar */
.navbar.navbar-default{
    margin: 0;
    background: rgba(146,151,160,1);
    height: 120px;
}
.navbar.navbar-default .container-fluid{
    padding: 0 60px;
    width: 100%;
}
.navbar.navbar-default .navbar-brand{
    width: 79px;
    height: 50px;
    background: url("../images/icons/logo.png") no-repeat center;
    background-size: cover;
    padding: 0;
    margin: 0;
}
.navbar.navbar-default .navbar-nav{
    width: calc(100% - 80px);
    text-align: center;
}
.navbar.navbar-default .navbar-nav li{
    float: none;
    display: inline-block;
}
.navbar.navbar-default .navbar-nav>li>a{
    position: relative;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 15px;
    transition: all .2s ease-in-out;
    z-index: 1010;
}
.navbar.navbar-default .navbar-nav>li>a:after,
.navbar.navbar-default .dropdown-menu li a:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width .3s ease-in-out;
}
.navbar.navbar-default .navbar-nav>li>a:hover:after{width: 100%;}
.navbar.navbar-default .navbar-nav>li>a:hover{color: #fff;}
.navbar.navbar-default .navbar-nav>li.submit-lnk{
    float: right;
    margin-top: 5px;
}
.navbar.navbar-default .navbar-nav>li.submit-lnk>a{
    border: 2px solid #fff;
    padding: 10px 15px 6px;
    z-index: 2;
    font-family: "Teko", sans-serif;
    font-weight: bold;
}
.navbar.navbar-default .navbar-nav>li.dropdown>a:after,
.navbar.navbar-default .navbar-nav>li.submit-lnk>a:after{display: none;}
.navbar.navbar-default .navbar-nav>li.submit-lnk{position: relative;}
.navbar.navbar-default .navbar-nav>li.submit-lnk:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transition: width .1s ease-in-out;
}
.navbar.navbar-default .navbar-nav>li.submit-lnk:hover:after{width: 100%;}
.navbar.navbar-default .navbar-nav>li.submit-lnk:hover a{color: #838894 !important;}
/*active*/
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus,
.navbar.navbar-default .dropdown-menu li.active>a{
    color: #fff;
    background-color: transparent;
}
.navbar.navbar-default .navbar-nav>li.active>a:after,
.navbar.navbar-default .dropdown-menu li.active a:after{width: 100%;}

/*dropdown menu*/
.navbar.navbar-default .dropdown-menu{
    display: block;
    box-shadow: none;
    border-radius: 0;
    transform: translateY(-100%);
    opacity: 0;
    border: none;
    background: #838894;
    left: 0;
    right: auto;
    min-width: 100%;
    padding-top: 7px;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out .1s;
}
.navbar.navbar-default .dropdown-menu li{
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
}
.navbar.navbar-default .dropdown-menu li a{
    position: relative;
    color: #fff;
    padding: 5px 15px;
}
.navbar.navbar-default .dropdown-menu li a:hover{background-color: transparent;}
.navbar.navbar-default .dropdown-menu li a:after{background: #9297a0;}
.navbar.navbar-default .dropdown-menu li a:hover:after{width: 100%;}
.navbar.navbar-default li.dropdown i.fa{
    transition: all .3s ease-in-out;
    margin-left: 3px;
}
/*show dropdown on hover*/
.navbar.navbar-default li.dropdown:hover .dropdown-menu,
.navbar.navbar-default li.dropdown.open .dropdown-menu{
    opacity: 1;
    transform: translateY(0);
    transition: transform .2s ease-in-out, opacity .5s ease-in-out;
}
.navbar.navbar-default li.dropdown.open i.fa,
.navbar.navbar-default li.dropdown:hover i.fa{transform: rotate(180deg);}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus{
    background-color: transparent;
    color: #fff;
}

/* fixed navbar */
.navbar.navbar-fixed-top{
    background: rgba(146,151,160, .8);
    top: -120px;
}

/* pagination */
.pagination{
    margin: 0 0 60px;
}
.pagination>li>a, 
.pagination>li>span{
    font-family: "Teko", sans-serif;
    color: #838894;
    padding: 11px 18px 7px;
    border-color: #838894;
    border-radius: 0 !important;
    transition: all .2s ease-in-out;
}
.pagination>li.active>a, 
.pagination>li.active>span,
.pagination>li.active>a:hover,
.pagination>li>a:hover{
    color: #fff;
    background: #838894;
    border: 1px solid #838894;
}

/*buttons*/
.btn{
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-family: "Teko", sans-serif;
    font-weight: bold;
    border: 2px solid;
    border-radius: 0;
    padding: 11px 21px 8px;
    transition: all .1s ease-in-out;
}
.btn:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    transition: width .1s ease-in-out;
}

.btn-transparent{
    color: #fff;
    border-color: #fff;
}
.btn-transparent:hover{color: #838894;}
.btn-transparent:before{background: #fff;}
.btn-transparent:hover:before{width: 100%;}

.btn-primary{
    background: #838894;
    border-color: #838894;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus{
    color: #838894;
    background: #fff;
    border-color: #838894;
    outline: none;
}
.btn-primary:before{background: #fff;}
.btn-primary:hover:before{width: 100%;}

/* section titles */
.title-section h1{
    position: relative;
    color: #838894;
    font-family: "Teko", sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    display: inline-block;
    padding-top: 8px;
}
.title-section h1:before,
.title-section h1:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #d3d5da;
}
.title-section h1:before{top: 0;}
.title-section h1:after{bottom: -1px;}

/*custom icons*/
.icon{
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*page title with bg*/
.page-title{
    height: 290px;
    background-size: cover;
    background-attachment: fixed;
}
.page-title:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27,29,31, .5);
}
.page-title .icon{
    display: inline-flex;
    width: 163px;
    height: 100px;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.page-title h1{
    position: relative;
    font-family: "Teko", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 7px;
    margin-top: 30px;
    display: inline-flex;
    color: #fff;
    z-index: 1;
}
.page-title h1:before,
.page-title h1:after{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}
.page-title h1:before{top: 0;}
.page-title h1:after{bottom: 0;}

/* Widgets */
.sidebar-widget .title-section .icon{
    font-size: 24px;
    color: #c3c5cb;
    line-height: 2;
}
/*categories, nav_menu, recent_entries, archives widgets*/
.widget_categories ul,
.widget_nav_menu ul,
.widget_recent_entries ul,
.widget_archive ul{
    padding: 0 30px 30px;
    margin: 0;
    line-height: 1;
    font-family: "Teko", sans-serif;
    font-weight: bold;
    list-style-type: none;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.widget_categories ul li ,
.widget_nav_menu ul li,
.widget_recent_entries ul li,
.widget_archive ul li{
    position: relative;
    border-bottom: 1px solid #e5e7ea;
}
.widget_categories ul li:before,
.widget_nav_menu ul li:before,
.widget_recent_entries ul li:before,
.widget_archive ul li:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -30px;
    height: calc(100% + 2px);
    width: 0;
    background: #e5e7ea;
    transition: width .2s ease-in-out;
}
.widget_categories ul li a,
.widget_nav_menu ul li a,
.widget_recent_entries ul li a,
.widget_archive ul li a{
    color: #838894;
    display: block;
    padding: 30px 0 26px;
    text-decoration: none;
    position: relative;
    z-index: 1;
}
.widget_categories ul li .post-nr{
    position: absolute;
    right: 0;
    top: 50%;
    color: #838894;
    z-index: 1;
    opacity: 0;
    transition: opacity .2s ease-in-out .1s;
}
.widget_categories ul li:hover:before,
.widget_nav_menu ul li:hover:before,
.widget_recent_entries ul li:hover:before,
.widget_archive ul li:hover:before{width: calc(100% + 60px)}
.widget_categories ul li:hover .post-nr{opacity: 1;}

/*comments widget*/
.widget_recent_comments{
    background: #e5e7ea;
    color: #333;
    text-transform: uppercase;
}
.widget_recent_comments .title-section{background: #f6f8f9;}
.widget_recent_comments #recentcomment{
    position: relative;
    padding-top: 26px;
}
.widget_recent_comments .author-meta{
    width: 100%;
    list-style-type: none;
    padding: 0 30px;
    font-family: "Teko", sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 0;
    color: #838894;
}
.widget_recent_comments .author-meta li{
    display: inline-block;
    padding: 0;
}
.widget_recent_comments .author-meta li>a{color: #838894;}
.widget_recent_comments .comment-inner{
    position: relative;
    background: #e5e7ea;
    margin-bottom: 0;
    min-height: auto;
    padding-bottom: 45px;
    font-size: 12px;
    color: #000;
    letter-spacing: 2px;
}
.widget_recent_comments .comment-inner:after{bottom: 30px;}
.widget_recent_comments .comment-inner:before{top: 15px;}
.widget_recent_comments .comment-inner p{margin: 0;}

/*tags widget*/
.widget_tag_cloud .tagcloud{
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Teko",sans-serif;
    letter-spacing: 2px;
    padding: 26px 30px 23px;
}
.widget_tag_cloud .tagcloud a{
    display: inline-block;
    color: #838894;
    margin-right: 4px;
}

/*calendar widget*/
.calendar_wrap {
    text-align: center;
    width: 100%;
    color: #838894;
    font-weight: bold;
    font-family: "Teko", sans-serif;
    padding: 26px 30px 18px;
    display: table;
}
.calendar_wrap thead,
.calendar_wrap tbody{width: 100%;}
.calendar_wrap thead tr th{
    text-align: center;
    border-bottom: 2px solid #838894;
}
.calendar_wrap thead tr {
    color: #999;
    font-weight: normal;
    font-family: inherit;
}
.calendar_wrap thead tr:first-child{font-size: 18px;}
.calendar_wrap tbody{
    line-height: 30px;
}
#currDay.date{
    color: #fff;
    background: #838894;
}
#prev,
#next{cursor: pointer;}
#today{display: none;}


/*--------------------------------------------------------------
  4. Additional Classes
--------------------------------------------------------------*/

.flexbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flexbox-start{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}
.padding{padding: 0;}
.no-margin{
    margin-left: 0;
    margin-right: 0;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* custom checkboxes */
.checkbox {
  padding-left: 20px; 
  margin-top: 0;
  margin-bottom: 24px;
}
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; 
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 2px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #9297a0;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 13px;
    height: 13px;
    left: -1px;
    top: 1px;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #838894;
}
.checkbox input[type="checkbox"] { opacity: 0; }
.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; 
}
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c"; 
}
.checkbox input[type="checkbox"]:disabled + label { opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; 
}
.checkbox label:focus,
.checkbox input[type="checkbox"]:focus{
    outline: none;
    box-shadow: none;
}

.jarallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

/*--------------------------------------------------------------
  5. Animations
--------------------------------------------------------------*/

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}



/*placeholder colors*/
.search-section .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666;
}
.search-section .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #666;
}
.search-section .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #666;
}
.search-section .form-control:-moz-placeholder { /* Firefox 18- */
  color: #666;
}


.subscribe-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.subscribe-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.subscribe-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.subscribe-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.contact-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #e5e7ea;
}
.contact-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #e5e7ea;
}
.contact-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #e5e7ea;
}
.contact-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #e5e7ea;
}


/*--------------------------------------------------------------
  6. Preloader
--------------------------------------------------------------*/
.preloader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #9297a0;
    color: #fff;
}
.progress-bar{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #fff;
    animation-name: loadingbar;
    -webkit-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    animation-direction: forwards;
}
.loader-icon{
    position: relative;
    width: 127px;
    height: 60px;
    display: inline-block;
    background-size: cover;
    top: 44%;
    animation-name: scaling;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
}

@keyframes loadingbar{
    from{width: 0%;}
    to{width: 100%;}
}

@keyframes scaling{
      0%{transform: scale(1);}
    100%{transform: scale(1.2);}
}






