
*{
	margin:0 auto;
	padding: 0 auto;
}
body{
	font-size: 16px;
	color: #000000;
	font-family: 'Roboto', sans-serif;
}

.top-header{
	position: absolute;
    width: 100%;
   z-index: 1;
   background-color: #ffcf01;
}
.toolbar-left h2{
     font-size: 15px;
     text-transform: uppercase;
     color: #00529c;
     font-weight: 600;
     margin-top: 7px;
    margin-bottom: 4px;
}
.tm-toolbar {
    margin: 0;
    height: 30px;
}
.tm-toolbar ul{
	float: right;
	list-style: none;
	line-height: 30px;
}
.tm-toolbar ul li{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.tm-toolbar ul li a i{
	color: #00529c;
}
.navbar{
	position: absolute;
    z-index: 10;
   width: 100%;
   top: 30px !important;
}
/*slider*/
.item img{
	width: 100%;
	height: 550px;
}
/*********about-us************/
.home-about{
	padding-top: 90px;
	padding-bottom: 90px; 
	position: relative;
}
.home-about h2{
	text-transform: capitalize;
    color: #00529c;
    font-weight: 600;
   font-family: 'Oswald', Arial, sans-serif;
}
.home-about h2::after{
	width: 8%;
    height: 3px;
    background-color: #ffcf01;
    content: "";
    display: block;
    margin-top: 11px;
}
.home-about h1 span{
	color: #FFCF01;
}


figure.snip0078 {
    font-family: 'Oswald', Arial, sans-serif;
    color: #fff;
    position: relative;
    float: left;
    margin: 10px 1%;
    min-width: 220px;
    max-width: 350px;
    max-height: 310px;
    width: 100%;
    text-align: center;
}

figure.snip0078 * {
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
}

figure.snip0078 img {
    opacity: 1;
    max-width: 100%;
    border: 10px solid #000000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

figure.snip0078 figcaption {
    bottom: 0;
    width: 60%;
    right: 0;
    position: absolute;
    background: #000000;
    padding: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0 0px 10px -10px #000000;
}

figure.snip0078 figcaption h2,
figure.snip0078 figcaption p {
    margin: 0;
    color: #ffffff;
}

figure.snip0078 figcaption h2 {
    font-weight: 400;
    text-transform: uppercase;
}

figure.snip0078 figcaption h2 span {
    font-weight: 800;
}

figure.snip0078 figcaption p {
    font-size: 0.9em;
    font-weight: 500;
    opacity: 0.65;
}

figure.snip0078 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

figure.snip0078.blue figcaption {
    background: #00529c;
}

figure.snip0078.blue img {
    border: 3px solid #00529c;
}

figure.snip0078.red figcaption {
    background: #00529c;
}

figure.snip0078.red img {
    border: 3px solid #00529c;
}

figure.snip0078.yellow figcaption {
    background: #00529c;
}

figure.snip0078.yellow img {
    border: 3px solid #00529c;
}

figure.snip0078:hover figcaption,
figure.snip0078.hover figcaption {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    box-shadow: 0 15px 15px -15px #000000;
}

figure.snip0078:hover.blue img,
figure.snip0078.hover.blue img {
    border: 10px solid #FFCF01;
}

figure.snip0078:hover.red img,
figure.snip0078.hover.red img {
    border: 10px solid #FFCF01;
}

figure.snip0078:hover.yellow img,
figure.snip0078.hover.yellow img {
    border: 10px solid #FFCF01;
}


.snip1374 {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 240px;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
}

.snip1374 img {
    max-width: 100%;
    vertical-align: top;
    -webkit-transition: all 2s ease-out;
    transition: all 2s ease-out;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.snip1374:hover img,
.snip1374.hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.info-text{
  top: 50%;
}
.info-text p {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    font-size: 26px;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
    padding: 16% 4%;
    vertical-align: middle;
}
.info-text .right {
  float: right;
}
/************************************************/
/**********end-about-us**********************/
.mamber{
	background-color: #d1cfcf66;
    padding-top: 80px;
    padding-bottom: 80px;

}
.seperate img{
	width: 250px;
	height: auto;
	text-align: center;
    display: block;
    margin: 0 auto;
}
.testimonial_control{
	text-align: center;
	margin-bottom: 40px;
}

.about-member h2{
	text-transform: capitalize;
    color: #00529c;
    font-weight: 600;
   font-family: 'Oswald', Arial, sans-serif;
}
.about-member h2::after{
    width: 8%;
    height: 3px;
    background-color: #ffcf01;
    content: "";
   display: block;
   margin-top: 11px;
}
.about-member p{
	padding-right: 20px;
}
.seperate{
	margin-top: 40px;
}
/********************/
/***********end-about-member**************************/
.home-event {
	padding-top: 90px;
	padding-bottom: 90px;
}
.home-event h2{
   text-transform: capitalize;
   color: #00529c;
   font-weight: 600;
   font-family: 'Oswald', Arial, sans-serif;
   text-align: center;
   margin-bottom: 40px;
}
.home-event h2::after{
    width: 8%;
height: 3px;
background-color: #ffcf01;
content: "";
display: block;
margin: 0 auto;
margin-top: 11px;
}
.box{
    text-align: center;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    overflow: hidden;
    perspective: 300px;
    position: relative;
}
.box:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: -100%;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.box:hover:before{ top: 0; }
.box img{
    width: 100%;
    height: auto;
    transform: scale(1.1);
    transition: all 0.3s ease 0s;
}
.box:hover img{ transform: scale(1); }
.box .box-content{
    width: 100%;
    background: #00529c;
    position: absolute;
    bottom: -1px;
    left: 50%;
    opacity: 0;
    z-index: 1;
    transform: translateX(-50%) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.4s ease 0s;
}
.box:hover .box-content{
    opacity: 1;
    transform: translateX(-50%) rotateX(0deg);
}
.box .title{
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    margin: 5px 0 5px 0;
    text-transform: capitalize;

}
.box .post{
    display: inline-block;
    font-size: 16px;
    font-style: italic;
    color: #fff;
    margin: 0 0 10px 0;
}
.box .post a{
    color: #fff;
}
.box .icon{
    padding: 0;
    margin: -17px 0 20px 0;
    list-style: none;
}
.box .icon li{
    display: inline-block;
    margin-right: 10px;
    transition: all 0.3s ease 0s;
}
.box .icon li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #000;
    position: relative;
}
.box .icon li a:hover{ color: #fff; }
.box .icon li a:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #ff6070;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s ease 0s;
}
.box .icon li a:hover:after{
    box-shadow: 0 0 10px #000;
    transform: translateY(-50%) rotate(360deg);
}
@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}
.inner-content h3 a{
    text-decoration: none;
    color: #fff;
}
/*************end-activity************************/
.footer{
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-left p{
	color: #fff;
	font-size: 18px;
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 90px;
}
.middle img{
	text-align: center;
	display: block;
	margin: 0 auto;
	width: 100px;

}
/**********************************************************/
/*********about-head********************/
.about-head{
    background-image: url('../images/about-bg1.jpg');
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    position: relative;
    padding-top: 100px;
    padding-bottom: 60px;
    text-align: center;
}
.about-head h1{
    text-align: center;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 40px;
    font-family: 'Oswald', Arial, sans-serif;
}
.about-head h1::after{
    width: 6%;
    height: 3px;
    background-color: #ffcf01;
    content: "";
    display: block;
    margin: 0 auto;
    margin-top: 7px;   
}
.about-head p{
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Oswald', Arial, sans-serif;
    letter-spacing: 1px;
}
.about-head p a{
    padding-right: 8px;
    text-decoration: none;
    color: #fff;
}
.about-head p a span{
    color: #ffcf01;
    padding-right: 8px;
}
/*************about-contain************************/
.about-main{
    padding-top: 80px;
    padding-bottom: 80px;
}
.about-main h2{
    text-transform: capitalize;
    color: #00529c;
    font-weight: 600;
    font-family: 'Oswald', Arial, sans-serif;
}
.about-main h2::after{
    width: 8%;
    height: 3px;
    background-color: #ffcf01;
    content:"";
    display: block;
    margin-top: 11px;
}
.about-right img{
    width: 100%;
    margin-top: 30px;
}
.mission{
    background-color: #d1cfcf66;
    padding-top: 80px;
    padding-bottom: 80px;
}
.mission h2{
    text-transform: capitalize;
    color: #00529c;
    font-weight: 600;
    font-family: 'Oswald', Arial, sans-serif;
}
.mission h2::after{
    width: 8%;
    height: 3px;
    background-color: #ffcf01;
    content:"";
    display: block;
    margin-top: 11px;
}
/**********head-activities***************************************/
.head-activities{
    background-image: url('../images/about-bg1.jpg');
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    position: relative;
    padding-top: 100px;
    padding-bottom: 60px;
    text-align: center;
}
.head-activities h1{
    text-align: center;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 40px;
    font-family: 'Oswald', Arial, sans-serif;
}
.head-activities h1::after{
    width: 6%;
    height: 3px;
    background-color: #ffcf01;
    content: "";
    display: block;
    margin: 0 auto;
    margin-top: 7px;   
}
.head-activities p{
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Oswald', Arial, sans-serif;
    letter-spacing: 1px;
}
.head-activities p a{
    padding-right: 8px;
    text-decoration: none;
    color: #fff;
}
.head-activities p a span{
    color: #ffcf01;
    padding-right: 8px;
}
/**********main-activities****************************/
.main-activities{
    padding-top: 80px;
    padding-bottom: 80px;
}
.main-activities h2{
    text-transform: capitalize;
    color: #00529c;
    font-weight: 600;
    font-family: 'Oswald', Arial, sans-serif;
}
.main-activities h2::after{
    width: 8%;
    height: 3px;
    background-color: #ffcf01;
    content:"";
    display: block;
    margin-top: 11px;
}
.main-activities ul {
    list-style: none;
    margin-left: -30px;
}
.main-activities ul li{
    padding-bottom: 10px;
}
.main-activities ul li i{
    color: #ffcf01;
    margin-right: 7px;
}
/*************facility******************************/
.facility{
    background-color: #d1cfcf66;
    padding-top: 80px;
    padding-bottom: 80px;
}
.facility h2{
    text-transform: capitalize;
    color: #00529c;
    font-weight: 600;
    font-family: 'Oswald', Arial, sans-serif;
}
.facility h2::after{
    width: 10%;
    height: 3px;
    background-color: #ffcf01;
    content:"";
    display: block;
    margin-top: 11px;
}
.facilities-left img{
    width: 100%;
    height: 220px;
}
/**********************medical-head*******************************************/
.medical-head{
    background-image: url('../images/about-bg1.jpg');
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    position: relative;
    padding-top: 100px;
    padding-bottom: 60px;
    text-align: center;
}
.medical-head h1{
    text-align: center;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 40px;
    font-family: 'Oswald', Arial, sans-serif;
}
.medical-head h1::after{
    width: 6%;
    height: 3px;
    background-color: #ffcf01;
    content: "";
    display: block;
    margin: 0 auto;
    margin-top: 7px;   
}
.medical-head p{
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Oswald', Arial, sans-serif;
    letter-spacing: 1px;
}
.medical-head p a{
    padding-right: 8px;
    text-decoration: none;
    color: #fff;
}
.medical-head p a span{
    color: #ffcf01;
    padding-right: 8px;
}
/*************main-medical****************************************/
.main-medical{
    padding-top: 80px;
    padding-bottom: 80px;
}
.medical-gallery{
    width: 100%;
}
.medical-gallery img{
    width: 100%;
    height: auto;
    margin:10px 0px;
    transition:all 0.3s ease;
}
/***********Youth-Empowerment***************************************************/

.youth-head{
    background-image: url('../images/about-bg1.jpg');
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    position: relative;
    padding-top: 100px;
    padding-bottom: 60px;
    text-align: center;
}
.youth-head h1{
    text-align: center;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 40px;
    font-family: 'Oswald', Arial, sans-serif;
}
.youth-head h1::after{
    width: 6%;
    height: 3px;
    background-color: #ffcf01;
    content: "";
    display: block;
    margin: 0 auto;
    margin-top: 7px;   
}
.youth-head p{
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Oswald', Arial, sans-serif;
    letter-spacing: 1px;
}
.youth-head p a{
    padding-right: 8px;
    text-decoration: none;
    color: #fff;
}
.youth-head p a span{
    color: #ffcf01;
    padding-right: 8px;
}
/***********main-youth*******************************************/
.main-youth{
     padding-top: 80px;
    padding-bottom: 80px;
}
.youth-left img{
    width: 100%;
    height: auto;
}
.youth-right h2{
     text-transform: capitalize;
    color: #00529c;
    font-weight: 600;
    font-family: 'Oswald', Arial, sans-serif;
}
.youth-right h2::after{
    width: 10%;
    height: 3px;
    background-color: #ffcf01;
    content:"";
    display: block;
    margin-top: 11px;
}
/*************media-head*********************************************/
.media-head{
     background-image: url('../images/about-bg1.jpg');
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    position: relative;
    padding-top: 100px;
    padding-bottom: 60px;
    text-align: center;
}
.media-head h1{
    text-align: center;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 40px;
    font-family: 'Oswald', Arial, sans-serif;
}
.media-head h1::after{
    width: 6%;
    height: 3px;
    background-color: #ffcf01;
    content: "";
    display: block;
    margin: 0 auto;
    margin-top: 7px;   
}
.media-head p{
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Oswald', Arial, sans-serif;
    letter-spacing: 1px;
}
.media-head p a{
    padding-right: 8px;
    text-decoration: none;
    color: #fff;
}
.media-head p a span{
    color: #ffcf01;
    padding-right: 8px;
}
/*************main-media********************************/
.main-media{
     padding-top: 80px;
    padding-bottom: 80px;
}
.main-media h2{
     text-transform: capitalize;
    color: #00529c;
    font-weight: 600;
    font-family: 'Oswald', Arial, sans-serif;
}
.main-media h2::after{
    width: 10%;
    height: 3px;
    background-color: #ffcf01;
    content:"";
    display: block;
    margin-top: 11px;
}
.main-media ul{
    list-style: none;
}
.main-media ul li{
    margin-bottom: 7px;
}
.main-media ul li i{
    font-size: 17px;
    color: #ffcf01;
    margin-right: 7px;
}
.main-media ul li a{
    font-size: 17px;
}
/**********acid-head*******************************************/
.acid-head{
    background-image: url('../images/about-bg1.jpg');
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    position: relative;
    padding-top: 100px;
    padding-bottom: 60px;
    text-align: center;
}
.acid-head h1{
    text-align: center;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 40px;
    font-family: 'Oswald', Arial, sans-serif;
}
.acid-head h1::after{
    width: 6%;
    height: 3px;
    background-color: #ffcf01;
    content: "";
    display: block;
    margin: 0 auto;
    margin-top: 7px;   
}
.acid-head p{
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Oswald', Arial, sans-serif;
    letter-spacing: 1px;
}
.acid-head p a{
    padding-right: 8px;
    text-decoration: none;
    color: #fff;
}
.acid-head p a span{
    color: #ffcf01;
    padding-right: 8px;
}
/*************main-acid***************************************************/
.main-acid{
     padding-top: 80px;
    padding-bottom: 80px;
}
.main-acid h2{
     text-transform: capitalize;
    color: #00529c;
    font-weight: 600;
    font-family: 'Oswald', Arial, sans-serif;
}
.main-acid h2::after{
    width: 10%;
    height: 3px;
    background-color: #ffcf01;
    content:"";
    display: block;
    margin-top: 11px;
}
.acid-left{
    margin-top: 20px;
}
/**************environment-head*******************************************************/
.environment-head{
    background-image: url('../images/about-bg1.jpg');
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    position: relative;
    padding-top: 100px;
    padding-bottom: 60px;
    text-align: center;
}
.environment-head h1{
    text-align: center;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 40px;
    font-family: 'Oswald', Arial, sans-serif;
}
.environment-head h1::after{
    width: 6%;
    height: 3px;
    background-color: #ffcf01;
    content: "";
    display: block;
    margin: 0 auto;
    margin-top: 7px;   
}
.environment-head p{
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Oswald', Arial, sans-serif;
    letter-spacing: 1px;
}
.environment-head p a{
    padding-right: 8px;
    text-decoration: none;
    color: #fff;
}
.environment-head p a span{
    color: #ffcf01;
    padding-right: 8px;
}
/************main-environment*******************************/
.main-environment{
     padding-top: 80px;
    padding-bottom: 80px;
}
.main-environment h2{
     text-transform: capitalize;
    color: #00529c;
    font-weight: 600;
    font-family: 'Oswald', Arial, sans-serif;
}
.main-environment h2::after{
    width: 10%;
    height: 3px;
    background-color: #ffcf01;
    content:"";
    display: block;
    margin-top: 11px;
}
.environment-right img{
    width: 100%;
    height: auto;
}
/*******eno-bottom********************/
.eno-bottom{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #d1cfcf66;
}
.eno-bottom h3{
    font-size: 20px;
     text-transform: capitalize;
    color: #00529c;
    font-weight: 600;
    font-family: 'Oswald', Arial, sans-serif;
    letter-spacing: 1px;
}
.eno-bottom ul{
    list-style: none;
}
.eno-bottom ul li{
    padding-bottom: 7px;
    font-size: 17px;
}
.eno-bottom ul li i{
    color: #ffcf01;
    margin-right: 7px;
}
/**********member-head***************************************/
.member-head{
    background-image: url('../images/about-bg1.jpg');
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    position: relative;
    padding-top: 100px;
    padding-bottom: 60px;
    text-align: center;
}
.member-head h1{
    text-align: center;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 40px;
    font-family: 'Oswald', Arial, sans-serif;
}
.member-head h1::after{
    width: 6%;
    height: 3px;
    background-color: #ffcf01;
    content: "";
    display: block;
    margin: 0 auto;
    margin-top: 7px;   
}
.member-head p{
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Oswald', Arial, sans-serif;
    letter-spacing: 1px;
}
.member-head p a{
    padding-right: 8px;
    text-decoration: none;
    color: #fff;
}
.member-head p a span{
    color: #ffcf01;
    padding-right: 8px;
}
/***********main-mamber*********************/
.main-mamber{
     padding-top: 80px;
    padding-bottom: 80px;
}
.main-mamber h2{
     text-transform: capitalize;
    color: #00529c;
    font-weight: 600;
    font-family: 'Oswald', Arial, sans-serif;
}
.main-mamber h2::after{
    width: 10%;
    height: 3px;
    background-color: #ffcf01;
    content:"";
    display: block;
    margin-top: 11px;
    margin-bottom: 11px;
}
/********accordian*********/
#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
    position: relative;
}
#accordion .panel:before{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border: 1px dashed #6e8898;
    position: absolute;
    top: 25px;
    left: 18px;
}
#accordion .panel:last-child:before{ display: none; }
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}
#accordion .panel-title a{
    display: block;
    padding: 10px 30px 10px 60px;
    margin: 0;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #1d3557;
    border-radius: 0;
    position: relative;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 40px;
    height: 100%;
    line-height: 40px;
    background: #8a8ac3;
    border: 1px solid #8a8ac3;
    border-radius: 3px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:before{
    content: "\f105";
    background: #fff;
    border: 1px solid #6e8898;
    color: #000;
}
#accordion .panel-body{
    padding: 10px 30px 10px 30px;
    margin-left: 40px;
    background: #fff;
    border-top: none;
    font-size: 15px;
    color: #6f6f6f;
    line-height: 28px;
    letter-spacing: 1px;
}
#accordion .panel-heading a{
    text-decoration: none;
}
/**********who-lion****************************/
.who-lion{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #d1cfcf66;
}
.who-lion h2{
     text-transform: capitalize;
    color: #00529c;
    font-weight: 600;
    font-family: 'Oswald', Arial, sans-serif;
}
.who-lion h2::after{
    width: 10%;
    height: 3px;
    background-color: #ffcf01;
    content:"";
    display: block;
    margin-top: 11px;
    margin-bottom: 11px;
}
.who-right img{
    width: 100%;
    height: 440px;
}
.membar-bottom img{
    width: 100%;
    height: auto;
}
/***********member-name***********************/
.member-name{
    padding-top: 80px;
    padding-bottom: 80px;
}
.member-name h2{
    text-transform: capitalize;
    color: #00529c;
    font-weight: 600;
    font-family: 'Oswald', Arial, sans-serif;
    text-align: center;
}
.member-name h2::after{
    width: 10%;
    height: 3px;
    background-color: #ffcf01;
    content: "";
    display: block;
    margin: 0 auto;
    margin-top: 11px;
}
.member-new img{
    width: 100%;
    height: auto;
}
.member-new h3{
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
    color: #00529c;
}
/*********event-head*******************************/
.event-head{
        background-image: url('../images/about-bg1.jpg');
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    position: relative;
    padding-top: 100px;
    padding-bottom: 60px;
    text-align: center;
}
.event-head h1{
    text-align: center;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 40px;
    font-family: 'Oswald', Arial, sans-serif;
}
.event-head h1::after{
    width: 4%;
    height: 3px;
    background-color: #ffcf01;
    content: "";
    display: block;
    margin: 0 auto;
    margin-top: 7px;   
}
.event-head p{
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Oswald', Arial, sans-serif;
    letter-spacing: 1px;
}
.event-head p a{
    padding-right: 8px;
    text-decoration: none;
    color: #fff;
}
.event-head p a span{
    color: #ffcf01;
    padding-right: 8px;
}
/*****main-event************************/
.main-event{
    padding-top: 80px;
    padding-bottom: 80px;
}
.main-event h2{
     text-transform: capitalize;
    color: #00529c;
    font-weight: 600;
    font-family: 'Oswald', Arial, sans-serif;
}
.main-event h2::after{
    width: 10%;
    height: 3px;
    background-color: #ffcf01;
    content:"";
    display: block;
    margin-top: 11px;
}
.event-right img{
    width: 100%;
    height: auto;
}
/*******event-bottom******************/
.event-bottom{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #d1cfcf66;
}
.event-bottom h2{
    font-size: 19px;
     text-transform: capitalize;
    color: #00529c;
    font-weight: 500;
    font-family: 'Oswald', Arial, sans-serif;
}
/*********contact-us***********************************/
.contact-us{
    padding-top: 80px;
    padding-bottom: 80px;
}
.contact-us h2{
     text-transform: capitalize;
    color: #00529c;
    font-weight: 500;
    font-family: 'Oswald', Arial, sans-serif;
}
.contact-us h2::after{
    width: 10%;
    height: 3px;
    background-color: #ffcf01;
    content:"";
    display: block;
    margin-top: 11px;
}
.form-group label{
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
}
textarea.form-control {
    height: 190px !important;
}
.contact-right{
    margin-top: 16%;

}
.contact-right h3{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}
.contact-right h3::after{
    width: 10%;
    height: 3px;
    background-color:#ffcf01;
    content: "";
    display: block;
    margin: 0 auto;
    margin-top: 11px; 
}
.contact-right p{
    text-align: center;
    margin-top: 5%;
}
.contact-right p i{
    color: #ffcf01;
    margin-right: 7px;
}
.account{
    margin-top: 15%;
}
.account h3{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}
.account1 h3{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}
.account h3::after{
    width: 10%;
    height: 3px;
    background-color:#ffcf01;
    content: "";
    display: block;
    margin: 0 auto;
    margin-top: 11px; 
}
.account1 h3::after{
    width: 10%;
    height: 3px;
    background-color:#ffcf01;
    content: "";
    display: block;
    margin: 0 auto;
    margin-top: 11px; 
}
.account p{
    text-align: center;
    text-transform: capitalize;
    font-size: 17px;
}
.account1 p{
    text-align: center;
    text-transform: capitalize;
    font-size: 17px;
}
/*********modal***********************/
.modal-title{
    text-align: center;
font-size: 20px;
color: #;
color: #27669e;
font-weight: 600;
}
/************animation***********************/
/*.blink-1 {
        animation: blink 1s linear infinite !important;
    }
       @keyframes blink{
       0%{opacity: 0;}
       25%{opacity: .5;}
       50%{opacity: 1;}
       75%{opacity: .5;}
       100%{opacity: 0;}
}*/
/*************team************************/
.team{
    margin-top: 30px;
    text-align: center;
}
.team img{
    width: 50%;
    border-radius:50% 50%;
    display: block;
    margin: 0 auto;
}
.team h4{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.team h4 span{
    font-size: 13px;
    color: #085a9b;
    margin-top: 7px;
}

.navbar-right {
    float: right!important;
    margin-right: -25px;
}

.navbar-brand::after {
    content: '';
    transform: skewX(-33deg);
    -webkit-transform: skewX(-33deg);
    background: #ffcf01;
    position: absolute;
    right: -30px !important;
    top: -34px;
    bottom: -30px;
    left: -1000%;
    z-index: -2;
}


.lion-club h2{
    color:#055b9f;
}

.object-foundation{
    padding: 40px 0;
    background: #03609c1f;
}

.lion-club {
    padding:40px 0;
}

.object-foundation h2{
    color: #03589d;
    font-weight: 600;
    position:relative;
}

.object-foundation h2::before {
    content: "";
    position: absolute;
    background: #ffcf01;
    height: 5px;
    width: 15%;
    left: 35%;
    top: 35%;
}

.account1 {
    padding:40px 0;
}

.old-age h2{
    color: #00529c;
    font-weight: 600;
}

.old-age {
    padding:40px 0;
}


