
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Oswald:wght@200;300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*PADDING*/
.pd-10{
	padding: 10px;
}
.pd-20{
	padding: 20px;
}
.pd-30{
	padding: 30px;
}
.pd-40{
	padding: 40px;
}
.pd-50{
	padding: 50px;
}
.pd-60{
	padding: 60px;
}
.pd-70{
	padding: 70px;
}
.pd-80{
	padding: 80px;
}
.pd-90{
	padding: 90px;
}
.pd-100{
	padding: 100px;
}
body{
	font-family: 'Poppins';
	padding-top: 50px;
}
/*
	HEADER
*/

header img{
	width: 100%;
}



.navbar-toggler{
	color: #4f0a83;
    border-radius: 0;
    border-color: #fff;
	box-shadow: none
}


/*
	NAVBAR
*/
.navbar{
	background: white;
	padding: 20px 0;
	-webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
	position: fixed;
	  top: 0;
	  right: 0;
	  left: 0;
	z-index: 99
}
.navbar-expand-lg .navbar-nav .nav-link{
    font-weight: bold;
    text-transform: uppercase;
    color: #302582;
    border-color:#302582;
    border-bottom: 2px solid;
   
	
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
    border-color: gray;
    border-bottom: 3px solid gray;
}

.navbar.fixedHeader{
	padding: 10px 0;
	
  z-index: 1030;
	-webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}

/*
SLIDEr
*/
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #f9ecf4;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #4f0a83;
}



.congress_content .congress_content_top{
	margin: 25px 0 75px 0;
}
.congress_content .congress_content_top .fast-menu{
	padding: 50px 20px;
	border-radius: 0;
	box-shadow: 0 0 20px #ededed;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	overflow: hidden;
	position: relative;
}
.congress_content .congress_content_top .fast-menu:after {
    content: ' ';
    width: 50px;
    height: 50px;
    position: absolute;
    background: #a6247f;
    top: -50px;
	right: -50px;
    z-index: -1;
    border-radius: 50%;
	-webkit-transition: all 2s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 2s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 2s cubic-bezier(0.22, 0.61, 0.36, 1);
    -ms-transition: all 2s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 2s cubic-bezier(0.22, 0.61, 0.36, 1);
	opacity: 0.2;
	transition-delay: 0.5s;
}
.congress_content .congress_content_top .fast-menu:hover:after{
	 width: 750px;
    height: 750px;
}
.congress_content .congress_content_top .fast-menu:before {
    content: ' ';
    width: 50px;
    height: 50px;
    position: absolute;
    background: #4f0a83;
    bottom: -50px;
	left: -50px;
    z-index: -1;
    border-radius: 50px;
	-webkit-transition: all 2s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 2s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 2s cubic-bezier(0.22, 0.61, 0.36, 1);
    -ms-transition: all 2s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 2s cubic-bezier(0.22, 0.61, 0.36, 1);
	opacity: 0.2;
}
.congress_content .congress_content_top .fast-menu:hover:before{
	 width: 550px;
    height: 550px;
	opacity: 0.1;
}
.congress_content .congress_content_top .fast-menu .icon{
	width: 100px;
    height: 100px;
    border-radius: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 30px;
    color: #302582;
    background: #dfe9e408;
    border: 1px solid #302582;
	-webkit-transition: all 2s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 2s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 2s cubic-bezier(0.22, 0.61, 0.36, 1);
    -ms-transition: all 2s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.congress_content .congress_content_top .fast-menu .icon img{
	width: 50px
}
.congress_content .congress_content_top .fast-menu:hover .icon{
	background-color: #fff;
}
.congress_content .congress_content_top .fast-menu .text{
	color: #302582;
    font-weight: 600;
    min-height: 50px;
    text-align: center;
    font-size: 17px;
}
.congress_content .congress_content_top .fast-menu .text.daycounter{
    display: flex;
    justify-content: center;
    z-index: 2;
    position: relative;
    margin-top: -21px;
    margin-bottom: -16px;
}
.congress_content .congress_content_top .fast-menu .text.daycounter div{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    font-size: 15px;
    margin-bottom: 0;
}


.congress_content .congress_content_top .fast-menu .text.daycounter div span{
    font-weight: bold;
    font-size: 22px;
    font-family: Oswald;
}

/*
	CONTENT
*/



.congress_content .congress_content_bottom .congress_card{
    border-radius: 20px;
    box-shadow: 0 0 20px #ededed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
	overflow: hidden;
}


.congress_content .congress_content_bottom .congress_card .last_days{
	padding: 20px 10px;
    background: #a6247f;
    width: 100%;
    text-align: center;
    color: #fff;
}
.congress_content .congress_content_bottom .congress_card.last_time .title{
	font-weight: bold;
    color: white;
    font-size: 25px;
    margin-bottom: 20px;
    padding: 40px 20px;
    background: #0097c6;
 
	
}
.congress_content .congress_content_bottom .congress_card.last_time .owl_slider {
	width: 100%;
	
	padding-top: 20px;
	padding-bottom: 20px
}
.congress_content .congress_content_bottom .congress_card.last_time .owl_slider .item .date{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 30px;
    color: #a6247f;
    font-size: 39px;
    line-height: 45px;
}
.congress_content .congress_content_bottom .congress_card .congres_title{
	padding: 10px;
    font-size: 25px;
    color: #fefefe;
    background: #302582;
    display: block;
    width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
	clip-path: polygon(20px 0%, calc(100% - 20px) 0%, 100% 100%, 0% 100%);

}
.congress_content .congress_content_bottom .congress_card .content{
	text-align: justify;
    width: 100%;
    color: #1c1c1d;
}
.congress_content .congress_content_bottom .congress_card .content{
	text-align: justify;
	width: 100%;
    color: #1c1c1d;
}
    
@media (max-width: 991.98px) { 
    .congress_content .congress_content_bottom .congress_card{
        margin-top: 10px;
    }
	.congress_content_top{
		display: none;
	}
	.congress_content_bottom .row{
		flex-direction:column-reverse
	}
	body{
		padding-top: 70px
	}
}

/*
footer
*/
footer{
	padding: 20px;
	background: #0093c6;
	margin-top: 50px;
	color: #fff
}
footer a{
	color: #fff;
	text-decoration: none;
	font-family: oswald;
	font-size: 20px
}
footer a:hover{
	color: #ededed;
}
.text-right{
	text-align: right
}
.language-image>a {
    text-decoration: none;
}.congress_content .congress_content_bottom .congress_card{
    border-radius: 0;
    box-shadow: 0 0 20px #ededed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
	overflow: hidden;
}

.congress_content .congress_content_bottom .congress_card .last_days{
	padding: 20px 10px;
    background: #302582;
    width: 100%;
    text-align: center;
    color: #fff;
	position: relative;
}
.bar{
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    background: #302582;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 3rem 3rem;
    -webkit-animation: 1s linear infinite progress-bar-stripes;
     animation: 1s linear infinite progress-bar-stripes;
}
@keyframes progress-bar-stripes {
from { background-position: 3rem 0 }
to { background-position: 0 0; }
}
.congress_content .congress_content_bottom .congress_card .last_days .text{
	position: relative;z-index: 3;
}

.congress_content .congress_content_bottom .congress_card.last_time .title{
	font-weight: bold;
	color: white;
	font-size: 25px;
	margin-bottom: 20px;
	padding: 20px 20px;
	background: #302582;
	width: 100%;
	text-align: center;
}

.congress_content .congress_content_bottom .congress_card.last_time .owl_slider {
	width: 100%;
	
	padding-top: 20px;
	padding-bottom: 20px
}
.congress_content .congress_content_bottom .congress_card.last_time .owl_slider .item .date{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 30px;
    color: #8a559a;
    text-shadow: 1px 1px #8a559a;
    font-size: 39px;
    line-height: 45px;
}
.congress_content .congress_content_bottom .congress_card.last_time .owl_slider .item .text{
	border-top: 1px solid #052b58;
    padding: 10px;
    text-align: center;
    color: #8a559a;
    font-weight: bold;
}
