@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css');

@import url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css");
@import url('../css/swiper.css');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');

body {
    font-family: "Instrument Sans", sans-serif !important;
}

p {
    font-family: "Instrument Sans", sans-serif !important;
}


.top-header {
    position: relative;
}

.top-header .logo {
    width: 100%;
    padding: 15px;
}

.banner-hero {
    position: relative;
    background: #000
}

.banner-hero .home-img {
    width: 100%;
    /* height: 100vh; */
    height: 93vh;
}

.top-naviation {
    display: flex;
    flex-direction: column;
}

.nav-center {
    justify-content: center !important;
}

.nav-center .nav-link {
    /* font-size: 20px; */
    font-size: 17px;
    font-weight: 600;
    color: #fff
}

.nav-center .nav-link:hover {
    color: #ffcd05
}

.bottom-banner-highlighter {
    position: relative;
}

.bottom-banner-highlighter .bottom-home-logo {
    /* bottom: -50px; */
    bottom: 0px;
    right: 15px;
    position: absolute;
}

.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    min-width: max-content;
}

.dropdown-menu li {
    border-bottom: solid 1px #333;
    padding: 5px 0
}

.dropdown-menu li:last-child {
    border-bottom: inherit;
}

.dropdown-menu a {
    color: #fff
}

.dropdown-menu a:hover {
    color: #ffcd05;
    background: transparent;
}

.dropdown-menu {
    display: none;
}

.dropdown-menu.show {
    display: block;
}

/* Submenu positioning */
.dropdown-submenu {
    position: relative !important;
}

@media (min-width: 992px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
    }

    .dropdown-submenu>.dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: 0.1rem;
    }

    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }
}

/* Mobile Ã¢â‚¬â€œ stack submenus */
@media (max-width: 991px) {
    .dropdown-submenu>.dropdown-menu {
        position: static;
        margin-left: 1rem;
    }
}

/* Arrow */
.top-naviation .dropdown-submenu .dropdown-toggle::after {
    border-top: none;
}

.dropdown-submenu>a::after {
    content: " \F231";
    float: right;
    font-size: 1rem;
    font-family: bootstrap-icons;
}



.date-bg {
    background: url(../images/datebg.png) left top no-repeat;
    width: 492px;
    height: 102px;
    padding: 10px 50px 10px 130px;
    color: #fff;
}

.date-bg .change-date {
    font-weight: 600;
    font-size: 30px;
    color: #ffcd05
}

.font-20 {
    font-size: 20px;
}

#counter {
    border: solid 2px #91a9ed;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100px;
    display: inline-block;
    line-height: 40px;
}

.dot-bg {
    background: url(../images/dot-about.png) right top no-repeat;
    padding: 50px 0;
}

.section-title {
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
}

/* .section-title span {
  border-bottom: solid #ffcd05 4px;
} */

.btn-primary {
    border: solid 2px #A6831B;
    background: transparent;
    color: #A6831B;
    padding: 6px 25px;
    border-radius: 25px
}

.btn-primary:hover {
    background: #A6831B;
    color: #fff;
    border: solid 2px #A6831B;
}

.btn-primary:focus {
    background: #A6831B !important;
    color: #fff;
    border-radius: 25px
}

.corner {
    position: absolute;
    bottom: 0;
    left: 0
}

.position-r {
    position: relative;
}

.img-badius {
    border-radius: 25px;
}

.img-overlay {
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    position: absolute;
}

.owl-carousel-news .row {
    border-bottom: solid 4px #A6831B;
    position: relative;
}

.owl-carousel-news .owl-prev {
    position: absolute;
    right: 35px;
    bottom: 3px;
    background: #A6831B !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.owl-carousel-news .owl-prev span {
    font-size: 30px !important;
    line-height: 25px !important;
}

.owl-carousel-news .owl-next {
    position: absolute;
    right: 0;
    bottom: 3px;
    background: #A6831B !important;
    width: 30px;
    height: 30px;
    font-size: 30px !important;
    line-height: 30px;
    cursor: pointer;
}

.owl-carousel-news .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    line-height: 25px !important;
}

.award-number {
    position: absolute;
    bottom: 0;
    right: 0;
}

.award-number img {
    border-radius: 0 0 0.375rem 0
}

.card h4 {
    font-size: 18px;
}

.award .award-img {
    height: auto !important;
}

.light-yellow {
    background: #FFF5D8
}

.master-class-img img {
    padding: .5px;
}



.master-item img {
    width: 100%;
    filter: grayscale(100%);
    transition: filter 0.4s ease;
}

.master-item:hover img {
    filter: grayscale(0%);
}

.master-item {
    position: relative;
    overflow: hidden;
}

.master-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 10px;
    background: rgba(256, 245, 216, 0.8);
    color: #000;
    text-align: center;
    font-size: 14px;

    opacity: 0;
    transition: opacity 0.3s ease;
}

.master-item:hover .master-name {
    opacity: 1;
}

.heading-masterClass {
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-end;
}

.country-foucs {
    background: #F5F5F5 url(../images/bg-shape-events.png) left top no-repeat;
    padding: 50px 0
}

.highlights {
    overflow: hidden !important;
}

.highlights .col-sm-3 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

.highlights img {
    width: 100% !important;
    max-width: 100% !important;
    height: 100%
}


.img-box {
    position: relative;
    overflow: hidden;
}

.img-box img {
    display: block;
    width: 100%;
}

.img-title {
    position: absolute;
    inset: 0;
    /* top:0 right:0 bottom:0 left:0 */
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.img-box:hover .img-title {
    opacity: 1;
}

.deligate-registration {
    background: #ffcd05 url(../images/rays.png) center bottom no-repeat;
    padding: 30px 0 0 0;
    /* min-height: 300px; */
    color: #000;
    text-align: center;
}

.registration-img {
    margin-top: -80px
}

.registration-link {
    display: flex;
    column-gap: 20px;
    color: #fff;
    list-style: none;
    text-decoration: none;
    text-align: center;
    padding: 0 0 30px 0;
    margin: 0;
    justify-content: center;
}

.registration-link img {
    width: 60px;
}

.registration-link a {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
}

.registration-link li {
    border-right: solid 1px #000;
    padding-right: 20px;
    position: relative;
}

.registration-link li:last-child {
    border-right: none;
}

.footer-bg {
    padding: 30px 0 0 0px;
    color: #fff;
    background: #000 url(../images/footer-pattern.png) left top no-repeat;
    font-size: 15px;
}

.footer-bg .link {
    color: #fff;
    text-decoration: none;
    font-size: 15px;

}

.footer-bg h6 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
}

.address {
    display: flex;
    column-gap: 10px;
    margin-bottom: 10px;

    line-height: 30px;
}

.address i {
    margin-top: 5px;
    font-size: 20px;
    color: #fff
}

.bi-geo-alt-fill {
    color: red !important;
}

.social-link {
    display: flex;
    column-gap: 10px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.social-link a {
    color: #fff;
    font-size: 19px;

    border: solid 2px #fff;
    padding: 0 10px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.social-link a:hover {
    padding-left: 10px;
    transition: .3s;
    color: #ffcd05;
    border: solid 2px #ffcd05;
}

.Copyright {
    color: #979393;
    font-size: 13px;
}

.quickLink {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.quickLink li {

    list-style: none;
}

.quickLink li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 5px 10px 0;
    display: flex;
}

.quickLink li a::before {
    content: ' \F285';
    font-family: 'bootstrap-icons';
    padding-right: 5px;
}

.quickLink li a:hover {
    padding-left: 10px;
    transition: .3s;
    color: #ffcd05
}

.footer-logo {
    display: flex;
    column-gap: 10px;
    align-items: flex-start;
    flex-direction: column;
}

.footer-logo img {
    width: 100px;
}

.info-item-box h1 {
    font-size: 16px;
    color: #ffcd05;
}

.breadchrub {
    background: #ffcd05;
    padding: 15px 0;
}

.breadcrumb-item.active {
    color: #fff !important
}

.link-body-emphasis {
    color: #000 !important
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #000 !important
}

.page-desc .subtitle {
    background: #fff;
    box-shadow: 0 0 25px rgb(0 0 0 / 8%);
    padding: 20px !important;
    border-left: 5px solid #A6831B;
    margin-bottom: 0px !important;
    margin-top: 15px !important;
    font-size: 18px;
    color: #A6831B !important;
    font-weight: 400;
    font-style: italic;
}

.sub-description {
    padding: 20px !important;
    border: solid 1px #ddd;
    margin-bottom: 20px !important;
}

.custom-tab-list {
    padding: 0;
    border-bottom: none !important;
    justify-content: space-between;
}

.custom-tab-list li {
    border-right: solid 1px #000;
    margin-bottom: 0px !important;
}

.custom-tab-list li a {
    color: #000 !important;
    border: none !important;
}

.custom-tab-list li a:hover {
    color: #000 !important;
    border: none !important;
    background: #d4dce3 !important;
    border-bottom: solid 3px #917520 !important;
}

.custom-tab-list li a {
    color: #000 !important;
    width: 100%;
}

.modal-title {
    font-size: 18px !important;
}

.custom-tab-list li .active {
    background: #d4dce3 !important;
    border-bottom: solid 3px #917520 !important;
    border-radius: 0 !important;
}

.master-time .time-div {
    font-size: 16px !important;
}

.callout h4 {
    font-size: 16px !important;
}

.tab-pane .pb-3 {
    font-size: 16px !important;
    color: #917520;
}

.callout {
    padding: 15px;
    border-left: solid 4px #917520;
}

.callout .btn {
    border: solid 2px #917520 !important;
    color: #917520;
    background: transparent;
}

.callout .btn:hover {
    border: solid 2px #917520 !important;
    color: #fff;
    background: #917520;
}

.callout h4 {
    color: #333
}

.callout h4 a {
    color: #333;
    text-decoration: none;
}

/* .user-profile-icon{ } */
.user-profile-icon ul {
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 5px;
}

.user-profile-icon ul li {
    list-style: none;
}

.user-profile-icon ul li img {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    margin-left: -5px;
    max-width: 50px;
}

.tab-content-box {
    display: flex;
    column-gap: 15px;
    margin-bottom: 20px;
}

.time-div {
    white-space: nowrap;
}

.user-profile-icon {
    /* width: 320px; */
    text-align: center;
}

.btn-primary {
    /* background: #917520; */
    border-color: #ffcd05;
    border-radius: 25px;
    padding: 6px 25px;
}

.btn-primary:hover {
    background: #ffcd05;
    border-color: #ffcd05;
    color: #000;
    opacity: .8
}

.schedule {
    display: flex;
    column-gap: 20px;
    justify-content: space-evenly;
}

.schedule img {
    width: 150px
}

.btn-outline-black {
    border: solid 2px #ffcd05;
    border-radius: 25px;
    background: transparent;
    /* color: #000; */
    padding: 6px 25px;
    cursor: pointer;
}

.btn-outline-black:hover {
    border: solid 2px #ffcd05;
    border-radius: 25px;
    background: #ffcd05;
    color: #000;
}

.theme-change {
    position: fixed;
    bottom: 10px;
    right: 15px;
}

.theme-change .btn {
    background: #000 !important;
    color: #fff;
    border-color: #ffcd05
}

.theme-change .dropdown-menu {
    background: #000 !important;
    color: #fff !important
}

.theme-change .dropdown-menu .dropdown-item {
    background: #000 !important;
    color: #fff !important
}

.language {
    text-align: right;
    color: #fff;
    font-size: 12px;
}

.language a {
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
}

.top-lang {
    position: fixed;
    z-index: 999;
    top: 25%;
    right: 0
}

.top-lang .btn-long {
    display: grid;
    gap: 1px;
    background-color: #ffcd05;
    border-radius: 10px 0px 0px 10px;
    width: 33px;
    border: none;

}

.top-lang .btn-long a {
    color: #fff;
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid black;
    border-radius: 0;
    border: none;
}

.top-lang a:last-child {
    border-top: solid 1px #000;
}


.slide-content a {
    color: #ffcd05;
    font-family: 'Poppins', sans-serif;

    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
}

.venus {
    /* background: #1c1c1c; */
    padding: 10px;
    border-radius: 10px;

    margin-bottom: 20px;
    border: solid 1px #4e4040;
    position: relative;
    overflow: hidden;

}

.venus img {
    width: 50px;
}

.venus h3 {
    font-size: 18px;

    margin: 5px 0;
    font-weight: 600;
    /* color: #f8e273; */
}

.venus p {
    margin: 0;
    font-size: 14px;

}

#pdf-wrapper {
    position: relative;
    background-color: #3c3c3c;
    color: #fff;

}

#pdf-wrapper h1 {
    color: #fff !important;
}

#pdf-wrapper p {
    color: #fff !important;
}

.original_file {
    position: absolute;
    background-color: #3c3c3c;
    color: #fff;
    left: 64px;
    top: 16px;
}

.show-mobile {
    display: none;
}

@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .show-desktop {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .show-mobile img {
        height: 72px;
    }
}

.news-update-date {
    display: flex;
    flex-direction: column-reverse;
}

.juries {
    width: 100%;


    padding-bottom: 12px;
    border-bottom: 2px solid #af9c60;
}

.juries h2 {


    padding-bottom: 4px;
    font-size: 18px;
    font-weight: 500;
    color: #9c681c;
}

.juries h6 {
    margin-bottom: 0px !important;


    font-size: 15px;
    font-weight: 500;

}

.juries p {
    text-align: justify;
    font-size: 15px;
}

.juries p a {
    text-decoration: underline;
    text-align: justify;


    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.juries h6 a {
    padding: 8px;
    background-color: #b68d50;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
}

.juries img {
    border-radius: 5px;
}

.juri-right-box-link {
    height: 400px;
    overflow: auto;
}

.juri-right-box-link a {
    color: #000;
    text-decoration: none;
}

.uri-right-box-link {
    height: 300px;
    overflow: auto;
}

.juri-right-box-link a:hover {
    color: #af9c60;
}

.juri-right-box-link .active {
    background: #A6831B;
    border-color: #A6831B;
    font-weight: 600;
}

.info-item-box #myTab button {
    color: #000
}

[data-bs-theme=dark] {
    .info-item-box #myTab button {
        color: #fff
    }

    .juri-right-box-link a {
        color: #fff;
        text-decoration: none;
    }
}


.logo-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
    width: 100%;
    padding: 15px;
}

.logo-header img {
    width: 120px;
    /* height: 65px; */
}


.bottom-banner-highlighter {
    position: relative;
}

.banner-hero-text {
    color: #fff;
    position: absolute;
    bottom: 10%;
    background-color: rgba(0, 0, 0, .4);
    padding: 5px;

    & h2 {
        color: #ffcd05;
        font-weight: 700;
        font-size: 50px;
    }
}

.banner-hero-text p {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    width: 100%;
    float: left;
}

.dropcap {
    font-size: 3em;
    font-weight: bold;
    float: left;
    line-height: 1;
    margin-right: 8px;
    margin-top: -19px;
}

.top-naviation {
    transition: all 0.3s ease;
}

.top-naviation.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: #000;
    /* or your header color */
}

.sopnsor-box {
    border: solid 1px #ddd;
    border-radius: 10px;
    padding: 30px;
    background: #f5f5f5
}

.sopnsor-box img {
    background: linear-gradient(145deg, #fffffffa, hsla(0, 0%, 100%, .844));
    border-radius: 10px;
    cursor: pointer;
    padding: 8px 12px;
}

.sponsor-tab .nav-link {
    background: #fff;
    border: solid 1px #ddd;
    margin-top: 4px;
    border-radius: 5px 0px 0px 5px;
    color: #000
}

.sponsor-tab .active {
    background-color: #fff !important;
    border: solid 1px #ddd;
    margin-top: 4px;
    border-radius: 5px;
    color: #A6831B !important;
    border-left: solid 4px #A6831B;
}


.doc-table-wrapper {
    overflow-x: auto;
}

.doc-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.doc-table thead tr {
    background: #f5f5f5;
    border-bottom: 2px solid #ddd;
}

.doc-table th,
.doc-table td {
    padding: 11px 13px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
}

.doc-table tbody tr:hover {
    background: #fafafa;
}

.doc-sr {
    width: 40px;
    color: #999;
    font-size: 0.82rem;
}

.doc-title-col {
    line-height: 1.5;
}

.doc-ref-col,
.doc-date-col {
    white-space: nowrap;
    color: #555;
}

.doc-action-col {
    white-space: nowrap;
}

/* Actions */
.doc-actions {
    display: flex;
    align-items: center;
    gap: 7px;
}

.doc-filetype {
    display: flex;
    align-items: center;
}

.doc-filetype.pdf {
    color: #e53935;
}

.doc-filetype.img {
    color: #1e88e5;
}

/* View button */
.btn-doc-view {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    font-size: 0.78rem;
    border: 1px solid #1976d2;
    color: #1976d2;
    border-radius: 4px;
    text-decoration: none;
    transition: background .2s, color .2s;
}

.btn-doc-view:hover {
    background: #1976d2;
    color: #fff;
}

/* Download button */
.btn-doc-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 8px;
    border: 1px solid #e53935;
    color: #e53935;
    border-radius: 4px;
    text-decoration: none;
    transition: background .2s, color .2s;
}

.btn-doc-download:hover {
    background: #e53935;
    color: #fff;
}

#archiveTab button {
    border-radius: 4px;
    border: solid 1px #ddd;
    padding: 4px 8px;
    width: 100%;
    text-align: left;
}

#archiveTab {
    padding: 15px;
    margin: 0;
    list-style: none;
    display: flex;
    row-gap: 5px;
    column-gap: 5px;
    flex-direction: column;
    border: solid 1px #ddd;
    background-color: #f5f5f5;
}

#archiveTab .active {
    background-color: #917520;
    border-color: #917520;
    color: #fff;
}

.rules-regulations ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
}

.point {
    display: flex;
    column-gap: 10px;
}

.bullet {
    list-style: disc !important;
    padding-left: 20px !important
}

.scroll-btn {
    display: flex;
    column-gap: 10px;
    justify-content: flex-end;
}

.modal {
    z-index: 9999 !important;
}

.gallery-separator img {
    overflow: hidden;
    height: 350px;

}

.gallery-separator a {
    color: #000 !important;
    text-decoration: none;
}

.user-profile-icon {
    display: flex;
}

.user-profile-icon img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: solid 1px #ddd;
}

.copyright {
    padding: 10px 0;
    background: #393939;
    color: #fff;
    font-size: 12px;
    margin-top: 15px;
}

/* .breaking-news {
  padding: 10px 0 10px 0;
  background: linear-gradient(225deg, #cb8c0c 0%, #ffcd05  100%);
  color: white !important;
  font-weight: 500;
  line-height: normal;
  position: relative;
  margin-top: 0px;
  margin-bottom: 40px;
} */

/* .breaking-news span {
  display: inline-flex;
  column-gap: 20px;
  color: rgb(52, 1, 1) !important;
  padding-left: 10px;
  padding-right: 10px;
} */

/* .breaking-news span a {
  color: rgb(0, 0, 0) !important;
  text-decoration: none;
} */

/* .breaking-news p {
  margin-bottom: 0 !important;
  font-size: 20px;
  color: white !important;
} */

/* .breaking-news {
  overflow: hidden;
  white-space: nowrap;
  background: #f5f5f5;
  padding: 10px 0;
} */

/* .breaking-news span {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 20s linear infinite;
} */

/* .breaking-news:hover span {
  animation-play-state: paused;
} */

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.social-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.social-content p {
    color: #fff;
    margin: 0 15px 0 0;
    white-space: nowrap;
    font-family: "montserratbold", sans-serif;
    font-size: 1.4rem;
}

.social-content i {
    width: 100%;
    height: 100%;
    display: block;
}

.social-content a {
    border-radius: 50%;
    background-color: #fff;
    width: 41px;
    height: 41px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-right: 10px;
    font-size: 0px;
}

.boxt-text h4 {
    line-height: 30px;
    padding: 10px 0;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

[data-bs-theme=dark] {

    --bs-body-color: #dee2e6 !important;

    --bs-body-bg: #000;

    .dot-bg {
        background-color: #000 !important
    }

    .award {
        background-color: #000 !important
    }
}

.social-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.social-content p {
    color: #fff;
    margin: 0 15px 0 0;
    white-space: nowrap;
    font-family: "montserratbold", sans-serif;
    font-size: 1.4rem;
}

.social-content i {
    width: 100%;
    height: 100%;
    display: block;
}

.social-content a {
    border-radius: 50%;
    background-color: #fff;
    width: 41px;
    height: 41px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-right: 10px;
    font-size: 0px;
}

.social-content a i.fb-icon {
    /* background: url("../images/icon.svg")  */
    background: url("../images/icon.svg#facebook-view") no-repeat;
    width: 30px;
}

.social-content a i.twitter-icon {
    background: url("../images/icon.svg#twitter-view") no-repeat;
    width: 30px;
}

.social-content a i.youtube-icon {
    background: url("../images/icon.svg#youtube-view") no-repeat;
    width: 30px;
}

.social-content a i.insta-icon {
    background: url("../images/icon.svg#instagram-view") no-repeat;
    width: 30px;
}



.social-content a i.linkedin-icon {
    background: url("../images/icon.svg#linkdin-view") no-repeat;
    width: 30px;
}


.social-content a:hover,
.social-content a:focus {
    background-color: #f1f1f1;
}

.topic-modal h1 {
    font-size: 18px;
}

.topic-modal .modal-header {
    background-color: #ffcd05;
    font-weight: 600;
    color: #000;
}

.topic-modal .list-unstyled {
    display: flex;
    column-gap: 10px;
    flex-direction: column;
}

.topic-modal .list-unstyled img {
    border: solid 1px #ddd;
    height: 60px;
    width: 60px;
}

.topic-modal .list-unstyled a {
    text-decoration: none;
    color: #000;
}

.speaker-modal .modal-header {
    background-color: #ffcd05;
    font-weight: 600;
    color: #000;
}

.speaker-modal .modal-body img {
    border: solid 1px #ddd;
    height: 100px;
    width: 100px;
}

.speaker-modal .modal-body {
    display: flex;
    column-gap: 10px;
    flex-direction: column;
    align-items: center;
}

.moderator-modal .modal-header {
    background-color: #ffcd05;
    font-weight: 600;
    color: #000;
}

.moderator-modal .modal-body img {
    border: solid 1px #ddd;
    height: 100px;
    width: 100px;
}

.moderator-modal .modal-body {
    display: flex;
    column-gap: 10px;
    align-items: center;
    flex-direction: column;
}

/* Responsive css*/

@media screen and (min-device-width:320px) and (max-device-width: 767px) {
    .logo-header {
        justify-content: flex-start;
        justify-content: flex-start;
        column-gap: 20px;
    }

    .logo-header img {
        width: 60px;
        height: auto;
    }



    .navbar-toggler {
        position: absolute;
        right: 10px;
        top: 30px
    }

    .top-naviation {
        background-color: #000 !important;
    }

    .banner-hero-text {
        font-size: 40px;
    }

    .dropcap {
        font-size: 3em;
    }

    /* .banner-hero img {
        height: 30vh !important;
    } */

    .banner-hero-text {
        & h2 {
            font-size: 30px;
        }
    }

    .inner-banner img {
        height: 40vh
    }

    .info-item-box #myTab {
        overflow: auto;
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
    }
}

.nav-link.active {
    font-weight: 700;
}