:root{
    --color1: #017758;
    --color2: #6e6e6f;
}
html,body{
    width: 100%;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    font-size: 16px;
    overflow-x: hidden;
    transition: 0.6s ease;
}
.navbar .nav-item .nav-link {
    display: block;
    color: var(--color1);
    font-weight: 600;
    font-size: 16px;
}
.header {
    position: fixed;
    width: 100%;
    z-index: 99;
}
.navbar-toggler i{
    color: var(--color2);
}
.bg-white_light {
    background-color: #efefefdb!important;
}
nav.navbar.navbar-expand-lg.bg-white_light {
    border-bottom: 2px solid var(--color1);
    box-shadow: -7px 9px 7px 3px #ffffff80;
}
.title_h{
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    text-transform: capitalize;
    font-size: 25px;
    color: var(--color1);
  
}
.title_h span{
    font-weight: 100;
    font-size: 35px;
    color: var(--color2);
}
section{
    padding-top: 100px;
}
.heading_section {
    padding-left: 14px;
    border-left: 2px solid var(--color1);
    margin-bottom: 25px;
}
.container.b {
    border-left: 2px solid #0177584d;
}
.icon_container span{
    font-size: 80px;
    color: var(--color2);
}
.icon_container{
    text-align: center;
}
.icon_container .h4{
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    color: var(--color1);
}
.icon_container{
    height: 276px;
    border-radius: 30px;
    padding: 20px 0;
    box-shadow: inset 5px -4px 14px 0px #017758;
}
.list-group-item {

    padding: .75rem .3rem;

}
.overflow-y_list{
    height: 415px;
    overflow-y: scroll;
}
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}


/* 

for zoom animation 
uncomment this part if you haven't added this code anywhere else

*/


.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;
}

@media (max-width:768px){
    .title_h span {
        font-size: 21px;
    }
    section {
        padding-top: 60px;
    }
}
ul#ui-id-1 {
    background: #fff;
    z-index: 111;
}