body{
	background-color: #333;
}
.navbar-brand img{
	height: 120px;
	max-width: unset !important;
	width: auto;
	transition:all ease-in-out 0.3s;
}
.navbar:not(.top-nav-collapse){
	margin-top:70px;
}

.navbar:not(.top-nav-collapse) .navbar-brand {
	margin-right:0px;
}
.navbar:not(.top-nav-collapse) .navbar-brand img{
	/*display: none ;*/	
	height: 145px;
}
#translate_menu{
	position: relative;
	z-index: 10;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 600;
}
#idx_top_details .dropdown-menu li a{
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 600 !important;
	color:#aaa;
}
#idx_top_details .dropdown-menu  li.active a{
	color:#000;
}
#translate_menu .fs-10{
	font-size: 10px;
}
#hero-area {
  background: none;
  color: #fff;
  background-color: transparent;
  position: relative;
  /*height: 200px;*/
  z-index: 10;
}
#hero-area:before{
	content:"";
	position: absolute;
	top:20px;
	height: 142px;
	width:100%;
	left:0px;
	transform:rotate(-1deg) scale(1.15);
	background-color: #000;
}
#hero_carousel{
	/*height: 700px;*/
	position: relative;
	margin-top: 160px;
	/*z-index: 1;*/
}
#hero_carousel .carousel-caption{
	top: 30%;
}
#hero_carousel .carousel-indicators{
	bottom: 80px;
}

.carousel_holder{
	position: relative;
	z-index: 1;
}

#idx_top_details{
	/*background-color: #333;*/
	color:#fff;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative; 
	z-index: 20;
}

#idx_top_details:before{
	content:"";
	position: absolute;
	top:-24px;
	height: 70px;
	width:100%;
	left:0px;
	transform:rotate(-1deg) scale(1.15);
	background-color: #333;
}
#hero-area .contents{
	padding-top: 7rem;
}
#hero-area h1,
#hero_carousel h1,
h1.h1-hero{
	font-size: 4.5rem !important;
	font-family: serif;
	color:#fce983 !important;
	text-shadow:0 3px 15px rgba(0,0,0,0.2);
}
#hero_carousel h1{
	letter-spacing: 1.5px;
	font-size: 1.1rem;
	background:transparent !important;
	border:none;
	padding-left: 10px;
	transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	-o-transition:all ease-in-out 0.3s;
}
,
#hero-area .btn-common i,
#hero_carousel .btn-common i{
	font-size: 2.2rem;
	vertical-align: middle;
}
#hero-area .btn-common:hover,
#hero_carousel .btn-common:hover{
	padding-left: 35px;
	background-color: #333;
}
#hero_cta{
	padding-top: 0px;
	position: relative;
	background-color: #333;
}
#hero_cta:before{
	content:"";
	position: absolute;
	top:0px;
	height: 150px;
	width:100%;
	left:0px;
	transform:rotate(-1deg) scale(1.15);
	background-color: #333;
}
#hero_cta .container{
	top: -50px;
	position: relative;
	z-index: 2;
}

.hero_cta_box{
	height: 200px;
	background:linear-gradient(to left bottom, #faeb95, #e0b458);
	border-radius: 0.4rem;
	box-shadow: 0 3px 15px rgba(0,0,0,0.3);
	cursor: pointer;
	color:#fff;
	padding: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	-o-transition:all ease-in-out 0.3s;
}
.hero_cta_box:hover{
	background:linear-gradient(to left bottom, #f0cf77, #d39328);
}
.hero_cta_box:before{
	content: "";
	position:absolute;
	height: 120px;
	width: 100%;
	background-color: #fff;
	top:-10px;
	opacity: 0.05;
	left:0px;
	transform:rotate(-2deg);
}
.hero_cta_box_title{
	font-size: 1.8rem;
	line-height: 1.3;
	font-weight: 600;
	letter-spacing: 2px;
	text-shadow:0 3px 15px rgba(0,0,0,.1);
}
.hero_cta_box i{
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	text-align: right;
	opacity: 0.7;
	font-size: 8rem;
}
.hero_cta_box_btn{
	margin-top: 2.3rem;
	letter-spacing: 2px;
	font-size: 14px;
}
p{
	font-size: 22px;
	letter-spacing: 1.2px;
	line-height: 1.5;
}
#idx_about{
	background-color: #333;
	color:#fff;
	padding-top: 0px;
	font-family: serif;
	position: relative;
	padding-bottom: 10rem;
}
.idx_about_bg{
	position: absolute;
	z-index: 0;
	opacity: 0.07;
	width:80rem;
	top:-26rem;
	left: -30rem;

}
.idx_about_img{
	margin-top: 5rem;
	white-space: nowrap;
	transform:translateX(-5%);
}
.idx_about_img img{
	margin:0 10px;
}
#idx_about p{
	margin-bottom: 4rem;
}

.advantage_box{
	position: relative;
	border:1px solid #f0cf77;
	border-radius: 10px;
}
.advantage_box:before{
	content: "";
	position: absolute;
	width:calc(100% - 10px);
	height: calc(100% - 10px);
	margin: 5px;
	border:1px solid #f0cf77;
	top:0px;
	left:0px;
	border-radius: 7px;
}
.advantage_box span{
	font-size: 1.3rem;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
.advantage_box p{
	font-size: 18px;
}
#idx_colleges{
	position: relative;
	background-color: #555;
	color:#fff;
	padding-top: 120px;
	padding-bottom: 10rem;
}
#idx_colleges:before{
	content:"";
	position: absolute;
	top:0px;
	height: 150px;
	width:100%;
	left:0px;
	transform:rotate(-1deg) scale(1.15);
	background-color: #555;
}
#idx_colleges .container{
	position: relative;
}
#idx_colleges .college-item{
	background-color: #fff;
	padding: 10px 20px;
	text-align: center;
	margin-bottom: 30px;
	border-radius: 0.4rem;
	box-shadow:0 3px 15px rgba(0,0,0,0.3);
	height: 200px;
}
#idx_colleges .college-item img{
	max-height: 100%;
	width:auto;
	margin:auto;
	max-width: 100%;
}
#idx_colleges .college-item.college-item-btn{
    letter-spacing: 2px;
    font-size: 14px;
    cursor: pointer;
    padding-top:55px;
    background: linear-gradient(to left bottom, #faeb95, #e0b458);
    transition:all ease-in-out 0.3s;
}
#idx_colleges .college-item-btn strong{
	font-size: 2.8rem;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 0 3px 15px rgba(0,0,0,0.1);
}
#idx_colleges .college-item.college-item-btn:hover{
	background:linear-gradient(to left bottom, #f0cf77, #d39328);
}
#idx_colleges .container{
	position: relative;
	z-index: 1;
}
.idx_colleges_icon{
	position: absolute;
	font-size: 50rem;
	right: -10rem;
	bottom: 0rem;
	opacity: 0.1;
	z-index: 0;
	color:#e0b458;
}
#idx_cta{
	padding-top:7rem;
	padding-bottom: 7rem;
	position: relative;
	margin-bottom: 5rem;
	margin-bottom: 0rem;
	z-index: 1;
}
#idx_cta:before{
	content:"";
	top:0px;
	left:0px;
	background:linear-gradient(to left bottom, #faeb95, #d39328);
	height: 100%;
	z-index: 0;
	width: 100%;
	position: absolute;
	transform:rotate(-2deg) scale(1.2);
	box-shadow: 0 0px 15px rgba(0,0,0,0.2);
}
#idx_cta h1{
	color:#fff;
	text-shadow: 0 3px 15px rgba(0,0,0,0.1);
}
#idx_cta .btn-hero{
	letter-spacing: 1.5px;
    font-size: 1.1rem;
    background: transparent;
    border: none;
    /*padding-left: 10px;*/
	color:#fff;
}
#idx_cta .btn-hero i{
	font-size: 2.2rem;
}
#idx_cta .container{
	position: relative;
	z-index: 2;
}
#idx_cta img{
	position: absolute;
	width:57vw;
	left: -5vw;
	top:0px;
	z-index: 1;
	max-width: 750px;
}
#contact i{
	width:30px;
	text-align: center;
}


/* ABOUT */
#about_hero,
.header_hero{
	background-color: #333;
	padding-top: 200px;
	padding-bottom: 200px;
}
#about_hero:before,
.header_hero:before{
	content:"";
	position: absolute;
	top:20px;
	height: 180px;
	width:100%;
	left:0px;
	transform:rotate(-1deg) scale(1.15);
	background-color: #000;
}
#idx_about .container,
.header_hero .container{
	position: relative;
	z-index: 4;
}
#college_list{
	background-color: #333;
	color:#fff;
	padding-top: 0px;
	font-family: serif;
	position: relative;
	padding-bottom: 10rem;
}
#college_list .idx_colleges_icon{
	bottom:unset;
	top:-20rem;
}
.college-w{
	box-shadow: 0 0px 15px rgba(0,0,0,0.2);
	color:#333;
	background-color: #fff;
	border-radius: 0.4rem;
	margin-bottom: 30px;
}
.college-w-name{
	margin-top: 20px;
	color:#000;
	margin-bottom: 20px;
}
.college-w-name img{
	height: 70px;
}
.college-w-name small{
	color:#333;
}
.college-w  p{
	margin-bottom: 0px;
	line-height: 1.3;
}
.college-w-info{
}
.college-w-info p{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.5px;
	margin-bottom:10px;
	font-family: "arial", sans-serif;
}
.college-w-info p span{
	display: block;
	padding-left: 20px;
}
#contact_hero{
	padding-bottom: 0px;
}
#contact_hero .form-control{
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size:18px;
	letter-spacing: 1px;
	border-radius: 0.4rem;
	padding:1rem 2rem;
	background-color: rgba(255,255,255,.1);
}
#contact_hero .form-control:focus{
	border-color:#e0b65b;
}
.idx_contact_icon{
	position: absolute;
	font-size: 50rem;
	left: -10rem;
	top: 11rem;
	opacity: 0.05;
	z-index: 0;
	color:#e0b458;
}