/*
Theme Name: bsarg
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: bsargteam
Author URI: https://ejump.com/
Description:
Version: 2025
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@font-face {
    font-family: 'Benzin';
    font-style: normal;
    font-weight: normal;
    src: url('./assets/fonts/Benzin-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Benzin';
    font-style: normal;
    font-weight: bold;
    src: url('./assets/fonts/Benzin-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Geoform';
    font-style: normal;
    font-weight: normal;
    src: url('./assets/fonts/Geoform.woff2') format('woff2');
}

@media (min-width: 1200px) {
    .container {
        width: 1280px;
    }
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media screen and (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media screen and (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
    .hidden-xl,
    .hidden-md {
        display: none;
    }
    .show-on-desktop {
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

@media screen and (max-width: 991px) {
    .show-on-mobile {
        display: block;
    }
    .hidden-sm {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .hidden-xs {
        display: none;
    }
}

*:focus {
    outline: none;
}

a {
    color: #141414;
    text-decoration: none;
    position: relative;
}

a:hover {
    color: #BD2932;
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Raleway", Arial, sans-serif;
    color: #141414;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", Arial, sans-serif;
}

ul {
    padding-left: 20px
}

li,
a,
p {
    font-size: 18px;
    font-family: "Raleway", Arial, sans-serif;
}

.elementor-widget-container ul {
    list-style: none;
}

.elementor-widget-container ul li::before {
    content: '';
    background: url(https://bsarg.eu/wp-content/uploads/2025/05/icon_custom.svg) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: calc(50% - 8px);
    left: -20px;
    display: block;
    width: 16px;
    height: 16px;
}

.white_list ul li::before {
    filter: brightness(0) invert(1);
}

.elementor-widget-container ul li {
    position: relative;
}

:focus {
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 26px
}

ol,
ul {
    list-style: none
}

article ul {
    list-style: disc
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: 0
}

a:active,
a:hover {
    outline: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html,
button,
input,
select,
textarea {
    color: #222
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.icon.icon-angle-down {
    display: none
}

#user-registration.horizontal .user-registration-MyAccount-navigation-link a:hover,
#user-registration.horizontal .user-registration-MyAccount-navigation-link.is-active a {
    border-color: #BD2932 !important;
    color: #BD2932 !important;
}

.user-registration.user-registration-MyAccount {
    margin: 50px auto !important;
    display: table !important;
}

#user-registration-form-45 {
    max-width: 1000px !important;
    width: 100%;
    margin: 30px auto;
    display: table
}

#user-registration.horizontal .user-registration-MyAccount-content__body p a,
#ur-frontend-form a {
    color: #BD2932 !important;
}

#ur-frontend-form .button,
#user-registration-form-45 .btn.button {
    background: #BD2932 !important;
    border-radius: 0 !important
}

/* Header */

header .row-center {
    display: flex;
    align-items: center;
}

#menu-item-77 a {
    background: #BD2932;
    padding: 5px 10px;
    color: #fff;
    border-radius: 6px;
    text-align: center
}

#custom-header {
    padding: 10px 0;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
}

#custom-header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1000000;
}

body.scroll-header {
    padding-top: 80px;
}

.header-logo img {
    height: auto;
    width: auto;
}

.nav-header-menu a {
    font-size: 15px;
    line-height: 20px;
}

.nav-header-menu ul {
    padding: 0;
    margin: 0;
}

.nav-header-menu .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 250px;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.15);
    z-index: 999;
}

.nav-header-menu .menu-item-has-children {
    position: relative;
}

.nav-header-menu .menu-item-has-children:hover .sub-menu {
    display: block;
}

.nav-header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media screen and (min-width:992px) {
    .big_text_lg {
        font-size: 40px !important
    }
    .nav-header-menu ul {
        display: flex;
        align-items: center;
    }
    .nav-header-menu ul>li {
        padding: 0 7px;
    }
    .nav-header-menu ul>li:last-child {
        padding-right: 0;
    }
    .nav-header-menu ul>li ul li {
        padding: 5px;
    }
}

/* Responsive Menu Button */

@media screen and (max-width:991px) {
    .mobile-trigger {
        display: inline-block;
        cursor: pointer;
    }
    .icon-trigger {
        position: relative;
        right: 0;
        top: calc( 50% - 15px);
        z-index: 101;
        margin: 0;
        padding: 0;
        background: transparent;
        border: 0;
        float: right;
    }
    .bar1,
    .bar2,
    .bar3 {
        width: 35px;
        height: 2px;
        background-color: #000;
        margin: 6px 0;
        transition: 0.4s;
        display: block;
    }
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-10px, 6px);
        background-color: #000;
    }
    .change .bar2 {
        opacity: 0;
    }
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-5px, -1px);
        background-color: #000;
    }
    .nav-header-menu ul li a {
        padding: 15px 0;
        display: block;
        font-size: 22px;
        line-height: 30px;
    }
    .nav-header-menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        background: #fff;
        z-index: 100;
        justify-content: center;
        align-items: center;
        padding: 30px;
    }
    .menu-active .nav-header-menu {
        display: flex;
    }
}

/* Footer */

.site-footer {
    display: flex;
    padding: 30px 0 15px;
    background: #ae3738;
    color: #fff;
    flex-direction: column;
}

.site-footer ul {
    margin: 0;
    padding: 0;
}

.top-footer {
    margin-bottom: 15px;
}

#wpcf7-f582-o1 p {
    display: flex;
    max-width: 500px;
    margin: 0;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

#text-3 {
    text-align: center;
    margin: 40px 0;
}

#text-3 .widget-title {
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 20px;
    line-height: 1.3;
}

#wpcf7-f582-o1 .wpcf7-response-output {
    width: 100%;
}

#wpcf7-f582-o1 .wpcf7-not-valid-tip {
    position: absolute;
    color: #fff;
    top: 100%;
}

#wpcf7-f582-o1 p * {
    margin: 0 !important;
    display: flex;
}

#wpcf7-f582-o1 input {
    border-radius: 14px;
    border: 1px solid #ccc;
    margin: 0 5px !important;
}

.label-above .nf-field-label {
    margin: 0 0 5px !important;
}

#nf-field-4,
#nf-field-9,
.btn.ninja-forms-field.nf-element.btn-success {
    background: #BD2932;
    padding: 10px 15px;
    color: #fff;
    border: 0
}

#ninja_forms_required_items,
.nf-field-container {
    margin: 0 0 5px !important;
}

.ninja-forms-field.nf-element {
    border-radius: 14px;
    border: 1px solid #ccc;
    height: auto;
    padding: 10px;
}

#wpcf7-f582-o1 input[type="submit"] {
    background: #000
}

#media_image-2 {
    text-align: center;
}

#menu-footer-menu {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0 20px;
}

#menu-footer-menu li a {
    color: #fff;
}

#menu-footer-menu li {
    margin: 0 15px;
}

.copyright-section * {
    margin: 0;
    padding: 0
}

.copyright-section ul {
    display: flex;
}

.copyright-section ul li {
    margin-left: 15px;
}

.copyright-section ul li a {
    color: #fff
}

@media screen and (max-width:991px) {
    #menu-footer-menu,
    .copyright-section ul {
        flex-direction: column;
    }
    #menu-footer-menu li,
    .copyright-section ul li {
        margin: 10px 0 0
    }
}

.copyright-section {
    text-align: center;
    padding: 15px 0 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width:991px) {
    .site-footer section {
        margin-bottom: 30px;
    }
    .top-footer {
        margin: 0;
    }
}

@media screen and (min-width: 992px) and (max-width:1280px) {
    .nav-header-menu ul>li {
        padding: 0 5px;
    }
    .nav-header-menu a {
        font-size: 12px;
        line-height: 20px;
    }
}

.content-area {
    min-height: 800px
}

.banner_class {
    position: relative;
}

.banner_class .elementor-element {
    position: relative;
    z-index: 1;
}

.banner_class::after {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

main.single-post {
    padding: 0px 0 40px 0
}

.wpcf7 label {
    font-weight: normal
}

.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 input[type="text"] {
    width: 100%;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #ccc;
    margin: 10px 0 0;
}

.wpcf7 input[type="submit"] {
    background: #ae3738;
    padding: 10px 20px;
    border-radius: 0;
    color: #fff;
    border-color: #ae3738 !important;
    box-shadow: none;
}

.wpcf7 input[type="submit"]:hover {
    background: #000;
    color: #fff;
    border-color: #000 !important;
}

.wp-show-posts-entry-title {
    margin-bottom: 0 !important
}

.wp-show-posts-entry-title a {
    font-size: 20px;
}

.wp-show-posts-entry-meta a {
    background: #ae3738;
    color: #fff !important;
    padding: 10px 20px;
}

.wp-show-posts-entry-meta {
    order: -1;
    margin-bottom: 15px !important;
}

.wp-show-posts-entry-header {
    display: flex;
    flex-direction: column;
}

.btn_custom {
    background: #ae3738;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none
}

.btn_custom:hover {
    background: #d9b1b6;
    transition: .25s all;
}

#privacy_policy_1748429164_field label input {
    margin-left: -20px;
}

#check_box_1748428861_field ul,
#check_box_1748429217_field ul {
    padding: 0
}

.wp-singular .ur-frontend-form .ur-form-row {
    margin-bottom: 5px
}

#privacy_policy_1748429164_field label {
    padding-left: 20px
}

.wp-singular #user_registration_check_box_1748428861_field ul {
    padding: 0
}

.wp-singular #user_registration_check_box_1748429217_field,
.wp-singular #user_registration_privacy_policy_1748429164_field {
    display: none
}

.wpcf7-acceptance .wpcf7-list-item {
    margin: 0
}

.wpcf7.js label {
    width: 100%
}

p.user-registration-registration-description:after {
    content: 'Personal Information:';
    font-size: 20px;
    margin: 20px 10px -10px;
    display: block;
    text-align: left;
    font-weight: bold;
}

#select_1748428720_field::before {
    content: 'Professional Details:';
    font-size: 20px;
    margin: 20px 0 10px;
    display: block;
    font-weight: bold;
}

#file_1748431618_field::before {
    content: 'Optional:';
    font-size: 20px;
    margin: 20px 0 10px;
    display: block;
    font-weight: bold;
}

@media screen and (max-width:991px) {
    .e-con-boxed {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .copyright-section {
        flex-direction: column;
    }
    #nav_menu-2 {
        order: -1
    }
}

.user-registration ul li::before {
    display: none;
}

.single-courses table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.single-courses th,
.single-courses td {
    border: 1px solid #ccc;
    padding: 10px;
    vertical-align: top;
}

.single-courses th {
    color: #fff;
    background-color: #ae3738;
    text-align: left;
}

.single-courses .section-title {
    background-color: #ae3738;
    color: #fff;
    font-weight: bold;
}

.featured-header {
    width: 100%;
    min-height: 450px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    color: white;
}

.featured-header-overlay {
    background: rgba(0, 0, 0, 0.4);
    /* semi-transparent overlay for better contrast */
    padding: 20px;
    width: 100%;
}

.featured-header .entry-title {
    margin: 0;
    font-size: 2.5rem;
    color: #fff;
}

.page-id-47 #user-registration {
    margin: 0 auto 0 !important;
}

.page-id-47 .entry-content {
    background: #ae3738;
    padding-top: 50px
}

.page-id-47 #primary {
    min-height: 0;
}

#myVideo {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0
}

#myVideo video {
    float: right;
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    object-fit: cover;
    z-index: -100;
    -webkit-transition: width 3s ease-in-out;
    -moz-transition: width 3s ease-in-out;
    -o-transition: width 3s ease-in-out;
    transition: width 3s ease-in-out
}

#myVideo.contents {
    max-height: 100vh;
    overflow: hidden
}

#myVideo.contents video {
    right: 0;
    left: auto;
    width: 73%;
    white-space: nowrap;
    overflow: hidden
}

.fadeIn #myVideo {
    z-index: -1;
}

.box-custom-home {
    color: #000;
    position: relative;
    background: rgba(245, 245, 245, .75);
    display: inline-block;
    width: 100%;
    padding: 50px;
    margin-top: 130px;
    max-width: 600px;
    visibility: hidden;
}

.box-custom-home h1 {
    margin: 0 0 20px;
    font-weight: bold;
}

.box-custom-home.fadeInUp {
    visibility: visible;
    animation-duration: 3s;
}

.home_section_1 {
    display: block;
    min-height: 100vh;
    z-index: 1;
    position: relative;
}

@media screen and (max-width: 991px) {
    #myVideo {
        position: relative;
        display: block
    }
    #myVideo.contents video {
        width: 100%
    }
    #myVideo video {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0
    }
    body.scroll-header.home {
        padding: 0;
    }
    .home header {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }
    .box-custom-home {
        margin: 0;
    }
    .home_section_1 {
        min-height: 0;
    }
    .home_section_1 .box-custom-home {
        min-height: 0;
        padding: 20px 0;
        visibility: visible !important;
        animation-duration: 0s !important;
        animation: none !important
    }
}

.nf-before-form-content {
    display: none;
}

#nf-form-3-cont input {
    padding: 10px;
}

#nf-form-3-cont nf-fields-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#nf-form-3-cont nf-fields-wrap nf-field:last-child {
    width: 100%;
}

#nf-field-41-container {
    display: table;
    width: auto;
    margin: 0 auto !important;
    text-align: center;
}

.nf-after-field .nf-error-msg {
    margin-right: 10px;
    position: absolute;
    top: 90%;
    color: #000;
}

.nf-error-msg {
    color: #e80000;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    display: table;
    width: 100%;
    text-align: center;
    color: #000 !important;
    top: 90%;
}

#nf-form-2-cont .nf-form-errors .nf-error-msg {
    position: relative
}

.rsc_message {
    margin: 30px auto;
    display: table;
    font-size: 24px;
}

#nf-field-13-container {
    margin-left: 10px !important
}

.featured-header .entry-title {
    font-weight: 300 !important
}

.nf-form-content ul li::before {
    display: none
}

.nf-form-cont .label-right .nf-field-label {
    padding-left: 4px
}

.nf-form-cont .list-checkbox-wrap .nf-field-element li label {
    font-weight: 500 !important
}

.nf-form-cont .nf-field-label .nf-label-span,
.nf-form-cont .nf-field-label label {
    font-weight: 500
}

.nf-form-cont .html-container {
    margin: 20px 0 10px !important;
}

.nf-form-cont .field-wrap input[type=submit] {
    background: #BD2932;
    padding: 15px 30px;
    border: 0;
    color: #fff;
    border-radius: 6px;
    text-align: center;
}
#user-registration{
	margin: 30px auto;
}
#nf-field-13{
    background: #fff;
    color:#BD2932;
}