.form-contact .row {
	margin: 0 -10px;
}

.form-contact .col-1-2 {
	padding: 0 10px;
	width: 50%;
	float: left;
}

.form-contact {
	position: fixed;
	top: 5%;
	left: 0;
	right: 0;
	width: 80%;
	margin: 0 auto;
	display: block;
	text-align: center;
	/* margin-top: -250px; */
	/* margin-left: 0; */
	z-index: -9;
	transform: scale(0, 0);
	transition: all .8s ease-out .2s;
	opacity: 1;
}

	.form-contact.active {
		transform: scale(1, 1);
		z-index: 9999999999999;
		opacity: 1;
		height: 500px;
	}

	.form-contact .wrapper-box {
		position: relative;
		width: 1066px;
		/* overflow: hidden; */
		background: #fff;
	}

.wrapper-box .col-left {
	width: 45%;
	float: left;
	overflow: hidden;
	position: relative;
}

.wrapper-box .box-info {
	background: #2694f1;
	bottom: 30px;
	color: #fff;
	height: auto;
	left: 30px;
	position: absolute;
	width: 400px;
	padding: 15px 30px;
	border-radius: 5px;
}

	.wrapper-box .box-info .entry-title {
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 10px;
		text-align: center;
	}

	.wrapper-box .box-info ul {
		padding: 0;
		margin-bottom: 0;
		list-style: none;
	}

	.wrapper-box .box-info li {
		margin-bottom: 5px;
		font-size: 15px;
	}

	.wrapper-box .box-info span {
		font-size: 16px;
		margin-right: 5px;
	}

.wrapper-box .col-right {
	width: 55%;
	float: left;
	padding: 30px 20px 0 40px;
}

.wrapper-box .col-right {
}

.form-contact .entry-heading {
	text-align: center;
	position: relative;
}

	.form-contact .entry-heading:before {
		content: "";
		width: 12px;
		height: 12px;
		background-color: #002c5f;
		display: block;
		transform: rotate(45deg);
		position: absolute;
		bottom: -5px;
		left: 50%;
		margin-left: -7px;
	}

.entry-heading:after {
	content: "";
	width: 100px;
	height: 1px;
	margin: 30px auto;
	background-color: #002c5f;
	display: block;
}

.entry-heading .title {
	font-size: 18px;
	text-transform: uppercase;
	color: #111312;
	font-weight: bold;
	margin-bottom: 15px;
}

.entry-desc {
	color: #002c5f;
	font-style: italic;
	font-size: 16px;
	line-height: 1.3;
}

	.entry-desc b {
		font-style: normal;
	}

.form-contact .btn-action {
	text-align: center;
	margin-top: 30px;
}

	.form-contact .btn-action .btn-send {
		background: #002c5f;
		border-radius: 5px;
		padding: 10px 20px;
		color: #fff;
		font-size: 14px;
		border: 0;
		box-shadow: none;
		width: auto;
	}

.btn-close {
	background: #002c5f;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	line-height: 1.4;
	padding: 8px 12px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 30px;
}

.site-overlay {
	background: rgb(56 53 53 / 60%);
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: -999;
	opacity: 0;
	transition: all .5s ease-out 0.2s;
}

	.site-overlay.active {
		opacity: 1;
		z-index: 99999;
		visibility: visible;
	}

.form-contact .angle-btn {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #2694f1;
	text-align: center;
	display: inline-block;
	position: relative;
	left: 50%;
	margin: -25px;
}

.form-contact input {
	margin-bottom: 10px;
}

.form-contact label {
	margin-bottom: 10px;
}
@media(min-width: 768px) and(max-width: 1023px)
{
	.form-contact {
    	left: 3%;
    	margin-left: 0;
	}
}
@media(max-width:767px) {
	.form-contact {
		margin-top: 0;
    margin-left: 0;
    width: 100%;
    top: 22.5%;
	}
		/*.form-contact.active{margin:0!important;}
*/
		.form-contact .wrapper-box {
			width: 80vw;
		}

			.form-contact .wrapper-box .col-left, .form-contact .wrapper-box .box-info {
				display: none;
			}

			.form-contact .wrapper-box .col-right {
				width: 100%;
				padding: 10px;
			}

		.form-contact input {
			margin-bottom: 10px;
			width: 100%;
		}

		.form-contact label {
			margin-bottom: 5px;
		}

		.form-contact .entry-heading:after {
			margin: 15px auto;
		}

		.form-contact .entry-desc {
			font-size: 15px;
			text-align: justify;
		}
}

@media(max-width:480px) {
	.form-contact form {
		margin: 0;
	}

	.form-contact .row {
		margin: 0;
	}

	.form-contact .col-1-2 {
		width: 100%;
		float: none;
		padding: 0;
	}

	.form-contact .wrapper-email, .form-contact .wrapper-address {
		display: none;
	}

	.form-contact .btn-action {
		margin-top: 15px;
	}
}



.list-people-support-in-cat {
	margin: 30px 0;
}

.container980 {
	max-width: 1200px !important;
	margin: auto;
}

.list-people-support-in-cat .title-box {
	background: #232933;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 22px;
	text-align: center;
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 5px 5px 0 0;
	border-bottom: solid 3px #1660ad;
}

.item-support-vertical {
	text-align: center;
	background: #f3f3f3;
	border: solid 1px #ddd;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
}

	.item-support-vertical > img {
		height: 95px;
	}

.radius50 {
	border-radius: 50%;
	-moz-border-radius: 50%;
}

.item-support-vertical .info b {
	font-size: 16px;
	display: block;
	margin: 8px 0;
}

.item-support-vertical .info img {
	height: 18px;
	vertical-align: middle;
}

.itemGetDataSupport a {
	color: #333;
}

.item-support-vertical .info img {
	height: 18px;
	vertical-align: middle;
}

.itemGetDataSupport a {
	color: #333;
}

@media screen and (min-width: 1200px) {
	.col-lg-25 {
		width: 20%;
	}
}

#popupRequire .modal {
    display:block!important;
    opacity: 1;
    visibility: 1;
}