/*--------------------------------------------------------------
>>> extra styles
--------------------------------------------------------------*/
.page-title{
  color: #fff;
}
.main-menu-three__logo img{
  max-width:220px;
}
.shadow-slide{
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}
.feature-one__single-inner:hover .feature-one__text{
  color: #fff;
}
.main-header__top .language{
  position: relative;
  padding-left: 30px;
}
.main-header__top .language a{
  color: #fff;
}
.main-header__top .language:after{
  position: absolute;
  content: '';
  border-right: 0.5px solid #fff;
  height: 55%;
  width: 0.5px;
  top: 25%;
  right: 80%;
}
.text-gold{
  color: #b09e80;
}
.text-blue{
  color: #1b325f;
}
.bg-light-gray{
  background:rgb(239 236 230 / 30%);
}
.services-list{
  width: 100%;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
} 
.services{
  padding: 0;
} 
.services-list .the-building__top{
  padding: 80px 50px;
  margin-bottom: 0;
}
.cta-one .thm-btn{
  background-color: #1b325f;
}
.services-list .thm-btn{
  background-color: #1b325f;
}
.about-three__btn.contact{
  background-color: #b09e80;
}
.btn-blue{
  background-color: #1b325f;
}
.btn-gold{
  background-color: #b09e80 !important
}
.services-list .thm-btn
@media (min-width: 1400px) {
  .services-list{
    width: 1200px;
    margin: 0 auto;
    max-width: 1200px;
  } 
}
@media (max-width: 1100px) {
  .language-mobile{
    display: block !important;
  }
  .language-mobile i{
    margin-right: 7px;
    font-size: 18px;
    color: #b09e7f;
  }
  .language-mobile a{
    justify-content: flex-start !important;
  }
}
@media (max-width: 800px) {
  .contact-two{
    padding: 50px 0 120px;
  }
}
@media (max-width: 640px) {
  .main-menu-three__logo img{
    max-width:150px;
  }
}


/*--------------------------------------------------------------
# form
--------------------------------------------------------------*/
.label--checkbox small{
  font-size: 14px;
}
.label--checkbox{
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.label--checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.label--checkbox .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: rgba(13,110,253,.25);
}
.label--checkbox:hover input ~ .checkmark {
  background-color: rgba(13,110,253,.25);
}
.label--checkbox input:checked ~ .checkmark {
  background-color: #192537;
}
.label--checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.label--checkbox input:checked ~ .checkmark:after {
  display: block;
}
.label--checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*--------------------------------------------------------------
# end form
--------------------------------------------------------------*/

