body {

  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;

  font-weight: 700;

}



header.masthead {

  position: relative;

  background-color: #343a40;

  background: url("../img/bg-masthead.jpg") no-repeat center center;

  background-size: cover;

  padding-top: 8rem;

  padding-bottom: 8rem;

  background-position: top center;

  background-attachment:fixed;

}



header.masthead .overlay {

	position: absolute;

	background-color: #000;

	height: 100%;

	width: 100%;

	top: 0;

	left: 0;

	opacity: 0.5;

}

header.masthead {

    margin-top: 125px;

}

header.masthead h1 {

  font-size: 2rem;

}

.head-info a {

    color: #000;

    padding: 5px;

    font-size: 18px;

    text-decoration: none;

}

.btn-thanks {

    display: none;

}

.head-top-right {

    display: inherit;

}

.head-social{

	padding-left:10px;}

.head-social i {

    color: #FFF;

    background: #333b3f;

    border-radius: 50px;

    width: 28px;

    height: 28px;

    line-height: 28px;

    padding-left: 8px;

}

.head-social i:hover{

	background: #28a745;

}

.head-social a {

    padding: 0px 4px;

}

.form-outer {

	padding: 25px 85px;

	background: #2e3439bf;

	border-radius: 0px;

	border-top: 5px solid #76d500;

}

.form-outer h2 {

    padding-bottom: 20px;

    font-size: 33px !important;

    font-weight: bold;

    text-transform: uppercase;

    color: #76d500;

}

.user{background-image:url(../img/user.png); background-repeat:no-repeat; background-position:8px center; padding-left:43px;background-size: 22px;}

.call{background-image:url(../img/call.png); background-repeat:no-repeat; background-position:8px center; padding-left:43px;background-size: 22px;}

.mail{background-image:url(../img/mail.png); background-repeat:no-repeat; background-position:8px center; padding-left:43px;background-size: 22px;}

.subject{background-image:url(../img/subject.png); background-repeat:no-repeat; background-position:8px center; padding-left:43px;background-size: 22px;}

.message{background-image:url(../img/message.png); background-repeat:no-repeat; background-position:8px 5px; padding-left:43px;background-size: 22px;}

.campus{background-image:url(../img/campus.png); background-repeat:no-repeat; background-position:8px center; padding-left:43px;background-size: 22px;}

.country{background-image:url(../img/country.png); background-repeat:no-repeat; background-position:8px center; padding-left:43px;background-size: 22px;}



.container-full-width {

    padding: 0px 70px;

}

.form-outer .form-control {

    min-height: 50px;

    border-radius: 0;

    background-color: #FFFFFFED;

    margin-bottom: 5px;

}

.form-outer input[type="submit"] {

    margin-top: 15px;

    padding: 8px 35px;

}

.address-section {

    padding: 35px 0px;

}

.campus-name {

    display: block;

    font-size: 16px;

    padding-bottom: 9px;

    color: #004371;

}

.text-success {

    color: #4dba00 !important;

}

.address-section p {

    line-height: 27px;

}

.address-section a{

	color: #212529; text-decoration:none;

}

.footer i.fa-pinterest {

    padding-left: 9px;

}

.footer i {

	color: #FFF;

	background: #2e3439;

	border-radius: 50%;

	width: 30px;

	height: 30px;

	line-height: 30px;

	font-size: 15px;

}

.footer i:hover {

    color: #FFF;

    background: #4dba00;

}

.btn-enquiry {

	padding: 5px 24px;

	font-size: 20px;

	font-weight: bold;

	border-radius: 31px;

}

.showcase h2 {

    font-size: 23px;

    font-weight: bold;

    color: #003356;

    padding-bottom: 10px;

	position:relative;

}

.showcase h2::before {

	width: 40px;

	height: 3px;

	position: absolute;

	left: 0;

	bottom: 0;

	content: "";

	background: #28a745;

}

.features-icons h3 {

    color: #300000;

    font-size: 32px;

}

.points-ul{

	padding:0;

	margin-top: 15px;

}

.points-ul li {

    list-style: none;

    background: url("../img/arrow.png") no-repeat left 4px;

    padding-left: 41px;

    line-height: 34px;

}

.lead {

    font-size: 1.15rem !important;

    font-weight: 300;

	line-height:30px !important;

}

.pad-bottom{padding-bottom:25px;}

@media (min-width: 768px) {

	header.masthead {

		padding-top: 2rem;

		padding-bottom: 5rem;

	}  

	header.masthead h1 {

    font-size: 2.2rem;

    padding-top: 50px;

    text-shadow: 1px 2px 1px #000;

	}  

	.mb-5, .my-5 {

		margin-bottom: 1rem !important;

	}

	.masthead h2 {

		font-size: 22px;

		padding-bottom: 25px;

	}

	.showcase .showcase-text {

		padding: 4rem;

	}  		

}

@media (min-width:1024px){

  header.masthead h1 {

    font-size: 3rem;

	padding-top: 90px;

	text-shadow: 2px 2px 1px #000;

  }

  header.masthead {

	padding-top: 6rem;

	padding-bottom: 5rem;

  } 

  .showcase .showcase-text {

    padding: 4rem;

  }   

}

@media(min-width:1300px){

.form-outer {

    padding: 22px 40px;

}

.container-full-width {

    padding: 0px 100px;

}



	header.masthead h1 {

		font-size: 2.9rem;

	}

	.masthead h2 {

    	font-size: 28px;

	}

}

@media(min-width:1700px){

.container-full-width {

    padding: 0px 251px;

}



	header.masthead h1 {

		font-size: 3rem;

		padding-top: 13%;

	}

	.masthead h2 {

    	font-size: 20px;

	}

	.footer ul {

		padding-top: 35px;

	}

}

@media(max-width:1400px){

	.form-outer {

		padding: 22px 20px;

	}

	.form-outer .form-control {

    min-height: 45px;

	}

	header.masthead h1 {

    	font-size: 2.5rem;

	}

	.masthead h2 {

		font-size: 18px;

	}

	header.masthead {

		padding-top: 4rem;

		padding-bottom: 4rem;

	}	

}

@media(max-width:1190px){

header.masthead {

    background-size: cover;

    background-attachment: scroll;

}

	.col-lg-4 {

		-ms-flex: 0 0 41.666667%;

		flex: 0 0 60.667%;

		max-width: 59.667%;

	}

	.col-lg-8 {

		-ms-flex: 0 0 58.333333%;

		flex: 0 0 58.333333%;

		max-width: 40.333%;

	}

	.form-outer {

		padding: 36px 36px;

	}

	header.masthead h1 {

		font-size: 2.5rem;

		padding-top: 60px;

		text-shadow: 1px 2px 1px #000;

		text-align:left;

	}

	.masthead h2 {

		font-size: 19px;

		padding-bottom: 15px;

		text-align: left;

	}

	.hidden-sm{display:none;}	

	header.masthead h1, header.masthead h2{text-align:center;}

}

@media(max-width:991px){

	.form-outer {

		padding: 35px 41px;

	}

	header.masthead h1 {

		font-size: 2rem;

	}

}

@media(max-width:767px){

	.col-lg-8, .col-lg-4 {

		-ms-flex: 0 0 99.333333%;

		flex: 0 0 99.333%;

		max-width: 99.333%;

	}

	

	.container-full-width {

		padding: 0px 20px;

	}

	header.masthead {

    padding-top: 1rem;

    padding-bottom: 2rem;

	}

	.p-0 {

		padding: 30px !important;

	}

	.navbar-brand img {

		width: 190px;

		margin-bottom: 6px !important;

		padding: 0;

	}	

	.head-top-right{display:none;}

		.navbar a {

		text-align: center;

		left: 0;

		right: 0;

		margin: auto;

	}

	.navbar {

		text-align: center;

		left: 0;

		right: 0;

		margin: auto;

		width: 100%;

	}

	.btn-enquiry {

		margin-bottom: 7px !important;

		display: block;

	}

	.hidden-xs{display:none;}.showcase h2 {padding-top: 20px;}	.padd-xs{padding:15px !important;}	

	.pad-bottom{padding-bottom:2px;}

	.call-to-action h3 {

		font-size: 24px;

	}

	.thanks {

		padding-top: 40px;

	}

	.thanks-outer .mb-5 {

		margin-bottom: 1rem !important;

	}

	header.masthead h1, header.masthead h2{text-align:center;}

}



.showcase .showcase-img {

  min-height: 26rem;

  background-size: cover;

}



.features-icons {

  padding-top: 7rem;

  padding-bottom: 7rem;

}



.features-icons .features-icons-item {

  max-width: 20rem;

}



.features-icons .features-icons-item .features-icons-icon {

  height: 7rem;

}



.features-icons .features-icons-item .features-icons-icon i {

  font-size: 4.5rem;

}



.features-icons .features-icons-item:hover .features-icons-icon i {

  font-size: 5rem;

}

.call-to-action {

  position: relative;

  background-color: #343a40;

  /*background: url("../img/bg-masthead.jpg") no-repeat center center;*/

  background-size: cover;

  padding-top: 3rem;

  padding-bottom: 3rem;

}



.call-to-action .overlay {

  position: absolute;

  background-color: #212529;

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

  opacity: 0.3;

}



footer.footer {

	padding-top: 1rem;

	padding-bottom: 1rem;

}

@media(max-width:1099px){
.btn-enquiry {
    font-size: 18px !important;
    font-weight: bold;
    border-radius: 31px;
    width: 30%;
	margin-top:-20px;
}
}
@media(max-width:700px){
.btn-enquiry {
    width: 26%;
    font-size: 14px !important;
    margin-top: -5px !important;
}
}
@media(max-width:500px){
.btn-enquiry {
    width: 47%;
	margin-top: auto !important;
}
}

.modal-body img {
    width: 100%;
    max-width: 100%;
}