.contact-section h5 {
	font-family: 'Telegraf_UltraBold', sans-serif;
}
.contact-form {
	/* border: 1px solid rgba(255, 255, 255, 0.10); */
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-radius: .5rem;
	background: rgba(255, 255, 255, 0.20);
	padding-left: 1rem;
	padding-right: 1rem;
	transition: all 0.3s;
	/*box-shadow: 0 0 30px 0 rgba(0, 0, 0, .5);*/
}
.contact-form:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .5);
}
/*.contact-form::before {*/
/*	content: "\f0e0";*/
/*	font-family: "Font Awesome 6 Pro";*/
/*	font-size: 30px;*/
/*	background: #ffc107;*/
/*	color: #fff;*/
/*	width: 60px;*/
/*	height: 60px;*/
/*	border-radius: 50%;*/
/*	position: relative;*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*	top: 0;*/
/*	left: calc(50% - 30px);*/
/*	margin-top: -60px;*/
/*	margin-bottom: 2rem;*/
/*}*/
.contact-section .info-box {
	border: 0;
}
.contact-slider {
	width: 100%;
	position: relative;
	margin: auto;
	border-radius: .5rem;
	transition: all 0.3s;
	/* border: 1px solid rgba(255, 255, 255, 0.10); */
	background: rgba(255, 255, 255, 0.20);
	padding: 2rem;
}
.contact-slider:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .5);
}
@media screen and (max-width: 768px) {
	.contact-slider {
		min-height: 500px;
		height: auto;
		margin: 0 auto;
		margin-bottom: 0;
	}
}

@media screen and (max-height: 500px) and (min-width: 992px) {
	.contact-slider {
		height: 350px;
	}
}

.contact-slider-item {
	display: flex;
	align-items: center;
	height: auto;
}

@media screen and (max-width: 768px) {
	.contact-slider-item {
		flex-direction: column;
	}
}

.contact-slider-item.swiper-slide-active .contact-slider-img img {
	opacity: 1;
	transition-delay: 0.3s;
}

.contact-slider-item.swiper-slide-active .contact-slider-content>* {
	opacity: 1;
	transform: none;
}

.contact-slider-item.swiper-slide-active .contact-slider-content>*:nth-child(1) {
	transition-delay: 0.3s;
}

.contact-slider-item.swiper-slide-active .contact-slider-content>*:nth-child(2) {
	transition-delay: 0.4s;
}

.contact-slider-item.swiper-slide-active .contact-slider-content>*:nth-child(3) {
	transition-delay: 0.5s;
}

.contact-slider-item.swiper-slide-active .contact-slider-content>*:nth-child(4) {
	transition-delay: 0.6s;
}

.contact-slider-item.swiper-slide-active .contact-slider-content>*:nth-child(5) {
	transition-delay: 0.7s;
}

.contact-slider-item.swiper-slide-active .contact-slider-content>*:nth-child(6) {
	transition-delay: 0.8s;
}

.contact-slider-item.swiper-slide-active .contact-slider-content>*:nth-child(7) {
	transition-delay: 0.9s;
}

.contact-slider-item.swiper-slide-active .contact-slider-content>*:nth-child(8) {
	transition-delay: 1s;
}

.contact-slider-item.swiper-slide-active .contact-slider-content>*:nth-child(9) {
	transition-delay: 1.1s;
}

.contact-slider-item.swiper-slide-active .contact-slider-content>*:nth-child(10) {
	transition-delay: 1.2s;
}

.contact-slider-item.swiper-slide-active .contact-slider-content>*:nth-child(11) {
	transition-delay: 1.3s;
}

.contact-slider-item.swiper-slide-active .contact-slider-content>*:nth-child(12) {
	transition-delay: 1.4s;
}

.contact-slider-item.swiper-slide-active .contact-slider-content>*:nth-child(13) {
	transition-delay: 1.5s;
}

.contact-slider-item.swiper-slide-active .contact-slider-content>*:nth-child(14) {
	transition-delay: 1.6s;
}

.contact-slider-item.swiper-slide-active .contact-slider-content>*:nth-child(15) {
	transition-delay: 1.7s;
}

.contact-slider-img {
	width: 50%;
	flex-shrink: 0;
	height: 300px;
	border-radius: .5rem;
	transform: translateX(0px);
	overflow: hidden;
}

.contact-slider-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	opacity: 0;
	border-radius: .25rem;
	transition: all 0.3s;
}

@media screen and (max-width: 768px) {
	.contact-slider-img {
		/* transform: translateY(-50%); */
		width: 100%;
	}
}

@media screen and (max-width: 576px) {
	.contact-slider-img {
		width: 100%;
	}
	.contact-slider-title {
	    font-size: 30px;
	}
	.contact-section p,
	form .form-group .field-label,
	.footer-widget__about ul li .footer-about-text {
    	font-size: 16px !important;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
	.contact-slider-img {
		height: 270px;
	}
}

.contact-slider-content {
	padding-left: 50px;
	padding-right: 0;
}

@media screen and (max-width: 768px) {
	.contact-slider-content {
    	margin-top: 80px;
    	text-align: center;
    	padding: 0 30px;
    }
}

@media screen and (max-width: 576px) {
	.contact-slider-content {
		padding: 0;
	}
	.mobile-margin {
		margin-top: 2rem;
	}
}

.contact-slider-content > * {
	opacity: 0;
	transform: translateY(25px);
	transition: all 0.4s;
}

.contact-slider-code {
	color: #7b7992;
	margin-bottom: 15px;
	display: block;
	font-weight: 500;
}

.contact-slider-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	/* color: var(--thm-orange); */
	margin-bottom: 20px;
}

.contact-slider-text {
	/* color: var(--thm-gray); */
	margin-bottom: 0;
	line-height: 1.5em;
}

.contact-slider-button {
	display: inline-flex;
	background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
	padding: 15px 35px;
	border-radius: 50px;
	color: #fff;
	box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
	text-decoration: none;
	font-weight: 500;
	justify-content: center;
	text-align: center;
	letter-spacing: 1px;
}

@media screen and (max-width: 576px) {
	.contact-slider-button {
		width: 100%;
	}
}

.contact-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.contact-slider .swiper-pagination-custom,
.contact-slider .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.contact-slider-pagination {
	position: absolute;
	z-index: 21;
	right: 0;
	width: 11px !important;
	text-align: center;
	left: auto !important;
	top: 50%;
	bottom: auto !important;
	transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
	.contact-slider-pagination {
    	transform: translateX(-50%);
    	left: 50% !important;
    	top: 340px;
    	width: 100% !important;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    }
}

.contact-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 8px 0;
}

@media screen and (max-width: 768px) {
	.contact-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 5px;
	}
}

.contact-slider-pagination .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	display: block;
	border-radius: 10px;
	background: var(--thm-base);
	opacity: 0.2;
	transition: all 0.3s;
}

.contact-slider-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--thm-primary);
	height: 30px;
	box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}

@media screen and (max-width: 768px) {
	.contact-slider-pagination .swiper-pagination-bullet-active {
		height: 11px;
		width: 30px;
	}
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
	display: block;
}

.toast {
	min-width: 250px;
	background-color: #22252A;
	border: 1px solid rgba(255,255,255,.1);
	box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
	border-radius: .25rem;
	z-index: 1000;
}
.toast-header {
	color: var(--thm-primary);
	background-color: var(--thm-gray-dark);
	padding: .75rem;
}
.toast-header .close {
	color: var(--thm-gray);
	text-shadow: none;
}
.toast-body {
	font-size: 16px;
}

.footer-widget__about ul li:not(:last-child) {
	margin-bottom: .75rem;
}

.footer-widget__about ul li .footer-about-text {
	color: rgba(255,255,255,.8);
	font-size: 20px;
}

.footer-widget__about ul li .footer-about-text:hover {
	color: var(--thm-primary);
}
.contact-section h5 {
	font-family: 'Gotham_bold', sans-serif;
	padding-left: 1.5rem;
}
.contact-section h5::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 1rem;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: var(--thm-gray);
}
.contact-section p {
	font-size: 18px;
	text-align: justify;
}
.def-title-box h3 {
	font-size: 30px;
	font-family: 'Gotham_Bold', sans-serif;
}

