/*
Theme Name: Tri
Description: 
Author: TechMistriz
Author URI: 
Version: 1.1.1
Update: 26.09.2024
*/


@font-face {
    font-family: "MVOffice-Light";
    src: url("fonts/MVOffice-Light.otf");
  }

@font-face {
    font-family: "MVOffice-Regular";
    src: url("fonts/MVOffice-Regular.otf");
  }
  
  @font-face {
    font-family: "MVOffice-Medium";
    src: url("fonts/MVOffice-Medium.otf");
  }
  
  @font-face {
    font-family: "MVOffice-Semibold";
    src: url("fonts/MVOffice-Semibold.otf");
  }
  
  @font-face {
    font-family: "MVOffice-Bold";
    src: url("fonts/MVOffice-Bold.otf");
  }
  

:root {
    --green-primary: #0cc479;
    --yellow-primary: #d3cd05;
    --pink-primary: #f884f1;
    --red-secondary: #e5805c;
    --purple-primary:#8963e5;
    --blue-primary:#30c5d8;
    --black-primary: #000000;
    --black-secondary: #1C2122;
    --white-primary: #ffffff;
    --light-font:"MVOffice-Light";
    --regular-font:"MVOffice-Regular";
    --medium-font:"MVOffice-Medium";
    --semibold-font:"MVOffice-Semibold";
    --bold-font:"MVOffice-Bold";
}

a { text-decoration:none; }


.music{
    background: var(--green-primary)!important;
}

.visual_art{
    background: var(--purple-primary)!important;
}

.research_practice{
    background: var(--blue-primary)!important;
}

.social_practice{
    background: var(--green-primary)!important;
}

.literary_art{
    background: var(--red-secondary)!important;
}

.newage{
    background: var(--blue-primary)!important;
}

.performance{
    background: var(--pink-primary)!important;
}

.culinary_art{
    background: var(--red-secondary)!important;
}

.craft{
    background: var(--yellow-primary)!important;
}


.text-black{
    color: var(--black-secondary);
}

.text-darkgrey{
    color: var(--black-primary);
}

.text-white{
    color: var(--white-primary);
}

hr{
    opacity: 1!important;
}

@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1552px;
    }

    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1552px!important;
    }
  }

  

/***---- Website Header ----***/

header{
    padding: 20px 0px;
    background: #ffffff30;
    box-shadow: 0 14px 28px rgb(0 0 0 / 6%), 0 10px 10px rgb(0 0 0 / 3%);
    position:fixed;
    width: 100%;
    z-index: 999;
    transition: all 0.5s ease-in-out;
}

header .row{
    align-items: center;
}


.logo_block{
    width: 96px;
}

.menu_block ul{
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: right;
    margin-bottom: 0;
}

.menu_block li{
    padding-left: 30px;
}

.menu_block li a{
    text-decoration: none;
    color: var(--black-secondary);
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: var(--light-font);
}

.menu_block .current-menu-item > a{
    font-family: var(--bold-font);
}

.home .myheader{
    background: #1C21223b;
}

.home .myheader.active{
    background: #ffffff30;
}

.single  .myheader .logo_block .logodark{
    display: none;
}

.single  .myheader .logo_block .logolight{
    display: block;
}

.single  .myheader  .menu_block li a{
    color: var(--white-primary);
}

.menu-item-has-children{
    position: relative;
}

.menu-item-has-children > a{
    padding-bottom: 50px;
}

.sub-menu{
    position: absolute!important;
    display: block!important;
    padding: 0px!important;
    top: 62px!important;
    background: var(--white-primary)!important;
    right: 0!important;
    width: max-content!important;
    display: none!important;
}

.sub-menu.showdrop{
    display: block!important;
    box-shadow: 0 14px 28px rgb(0 0 0 / 6%), 0 10px 10px rgb(0 0 0 / 3%);
}

.sub-menu li{
    padding-left: 0!important;
}

.sub-menu li a{
    color: var(--black-primary)!important;
    text-transform: capitalize!important;
    padding: 20px 26px!important;
    display: block!important;
}

.sub-menu li a:hover{
    background: var(--black-secondary)!important;
    color: var(--white-primary)!important;
}



.myheader.hide {
    top: -100px;
}

/***---- Website Header ----***/


.logolight{
    display: none;
}

.greenbg{
    background: var(--green-primary);
}

.purplebg{
    background: var(--purple-primary);
}

.bluebg{
    background: var(--blue-primary);
}

.pinkbg{
    background: var(--pink-primary);
}

.redbg{
    background: var(--red-secondary);
}

.yellowbg{
    background: var(--yellow-primary);
}

.text-right{
    text-align: right;
}

.text-left{
    text-align: left;
}

.text-center{
    text-align: center;
}

/*--- Homepage---*/

.hm-about{
    /*background: url(images/Vector5.png);
    background-size: cover;
    background-repeat: repeat;*/
    position: relative;
    padding: 80px 0px 80px 0px;
}

.bgMain{
    background: url(images/Vector5.png);
    background-size: cover;
    background-repeat: repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -11;
}
/*
.bg1 {
    background: url(images/Vector1.png);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: right 0% bottom 0%;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: -100px;
    right: 0;
    z-index: -1;
}

.bg2 {
    background: url(images/Vector2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
}

.bg3 {
    background: url(images/Vector3.png);
    background-size: 22%;
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 4%;
    right: 0;
    z-index: -2;
}

.bg4 {
    background: url(images/Vector4.png);
    background-size: 22%;
    background-repeat: no-repeat;
    background-position-x: 0%;
    background-position-y: 100%;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0;
    z-index: -1;
}*/

.vector_image {
   
}

/*Section 2 animation css*/
.animation_section_2_vector_image1 {
    position: absolute;
    height: 100%;
    width: 32vw;
    bottom: -58vh;
    right: 5vw;
    z-index: -9;
}

.animation_section_2_vector_image2 {
    position: absolute;
    height: 270%;
    width: auto;
    top: -12vh;
    bottom: 0;
    left: -5vw;
    right: 0;
    z-index: -10;
}

.animation_section_2_vector_image3 {
    /*position: absolute;
    height: 100%;
    width: auto;
    top: -28%;
    right: -74%;
    z-index: -2;*/

    position: absolute;
    height: 100%;
    width: 100vw;
    top: -28vh;
    right: -81vw;
    z-index: -10;
}

.animation_section_2_vector_image4 {
    position: absolute;
    height: 110%;
    width: auto;
    bottom: -35vh;
    left: 0vw;
    z-index: -9;
}

/*Footer section animation css*/

.bgMainFooter{
    background: url(images/Vector5.png);
    background-size: cover;
    background-repeat: repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -5;
}

.animation_section_footer_vector_image1 {
    position: absolute;
    height: 280vh;
    top: 33vh;
    right: -19vw;
    width: 72.5vw;
    z-index: -1;
}

.animation_section_footer_vector_image2 {
    position: absolute;
    height: 250vh;
    width: auto;
    top: -20vh;
    left: -21vw;
    z-index: -2;
}

.animation_section_footer_vector_image3 {
    position: absolute;
    height: 100vh;
    width: 12vw;
    top: -77vh;
    right: 16vw;
    z-index: -2; 
}

.animation_section_footer_vector_image4 {
    position: absolute;
    height: 100vh; 
    width: auto;
    top: -77vh;
    right: -83vw;
    z-index: -2;
}

.animation_section_footer_vector_image5 {
    position: absolute;
    height: 120vh;
    width: auto;
    top: -95vh;
    left: -21vw;
    z-index: -1;
}

.hm-about h2{
    font-family: var(--semibold-font);
    font-size: 42px;
    line-height: 54.4px;
    text-align: left;
    color: var(--white-primary);
    width: 85%;
}

.hm-about .desc{
    font-family: var(--light-font);
    font-size: 16px;
    line-height: 24px;
    text-align:left;
    color: var(--white-primary);
    
}

.hm-about .desc p{
    margin-bottom: 25px;
}

.hm-about .btn-block{
    margin-top: 60px;
}

.hm-about .trans-btn{
    padding: 20px 38px 20px 38px;
    border: 1px solid var(--white-primary);
    border-radius: 0;
    background: transparent;
    font-size: 16px;
    line-height: 28px;
    color: var(--white-primary);
    font-family: var(--light-font);
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}


.hm-events{
    background: var(--black-primary);
    padding: 80px 0px 80px 0px;
}



.hm-events  .tabs{
    display: flex;
    margin-bottom: 0px;
}

.hm-events  .tri_tabs .tab-link{
    text-transform: capitalize;
    font-size: 24px;
    margin-right: 58px;
    margin-bottom: 24px;
    cursor: pointer;
    border-bottom: 2px solid var(--black-primary);
    font-family: var(--light-font);
    color: var(--white-primary);
}

.hm-events  .tri_tabs .tab-link.active{
    border-bottom: 2px solid var(--white-primary);
    margin-bottom: 24px;
    font-family: var(--medium-font);
    color: var(--white-primary);
}

.hm-events  .tri_tabs .tab-link:hover{
    border-bottom: 2px solid var(--white-primary);
    margin-bottom: 24px;
    font-family: var(--medium-font);
    color: var(--white-primary);
}

.hm-events .calendar-link{
    font-family: var(--semibold-font);
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: var(--white-primary);
    text-transform: uppercase;
    text-decoration: none;
}

.box-card .context{
    padding: 20px 20px;
}

.grid-card .box-card h3{
    margin-bottom: .5rem!important;
}

.box-card h3{
    font-family: var(--bold-font);
    font-size: 20px;
    line-height: 30.4px;
    text-align: left;
    color: var(--white-primary);
}

.box-card h4{
    font-family: var(--regular-font);
    font-size: 20px;
    line-height: 30.4px;
    text-align: left;
    color: var(--white-primary);
}

.grid-card .box-card h4{
    font-family: var(--medium-font)!important;
}

.box-card .image-block{
    position: relative;
}

.box-card .category{
    font-family: var(--regular-font);
    font-size: 12px;
    line-height: 15.2px;
    text-transform: uppercase;
    color: var(--white-primary);
    padding: 10px 20px;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
}

.box-card .image-block img{
    height: 250px;
    object-fit: cover;
}

.home .box-card .image-block img{
    height: 440px;
    object-fit: cover;
}


.bluebg .category{
    background: var(--blue-primary);
}

.greenbg .category{
    background: var(--green-primary);
}

.bluebg .category{
    background: var(--blue-primary);
}

.pinkbg .category{
    background: var(--pink-primary);
}

.redbg .category{
    background: var(--red-secondary);
}

.purplebg .category{
    background: var(--purple-primary);
}

.yellowbg .category{
    background: var(--yellow-primary);
}



.newage .category{
    background: var(--blue-primary);
}

.music .category{
    background: var(--green-primary);
}

.newage .category{
    background: var(--blue-primary);
}

.performance .category{
    background: var(--pink-primary);
}

.culinaryart .category{
    background: var(--red-secondary);
}

.visualart .category{
    background: var(--purple-primary);
}

.craft .category{
    background: var(--yellow-primary);
}


.context .more-details{
    font-family: var(--light-font);
    font-size: 14px;
    line-height: 24px;
    color: var(--white-primary);
}

.context span {
    margin-right: 0px;
}

.context span:not(:last-child)::after{
    content: '●';
    font-size: 10px;
    width: 15px;
    display: inline-block;
    text-align: center;
}

.slick3 .slick-slide{
    margin: 0vw 0.4vw;
}
  
.slick3 .slick-list{
    padding: 0 30% 0 0 !important;
    margin: 0vw -0.4vw 0vw -0.4vw;
}

.slick4 .slick-slide{
    margin: 0vw 0.4vw;
}
  
.slick4 .slick-list{
    padding: 0 30% 0 0 !important;
    margin: 0vw -0.4vw 0vw -0.4vw;
}

@media (min-width: 768px) and (max-width: 1499px) {
.customcontain{
    margin-left: calc((100% - 1140px) / 2);
    display: flex;
    flex-wrap: wrap;
}
}



/*--- Homepage---*/


/***--- About Page ---***/

.about_section{
    padding: 180px 0px 80px 0px;
    background: url(images/about-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.tri_maintitle{
    font-family: var(--semibold-font);
    font-size: 76px;
    line-height: 85.2px;
    text-align: left;
    color: var(--black-secondary);
    margin-bottom: 80px;
}

.tri_overview{
    background: var(--white-primary);
    padding:30px 0px;
}

.tri_overview h3{
    text-transform: capitalize;
    font-family: var(--bold-font)!important;
    color: var(--black-primary)!important;
    font-size: 28px;
    line-height: 36px;
}

.tri_overview p{
    font-family: var(--light-font);
    font-size: 16px;
    line-height: 24px;
    text-align:left;
    color: var(--black-primary);
    margin-bottom: 25px;
}

.tri_overview p:last-child{
    margin-bottom: 0;
}

.tri_overview ul li{
    font-family: var(--light-font);
    font-size: 16px;
    line-height: 24px;
    text-align:left;
    color: var(--black-primary);
    margin-bottom: 15px;
}

.tri_overview ul li b{
    font-family: var(--semibold-font);
}


.tri_aboutartist{
    background: var(--white-primary);
    padding:60px 0px;
}

.tri_aboutartist h3{
    text-transform: capitalize;
    font-family: var(--bold-font);
}

.tri_aboutartist p{
    font-family: var(--light-font);
    font-size: 16px;
    line-height: 24px;
    text-align:left;
    color: var(--black-primary);
    margin-bottom: 25px;
}

.tri_aboutartist p:last-child{
    margin-bottom: 0;
}


.tri_tabs .section-title{
    font-family: var(--bold-font);
    color: var(--black-primary);
    font-size: 28px;
    line-height: 36px;
}

.pdnone{
    padding: 0!important;
}

.bgnone{
    background: none!important;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tabs{
    display: flex;
    margin-bottom: 46px;
}

.tri_tabs .tab-link{
    text-transform: capitalize;
    font-size: 28px;
    line-height: 36px;
    margin-right: 58px;
    margin-bottom: 16px;
    cursor: pointer;
    border-bottom: 2px solid var(--white-primary);
    font-family: var(--light-font);
    color: var(--black-primary);
}

.tri_tabs .tab-link.active{
    border-bottom: 2px solid var(--black-primary);
    margin-bottom: 16px;
    padding-bottom: 16px;
    font-family: var(--medium-font);
}

.tri_tabs .tab-link:hover{
    border-bottom: 2px solid var(--black-primary);
    margin-bottom: 16px;
    font-family: var(--medium-font);
}


.tri_tabs  .tab-content .profile-name{
    margin-bottom: 30px;
    font-family: var(--light-font);
    color: var(--black-primary);
    font-size: 24px;
    line-height: 36.8px;
}

.tri_tabs  .tab-content .profile-name strong{
    font-family: var(--bold-font);
    color: var(--black-primary);
}

.tri_tabs  .tab-content .profile-desc{
    font-family: var(--light-font);
    color: var(--black-primary);
}

/***--- About Page ---***/


.single_section {
    padding: 60px 0px 60px 0px;
}

.single-preview{
    background: var(--purple-primary);
    padding: 180px 0px 220px 0px;
}

.single-preview.event{
    background: var(--pink-primary);
}

.arrow-slick{
    display: flex;
    justify-content: right;
}

.arrow-slick .prevbtn{
    width: 38px;
    height: 38px;
    margin-right: 10px;
    cursor: pointer;
}

.arrow-slick .nextbtn{
    width: 38px;
    height: 38px;
    cursor: pointer;
}

.arrow-slick .prevbtnp{
    width: 38px;
    height: 38px;
    margin-right: 10px;
    cursor: pointer;
}

.arrow-slick .nextbtnp{
    width: 38px;
    height: 38px;
    cursor: pointer;
}

.arrow-slick .prevbtnev{
    width: 38px;
    height: 38px;
    margin-right: 10px;
    cursor: pointer;
}

.arrow-slick .nextbtnev{
    width: 38px;
    height: 38px;
    cursor: pointer;
}


.exhibition-slick img{
    height: 680px;
    object-fit: cover;
    width: 100%;
}

/***--- Event Page ---***/

.main-content .row>*{
    padding-right: calc(var(--bs-gutter-x)* .1);
    padding-left: calc(var(--bs-gutter-x)* .5);
}

.filterproject{
    margin-bottom: 45px;
}

.filterproject input[type=text]{
    background: var(--white-primary);
    padding: 16px 26px;
    border: 1px solid var(--black-primary);
    font-size: 20px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    width: 100%;
}

.filterproject input[type=text]::placeholder{
    color: var(--black-primary);
}

.filterproject select{
    background: transparent;
    padding: 16px 18px;
    border: 0px solid var(--black-primary);
    font-size: 20px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    width: max-content;
    margin-right: 10px;
}

.filterproject select:focus{
    background: transparent;
    border: 0;
    outline: 0;
}



.filterproject button{
    background: none;
    border: 0;
    position: absolute;
    right: 15px;
    top: 15px;
}

.filterproject button img{
    height: 18px;
    width: 18px;
}

.filterproject .search-block{
    position: relative;
    width: 75%;
}

.filterproject .dropdown-search{
    width: 25%;
}

.event_section{
    padding: 180px 0px 80px 0px;
    background: url(images/bg-page.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.press-card{
    background: var(--purple-primary);
    padding: 20px 20px;
}

.related-slick .slick-slide{
    margin: 0vw 0.4vw;
}
  
.related-slick .slick-list{
    padding: 0!important;
    margin: 0vw -0.4vw 0vw -0.4vw;
}


.press-slick {
    margin-bottom: 0;
}

.press-slick .slick-slide{
    margin: 0vw 0.4vw;
}
  
.press-slick .slick-list{
    padding: 0!important;
    margin: 0vw -0.4vw 0vw -0.4vw;
}

.press-card h4{
    font-family: var(--medium-font);
    font-size: 20px;
    line-height: 30.4px;
    text-align: left;
    color: var(--white-primary);
    margin-bottom: 12px;
}

.press-card p{
    font-family: var(--light-font);
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: var(--white-primary);
    margin-bottom: 0;
}

.event_section .tri_maintitle{
    margin-bottom: 45px;
}

.current_card .col-md-8{
    padding-right: 0;
}

.current_card{
    position: relative;
    margin-bottom: 20px;
}

.current_card .col-md-4{
    padding-left: 0;
}



.current_card .context_block{
    padding: 30px;
}


.filter-global .rows{
    align-items: center;
}

.filter-global .tri_tabs .tabs{
    justify-content: right;
}



.filter-global .tri_tabs .tab-link:last-child{
    margin-right: 0;
}



.main-tab{
    display: flex;
    margin-bottom: 30px;
    justify-content: left;
}

.main-tab .linktab{
    text-transform: capitalize;
    font-size: 24px;
    margin-right: 5px;
    text-decoration: none;
    margin-bottom: 16px;
    cursor: pointer;
    font-family: var(--light-font);
    color: var(--black-primary);
    padding: 16px 20px;
    /* background: #ffffff; */
}



.main-tab .linktab:hover{
    background: #1c212260;
    padding: 16px 20px;
    color: #fff;
    border-radius: 10px;
}

.main-tab .linktab.active{
    background: #1c212260;
    padding: 16px 20px;
    color: #fff;
    border-radius: 10px;
}


.ev_tabs{
    display: flex;
    margin-bottom: 30px;
    justify-content: right;
}

.ev_tabs .ev-link{
    text-transform: capitalize;
    font-size: 20px;
    margin-right: 38px;
    text-decoration: none;
    margin-bottom: 16px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    font-family: var(--light-font);
    color: var(--black-primary);
}

.else_message{
    font-size: 20px;
    font-family: var(--light-font);
    color: var(--black-primary);
}

.ev_tabs .ev-link:last-child{
    margin-right: 0;
}

.ev_tabs .ev-link:hover{
    border-bottom: 2px solid var(--black-primary);
    margin-bottom: 16px;
    font-family: var(--medium-font);
    color: var(--black-secondary);
}

.ev_tabs .ev-link.active{
    border-bottom: 2px solid var(--black-primary);
    margin-bottom: 16px;
    padding-bottom: 16px;
    font-family: var(--medium-font);
    color: var(--black-secondary);
}


/***--- Event Page ---***/


/***- Single page ---***/

.single h1{
    font-family: var(--bold-font)!important;
}

.single h2{
    font-family: var(--bold-font)!important;
}

.single h3{
    font-family: var(--bold-font)!important;
}

.single h4{
    font-family: var(--bold-font)!important;
}

.single h5{
    font-family: var(--bold-font)!important;
}

.single p{
    font-family: var(--light-font);
}

/***- Single page ---***/





/***--- Connect Page ---***/

.connect_section > .container{
    padding-bottom: 50px;
}

.connect_page .connect_section{
    background: url(images/connect-bg.png);
    background-size: cover;
    padding: 180px 0px 0px 0px;
}

.connect_section .tri_maintitle{
    font-family: var(--semibold-font);
    font-size: 44px;
    line-height: 65.2px;
    text-align: left;
    color: var(--black-secondary);
    margin-bottom: 60px;
}


.connect_page .logodark{
    display: none;
}

.connect_page .logolight{
    display: block;
}


.connect_page header .menu_block li a{
    color: var(--white-primary);
}

.connect_page footer{
    display: none;
}



.context_block .tag{
    font-family: var(--semibold-font);
    font-size: 16px;
    color: var(--white-primary);
    text-transform: uppercase;
    margin-bottom: 24px;
}

.context_block .title{
    font-family: var(--semibold-font);
    font-size: 24px;
    line-height: 33px;
    color: var(--white-primary);
    margin-bottom: 0px;
}

.context_block .sub-title{
    font-family: var(--light-font);
    font-size: 18px;
    line-height: 38px;
    color: var(--white-primary);
    text-transform: capitalize;
    margin-bottom: 16px;
}

.context_block .desc{
    font-family: var(--light-font);
    font-size: 14px;
    line-height: 24px;
    color: var(--white-primary);
}

.context_block .more-details{
    font-family: var(--regular-font);
    font-size: 14px;
    line-height: 24px;
    color: var(--white-primary);
    position: absolute;
    bottom: 30px;
}

.more-details span {
    margin-right: 0px;
}

.more-details span:not(:last-child)::after{
    content: '●';
    font-size: 10px;
    width: 15px;
    display: inline-block;
    text-align: center;
}


/***--- Connect Page ---***/


/**-- extras --**/

.home header .logo_block .logolight{
    display: block;
}

.home header .logo_block .logodark{
    display: none;
}

.home header .menu_block li a{
    color: var(--white-primary);
}

.carousel-caption{
    width: 380px!important;
    height: max-content!important;
    background: var(--black-primary)!important;
    padding: 20px 20px!important;
    left: unset!important;
    right: 2%!important;
    bottom: 6%!important;
    transition: all 0.5s ease-in-out;
}

.carousel-caption p{
    font-family: var(--light-font);
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: var(--white-primary);
    margin-bottom: 0;
}

.carousel-indicators {
    justify-content: right;
    padding: 0;
    margin-right: 2%;
    margin-left: 15%;
}


.carousel-indicators [data-bs-target]{
    width: 10px!important;
    height: 10px!important;
    border-radius: 50px!important;
    border: 2px solid var(--white-primary)!important;
    background: transparent!important;
    opacity: 1!important;
}


.carousel-indicators .active{
    width: 24px!important;
    height: 10px!important;
    background: var(--white-primary)!important;
}


.actionbtn{
    display: flex;
    align-items: center;
    justify-content: right;
}

.actionbtn img{
    width: 54px;
    height: 52px;
    margin-left: 16px;
}

.register-link p{
    font-family: var(--light-font);
    font-size: 30px;
    line-height: 50px;
    text-align: left;
    color: var(--black-secondary);
    margin-bottom: 0;
}

.register-link p a{
    font-family: var(--medium-font);
    font-size: 30px;
    line-height: 50px;
    text-align: left;
    color: var(--purple-primary);
    text-decoration: none;
}


.eventsingletemp  .register-link p a{
    color: var(--pink-primary);
}



.grid-card .box-card .context{
    background: var(--black-primary);
}

.grid-card .box-card .image-block img{
    height: 329px;
    object-fit: cover;
}

.datepicker{
    position: relative;
    cursor: pointer;
}

.custom-calender{
    background: var(--black-secondary);
    width: 430px;
    padding: 40px 30px;
    position: absolute;
    z-index: 9;
    top: 100px;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.custom-calender.active{
    opacity: 1;
    visibility: visible;
}

.custom-calender h4{
    color: var(--white-primary);
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.custom-calender .elem{
    display: flex;
	justify-content: left;
	flex-wrap: wrap;
    width: 400px;
    column-gap: 15px;
    row-gap: 15px;
}

.custom-calender .elem .pick{
    flex: 0 0 28.333%;
    background: var(--white-primary);
    padding: 12px;
    border-radius: 30px;
    color: var(--black-secondary);
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.2549999952316284px;
    font-family: var(--light-font);
    text-align: center;
    cursor: pointer;
    border: 1px solid var(--white-primary);
}

.custom-calender .elem .pick.active{
    background: var(--black-secondary);
    color: var(--white-primary);
    border: 1px solid var(--white-primary);
}

.custom-calender .elem .pick:hover{
    background: var(--black-secondary);
    color: var(--white-primary);
    border: 1px solid var(--white-primary);
}




.sv_year{
    position: relative;
    cursor: pointer;
}

.custom-year{
    background: var(--black-secondary);
    width: 430px;
    padding: 40px 30px;
    position: absolute;
    z-index: 9;
    top: 100px;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.custom-year.active{
    opacity: 1;
    visibility: visible;
}

.custom-year h4{
    color: var(--white-primary);
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.custom-year .elem{
    display: flex;
	justify-content: left;
	flex-wrap: wrap;
    width: 400px;
    column-gap: 15px;
    row-gap: 15px;
}

.custom-year .elem .pick{
    flex: 0 0 28.333%;
    background: var(--white-primary);
    padding: 12px;
    border-radius: 30px;
    color: var(--black-secondary);
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.2549999952316284px;
    font-family: var(--light-font);
    text-align: center;
    cursor: pointer;
}

.custom-year .elem .pick.active{
    background: var(--green-primary);
    color: var(--black-secondary);
}

.custom-year .elem .pick:hover{
    background: var(--green-primary);
    color: var(--black-secondary);
}

.filterproject .dropdown-search{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: right;
}

.filterproject select{
    --webkit-appearance: none;
        appearance: none;
        background-image: url(images/dropdown-arrow.png);
        background-repeat: no-repeat;
        background-size: 12px;
        background-position: right;
        padding-right: 24px;
}

.filterproject select:focus{
    --webkit-appearance: none;
        appearance: none;
        background-image: url(images/dropdown-arrow.png);
        background-repeat: no-repeat;
        background-size: 12px;
        background-position: right;
        padding-right: 24px;
}


.datepicker p{
    font-size: 20px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    padding: 16px 18px;
    margin-bottom: 0;
    background-image: url(images/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right;
    padding-right: 24px;
}

.datepicker p.active{
    background-image: url(images/dropdown-arrowup.png);
}


.sv_year p{
    font-size: 20px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    padding: 16px 18px;
    margin-bottom: 0;
    background-image: url(images/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right;
    padding-right: 24px;
}

.sv_year p.active{
    background-image: url(images/dropdown-arrowup.png);
}

.tri_tabs .tab-content .pb-5{
    padding-bottom: 0!important;
}


.tri_tabs .tab-content .profile-desc{
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 28px;
}

.other-contact{
    padding: 40px 0px;
}

.other-contact h3{
    font-family: var(--bold-font);
    font-size: 28px;
    line-height: 36px;
    color: var(--black-primary);
    margin-bottom: 16px;
}

.other-contact p{
    font-family: var(--light-font);
    font-size: 16px;
    line-height: 24px;
    color: var(--black-primary);
    margin-bottom: 18px;
}

.other-contact img{
    margin-bottom: 20px;
    height: 240px!important;
    object-fit: cover;
}

.other-contact p a{
    font-family: var(--medium-font);
    font-size: 16px;
    line-height: 24px;
    color: var(--pink-primary);
    text-decoration: none;
}




.event-feature-image{
    margin-top: -260px;
}

.single-preview .event-title{
    font-family: var(--semibold-font);
    font-size: 40px;
    line-height: 60px;
    text-align: left;
    text-transform: uppercase !important;
    color: var(--white-primary);
    position: relative;
}

.single-preview .event-title .back-arrow{
    position: absolute;
    width: 26px;
    height: 26px;
    left: -50px;
    top: -4px;
}

.single-preview .event-title .back-arrow img{
    width: 100%;
}

.single-preview.event .event-title{
    text-transform: capitalize;
}

.single-preview .event-subtitle{
    font-family: var(--light-font);
    font-size: 40px;
    line-height: 60px;
    text-align: left;
    color: var(--white-primary);
}

.single-preview .exhibition-status{
    font-family: var(--light-font);
    font-size: 22px;
    line-height: 28.4px;
    text-align: right;
    text-transform: uppercase;
    color: var(--white-primary);
}

.single-preview .event-detail{
    font-family: var(--light-font);
    font-size: 22px;
    line-height: 31.6px;
    text-align: right;
    color: var(--white-primary);
}


.single-preview .event-date{
    font-family: var(--light-font);
    font-size: 22px;
    line-height: 31.6px;
    text-align: left;
    color: var(--white-primary);
}

.fix-detail-bar.eventbar{
    background: var(--pink-primary);
}

.fix-detail-bar{
    background: var(--purple-primary);
    padding: 16px 0px;
}

.fix-detail-bar .event-detail{
    font-family: var(--light-font);
    font-size: 18px;
    line-height: 28px;
    text-align: right;
    color: var(--white-primary);
}

.fix-detail-bar .event-detail p{
    margin-bottom: 0;
}

.fix-detail-bar .event-date{
    font-family: var(--light-font);
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: var(--white-primary);
}

.fix-detail-bar .event-date p{
    margin-bottom: 0;
}
    
.fix-detail-bar.stickyelement {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}

/**-- extras --**/


/***---- Website footer ----***/

footer{
    background-size: 100%;
    padding: 60px 0px;
/*    z-index: 10;*/
}

footer.forinner{
    background: url('images/footer-bg.png');
    background-size: cover;
    background-position-y: unset;
    padding: 60px 0px;
}

.footer-widget{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--white-primary);
    margin-right: 45px;
}

.footer-widget:last-child{
    border-bottom: 0px solid var(--white-primary);
}

.footer-widget .title{
    font-family: var(--medium-font);
    font-size: 22px;
    color: var(--white-primary);
}

.footer-widget .contxt{
    font-family: var(--light-font);
    font-size: 22px;
    color: var(--white-primary);
    font-weight:400;
    margin-bottom: 16px;
}

.footer-widget .contxt a{
    text-decoration: none;
    color: var(--white-primary);
}

.footer-widget .contxt a:hover{
    text-decoration: underline;
}

.footer-widget .icon{
    width: 36px;
}


.footer-widget .icon.social{
    display: flex;
}

.footer-widget .icon.social img{
    width: 36px;
    margin-right: 18px;
}

.footer-form .title{
    font-family: var(--medium-font);
    font-size: 22px;
    color: var(--white-primary);
    margin-bottom: 16px;
}

.form-control{
    padding: 12px 16px 12px 16px;
    border: 1px solid var(--white-primary);
    border-radius: 0;
    background: transparent;
    font-size: 16px;
    line-height: 24px;
    color: var(--white-primary);
    font-family: var(--light-font);
    margin-bottom: 24px;
}

.form-control:focus{
    outline: none;
    border: 1px solid var(--white-primary);
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    line-height: 24px;
    color: var(--white-primary);
}

.footer-form input[type="submit"]{
    font-family: var(--bold-font);
    padding: 12px 16px 12px 16px;
    border: 1px solid var(--white-primary);
    background: var(--white-primary);
    color: var(--black-primary);
    font-weight: 700;
    text-transform: uppercase;
    width: 200px;
}

.footer-form input[type="submit"]:hover{
    border: 1px solid var(--white-primary);
    background: transparent;
    color: var(--white-primary);
}

.footer-form .link_block{
    font-size: 12px;
    line-height: 20px;
    color: var(--white-primary);
    padding: 16px 0px;
    text-align: right;
    font-family: var(--light-font);
}



.footer-form .link_block a{
    font-size: 12px;
    line-height: 20px;
    color: var(--white-primary);
    text-transform: uppercase;
    text-decoration: none;
    font-family: var(--light-font);
}

.other-contact .elementor-element-67ce673{
    margin: 0!important;
}

.other-contact .elementor-element-f5dec65{
    margin: 0!important;
}



textarea:focus, input:focus{
    outline: none;
}

.form-control::placeholder{
    font-size: 16px;
    line-height: 24px;
    color: var(--white-primary);
    font-family: var(--light-font);
}

.form-control::-moz-placeholder{
    font-size: 16px;
    line-height: 24px;
    color: var(--white-primary);
    font-family: var(--light-font);
}



/***---- Website footer ----***/





.box-card h3 {
    font-family: var(--bold-font);
    font-size: 20px;
    line-height: 30.4px;
    text-align: left;
    color: var(--white-primary);
}

.box-card h4 {
    font-family: var(--regular-font);
    font-size: 20px;
    line-height: 30.4px;
    text-align: left;
    color: var(--white-primary);
}

.event_section.grid-card .box-card h3{
    font-family: var(--bold-font)!important;
    font-size: 18px!important;
    line-height: 28.4px!important;
    text-align: left!important;
    color: var(--white-primary)!important;
    text-transform: none!important;
    padding-right: 0!important;
    margin-bottom: 0!important;
}

.event_section.grid-card .box-card h4{
    font-family: var(--light-font)!important;
    font-size: 18px!important;
    line-height: 28.4px!important; 
}

.discipline {
    position: relative;
    cursor: pointer;
}

.custom-discipline {
    background: var(--black-secondary);
    width: 430px;
    padding: 40px 30px;
    position: absolute;
    z-index: 9;
    top: 100px;
    right: 0;
    opacity: 0;
}

.custom-discipline.active{
    opacity: 1;
}

.custom-discipline h4{
    color: var(--white-primary);
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.custom-discipline .elem{
    display: flex;
	justify-content: left;
	flex-wrap: wrap;
    width: 400px;
    column-gap: 15px;
    row-gap: 15px;
}

.custom-discipline .elem .pick{
    flex: none;
    background: var(--white-primary);
    padding: 12px;
    border-radius: 30px;
    color: var(--black-secondary);
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.2549999952316284px;
    font-family: var(--light-font);
    text-align: center;
    cursor: pointer;
    width: max-content;
}

.custom-discipline .elem .pick.active{
    background: var(--green-primary);
    color: var(--black-secondary);
}

.custom-discipline .elem .pick:hover{
    background: var(--green-primary);
    color: var(--black-secondary);
}


.discipline p{
    font-size: 20px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    padding: 16px 18px;
    margin-bottom: 0;
    background-image: url(images/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right;
    padding-right: 24px;
}

.discipline p.active{
    background-image: url(images/dropdown-arrowup.png);
}


/* making elementor + template mix event single */

.eventsingletemp h3{
    text-transform: uppercase!important;
    font-family: var(--bold-font)!important;
    color: var(--black-primary)!important;
    font-size: 28px!important;
    line-height: 36px!important;
    padding-right: 30px!important;
}

.eventsingletemp p {
    font-family: var(--light-font)!important;
    font-size: 16px!important;
    line-height: 24px!important;
    text-align: left!important;
    color: var(--black-primary)!important;
    margin-bottom: 25px!important;
}

.eventsingletemp p:last-child{
    margin-bottom: 0!important;
}

.eventsingletemp .eventsingletemp span {
    font-family: var(--light-font)!important;
    font-size: 16px!important;
    line-height: 24px!important;
    text-align: left!important;
    color: var(--black-primary)!important;
    margin-bottom: 25px!important;
}

.eventsingletemp .eventsingletemp li {
    font-family: var(--light-font)!important;
    font-size: 16px!important;
    line-height: 24px!important;
    text-align: left!important;
    color: var(--black-primary)!important;
    margin-bottom: 25px!important;
}

.eventsingletemp .grid-card .box-card h3{
    font-family: var(--bold-font)!important;
    font-size: 18px!important;
    line-height: 28.4px!important;
    text-align: left!important;
    color: var(--white-primary)!important;
    text-transform: none!important;
    padding-right: 0!important;
    margin-bottom: 0!important;
}

.eventsingletemp .grid-card .box-card h4{
    font-family: var(--light-font)!important;
    font-size: 18px!important;
    line-height: 28.4px!important; 
}

.eventsingletemp .grid-card .box-card .context .more-details{
    font-family: var(--light-font)!important;
    font-size: 14px!important;
    line-height: 24px!important;
    color: var(--white-primary)!important;
}

.eventsingletemp .grid-card .box-card .context .more-details span{
    font-family: var(--light-font)!important;
    font-size: 14px!important;
    line-height: 24px!important;
    color: var(--white-primary)!important;
}

.eventsingletemp .register-link p{
    font-family: var(--light-font)!important;
    font-size: 30px!important;
    line-height: 50px!important;
    text-align: left!important;
    color: var(--black-secondary)!important;
    margin-bottom: 0!important;
}

.eventsingletemp .register-link p a{
    font-family: var(--medium-font)!important;
    font-size: 30px!important;
    line-height: 50px!important;
    text-align: left!important;
    color: var(--pink-primary);
    text-decoration: none!important;
}

.eventsingletemp .related-slick{
    margin-bottom: 0!important;
}




.singleexhibitiontemp h3{
    text-transform: uppercase!important;
    font-family: var(--bold-font)!important;
    color: var(--black-primary)!important;
    font-size: 28px!important;
    line-height: 36px!important;
    padding-right: 30px!important;
}

.singleexhibitiontemp p {
    font-family: var(--light-font)!important;
    font-size: 16px!important;
    line-height: 24px!important;
    text-align: left!important;
    color: var(--black-primary)!important;
    margin-bottom: 25px!important;
}

.singleexhibitiontemp p:last-child{
    margin-bottom: 0!important;
}

.singleexhibitiontemp  span {
    font-family: var(--light-font)!important;
    font-size: 16px!important;
    line-height: 24px!important;
    text-align: left!important;
    color: var(--black-primary)!important;
    margin-bottom: 25px!important;
}

.singleexhibitiontemp  li {
    font-family: var(--light-font)!important;
    font-size: 16px!important;
    line-height: 24px!important;
    text-align: left!important;
    color: var(--black-primary)!important;
    margin-bottom: 25px!important;
}

.singleexhibitiontemp .grid-card .box-card h3{
    font-family: var(--bold-font)!important;
    font-size: 18px!important;
    line-height: 28.4px!important;
    text-align: left!important;
    color: var(--white-primary)!important;
    text-transform: none!important;
    padding-right: 0!important;
    margin-bottom: 0!important;
}

.singleexhibitiontemp .grid-card .box-card h4{
    font-family: var(--light-font)!important;
    font-size: 18px!important;
    line-height: 28.4px!important; 
}

.singleexhibitiontemp .grid-card .box-card .context .more-details{
    font-family: var(--light-font)!important;
    font-size: 14px!important;
    line-height: 24px!important;
    color: var(--white-primary)!important;
}

.singleexhibitiontemp .grid-card .box-card .context .more-details span{
    font-family: var(--light-font)!important;
    font-size: 14px!important;
    line-height: 24px!important;
    color: var(--white-primary)!important;
}

.singleexhibitiontemp .register-link p{
    font-family: var(--light-font)!important;
    font-size: 30px!important;
    line-height: 50px!important;
    text-align: left!important;
    color: var(--black-secondary)!important;
    margin-bottom: 0!important;
}

.singleexhibitiontemp .register-link p a{
    font-family: var(--medium-font)!important;
    font-size: 30px!important;
    line-height: 50px!important;
    text-align: left!important;
    color: var(--purple-primary)!important;
    text-decoration: none!important;
}

.singleexhibitiontemp .related-slick{
    margin-bottom: 0!important;
}

.elementor-swiper-button-next{
    height: 38px!important;
    width: 38px!important;
    background: url('/wp-content/themes/tri/images/lucide_arrow-right.png')!important;
    background-size: cover!important;
    position: absolute!important;
    top: -58px!important;
}

.elementor-swiper-button-next svg{
    display: none!important;
}

.elementor-swiper-button-prev{
    height: 38px!important;
    width: 38px!important;
    background: url('/wp-content/themes/tri/images/lucide_arrow-left.png')!important;
    background-size: cover!important;
    position: absolute!important;
    top: -58px!important;
    right:58px!important;
    left:auto!important;
}


.elementor-swiper-button-prev svg{
    display: none!important;
}

.elementor-10 .elementor-element.elementor-element-12681c7 > .elementor-widget-container{
    margin: 0rem 0rem 1rem 0rem!important;
    padding: 1rem 0rem 0rem 0rem!important;
}


.elementor-element-da271a6 img{
    margin-bottom: 0!important;
}

.about_section .tri_tabs .tab-link:nth-child(1){
    width: 85px;
    display: block;
}

.about_section .tri_tabs .tab-link:nth-child(2){
/*    width: 200px;*/
    display: block;
}

.about_section .tri_tabs .tab-link:nth-child(3){
/*    width: 112px;*/
    display: block;
}

.about_section .tri_tabs .tab-link:nth-child(4){
/*    width: 186px;*/
    display: block;
}

.about_section .tri_tabs .tab-link{
    margin-right: 48px;
}

.about_section .tri_tabs .tabs{
    margin-bottom: 56px;
}


.clear-filter{
    font-size: 18px;
    line-height:28.4px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    position: absolute;
    right: 64px;
    top: 18px;
    cursor: pointer;
}

/**--- for big screens ---**/

@media (min-width:1500px){

    .clear-filter{
        font-size: 24px;
        line-height: 34.4px;
        font-family: var(--regular-font);
        color: var(--black-primary);
        position: absolute;
        right: 90px;
        top: 34px;
        cursor: pointer;
    }

    .customcontain{
        margin-left: calc((100% - 1552px) / 2);
        display: flex;
        flex-wrap: wrap;
}


.myheader.hide {
    top: -150px;
}

.tri_maintitle{
    font-size: 96px;
    line-height: 115.2px;
}

.logo_block {
    width: 126px;
}

.sub-menu li a{
    padding: 30.5px 40px!important;
}

.menu_block li a{
    font-size: 20px;
    line-height: 24px;
}


.sub-menu{
    top: 72px!important;
}

.about_section {
    padding: 220px 0px 100px 0px;
    background: url(images/about-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
}



.tri_overview{
    padding: 80px 0px;
}

.tri_overview h3{
    font-size: 40px;
    line-height: 48px;
    color: var(--black-primary);
}

.tri_overview p{
    font-size: 26px;
    line-height: 39px;
    color: var(--black-primary);
}



.tri_tabs .section-title{
    font-size: 40px;
    line-height: 48px;
    color: var(--black-primary);
}

.tri_tabs .tab-link{
    font-size: 40px;
    line-height: 48px;
}

.tri_tabs .tab-link.active{
    padding-bottom: 24px;
    border-bottom: 3px solid var(--black-primary);
}

.tri_tabs .tab-content .profile-name{
    font-size: 32px;
    line-height: 44.8px;
}

.tri_tabs .tab-content .profile-desc{
    font-size: 26px;
    line-height: 39px;
}

.tri_tabs .tab-content .profile-desc{
    margin-bottom:60px;
}

.tri_tabs .tab-content .pb-5{
    padding-bottom: 0!important;
}

.main-tab .linktab{
    font-size: 40px;
    line-height: 48px;
    padding: 30px!important;
}

.single_section {
    padding: 80px 0px 80px 0px;
}

.single-preview{
    background: var(--purple-primary);
    padding: 220px 0px 320px 0px;
}

.arrow-slick{
    display: flex;
    justify-content: right;
    margin-right: 10px;
}

.arrow-slick .prevbtn{
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.arrow-slick .nextbtn{
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.arrow-slick .prevbtnp{
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.arrow-slick .nextbtnp{
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.arrow-slick .prevbtnev{
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.arrow-slick .nextbtnev{
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.exhibition-slick img{
    height: 800px;
    object-fit: cover;
    width: 100%;
}

.event_section{
    padding: 220px 0px 100px 0px;
    background: url(images/bg-page.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.press-card{
    background: var(--purple-primary);
    padding: 25px 25px;
}

.press-card a { text-decoration: none; }

.press-slick .slick-slide{
    margin: 0vw 0.4vw;
}
  
.press-slick .slick-list{
    padding: 0!important;
    margin: 0vw -0.4vw 0vw -0.4vw;
}

.press-card h4{
    font-family: var(--medium-font);
    font-size: 26px;
    line-height: 36.4px;
    text-align: left;
    color: var(--white-primary);
    margin-bottom: 16px;
}

.press-card p{
    font-family: var(--light-font);
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    color: var(--white-primary);
    margin-bottom: 0;
}

.current_card .context_block{
    padding: 35px;
}

.ev_tabs .ev-link.active {
    border-bottom: 4px solid var(--black-primary);
    margin-bottom: 0;
    font-family: var(--medium-font);
    color: var(--black-secondary);
    padding-bottom: 12px;
}

.ev_tabs .ev-link:hover {
    border-bottom: 4px solid var(--black-primary);
    margin-bottom: 0;
    font-family: var(--medium-font);
    color: var(--black-secondary);
    padding-bottom: 12px;
}

.main-tab .linktab.active{
    padding: 30px;
}

.ev_tabs .ev-link{
    font-size: 32px;
    line-height: 38.4px;
}

.else_message{
    font-size: 32px;
    line-height: 38.4px;
    font-family: var(--light-font);
    color: var(--black-primary);
}

.context_block .tag{
    font-size: 24px;
    line-height: 28.8px;
    margin-bottom: 32px;
}

.context_block .title{
    font-size: 36px;
    line-height: 50.4px;
    margin-bottom: 32px;
}

.context_block .sub-title{
    font-size: 26px;
    line-height: 36.4px;
    margin-bottom: 32px;
}

.context_block .desc{
    font-size: 20px;
    line-height: 30px;
}

.context_block .more-details{
    font-size: 20px;
    line-height: 30px;
}

.filterproject input[type=text]{
    padding: 30px;
    font-size: 32px;
    line-height: 38.4px;
}

.filterproject button{
    right: 30px;
    top: 30px;
}

.filterproject button img {
    height: 36px;
    width: 36px;
}

.filterproject select{
    font-size: 32px;
    line-height: 38.4px;
    padding: 16px 6px;
}

.filterproject .d-flex{
    align-items: center;
}

.box-card .category{
    font-size: 12px;
    line-height: 10px;
}



.box-card h3{
    font-size: 16px;
    line-height: 26px;
    font-family: var(--bold-font)!important;
}

.grid-card .box-card h3{
    font-size: 16px;
    line-height: 26px;
    font-family: var(--bold-font)!important;
    color: var(--white-primary);
}

.box-card h4{
    font-size: 26px;
    line-height: 36.4px;
    font-family: var(--light-font)!important;
    margin-bottom: 16px;
}

.context .more-details{
    font-size: 20px;
    line-height: 26px;
}

.carousel-caption p{
    font-size: 26px;
    line-height: 39px;
}

.carousel-caption{
    width: 480px!important;
}

.actionbtn{
    display: flex;
    align-items: center;
    justify-content: right;
}

.actionbtn img{
    width: 74px;
    height: 72px;
    margin-left: 22px;
}

.register-link p{
    font-family: var(--light-font);
    font-size: 40px;
    line-height: 60px;
    text-align: left;
    color: var(--black-secondary);
    margin-bottom: 0;
}

.register-link p a{
    font-family: var(--medium-font);
    font-size: 40px;
    line-height: 60px;
    text-align: left;
    color: var(--purple-primary);
    text-decoration: none;
}



.hm-about h2{
    font-size: 62px;
    line-height: 74.4px;
    width: 95%;
}

.hm-about .desc{
    font-size: 26px;
    line-height: 39px;
}

.hm-about .desc p{
    margin-bottom: 32px;
}

.hm-about .btn-block{
    margin-top: 120px;
}

.hm-about .trans-btn{
    padding: 30px 46px;
    font-size: 26px;
    line-height: 31.2px;
}


.hm-events .tri_tabs .tab-link.active{
    border-bottom: 4px solid var(--white-primary);
    margin-bottom: 0;
    font-family: var(--medium-font);
    color: var(--white-primary);
    padding-bottom: 12px;
}


.hm-events .tri_tabs .tab-link:hover{
    border-bottom: 4px solid var(--white-primary);
    margin-bottom: 0;
    font-family: var(--medium-font);
    color: var(--white-primary);
    padding-bottom: 12px;
}

.hm-events .tri_tabs .tab-link{
    font-size: 40px;
    line-height: 48px;
}

.hm-events .calendar-link{
    font-size: 20px;
    line-height: 24px;
}

.datepicker{
    position: relative;
    cursor: pointer;
}

.custom-calender{
    background: var(--black-secondary);
    width: 480px;
    padding: 40px 30px;
    position: absolute;
    z-index: 9;
    top: 100px;
    right: 0;
    opacity: 0;
}

.custom-calender.active{
    opacity: 1;
}

.custom-calender h4{
    color: var(--white-primary);
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.custom-calender .elem{
    display: flex;
	justify-content: left;
	flex-wrap: wrap;
    width: 480px;
    column-gap: 20px;
    row-gap: 20px;
}

.custom-calender .elem .pick{
    flex: 0 0 26.333%;
    background: var(--white-primary);
    padding: 15px;
    border-radius: 30px;
    color: var(--black-secondary);
    font-size: 21px;
    line-height: 30.03px;
    letter-spacing: 0.2549999952316284px;
    font-family: var(--light-font);
    text-align: center;
    cursor: pointer;
    border: 1px solid var(--white-primary);
}

.custom-calender .elem .pick.active{
    background: var(--black-secondary);
    color: var(--white-primary);
    border: 1px solid var(--white-primary);
}

.custom-calender .elem .pick:hover{
    background: var(--black-secondary);
    color: var(--white-primary);
    border: 1px solid var(--white-primary);
}




.discipline {
    position: relative;
    cursor: pointer;
}

.custom-discipline {
    background: var(--black-secondary);
    width: 480px;
    padding: 40px 30px;
    position: absolute;
    z-index: 9;
    top: 100px;
    right: 0;
    opacity: 0;
}

.custom-discipline.active{
    opacity: 1;
}

.custom-discipline h4{
    color: var(--white-primary);
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.custom-discipline .elem{
    display: flex;
	justify-content: left;
	flex-wrap: wrap;
    width: 480px;
    column-gap: 20px;
    row-gap: 20px;
}

.custom-discipline .elem .pick{
    flex: none;
    background: var(--white-primary);
    padding: 15px;
    border-radius: 30px;
    color: var(--black-secondary);
    font-size: 21px;
    line-height: 30.03px;
    letter-spacing: 0.2549999952316284px;
    font-family: var(--light-font);
    text-align: center;
    cursor: pointer;
    width: max-content;
}

.custom-discipline .elem .pick.active{
    background: var(--green-primary);
    color: var(--black-secondary);
}

.custom-discipline .elem .pick:hover{
    background: var(--green-primary);
    color: var(--black-secondary);
}


.sv_year{
    position: relative;
    cursor: pointer;
}

.custom-year{
    background: var(--black-secondary);
    width: 430px;
    padding: 40px 30px;
    position: absolute;
    z-index: 9;
    top: 100px;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.custom-year.active{
    opacity: 1;
    visibility: visible;
}

.custom-year h4{
    color: var(--white-primary);
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.custom-year .elem{
    display: flex;
	justify-content: left;
	flex-wrap: wrap;
    width: 400px;
    column-gap: 15px;
    row-gap: 15px;
}

.custom-year .elem .pick{
    flex: 0 0 28.333%;
    background: var(--white-primary);
    padding: 12px;
    border-radius: 30px;
    color: var(--black-secondary);
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.2549999952316284px;
    font-family: var(--light-font);
    text-align: center;
    cursor: pointer;
}

.custom-year .elem .pick.active{
    background: var(--green-primary);
    color: var(--black-secondary);
}

.custom-year .elem .pick:hover{
    background: var(--green-primary);
    color: var(--black-secondary);
}




.filterproject .dropdown-search{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: right;
}

.filterproject select{
    --webkit-appearance: none;
        appearance: none;
        background-image: url(images/dropdown-arrow.png);
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: right;
        padding-right: 35px;
        margin-right: 16px;
}


.datepicker p{
    font-size: 32px;
    line-height: 38.4px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    padding: 16px 18px;
    margin-bottom: 0;
    background-image: url(images/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right;
    padding-right: 35px;
}

.datepicker p.active{
    background-image: url(images/dropdown-arrowup.png);
}


.discipline p{
    font-size: 32px;
    line-height: 38.4px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    padding: 16px 18px;
    margin-bottom: 0;
    background-image: url(images/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right;
    padding-right: 35px;
}

.discipline p.active{
    background-image: url(images/dropdown-arrowup.png);
}

.sv_year p{
    font-size: 32px;
    line-height: 38.4px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    padding: 16px 18px;
    margin-bottom: 0;
    background-image: url(images/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right;
    padding-right: 35px;
}

.sv_year p.active{
    background-image: url(images/dropdown-arrowup.png);
}



.other-contact{
    padding: 60px 0px;
}

.other-contact h3{
    font-family: var(--bold-font)!important;
    font-size: 40px!important;
    line-height: 48px!important;
    color: var(--black-primary)!important;
    margin-bottom: 24px!important;
}

.other-contact p{
    font-family: var(--light-font)!important;
    font-size: 26px!important;
    line-height: 39px!important;
    color: var(--black-primary)!important;
    margin-bottom: 24px!important;
}

.other-contact .elementor-element-67ce673{
    margin: 0!important;
}

.other-contact .elementor-element-f5dec65{
    margin: 0!important;
}

.other-contact img{
    margin-bottom: 30px;
    height: 400px !important;
    object-fit: cover;
}

.other-contact p a{
    font-family: var(--bold-font);
    font-size: 26px;
    line-height: 39px;
    color: var(--pink-primary);
    text-decoration: none;
}

.event-feature-image{
    margin-top: -360px;
}

.single-preview.event .event-title{
    text-transform: capitalize;
}

.single-preview .event-title{
    font-family: var(--semibold-font);
    font-size: 50px;
    line-height: 70px;
    text-align: left;
    text-transform: uppercase;
    color: var(--white-primary);
    position: relative;
}

.single-preview .event-title .back-arrow{
    position: absolute;
    width: 36px;
    height: 36px;
    left: -60px;
    top: -4px;
}

.single-preview .event-title .back-arrow img{
    width: 100%;
}

.single-preview .event-subtitle{
    font-family: var(--light-font);
    font-size: 50px;
    line-height: 70px;
    text-align: left;
    color: var(--white-primary);
}

.single-preview .exhibition-status{
    font-family: var(--light-font);
    font-size: 32px;
    line-height: 38.4px;
    text-align: right;
    text-transform: uppercase;
    color: var(--white-primary);
}

.single-preview .event-detail{
    font-family: var(--light-font);
    font-size: 32px;
    line-height: 41.6px;
    text-align: right;
    color: var(--white-primary);
}


.single-preview .event-date{
    font-family: var(--light-font);
    font-size: 32px;
    line-height: 41.6px;
    text-align: left;
    color: var(--white-primary);
}

.fix-detail-bar{
    background: var(--purple-primary);
    padding: 24px 0px;
}

.fix-detail-bar .event-detail{
    font-family: var(--light-font);
    font-size: 28px;
    line-height: 38px;
    text-align: right;
    color: var(--white-primary);
    margin-bottom: 0;
}

.fix-detail-bar .event-detail p{
    margin-bottom: 0;
}

.fix-detail-bar .event-date{
    font-family: var(--light-font);
    font-size: 28px;
    line-height: 38px;
    text-align: left;
    color: var(--white-primary);
    margin-bottom: 0;
}


.fix-detail-bar .event-date p{
    margin-bottom: 0;
}

.form-control {
    padding: 16px 20px 16px 20px;
    border: 1px solid var(--white-primary);
    border-radius: 0;
    background: transparent;
    font-size: 24px;
    line-height: 36px;
    color: var(--white-primary);
    font-family: var(--light-font);
    margin-bottom: 32px;
}

.form-control:focus{
    outline: none;
    border: 1px solid var(--white-primary);
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 24px;
    line-height: 36px;
    color: var(--white-primary);
}

.form-control::placeholder{
    font-size: 24px;
    line-height: 36px;
    color: var(--white-primary);
    font-family: var(--light-font);
}

.form-control::-moz-placeholder{
    font-size: 24px;
    line-height: 36px;
    color: var(--white-primary);
    font-family: var(--light-font);
}

.about_section .tri_overview{
    background: transparent;
}

.about_section .tri_tabs{
    margin-top: 20px;
}

.about_section .tri_tabs .tabs{
    margin-bottom: 56px;
}

.about_section .tri_tabs .tab-link:nth-child(1){
    width: 100px;
    display: block;
}

.about_section .tri_tabs .tab-link:nth-child(2){
    width: 300px;
    display: block;
}

.about_section .tri_tabs .tab-link:nth-child(3){
    width: 160px;
    display: block;
}

.about_section .tri_tabs .tab-link:nth-child(4){
    width: 237px;
    display: block;
}

.event_section .ev_tabs .ev-link:nth-child(1){
    width: 115px;
    display: block;
}

.event_section .ev_tabs .ev-link:nth-child(2){
    width: 150px;
    display: block;
}

.event_section .ev_tabs .ev-link:nth-child(3){
    width: 65px;
    display: block;
}

.event_section .filter-global .main-tab .linktab{
    margin-right: 16px;
}

.event_section.grid-card  .box-card .category {
    font-size: 16px;
    line-height: 16.2px;
}

.event_section.grid-card  .box-card h3{
    font-family: var(--bold-font)!important;
    font-size: 26px!important;
    line-height: 36.4px!important;
    text-align: left!important;
    color: var(--white-primary)!important;
    text-transform: none!important;
    padding-right: 0!important;
}

.event_section.grid-card .box-card h4{
    font-family: var(--light-font) !important;
    font-size: 26px!important;
    line-height: 36.4px!important;
}

.grid-card .box-card .image-block img{
    height: 429px;
}

.home .box-card .image-block img{
    height: 540px;
    object-fit: cover;
}

.footer-form .link_block {
    font-size: 16px;
    line-height: 24px;
    color: var(--white-primary);
    padding: 16px 0px;
    text-align: right;
    font-family: var(--light-font);
}

.footer-form .link_block a {
    font-size: 16px;
    line-height: 24px;
    color: var(--white-primary);
    text-transform: uppercase;
    text-decoration: none;
    font-family: var(--light-font);
}

.footer-form input[type="submit"]{
    font-family: var(--bold-font);
    padding: 16px 20px 16px 20px;
    border: 1px solid var(--white-primary);
    background: var(--white-primary);
    color: var(--black-primary);
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    width: 200px;
}

.footer-form input[type="submit"]:hover{
    border: 1px solid var(--white-primary);
    background: transparent;
    color: var(--white-primary);
}

.connect_page .connect_section {
    background: url(images/connect-bg.png);
    background-size: cover;
    padding: 200px 0px 100px 0px;
}

.connect_section .tri_maintitle {
    font-family: var(--medium-font)!important;
    font-size: 64px;
    line-height: 76.8px;
    text-align: left;
    color: var(--black-secondary);
    margin-bottom: 80px;
}


.footer-widget .title{
    font-size: 32px;
    line-height: 48px;
}

.footer-widget .contxt{
    font-size: 32px;
    line-height: 48px;
}

.footer-form .title {
    font-family: var(--medium-font);
    font-size: 32px;
    line-height: 38.4px;
    color: var(--white-primary);
    margin-bottom: 30px;
}

.footer-widget .icon {
    width: 48px;
}

.footer-widget .icon.social img{
    width: 41.96px;
}




/* making elementor + template mix event single */

.eventsingletemp h3{
    text-transform: uppercase!important;
    font-family: var(--bold-font)!important;
    color: var(--black-primary)!important;
    font-size: 40px!important;
    line-height: 48px!important;
    padding-right: 30px!important;
}

.eventsingletemp p {
    font-family: var(--light-font)!important;
    font-size: 26px!important;
    line-height: 39px!important;
    text-align: left!important;
    color: var(--black-primary)!important;
    margin-bottom: 25px!important;
}

.eventsingletemp p:last-child{
    margin-bottom: 0!important;
}

.eventsingletemp span {
    font-family: var(--light-font)!important;
    font-size: 16px!important;
    line-height: 24px!important;
    text-align: left!important;
    color: var(--black-primary)!important;
    margin-bottom: 25px!important;
}

.eventsingletemp li {
    font-family: var(--light-font)!important;
    font-size: 16px!important;
    line-height: 24px!important;
    text-align: left!important;
    color: var(--black-primary)!important;
    margin-bottom: 25px!important;
}

.eventsingletemp .grid-card .box-card h3{
    font-family: var(--bold-font)!important;
    font-size: 26px!important;
    line-height: 36.4px!important;
    text-align: left!important;
    color: var(--white-primary)!important;
    text-transform: none!important;
    padding-right: 0!important;
}

.eventsingletemp .grid-card .box-card h4{
    font-family: var(--light-font)!important;
    font-size: 26px!important;
    line-height: 36.4px!important;
}

.eventsingletemp .grid-card  .box-card .category{
    font-size: 16px;
    line-height: 16.2px;    
}

.eventsingletemp .grid-card .box-card .context .more-details{
    font-family: var(--light-font)!important;
    font-size: 20px!important;
    line-height: 26px!important;
    color: var(--white-primary)!important;
}

.eventsingletemp .grid-card .box-card .context .more-details span{
    font-family: var(--light-font)!important;
    font-size: 20px!important;
    line-height: 26px!important;
    color: var(--white-primary)!important;
}

.eventsingletemp .register-link p{
    font-family: var(--light-font)!important;
    font-size: 40px!important;
    line-height: 60px!important;
    text-align: left!important;
    color: var(--black-secondary)!important;
    margin-bottom: 0!important;
}

.eventsingletemp .register-link p a{
    font-family: var(--medium-font)!important;
    font-size: 40px!important;
    line-height: 60px!important;
    text-align: left!important;
    color: var(--pink-primary);
    text-decoration: none!important;
}




.singleexhibitiontemp h3{
    text-transform: uppercase!important;
    font-family: var(--bold-font)!important;
    color: var(--black-primary)!important;
    font-size: 40px!important;
    line-height: 48px!important;
    padding-right: 30px!important;
}

.singleexhibitiontemp p {
    font-family: var(--light-font)!important;
    font-size: 26px!important;
    line-height: 39px!important;
    text-align: left!important;
    color: var(--black-primary)!important;
    margin-bottom: 25px!important;
}

.singleexhibitiontemp p:last-child{
    margin-bottom: 0!important;
}

.singleexhibitiontemp span {
    font-family: var(--light-font)!important;
    font-size: 16px!important;
    line-height: 24px!important;
    text-align: left!important;
    color: var(--black-primary)!important;
    margin-bottom: 25px!important;
}

.singleexhibitiontemp li {
    font-family: var(--light-font)!important;
    font-size: 16px!important;
    line-height: 24px!important;
    text-align: left!important;
    color: var(--black-primary)!important;
    margin-bottom: 25px!important;
}

.singleexhibitiontemp .grid-card .box-card h3{
    font-family: var(--bold-font)!important;
    font-size: 26px!important;
    line-height: 36.4px!important;
    text-align: left!important;
    color: var(--white-primary)!important;
    text-transform: none!important;
    padding-right: 0!important;
}

.singleexhibitiontemp .grid-card .box-card h4{
    font-family: var(--light-font)!important;
    font-size: 26px!important;
    line-height: 36.4px!important;
}

.singleexhibitiontemp .grid-card  .box-card .category{
    font-size: 16px;
    line-height: 16.2px;    
}

.singleexhibitiontemp .grid-card .box-card .context .more-details{
    font-family: var(--light-font)!important;
    font-size: 20px!important;
    line-height: 26px!important;
    color: var(--white-primary)!important;
}

.singleexhibitiontemp .grid-card .box-card .context .more-details span{
    font-family: var(--light-font)!important;
    font-size: 20px!important;
    line-height: 26px!important;
    color: var(--white-primary)!important;
}

.singleexhibitiontemp .register-link p{
    font-family: var(--light-font)!important;
    font-size: 40px!important;
    line-height: 60px!important;
    text-align: left!important;
    color: var(--black-secondary)!important;
    margin-bottom: 0!important;
}

.singleexhibitiontemp .register-link p a{
    font-family: var(--medium-font)!important;
    font-size: 40px!important;
    line-height: 60px!important;
    text-align: left!important;
    color: var(--purple-primary)!important;
    text-decoration: none!important;
}


.elementor-swiper-button-next{
    height: 48px!important;
    width: 48px!important;
    background: url('/wp-content/themes/tri/images/lucide_arrow-right.png')!important;
    background-size: cover!important;
    position: absolute!important;
    top: -58px!important;
}

.elementor-swiper-button-next svg{
    display: none!important;
}

.elementor-swiper-button-prev{
    height: 48px!important;
    width: 48px!important;
    background: url('/wp-content/themes/tri/images/lucide_arrow-left.png')!important;
    background-size: cover!important;
    position: absolute!important;
    top: -58px!important;
    right:68px!important;
    left:auto!important;
}


.elementor-swiper-button-prev svg{
    display: none!important;
}

.elementor-10 .elementor-element.elementor-element-12681c7 > .elementor-widget-container{
    margin: 0rem 0rem 1rem 0rem!important;
    padding: 1rem 0rem 0rem 0rem!important;
}

.elementor-element-da271a6 img{
    margin-bottom: 0!important;
}

}

/**--- for big screens ---**/


.fixed-arrow{
    z-index: 99;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 2%;
    bottom: 0%;
    background: var(--black-secondary);
    padding: 12px;
}

.fixed-arrow img{
    width: 100%;
    cursor: pointer;
}


.fixed-arrow2 {
    z-index: 99;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 5%;
    bottom: 0%;
}

.fixed-arrow2 img{
    width: 100%;
    cursor: pointer;
}

.fixed-arrow3{
    z-index: 99;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 5%;
    bottom: 0%;
}

.fixed-arrow3 img{
    width: 100%;
    cursor: pointer;
}

.fixed-arrow4{
    z-index: 99;
    width: 50px;
    height: 50px;
    position: absolute;
    left:5%;
    bottom: 0%;
}

.fixed-arrow4 img{
    width: 100%;
    cursor: pointer;
}

.home section::-webkit-scrollbar{
    display: none!important;
}



/* new tabs fix code homepage */

.hm-events .tabs-nav {
    list-style: none;
    padding: 0;
    display: flex;
    cursor: pointer;
}

.hm-events  .tabs-nav li a{
    font-size: 24px;
    margin-right: 58px;
    padding-bottom: 24px;
    cursor: pointer;
    border-bottom: 2px solid var(--black-primary);
    font-family: var(--light-font);
    color: var(--white-primary);
    text-transform:capitalize;
    text-decoration:none;
}

.hm-events  .tabs-nav li.active a{
    border-bottom: 2px solid var(--white-primary);
    padding-bottom: 24px;
    font-family: var(--medium-font);
    color: var(--white-primary);
}

.hm-events  .tabs-nav li.active a:hover{
    border-bottom: 2px solid var(--white-primary);
    padding-bottom: 24px;
    font-family: var(--medium-font);
    color: var(--white-primary);
}

.hm-events .tab-item {
    display: none; /* Hide all tab items initially */
}

.hm-events .tab-item:first-child {
    display: block; /* Show the first tab item by default */
}

@media (min-width:1500px){
    .hm-events  .tabs-nav li a{
        font-size: 40px;
        line-height: 48px;
    }
    
    .hm-events  .tabs-nav li.active a{
        border-bottom: 4px solid var(--white-primary);
        margin-bottom: 0;
        font-family: var(--medium-font);
        color: var(--white-primary);
        padding-bottom: 24px;
    }
    
    .hm-events  .tabs-nav li.active a:hover{
        border-bottom: 4px solid var(--white-primary);
        margin-bottom: 0;
        font-family: var(--medium-font);
        color: var(--white-primary);
        padding-bottom: 24px;
    }
}

/* new tabs fix code homepage */




.btn-block.desk{
    display: block;
}

.btn-block.mob{
    display: none;
}
header .openmenu{
    display: none;
}

.nsm_fix-nav-inner{
    height: 0vh; 
}

.nsm_fix-nav-inner .innerlogo {
    display: none;
}


.nsm_fix-nav-inner .closemenu {
    display: none;
}

.nsm_fix-nav-inner .menu_block{
    display: none;
}




/* mobile code */

@media (max-width:767px){

   

    .slick-dots{
        bottom: -55px;
    }

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

    .slick3 .slick-dots li.slick-active{
        width: 20px;
    }

    .slick3 .slick-dots li button:before{
        content: '';
        background: transparent;
        border: 2px solid var(--white-primary);
        border-radius: 50%;
        height: 10px;
        width: 10px;
        opacity: 1;
    }

    .slick3 .slick-dots li.slick-active button:before{
        border: 2px solid var(--white-primary);
        background: var(--white-primary);
        opacity: 1;
        width: 20px;
        border-radius: 30px;
    }

    .slick4 .slick-dots li button:before{
        content: '';
        background: transparent;
        border: 2px solid var(--white-primary);
        border-radius: 50%;
        height: 10px;
        width: 10px;
        opacity: 1;
    }

    .slick4 .slick-dots li.slick-active button:before{
        border: 2px solid var(--white-primary);
        background: var(--white-primary);
        opacity: 1;
        width: 20px;
        border-radius: 30px;
    }

    .hm-about h2{
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 28.8px;
    }

    .hm-about .desc{
        font-size: 14px;
        line-height: 21px;
    }

    .hm-about .trans-btn{
        font-size: 14px;
        line-height: 16.8px;
    }

    .btn-block.desk{
        display: none;
    }

    .btn-block.mob{
        display: block;
    }

    .hm-events .btn-block.mob{
        text-align: center;
        margin-top: 25px;
    }

    .nsm_fix-nav-inner{
        background: var(--black-secondary);
        position: fixed;
        width: 100%;
        height: 0vh;
        z-index: 999;
        transition:all 0.5s ease-in-out;
    }

    .nsm_fix-nav-inner.active{
        height: 100vh;
    }

    .nsm_fix-nav-inner .menu_block{
        display: block;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 300px;
    }

    .nsm_fix-nav-inner .menu_block ul{
        display: none;
    }

    .nsm_fix-nav-inner.active .menu_block ul{
        display: block;
    }

    .nsm_fix-nav-inner .menu_block li{
        padding-left: 0;
        text-align: center;
    }

    .nsm_fix-nav-inner .menu_block li a{
        color: var(--white-primary);
        font-size: 32px;
        line-height: 52px;
    }

    .nsm_fix-nav-inner .closemenu {
        height: 38px;
        width: 38px;
        position: absolute;
        right: 15px;
        top: 30px;
        display: none;
    }

    header .openmenu{
        height: 36px;
        width: 36px;
        position: absolute;
        right: 15px;
        top: 30px;
        display: block;
    }

    header .openmenu .openmenu-icon{
        width: 100%;
    }

    .page-id-14 header .openmenu .openmenu-icon{
        filter: invert(1);
    }

    .page-id-12 header .openmenu .openmenu-icon{
        filter: invert(1);
    }

    .page-id-26 header .openmenu .openmenu-icon{
        filter: invert(1);
    }

    .nsm_fix-nav-inner .innerlogo {
        width: 76px;
        position: absolute;
        top: 20px;
        left: 15px;
        display: none;
    }

    .nsm_fix-nav-inner.active .innerlogo {
        display: block;
    }

    .nsm_fix-nav-inner.active .closemenu {
        display: block;
    }

    .nsm_fix-nav-inner .sub-menu{
        background: var(--black-secondary)!important;
        position: static!important;
        width: 100%!important;
    }

    .nsm_fix-nav-inner .sub-menu li a {
        color: var(--white-primary) !important;
        font-size: 26px !important;
        line-height: 38px !important;
        padding: 10px 0px !important;
    }

    .menu-item-has-children > a{
        padding-bottom: 0!important;
    }

    .connect_page .connect_section{
        padding: 120px 0px 0px 0px;
    }

    .about_section{
        padding: 120px 0px 20px 0px;
        background: url(images/mobiletri-bg.png);
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .about_section  .tri_maintitle {
        font-size: 36px;
        line-height: 43.2px;
        text-align: center;
        border-bottom: 0px solid var(--black-secondary);
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .about_section .tri_overview{
        padding: 40px 0px;
    }

    .about_section .tabs{
        margin-bottom: 26px;
        display: inline-flex;
        width: 100%;
        overflow-x: auto;
    }

    .tri_overview p{
        margin-bottom: 12px;
    }


    .tri_maintitle{
        font-size: 48px;
        line-height: 57.2px;
        margin-bottom: 60px;
    }

    .about_section .tabs::-webkit-scrollbar {
        display: none;
      }

    .tri_tabs .section-title{
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 32px;
    }

    .tri_tabs .tab-link.active{
        padding-bottom: 8px;
    }

    .tri_tabs .tab-link{
        font-size: 20px;
        line-height: 24px;
        display: flex;
        min-width: max-content;
        margin-right: 32px;
    }

    .tab-content .profile_image{
        margin-bottom: 16px;
    }

    .tri_overview h3{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 16px;
    }

    .tri_tabs .tab-content .profile-name{
        margin-bottom: 24px;
        font-size: 20px;
        line-height: 32.8px;
    }

    .menu-footer-menu-container #menu-footer-menu{
        padding-left: 0!important;
    }

    .event_section{
        padding: 120px 0px 60px 0px;
        background: url(images/mobiletri-bg.png);
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .event_section .tri_maintitle{
        font-size: 36px;
        line-height: 43.2px;
        text-align: center;
        border-bottom: 1px solid var(--black-secondary);
        padding-bottom: 25px;
        margin-bottom: 30px;
    }

    .grid-card .main-content .row>*{
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }

    .box-card .category{
        font-size: 10px;
        line-height: 12.2px;
    }

    .box-card h3{
        font-size: 16px;
        line-height: 26.4px;
    }

    .box-card h4{
        font-size: 16px;
        line-height: 26.4px;
    }

    .context .more-details{
        font-size: 14px;
        line-height: 18.2px;
        margin-top: 12px;
    }

    .more-details span:not(:last-child)::after{
        content: '●';
        font-size: 6px;
        width: 10px;
        display: inline-block;
        text-align: center;
    }

    .main-tab{
        margin-bottom: 8px;
        justify-content: center;
    }

    .main-tab .linktab{
        font-size: 22px;
        line-break: 26.4px;
        background: transparent;
    }

    .main-tab .linktab.active{
        background: #1c212266;
    }

    .filterproject {
        margin-bottom: 25px;
    }

    .filterproject input[type=text]{
        font-size: 16px;
    }

    .clear-filter{
        font-size: 16px;
        right: 54px;
        top: 16px;
    }

    .filterproject select{
        font-size: 16px;
        background: #ffffff00;
        background-image: url(images/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right;
    padding-right: 24px;
    }

    .filterproject select:focus{
        font-size: 16px;
        background: #ffffff00;
        background-image: url(images/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right;
    padding-right: 24px;
    }

    .filterproject .d-flex{
        display: block!important;
    }

    .filterproject .search-block{
        width: 100%;
    }

    .filterproject .dropdown-search{
        width: 100%;
    }

    .ev_tabs{
        margin-bottom: 15px;
        justify-content: center;
    }

    .ev_tabs .ev-link.active{
        padding-bottom: 8px;
    }

    .ev_tabs .ev-link{
        margin-right: 16px;
        margin-left: 16px;
        font-size: 18px;
        line-height: 21.6px;
    }


    .ev_tabs .ev-link:last-child{
        margin-right: 16px;
        margin-left: 16px;
    }

    .datepicker p{
        font-size: 16px;
    }

    .sv_year p{
        font-size: 16px;
    }

    .current_card .col-md-8{
        padding-left: calc(var(--bs-gutter-x)* .5);
        padding-right: calc(var(--bs-gutter-x)* .5);
    }

    .current_card .col-md-4{
        padding-left: calc(var(--bs-gutter-x)* .5);
        padding-right: calc(var(--bs-gutter-x)* .5);
    }

    .current_card .greenbg{
        background: transparent;
    }

    .current_card .greenbg .context_block{
        background: var(--green-primary);
    }

    .current_card .greenbg .tag{
        background: var(--green-primary);
    }

    .current_card .purplebg{
        background: transparent;
    }

    .current_card .purplebg .context_block{
        background: var(--purple-primary);
    }

    .current_card .purplebg .tag{
        background: var(--purple-primary);
    }

    .current_card .yellowbg{
        background: transparent;
    }

    .current_card .yellowbg .context_block{
        background: var(--yellow-primary);
    }

    
    .current_card .yellowbg .tag{
        background: var(--yellow-primary);
    }

    .current_card .redbg{
        background: transparent;
    }

    .current_card .redbg .context_block{
        background: var(--red-primary);
    }

    .current_card .redbg .tag{
        background: var(--red-primary);
    }

    .current_card .bluebg{
        background: transparent;
    }

    .current_card .bluebg .context_block{
        background: var(--blue-primary);
    }

    .current_card .bluebg .tag{
        background: var(--blue-primary);
    }

    .current_card .pinkbg{
        background: transparent;
    }

    .current_card .pinkbg .context_block{
        background: var(--pink-primary);
    }

    .current_card .pinkbg .tag{
        background: var(--pink-primary);
    }


    .current_card .context_block{
        padding: 20px;
    }

    .current_card  .context_block .more-details{
        font-size: 10px;
        line-height: 20px;
        margin-top: 15px;
    }

    .current_card  .context_block .tag {
        font-family: var(--semibold-font);
        font-size: 12px;
        color: var(--white-primary);
        text-transform: uppercase;
        position: absolute;
        margin-bottom: 12px;
        margin-top: -50px;
        padding: 6px 18px;
        left: 0;
    }

    .context_block .title{
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .context_block .sub-title{
        font-size: 16px;
        line-height: 24px;
    }

    .logo_block {
        width: 76px;
    }

    .context_block .more-details{
        position: static;
        margin-top: 30px;
    }

    .menu_block{
        display: none;
    }

    .hm-slider .carousel-item .w-100{
        height: 100vh;
        object-fit: cover;
        object-position: center;
    }
    
    .carousel-item .w-100 {
        height: 100vh;
        object-fit: cover;
        object-position: center;
    }

    .carousel-caption{
        bottom: 8%!important;
        width: 95%;
        background: var(--black-secondary);
    }

    .hm-about .btn-block{
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .slick3 .slick-list{
        padding: 0 10% 0 0!important;
    }

    .box-card .image-block img{
        height: 180px
    }


    .hm-events .calendar-link{
        font-size: 12px;
        line-height: 16px;
        padding-top: 20px;
        display: none;
        text-align: left;
    }


    .hm-events .trans-btn{
        padding: 20px 38px 20px 38px;
        border: 1px solid var(--white-primary);
        border-radius: 0;
        background: transparent;
        font-size: 14px;
        line-height: 16.8px;
        display: inline-block;
        color: var(--white-primary);
        font-family: var(--light-font);
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
    }

    .hm-events .tabs-nav li.active a{
        border-bottom: 2px solid var(--white-primary);
        padding-bottom: 12px;
        margin-bottom: 16px;
        font-family: var(--medium-font);
        color: var(--white-primary);
    }

    .hm-events .tabs-nav li a{
        font-size: 24px;
        margin-right: 28.8px;
     }

    .hm-events .box-card h3{
        font-size: 14px;
        line-height: 19.6px;
        margin-bottom: 0px;
    }

    .hm-events .box-card h4{
        font-size: 14px;
        line-height: 19.6px;
        margin-bottom: 0px;
    }

    .hm-events .slick3 .slick-list{
        padding: 0!important;
    }

    .hm-events .slick4 .slick-list{
        padding: 0!important;
    }

    .hm-events .tabs-nav{
        justify-content: center;
    }

    .single_section .titlewithslick1 h3{
        padding-right: 65px;
    }

    .single_section .titlewithslick1 .arrow-slick{
        position: absolute;
        left: 40%;
        bottom: 4%;
    }

    .single_section .tri_overview .pt-5{
        padding-top: 1.5rem!important;
    }

    .single_section .titlewithslick2 .arrow-slick{
        position: absolute;
        left: 40%;
        bottom: 4%;
    }

    .single_section .arrow-slick .prevbtn{
        width: 28px;
        height: 28px;
        margin-right: 15px;
    }

    .single_section .arrow-slick .nextbtn{
        width: 28px;
        height: 28px;
        margin-left: 15px;
    }

    .single_section .arrow-slick .prevbtnp{
        width: 28px;
        height: 28px;
        margin-right: 15px;
    }

    .single_section .arrow-slick .nextbtnp{
        width: 28px;
        height: 28px;
        margin-left: 15px;
    }

    .single_section .arrow-slick .prevbtnev{
        width: 28px;
        height: 28px;
        margin-right: 15px;
    }

    .single_section .arrow-slick .nextbtnev{
        width: 28px;
        height: 28px;
        margin-left: 15px;
    }


    .single_section .exhibition-slick img{
        height: 200px;
    }

    .single_section .press-card h4{
        font-size: 16px;
        line-height: 26.4px;
    }

    .single_section .press-card p{
        font-size: 10px;
        line-height: 16px;
    }

    .single_section  .titlewithslick2 .pt-5{
        padding-top: 1.5rem!important;
    }

    .single_section .actionbtn img{
        width: 36px;
        height: 34px;
        margin-left: 0;
        margin-right: 16px;
    }



    .register-link p{
        font-size: 24px;
        line-height: 36px;
    }

    .register-link p a{
        font-size: 24px;
        line-height: 36px;
    }
    
    .register-link .actionbtn {
        display: flex;
        align-items: center;
        justify-content: left;
        margin-top: 20px;
    }

    .single-preview .pb-5{
        padding-bottom: 0rem!important;
    }

    .single-preview .event-title{
        font-size: 24px;
        line-height: 33.6px;
        margin-bottom: 8px;
    }

    .single-preview .event-subtitle{
        font-size: 16px;
        line-height: 22.4px;
        border-bottom: 1px solid var(--white-primary);
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .single-preview .exhibition-status{
        font-size: 18px;
        line-height: 24.4px;
        margin-top: 12px;
        text-align: left;
        display: none;
    }

    .single-preview .event-date{
        font-size: 16px;
        line-height: 32.8px;
        text-align: left;
        border-bottom: 1px solid var(--white-primary);
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .single-preview .event-date span:last-child{
        display: block;
    }

    .single-preview .event-date p{
        color: transparent;
        margin-bottom: 0;
    }

    .single-preview .event-date p span{
        color: var(--white-primary);
    }

    .single-preview .event-detail{
        font-size: 16px;
        line-height: 32.8px;
        text-align: left;
    }

    .single-preview .event-detail span:last-child{
        display: block;
    }

    .fix-detail-bar{
        padding: 8px 0px;
        opacity: 0;
    }

    .fix-detail-bar.stickyelement{
        padding: 8px 0px;
        opacity: 1;
    }

    .fix-detail-bar .event-date{
        font-size: 14px;
        line-height: 24px;
        text-align: left;
    }

    .fix-detail-bar .event-detail{
        font-size: 14px;
        line-height: 24px;
        text-align: left;
    }


    .event-feature-image{
        margin-top: -180px;
    }

    .single-preview {
        padding: 120px 0px 100px 0px;
    }

    .single_section .tri_overview h3{
        font-size: 20px;
        line-height: 24px;
    }

    .single_section {
        padding: 40px 0px;
    }

    .single_section .tri_overview{
        padding: 40px 0px;
        position: relative;
    }


    .single-preview .event-title .back-arrow{
        position: static;
        width: 20px;
        height: 20px;
        margin-bottom: 20px;
    }

    .carousel-caption p{
        font-size: 14px;
        line-height: 21px;
    }

    .customcontain{
        margin: 0;
    }

    .event_section.grid-card .box-card h3{
        font-size: 14px;
        line-height: 19.6px;
        margin-bottom: 0;
    }

    .event_section.grid-card .box-card h4{
        font-size: 14px;
        line-height: 19.6px;
    }

    .event_section.grid-card .context .more-details{
        font-size: 14px;
        line-height: 19.6px;
    }

    footer {
        background-image: url(images/connect-bg.png);
        background-size: cover;
        background-position-y: unset;
        padding: 60px 0px;
    }

    .connect_section .tri_maintitle{
        margin-bottom: 40px;
        font-size: 40px;
        line-height: 60.2px;
        display: none;
    }

    .connect_section .footer-widget .title{
        font-size: 20px;
        line-height: 30px;
    }

    .footer-widget .contxt{
        font-size: 14px;
        line-height: 21px;
    }

    .form-control{
        margin-bottom: 12px;
        padding: 16px 20px 16px 20px;
    }



    .footer-widget{
        margin-right: 0;
        width: 50%;
        float: left;
        padding-right: 15%;
        border: 0;
        margin-bottom: 0;
        padding-bottom: 25px;
    }

    .footer-widget .icon{
        width: 24px;
    }

    .footer-widget .contxt a{
        overflow-wrap: break-word;
    }

    .footer-widget .icon.social img{
        width: 24px;
    }

    .footer-form{
        border-top: 1px solid var(--white-primary);
        padding-top: 25px;
    }

    .footer-form .title{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 25px;
    }

    .footer-form input[type="submit"]{
        width: 160px;
        padding: 16px 20px 16px 20px;
    }


    footer.forinner .footer-form form{
        display: none;
    }

    footer.forinner .footer-form .btn-block{
        margin: 30px 0px 0px 0px;
    }

    footer.forinner .footer-form .trans-btn{
        font-size: 14px;
        line-height: 16.8px;
        padding: 20px 38px 20px 38px;
        border: 1px solid var(--white-primary);
        border-radius: 0;
        background: transparent;
        color: var(--white-primary);
        font-family: var(--light-font);
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
    }

    footer.forinner .footer-form .title{
        display: none;
    }

    .footer-form .link_block{
        padding: 16px 0px 0px 0px;
        text-align: left;
    }

    .other-contact .pressmedia{
        margin-bottom: 30px;
    }

    h3.elementor-heading-title{
        font-family: var(--bold-font) !important;
        color: var(--black-primary) !important;
        font-size: 28px !important;
        line-height: 36px !important;
        padding-right: 30px !important;
    }

    .other-contact h3{
        font-family: var(--bold-font);
        font-size: 20px!important;
        line-height: 30px!important;
        color: var(--black-primary);
        margin-bottom: 12px!important;
    }

    .other-contact p{
        margin-bottom: 12px!important;
        font-size: 14px!important;
        line-height: 21px!important;
    }

    .other-contact p a{
        font-size: 14px!important;
        line-height: 21px!important;
    }

    .other-contact img{
        margin-bottom: 0px!important;
    }

    .current_card .context_block .more-details{

    }

    .other-contact .elementor-widget:not(:last-child) {
        margin-block-end: 0px!important;
    }

    .elementor-10 .elementor-element.elementor-element-12681c7 > .elementor-widget-container{
        padding: 0!important;
    }

    .current_card .context_block .title{
        font-size: 14px;
        line-height: 19.6px;
        margin-bottom: 0px;
        height: 19.6px;
        overflow: hidden;
    }

    .current_card .context_block .sub-title {
        font-size: 14px;
        line-height: 19.6px;
    }

    .current_card .context_block .desc{
        font-size: 14px;
        line-height: 19.6px;
    }

    .current_card .context_block .more-details{
        font-size: 14px;
        line-height: 18.2px;   
    }

    .about_section .tri_tabs .tabs{
        margin-bottom: 26px;
    }

    .about_section .pb-5{
        padding-bottom: 1.5rem!important;
    }


    .custom-calender{
        top: 50px;
        width: 340px;
    }

    .custom-calender h4 {
        color: var(--white-primary);
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .custom-calender .elem{
        width: 300px;
    }

    .custom-discipline{
        top: 50px;
        width: 340px;
        left: -135px;
    }

    .custom-discipline h4 {
        color: var(--white-primary);
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .custom-discipline .elem{
        width: 300px;
    }


    
    .custom-year{
        top: 50px;
        width: 340px;
    }

    .custom-year h4 {
        color: var(--white-primary);
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .custom-year .elem{
        width: 300px;
    }

    

    /* making elementor + template mix event single */

.eventsingletemp h3{
    font-size: 20px!important;
    line-height: 24px!important;
    padding-right: 30px!important;
    margin-bottom: 16px!important;
}

.eventsingletemp p {
    font-family: var(--light-font)!important;
    font-size: 16px!important;
    line-height: 24px!important;
    text-align: left!important;
    color: var(--black-primary)!important;
    margin-bottom: 12px!important;
}

.eventsingletemp p:last-child{
    margin-bottom: 0!important;
}

.eventsingletemp span {
    font-family: var(--light-font)!important;
    font-size: 16px!important;
    line-height: 24px!important;
    text-align: left!important;
    color: var(--black-primary)!important;
    margin-bottom: 12px!important;
}

.eventsingletemp li {
    font-family: var(--light-font)!important;
    font-size: 16px!important;
    line-height: 24px!important;
    text-align: left!important;
    color: var(--black-primary)!important;
    margin-bottom: 12px!important;
}

.eventsingletemp .grid-card .box-card h3{
    font-family: var(--bold-font)!important;
    font-size: 16px!important;
    line-height: 26.4px!important;
    text-align: left!important;
    color: var(--white-primary)!important;
    text-transform: none!important;
    padding-right: 0!important;
    margin-bottom: 0!important;
}

.eventsingletemp .grid-card .box-card h4{
    font-family: var(--light-font)!important;
    font-size: 16px!important;
    line-height: 26.4px!important; 
}

.eventsingletemp .grid-card .box-card .context .more-details{
    font-family: var(--light-font)!important;
    font-size: 14px!important;
    line-height: 24px!important;
    color: var(--white-primary)!important;
}

.eventsingletemp .grid-card .box-card .context .more-details span{
    font-family: var(--light-font)!important;
    font-size: 14px!important;
    line-height: 24px!important;
    color: var(--white-primary)!important;
}

.eventsingletemp .register-link p{
    font-family: var(--light-font)!important;
    font-size: 24px!important;
    line-height: 36px!important;
    text-align: left!important;
    color: var(--black-secondary)!important;
    margin-bottom: 0!important;
}

.eventsingletemp .register-link p a{
    font-family: var(--medium-font)!important;
    font-size: 24px!important;
    line-height: 36px!important;
    text-align: left!important;
    color: var(--pink-primary)!important;
    text-decoration: none!important;
}

.eventsingletemp .related-slick{
    margin-bottom: 40px!important;
}

.eventsingletemp .register-row .actionbtn{
    justify-content: left;
    padding-top: 24px;
}

.eventsingletemp .grid-card .box-card .image-block img{
    height: 260px;
}



.singleexhibitiontemp h3{
    font-size: 20px!important;
    line-height: 24px!important;
    padding-right: 30px!important;
    margin-bottom: 16px!important;
}

.singleexhibitiontemp p {
    font-family: var(--light-font)!important;
    font-size: 16px!important;
    line-height: 24px!important;
    text-align: left!important;
    color: var(--black-primary)!important;
    margin-bottom: 12px!important;
}

.singleexhibitiontemp p:last-child{
    margin-bottom: 0!important;
}

.singleexhibitiontemp span {
    font-family: var(--light-font)!important;
    font-size: 16px!important;
    line-height: 24px!important;
    text-align: left!important;
    color: var(--black-primary)!important;
    margin-bottom: 12px!important;
}

.singleexhibitiontemp li {
    font-family: var(--light-font)!important;
    font-size: 16px!important;
    line-height: 24px!important;
    text-align: left!important;
    color: var(--black-primary)!important;
    margin-bottom: 12px!important;
}

.singleexhibitiontemp .grid-card .box-card h3{
    font-family: var(--bold-font)!important;
    font-size: 16px!important;
    line-height: 26.4px!important;
    text-align: left!important;
    color: var(--white-primary)!important;
    text-transform: none!important;
    padding-right: 0!important;
    margin-bottom: 0!important;
}

.singleexhibitiontemp .grid-card .box-card h4{
    font-family: var(--light-font)!important;
    font-size: 16px!important;
    line-height: 26.4px!important; 
}

.singleexhibitiontemp .grid-card .box-card .context .more-details{
    font-family: var(--light-font)!important;
    font-size: 14px!important;
    line-height: 24px!important;
    color: var(--white-primary)!important;
}

.singleexhibitiontemp .grid-card .box-card .context .more-details span{
    font-family: var(--light-font)!important;
    font-size: 14px!important;
    line-height: 24px!important;
    color: var(--white-primary)!important;
}

.singleexhibitiontemp .register-link p{
    font-family: var(--light-font)!important;
    font-size: 24px!important;
    line-height: 36px!important;
    text-align: left!important;
    color: var(--black-secondary)!important;
    margin-bottom: 0!important;
}

.singleexhibitiontemp .register-link p a{
    font-family: var(--medium-font)!important;
    font-size: 24px!important;
    line-height: 36px!important;
    text-align: left!important;
    color: var(--purple-primary)!important;
    text-decoration: none!important;
}

.singleexhibitiontemp .related-slick{
    margin-bottom: 40px!important;
}

.singleexhibitiontemp .register-row .actionbtn{
    justify-content: left;
    padding-top: 24px;
}

.singleexhibitiontemp .grid-card .box-card .image-block img{
    height: 260px;
}

.other-contact .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
    padding: 10px 0px!important;
}

.event_section .ev_tabs .ev-link:nth-child(1){
    width: 62px;
    display: block;
}

.event_section .ev_tabs .ev-link:nth-child(2){
    width: 84px;
    display: block;
}

.event_section .ev_tabs .ev-link:nth-child(3){
    width: 35px;
    display: block;
}

}

/* mobile code */


/* fold device code */

@media (min-width: 690px) and (max-width: 767px) {
    .container, .container-sm {
        max-width: 100%;
    }

    .about_section .tri_tabs .tab-content .col-md-3{
        width: 25%;
    }

    .about_section .tri_tabs .tab-content .col-md-9{
        width: 75%;
    }

    .other-contact .pressmedia{
        width: 50%;
    }

    .other-contact .csrdonation{
        width: 50%;
    }

    .grid-card .main-content .col-md-4{
        width: 50%;
    }

    .event_section .tri_maintitle{
        margin-bottom: 30px;
    }

    .single_section .exhibition-slick img {
        height: 320px;
    }

    .filterproject select{
        background: transparent;
        background-image: url(images/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right;
    }

    .filterproject select:focus{
        background: transparent;
        background-image: url(images/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right;
    }

    .tri_tabs .tab-link{
        border-bottom: 2px solid transparent;
    }
}



/* fold device code */


@media (min-width:768px) and (max-width:1138px){
    .footer-widget{
        float: left;
        width: 50%;
        border-bottom: 0;
        margin-bottom: 0;
    }

    .footer-form{
        border-top: 1px solid var(--white-primary);
        padding-top: 30px;
    }
}

#menu-footer-menu #menu-item-317::after{
    content:'/';
    padding-left:3px;
}

#menu-footer-menu #menu-item-317{
    padding:0px 3px 0px 0px!important;
}




/*--- eventsingle header adjust---*/

.page-id-337 .logo_block .logodark{
    display: none;
}

.page-id-337 .logo_block .logolight{
    display: block;
}

.page-id-337  .myheader .menu_block li a{
    color: var(--white-primary);
}

.footer_animatable {
    /*width: 100px;
    height: 100px;
    background-color: red;*/
    position: relative;
    animation-name: custom_swing_anim;
    animation-duration: 3s;
    animation-timing-function: ease;
}

@keyframes custom_swing_anim {
    0% {
        top: 0px;
    }
    50%  {
        top: -50px;
    }
    100%  {
        top: 0px;
    }
   
}

.main-content a{
    text-decoration: none;
}

.single-exhibition .press-card p{
    color: var(--white-primary)!important;
}

/* change transition duration to control the speed of fade effect */
.carousel-item {
  transition: transform 0.2s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0.2s;
}


.music_color{
    color: var(--green-primary)!important;
}
.visual_art_color{
    color: var(--purple-primary)!important;
}

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

.social_practice_color{
    color: var(--green-primary)!important;
}

.literary_art_color{
    color: var(--red-secondary)!important;
}

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

.performance_color{
    color: var(--pink-primary)!important;
}

.culinary_art_color{
    color: var(--red-secondary)!important;
}

.craft_color{
    color: var(--yellow-primary)!important;
}

.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}





.carousel-fade .carousel-inner .carousel-item {
    transition-property: opacity;
    transition:all 0.5s ease-in-out;
}

.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .carousel-item.active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}



.link_block p{
    display: flex;
    justify-content: right;
 }

 .link_block p > a{
    margin-left: 10px;
 }


