@import url(https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);
@import url('https://fonts.googleapis.com/css2?family=Anek+Latin:wght@100;200;300;400;500;600;700;800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    --bs-dropdown-divider-bg:#fff!important;
}

header a {
    color: #fff!important;
}

.navbar{
    background-color: #000;
}

.dropdown-item{
    color: #000!important;
}

.nav-link.dropdown-toggle.show{
    font-weight: 600!important;
}

.dropdown-menu,
.dropdown-menu.show{
    right: 0;
    left: auto;
    border: 0;
}
a:hover{
    text-decoration: none;
}

header img{
    max-width: 105px;
}
.banner{
    position: relative;
}
.banner .timeline h3{
    color: #000;
}
.hero {
    min-height: 6O0px;
    background: #101010 url(../img/images/hero1.png) right bottom no-repeat;
    background-size: contain;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero:before {
    content:"";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90.69deg, #000000 34.03%, rgba(0, 0, 0, 0) 1650.53%);;
}
.hero-content {
    
    position: relative;
    color: #fff;
    height: 100%;
}

.hero h1{
    font-size: 85px;
    font-weight: 900;
    color: #fff;
}

.hero h1 span{
    display: block;
    font-size: 65px;
    color: #FFCB06;
    font-weight: 600;
}

.hero h1 + p{
    font-size: 25px;
}

.hero .contact p{
    display: inline;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
}
.hero .contact p span{
    font-weight: 100;
}
.hero .contact img{
    max-width: 60px;
}

.btn{
    padding: 16px 18px; 
    border-radius: 8px;
}

.btn-primary{
    background-color: #FFCB06;
    color: #000;
    border: 0;
    padding: 16px 18px;
    font-weight: 600;
}

.btn.btn-secondary{
    color: #FFCB06;
    background: #000;
}

.btn.btn-primary-outline{
    color: #FFCB06;
    border: 2px solid #FFCB06;
    display: block;
    width: 100%;
}

.pricing_card.swiper-slide-active .btn-primary-outline{
    background: #000;
    color: #fff;
}

.nav-tabs{
    border: none;
    padding: 40px 0;
    margin: 0;
    width: 100%;
    overflow: scroll;
    flex-wrap: nowrap;
    border-radius: 50px;
}

.nav-tabs {
    scrollbar-width: none;
}
.nav-tabs::-webkit-scrollbar {
    display: none;
}

.nav-tabs .nav-link{
    color: #fff;
    padding: 10px 30px;
    position: relative;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    font-weight: 800;
    position: relative;
}

.navbar-nav .nav-link.active::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #fff;
    left: 0;
    bottom: 0;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border: none;
    color: #000!important;
    background-color: #FFCB06;
    border-radius: 20px;
    font-weight: 300;
}

.nav-tabs .nav-link.active{
    border: none;
    border-radius: 20px;
    background-color: #FFCB06;
    font-weight: 700;
}

.navbar-nav{
    max-width: 80%;
    margin: 0 auto;
    background-color: #ffffff;
}

.navbar-nav  .nav-item .nav-link{
    color: #000!important;
}
.navbar-nav  .nav-item{
    color: #000;
    border: 1px solid;
    padding: 20px 4px;
}

.nav-tabs .nav-item {
        /* padding: 0 20px; */
        background-color: #323232;
        padding-top: 10;
        padding-bottom: 10;
        /* border-radius: 50px; */
}

.nav-tabs .nav-item:first-child{
    padding-left: 0 ;
}
.nav-tabs .nav-item:last-child{
    padding-right: 0 ;
}
/* Timeline on hero section */
.banner .timeline{
    position: relative;
    z-index: 2;
    transform: translateY(-20%);
}

.timeline .line{
    transform: translateY(-30%);
    top: 30%;
    box-shadow: 1px 1px 15px rgb(135, 135, 135);
    border-radius: 1rem;
    background-color:white;
    /* color: var(--black-op); */
    text-align: center;
    padding: 1.5rem;
}

.timeline .line ul{
    list-style: none;
    display: flex;
    overflow: scroll;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 1rem 0;
    position: relative;
    min-height: 200px;
}

.timeline .line ul li::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%,-50%);
    height: 2px;
    width: 100%;
    background-color: black;
}

.timeline .line ul li:last-child:after{
    width: 0%;
}

.timeline .line ul li{
    min-width: 120px;
    min-height: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline .line ul li span.number{
    position: absolute;
    z-index: 1;
    padding: .5rem;
    width: 40px;
    height: 40px;
    background-color: white;
    border: 1px solid #FFCB06;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline .line ul li span.label{
    position: relative;
    top: -30%;
    font-size: 14px;
    max-width: 200px;

}
.timeline .line ul li:nth-child(even) span.label{
    top: 30%;
}


.timeline .line ul li:nth-child(odd){
    flex-direction: column-reverse;
}

@media (min-width: 1200px) {
    .timeline .line ul{
        overflow: hidden;
    }
}

/* end timeline  */

.for_us_img{
    /* background-image: url(../img/images/image1.png); */
    object-fit: cover;
    max-width: 680px;
}

.for_us_text{
    position: absolute;
    /* top: 50%;
    left: 60%;
    /* height: calc(100% - 200px); */
    transform: translate(0%, -100%); 
    margin: 20px;
    min-height: 200px;
    padding: 40px!important;
    border-radius: 20px;
    display: flex;
    align-items: center;
    background: rgba(255, 201, 6, 0.827);
}

.for_us_text p{
    font-size: 18px;
    max-height: 85px;
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
}


.for_us_text h3{
    font-size: 28px;
}

.pricing{
    background: #000;
    color: #fff;
}


.title_section{
    text-align: center;
}

.title_section h3{
    font-size: 40px;
    font-weight: 800;
}

.title_section p{
    font-size: 20px;
    font-weight: 300;
}

/* .pills-tab.pricing{
    background-color: #323232;
    overflow: scroll;
} */
.pills-tab.pricing {
    background-color: #323232;
    overflow: hidden;
}
  
@media (max-width: 600px) {
    .pills-tab.pricing {
      overflow: auto; 
    }
}
.pills-tab .pricing-content{
    margin: 0.5rem;
}

.pills-tab .pricing-content .btn{
    color: #fff;
}

.pills-tab .pricing-content.active .btn{
    color: #000;
}

.pills-tab .pricing-content.active{
    background-color: #FFCB06;
    border-radius: 8px;
    color: #000;
}
.pricing_card{
    border: 2px solid #fff;
    border-radius: 18px;
    background: #000;
}

.pricing_card.swiper-slide-active{
    border: none;
    background: rgb(255, 203, 6);
    color: #000;
    padding: 12px 8px!important;
}




.pricing_card h4{
    font-size: 25px;
    margin-bottom: 1rem; 
}

.pricing_card p{
    font-size: 30px;
}
.pricing_card p span{
    font-size: 18px;
}

.pricing_card li{
    font-size: 18px;
    font-weight: 200;
}

footer{
    background: #FFCB06;
    padding: 1.5rem;
    font-size: 1.2rem;
}

footer .nav-link{
    text-transform: uppercase;
    padding-right: .5rem;
    white-space: nowrap;
    font-size: 18px;
    text-decoration: none;
}

.copyright{
    text-align: center;
    background-color: black;
    color: #FFCB06;
}
.footer-collaborate img{
    max-height: 4rem;
    width: auto;
    margin: auto 1rem;
}
.fixed-top{
    position: absolute;
}

@media screen  and (max-width: 992px){
    
    .navbar-expand-lg .navbar-collapse{
        background:#000;
    }
    
    .hero h1{
        font-size: 35px;
        font-weight: 900;
        color: #fff;
    }
    
    .hero h1 span{
        display: block;
        font-size: 25px;
        color: #FFCB06;
        font-weight: 600;
    }
    
    .hero h1 + p{
        font-size: 18px;
    }
    
}
@media screen  and (min-width: 992px){
    .navbar-nav{
        width: auto;
        max-width: 100%;
        margin: 0;
        margin-left: auto;
        background-color: transparent;
    }

    .navbar{
        background: rgba(0, 0, 0, 0.497);
    }
    
    .navbar-nav  .nav-item .nav-link{
        color: #fff!important;
        white-space: nowrap;
    }
    .navbar-nav  .nav-item{
        color: #000;
        border: 0;
    }
    .for_us_text{
        top: 50%;
        left: 60%;
        transform: translate(-50%,-50%);
        /* height: calc(100% - 200px);  */
        margin: 0;
    }
    
    .for_us_text p{
        font-size: 18px;
        max-height: 50%;
        max-width: 95%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
}

.presentation .content {
    padding: 1rem;
    padding-left: 2rem;
    position: relative;
    margin-bottom: 1rem;
}


.presentation img {
    position: relative;
    z-index: 1;
}

.presentation .content::after {
    content: '';
    position: absolute;
    width: 18rem;
    height: 100%;
    background-color: #FFCB06;
    left: 0;
    top: 0;
}

.presentation .title {
    font-size: 1.5rem;
}

.presentation p {
    line-height: 2;
    font-weight: 400;
    font-size: var(--size-18);
}
p.description {
    margin: 0;
    font-size: var(--size-18);
    font-weight: 400;
    margin-bottom: 2.3rem;
}
h3.title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}


.zoom-card:hover {
    height: auto;
    background-color: #000;
    color: #fff;
    cursor: pointer;
}
.offers {
    background-color: #0c0000;
}
.cw{
      color: white;
}

 .cardOffer{
    padding: 1rem;
    padding-left: 0 ;
}

.cardOffer .img{
    position: relative;
    min-height: 220px;
    overflow: hidden;
    mix-blend-mode: luminosity;
}

.cardOffer .img img{
    object-fit: cover;
}

.cardOffer h4{
    background: #FFCB06;
    padding: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #000000!important;
}
.collaborate {
    text-align: center;
}

.collaborate .el{
    flex-grow: 1;
    margin: 1rem;
}


.collaborate img {
    width: 150px;
    min-width: 100px;
    text-align: center;
}
.swiper2{
    overflow: hidden;
}

.forUs h3{
    font-size: 2rem;
    font-weight: 700;
}

.forUs h3 span{
   font-weight: 400;
   font-style: italic;
   position: relative;
   white-space: nowrap;
}

.forUs h3 span::after{
    position: absolute;
    content: "";
    bottom: -1rem;
    left: -1.5rem;
    width: 90%;
    height: 10px;
    background-color: #FFCB06;
    border-radius: 1rem;
    transform: translate(1rem, 0rem);
}

.forUs .element{
    text-align: center;
    margin-bottom: 1rem;
}

.forUs .element .label{
    font-size: 1.2rem;
    font-weight: 600;
}

.forUs .global{
    width: auto!important;
    height: auto!important;
}

.forUs svg{
    width: 80px;
    height: 80px;
}

.forUs .content{
    min-height: 500px;
    color: white;
    padding: 0;
    position: relative;
    background: url('../img/images/aboutus.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.forUs .content::after{
    content: '';
    position: absolute;
    background-color: #000000B2;;
    width: 100%;
    height: 100%;
    z-index: 0;
    
}

.forUs  .contentText{
    background-color: #FFCB06;
    border-radius: 1rem;
    color: black;
    box-shadow: 0px 10px 35px 0px #00000033;;
    padding: 1rem 1.3rem;
    width: 80%;
    height: 80%;
    position: relative;
    z-index: 1;
}

.forUs  .contentText h3{
    font-weight: 700; 
}

.forUs  .contentText p{
    font-size: 1.2rem;   
    font-weight: 400;
    margin: 1.5rem 0;
    line-height: 2;
}
@media screen and (min-width:992px) {
    .forUs .content .contentText{
        transform: translateX(55%);
        width: 100%;
    }
}
.about .locate{
    position: relative;
    overflow: hidden;
    min-height: 180px;
    border-radius: .5rem;
}

.about img{
    border-radius: 1rem;
    max-width: 500px;
    width: 100%;
    text-align: center;
}

.about .locate img{    
    position: absolute;
    min-width: 100%;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
}

.contacts {
    min-height: 500px;
    color: white;
    position: relative;
    background: url('../img/images/contact.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contacts::after {
    content: '';
    position: absolute;
    background-color: #000000B2;;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}

.contacts form {
   position: relative;
   z-index: 1;
}

.contacts form input[type="text"],
.contacts form textarea{
    border: 0;
    border-bottom: 1px solid #FFFFFF;
    color:white;
    border-radius: 0;
    background: none;
}

.contacts form input::placeholder,
.contacts form textarea::placeholder{
    color: #FFFFFF;
    opacity: 50%;
    font-size: var(--size-18);
}

.contacts .form-check-input[type=radio]{
     border-radius: 0.1rem;
     border: 1px solid white;
     background-color: transparent;
}
.contacts .form-check-input[type=radio]:checked{
     border-radius: 0.1rem;
     border: 1px solid var(--white-bg);
     background: var(--bs-form-check-bg-image);
}

/* Tableau  */
.custom-table {
    border-collapse: collapse;
    width: 100%;
}

.custom-table th {
    background-color: #FFCB06;
    border-bottom: 1px solid black; 
    padding: 8px;
    text-align: center;
    
}

.custom-table td {
    border-bottom: 1px solid black; 
    padding: 8px;
    text-align: center;
}
.exam{
    background-image: url('../img/images/exam.png');
    background-size: cover;
    background-position: center;
    padding: 100px 0; 
    text-align: center;
    color: #fff;
}

/*  */
.customfile{
    border: 5px  #000;
    border-radius: 50px;
    padding: 2px;
    }
    .customfile::-webkit-file-upload-button{
    background: #000;
    color: #FFCB06;
    padding: 8px 16px;
    border:none;
    border-radius:50px;
    cursor:pointer;
    }

.bgy{
    background-color: #FFCB06;
    border: none;
    color: black;
}
.bgb{
        background: #000;
        color: #fff;
}