/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
ul#grid_home li:nth-child(1) .short_info {
    background-color: #46a4f5;
    background-color: #14aea5db;
}
ul#grid_home li:nth-child(2) .short_info {
    background-color: #372675;
    background-color: #4281c7d9;
}
ul#grid_home li:nth-child(3) .short_info {
    background-color: #372675;
    background-color: #002854e0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #eb5e1f !important;
}
a.btn_1, .btn_1 {
    border: none;
    color: #fff;
    background: #fff;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 15px 30px;
    color: #023859;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
a.btn_1:hover, .btn_1:hover {
    background: #28a5de;
    color: #fff;
}
a.btn_2, .btn_2 {
    border: none;
    color: #fff;
    background: #28a5de;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
a.btn_2:hover, .btn_2:hover {
    background: #fff;
    color: #27a5dd;
}
a.btn_explore {
    background: #023859;
    display: block;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    line-height: 65px;
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -30px;
    font-size: 24px;
    font-size: 1.5rem;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a {
    color: #57a4ff;
    text-decoration: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
}

.call_section {
    background: url(https://res.cloudinary.com/social-engine/image/upload/v1591639457/courses/bg-min_e5lhg0.png) center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 400px;
    padding: 10% 0;
}
#hero_in.courses:before {
    background: url(http://socialengine.co.za/images/content-bg.png) center center no-repeat !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#hero_in2.courses:before {
    background: url(http://socialengine.co.za/images/content-bg.png) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.filters_listing {
    padding: 10px 0 5px 0;
    background: #eb5e1f;
    z-index: 999999 !important;
    position: relative;
}
#hero_in .wrapper h1 span {
    width: 80px;
    height: 4px;
    margin: auto;
    background-color: #023859;
    display: block;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    opacity: 1;
}
.main_title_2 span em {
    width: 60px;
    height: 2px;
    background-color: #023859;
    display: block;
    margin: auto;
}
.animated .block-horizzontal {
    animation: reveal_left_to_right 1s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    background: #023859;
}
.animated .block-vertical {
    animation: reveal_top_to_bottom 1s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    background: #023859 !important;
}
.box_1 {
    background-color: #023859;
    color: #fff;
    padding: 45px;
    opacity: 0;
}
#newsletter input[type='submit'] {
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 600;
    top: 0;
    border: 0;
    padding: 0 12px;
    height: 40px;
    cursor: pointer;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background-color: #023859;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
}
.box_grid ul li:last-child a {
    background: #fff;
    border: 2px solid #eb5e1f;
    color: #eb5e1f;
    padding: 5px 20px;
    font-weight: 500;
    line-height: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}
.filters_listing {
    padding: 10px 0 5px 0;
    background: #eb5e1f;
    z-index: 999999 !important;
    position: relative;
}
.secondary_nav {
    background: #eb5e1f;
    padding: 15px 0;
}
.box_detail .price .original_price {
    color: #023859;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
}
a.btn_1.outline, .btn_1.outline {
    border: 2px solid #023859;
    color: #023859;
    padding: 11px 40px;
    background: none;
}
header.header.sticky {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #480048;
    background: -webkit-linear-gradient(left, #480048, #023859);
    background: linear-gradient(to right, #023859, #176891);
    padding: 15px 20px;
}

a.box_news figure figcaption {
    background-color: #023859;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    color: #fff;
    width: 60px;
    height: 60px;
    padding: 15px;
    line-height: 1;
}

#main_menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    min-height: 100vh;
    width: 100vw;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0;
    visibility: hidden;
    background: #480048;
    background: -webkit-linear-gradient(left, #480048, #C04848);
    background: linear-gradient(to right, #023859, #023859);
    overflow-y: scroll;
    padding-top: 120px;
}
header.header.sticky_menu_active {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: #480048;
    background: -webkit-linear-gradient(left, #480048, #C04848);
    background: linear-gradient(to right, #023859, #023859);
    padding: 15px 20px;
}