.er-top {
    background-position: right 2px top;
}

@media screen and (max-width: 1400px) {
    body {
        font-size: 45%;
    }
    .supporters-row .fp-logo {
        height: 100%;
    }
}


/* 1400 */

@media screen and (max-width:1280px) {
    body {
        font-size: 40%;
    }
    .main-menu-mask,
    .main-menu-button,
    .main-menu-top {
        display: block;
    }
    .hr-top,
    .hr-bottom>.book-btn {
        display: none;
    }
    .header {
        padding: 15px 0;
    }
    .header-logo img {
        max-height: 60px;
    }
    .header-wrapper {
        position: relative;
    }
    .book-btn {
        margin-right: 50px;
    }
    .main-menu-button-inner {
        width: 29px;
        height: 22px;
        position: relative;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    .main-menu-button-inner span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background-color: #000;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .main-menu-container {
        display: block;
        position: fixed;
        top: 0;
        right: -300px;
        width: 100%;
        max-width: 300px;
        min-width: 300px;
        height: 100vh;
        margin-top: 0;
        margin-right: 0;
        padding-top: 65px;
        background-color: #fff;
        box-shadow: 0 0 5px #b0b0b0;
        -webkit-transition: right 0.25s ease-in-out;
        transition: right 0.25s ease-in-out;
        overflow-y: auto;
        z-index: 101;
    }
    .main-menu-button-inner span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
    .main-menu-button-inner span:nth-child(2) {
        top: 10px;
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
    .main-menu-button-inner span:nth-child(3) {
        top: 20px;
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
    .menu-open .main-menu-container {
        right: 0;
        overflow-y: scroll;
        -webkit-transition: right 0.25s ease-in-out;
        transition: right 0.25s ease-in-out;
        overflow: scroll;
    }
    .menu-open .main-menu-button-inner span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -3px;
        left: 8px;
    }
    .menu-open .main-menu-button-inner span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }
    .menu-open .main-menu-button-inner span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 17px;
        left: 8px;
    }
    .main-menu-mask {
        position: absolute;
        display: none;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 10;
    }
    body.menu-open .main-menu-mask {
        display: block;
    }
    .main-menu-top {
        margin-bottom: 2em;
    }
    .main-menu-container .wrapper {
        width: 100%;
    }
    .main-menu-container ul.menu>li {
        display: block;
        vertical-align: middle;
        padding: 0 0 10px 0;
    }
    .main-menu-container ul.menu>li a {
        display: block;
        padding: 10px 20px;
        text-align: left;
    }
    .main-menu-container ul ul {
        padding: 0;
        text-align: left;
    }
    .home-banner-inner h2 {
        font-size: 5em;
    }
    .hbi-button {
        position: relative;
        padding: 28px 19px;
    }
    .hbi-button span {
        position: absolute;
        top: 50%;
        width: calc(100% - 73px);
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    .home-banner {
        padding-bottom: 300px;
    }
    .home-section-3:before {
        width: 96px;
        padding-bottom: 262px;
    }
    .home-section-3:after {
        width: 140px;
        padding-bottom: 323px;
    }
    .home-slider-container .bx-wrapper .bx-controls-direction a {
        width: 40px;
        height: 40px;
        background-size: 30%;
        z-index: 9;
    }
    .main-menu-corner {
        width: 90%;
        margin: auto;
    }
    .language-switcher a,
    .main-menu-corner a {
        display: inline-block;
        vertical-align: middle;
        font-size: 2.4em;
    }
    .main-menu-container>ul>li a:after {
        top: 16px;
        left: unset;
        right: 20px;
        width: 12px;
    }
    .main-menu-container>ul>li {
        font-size: 2.8em;
    }
    .main-menu-container>ul>li.menu-item-has-children:hover>ul {
        position: relative;
    }
    .main-menu-container ul ul>li {
        display: block;
        font-size: 16px;
    }
    .main-menu-container ul.menu>li a:hover {
        background-color: #f6edec;
    }
    .main-menu-container ul.menu>li a {
        padding: 15px 20px;
    }
    .main-menu-container ul.menu>li {
        padding: 0;
    }
    .main-menu-container>ul>li.menu-item-has-children:hover>ul {
        background-color: #f4f4f4;
    }
    .header-wrapper {
        width: 100%;
        padding: 0 20px;
    }
    .book-btn {
        margin-top: 20px;
        font-size: 1.8em;
    }
    .banner-text,
    .sec-heading h2 {
        font-size: 4.8em;
    }
    .home-banner-inner .primary-btn {
        font-size: 2.8em;
    }
    .page-top h1 {
        font-size: 4.5em;
        padding: 4em 0 3em 0;
    }
    .hb-1 .large-heading p,
    h2,
    .et-heading h2 {
        font-size: 4em;
    }
    h3 {
        font-size: 3.5em;
    }
    .stats-text,
    .news-title,
    .event-title,
    .member-rows h4,
    h4 {
        font-size: 2.8em;
    }
    p,
    .news-brief,
    .event-subtitle,
    .pt-submenu a {
        font-size: 2.4em;
    }
    .primary-btn,
    .news-dat,
    .event-date,
    .event-location,
    .event-price,
    .small-text,
    .sl-heading,
    .np-date,
    .event-language {
        font-size: 2.3em;
    }
    .event-tab,
    .bottom-text,
    .vr-address,
    .venues-row .event-location,
    .copyright,
    .sl-date,
    .img-caption,
    .hb-1 p {
        font-size: 2em;
    }
    .bottom-text p {
        font-size: 1em;
    }
    .event-date {
        background-position: left top 4px;
        background-size: auto 20px;
    }
    .jb-input {
        width: 50%;
        margin-top: 3em;
    }
    .pt-submenu a {
        padding-right: 2em;
        margin-right: 3em;
        margin-top: 1em;
    }
    .select,
    .py-select {
        width: 200px;
    }
    .page-numbers,
    .pagination-number,
    .pagination-number,
    .page-numbers.previous,
    .page-numbers.prev,
    .page-numbers.next {
        width: 52px;
        height: 52px;
    }
    .event-location {
        background-position: left top 6px;
        background-size: auto 21px;
    }
    .venues-row .event-location,
    .vr-address {
        padding-left: 30px;
    }
    .sidebar-col .page-numbers {
        width: 40px;
        height: 40px;
    }
    .fp-logo-alt {
        font-size: 3em;
    }
}


/* 1280 */

@media screen and (max-width: 1024px) {
    .ms-left {
        width: 40%;
    }
    .ms-right {
        width: 55%;
    }
    .ms-right:before {
        width: 100%;
        padding-bottom: 88%;
    }
    .mission-section {
        padding-bottom: 7em;
    }
    .content-col {
        width: 55%;
    }
    .sidebar-col {
        width: 40%;
    }
	.text-block .bx-wrapper .bx-controls-direction a {
    width: 30px; 
    height: 30px;
    background-size: 10px;
	}
	.carousel-slider-container {
    padding: 4em 35px;
}
	.bx-wrapper .bx-controls-direction a{
		margin-top: -15px;
	}
.home .bx-wrapper .bx-controls-direction a {
        margin-top: -44px;
    }
}


/* 1024 */

@media screen and (max-width:850px) {
    .flex {
        flex-wrap: wrap;
    }
    .filter-top,
    .select-filter label,
    #filter-form,
    .select,
    .py-select {
        width: 100%;
        margin-left: 0;
    }
    .top-filter {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .select-filter {
        width: 32%;
    }
    .select-styled {
        padding: 10px 20px;
    }
    .select-styled:after {
        width: 35px;
        height: 35px;
    }
    .event-row {
        flex-basis: 47%;
    }
    .col-2>.flex {
        flex-wrap: wrap;
    }
    .content-col,
    .sidebar-col {
        width: 100%;
    }
    .content-col {
        margin-bottom: 5em;
    }
    .np-link {
        width: 100%;
    }
    .primary-btn {
        background-size: auto 30px;
    }
    .sponsor-row,
    .supporters-row {
        width: 100%;
        padding-top: 6em;
    }
    .sponsor-row .fp-logo {
        width: 50%;
        margin: 0 auto 8%;
    }
    .sponsor-row .fp-logo:nth-child(3) {
        max-width: 150px;
    }
    .supporters-row .fp-logo:nth-child(3n+1),
    .supporters-row .fp-logo:nth-child(3n+2),
    .supporters-row .fp-logo:nth-child(3n+3) {
        height: 100%;
        float: unset;
        margin: 0 auto 5%;
    }
    .footer-menu-container>ul>li {
        width: 49%;
        margin-bottom: 3em;
    }
    .footer-menu-container>ul>li:nth-child(3) {
        clear: both;
    }
  /*  .footer-menu-container>ul>li:nth-child(5) {
        margin-top: -6%;
    }
	*/
	.footer-bottom{
padding-bottom:0;}
    .prog-content {
        width: 100%;
        order: 2;
    }
    .prog-img {
        width: 100%;
        max-width: 350px;
        margin: 0 auto 5% auto;
        order: 1;
    }
    .banner-text {
        font-size: 3.5em;
        top: unset;
        bottom: 5%;
    }
}


/* 850px */

@media screen and (max-width: 750px) {
    .header-logo img {
        max-height: 45px;
    }
    .event-date,
    .event-location,
    .event-price {
        margin: 5px 0;
        padding: 5px 0 5px 42px;
    }
    .grid-1-3>.grid-col,
    .grid-1-3>.grid-col:nth-child(3n+3),
    .grid-1-3>.grid-col,
    .grid-1-3>.grid-col:nth-child(3n+3) {
        width: 100%;
        max-width: 450px;
        margin: 0 auto 8%;
        float: unset;
    }
    .grid-1-3>.grid-col.member-row,
    .grid-1-3>.grid-col.member-row:nth-child(3n+3),
    .grid-1-3>.grid-col.member-row,
    .grid-1-3>.grid-col.member-row:nth-child(3n+3) {
        max-width: 100%;
    }
    .joinus-block .flex {
        flex-wrap: wrap;
    }
    .jb-text {
        text-align: center;
        width: 100%;
    }
    .jb-input {
        width: 100%;
        max-width: 350px;
        margin-top: 3em;
        margin: 3em auto 0;
    }
    .social-icon {
        width: 6em;
        height: 6em;
    }
    .social-icons {
        width: 100%;
        margin-top: 2em;
    }
    .footer-top {
        flex-wrap: wrap;
    }
    .hb-5 {
        padding-bottom: 0;
    }
    .hb-5-inner {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        padding: 6em;
    }
    .about-images {
        width: 100%;
    }
    .about-image img {
        border-radius: 22px;
    }
    .about-text {
        width: 90%;
    }
    #mission {
        position: relative;
    }
    .ms-left {
        position: absolute;
        width: 22%;
        top: 6%;
        right: 24%;
    }
    .ms-right {
        width: 100%;
    }
    .ms-right:before {
        width: 100%;
        padding-bottom: 26%;
        background-position: right;
    }
    .bottom-text {
        margin-top: 1em;
    }
    .section-block {
        margin-bottom: 7em;
    }
    .fp-rows {
        flex-wrap: wrap;
    }
    .fp-rows .sec-heading {
        margin-bottom: 2em;
    }
    .grid-1-3>.grid-col.venues-row {
        width: 49%;
        max-width: 100%;
        margin-right: 2%;
        float: left;
    }
    .grid-1-3>.grid-col.venues-row:nth-child(2n+2) {
        float: left;
    }
    .grid-1-3>.venues-row.grid-col:nth-child(2n+2) {
        margin-right: 0;
    }
    .grid-1-3>.venues-row.grid-col:nth-child(3n+1) {
        clear: unset;
    }
    .select-styled {
        padding: 10px 10px;
    }
    .select-styled:after {
        width: 28px;
        height: 35px;
    }
    ul.select-options {
        margin-top: 40px;
    }
    .np-details {
        background-size: 42px;
    }
    .np-heading {
        font-size: 2.8em;
    }
    .np-img {
        margin-top: 0;
        width: 22%;
        padding-bottom: 13%;
    }
    .np-details {
        width: 76%;
        padding-right: 10%;
    }
    .et-heading,
    .event-top p {
        width: 100%;
        margin-bottom: 3em;
    }
    .img-caption {
        padding: 10px 15px;
    }
    .grid-1-3>.fp-logo.grid-col {
        width: 50%;
    }
    .section-block .sec-heading {
        margin-bottom: 7em;
    }
    .speaker-photo {
        width: 30%;
        padding-bottom: 30%;
    }
    .speaker-bio {
        width: 65%;
    }
    .pt-submenu a {
        margin-right: 1em;
    }
    .pt-submenu a:last-child {
        margin-right: 0;
    }
    .bx-wrapper .bx-controls-direction a {
        width: 12px;
    }
    .slider-container {
        padding: 0 25px 56% 25px;
    }
}


/* 750 */

@media screen and (max-width: 550px) {
    body {
        font-size: 35%;
    }
    .stats-rows {
        flex-wrap: wrap;
    }
    .stats-row {
        width: 48.5%;
        margin-bottom: 3em;
    }
    .stats-row:nth-child(3),
    .stats-row:nth-child(4) {
        margin-bottom: 0;
    }
    .counting {
        font-size: 6.2em;
    }
    .stats-text {
        font-size: 2.2em;
    }
    .primary-btn {
        background-size: auto 30px;
    }
    .primary-btn {
        padding-left: 40px;
    }
    .jb-input input[type="submit"] {
        width: 30px;
        height: 30px;
    }
    .jb-input input[type="email"] {
        width: calc(100% - 34px);
    }
    .page-top h1 {
        padding: 3em 0 2em 0;
    }
    .member-rows {
        margin-top: 3em;
        margin-bottom: 5em;
    }
    .event-location {
        font-size: 2.6em;
    }
    .sec-subheading {
        padding-left: 15px;
    }
    .top-filter {
        flex-wrap: wrap;
    }
    .select-filter {
        width: 100%;
    }
    .custom-select {
        font-size: 120%;
    }
    .event-rows {
        display: block;
    }
    .event-row {
        max-width: 450px;
        width: 90%;
        margin: 0 auto 5%;
    }
    .page-numbers,
    .pagination-number,
    .pagination-number,
    .page-numbers.previous,
    .page-numbers.prev,
    .page-numbers.next {
        width: 40px;
        height: 40px;
        padding: 12px 0;
    }
    .np-link .flex {
        flex-wrap: wrap;
    }
    .np-img {
        width: 100%;
        padding-bottom: 56%;
        margin-bottom: 2em;
    }
    .np-details {
        width: 100%;
        padding-right: 60px;
        background-size: 36px;
    }
    .grid-1-3>.fp-logo.grid-col {
        width: 75%;
        padding-bottom: 15%;
    }
    .footer-bottom {
        padding-bottom: 0;
    }
    .speaker-photo {
        width: 100%;
        padding-bottom: 280px;
        max-width: 280px;
        margin: 0 auto 8%;
    }
    .speaker-bio {
        width: 100%;
    }
    .speaker-bio h3 {
        text-align: center;
    }
    .speaker-block:nth-child(odd) .speaker-photo {
        order: 1;
    }
    .grid-1-4>.grid-col {
        width: 49%;
    }
    .grid-1-4>.grid-col:nth-child(2n+2) {
        margin-right: 0;
    }
    .content-img,
    .content-img img {
        border-radius: 20px;
    }
    .grid-1-4 a.content-img {
        padding-bottom: 31%;
    }
}


/* 550 */

@media screen and (max-width: 450px) {
    .header {
        padding: 10px 0;
    }
    .header-logo img {
        max-height: 45px;
    }
    .home-banner-inner {
        font-size: 90%;
    }
    .primary-btn {
        background-size: auto 25px;
    }
    .footer-menu-container>ul>li,
    .footer-menu-container>ul>li:nth-child(4) {
        width: 100%;
        margin-bottom: 2em;
    }
    .footer-menu-container>ul>li:nth-child(4),
    .footer-menu-container>ul>li:nth-child(5) {
        margin-left: 0;
        margin-top: 0;
    }
    .fp-logo,
    .sponsor-row .fp-logo {
        margin-bottom: 10%;
    }
    .page-numbers,
    .pagination-number,
    .pagination-number,
    .page-numbers.previous,
    .page-numbers.prev,
    .page-numbers.next {
        width: 30px;
        height: 30px;
        padding: 7px 0;
        margin: 0 3px;
    }
    .sl-block {
        background-size: 25px;
    }
    .sponsor-row .fp-logo:nth-child(3) {
        max-width: 120px;
    }
    .large-heading p {
        font-size: 3.5em;
    }
    .pt-submenu a {
        font-size: 2.2em;
        padding-right: 1.7em;
        margin-right: 0.7em;
    }
    .banner-text {
        font-size: 2.8em;
    }
    .bx-wrapper .bx-pager.bx-default-pager a{
        width: 6px;
    height: 6px;
    margin: 0 3px;
    }
}


/* 450 */

@media screen and (max-width: 350px) {
    .home-banner-inner {
        font-size: 70%;
    }
    .pt-submenu a {
        font-size: 2.1em;
    }
}


/* 350 */