body {
    margin: 0;
    font-family: Roboto !important;
}

@font-face {
    font-family: Roboto;
    src: url(../css/fonts/Roboto-Regular.ttf);
}
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border: 2px solid white;

}

ul.list-inline-social-responsive {
    display: none;
        float: left;
    width: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    height: 100%;
    background: #0a4c74;
}

.properties-on-sale-wrapper {
    margin-bottom: 30px;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #05263A;
    color: white;
}

.btn-success-mine.active {
    pointer-events: none;
    background: #dadada !important;
}

.modal-body {
    position: relative;
     padding: 0; 
}


.modal-footer {
    padding: 0px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -10px;
    z-index: 999999;
    font-size: 48px;
    color: white;
}

.modal-footer {
    display: none;
}

.drawer-navbar .drawer-menu li.active a:first-child {
    text-decoration: underline !important;
}
/* MENU BAR STYLE
----------------------------------------*/

#masthead:hover {
    opacity: 0.9 !important;
}
.menu {
    float: right;
    margin-top: 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.header-menu {
    display: inline;
    list-style: none;
    margin: 14px;
}
.header-menu li {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    line-height: 70px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.header-menu li {
    line-height: 40px
}
.site-head-small .header-menu li {
    line-height: 40px
}
.header-menu li a {
    padding-left: 20px;
    color: white;
    display: block;
    -webkit-transition: color 0.5s!important;
    -moz-transition: color 0.5s!important;
    transition: color 0.5s!important;
}
.header-menu ul li a {
    display: block;
    line-height: 40px;
    color: #555!important;
    font-size: .9em
}
li.languages-drop a.drawer-menu-item.active {
    pointer-events: none;
}
.sub-menu-arrow {
    opacity: 0;
    bottom: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 10px;
    left: 50%;
    margin-left: -10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}
.header-menu li a:hover {
    background: rgba(255, 255, 255, 0);
    text-decoration: none;
}
.header-sub-menu a {
    color: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.header-sub-menu a:hover {
    cursor: pointer;
}
.sub-menu-arrow {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.header-sub-menu:hover .sub-menu-arrow {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}
.header-menu ul,
.header-menu ul li ul,
.header-menu ul li ul li ul {
    margin: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    width: 220px;
    padding: 0;
    z-index: 20;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: none;
    margin-top: -1px;
    -moz-box-shadow: 0 15px 26px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 15px 26px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 26px rgba(0, 0, 0, .1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.header-menu li:hover ul ul,
.header-menu li:hover ul ul ul,
.header-menu li:hover ul ul ul ul {
    height: 0;
    overflow: hidden;
    pacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}
.header-menu li:hover ul,
.header-menu li li:hover ul,
.header-menu li li li:hover ul,
.header-menu li li li li:hover ul {
    height: auto;
    opacity: 1;
    overflow: visible;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}
.header-menu ul li ul,
.header-menu ul li ul li ul {
    top: -1px;
    left: 170px;
    border: 1px solid #eee;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}
.header-menu li ul li {
    display: block;
    border-bottom: 1px solid #eee;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}
.header-menu li ul li a {
    padding: 10px 15px;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}
.site-header,
.static-header .site-head-small {
    width: 100%;
    height: 70px;
    line-height: 70px;
    z-index: 9;
    position: absolute;
    top: 0;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}
.transparent-header .site-header {
    opacity: 1 !important;
    background: rgba(10, 76, 116, 1);
    position: fixed !important;
    height: 70px;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}
.transparent-header .site-header:hover {
    opacity: .9;
    background: rgba(10, 76, 116, 1);
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}
.site-header .logo {
    height: 100%;
    float: left;
    height: 70px;
    padding: 15px 0;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}
.site-header .logo h1,
.static-header .site-head-small .logo h1 {
    line-height: 100px;
    margin: 0;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}
.site-header .logo a,
.static-header .site-head-small .logo a {
    display: block;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}
.site-header .logo a img {
    max-height: 100%;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}
.site-head-small,
.transparent-header .site-head-small {
    height: 60px;
    line-height: 40px;
    opacity: .9;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}
.site-header .logo h1,
.site-head-small .logo h1 {
    margin: 0;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}
.menu_left {
      background: rgb(9, 47, 69);
    width: 250px;
    position: fixed;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
}
.menu_right {
      background: rgb(9, 47, 69);
    width: 250px;
    position: fixed;
    height: 100%;
    z-index: 10;
    right: 0;
    top: 0;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
}
#show-left-sidebar i {
    
    display: none;
    
  padding: 7px;
  border-radius: 5px;
    margin-top: 14px;
    font-size: 30px;
    color: white;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}
#show-left-sidebar i:hover {
    cursor: pointer;
    text-decoration: none !important;
   
    font-size: 30px;
    color: #ef621c;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}
#show-right-sidebar i {
    display: none;
    
  padding: 7px;
  border-radius: 5px;
    margin-top: 14px;
    font-size: 30px;
    color: white;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}
#show-right-sidebar i:hover {
    cursor: pointer;
    text-decoration: none !important;
   
    color: #ef621c;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}
.sitebar_right.container {
    margin-top: 15px;
}
.sitebar_right li {
    list-style: none;
    margin-top: 11px;
    padding: 3px;
    font-size: 20px;
    text-align: start;
    letter-spacing: 2px;
    margin-left: -34px;
    width: 135%;
}
.sitebar_right li a {
    list-style: none;
    color: grey;
    font-size: 15px;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}
.sitebar_right li a:hover {
    list-style: none;
    text-decoration: none;
    color: #fafafa;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}
.over_link i {
    transform: rotate(0deg);
    font-size: 20px;
    position: absolute;
    right: 10px;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}
.over_link:hover i {
    transform: rotate(360deg);
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}
.sidebar-menu-inner {
    left: 0!important;
    position: absolute;
}
.widget {
    color: white;
    text-align: justify;
    font-size: 15px;
    width: 250px;
}
.widget h3 {
    font-size: 17px;
    text-align: left;
}
.info_title {
    font-size: 27px;
    text-decoration: underline;
}
#overlay_sider {
    display: none;
    position: fixed;
    opacity: 0.5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    background: #000
}

/* LEFT MENU BAR STYLE
----------------------------------------*/

.informations li {
    width: 250px;
    list-style: none;
    margin-left: 30%;
    font-size: 16px;
}
.informations .icon-button {
    background-color: white;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 3.6rem;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 75px;
    height: 75px;
}
.informations #icon-color i {
    height: 25px;
    left: 0;
    line-height: 7.6rem;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 7.6rem;
    z-index: 10;
}
.informations #icon-color:Hover {
    width: 0px;
    height: 75px;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}
.informations #icon-color:hover i {
    color: white;
    font-size: 50px;
    width: 75px;
    height: 75px;
    background: rgb(10, 76, 116);
    ;
}
.informations .icon-button:hover span {
    width: 0px;
    height: 0px;
}

.top-global-section {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 260px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.top-global-section:before {
    background: #000;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.75;
    position: absolute;
}

.main-site-pagetitle {
    float: left;
    width: 100%;
    text-align: center;
    color: white;
    text-transform: uppercase;
}

.page-header {
    float: left;
    width: 100%;
    margin: 0;
    color: #0a4c74;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 27px;
}

span.spliter-wording {
    color: #3d9dd8;
    position: relative;
}

.breadcumbs-wrapper {
    float: left;
    width: auto;
    position: relative;
    top: 32px;
    margin-bottom: 0;
}

.breadcumbs-wrapper .breadcrumb {
    margin: 0;
    background: #0a4c74;
}

.breadcumbs-wrapper .breadcrumb li {
    color: white;
}

.breadcumbs-wrapper .breadcrumb li a:hover {
    text-decoration: underline;
    color: #4380a5 !important;
}

.breadcumbs-wrapper .breadcrumb li a {
    color: #a5a5a5 !important;
}

.footer-above {
       padding-top: 40px;
    background-color: #2c3e50;
    width: 100%;
    padding-bottom: 40px;
    position: relative;
}

.footer-above:before {
    background: -moz-linear-gradient(top, rgba(63,76,107,1) -1%, rgba(63,76,107,1) 0%, rgba(94,116,160,0.55) 52%, rgba(94,116,160,0.45) 64%);
    background: -webkit-linear-gradient(top, rgba(63,76,107,1) -1%,rgba(63,76,107,1) 0%,rgba(94,116,160,0.55) 52%,rgba(94,116,160,0.45) 64%);
    background: linear-gradient(to bottom, rgba(63,76,107,1) -1%,rgba(63,76,107,1) 0%,rgba(94,116,160,0.55) 52%,rgba(94,116,160,0.45) 64%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f4c6b', endColorstr='#735e74a0',GradientType=0 );
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.90;
    position: absolute;
}

.footer-below {
    padding: 25px 0px;
    background-color: #233140;
    border-top: 1px solid #4B5561;
    text-align: center;
    color: white;
}

.footer-below a {
    color: white;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-col ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer-col li {
    width: 100%;
    float: left;
    line-height: inherit;
    list-style-type: none;
    margin-bottom: 10px;
}

span.global-footer-loc-img {
    width: 50px;
    height: 50px;
    float: left;
    line-height: 48px;
    margin: 0 10px 0 0;
    text-align: center;
    border: 1px solid #dbdbdb;
    border-radius: 50%;
}

.global-footer-loc-val {
    margin: 5px 0;
    overflow: hidden;
    line-height: 20px;
    color: white;
    text-align: left;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: left;
}

span.global-footer-loc-img i {
    color: white;
    font-size: 23px;
    position: relative;
    top: 4px;
    left: 1px;
}

.footer-col h3 {
    margin: 0;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
    float:left;
    width:100%;
}

.footer-col h3:before {
    top: 100%;
    left: 0;
    width: 70px;
    height: 2px;
    content: '';
    position: absolute;
    background: white;
}

.find-us-on {
    float: left;
    width: 100%;
    margin-top: 20px;
}

ul.list-inline-social li a {
    font-size: 22px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    padding: 0 12px;
    line-height: inherit;
    list-style-type: none;
    width: 50px;
    height: 50px;
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    margin-right: 12px;
    margin-bottom: 12px;
    text-decoration: none !important;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

.footer-col {
    float:left;
    color: white;
}

ul.list-inline-social li {
    width: 50px;
    margin-right: 12px;
    margin-bottom: 0;
    display: inline-block;
}

ul.list-inline-social li a:hover {
    text-decoration: none !important;
    outline: 0 !important;
    background: #0a4c74;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

.global-footer-loc-val a {
    color: white;
}

ul.quick-links li a {
    color: white;
    text-transform: uppercase;
}

.map-wrapper-footer {
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #646464;
}

.wrapper-pagination-items {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dcd8d8;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.project-developer i {
    margin-right: 6px;
}

.project-developer {
    background: #0a4c74;
    text-transform: uppercase;
    width: 200px;
    color: white;
    padding: 5px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 10px;
}

.pagination-item-content {
    float: left;
    width: calc(100% - 620px);
    height: 300px;
    overflow: hidden;
    position: relative;
}

.flag-display-pagination {
    position: absolute;
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    bottom: 0;
    width: 100%;
    background: #676363;
    opacity: 0.8;
    color: white;
    height: 40px;
    text-align: left;
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transition: bottom;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

.pagination-items-photo {
    float: left;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}

.pagination-items-photo img {
      min-width: 600px;
      max-width: 600px;
      min-height: 350px;
      max-height: 350px;
  }

.pagination-items-photo:after {
    background: #000;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: opacity;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

.pagination-items-photo:hover:after{
    opacity: 0.65;
    transition: opacity;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

.pagination-items-photo:hover .flag-display-pagination {
    bottom: -50px;
    transition: bottom;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

.grow-pagination-image a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 8;
    bottom: 0;
}

.grow-pagination-image {
    opacity: 0;
    text-align: center;
}

.pagination-items-photo:hover .grow-pagination-image{
    opacity: 1;
}

.flag-display-pagination i {
    color: white;
    font-size: 14px;
}

.grow-pagination-image i {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 34px;
}

.pageNavigation-paging {
    width: 100%;
    float: left;
    padding: 60px 0 50px;
    text-transform: uppercase;
    font-size: 14px;
}

.pageNavigation-paging ul li a {
    width: 45px;
    display: block;
    color: #373542;
    text-align: center;
    position: relative;
    line-height: 43px;
    border: 1px solid #0a4c74;
    outline:0 !important;
    text-decoration: none !important;
}

.pageNavigation-paging ul li a:hover {
    background: #435676;
    color: white;
}

.pageNavigation-paging ul li a.active {
    background: #0a4c74 !important;
    color: white !important;
    pointer-events: none;
    cursor: no-drop;
}

.pageNavigation-paging ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
    line-height: inherit;
    list-style-type: none;
}
.pageNavigation-paging ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: inherit;
}

.main-childe-wrapper-image img {
    margin: auto;
}

.main-childe-wrapper-image {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.filter-image-wrapper img {
    overflow: hidden;
    height: 250px !Important;
    width: 100%;
    min-height: 250px !important;
    min-width: 100% !important;
    max-width: 100%;
    max-height: initial;
}

.filter-wrapper-content {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 40px;
}

.filter-image-wrapper.pagination-items-photo {
    margin: 0;
    margin-bottom:25px;
}

.filter-wraper-btns {
    float: left;
    width: 100%;
    text-align: center;
    padding: 5px 5px 15px 5px;
    border-bottom: 1px solid #c7c5c5;
    margin-bottom: 8px;
}

.btn-success-mine {
   display: inline-block;
    min-width: 115px;
    height: 40px;
    position: relative;
    overflow: hidden;
    color: #3e4b68 !important;
    background: transparent !important;
    border: 1px solid #0a4c74 !important;
    transition: color .5s;
}

.btn-success-mine:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #0a4c74;
    height: 150px;
    color: white;
    width: 100%;
    top: 0;
    left: -200%;
    transition: all .7s;
}

.btn-success-mine:hover:before {
    top: 0px;
    left: 0px;
    background: #0a4c74;
}

.btn-success-mine:hover {
    color: white !important;
}

.filter-wraper-btns button {
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.main-content-wraper {
    margin-top: 5px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.filter-image-wrapper {
    border: 1px solid #0a4c74;
    padding: 8px;
    border-radius: 4px;
}

.footer-wrapper {
    float: left;
    width: 100%;
}

button {
    outline: 0 !important;
}

.help-block ul {
    margin: 0;
    list-style: none;
    padding: 7px;
}

.help-block {
    background: #b94a48;
    margin-top: 0;
    color: white;
}

form.contactppanayi_formgetintouch input {
    outline: none;
    color: #666;
    height: 50px;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 20px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    box-shadow: none;
    outline: 0 !important;
    border: 2px solid #e1e1e1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.control-group textarea:focus {
    border-color: #0a4c74;
    outline: 0;
    border-width: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.control-group textarea {
    outline: none;
    color: #666;
    height: 150px;
    resize: vertical;
    background: #fff;
    font-size: 14px;
    border-radius: 0;
    box-shadow: none;
    outline: 0 !important;
    min-height:200px;
    border: 2px solid #e1e1e1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.control-group.error textarea {
    border-color: #b94a48;
}

form.contactppanayi_formgetintouch input:focus {
    border-color: #0a4c74;
    outline: 0;
    border-width: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.contact_us_full_mapa {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.control-group.error input {
    border-color: #b94a48 !important;
}

.filter-btn-0:hover {
    background: #c03b4494 !important;
}
.filter-btn-0 {
    background: #c03b44 !important;
    color: white !important;
}

.scrollup {
    width: 65px;
    height: 25px;
    position: fixed;
    right: 20px;
    bottom: -34px;
    background-color: #233140;
    opacity: 0.5;
    text-align: center;
    cursor: pointer;
    z-index: 100;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    transition: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}
.scrollup:hover {
    background: #435675;
    opacity: 1;
}
.scrollup:hover i {
    color: #ffffff;
}

.scrollup i {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

span.cd-date-header {
    display: none;
}

.similarily-wrapper {
    float: left;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 50px;
}

 .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    .swiper-wrapper img {
    width: 100%;
    min-height: 270px;

}

.swiper-slide:hover:before {
    opacity: 0.65;
    transition: opacity;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

.swiper-slide:before {
    background: #000;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: opacity;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}
.swiper-slide {
    position: relative;
    cursor: pointer;
}

.swiper-slide:hover .flag-display-pagination {
    bottom: -50px;
    transition: bottom;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

.similar-projects-title-wrapper {
    float: left;
    width: 100%;
    margin: 0;
    color: #0a4c74;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 27px;
    padding-bottom: 9px;
    border-bottom: 1px solid #eee;
}

.social-wrapper {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.social-wrapper a:hover {
    background: #0a4c7491;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

.social-wrapper a {
    background: #0a4c74;
    width: 60px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    padding-top: 4px;
    font-size: 16px;
    color: white;
    display: inline-block;
    margin-right: 12px;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}
.contactppanayi_btnform {
    float: right;
    min-width: 200px;
    height: 53px;
}
.contactppanayi_btnform span {
    float: left;
    width: 80%;
    text-transform: uppercase;
}
.contactppanayi_btnform .make-email-loader {
    float: left;
    width: 20%;
    position:relative;
}
.contactppanayi_btnform .make-email-loader:before {
    content: '';
    background: #e1e1e1;
    height: 100%;
    width: 2px;
    position: absolute;
    left: -5px;
    top: 0;
    bottom: 0;
}
.facebook-comment-wrappre {
    float: left;
    width: 100%;
}

.properties-for-sale {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}

.pagination-items-photo.sale-properties {
    float: initial !important;
    margin-bottom: 40px;
    cursor: pointer;
    margin-right: 0;
}

.sale-properties img {
    width: 100% !important;
}

.inner-tabs-sale.active a {
    background: #0a4c74 !important;
    color: white !important;
    cursor: no-drop;
}

.properties-for-sale-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.properties-for-sale-inner {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 10px;
}

li.inner-tabs-sale a {
    line-height: 28px;
}

li.inner-tabs-sale {
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 10px;
}

.owl-theme .owl-controls .owl-buttons {
    float: right;
    width: 100%;
    text-align: right;
}

.owl-theme .owl-controls .owl-buttons div {
    margin: 10px 0 10px 10px !important;
    height: 40px;
    text-align: center;
    width: 100px;
    line-height: 29px;
    text-transform: uppercase;
    padding: 6px 10px !important;
    font-size: 14px !important;
    border-radius: 0 !important;
    background: #0a4c74 !important;
}

.owl-theme .owl-controls .owl-page span {
    background: #0a4c74 !important;
}

.item.owl-item img {
   width: 100% !important;
    min-width: 100%;
    max-width: 100%;
    min-height: initial;
    max-height: initial;
}

div#devs_content-accordion {
    float: left;
    width: 100%;
}

.devs_panel {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom:5px;
}

.devs_panel h4 {
    margin: 0;
    width: 100%;
    float: left;
    color: #0a4c74;
    cursor: pointer;
    border: 1px solid #0a4c74;
    background: #f9f9f9;
    font-size: 15px;
    line-height: 17px;
    position: relative;
    text-transform: none;
    padding: 14px 60px 14px 16px;
}

.devs_panelcontent {
    width: 100%;
    float: left;
    padding: 10px;
    color: #667788;
    background: #f9f9f9;
    border-left: 1px solid #0a4c74;
    border-right: 1px solid #0a4c74;
}

.devs_description {
    float: left;
    width: 100%;
}

.devs_panel h4:before {
   top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    content: '\f107';
    font-size: 18px;
    line-height: 45px;
    position: absolute;
    background: #415471;
    color: white;
    text-align: center;
    font-family: 'FontAwesome';
    border-left: 1px solid #0a4c74;
    justify-content: center;
    place-content: center;
    align-items: center;
    display: flex;
}

.devs_panel h4.active:before {
    content: '\f106';
}

.devs_panel .devs_panelcontent:last-child {
    border-bottom: 1px solid #0a4c74;
}
.tab-content {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.devs_description .text-positive {
    color: white;
    text-transform: uppercase;
    background: #6dc78d;
    padding: 6px;
}

.devs_description .text-negative {
    color: white;
    text-transform: uppercase;
    background: #c76d6d;
    padding: 6px;
}
.positive-fa {
    color: #6dc78d;
}
.negative-fa {
    color: #c76d6d;
}

.devs_panel h4 .text-positive {
    color: #6dc78d;
    text-transform: uppercase;
}

.devs_panel h4 .text-negative {
    color: #c76d6d;
    text-transform: uppercase;
}

.panel-group {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.nav-tabs>li>a {
    color: #0a4c74;
    font-weight: 500;
}

.plan-wrapper-in {
    float: left;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #0a4c74;
    margin-bottom: 20px;
}

.plan-wrapper-in img {
    width: 100%;
}

.plan-text-title {
    text-transform: uppercase;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
}

.devs_description table {
    background: white;
}

.panel-description-main {
    padding: 10px;
    float: left;
    width: 100%;
    border-top: 1px solid #0a4c74;
}

.owl-next {
    text-indent: 1000000%;
    white-space: nowrap;
    position: relative;
}

.owl-next:after {
    top: 0;
    text-indent: initial !important;
    left: calc(100% - 71px);
    width: 40px;
    transform: rotate(270deg);
    height: 40px;
    content: '\f107';
    font-size: 18px;
    line-height: 45px;
    position: absolute;
    color: white;
    text-align: center;
    font-family: 'FontAwesome';
}

.owl-prev {
    text-indent: 1000000%;
    white-space: nowrap;
    position: relative;
}

.owl-prev:after {
    top: 0;
    text-indent: initial !important;
    left: calc(100% - 71px);
    width: 40px;
    transform: rotate(90deg);
    height: 40px;
    content: '\f107';
    font-size: 18px;
    line-height: 45px;
    position: absolute;
    color: white;
    text-align: center;
    font-family: 'FontAwesome';
}
.outer-carousel-wrapper {
    position: relative;
    width: 100%;
}

.home-carousel-wrapper .swiper-slide:before {
    display: none !important;
}

.home-carousel-wrapper .swiper-slide {
    cursor: -webkit-grab !important;
}

.flag-display-pagination-home {
     position: absolute;
    bottom: 0;
    background: #3e3e3e;
    color: white;
    width: calc(100% - 40px);
    padding: 15px;
    margin: 20px;
    left: 0;
    text-align: left;
    text-transform: uppercase;

}

.flag-display-pagination-home:hover {
       opacity: 0.8;
    color: white;
    text-decoration: none !important;
    outline: 0 !important;
}

.flag-display-pagination-home i {
    margin-right: 15px;
}
.home-carousel-wrapper {
    width: 100% !important;
}

.service-item {
    background: #f8f8f8;
    padding: 20px 20px 30px;
    margin: 0 auto;
    width: 100%;
    float: left;
    text-align: center;
    height: 250px;
    overflow: hidden;
    margin-bottom: 20px;
        transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
}

.service-item i {
    text-align: center;
    width: 60px;
    font-size: 30px;
    background: #0a4c74;
    color: white;
    height: 60px;
    line-height: 57px;
    display: inline-block;
    border-radius: 4px;
}

.home-map-wrapper .similar-projects-title-wrapper {
    text-align: center !important;
}

.service-item h2 {
    color: #0a4c74;
    font-size: 17px;
    text-transform: uppercase;
}

.service-item:hover {
    background: #0a4c74;
        transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    cursor: pointer;
}

.service-item:hover i {
    background: #f8f8f8;
    color: #0a4c74;
}

.service-item:hover h2 {
    color: white;
}

.service-item:hover .service-desc {
    color: white !important;
}  

.sweet-alert .icon.info {
    border-color: #0a4c74 !important;
}

.sweet-alert .icon.info::before {
    background-color: #0a4c74 !important;
}
.sweet-alert .icon.info::after {
    background-color: #0a4c74 !important;
}
.sweet-alert button.confirm.btn.btn-lg.btn-info {
    background: #0a4c74 !important;
    box-shadow: none !important;
    border-color: #0a4c74 !important;
}

.sweet-alert h2 {
    color: #0a4c74 !important;
}

.statistics-counter-wrapper {
    float: left;
    width: 100%;
    position: relative;
    padding: 120px 0; 
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.statistics-counter-wrapper:before {
    background: #000;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.75;
    position: absolute;
}

.devs_stats_count h3 {
    float: right;
    font-size: 82px;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    font-weight: bold;
}

.devs_stats_title {
    float: right;
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
    text-align: right;
    color: #fff;
    text-transform: uppercase;
}

.section-title-statistics {
    font-size: 40px;
    line-height: 64px;
    text-transform: uppercase;
    float: left;
    margin-bottom: 30px;
    text-align: left;
    width: 100%;
    color: #fff;
    font-weight: 600;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.stats-description {
    color: white;
    text-align: left !important;
}
form#contactForm {
    float: left;
    width: 100%;
}
.quick-go-to-footer-sale-wrapper {
    float: left;
    position:relative;
    width: 100%;
    border: 1px solid white;
}

.quick-go-to-footer-sale-wrapper:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #233140;
    transform-origin: left;
    transition: width 0.7s ease;
    z-index: -1;
}

.quick-go-to-footer-sale-image {
    float: left;
    width: 60px;
    height: 60px;
}

.quick-go-to-footer-sale-text {
    float: left;
    width: calc(100% - 60px);
    height: 60px;
    padding: 10px;
    overflow: hidden;
    line-height: 20px;
    color: white;
    text-align: left;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: left;
    text-transform: uppercase;
    border-left: 10px solid #233140;
    box-shadow: inset 0 0 0 0 #31302B;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.quick-go-to-footer-sale-wrapper:hover {
    cursor: pointer;
}

.quick-go-to-footer-sale-wrapper:hover {
    cursor: pointer;
    opacity: 0.85;
}

.quick-go-to-footer-sale-wrapper:hover:after {
    width: 100%;
}

section.promo {
    background-color: #f7f7f7;
    padding: 20px;
    text-align: center;
    border-top: 1px solid rgba(153, 153, 153, 0.19);
    margin-top: 10px;
}

.btn-success-conta-home {
    display: inline-block;
    margin: 10px;
    min-width: 200px;
    line-height: 27px;
    font-weight: bold;
    text-transform: uppercase;
    height: 40px;
    position: relative;
    overflow: hidden;
    color: #3e4b68 !important;
    background: transparent !important;
    border: 1px solid #0a4c74;
    transition: all .5s ease;
}

.btn.btn-small.btn-success-conta-home:hover {
    background: #0a4c74 !important;
    color: white !important;
    transition: all .5s ease;
}

section.promo h3 {
    color: #0a4c74;
}

.owl-carousel {
    overflow: hidden;
}

.breadcumbs-wrapper li a {
    text-transform: uppercase;
}

.breadcumbs-wrapper li {
    text-transform: uppercase;
}


.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0 !important;
}

.swiper-pagination-bullet-active {
    background: #0a4c74 !important;
}

.properties-on-sale-wrapper .similar-projects-title-wrapper {
    text-align: center !important;
}

ul.drawer-dropdown-menu li a {
    text-transform: uppercase;
}

ul.drawer-dropdown-menu li.active a {
    color: #0a4c74 !important;
}
.pagination-item-content h3 {
    text-transform: uppercase;
    margin-top: 0;
}
ul.drawer-dropdown-menu li {
    border-bottom: 1px solid #cecece;
}

span.resonsive_dropdowarrow {
    display: none;
}
/* .custom-tab-pane.active {
    visibility: visible;
}

.custom-tab-pane {
    visibility: hidden;
}

.tab-content-sale-properties {
    float: left;
    position: relative;
    min-height: 500px;
    width: 100%;
}

.tab-content-sale-properties .custom-tab-pane {
    position: absolute;
    top: 0;
    overflow: hidden;
    left: 0;
    right: 0;
    width: 100%;
    height:100%;
    margin-bottom: 25px;
    margin-top: 25px;
}

.property-for-sale-wrapper-content {
    float: left;
    width: 100%;
}

.full-wrapper-sale-content-tabbaple {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.tab-content-sale-properties .swiper-container {
    height: 500px;
} */
/* SCROLL BAR ANIMATION
----------------------------------------*/

/* ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}
::-webkit-scrollbar {
    width: 5px;
    background-color: #4B5561;
}
::-webkit-scrollbar-thumb {
    background-color: #4B5561;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, #4B5561), color-stop(.5, transparent), to(transparent));
}
 */

/*Medias*/
@media (max-width: 1200px) {
.devs_stats_count h3 {
        text-align: center;
    }
    .devs_stats_title {
        text-align: center;
    }
    .section-title-statistics {
        text-align: center;
    }
    
    .filter-image-wrapper img {
        height: 150px !important;
    }

}



@media (max-width: 1170px) {
    .cd-timeline-content .cd-date {
    display: none !Important;
}

span.cd-date-header {
    display: block;
}



}

@media (max-width: 1024px){
ul.list-inline-social-responsive {
    display: block;

}
ul.list-inline-social-responsive li {
    border-bottom: 1px solid #c1bebe;
}
.drawer-menu-wrapper {
float: left;
    width: calc(100% - 30px);
    background: white !important;
    height: calc(100% - 55px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-left: 1px solid #c1bebe;
}


ul.list-inline-social-responsive li a {
    color: white;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 31px;
    font-size: 12px;
}
ul.list-inline-social-responsive li a:hover {
    background: #cccccc;
    color: black;
}
}

@media (max-width: 991px) {
    .footer-col {
        width: 100%;
    }
    .home-carousel-wrapper {
        width: 100% !important;
    }
   .pagination-items-photo img {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        min-height: initial;
        max-height: initial;
    }
    
    .pagination-items-photo {
        width: 100%;
    }
    
    .pagination-item-content {
        width: 100%;
        height: auto !important;
    }
    .filter-image-wrapper {
        margin-bottom: 20px !important;
    }
    .filter-image-wrapper img {
        height: 300px !important;
    }
}

@media (max-width: 768px) {
    .top-global-section .container {
    width: 100%;
}
    .outer-carousel-wrapper .container {
        margin: 0 !important;
        padding: 0 !important;
    }
    .filter-image-wrapper img {
        height: auto !important;
    }
    .contactppanayi_btnform {
        width: 100%;
    }
    
    a.scrollup {
    display: none !important;
}
}





