@font-face {
    font-family: Montserrat;
    src: url(fonts/Montserrat-VariableFont_wght.ttf) format('truetype');
    /*src: url(fonts/Montserrat-VariableFont_wght.ttf) format('truetype');*/
    font-style: normal;
    font-weight: normal;
    font-display: fallback;
}
@font-face {
    font-family: Montserrat;
    src: url(fonts/Montserrat-ExtraBold.ttf) format('truetype');
    /*src: url(fonts/Montserrat-VariableFont_wght.ttf) format('truetype');*/
    font-style: normal;
    font-weight: 900;
    font-display: fallback;
}

/*@font-face {*/
/*    font-family: Montserrat;*/
/*    src: url(fonts/Montserrat-SemiBold.ttf) format('truetype');*/
/*    font-style: normal;*/
/*    font-weight: bold;*/
/*}*/

:root {
    --dark-blue: #0E1D2A;
    --black: #151A1A;
    --blue: #293547;
    --light-blue: #a3becf;
    --green: #317f29;
    --gray: #777;
    --gray2: #909dac;
    --main: #21445f;

}

/*scroll*/
::-webkit-scrollbar {
    width: 4px;

}

/* Track */
::-webkit-scrollbar-track {
    background: #343434;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--main);
    border-radius: 40px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--main);
    /*border-radius: 3px;*/
}


.black {
    color: black;
}

.gray {
    color: var(--gray);
}

.gray2 {
    color: var(--gray2);
}

.red {
    color: red;
}

.brown {
    color: var(--main);
}

.light-blue {
    color: var(--light-blue) !important;
}


body {

    font-family: Montserrat, sans-serif;
    font-weight: normal;
    overflow-x: hidden;
    background-color: white !important;
}

h2 {
    letter-spacing: 2px;
}

.mt-120 {
    margin-top: 120px;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-13 {
    font-size: 13px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

.fs-29 {
    font-size: 29px;
}

.fs-30 {
    font-size: 30px;
}

.fs-38 {
    font-size: 38px;
}

.fs-42 {
    font-size: 42px;
}

.fs-50 {
    font-size: 50px;
}

.fs-63 {
    font-size: 63px;
    line-height: 63px;
}

.fs-70 {
    font-size: 70px;
}

.fs-07 {
    font-size: 0.7vw;
}

.fsvw-8 {
    font-size: 0.8vw;
}

.fsvw-1 {
    font-size: 1vw !important;
}

.fsvw-1-2 {
    font-size: 1.2vw;
}

.fsvw-1-2 p {
    font-size: 1.2vw;
}

.fsvw-1-4 {
    font-size: 1.4vw;
}

.fsvw-2 {
    font-size: 2vw;
}


.fsvw-25 {
    font-size: 2.5vw;
}

.fsvw-3 {
    font-size: 3vw;
}

.pointer {
    cursor: pointer;
}

.fw {
    font-weight: 600
}

.bold {
    font-weight: 700;
}

.bolder {
    font-weight: 900;
}

.br-10 {
    border-radius: 10px;
}

.two-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3vw;
}

.five-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 5vw;
}

.parsley-errors-list {
    list-style: none;
    padding: 7px;
    color: red;
}

.parsley-required {
    /*color: white;*/
    font-size: 12px;
}

a:hover {
    text-decoration: unset;
    color: unset;
}

/*.max-width-70 {*/
/*    max-width: 80px;*/
/*    margin: auto 10px;*/
/*}*/

.w-40 {
    width: 40%;
}

.w-42 {
    width: 35%;
}


.hide {
    display: none;
}

.w-35 {
    width: 35px;
}


.pointer {
    cursor: pointer;
}

/*home */

#intro {
    background-color: black;
    height: 100vh;
    overflow: hidden;
}

.intro {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.btn-shadow{
    box-shadow:2px 2px 6px 0 #0000003d;
}
.bg-normal{
    background: #f4f5f7;
}
.green{
    color: #317f29;
}
.nav-link {
    font-size: 1vw;
}

#vid {
    position: relative;
    z-index: 0;
}

.navbar {
    position: fixed;
    border-radius: 5px;
    width: 86%;
    right: 7%;
    background-color: white !important;
    top: 5%;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 99;
    box-shadow: 0 0 3px 0 #bebebe;
}

.navbar-nav .active a {
    color: var(--main) !important;

}

.navbar-nav {
    font-size: 18px;
    font-weight: 500 !important;

}

/*.navbar-brand{*/
/*    display: contents!important;*/
/*}*/
.navbar-light .navbar-nav .nav-link {
    color: black;
}

.nav-link {
    display: block;
    padding: 0;
    margin: 0 20px;
}


.nav-item {
    border-right: 1px solid #bdbdbd;
}

.nav-item:nth-child(5) {
    border-right: unset !important;
}

.ml-10 {
    margin-left: 14%;
}

.mr-10 {
    margin-right: 14%;
}

.mx-10 {
    margin: 0 7%;
}

.mx-15 {
    margin: 0 16%;
}

.mx-20 {
    margin: 0 20%;
}

.mx-10-y-auto {
    margin: auto 7%;
}

.about {
    background-image: url("../img/bg1.webp");
    background-size: 100% 100%;
}

.bg-img {
    background-image: url(../img/bg-img.webp);
    background-repeat: no-repeat;
    background-position: 18%;
    background-size: auto 80%;
    padding-left: 20%;
}

.bg-data-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 10px;
}

.btn-outline-warning {
    color: #317f29;
    border: 1.5px solid #317f29;
    box-shadow: unset !important;
    border-radius: 0;
    padding: 5px 20px;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: unset !important;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle, .btn-outline-warning:hover {
    color: white;
    background-color: #317f29;
    border-color: #317f29;
    box-shadow: unset !important;
}

.a-hover:hover {
    color: var(--main) !important;
}

.video-section {
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    padding: 2vw !important;
}

.video-section-text {
    background: #ffffff8f;
    padding: 2vw;
    border-radius: 10px;
}

.authorized-slider .slick-track {
    display: table-caption !important;
}

.black-filter {
    filter: brightness(0);
}

.play {
    position: absolute;
    right: calc(50% - 110px);
    top: calc(50% - 46px);
}

.logo {
    width: 50%;
    max-width: 180px;
}

.d-contents {
    display: contents;
}

.underline-title:after {
    content: '';
    height: 2px;
    background-color: var(--green);
    width: 10vw;
    position: absolute;
    margin-top: 2.8vw;
    right: calc(50% - 5vw);
}

.underline-contact:after {
    content: '';
    height: 1px;
    background-color: var(--main);
    width: 10vw;
    position: absolute;
    margin-top: 60px;
    left: 0;
}

.underline-contact2:before {
    content: '';
    height: 2px;
    background-color: var(--main);
    width: 10vw;
    position: absolute;
    margin-top: 2.8vw;


}




.slick-dots li.slick-active button:before {
    color: var(--green);
    font-size: 15px;
}

.slick-dots li button:before {
    color: var(--green);
    font-size: 10px;
}
.slick-dots li{
    padding: 0;
    margin: 0;
}
.slick-dots{
    bottom: -50px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.btb-1 {
    border-top: 1px #797979 solid;
}

.bdb-1 {
    border: 1px var(--main) solid;
    border-radius: 5px;
}

.slick-prev:before, .slick-next:before {
    color: var(--main);
}
.level-border{
    width: 1%;
    min-width: 8px;
    background: red;
    border-radius: 10px 0 0 10px;
}
.level-card{
    background: white;
    border-radius: 10px;
    overflow: hidden;
}
.title-icon-dev {
    position: absolute;
    bottom: 0;
    background: #00000059;
    display: flex;
    width: 100%;
}

.square:before{
    content: ' ';
    width: 13px;
    position: absolute;
    height: 13px;
    background-color: var(--main);
    margin-top: 4px;
    left: -7px;
}




select, option {
    -webkit-appearance: none;
}

#searchBtn, #searchBtn:focus {
    color: white;
    background-color: #c0956c;
    border-color: #c0956c;
    border-radius: 0 4px 4px 0;
    box-shadow: unset;
    height: 40px;
}

.bg-contact {
    background: #fbf9f6;
}

.send-contact-mail, .send-contact-mail:focus, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: white;
    background-color: #c0956c;
    border-color: #c0956c;
    border-radius: 0 4px 4px 0;
    box-shadow: unset !important;
}

.send-contact-mail:hover, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: white;
    background-color: #A17F5BFF;
    border-color: #A17F5BFF;
    border-radius: 0 4px 4px 0;
    box-shadow: unset !important;
}

.iti--allow-dropdown {
    width: 100%;
}

.list-footer-links a:hover {
    color: var(--main) !important;
}

.h-40 {
    height: 40px;
}

.c-b-b {
    border: 2px solid var(--green);
    border-radius: 50px;
    width: 2vw;
    height: 2vw;
    text-align: center;
    padding: 0.43vw;
    transition: all 0.1s ease-in-out;
}

.c-b-b:hover {
    background: var(--green);
    color: white !important;
}

.wpx-50 {
    width: 50px;
}
.main-bg{
    background: var(--main);
}
.form-control:focus {
    box-shadow: 0 0 0 0.2rem #c0956c2e !important;
    border-color: #c0956c;
}

.form-control {
    background-color: #fff0 !important;
}


.play {
    cursor: pointer;
}

#gallerySection img {
    border-radius: 5px;
}

#pop .close {
    float: right;
    font-size: 2.35rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: absolute;
    right: 16px;
    z-index: 3;
    margin-top: 10px;
}

.main-width {
    width: 14%;
    margin-right: 3%;
    margin-left: 3%;
    display: inline-grid;
    cursor: pointer;
}


@media (min-aspect-ratio: 16/9) {
    .video {
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video {
        width: auto;
        height: 100%;
    }
}

@media (max-width: 1200px) {

    .main-width {
        width: 21%;
        margin-right: 2%;
        margin-left: 2%;
    }

    .fs-07 {
        font-size: 1.4vw;
    }

    .navbar {
        width: 100%;
        right: unset;
    }

    .fsvw-8, .nav-link {
        font-size: 14px;
    }

    .fsvw-1 {
        font-size: 18px !important;
    }

    .fsvw-1-2 {
        font-size: 19px;
    }

    .fsvw-1-2 p {
        font-size: 19px;
    }

    .fsvw-1-4 {
        font-size: 20px;
    }

    .fsvw-2 {
        font-size: 26px;
    }


    .fsvw-25 {
        font-size: 60px;
    }

    .fsvw-3 {
        font-size: 28px;
    }

    .two-line {
        height: 46px;
    }

    .five-line {
        height: 114px;
    }

    .course-name h3 {
        height: 22px;
    }

    .course-details {
        height: 45px;
    }

    .c-b-b {

        width: 30px;
        height: 30px;
        padding: 4px;

    }

    .nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .logo {
        width: 13% !important;
        min-width: 180px !important;
    }

    .underline-title:after, .underline-contact2:before {
        margin-top: 40px;
    }
}

/*about*/
.bg-about {
    background-image: url("../img/about-bg.webp");
    background-size: cover;
    background-position: center;
    height: 45vh;
    position: relative;
}

.headerPageTitle {
    position: absolute;
    bottom: 15%;
}

.brown-bg {
    background-color: #f5ece3;
}

.slide-circle-border {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    padding: 7px;
    display: inline-block;
    margin: 0 5px;
}

.slide-circle-border-active {
    border: 1px solid var(--main);

}

.about-g {
    min-height: 65vh;
    transition: all 0.3s;
    background-size: cover;
}


.slide-circle {
    width: 15px;
    height: 15px;
    background-color: black;
    border-radius: 50%;
}

.slide-circle-border-active .slide-circle {
    background-color: var(--main);

}

.dotted-line {
    background-image: linear-gradient(to right, gray 23%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 10px 5px;
    background-repeat: repeat-x;
    width: 100%;
    height: 2px;
    display: inline-block;
    margin: auto;

}
.cpr-0{
    padding-right: 0;
}
.cpl-0{
    padding-left: 0;
}
.bg-green2{
    background-color: #317f29;
}.bg-green{
    background-color: #317f29;
}
.bg-green:hover{
    background-color: #1c4917;
}

.mwpx-45 {
    max-width: 45px;
}


/*contact*/
.bg-contact-page {
    background-image: url("../img/contact-bg.webp");
    background-size: cover;
    background-position: center;
    height: 45vh;
    position: relative;
}

/*registration*/
.title-form1{
    background: var(--main);
    border-radius: 5px;
}.title-form2{
    background: var(--green);
    border-radius: 5px;
}
@media (max-width: 992px) {
    .navbar {
        width: 100%;
        right: unset;
        top: unset;
        min-height: 77px;
    }

    .mx-10 {
        margin: 0 7% !important;
    }

    .mx-20, .mx-15 {
        margin: 0;
    }

    .videoSection {
        height: 40vh;
    }

    .play {
        position: absolute;
        right: calc(50% - 87px);
        top: calc(50% - 25px);
    }

    .play img {
        width: 50px;
    }

    .nav-item {
        border-right: unset;
    }

    .nav-item:last-child {
        border-right: unset;
    }
}

@media (max-width: 991px) {
    .navbar-nav {
        text-align: center;
    }
}

@media (max-width: 700px) {
    .main-width {
        width: 28%;
        margin-right: 2%;
        margin-left: 2%;
    }

    .fs-07 {
        font-size: 12px;
    }

}

@media (max-width: 500px) {
    .main-width {
        width: 46%;
    }
}

@media (max-width: 400px) {
    .course-icon {
        width: 17%;
    }
}

select.select {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em - 3px),
    calc(100% - 15px) calc(1em - 3px),
    calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px,
    5px 5px,
    0px 1.5em;
    background-repeat: no-repeat;
}


select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}


.btn-outline-warning.disabled, .btn-outline-warning:disabled{
    color: var(--green)!important;
}
