@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&amp;display=swap');
.innermenu {
    min-height: 330px;
    outline: 0;
    position: relative;
}

.innermenu ul li {
    position: relative;
    width: 100%;
    margin-bottom: 8px;
}

.innermenu * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

.innermenu ul li a {
    background:#fff;
    background-color: rgb(255, 255, 255);
    display: block;
    color: #000;
    font-size: 13px;
    padding: 14px;
    position: relative;
    text-decoration: none;
    width: 100%;
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    transition-duration: .3s;
    border-left: 4px solid #03356E;
    text-transform: capitalize !important;
}
.innermenu > ul > li > a {
    font-weight: 700;
    font-size: 20px !important;
    color: #002B5B !important;
    width: 100%;
    border-bottom: 1px solid #03356E !important;
    margin-bottom: 15px;
    background-color: transparent !important;
    border-left: 0 !important;
    box-shadow: none !important;
    padding: 15px 0 !important;
    cursor: default;
    pointer-events: none;
}


.rightsidebar {
	position: fixed;
	background-color: #002b5b;
	opacity: 0.8;
	z-index: 999;
	top: 38%;
	right: -49px;
	transform: rotate(270deg);
	color: #fff;
	text-transform: uppercase;
	padding: 5px 10px;
	border: 2px solid #fff;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 1px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.rightsidebarmenu {
	position: fixed;
	width: 270px;
	right: -270px;
	top: 35%;
	z-index: 999999;
}

.rightsidebarmenu>.innermenu>ul>li {
	display: block!important
} 

.rightsidebarmenu .innermenu{
	min-height: auto
}
.rightsidebarmenu .innermenu>ul>li>a{
	font-size: 15px!important;
	color: #fff!important;
	border-bottom: 0 solid rgb(0 43 91)!important;
	margin-bottom: 0;
	background-color: rgb(0 43 91)!important;
	padding: 11px 10px!important;
	cursor: default;
	pointer-events: none;
}
.rightsidebarhide>a:after, .rightsidebarhide>a:before {
	color: #fff;
	font-family: simple-line-icons
}
.rightsidebarmenu .innermenu ul li{
	margin-bottom: 0;
	border-bottom: 1px solid #eee
}
.rightsidebarmenu .innermenu ul li a{
	padding: 9px 14px;
	border-left: 0 solid #03356E;
}
.sidebaropen {
	right: 0!important
}
.rightsidebarhide>a:after {
	float: right
}
.rightsidebarhide>a:before {
	margin-right: 10px
}

.innermenu ul {
    list-style: none;
    margin: 0;
    padding: 0; opacity:0.98;
}

.rightsidebarmenu > .innermenu > ul > li {
    display: block !important;
}

.sidebaropen {
    right: 0 !important;
}

.rightsidebarmenu {
    height: auto;
    overflow: hidden;
}
/*********leftsidebar*******************/
.leftsidebar {
	position: fixed;
	background-color: #f8b817;
	opacity: 0.9;
	z-index: 999;
	top: 85%;
	left: -49px;
	transform: rotate(90deg);
	color: #000;
	text-transform: uppercase;
	padding: 4px 8px;
	border: 2px solid #000;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 1px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.leftsidebarmenu {
	position: fixed;
	width: 280px;
	left: -280px;
	top: 60%;
	z-index: 999999;
}

.leftsidebarmenu>.innermenu>ul>li {
	display: block!important
} 

.leftsidebarmenu .innermenu{
	min-height: auto
}
.leftsidebarmenu .innermenu>ul>li>a{
	font-size: 15px!important;
	color: #fff!important;
	border-bottom: 0 solid rgb(0 43 91)!important;
	margin-bottom: 0;
	background-color: rgb(0 43 91)!important;
	padding: 11px 10px!important;
	cursor: default;
	pointer-events: none;
}
.leftsidebarhide>a:after, .leftsidebarhide>a:before {
	color: #fff;
	font-family: simple-line-icons
}
.leftsidebarmenu .innermenu ul li{
	margin-bottom: 0;
	border-bottom: 1px solid #eee
}
.leftsidebarmenu .innermenu ul li a{
	padding: 5px 14px;
	border-right: 0 solid #03356E;
}
.sidebaropen2 {
	left: 0!important
}
.leftsidebarhide>a:after {
	float: left
}
.leftsidebarhide>a:before {
	margin-left: 10px
}

.innermenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
	opacity:0.98;
}

.leftsidebarmenu > .innermenu > ul > li {
    display: block !important;
}

.sidebaropen2 {
    left: 0 !important;
}

.leftsidebarmenu {
    height: auto;
    overflow: hidden;
}
    .statistics {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        /* flex-direction: row; */
        background-color: #ffce08;
        width: 100%;
        box-shadow: 0 0 25px rgba(0, 0, 0, .5);
        margin-top: 10px;
    }

    .statistics li {
        border-right: 1px solid rgb(255 255 255);
        width: 19%;
        padding: 20px;
        flex-grow: 1;
    }

    .statistics li .counter-box {
        display: block;
        color: black;
        text-align: left;
        line-height: 0.875em;
    }

    .statistics li .counter-box span {
        font-size: 1.8em;
        display: block;
        font-weight: 600;
        margin-bottom: 15px;
        color: rgb(27 66 110);
    }
.nameWithLogo { display: flex; }
.colg-sub-heading{color: white; font-size:13px; margin: 2px 3px 0px 0px; }
.nameSite {font-size: 23px; color: white; margin: 12px 0 0 0;}
.nameLogo {height: 55px; width: 100px; margin: 1px 0px 1px 0px;}
.cs-section-title {font-size: 22px; color: brown}
.liststyle ul li {line-height: 35px;}
.liststyle ul li span {font-size: 21px;}
.eventImg{ height: 300px; width: 100%;}
.eventImg1{ height: 345px; width: 100%; border: 2px solid #000F3A;}
/* modal  */
.modal1 { padding-top: 160px; }
.modal-content1 { width: 340px !important; }
.notiImg1 { width: 100%; height: 400px !important; }
.close1 {color: #aaa;float: right;font-size: 24px;font-weight: bold;cursor: pointer;text-align: end;}
/* modal  */
.eventName1 {margin: 10px 0px;}
@media (max-width: 768px) {
	.viSection iframe { height: 280px !important;}
	#top2 { display: none;} 
	.colg-sub-heading {font-size:7px;}
	.nameLogo {height: 55px; width: 100px; margin: 10px 0px 0px 0px;}
	.nameSite {font-size: 15px; color: white; margin: 12px 0 0 0;}
	.statistics {display: block !important; float: none;}
	.statistics li { width: 49%; padding: 15px !important; flex-grow: 1; display: inline-block; }
	.eventImg{ height: 250px;}
	.eventImg1{ height: 200px;}
	.notiImg1 { height: 270px !important; }
	.eventName1 {margin: 20px 0px 65px 0px;}
}
