:root{
    --color1: #ed4146;
    --color2: #ffcc29;
    --color3: #a8cf45;
    --color4: #22628d;
}
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: #373435;
    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: 5px solid;
    border-image: linear-gradient(45deg, var(--color3), var(--color4), var(--color2),var(--color1)) 1;
}

.title_h{
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    color: #373435;
  
}
.title_h span{
    font-weight: 100;
    font-size: 35px;
    color: var(--color1);
}
section{
    padding-top: 100px;
}
.heading_section {
    padding-left: 14px;
    border-left: 2px solid var(--color1);
    margin-bottom: 25px;
}
/* .container.b {
    border-left: 3px solid;
    border-image: linear-gradient(0deg, var(--color3), var(--color4), var(--color2),var(--color1)) 1;
} */
.icon_container span{
    font-size: 80px;
    color: #717171;
}
.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){
    button.btn.btn-success.disclamer-close.waves-effect.waves-light {
        width: 65% !important;
    }
    .title_h span {
        font-size: 21px;
    }
    section {
        padding-top: 60px;
    }
}
ul#ui-id-1 {
    background: #fff;
    z-index: 111;
}
.list-groupzz {
   
    justify-content: center;
 
}
.list-groupzz li:first-child{
    background: #ed4146;
    color: #fff;
}
.list-groupzz li:nth-child(2){
    background: #ffcc29;
    color: #fff;
}
.list-groupzz li:nth-child(3){
    background: #a8cf45;    
    color: #fff;
}
.list-groupzz li:nth-child(4){
    background: #22628d;
    color: #fff;
}
.list-groupzz .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
}
