
/* k.s.s :) */

.owl-carousel.partnress .owl-item,
.owl-carousel.partnress .owl-item div{
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: 100%;
}

.owl-carousel.partnress .owl-item img{
	width: unset !important;
	height: 50px;
}

.mt--3{
	margin-top: -3px;
}

.feature-box .feature-box-icon{
	width: 4em;
	height: 4em;
	padding: 0;
}

.team__item{
	background-color: #f5f5f5;
}

.thumb-info:hover img {
    transform: unset;
}

.thumb-info .thumb-info-wrapper:after, .thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay:before{
	background: rgba(0,0,0,.1);
}

.langl .dropdown-toggle::after{
	display: none;
}

.lang__btn,.menu {
    display: -webkit-box;
    display: -webkit-flex
}

.lang__btn {
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    border: 0;
    background-color: transparent;
    font-weight: 500;
    line-height: 1.5;
    color: inherit
}

.lang__btn::after {
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6 7.45801L11.1667 12.8913C10.525 13.533 9.47503 13.533 8.83336 12.8913L3.40002 7.45801' stroke='black' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    transition: .3s
}

.lang__btn.show::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-bottom-color: var(--bs-danger);
    box-shadow: unset;
	outline: 0;
}


.parsley-errors-list{
	display:none !important;
}

.parsley-success{
	border-bottom-color: green !important;
	
    border-color: #198754;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(.375em + .1875rem) center !important;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem) !important
}

.parsley-error{
	border-bottom-color: red !important;
}

.parsley-errors-list.filled{
	color: red;
	position: absolute;
}


div.message-alert,
div.message-alert2 {
    margin: 0 0 10px;
    background-color: #c9f7b2;
    color: #61a600;
    padding: 18px 30px 18px 20px;
    font-size: 14px;
    border: none;
	display:none;
}

div.message-alert2.mess-errors,
div.message-alert.mess-errors {
    background-color: #ffd9d9;
    color: red;
}



@media screen and (min-width: 1950px) and (max-width: 1940px){



}

@media screen and (min-width: 2250px){



}

@media screen and (max-width: 991px){


}

@media (min-width: 1200px){


}


@media screen and (max-width: 767px){

	
	
}

@media screen and (max-width: 575px) {
    
	
}