/*.inco-home .text-inner h1{
     font-size: 2em;
}
.heading-1{
    font-size: 2em;
}
.heading-2{
    font-size: 1.5em;
}

.mt-30{
    margin-top: 30px;
}
.mb-30{
    margin-bottom: 30px;
}
.my-30{
    margin-top: 30px;
    margin-bottom: 30px;
}
.inco-header {
  margin-top: 0;
}
.inco-nav-toggle {
  top: 10px
}
.logo-link {
  display: block;
}
.logo-link__svg {
  display: block;
  height: 57px;
  width: auto;
}
.cls-text {
  fill: #1d71b8
}
.cls-symbol {
  fill: url(#linear-gradient)
}
.text-left {
  text-align: left;
}
@media screen and (min-width:768px) {
  .cls-text, .cls-symbol {
    fill: #fff
  }
  .navbar-fixed-top .cls-text {
    fill: #1d71b8
  }
  .navbar-fixed-top .cls-symbol {
    fill: url(#linear-gradient)
  }
  .inco-header {
    margin-top: 40px;
  }
}
@media screen and (min-width:768px) and (max-width:991px) {
  .navbar-header {
    width: 100%;
  }
  .logo-link__svg {
    margin-left: auto;
    margin-right: auto;
      height: 80px;
  }
}
.appeal {
    border-radius: 5px;
    padding: 15px;
    display: block;
    background: white;
    text-decoration: none;
    -webkit-box-shadow: 7px 14px 42px 3px rgba(163,174,184,0.4);
    box-shadow: 7px 14px 42px 3px rgba(163,174,184,0.4);
    color: black;
}
._df_book{
    background: none!important;
}*/

#inco-home .hero-container .hero-conf .btn  {
    text-decoration: none;
    background-color: #fff;
    color: #3b3d40;
    border: 2px solid #fff;
}
#inco-home .hero-container .hero-conf .btn:hover
{
	  color: #fff;
}


.inco-header #navbar li .dropdown-item{
  color: #425466;
}
.inco-header #navbar li .dropdown-item:hover{
  color: #0a2540;
}
.frm-progressbar{
    margin: 2rem 0 3rem;
}
.person__no-img {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 2rem;
    color: white;
    background: linear-gradient(90deg, #4c386f, #3f95ea);
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 6px 12px -2px rgb(50 50 93 / 25%), 0 3px 7px -3px rgb(0 0 0 / 30%);
}

.committee__person .person__no-img
{
	width: 80px;
    height: 80px;
	flex-basis: 80px;
    line-height: 80px;
}

.inco-reg .frm__btns_right
{
	display: flex;
	justify-content: right;
}
/*.inco-reg .nav-pills {*/
/*	justify-content: center;*/
/*    color: #777;*/
/*    margin: 1em 0;*/
/*}*/
/*.inco-reg .nav-pills>li {*/
/*    border-radius: 5px;*/
/*	padding:5px;*/
/*	display:flex;*/
/*    !*float: none !important;*/
/*    display: inline-block;*!*/
/*}*/

/*.inco-reg .nav-pills>li a {*/
/*    color: #444;*/
/*	border: 2px solid #777;*/
/*	position: relative;*/
/*    display: block;*/
/*    padding: 10px 15px;*/
/*	border-radius: 4px;*/
/*}*/
/*.inco-reg .nav-pills > li + li {*/
/*    margin-left: 2px*/
/*}*/

/*.inco-reg .nav-pills > li.active > a, .inco-reg .nav-pills > li.active > a:hover, .inco-reg .nav-pills > li.active > a:focus {*/
/*    color: #fff;*/
/*    background-color: #52d3aa*/
/*}*/
.inco-reg{
    padding: 5rem 0;
}

.frm-progressbar__item::before {
    color: #4c386f;
}
.inco-form{
    margin-bottom: 3rem;
}
.inco-radio__btns{
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    gap: .5rem;
}
.inco-radio__btn{
    display: inline-block;
}
.inco-radio__input{
    display: none;
}

.inco-radio__text{
    display: inline-block;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    background: transparent;
    border: 2px solid #4c386f;
    color: #4c386f;
    cursor: pointer;
    user-select: none;
}

.inco-radio__input:checked + .inco-radio__text{
    background: #4c386f;
    border: 2px solid #4c386f;
    color: #fff;
}