@charset "utf-8";
@font-face {
    font-family: 'NeoSans';
    src: url(../fonts/NeoSans-regular.eot);
    src: url("../fonts/NeoSans-regular.eot?#iefix") format('embedded-opentype'), url("../fonts/NeoSans-regular.woff") format('woff'), url("../fonts/NeoSans-regular.svg") format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-regular-webfont.html') format('woff2'), url('../fonts/roboto-regular-webfont.woff') format('woff'), url('../fonts/roboto-regular-webfont.ttf') format('truetype'), url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media (max-width: 767px) {
  
}

/*Self Hosted Fonts*/


/* General Styling */

body {
    font-family: 'Droid Serif', 'robotoregular', 'NeoSans';
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    font-size: 100%;
    color: #cac5d2;
    font-size: 15px;
}

input[type="submit"] {
    height: inherit;
    width: inherit;
    border: none;
}

.form-control,
.form-control:focus {
    box-shadow: none;
}

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

a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    color: inherit;
}

small {
    font-size: 75% !important;
    color: inherit !important;
}

h1,
h2,
h3,
h4 {
    margin: 0;
}

h2 {
    font-size: 28px;
    color: #266eb0
}

h3 {
    font-size: 24px;
 color: #266eb0
}

h4 {
    font-size: 18px;
 color: #266eb0
}

p {
    font-size: 15px;
    color: #676767;
}

.padding {
    padding: 40px 0;
}

.padding_half {
    padding: 40px 0;
}

.padding_bottom {
    padding-bottom: 20px !important;
}

.padding_bottom2 {
    padding-bottom: 10px
}

.padding_top {
    padding-top: 80px;
}

.padding_bottom_half {
    padding-bottom: 40px;
}

.margin_bottom {
    margin-bottom: 80px;
}

.heading_space {
    margin-bottom: 40px;
}

.bottom15 {
    margin-bottom: 15px !important;
}

.bottom10 {
    margin-bottom: 10px;
}

.top15 {
    margin-top: 15px;
}

.top20 {
    margin-top: 20px;
}

.top10 {
    margin-top: 10px;
}

.bottom20 {
    margin-bottom: 20px;
}

.top30 {
    margin-top: 30px;
}

.top50 {
    margin-top: 50px
}

.bottom30 {
    margin-bottom: 30px;
}

.bottom40 {
    margin-bottom: 40px;
}

.margin40 {
    margin-top: 40px;
}

.margin20 {
    margin-top: 20px;
}

.space30 {
    margin: 30px 0;
}

.bg_light {
    background: #f0f6fa;
}

.bg_white {
    background: #fff;
}

.grey {
    background: #f3f3f3;
}

.border_radius {
    border-radius: 4px;
}

.uppercase {
    text-transform: uppercase;
}

.captlize {
    text-transform: capitalize;
}

.left15 {
    margin-left: 15px;
}

.ere-heading {
    margin-bottom: 30px;
    padding-bottom: 10px
}

.ere-heading:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background-color: #266eb0;
    margin-top: 16px;
    margin: 0 auto;
    position: relative;
    bottom: -8px;
}


/* ------------- Buttons ------------*/

.btn_common,
.btn-more,
.toggler,
.btn-blue,
.btn-white,
.btn-black,
.btn-dark,
.btn-white-fill,
.btn-yellow {
    font-size: 14px;
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.btn-blue:hover,
.btn-white-fill:hover {
    background: #1f1d22;
}

.btn-white:hover,
.btn-black:hover,
.btn-dark:hover {
    background: #142878;
}

.btn-white:hover,
.btn-black:hover {
    border: 1px solid #142878;
}

.btn-white:hover,
.btn-white:focus,
.btn-black:hover,
.btn-black:focus,
.btn-blue:hover,
.btn-blue:focus,
.btn-dark:hover,
.btn-dark:focus,
.btn-white-fill:hover,
.btn-white-fill:focus {
    color: #fff;
}

.btn-yellow:hover,
.btn-yellow:focus {
    background: #1f1f1f;
    color: #fff;
}

.btn_common,
.btn-more {
    color: #1f1d22;
}

.btn-more {
    font-weight: normal;
    position: relative;
    overflow: hidden;
    padding: 0 5px;
    display: inline-block !important;
}

.btn-more span {
    position: relative;
}

.btn-more:hover {
    color: #142878;
}

.btn-more>i {
    display: inline-block;
    width: 14px;
    -webkit-transition: margin 0.3s ease 0s;
    transition: margin 0.3s ease 0s;
}

.btn-more i:first-child {
    margin-left: -19px;
}

.btn-more i:last-child {
    margin-left: 5px;
    margin-right: 0px;
}

.btn-more:hover i:first-child {
    margin-left: 0;
}

.btn-more:hover i:last-child {
    margin-right: -19px;
}

.propertydropdown {
    margin-bottom: -1px;
    position: relative;
    z-index: 100;
}

.toggler {
    position: absolute;
    z-index: 100;
    bottom: 0;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.toggler>i {
    font-size: 20px;
    margin-left: 10px;
}

.btn-blue {
    color: #fff;
    background: #266eb0;
}

.btn-dark {
    color: #fff;
    background: #1f1d22;
}

.btn-white {
    color: #fff;
    border: 1px solid #fff;
}

.btn-white-fill {
    color: #1f1d22;
    background: #fff;
}

.btn-black {
    color: #1f1f1f;
    border: 1px solid #1f1f1f;
}

.feature-p-text:hover h4,
.p-image:hover {
    cursor: pointer;
}

#loadMore-gallery a {
    display: block;
    padding: 0;
}


/*Accordions*/


/* nav.navbar.bootsnav .drop .panel-default>.panel-heading i {
    float: right
}

.drop .panel-group .panel {
    background: transparent;
    border: 0;
}

.drop .panel-default>.panel-heading {
    background: transparent;
    color: #fff
}
.drop .panel-group {
    margin-bottom: 0;
    padding: 11px 16px;
}

.drop .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
    position: absolute;
    background: #fff;
    top: 59px;
    width: 107px;
} */

nav.navbar.bootsnav,
.navbar-sticky,
.navbar-brand,
.sticked,
.attr-nav,
.full,
.panel-default>.panel-heading,
a,
.btn-more>i,
.image img,
.tparrows,
#agents_col .agent_box:hover,
.cbp-item-wrapper:hover img,
.cbp-item-wrapper img,
.header-upper,
header nav.navbar.bootsnav ul.nav>li>a:before,
#filters-gallery .cbp-filter-item,
.btn-more span,
ul.social_icon li a,
.owl-prev,
.owl-next,
.news_hovered,
.listing_inner_full:after,
.listing_full_bg .listing_inner_full:hover::after,
ul.links li a i,
.dropzone .dz-messages {
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
}


/* ----------------- HEADER ------------------*/

.topbar {
    border: 3px solid #00a1df;
}

div#navbar-menu::before {
    border-bottom: 60px solid #142878;
    border-left: 35px solid transparent;
    content: "";
    left: -35px;
    position: absolute;
    top: 0px;
}

.header-upper {
    position: relative;
    background: #ffffff;
    z-index: 999;
}

.header-upper .logo {
    display: block;
}

.header-upper .logo a {
    display: block;
    padding: 15px 0 0;
}

.header-upper .logo img {
    display: block;
    margin: 0 auto
}

.header-upper .right {
    text-align: right;
}

.layout_boxed .header-upper {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.layout_dark .header-upper,
.header-upper.dark {
    background: #173471;
}

.header-upper .info-box:before {
    content: url(../images/border.png);
    position: absolute;
    left: 0;
    top: -8px;
}

.header-upper .info-box.first:before {
    display: none;
}

.header-upper .info-box.first {
    padding-left: 0;
}

.info-box {
    margin: 20px 0;
    padding: 0 15px;
    position: relative;
    display: inline-block;
    text-align: left;
}

header.index4 .info-box {
    float: right;
    margin: 15px 0 15px 30px;
}

.info-box .icons,
.info-box ul {
    display: table-cell;
}

.info-box .icons {
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    color: #0098d9;
}

.info-box li {
    position: relative;
    line-height: 20px;
    padding-left: 10px;
    font-size: 14px;
    color: #9b9b9b;
}

.info-box strong {
    color: #1f1f1f;
    font-size: 13px;
}


.navbar-brand {
    font-size: 18px;
    height: auto;
    line-height: normal;
    padding: 15px 0;
    display: inline-block;
    margin-left: 0 !important;
}

.navbar-brand>img {
    width: 100%;
}


.attr-nav {
    margin-right: 0;
}

.attr-nav>ul>li>a {
    padding: 0;
}

.attr-nav .social_share {
    margin-right: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.navbar-collapse {
    border-top: none;
    box-shadow: none;
}

.btn-touch:hover,
.btn-touch:focus {
    color: #191919;
}

.layout_boxed nav.navbar.bootsnav.sticked .btn-touch {
    display: none;
}

.layout_boxed nav.navbar.bootsnav.sticked {
    background-color: rgba(20, 40, 120, .9)!important;
    height: 60px
}


/*DropDowns*/








/* ----------------------- HOME PAGE ----------------------- */


/* ---------------------- Property Wraps ---------------------- */

.property_item:hover .image img,
#agents .agent_item:hover .image img,
.feature_item:hover .image img,
.box:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.image,
.image img {
    overflow: hidden;
    position: relative;
}

.image,
.image img,
.property_item .property_head,
.proerty_content {
    position: relative;
}

.image img,
.property_item .price {
  
    width: 360px;
    height: 330px;
}

.image a,
.toggle_share ul li,
.toggle_share ul li a {
    display: block;
}

.proerty_content .proerty_text {
    padding: 25px 20px;
}

.proerty_content p {
    
    margin: 0;
    text-align: justify;
    height: 105px;
    overflow: hidden;
}


/* ---------------------- OWL Slider---------------------- */

.three-item .owl-prev,
.three-item .owl-next,
#nav_slider .owl-prev,
#nav_slider .owl-next {
    background: #fff;
    border: 1px solid #d5dadf;
    border-radius: 4px;
    color: #777;
    font-size: 30px;
    height: 42px;
    line-height: 38px;
    position: absolute;
    text-align: center;
    width: 42px;
}

.three-item .owl-prev,
.three-item .owl-next {
    top: -68px;
}

.three-item .owl-prev,
#partner-slider .owl-prev,
#two-col-slider .owl-prev {
    right: 60px;
}

#full-slider .owl-next,
.three-item .owl-next,
#partner-slider .owl-next,
#two-col-slider .owl-next {
    right: 15px;
}

.three-item .item,
#two-col-slider .item,
#nav_slider .item,
#news_slider .item {
    margin: 0 15px;
}

#agent-slider .owl-prev:hover,
#agent-slider .owl-next:hover,
#two-col-slider .owl-prev:hover,
#two-col-slider .owl-next:hover,
.three-item .owl-prev:hover,
.three-item .owl-next:hover,
#nav_slider .owl-prev:hover,
#nav_slider .owl-next:hover,
#full-slider .owl-prev:hover,
#full-slider .owl-next:hover,
#property #property-d-1 .owl-prev:hover,
#property #property-d-1 .owl-next:hover {
    background: #266eb0;
    border-color: #266eb0;
    color: #fff;
}

.layout_six .three-item .owl-prev,
.layout_six .three-item .owl-next {
    display: none;
}

.news_item .bottom .info_comment span {
    display: inline-block;
    color: #7e7e7e;
    font-size: 12px;
    margin-right: 3px;
}

.news_item .bottom .info_comment>span+span:before {
    content: '|';
    padding: 0 3px;
    color: #7e7e7e;
}

.news_item .bottom .info_comment span a {
    color: #1b1b1b;
}

#nav_slider .item .nav_tag {
    color: #191919;
    font-size: 10px;
    padding: 5px 15px;
    position: absolute;
    top: 10px;
}

#nav_slider .owl-prev,
#nav_slider .owl-next {
    font-size: 24px;
    height: 34px;
    line-height: 30px;
    top: -50px;
    width: 34px;
}

#nav_slider .owl-next {
    right: 15px;
}

#nav_slider .owl-prev {
    right: 50px;
}

.banner_six {
    margin-bottom: -50px;
}

.owl-pagination {
    text-align: center;
}

.owl-page {
    display: inline-block;
    margin-top: 40px;
}

.owl-page span {
    height: 10px;
    width: 10px;
    background: #b9b9b9;
    margin: 3px;
    border-radius: 50%;
    display: block;
}

.owl-page.active span {
    background: #142878;
}


/* ---------------------- OWL Slider Ends---------------------- */


/* ---------------------- Services ---------------------- */

#feature_property .feature_item {
    border: 1px solid #e5e5e5;
}
.services .container .img-responsive{
    height: 429px;
    width: 1140px;
}
.feature_item {
    background: #fff;
}

.feature_item .price {
    display: inline-block;
    z-index: 1;
    position: absolute;
    padding: 5px 15px;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 15px;
    background: #142878;
}

.feature_item .btn-more,
#agents .agent_item .btn-more {
    margin-top: 15px;
}

.feature_list>li {
    color: #676767;
    font-size: 15px;
    margin-bottom: 10px;
}

.feature_list>li::before {
    background: #142878;
    content: "";
    display: inline-block;
    height: 8px;
    margin-right: 5px;
    vertical-align: middle;
    width: 8px;
}

.feature3 .property_meta span>i {
    display: inline;
    font-size: 19px;
    margin-right: 2px;
    vertical-align: middle;
}

.feature_main {
    position: relative;
    height: 100%;
    width: 100%;
}

.feature_main .bottom {
    background: #1f1f1f;
}

.feature_main .bottom span,
.feature_main .bottom h4 {
    color: #fff;
    display: table-cell;
    padding: 10px;
}

#feature_property .property_meta>span {
    text-align: left;
}


/* ---------------------- Services ends ---------------------- */


/* ---------------------- testinomial ---------------------- */

span.left15 i {
    color: #266eb0
}

.testinomial {
    position: relative;
}

.testinomial:before {
    content: '';
    height: 129px;
    width: 1px;
    background: #cecece;
    position: absolute;
    right: 17px;
}

.testinomial img {
    margin: 0 auto;
    height: 130px;
    position: relative
}

.testinomial:after {
    content: "\f10d";
    font: normal normal normal 15px/1 FontAwesome;
    position: absolute;
    top: 0;
    right: 89px;
    color: #fff;
    background: #266eb0;
    padding: 10px;
    border-radius: 50%;
}

.carousel-indicators {
    bottom: -30px;
}

.carousel-indicators li {
    border: 2px solid #ccc;
    width: 13px;
    height: 13px;
    background: #ccc;
    margin: 0 3px;
    border-radius: 0
}

.carousel-indicators .active {
    background: #266eb0;
    border-color: #266eb0;
    width: 13px;
    height: 13px;
}


/* ---------------------- testinomial End ---------------------- */


/* ---------------------- request ---------------------- */

.request {
    position: relative;
    padding-bottom: 0
}

.section-about .top img {
    height: 600px;
    width: 100%
}

.request-bottom {
    position: absolute;
    top: 40px;
    width: 50%;
    right: 0;
    background: rgba(27, 49, 100, .8);
    height: 600px;
}

.request-bottom:before {
    border-top: 600px solid rgba(27, 49, 100, .8);
    border-left: 300px solid transparent;
    content: "";
    left: -300px;
    position: absolute;
    top: 0px;
}

.request-bottom h2 {
    padding-top: 40px;
    color: #fff
}

.request-bottom .form {
    max-width: 500px;
    margin: 0 auto
}

.request-bottom .form p {
    padding: 0 20px 14px;
    color: #f3f3f3
}

.request-bottom .form .form-control {
    height: 40px;
    border-radius: 0;
    background: #65656f;
    color: #fff;
    border-color: #65656f;
}

.request-bottom .form textarea {
    height: 170px!important
}

.request-bottom ::-webkit-input-placeholder {
    color: #fffefe;
}


/* ---------------------- request End ---------------------- */


/* ---------------------- request-about ---------------------- */

.request-about {
    position: relative;
    padding-top: 0;
}

.request-about .section-form {
    position: relative;
    padding-top: 30px;
    padding-left: 60px
}

.about-he {
    color: #000;
}

.about-he.ere-heading:after {
    margin-left: 15px
}

.request-about .section-about {
    background: #fff;
    height: 500px;
    position: relative;
    z-index: 9
}

.request-about .top:before {
    border-top: 601px solid transparent;
    border-left: 325px solid #fff;
    content: "";
    left: 0px;
    position: absolute;
    top: 0;
}

.tops {
    padding: 0;
    overflow: hidden
}

.request-about img {
    height: 500px;
    max-width: 100%
}


/* ---------------------- request-about End ---------------------- */


/* ---------------------- Certification  ---------------------- */

#owl-demo3 .item.news p {
    text-align: center;
    margin: 0;
    padding: 10px;
    border: 1px solid #266eb0;
    border-top: 0;
    background: #266eb0;
    color: #ffffff;
}

#owl-demo3 .item.news h3 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 15px;
    margin-top: 0;
}

#owl-demo3 .item.news img {
    width: 100%;
    height: 250px;
}

#owl-demo3 .item.news .imagee {
    border: 1px solid #266eb0;
    padding: 5px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
        height: 269px; 
    width: 280px;
}

#owl-demo3 .item.news .imagee:before {
    content: '';
    left: 0;
    top: -500px;
    background: rgba(0, 153, 204, .6);
    width: 100%;
    height: 100%;
    position: absolute;
    transition: .5s ease-in-out;
}

#owl-demo3 .item {
    margin: 0 2px
}

#owl-demo3 .item:hover .imagee:before {
    top: 0;
}

#owl-demo3 .item:hover p {
    transition: .3s;
    background: #2a3c84
}


/* ---------------------- Certification Ends  ---------------------- */


/* ---------------------- news  ---------------------- */

.news .proerty_content h4 {
    font-size: 20px
}

.proerty_content span {
    font-size: 14px
}


/* ---------------------- news End ---------------------- */


/* ---------------------- clients  ---------------------- */

.owl-page span {
    border: 2px solid #ccc;
    width: 13px;
    height: 13px;
    background: #ccc;
    margin: 0 3px;
    border-radius: 0
}

.owl-page.active span {
    background: #266eb0;
    border-color: #266eb0;
    width: 13px;
    height: 13px;
}


/* ---------------------- clients End ---------------------- */


/* ---------------------- footer ---------------------- */

footer .main_footer {
    background: #232331;
    padding-top: 40px;
    padding-bottom: 50px;
}

footer .main_footer .about_estate p {
    line-height: 22px;
    margin-top: 19px;
    margin-bottom: 15px;
    color: #b4bdb7
}

footer .main_footer a {
    transition: .2s!important
}

footer .main_footer .about_estate p span {
    display: block;
    margin-top: 16px;
}

footer .main_footer .about_estate ul li:first-child {
    margin-left: 0!important
}

footer .main_footer .about_estate ul li {
    display: inline-block;
    margin: 0 7px;
}

footer .main_footer .about_estate ul li a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #b4bdb7;
}

footer .main_footer .about_estate ul li a:hover {
    color: #fff
}

footer .footer_title h4 {
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    background: #266eb0;
    padding: 10px;
    position: relative
}

footer .footer_title h4:before {
    border-bottom: 39px solid #266eb0;
    border-right: 31px solid transparent;
    content: "";
    right: -31px;
    position: absolute;
    top: 0px;
}

footer .footer_title {
    margin-bottom: 25px;
    border-bottom: 1px solid #2c3236;
}

footer .useful_link ul {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 50%;
}

footer .useful_link ul li {
    line-height: 40px;
}

footer .useful_link ul li a {
    font-weight: normal;
    color: #b4bdb7;
    display: inline-block;
    font-size: 14px
}

footer .useful_link ul li a i {
    font-size: 14px;
    padding-left: 6px;
}

footer .useful_link ul li a:hover {
    color: #fff;
}

footer .history {
    margin-top: 40px;
}

footer .history p {
    font-size: 14px
}

.main_footer i {
    margin-right: 5px
}

.contact_info ul {
    margin-top: 35px;
}

.contact_info ul li,
.contact_info ul li a {
    display: block;
    color: #b4bdb7;
    line-height: 20px;
    font-weight: normal;
}

.contact_info ul li a:hover {
    color: #fff;
}

.contact_info ul li {
    padding-left: 30px;
    position: relative;
    margin-left: -1px;
    margin-bottom: 15px;
    font-size: 14px
}

.contact_info ul li:before {
    position: absolute;
    top: 4px;
    left: 0;
    color: #266eb0;
    font-size: 18px;
    padding-left: 1px;
}

.contact_info ul li:nth-child(1):before {
    content: '\f041';
    font: normal normal normal 14px/1 FontAwesome
}

.contact_info ul li:nth-child(2):before {
    content: '';
    font: normal normal normal 14px/1 FontAwesome
}

.contact_info ul li:nth-child(3):before {
    content: "\f1ac ";
    font: normal normal normal 14px/1 FontAwesome
}

.contact_info ul li:nth-child(4):before {
    content: '';
    font: normal normal normal 14px/1 FontAwesome
}

.contact_info ul li:nth-child(5):before {
    content: '';
    font: normal normal normal 14px/1 FontAwesome
}

#footer {
    width: 100%;
    height: auto;
    position: relative;
    background: #121212;
    font-size: 12px;
    padding: 10px 0;
}

#footer a {
    color: #3498db
}

#footer a:hover {
    color: #fff
}

#footer img {
    width: 30px;
    margin-left: 10px
}

#footer p {
    text-align: center;
    margin: 0;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 13px
}

.contact-us ul li,
.contact-us ul li a:hover,
.contact-us ul li a {
    color: #676767
}


/* ---------------------- footer End ---------------------- */


/* ---------------------- Breadcrumb ---------------------- */

.small-banner {
    padding: 35px 0;
    margin-bottom: 0;
    background: #f5f8f9;
    border-bottom: 1px solid #dddddd;
}

.breadcrumb {
    margin-bottom: 0;
    background: #ffffff;
    border: 1px solid #dddddd;
    font-family: 'NeoSans', sans-serif;
}


/* ---------------------- Breadcrumb End ---------------------- */


/* ---------------------- About Us ---------------------- */

.single-img {
    padding: 0
}

.abouts {
    padding: 100px 44px 29px 80px;
    background-image: url(../images/background-09.jpg) !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    min-height: 500px
}

.abouts ul li {
    color: #676767
}

.single-img img {
    height: 500px;
        width: 575px;
}

.spans {
    display: block;
    color: #676767
}

.spans.ere-heading:after {
    margin-left: 0
}

.about-details .col-sm-6 {
    padding-left: 0
}

.about-details i {
    margin-right: 5px;
    color: #266eb0
}


/* ---------------------- About Us End ---------------------- */


/* ---------------------- services ---------------------- */

.services .feature_item {
    margin-bottom: 30px
}


/* ---------------------- services End ---------------------- */


/* ---------------------- News ---------------------- */

.widget-search {
    max-width: 100%;
    position: relative;
}

.widget-search .form-control {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.widget-search button {
    position: absolute;
    right: 3px;
    top: 3px;
    background-color: #ffffff;
    border: none;
    padding: 2px 8px;
    line-height: 30px;
    font-size: 16px;
    color: #14181c;
}

.serv_side ul {
    margin-bottom: 30px
}

.serv_side ul li {
    border-bottom: 1px solid #ddd;
}

.serv_side ul li a {
    display: block;
    padding: 10px;
    color: #676767
}

.serv_side ul li a:hover {
    color: #fff;
    background: #266eb0
}

.new-details .image img {
       width: 848px;
    height: 318px;
}


/* ---------------------- News End ---------------------- */


/* ---------------------- tracing ---------------------- */

.tracing .abouts {
    background: none!important
}

.tracing .about-details ul li {
    display: inline-block
}


/* ---------------------- tracing End ---------------------- */


/* ---------------------- Orgnizations  ---------------------- */

.blog_list {
    position: relative;
    margin: 0 0 30px
}

.blog_list:after {
    content: "";
    display: table;
    clear: both
}

.blog_list>article {
    margin: 0 0 30px
}

.blog_list>article.sticky .post_wr {
    border-color: #266eb0
}

.blog_list>article .post_wr {
    box-shadow: none;
    border-radius: 1px;
    border: 1px solid #e6e6e6;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateZ(0)
}

.blog_list>article .post_wr:after {
    content: "";
    display: table;
    clear: both
}

.blog_list>article .post_wr:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07);
    border-color: transparent
}

.blog_list>article .post_wr .post_thumbnail {
    max-width: 350px;
    position: relative;
    margin: -1px 0 -1px -1px;
    float: left
}

.blog_list>article .post_wr .post_thumbnail img {
    max-width: 100%;
    height: 300px;
}

.blog_list>article .post_wr .content {
    overflow: hidden;
    border-top: none;
    padding: 26px 30px;
    font-size: 13px;
        height: 300px;

}

.blog_list>article .post_wr .content h5 {
    line-height: 24px;
    margin: 0 0 12px
}

.blog_list>article .post_wr .content h4 a:hover {
    color: #266eb0
}

.blog_list>article .post_wr .content h5:before {
    display: none
}

.blog_list>article .post_wr .content .categories {
    font-size: 13px;
    margin: 0 0 20px
}

.blog_list>article .post_wr .content .categories:after {
    content: "";
    display: table;
    clear: both
}

.blog_list>article .post_wr .content .categories span {
    float: left;
    margin: 0 5px 0 0
}

.blog_list>article .post_wr .content .categories ul.post_categories {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0
}

.blog_list>article .post_wr .content .categories ul.post_categories li {
    display: inline-block;
    vertical-align: baseline;
    margin: 0 5px 0 0;
    line-height: 15px
}

.blog_list>article .post_wr .content .categories ul.post_categories li a:after {
    content: ","
}

.blog_list>article .post_wr .content .categories ul.post_categories li:last-child a:after {
    display: none
}

.blog_list>article .post_wr .content .post_excerpt {
    line-height: 24px
}

.blog_list>article .post_wr .content .post_excerpt p {
    line-height: 24px;
    margin: 0 0 20px
}

.blog_list>article .post_wr .content .post_excerpt p:last-child {
    margin: 0
}

ul.page-numbers {
    position: relative;
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0 0 100px
}

.post_categories li a,
.proerty_content span a {
    color: #266eb0;
}


/* ---------------------- Organization End ---------------------- */


/* ---------------------- responsive  ---------------------- */

@media (min-width: 993px) {
   
}

@media (min-width: 993px) and (max-width: 1158px) {
  
}

@media screen and (max-width: 992px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 20px;
    margin-left: 37%;
    }
    h4,
    .panel-title {
        font-size: 16px;
    }
    p {
        font-size: 14px;
    }
    .topbar p {
        display: none;
    }
    .topbar ul.social_share {
        float: right;
        margin: 5px 0;
    }
    .header-upper .logo {
        display: block;
    }
    .info-box {
        padding: 0 10px;
        margin: 0
    }
    .info-box strong {
        font-size: 14px;
    }
    .info-box li {
        font-size: 12px;
    }
   
    .header-upper .logo,
    .header-upper .right {
        text-align: center;
    }

    .agent_wrap .agent_text {
        margin: 0 10px 0 10px;
    }
    .f-p-links>li a {
        font-size: 10px;
        padding: 12px 5px;
    }
    .listing_map {
        left: 0;
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 0;
    }
    .maplisting .col-sm-6.pull-right {
        width: 100%;
    }
    .callus .btn-blue {
        text-transform: uppercase;
        width: auto;
    }
    .banner h1 {
        font-size: 50px;
        margin-top: 160px;
    }
    .banner h1>span {
        font-size: 24px
    }
   
    .request-bottom {
        position: static;
        width: 100%;
        height: auto;
    }
    .section-about .top img {
        height: 100%
    }
    .request-bottom h2 {
        margin-top: 0
    }
    .request-about .top:before {
        position: static;
        border: 0
    }
    .request-about .section-about {
        height: auto
    }
    .request-about img {
        height: 100%;
        width: 97%;
    }
    .slider-property {
        top: 130px;
    }
    .wrap-sticky,
    
    footer .footer_title h4:before {
        border-bottom: 37px solid #266eb0;
    }
    footer .footer_title {
        margin-top: 40px;
    }
    footer .main_footer {
        padding-top: 0
    }
    .testinomial:before {
        display: none
    }
    .header-upper .logo {
        height: 100%
    }
    .header-upper .info-box:before {
        display: none
    }
    .owl-pagination,
    .owl-controls {
        display: none!important
    }
  
    .request-bottom {
        position: static;
        width: 100%;
        height: auto;
    }
    .section-about .top img {
        height: 100%
    }
    .request-bottom h2 {
        margin-top: 0
    }
    .request-about .top:before {
        position: static
    }
    .request-about .section-about {
        height: auto
    }
   
    .sliderTxt .sliderTit {
        display: none!important
    }

   
    .single-img img {
        height: auto;
    }
    .tracing .single-img img {
        position: relative;
        left: -177px;
        height: 354px;
    }
    .tracing .abouts {
        padding: 0 40px 0;
        min-height: 100%;
    }
    .menu {
        position: relative;
        top: 8px;
        color: #fff;
        letter-spacing: 2px;
        left: -60px;
        font-size: 19px;
    }
    /* navbar mobile */
   
   
    
   
}

@media screen and (max-width: 800px) {}

@media (max-width: 767px) {}

@media (max-width: 500px) {
    .col-xs-6 {
        width: 100%;
    }
}


/* ---------------------- responsive End ---------------------- */

#scroll-top {
    background: #266eb0;
    width: 35px;
    height: 35px;
    color: #fff;
    position: fixed;
    right: 0;
    bottom: 10px;
    text-align: center;
    cursor: pointer;
    display: none;
    z-index: 999;
}


/*Start Loader*/

.loader {
    background-color: #fff;
    background-image: url(../images/pageload-spinner.gif);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0px;
    top: 0px;
    position: fixed;
    width: 100%;
    z-index: 999999;
}
.add-plus{
    display: none
}

@media screen and (max-width: 800px) {

  
    .add-plus {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        color: #2b3d85;
        cursor: pointer;
        font-size: 19px;
        z-index: 99999999;
        background: white;
        padding: 13px;
    }
.collapse{
display: block;
}

/*End Loader*/
