@import url('https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css');

button{
	box-shadow: none !important;
	outline: none !important;
	border-radius: 0 !important;
}
.flex-s {
    display: flex;
    align-items: center;
}
.top-new span {
    background: #ecb91d;
    padding: 4px 12px;
    border-radius: 1px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 5px;
}
.top-new h1 {
    font-size: 28px;
    margin: 20px 0;
    color: #fff;
}
.top-new p {
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 28px;
}
.top-new button {
    background: #ecb91d !important;
    color: #14366c !important;
    font-size: 20px;
    font-weight: 600;
    outline: none !important;
    box-shadow: none !important;
}
.key-points {
    background: #fff;
    padding: 65px 25px 12px;
    /* width: 80%; */
    margin: 0 auto;
    border: 2px solid #ddd;
    box-shadow: 0 1px 3px rgb(0 0 0 / 8%);
    position: absolute;
    top: -175px;
    right: 80px;
    width: 400px;
    z-index: 999;
}
.key-points img {
    border: 2px solid #dddd;
    max-width: 120px;
    max-height: 120px;
    border-radius: 50%;
    min-height: 120px;
    min-width: 120px;
    padding: 10px;
    display: inline;
    margin-top: -135px;
    background: #fff;
}
.key-points ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 25px;
}
.key-points button {
    background: #f14045 !important;
    border-color: #f14045 !important;
    font-size: 20px;
    width: 100%;
    margin: 5px 0 15px 0;
    outline: none !important;
    box-shadow: none !important;
}
.key-points ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 25px;
}
.key-points ul li {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 0.4px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}
.key-points ul li i {
    color: #1e3f9a;
    margin-right: 8px;
    font-size: 22px;
}
.top-new span a {
    color: #14366c;
    text-decoration: none;
}
.fixed-image{
	background-image: url("images/bg-image.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	/*background-size: 100% 100%;
    background-position: center;*/
    background-size: cover;
	padding: 0 !important;
}
.career-decision, .explore-decision .container, .diff-careers, 
.why-attend, .right-career, .experts .container, .workbook, .schedule
, .get-in-touch, .our-partners .container{
	margin-top: 50px;
	margin-bottom: 50px;
}
.career-decision .col-md-10{
	background: rgb(0 0 0 / 60%);
	padding: 50px;
}
.career-decision h2{
	text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}
.career-decision h2 span{
	color: #F4D400;
}
.career-decision .tagline{
	text-align: center;
    display: block;
    font-size: 20px;
    color: #F4D400;
}
.career-decision ul{
	padding: 0;
    margin: 50px auto 30px auto;
    width: 65%;
    list-style-type: none;
}
.career-decision ul li{
	display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}
.career-decision ul li i{
	font-size: 75px;
    display: inline-block;
    color: #fff;
}
.career-decision ul li .f-span{
	font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-left: 20px;
    letter-spacing: 0.4px;
}
.career-decision ul li .s-span{
	display: block;
    font-size: 15px;
    font-weight: 500;
}
.career-decision button{
	background: #f14045 !important;
    border-color: #f14045 !important;
    font-size: 20px;
}
.explore-decision, .our-partners{
	background: rgb(255 255 255 / 90%);
	text-align: center;
}
.explore-decision h2, .our-partners h2{
	margin: 0 0 40px 0;
    font-size: 55px;
    font-weight: 600;
    text-align: center;
}
.explore-decision img{
	display: inline-block;
    /*margin: 20px 40px;*/
}
.diff-careers h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}
.diff-careers h2 span{
	color: #F4D400;
}
.diff-careers-box{
	border: 2px solid #fff;
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    margin-bottom: 30px;
}
.diff-careers-box h5{
	margin: 0;
    color: #F4D400;
    font-size: 16px;
    /*text-decoration: underline;*/
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.diff-careers-box span{
	display: block;
    color: #fff;
    font-size: 15px;
    /*text-decoration: underline;*/
    font-weight: 500;
    margin-top: 5px;
}
.why-attend{
	background: #000;
    padding-top: 50px;
    padding-bottom: 50px;
}
.why-attend h2{
	color: #fff;
	margin: 0 0 40px 0;
    font-size: 55px;
    font-weight: 600;
    text-align: center;
}
.why-attend ul{
	padding: 0;
    margin: 50px 15px;
    list-style-type: none;
}
.why-attend ul li{
	display: inline-block;
    text-align: center;
    margin: 0 12px;
    /*max-width: 190px;*/
    min-width: 145px;
}
.why-attend ul li i{
	font-size: 50px;
    display: block;
    color: #F4D400;
}
.why-attend ul li svg{
    font-size: 50px;
    display: block;
    /*color: #F4D400;*/
    margin: 0 auto;
}
.why-attend ul li svg path{
    fill: #F4D400;
}
.why-attend ul li span{
	font-size: 16px;
    color: #fff;
    margin-top: 15px;
    display: inline-block;
}
.right-career-img{
	background-image: url(images/right-career.jpg);
    /*padding: 50px;*/
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
    text-align: center;
}
.right-career-img h2{
	font-size: 65px;
    font-weight: 600;
    color: #fff;
}
.right-career-img h2 span{
	color: #F4D400
}
.right-career-img p{
	display: block;
    background: #fff;
    width: 51%;
    margin: 0 auto;
    font-size: 30px;
}
.right-career-img button{
	background: #f14045 !important;
    border-color: #f14045 !important;
    font-size: 20px;
    margin-top: 25px;
}
.experts{
	background: rgb(0 0 0 / 60%);
    text-align: center;
}
.experts .col-md-4{
    margin-bottom: 20px;
}
.experts h2{
	text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 40px 0;
}
.experts span{
	color: #F4D400;
}
.experts img{
    width: 295px;
    height: 395px;
}

.about-expert{
	background: #ffffff;
    text-align: left;
    padding: 12px 20px;
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
    margin-top: -160px;
    position: absolute;
    min-height: 160px;
    width: 100%;
}
.about-expert h5{
	margin: 0;
    font-size: 20px;
    font-weight: 600;
}
.about-expert h6{
	margin: 5px 0 12px 0;
    font-size: 15px;
    text-decoration: underline;
}
.about-expert p{
	margin: 0;
    font-size: 12px;
}
.workbook .col-md-10{
	background: rgb(0 0 0 / 60%);
    padding: 50px;
}
.workbook h2{
	text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
.workbook h2 span{
	color: #F4D400;
}
.workbook ul{
	padding: 0;
    margin: 60px 0 0 0;
    list-style-type: disclosure-closed;
    padding-left: 20px;
}
.workbook ul li{
	color: #fff;
    font-size: 18px;
    margin-bottom: 4px;
}
.workbook button{
	background: #f14045 !important;
    border-color: #f14045 !important;
    font-size: 20px;
    margin-top: 25px;
}
.schedule {
    background: #000;
    padding-top: 50px;
    padding-bottom: 50px;
}
.schedule h2 {
    color: #fff;
    margin: 0 0 40px 0;
    font-size: 55px;
    font-weight: 600;
    text-align: center;
}
.schedule h2 span{
	color: #F4D400;
}
.schedule p{
	display: inline-block;
    background: #fff;
    font-size: 25px;
    text-align: center;
    margin-bottom: 12px;
    padding-left: 5px;
    padding-right: 5px;
}
.get-in-touch h2{
	text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}
.get-in-touch span{
	text-align: center;
    display: block;
    font-size: 20px;
    color: #F4D400;
}
.get-touch-box{
	background: rgb(255 255 255 / 90%);
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    margin-top: 40px;
    cursor: pointer;
}
.get-touch-box i{
	font-size: 60px;
}
.our-partners{
    text-align: center;
}
.our-partners h6{
    font-size: 18px;
    text-decoration: underline;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.our-partners img{
    display: inline-block;
}

@media only screen and (max-width: 600px){
    .key-points {
        position: initial;
        margin-top: 80px;
        width: 100%;
    }
    .flex-s {
        display: block;
    }
    .career-decision .col-md-10{
        padding: 25px;
    }
    .career-decision h2{
        font-size: 25px;
    }
    .career-decision ul{
        width: 100%;
    }
    .career-decision ul li i{
        font-size: 35px;
    }
    .career-decision ul li .f-span{
        font-size: 18px;
    }
    .explore-decision h2, .diff-careers h2, .why-attend h2, 
    .right-career-img h2, .workbook h2, .schedule h2, .get-in-touch h2, 
    .our-partners h2{
        font-size: 30px;
    }
    .why-attend ul li{
        width: 100%;
        margin-bottom: 20px;
    }
    .right-career-img>div{
        padding: 50px 10px !important;
    }
    .right-career-img p{
        width: 100%;
    }
    .get-touch-box{
        margin-top: 20px;
    }
}