:root{
    --color1:#334e9f;
}
body,html{
    width: 100%;
    height: 100%;
    line-height: 1.6;
    background-color: #fff;
    font-size: 17px;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    transition: 0.4s ease;
    scroll-behavior: smooth;
}
.header{
    background: var(--color1);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    padding: 13px 0;
    border-bottom: 2px solid #fff;
    position: fixed;
    width: 100%;
    z-index: 99;
}
nav {
    color: #fff;
    background-color: var(--color1);
    width: 100%;
    height: 56px;
    line-height: 56px;
    box-shadow: none;
}
.banner{
    border-bottom: 3px solid var(--color1);
    line-height: 0;
}
section{
    padding-top: 80px;
}
.title_section {
    text-align: center;
}
.title_h {
    font-size: 35px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    font-weight: bolder;
    line-height: 45px;
    color: var(--color1);
    display: inline-block;
    padding: 0 22px;
    border-right: 2px solid var(--color1);
    border-left: 2px solid var(--color1);
    border-radius: 20px 20px 0 0;
}
.title_h span{
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    font-family: 'Poppins', sans-serif;
}
.text-justify{
    text-align: justify;
}
.title_section {
    margin-bottom: 30px;
}
.icon_container{
    text-align: center;
}
.icon_container i{
    font-size: 80px;
    color: var(--color1);
}
.icon_container {
    height: 277px;
    border: 3px solid var(--color1);
    border-radius: 30px;
    transition: 0.4s ease;

}
.icon_container p:nth-child(1) {
    margin: 0;
    font-size: 21px;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    font-weight: bolder;  
}
.icon_container:hover {
    box-shadow: -3px 4px 8px 0px rgba(24, 24, 24, 0.548);
}
.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}
.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 0.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
.overflow_list{
    overflow-y: scroll;
    height: 750px;
}

.mfp-no-margins img.mfp-img {
	padding: 0;
}

.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
.mfp-no-margins .mfp-container {
	padding: 0;
}


.slider .slides li .caption {
    background: #fff;
}


.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
.text-center{
    text-align: center;
}
.m-0{
    margin: 0;
}
footer {
    padding: 20px 0;
    margin-top: 20px;
    background: #fff;
    color: #fff;
}
.grey-text.text-lighten-3 {
    color: #3359b1 !important;
    font-weight: 800;
}
.slider .indicators .indicator-item.active {
    background-color: var(--color1);
}
.sidenav-overlay {
    z-index: 9 !important;
}
.collapsible-header {
    line-height: 1.5;
    padding: 1rem;
    font-weight: bolder;
    color: var(--color1);
    border-left: 5px solid;
}
.collapsible-header .material-icons {
    color: #000;
}
@media (min-width: 992px) and (max-width: 1199.98px) { 
    nav .brand-logo {
        right: 0;
    }
    nav a.sidenav-trigger {
        display: block;
    }
    #nav-mobile{
        display: none;
    }
}
@media (max-width:768px){
    .title_h {
        font-size: 20px;
        line-height: 30px;
    }
    .title_h span {
        font-size: 26px;
    }
    section {
        padding-top: 50px;
    }
    p {
        font-size: 16px;
    }
    .collapsible.popout>li {
        margin: 0;
    }
    .row .col {
      
        padding: 0;
      
    }
    .overflow_list {
        overflow-y: scroll;
        height: 500px;
    }
    .list-group-item {
        font-size: 16px;
    }
}
::-webkit-scrollbar {
    width: 0.5em;
  }
   
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
   
  ::-webkit-scrollbar-thumb {
    background-color: var(--color1);
    outline: 1px solid slategrey;
  }
body::-webkit-scrollbar {
    width: 1em;
  }
   
  body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
   
  body::-webkit-scrollbar-thumb {
    background-color: var(--color1);
border-radius: 20px;
    outline: 1px solid slategrey;
  }