/********Banner-Section-css*******/

.banner-section {
  margin-top: 53px;
  background: linear-gradient(122deg, #f18383, #448dd9, #d97878, #5196dd);
  background-size: 400% 400%;
  -webkit-animation: gradientBG 7s ease infinite forwards;
  animation: gradientBG 7s ease infinite forwards;
}

@-webkit-keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}


.banner-section h1 {
  font-size: 48px;
  color: #ffffff;
}

.banner-section .btn {
    position: relative;
    overflow: hidden;
    z-index: 9;
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    border-radius: 0.3rem;
    color: white;
    font-weight: 600;
}

.banner-section .btn-primary {
  color: #2f2f41;
  background-color: rgba(1, 164, 121, 0.1);
  border-color: #01a479;
}

.banner-section .btn:before {
  content: "";
  background: #f49053;
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.banner-section .btn:hover:before {
  width: 100%;
}

/********Banner-Section-css*******/

/* ******About-us-section******* */
.about-us {
  padding: 30px 0;
}

.about-us .heading h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #127ac0;

}

.heading h2 span {
  color: #f4801f;
}

.about-us .heading p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #999999;
  margin: 20px 0 60px;
  padding: 0;
}

.about-us h3 {
  font-size: 25px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.about-us p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #999999;
  margin: 20px 0 15px;
  padding: 0;
}

.about-us h4 {
  font-size: 15px;
  font-weight: 500;
  margin: 8px 0;
}

.about-us h4 i {
  color: #127ac0;
  margin-right: 10px;
}


/* *************** */
.features-section {
  padding-top: 30px;
}

.features-section .card {
  text-align: center;
  background: linear-gradient(0deg, #127abd 10px, transparent 10px);
  background-repeat: no-repeat;
  background-position: 0 0.62em;
  box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.15);
  border-radius: 0.5em;
  transition: 0.5s;
  cursor: pointer;
  padding: 10px;
  margin: 35px 0px;
  width: auto;
  height: 316px;
}

.features-section .card .icon {
  font-size: 2.5em;
  height: 2em;
  width: 2em;
  margin: auto;
  background-color: #127abd;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
}

.features-section .icon:before {
  position: absolute;
  content: "";
  height: 1.5em;
  width: 1.5em;
  border: 0.12em solid #127abd;
  border-radius: 50%;
  transition: 0.5s;
}

.features-section .card h3 {
  font-size: 1.3em;
  margin: 2em 0 1.4em 0;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #070024;
}

.features-section .card p {
  line-height: 2em;
    color: #625a71;

    overflow: auto;
    font-size: 14px;
    text-align: justify;
}

.features-section .card:hover {
  background-position: 0;
}

.features-section .card:hover .icon:before {
  height: 2.35em;
  width: 2.35em;
}

@media screen and (min-width: 768px) {
  section {
    padding: 1em 7em;
  }
}

@media screen and (min-width: 992px) {
  section {
    padding: 1em;
  }

  .column {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 1em;
  }
}

/* ----------Features-Section-Exit-------- */

/* -------Benefits-Section-Start--------- */
.benefits-section img {
  max-width: 100%;
  height: auto;
}

.benefits-section span,
a,
a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.benefits-section .section-head {
  margin-bottom: 60px;
}

.benefits-section .section-head h4 {
  position: relative;
  padding: 0;
  color: #f4801f;
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  margin-bottom: 30px;
}

.benefits-section .section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #f4801f;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}

.benefits-section .section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color: #127ac0;
}

.benefits-section p.service_text {
  color: #cccccc !important;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.benefits-section .section-head p,
p.awesome_line {
  color: #818181;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.benefits-section .extra-text {
  font-size: 34px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 25px;
  position: relative;
  text-transform: none;
}

.benefits-section .extra-text::before {
  content: '';
  width: 60px;
  height: 3px;
  background: #f91942;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}

.benefits-section .extra-text span {
  font-weight: 700;
  color: #f91942;
}

.benefits-section .item {
  background: #fff;
  text-align: center;
  padding: 30px 25px;
  -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  border: 5px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
  height: 350px;
  overflow: auto
}
.item::-webkit-scrollbar {
    display: none;
} 

.benefits-section .item:hover {
  background: #127abd;
  box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}

.benefits-section .item:hover .item,
.item:hover span.icon {
  background: #fff;
  border-radius: 50px;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}

.benefits-section .item:hover h6,
.item:hover p {
  color: #fff;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}

.benefits-section .item .icon {
  font-size: 40px;
  margin-bottom: 25px;
  color: #f4801f;
  width: 93px;
  height: 93px;
  line-height: 96px;
  border-radius: 50px;
}

.benefits-section .item .feature_box_col_one {
  background: rgba(255, 77, 28, 0.15);
  color: #f4801f
}

.benefits-section .item .feature_box_col_two {
  background: rgba(255, 77, 28, 0.15);
  color: #f4801f
}

.benefits-section .item .feature_box_col_three {
  background: rgba(255, 77, 28, 0.15);
  color: #f4801f
}

.benefits-section .item .feature_box_col_four {
  background: rgba(255, 77, 28, 0.15);
  color: #f4801f
}

.benefits-section .item .feature_box_col_five {
 background: rgba(255, 77, 28, 0.15);
  color: #f4801f
}

.item .feature_box_col_six {
  background: rgba(23, 39, 246, 0.15);
  color: #f4801f
}

.item .feature_box_col_seven {
  background: rgba(255, 77, 28, 0.15);
  color: #f4801f
}

.item .feature_box_col_eight {
  background: rgba(255, 77, 28, 0.15);
  color: #f4801f
}

.item .feature_box_col_nine {
 background: rgba(255, 77, 28, 0.15);
  color: #f4801f
}

.item p {
  font-size: 15px;
  line-height: 26px;
  text-align: justify;
}

.item h6 {
  margin-bottom: 20px;
  color: #2f2f2f;
  font-size: 20px;
}

.mission p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}

.mission i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #f91942;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
}

.mission .small-text {
  margin-left: 10px;
  font-size: 13px;
  color: #666;
}

.skills {
  padding-top: 0px;
}

.skills .prog-item {
  margin-bottom: 25px;
}

.skills .prog-item:last-child {
  margin-bottom: 0;
}

.skills .prog-item p {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}

.skills .prog-item .skills-progress {
  width: 100%;
  height: 10px;
  background: #e0e0e0;
  border-radius: 20px;
  position: relative;
}

.skills .prog-item .skills-progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #f91942;
  width: 10%;
  border-radius: 10px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.skills .prog-item .skills-progress span:after {
  content: attr(data-value);
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  padding: 3px 7px;
  border-radius: 30px;
}

/* -------Benefits-Section-Exit--------- */