@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.home-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .home-banner {
    height: 80vh;
  }
}
@media only screen and (max-width: 991px) {
  .home-banner {
    height: 50vh;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner {
    height: 60vh;
  }
}
.home-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 49.04%, rgba(0, 0, 0, 0.98) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0) 49.04%, rgba(0, 0, 0, 0.98) 100%);
}
@media only screen and (max-width: 540px) {
  .home-banner::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.04%, rgba(0, 0, 0, 0.98) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0) 49.04%, rgba(0, 0, 0, 0.98) 100%);
  }
}
.home-banner .video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .home-banner .video-background .container {
    padding: 0;
  }
}
.home-banner .video-background .container .bg-wrapper {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 35%;
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .home-banner .video-background .container .bg-wrapper {
    bottom: 10%;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .video-background .container .bg-wrapper {
    bottom: 10%;
    margin-left: 0;
  }
}
.home-banner .video-background .container .bg-wrapper .play-button {
  margin-top: 100px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 540px) {
  .home-banner .video-background .container .bg-wrapper .play-button {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
}
.home-banner .video-background .container .bg-wrapper .play-button p {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.home-banner .video-background .container .bg-wrapper h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.1;
  text-align: left;
  margin-bottom: 18px;
  max-width: 600px;
}
@media only screen and (max-width: 991px) {
  .home-banner .video-background .container .bg-wrapper h1 {
    max-width: 70%;
    line-height: 1.2;
    font-size: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .video-background .container .bg-wrapper h1 {
    max-width: 100%;
    font-size: 35px;
    line-height: 1.1;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.home-banner .video-background .container .bg-wrapper p {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: var(--white);
  max-width: 50%;
}
@media only screen and (max-width: 991px) {
  .home-banner .video-background .container .bg-wrapper p {
    max-width: 100%;
    color: rgba(255, 255, 255, 0.8784313725);
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .video-background .container .bg-wrapper p {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    color: rgba(255, 255, 255, 0.8588235294);
    display: none;
  }
}

.home-secA {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  background: var(--gradient-a);
}
.home-secA::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -20px;
  width: 357px;
  height: 285px;
  background: url("../../images/home/dot-bg.png");
}
@media only screen and (max-width: 540px) {
  .home-secA::before {
    width: 120px;
    height: 180px;
  }
}
.home-secA::after {
  content: "";
  position: absolute;
  bottom: -140px;
  left: -20px;
  width: 357px;
  height: 285px;
  background: url("../../images/home/dot-bg.png");
}
@media only screen and (max-width: 540px) {
  .home-secA::after {
    width: 80px;
    height: 225px;
  }
}
.home-secA .container {
  text-align: center;
}
.home-secA .container .heading {
  max-width: 50%;
  margin: auto;
}
@media only screen and (max-width: 540px) {
  .home-secA .container .heading {
    width: 100%;
    max-width: 100%;
  }
}
.home-secA .container .heading h2 {
  color: var(--white);
}
.home-secA .container .heading p {
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (max-width: 540px) {
  .home-secA .container .heading p {
    font-size: 14px;
    text-align: center;
  }
}
.home-secA .container .services-slider {
  padding: 70px 0;
  position: relative;
}
@media only screen and (max-width: 540px) {
  .home-secA .container .services-slider {
    padding: 30px 0px;
  }
}
.home-secA .container .services-slider .swiper-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 104%;
  position: absolute;
  top: 50%;
  left: -2%;
  translate: 0% -50%;
  z-index: 2;
  max-width: 110%;
}
@media only screen and (max-width: 540px) {
  .home-secA .container .services-slider .swiper-nav {
    display: none;
  }
}
.home-secA .container .services-slider .swiper-nav button {
  width: 45px;
  height: 45px;
  background-color: var(--white);
  border-radius: 50%;
  border: none;
}
.home-secA .container .services-slider .swiper-nav button.swiper-prev:hover svg {
  translate: -5px 0;
}
.home-secA .container .services-slider .swiper-nav button.swiper-next:hover svg {
  translate: 5px 0;
}
.home-secA .container .services-slider .swiper-nav button svg {
  transition: 0.3s ease;
  vertical-align: middle;
}
.home-secA .container .services-slider .swiper-nav button svg path {
  fill: var(--black);
}
.home-secA .container .services-slider .services-slider-slider .swiper-slide {
  text-align: center;
  background: rgba(255, 255, 255, 0.0509803922);
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  padding: 50px 40px;
  transition: 0.5s ease;
}
@media only screen and (max-width: 540px) {
  .home-secA .container .services-slider .services-slider-slider .swiper-slide {
    background: rgba(255, 255, 255, 0.29);
  }
}
.home-secA .container .services-slider .services-slider-slider .swiper-slide svg {
  width: 50px;
  height: 50px;
}
.home-secA .container .services-slider .services-slider-slider .swiper-slide svg path {
  fill: #43ADFF;
}
.home-secA .container .services-slider .services-slider-slider .swiper-slide:hover {
  background: #3E69AC;
}
.home-secA .container .services-slider .services-slider-slider .swiper-slide:hover svg path {
  fill: var(--white);
}
.home-secA .container .services-slider .services-slider-slider .swiper-slide h5 {
  font-weight: 500;
  font-size: 20px;
  padding: 20px 0;
  color: var(--white);
}
.home-secA .container .services-slider .services-slider-slider .swiper-slide p {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6980392157);
}
.home-secA .container .services-slider .services-slider-slider .swiper-slide-active {
  background: #3E69AC;
}
.home-secA .container .services-slider .services-slider-slider .swiper-slide-active svg path {
  fill: var(--white);
}
.home-secA .container .view-btn {
  margin: 30px 0;
}
.home-secA .container .view-btn a {
  opacity: 1;
  border-radius: 5px;
  padding: 8px 15px;
  color: var(--white);
  border: 1px solid var(--white);
  align-items: center;
}
.home-secA .container .view-btn a img {
  padding-left: 10px;
  transition: 0.3s ease;
}
.home-secA .container .view-btn a:hover {
  background: var(--primary);
  border: 1px solid var(--primary);
}
.home-secA .container .view-btn a:hover img {
  padding-left: 14px;
}

.home-secB {
  padding: 100px 0 150px 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .home-secB {
    padding: 50px 0 70px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB {
    padding: 50px 0 70px 0;
  }
}
.home-secB .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .home-secB .flex-box {
    display: block;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .flex-box {
    display: block;
  }
}
.home-secB .flex-box .flex-box-item:first-child {
  max-width: 52%;
}
@media only screen and (max-width: 768px) {
  .home-secB .flex-box .flex-box-item:first-child {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .flex-box .flex-box-item:first-child {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.home-secB .flex-box .flex-box-item:first-child .heading {
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .home-secB .flex-box .flex-box-item:first-child .heading {
    text-align: center;
  }
}
.home-secB .flex-box .flex-box-item:first-child .heading h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 45px;
}
.home-secB .flex-box .flex-box-item:first-child .heading h2 span:nth-child(1) {
  color: var(--primary);
}
.home-secB .flex-box .flex-box-item:first-child .heading h2 span:nth-child(2) {
  color: #666666;
}
.home-secB .flex-box .flex-box-item:first-child .heading h2 span:nth-child(3) {
  color: #03052E;
}
.home-secB .flex-box .flex-box-item:first-child .counter-flex {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 30px;
  margin: 30px 0;
}
@media only screen and (max-width: 991px) {
  .home-secB .flex-box .flex-box-item:first-child .counter-flex {
    align-items: unset;
  }
}
@media only screen and (max-width: 768px) {
  .home-secB .flex-box .flex-box-item:first-child .counter-flex {
    align-items: unset;
    justify-content: center;
    gap: 45px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .flex-box .flex-box-item:first-child .counter-flex {
    align-items: unset;
    justify-content: center;
    gap: 45px;
  }
}
.home-secB .flex-box .flex-box-item:first-child .counter-flex .counter-item {
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .home-secB .flex-box .flex-box-item:first-child .counter-flex .counter-item {
    text-align: center;
  }
}
.home-secB .flex-box .flex-box-item:first-child .counter-flex .counter-item h5 {
  font-weight: 500;
  font-size: 20px;
}
@media only screen and (max-width: 540px) {
  .home-secB .flex-box .flex-box-item:first-child .counter-flex .counter-item h5 {
    margin-bottom: 4px;
  }
}
.home-secB .flex-box .flex-box-item:first-child .counter-flex .counter-item p {
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  color: var(--text);
}
@media only screen and (max-width: 991px) {
  .home-secB .flex-box .flex-box-item:first-child .counter-flex .counter-item p {
    font-size: 10px;
    line-height: 1.3;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .flex-box .flex-box-item:first-child .counter-flex .counter-item p {
    font-size: 10px;
    line-height: 1.3;
  }
}
.home-secB .flex-box .flex-box-item:first-child .more-btn {
  margin: 30px 0;
}
.home-secB .flex-box .flex-box-item:first-child .more-btn a {
  opacity: 1;
  border-radius: 5px;
  padding: 8px 15px;
  color: var(--white);
  align-items: center;
  background: var(--primary);
  border: 1px solid var(--primary);
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .home-secB .flex-box .flex-box-item:first-child .more-btn a {
    margin: auto;
    padding: 1px 15px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .flex-box .flex-box-item:first-child .more-btn a {
    margin: auto;
    padding: 1px 15px;
  }
}
.home-secB .flex-box .flex-box-item:first-child .more-btn a svg {
  padding-left: 10px;
  transition: 0.3s ease;
  width: 30px;
  height: 30px;
}
.home-secB .flex-box .flex-box-item:first-child .more-btn a:hover {
  background: var(--white);
  border: 1px solid var(--primary);
  color: var(--primary);
  font-weight: 500;
}
.home-secB .flex-box .flex-box-item:first-child .more-btn a:hover svg path {
  stroke: var(--primary);
}
.home-secB .flex-box .flex-box-item:first-child .logo {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 25px;
}
@media only screen and (max-width: 768px) {
  .home-secB .flex-box .flex-box-item:first-child .logo {
    gap: 22px;
    justify-content: center;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .flex-box .flex-box-item:first-child .logo {
    gap: 22px;
    justify-content: center;
  }
}
.home-secB .flex-box .flex-box-item:first-child .logo p {
  font-weight: 500;
  font-size: 24px;
}
@media only screen and (max-width: 540px) {
  .home-secB .flex-box .flex-box-item:first-child .logo p {
    font-size: 14px;
  }
}
.home-secB .flex-box .flex-box-item:first-child .logo .ct {
  width: 100%;
  text-align: center;
}
.home-secB .flex-box .flex-box-item:first-child .logo .ct img {
  width: 54%;
}
.home-secB .flex-box .flex-box-item:first-child .logo .ct p {
  font-size: 12px;
  text-align: center;
}
.home-secB .flex-box .flex-box-item:first-child .logo .memebership-logo-slider {
  position: relative;
}
.home-secB .flex-box .flex-box-item:first-child .logo .memebership-logo-slider .swiper-nav {
  position: absolute;
  left: 0;
  top: 50%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 9999;
}
.home-secB .flex-box .flex-box-item:first-child .logo .memebership-logo-slider .swiper-nav .memebership-logo-prev {
  transform: rotate(180deg);
}
.home-secB .flex-box .flex-box-item:last-child .video-sec {
  position: relative;
}
.home-secB .flex-box .flex-box-item:last-child .video-sec figure {
  width: 500px;
  height: 100%;
  border-top-left-radius: 50px;
}
@media only screen and (max-width: 768px) {
  .home-secB .flex-box .flex-box-item:last-child .video-sec figure {
    margin: auto;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .flex-box .flex-box-item:last-child .video-sec figure {
    width: 100%;
    height: 100%;
  }
}
.home-secB .flex-box .flex-box-item:last-child .video-sec figure video {
  transform: translate(-10%, 0%);
  border-top-left-radius: 50px;
}
@media only screen and (max-width: 1024px) {
  .home-secB .flex-box .flex-box-item:last-child .video-sec figure video {
    transform: translate(-4%, 5%);
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .flex-box .flex-box-item:last-child .video-sec figure video {
    transform: translate(0, 0);
  }
}
.home-secB .flex-box .flex-box-item:last-child .video-sec figure .image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.home-secB .flex-box .flex-box-item:last-child .video-sec figure .image-wrapper img {
  transform: translate(-10%, 0%);
  border-top-left-radius: 50px;
  height: 281px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 540px) {
  .home-secB .flex-box .flex-box-item:last-child .video-sec figure .image-wrapper img {
    height: 183px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-secB .flex-box .flex-box-item:last-child .video-sec figure .image-wrapper img {
    transform: translate(-4%, 5%);
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .flex-box .flex-box-item:last-child .video-sec figure .image-wrapper img {
    transform: translate(0, 0);
  }
}
.home-secB .flex-box .flex-box-item:last-child .video-sec figure .image-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: all;
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.home-secB .flex-box .flex-box-item:last-child .video-sec figure .image-wrapper .inline-video-wrap {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.home-secB .flex-box .flex-box-item:last-child .video-sec figure .image-wrapper .inline-video-wrap .close-inline-video {
  position: absolute;
  top: 20px;
  right: 15%;
  z-index: 10;
  background: none;
  cursor: pointer;
}
.home-secB .flex-box .flex-box-item:last-child .video-sec figure .image-wrapper .inline-video-wrap .close-inline-video svg {
  width: 24px;
  height: 24px;
  background: #5a91c2;
  border-radius: 50%;
}
.home-secB .flex-box .flex-box-item:last-child .video-sec figure .image-wrapper .inline-video-wrap .close-inline-video svg path {
  stroke: #fff;
}
.home-secB .flex-box .flex-box-item:last-child .video-sec figure .image-wrapper::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: -10%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 14%, rgba(0, 0, 0, 0) 40%);
  pointer-events: none;
  border-top-left-radius: 50px;
}
@media only screen and (max-width: 1024px) {
  .home-secB .flex-box .flex-box-item:last-child .video-sec figure .image-wrapper::after {
    left: -4%;
    bottom: -7px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secB .flex-box .flex-box-item:last-child .video-sec figure .image-wrapper::after {
    left: -19px;
    bottom: -14px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .flex-box .flex-box-item:last-child .video-sec figure .image-wrapper::after {
    left: 0;
    bottom: 7px;
  }
}
.home-secB .flex-box .flex-box-item:last-child .video-sec .video-content {
  position: absolute;
  right: 10%;
  bottom: -2%;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .home-secB .flex-box .flex-box-item:last-child .video-sec .video-content {
    right: 4%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .flex-box .flex-box-item:last-child .video-sec .video-content {
    right: 0;
  }
}
.home-secB .flex-box .flex-box-item:last-child .video-sec .video-content .play-btn {
  background: var(--white);
}
.home-secB .flex-box .flex-box-item:last-child .video-sec .video-content .play-btn::after {
  border-left: calc(var(--btnsize) / 5.6) solid #1C499B;
}
.home-secB .flex-box .flex-box-item:last-child .video-sec .video-content h6 {
  color: #fff;
  font-size: 16px;
}
.home-secB .flex-box .flex-box-item:last-child .video-sec .bg {
  position: absolute;
  background: #5393C5;
  width: 500px;
  height: 300px;
  top: 10%;
  left: 0%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .home-secB .flex-box .flex-box-item:last-child .video-sec .bg {
    top: 9%;
    left: 15%;
  }
}
@media only screen and (max-width: 504px) {
  .home-secB .flex-box .flex-box-item:last-child .video-sec .bg {
    height: 190px;
    top: 7%;
    left: 6%;
  }
}
.home-secB .flex-box .flex-box-item:last-child .video-sec video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  line-height: 0;
}

.home-secC {
  padding: 100px 0;
  background: #F4F4F4;
}
@media only screen and (max-width: 768px) {
  .home-secC {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC {
    padding: 60px 0;
  }
}
.home-secC .container .heading {
  text-align: center;
}
.home-secC .container .heading h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 45px;
}
.home-secC .container .heading h2 span:nth-child(1) {
  color: #03052E;
}
.home-secC .container .heading h2 span:nth-child(2) {
  color: var(--primary);
}
.home-secC .container .heading h2 span:nth-child(3) {
  color: #666666;
}
.home-secC .container .flex-box {
  display: flex;
  justify-content: space-around;
  padding: 70px 0 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .home-secC .container .flex-box {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .container .flex-box {
    display: block;
    padding: 20px 0 0 0;
  }
}
.home-secC .container .flex-box .flex-box-item:first-child {
  width: 100%;
  max-width: 45%;
}
@media only screen and (max-width: 540px) {
  .home-secC .container .flex-box .flex-box-item:first-child {
    max-width: 100%;
  }
}
.home-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col {
  border-bottom: 1px solid rgba(0, 0, 0, 0.231372549);
}
.home-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col .title {
  cursor: pointer;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col .title h6 {
  font-weight: 500;
  font-size: 30px;
  color: var(--text);
  transition: 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .home-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col .title h6 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col .title h6 {
    font-size: 22px;
  }
}
.home-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col .title .ico {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease;
}
.home-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col .title .ico svg {
  width: 30px;
  height: 30px;
  transition: 0.5s ease;
}
.home-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col .title .ico svg path {
  color: #666666;
}
.home-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col article {
  padding-bottom: 20px;
}
.home-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col article p {
  font-weight: 400;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .home-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col article p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col article p {
    font-size: 14px;
  }
}
.home-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .active h6 {
  color: var(--primary) !important;
}
.home-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .active .ico {
  transform: rotate(0.5turn);
}
.home-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .active .ico svg path {
  stroke: var(--primary) !important;
}
.home-secC .container .flex-box .flex-box-item:last-child {
  max-width: 45%;
  width: 478px;
  height: 428px;
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .home-secC .container .flex-box .flex-box-item:last-child {
    display: none;
  }
}
.home-secC .container .flex-box .flex-box-item:last-child .tabs figure {
  height: 428px;
}
.home-secC .container .flex-box .flex-box-item:last-child .tabs figure img {
  transition: 0.9s ease;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(0);
}
.home-secC .container .flex-box .flex-box-item:last-child .active figure img {
  transform: scale(1);
}

.home-secD {
  position: relative;
  color: white;
  overflow: hidden;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .home-secD {
    height: 70vh;
  }
}
@media only screen and (max-width: 991px) {
  .home-secD {
    height: 40vh;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD {
    height: 60vh;
  }
}
.home-secD::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 50.48%, rgba(0, 0, 0, 0.98) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 45.79%, rgba(0, 0, 0, 0.95) 100%);
}
.home-secD .video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.home-secD .bg-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  height: 30vh;
}
.home-secD .bg-wrapper .swiper {
  height: 100%;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
}
@media only screen and (max-width: 540px) {
  .home-secD .bg-wrapper .swiper {
    width: 100%;
    max-width: 90%;
  }
}
.home-secD .bg-wrapper .swiper h3 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 800;
}
@media only screen and (max-width: 540px) {
  .home-secD .bg-wrapper .swiper h3 {
    font-size: 25px;
  }
}

.home-secE {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .home-secE {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE {
    padding: 60px 0;
  }
}
.home-secE .Leadership-Team-slider {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .home-secE .Leadership-Team-slider {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .Leadership-Team-slider {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
.home-secE .Leadership-Team-slider .heading {
  text-align: left;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 0 0;
}
@media only screen and (max-width: 540px) {
  .home-secE .Leadership-Team-slider .heading {
    justify-content: center;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-secE .Leadership-Team-slider .heading {
    justify-content: center;
    padding: 0;
  }
}
.home-secE .Leadership-Team-slider .heading h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  color: #03052E;
  margin-bottom: 0;
}
@media only screen and (max-width: 540px) {
  .home-secE .Leadership-Team-slider .heading h2 {
    font-size: 34px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secE .Leadership-Team-slider .heading h2 {
    font-size: 34px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 5px;
  }
}
.home-secE .Leadership-Team-slider .heading h2 span:last-child {
  font-weight: 400;
  font-size: 36px;
  color: #A8A6A7;
  display: block;
}
@media only screen and (max-width: 768px) {
  .home-secE .Leadership-Team-slider .heading h2 span:last-child {
    font-size: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .Leadership-Team-slider .heading h2 span:last-child {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secE .Leadership-Team-slider .heading .swiper-nav {
    display: none;
  }
}

.home-secF {
  padding: 50px 0;
  background: #F4F4F4;
}
.home-secF .heading {
  text-align: center;
}
.home-secF .heading h2 {
  color: #03052E;
}
.home-secF .grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  padding: 50px 0;
}
@media only screen and (max-width: 991px) {
  .home-secF .grid-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .home-secF .grid-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-secF .grid-box .grid-box-item {
  width: 100%;
  border-radius: 10px;
  background: var(--white);
  overflow: hidden;
  position: relative;
}
.home-secF .grid-box .grid-box-item .content {
  padding: 30px;
  height: 170px;
}
@media only screen and (max-width: 540px) {
  .home-secF .grid-box .grid-box-item .content {
    padding: 20px;
  }
}
.home-secF .grid-box .grid-box-item .content span {
  font-weight: 500;
  font-size: 16px;
  color: #43ADFF;
}
.home-secF .grid-box .grid-box-item .content h4 {
  font-weight: 500;
  font-size: 20px;
  color: var(--black);
  padding: 30px 0 8px 0;
}
@media only screen and (max-width: 540px) {
  .home-secF .grid-box .grid-box-item .content h4 {
    padding: 20px 0 8px 0;
  }
}
.home-secF .grid-box .grid-box-item .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text);
  padding-bottom: 60px;
}
@media only screen and (max-width: 540px) {
  .home-secF .grid-box .grid-box-item .content p {
    padding-bottom: 20px;
  }
}
.home-secF .grid-box .grid-box-item figure {
  height: 358px;
  overflow: hidden;
  border-top: 1px solid rgba(204, 204, 204, 0.3215686275);
}
.home-secF .grid-box .grid-box-item figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
  -o-object-position: top;
     object-position: top;
}
.home-secF .grid-box .grid-box-item:hover img {
  transform: scale(1.1);
}
.home-secF .view-btn {
  margin: 30px 0;
  text-align: center;
}
.home-secF .view-btn a {
  opacity: 1;
  border-radius: 5px;
  padding: 8px 15px;
  color: var(--white);
  border: 1px solid var(--primary);
  align-items: center;
  background: var(--primary);
}
.home-secF .view-btn a svg {
  padding-left: 10px;
  transition: 0.3s ease;
  width: 30px;
}
.home-secF .view-btn a:hover {
  background: var(--white);
  border: 1px solid var(--primary);
  color: var(--primary);
}
.home-secF .view-btn a:hover svg {
  padding-left: 6px;
}
.home-secF .view-btn a:hover svg path {
  fill: var(--primary);
}/*# sourceMappingURL=home.css.map */