body{
      font-family: "Calibri", Arial;
     font-display: auto;
 }

 p,h1,h2,h3{
  font-family: "Calibri", Arial;
     font-display: auto;

 }

 h2{
  font-size: 20px;
  font-weight: 600;
 }

.nav-item a {
  color:#1976D3;
}
.nav-item a:hover{
  color:#1976D3;
  text-decoration: none;
  border-bottom: 1px dashed #1976D3;
}

.navbar-brand{
  color:#1976D3;
}


.subhead{
	   font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    color: #1976D3;
}

.main-header{
	font-size: 60px;
    color: #000;
    line-height: 1.2;
    font-weight: 700;
}

.main-text{
	padding-right: 60px;
}

.heading-h3{
	font-size: 20px;
    font-weight: 700;
}



.nav-link-item-blue{
    margin-top: 20px; 
    border: none;
    font-size: 12px;
    color: #47495a;
    font-weight: 600;
    background: #edf4f8;
    font-family: 'Poppins', sans-serif;
    padding: 15px 30px;
    border-radius: 5px;
}

.nav-pills .nav-link.active {
    color: #FFF;
    border-color: unset;
    background: #1976D3;
}

.nav-item{
  margin-bottom: 0;
    display: inline-block;
    margin-right: 33px;
}

.service{
  padding: 20px 50px;
}

.service a{
  color:#1976D3;
}

.service-img{
  padding: 20px 10px;
}


.service a:hover{
  color:#1976D3;
  text-decoration: none;
  border-bottom: 1px dashed #1976D3;
}

.navbar-toggler{
      background-color: white;
    border: 1px solid #1976D3;
    color: #1976D3;
}

.blue-bg{
  background-color: #1976D3;
}

.img-card{
  margin: 0 auto;
}

.card-service{
  height: 22rem;
}