@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&family=Volkhov:ital,wght@0,400;0,700;1,400;1,700&display=swap');

section {
    padding: 45px 0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Volkhov', serif;
}

p,
span,
a {
    font-family: 'Lato', sans-serif;
}

.navbar-expand-lg {
    background-color: #fff;
    padding: 0;
}

nav.navbar .collapse ul.navbar-nav {
    justify-content: end;
    display: flex;
    width: 100%;
    align-items: center;
}
nav.navbar .collapse ul.navbar-nav .nav-link {
    position: relative;
}

.menu-item-has-children:before {
    content: '';
    position: absolute;
    right: -20px;
    top: 42%;
    background-image: url('https://fsca.co/Militry/wp-content/uploads/2023/08/down-arrow.png');
    /* width: 52%; */
    background-size: 15px;
    z-index: 999;
    width: 16px;
    background-repeat: no-repeat;
    height: 10px;
    font-weight: 900;
    font-size: 39px;
    transition: all 0.45s ease;
}

nav.navbar .collapse ul.navbar-nav .nav-link {
    margin: 0 16px;
    /* transition: 0.45s all ease; */
    transition: all 0.45s ease;
}
nav.navbar .collapse ul.navbar-nav .nav-link:hover {
    border-top: 2px solid #075CAB;
    border-bottom: 2px solid #075CAB;
    transition: 0.45s all ease;
}
nav.navbar .collapse ul.navbar-nav .nav-link:last-child:hover {
    border: 0;
}
nav.navbar .collapse ul.navbar-nav .nav-link ul.sub-menu li:hover {
    border-bottom: 0px solid #075CAB;
    border-top: 0px solid #075CAB;
}

nav.navbar .collapse ul.navbar-nav .nav-link a {
    color: #060606;
    text-decoration: none;
}
nav.navbar .collapse ul.navbar-nav .nav-link:hover:before {
    transform: rotate(180deg);
    transition: all 0.45s ease;
}

nav.navbar .row {
    width: 100%;
    display: flex;
    align-items: center;
}
/* .navbar .menu {
    position: relative;
} */

.navbar .nav-link:hover .sub-menu {
    display: block;
    position: absolute;
    top: 42px;
    left: -30px;
    width: 190px;
    z-index: 999;
    padding: 8px 12px;
    height: auto;
    background-color: #FFF;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.10);
}

.navbar .nav-link .sub-menu ul {
    list-style: none;
    padding: 0;
}
ul#menu-header-menu {
    position: relative;
}
.navbar .nav-link .sub-menu ul li {
    color: #000;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 0;
}

.navbar .nav-link .sub-menu ul li a {
    color: #060606;
    text-decoration: none;
}

.sub-menu {
    display: none;
}


nav.navbar ul.navbar-nav .nav-link a.button-contact {
    background: #075CAB;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    padding: 12px 10px;
}

.new-modal-popup .speakers-popup h3 {
    font-size: 18px;
    margin-top: 12px;
}

.new-modal-popup .speakers-popup img {
    width: 100%;
    height: auto;
}

.gallyer-image .card-box .except h4 {
    font-size: 18px;
    margin-top: 12px;
}

nav .navbar-nav .nav-link a.button-contact:hover {
    background: #003A71;

}

.banner {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 325px;
    display: flex;
    align-items: center;
    background-position: 50% 50%;
}

.banner .head h1 {
    text-align: center;
    color: #FFF;
    font-size: 64px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}







/* ////////////////////////   Footer Section    ////////////////////// */

footer.footer-bg {
    padding: 50px 0;
    background-color: #000;
}

.footer-bg .row .logo-content h3 {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}

.footer-bg .row .logo-content p {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-transform: capitalize;
}

.footer-bg ul {
    padding-left: 0;
}

.footer-bg ul li {
    list-style: none;
}

.footer-bg .first-link ul li a,
.footer-bg .second-nav ul li a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
}

.footer-bg .first-link ul li,
.footer-bg .second-nav ul li {
    padding-bottom: 16px;
}

.footer-bg .first-link h4,
.footer-bg .contact-info h4 {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 24px;
    margin: 0;
}

.logo-content img {
    padding-bottom: 18px;
}

.footer-bg .contact-info p svg path {
    fill: #fff;
}

.footer-bg .contact-info p span {
    display: block;
}

.footer-bg .contact-info p a,
.footer-bg .contact-info p span {

    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    padding-left: 18px;
}

.bg-vector {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    display: none;
}

.social {
    padding-top: 40px;
}

.social svg {
    padding-right: 25px;
}

.social svg path {
    fill: #fff
}

.social-media .twitter .shadow-box {
    background-color: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    height: 500px;
}

.social-media .profile-detail {
    display: flex;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 19px;
}

.social-media .profile-detail p {
    margin: 0;
    padding: 0 9px 0 16px;
    color: #878787;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.tweets-desc .tweets-detail {
    padding: 32px 18px 6px 28px;
}

.tweets-desc .tweets-detail p {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

.tweets-desc .tweets-detail p span {
    color: #2176BA;

}

.profile .facebook-box .facebook-combine-box {
    height: 500px;
}

.social-media .head h3 {
    color: #075CAB;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    position: relative;
    margin-bottom: 20px;
}

.social-media .head h3:before {
    content: '';
    background-color: #075CAB;
    width: 37px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 40%;
}

.social-media .head h3:after {
    content: '';
    background-color: #075CAB;
    width: 37px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: 40%;
}

.social-media .head h2 {
    color: #0E0E0E;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    padding-bottom: 32px;
}

.copyright-strip {
    background-color: #1D1D1D;
    padding: 34px 0;
    text-align: center;
    display: flex;
    align-items: center;
}

.copyright-strip .strip h6 {
    color: rgba(255, 255, 255, 0.80);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-desktop {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 390px;
}
.copyright-strip .strip h6 svg {
    margin-right: 4px;
}



/* .popup {
    text-align: center;
    position: relative;
    width: 50%;
    height: unset; 
    background-color: #fff;
     box-sizing: border-box; 
    padding: 24px;
    z-index: 100;
    transition: 0.45s ease;
} */

.our-team .row .content h2 {
    color: #0E0E0E;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    text-decoration: underline;
    margin-bottom: 12px;
}


.our-team .row .image-part img {
    width: 100%;
}

.our-team .row {
    padding-bottom: 50px;
}

.our-team .row .content p {
    color: #6B7280;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 6px;
}

.gallery .card-box {
    border-top: 2px solid #EBEBEB;
    border-right: 2px solid #EBEBEB;
    border-left: 2px solid #EBEBEB;
    border-bottom: 4px solid #EBEBEB;
    box-shadow: 0px 2px 43px 0px rgba(12, 12, 12, 0.13);
    padding: 19px 20px 10px 20px;
    transition: 0.45s ease;
}

.gallery .card-box a {
    text-decoration: none;
}

.gallery .card-box .picture img {
    height: 200px;
}

.gallery .card-box:hover {
    background-color: #EBEBEB;
    border-top: 2px solid #EBEBEB;
    border-right: 2px solid #EBEBEB;
    border-left: 2px solid #EBEBEB;
    border-bottom: 4px solid #075CAB;
    transition: 0.45s ease;

}

.gallery .card-box .except {
    color: #0E0E0E;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    padding-top: 22px;
    text-decoration: none;
}

.show1 {
    display: none;
}

.popup .row {
    /* width: 50%; */
    padding: 32px 16px;
    position: relative;
}

.popup .row .text-box {
    padding: 32px 0;
}

.popup .row .close-btn {
    position: absolute;
    right: 12px;
    top: 0px;
    background-color: black;
    color: #fff;
    border-radius: 50%;
    padding: 1px;
    width: 30px;
    height: 30px;
    font-size: 17px;
    cursor: pointer;
}
/* .model-popup {
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 62vh;
    top: 50%;
    left: 50%;
    display: none;
    transform: translate(-50%, -50%);
    justify-content: center;

} */

.new-modal-popup img {
    width: 100%;
}

.new-modal-popup .content  {
    padding: 10px 5px;
}

.new-modal-popup .content .row{
    padding: 10px 5px;
}

.model-popup ,
.new-modal-popup {
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    overflow: auto;
    display: none;
    align-items: center;
    justify-content: center; 
}
.popup {
    text-align: center;
    position: relative;
    width: 60%;
    height: auto;
    background-color: #fff;
    /* margin: 10% auto; */
    padding: 24px;
    z-index: 100;
    transition: 0.45s ease;
}

.model-popup img {
    border-radius: 50%;
    width: 120px;
}

.speakers .full-content {
    display: none;
}

.show-popup1, 
.show-popup2 {
    cursor: pointer;
}

.speakers .row .box button.show-popup {
    background-color: transparent;
    border: 0;
    color: #075CAB;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 0;
}

.profile-logo {
    width: 30px;
    padding-bottom: 4px;
}
.facebook-combine-box {
	width: 100%;
	height: 500px;
	overflow-x: hidden !important;
}
.speakers .box picture {
    overflow: hidden;
    display: block;
    width: 100%;
}
.speakers .box picture img {
    width: 100%;
    transition: all 0.3s;
}
.speakers .box:hover img {
    transform: scale(1.2);
}

footer.footer-bg .contact-info p .view-all-btn {
    padding-left: 12px;
}

.footer-bg .contact-info p span {
    padding-left: 22px;
}
@media only screen and (max-width: 767px) {
    ul#menu-header-menu {
        align-items: start;
    }

    .navbar .nav-row {
        display: flex;
        justify-content: space-between;
        width: 70%;
    }
    .navbar .navbar-brand img {
        width: 75px;
        height:auto;
    }

    .navbar-toggler {
        border: none;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }

    #navbarSupportedContent {
        padding: 12px 16px;
    }
    
    .navbar .nav-link:hover .sub-menu {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
    }
    .bg-vector {
        height: 320px;
        display: block;
    }

    .our-team .row .content  {
        padding-top: 20px;
    }

    nav.navbar .collapse ul.navbar-nav .nav-link:hover,
    nav.navbar .collapse ul.navbar-nav .nav-link,
    nav.navbar .collapse ul.navbar-nav .nav-link:before {
        transition: none !important;
    }

    nav.navbar .collapse ul.navbar-nav .nav-link:hover:before {
        top: 10% !important; 
        right: 50% !important;
        transition: none !important;
    }

    .our-team .row .content h2 {
        font-size: 18px;
        line-height: 28px;
    }

    .our-team .row .content p {
        font-size: 14px;
        line-height: 24px;
    }

    .footer-bg .row {
        padding: 0 14px
    }

    .copyright-strip {
        padding: 24px 0;
    }

    .copyright-strip .strip h6 {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-bg .row .logo-content h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .footer-bg .row .logo-content p {
        color: #FFF;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        text-transform: capitalize;
    }

    .footer-bg .row .logo-content {
        margin-bottom: 50px;
    }

    .footer-bg .first-link h4,
    .footer-bg .contact-info h4 {
        padding: 0 0 34px 0;
    }

    .footer-bg .first-link ul li,
    .footer-bg .second-nav ul li {
        padding: 0 0 18px 0;
    }

    .footer-bg ul {
        margin-bottom: 0;
    }

    .footer-bg .contact-info {
        padding-top: 34px;
    }

    .footer-bg .contact-info p {
        margin-bottom: 24px;
    }

    nav.navbar .collapse ul.navbar-nav .nav-link {
        margin: 0;
    }

    .banner-section {
        height: 469px;
        background-position: 74% 17%;
    }

    .banner-section .row,
    .about-section .row {
        text-align: center;
    }
    .bg-desktop  {
        display: none;
    }

    .banner-section .row .banner-text h1 {
        font-size: 36px;
        font-weight: 700;
        line-height: 45px;
    }

    .banner-section .row .banner-text p {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
    }

    .banner-section .row .banner-text a.banner-btn {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
    }

    .about-section {
        background: #E1F1FF;
    }

    .about-section .right-side-content h2 {
        font-size: 24px;
        line-height: 26px;
        margin-top: 32px;
    }

    .about-section .right-side-content p {
        font-size: 12px;
        line-height: 24px;
    }

    .about-section .right-side-content a.readmore {
        font-size: 16px;
        line-height: 28px;
    }

    .speakers .head h3 {
        font-size: 18px;
        line-height: 32px;
    }

    .speakers .head h3:before {
        left: 27%;
    }

    .speakers .head h3:after {
        right: 27%;
    }

    .speakers .head h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .speakers .row .box {
        text-align: center;

    }

    .speakers .row .box h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .speakers .row .box span {
        font-size: 16px;
        line-height: 26px;
    }

    .speakers .row .box p {
        font-size: 12px;
        line-height: 20px;
    }

    .our-partner .partner h3,
    .schedule .head h3,
    .gallery-section .head h3, 
    .highlights-section .head h3,
    .venu-section .partner h3,
    .social-media .head h3 {
        font-size: 18px;
        line-height: 32px;
    }

    .our-partner .partner h3:before, 
    .social-media .head h3:before {
        left: 22%;
    }

    .our-partner .partner h3:after,
    .social-media .head h3:after {
        right: 22%
    }

    .our-partner .partner h2, 
    .gallery-section .head h2,
    .highlights-section .head h2, 
    .venu-section .partner h2 ,
    .social-media .head h2   {
        font-size: 24px;
        line-height: 33px;
    }

    .schedule .head h3:before {
        left: 24%;
    }

    .schedule .head h3:after {
        right: 24%;
    }

    .schedule .head h2 {
        font-size: 24px;
        line-height: 33px;
        padding-top: 0px;
    }

    .schedule .schedule-box .nav-tabs .nav-item {
        font-size: 18px;
        line-height: 26px;
    }
    .schedule .schedule-box h4 {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 24px;
    }
    .schedule-chart {
        /* height: unset; */
        height: 257px;
    }
    .gallery-section .head h3:before {
        left: 22%;
    }   
    .gallery-section .head h3:after {
        right: 22%;
    }
    .highlights-section .head h3:before {
        left: 24%;
    }
    .highlights-section .head h3:after{
        right: 24%;
    }
    .venu-section .partner h3:before {
        left: 30%;
    }

    .venu-section .partner h3:after {
        right : 30%;
    }

    .banner .head h1 {
        font-size: 36px;
        line-height: 45px;
    }
    .banner {
        background-position: 46% 50%;
    }
    .banner-slide .slick-dots {
        bottom: 5px;
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 0;
    }

    .popup {
        width: 96%;
        padding: 12px;
    }

    .popup .row .text-box p {
        font-size: 12px;
        line-height: 20px;
    }

    .popup .row .speakers-popup h3 {
        font-size: 16px;
        line-height: 24px;
    }
}

.audio-section .row audio:hover, audio:focus, audio:active {
    -webkit-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);
    box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}
.audio-section .row audio {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -moz-box-shadow: 2px 2px 4px 0px #006773;
    -webkit-box-shadow: 2px 2px 4px 0px #006773;
    box-shadow: 2px 2px 4px 0px #5a5a5a;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    width: 100%;
    background-color: #f1f3f4;
    border-radius: 0;
}

.audio-section .row h3 {
    color: #0E0E0E;
    /* text-align: center; */
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    padding-bottom: 12px;
}

.audio-section .row .audio-box {
    padding: 14px 0;
}
