#header .header-btn-collapse-nav { 
    font-size: 18px;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,"Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol","Noto Color Emoji",sans-serif!important;
    font-size: 18px;
    background: #000;
    color: #fff;
}
img{ width:100%;}
p {
    /*text-align: justify;*/
}
h1 {
    color:#fff;
    font-size: 30px;
    font-weight: 800; 
    line-height: 50px;
    text-transform: uppercase;
}
h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    text-transform: uppercase;
}
h3 {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; 
    text-transform: uppercase;
} 
.title { 
    color: #ff2a00 !important; 
    text-align: center;
    display: block;
    margin: 0 auto;  
    margin-bottom: 20px !important;
    padding: 10px;
    font-size: 35px !important;
    font-weight: 800 !important; 
    text-transform: uppercase; 
}
.title:after {
    content: "";
    height: 60px;
    width: 100%;
    display: block;
    padding-bottom: 40px!important;
    margin: 10px 0% 0;
    background: url(../img/heading.png) no-repeat top center; 
}
.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.onlyImg .flex-container a {
    width: 19%;
    display: block;
    margin: 0 auto;
    border: 3px solid #fe0202; 
    margin-bottom: 20px;
}
.category .flex-container a {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    width: 19%;
    padding: 7px 8px;
    text-align: center;
    box-shadow: 0px 2px 15px rgba(var(--color-black-rgb), 0.1);
    background: radial-gradient(169.96% 71.53% at 0 20.35%,#700d0d 0,#fe0202 100%);
    position: relative;
    border-radius: 5px;
    font-size: 14px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}
.location .flex-container a {
    color: #fff; 
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    width: 24%;
    display: block;
    margin: 0 auto;
    background: linear-gradient(142deg, rgba(2,0,36,1) 0%, rgba(121,9,9,1) 45%, rgba(255,0,0,1) 100%);
    border: 3px solid #fe0202;
    margin-bottom: 15px;
    text-align: center;
}
.location img {
    min-height: 160px;
}
.location .flex-container a span {
    padding: 10px;
    display: block;
    font-size: 15px;
    font-weight: 500;
}
/*****team start*****/
.team .flex-container a { 
    color: #fff;
    border-radius: 5px;
    font-size: .8225rem;
    font-weight: 700;
    text-transform: capitalize;
    width: 19%; 
    display: block;
    margin: 0 auto; 
}
.team .member {
    text-align: center;
    margin-bottom: 20px;
    background: #4c0d0a;
    height: auto;
    border: 3px solid #7d0328; 
}

.team .member img {
    width: 100%;
    height: auto;
    margin: 0 0 5px 0; 
}
.member-info {
    margin-bottom: 5px;
}

.team .member .member-info span { 
    font-weight: 700;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #cc194f;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
/*****team end*****/
.member-top {
    background-image: url(../img/available.gif); 
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 40px;
}
section {
    padding: 60px 0;
    overflow: hidden;
}
@media handheld, only screen and (max-width: 480px)
{
    section {
    padding: 20px 0; 
    }
    .location .flex-container a span {
        padding: 5px; 
        font-size: 12px; 
    }
    .member-top {
        height: 20px;
    }
    .location img {
        min-height: 100px;
    }
    h1 {
        font-size: 22px;
        line-height: 30px;
        text-align: center;
    }
    h2 {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }
    h3 {
        font-size: 18px;
        line-height: 25px;
        text-align: center;
    }
    p {
        text-align: justify;
    }
    .title { 
        width: 80%;
        font-size: 22px !important; 
    }
    .category .flex-container a {
        width: 47%;
    }
    .location .flex-container a {
        width: 47%;
    }
    .onlyImg .flex-container a {
        width: 47%;
    }
    .team .flex-container a {
        width: 47%;
    } 
}