body {
    overflow-x: hidden;
}

.form-control, .btn {
    border-radius: 0;
}

/* 
.modal-content{background-color: none;background-image: url('../img/bg-login.jpg');background-size: cover;} */

.modal-content {
    background-color: #fff;
    padding: 2em 1em
}

.form-group label {
    color: #000;
    font-size: 1em;
}

.banner-area{
    background-position-y: center;
}
.title{
    color:#f7631b;
    padding-bottom: 10px;
    margin-bottom: 0.5em;
}

.title:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
    height: 2px;
    background-color: #f7631b;
}
.title:before{
    content: '';
    position: absolute;
    left: 15%;
    z-index: 9;
    bottom: 0px;
    width: 12px;
    height: 2px;
    background-color: #ffffff;
}

.banner-box {
    position: relative;
    padding: 3em 0;
}

.banner-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background: linear-gradient( 45deg, #0c006f, #ffffff);
    -moz-background: linear-gradient( 45deg, #0c006f, #ffffff);
    background: linear-gradient( 45deg, #0c006f, #ffffff);
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    transform: scaleX(1.5);
}

.banner-box h1 {
    font-size: 3em;
    -webkit-text-shadow: 0 6px 8px #272727;
    -moz-text-shadow: 0 6px 8px #272727;
    text-shadow: 0 6px 8px #272727;
}

.banner-box h2 {
    font-size: 2em;
    color: #ff5722;
    -webkit-text-shadow: 0 1px 1px #FFFFFF;
    -moz-text-shadow: 0 1px 1px #FFFFFF;
    text-shadow: 0 1px 1px #FFFFFF;
}

.service-box{
    margin-top: -1em;
    background: #fff;
}

article p{
    text-indent: 3em;
    font-size: 16px;
    line-height: 20pt;
}

#fcer{
    position: relative;
    border: 1px solid #d2d2d2;
    padding: 1em 2em;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
#fcer > legend{
    position: absolute;
    top: -16px;
    width: auto;
    font-size: large;
    color: #fff;
    background-color: #a265ff;
    padding: 4px 15px;
    border: 1px solid #d2d2d2;
    border-radius: 15px 15px;
}
#fcer label{
    color:#000;
    font-weight: 400;
}
#fcer input{
    border: 1px solid #a69bff;
    outline: none;
    padding: 7px 10px;
    border-radius: 20px 20px;
    width: 100%;
    color: #6654ff;
}
#fcer button{ 
    margin-left: 5px;   
    border-radius: 20px 20px;
}
.verify-certificate{
    padding: 5em 0;
    background-image: url(../img/wave.svg);
    background-repeat: no-repeat;
    background-size:cover;
}
.btn-verify{
    color: #fff;
    background-color: #a265ff;
}
#fcer .detail{
    position: absolute;
    left: 0;
    z-index: 9;
    width: 90%;
    margin: 0 5%;
    height: auto;
    padding: 2em;
    background-color: #fff;
    border: 1px solid #c3c3c3;
    box-shadow: 0px 10px 10px #8e8b8b;
}
#fcer .error{
    color: #fff700;
    font-weight: 500;
}
.table td {
    color: #000;
}
.home-info-box {
    text-align: center;
}
.home-info-box h3 {
    font-size: 20px;
    margin: 10px 0;
}
.home-info-box img {
    max-width: 80px;
    height: auto;
    margin-bottom: 20px;
}
.mid-callto-action-wrap {
    background-color: #033E80;
}
.mid-callto-action-subtitle {
    line-height: 1.8;
    color: #d2d2d2;
    font-size: medium;
}
.home-cta-left-col {
    border-right: 1px solid #dedfe0;
}
.home-course-stats-wrap h3{
    color: coral;    
}
.home-course-stats-wrap h5{
    font-weight: 400;    
}
.home-cta-text-wrapper h4{
    font-weight: 300;
    font-size: x-large;
}
