header {
    width: 100%;
    padding: 5px 25px!important;
    z-index: 9999999999;
    position: absolute;
    background: #fff;
    transition: 0.6s;
}

.headerAlign{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logoAlign{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dark header{
    background: #000;
}

.docSlider .docSlider-page{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 25px 10px;
}


.docSlider-page .inner{
    max-width: 90%;
    width: 80%;
    margin: auto;
}

.heroSection {
    width: 100%;
    height: 600px!important;
    background: transparent;
}

@media (min-width: 1100px){
    
    .heroSection {
        margin-left: -110px;
    }
}

.docSlider-button {
    height: 10px!important;
    width: 10px!important;
    padding: 0;
}

.slick-dots li {
    width: 7px;
    height: 10px;
}

.dark .docSlider-button {
    background-color: #fff;
}

@media(max-width: 1400px){
    .long_content_start{
        position: absolute;
        top: 100px;
    }

}

@media(max-width: 992px){
    .aboutText2 {
        font-size: 18px;
        font-weight: 500;
    }
}


@media(max-width: 450px){
    .aboutSpans {
        font-size: 12px;
        margin-right: 2px!important;
    }
    header .nav-masthead .nav-link{
         font-size: 12px;   
    }
}

.project-title-section{
    display: flex;
    justify-content: space-evenly;
}

@media (min-width: 575px) and (max-width: 992px){
    .project-title-section{
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 575px){
    .project-title-section{
        display: flex;
        flex-direction: column;
    }
    
    #project-name{
         margin-left: 0!important;   
    }

}

.darkSwitcher {
    display: none!important;
}


@media(max-width: 768px){
    .darkSwitcher {
        display: inline-block!important;
    }
    .headerAlign{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    .webSwitcher{
        display: none!important;
    }
    .logoAlign{
         width: 100%;   
    }

    .headerAlign .nav-masthead{
         display: flex;   
         width: 100%;
         justify-content: space-between;
    }
}

@media(min-width: 769px){
    .nav-masthead .nav-link{
        padding-left: 15px!important;
        padding-right: 0!important;
    }
}

@media(max-width: 768px){
    .categoryLink{
        padding-left: 15px!important;
        padding-right: 0!important;
        font-size: 13px;
    }
}


.header_border{
    padding-bottom: 5px;
    border-bottom: 2px solid #e5e5e5;
}

.dark .header_border {
    padding-bottom: 5px;
    border-bottom: 2px solid #575757;
}


/* Tiny Slider */

.tartist-tiny-slider-wrap{
    width: 100%;
    padding: 0;
}
.tartist-tiny-slider .wrap{
    display: inline-grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
@media(max-width: 575px){
    .tartist-tiny-slider .wrap{
        display: inline-grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
.tartist-tiny-slider__item{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    font-size: 1.2em;
    background-color: #2779a8;
    color: #ffffff;
}
.tartist-tiny-slider__item:nth-child(2n+1){
    background-color: #ffc40c;
    color: #212121;
}
.tartist-tiny-slider__item > img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3/2;
    object-fit: contain;
}
.tns-nav {
    text-align: center;
    margin-top: 30px;
}
.tns-nav button{
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 20px;
    border: none;
    margin: 0 5px;
    opacity: 0.25;
}
.tns-nav button{
     background-color: #000;
}

.dark .tns-nav button{
     background-color: #fff;
}
.tns-nav button.tns-nav-active{
    background-color: #000;
    opacity: 1;
}

.dark .tns-nav button.tns-nav-active{
    background-color: #fff;
    opacity: 1;
}



@media (min-width: 800px){
  .tartist-tiny-slider-wrap{
    width: 80%;
    margin: 0 auto;
  }
  .tartist-tiny-slider__item{
    height: 250px;
    font-size: 2em;
  }


}
@media (min-width: 1200px){
    .smallParag{
         padding-right: 166px;   
    }
    
    .storyText{
        display: none;
    }
}

@media (max-width: 1200px){
    .storyImg{
        display: none;
    }
}

.dark .storyImg_black{
    display: none;
}

.storyImg_white{
    display: none;
}

.dark .storyImg_white{
    display: block;
}

#mainContent{
    display: none;    
}

















