*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
}
img{
  max-width: 100%;
}

/* scroll bar css */
::-webkit-scrollbar {     
  width: 8px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb {
  background: #004aad;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #4ca456;
}

/* Header  */
.header{
  background-color: #f5f5f5;
}
.logo{
  width: 210px;
}
.nav-item .btn{
  font-size: 16px;
  margin-left: 15px;
  font-weight: 500;
  background-color: #004aad;
  color: #ffffff;
  transition: 0.4s;
  padding: 9px 20px;
  border-radius: 5px;
}
.nav-item .btn:hover{
  background-color: #4ca456 !important;
  color: #fff !important;
}
.nav-link {
  font-weight: 500 !important;
  margin: 0 6px;
  font-size: 18px !important;
  border-radius: 5px;
  color: #000 !important;
  padding: 7px 12px !important;
}
.nav-link:hover{
  color: #004aad !important;
}


/* banner section  */
.banner {
  position: relative;
  background-image: url("../images/banner-bg.jpg");
  padding: 120px 0;
  background-position: -50px top;
  background-size: cover;
  z-index: 1;
}
.banner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(273deg, #004aad, transparent);
  z-index: -1;
}
.heading{
  color: #000;
  font-weight: 700;
}
.banner h1{
  font-size: 48px;
  color: #fff;
}
.banner h4{
  color: #fff;
}
.banner p{
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}
.banner_img{
  animation: zooming 2s linear infinite alternate;
}
@keyframes zooming{
  0%{
    transform: scale(0.94);
  }
  100%{
    transform: scale(1);
  }
}

@media only screen and (max-width: 1199px) {
  .banner h1{
    font-size: 44px;
  }
}
@media only screen and (max-width: 575px) {
  .banner h1{
    font-size: 28px;
  }
  .banner-text {
    padding: 20px;
  }
  .logo{
    width: 100px;
  }
}

/* About Section  */
.about-us{
  padding: 50px 0 20px;
}
.about-point {
  padding: 10px 20px;
  transition: ease 0.4s;
}
.about-point img {
  border: 2px dashed #13397d;
  border-radius: 50%;
  padding: 10px;
  width: 90px;
  margin-bottom: 10px;
}
.about-point:hover{
  background-color: #fff;
  box-shadow: 0 0 10px #ddd;
}
/* Service Section  */
.service{
  position: relative;
  padding-top : 50px;
}
.service-wrapper {
  position: relative;
  transition: ease 0.5s;
  padding: 20px;
  border-radius: 15px;
  height: 100%;
  box-shadow: 0 0 10px #ddd;
}
.serv-hover {
  color: #fff;
  background: #004aad;
  background-size: cover;
}
.serv-hover .service-icon img{
  filter: brightness(111111111);
}
.service-wrapper:hover{
  color: #fff;
  background: #004aad;
}
.service-icon img{
  transition: ease 0.4s;
}
.service-wrapper:hover .service-icon img {
  filter: brightness(111111111);
}
.service h1.heading{
  font-size: 45px;
}

@media only screen and (max-width: 550px) {
  .service h1.heading {
    font-size: 27px;
  }
}

/* counter css  */
.counter-wrap {
  padding: 15px;
  color: #fff;
  border-radius: 20px;
  margin-top: 50px !important;
  background: linear-gradient(45deg, #004aad, #02af15);
}
.item{
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter_icon{
  margin-right: 10px;
}
.counter_icon img{
  width: 58px;
  filter: invert(1);
}
.count{
  display: inline-block;
}
.count~span {
  font-size: 30px;
  font-weight: 700;
}
/* Features Section  */
.features {
  padding: 50px 0;
  margin: 50px 0;
  background: #f1f1f1;
}

/* Business Steps Section  */
.business-steps{
  padding: 0px 0 50px;
}
.step-sn {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: auto;
  padding: 16px 19px;
  background: #fff;
  box-shadow: 0 0px 15px #b3cae9
}
.step-wrapper h3 {
  font-size: 26px;
  font-weight: 600;
}
.step-wrapper {
  padding: 0 20px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .step-shape::before{
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    top: 40%;
    right: 0;
    background-color: #004aad;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    animation: rightMove 2s ease-in-out infinite;
  }
}
@keyframes rightMove{
  0%{
    right: 0;
  }
  100%{
    right: -5%;
  }
}

.step-wrapper p{
  margin: 0;
}

/* platforms section  */
.platforms {
  padding: 50px 0;
  background-color: #004aad;
  color: #fff;
}
.platform-wrapper {
  position: relative;
  transition: ease-out 0.4s;
}
.platform_text {
  position: relative;
  z-index: 1;
  padding: 15px 0;
  overflow: hidden;
  border-bottom: 1px solid #0054c5;
}
.platform-wrapper p{
  margin: 0;
}



/* footer section  */
.footer{
  padding: 40px 0;
}
.social-icons a{
  color: #ffffff;
  margin: 0 5px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  text-decoration: none;
  border-radius: 30%;
  background-color: #004aad;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: ease-out 0.3s;
}
.social-icons a:hover{
  background-color: #4ca456;
  transform: translateY(5px);
  color: #fff;
}
.page-links a {
  text-decoration: none;
  background-color: #004aad;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  transition: 0.4s;
  margin: 5px 2px;
  display: inline-block;
}
.page-links a:hover{
  background-color: #4ca456;
  color: #ffffff;
}
.call a{
  text-decoration: none;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}
.call a:hover{
  color: #004aad;
}
.cpoyright p a{
  text-decoration: none;
  color: #fff;
}
.cpoyright {
  background: #004aad;
  color: #fff;
}