@charset "utf-8";
/* CSS Document */

/* Fonts */

/* End Fonts */
body{
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
h1{
	color: #0E6AA6;
	font-weight: 600;
}
h2{
	color: #008eb9;
    font-weight: 600;
    margin-top: 40px;
}
h3{
	color: #008eb9;
	font-size: 25px;
	font-weight: 700;
}
h4{
	font-weight: 700;
}
h5{
	
}
p{
	font-size: 18px;
	color:#686767;
}
li{
	color: #686767;
}
ul{
	list-style: none;
}
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #a1c627;
	text-decoration: dashed;
}
hr {
    color: #a1c627;
    /* height: 32px; */
    width: 50%;
    padding: 3px;
    border-radius: 50px;
	opacity: 1;
}
img.img-campus {
    width: 100%;
}

.txt-cd{
	line-height: normal !important;
    color: white;
    font-size: 23px;
    line-height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: 600;
    word-break: initial;
    width: 100%;
}

.container-u{
    position: relative;
    width: 100%;
    line-height: 0;
}

.bkg-cd-p {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    mix-blend-mode: hard-light;
    background: #1F6690;
    border-radius: 8px;
}

.bkg-cd-p-1 {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    mix-blend-mode: hard-light;
    background: #4F6E15;
    border-radius: 8px;
}

.bkg-cd-p-2 {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    mix-blend-mode: hard-light;
    background: #2A5CB1;
    border-radius: 8px;
}

.bkg-cd-p-3 {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    mix-blend-mode: hard-light;
    background: #5C5C5C;
    border-radius: 8px;
}
.bkg-fle {
    background: #a1c627;
    border-radius: 50px;
    text-align: center;
    padding: 2px;
    align-items: center;
}
.tex-a{
	color:#555555;
	text-decoration: none;
	font-weight: 600;
	display: none;
}
.tex-a:hover {
    text-decoration: revert;
	color: #555555;
}
.bkg-campus {
    border: solid;
    border-width: 1px;
    padding: 35px;
    border-radius: 10px;
    border-color: #d8d8d8;
}
.img-campus{
	border-radius: 10px;
}
.tel-wht{
	color: #a1c627;
	font-weight: 700;
	text-decoration: none;
}
.tel-wht:hover{
	text-decoration: revert;
	color: #a1c627;
}
.btn-bkg {
    background: #a1c627;
    width: 25%;
    color: #fff;
    font-weight: 700;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    margin: auto;
    margin-top: 30px;
    font-size: 18px;
}
.btn-bkg:hover{
	background:#3f4047;
	color: #fff;
}
.bx-sh{
	box-shadow: 0px 1px 10px rgb(0 0 0 / 30%);
	border-radius:10px ;
	height: 100%;
}

.whats-btn{
    background: #5a9d42;
    padding: 10px 20px;
    color: #FFF;
    border-radius: 30px;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
	border: 1px solid #5a9d42
}
.float-whats-btn{
    position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 999;
}
.float-whats-btn .whats-btn{
	padding: 8px 10px;
	border-radius: 160px;
	display: block;
	border: 2px solid #5a9d42
}
.float-whats-btn .whats-btn i{
	font-size: 50px;
	margin: 0;
}
.whats-btn img{
	width: 45px;
}
.whats-btn-align{
	text-align: right;
}
.whats-btn:hover{
    background: #375f28;
}


.bkg-ms-1 {
    background: #258ac5;
    color: #fff;
	padding: 35px;
    border-radius: 10px 10px 0px 0px;
	height: 150px;
}

.bkg-txt {
   padding: 35px;
}
.form-content {
    background: #b4deea;
    padding: 30px 80px;
    border-radius: 0px 0px 20px 20px;
}
.txt-ban {
    background: #fff;
    border-radius: 10px;
    position: relative;
    width: 40%;
    padding: 10px 20px;
    margin: -60px auto 20px auto;

}
.img-por{
	width: 100%;
	border-radius: 10px;
}
.her-bkg{
	background: #0069a8;
}
/* Form Styles */
.form-filed{
	margin-bottom: 15px;
}
.label{
	color: #989898;
	font-size: 12px;
    text-transform: uppercase;
	display: block;
	display: none;
}
.error,
#errmsg{
	display: block;
    color: red;
    font-size: 12px;
    text-transform: uppercase;
}
input {
    border: none;
    border-radius: 5px;
    color: #000;
    font-weight: 600;
	padding: 8px;
	width: 100%;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
}
select{
	width: 100%;
	padding: 5px;
	font-size: 13px;
	border-radius: 5px;
    border: none;
	font-weight: 500;
	height: 40px;
	color: #7d7575;
	font-family: 'Montserrat', sans-serif;
}
textarea{
	height: 80px;
	width: 100%;
	border: none;
	padding: 8px;
	border-radius: 5px;
	font-family: 'Montserrat', sans-serif;
}
button {
    width: 50%;
	padding: 10px 0px;
    border-radius: 10px;
    border: none;
    background: #a1c627;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
	font-family: 'Montserrat', sans-serif;
}
button:hover{
	background:#3f4047;
}
/* End Form Styles */

/* Responsive Tablet */

/* End Responsive Tablet */

/* Responsive Phone */
@media (max-width: 700px) { 
	.form-content {
		background: #b4deea;
		padding: 30px 45px;
		border-radius: 0px 0px 20px 20px;
	}
	.btn-bkg {
		width: 80%;
	}
	.txt-ban {
    width: 70%;
    margin: -20px auto -50px auto;
}
}
@media (max-width: 1200px) { 
	button {
    width: 100%;

}
}

/* End Responsive Phone */