body {
    font-size: 14px;
    font-family: Lato !important;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

i{
    border: 0px;
}


.wrapper {
    width: 86%;
    margin: 0 auto;
}

/*
.our-programmes,
.our-gallery,
.testimonial,
.why-us,
.goal,
.subscribe {
    text-align: center;
    margin-bottom: 30px;
}

.our-programmes{
    margin-top: 400px;
}

h1 {
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
}

span.red {
    color: #eb2026;
}

.cpe,
.hr-solution,
.team-building,
.sales-development {
    margin-bottom: 10px;
    padding: 10px;
}

.programmes-img {
    width: 100%;
}

.programmes-title {
    color: #404041;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 10px 0px;
}

.programmes-info {
    color: #58585b;
}

.programmes-btn {
    float: left;
    text-transform: uppercase;
    color: #fff;
    background: #eb2026;
    border: 0px;
    border-radius: 5px;
    padding: 5px 15px;
    cursor: pointer;
}

.social-media {
    margin-right: 10px;
}

.social-media li {
    list-style-type: none;
    float: right;
}

.social-media img {
    margin-top: 5px;
    margin-left: 10px;
}

.programmes-row {
    margin-bottom: 80px;
}

.our-gallery {
    width: 100%;
    background-image: url(../images/content-images/background-dark.png);
    background-size: cover;
    height: 600px;
    overflow: hidden;
}

.our-gallery img{
    max-width: 300px;
}

.gallery-container {
    width: 86%;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}

.our-gallery h1 {
    color: #fff;
    padding-top: 20px;
    margin-bottom: 20px;
}

.our-gallery ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 15px 15px 15px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.our-gallery ul li:hover,
.active {
    background: #eb2026;
    border-radius: 5px;
}

.our-gallery img.col-xl-3 {
    padding: 0 5px;
    margin-bottom: 10px;
}

.testimonial {
    margin: 60px auto;
    margin-bottom: 100px;
}

.testimonial-post {
    background-image: url(../images/content-images/testimonial.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    margin: 1%;
    padding: 15px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1), 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.testimonial-post .content {
    margin-top: 25px;
}

.testimonial-post h6 {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 800;
}

.why-us {
    background-image: url(../images/content-images/why-choose-us.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
}

.why-us-info {
    float: right;
    background-color: rgba(255, 255, 255, .8);
    width: 450px;
    height: 500px;
    padding: 40px;
    margin-right: 100px;
    vertical-align: middle;
}

.why-us-info h1 {
    margin-top: 60px;
    vertical-align: middle;
}

.why-us-info p {
    width: 100%;
    margin-top: 30px;
    font-size: 14px;
    line-height: 25px;
    vertical-align: middle;
}

.view-all-btn {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: #eb2026;
    border: 0px;
    border-radius: 5px;
    margin-top: 30px;
    padding: 10px 15px;
    cursor: pointer;
}

.goal-wrapper {
    width: 70%;
    margin: 0 auto;
}

.goal h1 {
    margin-top: 50px;
}

.goal-description {
    width: 80%;
    margin: 0 auto;
}

.goal-row {
    margin-top: 50px;
}

.goal ul {
    list-style-type: none;
    padding: 0px;
}

.goal h5 {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 15px 0px;
}

.goal p {
    color: #58585b;
}

.subscribe {
    background-color: #e6e7e8;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 0px;
}

.subscribe p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.subscribe-input {
    display: inline-block;
    margin: 0 auto;
    width: 35%;
    height: 40px;
    font-size: 14px;
    font-weight: bolder;
    text-transform: uppercase;
    padding: 8px 8px 8px 10px;
    border: 1px solid #aaa;
    outline: none;
    box-sizing: border-box;
}

.email-icon {
    text-indent: -100000px;
    line-height: 0px;
    display: inline-block;
    position: relative;
    top: 27px;
    right: -5px;
    background-color: #f1f1f2;
    width: 40px;
    height: 40px;
    border: 1px solid #aaa;
    border-radius: 5px 0 0 5px;
    margin-top: 0px;
}

.email-icon img {
    position: relative;
    top: -29px;
}

.subscribe-btn {
    position: relative;
    top: -1px;
    left: -5px;
    border-radius: 0 5px 5px 0;
    height: 40px;
    cursor: pointer;
    background: #eb2026;
    color: #fff;
    padding: 0 1%;
    outline: none;
    border: 0px;
    text-transform: uppercase;
}

/* .input-with-icon{
    position: relative;
}


.input-with-icon img{
    width: 22px;
    position: absolute;
    left: 31%;
    top: 11px;
}

.subscribe-input:focus{
    border: 1px solid rgba(81, 203, 238, 1);
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border-radius: 5px;
} */

/* j */
.display-none{ display : none}

#toTopHover{cursor : pointer}
/* end j */
