::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #b8b8b8;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background-color: #dfdfdf;
}

ul {
  margin: 0 !important;
  padding: 0 !important;
}
ul li {
  list-style-type: none;
}

.headhr {
  border: 1px solid black;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 3px;
  background-color: black;
  width: 100px;
  margin: auto;
  margin-bottom: 2rem;
}

.minihead {
  font-family: "Dancing Script", cursive;
  font-size: 40px;
}

.section-header {
  font-family: "Mulish", sans-serif;
  position: absolute;
  padding: 2rem;
  left: 50%;
  transform: translateX(-50%);
  top: -100px;
  background-color: rgba(255, 255, 255, 0.8392156863);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.section-header img {
  width: 200px;
  margin-top: 0.5rem;
}

.intro {
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(180deg, rgb(7, 28, 77) 9%, rgb(33, 79, 133) 100%);
  transition: 1s;
}
.intro .logo-header {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
}
.intro .logo-header .logo {
  position: relative;
  display: inline-block;
  bottom: 20px;
  opacity: 0;
  font-family: "Dancing Script", cursive;
  font-size: 50px;
}
.intro .logo-header .logo.active {
  bottom: 0;
  opacity: 1;
  transition: ease-in-out 0.5s;
}
.intro .logo-header .logo.fade {
  bottom: 150px;
  opacity: 0;
  transition: ease-in-out 0.5s;
}

#progress {
  position: fixed;
  bottom: 20px;
  right: 10px;
  height: 55px;
  width: 55px;
  display: none;
  place-items: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9999;
}
#progress #progress-value {
  display: block;
  height: calc(100% - 5px);
  width: calc(100% - 5px);
  background-color: #071c4d;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 15px;
  color: #214f85;
}

.dropdown-langauge {
  position: relative;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdown-langauge .dropdown-toggle .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dropdown-langauge .dropdown-toggle .img-box img {
  width: 18px;
}
.dropdown-langauge .dropdown-toggle span {
  color: black;
}
.dropdown-langauge .dropdown-menu .language-selector .dropdown-item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: 0.4s;
}
.dropdown-langauge .dropdown-menu .language-selector .dropdown-item p {
  margin-bottom: 0;
  font-size: 14px;
}
.dropdown-langauge .dropdown-menu .language-selector .dropdown-item .img-box {
  width: 18px;
}
.dropdown-langauge .dropdown-menu .language-selector .dropdown-item .img-box img {
  max-width: 100%;
  filter: grayscale(1);
}
.dropdown-langauge .dropdown-menu .language-selector .dropdown-item:hover .img-box img {
  filter: grayscale(0);
}
.dropdown-langauge .dropdown-menu .language-selector .dropdown-item.active .img-box img {
  filter: grayscale(0);
}
.dropdown-langauge::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5px !important;
  background-color: gray;
  height: 40px;
}
.dropdown-langauge::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5px !important;
  background-color: gray;
  height: 40px;
}

.navbar {
  background: #e9e9e9;
  z-index: 100;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  transition: 0.5s ease !important;
  width: 80%;
  height: 94px;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.navbar .container-fluid {
  padding-left: 2rem;
}
.navbar .container-fluid .navbar-brand {
  position: relative;
  font-family: "Dancing Script", cursive;
  padding-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .container-fluid .navbar-brand img {
  width: 150px;
}
.navbar .container-fluid .navbar-brand::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5px !important;
  background-color: gray;
  height: 40px;
}
.navbar .container-fluid .navbar-contacts {
  padding-left: 0.1rem;
  width: 300px;
}
.navbar .container-fluid .navbar-contacts .contacts-left {
  font-size: 12px;
  color: gray;
  padding-left: 1rem;
  padding-right: 1rem;
}
.navbar .container-fluid .navbar-contacts .contacts-left .text-animation {
  height: 15px;
  font-family: "Dancing Script", cursive;
  font-size: 12px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}
.navbar .container-fluid .navbar-contacts .contacts-right {
  position: relative;
  font-size: 18px;
}
.navbar .container-fluid .navbar-contacts .contacts-right::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5px !important;
  background-color: gray;
  height: 40px;
}
.navbar .navbar-collapse {
  font-size: 14px;
  display: flex !important;
  justify-content: space-around;
}
.navbar .navbar-collapse .navbar-nav {
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: black;
  transition: 0.4s ease-in-out;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link::after {
  content: "";
  display: block;
  width: 0;
  height: 0.5px;
  background-color: black;
  transform-origin: left;
  transition: width 0.4s ease-in-out;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::after {
  width: 100%;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.activemenu::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5px;
  background-color: black;
  transform-origin: left;
  transition: width 0.4s ease-in-out;
}

footer {
  border-top: 15px solid #041232;
  font-family: "Mulish", sans-serif;
  position: relative;
  margin-top: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: url("../img/world4.png"), linear-gradient(180deg, rgb(7, 28, 77) 9%, rgb(33, 79, 133) 100%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
footer a {
  text-decoration: none;
}
footer .btn-primary {
  border: none;
}

.footer-bottom {
  background-color: #041232;
  font-family: "Mulish", sans-serif;
}
.footer-bottom a {
  margin-left: 1rem;
  font-family: "Dancing Script", cursive;
  text-decoration: none;
  font-size: 20px;
}

.left-offcanvas-menu {
  background: linear-gradient(180deg, rgb(7, 28, 77) 9%, rgb(33, 79, 133) 100%);
}
.left-offcanvas-menu .waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  min-height: 100px;
  max-height: 150px;
}
.left-offcanvas-menu .content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: white;
  height: 30vh;
}
.left-offcanvas-menu .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.left-offcanvas-menu .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.left-offcanvas-menu .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.left-offcanvas-menu .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.left-offcanvas-menu .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .left-offcanvas-menu .waves {
    height: 40px;
    min-height: 40px;
  }
}
.left-offcanvas-menu .offcanvas-header {
  border-bottom: 1px solid white;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.left-offcanvas-menu .offcanvas-header .offcanvas-title {
  color: white;
  font-family: "Dancing Script", cursive;
  border-right: 1px solid;
  padding-right: 1rem;
}
.left-offcanvas-menu .offcanvas-body {
  display: flex;
  flex-direction: column;
  padding-top: 4rem;
}
.left-offcanvas-menu .offcanvas-body ul {
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  color: white;
}

#list-example {
  background: #071c4d !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#list-example h6 {
  font-family: "Dancing Script", cursive;
  font-size: 25px;
  margin-bottom: 0;
}

.list-group {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 0;
  z-index: 2;
  font-size: 16px;
  color: #f1f1f2;
  font-family: Helvetica;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  height: 350px;
  width: 250px;
}
.list-group .circle2 {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 16px;
  background-color: #071c4d;
  color: #f1f1f2;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 22px);
  right: calc(100% - 22px);
  z-index: 3;
  cursor: pointer;
  transition: 0.3s ease;
}
.list-group .circle2:hover {
  background: #214f85;
}
.list-group .circle2 .fa-chevron-left {
  margin-right: 5px;
}
.list-group .list-group-item {
  background: #071c4d;
  color: white;
  border: none;
}
.list-group .list-group-item.active {
  background: white;
  border: none;
  color: black;
}

.header {
  font-family: "Mulish", sans-serif;
  height: 100vh;
  position: relative;
  text-align: center;
  background: linear-gradient(180deg, rgb(7, 28, 77) 9%, rgb(33, 79, 133) 100%);
  color: white;
}
.header .inner-header {
  height: 90vh;
  width: 100%;
  margin: 0;
  padding: 0;
}
.header .inner-header .headerowl {
  margin-top: 5rem;
}
.header .inner-header .headerowl .owl-dot span {
  width: 20px;
  background-color: white;
}
.header .inner-header .headerowl .owl-dot.active span {
  width: 50px;
  background-color: white;
}
.header .inner-header .headerowl .item {
  position: relative;
}
.header .inner-header .headerowl .item .img-box {
  padding-bottom: 1rem;
  transition: 0.8s all;
  animation: upDown 5s infinite;
  transform: scale(1.05);
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: upDown;
}
@keyframes upDown {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.header .inner-header .headerowl .item .headerarrow {
  position: absolute;
  width: 15%;
  left: 60%;
  transform: translateX(-50%);
  top: 65%;
  transition: 0.8s all;
}
.header .inner-header .headerowl .item .headerarrow:hover {
  left: 58%;
}
.header .inner-header .headerowl .item .item-right {
  background: url("../img/right-bg2.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 992px) {
  .header .inner-header .headerowl .item .item-right {
    background: none !important;
  }
  .header .inner-header .headerowl .item .item-right h4 {
    text-align: center !important;
  }
  .header .inner-header .headerowl .item .item-right p {
    text-align: center !important;
  }
}
.header .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.header .waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  min-height: 100px;
  max-height: 150px;
}
.header .content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: white;
  height: 30vh;
}
.header .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.header .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.header .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.header .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.header .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}

.section-one {
  font-family: "Mulish", sans-serif;
  padding-top: 5rem;
  font-size: 14px;
  position: relative;
}
.section-one .laptop {
  position: relative;
  margin: auto;
  max-width: 90% !important;
  max-height: 100% !important;
}
.section-one .laptop .laptop__screen {
  position: relative;
  z-index: 1;
  padding: 3%;
  border-radius: 2rem;
  background: #ecf1f7;
  background-image: linear-gradient(to bottom, #333, #111);
  box-shadow: 0 0.1rem 0 #cfcfcf;
  border: 2px solid #ccc;
}
.section-one .laptop .laptop__screen img {
  display: block;
  max-width: 100%;
  height: auto;
  background: #000;
}
.section-one .laptop .laptop__bottom {
  position: relative;
  z-index: 1;
  margin-right: -7%;
  margin-left: -7%;
  height: 0.7rem;
  background: #e9eff5;
  background-image: linear-gradient(to right, #d2dde9 0%, #f9fcff 15%, #e5ebf2 40%, #e5ebf2 60%, #f9fcff 85%, #d2dde9 100%);
}
.section-one .laptop .laptop__bottom::before {
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 0.7rem;
  border-radius: 0 0 0.2rem 0.2rem;
  background: #f6f9fc;
  background-image: linear-gradient(to right, #c3cfdb 0%, #f6f9fc 10%, #f6f9fc 90%, #c3cfdb 100%);
  content: " ";
}
.section-one .laptop .laptop__under {
  position: absolute;
  top: 100%;
  left: 25%;
  display: block;
  width: 50%;
  height: 1.5rem;
  background: #e2e8f0;
  background-image: linear-gradient(to bottom, #e2e8f0, #bec7d1);
}
.section-one .laptop::after, .section-one .laptop::before {
  position: absolute;
  top: 0%;
  right: 100%;
  bottom: 0;
  display: block;
  width: 50%;
  border-bottom-left-radius: 100%;
  background: inherit;
  content: " ";
}
.section-one .laptop::after {
  right: auto;
  left: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 0;
}
.section-one .laptop .laptop__shadow {
  position: absolute;
  right: -10%;
  bottom: -2.5rem;
  left: -10%;
  z-index: 0;
  height: 2rem;
  background: radial-gradient(ellipse closest-side, #000, transparent);
  opacity: 0.5;
}
.section-one .sec-responsive img {
  width: 100%;
}

.section-three {
  font-family: "Mulish", sans-serif;
  padding-top: 5rem;
  padding-bottom: 7rem;
  position: relative;
  background: linear-gradient(180deg, rgb(7, 28, 77) 9%, rgb(33, 79, 133) 100%);
  background-size: contain;
}
.section-three .minihead {
  font-family: "Dancing Script", cursive;
  font-size: 40px;
  color: white;
}
.section-three .headhr {
  border: 1px solid white;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 3px;
  background-color: white;
  width: 100px;
  margin: auto;
  margin-bottom: 2rem;
}
.section-three .section-header {
  position: absolute;
  padding: 2rem;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  background-color: #071C4D;
  color: white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.section-three .myowlone {
  font-size: 14px;
  position: relative;
}
.section-three .myowlone .owl-nav {
  display: flex;
  align-items: start;
}
.section-three .myowlone .owl-nav .owl-prev,
.section-three .myowlone .owl-nav .owl-next {
  position: absolute;
  top: 10px;
  transform: translate(-50%, -50%);
  border: none;
}
.section-three .myowlone .owl-nav .owl-prev span,
.section-three .myowlone .owl-nav .owl-next span {
  font-size: 80px;
  color: white;
}
.section-three .myowlone .owl-nav .owl-prev:hover,
.section-three .myowlone .owl-nav .owl-next:hover {
  background-color: rgba(255, 255, 255, 0);
}
.section-three .myowlone .owl-nav .owl-prev {
  left: calc(50% - 150px - 20px);
}
.section-three .myowlone .owl-nav .owl-next {
  right: calc(50% - 150px - 44px);
}
.section-three .myowlone .item .section-three-img-box {
  width: 99%;
  height: 400px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
}
.section-three .myowlone .item .section-three-img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-three .mybtn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
.section-three .mybtn.learn-more {
  width: 12rem;
  height: auto;
}
.section-three .mybtn.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: white;
  border-radius: 1.625rem;
}
.section-three .mybtn.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.section-three .mybtn.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.section-three .mybtn.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid black;
  border-right: 0.125rem solid black;
  transform: rotate(45deg);
}
.section-three .mybtn.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.section-three .mybtn:hover .circle {
  width: 100%;
}
.section-three .mybtn:hover .circle .icon.arrow {
  background: black;
  transform: translate(1rem, 0);
}
.section-three .mybtn:hover .button-text {
  color: black;
}

.section-four {
  font-family: "Mulish", sans-serif;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}
.section-four p {
  font-size: 14px;
}
.section-four .headhr {
  border: 1px solid black;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 3px;
  background-color: gray;
  width: 100px;
  margin: auto;
  margin-bottom: 2rem;
}
.section-four .section-header {
  position: absolute;
  padding: 2rem;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  background-color: #ffffff;
  color: black;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.section-four .plan-head ul {
  z-index: 1 !important;
  display: flex;
  justify-content: space-around;
}
.section-four .plan-head ul li .nav-link {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #3C7CCC;
  color: white;
  transition: 0.4s all;
}
.section-four .plan-head ul li .nav-link:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.section-four .plan-head ul li .nav-link:active {
  color: white;
  background-color: #071C4D;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.section-four .plan-head ul li .nav-link:focus {
  color: white;
  background-color: #071C4D;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.section-four .plan-head .plan-imgbox {
  z-index: 0 !important;
  width: 100%;
  position: relative;
}
.section-four .plan-head .plan-imgbox img {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.5;
  max-width: 70%;
}
.section-four .plan-details {
  position: relative;
}
.section-four .plan-details .tab-content .tab-pane {
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: -80px;
}
@media (max-width: 992px) {
  .section-four .plan-head {
    margin-top: 5rem;
  }
  .section-four .plan-head ul li {
    margin-top: 0 !important;
  }
  .section-four .plan-head ul li .nav-link {
    font-size: 10px !important;
    width: 50px !important;
    height: 50px !important;
  }
  .section-four .plan-head ul li .nav-link i {
    display: none !important;
  }
  .section-four .plan-head .plan-imgbox img {
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.5;
    max-width: 70%;
  }
}
.section-four .mybtn-box {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
}
.section-four .mybtn-box .mybtn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
.section-four .mybtn-box .mybtn.learn-more {
  width: 12rem;
  height: auto;
}
.section-four .mybtn-box .mybtn.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #3C7CCC;
  border-radius: 1.625rem;
}
.section-four .mybtn-box .mybtn.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.section-four .mybtn-box .mybtn.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.section-four .mybtn-box .mybtn.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid white;
  border-right: 0.125rem solid white;
  transform: rotate(45deg);
}
.section-four .mybtn-box .mybtn.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #071C4D;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.section-four .mybtn-box .mybtn:hover .circle {
  width: 100%;
}
.section-four .mybtn-box .mybtn:hover .circle .icon.arrow {
  background: white;
  transform: translate(1rem, 0);
}
.section-four .mybtn-box .mybtn:hover .button-text {
  color: white;
}

.section-five {
  font-family: "Mulish", sans-serif;
  position: relative;
  margin-top: 10rem;
  padding-bottom: 5rem;
  background-color: #F8F9FA;
}
.section-five .section-header {
  position: absolute;
  padding: 2rem;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  background-color: #F8F9FA;
  color: #071C4D;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.section-five .section-header img {
  width: 30px;
}
.section-five .ssshead {
  padding-top: 10rem;
}
.section-five .ssshead p {
  font-size: 14px;
}
.section-five .sss {
  padding-top: 0rem;
  padding-bottom: 5rem;
  color: #7A7A7A;
}
.section-five .sss .sss-left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-five .sss .sss-left .accordion {
  width: 90%;
}
.section-five .sss .sss-left .accordion .accordion-item .accordion-header .accordion-button {
  height: 80px;
  background-color: #F8F9FA;
}
.section-five .sss .sss-left .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.section-five .sss .sss-left .accordion .accordion-item .accordion-header .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url("../img/arrowupline.png");
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
.section-five .sss .sss-left .accordion .accordion-item .accordion-header .accordion-button p {
  margin-bottom: 0;
}
.section-five .sss .sss-left .accordion .accordion-item .accordion-collapse .accordion-body {
  background-color: #F8F9FA;
  font-size: 14px;
}
.section-five .sss .sss-left .accordion .accordion-item .accordion-collapse .accordion-body p {
  margin-bottom: 0;
}
.section-five .sss .sss-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-five .sss .sss-right img {
  width: 100%;
}

.section-six {
  font-family: "Mulish", sans-serif;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.section-six h1, .section-six h2, .section-six h3 {
  font-size: 20px;
}
@media (max-width: 992px) {
  .section-six p, .section-six h1, .section-six h2, .section-six h3 {
    text-align: center;
  }
}

.common-header-nav {
  font-family: "Mulish", sans-serif;
  height: 40vh;
  position: relative;
  text-align: center;
  background: linear-gradient(180deg, rgb(7, 28, 77) 9%, rgb(33, 79, 133) 100%);
  color: #071C4D;
}
.common-header-nav .breadcrumb {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.common-header-nav .breadcrumb .breadcrumbalt {
  font-size: 16px;
  font-weight: 700;
}
.common-header-nav .breadcrumb .breadcrumbalt .breadcrumb-item::before {
  color: white;
}
.common-header-nav .breadcrumb .breadcrumbalt .itemone a {
  text-decoration: none;
  color: white;
}
.common-header-nav .breadcrumb .breadcrumbalt .itemtwo {
  color: #bebebe;
  font-weight: 400;
}
.common-header-nav .common-section-header {
  font-family: "Mulish", sans-serif;
  position: absolute;
  padding-top: 1.5rem;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.8392156863);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.common-header-nav .common-section-header img {
  width: 100px;
  margin-top: 0;
}
.common-header-nav .inner-header {
  height: 30vh;
  width: 100%;
  margin: 0;
  padding: 0;
}
.common-header-nav .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.common-header-nav .waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  min-height: 100px;
  max-height: 150px;
}
.common-header-nav .content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: white;
  height: 30vh;
}
.common-header-nav .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.common-header-nav .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.common-header-nav .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.common-header-nav .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.common-header-nav .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}

.projects-section-one {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.projects-section-one p {
  font-family: "Mulish", sans-serif;
  font-size: 14px;
}
.projects-section-one .card {
  overflow: hidden;
  height: 550px;
  max-width: 450px;
  background: linear-gradient(180deg, rgb(7, 28, 77) 9%, rgb(33, 79, 133) 100%);
  transition: 0.4s;
  align-items: center;
}
.projects-section-one .card .card-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  height: 40px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects-section-one .card .card-logo .image-logo {
  width: 100px;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.6s;
}
.projects-section-one .card .card-imgbox {
  position: relative;
  height: 200px;
  width: 90%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.projects-section-one .card .card-imgbox .site-img {
  display: block;
  width: 96%;
}
.projects-section-one .card .card-header {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 40px;
  border: none;
}
.projects-section-one .card .card-header h4 {
  margin: 0;
  transition: 0.4s;
  color: white;
}
.projects-section-one .card .card-about {
  height: 70px;
}
.projects-section-one .card .mybtn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
.projects-section-one .card .mybtn.learn-more {
  width: 12rem;
  height: auto;
}
.projects-section-one .card .mybtn.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: white;
  border-radius: 1.625rem;
}
.projects-section-one .card .mybtn.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.projects-section-one .card .mybtn.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.projects-section-one .card .mybtn.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid black;
  border-right: 0.125rem solid black;
  transform: rotate(45deg);
}
.projects-section-one .card .mybtn.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.projects-section-one .card .mybtn:hover .circle {
  width: 100%;
}
.projects-section-one .card .mybtn:hover .circle .icon.arrow {
  background: black;
  transform: translate(1rem, 0);
}
.projects-section-one .card .mybtn:hover .button-text {
  color: black;
}
.projects-section-one .card:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.about-section-one {
  background: rgba(255, 255, 255, 0.5019607843);
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.about-section-one p {
  font-family: "Mulish", sans-serif;
  font-size: 14px;
}
.about-section-one .about-imgbox {
  box-shadow: -50px -50px 0 -40px #071C4D, 50px 50px 0 -40px #6b92ee;
  overflow: hidden;
}
.about-section-one .about-imgbox img {
  width: 100%;
  transition: 1s;
}
.about-section-one .about-text {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}
.about-section-one .about-text p {
  font-family: "Mulish", sans-serif;
  font-size: 14px;
}
.about-section-one .about-one {
  padding-bottom: 5rem;
}
.about-section-one .about-one .aboutonesec {
  position: relative;
}
.about-section-one .about-one .aboutonesec .aboutone-img {
  z-index: -1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}
@media (max-width: 992px) {
  .about-section-one .about-one .about-text {
    text-align: center;
  }
}
.about-section-one .about-two {
  background: #fafafa;
  padding-top: 5rem;
  padding-bottom: 10rem;
  -webkit-clip-path: polygon(0 9%, 100% 0, 100% 91%, 0% 100%);
          clip-path: polygon(0 9%, 100% 0, 100% 91%, 0% 100%);
}
@media (max-width: 992px) {
  .about-section-one .about-two {
    -webkit-clip-path: polygon(0 4%, 100% 0, 100% 96%, 0% 100%);
            clip-path: polygon(0 4%, 100% 0, 100% 96%, 0% 100%);
  }
}
.about-section-one .mybtn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
.about-section-one .mybtn.learn-more {
  width: 12rem;
  height: auto;
}
.about-section-one .mybtn.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #071c4d;
  border-radius: 1.625rem;
}
.about-section-one .mybtn.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.about-section-one .mybtn.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.about-section-one .mybtn.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid white;
  border-right: 0.125rem solid white;
  transform: rotate(45deg);
}
.about-section-one .mybtn.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #071c4d;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.about-section-one .mybtn:hover .circle {
  width: 100%;
}
.about-section-one .mybtn:hover .circle .icon.arrow {
  background: white;
  transform: translate(1rem, 0);
}
.about-section-one .mybtn:hover .button-text {
  color: white;
}

.blog-section-one {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
.blog-section-one .category-col {
  position: sticky;
  top: 50px;
}
.blog-section-one #myBtnContainer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.blog-section-one .filterDiv {
  display: none;
}
.blog-section-one .show {
  display: flex;
  justify-content: center;
}
.blog-section-one .blog-item {
  background: #fafafa;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: 2rem;
  transition: 0.4s;
}
.blog-section-one .blog-item .blog-category {
  width: 80px;
  height: 80px;
  color: white;
  border-radius: 50%;
  background-color: #071c4d;
}
.blog-section-one .blog-item .blog-category svg {
  font-size: 14px;
}
.blog-section-one .blog-item .blog-imgbox {
  width: 250px;
  height: 250px;
  border: 5px solid black;
}
.blog-section-one .blog-item .blog-imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-section-one .blog-item .overflow-text {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-section-one .blog-item .mybtn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
.blog-section-one .blog-item .mybtn.learn-more {
  width: 12rem;
  height: auto;
}
.blog-section-one .blog-item .mybtn.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #071c4d;
  border-radius: 1.625rem;
}
.blog-section-one .blog-item .mybtn.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.blog-section-one .blog-item .mybtn.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.blog-section-one .blog-item .mybtn.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid white;
  border-right: 0.125rem solid white;
  transform: rotate(45deg);
}
.blog-section-one .blog-item .mybtn.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #071c4d;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.blog-section-one .blog-item .mybtn:hover .circle {
  width: 100%;
}
.blog-section-one .blog-item .mybtn:hover .circle .icon.arrow {
  background: white;
  transform: translate(1rem, 0);
}
.blog-section-one .blog-item .mybtn:hover .button-text {
  color: white;
}
.blog-section-one .blog-item:hover {
  background: #efefef;
}

.blog-detail-section-one .blog-detail-head {
  margin-top: 2rem;
}
.blog-detail-section-one .blog-detail-imgbox {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.blog-detail-section-one .blog-detail-imgbox img {
  width: 90%;
  height: 100%;
}
.blog-detail-section-one .blog-category {
  margin: auto;
  width: 80px;
  height: 80px;
  color: white;
  border-radius: 50%;
  background-color: #071c4d;
}
.blog-detail-section-one .blog-category svg {
  font-size: 14px;
}
.blog-detail-section-one .back-button {
  text-decoration: none;
  background: #071c4d;
  color: white;
  transition: 0.4s;
}
.blog-detail-section-one .back-button:hover {
  background: #061435;
}

.section-contactus {
  font-family: "Mulish", sans-serif;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}
.section-contactus p {
  font-size: 14px;
}
.section-contactus .contact-container {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: url("../img/wworld.png"), linear-gradient(180deg, rgb(7, 28, 77) 9%, rgb(33, 79, 133) 100%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.section-contactus form {
  color: white;
}
.section-contactus form label {
  margin-top: 1rem;
}
.section-contactus form input:focus, .section-contactus form textarea:focus {
  box-shadow: none;
}
.section-contactus form .mybtn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
.section-contactus form .mybtn.learn-more {
  width: 12rem;
  height: auto;
}
.section-contactus form .mybtn.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #fff;
  border-radius: 1.625rem;
}
.section-contactus form .mybtn.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #071c4d;
}
.section-contactus form .mybtn.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.section-contactus form .mybtn.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #071c4d;
  border-right: 0.125rem solid #071c4d;
  transform: rotate(45deg);
}
.section-contactus form .mybtn.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.section-contactus form .mybtn:hover .circle {
  width: 100%;
}
.section-contactus form .mybtn:hover .circle .icon.arrow {
  background: #071c4d;
  transform: translate(1rem, 0);
}
.section-contactus form .mybtn:hover .button-text {
  color: #071c4d;
}

.thank-you {
  height: 100vh;
  width: 100%;
  background: linear-gradient(180deg, rgb(7, 28, 77) 9%, rgb(33, 79, 133) 100%);
}
.thank-you h2, .thank-you p {
  color: white;
}
.thank-you h2 {
  font-family: "Dancing Script", cursive;
  font-size: 50px;
}
.thank-you p {
  font-size: 20px;
}
.thank-you .imgbox {
  width: 250px;
}
.thank-you .imgbox img {
  width: 100%;
}

.teams-section-one .teams-person {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  overflow: hidden;
}
.teams-section-one .teams-person .person-name {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: linear-gradient(180deg, rgb(7, 28, 77) 9%, rgb(33, 79, 133) 100%);
}
.teams-section-one .teams-person .person-name h6 {
  color: white;
  margin-bottom: 0;
}
.teams-section-one .teams-person .person-left {
  max-height: 100%;
  border-right: 1px solid rgba(238, 238, 238, 0.9333333333);
}
.teams-section-one .teams-person .person-left .img-box {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.teams-section-one .teams-person .person-left .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.teams-section-one .teams-person .person-left .social {
  height: 60px;
  background: linear-gradient(180deg, rgb(7, 28, 77) 9%, rgb(33, 79, 133) 100%);
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.teams-section-one .teams-person .person-left .social a {
  text-decoration: none;
  color: white;
}
.teams-section-one .teams-person .person-right .person-skill .nav-tabs .nav-item button {
  color: black;
}
.teams-section-one .teams-person .person-right .person-skill .nav-tabs .nav-item button.active {
  color: #071c4d;
}
.teams-section-one .teams-person .person-right .person-skill .tab-content .tab-pane {
  padding: 1rem;
  height: 485px;
  overflow-y: auto;
}
.teams-section-one .teams-person .person-right .person-skill .tab-content .tab-pane p {
  font-size: 14px;
}
.teams-section-one .teams-person .person-right .person-skill .tab-content .tab-pane .card-content .card-timeline {
  margin-top: 30px;
  position: relative;
}
.teams-section-one .teams-person .person-right .person-skill .tab-content .tab-pane .card-content .card-timeline:after {
  background: linear-gradient(to top, rgba(134, 214, 243, 0) 0%, rgb(81, 106, 204) 100%);
  content: "";
  left: 42px;
  width: 2px;
  top: 0;
  height: 100%;
  position: absolute;
  content: "";
}
.teams-section-one .teams-person .person-right .person-skill .tab-content .tab-pane .card-content .card-timeline .card-item {
  position: relative;
  padding-left: 60px;
  padding-right: 20px;
  padding-bottom: 30px;
  z-index: 1;
}
.teams-section-one .teams-person .person-right .person-skill .tab-content .tab-pane .card-content .card-timeline .card-item:last-child {
  padding-bottom: 5px;
}
.teams-section-one .teams-person .person-right .person-skill .tab-content .tab-pane .card-content .card-timeline .card-item:after {
  content: attr(data-year);
  width: 10px;
  position: absolute;
  top: 0;
  left: 39px;
  width: 8px;
  height: 8px;
  line-height: 0.6;
  border: 2px solid #fff;
  font-size: 11px;
  text-indent: -35px;
  border-radius: 50%;
  color: rgba(134, 134, 134, 0.7);
  background: linear-gradient(to bottom, #a0aee3 0%, #516acc 100%);
}
.teams-section-one .teams-person .person-right .person-skill .tab-content .tab-pane .card-content .card-timeline .card-item-title {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}
.teams-section-one .teams-person .person-right .person-skill .tab-content .tab-pane .card-content .card-timeline .card-item-desc {
  font-size: 13px;
  color: #6f6f7b;
  line-height: 1.5;
  font-family: "DM Sans", sans-serif;
}/*# sourceMappingURL=style.css.map */