body {
  background: #fff !important;
  color: #6a7695;
}

.btn-hero {
  background: #fdb53c;
  cursor: pointer;
  border-radius: 6.25rem;
  display: inline-block;
  color: #001f69;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  border: 0;
  outline: 0;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1rem 2.375rem !important;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  color: #001f69;
  line-height: 1.25;
  padding: 0;
  margin: 0;
  font-weight: 700;
}

section {
  position: relative;
}

.container-xxl {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media(max-width:768px) {
  .container-xxl{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}


.hero-section {
  width: 100%;
  height: 967px;
  background-color: #faf5ff;
}

@media(max-width:500px)
{
  .hero-section{
    height: initial !important;
  }
}

.hero-section .hero-text {
  margin: 0;
  font-weight: 700;
  color: #012970;
  letter-spacing: -1px;
}

.process-section {
  background: linear-gradient(180deg, #d0e9fb 0, #e6f3fc 100%);
}

.process-section .row .card {
  /* box-shadow: 0 3px 10px 0 rgba(38, 59, 94, 0.1); */
  /* border-radius: 0 !important; */
  transition: all 0.3s linear;
}

.process-section .row .card:hover {
  box-shadow: 0 30px 60px 0 rgba(38, 59, 94, 0.1);
}

.text-midnight-blue {
  color: #001f69;
}

.privacy-section {
  background: #fef8f5;
}

/* Video Play BUtton Start */

.about-section .wrapper {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: initial;
}

.video-main {
  position: relative;
  display: inline-block;
}

.video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: #fff;
  z-index: 999;
}

.video:hover{
    background: #ebebeb;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

img.curve-image {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.play-color {
    color: rgb(8,5,47);
}

.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
/* Video Play BUtton End */

/* Svg Wave Start */

.effect-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.svg-border-rounded svg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1rem;
  width: 100%;
  color: #fef8f5;
}
@media (min-width: 576px) {
  .svg-border-rounded svg {
    height: 1.5rem;
  }
}
@media (min-width: 768px) {
  .svg-border-rounded svg {
    height: 2rem;
  }
}
@media (min-width: 992px) {
  .svg-border-rounded svg {
    height: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .svg-border-rounded svg {
    height: 3rem;
  }
}

/* Svg Wave End */


footer{
    background: #f1f6fd ;
    color: #718096;
    font-weight: 500;
}