/************180622**************/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');
@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');
body {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden !important;
}
ul, ol {
    list-style: none;
}
.main-page-login {
    padding: 0;
}
.sticky_nav.header-section-4.main-page-login .topHeaderSec {
  display: none;
} 
.topHeaderSec {
  background: #102540;
  /*background: #004274;*/
  padding: 7px 0; 
}
.topHeaderSec a {
    color: #fff !important;
}
.header-section-4 .topHeaderSec .header-right .btn {
  padding: 8px 15px;
  border-radius: 50px;
  /*background: #004274;*/
  background: transparent;
    border: 1px solid #fff;
}
.header-section-4 .topHeaderSec .header-right .btn:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #004274 !important;
}

ul.topSocialMenu {
    display: inline-block;
    margin: 3px 0 0;
}
ul.topSocialMenu li {
    display: inline-block;
    margin-right: 6px;
}

ul.topSocialMenu li a {
    display: inline-block;
    padding: 4px;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 15px;
}
ul.topSocialMenu li a:hover {
  background: #fff; 
}
.main-page-login.header-section-4 .header-right .user {
    line-height: normal;
    float: left;
    width: 100%;
}
.main-page-login.header-section-4 .header-left {
    width: 100%;
    padding: 8px 0;
}
.main-page-login.header-section-4 .navi {
  margin-left: 0px;
  float: right;
}
.main-page-login.header-section-4 .navi > ul > li > a {
    line-height: 90px;
    padding: 0 12px;
    text-transform: uppercase;
    position: relative;
    font-size: 14px
}
.main-page-login .navi > ul ul {
    background: #fff;
}
.main-page-login .navi > ul ul a:hover {
    background: rgba(0,66,116,0.6);
    color: #fff !important;
}
.main-page-login.header-section-4 .header-right {
    min-width: 50%;
}
.main-page-login.header-section-4 .navi > ul > li:last-child > a{
  padding-right: 0px;
}
.main-page-login.header-section-4 .navi > ul > li > a::after{
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    height: 2px;
    width: 10px;
    margin-left: -10px;
    background-color: #004274;
    -webkit-transform: skew(0deg,150deg);
    -moz-transform: skew(0deg,150deg);
    -ms-transform: skew(0deg,150deg);
    -o-transform: skew(0deg,150deg);
    transform: skew(0deg,150deg);
    opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.main-page-login.header-section-4 .navi > ul > li{
  position: relative;
}
 .main-page-login.header-section-4 .navi > ul > li::after{
    content: '';
    display: block;
    width: 40%;
    height: 2px;
    background-color: #004274;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.main-page-login.header-section-4 .navi > ul > li > a::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    height: 2px;
    width: 10px;
    background-color: #004274;
    -webkit-transform: skew(0deg,-150deg);
    -moz-transform: skew(0deg,-150deg);
    -ms-transform: skew(0deg,-150deg);
    -o-transform: skew(0deg,-150deg);
    transform: skew(0deg,-150deg);
    opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.main-page-login.header-section-4 .navi > ul li:hover a {
  color: #004274;
}
.main-page-login.header-section-4 .navi > ul > li:hover > a::before,
 .main-page-login.header-section-4 .navi > ul > li:hover::after,
 .main-page-login.header-section-4 .navi > ul > li:hover > a::after {
  opacity: 1;
 }


.main-page-login .logo a img {
    max-width: 90px;
}
/*******mobile header**************/
.header-mobile {
    background-color: #004274;
}
.header-mobile .header-logo a {
    color: #fff;
}



/*******mobile header end**************/
a.userImage {
    margin-right: -20px;
}
a.userImage img {
    width: 35px;
}
footer {
    display: inline-block;
    width: 100%;
}
.footer {
    background-color: #004274;
    padding: 60px 0 20px;
}
footer .footer-bottom {
    padding: 15px 0;
    background: #012d4e;
    border: none;
}
.footer p {
    font-size: 15px;
    line-height: 23px;
}
.footer .widget-contact ul li {
    position: relative; 
    padding-left: 30px !important;
}
.footer .widget-contact ul .fa {
    margin-left: 0px;
    position: absolute;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    padding: 0;
    top: 4px;
    text-align: center;
    font-size: 15px;
}
.footer-bottom .foot-social p a {
    color: #fff;
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    padding: 2px;
}
.footer-bottom .foot-social p a:hover {
    background: #fff;
}
.btn.scrolltop-btn {
    display: none;
    border-radius: 50%;
    font-size: 22px;
    padding: 0;
    background: #0872c1;
}
.footer #submit_button .btn-primary {
    background: #fff;
    color: #004274 !important;
    border-radius: 0px;
}
.footer .footer-widget .form-group {
    padding: 0px;
} 
.footer .footer-widget .form-group input {
    border-radius: 0px;
    height: 41px;
    background: #eaeaea;
}

/****login signup*********/
.modal .form-group {
    border: none;
}
.modal .form-group .input-icon {
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 50px;
    padding: 0 15px;
    margin-bottom: 15px
}
.modal .form-group .input-icon select {
    padding: 6px 12px 6px 0;
}
.modal .form-group .input-icon input {
    padding: 6px 12px 6px 25px !important;
}
.modal .modal-header {
    background-color: #00213a;
}
.modal .btn.btn-primary.btn-block {
    border-radius: 50px;
    background-color: #00213a;
    border: 1px solid #00213a !important;
}
.modal .btn.btn-primary.btn-block:hover {
    border-radius: 50px;
    background-color: transparent;
    color: #00213a;
}
.modal label {
    color: rgba(0,0,0,0.6);
}
.modal label a {
    color: #00213a;
}




.categoriesSection {
  display: inline-block;
  padding: 10px 0;
  width: 100%;
  background: #fff;
}
.categorieImage {
    display: inline-block;
    padding: 0;
    width: 100%;    
    padding: 33px 100px 130px;
    position: relative;
    background-image: url(../images/laptop.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/*.categorieImage::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    background: transparent;
    border: 1px solid rgba(0,0,0,0.70);
    width: 100%;
    height: 100%;
}*/
.categorieImage img {
    width: 100%;
    position: relative;
    z-index: 2;
    height: 300px;
    object-fit: cover;
    float: left;
    object-position: center;
}
/*.categorieImage iframe {
    width: 100%;
    position: relative;
    z-index: 2;
    height: 300px;
    object-fit: cover;
    float: left;
    border: none;
    object-position: center;
}*/
.categorieImage iframe {
    width: 435px;
    position: relative;
    z-index: 2;
    height: 270px;
    object-fit: cover;
    float: left;
    border: none;
    object-position: center;
    margin: 0 0 0;
    top: 36px;
    left: 22px;
}
.categorieText {
    display: inline-block;
    width: 100%;
    padding: 34% 0 0;
}
.categorieText h1 {
    font-size: 30px;
    color: #2e2e2e;
    margin-top: 0px !important;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
}
.categorieText p {
    font-size: 18px;
    color: #7a7a7a;
    line-height: 33px;
    margin-top: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}
.categoriesSectionBg {
    background: #f2f1f6;
    padding: 0px;
}
.categoriesSectionBg .categorieImage::after {
    right: 10px;
    left: auto;
}
.header-media #banner-slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    position: relative;
}

.whoWeAreImage {
	background-image: url(../images/who-we-are.png);
	background-position: center;
	background-size: cover;
}
.whoWeAreImage .whoWeAreContent {
	float: right;
	padding-right: 30px;
}
.whoWeAreColor .whoWeAreContent {
	padding-left: 30px;
	float: left;
}
.whoWeAreContent {
	max-width: 580px;
	min-height: 480px;
	display: flex;
	text-align: center;
}
.whoWeAreImage .whoWeAreContent h1 {
	color: #fff;    
	font-size: 30px;
    font-weight: bold;
}
.whoWeAreImage .whoWeAreContent p {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
}
.whoWeAreColor .whoWeAreContent h1 {
	color: #000;
    font-size: 30px;
    font-weight: bold;
}
.whoWeAreColor .whoWeAreContent p {
	font-size: 18px;
	line-height: 30px;
	color: #000;
}
.whoWeAreContentInner {
	margin: auto;
}

.aboutUsBanner {
    /*margin-bottom: 50px;*/
}
.post-card-item.aboutUsContent {
    padding: 0px;
}
.aboutUsContent .post-card-body {
    padding: 10px;
}
.aboutUsContent figure.item-wrap {
    box-shadow: none;
}
.post-card-description h3 {
    font-size: 18px;
    font-weight: 600;
}
.aboutUsContent .buttonReadMore {
    padding: 8px 25px;
    border-radius: 50px;
    background: #00213a;
    border: 1px solid #00213a;
    color: #fff;
}
.aboutUsContent .buttonReadMore:hover {
    color: #00213a;
     background: transparent; 
    border: 1px solid #00213a;
}
.aboutUsContent .item-foot {
    padding: 0px;
    border: none;
}


/******************/
.aboutUsSec {
    padding: 5% 0;
    background: #fff;
}
.aboutUsSec .row {
    padding-right:15px;
    padding-left:15px;
}
.aboutUsSec .col-md-6 {
    padding:0;
}
.aboutUsSec .aboutUsSecContainer figure {
    width: 49.6%;
    display: inline-block;
    vertical-align: middle;
}
.aboutUsSec .aboutUsSecContainer figure img {
    width: 100%;
}
.aboutUsSec .aboutUsSecContainer .view-text figure img {
    width: auto !important
}
.aboutUsSec .aboutUsSecContainer .view-text {
    width: 49.5%;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 10% 30px 0;
}
.aboutUsSec .view-text p {
    font-size:16px;
    color:#333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.aboutUsSec .view-inner {
 margin-top:55px;
}
.aboutUsSec .view-inner figure {
    width:42px;
    height:43px;
    background:#000;
    padding-top: 6px;
    text-align: center;
    margin-right: 10px;
}
.aboutUsSec .view-inner a {
    font-size:17px;
    color: #012d4e;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    position: relative;
}
.aboutUsSec .view-inner a:before {
    content:"";
    width:100%;
    height:2px;
    background-color:#000;
    position:absolute;
    top:21px;
    left:0;
}
.aboutUsSec .view-inner a:hover {
    color: #004274;
}
.aboutUsSec .view-inner a:hover:before {
    background-color: #004274;
}
.whitebox {
    width:35px;
    height:35px;
    background-color:#fff;
    position:absolute;
    top:50%;
    left: -12px;
    right: 15px;
    margin:auto;
    transform:rotate(45deg) translateY(-50%);
    -webkit-transform:rotate(45deg) translateY(-50%);
    -moz-transform:rotate(45deg) translateY(-50%);
    -ms-transform:rotate(45deg) translateY(-50%);
    content:"";
    z-index: 9;
}






.latest-news {
    padding: 65px 0;
    background: #f0f0f0;
}

.latest-news h3 {
    font-size: 36px;
    color: #212121;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
}

.latest-news .news-wrap {
    background: #fff;
    margin-top: 20px;
    border-radius: 12px;
}

.latest-news .news-wrap img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 250px;
    object-fit: cover;
}

.latest-news .news-wrap h3 {
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    color: #666666;
    font-size: 20px;
    margin: 25px 0 10px 0;
}

.latest-news .news-wrap .space {
    padding: 0 10px 10px 20px;
}

.latest-news .news-wrap h4 {
    display: inline-block;
    color: #333333;
    font-size: 14px;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    margin-bottom: 17px;
    margin-right: 30px;
}

.latest-news .news-wrap h4 i {
    color: #00213a;
}

.latest-news .news-wrap p {
    margin-bottom: 25px;
    color: #747474;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
}

.latest-news .news-wrap .read-btn {
    background: #00213a;
    color: #fff;
    border-radius: 7px;
    padding: 7px 17px;
    display: inline-block;
    margin-bottom: 11px;
    border: 1px solid #00213a;
    font-size: 17px;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
}

.latest-news .news-wrap .read-btn:hover {
    color: #00213a;
    background: #fff;
}

.latest-news .owl-carousel .owl-nav {
    display: block !important;
    position: absolute;
    top: -10px;
    right: 25px;
    float: left;
}
.latest-news .owl-carousel .owl-nav .owl-prev {
    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 30px;
    color: #000;
}

.latest-news .owl-carousel .owl-nav .owl-next,
.latest-news .owl-carousel .owl-nav .owl-prev {
    color: #f0f0f0;
    background: #fff;
    width: 37px;
    height: 37px;
    position: static;
    font-size: 20px;
    line-height: 37px;
    border-radius: 100%;
    text-align: center;
}

.latest-news .owl-carousel .owl-nav .owl-next {
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 26px !IMPORTANT;
    color: #000;
}

.latest-news .owl-carousel .owl-nav .owl-next:hover,
.latest-news .owl-carousel .owl-nav .owl-prev:hover {
    background: #738bba;
    color: #fff;
}
.latest-news .owl-carousel .owl-nav .owl-next:hover .fa,
.latest-news .owl-carousel .owl-nav .owl-prev:hover .fa {
    color: #fff;
}
.latest-news .owl-carousel .owl-nav .fa {
    display: block;
    line-height: 30px;
    font-size: 20px;
    opacity: 1;
    text-align: center;
    color: #738bba;
}


/*********/


.contactUsForm {
    background: #f7f7f7;
    padding: 50px 0;
}
.contactUsForm h2 {
    font-size: 35px;
    font-weight: 600;
    color: #444444;
}
.contactUsForm h2 span {
    border-bottom: 1px solid #444444;
}
.contactUsForm form {
    display: inline-block;
    margin-top: 50px;
    width: 100%;
}
.contactUsForm form .form-control {
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: none;
    height: auto;
    background: transparent;
    font-size: 16px;
    color: #000;
    border-radius: 30px;
    padding: 10px 25px;
    resize: none;
}
.contactUsForm .form-group {
    margin-bottom: 25px;
}
.contactUsForm form button {
    border: 2px solid #004274;
    box-shadow: none;
    background-color: #004274;
    height: auto;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border-radius: 30px;
    padding: 8px 25px;
    width: 150px;
    font-size: 18px;
}
.contactUsForm form button:hover {
    border: 2px solid #004274;
    background-color: transparent;
    color: #004274;
}

.addressSection {
    margin-top: 50px;
    font-size: 17px;
    padding: 0 10px;
}
.addressDetail {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    max-width: 450px;
    width: 100%;
    float: left;
}
.addressDetail i {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: #004274;
    border-radius: 50%;
    padding: 10px 0 0;
}
.addressDetail span {
    width: calc(100% - 50px);
    float: right;
    line-height: 20px;
}

.mapMacker iframe {
    margin-bottom: -5px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}



/***********/
.project-list {
    padding: 80px 0 100px;
}
.project-list .property-listing.grid-view .item-wrap .item-thumb a img {
    height: 370px !important;
    object-fit: cover;
}
.project-list .property-listing.grid-view .item-wrap {
    margin: 0px !important;
    /*padding: 15px !important;*/
}
/************/
.nav-dropdown a {
    color: #004274;
}
.nav-dropdown li .expand-me {
    font-size: 17px;
    width: 40px;
    text-align: center;
    padding: 0;
    background: #004274;
    color: #fff !important;
}
.property-item-grid .item-caption {
    background: rgba(0, 66, 116, 0.6);
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px; 
}
.property-item-grid .price {
    bottom: 38px;
}
.detailPageSec {
    padding: 20px 0; 
    background: #fff;
}

.detailPageImage img {
    max-height: 450px;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}
.detailPageSec .profile-description  {
    /*padding-top: 12%;*/
}
.detailPageSec .profile-description .agent-title {
    color: #000;
    font-size: 26px;
    font-weight: 600;
}
.detailPageSec .profile-description .position {
    font-size: 18px;
    line-height: 25px;
    color: rgba(0,0,0,0.5);
}
.detailPageSec .profile-description p {
    font-size: 15px;
    line-height: 26px;
    color: #000;
}



/****gallery***/
.gallerySection {
    padding: 30px 0;
    background: #fff; 
}
.galleryContainer{
    padding: 12px;
}
.galleryItem{
    overflow: hidden;
    padding: 3px;
}
.galleryItem .galleryBox{
    height: 350px;
    overflow: hidden;
}
.galleryBox img{
    height: 100%;
    width: 100%;
    object-fit:cover;
    -o-object-fit:cover;
}
.galleryItem a:focus{
    outline: none;
}
.galleryItem a:after{
    content:"\e003";
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    background-color: rgba(0, 66, 116, 0.7);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.galleryItem a:hover:after{
    opacity: 1;
}
.galleryBox a.thumbnail {
    position: relative;
    height: 100%;
}
.galleryContainer .modal-dialogue{
    width: 80%;
}
.galleryContainer .galleryContent {
    position: relative;
}
.galleryContainer .description h4 {
    /*color: #fff;*/
    color: rgba(0, 66, 116, 1);
    font-size: 24px;
    margin: 0px;
    font-weight: 600;
} 
.galleryContainer .description p {
    font-size: 15px;
    line-height: 22px;
    color: #333333;
    margin: 10px 0;
}
.galleryContainer .description {
    /*position: absolute;*/
    /* height: 40px; */
    /*bottom: 0;*/
    padding: 20px 25px 0;
    /*background-color: rgba(0, 66, 116, 0.8);*/
    color: #fff;
    text-align: left;
}
.detailPageSec .profile-detail-block {
    padding: 40px 0;
}




/****/
/*************/
.topBannerFancyBox .slick-slide img {
    min-width: 100%;
    width: 100%;
}

.topBannerFancyBox .slick-slide a {
    border: none;
    padding: 0px;
    outline: none;
}
.topBannerFancyBox.detail-top.detail-top-full .media-detail-down {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    padding: 20px 0;
    background: rgba(39, 39, 39, 0.7);
}
.topBannerFancyBox.detail-top.detail-top-full .header-left {
    width: auto;
}
.topBannerFancyBox.detail-top.detail-top-full .header-right {
    padding-top: 0;
}
.topBannerFancyBox.detail-top.detail-top-full .header-left h1 .label {
    padding: 6px 10px 6px;
    position: relative;
    font-size: 12px;
    line-height: 15px;
    top: -6px;
}
.topBannerFancyBox .thumbnail.fancybox {
    padding: 0px;
    border: none;
    width: 100%;
    height: 100%;
}
.topBannerFancyBox .thumbnail.fancybox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: 600px;
}
.propertyDetailPage .detail-title .title-left {
    font-size: 25px;
    font-weight: 600;
}
.displayFlexSec {
    height: 350px;
    display: flex;
} 
.displayFlexSec img {
    margin: auto;
}
.propertyDetailPage .accord-block .accord-tab {
    background-color: #f6f6f6;
    border: 1px solid #c5c5c5;
}
.propertyDetailPage .detail-block .alert-info {
    color: #000;
    padding: 15px 25px;
    border-color: #c5c5c5;
    background-color: rgb(247, 247, 247);
    margin: 0 0 0px;
}
.rightSideSocialMedia {
    position: fixed;
    top: 50%;
    right: 0px;
    transform: translateX(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateX(-50%);
    z-index: 999;
    width: 55px;
}
.rightSideSocialMedia li {
    margin: 10px 0 0;
}
.registrationFormSection .btn-secondary {
    color: #fff;
    background-color: rgb(235, 174, 11);
    border: 1px solid rgb(235, 174, 11);
    padding: 8px 30px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 18px;
}
.registrationFormSection .btn-secondary:hover {
    color: rgb(235, 174, 11);
    background-color: transparent;
    border: 1px solid rgb(235, 174, 11);
}
.propertyDetailPage .detail-list.detail-block .panel-body {
    border: 1px solid #c5c5c5;
}
.recentPostSecDiv .media-left {
    width: 100%;
    display: inline-block;
    padding: 0px;
}
.recentPostSecDiv {
    background: transparent;
}
.postInnerSection {
    background: #fff;
}
.recentPostSecDiv .media-left .item-thumb {
    min-width: 100%;
    padding:0px; 
}
.recentPostSecDiv .media-left .item-thumb a {
    min-width: 100%;
    padding:0px;
    margin: 0px;
    border: none; 
}
.recentPostSecDiv .media-left .item-thumb a img {
    margin: 0px;
    height: 300px;
    object-fit: cover;
}
.recentPostSecDiv .media-body {
    width: 100%;
    padding: 30px 20px;
    display: inline-block;
}
.recentPostSecDiv .media-body h4 {
    font-size: 18px;
    margin: 0 0 0px;
    font-weight: 500;
    float: left;
}
.recentPostSecDiv .amenities {
    float: right;
}
.recentPostSecDiv .amenities p {
    font-size: 14px;
    line-height: 18px;
}
.detail-block .listingSec li {
    line-height: 35px;
    font-size: 15px;
    display: inline-block;
    min-width: 18%;
    float: left;
}
.detail-block  .listingSec {
    display: inline-block;
    display: flex;
}
/********************/
.clickHereSec {
    background-image: url(../images/chart-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
    background-color: rgba(0,0,0,0.5)
}
.clickHereSec h3 {
    font-weight: 600;
    font-size: 30px;
    margin: 0px;
    color: #fff;
    position: relative;
    top: -5px;
    text-align: right;
}   
.clickHereButton {
    padding: 10px 30px;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #004274;
    background: #fff;;
    font-weight: bold;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}
.clickHereButton:hover {
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
}
.footer-bottom .foot-social p a i {
    line-height: 30px;
}
/*****************/
.whoWeAreContent.videoSectionInner  {
    width: 100% !important;
    padding: 0;
    -webkit-flex-flow: column;
    flex-flow: column;
    max-width: unset;
}
.videoSectionInner .whoWeAreContentInner {
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    background: #0872c1;
    position: relative;
    height: 100%;
    /* margin: 0; */
    left: -15px;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}
.videoSectionInner iframe {
    position: absolute;
    height: 100%;
    left: 0px;
    width: 100%;
    box-shadow: 0 4px 27px 0px rgba(0,0,0,0.9);
    /*opacity: 0.65;*/
    border: 5px solid black;
}
/************************/
.latest-gallery {
    padding: 60px 0;
    background: #f0f0f0;
}

.latest-gallery h3 {
    font-size: 36px;
    color: #212121;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
}

.latest-gallery .gallery-wrap {
    background: #fff;
    margin-top: 30px;
    border-radius: 12px;
}
.latest-gallery .gallery-wrap figure {
    position: relative;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow: hidden;
}
.latest-gallery .gallery-wrap figure a {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 66, 116, 0.8);
    width: 100%;
    height: 100%;
    display: flex;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.latest-gallery .gallery-wrap:hover figure a {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}
.latest-gallery .gallery-wrap figure a i {
    margin: auto !important;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
}

.latest-gallery .gallery-wrap img {

    width: 100%;
    object-fit: cover;
    height: 280px;
    object-position: center;
}

.latest-gallery .gallery-wrap h3 {
    font-weight: 600;
    color: #666666;
    font-size: 20px;
    margin: 25px 0 15px 0;
    text-transform: uppercase;
}

.latest-gallery .gallery-wrap .space {
    padding: 0 10px 10px 20px;
}

.latest-gallery .gallery-wrap h4 {
    display: inline-block;
    color: #333333;
    font-size: 14px;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    margin-bottom: 17px;
    margin-right: 30px;
}




section {
    overflow-x: hidden;
}
.thumbSliderSec #lightSlider {
    margin: 40px 0;
    display: inline-block;
    width: 100%;
}
.thumbSliderSec #lightSlider li > img {
    width: 100%;
}
/*.topBannerFancyBox * {
    min-height: unset !important;
}*/
.x_panel .x_content form .item.form-group .checkbox-inline {
    float: left;
    min-width: 30%;
    box-sizing: border-box;
    margin-right: 3%;
}
.registrationFormSection  {
    display: inline-block;
    width: 100%;
}
.projects-section  .whoWeAreContentInner iframe {
    max-width: 100%;
    height: 375px;
    width: 100%;
}
.whoWeAreSec.videoSection {
    padding: 80px 0; 
}
.videoSection {
    min-height: 340px;
    background: rgba(0,0,0,0.1);
}
.videoSection .whoWeAreContent {
    min-height: 340px;
}






@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-page-login.header-section-4 .navi {
    }
   .main-page-login.header-section-4 .navi > ul > li > a {
	    padding: 0 6px;
	    font-size: 13px;
	}
} 
@media only screen and (max-width: 991px) {
    .aboutUsSec .col-md-6 {
        float: left;
        width: 100%;
    }
    .header-mobile {
        background-color: #fff !important;
    }
    .header-user .account-action .user-icon,
    .mobile-nav .nav-trigger {
        color: #004274 !important;
    }
}
@media only screen and (max-width: 767px) {
    .detail-top.detail-top-full #gallery {
        min-height: unset;
    }
    .topBannerFancyBox .thumbnail.fancybox {
        margin: 0px;
    }
    .topBannerFancyBox .thumbnail.fancybox img {
        height: 280px;
    }
    .propertyDetailPage .detail-title .title-left {
        font-size: 19px;
        line-height: 25px;
    }
    .topBannerFancyBox.detail-top.detail-top-full .header-left h1 .label {
       top: 0;
    }
    .detail-top.detail-top-full .header-detail h1 {
        word-break: break-word;
        white-space: pre-wrap;
    }

	.banner-slider .owl-controls {
	    height: 100%;
	}
	.whoWeAreContent {
	    min-height: 380px;
	    float: none !important;
	    margin: 0 auto;
	}
	.header-mobile .mobile-nav {
		padding-top: 13px;
	}
	.header-mobile .header-user .account-action {
		padding-top: 13px;
	}
    .whoWeAreSec.videoSection {
        padding: 40px 0;
    }
    .videoSectionInner .whoWeAreContentInner {
        width: calc(100% + 1px);
        max-width: calc(100% + 1px);
        left: 0;
    }
    .whoWeAreContent {
        min-height: 240px !important;
    }
    .whoWeAreContent.videoSectionInner {
        min-height: 340px !important;
    }
    .header-mobile .header-logo {
        line-height: 72px;
    }
}
@media only screen and (max-width: 480px) {
	.categorieText h1 {
	    font-size: 20px;
	}
	.categorieText p {
	    font-size: 16px;
	    line-height: 26px;
	}
	.whoWeAreImage .whoWeAreContent h1,
	.whoWeAreColor .whoWeAreContent h1 {
	    font-size: 22px;
	    line-height: 30px;
	}
	.whoWeAreImage .whoWeAreContent p,
	.whoWeAreColor .whoWeAreContent p {
	    font-size: 16px;
	    line-height: 23px;
	}
	.whoWeAreContent {
		padding: 0px !important;
	}
	.footer #submit_button .btn-primary {
	    padding: 11px 16px;
	}
	.whoWeAreContent {
		/*min-height: unset;*/
		padding: 30px 0 !important; 
	}
	.categorieImage iframe {
	    height: 220px;
	}


    .aboutUsSec .aboutUsSecContainer figure {
        width: 100%;
    }
    .aboutUsSec .aboutUsSecContainer .view-text {
        width: 100%;
        padding: 0 30px 15px;
        margin: 20px 0;
    }
    .whitebox{
        display: none;
    }
    .aboutUsSec .aboutUsSecContainer .view-text:before{
        width: 35px;
        height: 35px;
        background-color: #fff;
        position: absolute;
        top: -38px;
        left: 0;
        right: 0;
        margin: auto;
        transform: rotate(45deg) translateY(0%);
        -webkit-transform: rotate(45deg) translateY(0%);
        -moz-transform: rotate(45deg) translateY(0%);
        -ms-transform: rotate(45deg) translateY(0%);
        content: "";
        z-index: 9;
    }
    .propertyDetailPage .detail-bar .detail-list.detail-block ul {
    	display: inline-block;
    	width: 100%;
    }
    .propertyDetailPage .detail-bar .detail-list.detail-block ul li {
    	display: inline-block;
    	min-width: 40%;
    }
    .topBannerFancyBox .header-detail.table-list {
	    display: block;
	}
	.topBannerFancyBox .header-detail.table-list div {
		display: block;
		width: 100%;
		float: left;
	}
}
.categoriesSection .houzez-module.team-module .team-block > img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}









.floarDiscriptionSection {
	margin-bottom: 30px;
}
.floarDiscriptionSection .detail-amenities-list {
	text-align: left;
}
.floarDiscriptionSection h3 {
    font-size: 20px;
    margin: 15px 0px 3px;
}
.floarDiscriptionSection p {
	margin-bottom: 5px;
}
.floarDiscriptionSection .btn-light {
	padding: 8px 30px;
    background: #f6f6f6;
    color: #000;
    height: auto; 
    display: inline-block;
}
.floarDiscriptionSection .detail-amenities-list li {
    padding-left: 0px;
    margin-bottom: 30px !important;
}
.floarDiscriptionNew .detail-amenities-list .media-left.media-middle {
    max-width: 69px;
    text-align: center;
    padding-right: 20px;
    display: inline-block;
}
.floarDiscriptionNew .detail-amenities-list .media-body {
    width: auto;
    text-align: left;
    margin-right: 10px;
    display: inline-block;
}
.imageModelSec49 {
    margin-top: 70px;
}
.imageModelSec49 .modal-body {
    padding: 0px;
    height: 100%;
}
.imageModelSec49 .modal-body .imageSliderNew .slick-track,
.imageModelSec49 .modal-body .imageSliderNew .slick-list {
    min-width: 100% !important;
}
.imageModelSec49 .modal-body .imageSliderNew .item img {
    width: 100%;
}
.imageModelSec49 .imageSliderNew {
    position: relative;
}
.imageModelSec49 button.close {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #5a5959;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    z-index: 9;
    opacity: 1 !important;
    color: #fff !important;
    text-shadow: none;
    padding: 0;
    line-height: 0;
}

.property-listing.grid-view .property-item-grid .item-caption .item-caption-title {
    width: calc(100% - 96px);
}

.mfp-wrap {
	top: 0px !important;
	height: 100% !important;
}


#map123 {
    min-height: 350px;
}

#varificatinDoseSec {
	margin-top: 30px;
	width: 100%;
	display: inline-block;
	margin-left: -15px;
	margin-right: -15px;
}
#contact-info #recaptcha-container {
    margin-bottom: 15px
}
#contact-info input[type="submit"],
#varificatinDoseSec input[type="submit"],
#varificatinDoseSec button {
    color: #fff;
    background-color: rgb(0, 66, 116);
    border: 1px solid rgb(235, 174, 11);
    padding: 8px 30px;
    font-weight: bold;
    font-size: 18px;
}
#contact-info input[type="submit"]:hover,
#varificatinDoseSec input[type="submit"]:hover,
#varificatinDoseSec button:hover {
    color: rgb(0, 66, 116);
    background-color: transparent;
    border: 1px solid rgb(0, 66, 116);
}
#verification-code-form {
    display: inline-block !important;
    width: 100%;

}
#divLoading
{
    display : none;
}
#divLoading.show
{
    display : block;
    position : fixed;
    z-index: 100;
    background-image : url('http://igreatcasa.com/img/3.gif');
    background-color:#666;
    opacity : 0.4;
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}
#loadinggif.show
{
    left : 50%;
    top : 50%;
    position : absolute;
    z-index : 101;
    width : 32px;
    height : 32px;
    margin-left : -16px;
    margin-top : -16px;
}
div.content {
   width : 1000px;
   height : 1000px;
}
.phone-hint{
    font-size: 12px;
}
