@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Metrophobic');
*{
  margin: 0px;
	padding: 0px;
  font-family: 'Open Sans', sans-serif;

}

body{
	margin: 0px;
	padding: 0px;
  font-family: 'Open Sans', sans-serif;

}
/* back to top start here*/
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
  }
  .btn-back{
    background-color:#2598d8;
    color: #fff;
  }
  .btn-back:hover,.btn-back:focus{
    color: #fff;
  }

/* back to top clsoe here*/


/* start here header section */
  header{
    background-color: #262626;
  }
  .page-top p{
    margin: 0px;
    color: #f5f5f5;
    font-size: 13px;
  }
  .top-Contact ul li i{
    color:#f5f5f5;
    margin-right: 5px;
  }
  .top-Contact ul li a{
    color: #f5f5f5;
     font-size: 13px;
    }
.top-Contact ul li a:hover{
   color: #d9dadc;
}
/* close here header section */

/* begin here navbar*/

.affix {
      top:0;
      width: 100%;
      z-index: 9999 !important;
      background-color: #fff;
      -webkit-transition:0.5s ease-in-out;
      transition:0.5s ease-in-out;
  }
.affix-top{
  position: static;
  top: -45px;
}

.icon{
   width: 40px;
   height: 40px;
   background-color:transparent;
   margin: auto;
   border:none;
   position: absolute;
   right: 17px !important;
   transition: 0.5s ease-in-out;
   cursor: pointer;
   display: none;
   margin-bottom: 10px;
   padding-bottom: 30px;
}

@media screen and (max-width:991px) {
   .icon{
      display: block;
   }
}


.humbuger{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 25px;
   height: 5px;
   background-color: #000;
   cursor: pointer;
   box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
   transition: 0.5s ease-in-out;
   margin-bottom: 30px;
}

.humbuger::before,.humbuger::after{
   content: '';
   position: absolute;
   width: 25px;
   cursor: pointer;
   height: 5px;
   background-color: #000;
   box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
   transition: 0.5s ease-in-out;
}

.humbuger::before{
   top: -10px;
   transition: 0.5s ease-in-out;
}
.humbuger::after{
   top: 10px;
   transition: 0.5s ease-in-out;
}
.icon.active .humbuger{
   background-color: transparent;
   transition: 0.5s ease-in-out;
   box-shadow: none;
}
.icon.active .humbuger::after{
   top: 0px;
   transform: rotate(137deg);
   transition: 0.5s ease-in-out;
}
.icon.active .humbuger::before{
   top: 0px;
   transform: rotate(45deg);
   transition: 0.5s ease-in-out;
}
.navbar-bg{
  background-color: #fff;
  padding: 15px 0px;
  border:none;
  border-radius: 0px;
  margin-bottom: 0px;
}
.logo{
  width: 50%;
}
.company{
  padding: 0px;
}


.navbar-bg .navbar-nav > .active > a, .navbar-bg .navbar-nav > .active > a:hover, .navbar-bg .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #2598d8;
  font-weight: 600;
  border-radius: 4px;
}

.navbar-bg .navbar-nav li a{
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 10px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #2598d8;
    font-weight: 600;
}
.navbar-inverse .navbar-nav > li > a >.caret{
    color: #2598d8;
    font-weight: 600;
}
.navbar-inverse .navbar-nav > li > a:hover .caret,.navbar-inverse .navbar-nav > li > a:focus .caret{
   color: #fff;
   font-weight: 600;
}
.navbar-bg .navbar-nav > li > a:hover, .navbar-bg .navbar-nav > li > a:focus {
    color:#fff;
    background-color:#2598d8;
    border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
   background-color:#2598d8;
}
.navbar-border{
   box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}
.menu-box{
   border:none;
   margin-right: 0px;
}
.menu-box li a{
   margin-left: 0px !important;
}
.menu-box > li > a:hover,.menu-box > li > a:focus {
   color: #fff;
   text-decoration: none;
   background-color:#2598d8;
}
@media (max-width: 991px) {
   .navbar-header {
      float: none;
   }
   .navbar-left,.navbar-right {
      float: none !important;
   }
   .navbar-toggle {
      display: block;
   }
   .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
   }
   .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
   }
   .navbar-collapse.collapse {
      display: none!important;
   }
   .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
   }
   .navbar-nav>li {
      float: none;
   }
   .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
   }
   .collapse.in{
      display:block !important;
   }
}

@media (max-width: 991px){
   .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
   }

}

/* slider start here */
.carousel-control.left,.carousel-control.right{
  background-image: none;
  background-color:transparent;
  opacity: 1 !important;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 40px;
    background-color:transparent;
    border:1px solid #39aee2;
    font-size: 17px !important;
    height: 40px;
    border-radius: 50%;
    margin-top: -15px;
    line-height: 40px;
    box-shadow: none;
    color: #fff;
    transition: 0.5s ease-in-out;
}
.carousel-control .glyphicon-chevron-left:hover, .carousel-control .glyphicon-chevron-right:hover, .carousel-control .icon-prev, .carousel-control .icon-next{
   background-color:#39aee2;
  border:1px solid #39aee2;
  font-size: 17px !important;
 color: #fff;
  transition: 0.5s ease-in-out;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-left {
    left: 20%;
    margin-right: -10px;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right:20%;
    margin-right: -10px;
}
@media screen and (min-width: 768px){
   .carousel-caption {
      right: 0% !important;
      left: 0% !important;
      padding-bottom: 0px !important;
}
}

.carousel-caption {
   position: absolute;
   right: 0% !important;
   top: 100px;
   left: 0% !important;
   z-index: 10;
   padding-top: 20px;
   padding-bottom: 20px;
   color: #fff;
   text-align: center;
   text-shadow: none !important;
}
.carousel-caption h3{
   font-size: 40px;
   font-weight: 700;
}
.overflow-inner{
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   background-color: rgba(13, 55, 78, 0.58);
}
.btn-contact{
   background-color:transparent;
   border:1px solid #39aee2;
   color: #fff;

}
.btn-contact:hover,.btn-contact:focus{
   background-color:#39aee2;
   border:1px solid #39aee2;
   color: #fff;
}
@media screen and (max-width:767px) {
   .carousel-caption {
      position: absolute;
      right: 0% !important;
      top: 50px;
      left: 0% !important;
      z-index: 10;
      padding-top: 20px;
      padding-bottom: 20px;
      color: #fff;
      text-align: center;
      text-shadow: none !important;
   }
   .carousel-caption h3{
      font-size: 25px;
      font-weight: 700;
   }

   .btn-contact{
      background-color:transparent;
      border:1px solid #39aee2;
      color: #fff;
      padding:5px 10px !important;
   }
   .carousel-indicators{
      bottom: 0px;
   }
   .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
      width: 40px;
      background-color:transparent;
      border:1px solid #39aee2;
      font-size: 15px !important;
      height: 40px;
      border-radius: 50%;
      margin-top: -15px;
      line-height: 40px;
      box-shadow: none;
      color: #fff;
      transition: 0.5s ease-in-out;
   }
   .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left {
      left: 20%;
      margin-left:10px;
   }
   .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
      right: 20%;
      margin-right: 10px;
   }


}
@media screen and (max-width:360px) {
   .carousel-caption {
      position: absolute;
      right: 0% !important;
      top: 0px;
      left: 0% !important;
      z-index: 10;
      padding-top: 20px;
      padding-bottom: 20px;
      color: #fff;
      text-align: center;
      text-shadow: none !important;
   }
   .carousel-caption h3{
      font-size: 14px;
      font-weight: 700;
   }
   .btn-contact{
      background-color:transparent;
      border:1px solid #39aee2;
      color: #fff;
      padding:5px 10px !important;
   }
   .carousel-indicators{
      bottom: 0px;
   }
   .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
      width: 30px;
      background-color:transparent;
      border:1px solid #39aee2;
      font-size: 12px !important;
      height: 30px;
      border-radius: 50%;
      margin-top: -15px;
      line-height: 30px;
      box-shadow: none;
      color: #fff;
      transition: 0.5s ease-in-out;
   }
   .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left {
      left: 20%;
      margin-left:10px;
   }
   .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
      right: 20%;
      margin-right: 10px;
   }

}
/* slider close here */

/*welcome section start here*/
.welcome-image img{
   display: block;
   margin: auto;
}
.welcome h2{
   margin: 0px;
   margin-bottom: 10px;
}
.welcome h2 span{
   color: #39aee2;
}
.welcome p{
   color: #777777;
   line-height: 25px;
   text-align: justify;
}
/*welcome section close here*/


/*simple process start here*/
.section-padding {
   padding-top: 30px;
   padding-bottom: 30px;
}

.second-loan-process .section-title {
   padding-bottom: 40px;
}
.section-title {
   margin-bottom: 50px;
}
.section-title h2 {
   font-weight: 700;
   font-size: 35px;
   color: #232323;
   text-transform: capitalize;
   padding-bottom: 15px;
   position: relative;
   letter-spacing: 2px;
   display: inline-block;
}
.section-title h2 span{
   color: #39aee2;
}

.section-title h2:after, .section-title h2:before {
   position: absolute;
   content: '';
   height: 5px;
   left: 50%;
   bottom: 0;
}
.section-title h2:before {
   background: #39aee2;
   width: 20%;
   z-index: 1;
   -webkit-transform: skew(-45deg) translateX(-50%);
   transform: skew(-45deg) translateX(-50%);
}

.section-title h2:after {
   width: 80%;
   background: #212121;
   -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
}


.section-title p {
   color: #777777;
}
.process-list {
   counter-reset: section;
}
.process-list .second-process:before {
   counter-increment: section;
   content: counter(section);
   position: absolute;
   width: 80px;
   height: 80px;
   background: #24c8a6;
   font-size: 40px;
   font-weight: 600;
   font-family: 'Muli', sans-serif;
   left: 50%;
   margin-left: -40px;
   margin-top: -45px;
   color: #fff;
   border-radius: 50px;
   line-height: 80px;
   text-align: center;
}
.process-box:after {
   width: 100%;
   right: -80px;
   top: -60px;
   text-align: center;
   content: "";
   position: absolute;
   background-image: url('../images/shap.png');
   height: 50px;
   background-repeat: no-repeat;
   background-position: right;
}
.second-single-loan-process {
   text-align: center;
   border-radius: 4px;
   padding-top: 70px;
   padding-bottom: 30px;
   padding-left: 10px;
   padding-right: 10px;
   border: 1px solid #eee;
   background-color: #fff;
   box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
}
.second-single-loan-process:hover{
   text-align: center;
   border-radius: 4px;
   padding-top: 70px;
   padding-bottom: 30px;
   padding-left: 10px;
   padding-right: 10px;
   border: 1px solid #eee;
   background-color: #fff;
   box-shadow: 0px 10px 10px 2px rgba(0,0,0,0.1);
}
.second-single-loan-process h4 {
   font-size: 22px;
   color: #232323;
   font-weight: 700;
   margin-bottom: 30px;
}
@media screen and (max-width: 767px){
   .section-padding {
      padding-top: 50px;
      padding-bottom: 50px;
   }
   .section-title {
      margin-bottom: 50px;
   }

   .section-title h2 {
      font-size: 30px;
   }
   .second-single-loan-process {
      margin-bottom: 70px;
   }
   .second-single-loan-process {
      text-align: center;
      border-radius: 4px;
      padding-top: 70px;
      padding-bottom: 30px;
      padding-left: 10px;
      padding-right: 10px;
      border: 1px solid #ddd;
      background-color: #fff;
      box-shadow: 0px 10px 10px 2px rgba(0,0,0,0.1);
   }
}

/*simple process close here*/


/*************************************************************************************************************************************************service start here*********************************************************/


.service {
   width: 100%;
   height: 230px;
   margin: 10px 0;
   text-align: center;
   border: 1px solid #eee;
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
   position: relative;
   box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.personal-loan{
   background-image: url('../images/Service/personal-loan.jpg');
}
.home-loan{
   background-image: url('../images/Service/home-loan.jpg');
}
.business-loan{
   background-image: url('../images/Service/business-loan.jpg');
}
.car-loan{
   background-image: url('../images/Service/car-loan.jpg');
}
.od-limtes{
   background-image: url('../images/Service/od-limtes.jpg');
}
.credit-card-loan{
   background-image: url('../images/Service/cradit-card-loan.jpg');
}
.lap-loan{
   background-image: url('../images/Service/lap-loan.jpg');
}
.service-box{
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   background-color: #fff;
}
.service:hover .service-box{
   background-color: rgba(0,0,0,0.7);
   box-shadow: 0px 10px 10px 3px rgba(0,0,0,0.1);
}
.service .icon-holder img{
   width: 30px;
   height: 30px;
   overflow: hidden;
}

.service .icon-holder {
   position: relative;
   top: 43px;
   display: inline-block;
   margin-bottom: 17px;
   padding: 10px;
   border: 1px solid #000;
   background: #f9f9f9;
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
   overflow: hidden;
}

.service .heading {
   position: relative;
   top: 59px;
   text-align: center;
   -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
   transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.service .icon-holder > img.icon {
   width: 40px;
}

/*
.service:hover {
   border-color: #feb600;
}
*/

.service:hover .icon-holder {
   top: -30px;
/*   border: 1px solid #feb600;*/
}

.service:hover .heading {
   top: -30px;
   color: #fff;
}

.service .description {
   width: 80%;
   margin: 0 auto;
   opacity: 0;
   -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
   transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
   -webkit-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   font-size: 14px;
   line-height: 25px;
}

.service:hover .description {
   opacity: 1;
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   color: #fff;
}

section#commitment {
   background-color: #f9f9f9;
   padding: 0px;
   margin-top: 30px;
}

.heading {
   font-size: 22px;
   font-weight: 700;
   /* margin-bottom: 5px; */
   line-height: 22px;
   color: #1d1c1c;
}

section#commitment .headingOne {
   margin-bottom: 0;
}


.icon-holder i {
   color: #feb600;
}


.service:hover .icon-holder i {
   color: #feb600;
}



@media screen and (max-width:768px) {
   .service {
      width: 100%;
      height: 230px;
      margin: 10px 0;
      text-align: center;
      border: 1px solid #eee;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background-image: url(../images/services-1.png);
      position: relative;
      box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
   }

   .service {
/*      border-color: #feb600;*/
      margin-bottom: 42px;
   }

   .service .icon-holder {
      top: -30px;
/*      border: 1px solid #feb600;*/
   }

   .service .heading {
      top: -30px;
   }

   .service .description {
      width: 90%;
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
   }

}

/*************************************************************************************************************************************************service close ********************************************/


/*direct link to go about page start*/
.page-content-3 {
   margin-bottom: 20px;
   padding: 20px 0px;
   background-color: #2598d8;
}
.page-content-3 .about-text h3 {
   color: #fff;
   line-height: 25px;
   font-weight: 600;
   font-size: 30px;
}
.page-content-3 .about-text p {
   color: #f1f1f1;
   line-height: 25px;
   font-size: 15px;
   text-align: justify;
}

.about-btn {
   display: flex;
   align-items: center;
   margin-top: 35px;
   justify-content: center;
}
.btn-about {
   color: #fff !important;
   border: 2px solid #fff;
   padding: 10px 50px;
   transition: 0.5s linear;
   font-weight: 600;
   font-size: 17px;
}
.btn-about:hover, .btn-about:focus {
   background-color: #fff;
   color: #000 !important;
   font-weight: 600;
   transition: 0.5s linear;
   box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
}
/*direct link to go about page close*/



/*footer section start here*/
footer{
   background-color: #232935;
}
.footer-title h3{
   font-weight: 700;
   font-size: 20px;
   color: #fff;
   text-transform: capitalize;
   padding-bottom: 15px;
   position: relative;
   letter-spacing: 2px;
   display: inline-block;
}

.footer-title h3:after, .footer-title h3:before {
   position: absolute;
   content: '';
   height: 3px;
   left: 50%;
   bottom: 0;
}
.footer-title h3:before {
   background: #39aee2;
   width: 20%;
   z-index: 1;
   -webkit-transform: skew(-45deg) translateX(-50%);
   transform: skew(-45deg) translateX(-50%);
}

.footer-title h3:after {
   width: 80%;
   background: #fff;
   -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
}
.footer-itam li i{
   color: #39aee2;
   top: 12px;
}
.footer-itam li{
   padding: 10px 0px;
}
.footer-itam li a{
   color: #f5f5f5;
   transition: 0.5s ease-in-out;
}
.footer-itam li a:hover{
   margin-left: 10px;
   transition: 0.5s ease-in-out;
}
.footer-contact li i{
   color: #39aee2;
   font-size: 12px;
   top: 10px;
}
.footer-contact li{
   color: #f5f5f5;
   font-size: 14px;
   padding: 5px 0px;
}
.footer-contact li a{
   color: #f5f5f5;
   font-size: 14px;
}
.footer-contact li a:hover{
   color: #39aee2;
}

/*footer section close here*/
/*copyright section start here*/
.copyright{
   background-color: #1a1f2a;
}
.copyright p{
   color: #eee;
   margin: 0px;
   margin-top: 10px;
}
.social-icon{
   text-align: right;
   margin-top: 10px;
}
.social-icon li a{
   display: inline-block;
   width: 30px;
   height: 30px;
   text-align:center;
   line-height: 30px;
   color: #fff;
   border:1px solid #eee;
   border-radius: 50px;
   margin-left: 5px;
   font-size: 12px;
}
.social-icon li a i{
   color: #fff;
}
.social-icon li a:hover{
   background-color: #fff;
   color:#1a1f2a !important;
}
.social-icon li a:hover i{
   color:#1a1f2a !important;
}
/*copyright section close here*/


/* contact page start here */
.page-banner{
  position: relative;
  background-image: url('../images/contact-us.jpeg');
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-box{
  position: absolute;
  background-color:rgba(0,0,0,.7);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.page-box h1{
  position: absolute;;
  left: 50%;
  top: 40%;
  transform: translate(-50%,-70%);
  color: #f5f5f5;
  font-weight: 700;
  font-size: 40px;
}
.breadcrumb1{
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin-top: 10px;

}
.breadcrumb1 li{
  display: inline-block;
}
.breadcrumb1{
  color: #fff;
}
.breadcrumb1 li a{
  color: #fff;
  font-weight: 700;
}
.breadcrumb1 li{
  color: #f8f8f8;
}

.contact-box{
    border: 1px solid #f5f5f5;
    padding: 15px;
    text-align: center;
    min-height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}
.contact-box i.fa {
    font-size: 28px;
    color: #d6d6d6;

}
.contact-box h2 {
    text-transform: capitalize;
    font-weight: 700;
    color: #212121;
    font-size: 18px;

}
.contact-box p, .contact-box p a {
    font-size: 14px;
    color: #5f5c5c;
}
.contact-box p a:hover{
  color:#2598d8;
}
.contact-box:hover {
    border: 1px solid #2598d8;
    cursor: pointer;
}
.contact-box:hover i.fa {
    color: #2598d8;
}
.block{
  display: block;
}
.border-right{
  border-right: 1px solid #f5f5f5;
}
.input-control{
  height: 40px;
  border: 1px solid #f5f5f5;
  border-radius: 0px;
  outline: none;
}
.input-control:focus{
  border-color: #2598d8;
  box-shadow: none;
}
.btn-submit{
  border:1px solid  #2598d8;
  background-color: transparent;
  padding: 10px 30px;
  color:  #2598d8;
}
.btn-submit:hover,.btn-submit:focus{
  border:1px solid  #2598d8;
  background-color: #2598d8;
  color: #fff;
}

@media screen and (max-width:767px) {
  .page-box h1{
    position: absolute;;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-70%);
    color: #f5f5f5;
    font-weight: 900;
    font-size: 30px;
  }
}
/* contact page close here */
/* start here about page */
.about-page p{
  color: #3e3d3d;
  line-height: 25px;
  text-align: justify;
}

.side-title h2{
  font-size: 30px;
}

.service-list ul li a{
  padding: 10px;
  border-bottom: 1px solid #f5f5f5;
  display: block;
  color: #268bc3;
  transition: 0.3s ease-in-out;
}
.service-list ul li:last-child a{
  transition: 0.3s ease-in-out;
  border-bottom: none;
}
.service-list ul li a i{
  margin-right: 10px;
  transition: 0.3s ease-in-out;
}
.service-list ul li a:hover{
  background-color: #f5f5f5;
  color:#2598d8;
  transition: 0.3s ease-in-out;
}
.service-list ul li a:hover i{
  background-color: #f5f5f5;
  color:#2598d8;
  margin-right: 15px;
  transition: 0.3s ease-in-out;
}
/* close here about page */
