
*{margin: 0 auto;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}

header {
    text-align: center;
    background: #3a677a;
    display: flex;
}
header img {
    width: 100%;
}
nav {
    background: #A1CB36;
    overflow: auto;
}
.nave-tab{
	text-align: right;
}
.nave-tab ul{
	 
	background-repeat: no-repeat;
	background-position: center center;
}
.nave-tab ul li {
    list-style: none;
    position: revert;
    text-align: center;
    display: inline-block;
	vertical-align: middle;
	 padding: 9px 2.7%;
   /* border-left: 1px solid #d88829;
	background: linear-gradient(0deg, rgba(202,139,59,1) 0%, rgba(255,207,149,1) 50%, rgba(202,139,59,1) 100%);*/
}

    .nave-tab ul li:hover {
        /*background: linear-gradient(0deg, rgba(74,117,134,1) 0%, rgba(187,221,231,1) 50%, rgba(74,117,134,1) 100%);*/
        background: linear-gradient(0deg, rgba(85,189,72,1) 0%, rgba(222,215,39,1) 60%, rgba(85,189,72,1) 100%);
        background-position: center center;
        transition: 1s;
    }

.nave-tab ul li a  {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: bolder;
	
}
#navLink ul {
    margin-bottom: 0px;
}


.tab button img {
    width: 25px;
    float: left;
    margin-right: 14px;
}
nav .fa{
	display: none;
}
.tab button {
    border-bottom: 1px solid #e7c56a !important;
}
footer.panel-footer {
    background: #CFCD1F;
    border-top: 6px solid #133D01;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    padding-top: 28px;
    line-height: 46px;
    margin-top: 6%
}
footer.panel-footer ul li {
    list-style: none;
    line-height: 23px;
color: #fff;
    font-size: 11px;
    font-weight: 300;
}

footer.panel-footer ul li a {
    color: #fff;
    font-size: 12px;
	font-weight: 300;
}
.col-lg-12.text-center.sosalicon .fa {
    font-size: 23px;
    margin: 6px;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 39px;
}
section {
    width: 90%;
	margin-top: 5%;
}
section h3 {
    font-size: 20px;
}
section p {
    font-size: 14px;
    line-height: 24px;
	text-align: justify;
}

section ul li {
    line-height: normal;
    text-decoration: none;
    line-height: 29px;
    font-size: 14px;
    font-weight: 500;
    margin-left: 40px;
	text-align: justify;
}


.card {
    background: #dfdfdf;
    
}

.collapse.show {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    padding: 12px 27px;
    box-shadow: 1px 0px 5px #e3dede;
}
.btn-link {
    border-radius: 0;
    color: #000000;
    text-decoration: none;
    font-weight: 800;
}
.btn-link:focus, .btn-link:hover {
    color: #000000;
    background-color: transparent;
    text-decoration: none;
    font-weight: 800;
}
.accordion .h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 0px;
}

.themes .col-lg-4 {
    padding: 3px;
	    margin-top:6%;
}
.themes .col-lg-4 img {
    width: 100% !important;
}

.conference-themes {
    color: #9B7746;
    font-size: 20px;
    margin-top: 52px;
    text-transform: uppercase;
    font-weight: 800;
}

mark {
    background: #ff0 !important;
    color: #000;
}

button.tablinks a {
    color: black;
    text-decoration: none;
}

.contact-regi {
    background: #f7f7f7;
    border: 1px solid #fdfdfd;
    padding: 14px 17px;
    box-shadow: 0px 1px 8px #526A39;
    border-radius: 6px;
    overflow: auto;
}

.contact-regi p {
	text-align: center;
		padding: 12px 10px;
}

.table-bordered>tbody>tr>th{
	border: 1px solid #e49232 !important;
}

.contact-regi p {
    padding: 0px 0px;
}

.contact-regi p img {
    float: left;
    margin-right: 12px;
    width: 100px;
}


.contact {
    background: #d88828;
    border: 1px solid #fdfdfd;
    padding: 14px 17px;
    box-shadow: 0px 1px 8px #d88829;
    border-radius: 6px;
}
.contact p {
	text-align: center;
		padding: 3px 10px;
}
.contact span {
    color: #fff;
    font-weight: 800;
}
.contact h3 {
    text-align: center;
	margin-bottom: 22px;
}
.regi-isle {
    background: #d8882847;
    border: 1px solid #fdfdfd;
    padding: 14px 17px;
    box-shadow: 0px 1px 8px #d88829;
    border-radius: 6px;
}
.regi-isle p {
	text-align: center;
		padding: 3px 10px;
}
.regi-isle span {
    color: #000;
    font-weight: 800;
}
.regi-isle h3 {
    text-align: center;
    margin-bottom: 22px;
}


.tab button {
    padding-left: 67px;
}

.participation {
    background: #f7f7f7;
    border: 1px solid #fdfdfd;
    padding: 14px 17px;
    box-shadow: 0px 1px 8px #526A39;
    border-radius: 6px;
    overflow: auto;
}

.participation p {
	text-align: left;
	padding: 0px 0px;
}


.participation p img {
    float: left;
    margin-right: 12px;
/*    width: 100px;*/
}

.participation p span {
    font-weight: 900;
    font-size: 14px;
    color: #3a677a;
}

footer.panel-footer i {
    color: #d88829;
    font-size: 16px;
    margin-right: 8px;
}




/*-----------Home-------------------*/

.accordion {
    font-size: 25px;
    background: #d88829;
    font-weight: 900;
    padding: 18px 18px;
    color: #fff;
    border-radius: 20px 20px 0px 0px;
    text-align: center;
}

.accordion-body {
    background: #ffe4c2;
    font-size: 16px;
    font-weight: 900;
}

.accordion-body img {
    max-width: 100%;
    float: left;
}
.accordion-body p img {
    width: 53px !important;
	margin-right: 10px !important;
}
.accordion-body p span {
    font-size: 13px;
    font-weight: 800;
	padding: 0px 6px 0px 6px;
}

.ritbd{
	height: 2px;
    background: linear-gradient(
90deg, rgba(255,207,149,1) 0%, rgba(202,139,59,1) 50%, rgba(255,207,149,1) 100%);
    margin: 10px 0px;
}
.col-lg-12.img-them {
    text-align: center;
    margin: 5% 0px 0px 0px;
}

.panel-footer .iit a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    list-style: none;
    text-decoration: none;
}

    .panel-footer .iit a p {
        line-height: 24px;
    }
.hit {
    height: 56px;
}