a {
    text-decoration: none !important;
}

.img_box a {
	color: #485A66 !important;
	display: block;
}


.img_box .elementor-image-box-description > a {
	margin-bottom: 10px !important;
} 

.img_box a:hover {
	color: #000 !important;
}


.footer-links{
	position:absolute;
	top:100px;
}

.sticky {
  animation: slideDown 0.8s ease forwards;
/*   background-color: #5F8DB5 !important; */
  background-color: #517598 !important;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999999 !important;
  isolation: isolate;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  transition: background-color 0.8s ease, box-shadow 0.8s ease;
  margin-top: 0 !important;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.sticky .main_header img {
	width: 105px !important;
}

.banner_slide .swiper-pagination {
	display: flex;
    flex-direction: column;
    gap: 50px;
	margin-left: 48px;
}

.banner_slide .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #6baefc;
  opacity: 1;
  border-radius: 50%;
  margin: 8px 0;
  opacity: 1 !important;
}

.banner_slide .swiper-pagination-bullet-active {
  position: relative;
  background: #5F8DB5;
}

.banner_slide .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 58px;
  height: 58px;
  border: 2px solid #5F8DB5;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.down_arrow img {
  /* transform: translateX(-50%); */
  cursor: pointer;
/*   animation: bounce 1.5s infinite; */
}


.apartments_contant {
  position: relative;
  display: inline-block;
}

.apartments_box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  /* border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07); */
  opacity: 0;
  visibility: hidden;
  padding: 15px 20px;
  z-index: 5;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.apartments_contant img {
	border-radius: 5px !important
}

.apartments_contant:hover .apartments_box {
  opacity: 1;
  visibility: visible;
  animation: boxSlideUp 0.8s ease-out forwards;
}

/* Labels */
.custom-contact-form label {
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
  font-family: var(--e-global-typography-311edbf-font-family), Sans-serif;
  font-size: 18px !important;
}

.custom-contact-form br {
	display: none;
}

.custom-contact-form p {
	margin-bottom: 18px;
}

.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form input[type="tel"],
.custom-contact-form textarea {
  width: 100%;
  background: #E4E8EB50;
  border: none;
  padding: 12px 14px 12px 12px;
  border-radius: 4px;
  font-size: 18px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  font-family: var(--e-global-typography-311edbf-font-family), Sans-serif;
  font-weight: 400;
  color: #5F8DB5 !important;
}

.custom-contact-form input::placeholder,
.custom-contact-form textarea::placeholder {
  color: #5F8DB5;
  opacity: 1;
  font-family: var(--e-global-typography-311edbf-font-family), Sans-serif;
  font-weight: 400;
}

.custom-contact-form textarea {
  height: 103px;
  resize: none;
}

.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
  background: #eef1f4;
  outline: none;
}

.form-submit .expertise-btn {
    background-color: #5F8DB5;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 32px;
    border: 0;
}

.form-submit .expertise-btn:hover{
	opacity: 0.8;
}

.wpcf7-response-output {
	margin-top: 10px !important;
    margin-left: 0 !important;
    border-color: #5F8DB5 !important;
	text-align: center !important;
}

.form-submit .expertise-btn .btn-text {
	color: #fff;
	font-weight: 300;
    font-family: var(--e-global-typography-311edbf-font-family), Sans-serif;
    font-size: 18px;	
}

.form-submit .expertise-btn span {
	line-height: 0;
}

.limit-height{
    height: min-content;
}

.p-relative {
	position: relative;
}

.text_abo {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@keyframes boxSlideUp {
  0% {
    bottom: -30px;
    opacity: 0;
  }
  60% {
    bottom: 0px;
    opacity: 1;
  }
  100% {
    bottom: -1px; 
    opacity: 1;
  }
}


.img_gallery .elementor-swiper-button-prev {
	left: -40px !important;
}

.img_gallery .elementor-swiper-button-next {
	right: -40px !important;
}

.blog_item article .elementor-post__card a.elementor-post__thumbnail__link {
	margin-bottom: 5px !important;
}

.blog_item article .elementor-post__text .elementor-post__title {
	display: block !important;
}

.blog_item article .elementor-post__text a.elementor-post__read-more {
	background-color: #517598;
    color: #fff;
    padding: 8px 22px;
	border: 1px solid #517598;
}

.blog_item article .elementor-post__text a.elementor-post__read-more:hover {
	border: 1px solid #193154;
	background-color: #fff;
    color:  #517598;
}


@media screen and (max-width: 1080px) {
	.banner_slide .swiper-pagination {
		gap: 25px;
		margin-left: 25px;
	}
	
	.banner_slide .swiper-pagination-bullet-active::before {
		height: 30px; 
		width: 30px;
	}
	
	.banner_slide .swiper-pagination-bullet {
		width: 10px;
    	height: 10px;
	}
}


@media screen and (max-width: 620px) {
	.banner_slide .swiper-pagination {
		gap: 15px;
		margin-left: 0;
		flex-direction: row;
	}
	
	
	.img_gallery .elementor-swiper-button-prev {
		left: -15px !important;
	}

	.img_gallery .elementor-swiper-button-next {
		right: -15px !important;
	}
	
	.blog_item article .elementor-post__text a.elementor-post__read-more {
		padding: 6px 16px;
	}
	
}



/* RPF FORM CSS */

.cf7-grid{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  justify-content: center;
}

.cf7-grid p {
	margin-bottom: 0 !important;
}

.cf7-grid p br {
	display: none !important;
}

.cf7-field{
  width:48.5%;
  display:flex;
  flex-direction:column;
}

.cf7-field.full{
  width:100%;
}

.cf7-field label{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 6px;
    color: #fff;
    font-family: "Montserrat", Sans-serif;
}

.cf7-field input,
.cf7-field textarea{
    padding: 6px 12px;
    border: 1px solid #ffffffe8 !important;
    border-radius: 0;
    background: unset;
    outline: none;
	font-family: "Montserrat", Sans-serif;
	color: #fff;
}

.cf7-field textarea{
  height:40px;
}

.cf7-field .wpcf7-submit{
    background-color: #FFFFFF10;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 1px;
    padding: 14px 25px 14px 25px !important;
}

.cf7-field .wpcf7-submit:hover {
	background-color: #fff !important;
	color: #293c4c;
}

.cf7-field input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer;
}

.cf7-field input[type="date"] {
    color: #fff;
}

.cta-btn {
	text-align: center;
}

.cta-btn .wpcf7-spinner {
	display: none !important;
}



@media(max-width:760px){
  .cf7-field{ 
	  width:100%; 
	  
	}
	
  .wpcf7-submit{
	  width:100%;
	}
	
	.cta-btn {
		width: auto !important;
	}
	
	.cf7-field .wpcf7-submit {
		font-size: 14px;
		line-height: 14px;
		padding: 10px 20px 10px 20px !important;
	}
	
	.cf7-grid {
		gap: 10px;
	}
	
	
	
}




