.banner {
    width: 100%;
    min-height: 400px;
    background-size: cover;
    padding-bottom: 10px;
}
.banner .__heading {
    text-align: center;
}
.banner .__heading h1.homepage-subheading {
    color:#000;
}
.banner .__form-container {
    background:#fff;
border: 1px solid
    #e9e9e9;
    padding: 10px 0 10px 10px;
    border-radius: 4px;
}
.banner .__heading h1 {
    font-size: 30px;
    padding: 15px 0 0;
    font-weight: 400;
    line-height: 1.2;
}
.banner .__heading h3 {
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    margin: 0;
    padding: 5px 0 10px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: unset !important;
    margin-left: -15px;
}
input[type="number"]{
    margin: unset !important;
}
/*.words-adjustment label{margin-top: 22px !important;}*/

.counter {
    color: 
    #27313d;
    text-align: center;
    width: 156px;
    padding-bottom: 22px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.counter .counter-content {
    background: linear-gradient(to bottom,#d2137a,#7a276b);
    height: 160px;
    width: 150px;
    padding: 44px 0;
    position: relative;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.counter .counter-content:before {
    content: '';
    height: 96%;
    width: 96%;
    background-color: #fff;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.counter .counter-value {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
    transition: all 0.3s;
}
.counter:hover .counter-value{ text-shadow: 0 0 2px rgba(0,0,0,0.5); }
.counter h3 {
    font-size: 16px!important;
    letter-spacing: 1px;
    text-transform: uppercase!important;
    padding: 16px 10px;
    margin: 0!important;
    transition: all 0.3s;
}
.counter:hover h3{ transform: rotateX(360deg); }
.gouniversities-img {
    background-image: url(../assets/images/aus-university.jpg);
    background-position: 50%;
    height: 58px;
    -webkit-animation: animatedBackground 50s linear infinite;
}
@-webkit-keyframes animatedBackground{0%{background-position:0 0}to{background-position:-2949px 0}}@keyframes animatedBackground{0%{background-position:0 0}to{background-position:-2949px 0}}
.trustedtext {
    font-size: 18px !important;
    padding: 7px 0px !important;
    color:#fff !important;
	text-align: center !important;
	background:#184b71 !important;
}

@media(max-width:991px) {
	.banner {
		background: #dee2e6;
	}
}
.banner--world {
	background-image: url('../assets/images/banner-home.jpg');
}
.col-lg-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}
.banner .col-lg-8 {
	padding-left: 140px;
}
.offset-lg-4 {
	margin-left: 33.33333%;
}