
.call-to-bg {
    position: relative;
}
.call-to-bg:before,
.call-to-bg:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
}
.call-to-bg:before {
    background: #ff9905  none repeat scroll 0 0;
    left: 0;
    margin-left: -100px;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    width: 31%;
}
.call-to-bg:after {
    background: rgba(31, 34, 62, 0.8) none repeat scroll 0 0;
    height: 100%;
    right: 0;
    width: 100%;
    z-index: -1;
}
/* -----------------------------------
  9. booking-area
----------------------------------- */
.booking-area .section-title {
    margin-top: 15px;
}
.booking-conternt {
    margin: auto;
    width: calc(100% - 80px);
}
.book-house {
    float: left;
    width: 80%;
}
.book-house h2 {
    font-size: 30px;
    margin-bottom: 0;
}
.book-house h2 + h2 {
    margin-top: 20px;
}
.booking-imgae {
    float: left;
    margin-top: -100px;
    width: 20%;
}
.booking-imgae img {} .booking-imgae {
                          margin-top: -100px;
                      }
/* -----------------------------------
 10. Find home area
----------------------------------- */

.find-home-area .section-title {
    margin-top: 28px;
}
.find-homes {
    margin: auto;
    width: calc(100% - 70px);
}
.find-home-item {
    margin-bottom: 40px;
}
.find-home-item input {
    color: #fff;
    margin-bottom: 0;
}
.find-home-item input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #999;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.find-home-item input::-moz-placeholder {
    /* Firefox 19+ */

    color: #999;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.find-home-item input:-ms-input-placeholder {
    /* IE 10+ */

    color: #999;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.find-home-item input:-moz-placeholder {
    /* Firefox 18- */

    color: #999;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.find-home-item.custom-select button {

    font-weight: 300;
}
/*widget shop-filter*/

.price_filter {
    padding-bottom: 8px;
}
.price_slider_amount {
    overflow: hidden;
}
.price_slider_amount > input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #a8a8a8;
    float: left;
    font-size: 14px;
    font-weight: 300;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    width: 50%;
}

/* -----------------------------------
  11. Services area
----------------------------------- */

.service-item {
    margin-bottom: 60px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.service-item-image img {
    width: 100%;
}
.service-item-info {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 26px 15px 10px;
}
.service-item:hover {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
/* -----------------------------------
  12.  Featured property area
----------------------------------- */

.flat-item {
    margin-bottom: 20px;
    overflow: hidden;
}
.flat-item-image {
    position: relative;
}
.flat-item-image:before {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}
.flat-item:hover .flat-item-image:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.flat-item-image > a {
    display: block;
}
.flat-item-image > a > img {
    width: 100%;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.flat-item:hover .flat-item-image > a > img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
/*for-sale*/

.for-sale {
    background: #ff9905  none repeat scroll 0 0;
    color: #fff;

    font-size: 14px;
    font-weight: 600;
    right: 0;
    margin-bottom: 0;
    padding: 6px 15px;
    position: absolute;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.for-sale.rent {
    background: #343650 none repeat scroll 0 0;
}
.flat-item:hover .for-sale {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
/*flat-link*/

.flat-link {
    left: 0;
    margin-top: -15px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: 2;
}
.flat-item:hover .flat-link {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.flat-link > a {
    border: 1px solid #fff;
    color: #fff;
    font-family: cairo;
    font-size: 14px;
    font-weight: normal;
    padding: 9px 12px 10px;
    text-transform: uppercase;
}
.flat-link > a:hover {
    background: #ff9905  none repeat scroll 0 0;
    border: 1px solid #ff9905 ;
    color: #fff;
}
/*flat-desc*/

.flat-desc > li {
    display: inline-block;
}
.flat-desc {
    background: #1f223e none repeat scroll 0 0;
    color: #bababa;
    padding: 15px 0;
    position: relative;
    text-align: center;
    z-index: 2;
}
.flat-desc li img {
    margin-right: 10px;
}
/*flat-item-info*/

.flat-item-info {
    padding: 15px 0;
}
.flat-title-price {
    overflow: hidden;
    padding-bottom: 5px;
}

.flat-title-price .price {
    float: right;
    line-height: 1;
}
.flat-title-price h5 {
    float: left;
    margin-bottom: 0;
}
.flat-item-info img {
    margin-right: 10px;
}
.flat-item-info > p {
    font-size: 15px;
    margin-bottom: 0;
}
/* -----------------------------------
  13. Features area
----------------------------------- */

.features-area {
    background: #f5f5f5 url("./img/features.jpg") no-repeat scroll 0 0;
}
.features-info {
    padding: 60px 130px 45px 50px;
    position: relative;
}
.features-info:before {
    border-bottom: 532px solid #f5f5f5;
    border-left: 200px solid transparent;
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 0;
}
.features-include-list {
    margin-top: 35px;
}
.features-include-list > h6 {
    color: #303030;
    font-family: montserrat;
    font-weight: 400;
}
.features-include-list img {
    margin-right: 15px;
}
/* -----------------------------------
  14. Agents area
----------------------------------- */

.single-agent {
    border-bottom: 4px solid #1f223e;
    margin-bottom: 60px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-agent:hover {
    border-color: #ff9905 ;
}
.agent-image > img {
    width: 100%;
}
.agent-info {
    padding-bottom: 10px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 3;
}
.agent-info:before {
    background-color: #f5f5f5;
    bottom: 0;
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}
.agent-info:after {
    border-left: 300px solid #f5f5f5;
    border-top: 55px solid transparent;
    bottom: 50px;
    content: "";
    left: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: -2;
}
.single-agent:hover .agent-info:before {
    height: 160px;
}
.single-agent:hover .agent-info:after {
    bottom: 160px;
}
.agent-info .agent-name {
    text-align: center;
}
.single-agent:hover .agent-info .agent-name {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.agent-info .agent-name h5,
.agent-info .agent-name p {
    margin-bottom: 0;
}
.agent-info-hover {
    bottom: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    padding-bottom: 15px;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 9;
}
.single-agent:hover .agent-info-hover {
    bottom: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.single-agent:hover .agent-info-hover .agent-name h5 {
    color: #ff9905 ;
}
.agent-info-hover .agent-name {
    bottom: 60px;
    left: -25px;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.agent-info-hover .agent-name h5,
.agent-info-hover .agent-name p {
    margin-bottom: 0;
}
.agent-info-hover .agent-name h5 {
    font-size: 15px;
}
.agent-info-hover .agent-name p {
    font-size: 13px;
}
.agent-info-hover .agent-address img {
    margin-right: 10px;
}
.agent-info-hover .agent-address {
    margin-bottom: 10px;
}
.agent-info-hover .agent-address,
.agent-info-hover .social-media {
    padding-left: 80px;
}
.agent-address img {
    display: inline-block;
}
.agent-info-hover .agent-address > li {
    font-size: 13px;
}
.agent-info-hover .agent-address > li + li {
    margin-top: 5px;
}
.agent-info-hover .agent-address img {
    margin-right: 5px;
    width: 15px;
}
.social-media > li {
    display: inline-block;
}
.social-media > li + li {
    margin-left: 20px;
}
/* -----------------------------------
  15. Testimonial area
----------------------------------- */

.testimonial {
    border-bottom: 4px solid #f5f5f5;
}
.testimonial-brief {
    position: relative;
}
.testimonial-brief:before {
    bottom: -5px;
    color: #dadada;
    content: "\f10e";
    font-family: fontawesome;
    font-size: 25px;
    position: absolute;
    right: 5px;
}
.testimonial-item h6 span {
    color: #606060;
    font-family: montserrat;
    font-size: 14px;
    font-weight: 300;
}
/* dots-right-btm */

.dots-right-btm .slick-dots li {
    display: inline-block;
}
.dots-right-btm .slick-dots {
    display: inline-block;
    float: right;
    line-height: 1;
    margin-top: -20px;
    position: relative;
    text-align: right;
}
.dots-right-btm .slick-dots li button {
    background: #dfdfdf none repeat scroll 0 0;
    font-size: 0;
    height: 3px;
    width: 20px;
}
.dots-right-btm .slick-dots li.slick-active button {
    background: #ff9905 ;
}
.dots-right-btm .slick-dots li + li {
    margin-left: 10px;
}
/* -----------------------------------
  16. Blog area
----------------------------------- */

.blog-item {
    margin-bottom: 60px;
}
.blog-image {
    overflow: hidden;
}
.blog-image img {
    -webkit-transition: all 3.5s ease 0s;
    transition: all 3.5s ease 0s;
    width: 100%;
}
.blog-item:hover .blog-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.blog-info {
    border-bottom: 4px solid #1f223e;
    padding: 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.post-title-time {
    position: relative;
}
.post-title-time:before {
    background: #1f223e;
    content: "";
    height: 45px;
    left: -15px;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: 0;
    width: 4px;
}
.post-title-time h5 {
    margin-bottom: 0;
}
.blog-item:hover .blog-info,
.blog-item:hover .blog-info a {
    border-color: #ff9905 ;
    color: #ff9905 ;
}
.blog-item:hover .post-title-time:before {
    background: #ff9905 ;
}
/* -----------------------------------
  17. Brand area
----------------------------------- */

.brand-item {
    border: 1px solid #f5f5f5;
    height: 100px;
    line-height: 100px;
    padding: 0 30px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.brand-item > img {
    display: inline-block;
}
.brand-item:hover {
    border: 1px solid #ff9905 ;
}
/* -----------------------------------
  18. Subscribe area
----------------------------------- */

.subscribe {
    margin: 15px auto 0;
    position: relative;
    width: calc(100% - 90px);
}
.subscribe input {
    float: left;
    margin-bottom: 0;
    width: 80%;
}
.subscribe button {
    background: #ff9905  none repeat scroll 0 0;
    height: 40px;
    margin: 0 0 0 -4px;
    padding: 0 35px;
    color: #fff;
    text-transform: uppercase;
}
/*button*/

.button-1 {
    background: #ff9905  none repeat scroll 0 0;
    border: 1px solid #ff9905 ;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 5px 18px;
    text-align: center;
}
.button-1:focus {
    color: #fff;
}
.btn-hover-1:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
/* ===============================
  19. Home page 2
=============================== */
/* -----------------------------------
  20. About-sheltek-area 
----------------------------------- */

.author-quote > p {
    padding-left: 30px;
    position: relative;
}
.author-quote > p:before {
    content: "\f046";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 0;
}
.about-image {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.about-image img {
    width: 100%;
    height: 400px;
}
.about-image:hover {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
/* -----------------------------------
  21. Breadcrumbs area
----------------------------------- */

.breadcrumbs-area {
    position: relative;
}
.bread-bg-1 {
    background: rgba(0, 0, 0, 0) url("images/bg/5.jpg") no-repeat scroll 0 0 / cover;
}
.breadcrumbs {} .breadcrumbs-title {
                    color: #fff;
                    font-size: 40px;
                    line-height: 30px;
                    margin-bottom: 0;
                    padding: 230px 0 150px;
                    text-align: center;
                    text-transform: uppercase;
                }
.breadcrumbs-list {
    line-height: 1;
    padding-bottom: 10px;
}
.breadcrumbs-list > li {
    color: #b3b3b3;
    display: inline-block;
    padding-right: 5px;
    position: relative;
    text-transform: uppercase;
}
.breadcrumbs-list > li + li {
    padding-left: 10px;
}
.breadcrumbs-list > li + li:before {
    content: "\f105";
    font-family: 'fontawesome';
    left: 0;
    position: absolute;
    top: 0;
}
/* -----------------------------------
  22. Counter-item (Call to action)
----------------------------------- */

.counter-content {
    float: left;
    width: 80%;
}
.counter-item {
    float: left;
    padding: 20px 0 0;
    width: 25%;
}
.counter-item > h2 {
    color: #fff;

    font-size: 34px;
    font-weight: 400;
    margin-bottom: 0;
}
.counter-item i {
    color: #ff9905 ;
}
.counter-item > p {
    color: #e0e0e0;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}
.counter-item-2 {
    float: left;
    /*text-align: center;*/

    width: 33%;
}
.counter-item-2 > h2 {

    font-size: 34px;
    font-weight: 400;
    margin-bottom: 0;
}
.counter-item-2 i {
    color: #ff9905 ;
}
.counter {
    display: inline-block;
    width: 47px;
}
.counter-item-2 > p {
    color: #1f223e;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}
/* -----------------------------------
  23. Pagination area
----------------------------------- */

.pagination-list > li {
    display: inline-block;
}
.pagination-list > li + li {
    margin-left: 20px;
}
.pagination-list > li a {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 50%;
    color: #606060;
    display: block;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.pagination-list > li a i {
    font-weight: 700;
    line-height: 40px;
}
.pagination-list > li a:hover {
    background: #ff9905  none repeat scroll 0 0;
    color: #fff;
}
/* -----------------------------------
  24. Features area -2
----------------------------------- */

.features-includes-2 .features-include-list {
    margin-bottom: 60px;
    margin-top: 0;
}
.features-includes-2 .features-include-list > p {
    font-size: 14px;
    line-height: 22px;
}
/* -----------------------------------
  25. Properties-details-area
----------------------------------- */

.pro-details-big-image {
    margin-bottom: 10px;
}
.pro-details-carousel {
    margin: 0 -5px;
}
.pro-details-item {
    padding: 0 5px;
    width: 100%;
}
.pro-details-item img {
    width: 100%;
}
/*pro-details-short-info*/

.pro-details-condition h5,
.pro-details-amenities h5 {
    margin-bottom: 40px;
}
/*condition-list*/

.condition-list > li {
    color: #606060;
    display: inline-block;
    font-weight: 300;
    margin-bottom: 20px;
    width: 49%;
}
.condition-list li img {
    margin-right: 10px;
}

.pro-details-condition-inner > p > img {
    margin-right: 10px;
}
/*amenities-list*/

.amenities-list > li {
    display: inline-block;
    font-weight: 300;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    width: 49%;
}
.amenities-list > li:before {
    color: #606060;
    content: "\f046";
    font-family: fontawesome;
    left: 0;
    position: absolute;
}
.amenities-list {
    padding: 30px 10px 15px 25px;
}
/*media*/

.media {
    margin-top: 35px;
}
.pro-details-feedback > h5 {
    margin-bottom: 40px;
}
.media-left {
    padding-right: 20px;
}
.media-left img {
    border: 1px solid #ebebeb;
    max-width: unset;
}
.media-body span {
    display: block;
    font-size: 12px;
}
.media-body > p {
    margin-bottom: 0;
}
/*pro-details-agent*/

.pro-details-agent {
    padding-right: 30px;
}
.pro-details-agent > h5 {
    margin-bottom: 40px;
}
/*leave-review*/

.leave-review > h5 {
    margin-bottom: 40px;
}
.leave-review input,
.leave-review textarea {
    background: #fafafa none repeat scroll 0 0;
    margin-bottom: 20px;
}
.leave-review textarea {
    height: 185px;
}
.submit-btn-1 {
    background: #ff9905  none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 5px 30px 6px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.submit-btn-1:hover {
    background: #1f223e none repeat scroll 0 0;
}
/* -----------------------------------
  26. widget
----------------------------------- */
/*widget*/

.widget {

}
.col-md-pull-8 .widget {
    padding-left: 0px;
    padding-right: 30px;
}
.widget > h5 {
    border-bottom: 1px solid #cccccc;
    color: #303030;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.widget-categories > h5,
.widget-recent-post > h5,
.widget-archive > h5,
.widget-latest-tweets > h5 {
    margin-bottom: 5px;
}
/*widget-search-property*/

.widget-search-property .find-home-item {
    margin-bottom: 20px;
}
.widget-search-property .find-home-item input {
    color: #606060;
}
.widget-search-property .find-home-item input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #606060;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.widget-search-property .find-home-item input::-moz-placeholder {
    /* Firefox 19+ */

    color: #606060;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.widget-search-property .find-home-item input:-ms-input-placeholder {
    /* IE 10+ */

    color: #606060;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.widget-search-property .find-home-item input:-moz-placeholder {
    /* Firefox 18- */

    color: #606060;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.widget-search-property .bootstrap-select > .dropdown-toggle {
    color: #606060;
}
.widget-search-property .btn-hover-1:hover {
    background: #1f223e none repeat scroll 0 0;
    border: 1px solid #1f223e;
    color: #fff;
}
/*widget-featured-property*/

.widget-featured-property .col-xs-12:last-child .flat-item {
    margin-bottom: 0;
}
.widget-featured-property .flat-desc > li + li {
    margin-left: 7%;
}
/*widget-search*/

.widget-search form {
    position: relative;
}
.widget-search input {
    padding-right: 50px;
}
.widget-search button {
    height: 40px;
    position: absolute;
    right: 0;
    width: 50px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.widget-search button:hover {
    background: #ff9905 ;
    color: #fff;
}
/*widget-categories, widget-archive*/

.widget-categories-list > li,
.widget-archive-list > li {
    border-bottom: 1px solid #f2f2f2;
    padding: 12px 0 2px;
}
.widget-categories-list a,
.widget-archive-list a {
    font-weight: 300;
}
.widget-categories-list span {
    float: right;
}
/*widget-recent-post*/

.recent-post-item {
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
    padding: 20px 0 15px;
}
.recent-post-image {
    float: left;
    width: 35%;
}
.recent-post-info {
    float: left;
    padding-left: 10px;
    width: 65%;
}
.recent-post-item {
    overflow: hidden;
}
.recent-post-title-time > h5 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
}
.recent-post-title-time > p {
    font-size: 12px;
    margin-bottom: 0;
}
.recent-post-info > p {
    margin-bottom: 0;
}
/*widget-latest-tweets*/

.tweets-item {
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 0 10px;
}
.tweets-item > p {
    margin-bottom: 5px;
}
.tweets-item > p > a {
    color: #ff9905 ;
    font-weight: 400;
}
/*widget-twitter*/

.single-twette {
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
    padding: 15px 0;
}
.widget.widget-twitter > h5 {
    margin-bottom: 5px;
}
.twitter-icon {
    float: left;
    width: 10%;
}
.twitter-icon i {
    /*color: #5ba4f5;*/

    color: #95c419;
    font-size: 16px;
    padding-top: 10px;
}
.tweet-brief {
    float: left;
    width: 90%;
}
.tweet-brief > p {
    margin-bottom: 0;
}
.tweet-brief a {
    color: #ff9905 ;
    font-weight: 400;
}
.tweet-brief span {
    display: block;
    font-size: 12px;
}
/*widget-add*/

.widget-add-image {
    position: relative;
}
.widget-add-image img {
    width: 100%;
}
.widget-add-info {
    bottom: 2px;
    left: 15px;
    position: absolute;
}
.widget-add-info > h5 {
    color: #fff;
}
.widget-add-info span {
    font-weight: 600;
}
.widget-add-image > a:before {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}
/* -----------------------------------
  27. Agents details area
----------------------------------- */

.agents-details-about {
    border-bottom: 4px solid #f5f5f5;
}
.agent-details-brief p,
.agent-details-biography p {
    font-size: 15px;
}
.agent-details-name > h3 {
    font-size: 24px;
    margin-bottom: 5px;
}
.agent-details-name {
    margin-bottom: 40px;
}
.agent-details-biography h5 {
    margin-bottom: 20px;
}
.agent-details-image > img {
    margin-top: -30px;
    width: 100%;
}
/*agent-details-contact*/

.agent-details-contact > h5 {
    margin-bottom: 20px;
}
.agent-details-contact > p {
    margin-bottom: 35px;
}
.experience h5 {
    margin-bottom: 40px;
}
/* -----------------------------------
  28. blog-details
----------------------------------- */
.blog-details-image {
    margin-bottom: 25px;
}
.blog-details-title-time {
    padding-left: 15px;
    position: relative;
}
.blog-details-title-time:before {
    background: #ff9905  none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
}
.blog-details-title-time > h5 {
    font-size: 24px;
    margin-bottom: 5px;
}
.blog-details-desctiption > p {
    margin-bottom: 25px;
}
/*blog-quote*/

.blog-quote {
    background: #fafafa none repeat scroll 0 0;
    margin: 0 30px 30px;
    padding: 30px 30px 15px;
    position: relative;
}
.blog-quote:before {
    background: #ff9905  none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
}
.blog-quote:after {
    bottom: 10px;
    color: #dddddd;
    content: "\f10e";
    font-family: fontawesome;
    position: absolute;
    right: 30px;
}
.blog-details-tags ul li {
    display: inline-block;
}
.blog-details-tags ul li a {
    font-weight: 300;
}
.blog-details-tags li + li {
    margin-left: 5px;
}
.blog-details-author-image {
    float: left;
    width: 11%;
}
.blog-details-author-image img {
    border: 1px solid #ebebeb;
}
.blog-details-author-desc {
    float: left;
    padding-left: 20px;
    width: 89%;
}
.blog-details-author-name > h6 {
    font-size: 14px;
    margin-bottom: 2px;
}
.blog-details-author-name > p {
    margin-bottom: 0;
}
.line-bottom {
    position: relative;
}
.line-bottom:before {
    background: #ff9905 ;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
}
/*footer-address*/

.contact-address > li + li {
    padding-top: 20px;
}
.contact-address > li {
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
}
.contact-address-icon {
    float: left;
    width: 25px;
}
.contact-address-info {
    float: left;
    padding-left: 10px;
}
.contact-address-info > span {
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}
.contact-address > li:before {
    background: #c2c2c2 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 30%;
}
.contact-address > li:last-child:before {
    display: none;
}
.contact-bg {
    background: rgba(0, 0, 0, 0.1) url("images/others/contact-2.jpg") no-repeat scroll right center / cover;
}
.contact-messge {
    padding: 50px;
}
.contact-messge .leave-review input,
.contact-messge .leave-review textarea {
    background: rgba(250, 250, 250, 0.6) none repeat scroll 0 0;
    margin-bottom: 20px;
}
/*Google map*/

#googleMap {
    height: 540px;
    width: 100%;
}
/*#bodyContent > p {
  margin-bottom: 0;
  font-weight: 600;
}*/

.error-area {
    background: rgba(0, 0, 0, 0.9) url("images/others/error.jpg") no-repeat scroll right top;
    position: relative;
}
.error-area:before {
    background: #020202 none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    position: absolute;
    width: 100%;
}
.error-content {
    padding: 258px 0 212px;
    position: relative;
    text-align: center;
}
.error-content h2 {
    color: #ff9905 ;
    font-family: cairo;
    font-size: 180px;
    line-height: 1;
    margin-bottom: 40px;
}
.error-content h3 {
    font-family: cairo;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 22px;
}
.error-content h4 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.error-content p {
    font-size: 18px;
    line-height: 28px;
}
.go-home {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    margin-top: 50px;
    padding: 0 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.go-home:hover {
    background: #ff9905 ;
    border: 1px solid #ff9905 ;
    color: #fff;
}
.error-content h3,
.error-content h4,
.error-content p {
    color: #fff;
}
.contact-messge {
    position: relative;
}
.contact-messge:before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.leave-review {
    z-index: 2;
    position: relative;
}
/* -------------------------------------
  29. Bankground youtube video
------------------------------------- */

.youtube-bg {
    z-index: 9;
}
.mb_YTPBar {
    display: none!important;
}
.mbYTP_wrapper {
    z-index: -2!important;
}
.blog-audio audio {
    width: 100%;
}
.alert {
    font-weight: 300;
}
/* ========================
  30. boxed-layout
========================= */

.boxed-layout .call-to-bg {
    overflow: hidden;
}
.boxed-layout .call-to-bg:before {
    width: 36%;
}
.boxed-layout .booking-imgae {
    margin-top: -70px;
}
.boxed-layout .features-info {
    padding: 20px 0 10px;
}
.boxed-layout .features-include-list p {
    font-size: 13px;
}
.boxed-layout .plr-140 {
    padding-left: 5%;
    padding-right: 5%;
}
/* --- update-- */
.bs-searchbox .form-control {
    color: #000000;
}
.subscribe input {
    color: #fff;
}
/*
  Template Name: Sheltek - Real Estate HTML Template 
  Description: This is html5 template
  Author: DevItems
  Version: 1.0
  Design and Developed by: DevItems
  NOTE: This is main style sheet of template, 
  This file contains the styling for the actual Template. 
  Please do not change anything here! write in a custom.css file if required!

*/
/*================================================
[  Table of contents  ]
================================================
  1.General
  2. Typography
  3. transtion
  4 buttons 
  5. Input 
  6. Basic margin padding 
      6.1 Margin top 
      6.2 Margin right  
      6.3 Margin bottom 
      6.4 Margin left 
      6.5 Padding top
      6.6 Padding right 
      6.7 Padding bottom  
      6.8 Padding left 
      6.9 Page section padding 
      6.10 Page section margin 
  7. Extra margin and padding
  8. Scroll Up 
  9. Extra class (Custom cloumn)
  10. Text color
  11. Background variation set 
  12. Opacity background
  13. image background
  14. separator
  15. Section title 1 
  16. section title 2 
======================================
[ End table content ]
======================================*/

/*************************
  1.General
*************************/
body {
    background: #fff;
    font-family:  cairo;
    color: #3b5265;
    font-weight: 400;
    font-size: 14px;
    line-height: 27.2px;
    line-height: 1.7rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.wrapper {
    background: #fff none repeat scroll 0 0;
}
a,
.btn, i {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
input,
select,
textarea {
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover {
    color: #ff9905 ;
    text-decoration: none;
}
a,
button,
input {
    outline: medium none;
    color: #666666;
}
/* =========================
  2. Typography
============================= */
html {
    font-size: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family:cairo;
    color: #1f223e;
    -webkit-font-variant-ligatures: common-ligatures;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    /*  font-weight: 700;*/
}

h5, .h5,
h6, .h6 {
    font-family:cairo;
    font-weight: 400;
}
h1, .h1 {
    font-size: 23px;
}
h2, .h2 {
    font-size: 22px;
}
h3, .h3 {
    font-size: 17px;
}
h4, .h4 {
    font-size: 14px;
}
h5, .h5 {
    font-size: 14px;
}
h6, .h6 {
    font-size: 16px;
}

@media all and (max-width: 768px) {
    html {
        font-size: 87.5%;
    }
}

@media all and (max-width: 767px) {
    h1, .h1 {
        font-size: 24px;
        font-weight: 500;
    }
    h2, .h2 {
        font-size: 24px;
    }
    h3, .h3 {
        font-size: 20px;
    }
    h4, .h4 {
        font-size: 16px;
    }
    h5, .h5 {
        font-size: 16px;
    }
    h6, .h6 {
        font-size: 16px;
    }
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
span a,
li a {
    color: inherit
}

.g-font-1 {
    font-family: "Raleway",sans-serif;
}
.g-font-2 {
    font-family:  cairo;
}
.font-w-5 {
    font-weight: 500;
}
.font-w-6 {
    font-weight: 600;
}
.font-w-7 {
    font-weight: 700;
}
img{
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none;
}
hr {
    border-bottom: 1px solid #eeeeee;
    border-top: 0 none;
    margin: 8px 0;
    padding: 0;
}
hr.style-2{
    border-bottom: 1px dashed #eceff8;
}
hr.mp-0 {
    margin: 0;
    border-bottom: 1px solid #eceff8;
}
hr.mtb-40 {
    margin: 40px 0;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
td {
    font-weight: 300;
}
#addestate {

    /* color: #ff9905; */
    font-size: 15px;
    font-weight: 400;
    font-weight: bolder;
    margin-bottom: .5rem;


}
#account {

    /* color: #ff9905; */
    font-size: 15px;
    font-weight: 400;
    font-weight: bolder;
    text-align: left;
    margin-bottom: .5rem;
    margin-left: 634px;

}


*::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
.mark, mark {
    background: #ff9905  none repeat scroll 0 0;
    color: #fff;
}
span.tooltip-content {
    color: #1f223e;
    cursor: help;
    font-size: 18px;
    font-weight: 400;
}
.f-left {
    float: left
}
.f-right {
    float: right
}
.fix {
    overflow: hidden
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.pos-relative {
    position: relative;
}
.pos-absolute {
    position: absolute;
}
.pos-absolute.container {
    left: 0;
    right: 0;
}
.pos-vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
@media all and (max-width: 767px) {
    .pos-vertical-center {
        top: 0;
        transform: none;
        -webkit-transform: none;
    }
}
@media all and (max-height: 600px) {
    .pos-vertical-center {
        top: 0;
        transform: none;
        -webkit-transform: none;
    }
}
.pos-vertical-align-columns {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.pos-vertical-align-columns > div[class*='col-'] {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
@media all and (max-width: 990px) {
    .pos-vertical-align-columns {
        display: block;
        width: auto;
    }
    .pos-vertical-align-columns > div[class*='col-'] {
        display: block;
    }
}
/***************************
  3. transtion
****************************/
a.button:after,
a.button-small:after {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.share ul,
.share:hover ul {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
a.button-border span,
a.button-border-white span,
input,
select,
textarea {
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

/*************************
    4 buttons 
*************************/
.button {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
}
.button.large { padding: 16px 80px; font-size: 18px;  }

.button.medium { padding: 14px 60px; font-size: 16px; }

.button.small { padding: 8px 20px; font-size: 14px; }

.button.extra-small { padding: 5px 18px; font-size: 14px; }

.width-100 {
    display: block;
}
.width-100 {
    text-align: center;
    width: 100%;
}
.btn-transparent { background: transparent; }
.btn-border { border: 1px solid #fff; }

/*************************
  5. Input 
*************************/
/*
input[type="text"], input[type="email"], input[type="password"] {
    background: transparent;
    border: 1px solid #e1e1e1;
    color: #606060;
    font-family: cairo;
    font-size: 14px;
    font-weight: 300;
    height: 52px;
    margin-bottom: 20px;
    width: 100%;
}
 */
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #606060;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input::-moz-placeholder { /* Firefox 19+ */
    color: #606060;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input:-ms-input-placeholder { /* IE 10+ */
    color: #606060;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input:-moz-placeholder { /* Firefox 18- */
    color: #606060;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
textarea::-webkit-input-placeholder {
    color: #606060;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
textarea::-moz-placeholder {
    color: #606060;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
textarea:-ms-input-placeholder {
    color: #606060;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
textarea:-moz-placeholder {
    color: #606060;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-family:  cairo;
    font-weight: normal;
}
select {
    border: 1px solid #eeeeee;
    color: #999999;
    font-size: 13px;
    padding-left: 20px;
}
option {
    background: #ffffff none repeat scroll 0 0;
    border: 0 solid #626262;
    font-size: 13px;
    padding-left: 10px;
}
textarea {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    color: #606060;
    font-family: ;
    font-size: 13px;
    font-weight: 300;
    padding: 10px 10px 10px 20px;
    resize: vertical;
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
.footer-contact textarea:focus {
    border: 1px solid #ff9905 ;
}
textarea:focus {
    outline: none;
}
::-moz-placeholder {
    color: #444;
    font-size: 13px;
}


/*custom-select*/
.custom-select-2 {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.custom-select-2 {
    color: #606060;
    background: rgba(0, 0, 0, 0) url("../../images/icons/down-arrow.png") no-repeat scroll 97% center;
    border: 1px solid #e1e1e1;
    height: 40px;
    line-height: 38px;
    margin-bottom: 20px;
    width: 100%;
    font-family: 'montserrat';
    font-weight: 300;
}
.custom-select-2 option {
    font-size: 13px;
    padding: 3px 0 0 20px;
}



/*************************
  6. Basic margin padding  
*************************/
.m-0 {
    margin: 0;
}
.p-0 {
    padding: 0;
}
/*************************
    6.1 Margin top 
*************************/
.mt-0 { margin-top: 0 }
.mt-10 { margin-top: 10px }
.mt-15 { margin-top: 15px }
.mt-20 { margin-top: 20px }
.mt-30 { margin-top: 30px }
.mt-35 { margin-top: 35px }
.mt-40 { margin-top: 40px }
.mt-50 { margin-top: 50px }
.mt-55 { margin-top: 55px }
.mt-60 { margin-top: 60px }
.mt-70 { margin-top: 70px }
.mt-75 { margin-top: 75px }
.mt-80 { margin-top: 80px }
.mt-90 { margin-top: 90px }
.mt-100 { margin-top: 100px }
.mt-110 { margin-top: 110px }
.mt-115 { margin-top: 115px }
.mt-120 { margin-top: 120px }
.mt-130 { margin-top: 130px }
.mt-140 { margin-top: 140px }
.mt-150 { margin-top: 150px }
.mt-160 { margin-top: 160px }
.mt-170 { margin-top: 170px }
.mt-180 { margin-top: 180px }
.mt-190 { margin-top: 190px }
.mt-200 { margin-top: 200px }
/*************************
    6.2 Margin right  
*************************/
.mr-0 { margin-right: 0px }
.mr-10 { margin-right: 10px }
.mr-15 { margin-right: 15px }
.mr-20 { margin-right: 20px }
.mr-30 { margin-right: 30px }
.mr-40 { margin-right: 40px }
.mr-50 { margin-right: 50px }
.mr-60 { margin-right: 60px }
.mr-70 { margin-right: 70px }
.mr-80 { margin-right: 80px }
.mr-90 { margin-right: 90px }
.mr-100 { margin-right: 100px }
.mr-110 { margin-right: 110px }
.mr-120 { margin-right: 120px }
.mr-130 { margin-right: 130px }
.mr-140 { margin-right: 140px }
.mr-150 { margin-right: 150px }
/*************************
    6.3 Margin bottom 
*************************/
.mb-0 { margin-bottom: 0 }
.mb-5 { margin-bottom: 5px }
.mb-10 { margin-bottom: 10px }
.mb-15 { margin-bottom: 15px }
.mb-20 { margin-bottom: 20px }
.mb-25 { margin-bottom: 25px }
.mb-30 { margin-bottom: 30px }
.mb-35 { margin-bottom: 35px }
.mb-40 { margin-bottom: 40px }
.mb-50 { margin-bottom: 50px }
.mb-55 { margin-bottom: 55px }
.mb-60 { margin-bottom: 60px }
.mb-70 { margin-bottom: 70px }
.mb-75 { margin-bottom: 75px }
.mb-80 { margin-bottom: 80px }
.mb-90 { margin-bottom: 90px }
.mb-100 { margin-bottom: 100px }
.mb-110 { margin-bottom: 110px }
.mb-115 { margin-bottom: 115px }
.mb-120 { margin-bottom: 120px }
.mb-130 { margin-bottom: 130px }
.mb-140 { margin-bottom: 140px }
.mb-150 { margin-bottom: 150px }
.mb-160 { margin-bottom: 160px }
.mb-170 { margin-bottom: 170px }
.mb-180 { margin-bottom: 180px }
.mb-190 { margin-bottom: 190px }
.mb-200 { margin-bottom: 200px }
/*************************
    6.4 Margin left 
*************************/
.ml-0 { margin-left: 0 }
.ml-10 { margin-left: 10px }
.ml-15 { margin-left: 15px }
.ml-20 { margin-left: 20px }
.ml-30 { margin-left: 30px }
.ml-40 { margin-left: 40px }
.ml-50 { margin-left: 50px }
.ml-60 { margin-left: 60px }
.ml-70 { margin-left: 70px }
.ml-80 { margin-left: 80px }
.ml-90 { margin-left: 90px }
.ml-100 { margin-left: 100px }
.ml-110 { margin-left: 110px }
.ml-120 { margin-left: 120px }
.ml-130 { margin-left: 130px }
.ml-140 { margin-left: 140px }
.ml-150 { margin-left: 150px }
/*************************
    6.5 Padding top
*************************/
.pt-0 { padding-top: 0 }
.pt-10 { padding-top: 10px }
.pt-15 { padding-top: 15px }
.pt-20 { padding-top: 20px }
.pt-30 { padding-top: 30px }
.pt-40 { padding-top: 40px }
.pt-50 { padding-top: 50px }
.pt-55 { padding-top: 55px }
.pt-60 { padding-top: 60px }
.pt-70 { padding-top: 70px }
.pt-75 { padding-top: 75px }
.pt-80 { padding-top: 80px }
.pt-90 { padding-top: 90px }
.pt-100 { padding-top: 100px }
.pt-110 { padding-top: 110px }
.pt-115 { padding-top: 115px }
.pt-120 { padding-top: 120px }
.pt-130 { padding-top: 130px }
.pt-140 { padding-top: 140px }
.pt-150 { padding-top: 150px }
.pt-160 { padding-top: 160px }
.pt-170 { padding-top: 170px }
.pt-180 { padding-top: 180px }
.pt-190 { padding-top: 190px }
.pt-200 { padding-top: 200px }
/*************************
    6.6 Padding right 
*************************/
.pr-0 { padding-right: 0 }
.pr-10 { padding-right: 10px }
.pr-15 { padding-right: 15px }
.pr-20 { padding-right: 20px }
.pr-30 { padding-right: 30px }
.pr-40 { padding-right: 40px }
.pr-50 { padding-right: 50px }
.pr-60 { padding-right: 60px }
.pr-70 { padding-right: 70px }
.pr-80 { padding-right: 80px }
.pr-90 { padding-right: 90px }
.pr-100 { padding-right: 100px }
.pr-110 { padding-right: 110px }
.pr-120 { padding-right: 120px }
.pr-130 { padding-right: 130px }
.pr-140 { padding-right: 140px }
/*************************
    6.7 Padding bottom  
*************************/
.pb-0 { padding-bottom: 0 }
.pb-10 { padding-bottom: 10px }
.pb-15 { padding-bottom: 15px }
.pb-20 { padding-bottom: 20px }
.pb-25 { padding-bottom: 25px }
.pb-30 { padding-bottom: 30px }
.pb-40 { padding-bottom: 40px }
.pb-50 { padding-bottom: 50px }
.pb-55 { padding-bottom: 55px }
.pb-60 { padding-bottom: 60px }
.pb-70 { padding-bottom: 70px }
.pb-75 { padding-bottom: 75px }
.pb-80 { padding-bottom: 80px }
.pb-90 { padding-bottom: 90px }
.pb-100 { padding-bottom: 100px }
.pb-110 { padding-bottom: 110px }
.pb-115 { padding-bottom: 115px }
.pb-120 { padding-bottom: 120px }
.pb-130 { padding-bottom: 130px }
.pb-140 { padding-bottom: 140px }
.pb-150 { padding-bottom: 150px }
.pb-160 { padding-bottom: 160px }
.pb-170 { padding-bottom: 170px }
.pb-180 { padding-bottom: 180px }
.pb-190 { padding-bottom: 190px }
.pb-200 { padding-bottom: 200px }
/*************************
    6.8 Padding left 
*************************/
.pl-0 { padding-left: 0 }
.pl-10 { padding-left: 10px }
.pl-15 { padding-left: 15px }
.pl-20 { padding-left: 20px }
.pl-30 { padding-left: 30px }
.pl-40 { padding-left: 40px }
.pl-50 { padding-left: 50px }
.pl-60 { padding-left: 60px }
.pl-70 { padding-left: 70px }
.pl-80 { padding-left: 80px }
.pl-90 { padding-left: 90px }
.pl-100 { padding-left: 100px }
.pl-110 { padding-left: 110px }
.pl-120 { padding-left: 120px }
.pl-130 { padding-left: 130px }
.pl-140 { padding-left: 140px }
.pl-150 { padding-left: 150px }
/***************************
    6.9 Page section padding   
****************************/
.ptb-0 { padding: 0 }
.ptb-10 { padding: 10px 0 }
.ptb-20 { padding: 20px 0 }
.ptb-30 { padding: 30px 0 }
.ptb-40 { padding: 40px 0 }
.ptb-50 { padding: 50px 0 }
.ptb-55 { padding: 55px 0 }
.ptb-60 { padding: 60px 0 }
.ptb-70 { padding: 70px 0 }
.ptb-75 { padding: 75px 0 }
.ptb-80 { padding: 80px 0 }
.ptb-90 { padding: 90px 0 }
.ptb-100 { padding: 100px 0 }
.ptb-110 { padding: 110px 0 }
.ptb-115 { padding: 115px 0 }
.ptb-120 { padding: 120px 0 }
.ptb-130 { padding: 130px 0 }
.ptb-140 { padding: 140px 0 }
.ptb-150 { padding: 150px 0 }
.ptb-160 { padding: 160px 0 }
.ptb-170 { padding: 170px 0 }
.ptb-180 { padding: 180px 0 }
.ptb-190 { padding: 190px 0 }
.ptb-200 { padding: 200px 0 }
/***************************
    6.10 Page section margin 
****************************/
.mtb-0 { margin: 0 }
.mtb-10 { margin: 10px 0 }
.mtb-15 { margin: 15px 0 }
.mtb-20 { margin: 20px 0 }
.mtb-30 { margin: 30px 0 }
.mtb-35 { margin: 35px 0 }
.mtb-40 { margin: 40px 0 }
.mtb-50 { margin: 50px 0 }
.mtb-55 { margin: 55px 0 }
.mtb-60 { margin: 60px 0 }
.mtb-75 { margin: 75px 0 }
.mtb-70 { margin: 70px 0 }
.mtb-80 { margin: 80px 0 }
.mtb-90 { margin: 90px 0 }
.mtb-100 { margin: 100px 0 }
.mtb-110 { margin: 110px 0 }
.mtb-115 { margin: 115px 0 }
.mtb-120 { margin: 120px 0 }
.mtb-130 { margin: 130px 0 }
.mtb-140 { margin: 140px 0 }
.mtb-150 { margin: 150px 0; }
.mtb-160 { margin: 160px 0; }
.mtb-170 { margin: 170px 0; }
.mtb-180 { margin: 180px 0; }
.mtb-190 { margin: 190px 0; }
.mtb-200 { margin: 200px 0; }
/***************************
  7. Extra margin and padding
****************************/
.plr-140 {
    padding-left: 7%;
    padding-right: 7%;
}
/***************************
  8. Scroll Up 
****************************/
#scrollUp {
    background: #919191 none repeat scroll 0 0;
    bottom: 70px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    right: 3%;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 40px;
}
#scrollUp i {
    line-height: 40px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#scrollUp:hover {
    background: #ff9905  none repeat scroll 0 0;
    color: #ffffff;
}
/*Call to action*/
.action-box-button a.button span {
    font-size: 13px;
    padding: 11px 12px;
}
/*************************************
  9. Extra class (Custom cloumn)
*************************************/
.pricing .container .row [class*="col-"] { }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10 {
    float: left;
}
.col-1{
    width: 10%;
}
.col-2{
    width: 20%;
}
.col-3{
    width: 30%;
}
.col-4{
    width: 40%;
}
.col-5{
    width: 50%;
}
.col-6{
    width: 60%;
}
.col-7{
    width: 70%;
}
.col-8{
    width: 80%;
}
.col-9{
    width: 90%;
}
.col-10{
    width: 100%;
}

/*************************
  10. Text color
*************************/
.text-theme { color: #ff9905 ; }
.text-black { color: #575757; }
.text-white { color: #fff; }
.text-gray { color: #666; }
.text-blue { color: #4FC1F0; }

.text-white h1,
.text-white h2,
.text-white h3 {
    color: #ffffff;
}
/*************************************
  11. Background variation set 
 **************************************/
/*colored background*/
.bg-gray{ background: #f5f5f5; }
.bg-blue{ background: #1f223e; }

.bg-theme { background: #ff9905 ; }
.bg-black { background: #222222; }
.bg-white { background: #fff; }
/* .bg-default { background: #f6f6f6; } */
.bg-transparent { background: transparent; }

/*************************************
  12. Opacity background
 **************************************/
.bg-opacity-black-10, .bg-opacity-black-20, .bg-opacity-black-30, .bg-opacity-black-40, .bg-opacity-black-50, .bg-opacity-black-60, .bg-opacity-black-70, .bg-opacity-black-80, .bg-opacity-black-90, .bg-opacity-white-10, .bg-opacity-white-20, .bg-opacity-white-30,  .bg-opacity-white-40, .bg-opacity-white-50, .bg-opacity-white-60, .bg-opacity-white-70,  .bg-opacity-white-80, .bg-opacity-white-90{
    z-index: 9;
}
.bg-opacity-black-10:before, .bg-opacity-black-20:before, .bg-opacity-black-30:before, .bg-opacity-black-40:before, .bg-opacity-black-50:before, .bg-opacity-black-60:before, .bg-opacity-black-70:before, .bg-opacity-black-80:before, .bg-opacity-black-90:before, .bg-opacity-white-10:before, .bg-opacity-white-20:before, .bg-opacity-white-30:before, .bg-opacity-white-40:before, .bg-opacity-white-50:before, .bg-opacity-white-60:before, .bg-opacity-white-70:before, .bg-opacity-white-80:before, .bg-opacity-white-90:before{
    content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1;
}
.bg-opacity-black-10:before {  background: rgba(0, 0, 0, 0.1);}
.bg-opacity-black-20:before {  background: rgba(0, 0, 0, 0.2);}
.bg-opacity-black-30:before {  background: rgba(0, 0, 0, 0.3);}
.bg-opacity-black-40:before {  background: rgba(0, 0, 0, 0.4);}
.bg-opacity-black-50:before {  background: rgba(0, 0, 0, 0.5);}
.bg-opacity-black-60:before {  background: rgba(0, 0, 0, 0.6);}
.bg-opacity-black-70:before {  background: rgba(0, 0, 0, 0.7);}
.bg-opacity-black-80:before {  background: rgba(0, 0, 0, 0.8);}
.bg-opacity-black-90:before {  background: rgba(0, 0, 0, 0.9);}

.bg-opacity-white-10:before {  background: rgba(255, 255, 255, 0.1);}
.bg-opacity-white-20:before {  background: rgba(255, 255, 255, 0.2);}
.bg-opacity-white-30:before {  background: rgba(255, 255, 255, 0.3);}
.bg-opacity-white-40:before {  background: rgba(255, 255, 255, 0.4);}
.bg-opacity-white-50:before {  background: rgba(255, 255, 255, 0.5);}
.bg-opacity-white-60:before {  background: rgba(255, 255, 255, 0.6);}
.bg-opacity-white-70:before {  background: rgba(255, 255, 255, 0.7);}
.bg-opacity-white-80:before {  background: rgba(255, 255, 255, 0.8);}
.bg-opacity-white-90:before {  background: rgba(255, 255, 255, 0.9);}

/*************************************
  13. image background
 **************************************/
.bg-1 {background: url(images/bg/1.jpg);}
.bg-2 { background: url(images/bg/2.jpg);}
.bg-3 { background: url(images/bg/3.jpg);}
.bg-4 { background: url(images/bg/4.jpg);}
.bg-5 { background: url(images/bg/5.jpg);}
.bg-6 { background: url(images/bg/6.jpg);}
.bg-7 { background: url(images/bg/7.jpg);}
.bg-8 { background: url(images/bg/8.jpg);}
.bg-9 { background: url(images/bg/9.jpg);}
.bg-10 { background: url(images/bg/10.jpg);}

.bg-1 {background: url(../../images/bg/1.jpg);}
.bg-2 { background: url(../../images/bg/2.jpg);}
.bg-3 { background: url(../../images/bg/3.jpg);}
.bg-4 { background: url(../../images/bg/4.jpg);}
.bg-5 { background: url(../../images/bg/5.jpg);}
.bg-6 { background: url(../../images/bg/6.jpg);}
.bg-7 { background: url(../../images/bg/7.jpg);}
.bg-8 { background: url(../../images/bg/8.jpg);}
.bg-9 { background: url(../../images/bg/9.jpg);}
.bg-10 { background: url(../../images/bg/10.jpg);}

.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6, .bg-7, .bg-8, .bg-9, .bg-10{
    background-attachment: fixed;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial; background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}
/*pattern background*/
.pattern-bg {
    background:url(images/pattern/pattern-bg.png) repeat;
    background-position: top right;
    background-color: rgba(236, 239, 247, 1);
}
/*************************************
  14. separator
 **************************************/
.separator{
    position: relative;
    display: inline-block;
    clear: both;
    background: rgba(0, 0, 0, 0.07) none repeat scroll 0 0;
    bottom: 0;
    height: 1px;
    width: 33%;
}
.separator:before {
    background: #4fc1f0 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100px;
}
.section-title:hover .separator:before {
    width: 75%;
}
.separator i {
    background: #ECEFF7 none repeat scroll 0 0;
    color: #4fc1f0;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: -20px;
    width: 40px;
}
.separator span {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #4fc1f0;
    border-radius: 100%;
    display: block;
    height: 10px;
    position: absolute;
    top: -5px;
    width: 10px;
}
.separator i, .separator span {
    left: 0;
    -webkit-transform: none;
    transform: none;
}
.text-center .separator:before, .text-center .separator i, .text-center .separator span  {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.text-right .separator:before, .text-right .separator i, .text-right .separator span  {
    left: auto;
    -webkit-transform: none;
    transform: none;
    right: 0;
}
/*************************
  15. Section title 1 
***********************/
.section-title {}
.section-title h1,
.section-title h2,
.section-title h3 {
    margin-bottom: 0;
}
.section-title h3 {
    font-weight: 600;
}
.section-title p {
    margin-bottom: 0px;
    font-size: 14px;
}

/*************************
  16. section title 2 
*************************/
.section-title-2 {
    margin: auto;
    width: calc(100% - 30%);
}
.section-title-2 { margin-bottom: 55px }
.section-title-2 h1 {}
.section-title-2 h2 {
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.section-title-2 p {}
.section-title-2 .title-line { padding: 20px 0 15px }

/*====================*/
img.company-item__logo.mr-2 {
    margin-left: 5px;
}
.badge-primary {
    background-color: #4285f4!important;
    color: #fff!important;
}
.badge-pill {
    border-radius: 10rem;
    padding-right: .6em;
    padding-left: .6em;
}
.badge {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border-radius: .125rem;
    color: #fff!important;
}
.badge-primary {
    color: #fff;
    background-color: #007bff;
}
.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.mr-1 {
    margin-left: .25rem!important;
}

.application-item__company-name, .job-details__company-name {
    font-size: .85rem;
    white-space: nowrap;
}
.new-list__meta-item {
    color: #6c757d;
    font-size: .8rem;
    padding-top: .2rem;
    padding-bottom: .2rem;
}

span.badge.badge-primary.badge-pill {
    margin: 2px;
}
.header-bg {
    background-repeat: no-repeat;
    background-size: cover;
}
.new-header-container {
    margin-bottom: 20px;
}
.pl-0, .px-0 {
    padding-left: 0!important;
}
.pr-0, .px-0 {
    padding-right: 0!important;
}
.bg-white {
    background-color: #fff!important;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#new-header {
    text-align: center;
    padding: 5rem 15px;
}
.container-fluid--max-w {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
}
.header-bg__text-white .new-header__sub-title, .header-bg__text-white .new-header__title {
    text-shadow: 2px 2px 2px rgba(0,0,0,.8);
    color: #fff;
}

.new-header__title {
    font-size: 2rem;
}
.new-header__title {
    margin-bottom: 2rem;
}

h1, h2, h3, h4 {
    line-height: 1.9;

}
a.btn.btn-def {
    width: -webkit-fill-available;
}
.page-block {
    border: none;
    margin-bottom: 20px;
}
.page-block__body, .page-block__footer, .page-block__header {
    padding-right: .9375rem;
    padding-left: .9375rem;
}
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.company__logo--header, .company__logo--job {
    margin-right: unset;
    margin-left: 15px;
}
.company__logo, .company__logo--job {
    max-height: 100px;
    max-width: 100px;
}

.company__logo--job {
    margin-right: 15px;
}
.company__details-wrapper {
    overflow: hidden;
}


h2.company__name {
    font-size: large;
}
.company__headquarters, .company__url {
    font-size: 1rem;
    margin-bottom: .5rem;
}
.company__url {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.company__headquarters, .company__url {
    font-size: 1rem;
    margin-bottom: .5rem;
}
.company__jobs-link {
    font-size: 1rem;
    margin-top: 1rem;
}
.company-profile__about {
    line-height: 1.75;
}
.page-block__footer, .page-block__header {
    background-color: #fff;
}
.page-block__body, .page-block__footer, .page-block__header {
    padding-right: .9375rem;
    padding-left: .9375rem;
}
.page-block__header-title {
    margin-bottom: 0;
    font-size: initial;
}
.list-inline {
    padding-left: unset;
}
.list-inline, .list-unstyled {
    padding-right: 0;
}
.share-buttons {
    margin-bottom: 0;
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.btn-telegram {
    color: #fff !important;
    background-color: #26a4e2 !important;
    border-color: rgba(0,0,0,.2);
    padding: .5rem 0.9rem !important;
}

.btn-twitter {
    color: #fff !important;
    background-color: #55acee !important;
    border-color: rgba(0,0,0,.2);
    padding: .5rem 0.9rem !important;
}
.btn-facebook {
    color: #fff !important;
    background-color: #3b5998 !important;
    border-color: rgba(0,0,0,.2);
    padding: .5rem 1rem !important;
}
.btn-linkedin {
    color: #fff !important;
    background-color: #007bb6 !IMPORTANT;
    border-color: rgba(0,0,0,.2);
    padding: .5rem 0.9rem !important;
}

.navbar .nav-flex-icons {
    flex-direction: row;
}

.blue.accent-1 {
    background-color: #82b1ff!important;
}
.form-header {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    color: #fff;
    text-align: center;
    margin-top: -3.13rem;
    margin-bottom: 3rem;
    padding: 1rem;
    border-radius: .125rem;
}

.blue {
    background-color: #2196f3!important;
}

.btn-floating {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    width: 47px;
    height: 47px;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    transition: all .2s ease-in-out;
    margin: 10px;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
}
.btn-floating i {
    font-size: 1.25rem;
    line-height: 47px;
}
.btn-floating i {
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #fff;
}
.fa, .fas {

    font-weight: 900;
}
img.custom-logo {
    height: 93px;
    width: 248px;
}
h6.text-uppercase.mb-4.font-weight-bold {
    color: aliceblue;
}
.ed-com-t1-right {
    margin-bottom: 9px;
    margin-top: 9px;
    color: white;
}
.main-jobs-box-styles {
    box-shadow: 0 0 40px 0 rgba(94,92,154,.06);
    background: var(--bg-second-bg);
    border-radius: 6px;
    width: 100%;
}
.userpanel__cards {
    display: flex;
    background: #fff;
    padding: 6px;
    margin-bottom: 30px;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    overflow: hidden !important;
    box-shadow: 0 0 40px 0 rgba(94,92,154,.06);
    background: var(--bg-second-bg);
    border-radius: 6px;
    width: 100%;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .ml-auto, .mx-auto {
        margin-left: auto !important;
    }

    .navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .navbar .navbar-brand img {
        width: 150px;
        height: 75px;
    }
}