header.transparent{
    border-bottom: 2px solid hsla(0, 0%, 100%, .1);
}

header.smaller.scroll-light {
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
    border-bottom:0;
}

#topbar:not(.topbar-noborder) .topbar-right .topbar-widget {
    border-left: 0;
}
#topbar i{
    color:#fff;
}

header.smaller #topbar.topbar-dark a{
    color: #fff;
}

header.smaller.scroll-light #mainmenu li a,
header.smaller.scroll-light #mainmenu li.has-child:after {
    color: #fff;
}

.logo-main{
    width:180px;
}

#section-hero{
    padding:8.2vw 0;
}
#section-hero h1{
    word-break: break-word;
    white-space: wrap;
}
#section-hero span{
    margin:0 3px;
}
#section-hero h5{
    font-weight: 400;
    margin-top:15px;
}

.block-section{
    padding:60px 0 30px;
}
.block-sectionx h2{
    margin:80px 0;
    position: relative;
    padding-bottom:20px;
    background: linear-gradient(to right,#4b2999 10%, #30dee2 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.block-section h2{
    margin:80px 0;
    position: relative;
    padding-bottom:20px;
    color:#2b35a0;
}

.block-section h2::after{
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #57eef1;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.block-section .id-color{
    color: #4b2999;
    font-size:24px;
    text-transform: capitalize;
    padding: 10px 25px;
    background: #f1f0ff;
}
.block-section .title-icon{
    width: 150px;
    height: 150px;
    margin: 45px auto;
    background-image: linear-gradient(32deg, #4b2999 0%, #57eef1 100%);
    transition: all 0.3s ease-in-out;
    border-radius: 100px;
    padding:25px;
}
.block-section .svs-box{
    box-shadow: 8px 2px 20px rgb(0 0 0 / 10%);
    text-align: center;
}
.block-section .title-icon img{
    filter: brightness(0) invert(1);
    width: 100%;
	height:100%;
}
.block-section p.desc-white{
    color:#fff;
    font-size:1.1rem;
    line-height: 1.7;
    min-height:260px;
    text-align: left;
}
.block-section p.desc-dark{
    color:#1f1f1f;
    font-size:1.1rem;
    line-height: 1.7;
    min-height:260px;
    text-align: left;
}
.block-section p.desc-color-gray{
    color:#7c7c7c;
    font-size:1.1rem;
    line-height: 1.7;
    min-height:260px;
    text-align: left;
}

#about .about-award-icon img{
    width:100%;
    height:100%;
    object-fit: cover;
}

#about.block-section .about-partner-icon{
    margin: 50px auto;
    margin-bottom:0;
}
#about.block-section h2{
    margin-bottom:50px;
}
#about.block-section p.desc-white{
    color:#fff;
    font-size:1.1rem;
    line-height: 1.7;
    min-height:unset;
}

#contact-us.block-section{
    padding-bottom:0;
}

#mapContent{
    color: #000000;
    padding: 5px;
    font-size:15px;
    line-height: 1.4;
    outline:hidden;
}
#mapContent p{
    line-height: 1.4;
    font-size:15px;
    margin-bottom:10px;
}
#mapContent a{
    font-weight:400;
    color: var(--primary-color);
}
#mapTitle{
    color:#2b35a0;
    font-weight: 500;
    margin-bottom:10px;
}
.gm-style-iw button:focus{
    outline: 0;
}

.de-post-type-1{margin-bottom:3.5em;}

footer{
    padding:0;
}
footer .subfooter p{
    color:#fff;
    margin:0;
}

#back-to-top{
    background-image: linear-gradient(90deg, #4b2999 0%, #57eef1 100%);
}

#menu-btn{
    background: transparent !important;position:relative;
}
#menu-btn:hover:before{
    color:unset;
}
#menu-btn:before{
    font-size:35px;
}

header.header-mobile.scroll-light {
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
}

#subheader{
    padding:11vw 0 8vw 0;
}
#subheader.events h1{
    color:#fff;
    letter-spacing:0;
    margin:0 auto;
}
#subheader.events .cover{
    content:"";
    position: absolute;
    width:100%;
    height:100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
}

#subheader.event-node{padding:8vw 0;}

.btn-main.cs-primary{
    background-image: linear-gradient(90deg, #4b2999 0%, #57eef1 100%);
}
.de-post-type-1 .d-meta span{
    font-size:16px;
}
.de-post-type-1 .d-meta span:before{
    color:#4b2999;
}

nav.pager{margin-top:3em;}
.pager__items {
    margin: 0 auto;
    font-weight: 500;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.pager__items li a {
    font-size: 14px;
    color: #888;
    border: solid 1px #d2d2d2;
    border-right: none;
    background: none;
    padding: 15px 20px 15px 20px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;

    background: #ffffff;
}

.pager__items li:last-child a {
    border-right: solid 1px #d2d2d2;
}

.pager__items>.is-active>a {
    color: #fff;
    background: #4b2999;
}

ul.breadcrumb{display:flex;list-style-type: none;margin:80px 0 0 0;padding:0;}
ul.breadcrumb li{color:rgba(255,255,255,0.75);text-align: left;}
ul.breadcrumb li > a{color:rgba(255,255,255,0.75);text-decoration: none;font-size: 18px;}
ul.breadcrumb li.active{color:rgba(255,255,255,1);font-weight:500;}

#gallery-wrap{padding-left:0;padding-right:0;}
#gallery-list{margin:0;padding:0;list-style-type:none;margin-top:30px;}
#gallery-list li{margin-bottom: 30px;}
#gallery-list.gallery-album li{margin-bottom: 15px;padding-left:7.5px !important;padding-right:7.5px !important;position:relative;}
.image-gallery-container{padding:10px;border:1px solid #DCDCDC;border-radius:5%;}
#gallery-list .gallery-panel {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size:contain;
  cursor: pointer;
}

.de-post-type-1 .d-image img{height:100% !important;width:100% !important;}
.event-node h1{letter-spacing:0;font-size:48px;}
.event-node .row-event-datetime{display: flex;align-items: flex-start;column-gap: 5px;}
.event-node .row-event-venue{display: flex;align-items:flex-start;column-gap: 5px;}
.event-node div.label{line-height: 1;}
.event-node div.label i{font-size:20px;margin-top:5px;}
.event-node .event-body{margin-top:15px;}

@media only screen and (max-width: 1200px){
    #subheader.events h1{padding:calc(9vw - 47px) 0 3vw 0;}
}

@media only screen and (max-width: 992px){
    xheader .de-flex.sm-pt10{
        padding-top:0;
    }
    header #mainmenu a{
        padding:10px 0;
    }
    
    header .logo-mobile{width:33px;}
    .menu_side_area #menu-btn{padding:0;}
    ul.breadcrumb{margin:30px 0 0 0;}
    #content sectionx:first-of-type{padding:10vw 0 10vw 0;}
    #subheader{height:300px;display: flex;align-items: center;justify-content: center;}
    #content section:first-of-type{padding:0;}
    
    .views-element-container .gallery-row{margin-top:50px;}
    #subheader.events h1{padding:0;font-size:36px;letter-spacing: -0.02em;margin-top:30px;}
}

@media only screen and (max-width: 767px){
    .container{
        max-width: unset;
    }
    #section-hero{
        padding:15vw 0;
    }
    .block-section{
        padding:0px 0 30px;
    }
    .block-section h2{
        margin:50px 0;
    }
    
    .menu_side_area{margin-left:0;}
    .menu_side_area #menu-btn{padding:0;}
    
    #subheader.events h1{font-size:1.5rem;line-height:1.1;padding:0;margin:30px 0 0 0;}
	.de-post-type-1{margin-bottom:3.2em;}
}

@media only screen and (max-width: 480px){
    #subheader.events h1{font-size:1.5rem;line-height:1.1;padding:0;margin:30px 0 0 0;}
}

@-webkit-keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgba(105, 80, 161)
    }
    to {
        box-shadow: 0 0 0 25px rgba(250, 87, 51, .01)
    }
}

@keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgba(105, 80, 161)
    }
    to {
        box-shadow: 0 0 0 25px rgba(250, 87, 51, .01)
    }
}
