html {
    overflow-x: hidden;
}

body,
.panel-body {
    font-family: 'Barlow Semi Condensed', sans-serif
    /*font-family: Helvetica, sans-serif;*/
}

article p,
.panel-body {
    font-size: 18px;
}

/* Design CSS */
section article {
    font-family: url('../css/fontawesome-webfont.woff') !important;
    margin: 20px 200px 0 200px;

}
a{text-decoration: none;}
.panel-default {
    width: 90 rem;
}
#back-to-top {
    bottom: 80px;
    right: 20px;
    
}
.right-side-box {
    position: absolute;
    top: 0;
    transform: none;
    right: 0px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}
.collapsed {
    color: rgb(39, 28, 112) !important;
}

/* Functional CSS */

/* Slider Style */
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    border-radius: 4px;
    transition: opacity .15s ease;
    background: #f59d44;
    height: 50px;
    margin: auto;
  
}
.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon{filter: unset;}
.carousel-control-prev{left: 50px;}
.carousel-control-next{right: 50px;}
#carouselExampleDark {
    z-index: 0;
}

.content {
    padding-left: 200px;
    padding-right: 200px;

}
.banner {
    width: 100%;
    height: auto;
    display: block;
    /* background-color: rgb(226, 226, 226); */
    background-color: rgb(245, 157, 68);
    padding-bottom: 2.5rem;
}
.banner>h2 {
    font-size: 40px;
    padding-top: 2.5rem;
    color: white;
    text-align: center;

}
.banner span{
    color: black; display: block;text-align: center; font-weight: bold;
}
h3 {
    color: rgb(39, 28, 112);
}

.panel-heading a {
    text-decoration: none;
    color: rgb(245, 157, 68);
}

/* Nested Menu Styles */
.navBox .btn {
    background-color: rgba(49, 37, 96, 0.3);
    border: 2px rgb(49, 37, 96);
    border-radius: 0px 0px 0px 0px;
    font-size: large;
    font-weight: 500;
    flex-shrink: 2;
    border: none;
    padding: 15px 20px;
}

/*.navBox .btn:hover {
    background-color: rgb(226, 226, 226) !important;
    color: black !important;
}*/

.navigation {
    background-color: rgb(49, 37, 96);
    width: 100%;
}

.navBox {
    width: 80%;
    height: 71px;
    display: flex;
    flex-wrap: nowrap;
    height: auto;
    padding: 0;
    gap:20px;
    justify-content: center;
    text-align: center;
    padding-top: 0;
    align-items: center;
    margin: 0 auto;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  display: none;
  margin-top: 0;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
/*.dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu {  left: 100%;
  position: absolute;
  top: 0;}
  .dropdown-submenu .dropdown-menu .dropdown-submenu {  left: 100%;
  position: absolute;
  top: 0;}
    */
/*ul.navbar-nav > li.nav-item.dropdown > ul.dropdown-menu > li.dropdown-submenu > a.dropdown-item.dropdown-toggle:hover > .dropdown-menu {  display: block;}*/
/*ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu*/
 /*ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a.dropdown-toggle:hover > .dropdown-menu {  display: block;}*/
/*.navbar-nav > li:hover > ul.dropdown-menu > li:hover > ul.dropdown-menu  {
    display: block;
}*/

/*.navBox {
    width: 100%;
    height: 71px;
    display: flexbox;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100px;
    padding: 20px 0 20px 0;
    justify-content: space-around;
    text-align: center;
    padding-top: 30px;
    flex-shrink: 2;
}*/

.dropdown-hover-all {
    display: inline-block !important;

}

.dropdown-menu {
    width: 300px;
}

.wallArt {
    display: inline-block;
    background-color: rgba(20, 20, 80, 0.05);
    border-radius: 10px;
    position: absolute;
    top: 40rem;
    left: 80rem;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.07);
}

.card {
    display: inline-block;
    margin-left: 200px;
}

/* .cardMOU {
    height: 800px !important;
    width: 600px !important;
} */

p,
ul,
li {
    font-size: 18px !important;
}

li {
    margin: 7px 0 0 0;
}

.hyperLinks {
    text-decoration: none !important;
    color: rgb(251, 136, 21) !important;
    font-weight: bold !important;
}

h3,
h4,
h5 {
    font-weight: bold !important;
    margin: 20px 0 20px 0 !important;
}

.acclottieF {
    top: 65rem;
    left: 80rem;
}

.carousel-caption {
    background-color: rgba(255, 255, 255, 0.6);
}

/* .chatbase-bubble-button {
    width: 80px !important;
    height: 80px !important;
} */

/* .chatbase-bubble-button,
.chatbase-bubble-button img {
    width: 80px !important;
    height: 80px !important;
} */

/* ul {
    list-style-type: none;
}

li::before {
    content: "❖";
} */



@media only screen and (max-width: 600px) {
    section article {
        margin: 20px 80px 0 80px;
    }

    .navBox {
        height: 300px;
        flex-direction: row;
    }

    .navBox .btn {
        width: 300px;
    }

    .wallArt {
        display: none;
    }

    article p {
        font-size: 16px;
    }

    .landingSec .banner h2 {
        font-size: 20px;
    }

    .cardsContainer {
        left: -40px;
    }
}


/* FAQ listing */

.panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}

body {
    background-color: #f5f5f5;
}

.panel-title>a.collapsed:before {
    float: right !important;
    content: "\f067";
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none;
}

.panel-heading {
    padding: 20px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel {
    margin-bottom: 20px !important;
    background-color: #ffffff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 15px 16px 13px 8px rgb(4 4 4 / 5%);
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #00bcd4;
    text-align: center;
    color: #fff;
}
.ifsca-footer-social li a {
    height: 40px;
    width: 40px;
    display: flex;
    float: left;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative;
    line-height: 40px;
    justify-content: center;
}
.ifsca-footer-social li a span, .ifsca-footer-social li a p {
    position: unset;
    
    top: unset;
    left: unset;
    transform: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link, .navbar-nav .nav-link:hover{
            color: #fff;
            background-color: #22a535;
            border:none !important;
        }
.navbar{
    background-color: #271c70;
    padding: 0;
}
.navbar-nav {
     align-items: center;
    gap: 20px;
}
.nav-item, .dropdown-menu li{margin-top: 0;}
.navbar-nav .nav-link{color: #fff;padding: 15px 0;font-weight: 500;}
.navbar-nav .dropdown-menu .nav-link{color: #fff;}
.dropdown-menu, .dropdown-submenu {
    min-width: 220px;
    padding: 0px 0px;
    text-align: left;
    list-style: none;
    background-color: #271c70;
    background-clip: padding-box;
border:none;
    border-radius: 0px;
    top: 100%;
    left: 0;
    margin-top: 0;
    box-shadow: unset;
}
.dropdown-menu .dropdown-item {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 12px 11px;
    display: block;
    line-height: 26px;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.dropdown-menu .dropdown-item:hover{
    color: #fff;
    background: #22a535;
   
}
.dropdown-menu .dropdown-item:focus{
    color: #fff;
    background: #a4a5a4;
   
}
.dropdown-submenu .dropdown-toggle{position: relative;}
.dropdown-submenu .dropdown-toggle::after {
     position: absolute;
    right: 10px;
    top: 25px;
   transform: rotate(-90deg);
}
.card {
   max-width: 1000px; height: auto;
   display: block;margin:20px auto ;width: 100%; 
}
.card-header{margin: 0 !important}
@media (min-width: 1200px){
 .navbar-toggler {
    display: none;
}
}
@media(min-width:1200px) and (max-width:1600px){
    .navbar-nav {
    align-items: center;
    gap: 10px;
}
.banner>h2 {
    font-size: 30px;
    
}
.navbar-brand {
    padding-top: 1.313rem;
    padding-bottom: 0;

}
.navbar-brand img{width: 110px;}
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #e98f2e;
}
@media(max-width:1199px){
    .navbar-brand {
    padding-top: 1.313rem;
    padding-bottom: 0;

}
.banner>h2 {
    font-size: 30px;
  }
.navbar-brand img{width: 110px;}
    .right-side-box {
   align-items: center;
    flex-direction: column;
    justify-content: center;
}
.navbar-toggler:focus{
    outline: none;
    border:none;
    box-shadow: unset;
}
.navbar-toggler {
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    max-width: unset;
}
.navbar-collapse {
    position: absolute;
    display: block;
    
    left: auto;
    right: auto;
    width: 100%;
    z-index: 99;
    top: 0;
    background: #271c70;
}
.navbar-nav {
    align-items: flex-start;
  gap:10px;
    text-align: left;
    padding-bottom: 10px;
    /* padding: 0 15px; */
}
.navbar-nav .nav-link, .dropdown-menu .dropdown-item {
    padding:7px 20px;
}

.nav-item, .dropdown-menu li {
    margin-top: 0;
    display: block;
    width: 100%;
}
.dropdown-menu, .dropdown-submenu {
    min-width: 220px;
   width: 100%;
}
.dropdown-toggle::after {
      position: absolute;
    right: 10px;
    top: 20px;
}
.topbar-one__right a + a, .topbar-one__left a + a {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px !important;
}
}

@media(min-width: 768px) and (max-width:991px){
    .topbar-one__right {
        
        text-align: center;
        justify-content: center;
    }
    .emblem-logo {
    float: none;
    margin-right: 60px;
}
.emblem-logo img{width: 70px;}
.banner>h2 {
    font-size: 25px;
  }
  .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

    section article {
    margin: 20px 50px 0 50px;
}
 .card:hover {
    transform:none;
  
}
}
@media (max-width: 767px){
     section article {
        margin: 20px;
    }

    .card:hover {
    transform:none;
   /* box-shadow: 5px 5px 30px 15px rgba(0,0,0,0.25), 
    -5px -5px 30px 15px rgba(0,0,0,0.22);*/
}
    .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
    .topbar-one__left.py-2 {
    justify-content: center;
    position: relative;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
}
.topbar-one__right {
        
        text-align: center;
        justify-content: center;
    }
    .last-visited {
    justify-content: center;
    flex-direction: column;
}
.last-visited p:last-of-type {
    border-left: none;
   
}
}