.nav-color
{
    background: rgb(61,115,185);
    background: -moz-linear-gradient(0deg, rgba(61,115,185,1) 34%, rgba(95,133,212,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(61,115,185,1) 34%, rgba(95,133,212,1) 100%);
    background: linear-gradient(0deg, rgba(61,115,185,1) 34%, rgba(95,133,212,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3d73b9",endColorstr="#5f85d4",GradientType=1);
}

.line-color
{
    background: rgba(61,115,185,0.5);
}

.counter-box {
	display: block;
	background: #f6f6f6;
	padding: 40px 20px 37px;
	text-align: center
}

.counter-box p {
	margin: 5px 0 0;
	padding: 0;
	color: #909090;
	font-size: 18px;
	font-weight: 500
}

.counter-box i {
	font-size: 60px;
	margin: 0 0 15px;
	color: #d2d2d2
}

.counter { 
	display: block;
	font-size: 32px;
	font-weight: 700;
	color: #666;
	line-height: 28px
}

.counter-box.colored {
      background: #3872b8;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
	color: #fff
}

.colored {
    background: #3872b8;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

  .b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }

  .b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
  }

  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }

  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }

  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  section {
    padding: 60px 0;
    overflow: hidden;
}
  .services .icon-box {
    text-align: center;
    border: 1px solid #d5e1ed;
    padding: 80px 20px;
    transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #1977cc;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
  color:white;
  font-size: 28px!important;
}

.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #badaf7;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box .icon i {
  color: #fff!important;
  font-size: 28px!important;
}

.services .icon-box:hover{
  background: #1977cc;
}

.services .icon-box:hover .icon {
  background: #fff;

}

.services .icon-box:hover .icon::before {
  background: #3291e6;
}


.services .icon-box:hover .icon {
    color: #1977cc;
}

.services .icon-box h4 a, .services .icon-box p {
text-decoration: none;
text-align: justify;
}

.services .icon-box:hover h4 a, .services .icon-box:hover p {
  color: #fff;
}

.blue{background: #3291e6; color: white;}
.blue h4 a{color: white;}
.nav-link{cursor: pointer!important;}