.navbar a, .navbar a:focus {
    font-family: 'K2D', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'K2D', sans-serif;
}
body {
    font-family: 'K2D', sans-serif;
}

#main{
  min-height: 820px;
}

.header .logo span {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #012970;
    font-family: 'K2D', sans-serif;
    margin-top: 3px;
}

.img-slider img{
    margin: 0;
    width: 100%;
    border-radius: 20px;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
  
  .hero .member {
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
  }
  
  .hero .member .member-img {
    position: relative;
    overflow: hidden;
  }
  
  .hero .member .member-img:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url(../img/team-shape.svg) no-repeat center bottom;
    background-size: contain;
    z-index: 1;
  }
  
  .hero .member .social {
    position: absolute;
    right: -100%;
    top: 30px;
    opacity: 0;
    border-radius: 4px;
    transition: 0.5s;
    background: rgba(255, 255, 255, 0.3);
    z-index: 2;
  }
  
  .hero .member .social a {
    transition: color 0.3s;
    color: rgba(1, 41, 112, 0.5);
    margin: 15px 12px;
    display: block;
    line-height: 0;
    text-align: center;
  }
  
  .hero .member .social a:hover {
    color: rgba(1, 41, 112, 0.8);
  }
  
  .hero .member .social i {
    font-size: 18px;
  }
  
  .hero .member .member-info {
    padding: 10px 15px 20px 15px;
  }
  
  .hero .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #012970;
  }
  
  .hero .member .member-info span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #aaaaaa;
  }
  
  .hero .member .member-info p {
    font-style: italic;
    font-size: 18px;
    font-weight: 500;
    padding-top: 8px;
    line-height: 26px;
    color: #5e5e5e;
  }
  
  .hero .member:hover {
    transform: scale(1.08);
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  }
  
  .team .member:hover .social {
    right: 8px;
    opacity: 1;
  }

  .hero .member {
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0 30px rgb(1 41 112 / 8%);
    transition: 0.3s;
}

.page-margin{
    height: 100px;
}
.img-fluid-page{
    height: 260px;
}
.icon-show{
    opacity: 0.7;
}
.icon-show:hover{
    opacity: 1;
}
.values .box h3 {
    font-size: 16px;
    font-weight: 600;
}
.services .service-box h3 {
    color: #444444;
    font-weight: 600;
    font-size: 18px;
}
.count-number{
    font-size: 24px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    color: #012970;
}
.counter-label{
    font-size: 1rem;
}
.footer .footer-space {
    background: white;
    border-top: 1px solid #e1ecff;
    border-bottom: 1px solid #e1ecff;
    padding: 10px 0;
}
.footer .footer-newsletter {
    padding: 10px 0;
}

.btn-read-more {
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #4154f1;
    box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
  }
  
  .btn-read-more span {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
  }
  
  .btn-read-more i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
  }
  
  .btn-read-more:hover i {
    transform: translateX(5px);
  }

  .btn-read-more.deal-btn {
    color: #fff;
    background: #f14141;
    box-shadow: 0px 5px 25px rgba(241, 65, 65, 0.3);
  }

  .about-img{
    max-width: 500px;
  }
  .about h2 {
    font-size: 20px;
}

/* ita */

h1.site-name {
  font-size: 18px;
  margin-left: 2px;
  color: #013289;
}
.logo-block{
  display: inline-flex;
  align-items: center;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  font-weight: 600;
}