 /* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     font-family: 'Poppins', sans-serif
 } */
 
@import url('http://fonts.cdnfonts.com/css/bank-gothic');

    section div {
        font-family: 'Bank Gothic', sans-serif;
        color : white
    }
    .icon-box p{
      color: black;
    }
    body{
      background-color:#272727
  }

    .navbar-nav {
        margin-left: auto;
    }

    .bg-dark1 {
        background-color: rgb(25 25 26);
    }




    .service-body img {
        max-width: 200px;
        max-height: 300px;
        background: #03062633;
        border-radius: 50%;
    }

    .service-body p {
        text-align: justify;
    }
 .container {
     margin-top: 80px
 }

 .container .col-lg-4 {
     display: flex;
     justify-content: center
 }



/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #ea2910;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}
.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}
.section-title h3 span {
  color: #ea1710;
}
.section-title p {
  margin: 15px auto 0 auto;
}

.services .icon-box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #c8cdaf;
  border-radius: 10px;
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}
.services .icon-box .icon i {
  color: #3b8af2;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}
.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}
.services .icon-box p {
  line-height: 24px;
  text-align:center;
  /* font-size: 14px; */
  margin-bottom: 0;
}
.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}
.services .icon-box:hover h4 a, .services .icon-box:hover .icon i {
  color: #106eea;
}
.services .icon-box:hover .icon {
  border-color: #106eea;
}

