.sm-padding
{
padding: 0 !important;
}

.mt-75{
    margin-top: -75px!important;
}
.notice-bg {
    background: #ffffff;
    padding: 20px;
    border: 4px solid rgba(228, 228, 228, 0.34901960784313724);
}
.notice-bg .fa-lightbulb-o
{
color: #f8b239 !important;
}

.link-btn a {
    background: #f8b239;
    font-size: 16px !important;
    color: #ffffff!important;
    font-family: 'Rasa', serif !important;
    font-weight: 600 !important;
    padding: 7px 30px;
    display: inline-block;
    line-height: 26px;
    border: 1px solid #f8b239;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.link-btn a:hover {
    background: #181d37;
    color: #ffffff !important;
    border: 1px solid #181d37;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.course-box

{  width:100%;
    height: auto;
      border: 6px solid #ffffff;
    background: #f8b239;
    position: relative;
}
.course-box .icon-box {
    position: absolute;
    width: 80px;
    height: 80px;
    top: -28px;
    left: -6px;
    border: 6px solid #ffffff;
    background: #ce8d17;
    line-height: 60px;
    z-index: 99;
}

.course-box  i:before {
    color: #ffffff;
    margin-left: 0px;
    font-size: 32px;
}

.corse-content h5 {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Rasa', serif;
    line-height: 32px;
    color: #222222;
    margin-left: 90px;
    margin-top: 25px;
}

.link-btn-broder a {
    font-size: 22px;
    color: #222222;
    line-height: 32px;
    padding: 7px 30px;
    text-transform: uppercase;
    font-family: 'Rasa', serif;
    font-weight: 600;
    border: 2px solid #f8b239;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: #fff;
}

.link-btn-broder a:hover {
    color: #ffffff;
    border: 2px solid #181d37;
    background: #181d37;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.corse-content p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Assistant', sans-serif;
    line-height: 26px;
    padding: 20px;
    margin: 0px;
    color: #fff;
    text-align: justify;
}
.link-btn-broder{
    margin: 20px 0px 0px 0px;
    text-align: center;
}

.gallery_wrapper.style-two:before {
    /*background: rgba(0, 0, 0, 0.85);*/
    content: "";
    left: 0px;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;
}

.style-twos {position: relative;
padding: 10px 0px 19px!important;}

.style-twos a h5{color:#f8aa1a!important;}

.icon-boxs {
    position: relative;
    width: 80px;
    height: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 6px solid #122665;
    background: #f8b239;
    line-height: 60px;
    z-index: 99;
}

.icon-boxs i:before {
    color: #ffffff;
    margin-left: 0px;
    font-size: 32px;
}

.style-twos p {
   
    color: #fff!important;
}

.mt-0
{
    margin-top: 0!important;;

}

.border-br
{
border: 1px dotted #fff;
transition: all ease 3s;
}

.border-br:hover
{
border: 1px solid #fff;
transition: all ease 3s;
cursor: pointer;
}

.mission-item h5 {
    font-size: 16px;
    font-family: 'Rasa', serif;
    font-weight: 500;
    color: #222222;
    line-height: 32px;
    margin-bottom: 10px;
}
.mission-item i {
    
    color:#f8b239;
    margin-right: 5px;
  
}

.icon i {
    color: #fff;
    background: #f8b239;
    font-size: 20px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    text-align: center;
}

.choose-item h5{
    text-transform:uppercase;
}