html, body {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

/*scroll width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(126, 124, 124, 0.774);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(87, 85, 92);
  border-radius: 30px;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
}

/* Alert */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}


/* .navbar-dark.scrolled { */
  /* margin-top: 0; */
  /* border-radius: 50px; */
  /* transition: background-color 200ms linear; */
  /* -webkit-border-radius: 50px; */
  /* -moz-border-radius: 50px; */
  /* -ms-border-radius: 50px; */
  /* -o-border-radius: 50px; */
/* } */

nav {
  background-color: #fff;
}
nav a.navbar-brand img {
  width: 60px;
  height: auto;
}
nav ul li.nav-item:hover {
  color: #A6E805 !important;
}
nav ul li.nav-item a.nav-link {
  color:#102E87;
  text-align: center;
}
nav ul li.nav-item a.nav-link:hover {
  color: #A6E805 !important;
}
nav ul li.nav-item a.nav-link.active {
  color: #A6E805;
}
nav ul li.nav-item a.nav-link:focus {
  color: #A6E805;
}
nav .btn-nav {
  background: #A6E805 !important;
  color:#102E87;
  padding: 10px 20px;
  border: none;
  z-index: 1;
}
nav .btn-nav:hover {
  background: #061644 !important;
  color: #fff;
}

a {
  text-decoration: none !important;
}

.bg-blue {
  background: #061644 !important;
}
.text-blue{
  color:#061644 !important;
}
.text-lblue{
  color:#102E87 !important;
}
.bg-green {
  background: #A6E805 !important;
}
.text-green{
  color: #A6E805 !important;
}

.btn {
  background: #A6E805 !important;
  color:#102E87;
  font-weight: 500;
  padding: 15px 20px;
  border: none;
}
.btn:hover {
  background: #061644 !important;
  color: #fff;
}

.btn-outline-primary {
  background: transparent;
  border: 2px solid #061644;
  color:#102E87;
  padding: 10px 12px;
  font-weight: 500 !important;
}
.btn-outline-primary:hover {
  border: none;
  background: #061644 !important;
  color: #fff;
}

.text-green {
  color: #A6E805;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-size: 90px;
  line-height: 100px;
  font-weight: 900;
  line-height: normal;
  color:#102E87;
}

h2, h4, h5 {
  font-family: "Montserrat", sans-serif;
  /* font-family: "Roboto", sans-serif; */
  color:#102E87 !important;
}

h2 {
  font-weight: 700 !important;
  font-size: 70px;
  line-height: 90px;
  color:#102E87;
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

header {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.700), rgba(255, 255, 255, 0.712)), url(../images/hero-background.svg) !important;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
header .video-section .play-icon {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 32%;
  top: 35%;
  cursor: pointer;
}
header .video-section .play-icon {
  animation: pulse-white 2s infinite;
  border-radius: 50px;
}
@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.about-section {
  width: 100%;
  height: 100vh;
  padding: 50px 0;
}
.about-section h2 {
  color: #fff !important;
}
.about-section p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.about-section .btn:hover {
  color: #061644 !important;
  background-color: #fff !important;
}
.about-section .card {
  margin: 12px 0;
  border: none;
  width: 100%;
  height: 76vh;
  color: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.about-section .card .card-img-top {
  width: 100%;
  height: auto;
}

.profile-section {
  margin-top: 300px;
}
/* .profile-section .card { */
  /* width: 300px !important; */
  /* height: auto !important; */
/* } */
.profile-section img{
  width: 300px !important;
  height: 350px !important;
  max-width: 300px !important;
  max-height: 350px !important;
  aspect-ratio:1/1 !important;
  border: 1px solid #5676d677;
  border-radius: 50px ;
  -webkit-border-radius: 50px ;
  -moz-border-radius: 50px ;
  -ms-border-radius: 50px ;
  -o-border-radius: 50px ;
  filter: drop-shadow(0 0 0.60rem #102e878e);
  -webkit-filter: drop-shadow(0 0 0.60rem #102e878e);
}
/* .partners-section{ */
  /* width: 100%; */
  /* height: 100vh; */
/* } */
.partners-section #partner-slider .owl-item .logo-wide img{
  width: 150px;
  height: 60px;
  /* aspect-ratio: 2/1; */
}
.partners-section #partner-slider .owl-item .logo-wider img{
  width: 250px;
  height: 100px;
  /* aspect-ratio: 2/1; */
}
.partners-section #partner-slider .owl-item .logo-fit img {
  width: 150px;
  height:80px !important;
  /* aspect-ratio: 2/1; */
}
.partners-section #partner-slider .owl-item .logo-fitt img {
  width: 110px;
  height:80px !important;
  /* aspect-ratio: 2/1; */
}
.partners-section #partner-slider .owl-item .logo img {
  width: 200px;
  height:50px !important;
  aspect-ratio: 2/1;
}
.client-section #client-slider .item img {
  width: 200px;
  height: 150px !important;
}
.client-section #client-slider .owl-item .logo-wider img{
  width: 250px;
  height: 150px;
  aspect-ratio: 2/1;
}
.client-section #client-slider .owl-item .logo-fit img{
  width: 120px;
  height: 120px !important;
  aspect-ratio: 2/2 !important;
}


.products-section p{
color: #102E87;
}
.products-section ul.custom-list {
  list-style-type: none;
  padding-left: 0;
}
.products-section ul.custom-list li {
  color: #102E87 !important;
  background: url(../images/icons/mark-icon.svg) no-repeat left !important;
  padding: 10px 35px 0 35px;
  background-size: 20px 20px !important;
  list-style: none;
  margin: 0;
  vertical-align: middle;
  font-weight: 500;
  font-size: 18px;
}

.services-section {
  background: url(../images/services-dot-img.svg) no-repeat right !important;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}
.services-section img {
  display: flex !important;
  justify-content: start !important;
  width: 80px;
}
.services-section .card {
  color: #061644 !important;
  width: 100%;
  height: 320px;
}
.services-section .card h4 {
  font-weight: 600 !important;
  color:#102E87 !important;
}
/* .services-section .group-bg { */
  /* width: 100%; */
  /* height: 90vh; */
  /* background: url(../images/services-bg.svg) no-repeat left !important; */
  /* background-position: left; */
  /* background-repeat: no-repeat; */
  /* background-size: contain;          */
  /* background-attachment: fixed !important; */
/* } */

.case-study {
  padding: 50px 0;
  width: 100%;
  height: auto;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.724), rgba(255, 255, 255, 0.706)), url(../images/hero-background.svg) !important;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-attachment: fixed !important;
}
.case-study h4{
  color:#102E87;
}
.case-study .owl-carousel .owl-nav{
  visibility: hidden;
  display:none;
}

.events-section .card {
  color: #061644 !important;
}
.events-section .card h3 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700;
}

.faq-section {
  background: #061644;
  color: #fff;
  padding: 100px 0;
}
.faq-section h2 {
  color: #fff !important;
}
.faq-section h3 {
  line-height: normal !important;
}
.faq-section .accordion-item {
  border: none;
  color:#102E87;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.faq-section .accordion-header {
  background: #fff !important;
  color:#102E87;
  border-radius: 15px;
  padding: 10px;
  margin-top: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.faq-section .accordion-button:not(.collapsed) {
  color:#102E87;
  font-weight: bold;
  border: none;
}
.faq-section .accordion-button::after {
  margin-left: auto;
  content: "";
  background-image: url(../images/icons/accordion-arrow.svg) !important;
  color: #1B1725;
  background-size: cover;
}
.faq-section .accordion-button {
  border: none;
  background: #fff;
}
.faq-section .accordion-button:focus {
  border: none;
  box-shadow: none;
  background: #fff;
}

.contact{
  padding:90px 0;
}
.contact .card{
  background: #ebebeb !important;
  width: 100%;
  height: 500px;
  border: 8px dotted #A6E805 !important;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
}
.contact ul li{
  list-style-type: none;
}

footer {
  background-color: #393939;
  color: #fff;
  bottom: 0;
  margin: 0;
}
.footer-logo img{
  width: 120px;
  height: auto;
}
footer ul li {
  display: block;
  list-style-type: none;
  padding-bottom: 10px;
  font-size: 16px;
  color: #fff;
}
footer ul li a {
  color: #fff;
}
footer ul li a:hover {
  color: #A6E805;
}
footer .address img.info-icon {
  width: 30px;
  height: auto;
}
footer .address p {
  font-size: 16px;
}

footer .address a {
  color: #fff;
  
}

footer .icon-img {
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 1920px) {
  h1{
    font-size: 150px;
    line-height: 160px;
  }

  h2{
    font-size: 90px;
    line-height: 100px;
  }

  h3{
    font-size: 50px;
  }

  p{
    font-size: 30px;
  }

  header .video-section .play-icon {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 40%;
    top: 40%;
    cursor: pointer;
  }
  .about-section .card {
    margin: 12px 0;
    border: none;
    width: 100%;
    height: 75vh;
    color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
  }
  .partners-section {
    margin-top: 600px;
  }
  .services-section .card {
    color: #061644 !important;
    width: 100%;
    height: 350px;
  }
}

@media (max-width: 991px) {
  .navbar-dark.scrolled {
    margin: 0 !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
  
  nav {
    margin-top: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
  }

  nav a.navbar-brand img {
    width: 40px;
    height: 40px;
  }
  h1, h2, h3 {
    color:#102E87;
    font-size: 40px !important;
    line-height: 45px !important;
  }
  .about-section {
    width: 100%;
    height: auto;
  }
  .about-section .card {
    width: 100%;
    height: auto;
    color: #061644 !important;
    background-color: #fff !important;
  }
  .about-section .card .card-img-top {
    width: 100%;
    height: auto;
  }
  .about-section .card h3.card-title {
    font-family: "Montserrat", sans-serif !important;
  }
  .profile-section {
    margin-top: 0;
  }
  .partners-section{
    width: 100%;
    height: auto;
  }
  .events-section .card h3 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .events-section .dots-img {
    visibility: hidden;
    display: none;
  }
  footer ul {
    padding-left: 0;
  }
  footer ul li {
    display: block !important;
    padding-left: 0;
  }
  .footer-logo{
    width: 200px;
    height: auto;
  }
  
}

/*# sourceMappingURL=styles.css.map */
