body {
  font-size: .875rem;
  font-family: 'Nunito', sans-serif;
  overflow-x: hidden;
  background: #000;
}


/*.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
*/
.feather {
  width: 25px;
  height: 25px;
  vertical-align: text-bottom;
}

.b_r{
  border-radius: 12px !important;
}
.navbar-brand img {
  width: 100px;
}
.btn-ripple {
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: all ease-in-out .5s;
}
.banner_img{
  transform: translateX(-50px);
}
.btn-ripple::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 25%;
  height: 100%;
  width: 50%;
  background-color: #000;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition: all ease-in-out 1s;
  transform: scale(5, 5);
}

.btn-ripple:active::after {
  padding: 0;
  margin: 0;
  opacity: .2;
  transition: 0s;
  transform: scale(0, 0);
}
/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  /*box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);*/
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  /*background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);*/
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: none;
  outline: 0;
  box-shadow: none !important;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}


.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: auto;
}
.btn.btn-outline-light i {
  color: #000;
}
.card_new{
  cursor: pointer;
}
/*.card.card_new:hover img {
  scale: 1.09;
  transform: translatey(-10px);
  transition: all ease-in-out 0.3s;
}*/
.card.card_new:hover img {
  /* scale: 1.09; */
  transform: scale(1.1);
  transition: all ease-in-out 0.3s;
}
.card.card_new img {
  transform: translateY(0);
  transition: all ease-in-out 0.3s;
}
.card.card_new.shadow {
  border: none;
  border-radius: 20px;
  overflow: hidden;
}
.avatar.img-fluid.rounded-circle.me-1 {
  width: 30px;
}
.dropdown-menu-lg {
  min-width: 20rem;
  transform: translateY(10px);
  transition: all ease-in-out 0.7s;
}
.dropdown-menu-header {
  border-bottom: 1px solid #dee6ed;
  font-weight: 500;
  padding: .75rem;
  text-align: center;
}
.dropdown-menu-header {
  font-weight: 500;
  text-align: center;
}
.nav-item .indicator {
  background: #0a2654;
  border-radius: 50%;
  box-shadow: 0 .1rem .2rem rgba(0,0,0,.05);
  color: #fff;
  display: block;
  font-size: .675rem;
  height: 18px;
  padding: 1px;
  position: absolute;
  right: -8px;
  text-align: center;
  top: 0;
  transition: top .1s ease-out;
  width: 18px;
}
#messagesDropdown.dropdown-toggle::after, #alertsDropdown.dropdown-toggle::after {
  display: none;
}
.nav-item.dropdown i {
  font-size: 22px;
  color: #000;
}
.dropdown-menu-footer {
  display: block;
  font-size: .75rem;
  padding: .5rem;
  text-align: center;
}
.dropdown .dropdown-menu.show {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: dropdownAnimation;
  animation-name: dropdownAnimation;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  visibility: visible;
  
}
.right_menu .dropdown-menu, .right_menu .dropdown-menu{
  background-clip: padding-box;
  background-color: #fff;
  border: none;
  border-radius: 20px;
  color: #6c757d;
  display: block;
  font-size: .825rem;
  list-style: none;
  margin: 0;
  padding: .5rem 0;
  opacity: 0;
  visibility: hidden;
  left: auto;
  right: 0;
  
}
.card_main a {
  text-decoration: none;
  color: #000;
}

/*Homepage css*/
/*.mid_section {
  min-height: 600px;
}*/
.mid_section.mid_section_2 {
  background-image: none;
}
.mid_section .owl-nav {
  position: absolute !important;
}
/*.mid_section {
    min-height: 600px;
    display: flex;
    height: 100%;
    position: relative;
    padding-top: 50px;
    align-items: center;
}*/
.mid_section {
  /*min-height: 100vh;*/
  display: flex;
  /*height: 100%;*/
  position: relative;
  /*padding-top: 50px;*/
  padding: 30px 0 60px;
}
.top_section h1 {
  font-size: 46px;
  margin-bottom: 20px;
  color: #fff;
}
.top_section p{
 color: #fff;
}
.shadow.icon_ser {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin: 0 auto 10px;
  background: #f7f7f7;
  font-size: 20px;
  color: #0a2654;
}
.media.block-6.services.d-block.text-center {
  margin: 25px;
  border-radius: 30px;
  padding: 20px 20px 0;
   transition: all ease-in-out 0.3s;
   cursor: pointer;
}
.media.block-6.services.d-block.text-center.active {
  background-image: linear-gradient(#2d2dc4, #0c0c84);
  border-radius: 30px;
  padding: 20px 20px 0;
  color: #fff;
  transition: all ease-in-out 0.3s;
}
.mid_2{
  padding: 50px 0;
}
.media-body.py-2 p {
  font-size: 12px;
}
.media.block-6.services.d-block.text-center.active .shadow.icon_ser {
  background: #fff;
  color: #fff;
}
.media.block-6.services.d-block.text-center:hover {
  color: #fff !important;
    background-image: linear-gradient(#2d2dc4, #0c0c84);
  transition: all ease-in-out 0.3s;
  transform: translatey(-10px);
  box-shadow: 0 0 10px rgba(0,0,0,0.2)
}
.media.block-6.services.d-block.text-center:hover .text-muted{
  color: #fff !important;
}
.media.block-6.services.d-block.text-center:hover .shadow.icon_ser {
  background: #fff;
  color: #fff;
}
.subheading.fw-bold {
  font-size: 42px;
  margin-bottom: 10px;
  line-height: 50px;
  color: #000;
}
.nonloop .owl-stage {
  padding-bottom: 20px;
}
.owl-theme.nonloop  .owl-next, .owl-theme.nonloop  .owl-prev {
  background: #0a2654 !important;
  width: 30px;
  line-height: 40px;
  height: 30px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  border-radius: 50px;
  color: #fff !important;
  font-size: 20px !important;
}
.owl-theme .owl-nav {
    /*position: absolute;*/
    top: -30px;
    right: 0px;
    width: 88px;
}
.owl-theme.nonloop .owl-next {
    right: 10px;
}
.owl-theme.nonloop .owl-prev{
  left: 10px
}
.item a {
    text-decoration: none;
}
.owl-theme.nonloop .owl-item img {
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 20px;
}
/*testimonial*/

 .gtco-testimonials {
   position: relative;
   margin-top: 30px;
}
 .gtco-testimonials h2 {
   font-size: 30px;
   text-align: center;
   color: #333;
   margin-bottom: 50px;
}
 .gtco-testimonials .owl-stage-outer {
   padding: 30px 0;
}
 .gtco-testimonials .owl-nav {
   display: none;
}
 .gtco-testimonials .owl-dots {
   text-align: center;
}
 .gtco-testimonials .owl-dots span {
   position: relative;
   height: 10px;
   width: 10px;
   border-radius: 50%;
   display: block;
   background: #fff;
   border: 2px solid #0a2654;
   margin: 0 5px;
}
 .gtco-testimonials .owl-dots .active {
   box-shadow: none;
}
 .gtco-testimonials .owl-dots .active span {
   background: #0a2654;
   box-shadow: none;
   height: 12px;
   width: 12px;
   margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #0a265442;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
 .gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 10px -4px #7b7b7b45;
  width: 100px;
  height: 100px;
}
 .gtco-testimonials .card h5 {
  color: #0a2654;
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
}
.gtco-testimonials .card h5 span {
  font-size: 12px;
  color: #666;
  font-weight: normal;
}
 .gtco-testimonials .card p {
  font-size: 15px;
  color: #555;
  padding-bottom: 0;
}
 .gtco-testimonials .active {
   opacity: 0.5;
   transition: all 0.3s;
}
 .gtco-testimonials .center {
   opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 16px;
}
 .gtco-testimonials .center h5 span {
   font-size: 14px;
}
 .gtco-testimonials .center .card-img-top {
   max-width: 100%;
   height: 120px;
   width: 120px;
}
 @media (max-width: 767px) {
   .gtco-testimonials {
     margin-top: 20px;
  }
}
 .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
   outline: 0;
}
 .owl-carousel button.owl-dot {
   outline: 0;
}
/*testimonial*/

.testimonial {
  padding: 65px 0;
}
.help_sec{
padding: 65px 0;
}
.help_sec .search_area {
  height: 55px;
  padding: 4px !important;
  padding-left: 15px !important;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12) !important;
}
.btn.btn-primary.btn_help {
  height: 100%;
  width: 150px;
  border-radius: 80px !important;
}
.search_area .form-select {
  border: 0;
  border-radius: 30px !important;
  margin: 0 8px;
}

/*footer*/
/*.footer {
  background: #f6f9ff;
  padding: 0 0 30px 0;
  font-size: 14px;
}*/
.footer .footer-newsletter {
  padding: 50px 0;
  background: #f6f9ff;
  border-top: 1px solid #e1ecff;
}
.footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #012970;
}
.footer .footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1ecff;
}
.footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}
.footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #4154f1;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}
.footer .footer-newsletter form input[type=submit]:hover {
  background: #5969f3;
}
.footer .footer-top {
  /*background: white url(../img/footer-bg.png) no-repeat right top;*/
  /*background-size: contain;*/
  /*border-top: 1px solid #e1ecff;*/
  /*border-bottom: 1px solid #e1ecff;*/
  padding: 60px 0 30px 0;
}
@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}
.footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}
.footer .footer-top .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
  width: 160px;
}
.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}
.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
  color: #fff;
}
.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: #fff;
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;

}
.footer .footer-top .social-links a:hover {
  color: red;
}
.footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}
.footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #d0d4fc;
  font-size: 12px;
  line-height: 0;
}
.footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}
.footer .footer-top .footer-links ul a:hover {
  color: #4154f1;
}
.footer .footer-top .footer-contact p {
  line-height: 26px;
  color: #fff;
}
.footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #fff;
}
.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}
.col-lg-2.col-6.footer-links li i {
  display: none;
}
.footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  font-size: 13px;
}
/*footer*/

/*.search {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100px;
}*/

.search .input-group{
    background: #fff;
    padding: 10px;
    height: 60px;
}
.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}
.desc{
  display: none;
}
.open_desc{
  display: block;
}
.become {
  /*background-image: url('../../../assets/img/become.png');*/
  /*background-position: top left;*/
  padding: 0px 0;
  /*background-size: cover;*/
  /*min-height: 440px;*/
  display: flex;
  align-items: center;
  position: relative;
}
.floating {
  position: absolute;
  top: -80px;
  width: 300px;
  right: -150px;
  opacity: 0.9;
  animation: 4s infinite linear jumpa;
}
@keyframes jumpa{
  0%,100%{
    transform: translateY(-15px);
  }
  40%{
    transform: translateY(15px);
  }
  70%{
    transform: translateY(-10px);
  }
}
.img-fluid.w-75.m-auto.img_1.none {
  display: none;
}
.img-fluid.w-75.m-auto.img_2.none.open_desc{
  display: block;
}
.img-fluid.w-75.m-auto.img_2.none {
  display: none;
}
.w-100.img_left {
  border-radius: 15px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.11);
  width: 85% !important;
}
.shadow.icon_ser img {
  width: 40px;
  height: 40px;
}
.gtco-testimonials .center .profile_text .card-img-top {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
}
.gtco-testimonials .center .profile_text h5 {
  font-size: 18px;
}
.gtco-testimonials .center .profile_text h5 span {
  font-size: 15px;
  margin-top: 5px;
}

.gtco-testimonials .profile_text .card-img-top {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
}
.gtco-testimonials .profile_text h5 {
  font-size: 18px;
}
.gtco-testimonials .profile_text h5 span {
  font-size: 15px;
  margin-top: 5px;
}
.profile_text {
  position: relative;
  z-index: 1;
}
.profile_text::after {
  position: absolute;
  left: 25%;
  bottom: 10%;
  content: "";
  background: url(../../../assets/img/dot-3.png);
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  z-index: -1;
}
.Download_apk img {
  width: 170px;
  margin: 0 3px;
}
.apk_dowbnload.apk_dowbnload2 {
  padding: 30px 0;
  margin-top: 60px;
}
.apk_dowbnload {
  padding: 65px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0px 0;
}
.apk_dowbnload::after {
  position: absolute;
  left: -10%;
  height: 100%;
  width: 65%;
  background: #ff0054;
  content: "";
  z-index: -1;
  top: 0;
  transform: skewX(-10deg);
  border-radius: 0 60px 120px 0;
}
.apk_dowbnload.apk_dowbnload2::after {
  position: absolute;
  right: -10%;
  height: 100%;
  width: 65%;
  background: #ff0054;
  content: "";
  z-index: -1;
  left: auto;
  top: 0;
  transform: skewX(-10deg);
  border-radius: 60px 0px 0 120px;
}
.apk_dowbnload .subheading.fw-bold{
  color: #fff
}
.apk_dowbnload p{
  color: #fff
}
.img_r{
  max-width: 100%;
  max-height: 100%
}
.mobile img {
  width: 65%;
}
.mobile{
  text-align: right;
}
.mobo{
  padding-right: 40px;
}
.bramdd_sec a {
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 1px solid #e1e1e1;
  padding: 10px 15px;
}
.bramdd_sec a img {
  height: 35px;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.bramdd_sec {
  padding-top: 65px;
}
.bramdd_sec .row{
  margin: 0 -7px;
}
.bramdd_sec .row [class*="col-"]{
  padding: 0 7px;
}
.footer {
  background-image: url('../../../assets/img/footer.png');
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 0 30px;
  background-position: top left;
  margin-top: 100px;
}
/*Homepage css*/