@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Roman.eot');
    src: url('../fonts/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Roman.woff2') format('woff2'), url('../fonts/AvenirLTStd-Roman.woff') format('woff'), url('../fonts/AvenirLTStd-Roman.ttf') format('truetype'), url('../fonts/AvenirLTStd-Roman.svg#AvenirLTStd-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Book.eot');
    src: url('../fonts/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Book.woff2') format('woff2'), url('../fonts/AvenirLTStd-Book.woff') format('woff'), url('../fonts/AvenirLTStd-Book.ttf') format('truetype'), url('../fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Black.eot');
    src: url('../fonts/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Black.woff2') format('woff2'), url('../fonts/AvenirLTStd-Black.woff') format('woff'), url('../fonts/AvenirLTStd-Black.ttf') format('truetype'), url('../fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Medium.eot');
    src: url('../fonts/Avenir-Medium.eot?#iefix') format("embedded-opentype"), url('../fonts/Avenir-Medium.woff2') format("woff2"), url('../fonts/Avenir-Medium.woff') format("woff"), url('../fonts/Avenir-Medium.ttf') format("truetype"), url('../fonts/Avenir-Medium.svg#Avenir-Medium') format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Heavy.eot');
    src: url('../fonts/Avenir-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Heavy.woff2') format('woff2'), url('../fonts/Avenir-Heavy.woff') format('woff'), url('../fonts/Avenir-Heavy.ttf') format('truetype'), url('../fonts/Avenir-Heavy.svg#Avenir-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Light.eot');
    src: url('../fonts/Avenir-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Light.woff2') format('woff2'), url('../fonts/Avenir-Light.woff') format('woff'), url('../fonts/Avenir-Light.ttf') format('truetype'), url('../fonts/Avenir-Light.svg#Avenir-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Verdana';
    src: url('../fonts/Verdana.eot');
    src: url('../fonts/Verdana.eot?#iefix') format('embedded-opentype'), url('../fonts/Verdana.woff2') format('woff2'), url('../fonts/Verdana.woff') format('woff'), url('../fonts/Verdana.ttf') format('truetype'), url('../fonts/Verdana.svg#Verdana') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'Avenir';
    font-weight: 500;
    font-style: normal;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    font-size: 10px;
}

/* Headings */
h1 {
    font-family: 'Avenir';
    font-weight: 500;
    font-style: normal;
    font-size: 29px;
    line-height: 41px;
    color: #fff;
}

h2, .h2 {
    font-family: 'Avenir';
    font-weight: 500;
    font-style: normal;
    font-size: 29px;
    line-height: 41px;
    color: #fff;
}

p {
    font-family: 'Avenir';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 21px;
    color: #575756;
}

/* Containers */
.container {
    max-width: 1400px !important;
    margin: 0 auto;
    padding: 0 !important;
}

.container-sm {
    max-width: 886px !important;
    margin: 0 auto;
    padding: 0 !important;
}

/* Buttons */
.btn-transparent {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.button {
    font-family: 'Avenir';
    font-weight: 900;
    font-style: normal;
    font-size: 13.33px;
    line-height: 14px;
    padding: 9px 21px;
    border-radius: 25px;
    text-decoration: none;
    text-transform: uppercase;
}

.button:hover,
.button:focus,
.button:active {
    color: #fff;
}


/* Header */
header .navbar-brand {
    width: 205px;
    margin: 0 70px 0 0;
    display: block;
}

header .navbar-brand img {
    width: 100%;
    height: auto;
}

header .navbar-brand img.colored {
    display: none;
}

header .header-top {
    padding: 25px 0 20px;
}

header .navbar-light .navbar-nav .nav-link, header .navbar-light .navbar-nav .nav-link.active {
    font-family: 'Avenir LT Std';
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    margin: 0 40px 13px 0;
    position: relative;
    padding: 0;
    text-shadow: none !important;
}

header .navbar-light .navbar-nav .nav-link:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    width: 100%;
    height: 1.2px;
    background: #fff;
}

header .navbar-light .navbar-nav .nav-link.active:after {
    display: none;
}

header .navbar-light .navbar-nav .nav-item.active .nav-link:after {
    display: none;
}

header .header-bottom .navbar {
    padding: 0;
}

header .navbar-light .navbar-nav .nav-link.expand+.dropdown-menu.show {
    display: block !important;
}

header .navbar-light .navbar-nav .nav-link.expand {}


header {
    transition: all ease-in;
    -webkit-transition: all ease-in;
    -moz-transition: all ease-in;
}

header.sticky_header {
    position: fixed;
    background: #fff;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    box-shadow: 1px 1px 12px 0px #d1d1d1;
}

header.sticky_header .header-top {
    display: none;
}

header.sticky_header .navbar-brand img.white {
    display: none;
}

header.sticky_header .navbar-brand img.colored {
    display: block;
}

header.sticky_header .navbar-light .navbar-nav .nav-link, header.sticky_header .header-right h2 {
    color: #575756;
    text-shadow: none !important;
}

header.sticky_header .header-right h2 {
    border-right: 1px solid #575756;
}

header.sticky_header .button {
    color: #575756;
    background: #efefef;
}

header.sticky_header .navbar-light .navbar-nav .nav-link:focus, header.sticky_header .navbar-light .navbar-nav .nav-link:hover {
    color: #575756;
}

header.sticky_header .navbar-light .navbar-nav .nav-link:after {
    background: #c9c9c9;
}

header.sticky_header .navbar-light .navbar-nav .nav-link {
    margin: 0 40px 24px 0;
}

header.sticky_header .header-right {
    margin: 0 0 15px 0;
}

header .header-right {
    margin: 0 0 2px 0;
}

.navbar-nav .dropdown-menu.active {
    display: block;
    /* left: -30px; */

    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 13px -6px #a7a6a6;
}

.navbar-nav .dropdown-item {
    font-family: 'Avenir LT Std';
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    color: #575756;
}

.navbar-nav .dropdown-item:focus, .navbar-nav .dropdown-item:hover {
    background: transparent;
    color: #000;
}


/* header .navbar .nav-item .dropdown-menu.active:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 62px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 8px solid #fff
} */

header .header-right h2 {
    font-family: 'Avenir';
    font-weight: 900;
    font-style: normal;
    font-size: 18px;
    line-height: 33px;
    padding-right: 41px;
    border-right: 1px solid #fff;
    margin: 0;
}

header .header-right .button {
    margin-left: 41px;
    border: 1px solid #fff;
    color: #fff;
}

header.sticky_header .header-right .button {
    color: #575756;
}

header .search-block form {
    position: relative;
}

header .search-block .search-icon {
    position: absolute;
    left: 10px;
    width: 22px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    padding-right: 10px;
    border-right: 1px solid #fff;
}

header .search-block .search-icon img {
    width: 12px;
    height: 14px;
    display: block;
}

header .search-block .form-control {
    border: 1px solid #fff;
    border-radius: 25px;
    background: transparent;
    outline: none;
    outline-offset: 0;
    padding: 3px 6px 4px 43px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    width: 180px;
    height: auto;
}

header .search-block .form-control:focus,
header .search-block .form-control:hover,
header .search-block .form-control:active {
    box-shadow: none;
    outline: none;
}

header .navbar-light .navbar-nav .nav-link:focus, header .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

header .language-block ul li a {
    font-family: 'Avenir';
    font-size: 13.6px;
    line-height: 16px;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    /* color: #b4d8b5; */
    text-decoration: none;
}

header .language-block ul li a.active {
    color: #fff;
    position: relative;
}

header .language-block {
    margin-left: 25px;
}

header .language-block ul li a.active:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    width: 100%;
    height: 1.2px;
    background: #fff;
}

header .language-block ul li:first-child a {
    margin-right: 15px;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1020;
}

/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}


/* Banner section */
.banner-section .text-slide .banner-image {
    height: 100% !important;
    text-align: center;
}

.banner-section .banner-image img {
    width: 100%;
}

.banner-section .banner-item {
    position: relative;
}

.banner-section .banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.banner-section .banner-content h2 {
    font-family: 'Avenir';
    font-weight: 500;
    font-size: 52px;
    line-height: 72px;
    color: #fff;
    margin: 0 auto 51px;
    max-width: 779px;
    text-align: center;
}

.banner-section .banner-content h2 span {
    display: block;
}

.banner-section .banner-content p {
    font-family: 'Avenir LT Std';
    font-weight: normal;
    font-size: 25px;
    line-height: 32px;
    color: #fff;
    max-width: 730px;
    text-align: center;
    margin: 0 auto;
}

.banner-section .banner-content .banner-button {
    margin: 48px auto 0;
}

.banner-section .banner-content .banner-button a {
    display: block;
}

.banner-section .banner-content .banner-button .icon-white-arrow-down {
    animation: bounce 0.8s infinite alternate;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.banner-section .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 48px;
}

.banner-section .swiper-pagination-bullet {
    width: 104px;
    height: 4px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.4);
}

/* .navbar-collapse.show {
    display: none;
} */

/* Section spacings */
.explore-adsw {
    padding: 70px 0 0px;
    overflow: hidden;
}

/* Title blocks */
.title-block h2, .title-block p, .title-block .h2 {
    text-align: center;
}

.title-block h2, .title-block h1, .title-block .h2 {
    margin-bottom: 20px;
}

.title-block {
    margin-bottom: 48px;
}

/* Icons */
.icon {
    display: inline-block;
    position: relative;
}

.icon-white-arrow-down {
    width: 49px;
    height: 32px;
    background: url('../images/icons/down-arrow-white.svg') no-repeat;
    background-size: 100%;
}

.icon-arrow-right-black {
    width: 10px;
    height: 16px;
    background: url('../images/icons/link-arrow-right-black.svg') no-repeat;
    background-size: 100%;
}

.icon-arrow-right-white {
    width: 10px;
    height: 16px;
    background: url('../images/icons/link-arrow-right-white.svg') no-repeat;
    background-size: 100%;
}

.icon-facebook {
    width: 9px;
    height: 16px;
    background: url('../images/icons/facebook.svg') no-repeat;
    background-size: 100%;
    margin-left: 16px;
}

.icon-twitter {
    width: 17px;
    height: 14px;
    background: url('../images/icons/twitter.svg') no-repeat;
    background-size: 100%;
    margin-left: 16px;
}

.icon-instagram {
    width: 15px;
    height: 15px;
    background: url('../images/icons/instagram.svg') no-repeat;
    background-size: 100%;
    margin-left: 16px;
}

.icon-youtube {
    width: 17px;
    height: 16px;
    background: url('../images/icons/youtube.svg') no-repeat;
    background-size: 100%;
    margin-left: 16px;
}

.icon-linkedin {
    width: 15px;
    height: 15px;
    background: url('../images/icons/linkedin.svg') no-repeat;
    background-size: 100%;
    margin-left: 16px;
}

/* Explore ADSW */
.explore-adsw .title-block h2, .explore-adsw .title-block h1 {
    color: #575756;
}

.explore-adsw .title-block p {
    max-width: 820px;
    margin: 0 auto;
}

.explore-adsw .link-block {
    text-decoration: none;
    display: block;
}

/* Swiper */
.explore {
    margin: 0 auto;
    position: relative;
}

.swiper-container-initialized {
    overflow: hidden;
}

.event-item {
    position: relative;
}

.event-item img {
    width: 100%;
    display: block;
}

.explore-adsw .event-image {
    height: 100% !important;
}

.event-item .event-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
}

/* .event-item .event-overlay:hover { */
/* background: rgba(0, 0, 0, 0.3); */
/* transition: background 0.3s ease-in; */
/* -webkit-transition: background 0.3s ease-in; */
/* -moz-transition: background 0.3s ease-in; */
/* } */

.event-item .event-overlay .event-name h2 {
    font-family: 'Avenir';
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    display: inline-block;
    position: relative;
}

.event-item .event-overlay .event-name h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width .3s;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
}

.event-item .event-overlay:hover .event-name h2::after {
    width: 100%;
}


.event-item .event-overlay .event-time h2 {
    font-family: 'Avenir';
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
}

.event-item .event-overlay .event-time p {
    font-family: 'Avenir';
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    color: #fff;
}

.event-item .event-overlay .event-name {
    max-width: 207px;
    width: 100%
}

.event-item .event-overlay .event-time p {
    padding: 6px 0 0;
}

.event-item .event-overlay .event-category h2 {
    font-family: 'Avenir LT Std';
    font-weight: normal;
    font-size: 15px;
    line-height: 27px;
    color: #fff;
}

.event-item .read-more {
    font-family: 'Avenir';
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    font-style: italic;
    text-decoration: none;
}

/* .explore .swiper-button-next, .explore .swiper-container-rtl .swiper-button-prev,
.explore .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    display: block;
}

.explore .swiper-button-next:after, .explore .swiper-button-prev:after {
    font-family: none;
    content: '';
}
*/
.owl-carousel.explore .owl-stage {
    display: flex;
    align-items: center;
}


.explore {
    margin: 0 auto 30px;
}

.explore.owl-carousel .owl-nav button.owl-next {
    content: '';
    background: url('../images/icons/arrow-right-black.svg') no-repeat;
    width: 23px;
    height: 36px;
    background-size: 100%;
    position: absolute;
}

.explore.owl-carousel .owl-nav button.owl-prev {
    content: '';
    background: url('../images/icons/arrow-left-black.svg') no-repeat;
    width: 23px;
    height: 36px;
    background-size: 100%;
    position: absolute;
}

.explore .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 100%;
}

.explore.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -63px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.explore.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -63px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.explore.owl-carousel .owl-nav button.owl-next span, .explore.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.explore.owl-carousel .owl-dots {
    display: none;
}

/* Link with Arrow */
.link-arrow {
    font-family: 'Avenir';
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #575756;
    text-decoration: none;
    text-transform: capitalize;
}

.link-arrow .icon-arrow-right-black, .link-arrow .icon-arrow-right-white {
    margin-left: 10px;
}

.link-arrow:hover, .link-arrow:focus, .link-arrow:active {
    color: #575756;
}

.link-arrow.color-white {
    color: #fff;
}

.link-arrow.color-white:hover, .link-arrow.color-white:focus, .link-arrow.color-white:active {
    color: #fff;
}


/* Speakers section */
.speakers-block {
    border-top: 1px solid #969696;
    padding: 56px 0 0;
    margin: 56px auto 0;
    max-width: 886px;
}

.speakers-block .speak-item {
    max-width: 155px;
    width: 100%;
}

.speakers-block .speak-item a {
    text-decoration: none;
}

.speakers-block .speak-item img {
    width: 100%;
    height: auto;
}

.speakers-block .speak-item:not(:last-child) {
    margin-right: 88px;
}

.speakers-block .speak-item h2 {
    font-family: 'Avenir LT Std';
    font-weight: normal;
    /* font-size: 11px;
    line-height: 13px; */
    font-size: 14px;
    line-height: 18px;
    color: #575756;
    margin: 15px 0 0;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
}

.speakers-block .speak-item h2:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: #000;
    transition: width .3s;
}

.speakers-block .speak-item:hover h2:after {
    width: 100%;
}

.speakers-block .link-arrow {
    margin: 20px 0 0;
}


/* Attend ADSW */
.attend-adsw {
    /* background: url('../images/attend-adsw-bg.png') no-repeat center; */
    overflow: hidden;
    background-size: cover;
}

.attend-adsw .attend-content {
    max-width: 390px;
    padding: 151px 0 130px;
}

.attend-adsw .attend-content h2 {
    font-family: 'Avenir';
    font-weight: 500;
    font-size: 29px;
    line-height: 41px;
    color: #575756;
    margin: 0 0 30px 0;
}

.attend-adsw .attend-content p {
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 30px 0;
}

/* Latest ADSW */
.latest-adsw {
    /* background: url('../images/latest-asdw-bg.png') no-repeat bottom; */
    padding: 70px 0 170px;
    overflow: hidden;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.latest-adsw .title-block p {
    color: #fff;
}

.insights-item {
    max-width: 427px;
    width: 100%;
    margin: 0 auto 30px;
    position: relative;
}

.insights-item img {
    width: 100%;
    display: block;
    height: auto;
}

.insights-item .insights-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
    padding-left: 20px;
    cursor: pointer;
}

/* .insights-item .insights-item-overlay:hover, .insights-item .insights-item-overlay:focus { */
/* background: rgba(0, 0, 0, 0.3); */
/* transition: background 0.3s ease-in; */
/* -webkit-transition: background 0.3s ease-in; */
/* -moz-transition: background 0.3s ease-in; */
/* } */

.small-cols .insights-item .insights-item-overlay {
    padding-bottom: 15px;
}

.insights-item p {
    /* position: absolute;
    bottom: 20px;
    left: 20px; */
    max-width: 200px;
    color: #fff;
    font-size: 15px;
    line-height: 17px;
    margin: 0;
}

.small-cols .insights-item {
    max-width: 282px;
    width: 100%;
}

.small-cols .insights-item p {
    bottom: 15px;
    left: 20px;
}

.latest-adsw-listing {
    padding-bottom: 56px;
    border-bottom: 0.4px solid #fff;
}

.latest-adsw-listing .link-arrow {
    margin-top: 10px;
}

.adsw-number-listing {
    padding: 56px 0 15px;
    border-bottom: 0.4px solid #fff;
}

.adsw-number-listing .title-block h2 {
    margin-bottom: 70px;
}

.adsw-number-listing .number h2 {
    font-size: 53px;
    line-height: 37px;
    color: #36aec5;
    font-family: 'Avenir LT Std';
    font-weight: 900;
}

.adsw-number-listing .number p {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-family: 'Avenir';
    font-weight: 300;
    padding: 10px 0;
}

.adsw-number-listing .number {
    max-width: 160px;
    width: 100%;
    margin: 0 0 30px 0;
}

.about-block {
    padding: 60px 0;
}

.about-block p {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    max-width: 605px;
    margin: 0 auto;
    text-align: center;
}

.about-block .title-block {
    margin-bottom: 40px;
}

/* Partners */
.partners-new {
    padding: 70px 0;
    overflow: hidden;
}

.partners-new .title-block h2 {
    color: #575756;
    margin: 0;
}

.partners-new .title-block {
    margin-bottom: 40px;
}

.partners-logo p {
    /* font-size: 8px;
    line-height: 9px; */
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 15px;
    text-align: center;
    margin: 0;
}

.partners-logo-block .partners-logo {
    position: relative;
}

.partners-logo-block .partners-logo:not(:last-child):after {
    /* border-right: 1px solid #969596; */
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    background: #c7c7c7;
    height: 67px;
    top: 58%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.partners-logo-block .partners-logo {
    padding: 20px 40px;
}

.partners-logo-block .separator {
    border-bottom: 1px solid #c7c7c7;
}

.partners-logo-block .separator:last-child {
    border: none;
}

.partner-logo-image {
    text-align: center;
}

.partners-logo-block .partners-logo {
    padding: 20px 40px;
    width: 33.33%;
}

.partners-logo-block .partners-logo:nth-child(3n):after {
    display: none;
}

.partners-logo-block .d-flex {
    flex-wrap: wrap;
}

.partners-logo-block .separator:first-child .partners-logo:first-child {
    padding: 20px 40px 20px 0
}

.partners-new .link-arrow {
    margin: 20px 0 0;
}

.partner-logo-image a {
    display: block;
}


/* Footer */
footer {
    background: #f2f2f2;
    padding: 40px 0;
}

.footer-top-left ul li a {
    font-family: 'Verdana';
    font-weight: normal;
    /* font-size: 10px;
    line-height: 15px; */
    font-size: 13px;
    line-height: 17px;
    color: #414042;
    text-decoration: none;
    padding: 10px 0;
}

.footer-top-left ul li:not(:last-child) {
    margin-right: 20px;
}

.footer-top-left ul {
    margin-right: 35px;
    margin: 0 35px 0 0;
}

.footer-top-left .social-icons {
    padding: 10px 0 7px 35px;
    border-left: 1px solid #808080;
}

.footer-top-left .social-icons span {
    font-family: 'Verdana';
    font-weight: normal;
    /* font-size: 9px;
    line-height: 15px; */
    font-size: 13px;
    line-height: 17px;
    color: #808080;
}

.footer-top-right label {
    font-family: 'Verdana';
    font-weight: normal;
    /* font-size: 10px;
    line-height: 12px; */
    font-size: 14px;
    line-height: 18px;
    color: #36aec5;
    text-transform: uppercase;
    margin-right: 18px;
}

.footer-top-right .inputfield {
    border: 1px solid #808080;
    border-radius: 25px;
    padding: 7px 30px 7px 20px;
    background: transparent;
    font-family: 'Verdana';
    font-weight: normal;
    /* font-size: 10px;
    line-height: 13px; */
    font-size: 13px;
    line-height: 18px;
    color: #808080;
    width: 235px;
}

.footer-top-right .btn-submit {
    background: url('../images/icons/arrow-teal.svg') no-repeat;
    width: 6px;
    height: 8px;
    background-size: 9px;
    outline: 0;
    border: none;
    position: absolute;
    right: 14px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 10;
}

.footer-top-right .inputfield:focus, .footer-top-right .inputfield:hover {
    outline: 0;
    box-shadow: none;
}

.footer-bottom {
    margin: 55px 0 0;
}

.footer-bottom p {
    font-family: 'Verdana';
    font-weight: normal;
    /* font-size: 8px;
    line-height: 15px; */
    font-size: 13px;
    line-height: 16px;
    color: #808080;
}

footer .container {
    max-width: 1100px !important;
    margin: 0 auto;
}

.banner-section .banner-image img.banner-mobile {
    display: none;
}

.mobile-search {
    display: none;
}

header .navbar-light .navbar-nav .nav-item.dropdown:last-child .dropdown-menu {
    border-top: 1px solid #e5e5e5;
}


.mobile-links {
    display: none;
}


.mobile-icons .language-dropdown {
    display: none;
}



.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    margin-right: 20px;
}

.swiper-pagination-bullet {
    position: relative;
    width: 156px;
    height: auto;
    text-align: left;
    border-radius: 0;
    opacity: 1;
    margin-right: 20px;
    background-color: transparent;
}

.swiper-pagination-bullet b {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 0%;
    height: 4px;
    background-color: #fff;
}

.swiper-pagination-bullet-active {
    background-color: transparent;
}

.swiper-pagination-bullet-active b {
    animation-name: countingBar;
    animation-duration: 7s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: forwards;
}

@keyframes countingBar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}




/* 28th November 2022 starts */
header .search-block .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

header .search-block .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

header .search-block .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

header .search-block .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}


/* Title block css */
.title-block .h2, .title-block h2 {
    font-family: 'Avenir';
    font-weight: 500;
    font-style: normal;
    font-size: 29px;
    line-height: 41px;
    color: #fff;
}

.explore-adsw.speakers-adsw {
    padding: 0px 0 70px;
}

.partner-logo-image img {
    height: 90px;
}

.footer-top-left ul {
    padding: 0;
}


/* Custom select */
.mobile-icons .select-dropdown {
    display: none;
}


.select-dropdown {
    position: absolute;
    display: inline-block;
    max-width: 100%;
    right: 35px;
    top: 4px;
}

.select-dropdown__button {
    padding: 10px 20px 10px 15px;
    background-color: transparent;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    width: 80px;
    text-align: left;
    color: #fff;
    font-family: 'Avenir';
    font-weight: 500;
    font-size: 16px;
    background: url(../images/icons/down-arrow-white.svg) no-repeat right 20px center;
    background-size: 12px;
}

header.sticky_header .select-dropdown__button {
    color: #575756;
    background: url(../images/icons/down-arrow-gray.svg) no-repeat right 20px center;
    background-size: 12px;
}

.select-dropdown__button::focus {
    outline: none;
}

.select-dropdown__button .zmdi-chevron-down {
    position: absolute;
    right: 10px;
    top: 12px;
}

.select-dropdown__list {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    max-height: 100%;
    overflow: visible;
    margin: 0;
    padding: 0;
    list-style-type: none;
    opacity: 0;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1, 0);
    transition: all ease-in-out 0.3s;
    z-index: 2;
}

.select-dropdown__list.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1, 1);
}

.select-dropdown__list-item {
    display: block;
    list-style-type: none;
    /* padding: 10px 15px; */
    padding: 0;
    /* background: #fff;
    border-top: 1px solid #e6e6e6; */
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    color: #616161;
    transition: all ease-in-out 0.3s;
}

.select-dropdown__list-item a {
    padding: 10px 15px;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    display: block;
    color: #575756;
}

/* Remove hover underline */
a:hover, a {
    text-decoration: none !important;
}



/* events page */
.featured-event {
    flex-wrap: nowrap !important;
}

.featured-event .col-lg-5 {
    margin-left: 20px;
}

.event-listing .featured-event .event-content .event-details .address-timing {
    padding: 0;
}

.event-listing .featured-event .event-content .btn-wrapper .btn, .about-page.host-city .btn-outline-primary, .btn.btn-outline-primary, .leadership-page.web-series .btn-register {
    padding: 1.56rem 3.6rem;
    width: 22rem;
    font-size: 1.7rem;
}

.leadership-page.web-series .btn-register {
    padding: 1.56rem 3rem;
}

.btn-outline-primary:hover, .event-listing .featured-event .event-content .btn-wrapper .btn:hover, .about-page.host-city .btn-outline-primary:hover, .btn.btn-outline-primary:hover, .leadership-page.web-series .btn-register {
    border-color: #36afc5;
}

.event-listing .event-blocks-wrapper .event-block .address-timing, .event-listing .event-blocks-wrapper .event-block .read-more-links {
    padding: 0;
}


.event-details .inner-banner .banner-title-wrapper {
    margin-top: 20px;
}

.share ul {
    padding: 0;
}

.inner-banner .content {
    top: 45px;
}

.inner-page.search-listing .search-wrapper {
    margin-top: 7rem;
}

.inner-section-title a {
    color: #181822;
}

.form-control:focus {
    border-color: #ccc !important;
}

.close-btn .closebtn {
    font-family: none;
}

/* Pagination for search */
.pagination-wrapper.search-pagination .pagination li:last-child a svg {
    order: 2;
}

.inner-page.search-listing .pagination-wrapper.search-pagination .pagination li:first-child {
    margin-right: 1rem;
}

.inner-page.search-listing .pagination-wrapper.search-pagination .pagination li:first-child {
    margin-left: 1rem;
}

.inner-page.search-listing .pagination-wrapper.search-pagination .pagination li:last-child {
    margin-left: 0;
}

.inner-page.search-listing .pagination-wrapper.search-pagination .pagination li {
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%) !important;
}

.inner-page.search-listing .pagination-wrapper.search-pagination .pagination li a {
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-size: 1.6rem;
}

.inner-page.search-listing .pagination-wrapper.search-pagination .pagination li.active {
    background-color: #36afc5;
}

.inner-page.search-listing .pagination-wrapper.search-pagination .pagination li.active a {
    color: #fff;
}

.inner-page.search-listing .pagination-wrapper.search-pagination .pagination li a {
    cursor: pointer;
}

@media (min-width: 1632px) {
    .pagination-wrapper.search-pagination .pagination li a {
        padding: 1.4rem 1.7rem 1.3rem;
    }
}


.year-filter .select2-dropdown {
    margin-top: 0;
    border: none;
}

.year-filter .select2-results__option {
    padding: 1rem 2.8rem;
    font-size: 1.4rem;
    font-weight: 600;
}


header .navbar-light .navbar-nav .nav-item.active>.nav-link:hover, header .navbar-light .navbar-nav .nav-item.active>.nav-link {
    color: #fff;
}

header.sticky_header .navbar-light .navbar-nav .nav-item.active>.nav-link:hover, header.sticky_header .navbar-light .navbar-nav .nav-item.active>.nav-link {
    color: #575756;
}


.newsletter-message {
    padding-left: 65px;
}

.newsletter-message .subtitle-text {
    font-size: 14px;
    line-height: 18px;
}

.newsletter-message #newsletter-email-exist, .newsletter-message #newsletter-fail-message, .newsletter-message #newsletter-invalid-email-message {
    color: #e91212;
}

.newsletter-message #newsletter-success-message {
    color: #0ba70b;
}


.inner-page.search-listing .pagination-wrapper {
    margin-top: 5rem;
}

.inner-page.search-listing .pagination-wrapper.search-pagination .pagination li a {
    font-size: 1.2rem;
}

/* .inner-page.web-series .inner-page-content {
    padding: 10rem 0 3rem 0;
}

.inner-page .inner-page-content.adsw-eventss, .inner-page .inner-page-content.current-speakers {
    padding: 10rem 0 0 0;
}

.event-details .inner-page-content.event-speakers {
    padding: 8rem 0 0rem 0;
} */
.event-listing .event-blocks-wrapper .col-lg-4:last-child .event-block,
.event-details .speakers .five-columns-layout.speakers .block:nth-last-child(-n+5),
.previous-speakers .five-columns-layout.speakers .block:nth-last-child(-n+5) {
    margin-bottom: 0;
}

.previous-speakers .five-columns-layout.speakers .block:nth-last-child(-n+5) .description, .event-details .speakers .five-columns-layout.speakers .block:nth-last-child(-n+5) .description {
    margin-bottom: 0;
}

.event-listing .event-blocks-wrapper .col-lg-4:nth-last-child(-n+3) .event-block .read-more-links {
    margin-bottom: 0;
}

.web-series .bottom-row .col-lg-4:nth-last-child(-n+3) .series-block {
    margin-bottom: 0;
}

.gallery .row-border-bottom:after {
    display: none;
    padding-bottom: 0;
}

.media-page.gallery .gallery-blocks-wrapper .col-lg-4:nth-last-child(-n+3) .gallery-block {
    margin-bottom: 0;
}

.media-page.gallery .gallery-blocks-wrapper {
    padding-bottom: 0;
}

.owl-carousel .owl-item img {
    height: auto;
}


/* 9th December 2022 starts */
.banner-inner-section .inner-banner {
    position: relative;
}

.banner-inner-section .inner-banner .content {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    max-width: 800px;
    margin: 0 auto;
}

.banner-inner-section .inner-banner .image img {
    width: 100%;
}

.banner-inner-section .inner-banner .bannerTitle {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    font-size: 52px;
    line-height: 71px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 19px;
}

.banner-inner-section .inner-banner .bannerdes {
    font-family: 'Avenir LT Std';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
}

.container-inner {
    max-width: 1175px;
    margin: 0 auto;
}

.join-onversation .container-inner {
    padding: 62px 0 75px;
    /* border-bottom: 1px solid #DBE2D7; */
}

.join-onversation h2, .express-interest h2 {
    color: #575756;
    margin-bottom: 26px;
}

.join-onversation h2 {
    margin-bottom: 32px;
}

.join-onversation .section-title, .express-interest .section-title {
    text-align: left;
}

.join-onversation .conversation-block {
    max-width: 570px;
    width: 100%;
    min-height: 100%;
    margin-left: auto;
    padding: 38px 41px;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    position: relative;
}

.join-onversation .conversation-block:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: url('../images/registration-block-pattern.svg') no-repeat right top;
    width: 100%;
    height: 100%;
}

.join-onversation .conversation-block img {
    width: 100%;
    height: auto;
}

.join-onversation .conversation-block .img {
    position: relative;
    margin-bottom: 28px;
}

.join-onversation .conversation-block .img .logo {
    position: relative;
    text-align: left;
}

.join-onversation .conversation-block .img .logo img {
    height: 50px;
    text-align: left;
    width: auto;
}

.join-onversation .conversation-block p {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #575756;
    margin-bottom: 30px;
    min-height: 130px;
}

.btn-outline-blue {
    border: 1.5px solid #36AFC5;
    border-radius: 4px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 800;
    font-size: 17px;
    line-height: 30px;
    color: #36AFC5 !important;
    padding: 8px 47px;
    display: inline-block;
    text-decoration: none;
}

.btn-outline-blue:hover, .btn-outline-blue:focus, .btn-outline-blue:active {
    background: #36AFC5;
    color: #fff;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
}

.join-onversation .col-md-6:nth-child(odd) .conversation-block {
    margin-right: 32px;
}

.express-interest .container-inner {
    padding: 48px 0 79px;
}

.express-interest .section-title {
    margin-bottom: 16px;
}

.express-interest p {
    text-align: left;
    line-height: 25px;
}

.logos-holder {
    margin: 59px 0 0;
}

.logos-holder .logo-item {
    margin: 0 50px 42px 0;
}

.logos-holder .logo-item:nth-last-child(-n+2) {
    margin: 0 50px 42px 0;
}

.logos-holder .logo-item:last-child {
    margin-right: 0;
}

.logos-holder .logo-item img {
    height: 49px;
}

.logos-holder .logo-row:last-child .logo-item {
    margin-bottom: 0;
}

.restricted-access {
    padding-bottom: 54px;
}

.restricted-access .content {
    max-width: 585px;
    width: 100%;
    padding: 47px;
}

.restricted-access .content h2 {
    margin-bottom: 42px;
}

.restricted-access .content ul li {
    font-family: 'Avenir LT Std';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 33px;
    color: #FFFFFF;
    padding-left: 30px;
    /* background: url('../images/list-icon-white.svg') no-repeat left top 11px; */
}

.restricted-access .content ul {
    margin-bottom: 55px;
}

.restricted-access .content:first-child {
    border-radius: 10px 0px 0px 10px;
    border: 1px solid #EBEBEB;
    position: relative;
}

.restricted-access .content:first-child h2 {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 38px;
    color: #575756;
    margin: 0;
}

.restricted-access .content:first-child h2:before {
    content: '';
    position: absolute;
    left: 0;
    background: #36AFC5;
    height: 74px;
    width: 5px;
    top: 41px;
}

.restricted-access .content:first-child h2 span {
    font-size: 29px;
    line-height: 34px;
    display: block;
}

.restricted-access .content:last-child {
    padding: 58px 68px 58px;
    border-radius: 0px 5px 5px 0px;
    background: linear-gradient(261.33deg, #36AEC7 -0.37%, #7DB461 100%);
}

.restricted-access .content:last-child p {
    line-height: 25px;
    color: #fff;
}

.restricted-access .content:last-child a {
    font-weight: 900;
    color: #fff !important;
    text-decoration: none !important;
}

.restricted-access .content:last-child a:hover, .restricted-access .content:last-child a:focus {
    text-decoration: none;
    color: #fff !important;
}

.restricted-access .content:last-child ul li {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 31px;
    color: #fff;
    padding-left: 0;
    list-style: disc;
}

.restricted-access .content:last-child ul {
    margin: 34px 0 0 0;
    padding-left: 20px;
}

.restricted-access>p {
    font-family: 'Avenir LT Std';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #575756;
    margin-top: 51px;
    text-align: center;
}

.btn-fill-white {
    background: #FFFFFF;
    border-radius: 4px;
    font-family: 'Avenir LT Std';
    font-style: normal;
    font-weight: 900;
    font-size: 17px;
    line-height: 33px;
    color: #36AFC5;
    border: none;
    padding: 11px 30px;
    max-width: 361px;
    width: 100%;
}

.btn-fill-white:hover, .btn-fill-white:focus, .btn-fill-white:active {
    background: #efefef;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
}


/* 9th December 2022 ends */



















/* Media Queries */

/* 9th December 2022 starts */
@media screen and (max-width: 1620px) {
    .banner-inner-section .inner-banner .bannerTitle {
        font-size: 43px;
        line-height: 60px;
    }

    .banner-inner-section .inner-banner .bannerdes {
        font-size: 22px;
        line-height: 32px;
    }
}

/* 9th December 2022 ends */


@media (min-width: 1632px) {
    .inner-page.search-listing .pagination-wrapper.search-pagination {
        margin-top: 5.95rem;
    }

    .inner-page.search-listing .pagination-wrapper.search-pagination .pagination li a {
        font-size: 1.6rem;
    }

    /* .inner-page.web-series .inner-page-content {
        padding: 10rem 0 3rem 0;
    }

    .inner-page .inner-page-content.adsw-eventss, .inner-page .inner-page-content.current-speakers {
        padding: 10rem 0 0 0;
    }

    .event-details .inner-page-content.event-speakers {
        padding: 8rem 0 0rem 0;
    }*/
    .event-listing .event-blocks-wrapper .col-lg-4:last-child .event-block,
    .event-details .speakers .five-columns-layout.speakers .block:nth-last-child(-n+5),
    .previous-speakers .five-columns-layout.speakers .block:nth-last-child(-n+5) {
        margin-bottom: 0;
    }

    .previous-speakers .five-columns-layout.speakers .block:nth-last-child(-n+5) .description,
    .event-details .speakers .five-columns-layout.speakers .block:nth-last-child(-n+5) .description {
        margin-bottom: 0;
    }

    .event-listing .event-blocks-wrapper .col-lg-4:nth-last-child(-n+3) .event-block .read-more-links {
        margin-bottom: 0;
    }

    .web-series .bottom-row .col-lg-4:nth-last-child(-n+3) .series-block {
        margin-bottom: 0;
    }

    .gallery .row-border-bottom:after {
        display: none;
    }

    .media-page.gallery .gallery-blocks-wrapper .col-lg-4:nth-last-child(-n+3) .gallery-block {
        margin-bottom: 0;
    }

    .media-page.gallery .gallery-blocks-wrapper {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1632px) {
    .event-listing .featured-event .event-content .btn-wrapper .btn, .about-page.host-city .btn-outline-primary, .btn.btn-outline-primary, .leadership-page.web-series .btn-register {
        padding: 1rem 2rem;
        width: 18rem;
        font-size: 1.3rem;
    }

    .leadership-page.web-series .btn-register {
        padding: 1rem 2rem
    }
}

@media screen and (max-width: 1440px) {
    .container {
        padding: 0 20px !important;
    }

    .newsletter-message {
        padding-left: 44px;
    }
}

@media screen and (max-width: 1400px) {
    .banner-section .banner-content {
        top: 58%;
    }
}

@media screen and (max-width: 1366px) {
    /* .banner-section .banner-content {
        top: 240px;
    } */

    .banner-section .banner-content h2 {
        font-size: 47px;
        line-height: 57px;
        margin: 0 auto 40px;
    }

    .explore-adsw {
        padding: 56px 0 0;
    }

    .speakers-block {
        padding: 40px 0 0;
        margin: 40px auto 0;
    }

    .latest-adsw {
        padding: 56px 0 170px;
    }

    .partners-new {
        padding: 56px 0;
    }

    /* 9th December 2022 starts */
    .join-onversation .container-inner, .express-interest .container-inner {
        padding: 40px 0;
    }

    .restricted-access {
        padding-bottom: 40px;
    }

    .restricted-access>p {
        margin-top: 40px;
    }

    .logos-holder {
        margin: 35px 0 0;
    }

    .banner-inner-section .inner-banner .bannerTitle {
        font-size: 38px;
        line-height: 50px;
    }

    .banner-inner-section .inner-banner .content {
        top: 64%;
    }

    /* 9th December 2022 ends */
}

@media screen and (max-width: 1280px) {
    .banner-section .banner-content p {
        font-size: 21px;
        line-height: 29px;
    }

    .banner-section .banner-content h2 {
        font-size: 45px;
        line-height: 59px;
        margin: 0 auto 25px;
    }

    header .header-top {
        padding: 25px 0;
    }

    header .navbar-brand {
        margin: 0 45px 0 0;
    }

    header .navbar-light .navbar-nav .nav-link {
        margin: 0 35px 15px 0
    }

    header .header-right h2 {
        padding-right: 20px;
    }

    header .header-right .button {
        margin-left: 20px;
    }

    header .header-top {
        padding: 25px 0 0;
    }

    /* 9th December 2022 starts */
    .container-inner {
        max-width: 95%;
        margin: 0 auto;
    }

    .restricted-access .content, .restricted-access .content:last-child {
        padding: 50px 55px 58px;
    }

    .banner-inner-section .container-inner {
        max-width: 100%;
    }

    /* 9th December 2022 ends */
}

@media screen and (max-width: 1200px) {
    header .navbar-brand {
        margin: 0 30px 0 0;
    }

    header .navbar-light .navbar-nav .nav-link {
        margin: 0 25px 15px 0;
    }

    header.sticky_header .navbar-light .navbar-nav .nav-link {
        margin: 0 25px 24px 0;
    }

    header .language-block {
        margin-left: 17px;
    }

    /* 9th December 2022 starts */
    .restricted-access .content, .restricted-access .content:last-child {
        padding: 50px 40px 58px;
    }

    /* 9th December 2022 ends */
}

/* @media screen and (max-width: 1160px) {
    .banner-section .banner-content {
        top: 210px;
    }
} */

@media screen and (max-width: 1066px) {
    /* .banner-section .banner-content {
        top: 220px;
    } */

    .banner-section .banner-content h2 {
        font-size: 38px;
        line-height: 45px;
    }

    .banner-section .banner-content p {
        font-size: 19px;
        line-height: 25px;
    }

    header .header-right h2 {
        font-size: 16px;
        padding-right: 15px;
    }

    header .header-right .button {
        margin-left: 15px;
        padding: 8px 15px;
    }

    .newsletter-message {
        padding-left: 20px;
    }
}

@media (min-width: 1024px) and (max-width: 1028px) {
    header.sticky_header .navbar-light .navbar-nav .nav-link {
        margin: 0 21px 24px 0;
    }

    header .navbar-light .navbar-nav .nav-link {
        margin: 0 23px 15px 0;
    }

    .footer-top-right label {
        padding-left: 80px;
    }

    .footer-top-left ul {
        margin-right: 20px;
    }

    .footer-top-left .social-icons {
        padding: 10px 0 7px 20px;
    }

    .footer-bottom {
        margin: 30px 0 0;
    }
}

@media screen and (max-width: 1024px) {
    header .navbar-brand {
        width: 170px;
    }

    .explore.owl-carousel .owl-nav button.owl-prev {
        left: -32px;
    }

    .explore.owl-carousel .owl-nav button.owl-next {
        right: -32px;
    }

    .footer-top-right label {
        padding-left: 0px;
    }

    .newsletter-message {
        padding-left: 0;
    }

    .footer-top-left ul {
        margin-right: 20px;
    }

    .footer-top-left .social-icons {
        padding: 10px 0 7px 20px;
    }

    .footer-bottom {
        margin: 30px 0 0;
    }

    header .navbar-light .navbar-nav .nav-link {
        margin: 0 23px 15px 0;
    }

    header.sticky_header .navbar-light .navbar-nav .nav-link {
        margin: 0 23px 24px 0;
    }

    /* 9th December 2022 starts */

    .join-onversation .conversation-block .logo img {
        height: 45px;
    }

    .logos-holder .logo-item {
        margin: 0 28px 30px 0;
    }

    .logos-holder .logo-item:nth-last-child(-n+2) {
        margin: 0 28px 40px 0;
    }

    .banner-inner-section .inner-banner .bannerTitle {
        font-size: 33px;
        line-height: 37px;
    }

    .banner-inner-section .inner-banner .bannerdes {
        font-size: 19px;
        line-height: 26px;
    }

    .banner-inner-section .inner-banner .content {
        top: 57%;
    }

    /* 9th December 2022 ends */
}

@media screen and (max-width: 991px) {
    header .header-right {
        display: none;
    }

    .header-left .navbar-toggler {
        /* position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%); */
        transition: none;
    }

    .navbar-light .header-left .navbar-toggler-icon {
        background: url('../images/icons/hamburger.svg') no-repeat !important;
        width: 32px;
        height: 32px;
        background-size: 100% !important;
    }

    .header-left .navbar-toggler {
        padding: 0;
        border: none;
        border-radius: 0;
    }

    .header-left .navbar-toggler:focus {
        box-shadow: none;
    }

    .header-wrapper {
        flex-direction: column;
    }

    .header-left {
        width: 100%;
        flex-direction: column;
    }

    .mobile-logo-block {
        margin-right: auto;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    header .navbar-collapse {
        width: 100%;
    }

    .header-left .navbar-collapse {
        background: #fff;
    }

    header .navbar-light .navbar-nav .nav-link, header .navbar-light .navbar-nav .nav-link:focus, header .navbar-light .navbar-nav .nav-link:hover {
        /* color: #575756; */
        color: #fff;
        box-shadow: none;
        outline: 0;
    }

    header .navbar-light .navbar-nav .nav-item {
        margin: 0 10px;
        border-bottom: 1px solid #e5e5e5;
    }



    header .navbar-light .navbar-nav .nav-link {
        margin: 0;
        padding: 14px 20px;
        width: 40%;
    }

    /* header .navbar-light .navbar-nav .nav-item:not(:last-child) .nav-link {
        border-bottom: 1px solid #e5e5e5;
    } */

    header.sticky_header .header-left {
        /* padding: 11px 0 6px; */
        padding: 0;
    }

    header.sticky_header .navbar-light .header-left .navbar-toggler-icon {
        background: url('../images/icons/hamburger-black.svg') no-repeat !important;
        background-size: 100% !important;
    }

    header.sticky_header .header-left .navbar-toggler {
        padding: 0 0px 0 0;
    }

    /* .banner-section .banner-content {
        top: 150px;
    } */

    .container-sm {
        max-width: 95% !important;
        padding: 0 20px !important;
    }

    .event-overlay .d-flex {
        flex-direction: column;
    }

    .event-item .event-overlay .event-name {
        max-width: 100%;
    }

    .event-item .event-overlay .event-time {
        margin: 10px 0 0;
    }

    /* Spacing */
    .explore-adsw, .adsw-number-listing, .about-block, .partners-new {
        padding: 40px 0;
    }

    .title-block {
        margin-bottom: 32px;
    }

    .title-block h2, .title-block h1, .title-block .h2 {
        margin-bottom: 10px;
    }

    .partners-new .title-block {
        margin-bottom: 20px;
    }

    .speakers-block .link-arrow {
        margin: 20px 0 0;
    }

    .latest-adsw {
        padding: 40px 0 170px;
    }

    .speakers-block {
        padding: 40px 0 0;
        margin: 0px auto 0;
    }

    footer .footer-top, .footer-top-left, .footer-top-right {
        justify-content: center !important;
    }

    .footer-top-left {
        margin-bottom: 20px;
    }

    .footer-top-right label {
        padding-left: 0;
    }

    footer {
        padding: 20px 0;
    }

    header .navbar-light .navbar-nav .nav-item.dropdown:before {
        content: "";
        width: 12px;
        height: 22px;
        position: absolute;
        right: 10px;
        /* transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg); */
        background: url('../images/icons/lang-arrow-white.svg') no-repeat right center;
        top: 15px;
    }

    /* header .navbar-light .navbar-nav .nav-item.dropdown .nav-link.expand:before {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
    } */

    .dropdown-menu.show {
        display: none;
    }

    header .navbar-light .navbar-toggler-icon.close {
        /* background: url(../images/icons/close-black.svg) no-repeat left 3px top 3px !important; */
        background: url(../images/icons/close.svg) no-repeat left 3px top 3px !important;
        width: 30px;
        height: 30px;
        background-size: 80% !important;
    }

    header.sticky_header .navbar-light .navbar-toggler-icon.close {
        /* background: url(../images/icons/close-black.svg) no-repeat left 3px top 3px !important; */
        background: url(../images/icons/close.svg) no-repeat left 3px top 3px !important;
        width: 30px;
        height: 30px;
        background-size: 80% !important;
    }

    .dropdown-menu {
        border: none;
    }

    header.sticky_header .navbar-light .navbar-nav .nav-link {
        margin: 0;
    }

    header.sticky_header .navbar-light .navbar-nav .nav-link:after {
        display: none;
    }

    .mobile-search {
        display: block;
        position: relative;
    }

    .mobile-search .search-block {
        display: block;
        position: relative;
        right: unset;
        max-width: 400px;
        width: 100%;
        top: unset;
    }

    header .mobile-search .search-block .form-control {
        /* border: 1px solid #575756;
        color: #575756; */
        border: 1px solid #fff;
        color: #fff;
        padding: 8px 6px 8px 55px;
        width: 100%;
        margin: 0 !important;
        font-size: 15px;
        line-height: 19px;
    }

    .icon-search {
        width: 20px;
        height: 20px;
        background-size: 100% !important;
        background: url(../images/icons/search-white.svg) no-repeat left top;
        margin-right: 14px;
        margin-top: 2px;
    }

    header.sticky_header .mobile-search .icon-search {
        background-size: 100% !important;
        background: url(../images/icons/search-header-black.svg) no-repeat left top;
    }

    .mobile-icons {
        display: flex;
        align-items: center;
    }

    header .mobile-search .search-block .search-icon img {
        width: 100%;
        height: 100%;
    }

    header .mobile-search .search-block .search-icon {
        width: 30px;
        height: 20px;
        /* border-right: 1px solid #575756; */
        border-right: 1px solid #fff;
    }

    .header-top .search-block {
        display: none;
    }



    /* Mobile menu starts */
    .navbar-nav {
        position: fixed;
        left: -100%;
        right: 0;
        /* background: rgba(255, 255, 255, 0.95); */
        background: rgba(54, 175, 197, 1);
        width: 100%;
        height: 100%;
        top: 0;
        transition: left 0.3s ease-in;
        -webkit-transition: left 0.3s ease-in;
        -moz-transition: left 0.3s ease-in;
    }

    .navbar-collapse.active .navbar-nav {
        left: 0;
        transition: left 0.3s ease-in;
        -webkit-transition: left 0.3s ease-in;
        -moz-transition: left 0.3s ease-in;
        z-index: 99;
    }

    header .header-top .language-block {
        display: none;
    }

    .mobile-links {
        display: block;
        padding: 65px 0 0;
    }

    .mobile-links:last-child {
        padding: 0
    }

    header .header-right {
        display: none;
    }

    header .header-top {
        padding: 0;
    }

    header .header-bottom {
        padding: 10px 0;
    }

    .mobile-links .header-right, .mobile-search .search-block {
        display: block;
    }

    .header-left .navbar-toggler {
        position: absolute;
        right: 0px;
        z-index: 9999;
    }

    .header-left .navbar-toggler .navbar-toggler-icon {
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
    }

    .mobile-links .header-right {
        text-align: center;
    }

    header .mobile-links .language-block {
        margin: 25px auto 20px;
    }

    header .language-block ul li a {
        color: #575756;
    }

    header .navbar-light .navbar-nav .nav-link:after {
        display: none;
    }

    header .header-right h2 {
        /* color: #575756; */
        color: #fff !important;
        border-right: none;
        position: relative;
        text-decoration: none;
    }

    header .header-right h2:after {
        content: '';
        position: absolute;
        right: 0;
        /* background: #575756; */
        background: #fff;
        height: 20px;
        width: 1px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }

    .mobile-search .search-block {
        margin: 40px auto 0;
    }

    header .header-right .button, header .language-block ul li a.active {
        /* color: #575756; */
        color: #fff;
    }

    /* header .language-block ul li a.active:after {
        background: #575756;
    } */

    /* header .header-right .button {
        background: #efefef
    } */

    .dropdown-menu {
        background: transparent
    }

    /* body.hidden {
        overflow: hidden;
    } */


    .mobile-icons .language-dropdown {
        display: block;
        margin-right: 45px;
    }

    .language-dropdown .select2-container--default .select2-selection--single {
        background: transparent;
        border: none;
        border-radius: 0;
    }

    .language-dropdown .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 0;
    }

    .language-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #fff;
        font-family: 'Avenir';
        font-weight: 500;
        font-size: 16px;
    }

    header.sticky_header .language-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #575756;
    }

    .language-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none;
    }

    .language-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
        background: url('../images/icons/lang-arrow-white.svg') no-repeat;
        background-size: 12px;
    }

    header.sticky_header .language-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
        background: url('../images/icons/lang-arrow-black.svg') no-repeat;
        background-size: 12px;
    }

    .language-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 10px;
        position: absolute;
        top: 7px;
        right: 1px;
        width: 16px;
    }

    .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
        background-color: #ddd;
        color: #575756;
    }

    .select2-results__option--selectable {
        color: #575756;
    }

    header .mobile-search .search-block .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        /* color: #9d9b9b; */
        color: #fff;
    }

    header .mobile-search .search-block .form-control::-moz-placeholder {
        /* Firefox 19+ */
        /* color: #9d9b9b; */
        color: #fff;
    }

    header .mobile-search .search-block .form-control:-ms-input-placeholder {
        /* IE 10+ */
        /* color: #9d9b9b; */
        color: #fff;
    }

    header .mobile-search .search-block .form-control:-moz-placeholder {
        /* Firefox 18- */
        /* color: #9d9b9b; */
        color: #fff;
    }

    .navbar-nav .dropdown-menu.active {
        box-shadow: none;
    }


    header .navbar-light .navbar-nav .nav-item.dropdown .dropdown-menu {
        position: static;
        display: block;
        width: unset;
        text-align: left;
        max-height: 0;
        padding: 0;
        overflow: hidden;
        /* transition: all .8s; */
        border: none;
        opacity: 0;
        /*margin-left: -20px; */
        transition: none;
    }

    header .navbar-light .navbar-nav .nav-item.dropdown.active .dropdown-menu {
        max-height: 500px;
        overflow: hidden;
        opacity: 1;
        display: block;
        margin-left: 26px;
        margin-bottom: 10px;
        background: none;
        transition: none;
    }

    /* header .navbar-light .navbar-nav .nav-item.dropdown .dropdown-menu {
        margin-left: -20px;
        transition: all 0.5s ease-in;
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
    }

    header .navbar-light .navbar-nav .nav-item.dropdown.active .dropdown-menu {
        margin-left: 0px;
        transition: all 0.5s ease-in;
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
    } */

    header * {
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

    header.sticky_header .header-right h2 {
        border-right: none;
    }

    .navbar-nav .dropdown-item, header.sticky_header .navbar-light .navbar-nav .nav-link, header.sticky_header .header-right h2, header.sticky_header .navbar-light .navbar-nav .nav-link:focus, header.sticky_header .navbar-light .navbar-nav .nav-link:hover {
        color: #fff;
    }


    header.sticky_header .button {
        /* color: #575756; */
        color: #fff;
        background: rgba(255, 255, 255, 0.2);
    }

    header.sticky_header .header-right h2 {
        text-decoration: none;
        color: #fff !important;
    }

    /* header .navbar-light .navbar-nav .nav-item.dropdown:nth-last-child(2) {
        border-bottom: none;
    } */

    .event-item .event-overlay .event-name h2::after {
        bottom: -2px;
    }



    /* Remove animations for mobile */
    /* [data-aos^=fade][data-aos^=fade] {
        opacity: 1;
        transition-property: none;
    }

    [data-aos=fade-right], [data-aos=fade-left], [data-aos=fade-up] {
        transform: none;
    } */
    .latest-adsw .adsw-number-listing [data-aos^=fade][data-aos^=fade], .partners-new [data-aos^=fade][data-aos^=fade], .speakers-block[data-aos^=fade][data-aos^=fade] {
        opacity: 1;
        transform: none;
    }

    .footer-top-right.justify-content-end {
        justify-content: center !important;
    }

    .header-left .navbar-collapse.collapse.active {
        display: block;
    }

    .mobile-icons .select-dropdown {
        display: block;
    }

    .inner-page.search-listing .search-wrapper {
        margin-top: 0rem;
    }

    header.sticky_header .navbar-light .navbar-nav .nav-item.active>.nav-link:hover, header.sticky_header .navbar-light .navbar-nav .nav-item.active>.nav-link {
        color: #fff;
    }

    .newsletter-message .subtitle-text {
        text-align: center;
    }

    .newsletter-message {
        margin: 10px 0 0;
    }

    .explore-adsw.speakers-adsw {
        padding: 0px 0 40px;
    }

    .latest-adsw-listing {
        padding-bottom: 40px;
    }

    .navbar-nav .dropdown-item:focus, .navbar-nav .dropdown-item:hover {
        color: #fff;
    }

    header.sticky_header .header-right .button {
        color: #fff;
    }

    .partner-logo-image img {
        height: 70px;
    }

    .adsw-number-listing {
        padding: 40px 0 0px;
    }

    /* 9th December 2022 starts */
    .banner-inner-section .inner-banner .content {
        top: 50%;
        width: 70%;
    }

    .join-onversation .conversation-block .img .logo {
        width: 190px;
        height: 60px;
    }

    .restricted-access .container-inner>.d-flex {
        flex-direction: column;
    }

    .restricted-access .content {
        max-width: 100%;
    }

    .restricted-access .content:first-child {
        border-radius: 10px 10px 0px 0px;
    }

    .restricted-access .content, .restricted-access .content:last-child {
        border-radius: 0px 0px 10px 10px;
    }

    .join-onversation .col-lg-6:first-child {
        margin-bottom: 32px;
    }

    .logos-holder .logo-item img {
        height: 45px;
    }

    /* 9th December 2022 ends */
}

@media screen and (max-width: 850px) {
    .banner-section .banner-content h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .banner-section .banner-content p {
        font-size: 18px;
        line-height: 24px;
    }

    .banner-section .banner-content .banner-button {
        margin: 40px 0 0;
    }

    .icon-white-arrow-down {
        width: 38px;
        height: 28px;
    }

    .event-item .event-overlay .event-name h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .event-item .event-overlay .event-time h2 {
        font-size: 20px;
        line-height: 18px;
    }

    .event-item .event-overlay .event-time p {
        font-size: 16px;
        line-height: 22px;
    }

    .speakers-block .speak-item:not(:last-child) {
        margin-right: 50px;
    }
}

@media screen and (max-width: 767px) {
    .latest-adsw {
        /* background: url('../images/latest-asdw-bg.png') no-repeat bottom; */
        background-size: cover;
    }

    .speakers-block .d-flex, .adsw-number-listing .d-flex {
        flex-wrap: wrap;
    }

    .speakers-block .speak-item {
        width: 47%;
        max-width: 47%;
        margin-bottom: 30px;
    }

    .speakers-block .speak-item:not(:last-child) {
        margin-right: 0;
    }

    .speakers-block .speak-item:nth-child(2n+1) {
        margin-right: 30px;
    }

    .speakers-block .speak-item {
        width: 47.5%;
        max-width: 47.5%;
    }

    .small-cols .insights-item {
        max-width: 427px;
    }

    .adsw-number-listing .number {
        max-width: 50%;
        width: 50%;
    }

    .banner-section .banner-content {
        max-width: 500px;
    }

    .banner-section .banner-content h2 {
        font-size: 25px;
        line-height: 32px;
        margin: 0 auto 15px;
    }

    .banner-section .banner-content p {
        font-size: 16px;
        line-height: 20px;
    }

    /* .banner-section .banner-content {
        top: 125px;
    } */

    .banner-section .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 25px;
    }

    .banner-section .swiper-pagination-bullet {
        width: 60px;
    }

    .adsw-number-listing .title-block h2 {
        margin-bottom: 30px;
    }

    .partners-logo p {
        padding-bottom: 10px;
    }

    /* header .header-top {
        padding: 15px 0 0;
    } */

    /* Events page */
    .featured-event {
        flex-wrap: wrap !important;
    }

    .footer-top-right .inputfield {
        width: 280px;
    }

    .speakers-block .link-arrow {
        margin: 0;
    }

    .footer-top-right .btn-submit {
        right: 10px;
    }

    .footer-top-right .inputfield {
        padding: 7px 40px 7px 20px
    }

    /* 
    .inner-page.web-series .inner-page-content {
        padding: 10rem 0 1rem 0;
    }

    .inner-page .inner-page-content.adsw-eventss, .inner-page .inner-page-content.current-speakers {
        padding: 10rem 0 0 0;
    }

    .event-details .inner-page-content.event-speakers {
        padding: 8rem 0 0rem 0;
    } */

    /* 9th December 2022 starts */
    .join-onversation .col-md-6:nth-child(odd) .conversation-block {
        margin-right: 0;
        margin: 0 auto 30px;
    }

    .join-onversation .conversation-block {
        margin: 0 auto;
    }

    .restricted-access .d-flex {
        flex-direction: column;
        align-items: center;
    }

    .restricted-access .content {
        max-width: 100%;
    }

    .restricted-access .content:first-child {
        border-radius: 10px 10px 0px 0px;
    }

    .restricted-access .content:last-child {
        border-radius: 0px 0px 10px 10px;
    }

    .restricted-access .content, .restricted-access .content:last-child {
        padding: 40px;
    }

    .container-inner {
        max-width: 98%;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .logos-holder .logo-item:nth-last-child(-n+2) {
        margin: 0 0px 35px 0
    }

    .restricted-access>p {
        padding: 0 20px;
    }

    .restricted-access .content:first-child h2:before {
        top: 30px;
    }

    .join-onversation .conversation-block {
        padding: 30px 25px;
    }

    .join-onversation .conversation-block p {
        min-height: unset;
    }

    .restricted-access .content:first-child h2 {
        font-size: 36px;
        line-height: 33px;
    }

    .restricted-access .content:first-child h2 span {
        font-size: 23px;
        line-height: 28px
    }

    .logos-holder .logo-row:last-child .logo-item {
        margin-bottom: 35px;
    }

    /* 9th December 2022 ends */
}

@media screen and (max-width: 680px) {
    .speakers-block .speak-item {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 30px;
    }

    .speakers-block .d-flex {
        justify-content: center;
    }

    .speakers-block .d-flex:first-child, .adsw-number-listing .d-flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .speakers-block .speak-item:nth-child(2n+1) {
        margin-right: 0;
    }

    .speakers-block .speak-item h2 {
        margin: 15px 0 0;
    }

    .adsw-number-listing .number {
        max-width: 100%;
        width: 100%;
    }



    .partners-logo-block .separator:first-child .partners-logo:first-child {
        padding: 20px 40px 20px;
    }

    .partners-logo-block .partners-logo:not(:last-child):after {
        display: none;
    }

    .banner-section .banner-content .banner-button {
        margin: 30px 0 0;
    }

    .icon-white-arrow-down {
        width: 30px;
        height: 24px;
    }

    .adsw-number-listing .number h2, .adsw-number-listing .number p {
        text-align: center;
    }

    .explore-adsw .container-sm {
        max-width: 88% !important;
    }

    .banner-section .banner-content h2 {
        font-size: 22px;
        line-height: 29px;
        margin: 0 auto 8px;
    }
}

@media screen and (max-width: 600px) {
    .banner-section .banner-image img.banner-desktop {
        display: none;
    }

    .banner-section .banner-image img.banner-mobile {
        display: block;
    }

    .banner-section .banner-content {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }

    .banner-section .banner-content h2 {
        font-size: 32px;
        line-height: 39px;
        margin: 0 auto 20px;
    }

    .banner-section .banner-content p {
        font-size: 18px;
        line-height: 24px;
    }

    .banner-section .banner-content .banner-button {
        margin: 40px 0 0;
    }

    .icon-white-arrow-down {
        width: 41px;
        height: 40px;
    }
}

@media screen and (max-width: 580px) {
    .event-item .event-overlay .event-time h2 {
        font-size: 18px;
        line-height: 18px;
    }

    .event-item .event-overlay {
        padding: 15px;
    }

    .event-item .event-overlay .event-name h2 {
        font-size: 16px;
        line-height: 19px;
    }

    .event-item .event-overlay .event-time p {
        font-size: 15px;
        line-height: 21px;
    }

    .title-block h2, .title-block h1, .title-block .h2 {
        font-size: 29px;
        line-height: 32px;
    }

    .footer-top-left, .footer-top-right, .footer-bottom {
        flex-direction: column;
        justify-content: center !important;
        align-items: center !important;
    }

    .footer-top-left ul {
        margin: 0 0 10px 0;
    }

    .footer-top-left .social-icons {
        padding: 10px 0;
        border: none;
    }

    .footer-top-left {
        margin-bottom: 10px;
    }

    .footer-top-right label {
        margin: 0 0 5px 0;
    }

    .footer-bottom .logo {
        order: 1;
        margin-bottom: 10px;
    }

    .footer-bottom p {
        order: 2;
        text-align: center;
    }

    .footer-bottom {
        margin: 20px 0 0;
    }

    .attend-adsw .attend-content {
        padding: 95px 0;
    }

    .banner-section .banner-content {
        max-width: 476px;
        padding: 0 20px;
    }

    .footer-bottom.align-items-end {
        justify-content: center !important;
        align-items: center !important;
    }

    .partners-logo-block .separator {
        flex-direction: column;
    }

    .partners-logo-block .d-flex {
        justify-content: center;
        align-items: center;
    }

    .partners-logo-block .separator:first-child .partners-logo:first-child {
        padding: 0;
    }

    .partners-logo-block .partners-logo {
        padding: 20px 0px;
        width: 100%;
    }

    .inner-banner .content {
        top: 10px;
    }

    .partner-logo-image img {
        height: 90px;
    }

    /* 9th December 2022 starts */
    .logos-holder {
        justify-content: center;
        flex-direction: column;
    }

    .logos-holder .logo-item, .logos-holder .logo-item:nth-last-child(-n+2) {
        margin: 0 0 30px 0;
        text-align: center;
    }

    .banner-inner-section .inner-banner .bannerTitle {
        font-size: 26px;
        line-height: 31px;
        margin-bottom: 12px;
    }

    .banner-inner-section .inner-banner .content {
        width: 100%;
    }

    .banner-inner-section .inner-banner .content {
        top: 58%;
    }

    .banner-inner-section .inner-banner .bannerdes {
        font-size: 17px;
        line-height: 22px;
    }

    .logos-holder .logo-item img {
        height: auto;
        width: 100%;
    }

    .restricted-access .content, .restricted-access .content:last-child {
        padding: 25px;
    }

    .logos-holder .logo-item {
        width: 160px;
        height: 70px;
        margin: 0 auto 20px;
        display: flex;
        align-items: center;
    }

    .logos-holder .logo-item, .logos-holder .logo-item:nth-last-child(-n+2) {
        margin: 0 auto 20px
    }

    .logos-holder .logo-item:last-child {
        margin-bottom: 20px;
    }

    .restricted-access .content h2 {
        margin-bottom: 20px;
        line-height: 35px;
    }

    .restricted-access .content ul {
        margin-bottom: 35px;
    }

    .restricted-access .content:first-child h2:before {
        top: 17px;
    }

    /* 9th December 2022 ends */
}

@media screen and (max-width: 480px) {
    .banner-section .banner-content h2 {
        font-size: 26px;
        line-height: 33px;
    }

    /* .navbar-collapse.active .navbar-nav {
        padding: 85px 0 0;
    } */

    .mobile-search .search-block {
        max-width: 85%;
        margin: 40px auto 0;
    }
}

@media screen and (max-width: 420px) {
    .banner-section .banner-content h2 {
        font-size: 22px;
        line-height: 28px;
        margin: 0 auto 15px;
    }

    .banner-section .banner-content p {
        font-size: 16px;
        line-height: 21px;
    }

    .banner-section .banner-content .banner-button {
        margin: 30px 0 0;
    }

    .banner-section .banner-content {
        top: 55%;
    }

    .banner-section .banner-content .banner-button {
        margin: 45px 0 0;
    }

    header .header-right h2 {
        padding-right: 8px;
    }

    header .header-right .button {
        margin-left: 8px;
    }

    header .navbar-brand {
        width: 140px;
        padding: 0;
    }

    .select-dropdown {
        top: -3px;
    }
}

@media screen and (max-width: 360px) {
    .banner-section .banner-content {
        top: 58%;
    }

    .mobile-icons .language-dropdown {
        margin-right: 40px;
    }
}


/* Only Safari 10.1+ */
/* @media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {

        .footer-top-right .btn-submit {
            right: 5px;
            left: auto;
            margin-right: -10px;
        }

        .footer-top-right .inputfield {
            padding: 7px 45px 7px 20px;
        }
    }
} */

/* .partners [data-aos^=fade][data-aos^=fade].aos-animate {
    transform: none;
    opacity: 1;
    transition: none;
}
.partners [data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] { transition: none;} */

.partners [data-aos^=fade][data-aos^=fade] {
    opacity: 1;
    transform: none;
}

/*17/12/2022*/
a.banner-anchor h2:hover {
    color: #efefef;
}

.banner-inner-section, .join-onversation, .restricted-access, .banner-section, .explore-adsw, .attend-adsw, .latest-adsw, .partners-new {
    margin: 0 auto;
}

.banner-inner-section .inner-banner .bannerdes {
    margin: 0 auto;
    max-width: 100%;
}

.join-onversation .conversation-block:before {
    height: 15px;
}

.btn-outline-blue:hover, .btn-outline-blue:focus, .btn-outline-blue:active {

    color: #fff !important;

}

.inner-page-content.adsw-eventss .highlighted-text {
    font-family: 'Avenir LT Std';
    font-weight: normal;
    font-style: normal;
    color: #535353;
    font-size: large;
    line-height: 1.4;
    font-weight: 900;
}

.inner-page-content.adsw-eventss p {
    font-family: 'Avenir LT Std';
    font-weight: normal;
    font-style: normal;
    font-size: large;
    line-height: 1.4;
}

@media screen and (max-width: 991px) {
    .newsletter-banner-container {
        margin-top: 40px;
    }
}

.banner-section .banner-content h2 {
    max-width: 820px;
}

/* @media screen and (max-width: 1580px) { */

    /* .banner-section .banner-content h2 { */
        /* line-height: 64px; */
    /* } */
/* } */

.insights-item .insights-item-overlay {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.06) 22%, rgba(0, 0, 0, 0.08) 25%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.06) 22%, rgba(0, 0, 0, 0.08) 25%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.06) 22%, rgba(0, 0, 0, 0.08) 25%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f000000', endColorstr='#a6000000', GradientType=0);
}

.event-item .event-overlay {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.11) 48%, rgba(0, 0, 0, 0) 58%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.11) 48%, rgba(0, 0, 0, 0) 58%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.11) 48%, rgba(0, 0, 0, 0) 58%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}

.event-listing .event-blocks-wrapper .event-block .event-title-wrapper .event-title {
    line-height: 3rem;
    max-height: 8rem;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

@media (min-width: 1632px) {
    .event-listing .event-blocks-wrapper .event-block .event-title-wrapper .event-title {
        line-height: 3rem;
        max-height: 8rem;
        -webkit-box-orient: vertical;
        display: block;
        display: -webkit-box;
        overflow: hidden !important;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
    }
}

.event-listing .event-blocks-wrapper .event-block .event-title-wrapper {
    min-height: 6.8rem;
}

@media screen and (max-width: 575px) {

    .event-listing .event-blocks-wrapper .event-block .event-title-wrapper .event-title {
        line-height: 3rem;
        max-height: unset;
        -webkit-box-orient: vertical;
        display: block;
        display: block;
        overflow: visible !important;
        text-overflow: unset;
        -webkit-line-clamp: 2;
    }

    .event-listing .event-blocks-wrapper .event-block .event-title-wrapper {
        min-height: unset;
    }
}



/* 22nd December 2022 starts */
.join-onversation .conversation-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.restricted-access .content.content-v2:last-child {
    border-radius: 10px 10px 0px 0px;
}

.restricted-access .content.content-v2 h2 {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 38px;
    color: #fff;
    margin: 0 0 20px 0;
}

.restricted-access .content.content-v2 h2 span {
    font-size: 29px;
    line-height: 34px;
    display: block;
}

.restricted-access .content.content-v2 h3 {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    margin: 0 0 20px 0;
}

.restricted-access .content.content-v2 p a {
    color: #45c8e0 !important;
    font-weight: 900;
}

.restricted-access .content {
    max-width: 800px;
}

.logos-holder .logo-item img {
    height: auto;
    width: 85%;
}

.logos-holder {
    margin: 0;
}

.restricted-access .content:first-child {
    border-radius: 0px 0px 10px 10px;
}

.restricted-access .content {
    max-width: 100%;
}

.logos-holder .logo-item img {
    width: 68%;
}

.logos-holder .logo-item {
    text-align: center;
}

@media screen and (max-width: 1366px) {
    .logos-holder {
        margin: 0;
    }
}

@media screen and (max-width: 1280px) {
    .restricted-access .content, .restricted-access .content:last-child {
        padding: 50px 55px;
    }
}

@media screen and (max-width: 991px) {
    .join-onversation .col-lg-6:first-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .join-onversation .col-lg-6:first-child {
        margin-bottom: 16px;
    }

    .logos-holder .logo-item:nth-last-child(-n+2), .logos-holder .logo-item:last-child {
        margin: 0 auto;
    }

    .logos-holder .logo-item {
        text-align: center;
        width: 300px;
    }

    .logos-holder .logo-row .logo-item, .logos-holder .logo-row:last-child .logo-item {
        margin-bottom: 30px;
    }

    .logos-holder .logo-row:last-child .col-lg-4:last-child .logo-item {
        margin-bottom: 0;
    }

    .restricted-access .content, .restricted-access .content:last-child {
        padding: 35px;
    }
}

@media screen and (max-width: 580px) {
    .logos-holder .logo-item {
        height: auto;
        width: 210px;
    }

    .logos-holder .logo-item img {
        width: 100%;
    }

    .restricted-access .content.content-v2 h2 {
        font-size: 37px;
        line-height: 36px;
    }

    .restricted-access .content.content-v2 h2 span {
        font-size: 24px;
        line-height: 27px;
    }

    .restricted-access .content, .restricted-access .content:last-child {
        padding: 25px;
    }
}

@media screen and (max-width: 380px) {
    .logos-holder .logo-item {
        width: auto;
    }
}

/* 22nd December 2022 ends */
.banner-section .banner-content h2 { line-height: 52px;}
@media screen and (max-width: 1066px) { line-height: 45px;  }
@media screen and (max-width: 850px) { line-height: 37px }
@media screen and (max-width: 767px) { .banner-section .banner-content h2 { line-height:29px;}
@media screen and (max-width: 600px) { .banner-section .banner-content h2 {
    line-height: 37px;
}}
@media screen and (max-width: 400px) {
.banner-section .banner-content h2{     line-height: 33px;}
}
@media screen and (max-width: 420px) {
.banner-section .banner-content h2 {
    line-height: 28px;
}

}
@media screen and (max-width: 992px) {
    .navbar-expand-lg .navbar-toggler, .header-left .navbar-toggler { display: block;}
    .navbar-expand-lg .navbar-nav { flex-direction: column;}
}