﻿.row {
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.about{
	padding-right: 30px;
}

.footer-form {
	align-items: center;
}

.checkbox-term {
	margin-top: 0px !important;
	margin-right: 10px !important;
	width: 15px;
	height: 15px;
}

.btn-term {
	width: 100%;
	border-radius: 6px;
	line-height: 29px;
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
}

.justify-content-center {
	justify-content: center;
}

@media (min-width: 768px) {
	.swap-col-form {
		flex-direction: row !important;
		justify-content: center;
	}

	.img-service {
		margin-top: 0px !important;
	}
}

@media (min-width: 0px) {
	.swap-col-form {
		flex-direction: column-reverse;
	}

	.img-service {
		margin-top: 15px;
		margin-bottom: 20px;
	}
}

.default-padding {
	padding-top: 70px;
	padding-bottom: 100px;
	color: white;
}

.bg-dark {
	background: url('https://wordpressriverthemes.com/aveitelementor/wp-content/themes/aveit/img/shape/42.png'), #0e2258;
	color: #f8f9fa !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.bg-dark::after {
	background: url('https://wordpressriverthemes.com/aveitelementor/wp-content/themes/aveit/img/shape/42.png');
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	transform: inherit;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
	opacity: 0.3;
}

footer ul {
	padding-left: 0px;
	list-style: none;
}

footer .item li {
	display: inline-block;
	font-size: 20px;
	line-height: 26px;
	margin-right: 35px;
}

.title-footer {
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 30px;
	font-size: 20px;
}

.item p {
	text-align: justify;
}

.bg-dark .f-item li a {
	display: inline-block;
	font-weight: 500;
	color: #f7f1f1;
	margin-bottom: 15px;
	text-decoration: none;
	font-size: 17px;
}

.bg-dark .f-item li a:hover {
	color: #ffffff;
}

a {
	-webkit-transition: all 0.35s ease-in-out;
}

.footer-bottom {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom img {
	max-height: 50px !important;
	max-width: inherit;
}

@media (min-width: 1200px) {
	.align-center {
		align-items: center;
	}
}

.error {
	color: red;
}

.required{
	color: red;
	font-weight: bold;
}

.validation-submit-error {
	list-style: none;
	color: red;
	padding: 0;
}


#note {
	resize: vertical;
}

.selectTem {
	padding: 0px;
}

.select2-results .select2-disabled, .select2-results__option[aria-disabled=true] {
	display: none;
}