.home-v1-hero-content h1{
    font-size: 100px;
}
.main-menu{
    margin-right: 0;
}
.main-menu ul li .sub-menu li a {
    padding: 15px 30px 15px 30px;
}
 .main-menu ul li {
    margin-left: 30px;
  }
.mega-menu{
    width: auto;
    min-width: 250px;
    padding: 20px;
}
.header-wrap{
    padding: 0 50px;
}
.section-title-v2{
    padding: 20px auto;
}
.loader-wrapper{
    display: none;
}
.single-speacial-sponsor a:hover, .single-speacial-sponsor:hover a{
 background: none;   

}
.py-70 {
    padding: 70px 50px;
}
.team-section-bg{
    background-color: #74EBD5;
background-image: linear-gradient(90deg, #74EBD5 0%, #9FACE6 100%);

    
}

.journal-section-bg{
    background-color: #74EBD5;
    background-image: linear-gradient(90deg, #74EBD5 0%, #9FACE6 100%);
 
    
}

.about-us-v1-team-wrapper{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.about-us-v1-team-area-button .btn-lg-space{
    padding: 10px 10px;
}

.about-us-v1-single-team::before{
    background: none;
}

.news-details-v1-content .list .single-list ul li{
    font-size: 16px;
}
.line{
    justify-content:  center;
}

.gallery-v1-single-item::before{
    background: none;
}

.gallery-v1-single-item .popup-icon a{
    background-color: rgb(233, 87, 3);
}
.gallery-v1-single-item .popup-icon a:hover{
    background-color: #ffffff;
}

.speaeker-v2-wrapper{
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    margin: 30px 0 30px 0;
}
.single-speaeker-v2 .speaeker-content {
    position: absolute;
    bottom: 40px;
    left: 20px;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    text-align: left;
}

.footer-logo a i {
    background: var(--gradient-secondary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    font-size: 24px;
    margin-right: 10px;
    line-height: 1;
}
.footer-logo a {
    display: flex;
    align-items: center;
    color: var(--white-txt);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1;
}

.hamburger .burger{
    background-color: #ffffff;
}

@media screen and (max-width: 1024px){

    .home-v1-hero-content h1 {
        font-size: 50px;
    }
    .header-area{
background-color: unset;
box-shadow: none;
    }

    .journal-section-bg, .journal-section-bg h3, .journal-section-bg h6{
        color: #ffffff;
    }
    section{
        padding: 50px 20px !important;
    }
    
}

@media screen and (max-width: 768px) {
    .about-us-v1-team-wrapper{
        grid-template-columns: 1fr 1fr;
    }
    
    .about-us-v1-team-area-button .btn-lg-space{
        padding: 10px 10px;
        font-size: 14px;
    }
    .about-us-v1-team-area-button .btn-lg-space .btn i{
        font-size: 14px;
    }
    
}

/*  Popup script */
/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 600px;
    min-height: 200px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 0;
}
.popupCloseButton {
    background-color: rgb(250, 97, 9);
    border: 3px solid rgb(250, 189, 22);
    color: #ffffff;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 25px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: rgb(209, 1, 46);
}
.trigger_popup_fricc {
    cursor: pointer;
}
/* Popup box end */