*{
    margin: 0%;
    padding: 0%;
}
body{
	padding:0;
}
header {
    width: 100%;
    height: 960px;
    background: url(../images/index/moa_home.png) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: flex-end;
    padding-bottom: 50px;
}
header .card{
    background:rgba(0, 0, 0, .5);
    border-radius: 6px;
    padding: 20px 30px 20px 30px;
    color: #fff;
    cursor: pointer;
    /*font-family: AdobeDevanagari-Regular;*/
}
.head-box-back{
	background: transparent !important;
}
.nav-box li.drop-down > a{
	color:#fff;
}
.iconfont{
    font-size: 36px;
    color: #fff;
}
.card .h4{
    font-size: 26px;
    text-transform:uppercase;
    height: 100px;
}
.card p{
    color: #f6f9fa;
    line-height: 20px;
    letter-spacing: 0.5px;
    height: 80px;
    font-size: 16px;
    margin-bottom: 60px;
}
.card .h6{
    font-size: 14px;
    display: inline-block;
}
.back-white{
    width: 100%;
    padding: 70px 0;
}
.align-center{
    text-align: center;
	font-size: 12px;
    cursor: pointer;
}
.align-center p{
    margin-top: 30px;
    color: #000;
}

.align-center img{
    display: inline-block;
    height: 70px;
}

.course-submit .container{
    padding:90px 0px;
}
.course-submit h1{
    border-bottom:1px solid #000;
    padding:10px 0px;
    margin-bottom: 26px;
    font-size: 53px;
    font-weight: 600;
}
.course-submit h1>small{
    color:#333;
    font-size:18px;
    float:right;
    margin-top:20px;
    margin-left:56px;
    font-weight: 600;
}
.course-submit h1>small.check{
    color:#1baaeb !important;
}
.text-content{
    font-size: 14px;
    margin-top: 30px;
}
h3{
    font-size: 18px;
}
.list.styled.custom-list > ul li {
    margin: 0;
    font-family: Arial,Helvetica,sans-serif !important;
    line-height: 59px;
    text-transform: uppercase;
    font-size: 16px;
}
.list.styled.custom-list > ul li {
    display: block;
    color: #464646;
    cursor: initial;
    padding: 30px 10px 30px 15px;
    line-height: 23px;
    position: relative;
    z-index: 1;
    padding-left: 30px;
    padding-right: 12px;
}
.list.styled.custom-list > ul li:before {
    content: '';
    width: 7px;
    height: 11px;
    display: inline-block;
    vertical-align: top;
    margin: 6px 16px 0 0;
    background-image: url(../images/index/arrow1.png);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.list.styled.custom-list > ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    z-index: -1;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.list.styled.custom-list > ul li:hover:after, .list.styled.custom-list > ul li:focus:after {
    width: 100%;
}
.list.styled.custom-list > ul li a:hover,.list.styled.custom-list > ul li:focus{
    text-decoration: none;
}

li{
  list-style: none   
}
.title1{
    font-family: ProximaNova-Semibold;
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 50px;
}
.title2{
    font-family: ProximaNova-Semibold;
    font-size: 28px;
    padding-left: 56px;
    padding-top: 10px;
}
.back-grey{
    background-color: #f6f6f6;
    width: 100%;
    padding: 70px 0;
}
.people-card div:first-child{
    padding: 30px 0;
    border-radius: 6px;
    background: #fff;
}
.people-card div:first-child img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}
.card-text {
    text-align: center;
}
.card-text p:first-child{
    font-family: ProximaNova-Regular;
    font-size: 16px;
    margin-top:20px;
}
.card-text :last-child{
    line-height: 24px;
}
.bluecolor{
    color: #25a2f8;
}
.img-box img{
    min-width: 100%;
    max-height: 100%;
}
.title1::after{
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    border: 1px solid #000;
    transition: .3s
}
.card .h4::after{
    content: "";
    display: block;
    width: 0;
    height: 1px;
    transition: .3s
}
.card .h6::after{
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    border: 1px solid #fff;
    transition: .3s
}
.card:hover .iconfont,.card:hover h6{
    color: #ffd800;
}
.card:hover .h4::after,.card:hover .h6::after{
    width: 100%;
    border: 1px solid #ffd800;
}
.wow{
    visibility:hidden;
}
.font-size-16{
    font-size: 16px;
}
.font-size-18{
    font-size: 18px;
}

