
a {

   color:#981E32;
}
a:hover {

    color:#981E32;
 }
.bg-light {

    background-color: #ffffff!important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    display: inline-block;
    position: relative;
    text-decoration: none;
}
 a.nav-link:before {
    display: block;
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    background: #981E32;
    transition: width 0.3s ease-in-out;
    left: 0;
    bottom: 0px;
}


.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #981E32;

}
a.nav-link:hover:before {
    width: 100%;
}
.img-navbar-icon img {
    margin: 5px;

}
.nav-item {
padding-right: 10px;

}
.img-footer {
    margin-left: 65px;
}
.text-footer {
    font-size: 14px;
    margin-top: 50px;

}
.text-footer a{

    color: #000;

}
.img-social-footer img {

    margin-left: 5px;
    margin-top: 50px;
}
.bg-footer {
        
        background-color: #ffffff!important;
        height: 150px;
        box-shadow: 1px 0px 0px 1px rgb(236 236 236 / 60%);
        font-size: 15px;

}
.list-group {
    display: -ms-flexbox;
    display: inline-block; 
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 10px;
    border-radius: .25rem;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.65rem;
    background-color: #F6F6F6;
    border: none;
    width: 140px;
    float: left;
    margin-right: 30px;
    font-size: 14px;
	margin-bottom: 10px;
	border-radius: 30px;
	
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #981E32;
    border-color: #981E32;
}
.list-group-item:first-child {
    /*border-top-left-radius: 0px;
    border-top-right-radius: 0px;*/
	border-radius: 30px;
}
.list-group-item:last-child {
    /*border-top-left-radius: 0px;
    border-top-right-radius: 0px;*/
	border-radius: 30px;
}
.program-item-bg {
    background-color: #981E32;
    padding: 30px 10px 30px 25px;
    color: #fff;
    height: 100%;
	border-radius: 20px;
}
.program-item-time {
    font-size: 1.3rem;
    /* text-align: center; */
    margin-bottom: 40px;

}
.program-item-theme {
    font-size: 1.3rem;
    margin-bottom: 12px;
}
.program-item-format {
    font-size: 12px;
}
.program-item-name {
    font-size: 1.3rem;
    font-weight: 600;
    color: #981E32;
    /* margin-bottom: 10px; */
    margin: 30px 0px 20px 0px;
}
.program-item-detail {
color: #676767;
    margin-bottom: 40px;
    line-height: 1.3;
    font-size: 0.9rem;
    /* font-family: arial;*/
}
.program-item-speaker {
    font-size: 13px;
    color: #9C9393;
}
.program-item-button {
    background-color: #fff;
    border: 1px solid;
    border-color: #981E32;
    border-radius: 30px;
    padding: 10px 30px 10px 30px;
    font-size: 14px;
    margin-top: 80px;
    color: #981E32;
}
.program-item-button:hover{
    background-color: #981E32;
    border: none;
    border-radius: 30px;
    padding: 10px 30px 10px 30px;
    font-size: 14px;
    margin-top: 80px;
    color:#fff;
}
.program-item-button-record {
    background-color: #fff;
    border: 1px solid;
	border-color: #981E32;
    /*border-radius: 1px;*/
	border-radius: 30px;
    padding: 10px 30px 10px 30px;
    font-size: 14px;
    margin-top: 10px;
	margin-bottom: 10px;
    color:#981E32;
}
.program-item-button-record:hover {
    background-color: #981E32;
    border: 1px solid;
	border-color: #981E32;
    /*border-radius: 1px;*/
	border-radius: 30px;
    padding: 10px 30px 10px 30px;
    font-size: 14px;
    margin-top: 10px;
	margin-bottom: 10px;
    color:#fff;
}
.col-program {
    width: 20%;
}
.row-no-margin {
	margin: 0px 0px 40px 0px;
	box-shadow: 0px 2px 16px 4px rgb(236 236 236 / 60%);
	border-radius: 20px;

}
.program-title {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 26px;
    color: #474747;
}
.program-title img {
    margin-left: 20px;
    width: 30px;
}
.youtube-playist{

    margin-top: 100px;
    margin-bottom: 80px;
}

.breadcrumbs {

    background-color: #f4f4f4;
    height: 165px;
}
.page-container {

    background-color: #fff;
    box-shadow: 0px 2px 16px 4px rgb(115 115 115 / 12%);
    padding: 40px;
    margin-top: -40px;
	border-radius: 30px;
}
.breadcrumbs-content{
    padding-left: 250px;
    padding-top: 30px;
    
}
.title-page {


color: #981E32;
/*text-transform: uppercase;*/
font-size: 24px;
font-weight: 600;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0rem 0rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #494949;
    border-radius: 0.25rem;
    /* color: #fff; */
}
.navbar {
    height: 100px;   
    font-size: 14px;
	margin-left: 160px;
    flex-direction: column;
    
    }

    .breadcrubs-index {
    color: #981E32;
    }

    .breadcrubs-index a {
        color: #981E32;
    
      
    }

    .page-container{

   
    margin-top: -40px;
    margin-bottom: 60px;
}

.navbar-index-bg {
 box-shadow: 0px 7px 10px rgb(236 236 236 / 60%);

}


.card-expert img {
    width: 100%;
height: 250px;

}


.card-expert a {

    text-decoration: none;
}
.card-expert {
    
   
    background-color: #fff;
    color: rgb(0, 0, 0);
    margin: 10px;
    box-shadow: 0px 7px 10px rgb(236 236 236 / 60%);
	border-radius: 20px;
    }
    .card-expert:hover {
    
        text-decoration: none;
        background-color: #981E32;
        color: rgb(255, 255, 255);
        margin: 10px;
        }
.expert-name {
    font-size: 14px;
    height: 70px;
  
    text-align: center;
  
    padding: 15px 25px 10px 25px;
}
a:hover {
    text-decoration: none; 
}

.col-3-float {

    float:left;
    max-height: 390px;
    max-width: 265px;
}

.card-partners {
    
   
    background-color: #fff;
    color: rgb(0, 0, 0);
    margin: 10px;
    box-shadow: 0px 7px 10px rgb(236 236 236 / 60%);
    }

    .card-partners img {
    
        width: 100%;
        padding: 20px;
   
        }
		
.img-navbar img {
         
	width: 170px;
	box-shadow: -1px 2px 10px rgb(0 0 0 / 9%);
	border-radius: 0px 0px 20px 20px;
}

input {
    background-color: #ffffff;
    border-color: #e0e0e0;
  
    border-width: 1px;
    border-radius: 0px;

}

.profile-title a  {

    color:#981E32;
}

.search-form {
    margin: 20px;
    float: left;

}
.search-form input {
    height: 40px;
    min-width: 13rem;

}

.input_button {
    min-width: 80px;

}

.input-form {

    float: left;
}

.list-group-item:active {

    background-color: #981E32;
    color:rgb(255, 255, 255);
}

.card-media img {
    max-width: 100%;
    /* height: 250px; */
    padding: 35%;
}
.card-media  a {

    text-decoration: none;
    color:#fff;
}
.card-media  {
    
   
    background-color: #981E32;
    color: rgb(255 255 255);
    /*margin: 10px;*/
    box-shadow: 0px 7px 10px rgb(236 236 236 / 60%);
    /*padding: 30px;*/
    height: 100%;
    max-width: 300px;
	border-radius: 30px;
    }
    .card-media :hover {
    
        background-color: #981E32;
        }
        .media-name:hover {
    
        
            }
.media-name {
    font-size: 16px;
    height: 50px;
    /* padding-top: 15px; */
    text-align: center;
}
a:hover {
    text-decoration: none; 
    color: #981E32;
}
.row-shadow {
    box-shadow: 1px 0px 20px 9px rgb(224 224 224 / 18%);
    padding: 5px 50px 5px 50px;
    margin: 30px 0px 30px 0px;
}

.news-name {

    font-size: 1.3rem;
    line-height: normal;
    margin: 15px 0px 15px 0px;
    color: #981E32
}

.news-text {
    font-size: 0.9rem;
    margin-bottom: 20px;
  
}

.news-button {
    max-width: 180px;
    background-color: #981E32;
    text-align: center;
    padding: 15px 0px 15px 0px;
    /*margin: 40px 0px 20px 0px;*/
    color: #fff;
	border-radius: 30px;

}
.news-button a{
    color:#fff;

}
.news-cont {
    margin: 4%;
 
}

.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #ffffff;
    text-decoration: none;
    background-color: #981E32;
}

a:not([href]):not([class]) {
    color: #981E32;
    
}

.news-detail h3 {

    margin-bottom: 20px;
}

.detail-img-expert  {
width: 270px;

box-shadow: 0px 7px 10px rgb(236 236 236 / 60%);
border-radius: 30px;

}

.col-8 {
    margin-top: 20px;

}

.item-button-main {
    background-color: #981E32;
    border: none;
   
    border-radius: 50px;
    padding: 15px 30px 15px 30px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ffffff;
	border-radius: 50px;
}
.item-button-main-gr {
    background-color: #929292;
    border: none;
	border-radius: 50px;
 
    padding: 15px 30px 15px 30px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ffffff;
	
}
.item-button-main-gr:hover {
    background-color: #929292;
    border: none;
   
    border-radius: 50px;
    padding: 15px 30px 15px 30px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ffffff;
	border-radius: 50px;
}
.item-button-main:hover {
    background-color: #981E32;
    border: none;
	border-radius: 50px;
   
    padding: 15px 30px 15px 30px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ffffff;
}
.item-button-sec {
    background-color: #fff;
    border: 1px solid;
    border-color: #981E32;
    border-radius: 50px;
    padding: 15px 30px 15px 30px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #981E32;
}

.item-button-sec:hover {
    background-color: #981E32;
    border: 1px solid;
    border-color: #981E32;
    border-radius: 50px;
    padding: 15px 30px 15px 30px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ffffff;
}

.foto-media-expert {
	background-color: #fff;
    color: rgb(0, 0, 0);
    margin: 10px;
    box-shadow: 0px 7px 10px rgb(236 236 236 / 60%);
    width: 230px;
    height: 140px;
    text-align: center;

}
.foto-media-expert img {
max-width: 100%;
max-height: 100%;
padding: 10px;
}

.col-shadow {
    box-shadow: 1px 0px 20px 9px rgb(224 224 224 / 18%);
    padding: 50px 50px 50px 50px;
    margin: 30px 15px 30px 15px;
    max-width: 320px;
    min-width: 300px;
    height: 350px;
    float: left;
	border-radius: 30px;
}

.media-fhoto-name {

    font-size: 1.2rem;
    line-height: normal;
    margin: 20px 0px 0px 0px;
    color: #981E32
}



.news-cont {
    margin: 4%;
 
}

.media-photo-img img {

    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

.media-video {
    height: 500px;
    margin: 40px 0px 0px 0px;
    padding: 0px 85px 0px 85px;
}
.media-video-chat {
    height: 800px;
    margin: 40px 0px 0px 0px;
    padding: 0px 80px 0px 80px;
}
.badge-1 {
    width: 846px;
height: 500px;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 25px;

    margin: 40px auto;
}
.badge-2 {
background-color: #F5F5F5;
}
.badge-user {
    width: 465px;
    height: 450px;
    color:#fff;
    margin-left: 330px;
    background: url(img/badge-1.svg);
  
}
.badge-user-g {
    background: url(img/badge-2.svg);
    height: 450px;
    width: 455px;
    margin-left: 25px;
    border-radius: 0px 15px 15px 0px;
    padding-right: 50px;
    /*padding: 0px 50px 0px 100px;*/
  
}
.badge-id {
    font-size: 2.1rem;
    text-align: right;
    font-weight: 300;
    padding: 40px 0px 0px 0px;
}
.name-id {
    font-size: 2rem;
    font-weight: 300;
    padding: 50px 0px 0px 0px;
    text-align: right;
}
.surnmane-id {
    font-size: 4rem;
    font-weight: 400;
    text-align: right;
    line-height: normal;

}

.work-id {
    font-size: 1.2rem;
    font-weight: 300;
    white-space: pre-line;
    text-align: right;
    padding-left: 100px;
    margin-bottom: 20px;
   /* white-space: pre-wrap;*/
	margin-left: 50px;
}
.country-id {
    font-size: 1.2rem;
    font-weight: 300;
    text-align: right;
  
}
.badge-logo {
    width: 325px;
    height: 410px;
    float: left;
    padding: 30px;
}

.badge-logo img {
width: 305px;
    height: 390px;
}
.badge-user-template-2 {
    width: 465px;
    height: 450px;
    color:#fff;
    margin-left: 330px;
    background: url(img/badge-1-template-2.svg);
  
}
.badge-user-g-template-2 {
    background: url(img/badge-2-template-2.svg);
    height: 450px;
    width: 455px;
    margin-left: 25px;
    border-radius: 0px 15px 15px 0px;
    padding-right: 50px;
  
}

.input-form-fields {
    background-color: #ffffff;
    border-color: #efefef;
    border-width: 0px;
    height: 40px;
    width: 80%;
    margin: 0px 0px 5px 0px;
    padding: 0px 10px 0px 20px;
    border: 0.5px solid #dcdcdc;
	border-radius: 30px;
}

.badge-social {
    width: 500px;
    margin: 50px auto;
}

.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    height: 50px;
    width: 50px;
    background-size: 50px 50px;
}

.form_toggle {
	display: inline-block;
	overflow: hidden;
}
.form_toggle-item {
	float: left;
	display: inline-block;
    margin: 0px 40px 0px 0px;

}
.form_toggle-item input[type=radio] {
	display: none;
}
.form_toggle-item label {
	display: inline-block;
	padding: 5px 30px 5px 30px;  
	line-height: 34px;    
	border: 1px solid #999;
	border-right: none;
	cursor: pointer;
	user-select: none;
	border-radius: 20px;
}
 
.form_toggle .item-1 label {
	border: 5px outset #981E32;
    background: #981E32;
}
.form_toggle .item-2 label {
	border: 5px outset #80727F;
	border-right: 1px double #999;
    background: #80727F;
}
 
/* Checked */
.form_toggle .item-1 input[type=radio]:checked + label {
	
  	border: 5px inset #981E32;


}
.form_toggle .item-2 input[type=radio]:checked + label {
	background: #80727F;
    border: 5px inset #80727F;
}
.item-button-main-badge {
    background-color: #981E32;
    border: none;
   
    border-radius: 50px;
    padding: 15px 30px 15px 30px;
    font-size: 14px;
    /*margin: 0px 0px 0px 20px;*/
    color: #ffffff;
}

.profile-otz-button {
    margin: 40px 0px 0px 0px;

}

/* img ammimation */

.box{
    text-align: center;
    background: #000;
    overflow: hidden;
    position: relative;
	border-radius: 20px 20px 0px 0px;
    }

    .box img{
    /*width: 100%;*/
    height: 100%;
    transition: all 0.3s ease-out 0s;
    }
    .box:hover img{
    opacity: 0.4;
    transform: scale(1.1);
    }
    .box .box-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    }
    .box .title{
    font-size: 22px;
    font-weight: 700;
    color: #f95b34;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0;
    margin: 0 0 10px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    }
    .box:hover .title{
    opacity: 1;
    }
    .box-content .overlay{
    width: 78px;
    height: 78px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: 0 0;
    transform: rotate(45deg) translate(-50%, -50%);
    }
    .box-content .overlay:before,
    .box-content .overlay:after,
    .box-content .overlay div:before,
    .box-content .overlay div:after{
    content: "";
    display: block;
    position: absolute;
    background: #f95b34;
    transition: all 0.4s ease-in-out;
    }
    .box-content .overlay:before,
    .box-content .overlay:after{
    width: 0;
    height: 2px;
    }
    .box-content .overlay div:before,
    .box-content .overlay div:after{
    width: 2px;
    height: 0;
    }
    .box-content .overlay:before,
    .box-content .overlay div:before{
    top: 0;
    left: 0;
    }
    .box-content .overlay:after,
    .box-content .overlay div:after{
    bottom: 0;
    right: 0;
    }
    .box:hover .overlay:before,
    .box:hover .overlay:after{
    width: 65%;
    }
    .box:hover .overlay div:before,
    .box:hover .overlay div:after{
    height: 65%;
    }
    @media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
    }

    .box-bg-white {

        background-color: #fff;
    }
    .box-bg-red {

        background-color: #981E32;
    }

    .page-padding {

        padding: 50px;
    }

    .badge-width-img {

        max-width: 250px;
    }

    .registration-form {
     
        padding: 2% 7% 2% 7%;
  
        margin: 0 auto;
    }
    .program-index-title {
font-size: 14px;
    color: #9f9f9f;
    width: 100%;
    padding: 10px 10px 10px 20px;
    /* background-color: #494949; */
    margin: 0px 0px 10px 0px;
    border: 0.5px solid #9f9f9f;
    border-radius: 30px;
    max-width: 300px;
        
    }
    .program-index-active {
font-size: 14px;
  color: #981E32;
    width: 100%;
    padding: 10px 10px 10px 20px;
    /* background-color: #494949; */
    margin: 0px 0px 10px 0px;
    border: 0.5px solid #981E32;
    border-radius: 30px;
    max-width: 300px;
   /* background: #981E32; */
  
        
    }

    .auth-form-bg{
        width: 50%;
        padding: 3%;
        box-shadow: 1px 0px 20px 9px rgb(224 224 224 / 18%);
        margin: 0 auto;

    }
    table.bx-auth-table {
        margin-top: 30px;
        width: 100%;
        margin-bottom: 20px;
  
    }

    .icon-header-top {

        margin-top: 20px;
        }
		.icon-header-top-title {
	margin-top: 25px;
}

.auth-center {

    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
}

.auth-center-forgot {
    margin: 0px;
    text-align: center;
   /* float: left;*/

}

.auth-center-register {
    text-align: center;

}

.tite-welcome {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: 400;
} 
.tite-welcome-personal {
    text-align: left;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 1rem;
    font-weight: 400;

}

.save_pdf_hor {
    width: 180px;
    margin: 20px auto;

}

.save_pdf_button {
    background-color: #fff;
    border: 1px solid;
    border-color: #981E32;
    border-radius: 1px;
    padding: 15px 30px 15px 30px;
    font-size: .8rem;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #981E32;

}
.save_pdf_button:hover{
    background-color: #981E32;
    border: 1px solid;
    border-color: #981E32;
    border-radius: 1px;
    padding: 15px 30px 15px 30px;
    font-size: .8rem;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ffffff;
}

.rez_title {
    padding: 15px;
    background-color: #981E32;
    /* background-color: #494949; */
    color: #fff;

}

.bx-breadcrumb i {
    color: #981E32;
}

.button_top {
 position: fixed;
    background-color: #981e32;
    right: 20px;
    bottom: 20px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

.button_top::before {
  content: "";
  width: 40px;
  height: 40px;
  background: transparent no-repeat center center;
  background-size: 80%;
		background-image: url("/img/button_top_arrow.svg");
}

.button_top_cl {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .button_top:hover {
    background-color: #a32a3e;
  }
}
