
@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: #743220;
    border-radius: 0;
    border-color: #fff;
	box-shadow: none
}


/*
	NAVBAR
*/
.navbar{
	background: white;
	padding: 19px 0px 10px 0px;
	-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: #1d1d1d;
    border-color: #d17872;
    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: #d17872;
}



/*
	FAST MENU
*/
.congress_content .congress_content_top{
	margin: 25px 0 75px 0;
}
.congress_content .congress_content_top .fast-menu{
	padding: 50px 20px;
	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;
	position: relative;
}
.congress_content .congress_content_top .fast-menu:after {
    content: ' ';
    width: 350px;
    height: 350px;
    position: absolute;
    background: #c68279; 
    transform: rotate(45deg);
    top: 50%;
    z-index: -1;
    border-radius: 50px;
	-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;
}
.congress_content .congress_content_top .fast-menu:hover:after{
	 width: 550px;
    height: 550px;
	top: -50px;
}
.congress_content .congress_content_top .fast-menu .icon{
	width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 30px;
    color: #e15151;
    background: #fff;
    border: 1px solid #c2cae2;
}

.congress_content .congress_content_top .fast-menu .text{
	color: white;
	font-weight: 400;
}
.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;
}

.congress_content .congress_content_top .fast-menu .text.daycounter2{
    display: flex;
    justify-content: center;
    z-index: 2;
    position: relative;
    margin-top: -21px;
    margin-bottom: -16px;
}
.congress_content .congress_content_top .fast-menu .text.daycounter2 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.daycounter2 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: #d17872;
    width: 100%;
    text-align: center;
    color: #fff;
}
.congress_content .congress_content_bottom .congress_card.last_time .title{
	font-weight: bold;
	color: #fff;
	font-size: 25px;
	margin-bottom: 20px;
	padding: 40px 20px;
	background: #d17872a6;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	
}
.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: #d17872;
    font-size: 39px;
    line-height: 45px;
}
.congress_content .congress_content_bottom .congress_card.last_time .owl_slider .item .text{
	border-top: 1px solid #6e1145;
    padding: 10px;
    text-align: center;
    color: #d17872;
    font-weight: bold;
}

.congress_content .congress_content_bottom .congress_card .congres_title{
	padding: 10px;
    font-size: 25px;
    color: #fff;
    background:#d17872;
    display: block;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
.congress_content .congress_content_bottom .congress_card .content{
	text-align: justify;
	width: 100%
}
    
@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: #5c5b5b;
	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;
}