.chooseus-section {
  padding: 145px 0px;
}

.featured-section {
  position: relative;
  padding: 128px 0px;
}

.owl-nav-none .owl-nav,
.owl-dots-none .owl-dots {
  display: none !important;
}

.featured-section .sec-title h3 {
  margin-bottom: 14px;
}

.featured-section .sec-title p {
  line-height: 30px;
}

.feature-block-one {
  position: relative;
  display: block;
  overflow: hidden;
  background: transparent;
  border-radius: 15px;
  padding: 65px 15px 55px 15px;
  text-align: center;
  transition: all 500ms ease;
}

.feature-block-one .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: #fff;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  border-radius: 50%;
  margin: 0px auto;
  margin-bottom: 50px;
  box-shadow: 0 10px 20px rgba(4, 61, 164, 0.3);
  transition: all 500ms ease;

}

.about-page .feature-block:first-child .feature-block-one .inner-box .icon-box {
  background: #032761;
}

.feature-block:first-child .feature-block-one .inner-box .icon-box {
  box-shadow: 0 10px 20px rgba(100, 97, 96, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-block:nth-child(2) .feature-block-one .inner-box .icon-box {
  box-shadow: 0 10px 20px rgba(100, 97, 96, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}



.feature-block:nth-child(3) .feature-block-one .inner-box .icon-box {
  box-shadow: 0 10px 20px rgba(100, 97, 96, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-block:last-child .feature-block-one .inner-box .icon-box {
  box-shadow: 0 10px 20px rgba(100, 97, 96, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-block-one .inner-box .text {
  position: relative;
  margin-bottom: 13px;
}

.feature-block-one .inner-box .link a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #000;
}

.feature-block-one .inner-box .link a i {
  position: relative;
  margin-left: 8px;
  top: 1px;
  left: 0px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 500ms ease;
}

.feature-block-one .inner-box .link a:hover i {
  left: 10px;
}

.feature-block-one .inner-box .link a:hover,
.feature-block-one .inner-box .link a:hover i {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #152a84;
}

.feature-block-one .inner-box .link {
  position: relative;
  transform: scale(0, 0);
  opacity: 0;
  transition: all 500ms ease;
}

.feature-block-one:hover .inner-box .link {
  transform: scale(1, 1);
  opacity: 1;
}

.feature-block-one::before {
  content: '';
  width: 273px;
  height: 273px;
  border-radius: 50%;
  position: absolute;
  top: -148px;
  left: -2px;
  transform: scale(0);
  transition: all 500ms ease;
}

.feature-block-one:hover::before {
  transform: scale(1);
  transition: all 0.5s linear;
  transition-delay: 0.1s;
}

.feature-block-one:hover {
  border-color: transparent;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  /* box-shadow: 0 0px 20px black; */
}

.hover-eft .feature-block-one:hover {
  border-color: transparent;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
  /* box-shadow: 0 0px 20px black; */
}


.feature-block-one .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: -3;
  opacity: 0;
  transition: all 0.3s linear;
}

.feature-block-one:hover .hover-content {
  opacity: 1;
}

.feature-block-one .hover-content::before {
  content: '';
  width: 493px;
  height: 493px;
  border-radius: 50%;
  position: absolute;
  top: -300px;
  left: -120px;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 500ms ease;
}

.feature-block-one:hover .hover-content::before {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 0.9s linear;
}

.feature-block-one .hover-content::after {
  content: '';
  width: 602px;
  height: 602px;
  border-radius: 50%;
  position: absolute;
  top: -350px;
  left: -180px;
  z-index: -1;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 500ms ease;
}

.feature-block-one:hover .hover-content::after {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 1.3s linear;
}

.featured-section .tab-btns {
  position: relative;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
  background: #fff;
  height: 20px;
  border: 2px solid #e7eaf3;
  border-radius: 30px
}

.featured-section .tab-btns li {
  position: relative;
  float: left;
  width: 282px;
  border-radius: 30px;
  margin: 0px;
  height: 16px;
  cursor: pointer;
  transition: all 500ms ease;
}

.featured-section .tab-btns li.active-btn::before {
  right: 0px;
}

.featured-section .tab-btns li::before {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  content: "";
  right: -283px;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.featured-section .tab-btns li:last-child::before {
  display: none;
}

.parallax-icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.parallax-icon .parallax-layer {
  position: absolute;
}

.inner-box h4 a {
  color: black;
  font-weight: 700;
}

.inner-box h4 a:hover {
  color: black;
}