
  

/* Feature Box
---------------------*/
.feature-box-1 {
  padding: 80px;
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  margin: 15px 0;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  top: 0;
}
.feature-box-1 * {
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.feature-box-1 .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #031E49;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 22px;
  font-size: 40px;
}
.feature-box-1 .icon i {
  line-height: 70px;
}
.feature-box-1 h5 {
  color: #20247b;
  font-weight: 600;
}
.feature-box-1 p {
  margin: 0;
}
.feature-box-1:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-radius: 10px;
  width: 0;
  background: #031E49;
  z-index: -1;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.feature-box-1:hover {
  top: -5px;
}
.feature-box-1:hover h5 {
  color: #ffffff;
}
.feature-box-1:hover p {
  color: rgba(255, 255, 255, 0.8);
}
.feature-box-1:hover:after {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  left: 0;
  right: auto;
}
.section {
    padding: 100px 0;
    position: relative;
}
.section-title {
    padding-bottom: 45px;
}
.section-title h2 {
    font-weight: 700;
    color: #20247b;
    font-size: 45px;
    margin: 0 0 15px;
    border-left: 5px solid #fc5356;
    padding-left: 15px;
}


<---------------------------------------------------------------------->

 @media (max-width: 767.98px) {
    .display-3, .display-2, .display-4 {
      font-size: 2rem !important; } }
  
  @media (max-width: 991.98px) {
    .bg-md-height {
      height: 300px; } }
  
  @media (max-width: 767.98px) {
    .bg-sm-height {
      height: 300px; } }
  
  .text-gray-100 {
    color: #f8f9fa !important; }
  
  .text-gray-200 {
    color: #e9ecef !important; }
  
  .text-gray-300 {
    color: #dee2e6 !important; }
  
  .text-gray-400 {
    color: #ced4da !important; }
  
  .text-gray-500 {
    color: #adb5bd !important; }
  
  .text-gray-600 {
    color: #6c757d !important; }
  
  .text-gray-700 {
    color: #495057 !important; }
  
  .text-gray-800 {
    color: #343a40 !important; }
  
  .text-gray-900 {
    color: #212529 !important; }
  
  .row-wrap {
    margin-left: 15px;
    margin-right: 15px; }
  
  .overflow-hidden {
    overflow: hidden; }
  
  .row-items {
    height: calc(50% - 15px);
    margin-bottom: 15px; }
    .row-items.last {
      margin-bottom: 0; }
  
  @media (max-width: 991.98px) {
    .responsive-md-height {
      height: 500px !important;
      margin-bottom: 15px; } }
  
  .site-footer {
    padding: 4em 0; }
    @media (min-width: 768px) {
      .site-footer {
        padding: 7em 0; } }
    .site-footer p {
      color: #737373; }
    .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
      color: #fff; }
    .site-footer a {
      color: #cea15a; }
      .site-footer a:hover {
        color: #000; }
    .site-footer ul li {
      margin-bottom: 10px; }
    .site-footer .footer-heading {
      font-size: 1.3rem;
      text-transform: uppercase;
      letter-spacing: .1em;
      color: #000;
      position: relative;
      padding-bottom: 15px; }
      .site-footer .footer-heading:before {
        content: "";
        background: #cea15a;
        width: 40px;
        height: 2px;
        position: absolute;
        bottom: 0; }
  

  

  
  .section-2 {
    margin-bottom: 30px;
    background: #031E49;
    color: #fff;
    font-size: 15px; }
    @media (max-width: 991.98px) {
      .section-2 {
        padding-bottom: 30px; } }
    .section-2 .service-1-title {
      padding-top: 30px;
      position: relative;
      padding: 70px 50px; }
      @media (max-width: 991.98px) {
        .section-2 .service-1-title {
          padding: 30px; } }
      .section-2 .service-1-title:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0px;
        height: 100%;
        width: 1px;
        background: rgba(255, 255, 255, 0.2); }
        @media (max-width: 991.98px) {
          .section-2 .service-1-title:after {
            display: none; } }
    .section-2 .service-1 {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative; }
      @media (max-width: 991.98px) {
        .section-2 .service-1 {
          margin-bottom: 30px; } }
      .section-2 .service-1:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0px;
        height: 100%;
        width: 1px;
        background: rgba(255, 255, 255, 0.2); }
        @media (max-width: 991.98px) {
          .section-2 .service-1:after {
            display: none; } }
      .section-2 .service-1 *:last-child {
        margin-bottom: 0; }
      .section-2 .service-1:before {
        content: "";
        position: absolute;
        background: #fff;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        @media (max-width: 991.98px) {
          .section-2 .service-1:before {
            background: rgba(41, 52, 98, 0.7); } }
      .section-2 .service-1 .service-1-contents {
        padding: 70px 50px;
        position: relative; }
        @media (max-width: 991.98px) {
          .section-2 .service-1 .service-1-contents {
            padding: 30px; } }
        .section-2 .service-1 .service-1-contents p, .section-2 .service-1 .service-1-contents h2 {
          color: #000;
          -webkit-transition: .3s all ease;
          -o-transition: .3s all ease;
          transition: .3s all ease; }
        .section-2 .service-1 .service-1-contents h2 {
          font-size: 18px;
          text-transform: uppercase; }
      .section-2 .service-1:hover:before {
        background: rgba(41, 52, 98, 0.7); }
      .section-2 .service-1:hover h2, .section-2 .service-1:hover p {
        color: #fff; }
      .section-2 .service-1 .more {
        color: #fff; }
    .section-2 .wrap-icon {
      margin-bottom: 30px;
      display: block; }
      .section-2 .wrap-icon span {
        font-size: 3rem; }
  
  
  
  
  