body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

#map {
    float: left;
    width: 100%;
}

#map iframe {
    float: left;
    width: 100%;
    height: 240px;
}

.logo-img {
    height: 80px;
}

header {
    float: left;
    width: 100%;
    padding: 15px 0 0 0;
}

.logo-strip {
    float: left;
    width: 100%;
}

.topstrip>p {
    float: left;
    font-size: 16px;
    margin: 27px 0 0 0;
    color: #008ad2;
    width: 100%;
    font-weight: 600;
    text-align: center;
}

.social-ul-header {
    width: auto;
    float: right;
    background: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    position: relative;
    top: -1px;
}

.social-ul-header li {
    float: left;
    margin: 0 0 0 10px;
}

.social-ul-header li:first-child {
    margin: 0;
}

.social-ul-header li a {
    float: left;
    font-size: 25px;
    transition: 0.5s;
}

.social-ul-header li a:hover {
    color: #000000 !important;
    transform: rotateZ(360deg);
}

.login-menu ul {
    float: right;
    width: auto;
    margin: 35px 0 0 0;
}

.login-menu ul>li {
    float: left;
    width: auto;
    padding: 0 10px;
    cursor: pointer;
    position: relative;
    border-right: 1px solid #ddd;
}

.login-menu ul>li:last-child {
    padding-right: 0;
    border-right: none;
}

.login-menu ul>li>a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
}

.login-menu ul>li>ul {
    display: none;
    position: absolute;
    margin: 0;
    background: #004165;
    width: 130px;
    left: 0;
    top: 23px;
    padding: 10px 0 10px 0;
    color: #fff;
}

.login-menu ul>li>ul>li:hover ul {
    background: #008ad2;
    top: -10px;
    left: -200px;
    z-index: 1;
    width: 200px;
}

.login-menu ul>li>ul>li:hover ul li a {
    color: #fff;
}

.login-menu ul>li>ul>li:hover ul li {
    padding: 5px 10px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
}

.login-menu ul>li>ul>li:hover ul li:last-child {
    border: none;
}

.login-menu ul>li:hover>ul {
    display: block;
}

.header-social .social-ul-header {
    margin: 25px 0 0 0;
}

.navbar-collapse>ul>li>a {
    padding: 5px 10px !important;
    font-size: 14px !important;
}

section {
    float: left;
    width: 100%;
}

.menu-strip {
    float: left;
    width: 100%;
    background: rgb(0, 17, 25);
    background: linear-gradient(0deg, rgba(0, 17, 25, 1) 0%, rgba(0, 138, 210, 1) 100%);
    margin: 15px 0 0 0;
    position: relative;
    z-index: 9;
}

.menu-strip ul li a.nav-link {
    color: #fff !important;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: 0.5s;
}

.menu-strip ul li a.nav-link:hover {
    background: #000;
}

.menu-strip ul li ul {
    width: auto;
    background: #000;
}

.menu-strip ul li ul li a {
    color: #fff;
    font-size: 14px;
}

.menu-strip ul li ul.show-menu {
    display: block;
}

.video-clips {
    padding: 50px 0;
}

.section-head {
    float: left;
    width: 100%;
    text-align: center;
}

.section-head h2 {
    margin: 0;
    font-weight: 600;
    font-size: 15px;
    float: left;
    width: 100%;
    color: #008ad2;
}

.section-head h2 span {
    font-size: 45px;
    color: #001f2e;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    width: 100%;
    line-height: 1;
    margin: 0 0 30px 0;
}

.video-clips a {
    text-decoration: none;
    color: #000;
}

.video-clips h3 {
    font-size: 19px;
    margin: 0;
    padding: 20px 0 13px 0;
}

.video-clips .video-clips-content {
    float: left;
    width: 100%;
}

.video-clips .video-clips-content p.year {
    float: left;
    margin: 0;
    font-size: 13px;
    line-height: 1;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #008ad2;
}

.video-clips .video-clips-content .other-content {
    float: right;
}

.video-clips .video-clips-content .other-content p.duration {
    margin: 0 15px 0 0;
    line-height: 1;
    font-size: 12px;
    padding: 8px 0 0 0;
    float: left;
}

.video-clips .video-clips-content .other-content p.duration i,
.video-clips .video-clips-content .other-content p.rating i {
    margin-right: 3px;
    color: #00527c;
}

.video-clips .video-clips-content .other-content p.rating {
    margin: 0;
    line-height: 1;
    font-size: 12px;
    padding: 8px 0 0 0;
    float: left;
}

.video-clips-modal .modal-body iframe {
    width: 100%;
    height: 380px;
}

.video-clips-modal .modal-dialog {
    width: 700px;
    max-width: 700px;
}

.promos-trailers {
    background: #f5f5f5;
    padding: 50px 0;
}

.promos-trailers iframe {
    width: 100%;
    height: 310px;
    margin-bottom: 20px;
}

.promos-trailers h3 {
    font-weight: 600;
    font-size: 23px;
    position: relative;
    padding-bottom: 5px;
    margin: 0 0 20px 0;
}

.promos-trailers h3:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    content: "";
    background: #00527c;
}

.trailers-content {
    background: #fff;
    padding: 15px;
    border: 1px solid #0086cc;
}

.trailers-content h4 {
    font-size: 17px;
    font-weight: 700;
}

.trailers-content p {
    font-size: 15px;
}

.news-events {
    padding: 40px 0;
    background: whitesmoke;
}

.events-img {
    float: left;
    position: relative;
}

.events-img .dates-events {
    position: absolute;
    margin: 0;
    line-height: 1;
    top: 10px;
    left: 10px;
    z-index: 1;
    background: rgb(0, 17, 25);
    background: linear-gradient(0deg, rgba(0, 17, 25, 1) 0%, rgba(0, 138, 210, 1) 100%);
    color: #fff;
    font-weight: 800;
    padding: 5px 0;
    font-size: 44px;
    text-align: center;
    width: 75px;
}

.events-img .dates-events span {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

.events-img .dates-events.two-dates {
    font-size: 26px;
}

.events-content {
    float: left;
    width: 100%;
    padding: 15px;
}

.events-content h3 {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    line-height: 1;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px 0;
}

.events-content p {
    font-size: 13px;
}

.global-btn {
    float: left;
    background: #fff;
    border: 2px solid #006396;
    border-radius: 15px;
    text-decoration: none;
    color: #000 !important;
    position: relative;
    overflow: hidden;
    padding: 0 30px 0 0;
}

.global-btn span {
    float: left;
    padding: 5px 5px 5px 10px;
    font-size: 13px;
}

.global-btn .arrow {
    float: left;
    background: rgb(0, 17, 25);
    background: linear-gradient(0deg, rgba(0, 17, 25, 1) 0%, rgba(0, 138, 210, 1) 100%);
    color: #fff;
    position: absolute;
    right: 0;
    height: 100%;
    width: 25px;
    text-align: center;
    padding: 8px 0 0 0;
    font-size: 13px;
}

.event-content-box {
    float: left;
    width: 100%;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border: 1px solid #006396;
    overflow: hidden;
}

.festivals {
    padding: 40px 0;
}

.festivals .events-img {
    width: 40%;
}

.festivals .events-img img {
    width: 100%;
    border: 1px solid #9fcce2;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.festivals .festival-content {
    width: 100%;
}

p.maps-festival {
    margin: 0px;
}

/* .festivals .festival-content {
    float: right;
    width: 55%;
} */
.festivals .festival-content h3 {
    font-size: 15px;
    font-weight: 600;
}

.fest-content {
    border: 1px solid #0077b5;
    padding: 15px;
    background: #acd8ef;
    margin: 10px 0 20px 0;
    float: left;
    width: 100%;
}

.festivals .festival-content .fest-content p {
    margin: 0 0 15px 0;
    font-size: 14px;
    line-height: 1.3;
}

.festivals .festival-content .fest-content p i {
    background: rgb(0, 17, 25);
    background: linear-gradient(0deg, rgba(0, 17, 25, 1) 0%, rgba(0, 138, 210, 1) 100%);
    color: #fff;
    padding: 7px;
    font-size: 13px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 15px;
}

.festivals .festival-content .fest-content p.maps-festival {
    margin: 0;
}

.festivals .festival-content .fest-content p span {
    float: right;
    width: calc(100% - 40px);
    margin: 5px 0 0 0;
}

.festivals .festival-content>p,
.festivals .festival-content>ul li {
    font-size: 13px;
    float: left;
    width: 100%;
}

.inner-page-banner {
    position: relative;
}

.gallery-banner:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #fff;
    opacity: 0.5;
}

.inner-page-banner img {
    float: left;
    width: 100%;
}

.inner-page-banner .breadcrumb-new {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    text-align: center;
}

.inner-page-banner .breadcrumb-new h1 {
    line-height: 1;
    font-size: 36px;
    font-weight: 600;
    background: #001e33;
    padding: 10px 20px;
    color: #fff;
    border-radius: 0 15px 0 15px;
    width: auto;
    display: inline-block;
}

.inner-page-banner .breadcrumb-new ul {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
}

.inner-page-banner .breadcrumb-new ul li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

.inner-page-banner .breadcrumb-new ul li a {
    text-decoration: none;
    color: #000;
    position: relative;
}

.inner-page-banner .breadcrumb-new ul li a:before {
    position: absolute;
    right: -16px;
    top: 6px;
    content: "";
    width: 8px;
    height: 1px;
    background: #000;
    transform: rotateZ(45deg);
}

.inner-page-banner .breadcrumb-new ul li a:after {
    position: absolute;
    right: -16px;
    top: 11px;
    content: "";
    width: 8px;
    height: 1px;
    background: #000;
    transform: rotateZ(-45deg);
}

.inner-page-content {
    padding: 50px 0;
}

.social-ul-header li a img {
    width: 23px;
    position: relative;
    left: 0;
    top: 1px;
}

.global-list li {
    float: left;
    width: 47%;
    font-size: 15px;
    margin-bottom: 25px;
    clear: both;
}

.global-list li:nth-child(even) {
    float: right;
    clear: none;
}

.global-list li i {
    float: left;
    background: #0071ac;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    line-height: 19px;
    font-size: 10px;
    padding: 0 0 0 1px;
    margin: 0;
}

.global-list li p {
    float: right;
    width: calc(100% - 35px);
    margin: -1px 0 0 0;
}

.btn:focus,
.btn:active,
button:focus,
button:active {
    outline: none !important;
    box-shadow: none !important;
}

#image-gallery .modal-footer {
    display: block;
}

.thumb {
    margin-top: 15px;
    margin-bottom: 15px;
}

.gallery-weapper>div {
    padding: 15px;
}

.gallery-weapper a {
    text-decoration: none;
}

.gallery-weapper a h2 {
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    margin: 0;
    padding: 15px 0;
    line-height: 1;
    background: #00324f;
}

footer {
    float: left;
    width: 100%;
    padding: 60px 0;
    background: #001722;
    color: #fff;
}

footer h2 {
    font-size: 21px;
    font-weight: 600;
    position: relative;
    margin: 0 0 25px 0;
    line-height: 1;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}

footer h2:before {
    position: absolute;
    left: 0;
    width: 50px;
    height: 2px;
    background: #fff;
    content: "";
    bottom: 0;
}

footer .footer-contact p {
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 15px;
}

footer .footer-contact p:last-child {
    border: none;
    padding-bottom: 0;
    margin: 0;
}

footer .footer-contact p i {
    background: #fff;
    color: #000;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    margin-right: 5px;
    float: left;
}

footer .footer-contact p a {
    color: #fff;
    text-decoration: none;
}

footer .footer-map .footer-map-wrap {
    float: left;
    width: 100%;
}

footer .footer-map .footer-map-wrap .footer-map-address {
    float: left;
    width: 100%;
    font-size: 14px;
}

.footer-map ul li {
    float: left;
    margin: 0 15px 0 0;
}

.footer-map ul li a {
    color: #fff;
    font-size: 27px;
}

.footer-map ul li a img {
    width: 24px;
    position: relative;
    left: 0;
    top: 2px;
}

.council-management-wrapper .council-management-box:nth-child(4n+1) {
    clear: both;
}

.council-management-wrapper .council-management-box {
    padding: 0 15px;
    margin-bottom: 25px;
}

.council-management-wrapper .council-management-box p {
    text-align: center;
    font-size: 13px;
    margin: 0;
    line-height: 1;
}

.council-management-wrapper .council-management-box h3 {
    font-size: 14px;
    text-align: center;
    margin: 15px 0 5px 0;
    font-weight: 600;
    text-transform: uppercase;
}

.inner-page-content .section-head h2 span {
    font-size: 31px;
    text-transform: none;
    position: relative;
    padding: 0 0 20px 0;
}

.inner-page-content .col-lg-12 {
    margin-top: 25px;
}

.inner-page-content .section-head h2 span:before {
    width: 60px;
    height: 3px;
    background: #008ad2;
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.festival-content h3 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #001e33;
    text-transform: uppercase;
}

.inner-page-content .col-lg-12:first-child {
    margin-top: 0;
}

.ex-president .council-management-box {
    clear: none !important;
}

.ex-president .council-management-box:nth-child(3n+1) {
    clear: both !important;
}

.council-management-wrapper .council-management-box a {
    text-align: center;
    float: left;
    width: 100%;
    color: #000;
    font-size: 13px;
    margin: 10px 0 0 0;
    line-height: 1;
}

.members-area-box ul li {
    float: left;
    width: 50%;
    height: 165px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.members-area-box ul li:nth-child(2n+1) {
    clear: both;
}

.members-area-box ul li:last-child,
.members-area-box ul li:nth-last-child(2) {
    border: none;
}

.members-area-box ul li h2 span {
    font-weight: normal;
}

.members-area-box ul li h2 {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    padding: 0 15px 0 0;
    margin: 0 0 13px 0;
}

.members-area-box ul li p span {
    font-weight: normal;
}

.members-area-box ul li p {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    padding: 0 15px 0 0;
    margin: 0 0 13px 0;
}

.membership-box {
    padding: 0px 15px;
}

.membership-box a {
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    padding: 0px;
    box-shadow: 10px 10px 10px rgb(0 0 0 / 3%);
    transition: 0.5s;
}

.membership-box a img {
    float: left;
    width: 100%;
}

.membership-box .heading-2 {
    font-size: 14px;
    padding: 10px;
    width: 100%;
    float: left;
    border-top: 1px solid #ddd;
    margin-bottom: 0px !important;
    text-transform: uppercase;
}

.membership-box a:hover {
    border-color: #008ad1;
}

.news-list li {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
}

.news-list li:last-child {
    margin: 0;
}

.news-list li h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.news-list li .news-date {
    float: left;
    width: auto;
    margin: 0 0 10px 0;
    background: #e6e6e6;
    font-size: 14px;
    line-height: 1;
    padding: 5px 5px;
    border-radius: 5px;
}

.news-list li p {
    float: left;
    width: 100%;
}

.news-list li a {
    color: #fff;
    text-decoration: none;
    background: linear-gradient(0deg, rgba(0, 17, 25, 1) 0%, rgba(0, 138, 210, 1) 100%);
    padding: 10px 20px;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.eligibility-table {
    float: left;
    width: 100%;
    background: #f5f5f5;
    padding: 25px 35px 10px 35px !important;
    border-radius: 10px;
    border: 1px solid #001e33;
}

.eligibility-table ul {
    width: auto;
}

.eligibility-table ul li:last-child {
    border-top: 1px solid #ddd;
    padding: 12px 0 0 0;
}

.sub-commitees .council-management-box img {
    display: none;
}

.sub-commitees .section-head h2 span {
    font-size: 26px;
    margin: 0 0 15px 0;
}

.members-area-box ul li a {
    color: #000;
}

.print-media-wrapper .example-image {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.print-media-wrapper .example-image-link {
    float: left;
    width: 100%;
    border: 1px solid #ddd;
}

.president-img-wrap {
    float: left;
    width: 25%;
    overflow: hidden;
    position: relative;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}

.president-img-wrap img {
    float: left;
    width: 100%;
    border-radius: 50%;
    margin: 0 0 20px 0;
}

.president-msg {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }

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

ul.simple-list li {
    font-size: 14px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
    float: left;
    clear: left;
    width: 48%;
}

ul.simple-list li:nth-child(2n) {
    float: right;
    clear: right;
}

ul.simple-list li::before {
    position: absolute;
    content: "";
    background: transparent;
    width: 8px;
    height: 8px;
    border: solid #006397;
    border-width: 0px 2px 2px 0px;
    transform: rotate(-45deg);
    top: 6px;
    left: 0;
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }

    ul.simple-list li,
    ul.simple-list li:nth-child(2n) {
        width: 100%;
        float: left;
    }
}

@media screen and (max-width: 1024px) {
    .topstrip>p {
        font-size: 15px;
    }

    .menu-strip .navbar .container-fluid {
        padding: 0;
    }

    .menu-strip ul li a.nav-link {
        font-size: 13px;
    }

    .menu-strip ul li ul li a {
        font-size: 13px;
    }

    .video-clips a img {
        width: 100%;
    }

    .promos-trailers iframe {
        width: 100%;
        height: 260px;
        margin-bottom: 20px;
    }

    .navbar-collapse>ul>li>a {
        padding: 5px 5px !important;
        font-size: 13px !important;
    }

    .members-area-box ul li {
        width: 100%;
        height: auto;
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 768px) {
    .logo-img {
        height: auto;
    }

    .topstrip>p {
        margin: 0;
    }

    .header-social {
        padding: 0;
    }

    .header-social .social-ul-header {
        margin: 15px 0 0 0;
    }

    .video-clips h3 {
        font-size: 15px;
    }

    .events-img img {
        width: 100%;
    }

    .events-img .dates-events {
        font-size: 24px;
    }

    .events-content h3 {
        font-size: 15px;
    }

    .events-content {
        height: 345px;
    }

    .festivals .festival-content h3 {
        font-size: 15px;
    }

    .festivals .festival-content .fest-content p {
        font-size: 12px;
    }

    .footer-contact,
    .footer-map {
        margin-bottom: 40px;
    }

    .council-management-wrapper .council-management-box:nth-child(odd) {
        clear: both;
    }

    .inner-page-banner .breadcrumb-new h1 {
        font-size: 21px;
        margin: 0;
    }

    .sub-commitees .council-management-wrapper .council-management-box:nth-child(odd) {
        clear: none;
    }
}

@media screen and (max-width: 767px) {
    .logo-strip a {
        float: left;
        width: 100%;
        text-align: center;
    }

    .logo-strip a img {
        height: 45px;
    }

    .topstrip>p {
        font-size: 11px;
        line-height: 1.2;
        margin: 10px 0 -10px 0 !important;
    }

    .header-social {
        display: none;
    }

    .navbar-light .navbar-toggler {
        background: #fff;
    }

    .video-clips,
    .news-events {
        padding: 25px 0;
    }

    .section-head h2 span {
        font-size: 35px;
    }

    .video-clips h3 {
        font-size: 22px;
        padding: 15px 0;
        text-align: center;
    }

    .video-clips .video-clips-content {
        padding: 0 0 25px 0;
    }

    .events-content {
        height: auto;
    }

    .news-events .news-wrap {
        margin-bottom: 20px;
    }

    .festivals .events-img {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .festivals .festival-content {
        width: 100%;
        margin: 0 0 25px 0;
    }

    .festivals {
        padding: 25px 0 0 0;
    }

    footer {
        padding: 30px 0 20px 0;
    }

    .inner-page-banner img {
        height: 150px;
        object-fit: cover;
    }

    .global-list li {
        width: 100%;
    }

    .inner-page-content {
        padding: 25px 0;
    }

    .council-management-wrapper .council-management-box {
        margin-bottom: 15px;
    }

    .sub-commitees .section-head h2 span {
        font-size: 20px;
    }

    .inner-page-content .section-head h2 span {
        font-size: 24px;
        line-height: 1.3;
    }

    .eligibility-table {
        padding: 15px 15px 10px 15px !important;
    }

    .menu-strip ul li ul li a {
        white-space: break-spaces;
    }

    .news-list li h2 {
        font-size: 19px;
    }

    header {
        padding: 10px 0 0 0;
    }

    .menu-strip ul li ul {
        background: #fff;
        width: 100%;
    }

    .video-clips-modal .modal-body iframe {
        width: auto;
        height: auto;
    }

    .membership-box {
        margin-bottom: 15px;
    }

    .video-clips-modal .modal-dialog {
        width: 100%;
        max-width: 100%;
    }

    #FilmFestivalsWorldwide .festival-content .table {
        width: 600px;
    }
}