@charset "utf-8";
/* CSS Document */

/*
font-family: 'Oswald', sans-serif;
font-family: 'Muli', sans-serif;
*/

body {
	padding: 0;
	margin: 0;
	font-family: 'Muli', sans-serif;
	overflow-x: hidden;
}
ul {
	padding: 0;
	margin: 0;
}
li {
	list-style-type: none;
}
a:focus, a:hover {
	outline: none;
	text-decoration: none;
}
.pad_nill {
	padding-left: 0;
	padding-right: 0;
}
.pad_left_nill {
	padding-left: 0;
}
.pad_right_nill {
	padding-right: 0;
}
/** {
	transition: all 0.3s ease-in-out;
}*/
/*
================================
index page
================================
*/
.header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	padding: 30px 0 0 0;
}
.logo_box {
	display: inline-block;
}
.menu {
	display: flex;
	justify-content: right;
	align-items: center;
	margin-top:5px;
}

.menu > li {
	flex: 0 0 auto;
}
.menu > li > a {
	padding: 10px;
	/*color: #ffa600;*/
	color: #000;
	display: inline-block;
	line-height: 1;
	transition: all 0.3s ease-in-out;
}
.menu > li > a.nav_actv {
	background: #b51e4d;
	color: #fff;
}
.menu > li > a:hover {
	background: #b51e4d;
	color: #fff;
}
.c_text_right {
	text-align: right;
	padding-right: 20%;
}
.register {
	background-color: #fde205;
	color: #b51e4d;
	display: inline-block;
	padding: 17px 50px 20px 30px;
	line-height: 1;
	font-size: 16px;
	font-weight: 800;
	position: relative;
	background-image: url(../images/reggister.png);
	background-repeat: no-repeat;
	background-position: 145px 17px;
	background-size: 15px;
	width: 185px;
	transition: all 0.3s ease-in-out;
}
.register:hover, .register:focus {
	color: #000000;
}
.register::after {
	content: '';
	width: 20px;
	height: 20px;
	border-left: 1px solid #e84477;
	border-bottom: 1px solid #e84477;
	left: 10px;
	bottom: 10px;
	position: absolute;
	transition: all 0.3s ease-in-out;
}
.register::before {
	content: '';
	width: 20px;
	height: 20px;
	border-top: 1px solid #e84477;
	border-right: 1px solid #e84477;
	right: 10px;
	top: 10px;
	position: absolute;
	transition: all 0.3s ease-in-out;
}
.register:hover:after {
	width: 165px;
	height: 33px;
}
.register:hover:before {
	width: 165px;
	height: 33px;
}
.banner_section {
	/*height: 700px;*/
	height:auto;
	position: relative;
}
.p1 {
	position: absolute;
	width: 100%;
	height: 220px;
	background-color: #212f49;
	left: 0;
	bottom: 120px;
}
.p2 {
	position: absolute;
	bottom: 60px;
	left: 13%;
	width: 647px;
	height: 242px;
	background-size: cover;
	background-repeat: no-repeat;
}
/*.banner_section::after {
	width: 676px;
	height: 100%;
	background-image: url(../images/banner_bg_new.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	position: absolute;
	top: -40px;
	right: -80px;
	content: '';
	animation: scale 2.5s alternate infinite ease-in;
}*/
@keyframes scale {
  0%   {transform: scale(.9);}
  100% {transform: scale(1);}
}
.groth {
	position: absolute;
	/*right: 5%;
	top: 47%;*/
	right: 4%;
	top: 40%;
	z-index: 2;
	transform: translateY(-50%);
	/*width: 210px;*/
	width: 287px;
}
.taj {
	position: absolute;
	top: 22%;
	left: 30%;
	width: 335px;
}
.section_space {
	padding-top: 50px;
	padding-bottom: 50px;
}
.about_img {
	position: relative;
}
.about_img::after {
	content: '';
	position: absolute;
	top: -10%;
	left: -10%;
	background-image: url(../images/about.png);
	width: 100%;
	height: 100%;
	background-size: 75%;
	background-repeat: no-repeat;
	z-index: -1;
	animation: aboutanim 5s alternate infinite ease-in;
}


@keyframes aboutanim {
	0% {
		top:-10%;
		left: -10%;
	}
	50% {
		top:-5%;
		left: -7%;
	}
	100% {
		top:-10%;
		left: -10%;
	}
	
}

.more_txt {
	display: none;
}
.more_txt.open {
	display: inline;
}
.title_tag_1 > span {
	font-family: 'Oswald', sans-serif;
	position: relative;
	font-size: 100px;
	line-height: 1;
	display: inline-block;
	text-transform: uppercase;
}
/*.title_tag_1 > span::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #FFFFFF;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotateZ(15deg);
}*/
.title_tag_1 {
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	font-weight: 800;
	line-height: 1;
	margin: 0 0 20px 0;
	color: #f13b71;
}
.nrml_txt {
	font-size: 16px;
	color: #000;
	margin: 0;
}
.rd_mr {
	color: #e63a32;
	border-bottom: 1px solid #e63a32;
	display: inline-block;
	padding: 1px 5px;
	transition: all 0.3s ease-in-out;
}
.rd_mr:hover {
	color: #fff;
	background-color: #e63a32;
	border-bottom: 1px solid #e63a32;
	padding: 1px 5px;
}
.total_spkr_bx {
	display: block;
}
.spkrs_sec {
	background-image: url(../images/bg.jpg);
}
.spkr_txt {
	font-size: 14px;
	color: #2b2b2b;
	margin: 0;
}
.spkr_list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 -10px;
	flex-wrap: wrap;
}
.spkr_list > li {
	flex: 0 0 20%;
	padding: 10px;
}
.spkr_bx {
	display: block;
	position: relative;
	padding: 0 0 0px 0;
	overflow: hidden;
}
.spkr_desc {
	position: absolute;
	width: 100%;
	bottom: -100%;
	left: 0;
	padding: 10px;
	text-align: center;
	transition: all 0.3s ease-in-out;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(105,105,105,0) 46%, rgba(3, 3, 3, 0.76) 77%, rgba(0, 0, 0, 0.77) 78%);
}
.spkr_desc  h4 {
	font-size: 14px;
	margin: 0 0 5px 0;
	font-weight: 800;
	color: #FFFFFF;
	transition: all 0.5s ease-in-out;
}
.spkr_desc p {
	color: #FFFFFF;
	margin: 0;
	font-size: 12px;
}

.sprk_name {
	font-size: 14px;
	margin: 10px 0 0px 0;
	font-weight: 800;
	color: #1f1959;
	transition: all 0.3s ease-in-out;
	text-align: center;
	position: relative;
	top: 0;
	z-index: 1;
}

.total_spkr_bx:hover .sprk_name {
	top:-11%;
	z-index: -1
}
.total_spkr_bx:hover .spkr_desc {
	bottom: 0;
}
.shrt {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 10px;
}
.key_objectives {
	background-color: #ea9964;
	padding-bottom: 160px;
}

.title_tag_1.whte {
	color: #fff;
}
.title_tag_1.whte > span::after {
	background-color: #d9ba80;
}
.count {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}
.count > li {
	flex:0 0 33.33%;
	padding:10px;
}
.counter_div {
	width: 240px;
	height: 240px;
	text-align: center;
	padding: 20px 20px;
	background-color: #fff;
	border-radius: 50%;
	margin: 0 auto;
}
.counter_div p {
	color: #de5a11;
	font-weight: 300;
	font-size: 23px;
	margin: 0;
	line-height: 1.2;
	padding: 49px 0 0 0;
}
.counter_div p span {
	font-size: 50px;
	font-weight: 900;
}
.count {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	margin: -130px 0 0 0;
}
.initiatives {
	background-color: #c35d2e;
	border-radius: 10px;
	padding: 60px 30px;
	text-align: center;
	margin: 0 0 50px 0;
}
.initiatives h3 {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 30px 0;
}
.initiatives > ul {
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
}

.initiatives > ul > li {
	flex:0 0 33.33%;
	padding:10px;
	color:#FFFFFF;
}

.display_table {
	width: 100%;
	display: table;
}
.display_table img {
	display: table-cell;
	vertical-align: middle;
	width: 80px;
}
.display_table p {
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-left: 15px;
}
.sumit_agenda {
	background-image: url(../images/bg.jpg);
}
.title_tag_1.grey > span::after {
	background-color: #ededed;
}
.tab_bx {
	padding: 0 5%;
}

.nav-tabs.custom_tabs .nav-link.active {
	background-color:#8e1441;
	color:#FFFFFF;
}
.nav-tabs.custom_tabs .nav-link {
	background-color: #bababa;
	color: #FFFFFF;
	font-size: 18px;
	border: 0px solid transparent;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	padding: 8px 10px;
}
.nav-tabs.custom_tabs .nav-item {
	margin-bottom: 0;
	padding: 5px 5px;
}
.tab-pane {
	background-color: #fff;
	padding: 20px;
}
.prgm_title {
	font-size:15px;
	font-weight:700;
	color:#8e1441;
}
.agnda_dtls {
	padding:0;
	margin:0;
}
.agnda_dtls > li {
	padding: 0 0 0 30px;
	position: relative;
	font-size: 14px;
	color: #727272;
	margin: 0 0 7px 0;
	line-height: 1.4;
}
.agnda_dtls > li::after {
	content: '';
	position: absolute;
	top: 6px;
	left: 10px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #8e1441;
}
.sponsor {
	background-color: #c26128;
	padding: 22px;
}
.title_tag_1.pnk {
	color:#FFFFFF;
}
.title_tag_1.pnk > span::after {
	background-color: #b7214f;
}
.form_bx {
	background-color:#212f49;
}
.title_tag_1.blue {
	display:inline-block;
	text-align:center;
}
.title_tag_1.blue > span::after {
	background-color: #212f49;
}
.con_txt {
	font-size: 12px;
	color: #fff;
	padding-left: 45px;
	margin: 0;
}
.input_contact {
	background-color: transparent;
	border-bottom: 2px solid #415578;
	width: 100%;
	padding: 8px;
	border-left:0;
	border-top:0;
	border-right:0;
	color:#6d8dc7;
}
.submit_btn {
	background-color: #fde205;
	color: #b51e4d;
	border: 0;
	outline: 0;
	font-size: 17px;
	font-weight: 800;
	padding: 7px 38px;
	margin: 30px 0 0 0;
	transition: all 0.3s ease-in-out;
}
.submit_btn:hover {
	color: #fde205;
	background-color: #b51e4d;
}
.ftr {
	padding: 30px 0;
}
.footer_txt {
	text-align: right;
	color: #212f48;
	margin: 0;
	font-size: 16px;
}
.footer_txt a {
	color:#212f48;
	font-weight:700;
}
.contact_person > h5 {
	color: #212121;
	font-size: 23px;
	font-weight: 700;
	margin: 0 0;
}
.contact_person > h6 {
	color:#212121;
	font-size:19px;
	font-weight:700;
}
.contact_person > ul {
	display: flex;
	margin: 14px 0 0 0;
}
.contact_person > ul > li {
	padding:0 10px 0 0px;
}
.contact_person > ul > li > a {
	color: #212121;
	display: inline-block;
	margin: 0 0 0 5px;
}
.modal-header .close {
	position: absolute;
	top: 20px;
	right: 20px;
}
.modal-header {
	flex-wrap:wrap;
}
.spkr_name {
	flex: 0 0 100%;
	font-size: 20px;
	margin: 0;
	font-weight: 700;
	color: #212f48;
}
.spkr_dsg {
	flex: 0 0 100%;
	font-size: 16px;
	margin: 0;
	font-weight: 400;
	color: #212f48;
}
.modal_txt {
	margin:0;
	font-size: 14px;
}
.modal_txt img {
	float:left;
	margin-bottom:15px;
	margin-right:15px;
}
.modal-dialog {
	max-width: 620px;
	margin: 30px auto;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fd7526;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 19px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #e5671e;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.mobile_menu {
	display: none;
}
.mobile_mnu_bx {
	display: none;
}
.table_hdr {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    background-color: #bebebe;
}
.custom_table td {
    border: 1px solid #fff;
    padding: 7px 15px;
    font-size: 15px;
}
.tb-1 {
    background-color: #dbdbdb;
}
.custom_table2 {
    width: 100%;
    margin-bottom: 30px;
}
.custom_table {
    width: 100%;
}
.tble_input {
    width: 100%;
    padding: 1px;
    border: 0;
    outline: 0;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}
.tble_input:hover {
    background-color: #dbdbdb;
}
.custom_table2 td {
    padding: 5px;
    border: 1px solid #737373;
}
.inner_tble td {
    border: 0;
}
.inner_tble .tble_input {
    border-bottom: 1px dotted #737373;
}
.submit_btn2 {
	background-color: #fde205;
	color: #b51e4d;
	border: 0;
	outline: 0;
	font-size: 17px;
	font-weight: 800;
	padding: 7px 38px;
	margin: 0px 0 30px 0;
	transition: all 0.3s ease-in-out;
}
.submit_btn2:hover {
	color: #fde205;
	background-color: #b51e4d;
}
.note_txt {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #e0332d;
}
.resistration_notes li {
    color: #000;
    margin: 5px 0;
    padding-left: 30px;
    position: relative;
    font-size: 15px;
}
.resistration_notes li:after {
    content: "\f192";
    position: absolute;
    top: 0;
    left: 5px;
    font-family: FontAwesome;
    color: #e0332d;
}
.download_form {
    background-color: #212f49;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    margin: 45px auto;
    text-align: center;
    width: 225px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.download_form:hover {
	color: #fde205;
	background-color: #b51e4d;
}
.register_n_btn
{
	background-color: #fde205;
    border-radius: 5px;
    color: #b51e4d;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    margin: 45px auto;
    text-align: center;
    width: 225px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.past_speaker {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.past_speaker > li {
	flex: 0 0 20%;
	padding: 10px;
	text-align: center;
}
.past_speaker > li h5 {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	margin: 10px 0 5px 0;
}
.past_speaker > li p {
	margin: 0;
	font-size: 13px;
	color: #363636;
}
.sponsor_hdr {
    font-size: 30px;
    color: #e0332d;
    text-align: center;
    margin: 0 0 5px 0;
    font-weight: 700;
}
.sponsor_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;;
	align-items: center;
	margin:0 -10px; 
}
.sponsor_list > li {
	padding:10px;
	/*flex: 0 0 11.11%*/
	flex: 0 0 auto;
	max-width: 18%;
}
.sponsor_list > li img {
	width: 100%;
	display: block;
}
.bullets {
    width: 10px;
    height: 10px;
    background-color: #f5ddc5;
    display: inline-block;
    margin: 15px 0 10px;
}
.spkr_bx img.img-fluid.hover_img {
    filter: grayscale(0%);
}
.spkr_bx img.img-fluid {
    filter: grayscale(100%);
	transition:all 0.3s ease-in-out;
}
.agnda_point {
    display: inline-block;
    color: #000;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.tab_bx ul.new_agenda_tab {
    list-style: none;
    margin: 0 0 15px;
    padding: 0 0 20px;
    text-align: center;
    border-bottom: 3px solid #ffa600;
}
.tab_bx ul.new_agenda_tab li {
    float: none;
    display: inline-block;
    margin-left: 2px;
    color: #444349;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    padding: 13px 30px;
    border: 1px solid #dbdbdb;
    cursor: pointer;
    border-radius: 5px;
}
.tab_bx ul.new_agenda_tab li.current {
    background: #6f2405;
    color: #fff;
}
.tab_bx ul.new_agenda_tab li span
{
	display: block;
}
.tab-content {
    width: 100%;
    display: none;
}
.tab-content.current {
    display: inherit;
}
.card
{
	margin-bottom: 10px;
}
.card-header {
    padding: 0;
}
.btn.btn-link {
    width: 100%;
    position: relative;
    text-align: left;
    font-size: 16px;
    color: #fff !important;
    font-weight: 600;
    background-color: #6f2405;
    text-decoration: none;
    cursor: pointer;
}
.btn.btn-link.collapsed {
    background-color: #b94009;
    color: #fff;
}

.register-area{ display:block; position:relative; clear:both; margin:40px 0; text-align:center;}

hr{ display:block; position:relative; border-top: 3px solid rgba(0, 0, 0, 1);}
.dt-box {
    position: absolute;
    left:50%; 
	transform:translate(-50%,0);
    /* top: 50%; */
    bottom: 178px;
    background: #fff;
    padding: 10px 30px;
}

.speakers .carousel-inner{ overflow:hidden;}
.speakers .carousel-control-next, .carousel-control-prev{ width:auto!important;}
.speakers .carousel-control-next, .carousel-control-prev i{ color:#fff; font-size:30px;}
.speakers .carousel-control-prev i{ font-size:30px; background: #7f2d08; width:50px; height:50px; line-height:50px; border-radius: 50px;}
.speakers .carousel-control-next i{ font-size:30px; background: #7f2d08; width:50px; height:50px; line-height:50px; border-radius: 50px;}
.speakers .carousel-control-prev{ left:-10%;}
.speakers .carousel-control-next{ right:-10%;}


.banner-slider .carousel-control-next, .banner-slider .carousel-control-prev{ width:15%!important;}
.banner-slider .carousel-control-next, .banner-slider .carousel-control-prev i{ color:#fff; font-size:30px;}
.banner-slider .carousel-control-prev i{ font-size:30px; background: #7f2d08; width:50px; height:50px; line-height:50px; border-radius: 50px;}
.banner-slider .carousel-control-next i{ font-size:30px; background: #7f2d08; width:50px; height:50px; line-height:50px; border-radius: 50px;}
.banner-slider .carousel-control-prev{ left:0;}
.banner-slider .carousel-control-next{ right:0;}

.popbtnarea{position:absolute; width:100%; left:0; bottom:3%;}
.btninterested {
	background-color: #fde205;
	color: #b51e4d;
	display: inline-block;
	padding: 17px 20px 20px 20px;
	line-height: 1;
	font-size: 15px;
	font-weight: 800;
	position: relative;
	background-repeat: no-repeat;
	background-position: 145px 17px;
	background-size: 15px;
	transition: all 0.3s ease-in-out;
	border:none;
}
.btninterested:hover, .btninterested:focus {
	color: #FFF;
}
.btninterested::after {
	content: '';
	width: 20px;
	height: 20px;
	border-left: 1px solid #e84477;
	border-bottom: 1px solid #e84477;
	left: 10px;
	bottom: 10px;
	position: absolute;
	transition: all 0.3s ease-in-out;
}
.btninterested::before {
	content: '';
	width: 20px;
	height: 20px;
	border-top: 1px solid #e84477;
	border-right: 1px solid #e84477;
	right: 10px;
	top: 10px;
	position: absolute;
	transition: all 0.3s ease-in-out;
}
.btninterested:hover:after {
	width: 165px;
	height: 33px;
}
.btninterested:hover:before {
	width: 165px;
	height: 33px;
}

.form-modalnew{max-width:420px;}
.form-modalnew .modal-header{background:#d16e33;}
.form-modalnew .modal-title{font-size:20px;text-transform:capitalize;color:#fff;font-weight:700;}
.form-modalnew .modal-body{background:#EAE8E9;}
.deepblue{background-color: #72185f;}
.title_blue{color:#f13b71;}

.spea-band .carousel-indicators{ bottom:-24px!important;}
.spea-band .carousel-indicators .active{ background-color:#fd7526;}
.spea-band .carousel-indicators li{ width:10px; height:10px; border:1px solid #fd7526;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;}

#about_more { display:none; }
.register_n_btn2{
	background-color: #ffd439;
    border-radius: 5px;
    color: #000;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 44px;
    margin: 10px 0 0 0px;
    text-align: center;
    width: 175px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 10px;
}

.agenda_section {
	/*background-image: url( ../images/vector-1.png), url(../images/vector-2.png);
	background-repeat: no-repeat, no-repeat;
	background-position:top right, left bottom;
	background-attachment: fixed;*/
	width: 100%;
	background:#fff;
	padding:100px 0;
}
.agenda_list{
	
}
.agenda_list_left {
	float: left;
	width: 100%;
	position: relative;
	min-height: 100px;
	margin-bottom: 15px;
}
.agenda_list_right{
	float: left;
	width: 100%;
	position: relative;
	min-height: 100px;
	margin-bottom: 15px;
}

.agenda_section_new h3 span
{
	font-size: 16px;
}
.agenda_section_new ul
{
	margin: 10px 0 0;
	padding: 0 0 0 20px;
}
.agenda_section_new ul li
{
	position: relative;
	padding: 5px 0;
}
.agenda_section_new ul li:after
{
	content: '';
    position: absolute;
    top: 12px;
    left: -18px;
    width: 8px;
    height: 8px;
    background-color: #F04D12;
    transform: rotate(45deg);
}
.agenda_section_new ul li a
{
    font-size: 18px;
    line-height: 1;
    color: #000;
    transition: all 0.3s linear;
}
.agenda_section_new ul li a:hover
{
	color: #103c94;
}
.new_agenda_accordion .btn.btn-link > i
{
	top: 5px;
}
