.navbar-brand img {
  width: 200px;
}

.navbar .nav__item {
  margin-right: 20px;
}

.ellipse5 {
	display: block;
	display: -webkit-box;
	max-width: 100%;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.portfolio-carousel .slick-track {
	display: flex;
}

.portfolio-carousel .slick-slide {
	height: inherit !important;
}

.portfolio-item .portfolio__img {
	height: 300px;
}

.portfolio-item .portfolio__img img {
	object-fit: cover;
}

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

.contact-form {
	width: 33.33%;
	background-color: #FFF;
	border-radius: 10px;
	padding: 20px;
}

.contact-form .form-control {
	height: auto;
	line-height: 20px;
	padding: 5px 10px;
}

.contact-form .nice-select,
.contact-form .form-group {
	margin-bottom: 10px;
}

.contact-form .btn__xhight {
	height: 40px;
}

@media (min-width: 320px) and (max-width: 990px) {
	.slider .slide-item {
			min-height: 0;
			padding: 100px 10px;
			height: auto !important;
	}
	.absolute-box {
		position: relative;
		width: 100%;
		top: 0;
		right: 0;
		display: flex;
		justify-content: center;
		padding: 20px 0;
	}

	.contact-form {
		width: 100%;
	}
}

.floating-icons {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 2;
}

.floating-icons .facebook {
	background-color: #3b5998;
}

.floating-icons .whatsapp {
	background-color: #25D366;
}

.floating-icons .instagram {
	background-color: #E1306C;
}

.footer .floating-icons .social-icons {
	flex-direction: column;
	gap: 5px;
}

.footer .floating-icons .social-icons li a i {
	background-color: transparent;
	color: #fff;
	font-size: 24px;
}


.form-select {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-select {
    font-size: 14px;
    height: 60px;
    padding: 0 20px;
    border-radius: 5px;
    background-color: #eef3fa;
    border: 2px solid #eef3fa;
}

.form-control.file-input {
	padding: 8px;
	height: auto;
	line-height: 2.5;
}
