:root {
    --main-color: #2fa7df;
    --black: #000;
    --light-gray: #f2fbff;
    --text-gray: #6E6E6E;
    --drak-gray: #071C27;
    --dark-gray-bg: #000;
    --white: #fff;
    --heading-font:
        'Oswald', sans-serif;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    /* color: var(--drak-gray); */
    /* font-size: 14px; */
}

a {
    text-decoration: none;
    transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    color: var(--main-color);
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.w-100 {
    width: 100% !important;
}


.section-padding {
    padding: 60px 0;
}

.light-gray {
    background: var(--light-gray);
}

.dark-gray-bg {
    background: var(--dark-gray-bg);
}

.white {
    color: var(--white) !important;
}

.text-center {
    text-align: center;
}

.p-18 {
    font-size: 18px;
    line-height: 28px;
}

/* Top Header CSS Start Here */
.top-head {
    /* background: var(--white); */
    border-bottom: 1px solid #d5d5d5;
    padding: 5px 0;
    position: relative;
    /* z-index: 9; */
}

.top-menu li {
    padding: 0 10px;
    position: relative;
}

.top-menu li:first-child {
    padding-left: 0;
}

.top-menu li:first-child::before {
    display: none;
}

.top-menu {
    width: 98%;
}

.top-menu ul {
    overflow-x: auto;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.top-menu ul::-webkit-scrollbar {
    display: none;
}

.top-menu li a {
    color: #afafaf;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
}

.top-menu li a:hover {
    color: var(--black);
}

.top-menu li:last-child {
    padding-right: 0;
}

.inner-container {
    max-width: 1062px;
    margin: 0 auto;
}

.bg-wrapper {
    background: url(../img/texture-bg.jpg) no-repeat center center;
    background-size: cover;
}

header {
    /* background: linear-gradient(0deg, #2fa7df, #116c97); */
    /*padding: 27px 0;
    border-bottom: 1px solid #282828; */
    position: relative;
    z-index: 9;
}

.logo {
    padding: 27px 0;
}

.banner-wrap {
    padding-bottom: 170px;
}

.banner-content h4 {
    font-family: var(--heading-font);
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    /* text-shadow: 3px 3px 3px #00000085; */
}

.banner-content h4 span {
    font: 14px 'Poppins', sans-serif;
    color: #D0CDCD;
}

.banner-content .register-row p {
    font-weight: normal;
    margin: 0;
}

.banner-content .register-row p b {
    font-size: 23px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.curve-bg {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDkwMCAxMjYiIHdpZHRoPSI5MDAiIGhlaWdodD0iMTI2Ij4KCTx0aXRsZT5sYXllcmVkLXdhdmVzLXN2ZzwvdGl0bGU+Cgk8c3R5bGU+CgkJLnMwIHsgZmlsbDogIzYzYzNlZiB9IAoJCS5zMSB7IGZpbGw6ICMyZmE3ZGYgfSAKCTwvc3R5bGU+Cgk8cGF0aCBpZD0iTGF5ZXIiIGNsYXNzPSJzMCIgZD0ibTAgN2wzMCAyLjJjMzAgMi4xIDkwIDYuNSAxNTAgOC42IDYwIDIuMiAxMjAgMi4yIDE4MC0xLjUgNjAtMy42IDEyMC0xMSAxODAtMTQuMSA2MC0zLjIgMTIwLTIuMiAxODAgMS41IDYwIDMuNiAxMjAgMTAgMTUwIDEzLjFsMzAgMy4ydjEwN2gtMzBjLTMwIDAtOTAgMC0xNTAgMHEtOTAgMC0xODAgMC05MCAwLTE4MCAwLTkwIDAtMTgwIDBjLTYwIDAtMTIwIDAtMTUwIDBoLTMweiIvPgoJPHBhdGggaWQ9IkxheWVyIiBjbGFzcz0iczEiIGQ9Im0wIDczbDMwLTFjMzAtMSA5MC0zIDE1MC0zLjMgNjAtMC40IDEyMCAxIDE4MCAyLjEgNjAgMS4yIDEyMCAyLjIgMTgwIDAgNjAtMi4xIDEyMC03LjUgMTgwLTEwIDYwLTIuNSAxMjAtMi4xIDE1MC0ybDMwIDAuMnY2OGgtMzBjLTMwIDAtOTAgMC0xNTAgMHEtOTAgMC0xODAgMC05MCAwLTE4MCAwLTkwIDAtMTgwIDBjLTYwIDAtMTIwIDAtMTUwIDBoLTMweiIvPgo8L3N2Zz4=);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 65px;
    position: absolute;
    top: -65px;
}

.register-row span {
    /* padding-right: 10px; */
    /* display: inline-block; */
}

.register-row .price {
    color: #9B9B9B;
    font-size: 24px;
    display: inline-block;
    text-decoration: line-through;
    vertical-align: middle;
}

.register-row .discount-price {
    font-size: 17px;
    vertical-align: middle;
    margin-left: 0;
    font-weight: 400;
    text-decoration: none;
    margin-top: 24px;
    display: block;
    font-family: var(--heading-font);
}

.register-btn {
    display: inline-block;
    padding: 11px 40px;
    color: var(--white);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .5s ease 0s;
    border: 1px solid transparent;
    border-radius: 3px;
    background: #ED1B24;
    margin-top: 30px;
}

.register-btn:hover {
    background: var(--main-color);
    color: var(--white);
}

.intro-para {
    /* max-width: 85%; */
    /* margin: 0px auto; */
    font-size: 20px;
    background: var(--main-color);
}

.heading-title {
    font-family: var(--heading-font);
    font-size: 29px;
    line-height: 47px;
    font-weight: bold;
    max-width: 78%;
    margin: 0px auto;
}

.black-shape,
.black-shape02,
.shape04 {
    position: absolute;
    top: -73px;
    left: 0;
}

.black-shape02 {
    top: inherit;
    bottom: -100px;
}

.shape04 {
    top: -150px;
}

.top-sec {
    position: relative;
}

.banner-content {
    /* max-width: 85%; */
    /* margin: 0 auto; */
    /* height: calc(100vh - 130px); */
    align-items: center;
    /* display: flex; */
    /* flex-direction: column; */
    justify-content: space-around;
}

.banner-img {
    position: absolute;
    right: 20px;
    top: 0;
}

.arrow-shape {
    position: absolute;
    top: 0;
    animation: jumpInfinite 2s infinite;
}

.shape1 {
    right: 0;
    animation: jumpInfinite 3s infinite;
}

.shape2 {
    top: 50%;
}

.shape3 {
    top: 0;
    right: 5%;
    animation: jumpInfinite 2.5s infinite;
}

@keyframes jumpInfinite {
    0% {
        margin-top: 0;
    }

    50% {
        margin-top: 20px;
    }

    100% {
        margin-top: 0;
    }
}

.promo-video {
    position: relative;
    margin: 0 auto 30px;
    position: relative;
    padding-top: 56.3%;
    z-index: 9;
}

.promo-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}



.banner-wrap h1 {
    font-size: 60px;
    line-height: 68px;
    color: #2c1b0b;
    font-weight: 500;
    font-family: var(--heading-font);
    text-transform: uppercase;
}

.banner-wrap h1 span {
    color: var(--main-color);
}

.banner-wrap h3 {
    color: var(--white);
    font-size: 24px;
    text-shadow: 3px 3px 3px #00000085;
    text-transform: uppercase;
    margin-top: -50px;
}

.banner-wrap h3 span {
    display: block;
    font-size: 30px;
    font-weight: bold;
    margin-top: 13px;
}

.intro-para p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--white);
    /* text-shadow: 1px 5px 7px #00000085; */
}

.register {
    background: transparent linear-gradient(112deg, #0686EA 0%, #D02761 100%) 0% 0%;
    border-radius: 26px;
    font: normal normal bold 16px/16px 'Orbitron';
    letter-spacing: 0.32px;
    color: #FFFFFF;
    text-align: center;
    padding: 15px 21px;
    margin-right: 10px;
    font-weight: normal;
}

.register:hover {
    color: #fff;
    background: transparent linear-gradient(112deg, #0686EA 0%, #0686EA 100%) 0% 0%;
}

.back-btn {
    border: 1px solid var(--main-color);
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 500;
    color: var(--black);
    text-decoration: none;
    font-size: 15px;
    transition: 0.2s ease-in;
    display: flex;
    background: transparent;
    align-items: center;
    font-family: var(--heading-font);
}

.back-btn svg {
    padding: 3px;
    margin-left: 6px;
}

.back-btn:hover {
    background: #d1d1d1;
    color: var(--black);

}

/* Top Content CSS Start Here */
.top-content-wrap figure {
    position: relative;
    margin: 60px 0;
}

.top-content h3 {
    font-size: 50px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 25px;
}

.top-content p {
    color: var(--white);
    line-height: 28px;
    font-size: 18px;
}

.content-right {
    padding-left: 50px;
}

.top-content .content-right p {
    margin: 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: 800;
    color: var(--white);
    text-transform: uppercase;
}

.content-right p span {
    background: var(--main-color);
    padding: 0 5px;
}

.more-text {
    margin-top: 30px;
}

.more-text a {
    text-decoration: underline;
    transition: all .5s ease 0s;
    font-size: 18px;
    font-weight: 500;
    color: var(--main-color);
    padding: 0;
}

.more-text a:hover {
    color: var(--main-color);
}

/* Top Content CSS End Here */

/* Most Powerful Women CSS Start Here */
.winners {
    position: relative;
    /* padding-top: 160px; */
}


.winners .head h2 {
    font-size: 55px;
    color: var(--white);
    font-weight: 600;
    font-family: var(--heading-font);
}

.winners ul li {
    width: 25%;
    margin-top: 50px;
}

.winners-col {
    max-width: 255px;
    width: 100%;
    margin: 0 auto;
}

.winners-col .badge {
    border-radius: 5px;
    background: #2d1a2e;
    font-size: 12px;
    padding: 0;
    display: inline-block;
    padding: 8px 10px;
    border-radius: 50px;
    margin-bottom: 14px;
    color: #adacac;
}

.winners-col figure {
    margin: 0 0 35px;
    position: relative;
    margin-right: 10px;
    background-image: linear-gradient(-24deg, #c136a9 0%, #c136a9 21%, #0e83e7 100%);
    text-align: center;
}

.mpw-profile-info .profile-pic {
    position: relative;
}

.winners-col figure:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 17px solid #000;
    border-bottom: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    z-index: 9;
    right: 0;
    border-right: 17px solid #000;
}

.winners-col figure:after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 17px solid transparent;
    border-bottom: 17px solid #000;
    border-right: 17px solid transparent;
    position: absolute;
    z-index: 9;
    left: 0;
    border-left: 17px solid #000;
    bottom: 0;
}

.winners-col figure img {
    position: relative;
    height: 315px;
    object-fit: cover;
}

.winners-col h4 {
    font-size: 18px;
    color: var(--white);
    /* text-align: center; */
    transition: all .5s ease 0s;
    font-family: var(--heading-font);
    font-weight: bold;
}

.winners-col span {
    /* text-align: center; */
    display: block;
    font-size: 12px;
    color: #B1B1B1;
}

.photo-gallery .swiper .swiper-button-prev,
.photo-gallery .swiper .swiper-button-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: var(--white);
    font-size: 15px;
    position: absolute;
    top: 58%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-gallery .swiper .swiper-button-prev.swiper-button-disabled,
.photo-gallery .swiper .swiper-button-next.swiper-button-disabled {
    background: var(--white);
    opacity: 1;
    border: 1px solid #cbcbcb;
}

.photo-gallery .swiper .swiper-button-prev {
    transform: rotate(180deg);
    left: 10px;
}

.photo-gallery .swiper .swiper-button-prev svg,
.photo-gallery .swiper .swiper-button-next svg {
    fill: var(--white);
}


/* Profile Detail CSS */
.about-profile {
    padding-left: 80px;
}

.about-profile h3 {
    font-size: 42px;
    color: var(--white);
    font-weight: 700;
    margin-bottom: 30px;
}

.about-profile h3 span {
    display: block;
    color: #5A5757;
}

.about-profile h3 small {
    display: block;
    font-size: 22px;
    margin-top: 10px;
    font-weight: normal;
}

.about-profile p {
    font-size: 16px;
    line-height: 26px;
    color: var(--white);
    margin: 0 0 30px;
}

.social-share {
    margin-top: 50px;
}

.social-share .follow span {
    font-size: 18px;
    color: #5A5757;
}

.social-share .follow a {
    display: inline-block;
    margin: 0 8px;
}

/* Profile Detail CSS */
/* Most Powerful Women CSS End Here */
/* Videobox CSS Start Here */
.videobox {
    position: relative;
    margin: 100px 0 50px;
    z-index: 9;
    background: rgb(86 86 86 / 50%);
}

.videobox-text {
    padding: 30px 25px 30px 0;
}

.videobox-text h3 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 25px;
}

.videobox-text p {
    color: var(--white);
    font-size: 17px;
    line-height: 20px;
}

.video-thumb {
    position: relative;
    display: block;
}

.video-thumb img {
    width: 100%;
}

.video-time {
    background: var(--black);
    padding: 3px 7px;
    color: var(--white);
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 2px 2px 0;
}

.playicon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

/* Videobox CSS End Here */
/* Photo CSS Start Here */
.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.photo-gallery .swiper-slide img {
    display: block;
    width: 100%;
    height: 1005;
    object-fit: cover;

}

.photo-gallery .mySwiper .swiper-slide img {
    height: 117px;
    object-fit: cover;
}

.photo-gallery .swiper-slide.swiper-slide-thumb-active img {
    border: 2px solid var(--main-color);
}

/* Photo CSS End Here */

/* Sponsor Section CSS Start Here */
.main-title {
    font-size: 45px;
    line-height: 60px;
    /* color: var(--white); */
    margin-bottom: 27px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    font-family: var(--heading-font);
}

.sponsor-sec {
    /* padding-bottom: 150px; */
    position: relative;
}

.sponsors li {
    width: 33.333%;
    padding: 20px;
    min-height: 150px;
    text-align: center;
    border-bottom: 1px solid #C7CBD0;
    border-left: 1px solid #C7CBD0;
}

.sponsors li:last-child {
    margin: 0 auto;
    text-align: center;
    border-bottom: none;
}

.sponsors li p {
    opacity: .7;
    font-size: 13px;
}

/* Sponsor Section CSS End Here */

.rotation-msg {
    display: none;
    background-color: #333399;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.rm-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 470px;
}

.rotation-img {
    text-align: center;
    margin-bottom: 10px;
}

.rotation-img img {
    width: 200px;
}

/* Agenda Section CSS Start Here */
.agenda-sec {
    position: relative;
    /* padding-top: 80px; */
}

.agenda-sec h5 {
    font-size: 35px;
    font-family: var(--heading-font);
    margin-bottom: 50px;
    font-weight: 600;
}

.agenda-sec h2 {
    color: var(--text-gray);
    font-size: 48px;
    font-family: var(--heading-font);
    padding-left: 88px;
}

.agenda-sec .select2-container--bootstrap-5 .select2-selection--single {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE2IDE2IiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPgoJPHRpdGxlPmRvd25sb2FkLXN2ZzwvdGl0bGU+Cgk8c3R5bGU+CgkJLnMwIHsgZmlsbDogbm9uZTtzdHJva2U6ICNmZmZmZmY7c3Ryb2tlLWxpbmVjYXA6IHJvdW5kO3N0cm9rZS1saW5lam9pbjogcm91bmQ7c3Ryb2tlLXdpZHRoOiAyIH0gCgk8L3N0eWxlPgoJPHBhdGggaWQ9IkxheWVyIiBjbGFzcz0iczAiIGQ9Im0xNCA1bC02IDYtNi02Ii8+Cjwvc3ZnPg==")
}

.agenda-details {
    position: relative;
    /* padding-top: 63px; */
    padding-top: 0;

}

.agenda-details h3 {
    color: var(--white);
    font-size: 24px;
    font-weight: 600;
    /* font-family: var(--heading-font); */
}

.agenda-time {
    font-size: 18px;
    color: var(--white);
    /* margin: 63px 0 0; */
    margin: 0;
    font-weight: 400;
    /* font-family: var(--heading-font); */
}

.top-badge {
    border-radius: 60px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
    position: absolute;
    top: 0;
}

.agenda-date span {
    font-size: 24px;
    font-weight: 450;
    display: block;
    font-family: var(--heading-font);
}

.agenda-date p {
    font-size: 16px;
    color: var(--white);
    /* font-weight: 300; */
}

.agenda-info {
    width: 100%;
    border: 1px solid #888888;
    margin: 0 auto 30px;
    position: relative;
    z-index: 1;
}


.corner-shape {
    position: absolute;
    right: 80px;
    top: 60px;
}

.agenda-shape {
    position: absolute;
    animation: jumpInfinite 2.5s infinite;
    z-index: 9;
}

.shape5 {
    right: -36px;
    top: 118px;
}

.shape6 {
    left: -36px;
    top: 12%;
}

.shape7 {
    right: 50px;
    top: 45%;
}

.shape8 {
    left: -35px;
    top: 33.3%;
}

.shape9 {
    right: -37px;
    bottom: 0.8%;
}

.shape10 {
    left: 45px;
    bottom: 4.8%;
}

.agenda-info .agenda-content {
    position: relative;
}

.agenda-info .agenda-content:before {
    content: "";
    width: calc(100% - 226px);
    height: 12px;
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    margin: auto;
    background: transparent linear-gradient(91deg, #0686EA 0%, #D02761 100%);
    border-radius: 50px;
}

.agenda-row {
    border-top: 1px solid #232629;
    padding: 60px 115px;
}

.agenda-row:first-child {
    border-top: none;
    /* padding-top: 0; */
}


.speakers-info {
    margin-top: 32px;
}

.speakers-info h4 {
    color: var(--white);
    font-size: 18px;
    margin-bottom: 35px;
    font-weight: normal;
}

.speakers-info ul li {
    width: 50%;
    display: flex;
    margin-bottom: 40px;
}

.speakers-info ul li figure {
    margin: 0 12px 0 0;
    width: 65px;
}

.speakers-info ul li figure img {
    border-radius: 100%;
    border: 3px solid var(--white);
}

.speakers-info ul li .name {
    width: calc(100% - 65px);
    padding-right: 10px;
}

.speakers-info ul li .name p {
    margin: 0 0 3px;
    font-size: 18px;
    color: var(--white);
    font-weight: 500;
}

.speakers-info ul li .name span {
    color: #979797;
    font-size: 14px;
}

/* Agenda Section CSS End Here */

/* Visual Stories CSS Start Here */
.main-title02 {
    color: var(--black);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
}

.visual-stories .main-title02,
.videos .main-title02 {
    margin-bottom: 0;
}

.vs-carousel,
.videos-carousel {
    padding-top: 80px;
    margin-top: -55px;
}

.videos-carousel.swiper .swiper-button-prev,
.videos-carousel.swiper .swiper-button-next {
    top: 10%;
}

.vs-carousel .swiper-slide figure,
.swiper-slide .video-thumb {
    margin-bottom: 8px;
    position: relative;
}

.vs-carousel .swiper-slide figure svg {
    position: absolute;
    top: 8px;
    left: 10px;
}

.vs-carousel .swiper-slide h5,
.videos-carousel .swiper-slide h5 {
    font-size: 14px;
    line-height: 18px;
}

.vs-carousel .swiper-slide h5 a,
.videos-carousel .swiper-slide h5 a {
    color: var(--black);
    font-weight: 600;
}

.vs-carousel .swiper-slide h5 a:hover,
.videos-carousel .swiper-slide h5 a:hover {
    color: var(--main-color);
}

.vs-carousel .swiper-slide .time {
    font-size: 12px;
    color: #5F6571;
}

.vs-carousel .swiper-pagination,
.videos-carousel .swiper-pagination {
    top: 0;
    bottom: inherit;
    height: auto;
    width: auto;
    right: 0;
    left: inherit;
}

.vs-carousel .swiper-pagination span,
.videos-carousel .swiper-pagination span {
    width: 8px;
    height: 8px;
    background: #5F6571;
    opacity: 1;
}

.vs-carousel .swiper-pagination span.swiper-pagination-bullet-active,
.videos-carousel .swiper-pagination span.swiper-pagination-bullet-active {
    background: var(--main-color);
}

.play-icon {
    position: absolute;
    top: 52%;
    transform: translate(-50%, -50%);
    left: 50%;
}

/* Visual Stories CSS End Here */

/* Multi Section CSS Start Here */
.about-bank-summit h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    color: #6E6E6E;
}

.summit-content p {
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
}

.summit-content .readmore {
    font-size: 15px;
    color: var(--main-color);
    font-weight: 500;
    display: inline-block;
    margin-top: 10px;
    position: relative;
}

/* Speaker Section CSS Start Here */
.videos-sec {}

.videos-sec .main-title {
    margin: 0;
}

.multi-sec .main-title {
    font-size: 40px;
    color: #9A9A9A;
    font-weight: 500;
}

.over-the-years .main-title {
    color: #9A9A9A;
    position: relative;
}

.speaker-carousel,
.overyear-carousel {
    padding-bottom: 50px;
    padding-top: 100px;
    margin-top: -75px;
}

.overyear-carousel {
    padding-bottom: 0;
}

.speaker-carousel .swiper-slide a:hover p,
.speaker-carousel .swiper-slide a:hover p span {
    color: var(--main-color);
}

.speaker-carousel h5,
.speaker-carousel p {
    font-size: 20px;
    margin: 20px 0 0;
    line-height: 25px;
    color: #000000;
    font-weight: 700;
}

.speaker-carousel h5 span,
.speaker-carousel p span {
    color: #000;
    font-size: 15px;
    display: block;
    font-weight: normal;
    margin-top: 5px;
}

.speaker-carousel img {
    border-radius: 20px;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal {
    bottom: 0;
    top: auto;
    height: 3px;
    background: #dfdfdf;

}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #404040;
}

.swiper .swiper-button-prev.swiper-button-disabled,
.swiper .swiper-button-next.swiper-button-disabled {
    background: var(--white);
    opacity: 1;
    border: 1px solid #cbcbcb;
}

.swiper .swiper-button-next svg,
.swiper .swiper-button-prev svg {
    fill: #fff;
    width:auto;
    height:auto;
}

.swiper .swiper-button-prev.swiper-button-disabled svg,
.swiper .swiper-button-next.swiper-button-disabled svg {
    fill: #ccc;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    /* border: 2px solid var(--white); */
    border-radius: 50%;
    color: var(--white);
    font-size: 15px;
    position: absolute;
    top: 6%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
}

.overyear-carousel .swiper-button-prev,
.overyear-carousel .swiper-button-next {
    border: none;
}

.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
    display: none;
}

.swiper .swiper-button-prev {
    left: inherit;
    right: 60px;
    transform: rotate(180deg);
}


/* Speaker Section CSS End Here */
/* Event Highlights CSS Start Here */
.overyear-carousel .swiper-slide {
    text-align: center;
    padding-bottom: 26px;
}

.overyear-carousel .swiper-slide h5 {
    font-size: 15px;
    line-height: normal;
    background: #fff;
    border-radius: 60px;
    text-align: center;
    padding: 10px 20px;
    font-weight: 600;
    color: #000000;
    box-shadow: 0 3px 10px #00000029;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 25%);
}

.overyear-carousel .swiper-slide h5 a {
    color: var(--white);
}

/* Event Highlights CSS End Here */
/* Articles CSS Start Here */
.bot-article {
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
}

.bot-article h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.bot-article h4 a {
    color: var(--white);
}

.bot-article p {
    font-size: 17px;
    line-height: 23px;
    color: var(--white);
    margin: 0;
    /* opacity: 0.8; */
}

.more-articles {
    border-top: 1px solid #e1e1e1;
    padding-top: 30px;
    margin-top: 30px;
}

.article-col figure {
    max-width: 185px;
    width: 100%;
}

.article-col div {
    width: calc(100% - 200px);
    padding-left: 12px;
}

.article-col div p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-weight: normal;
}

.article-col div p a {
    color: var(--white);
    font-weight: bold;
}

.article-col div p a:hover,
.bot-article h4 a:hover {
    color: var(--main-color);
}

/* Articles CSS End Here */

/* Best Banks CSS Start Here */
.bestbanks-sec h2 a {
    font-size: 32px;
    line-height: 44px;
    color: var(--black);
    font-weight: 600;
}

.bestbanks-sec h6 a {
    font-size: 16px;
    line-height: 24px;
    color: var(--black);
    font-weight: normal;
}

.bestbanks-sec h2 a:hover,
.bestbanks-sec h6 a:hover {
    color: var(--main-color);
}

.bestbanks-sec .img-wrapper {
    border: 1px solid #838ea4;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
}

.bestbanks-sec img {
    border-radius: 6px;
    width: 100%;
}

.bestbanks-sec .img-wrapper h5 {
    font-weight: 600;
    color: #838ea4;
    font-size: 14px;
}

/* Best Banks CSS End Here */

/* Methodology CSS Start Here */
.methodology h3 {
    font-size: 40px;
    color: #121314;
    font-weight: normal;
    margin-bottom: 20px;
}

.methodology p {
    font-size: 17px;
    line-height: 26px;
    color: var(--black);
}

.methodology .more-text {
    display: inline-block;
    margin-top: 20px;
    position: relative;
}

.read-more-btn {
    border: 1px solid var(--black);
    border-radius: 4px;
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
    text-decoration: none;
}

.read-more-btn:hover {
    background: var(--black);
    color: var(--white);
}

.read-more-btn svg,
.readmore svg {
    transform: rotate(90deg);
    margin-top: -7px;
}

.read-more-btn.active svg,
.readmore.active svg {
    transform: rotate(270deg);
    margin-top: 2px;
    ;
}

/* Methodology CSS End Here */

/* Bt Footer */
#bt-footer {
    width: 100%;
    display: inline-block;
    background-color: #15191C;
    padding: 40px 4% 0;
    box-sizing: border-box;
}

#bt-footer .toprow {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#bt-footer .toprow ul.social {
    list-style: none;
    float: right;
    padding: 0;
    margin: 0;
}

#bt-footer .toprow ul.social li {
    display: inline;
    margin-left: 30px;
}

#bt-footer .toprow ul.social li a {
    border: 1px solid #ffffff3d;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
}

#bt-footer .toprow ul.social li a:hover {
    background: #000;
}

#bt-footer .toprow ul.social li.fb svg {
    width: 12px;
    /* height: 28px; */
    fill: #b1b4b9;
}

#bt-footer .toprow ul.social li.tw svg {
    width: 18px;
    /* height: 28px; */
    fill: #b1b4b9;
}

#bt-footer .toprow ul.social li.rss img {
    width: 14px;
}

#bt-footer .toprow ul.social li.yt img {
    width: 16px;
}

#bt-footer .footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 25px 0 15px;
    border-bottom: 1px solid #46494e;
    padding-bottom: 25px;
    border-top: 1px solid #46494e;
    padding-top: 25px;
}

#bt-footer .footer-nav .fcol {
    width: 20%;
}

#bt-footer .footer-nav .fcol:first-child {
    width: 160px;
    border-left: 0;
    padding-left: 0;
}

#bt-footer .footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#bt-footer .footer-nav ul li {
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 8px 0;
}

#bt-footer .footer-nav ul li a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}

#bt-footer .footer-nav .fcol:last-child {
    width: 90px;
}

#bt-footer .footer-nav ul li a:hover {
    color: var(--main-color);
}

#bt-footer .footer-bot-nav {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #46494e;
}

#bt-footer .footer-bot-nav ul {
    padding: 0px 0 17px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#bt-footer .footer-bot-nav ul li {
    width: auto;
    display: inline;
    padding-left: 35px;
}

#bt-footer .footer-bot-nav ul li:first-child {
    padding-left: 0;
}

#bt-footer .footer-bot-nav ul li a {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    position: relative;
}

#bt-footer .footer-bot-nav ul li a:after {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    width: 1px;
    height: 13px;
    position: absolute;
    right: -50px;
    top: 4px;
}

#bt-footer .footer-bot-nav ul li:last-child a:after {
    display: none;
}

#bt-footer .footer-bot-nav ul li a:hover {
    color: var(--main-color);
}

#copyright {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #15191C;
}

#copyright p {
    font-size: 13px;
    line-height: normal;
    color: #fff;
    margin-bottom: 0;
    padding: 25px 0;
    font-weight: 300;
}

.share-icons {
    position: absolute;
    bottom: 40px;
    z-index: 9999;
    display: none;
    transition: .5s;
}

.share-icons.active {
    display: block;
}

.share-list {
    position: relative;
}



/* Responsive */
@media screen and (max-width:1024px) and (orientation:landscape) {
    .rotation-msg {
        display: block;
    }

    body,
    html {
        overflow: hidden;
    }
}

@media screen and (max-width: 1199px) {
    .inner-container {
        max-width: 100%;
        padding: 0 15px;
    }

    .top-sec h1 {
        font-size: 60px;
        line-height: 70px;
        text-transform: uppercase;
    }

    .top-sec h1 span small {
        font-size: 45px;
    }

    .top-content-wrap figure::before {
        width: 120px;
        height: 120px;
        left: -28px;
        top: -28px;
    }

    .banner-wrap {
        overflow: hidden;
    }

    .banner-img {
        top: 70px;
    }

    .banner-img img {
        max-width: 300px;
    }

    .agenda-info {
        width: calc(100% - 50px);
    }

    .company-bg svg {
        width: 100%;
    }

    .speaker-carousel .swiper-button-prev,
    .speaker-carousel .swiper-button-next,
    .event-video-carousel .swiper-button-prev,
    .event-video-carousel .swiper-button-next {
        top: 8%;
    }

    .white-shape,
    .black-shape,
    .black-shape02,
    .shape04 {
        width: 70%;
    }

    .arrow-shape svg,
    .corner-shape svg,
    .agenda-shape svg {
        width: 40px;
    }

    .shape6 {
        left: -18px;
    }

    .shape7 {
        right: -21px;
    }

    .agenda-row {
        padding: 60px 40px;
    }

    .agenda-info .agenda-content:before {
        width: calc(100% - 80px);
    }

    .speakers-sec {
        padding-top: 50px;
    }

    .over-the-years.section-padding {
        padding-top: 100px;
    }

    .over-the-years:before {
        width: 100%;
    }

    .speaker-carousel .swiper-button-prev,
    .speaker-carousel .swiper-button-next,
    .overyear-carousel .swiper-button-prev,
    .overyear-carousel .swiper-button-next {
        top: 7%;
    }

    #bt-footer .footer-bot-nav ul li a:after {
        right: -25px;
    }
}

@media screen and (max-width: 991px) {
    .top-sec h1 {
        font-size: 45px;
        line-height: 1.2;
    }

    .top-sec h1 span small {
        font-size: 33px;
    }


    .sponsors li {
        padding: 15px 10px;
    }

    .main-title,
    .multi-sec .main-title {
        font-size: 35px;
        line-height: 50px;
    }

    .p-18 {
        font-size: 16px;
    }

    .black-shape {
        top: -90px;
    }

    .banner-wrap {
        padding-bottom: 100px;
    }

    /* .banner-wrap:before {
        background-image: radial-gradient(circle, #462b80, #372f7a, #2a3173, #1f326b, #183262, #212d55, #252849, #25233d, #241a2c, #1e131d, #150a10, #000000 80%);
    } */

    .speakers-info ul li .name p {
        font-size: 16px;
    }

    .about-bank-summit h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .summit-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .summit-content .readmore {
        font-size: 14px;
    }

    .swiper .swiper-button-prev,
    .swiper .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .swiper .swiper-button-prev svg,
    .swiper .swiper-button-next svg {
        width: 18px;
        height: 18px;
    }

    .swiper .swiper-button-prev {
        right: 55px;
    }

    .event-video-carousel .swiper-slide h5 {
        font-size: 14px;
        line-height: normal;
    }

    .over-the-years.section-padding {
        padding-bottom: 0;
    }

    .videos-sec {
        padding-top: 70px;
    }

    .agenda-sec {
        padding-top: 110px;
    }

    .agenda-row {
        padding: 40px 20px;
    }

    .agenda-time {
        font-size: 17px;
    }

    .agenda-details h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .bot-article {
        padding-bottom: 0;
    }

    .bot-article h4 {
        font-size: 24px;
    }

    .bot-article p {
        font-size: 18px;
        line-height: normal;
    }

    .article-col div p {
        font-size: 14px;
    }

    .bestbanks-sec h2 a {
        font-size: 26px;
        line-height: normal;
    }

    .bestbanks-sec h6 a {
        font-size: 14px;
        line-height: normal;
    }

    .methodology p {
        font-size: 16px;
        line-height: normal;
    }

    .methodology h3 {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .winners ul li {
        width: 30%;
    }

    .winners-col {
        max-width: inherit;
    }

    .about-profile {
        padding-left: 15px;
    }

    #bt-footer .footer-bot-nav ul li {
        padding-left: 10px;
    }

    #bt-footer .footer-bot-nav ul li a:after {
        right: -7px;
    }
}

@media screen and (max-width: 767px) {
    .inner-container {
        padding: 0;
    }

    .logo {
        flex-direction: column;
    }

    .top-head {
        /* padding: 5px 0 0; */
    }


    /* .banner-wrap:before {
        width: 100%;
        transform: inherit;
    } */

    .banner-wrap {
        padding-top: 40px;
    }

    .top-sec h1 span small {
        font-size: 40px;
    }

    .register-row span {
        padding-left: 0;
        display: block;
    }

    .white-shape {
        bottom: -140px;
    }

    .top-sec h1 {
        text-transform: none;
    }

    .top-sec p br {
        display: none;
    }

    .top-sec img {
        width: 100%;
    }

    .top-content h3 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .content-right {
        padding: 20px 0 0;
    }

    .top-content .content-right p {
        font-size: 22px;
    }

    .more-text a {
        font-size: 14px;
    }

    .top-badge {
        position: inherit;
        margin-bottom: 15px;
        display: inline-block;
    }

    .top-content-wrap figure {
        margin: 50px 0 30px;
    }

    .top-content p {
        line-height: 26px;
        font-size: 16px;
    }

    .sponsor-sec {
        padding-bottom: 90px;
    }

    .section-group .container:before {
        width: 100%;
        height: 42%;
    }

    .agenda-info {
        width: 100%;
    }

    .agenda-date p {
        font-size: 14px;
    }

    .agenda-date span {
        font-size: 20px;
    }

    .agenda-time {
        margin: 0px 0 20px;
    }

    .agenda-details {
        padding-top: 0;
    }

    /* .agenda-row,
    .agenda-row:first-child {
        padding: 40px 0;
    } */
    .photo-gallery .mySwiper .swiper-slide img {
        height: 70px;
    }

    .speakers-info h4 {
        margin-bottom: 22px;
    }

    .p-18 {
        font-size: 14px;
        line-height: normal;
    }

    .main-title,
    .multi-sec .main-title {
        font-size: 30px;
    }

    .agenda-info .agenda-content:before {
        width: calc(100% - 50px);
    }

    .agenda-sec::before,
    .agenda-sec::after {
        width: 100px;
        height: 291px;
        background-size: 100%;
    }

    .speaker-carousel {
        padding-top: 85px;
        margin-top: -87px;
    }

    .swiper .swiper-button-prev,
    .swiper .swiper-button-next {
        width: 35px;
        height: 35px;
    }

    .swiper .swiper-button-prev svg,
    .swiper .swiper-button-next svg {
        width: 17px;
    }

    .swiper .swiper-button-prev {
        right: 52px;
    }

    .bot-article p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .bot-article+.speakers-sec {
        padding-bottom: 0;
    }

    .bestbanks-sec img {
        width: 100%;
    }

    .bestbanks-sec .main-title02 img {
        width: auto;
    }

    .bestbanks-sec h2 {
        margin-top: 15px;
    }

    .bestbanks-sec h2 a {
        font-size: 24px;
    }

    .winners ul li {
        width: 50%;
        padding: 0 30px;
    }

    .winners .head h2 {
        font-size: 32px;
    }

    .winners-col h4 {
        /* font-size: 16px; */
    }

    .winners-col span {
        /* font-size: 13px; */
    }

    .mpw-profile-info .profile-pic {
        margin-bottom: 70px;
    }

    .about-profile {
        padding-left: 0;
    }

    .videos-sec {
        padding-top: 50px;
    }

    .overyear-carousel {
        padding-top: 80px;
    }

    #bt-footer {
        padding-right: 0;
        padding-left: 0;
    }

    #bt-footer .footer-nav .fcol {
        border: none;
        padding-left: 0;
        width: 50%;
    }

    #bt-footer .footer-nav .fcol:first-child {
        width: 50%;
    }

    #bt-footer .footer-bot-nav ul {
        justify-content: flex-start;
    }

    #bt-footer .footer-bot-nav ul li {
        width: 50%;
        padding: 5px 0;
    }

    #bt-footer .toprow ul.social li {
        margin-left: 15px;
    }

    #bt-footer .footer-bot-nav {
        padding: 0;
    }

    #bt-footer .footer-bot-nav ul li a:after {
        display: none;
    }
}

@media screen and (min-width: 576px) {
    .speakers-info ul li:nth-last-of-type(-n+2) {
        margin-bottom: 0;
    }

    .sponsors li:nth-last-child(-n+3) {
        border-bottom: none;
    }

    /* .sponsors li:last-child {
        border-right: 1px solid #C7CBD0;
    } */

    .sponsors li:nth-child(3n+1) {
        border-left: none;
    }

    .sponsors li:last-child {
        border-left: 1px solid #C7CBD0;
        /* border-right: 1px solid #C7CBD0; */
        /* width: 33.513%; */
    }
}

@media screen and (max-width: 575px) {

    /* .banner-wrap{
       background-image: url(https://akm-img-a-in.tosshub.com/businesstoday/resource/bt-techtoday-summit/img/banner-bg-s.jpg); 
    } */
    .banner-wrap h1 {
        font-size: 55px;
        line-height: 1.3;
    }

    .banner-wrap h3 {
        font-size: 20px;
    }

    .banner-wrap h3 span {
        font-size: 23px;
    }

    .banner-content,
    .intro-para {
        /* max-width: 95%; */
    }

    .banner-content h4 {
        font-size: 18px;
    }

    .banner-content h4 span {
        font-size: 11px;
    }

    header {
        /* padding: 8px 0; */
    }

    .logo svg {
        padding-right: 10px;
    }

    .winners-col figure {
        margin-right: 0;
    }

    .agenda-sec h3 {
        font-size: 20px;
        margin-bottom: 36px;
    }

    .section-padding {
        padding: 40px 0;
    }

    .banner-wrap.section-padding {
        padding-top: 20px;
        padding-bottom: 120px;
    }

    .intro-para p {
        text-align: start;
        font-size: 15px;
        line-height: normal;
        line-height: 1.6;
    }

    .register-btn {
        padding: 9px 20px;
        font-size: 14px;
    }

    .register-row .discount-price {
        font-size: 15px;
    }

    .top-sec {
        padding: 15px 0;
    }

    .top-sec h1 {
        font-size: 40px;
    }

    .top-sec h1 br {
        display: none;
    }

    .top-sec .location {
        display: block;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        margin-bottom: 20px;
    }

    .arrow-shape,
    .agenda-shape {
        display: none;
    }

    .top-sec p {
        line-height: 26px;
        font-weight: 300;
    }

    .banner-img {
        top: 100px;
    }

    /* .banner-wrap:before {
        transform: inherit;
    } */

    .banner-img img {
        max-width: 200px;
    }

    .black-shape02 {
        bottom: -120px;
    }

    .black-shape {
        top: -123px;
    }

    .bestbanks-sec h2 a {
        font-size: 20px;
    }

    .main-title,
    .multi-sec .main-title {
        margin-bottom: 10px;
    }

    .agenda-sec h2 {
        font-size: 30px;
        padding-left: 0;
        text-align: center;
    }

    .agenda-date {
        text-align: center;
    }

    /* .agenda-info {
        width: calc(100% - 30px);
    } */

    .agenda-time {
        font-size: 18px;
    }

    .agenda-details h3 {
        font-size: 18px;
    }

    .white-shape {
        bottom: -115px;
    }

    .sponsors li {
        width: 50%;
        min-height: 148px;
        padding: 20px 10px;
    }

    .sponsors li:nth-child(2n+1) {
        border-left: none;
    }

    .sponsors li:nth-child(-n+2) {
        border-top: none;
    }

    /* .sponsors li:nth-last-child(-n+2) {
        border-bottom: none;
    } */

    .sponsors li img {
        max-width: 100px;
    }

    /* .sponsors li:last-child {
        border-bottom: none;
        width: 100%;
    } */
    .speakers-info ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .speakers-info ul li:last-child {
        margin-bottom: 0;
    }

    .speaker-carousel,
    .overyear-carousel {
        padding-top: 80px;
        padding-bottom: 20px;
    }

    .speaker-carousel {
        margin-top: -67px;
    }

    .shape04 {
        top: -110px;
    }

    .swiper .swiper-button-prev,
    .swiper .swiper-button-next {
        width: 32px;
        height: 32px;
    }

    .videos-carousel.swiper .swiper-button-prev,
    .videos-carousel.swiper .swiper-button-next {
        top: 12%;
    }

    .speaker-carousel .swiper-button-prev,
    .speaker-carousel .swiper-button-next {
        top: 8%;
    }



    .swiper .swiper-button-prev svg,
    .swiper .swiper-button-next svg {
        width: 14px;
        height: 14px;
    }

    .swiper .swiper-button-prev,
    .swiper .swiper-button-prev {
        right: 45px;
    }

    .visual-stories .main-title02 img,
    .videos .main-title02 img {
        width: 12px;
    }

    .overyear-carousel .swiper-slide h5 {
        padding: 10px 7px;
        font-size: 13px;
        width: calc(100% - 10%);
    }

    .about-bank-summit h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .summit-content .readmore {
        margin: 0;
    }

    .bot-article h4 {
        font-size: 23px;
    }

    .article-col figure {
        max-width: 80px;
    }

    .article-col div {
        width: calc(100% - 80px);
    }

    .methodology h3 {
        font-size: 26px;
    }

    .methodology p {
        font-size: 14px;
    }

    .winners ul li {
        padding: 0 11px;
        /* margin-top: 30px; */
        width: 100%;
    }

    .winners .head h5 {
        font-size: 22px;
    }

    .winners .head h2 {
        font-size: 28px;
    }

    .winners-col h4 {
        /* font-size: 14px; */
    }

    .winners-col span {
        /* font-size: 12px; */
    }

    .about-profile h3 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .about-profile p {
        font-size: 14px;
        line-height: 24px;
    }

    .social-share .follow span {
        font-size: 14px;
    }

    .social-share .follow a {
        margin: 0 3px;
    }

    .social-share .follow a svg {
        width: 25px;
    }

    #toggle-btn {
        font-size: 13px;
    }

    #bt-footer .toprow {
        flex-wrap: wrap;
    }

    .bt-text-logo {
        margin-bottom: 15px;
    }

    #bt-footer .toprow ul.social {
        padding: 12px 0 0;
        width: 100%;
        border-top: 1px solid #46494e;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #bt-footer .footer-nav {
        margin: 12px 0 15px;
        padding-top: 15px;
    }

    body #bt-footer .toprow ul.social li svg {
        width: 20px !important;
        height: 20px !important;
    }

    #bt-footer .toprow ul.social li img {
        width: 15px;
    }

    #copyright {
        text-align: left;
        padding: 0 15px;
    }

    #copyright p {
        font-size: 12px;
        color: #B8BABA;
    }
}

@media screen and (max-width: 375px) {
    .banner-wrap h1 {
        font-size: 35px;
    }

    .banner-wrap h3 span {
        font-size: 18px;
    }

    .logo svg {
        padding-right: 10px;
    }

    .back-btn {
        padding: 3px 13px;
        font-size: 12px;
    }

    .back-btn img {
        margin-left: 5px;
    }

    .top-sec h1 br {
        display: none;
    }

    .about-profile h3 {
        font-size: 28px;
    }

    .top-sec .location {
        padding: 12px 15px;
    }
}