/*.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;
}
