@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body,
html {
  font-size: 100%;
  padding: 0;
  margin: 0;
}
body {
  height: 100vh;
  font-family: "Poppins", serif;
}

/* Basic Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Header */
/* Header Styling */
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #fff;
  color: #383838;
  /* background-color: #383838; */
  /* color: white; */
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}

.logo-container .logo {
  max-width: 150px;
  height: 50px;
}

.cta-button {
  background-color: #fff;
  color: #000;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 1em;
  border-radius: 5px;
}

.cta-button:hover {
  background-color: #fff;
}

.banner-slider {
  padding-top: 50px;
  padding-bottom: 50px;
}
.banner-sec {
  margin-top: 70px;
}
.custom-banner-slider-bg {
  background-image: url("../images/banner/banner-bg.png");
  background-color: #eaeaea;
  background-position: center -170px;
  background-repeat: no-repeat;
  overflow-x: hidden;
}
.fs-footer{
  font-size: 14px !important;
}
.btn-banner-1 {
  background-color: #543267;
  border-radius: 25px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.5s;
  text-decoration: none;
}
.btn-banner-2 {
  border: 1px solid #3366ff;
  background-color: transparent;
  border-radius: 25px;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3366ff;
  transition: 0.5s;
  text-decoration: none;
}

.banner-top-caption {
  color: #3366ff;
  font-size: 14px;
  margin: 10px 0px;
  font-weight: 700;
}
.banner-middle-caption {
  color: #001238;
  font-size: 40px;
  margin: 0px 0px 20px;
  font-weight: 600;
}
.banner-bottom-caption {
  color: #001238;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
}

.banner-btn-group {
  margin-top: 32px;
}

.banner-video-cotainer {
  overflow: hidden;
  border-radius: 12px;
}
.banner-video-cotainer video {
  border-radius: 12px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.whats-new-card-wrapper {
  padding-top: 50px;
}

.banner-bottom-section {
  background-color: #eaeaea;
  padding: 50px 0px;
}
.sec-title {
  color: #001238;
  font-size: 36px;
  text-align: center;
}
.whats-new-card-1 {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 7%,
    rgba(255, 255, 255, 1) 0%
  );
  box-shadow: 0 0 40px 0px rgba(54, 54, 54, 0.2);
  transition: 0.5s;
  border-radius: 15px;
  min-height: 180px;
}
.sec-top-small-title {
  color: #001238;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
.sec-highlight-text {
  color: #fcc02c;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.whats-new-card-1-image-box {
  width: 100%;
  height: 310px;
  overflow: hidden;
  border-radius: 15px 15px 0px 0px;
}
.whats-new-card-1-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-card-content-caption {
  font-weight: 700;
  font-size: 14px;
  color: #3366ff;
  text-transform: uppercase;
  text-align: center;
}
.new-card-content-desc {
  font-weight: 500;
  font-size: 16px;
  color: #001238;
  text-align: center;
}
.whats-new-card-1-content-box {
  padding: 20px;
}

.tab-section {
  background-color: #001238;
  transition: background-color 0.6s ease;
  padding: 40px 0px;
}

.tab-top-section-wrap {
  background-color: #011142;
  border-radius: 20px;
  padding: 40px;
}
.tab-top-left-title {
  font-size: 48px;
  padding: 10px 0px 40px;
  color: #fff;
  font-weight: 600;
}
.tab-top-left-subtitle {
  font-size: 22px;
  color: #fff;
  font-weight: 300;
}
.tab-container {
  padding: 40px 0px 0px;
}
.csr-nav-tab {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}
.angpbx-csr-tab-nav .nav-tabs .nav-item.show .nav-link,
.angpbx-csr-tab-nav .nav-tabs .nav-link {
  padding: 20px 15px;
}
.angpbx-csr-tab-nav .nav-tabs .nav-item.show .nav-link,
.angpbx-csr-tab-nav .nav-tabs .nav-link.active {
  color: #3366ff;
  background-color: transparent;
  border-color: transparent;
  position: relative;
}
.angpbx-csr-tab-nav .nav-tabs .nav-item.show .nav-link,
.angpbx-csr-tab-nav .nav-tabs .nav-link.active::after {
  content: "";
  width: 100%;
  padding: 3px;
  background-color: #3366ff;
  border-radius: 12px 12px 0px 0px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.angpbx-csr-tab-nav .nav-tabs {
  border-color: #3366ff;
  padding: 0px 18px;
  transition: 0.3s;
}
.angpbx-csr-tab-nav .nav-tabs .nav-link {
  color: #3366ff;
  font-weight: 500;
}
.angpbx-csr-tab-nav .nav-tabs .nav-link:focus,
.angpbx-csr-tab-nav .nav-tabs .nav-link:hover {
  border-color: transparent;
}
.tab-content-1 {
  border-radius: 20px;
  background-color: #0d1c4a;
  padding: 40px;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 24px;
}
.tab-content-1 h3 {
  font-weight: 600;
  font-size: 35px;
  color: #fff;
}
/* .content-container{
  display: none;
} */
.accordion-left-panel {
  padding: 20px;
  background-color: #0d1c4a;
  border-radius: 20px;
}
.accordion-right-panel {
  border-radius: 20px;
}
.tab-right-content-box {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
.tab-right-content-box img {
  width: 100%;
  height: 100%;
}

.tab-wrapper .accordion-item:first-of-type .accordion-button {
  background-color: #193586;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-color: #193586;
}
.tab-wrapper .accordion-body {
  background-color: #193586;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  border-color: #193586;
}
.tab-wrapper .accordion-item {
  border-color: #193586;
}
.tab-wrapper .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.tab-wrapper .accordion-button {
  background-color: #193586;
  color: #fff;
}
.tab-wrapper .accordion-item {
  border: 0px;
  background-color: #193586;
  border-radius: 20px;
}
.tab-wrapper .accordion-item:not(:last-child) {
  margin-bottom: 10px;
}
.tab-wrapper .accordion-button:not(.collapsed) {
  background-color: #193586;
  color: #fff;
}
.tab-wrapper .accordion-button:focus {
  border-color: #193586;
  box-shadow: none;
}
.tab-wrapper .accordion-header {
  background-color: #193586;
  border-radius: 20px;
}
.tab-wrapper .accordion {
  /* background-color: #193586;  */
  background-color: transparent;
}
.tab-wrapper .accordion-body {
  border-radius: 0px 0px 20px 20px;
  padding-top: 6px;
}
.tab-wrapper .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 9l6 6l6-6'/%3E%3C/svg%3E");
}
.tab-wrapper .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 9l6 6l6-6'/%3E%3C/svg%3E");
}
.tab-wrapper .accordion-item:first-of-type {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.tab-wrapper .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.tab-wrapper .accordion-item:last-of-type {
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}
.tab-wrapper .accordion-item {
  border-radius: 20px;
}

.tab-wrapper .accordion-button.collapsed {
  border-radius: 20px;
}
.tab-wrapper .accordion-button:not(.collapsed) {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.tab-wrapper .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.nav-center .owl-nav button.owl-prev {
  left: -60px;
}
.nav-center .owl-nav button.owl-next,
.nav-center .owl-nav button.owl-prev {
  width: 42px !important;
  height: 42px !important;
  font-size: 16px !important;
  color: #011142 !important;
  background: #fff !important;
  text-shadow: none;
  cursor: pointer;
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 50px;
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
  opacity: 0;
  transition: 0.5s;
}
.nav-center .owl-nav button.owl-next {
  right: -60px;
}
 .common-slider1.owl-carousel .owl-item {
  opacity: 0;
  transition: opacity 0.7s ease;
}

.text-highlight{
  color: #5bb3ae;
}
.text-highlight-2{
  color: #b064d9;
}
.common-slider1.owl-carousel .owl-item.active {
  opacity: 1;
}
@media (min-width: 992px) {
  .nav-center:hover .owl-nav button.owl-next,
  .nav-center:hover .owl-nav button.owl-prev {
    opacity: 1;
  }
}

/* Accordion start  */

.banner-right-image-box {
  overflow: hidden;
  width: 100%;
  height: 400px;
  border-radius: 20px;
  margin-bottom: 30px;
}

.banner-right-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn-bg-1{background-color: #35bea2;}
@media (min-width: 992px) {
  .banner-right-image-box {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .btn-banner-1,
  .btn-banner-2 {
    font-size: 11px;
  }
  .btn-banner-1 {
    padding: 12px 8px;
}
}
@media (min-width: 768px) and (max-width:991px) {
  .btn-banner-1,
  .btn-banner-2 {
    font-size: 12px;
  }
  .btn-banner-1{
    padding: 12px 10px;
  }
}

@media (max-width: 991px) {
  .banner-middle-caption{
    font-size: 32px;
  }
  .sec-title{
    font-size: 32px;
  }
  .banner-bottom-section {
    padding-top: 0px;
  }
  .tab-top-left-title {
    font-size: 32px;
  }
  .tab-top-left-subtitle {
    font-size: 18px;
  }
  .tab-section {
    padding: 0px;
  }
  .tab-container {
    padding: 30px 0px;
  }
  .tab-content-1 h3 {
    font-size: 25px;
  }
  .tab-content-1 {
    padding: 20px;
  }
  .tab-right-content-box {
    margin-top: 26px;
  }
  .tab-top-left-title {
    padding: 10px 0px 20px;
  }
}

/* Footer section start */
.footer-bottom-section {
  background-color: #0a1b3a;
  padding: 13px 0;
  display: flex;
  align-items: center;
}
.footer-copyright p {
  color: #ffffff;
  font-display: 12px;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin: 0;
}
/* Footer section end */

.goog-te-gadget-simple{
  border: 1px solid #dedede !important;
  border-radius: 4px;
  padding: 4px !important;
}

.footer{
  /* padding: 24px; */
}

/* Footer start */
.footer-top-section {
  background-color: #00091c;
  padding: 32px 0px 0px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pt-100 {
  padding-top: 100px;
}
.mb-40 {
  margin-bottom: 40px;
}

.contact-list {
  display: flex;
  flex-direction: column;
}
.contact-list li {
  display: flex;
}

.footer-widget .title {
  color: #ffffff;

  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.footer-widget:last-child {
  border-right: 0px solid transparent;
}
.footer-widget .title {
  color: #ffffff;

  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.contact-list li {
  font-size: 14px;
  color: #eeeeee;

  line-height: 26px;
}
.contact-list li span {
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  margin-right: 5px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .footer-about {
    text-align: center;
  }
  .slide-content h1 {
    font-size: 35px;
  }
  .footer-contact p {
    text-align: center;
  }
  .leave-your-message .stay-connected {
    margin-bottom: 25px;
  }
  .slide-content {
    padding-top: 35%;
  }
}

.footer-bottom-section {
  background-color: #011236;
  padding: 13px 0;
}
.footer-copyright p {
  color: #ffffff;
  font-display: 12px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.footer-copyright p a {
  font-weight: 500;
}




.contact-list a{
  color: #fff;
  text-decoration: none;
}


.footer-top-section {
  background: #010f2c;
  color: white;
}

.footer-widget h3.title {
  font-size: 1.3rem;
  margin-bottom: 20px;
}


.footer-link {
  color: white;
  text-decoration: none;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-link i {
  margin-right: 8px;
}


.footer-address{
  margin-bottom: 0px;
}

.footer-address i {
  margin-right: 10px;
  font-size: 1.2rem;
  color: #fff;
}

.footer-bottom-section {
  background-color: #000d26;
  color: white;
}

/* .footer-copyright p {
  font-size: 1rem;
} */

@media (max-width: 768px) {
  .footer-widget {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .footer-widget .title,
  .footer-newsletter p {
    text-align: center;
  }
  .contact-list li {
    justify-content: center;
  }
  .footer-widget .newsletter-form {
    text-align: center;
  }
  .footer-social {
    justify-content: center;
  }
  .nav-content-wrap {
    flex-direction: column;
    align-items: center;
  }
  .footer-address{
    text-align: center;
  }
  .nav-content-wrap .nav-btn-group{
    order: 3;
  }
  .nav-content-wrap .lang-slect{
    order: 1;
  }

  .nav-btn-group{
    margin: 10px auto;
  }

  .logo-container{
    margin-right: 166px;
  }
  .goog-te-gadget-simple{
    position: absolute;
    top: 19px;
  }
  .banner-sec{
    margin-top: 150px;
  }
  .banner-slider {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .banner-top-caption {
    text-align: center;
  }
  .banner-middle-caption {
    text-align: center;
  }
  .banner-bottom-caption {
    text-align: center;
  }
}
@media (min-width: 991px) {
  .footer-about p {
    margin-bottom: 23px;
  }
}



/* Footer end */