/********** Template CSS **********/
:root {
  --primary: #002868;
  --secondary: #34ad54;
  --light: #eef9ff;
  --dark: #091e3e;
}
.text-custom {
  color: #bf0a30;
}

/*** Spinner ***/
.spinner {
  width: 40px;
  height: 40px;
  background: var(--primary);
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Heading ***/
h1,
h2,
.fw-bold {
  font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
  font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
  font-weight: 600 !important;
}

/*** Button ***/
.btn {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  transition: 0.5s;
}

.btn-primary,
.btn-secondary {
  color: #ffffff;
  box-shadow: inset 0 0 0 50px transparent;
  background-color: #002868;
  border-color: #002868;
}
.text-primary {
  color: #002868 !important;
}

.btn-primary:hover {
  box-shadow: inset 0 0 0 0 var(--primary);
  background-color: #bf0a30;
  border-color: #bf0a30;
  color: #fff;
}
.btn-outline-light {
  border-image: linear-gradient(to right, #bf0a30, #ffffff, #002868) 1;
}

.btn-secondary:hover {
  box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
  width: 36px;
  height: 36px;
}

.btn-sm-square {
  width: 30px;
  height: 30px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
  font-family: "Nunito", sans-serif;
  position: relative;
  margin-left: 25px;
  padding: 10px 0;
  color: #002868;
  font-size: 18px;
  font-weight: 600;
  outline: none;
  transition: 0.5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
  padding: 20px 0;
  color: #002868;
}
.sticky-top.navbar-dark .navbar-collapse .navbar-right .nav-right-btn-left {
  border: 1px solid #06a3da;
  color: blue;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: #bf0a30;
}

.navbar-dark .navbar-brand h1 {
  color: #ffffff;
}

.navbar-dark .navbar-toggler {
  color: var(--primary) !important;
  border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
  .sticky-top.navbar-dark {
    /* position: relative; */
    background: #ffffff;
  }

  .navbar-dark .navbar-nav .nav-link,
  .navbar-dark .navbar-nav .nav-link.show,
  .sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 10px 0;
    color: var(--dark);
  }

  .navbar-dark .navbar-brand h1 {
    color: var(--primary);
  }
}

@media (min-width: 992px) {
  .navbar-dark {
    position: absolute;
    width: 100%;
    /* top: 0; */
    left: 0;
    border-bottom: 1px solid rgba(256, 256, 256, 0.1);
    z-index: 999;
  }

  .sticky-top.navbar-dark {
    position: fixed;
    background: #ffffff;
  }

  .navbar-dark .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: -1px;
    left: 50%;
    background: #002868;
    transition: 0.5s;
  }

  .navbar-dark .navbar-nav .nav-link:hover::before,
  .navbar-dark .navbar-nav .nav-link.active::before {
    width: 100%;
    left: 0;
  }

  .navbar-dark .navbar-nav .nav-link.nav-contact::before {
    display: none;
  }

  .sticky-top.navbar-dark .navbar-brand h1 {
    color: var(--primary);
  }
}

/*** Carousel ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(9, 30, 62, 0.7);
  z-index: 1;
}

@media (max-width: 576px) {
  .carousel-caption h5 {
    font-size: 14px;
    font-weight: 500 !important;
  }

  .carousel-caption h1 {
    font-size: 30px;
    font-weight: 600 !important;
  }
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}

/*** Section Title ***/
.section-title::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  background: var(--primary);
  border-radius: 2px;
}

.section-title.text-center::before {
  left: 50%;
  margin-left: -75px;
}

.section-title.section-title-sm::before {
  width: 90px;
  height: 3px;
}

.section-title::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #ffffff;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
  width: 4px;
  height: 3px;
}

.section-title.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
  0% {
    left: 0;
  }
  50% {
    left: 145px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes section-title-run-center {
  0% {
    left: 50%;
    margin-left: -75px;
  }
  50% {
    left: 50%;
    margin-left: 45px;
  }
  100% {
    left: 50%;
    margin-left: -75px;
  }
}

@-webkit-keyframes section-title-run-sm {
  0% {
    left: 0;
  }
  50% {
    left: 85px;
  }
  100% {
    left: 0;
  }
}

/*** Service ***/
.service-item {
  position: relative;
  height: 300px;
  padding: 0 30px;
  transition: 0.5s;
}

.service-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  border-radius: 2px;
  transform: rotate(-45deg);
}

.service-item .service-icon i {
  transform: rotate(45deg);
}

.service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}

.service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}

/*** Testimonial ***/
.testimonial-carousel .owl-dots {
  margin-top: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: #dddddd;
  border-radius: 2px;
  transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
  width: 30px;
  background: var(--primary);
}

.testimonial-carousel .owl-item.center {
  position: relative;
  z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
  background: #ffffff !important;
  box-shadow: 0 0 30px #dddddd;
}

/*** Team ***/
.team-item {
  transition: 0.5s;
}

.team-social {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.team-social a.btn {
  position: relative;
  margin: 0 3px;
  margin-top: 100px;
  opacity: 0;
}

.team-item:hover {
  box-shadow: 0 0 30px #dddddd;
}

.team-item:hover .team-social {
  background: rgba(9, 30, 62, 0.7);
}

.team-item:hover .team-social a.btn:first-child {
  opacity: 1;
  margin-top: 0;
  transition: 0.3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
  opacity: 1;
  margin-top: 0;
  transition: 0.3s 0.05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
  opacity: 1;
  margin-top: 0;
  transition: 0.3s 0.1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
  opacity: 1;
  margin-top: 0;
  transition: 0.3s 0.15s;
}

.team-item .team-img img,
.blog-item .blog-img img {
  transition: 0.5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
  transform: scale(1.15);
}

/*** Miscellaneous ***/
@media (min-width: 991.98px) {
  .facts {
    position: relative;
    margin-top: -75px;
    z-index: 1;
  }
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

.bg-header {
  background: linear-gradient(rgba(9, 30, 62, 0.7), rgba(9, 30, 62, 0.7)),
    url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}
.inner-pages {
  background: linear-gradient(rgba(9, 30, 62, 0.7), rgba(9, 30, 62, 0.7)),
    url(../img/inner-banners/newsroombanner.png) center center no-repeat;
  background-size: cover;
  border-radius: 0px 0px 70px 70px;
}

.link-animated a {
  transition: 0.5s;
}

.link-animated a:hover {
  padding-left: 10px;
}

@media (min-width: 767.98px) {
  .footer-about {
    margin-bottom: -75px;
  }
}

/* custom style */
.topbar-link {
  font-size: 0.875em;
  margin-right: 10px;
  color: #fff;
}
.topbar-link:hover {
  border-bottom: 1px solid #06a3da;
}
.navbar-right a {
  border-radius: 60px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 15px;
  padding: 10px 30px 10px 30px;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}
.nav-right-btn-left {
  margin-right: 20px;
  border: 1px solid blue;
  color: blue !important;
}
.nav-right-btn-right {
  background-color: #06a3da;
}
.navbar-collapse {
  justify-content: right;
  margin-right: 2rem;
}
.banner-btn {
  /* border-radius: 30px; */
}
.customer-service-card {
  background-color: #ececec;
  box-shadow: 3px 3px 6px #a3a1a1;
}
.card-header {
  border-bottom: none;
  background-color: transparent;
}
.card-footer {
  border-top: none;
  background-color: transparent;
}
.card-header h3 {
  position: relative;
  margin: 10px 0;
}
.card-header img {
  width: 30px;
  background-color: #06a3da;
  border-radius: 50%;
}
.card-header h3::before {
  content: "";
  width: 150px;
  height: 4px;
  background-color: #06a3da;
  display: inline-block;
  position: absolute;
  bottom: -10px;
}
.card-body p {
  color: #000;
}
.card-footer a {
  color: #000;
  font-weight: 600;
}
.card-footer a i {
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  padding: 5px;
  margin-left: 6px;
}
.ecosystem-list li a {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 38px;
  color: #ffffff;
  opacity: 0.3;
}
.ecosystem-list li .active {
  opacity: 1;
}
.ecosystem-list li a:hover {
  opacity: 1;
}
.ecosystem-list li a::before {
  content: "";
  width: 150px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: -15px;
}
.ecosystem-list li {
  margin-bottom: 30px;
}
.announcement {
  text-align: center;
}
.announcement h1 {
  color: #fff;
}
.footer h5 {
  color: #000;
}
.footer a {
  color: #000;
}
.footer-links a {
  width: 40px;
  height: 40px;
  background-color: transparent !important;
  border: none;
}
.footer-links a i {
  font-size: 30px;
}
.footer-help-number {
  display: flex;
  justify-content: center;
}
.footer-help-number h2 {
  padding: 20px 50px;
  background-color: #fff;
}
.footer-bottom-right {
  text-align: end;
}
strong {
  color: #000;
}
.about-extra-details p {
  font-size: 20px;
}
.text-gradient-color {
  background: linear-gradient(90.13deg, #00c2ff 31.55%, #00d464 79.46%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.about-page-image-icon img {
  width: 50px;
  height: 50px;
  /* margin-left: 40px; */
}
.about-page-image-icon {
  margin-bottom: 1rem;
}
.about-service-card {
  /* width: 320px; */
  height: 350px;
  background-color: azure;
  box-shadow: 5px 6px 10px #f0f0f0b8;
  border: 1px solid #e4e2e2;
  border-radius: 10px;
  padding: 20px;
  margin: 20px;
}
.about-extra-details h2 {
  text-align: center;
}
.newsroom-card-image {
  padding: 40px;
  background: rgba(217, 231, 231, 0.4);
  border-radius: 5px;
}
.newsroom-card-image img {
  width: 100%;
}
.newsroom-card span {
  color: #4db961;
  font-size: 20px;
}
.newsroom-card p {
  color: #000;
  padding-top: 10px;
}
.contact-form {
  width: 600px;
  padding: 20px 40px;
  /* background-color: #ccebdc; */
}
form {
  padding: 1rem;
  box-shadow: 0px 0px 14px #f0f0f0;
  background-color: #fff !important;
  border-radius: 10px;
}
form input,
textarea {
  border: 1px solid #e4e2e2 !important;
  border-radius: 8px !important;
}

/* support-page */

.support-list li {
  font-size: 14px;
  line-height: 30px;
}
.support-list {
  padding-left: 5px;
}
.support-wrapper {
  border: 1px solid #dcdcdc;
  padding: 20px 25px;
  box-shadow: rgba(255, 255, 255, 0.7) 0 1px inset;
  margin: 0 10px;
  border-radius: 10px;
}
.support-wrapper a:hover {
  border-bottom: 1px solid black;
  color: #036690;
}
.support-list li span a {
  font-size: 18px;
  color: #000;
}
.support-list-right li {
  line-height: 20px;
  margin-top: 10px;
}
.suport-wrapper-link-black {
  color: #000;
}
.suport-wrapper-link-black:hover {
  color: #000 !important;
}
.support-wrapper-left {
  height: 600px;
}

/* support-page end */

/* login-page */

.login-left {
  padding: 0px 86px;
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-color: rgba(151, 151, 151, 0.16);
  background: linear-gradient(#ffffff, #eaf4ff);
}
.login-right {
  /* padding: 0px 140px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.login-details {
  text-align: center;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  padding: 40px 10px;
}
.login-details input {
  width: 300px;
  height: 50px;
  padding: 0 10px;
  /* margin: 20px 0 30px 0; */
}
.login-details button {
  width: 300px;
  height: 50px;
  background-color: #257bc0;
  border-radius: 5px;
  color: #fff;
  border: none;
  display: inline-block;
}
.login-image img {
  width: 100%;
}
.service_wrapper .service_image img {
  width: 100%;
  height: 400px;
  object-fit: contain;
  object-position: center;
}
/*.service-section {*/
/*  background-image: url(../img/backgrouund-images/background-2.png);*/
/*  width: 100%;*/
/*  background-position: center;*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*}*/
.service_wrapper .service_description h2 {
  line-height: 45px;
}
.service_wrapper .service_description p {
  color: #032157;
  font-size: 18px;
  word-spacing: 2px;
  line-height: 30px;
}
.accordion-button {
  background-color: transparent;
  color: #032157;
  font-size: 18px;
  font-weight: 700;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
  border: none;
  color: #002868 !important;
}
.accordion-button:focus {
  border: none;
  background-color: transparent;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.accordion-body li {
  list-style: disc;
  line-height: 30px;
  font-size: 16px;
  color: #002868;
}
.accordion-body li strong {
  color: #bf0a30;
}
/*.summary-section {*/
/*  background-image: url(/img/backgrouund-images/background-3.png);*/
/*  width: 100%;*/
/*  background-position: top;*/
/*  background-repeat: no-repeat;*/
/*  background-size: auto;*/
/*}*/
/*.Commitment-section {*/
/*  background-image: url(/img/backgrouund-images/background-4.png);*/
/*  width: 100%;*/
/*  background-position: right;*/
/*  background-position-y: bottom;*/
/*  background-repeat: no-repeat;*/
/*  background-size: auto;*/
/*}*/
.Future-section {
  background: rgb(236, 236, 236);
}
.summary_description p {
  color: #000;
  font-size: 18px;
}
.summary_description ul li,
strong {
  color: #bf0a30;
}
.summary_description ul li {
  color: #032057;
}
.topbar-link {
  font-size: 16px;
}
.right-toolbar .topbar-link {
  margin-left: 10px;
}
.footer p {
  color: #000;
}
.gradient-text {
  background: linear-gradient(to right, #bf0a30, #ffffff, #002868);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer-links a:hover {
  color: #bf0a30;
}
.bg-primary {
  background-color: #002868 !important;
}
.carousel-item img {
  height: 900px;
  object-fit: cover;
}
.banner-text {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link:focus {
  color: #bf0a30;
}
.navbar-dark .navbar-nav .show > .nav-link {
  color: #bf0a30;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  left: 25px;
}
.flag img {
  height: 300px;
  object-fit: cover;
  width: 100%;
}
/* login-page end */

@media (max-width: 1170px) {
  .navbar-right {
    display: none;
  }
}
@media (max-width: 1000px) {
  .customer-service-card {
    margin-top: 20px;
  }
}
@media (max-width: 990px) {
  .ecosystem-right {
    display: none;
  }
  .dropdown-menu.show {
    margin: 0 0 0 25px !important;
  }
}
@media (max-width: 768px) {
  .footer-bar-left {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-links {
    justify-content: center !important;
  }
}
@media (max-width: 767px) {
  .footer-bottom-left {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-bottom-right {
    text-align: center;
  }
  .contact-form {
    padding: 20px 0px;
  }
}
/* custom style */
