@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

.container-fluid {
  padding: 0;
}

.container-fluid .row {
  margin: 0;
}

.dropdown-menu.show a.dropdown-item {
  color: #000;
}

.dropdown-menu.show a.dropdown-item:active {
  color: #fff;
  background-color: #5f3ff8;
}

.navbar {
  padding: inherit !important;
}

.content {
  padding: 16px;
}

.sticky {
  z-index: 999;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px 0px;
  position: fixed;
  background: #fff !important;
  box-shadow: 0 0 20px -10px rgb(0 0 0 / 80%);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: sticky-animation;
  animation-name: sticky-animation;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  color: #000 !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.sticky .navbar-dark .navbar-nav .nav-link {
  color: #000;
}

.top .sticky .logo a {
  color: #000 !important;
  font-size: 20px;
}

.navbar-expand-md .navbar-collapse {
  justify-content: end;
}

.sticky+.content {
  padding-top: 60px;
}

.top {
  background: url(../images/header-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  background-position: bottom;
  position: relative;
}

.top2 {
  background-color: #5f3ff8;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  background-position: bottom;
  position: relative;
}

section.flip-box {
  margin-top: -70px;
}

.btn-primary {
  padding: 10px 20px;
  outline: inherit !important;
  border: inherit;
  border-radius: 40px;
  background: #e88e2e;
}

section.service .col-lg-4 {
  padding: 10px;
}

.top p {
  line-height: 27px;
}

.top2 p {
  line-height: 27px;
}

.top ul {
  margin: 0;
  padding: 0;
}

.top2 ul {
  margin: 0;
  padding: 0;
}

.top ul li {
  display: inline-block;
  list-style: none;
  padding-right: 16px;
}

.top2 ul li {
  display: inline-block;
  list-style: none;
  padding-right: 10px;
}

.top .personal-detail {
  padding: 15px 0px;
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top2 .personal-detail {
  padding: 15px 0px;
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-size: 15px;
}

.top ul li a:hover {
  color: inherit;
  text-decoration: none;
}

.top2 ul li a:hover {
  color: inherit;
  text-decoration: none;
  color: #fff;
}

.top ul li a {
  color: #fff;
  cursor: pointer;
  font-size: 15px;
}

.top ul li a button {
  padding: 6px 20px;
}

.top ul li a:hover {
  color: #fff;
}

.top2 ul li a {
  color: #fff;
}

.top .social-media {
  display: inline-block;
  justify-content: flex-end;
  float: right;
}

.top2 .social-media {
  display: inline-block;
  justify-content: flex-end;
  float: right;
}

.top .bg-dark {
  background-color: inherit !important;
}

.top2 .bg-dark {
  background-color: inherit !important;
}

.top .col-md-2 {
  margin: auto;
}

.top2 .col-md-2 {
  margin: auto;
}

.top .logo a {
  color: #fff;
  font-size: 20px;
}

.top2 .logo a {
  color: #fff;
  font-size: 20px;
}

.top img.wow.zoomInRight {
  max-width: 90%;
}

.top2 img.wow.zoomInRight {
  max-width: 100%;
}

.top .personal-detail ul {
  display: inline-block;
}

.top2 .personal-detail ul {
  display: inline-block;
}

.top .carousel-caption {
  position: inherit;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  width: 90%;
  text-align: left;
}

.top2 .carousel-caption {
  position: inherit;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  width: 90%;
  text-align: left;
}

.top .col-md-6 {
  margin: auto;
}

.top2 .col-md-6 {
  margin: auto;
}

.top h3 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
}

.top2 h3 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
}

.top h3:before {
  content: "";
  background: url(../images/circle-small.png);
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 60px;
  width: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  animation: leftmove linear infinite;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 5s;
  z-index: -1;
  opacity: 0.4;
}

.top2 h3:before {
  content: "";
  background: url(../images/circle-small.png);
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 60px;
  width: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  animation: leftmove linear infinite;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 5s;
  z-index: -1;
  opacity: 0.4;
}

.top h3:after {
  content: "";
  background: url(../images/circle-small.png);
  position: absolute;
  right: 0;
  top: -2.7px;
  height: 60px;
  width: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  animation: leftmove linear infinite;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 5s;
  z-index: -1;
  opacity: 0.4;
}

.top2 h3:after {
  content: "";
  background: url(../images/circle-small.png);
  position: absolute;
  right: 0;
  top: -2.7px;
  height: 60px;
  width: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  animation: leftmove linear infinite;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 5s;
  z-index: -1;
  opacity: 0.4;
}

.top p:before {
  content: "";
  background: url(../images/circle-small.png);
  position: absolute;
  left: 0;
  bottom: -20.7px;
  height: 60px;
  width: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  animation: leftmove linear infinite;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 5s;
  z-index: -1;
  opacity: 0.4;
}

.top2 p:before {
  content: "";
  background: url(../images/circle-small.png);
  position: absolute;
  left: 0;
  bottom: -20.7px;
  height: 60px;
  width: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  animation: leftmove linear infinite;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 5s;
  z-index: -1;
  opacity: 0.4;
}

.top img {
  max-width: 100%;
}

.top2 img {
  max-width: 100%;
}

.back-to-top {
  color: #fff;
  position: fixed;
  bottom: 25px;
  scroll-behavior: smooth;
  right: 25px;
  border: inherit;
  transition: all 0.4s ease-in-out;
  z-index: 999;
  background: #1877df;
  display: none;
}

div#footer-section .logo a {
  color: #fff !important;
  font-size: 20px;
}

div#footer-section p {
  line-height: 24px;
  font-size: 13px;
  margin-top: 15px;
}

.flip-card {
  background-color: transparent;
  width: auto;
  height: 200px;
  margin: auto;
  perspective: 1000px;
  text-align: center;
}

.flip-box h1 {
  font-size: 22px;
}

.flip-box p {
  font-size: 13px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  margin: auto 0;
  position: absolute;
  width: 100%;
  height: 100%;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  padding: 20px 0px;
  background: #ffffff;
  border: 0px solid #ffffff;
  border-radius: 8px 8px 8px 8px;
}

.flip-card-back {
  padding: 50px 0px;
  background-color: #fff;
  color: white;
  transform: rotateY(180deg);
  border: 0px solid #ffffff;
  border-radius: 8px 8px 8px 8px;
}

.flip-box .wrap-icon {
  width: 100%;
}

.flip-box .wrap-icon i {
  color: #ffffff;
  background-color: #0c5adb;
  width: 90px;
  height: 90px;
  font-size: 30px;
  border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
  line-height: 90px;
  margin-bottom: 25px;
}

.flip-box h1 {
  color: #232323;
  font-size: 19px;
  font-weight: 700;
}

.flip-box p {
  font-size: 13px;
  color: #616161;
  padding: 5px 0px;
}

i.fa.fa-headphones {
  background: #0c5adb;
}

i.fa.fa-thumbs-up {
  background: #42e2b6;
}

i.fa.fa-diamond {
  background: #00247e;
}

img.wow.fadeInLeft {
  max-width: 100%;
}

section.about-section {
  padding: 70px 0px;
}

section.about-section p {
  padding: 10px 0px;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

section.about-section h2 {
  font-size: 35px;
  font-weight: 600;
}

.em-bar-main {
  margin: 18px 0 30px;
}

.em-bar.em-bar-big {
  height: 5px;
  width: 90px;
  background: #aec6ef;
  margin: 20px auto;
  position: relative;
  border-radius: 30px;
}

.em-bar.em-bar-big:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #0c5adb;
  animation: leftmove linear infinite;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s;

  /* don't forget to set a duration! */
}

@keyframes leftmove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(90px);
  }
}

section.service {
  background-image: url(../images/slide-image-6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 50px 0px;
  background-attachment: fixed;
  height: auto;
}

.navbar {
  padding: 0.5rem 0rem;
}

.call-us {
  background: #0c5adb url(../images/call-bg.png) top right/cover no-repeat scroll;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  background-attachment: fixed;
  color: #fff;
  padding: 60px 0px;
}

div#bottom-footer p {
  padding: 10px 0px;
  margin: 0;
  background: #000;
  color: #fff;
}

section.call-us p {
  margin: 0;
  font-size: 18px;
}

section.call-us h2 {
  padding: 15px 0px;
}

h2 {
  font-size: 35px;
  font-weight: 600;
}

section.service .box {
  text-align: center;
  background: #fff;
  padding: 35px 30px 35px;
  border-radius: 7px;
  box-shadow: 2px 10px 50px rgb(158 158 158 / 25%);
  border: 2px solid transparent;
  transition: all 0.5s ease 0s;
}

section.service .col-md-4:first-child .box {
  background-image: url(../images/servic1.jpg);
  width: 100%;
  height: auto;
}

section.service .box:hover {
  background-image: url(../images/servic1.jpg);
  width: 100%;
  height: auto;
  border: 2px solid transparent;
  color: #fff;
}

section.service .box:hover .title {
  color: #fff;
}

section.service .col-md-4:first-child .box:nth-child(1) {
  color: #fff !important;
}

section.service .col-md-4:first-child .box:nth-child(1) .title {
  color: #fff;
}

section.service .title {
  position: relative;
  font-size: 22px;
  margin: 15px 0px;
  font-weight: 700;
  color: #0c5adb;
}

section.service .box p {
  font-size: 14px;
  line-height: 26px;
  min-height: 130px;
}

section.service .box .icon img {
  max-width: 25%;
}

section.service .icon {
  background: #000;
  border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
  /* width: 20px; */
  /* height: 20px; */
  margin: auto;
  text-align: center;
  background: #d2dfffe3;
  width: 90px;
  height: 90px;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: contain;
}

section.service .box .icon img {
  text-align: center;
  padding: 13px 0px;
  max-width: 70%;
  /* margin: auto 0; */
}

.col-md-4 {
  padding: 15px;
}

section.testimonilas {
  background: #000 url(../images/testimonilas-background.jpg) top right/cover no-repeat scroll;
  width: 100%;
  height: auto;
  background-attachment: fixed;
  color: #000;
  background-size: cover;
  background-attachment: fixed;
  padding: 40px 0px;
  background-repeat: no-repeat;
}

.carousel-item {
  padding: 40px 0px;
}

.testimonilas .title {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
}

/*.testimonilas span {
    font-size: 0px;
    background: #000;
    color: #000;
    outline: inherit;
    vertical-align: middle;
    margin-right: 4px;
    border-radius: 100%;
    padding: 7px 5px;

}*/

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  margin-left: 7px !important;
  background: #000000c9 !important;
  border: none;
  border-radius: 100%;
  height: 13px !important;
  width: 9px !important;
  padding: 0 !important;
  font: inherit;
}

button.owl-dot.active {
  background: #6039f7d1 !important;
  height: 13px !important;
  width: 9px !important;
  padding: 0 !important;
}

.owl-nav {
  display: none;
}

.owl-dots {
  padding-top: 25px;
}

.client-img {
  padding: 20px 0px;
}

.testimonilas .owl-carousel .owl-item img {
  border: 2px solid#fff;
  display: block;
  border-radius: 100%;
  width: 100%;
}

.testimonilas p {
  position: relative;
  font-size: 15px;
  margin: auto;
  width: 80%;
}

.testimonilas .client-img img {
  max-width: 8%;
}

.testimonilas p:before {
  top: -27px;
  color: #0c5adb52;
  font-size: 40px;
  content: "\f10d";
  position: absolute;
  left: -35px;
  font-family: "FontAwesome";
}

.testimonilas p:after {
  top: -27px;
  color: #0c5adb52;
  font-size: 40px;
  content: "\f10e";
  position: absolute;
  right: -35px;
  font-family: "FontAwesome";
}

.testimonilas button:focus {
  outline: 1px dotted;
  outline: inherit !important;
}

.owl-carousel .owl-item img {
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 100%;
}

button.owl-next {
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0;
}

button.owl-prev {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0px;
}

div#footer-section {
  background-image: url(../images/dot-circle.png);
  background-color: #6039f7;
  padding: 30px 0px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
}

div#footer-section h3 {
  font-size: 20px;
}

div#footer-section ul {
  padding: 0;
  margin: 0;
}

div#footer-section ul li {
  list-style: none;
  padding-bottom: 10px;
}

div#footer-section ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}

.owl-nav {
  display: none;
}

div#footer-section h3 {
  font-size: 20px;
}

@media (min-device-width: 768px) and (max-device-width: 991px) {
  .col-md-6 {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .sticky .navbar-dark .navbar-toggler {
    position: absolute;
    background: #133a95;
    right: 0 !important;
    top: -35px;
  }

  .navbar-dark .navbar-toggler {
    position: absolute;
    right: 0 !important;
    top: -35px;
  }

  .top .social-media {
    float: inherit;
  }

  .top .personal-detail {
    padding: 5px 0px;
  }

  .top .carousel-caption {
    width: 100%;
  }

  .top h3 {
    font-size: 30px;
  }

  .logo {
    position: relative;
  }

  .top .personal-detail ul {
    text-align: left;
    display: inline-block;
  }

  .top .personal-detail ul li {
    display: inline-block;
    list-style: none;
    padding-right: 5px;
  }

  .top .personal-detail ul li a {
    color: #fff;
    font-size: 11px;
  }

  .top .social-media {
    float: inherit;
    display: none;
  }

  .top .personal-detail {
    padding: 10px 0px;
  }

  .top-menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .top .personal-detail {
    padding: 15px 0px;
    background: transparent !important;
    border-bottom: inherit;
  }

  .top h3 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
  }

  .top .carousel-caption {
    width: 100%;
  }

  .top .carousel-caption {
    position: inherit;
    right: 15%;
    bottom: 0px;
    left: 0%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    width: 100%;
    text-align: left;
  }

  footer ul li {
    padding-left: inherit;
    list-style: none;
    display: inline-block;
  }

  footer ul {
    padding: 0;
  }

  footer ul li a {
    color: #fff;
    font-size: 14px;
  }

  section.anylish {
    padding: 30px 0px;
  }

  .top-menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: #5c52fa;
  }

  .top-menu {
    padding: 20px 0px;
  }

  section.flip-box {
    margin-top: 20px;
    /* margin: 16px 0px; */
  }

  .flip-card {
    width: 100%;
    height: 160px;
  }

  .flip-box .wrap-icon i {
    color: #ffffff;
    background-color: #0c5adb;
    width: 60px;
    height: 60px;
    font-size: 26px;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
    line-height: 65px;
    margin-bottom: 18px;
  }

  .flip-box h1 {
    color: #232323;
    font-size: 14px;
    font-weight: 700;
  }

  .flip-box p {
    font-size: 10px;
    color: #616161;
    padding: 5px 5px;
  }

  .container .col-md-3.col-lg-3.col-6 {
    padding: 10px;
  }

  .call-us {
    padding: 30px 0px;
  }

  section.call-us h2 {
    line-height: 35px;
    padding: 15px 0px;
  }

  section.service .col-md-6.col-lg-4 {
    padding: 8px;
  }

  .testimonilas .client-img img {
    max-width: 40%;
  }

  section.about-section {
    padding: 40px 0px;
  }

  section.service {
    padding: 30px 0px;
  }

  .testimonilas p:before {
    top: -27px;
    font-size: 28px;
    left: -15px;
  }

  .testimonilas p:after {
    top: -27px;
    font-size: 28px;
    right: -15px;
  }

  .text-footer.foot {
    padding: 8px 0px;
  }
}

.downloadApk {
  padding: 4px 8px;
  font-size: 14px;
  background: #fff;
  color: #000 !important;
  border-radius: 5px;
  font-weight: 600;
}

.headerLogo {
  width: auto;
  object-fit: cover;
  border-radius: 8px;
}

.top-menu {
  padding: 15px 0;
}

.footerBottom {
  padding: 10px 0;
}

.footerBottom .text-footer1 p {
  margin: 0;
  text-transform: capitalize;
}

.footerLogo {
  height: 55px;
  width: auto;
  object-fit: cover;
  border-radius: 8px;
}

#about {
  background: #fff;
  padding: 40px 0;
}

#about h3 {
  text-align: center;
  font-size: 30px;
}

#about .about-extra {
  margin-top: 50px;
}

#about .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
}

#services {
  padding: 40px 0 40px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  background-color: #f2f2f2;
}

#services .box {
  padding: 20px 15px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

#services .title {
  margin-left: 25px;
  font-weight: 700;
  margin-bottom: 15px;
}

#services .title a {
  color: #000;
}

#services .description {
  font-size: 14px;
  margin-left: 25px;
  line-height: 24px;
  margin-bottom: 0;
}

.benefits ul {
  list-style-type: none;
  padding: 0;
  margin-left: 25px;
}

.benefits ul li {
  display: inline-block;
  float: left;
  font-size: 15px;
  width: 50%;
}

.benefits ul li::before {
  content: "\00BB";
  font-size: 25px;
  margin-right: 10px;
  color: #6039f7;
}

.ourMission-Img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.whyChoose ul {
  list-style-type: none;
  padding-left: 20px;
}

.whyChoose ul li {
  margin: 5px 0;
}

.whyChoose ul li::before {
  content: "\2713";
  color: #5f3ff8;
  padding-right: 8px;
  font-size: 18px;
  font-weight: 700;
}

.section-bg .whyChooseImg {
  height: 270px;
  width: auto;
}

.ourVision {
  background-color: #f2f2f2;
  padding: 30px 0;
}

.ourVision h2 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 28px;
}

.ourVision h2 span {
  color: #e0a800;
  font-weight: 600;
}

.ourVision ul {
  padding: 0;
  list-style-type: none;
}

.ourVision ul li {
  color: #6a6a6a;
  margin: 6px 0;
}

.ourVision ul li::before {
  content: "\226B";
  font-size: 18px;
  color: #5f3ff8;
  padding-right: 8px;
}

.ptb-100 {
  padding: 50px 0;
}

.contact-box {
  background: #ffffff;
  padding: 25px 25px 25px 95px;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-box .icon {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #ff6d34;
  line-height: 47px;
  border: 1px dashed #ff6d34;
  border-radius: 50%;
  font-size: 22px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.icofont-phone:before {
  content: "\efbb";
}

.contact-box .content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.contact-box .content p {
  margin-bottom: 4px;
  font-size: 16px;
}

.contact-text h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}

.contact-text p {
  margin-top: 20px;
}

.form-control {
  height: 50px;
  font-size: 16px;
  padding: 10px 20px;
  border: 1px solid #f3f5fe;
  outline: 0;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #f3f5fe;
}

.product.about-extra {
  padding-top: 40px;
}

.section-header h3 {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;
}

#why-us .card {
  background: #5f3ff8;
  border-radius: 10px;
  margin: 0 15px;
  /* padding: 15px 0; */
  text-align: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  height: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border: none;
}

#why-us .card img {
  border-radius: 10px 10px 0px 0px;
  object-fit: cover;
  height: 200px;
}

#why-us .card h5 {
  font-size: 20px;
  font-weight: 600;
}

#why-us .card p {
  font-size: 14px;
  color: #cad4df;
}

#why-us {
  padding: 30px 0;
}

section.service {
  background-image: url(../images/slide-image-6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 50px 0px;
  background-attachment: fixed;
  height: auto;
}

section.service .title {
  position: relative;
  font-size: 22px;
  margin-top: 60px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #0c5adb;
}

.PrivacyPolicy {
  padding: 30px 0;
}

.PrivacyPolicy h1 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}

.PrivacyPolicy h1 span {
  color: #e0a800;
  font-weight: 600;
}

.PrivacyPolicy p strong {
  color: #e0a800;
}

/* popup css  */
.Popup {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: none;
}

.Popup .popBody {
  max-width: 700px;
  width: 100%;
  margin: 100px auto;
  position: relative;
}

.Popup .popBody img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.Popup .popBody i {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 30px;
  color: #fff;
  background-color: #c2003c;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ResponsiveIcon {
  display: none;
}

.closeIcon {
  display: none;
}

@media only screen and (max-width: 992px) {
  .headerLogo {
    height: 40px;
  }

  .navbar-dark .navbar-toggler {
    position: absolute;
    right: 0 !important;
    top: -49px;
  }

  #collapsibleNavbar {
    display: none !important;
  }

  .navbar {
    float: right;
  }

  .ResponsiveIcon {
    display: block;
  }

  .ResponsiveIcon i {
    font-size: 30px;
    color: #fff;
  }

  #collapsibleNavbar.show {
    display: block !important;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 230px;
    background: linear-gradient(45deg, #f79a6f, #3C67B1);
    z-index: 9999;
    padding: 20px 15px;
  }

  .sticky .navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
  }

  #collapsibleNavbar.show ul {
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  #collapsibleNavbar.show ul li a button {
    margin: 10px 0;
  }

  #collapsibleNavbar.show .closeIcon {
    display: block;
    text-align: right;
  }

  #collapsibleNavbar.show .closeIcon i {
    font-size: 25px;
    color: #fff;
  }

  .sticky .ResponsiveIcon {
    display: block;
  }

  .sticky .ResponsiveIcon i {
    color: #000;
  }

  .Popup .popBody {
    max-width: 550px;
    margin: 150px auto;
  }
}

@media only screen and (max-width: 500px) {
  .Popup {
    display: none !important;
  }

  .paymentUs .text-center img {
    height: auto;
    width: 100%;
  }
}

.ptb-100 .section-header h3 {
  text-align: center;
  font-size: 30px;
  padding-bottom: 20px;
}

.registerButton {
  border: none;
  border-radius: 3px;
  padding: 6px 10px;
  background-color: #fff;
  color: #000;
}

.section_our_solution .row {
  align-items: center;
}

.our_solution_category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.our_solution_category .solution_cards_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.solution_cards_box .solution_card {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 15px;
  margin: 8px;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 265px;
  transition: 0.7s;
}

.solution_cards_box .solution_card:hover {
  background: #6039f7;
  color: #fff;
  z-index: 9;
}

.solution_cards_box .solution_card:hover .solu_title div {
  color: #fff;
}

.solution_cards_box .solution_card:hover::before {
  background: rgb(85 108 214 / 10%);
}

.solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_description p {
  color: #fff;
}

.solution_cards_box .solution_card:before {
  content: "";
  position: absolute;
  background: rgb(85 108 214 / 5%);
  width: 170px;
  height: 400px;
  z-index: -1;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 35px;
}

.solution_cards_box .solution_card:hover .solu_description button {
  background: #fff !important;
  color: #309df0;
}

.solution_card .so_top_icon {}

.solution_card .solu_title div {
  color: #212121;
  font-size: 1.3rem;
  margin-top: 13px;
  margin-bottom: 13px;
}

.solution_card .solu_description p {
  font-size: 15px;
  margin-bottom: 15px;
}

.solution_card .solu_description button {
  border: 0;
  border-radius: 15px;
  background: linear-gradient(140deg,
      #42c3ca 0%,
      #42c3ca 50%,
      #42c3cac7 75%) !important;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  padding: 5px 16px;
}

.our_solution_content div {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.our_solution_content p {}

.hover_color_bubble {
  position: absolute;
  background: rgb(54 81 207 / 15%);
  width: 100rem;
  height: 100rem;
  left: 0;
  right: 0;
  z-index: -1;
  top: 16rem;
  border-radius: 50%;
  transform: rotate(-36deg);
  left: -18rem;
  transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
  top: 0rem;
}

.solution_cards_box .solution_card .so_top_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #d9def6;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution_cards_box .solution_card .so_top_icon img {
  width: 40px;
  height: 50px;
  object-fit: contain;
}

/*start media query*/
@media screen and (min-width: 320px) {
  .sol_card_top_3 {
    position: relative;
    top: 0;
  }

  .our_solution_category {
    width: 100%;
    margin: 0 auto;
  }

  .our_solution_category .solution_cards_box {
    flex: auto;
  }
}

@media only screen and (min-width: 768px) {
  .our_solution_category .solution_cards_box {
    flex: 1;
  }
}

@media only screen and (min-width: 1024px) {
  .sol_card_top_3 {
    position: relative;
    top: -3rem;
  }

  .our_solution_category {
    width: 95%;
    margin: 0 auto;
  }
}

/* .testimonial slider  */

.testim {
  /* width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%); */
}

.testim .wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 40px 20px;
  margin: auto;
}

.testim .arrow {
  display: block;
  position: absolute;
  color: #333;
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px;
  z-index: 22222222;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .arrow:hover {
  color: #0c5adb;
}

.testim .arrow.left {
  left: 70px;
}

.testim .arrow.right {
  right: 70px;
}

.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  display: block;
  z-index: 3333;
  height: 12px;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #0c5adb;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: #0c5adb;
  border-color: #0c5adb;
}

.testim .dots .dot.active {
  -webkit-animation: testim-scale 0.5s ease-in-out forwards;
  -moz-animation: testim-scale 0.5s ease-in-out forwards;
  -ms-animation: testim-scale 0.5s ease-in-out forwards;
  -o-animation: testim-scale 0.5s ease-in-out forwards;
  animation: testim-scale 0.5s ease-in-out forwards;
}

.testim .cont {
  position: relative;
  overflow: hidden;
}

.testim .cont>div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0;
}

.testim .cont>div.inactive {
  opacity: 1;
}

.testim .cont>div.active {
  position: relative;
  opacity: 1;
}

.testim .cont div .img img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}

.testim .cont div h2 {
  color: #0c5adb;
  font-size: 1em;
  margin: 15px 0;
}

.testim .cont div p {
  font-size: 1.15em;
  color: #333;
  width: 70%;
  margin: auto;
}

.testim .cont div.active .img img {
  -webkit-animation: testim-show 0.5s ease-in-out forwards;
  -moz-animation: testim-show 0.5s ease-in-out forwards;
  -ms-animation: testim-show 0.5s ease-in-out forwards;
  -o-animation: testim-show 0.5s ease-in-out forwards;
  animation: testim-show 0.5s ease-in-out forwards;
}

.testim .cont div.active h2 {
  -webkit-animation: testim-content-in 0.4s ease-in-out forwards;
  -moz-animation: testim-content-in 0.4s ease-in-out forwards;
  -ms-animation: testim-content-in 0.4s ease-in-out forwards;
  -o-animation: testim-content-in 0.4s ease-in-out forwards;
  animation: testim-content-in 0.4s ease-in-out forwards;
}

.testim .cont div.active p {
  -webkit-animation: testim-content-in 0.5s ease-in-out forwards;
  -moz-animation: testim-content-in 0.5s ease-in-out forwards;
  -ms-animation: testim-content-in 0.5s ease-in-out forwards;
  -o-animation: testim-content-in 0.5s ease-in-out forwards;
  animation: testim-content-in 0.5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide 0.5s ease-in-out forwards;
  -moz-animation: testim-hide 0.5s ease-in-out forwards;
  -ms-animation: testim-hide 0.5s ease-in-out forwards;
  -o-animation: testim-hide 0.5s ease-in-out forwards;
  animation: testim-hide 0.5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out 0.4s ease-in-out forwards;
  -moz-animation: testim-content-out 0.4s ease-in-out forwards;
  -ms-animation: testim-content-out 0.4s ease-in-out forwards;
  -o-animation: testim-content-out 0.4s ease-in-out forwards;
  animation: testim-content-out 0.4s ease-in-out forwards;
}

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out 0.5s ease-in-out forwards;
  -moz-animation: testim-content-out 0.5s ease-in-out forwards;
  -ms-animation: testim-content-out 0.5s ease-in-out forwards;
  -o-animation: testim-content-out 0.5s ease-in-out forwards;
  animation: testim-content-out 0.5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-moz-keyframes testim-scale {
  0% {
    -moz-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -moz-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -moz-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -moz-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-ms-keyframes testim-scale {
  0% {
    -ms-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -ms-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -ms-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -ms-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-o-keyframes testim-scale {
  0% {
    -o-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -o-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -o-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -o-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@keyframes testim-scale {
  0% {
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-webkit-keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes testim-content-in {
  from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes testim-content-in {
  from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes testim-content-in {
  from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes testim-content-in {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-moz-keyframes testim-content-out {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-ms-keyframes testim-content-out {
  from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-o-keyframes testim-content-out {
  from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes testim-content-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@-webkit-keyframes testim-show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes testim-show {
  from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes testim-show {
  from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes testim-show {
  from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes testim-show {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes testim-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-moz-keyframes testim-hide {
  from {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
}

@-ms-keyframes testim-hide {
  from {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }
}

@-o-keyframes testim-hide {
  from {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes testim-hide {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0);
  }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }

  .testim .cont div p {
    line-height: 25px;
  }
}

.accountDetail {
  padding: 40px;
}

.accountDetail .account {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  max-width: 800px;
  width: 100%;
  margin: 10px auto;
  padding: 20px;
}

.accountDetail .account h3 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
}

.accountDetail .account .bankScanner {
  height: 400px;
  width: 100%;
  object-fit: contain;
}

.accountDetail .account h6 {
  font-weight: 600;
}

.accountDetail .account p {
  font-size: 15px;
  color: #545454;
}

.accountDetail .account ul li {
  font-size: 15px;
  color: #545454;
}

.smileCard {
  max-height: 300px;
  width: auto;
  margin: 0 auto;
}

.PrivacyPolicy h3 {
  font-size: 16px;
  font-weight: 600;
  background: #3a69aa42;
  padding: 4px 10px;
  border-radius: 3px;
}

.PrivacyPolicy ul li {
  font-size: 16px;
  padding: 5px 0;
}