body {
    font-family: 'Numans', sans-serif;
    background-color: #ffffff;
    font-size: 13px;
}

/* ----- Typography -------  */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.25em;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 2.307692308em;
    margin-bottom: 1em;
}
h2 {
    font-size: 2em;
    margin-bottom: 1em;
}
h3 {
    font-size: 20px;
    margin-bottom: 1.25em;
}
h4 {
    font-size: 17px;
    margin-bottom: 1.5em;
}
h5 {
    font-size: 15px;
    margin-bottom: 1.5em;
}
h6 {
    font-size: 1em;
    margin-bottom: 1.5em; 
}
p{
    font-family: 'Numans', sans-serif;
}
p:last-child,
p:last-of-type {
    margin-bottom: 0; 
}
small {
    font-size: 12px;
}
.t_color1{
    color: #e79800;
}
.t_color2{
    color: #0b8145;
}
.text_white {
    color: #ffffff;
}

.section_title {
    line-height: 1.1em;
}

a{
    color: #0f0f0f;
    outline: none;
    box-shadow: none;
    transition: all 0.3s;
    word-break: break-all;
}

.btn {
    color: #0f0f0f;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    transition: all 0.3s;
    word-break: break-all;
}

a:hover,
a:focus,
.btn:hover,
.btn:focus {
    color: #0f0f0f;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    transition: all 0.3s;
}

img {
    max-width: 100%;
}

iframe {
    width: 100%;
}

input[type=checkbox] {
    border-radius: 0.25em;
    cursor: pointer;
}

.btn-close {
    opacity: 1;
}
.fs-16{
    font-size: 16px;
}
.text-muted {
    color: #B5B5C3 !important;
}

.text-black {
    color: #000000 !important;
}

.formOverlay:before {
    content: "\f110";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5%;
    font-size: 56px;
    margin-top: -34px;
}

.formOverlay {
    /*background:rgba(0,0,0,0.7) url('../images/loading.gif') no-repeat center center;*/
    background: rgb(0 0 0 / 70%);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}


.alert {
    margin-bottom: 0px;
    font-size: 14px;
}

.alert .message-icon {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #9F9F9F;
    border-radius: 50%;
    line-height: 30px;
}

.alert-success {
    color: #ffffff;
    background-color: #0b8145;
    border-color: #000000;
    border-radius: 0;
    font-size: 15px;
}

.alert-danger {
    color: #ffffff;
    background-color: #ba380e;
    border-color: #ba380e;
    font-size: 15px;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.5;
}

.btn {
    display: inline-block;
    position: relative;
    text-align: center;
    border: none;
    font-size: 10px;
    line-height: 16px;
    font-weight: 600;
    padding: 12px 15px;
    /*letter-spacing: 2px;*/
    border-radius: 4px;
    z-index: 100;
    -webkit-transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out;
    transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s;
}

.btn-primary{
    background-color: #0b8145;
    color: #ffffff;
    transition: all 0.3s;
}
.btn-primary:hover, .btn-primary:focus{
    background-color: #e79800;
    color: #ffffff;
    transition: all 0.3s;
}

.btn-secondary{
    background-color: #e79800;
    color: #ffffff;
    transition: all 0.3s;
}
.btn-secondary:hover, .btn-secondary:focus{
    background-color: #0b8145;
    color: #ffffff !important;
    transition: all 0.3s;
}

.btn_lg {
    font-size: 13px;
    font-weight: 700;
    padding: 20px 40px;
    transition: all 0.3s;
}
.btn_md {
    font-size: 14px ;
    transition: all 0.3s;
}


.btn_slide {
    overflow: hidden;
}

.btn_slide .text,
.btn_slide .icon {
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.btn_slide:hover .text {
    transform: translateY(300%);
}

.btn_slide:hover .icon {
    top: 50%;
}

.btn_slide .icon {
    position: absolute;
    left: 50%;
    top: -25%;
    transform: translateX(-50%) translateY(-50%);
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    background-color: #f0f0f0;
}
.hover_icon_link {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.hover_icon_link::before {
    content: '\f0c1';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    background-color: #e21818;
    font-size: 29px;
    opacity: 0;
    cursor: pointer;
    display: block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(5);
    transform: translateX(-50%) translateY(-50%) scale(5);
    -webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hover_icon_link:hover:before {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hover_icon_link_bg:after {
    content: ' ';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.hover_icon_link_bg:hover:after {
    opacity: 1;
}

.btn_sm{
    padding: 7px 15px;
}

.box_overlay,
.box_overlay_dark {
    z-index: 1;
    color: #ffffff;
}

.box_overlay:after {
    content: '';
    background-color: #e21818;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.75;
    z-index: -1;
}

.box_overlay_dark:after {
    content: '';
    background-color: #1b1b1b;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
    z-index: -1;
}

.box_overlay_light {
    color: #000000;
    z-index: 1;
}

.intro_box.box_overlay_light {
    color: #000000;
}

.box_overlay_light:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.75;
    z-index: -1;
}

.page_header {
    padding: 60px 0;
}

.page_title {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.section_space {
    padding: 60px 0;
}

.section_breadcrumb {
    background-image: url('../images/breadcrumb_bg.jpeg');
    background-size: cover;
    padding: 35px 0;
    background-color: #1a1c1f;
    color: #ffffff;
    font-size: 12px;
    position: relative;
    overflow: hidden;
}
.section_breadcrumb h1 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #fff;
    font-size: 32px;
}

.section_breadcrumb .breadcrumb a {
    color: #ffffff;
}
.section_breadcrumb .breadcrumb-item.active {
    color: #ffffff;
}
.section_breadcrumb  .breadcrumb a:hover,
.section_breadcrumb .breadcrumb a:focus {
    color: #f7942a;
}
.section_breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
    content: '/';
}

form {
    font-size: 13px;
}
.form-label {
    font-size: 14px;
    color: #000000;
    margin-bottom: 4px;
}
.form-control:not(textarea) {
    min-height: 41px;
}
.form-select,
.form-control {
    color: #000;
    height: 41px;
    background-color: #f1f1f1;
    border-color: transparent;
    border-radius: 2px;
    font-size: 14px;
    padding: 10px 12px;
    box-shadow: 0 1px 3px rgb(50 50 93 / 15%), 0 1px 0 rgb(0 0 0 / 2%);
    transition: all 0.3s;
}

.form-select:focus,
.form-control:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    background-color: #f1f1f1;
    color: #000000;
    transition: all 0.3s;
}
.form-select{
    padding: 10px 35px 10px 12px;
}

textarea.form-control {
    height: auto;
}
input[type=file].form-control {
    height: 46px;
    padding: 12px 37px 10px 20px;
}
input[type=number].form-control {
    padding: 10px 20px;
}

.input-group .form-control {
    color: #ffffff;
    height: 46px;
    background-color: #131722;
    border-color: #545454;
    border-radius: 6px;
    font-size: 14px;
    padding: 10px 37px 10px 20px;
    transition: all 0.3s;
}
.input-group .form-control:focus {
    background-color: #0c101b;
    transition: all 0.3s;
}
.input-group button.input-group-text {
    background-color: transparent;
    border: 1px solid #545454;
    color: #ffffff;
    transition: all 0.3s;
}
.input-group button.input-group-text:hover, .input-group button.input-group-text:focus {
    background-color: #f7942a;
    border: 1px solid #545454;
    color: #000000;
    transition: all 0.3s;
}
.form-floating>label {
    color: #0b8145;
}
.form-check{
    font-size: 16px;
}

#offcanvasMenu{
    background-color: #ffffff;
    width: 300px;
}
.btn_offcanvas_close {
    background: no-repeat;
    border: none;
    font-size: 22px;
}

.header_main {
    background-color: #ffffff;
    box-shadow: rgb(0 0 0 / 24%) 0 4px 9px 0;
    position: relative;
    z-index: 10;
    padding: 5px 0;
    -webkit-box-shadow: rgb(0 0 0 / 24%) 0 4px 9px 0;
    -moz-box-shadow: rgb(0 0 0 / 24%) 0 4px 9px 0;
    box-shadow: rgb(0 0 0 / 24%) 0 4px 9px 0;
}
@media (max-width: 767px) {
    .header_main_btns .btn {
        padding: 8px 10px;
    }
}

nav.navbar {
    background-color: #0b8145;
}

.navbar-brand img{
    max-height: 95px;
}

.navbar-toggler {
    border: 0;
    padding: 0;
    font-size: 22px;
    color: #000000;
    display: inline-block;
    margin-left: 20px;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.navbar-nav > .nav-item > .nav-link  {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}
.navbar-nav > .nav-item > .nav-link.nav-link-strong{
    font-weight: 700;
}
.navbar-nav .dropdown-menu {
    padding: 0;
    margin-top: 0px;
}

.navbar-nav > .nav-item {
    padding: 15px 15px;
}

.navbar-nav > .nav-item > .nav-link  {
    position: relative;
    padding: 0;
}
.nav-link-title{
    position: relative;
}
.nav-link-title:before {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
    width: 0;
    left: 0;
    right: 0;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -ms-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
    visibility: hidden;
    display: block;
}
.nav-item:hover .nav-link .nav-link-title:before, .dropdown-item:hover .nav-link-title:before{
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    visibility: visible;
}
.dropdown .dropdown-menu .dropdown-item:hover .nav-link-title::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: -12px;
    top: -2px;
    font-size: 11px;
}
.navbar-nav .dropdown-menu .dropdown-item {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 9px 30px 9px 20px;
    position: relative;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid #0a974f;
}
.dropdown-menu > li:hover > .submenu {
    background: #ffffff;
    border-radius: 0;
    border: 0;
    padding: 0;
    -webkit-box-shadow: 0 2px 15px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 15px 0px rgba(0,0,0,.1);
    box-shadow: 0 2px 15px #0000001a;
}
.navbar-nav > .dropdown > .dropdown-menu.show{
    border: none;
    border-radius: 0;

    background: -moz-linear-gradient(top, #0b8145 0%, #0b8145 15%, #0b8145 100%);
    background: -webkit-linear-gradient(top, #0b8145 0%, #0b8145 15%, #0b8145 100%);
    background: -ms-linear-gradient(top, #0b8145 0%, #0b8145 15%, #0b8145 100%);
    background: linear-gradient(top, #0b8145 0%, #0b8145 15%, #0b8145 100%);

    -webkit-box-shadow: 0 1px 4px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 4px 0px rgba(0,0,0,.1);
    box-shadow: 0 1px 4px #0000001a;
}
.navbar-nav .dropdown-menu > li a:focus, .navbar-nav .dropdown-menu > li a:hover {
    color: #ffffff;
    background-color: #066a37;
}
/* ============ desktop view ============ */
@media all and (min-width: 767px) {
    .navbar-nav .dropdown-menu.show.dropdown-menu-multicol {
        display: flex;
        flex-wrap: wrap;
        width: 400px;
    }
    .navbar-nav .dropdown-menu > li:hover > .submenu.dropdown-menu-multicol{
        display: flex !important;
        flex-wrap: wrap;
        width: 400px;
    }
	.navbar-nav .dropdown-menu li{
		position: relative;
	}
	.navbar-nav .dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.navbar-nav .dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}
	.navbar-nav .dropdown-menu > li:hover{ background-color: #066a37;}
	.navbar-nav .dropdown-menu > li:hover > .submenu{
		display: block;
	}
}	
/* ============ desktop view .end// ============ */
@media (max-width: 992px) {
    .navbar-nav > .nav-item {
        padding: 12px 6px;
    }
    .navbar-nav > .nav-item > .nav-link {
        font-size: 12px;
    }
}
/* ============ small devices ============ */
@media (max-width: 767px) {
    .navbar-nav > .nav-item > .nav-link {
        color: #000000;
    }
    .navbar-nav > .nav-item  {
        padding: 10px 20px ;
    }
    .navbar-nav .dropdown-menu .dropdown-menu{
            margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
    }
    .navbar-nav .dropdown-menu {
        border: none;
    }
    .navbar-nav > .dropdown > .dropdown-menu.show {
        background: #ffffff;
        position: relative !important;
        transform: translate3d(0px, 10px, 0px) !important;
        box-shadow: none;
    }
    .navbar-nav .dropdown-menu > li:hover > .submenu {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav > .nav-item > .nav-link {
        display: block;
    }
    .navbar-nav .dropdown-item:focus, .navbar-nav .dropdown-item:hover {
        color: var(--bs-dropdown-link-hover-color);
        background-color: transparent;
    }
    .navbar-nav .dropdown-menu .dropdown-item {
        color: #000000;
        border-bottom: 1px solid #dddddd;
    }
}	
/* ============ small devices .end// ============ */



footer {
    position: relative;
    background-image: url('../images/section_bg_img.jpg');
    background-size: cover;
    background-position: top;
}

.footer_top {
    padding: 50px 0;
}
.footer_block {
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer_block_title {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footer_block_title:after {
    content: '';
    background-color: #f7f7f7;
    width: 45px;
    height: 3px;
    display: block;
    margin-top: 10px;
}
.footer_block ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer_block ul li{
    margin-bottom: 5px;
    clear: both;
}
.footer_block ul li a{
    text-decoration: none;
    color: #ffffff;
}
.footer_block ul li a:hover,.footer_block ul li a:focus{
    text-decoration: none;
    color: #e79800;
}
.footer_block a, .footer_block p, .footer_block {
    font-size: 14px;
}

.footer_block .btn{
    border-radius: 0;
    font-size: 14px !important;
}

.footer_block ul.address li{
    margin-bottom: 20px;
}
.address i, .address h4 {
    color: #f7f7f7;
}
.address h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 5px;
    font-weight: 700;
}
.address i {
    width: 45px;
    height: 45px;
    border: 2px solid;
    font-size: 1.2857142857142858em;
    text-align: center;
    line-height: 41px;
    float: left;
    margin-right: 0.7em;
    margin-bottom: 0.7em;
}
.socialicons {
    line-height: 25px;
    font-size: 18px;
    font-weight: 700;
}
.socialicons a {
    margin-right: 5px;
    margin-left: 5px;
    color: #ffffff;
}
.socialicons a:hover,.socialicons a:focus {
    color: #e79800;
}


.footer_copyright{
    background: #2f2f2f;
    color: #fff;
    font-size: 15px;
}
.payment_icons i {
    margin: 5px;
    font-size: 24px;
    color: #000000;
}


.heroSwiper {
    max-height: 600px;
}
.slide_item_image img, .slide_item_image video{
    max-height: 600px;
    width: 100%;
    object-fit: cover;
}
.slide_item_image:before {
    content: '';
    background-color: rgb(0 0 0 / 50%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
.slide_item_content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    text-align: center;
    width: 640px;
    margin: 0 auto;
    max-width: 100%;
    padding: 25px;
}
.slide_item_title {
    margin-bottom: 10px;
    font-size: 38px;
    font-weight: 500;
    text-transform: uppercase;
}
.slide_item_description {
    font-size: 13px;
    width: 70%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.slide_item_button {
    color: #ffffff;
    background-color: #0f0f0f;
    padding: 10px 50px;
    border: 1px solid #ffffff;
    display: inline-block;
    font-size: 14px;
    margin-top: 20px;
    text-transform: uppercase;
    text-decoration: none;
}
.slide_item_button:hover, .slide_item_button:focus {
    color: #ffffff;
}

.section-title  {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.section-title h2 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.section-title p {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.section-title.section-title-divider{
    padding-bottom: 20px;
}
.section-title.section-title-divider ::after {
    bottom: -6px;
    color: #e79800;
    content: "\f19d";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 14px;
    height: 25px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 39px;
    z-index: 9;
    background: none 0 0 repeat scroll #fff;
    margin: 0 auto;
}
.section-title.section-title-divider:before {
    background: #e79800 none repeat scroll 0 0;
    bottom: 9px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 109px;
}

.welcome_section h2{
    font-size: 30px;
}
.welcome_section h2 span {
    color: #e79800;
}
.welcome_section h6{
    font-size: 13px;
}
.welcome_section p {
    font-size: 14px;
}

.seminar_events{
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-image: url('../images/section_bg_img.jpg');
    background-size: cover;
    background-position: top;
}

.events_filters {
    list-style: none;
    margin: 0;
    padding: 0;
}
.events_filters li {
    border: 1px solid #d9d9d9;
    background-color: #ffffff;
    padding: 6px 15px;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
	cursor: pointer;
    -webkit-box-shadow: 0 2px 0 rgb(0 0 0 / 2%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 2%);
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.events_filters li:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.events_filters li:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.events_filters li:hover {
    border: 1px solid #e79800;
    color: #e79800;
}
.events_filters li.is-checked {
    border: 1px solid #17a43b;
    color: #ffffff;
	background-color: #17a43b;
}
.event-post-content {
    color: #5d5d5d;
    font-size: 14px;
    font-family: sans-serif;
}
.event-item .event-post-full .event-post-content .event-post-txt {
    padding: 10px 20px 0;
    width: 100%;
}
.event-item .event-post-full {
    margin-bottom: 40px;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0 5px 15px 0 rgb(0 0 0 / 7%);
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 7%);
    overflow: hidden;
    border-radius: 3px;
	height: 100%;
}
.event-item .event-post-full .event-post-content .event-post-txt .ecat {
    margin: 0 0 15px;
    background: #d94148;
    display: inline-block;
    color: #fff;
    line-height: 24px;
    border-radius: 15px;
    padding: 0 12px;
    font-size: 12px;
    text-transform: uppercase;
}
.event-item .event-post-full .event-post-content .event-post-txt .h5, .event-item .event-post-full .event-post-content .event-post-txt h5 {
    margin: 0 0 15px;
    font-size: 20px;
    letter-spacing: -.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.event-item .event-post-full .event-post-content .event-post-txt .h5 a, .event-item .event-post-full .event-post-content .event-post-txt h5 a{
    color: #333;
	font-size: 20px;
    font-weight: 700;
	text-decoration: none;
}
.event-item .event-post-full .event-post-content:hover .event-post-txt .h5 a, .event-item .event-post-full .event-post-content:hover .event-post-txt h5 a {
    color: #d94148;
}
.event-item .event-post-full .event-post-content .event-post-txt .event-meta {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
}
.event-item .event-post-full .event-post-content .event-post-txt .event-meta .latest-updates .post-date i, .event-item .event-post-full .event-post-content .event-post-txt .event-meta i {
    color: #ccc;
    font-size: 16px;
    margin-right: 5px;
}
.event-item .event-post-full .event-post-content .event-post-txt article {
    --max-lines: 2;
    position: relative;
    max-height: calc(23px*var(--max-lines));
    overflow: hidden;
    padding-right: 0.5rem;
}
.event-item .event-post-full .event-post-content .event-post-txt p {
    margin: 0 0 15px;
    line-height: 22px;
    color: #777;
    min-height: 2.5em;
}
.event-item .event-post-full .event-post-content .event-post-loc {
    line-height: 40px;
    height: 40px;
    border-top: 1px solid #eee;
    color: #777;
    padding: 0 0 0 20px;
    width: 100%;
}
.event-item .event-post-full .event-post-content .event-post-loc-loc{
    font-size: 12px;
}
.event-item .event-post-full .event-post-content .event-post-loc a {
    float: right;
    color: #ccc;
    border-left: 1px solid #eee;
    padding: 0 20px;
	line-height: 40px;
}
.event-item .event-post-full .event-post-content .event-post-loc a.event-post-loc-btnreg {
    background-color: #e79800;
    color: #ffffff;
    text-decoration: none;
    padding: 0 15px;
}
.event-item .event-post-full .event-post-content .event-post-loc a.event-post-loc-btnreg:hover, .event-item .event-post-full .event-post-content .event-post-loc a.event-post-loc-btnreg:focus {
    background-color: #0b8145;
    color: #ffffff;
}
.event-item .event-post-full .imageArea .thumb {
    position: relative;
    overflow: hidden;
	height: 100%;
}
.event-item .event-post-full .imageArea .thumb img {
    width: 100%;
    max-height: 250px;
    height: 100%;
    object-fit: cover;
}
.event-item .event-post-full .imageArea .thumb a {
    position: absolute;
    left: -150px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    text-align: center;
    color: #d94148;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.event-item .event-post-full:hover .imageArea .thumb a {
    left: 0;
    opacity: 1;
	text-decoration:none;
}
.event-item .event-post-full .imageArea .thumb a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
}
.event-item .event-post-full .imageArea .thumb:after {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
}
.event-item .event-post-full:hover .imageArea .thumb:after {
    opacity: 1;
}
.btn-more {
    display: inline-block;
    width: auto;
    border: 1px solid #dee2e6;
    padding: 9px 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
.btn-more:hover {
	background-color: #e79800;
	border-color: #e79800;
	color: #ffffff;
	text-decoration:none;
}
@media all and (max-width: 767px){
	.event-item .event-post-full .event-post-content .event-post-txt article {
		--max-lines: 3;
		max-height: calc(23px*var(--max-lines));
	}
}


.brands .section-title{
    margin-bottom: 80px;
}
.brand-logo img{
    max-height: 100px;
    width: auto;
    margin: 0 auto;
}
.brandsSwiper_buttons {
    margin-top: 30px;
}
.brandsSwiper_button {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #e79800;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #fff;
    color: #e79800;
    padding: 0;
    font-size: 14px;
}
.brandsSwiper_button:hover,.brandsSwiper_button:focus{
    background-color: #e79800;
    color: #fff;
}
.brandsSwiper_button.swiper-button-disabled {
    opacity: 0.4;
}



.event-thumb {
    max-height: 300px;
    overflow: hidden;
}
.event-thumb img {
    border-radius: 5px;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.event-data .event-meta {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    border-bottom: 1px solid #ccc;
    margin: 0 0 13px;
    padding: 0 0 5px;
}
.event-data .event-meta ul.emeta {
    list-style: none;
    margin: 0;
    padding: 0;
}
.event-data .event-meta ul.emeta>li {
    display: inline;
	color: #444;
    font-size: 15px;
}
.event-data .event-meta ul.emeta>li  strong {
    color: #40407e;
    font-weight: 400;
}
.event-data .event-meta ul.emeta>li:after {
    content: "|";
    color: #ccc;
    padding: 0 10px;
}
.event-data .event-meta ul.emeta>li:last-child:after{
	display:none;
}

.event-data-title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}

.event-data-discription {
    min-height: 110px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 25px;
    color: #5d5d5d;
}

.event-announcer-authorImage a {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #0b8145;
    display: inline-block;
}
.event-announcer-authorImage img{
    width: 92px;
    height: 92px;
    object-fit: cover;
}
.event-announcer-authorInfo {
    padding-top: 13px;
    margin-left: 20px;
}
.event-announcer-authorName {
    display: block;
    font-weight: 700;
    font-size: 15px;
}
.event-announcer-authorWords{
    font-style: italic;
    font-size: 13px;
    position: relative;
    margin-bottom: 0;
    display: block;
    color: #5d5d5d;
}
.event-thumb.event-thumb-full {
    max-height: none;
    text-align: center;
}
.event-thumb.event-thumb-full img {
    width: auto;
    height: auto;
}

.event-topInformation{
    margin-bottom: 20px;
}
.event-topInformation-meta{
    margin: 0;
    padding: 0;
    list-style: none;
    color: #c0bdd0;
    font-style: italic;
}
.event-topInformation-metaInf{
    display: inline-block;
    margin-right: 10px;
}
.event-topInformation-metaInf span{
    color: #c0bdd0;
}
.event-metaInf-articleDate {
    font-size: 9px;
}



.resource_filters {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.resource_filters li {
    font-size: 48px;
    color: #c7c7c7;
    cursor: pointer;
    border-bottom: 4px solid transparent;
    padding-bottom: 20px;
	transition: color 0.3s ease-in-out;
}
.resource_filters li span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #c7c7c7;
    margin-top: 15px;
	transition: color 0.3s ease-in-out;
}
.resource_filters li.is-checked, .resource_filters li:hover {
    color: #17a43b;
    border-color: #17a43b;
}
.resource_filters li.is-checked span , .resource_filters li:hover span{
    color: #df0000;
}
.resource_posts:before {
    content: '';
    position: absolute;
    box-shadow: inset 0 1px 8px rgb(0 0 0 / 37%);
    top: 0;
    bottom: 0;
    left: -20px;
    right: -20px;
}
.resource_posts {
    padding: 60px 0;
	overflow: hidden;
    position: relative;
}

.ant-list-item {
    padding-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 20px;
}
.ant-list-item-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 0;
	margin-bottom: 16px;
}
.ant-list-item-meta-avatar {
    margin-right: 16px;
}
.ant-list-item-meta-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}
.ant-list-item-meta-avatar a{
	border: 2px solid #5b4351;
	width: 46px;
    height: 46px;
	display: inline-block;
    overflow: hidden;
    border-radius: 50%;
}
.ant-list-item-meta-avatar a img {
    height: 100%;
    max-height: 100%;
    width: auto;
}
.ant-list-item-meta-title {
    margin-bottom: 0;
}
.ant-list-item-meta-title > a {
    text-decoration: none;
	font-size: 16px;
    font-weight: 600 !important;
    color: rgb(0 0 0 / 65%);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.ant-list-item-meta-description, .ant-list-item-meta-description span {
    color: #a5a5a5;
    font-size: 13px;
    line-height: 22px;
}
.ant-list-item-content {
    margin-bottom: 15px;
    font-size: 13px;
    --max-lines: 5;
    position: relative;
    max-height: calc(21px*var(--max-lines));
    overflow: hidden;
}
.ant-list-item-action {
    margin-top: auto;
    margin-left: 0;
	padding: 0;
    list-style: none;
	margin-bottom: 0;
}
.ant-list-item-action li span span {
    font-size: 12px;
}
.ant-list-item-action .liked {
    color: #5d5dff;
}
.ant-list-item-main {
	padding: 15px 15px 0 15px
}
.ant-list-item-action > li {
    padding: 0 16px;
	position: relative;
    display: inline-block;
    color: rgba(0,0,0,.45);
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
}
.ant-list-item-action > li:first-child {
    padding-left: 0;
}
.ant-list-item-date{
    font-size: 12px;
    color: #a5a5a5;
}
.ant-list-item-action-split {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    background-color: #e8e8e8;
}
.ant-list-item-extra {
    margin-left: 40px;
}
.ant-list-item-extra img {
    max-width: 300px;
}

.event-topInformation{
    margin-bottom: 20px;
}
.event-topInformation-meta{
    margin: 0;
    padding: 0;
    list-style: none;
    color: #c0bdd0;
    font-style: italic;
}
.event-topInformation-metaInf{
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
}
.event-topInformation-metaInf span{
    color: #c0bdd0;
}
.event-metaInf-articleDate {
    font-size: 11px;
}
.event-topInformation-metaInf-like{
    text-decoration: none;
    color: #c0bdd0;
}
.event-topInformation-metaInf-like.liked, .event-topInformation-metaInf-like:hover, .event-topInformation-metaInf-like:focus{
    text-decoration: none;
    color: #5d5dff;
}

.EC_item {
    position: relative;
}
.EC_item .EC_item_thumb {
    position: relative;	text-align: center;
}.EC_item .EC_item_thumb img {    width: 215px;    height: 215px;    object-fit: cover;    border-radius: 100%;    z-index: 2;    border: 2px solid #0b8145;}
.EC_item_meta {
    text-align: center;
}
.EC_item_meta a{
    text-decoration: none;
}
.EC_item_meta h3 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 24px;
}

.BtnSwiper_buttons {
    margin-top: 30px;
}
.BtnSwiper_button {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #e79800;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #fff;
    color: #e79800;
    padding: 0;
    font-size: 14px;
}
.BtnSwiper_button:hover,.BtnSwiper_button:focus{
    background-color: #e79800;
    color: #fff;
}
.BtnSwiper_button.swiper-button-disabled {
    opacity: 0.4;
}


.filters_btns_wrapper{
    position: relative;
}
.filters_btns_wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    box-shadow: 0 1px 8px rgb(0 0 0 / 37%);
    bottom: 0;
    top: 0;
    z-index: -1;
}
.filters_btns {
    margin: 0;
    list-style: none;
    padding: 0;
}
.filters_btns li {
    padding: 5px 20px;
}
.filters_btns h3 {
    font-size: 28px;
    margin: 0;
    cursor: pointer;
    color: #2f2f2f;
    transition: all 0.3s;
}
.filters_btns h3:hover,.filters_btns h3:focus {
    color: #e79800;
    transition: all 0.3s;
}

.filters_item {
  width: 24%;
  padding: 2px;
}
.gallery-thumb {
    width: 25vw;
    height: 13vw;
    object-fit: cover;
}

@media only screen and (max-width: 767px) {
    .page_header {
        padding: 30px 0;
    }
    .filters_btns li {
        padding: 5px 10px;
    }
    .filters_btns h3 {
        font-size: 16px;
        margin: 0;
    }
    .filters_item {
        width: 46%;
    }
    .gallery-thumb {
        width: 46vw;
        height: 25vw;
    }
}
.btn_cart_count {    background-color: #e79800;    font-size: 14px;    color: #ffffff;}
.btn_cart_count:hover,.btn_cart_count:focus {    background-color: #000000;    font-size: 14px;    color: #ffffff;}

.shop_sidebar {
    background-color: #efefef;
}
.sidebar_widget{
    padding-bottom: 25px;
}
.sidebar_widget_title {
    color: #ffffff;
    background-color: #e79800;
    padding: 10px;
}
.sidebar_widget ul {
    margin: 0;
    list-style: none;
    padding: 0 20px;
}
.sidebar_widget ul li {
    padding: 5px 0;
    border-bottom: 1px solid #c3c3c3;
    margin-bottom: 5px;
}
.sidebar_widget ul li:last-child {
    margin-bottom: 0;
}
.sidebar_widget ul a {
    color: #000000;
    text-decoration: none;
    display: block;
	transition: all 0.3s;
}
.sidebar_widget ul li a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
	transition: all 0.3s;
}

.sidebar_widget ul a:hover,.sidebar_widget ul a:focus{
    color: #e79800;
	transition: all 0.3s;
}
.sidebar_widget ul a:hover:before,.sidebar_widget ul a:focus:before{
	margin-right: 11px;
	transition: all 0.3s;
}
.shop_content_item img {
    width: 180px;
    height: 180px;
    object-fit: cover;
}










