section{
    margin-top: 40px;
}

section h2 {
    border-bottom: solid 2px;
    border-color: inherit;
    color: inherit;
    clear: both;
    display: table;
    font-size: 40px;
    font-weight: 700;
    float: left;
    line-height: 60px;
    padding-bottom: 5px;
    margin-top: 0 !important;
    margin-bottom: 25px;
}

section h3 {
    border-bottom: solid 2px;
    border-color: inherit;
    color: inherit;
    clear: both;
    display: table;
    font-size: 30px;
    font-weight: 700;
    float: left;
    line-height: 50px;
    padding-bottom: 5px;
    margin-top: 0 !important;
    margin-bottom: 25px;
}

.partners{
    background: url('../default-img/speakers.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 10px;
    color: #fff;
    padding: 80px;
    margin-bottom: 0 !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.partnersList{
    margin: 0;
    padding: 0;
    list-style: none;
    height: 500px;
    overflow-y: scroll;
    scrollbar-color: #FE8C35 #FAFAFA;
    scroll-behavior: smooth;
}

.partnersList li{
    background: #FAFAFA;
    border-radius: 5px;
    color: #1A2236;
    font-weight: 400;
    display: table;
    float: left;
    margin: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    height: 120px;
    width: 47%;
}

.partnersList li a{
    color: #0B1843;
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none !important;
    outline: none !important;
}

.partnersList li:hover{
    background: #F31B1B !important;
}

.partnersList li:nth-child(1n+1){
    border: solid 2px #FAC842;
}

.partnersList li:nth-child(2n+1){
    border: solid 2px #FE8C35;
}

.partnersList li:nth-child(3n+1){
    border: solid 2px #F14A85;
}

.partnersList li:nth-child(4n+1){
    border: solid 2px #89BC37;
}
.partnersList li:nth-child(5n+1){
    border: solid 2px #B538E7;
}
.partnersList li:nth-child(6n+1){
    border: solid 2px #F31B1B;
}
.partnersList li:nth-child(7n+1){
    border: solid 2px #FF3F3F;
}
.partnersList li:nth-child(8n+1){
    border: solid 2px #31F7ED;
}

.partnersList li a img{
    display: table;
    margin: 0 auto;
    margin-bottom: 10px;
    height: 40px;
}

.idates{
	border: solid 1px #0B1843;
	border-radius: 5px;
	margin-bottom: 20px;
}

.idates .litop{
	background: #0B1843;
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 20px 15px;
}

.idates .litop i{
	padding-right: 20px;
}

.idates em{
	display: block;
	padding: 20px;
	text-align: center;
	word-wrap: break-word;
}

.orgnizers{
    border: solid 1px #31F7ED;
    border-radius:8px;
    padding:20px;
    text-align:center;
    margin-bottom:20px;
    height:200px;
}

.orgnizers a{
    font-size:16px;
    font-weight:400;
    line-height:24px;
    text-decoration:none !important;
    outline:none !important;
}

.orgnizers img{
    display:block;
    margin:0 auto;
    height:70px;
    width:auto;
}

.orgnizers em{
    display:block;
    margin-top:20px
}

.sponsors{
    border: solid 1px #FE8C35;
    border-radius:8px;
    padding:20px;
    text-align:center;
    margin-bottom:20px;
    height:200px;
}

.sponsors a{
    font-size:16px;
    font-weight:400;
    line-height:24px;
    text-decoration:none !important;
    outline:none !important;
}

.sponsors img{
    display:block;
    margin:0 auto;
    height:70px;
    width:auto;
}

.sponsors em{
    display:block;
    margin-top:20px
}

.contactus{
    background: url('../default-img/contacts.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 10px;
    color: #fff;
    padding: 80px;
    margin-bottom: 0 !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.contactsBlocks{
    padding-left: 30px;
}

.contactsBlocks ul{
    display: table;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.contactsBlocks ul li{
    display: table;
    font-size: 16px;
    font-weight: 700;
    float: left;
    text-align: center;
    padding: 20px;
}

.contactsBlocks ul li span{
    display: block;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding-top: 5px;
}

.contactsBlocks ul li i{
    padding-right: 5px;
}

.contactsBlocks ul li a{
    color: inherit;
    padding-left: 10px;
    text-decoration: none !important;
    outline: none !important;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.contactsBlocks ul li a:hover{
    color: #F31B1B !important;
}
