/*@import url('https://fonts.googleapis.com/css2?family=Amiri&family=Cormorant&family=Quattrocento&family=Cormorant+Garamond&family=Cinzel&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Cinzel:wght@400;500;600;700;800;900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Quattrocento:wght@400;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Amiri&family=Cinzel&family=Cormorant+Garamond&family=Cormorant&family=Quattrocento&display=swap');

/*
!* Amiri regular *!
@font-face {
    font-family: "Amiri";
    src: url("../webfonts/Amiri/Amiri-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}
!* Amiri italic *!
@font-face {
    font-family: "Amiri";
    src: url("../webfonts/Amiri/Amiri-Italic.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}
!* Amiri bold *!
@font-face {
    font-family: "Amiri";
    src: url("../webfonts/Amiri/Amiri-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}
!* Amiri bold italic *!
@font-face {
    font-family: "Amiri";
    src: url("../webfonts/Amiri/Amiri-BoldItalic.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}

!* -----------*  -----------*  -----------*  -----------*  ----------- *!

!* Quattrocento regular *!
@font-face {
    font-family: "Quattrocento";
    src: url("../webfonts/Quattrocento/Quattrocento-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

!* Quattrocento bold *!
@font-face {
    font-family: "Quattrocento";
    src: url("../webfonts/Quattrocento/Quattrocento-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}

!* -----------*  -----------*  -----------*  -----------*  ----------- *!

!* Cinzel regular *!
@font-face {
    font-family: "Cinzel";
    src: url("../webfonts/Cinzel/static/Cinzel-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}
!* Cinzel Medium *!
@font-face {
    font-family: "Cinzel";
    src: url("../webfonts/Cinzel/static/Cinzel-Medium.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
}
!* Cinzel Semi-bold *!
@font-face {
    font-family: "Cinzel";
    src: url("../webfonts/Cinzel/static/Cinzel-SemiBold.ttf") format('truetype');
    font-weight: 600;
    font-style: normal;
}
!* Cinzel bold *!
@font-face {
    font-family: "Cinzel";
    src: url("../webfonts/Cinzel/static/Cinzel-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}
!* Cinzel Extra-bold *!
@font-face {
    font-family: "Cinzel";
    src: url("../webfonts/Cinzel/static/Cinzel-ExtraBold.ttf") format('truetype');
    font-weight: 800;
    font-style: normal;
}
!* Cinzel Black *!
@font-face {
    font-family: "Cinzel";
    src: url("../webfonts/Cinzel/static/Cinzel-Black.ttf") format('truetype');
    font-weight: 900;
    font-style: normal;
}
*/

/* -----------*  -----------*  -----------*  -----------*  ----------- */

.container-fluid {
    max-width: 1266px;
}

.container-fluid-max {
    width: 100%
}

body {
    /*font-family: 'Muli', sans-serif, "Tahoma", 'Roboto', Arial;*/
    /*font-family: 'Cormorant Garamond', 'Cormorant', 'Amiri', 'Quattrocento', 'Cinzel', serif;*/
    font-family: 'Amiri', 'Quattrocento', 'Cinzel', serif;
    background-color: #ffffff;
}

.sky-mega-menu{
    font-family: 'Amiri', 'Quattrocento', 'Cinzel', serif!important;
}

.sky-mega-menu li a{
    font-size: 15px!important;
    color: #353535!important;
    /*color: #b3b3b3;*/
}

p {
    font-size: 18px;
    line-height: 26px;
}

.bordered {
    border: 1px dotted #000 !important;
}

#header-section {
    min-height: 83px;
    padding-top: 17px;
    /*border-bottom: 1px solid #ccc;*/
}

#banners-section .carousel-item img {
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

#myCarouselCaptions {
    border-radius: 10px;
    overflow: hidden;
    background-image: -moz-linear-gradient( 90deg, rgb(8,14,36) 0%, rgb(33,31,51) 51%, rgb(13,17,31) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(8,14,36) 0%, rgb(33,31,51) 51%, rgb(13,17,31) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(8,14,36) 0%, rgb(33,31,51) 51%, rgb(13,17,31) 100%);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.24);
}

#banners-section,
#quote {
    /*background-color: rgb(84, 22, 17);*/
    color: #fff;
    min-height: 431px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#intro {
    /*padding-top: 35px;
    padding-bottom: 35px;*/
}

.section-title {
    padding-bottom: 15px;
}

.section-title .sub-title,
.section-title .sub-title-2,
.section-title .sub-title-3 {
    font-size: 16px;
    color: rgb(102, 102, 102);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
}

.section-title .main-title,
.section-title .main-title-2,
.section-title .main-title-3 {
    font-size: 30px;
    color: rgb(0, 0, 0);
    font-weight: normal;
    line-height: 1.2;
    text-align: left;
}

.section-title .sub-title-2 {
    color: rgb(204, 202, 202) !important;
}

.section-title .main-title-2 {
    color: rgb(255, 255, 255) !important;
}

.section-title .sub-title-3 {
    color: rgb(204, 202, 202) !important;
}

.section-title .main-title-3 {
    color: rgb(81, 24, 14) !important;
}


.special-message {
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.14);
    /*width: 301px;*/
    height: inherit;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px
}

.special-message .message-picture {
    border-bottom-width: 1px;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-style: solid;
    background-color: rgb(231, 231, 231);
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.special-message .message-info {
    padding: 22px 25px;
}

.special-message .message-info .sub-description {
    font-size: 14px;
    color: rgb(97, 97, 97);
    line-height: 1.2;
    text-align: left;
}

.special-message .message-info .message-title {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    padding-top: 5px;
}


#quote {
    padding-top: 35px;
    padding-bottom: 35px;
    min-height: 150px;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

#quote div {
    padding-left: 60px;
    padding-right: 60px;
}

#services-membership {
    padding-top: 35px;
    padding-bottom: 35px;
    min-height: 500px;
}

#services-membership .section-body {
    padding-top: 15px;
}

#postal > br, #physical > br, #emails > br, #phones > br {
    display: none;
}

.membership-registration {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    min-height: 710px;
    height: inherit;
    padding: 20px 50px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.14);
}

.service-item {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    min-height: 217px;
    height: inherit;
    padding: 40px 30px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.14);
}

.service-item:hover {
    background-color: rgba(234, 234, 234, 0.38);
}

.service-item .service-item-title {
    font-size: 20px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.service-item .service-item-desc {
    font-size: 18px;
    color: rgb(51, 51, 51);
    line-height: 1.389;
    text-align: center;
    margin-top: 25px;
    max-height: 80px;
    overflow-y: hidden;
}

.our-services-list .row {
    margin-bottom: 28px;
}


.our-team-intro {
    font-size: 20px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
    padding-top: 15px;
}

.our-team-list {
    padding-top: 35px;
}

profile {
    display: block;
}

.profile-item {
    margin-left: 12px;
    margin-right: 12px;
}

.profile-item .employee-picture {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    min-width: 268px;
    min-height: 258px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.profile-item .employee-info {
    text-align: center;
    padding-top: 20px;
    /*padding-bottom: 20px;*/
}

.profile-item .employee-info .employee-name {
    font-size: 19px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    /*line-height: 39px;*/

    line-height: 1.4;
    margin-bottom: .125rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*
.profile-item .employee-info .job-title span:first-child{
    float: left;
}
.profile-item .employee-info .job-title span:first-child{
    float: right;
}
*/
.profile-item .employee-info .job-title span:nth-child(2) {
    padding-left: 14px;
    padding-right: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.profile-item .employee-info .job-title span:first-child,
.profile-item .employee-info .job-title span:nth-child(3) {
    border-bottom: 1px solid #fff;
    width: 30px;
    height: 3px;
    margin-bottom: 5px;
}

.profile-item .employee-info .job-title span {
    display: inline-block;
}

.profile-item .employee-info .job-title {
    font-size: 15px;
    color: rgb(255, 255, 255);
    line-height: 20px;
}

#section_team_main .profile-item {
    overflow: hidden;
}

#section_team_main .profile-item .employee-picture {
    width: 100%;
    min-width: auto;
    border-radius: 10px 10px 0 0;
    min-height: 285px;
}

#section_team_main .profile-item:hover {
    border: 1px solid rgb(81, 24, 14);
    /*background-color: rgba(81, 24, 14, 0.5);*/
    /*opacity:1;*/
    /*-webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;*/
}

/*#section_team_main .profile-item .employee-picture{
    width: 100%;
    min-width: auto;
}*/
#section_team_main .profile-item .employee-info .employee-name {
    color: rgb(81, 24, 14) !important;
    font-weight: 700;
    line-height: normal;
}

#section_team_main .profile-item .employee-info .job-title {
    color: #616161;
}

#section_team_main .profile-item .employee-info .job-title span:first-child,
#section_team_main .profile-item .employee-info .job-title span:nth-child(3) {
    border-bottom: 1px solid #616161;
}

#section_team_main .profile-item .employee-info {
    position: relative;
    padding-top: 25px;
    padding-bottom: 20px;
    border-top: 1px solid #ccc;
    background-color: #d6d6d626;
}

#section_team_main .profile-item {
    border: 1px solid #cccccc9c;
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 14%);
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

.team-item-social-links {
    position: absolute;
    left: 50%;
    top: -28px;
    transform: translateX(-50%);
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .25s;
    color: #fff;
}

.team-item-social-links li a:hover {
    background-color: transparent;
    fill: rgb(81, 24, 14);
    border: 1px solid rgb(81, 24, 14);
}

.team-item-social-links li {
    margin-left: 2px;
    margin-right: 2px;
    text-align: center;
}

.team-item-social-links li a:hover {
    color: rgb(81, 24, 14);
}

.team-item-social-links li a {
    display: flex;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: .375rem;
    background-color: rgb(81, 24, 14);
    fill: #fff;
    /*border: 1px solid rgb(81, 24, 14);*/
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 5px 7px;
}

.profile-item:hover .team-item-social-links {
    top: -14px;
    opacity: 1;
    visibility: visible;
}

.profilecontainer:hover div .profilepic {
    border: 1px solid rgb(81, 24, 14);
}

#our-partners {
    padding-top: 35px;
    padding-bottom: 35px;
    /*min-height: 300px;*/
}

.partner-info-item {
    border: 1px solid #ccc;
    padding: 0;
    background: 0;
    overflow: hidden;
    border-radius: 10px;
    /*background-color: #fff;*/
    height: 110px;
    font-size: 16px;
    color: rgb(102, 102, 102);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-left: 7px;
    margin-right: 7px;
}

.partner-info-item:hover {
    border: 1px solid rgb(81, 24, 14);
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 14%);
}

.our_partner_list img {
    height: 100px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.form-title {
    font-size: 24px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 70px;
    text-align: left;
}

.reset-btn-bg {
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 10px;
}

.primary-btn-bg {
    border-radius: 3px;
    background-color: rgb(84, 23, 15);
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 10px;
    border: none;
    outline: none;
}



#top-footer hr {
    border: 0;
    border-bottom: 1px solid #737373;
    margin: 0;
}

#top-footer {
    background-color: #000;
    color: #fff;
    color: #fff;
    min-height: 430px;
}

#top-footer .section-1 .social {
    background-repeat: no-repeat;
    background-size: 63%;
    background-position: center;
    height: 40px;
    width: 40px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 20px;
    margin-right: 3px;
}

#top-footer .section-1 .social:hover {
    border: none;
}

.facebook {
    background-image: url('../images/social-icons/facebook.png');
}

.facebook:hover {
    background-color: #1877f2;
}

.twitter {
    background-image: url('../images/social-icons/twitter.png');
}

.twitter:hover {
    background-color: #1da1f2;
}

.whatsapp {
    background-image: url('../images/social-icons/whatsapp.png');
}

.whatsapp:hover {
    background-color: #25d366;
}

.linkedin {
    background-size: 55% !important;
    background-image: url('../images/social-icons/linkedin.png');
}

.linkedin:hover {
    background-color: #2867b2;
}

.instagram {
    background-image: url('../images/social-icons/instagram.png');
}

.instagram:hover {
    background-color: #f8ab5b;
}

.youtube {
    background-image: url('../images/social-icons/youtube.png');
}

.youtube:hover {
    background-color: #ed1f24;
}

#top-footer .section-1 img.logo {
    height: 53px;
}

#top-footer .section-1 .col-lg-4,
#top-footer .section-1 .col-md-6 {
    padding: 15px 45px;
    margin-top: 23px;
    margin-bottom: 17px;
}

#top-footer .section-1 .col-lg-4:nth-child(2),
#top-footer .section-2 .col-lg-4:nth-child(2) {
    border-left: 1px solid #737373;
    border-right: 1px solid #737373;
}


#top-footer a {
    color: #fff;
    margin-bottom: 8px;
    display: inline-block;
}

#top-footer .footer-section-body {
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: left;
}

#top-footer .footer-section-title {
    font-size: 21px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: left;
    margin-bottom: 25px;
}

#top-footer .section-2 .col-lg-4,
#top-footer .section-2 .col-md-6 {
    padding: 15px 45px;
    margin-top: 17px;
    margin-bottom: 10px;
}

#top-footer .home-gallery table {
    width: 100%;
}

#top-footer .home-gallery td {
    border: 2px solid #000;
    background-color: #fff;
    vertical-align: middle;
    height: 70px;
}

#bottom-footer{
    border-top: 1px solid #ccc;
    font-size: 18px;
}

#bottom-footer a {
    color: #000;
    padding-left: 7px;
    padding-right: 7px;
}

#bottom-footer .col-lg-4:last-child {
    padding-right: 35px;
    text-align: center;
}

#bottom-footer .col-lg-4:first-child {
    padding-left: 35px;
}

#bottom-footer {
    min-height: 45px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#top-footer .section-1 hr,
#top-footer .section-2 hr {
    display: none;
}

input.form-control {
    height: 40px;
}

.slogan {
    font-size: 20px;
    color: rgb(87, 20, 18);
    text-align: center;
}

.webmail a:hover {
    color: #501d12;
}

.webmail a {
    color: #333333;
    text-decoration: none;
}

.webmail .text {
    font-size: 15px !important;
}

.webmail {
    font-size: 17px;
    text-align: left;
    float: right;
}

.top-menu-section {
    border-bottom: 1px solid #000;
    line-height: 45px;
}

.main-menu-section {
    margin-top: 20px;
}

.sky-mega-menu li a.membership_btn {
    color: #fff !important;
    background-color: #4b1a0f !important;
    padding-left: 17px;
    padding-right: 17px;
}

.separator_footer_sm_md {
    display: none;
}

.slick-prev:hover,
.slick-next:hover {
    color: #0d81ca;
}


.slick-prev,
.slick-next {
    margin-top: 80px;
    display: inline-block !important;
    background: none;
    color: #fff;
    border: 0;
    font-size: 45px;
    outline: none;
}

#section_links_main .slick-prev,
#section_links_main .slick-next {
    margin-top: -22px;
    color: #fff;
    font-size: 30px;
}

.our_partner_list .slick-prev,
.our_partner_list .slick-next {
    margin-top: -22px;
    color: #000;
    font-size: 30px;
}

.slick-slide img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
}

.slick-slide {
    text-align: center !important;
    align-content: center !important;
    color: #333333 !important;
}

a.section_links_main {
    color: #333333 !important;
    text-decoration: none;
    outline: none;
    font-size: 16px;
}

#page-header-section {
    padding: 20px 143px;
    background-color: #fff;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}

#page-header-section .breadcumb-inner ul {
    padding-left: 0;
}

#page-header-section .brpt h2 {
    font-size: 40px;
    margin-bottom: 0px;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -1px;
    color: #000000 !important;
}

#page-header-section .breadcumb-inner li,
#page-header-section .breadcumb-inner li a,
#page-header-section .breadcumb-inner ul {
    color: #333;
}

#page-header-section .breadcumb-inner li a {
    color: #333;
    text-transform: uppercase;
}

#page-header-section .breadcumb-inner li {
    display: inline-block;
    margin: 0 6px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.boxshadow2 {
    display: flex;
    box-shadow: 0 0 0.8125rem 0 rgb(8 9 10 / 15%);
    padding-bottom: 10px;
}

#page-nav-section {
    position: relative;
    padding: 15px 35px;
    background-color: #521713;
    line-height: 14px;
}

#page-nav-section .bread-crumbs ul {
    padding-left: 10px;
}

#page-nav-section .bread-crumbs li,
#page-nav-section .bread-crumbs li a,
#page-nav-section .bread-crumbs ul {
    color: #fff;
}

#page-nav-section .bread-crumbs li a {
    color: #fff;
    text-transform: uppercase;
}

#page-nav-section .bread-crumbs li {
    display: inline-block;
    margin: 0 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

#page-nav-section .bread-crumbs-list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 1rem;
    overflow: hidden;
}

.partners-cover {
    background-color: #eff2f7;
}

.partners-cover .partner-info-item {
    background-color: #fff;
}

.page-title span {
    color: #521713;
}

.page-title {
    font-weight: 700;
}

.page-subtitle {
    font-size: 1rem;
    color: #521713;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 6px;
    letter-spacing: 2px;
}

.em-bar-main {
    margin: 18px 0 30px;
}

.em-bar.em-bar-big {
    margin: 20px auto;
    position: relative;
}

.em-bar.em-bar-big::before {
    display: block;
    content: "";
    position: absolute;
    width: 100px;
    height: 4px;
    left: 0;
    border: 4px solid transparent;
    border-bottom: 0;
    border-top-color: #521713;
    top: auto;
    text-align: center;
}

.t_center .em-bar.em-bar-big::before {
    right: 0;
    margin: auto;
}

.page-body .btn-default {
    border: 1px solid #000;
    padding-left: 1.75em;
    padding-right: 1.75em;
    margin-left: 10px;
}

.page-body .btn-primary {
    background: #2876e2;
    background: linear-gradient(to right, #2876e2 0, #3f8efc 100%);
    text-decoration: none;
    padding-left: 1.75em;
    padding-right: 1.75em;
    border-radius: .375rem;
    outline: 0;
    cursor: pointer;
}

.page-body form .row .form-control {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    width: 100%;
    padding: calc(.75em - 1px) 1rem;
    margin-bottom: 15px;
    min-height: 50px;
}

.page-body .map-auto {
    border-radius: .375rem;
    overflow: hidden;
}

.rEventsRight {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
    margin-right: 20px;
}

.rEventDate {
    float: left;
    border-right: 1px solid #000000;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
    font-size: 24px;
    font-weight: bold;
    height: 50px;
    text-transform: uppercase;
}

.rEventTitle {
    padding-top: 5px;
    font-size: 14px;
    width: 300px;
}

#intro .intro-body{
    min-height: 230px;
}
.event-calendar-panel{
    border-radius: 10px;
    border: 1px solid #333;
    padding: 20px 10px;
}
.event-calendar-panel .rContainers:last-child .rEventsRight
{
    border: 0
}

.event-calendar-panel h4{
    background-color: #e8e8e8;
    color: #4b1a0f;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 5px;
}

training-item .title{
    font-size: 1.125rem;
}
a.training-link{
    text-decoration: none;
}
a training-item .title{
    color: rgb(84, 22, 17)!important;
}
a training-item .training-category, a training-item .training-date{
    color: #333;
    text-decoration: none
}
training-item .training-date{
    border-left: 1px solid #333;
    padding-left: 7px;
}
training-item .training-category{
    padding-right: 7px;
}
training-item .training-category, training-item .training-date{
    font-size: 0.75rem;
}
training-item{
    border: 1px solid #ccc;
    border-radius: 10px;
    display: block;
    padding: 16px;
    margin-bottom: 15px;
}

training-item:hover{
    border-color: #521713;
}

/* **** Documents **** */
.documents{
/*    font-size: 14px;*/
}

.documents a{
    color: #333;
}

.documents .document_size{
    color: #9f9d9d; padding-top: 18px;
}

.documents img.file_icon{
    margin-right: 15px; 
    margin-left: 10px;
    float: left;
}
.documents .document_table_header{
    /*
    border-bottom: 2px solid #0d81ca; 
    background-color: #c1d8ed;
    */
    border-bottom: 2px solid #9c9a9a;
    background: rgb(227, 227, 227);
    background: -moz-linear-gradient(272deg, rgb(227, 227, 227) 30%, rgb(242, 242, 242) 70%);
    background: -webkit-linear-gradient(272deg, rgb(227, 227, 227) 30%, rgb(242, 242, 242) 70%);
    background: -o-linear-gradient(272deg, rgb(227, 227, 227) 30%, rgb(242, 242, 242) 70%);
    background: -ms-linear-gradient(272deg, rgb(227, 227, 227) 30%, rgb(242, 242, 242) 70%);
    background: linear-gradient(2deg, rgb(227, 227, 227) 30%, rgb(242, 242, 242) 70%);
    padding-left: 30px;
}

/* pagination */
div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    font-weight: 400;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.pagination .page-item.active .page-link {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    transition: all .2s linear;
    border-radius: .125rem;
    background-color: #521713;
    color: #fff;
}    

.pagination .page-item .page-link {
    transition: all .3s linear;
    outline: 0;
    border: 0;
    background-color: transparent;
    font-size: .9rem;
    color: #212529;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #521713;
    border-color: #007bff;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #521713;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

/* **** NEW *** */
/* New Feed News Item Style */

.newsLinkPanel .newsItem {
    padding-top: 14px;
    min-height: 119px;
    /* margin-bottom: 10px; */
    border-bottom: 1px dotted #ccc;
}

.newsLinkPanel .newsItem:hover {
    background-color: #f0f8ff6b;
    /*
    border-bottom: 1px dotted #0e80cc;
    border-radius: 5px;
    */
}

.newsLinkPanel .newsItem .newsPDF{
    background-size: 50%!important;
    background-position: center;
    background-image: url('../../assets/images/icon_pdf.png')!important;
}

.newsLinkPanel .newsItem .newsThumbnail, .newsItem .newsThumbnail_side{
    width: 135px;
    height: 90px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 72%;
    background-position: center;
    background-image: url('../../assets/images/logo.png');
    box-shadow: 0 0 6px rgba(0,0,0,.3);
    margin-right: 30px;
    float: left;
}

.newsLinkPanel .newsItem .newsThumbnail_side{
    float: none;
    width: 100%;
    margin-left: 4px;
    margin-right: 4px;
    max-width: 97%;
    min-height: 192px;
}

.newsLinkPanel .newsItem .newsMetaData div{
    display: inline-block;
    color: #7a7a7a;
    font-size: 13px;
    font-weight: bold;
}
.newsLinkPanel .newsItem .newsMetaData{
    color: #7a7a7a;
}

.newsLinkPanel .newsItem .newsMetaData .newFlag {
    background-color: #e61b1b;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
}

.newsLinkPanel .newsItem .newsMetaData .newsDate {
    margin-right: 10px;
}
.newsLinkPanel .newsItem .newsMetaData .newsCategory {
    margin-left: 5px;
    margin-right: 5px;
}

.newsLinkPanel .newsItem .newsMain .newsTitle {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    padding-top: 5px;
    margin-bottom: 14px;
}

.newsLinkPanel .news_feed a{
    text-decoration: none;
}

.newsLinkPanel .readmore{
    text-align: center;
    padding-top: 10px;
}   




/* New Feed News Item Style */

.news_feed .newsItem {
    padding-top: 14px;
    min-height: 119px;
}

.newsItem:hover {
    /*background-color: #f0f8ff6b;*/
    /*
    border-bottom: 1px dotted #0e80cc;
    border-radius: 5px;
    */
}

.newsItem .newsPDF{
    background-size: 50%!important;
    background-position: center;
    background-image: url('../../assets/images/icon_pdf.png')!important;
}

.newsItem .newsThumbnail, .newsItem .newsThumbnail_side{
    width: 100%;
    /*height: 90px;*/
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 72%;
    background-position: center;
    background-image: url('../../assets/images/logo.png');
    /*box-shadow: 0 0 6px rgba(0,0,0,.3);*/
    margin-bottom: 15px;
    border: 1px solid #ccc;
    /*float: left;*/
}

.newsItem .newsThumbnail_side{
    float: none;
    width: 100%;
    margin-left: 4px;
    margin-right: 4px;
    max-width: 97%;
    min-height: 192px;
}

.newsItem .newsMetaData div{
    display: inline-block;
    color: #7a7a7a;
    font-size: 13px;
    font-weight: bold;
}
.newsItem .newsMetaData{
    color: #127fcd;
}

.newsItem .newsMetaData .newFlag {
    background-color: #e61b1b;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
}

.newsItem .newsMetaData .newsDate {
    margin-right: 10px;
    color: #127fcd;
}
.newsItem .newsMetaData .newsCategory {
    margin-left: 5px;
    margin-right: 5px;
    color: #127fcd;
}

.newsItem .newsMain .newsDescr {
    color: #333333;
    font-size: 15px;
    line-height: normal;
}
.newsItem .newsMain .newsReadmore i{
    color: #f15d17;
    font-size: 13px;
}
.newsItem .newsMain .newsReadmore {
    color: #333333;
    
    font-size: 13px;
    line-height: normal;
}
.newsItem .newsMain .newsTitle {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    padding-top: 5px;
    margin-bottom: 14px;
}

.news_feed a{
    text-decoration: none;
}

.readmore{
    text-align: center;
    padding-top: 10px;
}

.readmore a:hover, .see_all a:hover{
    background-color: rgba(227, 227, 227, 0.44);
    text-decoration: none;
}

.readmore a, .see_all a{
    /* background-color: #e3e3e3; */
    color: #521713;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    border: 1px solid #e3e3e3; 
}

/* FAQ */
.faqFieldset{
    border: 1px solid #ccc;
    padding: 10px 15px;
    margin-bottom: 17px;
    border-radius: 7px;
}
.legendTitle{
    font-size: medium;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.legendTitleClosed{
    border: 1px solid #ccc;
    padding: 7px 26px;
    border-radius: 7px;
    width: 100%;
}

.faqFieldset .faqAnswer {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom:10px;
}

/* Banner Carousel Customization */

.carousel-caption p {
    margin-bottom: 0
}

.carousel-caption {
    background-color: #0000004d;
    border-radius: 10px;
}

.carousel-caption h5 {
    font-weight:600;
    text-shadow: 1px 1px 3px rgb(0 0 0/80%);
}

/* ANalytic Counter */
#analytic-counter{
    border-radius: 10px;
    /*margin-top: 15px;*/
    margin-bottom: 50px;
    padding: 15px 0;
    color: #000;
    overflow: hidden;
    border-width: 1px;
    border-color: rgb(159, 155, 155);
    border-style: solid;
    background-color: rgb(248, 250, 249);
    min-height: 145px;
}

#analytic-counter .counter-item .counter-number{
    /*font-family: "Trebuchet MS";*/
    text-align: center;
    font-size: 44px;
    color: rgb(250, 237, 35);
    font-weight: normal;
    margin-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
}

#analytic-counter .counter-item .counter-desc{
    font-size: 21px;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: normal;
    display: inline-block;
}

#analytic-counter .counter-item{
    border-right: 1px solid #000;
    min-height: 115px;
    color: #fff;
    text-align: center;
    padding-top: 25px;
}

.counter-number span{
    font-size: 31px;
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
}

.counter-desc.text1, .counter-desc.text2, .counter-desc.text3{
    font-size: 25px!important;
    /*font-family: "Trebuchet MS";*/
    line-height: 1.2;
    text-align: center;
}

.text1 {
    color: rgb(130, 51, 186)!important;
}
.text2 {
    color: #bb3093!important;
}
.text3 {
    color: #0b7abf!important;
}

/* Banner Caption Custom*/
/*
.carousel-caption h5, .carousel-caption p {
    text-align: left;
}

.carousel-caption {
    background-color: #0000006b;
    padding-left: 30px;
    border-radius: 10px;
    border-left: 3px solid;
    padding-bottom: 5px;
}
*/

.contact-panel-section > .section-title{
    padding-left: 40px;
}

.contact-panel-section > .page-body{
    padding-left: 40px;
}


.project-pic{
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#header-section{
    /*background-color: #fff !important;*/
    /*box-shadow: 0 1px 8px 3px rgb(0 0 0 / 5%);*/
    /*padding: 15px 0px;*/
    /*border-bottom: 0!important;*/
}

.africanStyle{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    max-width: 305px;
}

@media print{
    body {display:none;}
}

/* Side Menu */

@keyframes blinkingText {
    0% {
        color: #000;
    }

    49% {
        color: #e6bc0a;
    }

    50% {
        color: #07ef10;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #000;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media all and (max-width: 575.98px) {
    #intro-left {
        min-height: inherit!important;
    }

    #quote div {
        padding-left: 20px;
        padding-right: 20px;
    }

    .service-item {
        padding: 20px 30px;
        min-height: inherit;
        margin-bottom: 20px;
    }

    .service-item .service-item-desc {
        margin-top: 10px;
        max-height: 73px;
    }

    .our-services-list .row {
        margin-bottom: 0;
    }

    .membership-registration {
        min-height: auto;
        margin-bottom: 20px;
        padding: 20px 30px;
    }
    #services-membership .form-title{
        font-size: 22px;
        line-height: 40px;
        text-align: center;
        margin-bottom: 16px;
    }
    #services-membership {
        padding-left: 5px;
        padding-right: 5px;
    }
    .webmail {
        display: none;
    }

    .slogan {
        font-size: 17px;
        color: rgb(0, 0, 0);
    }

    #top-footer .section-1 img.logo {
        height: 80px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    #top-footer .section-1 .col-lg-4:nth-child(2),
    #top-footer .section-2 .col-lg-4:nth-child(2) {
        border-left: 0;
        border-right: 0;
        padding: 0 45px;
        margin-top: 0;
        margin-bottom: 0;
    }

    #top-footer .section-1 hr,
    #top-footer .section-2 hr {
        display: block;
        margin-top: 30px;
    }

    #page-header-section {
        padding: 20px 15px !important;
    }

    #intro {
        padding: 45px 25px;
    }

    .contact-panel-section > .section-title{
        padding-left: 0!important;
    }
    .contact-panel-section > .page-body{
        padding-left: 0!important;
    }

    #myCarouselCaptions {
        border-radius: 0;
    }

    #banners-section .carousel-item img {
        height: 300px;
    }

    #banners-section {
        padding: 0;
        margin: 0;
        min-height: auto !important;
    }
    #banners-section .container-fluid {
        padding: 0;
        margin: 0;
        border-radius: 0;
        max-width: 100%;
        width: 100%;
    }
    .desktop-menu{
        display: none;
    }
    .intro-separator1{
        display: none;
    }

    #bottom-footer .copyright{
        text-align: center;
    }
    #bottom-footer .disclaimer{
        text-align: center;
    }

    #services_infograph{
        width: 100%;
    }

    p {
        font-size: 1.4em;
        line-height: 26px;
    }

    .project-pic{
        height: 200px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media all and (min-width: 576px) and (max-width: 767.98px) {
    #intro-left {
        min-height: inherit!important;
    }

    #top-footer .section-1 .col-lg-4:nth-child(2),
    #top-footer .section-2 .col-lg-4:nth-child(2) {
        border-left: 0;
        border-right: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .separator_footer_sm_md {
        display: block;
    }

    .service-item {
        padding: 20px 30px;
        min-height: inherit;
        margin-bottom: 20px;
    }

    .service-item .service-item-desc {
        margin-top: 10px;
        max-height: 25px;
    }

    .our-services-list .row {
        margin-bottom: 0;
    }

    .membership-registration {
        min-height: auto;
        margin-bottom: 20px;
    }

    .webmail {
        display: none;
    }

    .slogan {
        font-size: 17px;
        color: rgb(0, 0, 0);
    }

    #top-footer table td button {
        background-color: #222527
    }

    #top-footer table td {
        text-align: center;
    }

    #top-footer table {
        border: 1px solid #333;
    }

    #page-header-section {
        padding: 20px 15px !important;
    }

    #intro {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    #myCarouselCaptions {
        border-radius: 0;
    }

    #banners-section .carousel-item img {
        height: 350px;
    }

    #banners-section {
        padding-left: 0;
        padding-right: 0;
        /*padding: 5px;*/
        margin: 0;
        min-height: auto !important;
    }
    #banners-section .container-fluid {
        padding: 0;
        margin: 0;
        border-radius: 0;
        max-width: 100%;
        width: 100%;
    }

    .desktop-menu{
        display: none;
    }

    .intro-separator1{
        display: none;
    }

    .contact-panel-section > .section-title{
        padding-left: 0!important;
    }
    .contact-panel-section > .page-body{
        padding-left: 0!important;
    }

    #bottom-footer .copyright{
        text-align: center;
    }
    #bottom-footer .disclaimer{
        text-align: center;
    }

    #services_infograph{
        width: 100%;
    }

    p {
        font-size: 1.4em;
        line-height: 26px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media all and (min-width: 768px) and (max-width: 991.98px) {
    #intro-left {
        min-height: inherit!important;
    }

    #header-section {
        padding-bottom: 10px;
    }

    #top-footer .section-1 .col-lg-4:nth-child(2),
    #top-footer .section-2 .col-lg-4:nth-child(2) {
        border-left: 0;
        border-right: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .separator_footer_sm_md {
        display: block;
    }

    .service-item {
        padding: 20px 30px;
        min-height: inherit;
        margin-bottom: 20px;
    }

    .service-item .service-item-desc {
        margin-top: 10px;
        max-height: 25px !important;
    }

    .our-services-list .row {
        margin-bottom: 0;
    }

    #top-footer .section-1 .col-md-6:first-child,
    #top-footer .section-2 .col-md-6:first-child {
        border-right: 1px solid #737373;
    }

    #top-footer .section-1 .col-lg-4:nth-child(2),
    #top-footer .section-2 .col-lg-4:nth-child(2) {
        padding-top: 36px;
    }

    #page-header-section {
        padding: 20px 0;
    }

    #intro {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }
    
    #banners-section {
        padding-left: 0;
        padding-right: 0;
        /*padding: 5px;*/
        margin: 0;
        min-height: auto !important;
    }
    #banners-section .container-fluid {
        padding: 0;
        margin: 0;
        border-radius: 0;
        max-width: 100%;
        width: 100%;
    }

    #myCarouselCaptions {
        border-radius: 0;
    }

    #banners-section .carousel-item img {
        height: 420px;
    }

    /*#services-membership,
    #intro {
        display: block;
        margin-left: 10px;
        margin-right: 10px;
    }*/
    .profile-item .employee-picture{
        min-width: 230px;
    }

    .side-menu, #navSidebar{
        display: none;
    }

    .intro-separator2{
        display: none;
    }

    #bottom-footer .copyright{
        text-align: left;
    }
    #bottom-footer .disclaimer{
        text-align: right;
    }

    .contact-panel-section > .section-title{
        padding-left: 0!important;
    }
    .contact-panel-section > .page-body{
        padding-left: 0!important;
    }

    #services_infograph{
        width: 100%;
    }
}

/* Large devices (desktops, 992px and up) */
@media all and (min-width: 992px) and (max-width: 1199.98px) {
    #intro {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    #banners-section {
        padding-left: 0;
        padding-right: 0;
    }
    #banners-section .container-fluid {
        padding: 0;
        margin: 0;
        border-radius: 0;
        max-width: 100%;
        width: 100%;
    }

    /*#banners-section{
      padding:0;
      margin: 0;
    }*/
    #myCarouselCaptions {
        border-radius: 0;
    }

    #services-membership,
    #intro {
        display: block;
        margin-left: 10px;
        margin-right: 10px;
    }

    .side-menu, #navSidebar{
        display: none;
    }
    .intro-separator2{
        display: none;
    }

    #bottom-footer .copyright{
        text-align: left;
    }
    #bottom-footer .disclaimer{
        text-align: right;
    }
    #services_infograph{
        width: 70%;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media all and (min-width: 1200px) {
    #intro {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .side-menu, #navSidebar{
        display: none;
    }
    .intro-separator2{
        display: none;
    }

    #bottom-footer .copyright{
        text-align: left;
    }
    #bottom-footer .disclaimer{
        text-align: right;
    }
    #services_infograph{
        width: 70%;
    }
}
