.contact-clean {
  background: #f1f7fc;
  padding: 80px 0;
}

.contact-clean form {
  max-width: 480px;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px;
  border-radius: 4px;
  color: #505e6c;
  box-shadow: 1px 1px 5px rgba(0,0,0,.1);
}

.contact-clean h2 {
  margin-top: 5px;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 36px;
  color: inherit;
}

.contact-clean .form-group:last-child {
  margin-bottom: 5px;
}

.contact-clean form .form-control {
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0,0,0,.05);
  outline: 0;
  color: inherit;
  padding-left: 12px;
  height: 42px;
}

.contact-clean form .form-control:focus {
  border: 1px solid #b2b2b2;
}

.contact-clean form textarea.form-control {
  min-height: 100px;
  max-height: 260px;
  padding-top: 10px;
  resize: vertical;
}

.contact-clean form .btn {
  padding: 16px 32px;
  border: none;
  background: 0 0;
  box-shadow: none;
  text-shadow: none;
  opacity: .9;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .4px;
  line-height: 1;
  outline: 0!important;
}

.contact-clean form .btn:hover {
  opacity: 1;
}

.contact-clean form .btn:active {
  transform: translateY(1px);
}

.contact-clean form .btn-primary {
  background-color: #055ada!important;
  margin-top: 15px;
  color: #fff;
}

.page {
  padding-top: 100px;
  position: absolute;
  width: 100%;
}

#social_m {
  position: relative;
  margin-top: -64px;
  margin-left: 1215px;
}

.bg1, .bg_clr {
  background-color: #d5cfcf;
}

.table_h_bg {
  background-color: #262339;
  color: #fff;
}

.scroll_table {
  overflow-y: auto;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.img_style {
  width: 100%;
  height: 100%;
  margin-top: 2px;
  border: 2px solid #262339;
  border-radius: 20px;
}

.footer-dark {
  padding: 50px 0;
  color: #f0f9ff;
  background-color: #282d32;
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 16px;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: .6;
}

.footer-dark ul a:hover {
  opacity: .8;
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

.footer-dark .item.text p {
  opacity: .6;
  margin-bottom: 0;
}

.footer-dark .item.social {
  text-align: center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-dark .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255,255,255,.4);
  margin: 0 8px;
  color: #fff;
  opacity: .75;
}

.footer-dark .item.social > a:hover {
  opacity: .9;
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: .3;
  font-size: 13px;
  margin-bottom: 0;
}

.simple-slider .swiper-slide {
  height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
  width: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width:767px) {
  .contact-clean {
    padding: 20px 0;
  }
}

@media (max-width:767px) {
  .contact-clean form {
    padding: 30px;
  }
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}

@media (max-width:767px) {
  .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    display: none;
  }
}

@media (max-width:767px) {
  .simple-slider .swiper-slide {
    height: 360px;
  }
}

.bg2 {
  background-color: #262339;
}

.menu label {
  border-radius: 10px;
  background-color: #262339;
  color: #fff;
  margin-right: 13px;
  padding: 0 20px;
}

.menu label.active, .menu label:hover {
  background-color: gray;
  cursor: pointer;
}

.full_screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.85);
  z-index: 99999;
}

