html {
    scroll-behavior: smooth;
}
html, body{height:100%;font-family:"Poppins", sans-serif;-webkit-font-smoothing:antialiased;}
h1, h2, h3, h4, h5, h6{margin:0;color:#111111;font-weight:400;font-family:"Oswald", sans-serif;}
h1{font-size:70px;}h2{font-size:36px;}h3{font-size:30px;}h4{font-size:24px;}h5{font-size:18px;}h6{font-size:16px;}
p{font-family:"Poppins", sans-serif;font-weight:400;line-height:26px;margin:0 0 15px 0;}
img{max-width:100%;}
input:focus, select:focus, button:focus, textarea:focus{outline:none;}
a{color:#122e52;-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;transition:.5s;}
a:hover, a:focus{text-decoration:none;outline:none;color:orangered;}
ul, ol{padding:0;margin:0;}
#jscroll-loading{text-align:center!important;padding-top:5px;}
.jscroll-loading i{width:100%;color:orangered;display:inline-block;margin:0 auto;}
.jscroll-inner{display:contents;width:100%;}
.jscroll-added{display:contents;width:100%;}
/*---------------------  Helper CSS-----------------------*/
.section-title{margin-bottom:40px;}
.section-title span{color: #cc3300; font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:1px;display:block;margin-bottom:12px;}
.section-title h2{font-size:42px;color:#111111;line-height:50px;text-transform:uppercase;}
.set-bg{background-repeat:no-repeat;background-size:cover;background-position:top center;}
.spad{padding-top:30px;padding-bottom:30px;}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white span, .text-white li, .text-white a{color:#fff;}
/* buttons */
.primary-btn{display:inline-block;font-size:16px;font-weight:700;padding:16px 35px;position:relative;}
.primary-btn.normal-btn{color:#111111;}
.primary-btn.normal-btn:before{border-color:#c4c4c4;}
.primary-btn.normal-btn:after{border-color:#c4c4c4;}
.primary-btn:before{position:absolute;left:0;bottom:0;height:28px;width:28px;border-left:2px solid #ff5722;border-bottom:2px solid #ff5722;content:"";border-radius:0 0 0 4px;-webkit-transition:all, 0.5s;-o-transition:all, 0.5s;transition:all, 0.5s;}
.primary-btn:after{position:absolute;right:0;top:0;height:28px;width:28px;border-right:2px solid #ff5722;border-top:2px solid #ff5722;content:"";border-radius:0 4px 0 0;-webkit-transition:all, 0.5s;-o-transition:all, 0.5s;transition:all, 0.5s;}
.primary-btn:hover:before{height:100%;width:100%;border-radius:4px;}
.primary-btn:hover:after{height:100%;width:100%;border-radius:4px;}
.site-btn{font-size:16px;color:#ffffff;background:#dfa667;font-weight:600;border:none;display:inline-block;padding:14px 36px;}
/* Preloder */
.preloader{background-color:#f7f7f7;width:100%;height:100%;position:fixed;top:0;left:0;right:0;bottom:0;z-index:999999;-webkit-transition:.6s;-o-transition:.6s;transition:.6s;margin:0 auto}
.preloader .preloader-circle{width:100px;height:100px;position:relative;border-style:solid;border-width:1px;border-top-color:#ff5722;border-bottom-color:transparent;border-left-color:transparent;border-right-color:transparent;z-index:10;border-radius:50%;-webkit-box-shadow:0 1px 5px 0 rgba(35,181,185,0.15);box-shadow:0 1px 5px 0 rgba(35,181,185,0.15);background-color:#fff;-webkit-animation:zoom 2000ms infinite ease;animation:zoom 2000ms infinite ease;-webkit-transition:.6s;-o-transition:.6s;transition:.6s}
.preloader .preloader-circle2{border-top-color:#0078ff}
.preloader .preloader-img{position:absolute;top:50%;z-index:200;left:0;right:0;margin:0 auto;text-align:center;display:inline-block;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);padding-top:6px;-webkit-transition:.6s;-o-transition:.6s;transition:.6s}
.preloader .preloader-img img{max-width:55px}
.preloader .pere-text strong{font-weight:800;color:#dca73a;text-transform:uppercase}
@-webkit-keyframes zoom{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.6s;-o-transition:.6s;transition:.6s}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);-webkit-transition:.6s;-o-transition:.6s;transition:.6s}
}
@keyframes zoom{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.6s;-o-transition:.6s;transition:.6s}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);-webkit-transition:.6s;-o-transition:.6s;transition:.6s}
}

/*---------------------  Header-----------------------*/
.header.set-bg{background-image: url(/uploads/images/page_images/bg-challenger-b.jpg)!important;}
.header{position:absolute;width:100%;top:0;left:0;z-index:9;padding:7px 0 0;background: #353535;}
.header.header-normal{position:relative;padding:30px 0 30px;}
.header__logo a{display:inline-block;}
.header__logo a img{max-height:65px;width:195px;}
.header__menu{text-align:center;margin-top:15px;}
.header__menu ul li{list-style:none;display:inline-block;position:relative;margin-right:30px;}
.header__menu ul li.active a:after{
/*-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);*/
}
.header__menu ul li:hover a:after{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}
.header__menu ul li:hover .dropdown{top:32px;opacity:1;visibility:visible;}
.header__menu ul li:last-child{margin-right:0;}
.header__menu ul li .dropdown{position:absolute;left:0;top:62px;width:140px;background:#ffffff;text-align:left;padding:5px 0;z-index:9;opacity:0;visibility:hidden;-webkit-transition:all, 0.3s;-o-transition:all, 0.3s;transition:all, 0.3s;}
.header__menu ul li .dropdown li{display:block;margin-right:0;}
.header__menu ul li .dropdown li a{font-size:14px;color:#111111;font-weight:400;padding:5px 20px;text-transform:capitalize;}
.header__menu ul li .dropdown li a:after{display:none;}
.header__menu ul li a{font-size:15px;color:#ffffff;display:block;font-weight:600;padding:5px 0;position:relative;}
.header__menu ul li a.current{border-bottom:2px orangered solid;}
.header__menu ul li.dropdown ul li a.current{border:0;color:orangered;}
.header__menu ul li a:after{position:absolute;left:0;bottom:0;height:2px;width:100%;background:orangered;content:"";-webkit-transition:all, 0.4s;-o-transition:all, 0.4s;transition:all, 0.4s;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);}
.header__widget{text-align:right;}
.header__widget li{list-style:none;}
.header__widget span{font-size:14px;font-family:"Oswald", sans-serif;color:#b7b7b7;display:block;margin-bottom:10px;}
.header__widget a  span{font-size:22px;color:orangered;}
.offcanvas-menu-wrapper{display:none;}
.canvas__open{display:none;}
.header-sticky.sticky-bar{background:#353535;}
.sticky-bar{left:0;margin:auto;position:fixed;top:0;width:100%;-webkit-box-shadow:0 10px 15px rgba(25,25,25,0.1);box-shadow:0 10px 15px rgba(25,25,25,0.1);z-index:9999;-webkit-animation:300ms ease-in-out 0s normal none 1 running fadeInDown;animation:300ms ease-in-out 0s normal none 1 running fadeInDown;-webkit-box-shadow:0 10px 15px rgba(25,25,25,0.1);background:#fff;padding:10px 0;}
#scrollUp,#back-top{background:orangered;height:50px;width:50px;right:31px;bottom:85px;position:fixed;color:#fff;font-size:20px;text-align:center;border-radius:50%;line-height:48px;border:2px solid transparent;box-shadow:0 0 10px 3px rgba(108,98,98,0.2)}
@media (max-width:575px){#scrollUp,#back-top{right:16px}
}
#scrollUp a i,#back-top a i{display:block;color:white;font-weight:900;line-height:50px}
#scrollUp:hover{color:#fff}

/*--------------------- logo Partners-----------------------*/
.logo__carousel.owl-carousel .owl-item img{display:inline-block;width:auto;transition:all 0.3s ease-in-out;filter:grayscale(100%);}
.logo__carousel.owl-carousel .owl-item:hover img{filter:none;transform:scale(1.1);}
.logo__carousel .logo__carousel__item{display:-webkit-box;display:-ms-flexbox;display:flex;height:62px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #e0e0e0;overflow:hidden;}
/*---------------------  Team-----------------------*/
.team{padding-top:120px;padding-bottom:90px;}
.team__btn{text-align:right;}
.team__item{height:480px;position:relative;z-index:1;margin-bottom:30px;}
.team__item:after{position:absolute;left:0;top:0;height:100%;width:100%;background:rgba(17,17,17,0.9);content:"";z-index:-1;opacity:0;-webkit-transition:all, 0.5s, ease-out, 0.5s;-o-transition:all, 0.5s, ease-out, 0.5s;transition:all, 0.5s, ease-out, 0.5s;}
.team__item:hover:after{opacity:1;}
.team__item:hover .team__text .team__title{border-bottom:1px solid rgba(183,183,183,0.2);padding:0 0 32px;margin-bottom:34px;opacity:0;visibility:hidden;position:relative;bottom:initial;opacity:1;background:transparent;visibility:visible;}
.team__item:hover .team__text p{opacity:1;visibility:visible;max-height:270px;overflow-y:auto;width:100%;padding-right:3px;}
.team__item:hover .team__text p::-webkit-scrollbar{width:7px;background-color:#f9f9fd;}
.team__item:hover .team__text p::-webkit-scrollbar-thumb{border-radius:10px;background-color:orangered;}
.team__item:hover .team__text p::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.2);border-radius:10px;background-color:#f5faf0;}
.team__item:hover .team__text .team__social{opacity:1;visibility:visible;bottom:34px;}
.team__text{height:100%;position:relative;padding:35px 30px 40px;}
.team__text .team__title{position:absolute;left:0;bottom:42px;width:100%;padding:2px 30px;background:#03030399;-webkit-transition:all, 0.7s, ease-out, 0.7s;-o-transition:all, 0.7s, ease-out, 0.7s;transition:all, 0.7s, ease-out, 0.7s;}
.team__text .team__title h5{color:#ffffff;font-weight:600;font-family:"Poppins", sans-serif;margin-bottom:6px;}
.team__text .team__title span{font-size:14px;color:orangered;}
.team__text p{color:#b7b7b7;opacity:0;visibility:hidden;-webkit-transition:all, 0.7s, ease-out, 0.7s;-o-transition:all, 0.7s, ease-out, 0.7s;transition:all, 0.7s, ease-out, 0.7s;}
.team__text .team__social{position:absolute;left:0;bottom:0;width:100%;padding:0 30px;opacity:0;visibility:hidden;-webkit-transition:all, 0.7s, ease-out, 0.7s;-o-transition:all, 0.7s, ease-out, 0.7s;transition:all, 0.7s, ease-out, 0.7s;}
.team__text .team__social a{display:inline-block;font-size:20px;color:#ffffff;margin-right:34px;-webkit-transition:all, 0.3s;-o-transition:all, 0.3s;transition:all, 0.3s;}
.team__text .team__social a:last-child{margin-right:0;}
.team__text .team__social a:hover{color:#dfa667;}

/*---------------------  Latest-----------------------*/
.latest.noseminar{display: none;}
.latest{padding-top:120px;padding-bottom:90px;}
.latest__btn{text-align:right;}
.latest__item{-webkit-box-shadow:0px 15px 60px rgba(67,69,70,0.1);box-shadow:0px 15px 60px rgba(67,69,70,0.1);margin-bottom:30px;position:relative;-webkit-transition:.4s;-moz-transition:.4s;-o-transition:.4s;transition:.4s;}
.latest__item:hover{box-shadow:0px 0px 1px #f44336;}
.latest__item:hover img{-webkit-filter:blur(3px);filter:blur(3px);}
.latest__item:hover .seminar-date{background:#ff4500;}
.latest__item__pic{position:relative;}
.latest__item__pic .online{position:absolute;top:-15px;right:5px;background:white;width:36px;height:36px;text-align:center;vertical-align:middle;color:#152753;font-size:22px;}
.latest__item__pic .online p{background:#ff4500;color:white;font-size:10px;text-transform:uppercase;}
.latest__item__pic .seminar-date{background:#152753;padding:15px 34px;display:inline-block;position:absolute;bottom:1px;left:0;-webkit-transition:.4s;-moz-transition:.4s;-o-transition:.4s;transition:.4s;}
.latest__item__pic .seminar-date span{color:#fff;font-size:25px;font-weight:600;line-height:1;margin:0;}
.latest__item__pic .seminar-date p{color:#fff;margin:0;}
.latest__item .dash{width:100%;font-style:italic;border-top:3px #152753 solid;}
.latest__item img{min-width:100%;-webkit-transform:scale 1;-moz-transform:scale 1;-ms-transform:scale 1;transform:scale 1;transition:all 0.5s ease-out 0s;}
.latest__item .dash .price{text-align:right;float:right;color: #cc3300;background:#ffffff;display:block;width:100%;font-weight:600;padding:5px 10px 5px 5px;}
.latest__item:hover a{padding-left:10px;}
.latest__item:hover a:after{left:auto;right:-50px;top:25px;}
.latest__item__text{padding-top:25px;background:#ffffff;padding:25px 35px 20px;}
.latest__item__text span{color:#152753;font-size:14px;font-weight:500;display:block;min-height:55px;margin-bottom:10px;}
.latest__item__text span i{color:#ff4500;font-size:22px;margin-right:10px;}
.latest__item__text h3{color:#111111;font-size:22px;font-family:"Poppins", sans-serif;font-weight:600;line-height:32px;margin-bottom:12px;opacity:1;visibility:visible;max-height:100px;overflow-y:auto;width:100%;padding-right:3px;min-height:100px;}
.latest__item__text h3::-webkit-scrollbar{width:7px;background-color:#f9f9fd;}
.latest__item__text h3::-webkit-scrollbar-thumb{border-radius:10px;background-color:orangered;}
.latest__item__text h3::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.2);border-radius:10px;background-color:#f5faf0;}
.latest__item__text a{       background: #152753;
    color: #ffffff;
    border-radius: 4px;
    padding: 16px 35px;
    display: inline;font-size:14px;font-weight:600;position:relative;padding-left:40px;-webkit-transition:all, 0.5s;-o-transition:all, 0.5s;transition:all, 0.5s;}
.latest__item__text a:after{position:absolute;left:0;top:8px;height:1px;width:30px;background:orangered;content:none;-webkit-transition:all, 0.5s;-o-transition:all, 0.5s;transition:all, 0.5s;}
/*---------------------  Footer-----------------------*/
.footer{padding-top:25px;}
.footer__top{border-bottom:1px solid rgba(183,183,183,0.2);padding-bottom:25px;margin-bottom:25px;}
.footer__top__text h3{color:#ffffff;font-size:22px;}
.footer__top__newslatter form{position:relative;}
.footer__top__newslatter form input{width:100%;height:50px;color: #495057;padding-left:30px;font-size:14px;border:none;}
.footer__top__newslatter form input::-webkit-input-placeholder{color: #495057; opacity: 1;}
.footer__top__newslatter form input::-moz-placeholder{color: #495057; opacity: 1;}
.footer__top__newslatter form input:-ms-input-placeholder{color: #495057; opacity: 1;}
.footer__top__newslatter form input::-ms-input-placeholder{color: #495057; opacity: 1;}
.footer__top__newslatter form input::placeholder{color: #495057; opacity: 1;}
.footer__top__newslatter form button{font-size:14px;color:#ffffff;background:orangered;border:none;height:100%;padding:0 20px;position:absolute;right:0;top:0;}
.footer__about{margin-bottom:30px;}
.footer__about .footer__logo{margin-bottom:24px;}
.footer__about .footer__logo a{display:inline-block;}
.footer__about p{margin-bottom:30px;}
.footer__about ul{margin-bottom:38px;}
.footer__about ul li{font-size:15px;list-style:none;line-height:26px;color:#707070;}
.footer__about ul li a{color:whitesmoke;}
.footer__about .footer__social a{font-size:18px;color:#ffffff;-webkit-transition:all, 0.3s;-o-transition:all, 0.3s;transition:all, 0.3s;margin-right:30px;}
.footer__about ul li a.mail, .footer__about ul li a.tell{font-size:16px;margin:10px 0;display:block;}
.footer__social ul{display:flex;}
.footer__social ul li{margin-right:30px;}
.footer__social a span{text-indent:-999em;display:inline-block;}
.footer__about .footer__social a:hover{color:orangered;}
.footer__about .footer__social a:last-child{margin-right:0;}
.footer__widget{margin-bottom:30px;}
.footer__widget h6{color:#ffffff;font-weight:600;font-family:"Poppins", sans-serif;margin-bottom:30px;}
.footer__widget ul li{list-style:none;}
.footer__widget ul li a{font-size:15px;color:#707070;line-height:36px;}
.footer__widget ul li a:hover{color:orangered;}
.footer__address{margin-bottom:30px;}
.footer__address h6{color:#ffffff;font-weight:600;font-family:"Poppins", sans-serif;margin-bottom:30px;}
.footer__address p{margin-bottom:30px;}
.footer__address ul li{font-size:15px;list-style:none;line-height:26px;color:#707070;}
.copyright{border-top:1px solid rgba(183,183,183,0.2);padding:25px 0;margin-top:5px;}
.copyright__text p{margin-bottom:0;color: whitesmoke;}
.copyright__text p i{color:orangered;margin-left:10px;}
.copyright__text p a{color:#ffffff;}
.copyright__widget{text-align:right;}
.copyright__widget a{font-size:14px;color:#707070;margin-right:36px;position:relative;}
.copyright__widget a:after{position:absolute;right:-22px;top:-3px;content:"|";}
.copyright__widget a:last-child{margin-right:0;}
.copyright__widget a:last-child:after{display:none;}
/*---------------------  Breadcrumb-----------------------*/
.breadcrumb-option{padding-top:170px;padding-bottom:120px;position: relative;min-height: 75vh; background-size: cover; 
background-position: center;  background-repeat: no-repeat;}
.breadcrumb-option:before{background: #050505 url(/images/pattern.png) repeat top left;
    opacity: .6;
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;}
.breadcrumb__text h1{font-size:42px;color:#ffffff;text-transform:uppercase;margin-bottom:12px;}
.breadcrumb__links a{font-size:15px;color:#ffffff;display:inline-block;position:relative;margin-right:24px;}
.breadcrumb__links a:after{position:absolute;right:-16px;top:1px;content:"~";}
.breadcrumb__links span{font-size:15px;color:orangered;display:inline-block;}
.breadcrumb__links span.current span{color: white;}
#events_list {scroll-margin-top: 90px;}
.events_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 36px;
    background: #2a2a2a;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 50px;
    border: 2px solid #f7941d;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(247, 148, 29, 0.35);
}

.events_btn:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

.events_btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.events_btn:hover i {
    transform: translateY(4px);
}
/*---------------------  About-----------------------*/
.about{padding-top:40px;padding-bottom:45px;overflow:hidden;}

.about img {
    float: left;
    width: 300px;
    max-width: 100%;
    margin: 0 25px 10px 0;
    padding: 10px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
    transition: .3s ease;
    border-left: 4px solid #1f355e;
    border-top: 4px solid #f26522;
}

.about img:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0,0,0,.12);
}

@media (max-width: 768px) {
    .about img {
        float:none;
        display: block;
        margin: 10px auto 20px;
        width: 260px;
    }
}

.about h2{ margin-bottom: 7px;}
.about h3{ margin-bottom: 5px;}
.about ul {
    list-style: none;
    padding: 0;
    margin: 18px 7px;
    overflow: auto;
}

.about ul li {
    position: relative;
    padding: 3px 0 3px 22px;
    line-height: 1.6;
    width: 49%;
    float: left;
    background: #f7f8fa;
    margin: 4px 0;color: #152753;
}
@media (max-width: 767px) {
    .about ul li {
        width: 100%;
        float: none;
    }
}
.about ul li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 14px;
    color: orangered;
    position: absolute;
    left: 0;
    top: 6px;
}
.about-page{padding-top:120px;padding-bottom:90px;}
.about__text{padding-top:80px;}
.about__text.about__page__text{padding-top:0;}
.about__text.about__page__text .section-title{margin-bottom:12px;}
.about__text .section-title{margin-bottom:35px;}
.about__para__text{margin-bottom:70px;}
.about__para__text p{margin-bottom:26px;}
.about__para__text p:last-child{margin-bottom:0;}
.about__pic{padding-left:34px;}
.about__pic__inner{position:relative;display:inline-block;}
.about__pic__inner:after{position:absolute;left:50px;top:50px;height:600px;width:470px;border:15px solid orangered;content:"";z-index:-1;}
.about__page__services__text{margin-bottom:30px;}
/*---------------------  Services-----------------------*/
.services{padding-top:20px;padding-bottom:30px;}
.services.services-page{padding-bottom:80px;}
.services.services-page .services__item p{margin-bottom:12px;}
.services.services-page .services__item ul li{color:#111111;font-size:15px;line-height:36px;list-style:none;}
.poslugy{margin-bottom:15px;}
.services__item{background:#f8f8f8;padding:45px 30px 26px;border-radius:7px;-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;transition:.5s;    height: 100%;}
 .services__item i { color: #f9440b !important;}
.services__item img{margin:0 auto;display:block;}
.services__item .service-icon{position:relative;}
.services__item .service-icon i{position:relative;color:#fff;font-size:40px;height:105px;width:105px;display:block;line-height:105px;text-align:center;background:#1d2434;margin:0 auto;-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;transition:.5s;}
.services__item .service-icon:before{background-image:url(/images/dot.png);content:"";width:80px;height:135px;position:absolute;right:75px;top:-25px;z-index:0;-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;transition:.5s;}
.services__item h3{text-align:center;color:#111111;margin-top:35px;margin-bottom:22px;}
.services__item h3 a{color:#1d2434;}
.services__item h3 a:hover{color:orangered;}
.services__item p{color:#10285d;margin-bottom:0;font-size:16px;}
.services__item:hover .service-icon i{background:orangered;}
.services__item ul {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

.services__item ul li {
    position: relative;
    padding: 4px 0 4px 30px;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

.services__item ul li::before {
    content: "\f26e"; /* bi-check-circle-fill */
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    top: 8px;
    color: #c59d5f;
    font-size: 16px;
}
/*---------------------  Faq-----------------------*/
.faq-section{
     position:relative;
    overflow:hidden;
    border-radius:32px;
    background:
    radial-gradient(circle at top right,
    rgba(31,53,94,.08),
    transparent 35%),

    radial-gradient(circle at bottom left,
    rgba(242,101,34,.08),
    transparent 35%),

    linear-gradient(
        180deg,
        #f8fafc 0%,
        #eef2f7 100%
    );

    box-shadow:0 10px 40px rgba(15,23,42,.06);
}

.faq-section::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:linear-gradient(
        90deg,
        #f26522,
        #1f355e
    );
    z-index:3;
}
.faq-section::after{
    content:'';
    position:absolute;

    width:380px;
    height:380px;

    right:40px;
    top:50%;

    transform:translateY(-50%);

    background:url('/uploads/images/ukraine/faq_bg.png')
               center center / contain
               no-repeat;

    opacity:.9;

    pointer-events:none;

    z-index:1;
}
@media (max-width: 991px){

    .faq-section:after{
        display:none;
    }

}

.faq-btn{
    color:#222;    font-size: 18px;
    text-decoration:none !important;
    padding:18px 20px;
}

.faq-btn:hover{
    color:#cc3300;
}

.card-header{
    border:0;
}

.card{
    border-radius:6px;
}

.card-body{
    border-top:1px solid #eee;
    line-height:1.8;
}

.faq-btn i{
    transition:.3s;
    font-size:20px;
}

.faq-btn:not(.collapsed) i{
    transform:rotate(45deg);
    color:#cc3300;
}
/*---------------------  Lectors-----------------------*/
.team-slider .team__item{
    border-radius:20px;
    overflow:hidden;
}

.team-slider .owl-stage{
    display:flex;
}

.team-slider .owl-item{
    display:flex;
}

.team-slider .team__item{
    width:100%;
}
.team-slider .owl-nav{
    margin-top:30px;
    text-align:center;
}

.team-slider .owl-nav button{
    width:48px;
    height:48px;

    border-radius:50% !important;

    background:#fff !important;

    border:1px solid #e5e7eb !important;

    margin:0 6px;

    transition:.3s;

    box-shadow:
        0 4px 12px rgba(15,23,42,.08);
}

.team-slider .owl-nav button:hover{
    background:#f97316 !important;
    border-color:#f97316 !important;
}

.team-slider .owl-nav button:hover i{
    color:#fff;
}

.team-slider .owl-nav i{
    font-size:20px;
    color:#0f172a;
}

/*---------------------  Counter-----------------------*/
.counter .counter__content{border:none;padding-top:0;margin-top:0;}
.counter {
    margin-top: -50px;
    position: relative;
    z-index: 10;
}

.counter__item {
    background: #fff;
    border-radius: 16px;
    padding: 30px 25px;
    text-align: center;
    height: 100%;

    box-shadow:
        0 10px 30px rgba(15, 23, 42, .08);

    transition: all .3s ease;
    border: 1px solid #edf2f7;
}

.counter__item:hover {
    transform: translateY(-5px);

    box-shadow:
        0 20px 40px rgba(15, 23, 42, .12);
}

.counter__icon {
    width: 64px;
    height: 64px;

    margin: 0 auto 20px;

    border-radius: 50%;

    background: rgba(249, 115, 22, .08);

    display: flex;
    align-items: center;
    justify-content: center;
}

.counter__icon i {
    font-size: 28px;
    color: #f97316;
}

.counter__item__number .count {
    font-size: 42px;
    font-weight: 800;font-family: "Oswald", sans-serif;
    line-height: 1;
    color: #0f172a;
    margin-bottom: 12px;
}

.counter__item__number .count:after {
    content: "+";
}

.counter__item__text p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: #64748b;
    margin: 0;
}

@media (max-width: 991px) {

    .counter__item {
        margin-bottom: 20px;
    }

    .counter__item__number h2 {
        font-size: 34px;
    }
}
/*---------------------  Clients-----------------------*/
.clients{padding-top:120px;padding-bottom:60px;}
.clients img{margin-bottom:60px;}

/*---------------------  Sections----------------------*/
.steps-section{    background: #152753;}
.stats-section {
    background: #f7f8fa;

}
.events-section {
    background: #f7f8fa;

}

.lectors-section{
    background: #192744;

}

.all_list{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    padding:14px 28px;

    background:#fff;
    color:#222;

    font-size:16px;
    font-weight:600;
    text-decoration:none !important;

    border-radius:50px;
border: 1px solid #FF5722;

    box-shadow:0 8px 24px rgba(0,0,0,.08);

    transition:all .3s ease;
}

.all_list i{
    transition:all .3s ease;
}

.all_list:hover{
    color:#fff;
    background:#cc3300;

    border-color:#cc3300;

    transform:translateY(-3px);

    box-shadow:0 12px 30px rgba(204,51,0,.25);
}

.all_list:hover i{
    transform:translateY(2px);
}

.all_list:focus{
    outline:none;
    box-shadow:0 0 0 4px rgba(204,51,0,.15);
}
.why-uniqid{
    margin:30px 0;
    padding:25px;
    background:#f7f8fa;
    border-radius:24px;
}

.why-item{
    height:100%;
    display:flex;
    align-items:flex-start;
    gap:12px;

    padding:18px;

    background:#fff;
    border-radius:16px;

    box-shadow:0 8px 20px rgba(0,0,0,.05);

    transition:.3s;
}

.why-item:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.why-icon{
    font-size:22px;
    line-height:1;
    flex-shrink:0;
}

.why-text{
    font-size:15px;
    line-height:1.5;
    font-weight:500;
    color:#222;
}
/*---------------------  Directions event----------------------*/
.seminar-directions{
background: #f7f8fa;
    margin: 20px 0;
    padding: 4px 10px;
    border-radius: 20px;
}

.direction-card{
    display:flex;
    align-items:center;

    background:#fff;
    border-radius:18px;

    padding:20px;

    height:100%;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

    transition:.3s;
}

.direction-card:hover{
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(0,0,0,.1);
}

.direction-icon{
    width:60px;
    height:60px;

    min-width:60px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:14px;

    background:#eef4ff;

    margin-right:15px;
}

.direction-icon i{
    font-size:26px;
    color:#152753;
}

.direction-title{
    font-size:18px;
    font-weight:600;
    line-height:1.4;
    color:#152753;
}
/*-----feedback--------------*/
.reviews-section{
    background:#f7f8fa;
    border-radius:20px;
    padding:70px 0;
}

.review-card{
    background:#fff;
    border-radius:15px;
    padding:30px;
    height:100%;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
    transition:.3s;
    margin:10px;
}

.review-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.review-rating{
    color:#f5b301;
    font-size:22px;
    letter-spacing:2px;
    margin-bottom:15px;
}

.review-text{
    color:#555;
    line-height:1.8;
    margin-bottom:25px;
    min-height:120px;
}

.review-author{
    border-top:1px solid #eee;
    padding-top:15px;
}

.review-author strong{
    display:block;
    color:#152753;
    font-size:16px;
    font-weight:700;
}

.review-author span{
    color:#888;
    font-size:14px;
}
.reviews-slider .owl-nav{
    text-align:center;
    margin-top:30px;
}

.reviews-slider .owl-prev,
.reviews-slider .owl-next{
    width:46px;
    height:46px;
    line-height:46px !important;
    border-radius:50% !important;
    background:#152753 !important;
    color:#fff !important;
    margin:0 5px;
    transition:.3s;
}

.reviews-slider .owl-prev:hover,
.reviews-slider .owl-next:hover{
    background:#cc3300 !important;
}

.featured-event-v2{
    display:flex;
    align-items:center;

    background:#fff;
    border-radius:24px;

    overflow:hidden;

    box-shadow:0 10px 35px rgba(0,0,0,.08);
}
.featured-event-v2 .shemaweap{display: contents;}
.featured-event-v2 .event-left{
    width:355px;
    min-width:265px;
    position:relative;
}

.featured-event-v2 .event-left img{
    width:100%;
    height:300px;
    object-fit:cover;
}

.featured-event-v2 .event-date{
    position:absolute;
    left:15px;
    top:15px;

    background:#1f355e;
    color:#fff;

    border-radius:14px;

    padding:12px 16px;
    text-align:center;
}

.featured-event-v2 .event-date strong{
    display:block;
    font-size:32px;
    line-height:1;
}

.featured-event-v2 .event-date span{
    display:block;
}

.featured-event-v2 .event-online{
    position:absolute;
    right:15px;
    top:15px;

    background:#f26522;
    color:#fff;

    border-radius:30px;
    padding:6px 12px;

    font-size:12px;
    font-weight:700;
}

.featured-event-v2 .event-center{
    flex:1;
    padding:30px;
}

.featured-event-v2 .event-center h3{
    font-size:30px;
    margin:15px 0;
    line-height:1.3;
}

.featured-event-v2 .event-tags span{
    display:inline-block;
    background:#eef2f7;
    border-radius:20px;
    padding:6px 12px;
    margin-right:6px;
    font-size:13px;
}

.featured-event-v2 .event-lectors{
    color: #1f355e;
    margin-bottom:10px;
}

.featured-event-v2 .event-lectors i{    font-size: 24px;
    margin-right: 15px;}
.featured-event-v2 .event-price{
    font-size:18px;
}

.featured-event-v2 .event-price strong{
    color:#f26522;
}

.featured-event-v2 .event-right{
    width:220px;
    min-width:220px;

    display:flex;
    justify-content:center;
    align-items:center;

    padding:30px;
}

@media(max-width:991px){

 .featured-event-v2{
        display:block;
    }

 .featured-event-v2   .event-left,
.featured-event-v2    .event-right{
        width:100%;
        min-width:100%;
    }

 .featured-event-v2   .event-left img{
        height:260px;
    }

  .featured-event-v2  .event-center h3{
        font-size:24px;
    }
}

.featured-event-v2 .btn-outline-uniqid {
 display: inline-block;
    background: #1f3366;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 12px 32px;
    border: 2px solid #274080;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
}

.featured-event-v2 .btn-outline-uniqid:hover {
    color: #fff;
    background: #17274d;
    box-shadow: 0 4px 15px rgb(174 183 199);
}
/* Вмикаємо горизонтальну прокрутку для десктопів та планшетів */
@media (min-width: 768px) {
    .events-slider-row {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        padding-bottom: 15px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .events-slider-row > [class*="col-"] {
        flex: 0 0 33.333333% !important; /* Чітко 3 картки в ряд */
        max-width: 33.333333% !important;
        scroll-snap-align: start;
    }

    /* Акуратний оранжевий скролбар Uniqid */
    .events-slider-row::-webkit-scrollbar {
        height: 6px;
    }
    .events-slider-row::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }
    .events-slider-row::-webkit-scrollbar-thumb {
        background: #e34a26;
        border-radius: 10px;
    }
    .events-slider-row::-webkit-scrollbar-thumb:hover {
        background: #1f3044;
    }
}
/*--------------------------------- Responsive Media Quaries -----------------------------*/
@media only screen and (min-width:1200px){.container{max-width:1170px;}
}
@media only screen and (min-width:1450px){.container{max-width:1170px;}
.header{padding:10px 130px 0;}
}
/* Medium Device = 1200px */
@media only screen and (min-width:992px) and (max-width:1199px){.about__pic{padding-left:0;}
.about__pic__inner:after{left:8px;top:8px;}
.header__menu ul li{margin-right:25px;}

}
/* Tablet Device = 768px */
@media only screen and (min-width:768px) and (max-width:991px){.hero__slider.owl-carousel .owl-nav button{left:0;}
.hero__slider.owl-carousel .owl-nav button.owl-next{right:0;}
.about__text{padding-top:0;margin-bottom:40px;}
.about__pic{padding-left:0;}
.blog__sidebar{padding-top:50px;}
.hero__text .hero__social{right:80px;}
.slide-num{left:70px;}
.slider__progress{left:106px;}
.canvas__open{display:block;font-size:22px;color:#ffffff;height:35px;width:35px;line-height:35px;text-align:center;border:1px solid #ffffff;border-radius:2px;cursor:pointer;position:absolute;right:15px;top:34px;}
.offcanvas-menu-overlay{position:fixed;left:0;top:0;height:100%;width:100%;background:rgba(0,0,0,0.7);content:"";z-index:98;-webkit-transition:all,0.5s;-o-transition:all,0.5s;transition:all,0.5s;visibility:hidden;}
.offcanvas-menu-overlay.active{visibility:visible;}
.offcanvas-menu-wrapper{position:fixed;left:-300px;width:300px;height:100%;background:#111111;padding:50px 20px 30px 30px;display:block;z-index:99;overflow-y:auto;-webkit-transition:all,0.5s;-o-transition:all,0.5s;transition:all,0.5s;opacity:0;}
.offcanvas-menu-wrapper.active{opacity:1;left:0;}
.offcanvas__logo{margin-bottom:30px;}
.offcanvas__logo a{display:inline-block;}
.slicknav_btn{display:none;}
.slicknav_menu{background:transparent;padding:0;margin-bottom:30px;}
.slicknav_nav ul{margin:0;}
.slicknav_nav .slicknav_row, .slicknav_nav a{padding:7px 0;margin:0;color:#ffffff;font-weight:600;}
.slicknav_nav .slicknav_arrow{color:#ffffff;}
.slicknav_nav .slicknav_row:hover{border-radius:0;background:transparent;color:#ffffff;}
.slicknav_nav a:hover{border-radius:0;background:transparent;color:#ffffff;}
.slicknav_nav{display:block !important;}
.offcanvas__widget span{font-size:14px;font-family:"Aldrich",sans-serif;color:#b7b7b7;display:block;margin-bottom:10px;}
.offcanvas__widget h4{font-size:22px;color:orangered;}
.header__menu{display:none;}
.header__widget{display:none;}
}
/* Wide Mobile = 480px */
@media only screen and (max-width:767px){.hero__text h2{font-size:34px;line-height:45px;}
.hero__items{height:710px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 40px;}
.about__text{padding-top:0;margin-bottom:40px;}
.about__pic{padding-left:0;}
.canvas__open{display:block;font-size:22px;color:#ffffff;height:35px;width:35px;line-height:35px;text-align:center;border:1px solid #ffffff;border-radius:2px;cursor:pointer;position:absolute;right:15px;top:20px;}
.offcanvas-menu-overlay{position:fixed;left:0;top:0;height:100%;width:100%;background:rgba(0,0,0,0.7);content:"";z-index:98;-webkit-transition:all,0.5s;-o-transition:all,0.5s;transition:all,0.5s;visibility:hidden;}
.offcanvas-menu-overlay.active{visibility:visible;}
.offcanvas-menu-wrapper{position:fixed;left:-300px;width:300px;height:100%;background:#111111;padding:50px 20px 30px 30px;display:block;z-index:99;overflow-y:auto;-webkit-transition:all,0.5s;-o-transition:all,0.5s;transition:all,0.5s;opacity:0;}
.offcanvas-menu-wrapper.active{opacity:1;left:0;}
.offcanvas__logo{margin-bottom:30px;}
.offcanvas__logo a{display:inline-block;}
.slicknav_btn{display:none;}
.slicknav_menu{background:transparent;padding:0;margin-bottom:30px;}
.slicknav_nav ul{margin:0;}
.slicknav_nav .slicknav_row, .slicknav_nav a{padding:7px 0;margin:0;color:#ffffff;font-weight:600;}
.slicknav_nav .slicknav_arrow{color:#ffffff;}
.slicknav_nav .slicknav_row:hover{border-radius:0;background:transparent;color:#ffffff;}
.slicknav_nav a:hover{border-radius:0;background:transparent;color:#ffffff;}
.slicknav_nav{display:block !important;}
.offcanvas__widget span{font-family:"Aldrich",sans-serif;color:#b7b7b7;display:block;margin-bottom:10px;}
.offcanvas__widget h4{font-size:22px;color:orangered;}
.offcanvas__widget h4 ul li{list-style: none;}
.header__menu{display:none;}
.header__widget{display:none;}
.about__pic__inner{display:block;}
.about__pic__inner img{min-width:100%;}
.about__pic__inner:after{left:0;width:100%;}
.footer__top__text{margin-bottom:35px;}
.copyright__text{text-align:center;margin-bottom:20px;}
.copyright__widget{text-align:center;}

.about__para__text{margin-bottom:35px;}
.clients{padding-bottom:90px;}
.clients a{margin-bottom:30px;}

}
@media only screen and (max-width:575px){.team__btn{margin-bottom:40px;text-align:left;}
.latest__btn{margin-bottom:40px;text-align:left;}
}
/* Small Device = 320px */
@media only screen and (max-width:479px){.section-title h2{font-size:28px;line-height:1;}
.about__pic__inner:after{display:none;}
.breadcrumb__text h2{font-size:32px;}
.about .section-title h2{font-size:28px;line-height:45px;}
.footer__top__text h2{font-size:32px;}
}

.invis {display: none}
/* Stylesheet: uniqid_all_ukraine Modified On 2026-08-01 18:54:39 */
