.full-banner .owl-text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50%;
    text-align: left;
    padding-right: 0;
    transform: translateY(-50%);
    right: 0;
    text-align: center;
    width: 90%;
	max-width:1400px;
    margin: 0 auto;
}
.full-banner .owl-text .b-main-slider__title::after{
	display:none
}
.full-banner .owl-text .b-main-slider__title{
	text-shadow:none;
}

.gallerytype3 {
	margin-bottom:-70px;
}
.gallerytype3  .row{
	justify-content: center;
}
.gallerytype3 .col-md-3 {
    margin-bottom: 0;
    padding: 0;
}
.fixed-menu-v6a nav .menu-itemsul li a.dyn{
	font-weight:700
}
strong, b {
    font-weight: 900;
}
.full-banner.bannertype0 .btn.btn-secondary{color:#fff !important;font-weight:800;padding: 12px 40px;font-size: 13px;}
.full-banner.bannertype0 .btn.btn-secondary:hover{color:var(--replace-color) !important;}

.custom-menu-user .lang-main{
    margin-top: 40px;
    right: 15px;
}
.custom-menu-user .send.top-btn .button {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #fff;
    width: 210px;
    padding: 17px 0;
    display: block;
    text-decoration: none;
    background: #cc819f;
    margin-top: 0px;
    margin-right: 40px;
    text-align: center;
    border: 1px solid #cc819f;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
.custom-menu-user .data-items {
    display: flex;
    align-items: center;
}
.custom-menu-user .languages-box {
  background: #6aa4a6;
  display: inline-block;
  position: relative;
  right: 0;
  color: #fff;
  top: -5px;
  margin-right: 0px;
  padding: 2px 10px;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}
.custom-menu-user .languages-box span {
    font-size: 14px;
}
.custom-menu-user .languages-box a {
  padding: 0 3px;
  vertical-align: top;
  display: inline-block;
}
.custom-menu-user .languages-box a img {
  vertical-align: middle;
  opacity: .5;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  margin: 0;
}
.custom-menu-user .languages-box a.act img, .custom-menu-user .languages-box a:hover img {
  opacity: 1;
}
@media(max-width:1600px){
    .custom-menu-user .send.top-btn .button {
        width: auto;
        font-size: 11px;
        padding: 15px 10px;
    }
}
@media(max-width:1500px){
    .custom-menu-user .send.top-btn{
        display: none;
    }
}
@media only screen and (max-width: 575px) {
  .custom-menu-user .data-items {
    display: none;
  }
}