@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;1,200;1,300&display=swap');
* {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.btn {
    border-radius: 10px;
}

header {
    height: 60px;
    background-color: #026738;
    color: #fff;
}

.f-300 {
    font-weight: 300;
}

.f-300-i {
    font-weight: 300;
    font-style: italic;
}

.f-400 {
    font-weight: 400;
}

.f-500 {
    font-weight: 500;
}

.f-600 {
    font-weight: 600;
}

header .phone-number span {
    font-size: 18px;
}

header .right > div {
    margin-left: 50px;
}

header .btn-lang,
header .btn-lang:focus,
header .btn-lang:active {
    background-color: unset;
    color: #fff !important;
    box-shadow: none !important;
}

nav {
    height: 90px;
}

nav .nav-link {
    font-weight: 400;
    color: #000535 !important;
}

nav .btn-lang {
    height: 32px;
    margin-right: 15px;
    padding: 5px 8px !important;
    border: 1px solid #026738 !important;
    background-color: #fff;
}

nav .menu-icon {
    display: none;
}

nav .collapsed .menu-icon {
    display: block;
}

nav .collapsed .menu-icon-close {
    display: none;
}

nav {
    position: sticky !important;
    top: 0;
    z-index: 200;
    background-color: #fff;
}

nav .navbar-toggler {
    width: 21px;
}

nav .navbar-menu {
    padding: 10px 0;
    margin: 0;
    width: 100%;
    overflow: scroll;
    max-height: calc(100vh - 100px);
}

nav .navbar-menu .navbar-nav {
    width: 100%;
}

nav .navbar-menu .nav-item {
    background-color: rgba(24, 92, 255, 0.1);
    margin: 6px 0;
    border-radius: 10px;
    text-align: center;
}

nav .navbar-collapse {
    padding: 10px 0;
    z-index: 101;
    position: absolute;
    width: 100%;
    left: 0;
    top: 90px;
}

nav .navbar-collapse.collapsing,
nav .navbar-collapse.show {
    display: flex;
}

nav .navbar-contacts {
    font-size: 12px;
}

nav .navbar-address {
    max-width: 230px;
}

nav .navbar-footer-span {
    font-size: 9px;
    text-align: center;
}

.brand-mobile {
    height: 74px;
}

.phone-icon {
    background-color: #026738;
    color: #fff;
    border-radius: 10px;
    padding: 4px 8px;
    margin-right: 15px;
}

.phone-icon span {
    font-weight: 500;
    margin-left: 3px;
}

.slider {
    position: relative;
    margin-bottom: 146px;
}

.slide {
    height: 650px;
    border-radius: 25px;
    padding: 0 10px;
}

.slide .slide-content > h2 {
    font-size: 3rem;
    font-weight: 600;
}

.slide .slide-content > button {
    max-width: 140px;
    font-size: 15px;
    font-weight: 400;
}

.who {
    max-width: 1080px;
    position: absolute;
    top: calc(100% + 40px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

.who-div {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 25px;
    padding: 20px 40px;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.05);
}

.who .who-title {
    font-weight: 600;
}

.who .who-info {
    max-width: 600px;
}

.who .who-info > span {
    font-size: 34px;
    font-weight: 600;
}

.who .who-info > p {
    font-size: 15px;
    margin: 0;
}

.who .who-info a span {
    font-size: 15px;
    color: #000;
}

.services {
    margin-top: 570px;
}

.section-title {
    font-size: 40px;
    font-weight: 500;
    margin: 0;
}

.services .service-item {
    position: relative;
    margin: 15px 0;
    width: 300px;
    height: 340px;
    border-radius: 20px;
    background-size: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}

.services .service-item .content {
    position: relative;
    z-index: 1;
    color: white;
    padding: 40px 30px;
    height: 100%;
}

.services .service-item .content h3 {
    font-size: 26px;
    font-weight: 600;
}

.services .service-item .content span {
    font-size: 15px;
    color: #fff;
}

.services .service-item .content button {
    max-width: 140px;
    font-weight: 400;
    font-size: 15px;
}

.btn-primary {
    background-color: #026738;
    border-color: #026738;
}

.btn-outline-primary {
    color: #026738;
    border-color: #026738;
}

.btn-secondary {
    color: rgba(24, 92, 255, 1);
    background-color: rgba(24, 92, 255, 0.1);
    border: none;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background-color: #026738 !important;
    border-color: #026738 !important;
    color: #fff !important;
}

a {
    color: #026738;
}

section .show-all {
    font-size: 18px;
    font-weight: 500;
}

.bsc-academy {
    margin-top: 110px;
}

.navbar-collapse {
    z-index: 100;
    background-color: #fff;
}

.navbar-toggler {
    padding: 0;
}

.bg-colorful {
    background-color: rgb(24, 92, 255, 0.1);
    padding: 50px 0;
}

.info img {
    border-radius: 16px;
}

.info h4 {
    font-size: 26px;
    font-weight: 600;
}

.info h6 {
    font-weight: 600;
    line-height: 22px;
}

.info p {
    font-size: 14px;
}

.info span {
    font-size: 18px;
    color: #026738;
}

.items {
    max-width: 925px;
}

.item {
    width: 175px;
    height: 175px;
    margin-top: 30px;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.05);
}

.item h3,
.item .number {
    font-weight: 600;
    color: #026738;
    font-size: 46px;
}

.item span {
    color: #9497A1;
}

.map-info h3 {
    margin-left: 40px;
    font-weight: 600;
    font-size: 46px;
}

.map-info ul li {
    color: #00053599;
    font-weight: 400;
}

.map-info button {
    font-size: 15px;
    font-weight: 400;
}

.btn-carousel {
    width: 55px;
    height: 45px;
    background-color: rgba(24, 92, 255, 0.05);
    border-radius: 15px;
}

button.show-all {
    font-weight: 400;
    font-size: 15px;
    padding: 16px 36px;
}

.feedbacks {
    background-color: #E4E6EE;
    display: flex;
}

.feedback {
    width: 400px;
    border-radius: 20px;
    background-color: #fff;
    margin: 0 20px;
    height: fit-content;
}

.feedback img {
    width: 48px;
    height: 48px;
    border-radius: 20px;
}

.feedback .feedback-author {
    margin-bottom: 15px;
}

.feedback .feedback-author .author {
    font-weight: 400;
    font-size: 18px;
}

.feedback .feedback-author .job {
    font-size: 14px;
}

.feedback .feedback-content {
    font-size: 15px;
}

.theme-color {
    color: #026738;
}

.team .person img.person-photo {
    width: 160px;
    height: 180px;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
}


.team .person .person-name {
    margin-top: 6px;
    font-weight: 400;
    font-size: 16px;
}

.team .person .person-job {
    color: rgba(0, 5, 53, 0.6);
    font-weight: 400;
    font-size: 12px;
    margin-top: 10px;
    max-width: 255px;
    text-align: center;
}

.team .person .linkedin-icon {
    margin-top: 10px;
}

.law-block {
    /* height: 350px; */
    background-image: url("../images/law.jpg");
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.black-filter {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}

.law-block,
.black-filter {
    border-radius: 20px;
}

.law span {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    max-width: 930px;
}

.law button {
    width: 142px;
    height: 47px;
    font-weight: 400;
    font-size: 15px;
    margin-top: 30px;
}

.z-index-100 {
    position: relative;
    z-index: 100;
}

.articles .article {
    width: 330px;
}

.articles .article .article-image {
    border-radius: 6px;
}

.articles .article .article-date {
    color: rgba(148, 151, 161, 1);
    font-size: 14px;
    margin-top: 20px;
}

.articles .article .article-title {
    font-weight: 600;
    font-size: 20px;
    margin-top: 10px;
}

.articles .article .article-short {
    font-size: 15px;
    margin-top: 10px;
}

.contact form {
    max-width: 960px;
    border-radius: 20px;
    background-color: rgba(244, 247, 255, 1);
    padding: 40px 30px;
}

.contact .form-group {
    width: 100%;
    margin: 8px;
}

.contact .form-group select,
.contact .form-group input,
.contact .form-group textarea {
    height: 45px;
    border-radius: 8px;
    border: 1.3px solid rgba(24, 92, 255, 0.5);
}

.contact .form-group.textarea {
    max-width: unset !important;
}

.contact .form-group textarea {
    height: 90px;
}

.contact form h2 {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}

.contact form .form-groups {
    margin-top: 40px;
}

.contact form button {
    margin-top: 40px;
    font-weight: 400;
    font-size: 15px;
    padding: 12px 40px;
}

hr {
    margin: 30px 0;
    background-color: rgba(255, 255, 255, 0.5);
}

footer {
    padding: 35px 0;
    background-color: #026738;
    color: #fff;
}

footer .footer-title {
    font-weight: 400;
    font-size: 24px;
}

footer .footer-year {
    font-size: 20px;
    font-weight: 200;
    font-style: italic;
}

footer .footer-copyright {
    font-size: 15px;
}

footer a {
    color: #fff;
    font-weight: 400;
    margin: 1px 0;
}

footer .footer-c a {
    text-decoration: underline;
}

footer .footer-link-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.footer-contact-title {
    font-weight: 500;
    font-size: 18px;
}

.footer-contact {
    font-size: 15px;
    max-width: 260px;
}

.footer-contact-img {
    width: 36px;
    height: 36px;
}

.footer-message {
    padding: 0 20px;
    height: 70px;
    border-radius: 20px;
    border: 0.5px solid #fff;
}

.footer-message span {
    font-size: 15px;
    max-width: 213px;
}

.footer-message button {
    margin-left: 30px;
    background-color: #fff;
    color: #026738;
    font-size: 15px;
    font-weight: 400;
}

.breadcrumb-div .bg {
    width: 100%;
    min-height: 240px;
    border-radius: 20px;
    position: relative;
    padding: 19px 5%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.breadcrumb-div .bg.about {
    background-image: url("../images/banners/about.png");
}

.breadcrumb-div .bg.about-us {
    background-image: url("../images/about-us.jpg");
}

.breadcrumb-div .bg.blogs {
    background-image: url("../images/banners/blogs.png");
}

.breadcrumb-div .bg.faq {
    background-image: url("../images/banners/faq.png");
}

.breadcrumb-div .bg.team {
    background-image: url("../images/banners/team.png");
}

.breadcrumb-div .bg.partners {
    background-image: url("../images/banners/partners.png");
}

.breadcrumb-div .bg.contact {
    background-image: url("../images/banners/contact.png");
}

.breadcrumb-div .bg.experiences {
    background-image: url("../images/banners/experiences.png");
}

.breadcrumb-div .bg.news {
    background-image: url("../images/banners/news.png");
}

.breadcrumb-div .bg.service {
    background-image: url("../images/banners/services.png");
}

.breadcrumb-div .bg.branches {
    background-image: url("../images/banners/branches.png");
}

.breadcrumb-div .bg.careers {
    background-image: url("../images/banners/careers.png");
}

.breadcrumb-div .bg.students {
    background-image: url("../images/banners/students.png");
}

.breadcrumb-div .bg.trainers {
    background-image: url("../images/banners/trainers.png");
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
    content: ">";
    font-weight: 200;
}

.breadcrumb {
    background: unset;
    padding: 0;
    margin-bottom: 0;
}

.breadcrumb-item:not(.active) a {
    color: rgba(255, 255, 255, 0.8);
}

.breadcrumb-item.active {
    color: #fff;
    font-weight: 500;
}

.breadcrumb-div h1 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}

.breadcrumb-div p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}

.partners-info h2 {
    font-weight: 600;
    font-size: 36px;
}

.partners-info p {
    margin-top: 15px;
    font-size: 15px;
}

/* region swiper */
.firstSwiper {
    height: 500px;
}

.firstSwiper .swiper-slide {
    width: 100%;
    height: auto;
    padding: 0 20px;
}

.servicesSwiper .swiper-slide,
.academySwiper .swiper-slide,
.partnersSwiper .swiper-slide,
.feedbacksSwiper .swiper-slide,
.teamSwiper .swiper-slide,
.articlesSwiper .swiper-slide {
    width: unset;
    padding: 0;
}
/* endregion */

.partnersSwiper .swiper-slide svg:hover {
    fill: #026738;
}

.apply-mobile {
    height: 43px;
}

.footer-link {
    background-color: rgba(255, 255, 255, 0.15);
    text-align: center;
    border-radius: 10px;
    padding: 10px 0;
}

.footer-accordion .card {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
}

.footer-accordion .card .card-header {
    background-color: unset;
}

.footer-accordion .card .btn-block {
    color: #fff;
}

.who-about .bsc-logo {
    width: 100%;
    height: auto;
    max-width: 400px;
}

.who-about .who-title {
    font-size: 20px;
    color: rgba(0, 5, 53, 1);
    font-weight: 500;
}

.who-about .who-about-desc {
    max-width: 450px;
}

.missions .mission {
    border-radius: 10px;
    background-color: rgba(24, 92, 255, 0.07);
    padding: 30px;
    max-width: 380px;
}

.missions .mission img {
    max-width: 42px;
    width: 100%;
    height: auto;
}

.missions .mission h4 {
    font-size: 18px;
}

.missions .mission p {
    color: rgba(148, 151, 161, 1);
    font-size: 15px;
}

.missions .mission h4,
.missions .mission p {
    margin-bottom: 0;
}

.contact-page .col-md-6:first-child {
    padding: 40px;
}

.contact-page .col-md-6:nth-child(2) {
    padding: 40px;
}

.contact-page select,
.contact-page input,
.contact-page textarea {
    border: 1.3px solid rgba(238, 238, 238, 1) !important;
}

.contact-page .footer-contact {
    max-width: unset;
}

.btn-contact-page {
    border: 0.5px solid #026738;
    color: #026738;
    font-weight: 200;
    font-size: 15px;
    margin-left: 40px;
}

.btn-contact-page:hover {
    color: #026738;
}

.contact-page .submit-form {
    width: 100%;
}

.categories {
    padding: 0;
}

.categories a {
    max-width: 300px;
    width: 100%;
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 10px;
    padding: 15px;
    color: #000;
}

.categories a.active,
.categories a:hover {
    background-color: #026738;
    color: #fff;
    border: 1px solid #026738;
    cursor: pointer;
    text-decoration: unset;
}

.faq-questions .card {
    border: 1px solid rgba(218, 218, 218, 1);
    border-radius: 20px;
}

.faq-questions .card-header {
    border: none;
    background: none;
}

.faq-questions .card-header h2 button {
    box-shadow: none;
    outline: none;
    text-decoration: none;
}

.faq-questions .card-header h2 button > span {
    font-weight: 500;
    max-width: 400px;
    text-align: left;
}

.faq-questions .card-header h2 button.collapsed > span {
    color: #000;
}

.faq-questions .card-body {
    min-height: 163px;
}

.faq-questions .card-icon {
    border: 1.5px solid #026738;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.faq-questions .card-icon span {
    font-weight: 500;
}

.faq-questions .card-header h2 button .plus {
    display: none;
}

.faq-questions .card-header h2 button.collapsed .plus {
    display: block;
}

.faq-questions .card-header h2 button.collapsed .minus {
    display: none;
}


.faq-questions .card-header h2 button .minus,
.faq-questions .card-header h2 button .plus {
    transition: all 0.2s ease-in-out;
    animation-duration: 0.2s;
    animation-name: rotate-icon;
}

@keyframes rotate-icon {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(180deg);
    }
}

.p404 h1 {
    font-size: 120px;
    color: #026738;
    font-weight: 600;
}

.p404 p {
    max-width: 380px;
    text-align: center;
    font-weight: 400;
}

.filiallar .col-lg-8 {
    padding: 40px;
}

.filiallar .col-lg-8 img {
    width: 100%;
    height: auto;
    max-width: 600px;
}

.filiallar .card {
    border-radius: 10px !important;
    background: rgba(24, 92, 255, 0.1);
    border: none;
}

.filiallar .card-header {
    background-color: unset;
}

.filiallar .card-header h2 button {
    color: #000;
    box-shadow: none;
    text-decoration: none;
}

.xidmet .form-group {
    max-width: 380px !important;
}

.work-info {
    background-color: rgba(244, 247, 255, 1);
    border-radius: 20px;
    padding: 30px 35px;
}

.work-detail {
    font-size: 15px;
    font-weight: 200;
}

.work-detail-value {
    font-size: 15px;
    font-weight: 500;
}

.current-lang {
    text-transform: uppercase;
}

.modal-content {
    border-radius: 20px;
}

.modal-result {
    font-size: 20px;
    font-weight: 500;
}

.modal-message {
    font-size: 14px;
}

.modal-content .btn {
    font-size: 15px;
}

#fileName {
    font-size: 15px;
}

.choose-file {
    font-size: 13px;
}

.new-menu {
    background-color: #026738;
    border-radius: 10px;
    padding: 2px 6px;
    font-size: 7px; 
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #026738;
    color: #fff;
}

.info.bg-colorful {
    margin-top: 12rem;
}
