/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Josefin Sans', sans-serif;
  color: #444444;
}

a {
  color: #2487ce;
  text-decoration: none;
}

a:hover {
  color: #469fdf;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Josefin Sans', sans-serif;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0F2788;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #e72323;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0F2788;
  border-top-color: #efefef;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    -webkit-transition-delay: 0 !important;
         -o-transition-delay: 0 !important;
            transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: transparent;
  font-size: 15px;
  height: 40px;
  padding: 0;
  color: rgba(255, 255, 255, 0.6);
}

#topbar .contact-info a {
  line-height: 0;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contact-info, #topbar .contact-info a {
  font-size: 14px;
}

#topbar .contact-info a:hover {
  color: #fff;
}

#topbar .contact-info i {
  color: #fff;
  line-height: 0;
  margin-right: 5px;
  margin-top: -3px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.6);
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
  border-radius: 7px;
}

#header.fixed-top {
    background: rgba(255,255,255,1);
    top: 0;
    -webkit-box-shadow: 0 0 25px rgb(0 0 0 / 10%);
            box-shadow: 0 0 25px rgb(0 0 0 / 10%);
    border-radius: 0 0 15px 15px;
}
#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #fff;
    height: 85px;
    margin-left: 8px;
    border-radius: 8px;
    padding-right: 15px;
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#header.fixed-top .logo{
  height: auto;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
    max-height: 30px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  margin-left: 5px;
}

.navbar a, .navbar a:focus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 7px 5px 7px 5px;
    font-size: 14px;
    color: #232233;
    white-space: nowrap;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0 15px;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid transparent;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
    background: transparent;
    border-bottom: 1px solid #0F2788;
    color: #0F2788;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
          box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #191919;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #fff;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #111b8f;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #0F2788;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #fff;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #191919;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #0F2788;
  background: none;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
          box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #0F2788;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    background: url(../images/hero_bg_banner.svg) top center;
    background-size: cover;
    position: relative;
    z-index: 2;
}

/*#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
*/
#hero h1 {
  margin: 0 0 10px 0;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
}

#hero h2 {
    color: #0F2788;
    margin-bottom: 15px;
    font-size: 37px;
    font-weight: 700;
    line-height: 1.2;
}
#hero .btn-get-started {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #0F2788;
  border-color: #0F2788;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media(max-width: 991px){
  .banner_right_img {
    margin-bottom: 60px;
  }
  
}
@media (max-width: 768px) {
  #hero {
    text-align: center;
  }

/*  #hero .container {
    padding-top: 40px;
  }*/

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

#hero h2 {
    font-size: 28px;
    margin-bottom: 10px;
}
  .contact-info {
    font-size: 12px;
    padding-right: 10px;
  }
  #topbar .contact-info a {
    font-size: 12px;
  }

}

.banner_right_img img {
    max-width: 610px;
    margin: auto;
    width: 100%;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #191919;
  position: relative;
  z-index: 2;
}

.section-title span {
  position: absolute;
  top: 30px;
  color: #f4f4f4;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}


@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-title span {
    font-size: 38px;
  }
}


p {
    color: #6C6C72;
}
.multi_box {
    max-width: 480px;
    padding: 40px;
    background-color: #fff;
    border-radius: 15px;
    margin: auto;
    position: relative;
}
.multi_box:after {
    position: absolute;
    content: '';
    width: calc(100% + 0px);
    height: calc(100% + 95px);
    border: 16px solid rgba(117, 114, 255, 1);
    top: -48px;
    left: 48px;
    z-index: -1;
}
.multi_box h2 {
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    text-transform: uppercase;
    color: #232233;
}
.play_store:last-child img {
    width: 153px;
    margin-top: -2px;
}
@media(max-width: 991px){
  .multi_box:after {
    height: calc(100% + 50px);
    border: 10px solid rgba(117, 114, 255, 1);
    top: -25px;
    left: 25px;
  }
  .multi_box:after {
    height: calc(100% + 50px);
    border: 10px solid rgba(117, 114, 255, 1);
    top: -25px;
    left: 30px;
    width: calc(100% - 60px);
  }
  
}


.about_arya_text ul {
    padding: 0;
    margin: 0;
}
.about_arya_text ul li {
    list-style: none;
    padding: 20px 20px 20px 50px;
    margin-bottom: 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 1px 10px rgb(0 0 0 / 10%);
            box-shadow: 0px 1px 10px rgb(0 0 0 / 10%);
    position: relative;
    z-index: -1;
}
.about_arya_text ul li:after {
    position: absolute;
    content: '';
    background-image: url(../images/checkbox-circle-fill.svg);
    width: 24px;
    height: 24px;
    left: 15px;
    top: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.about_arya_text ul li:last-child{
  margin-bottom: 0;
}
.left_pattern img {
    border-radius: 20px;
}
.about_arya_text ul li p{
  margin: 0;
}
.main-title h2 {
    font-weight: 700;
    font-size: 31.25px;
    line-height: 47px;
    text-transform: uppercase;
    color: #232233;
}
.main-title span {
    font-weight: 700;
    font-size: 17.25px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #232233;
}

.about_arya_text ul li h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #232233;
}
@media(max-width: 991px){
  .about_arya_text {
    margin-top: 30px;
  }
}

.services {
  background: url(../images/hero_bg_banner.svg);
  background-position: bottom;
  background-size: cover;
}
.service_box h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  margin: 15px 0 0 0;
}
.service_box img {
  border-radius: 15px;
}

.count-digit {
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 25px;
    margin-bottom: 15px;
}
.counts .count-box {
    width: 100%;
    text-align: center;
    background-color: #0F2788;
    padding: 25px 10px;
    border-radius: 15px;
}
.counts .count-box span {
    display: block;
    margin: auto;
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.counts .count-box p {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}
.how_to_use .main-title {
    z-index: 2;
    position: relative;
}
.how_to_user {
    z-index: 1;
    position: relative;
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 100px rgb(0 0 0 / 20%);
            box-shadow: 0px 0px 100px rgb(0 0 0 / 20%);
    overflow: hidden;
}
.how_to_use {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.how_to_use:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 450px;
  background-image: url(../images/hero_bg_banner.svg);
  left: 0;
  right: 0;
  top: 0;
}

.profile_image {
    width: 96px;
    margin: 15px auto;
}
.client_box h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #232233;
}
.client_box span{
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #232233;
}
.client_box p{
  margin: 15px 0 0 0;
}
.client_box {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
            box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
    border-radius: 25px;
    padding: 40px;
}
.contact_detail ul{
  padding: 0;
  margin: 0;
}
.contact_detail ul li{
  list-style: none;
}
.contact_detail ul li .icon {
    background-color: #0F2788;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.contact_detail ul li a,
.contact_detail ul li span {
    list-style: none;
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    color: #525560;
}

form .form-control {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 25px;
    padding: 14px 22px;
}
.btn.btn-primary {
    background: #0F2788;
    border-radius: 25px;
    border-color: #0F2788;
    padding: 13px 30px;
}
.contact_inner .main-title h2{
  font-weight: 600;
  font-size: 25px;
  line-height: 38px;
  text-transform: uppercase;
  color: #000000;
}
.contact_inner {
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 10%);
            box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    padding: 40px;
    border-radius: 25px;
    position: relative;
    z-index: 1;
    background-color: #fff;
}
.contact_inner .border-left {
    border-left: 1px solid #e1e1e1;
    padding-left: 50px;
}
@media(max-width: 991px){
  .contact_detail ul li a, .contact_detail ul li span {
    font-size: 16px;
  }
  .contact_inner {
    padding: 20px 20px;
  }
  .contact_inner .border-left {
    border-left: 0px solid #e1e1e1;
    padding-left: 15px;
    margin-top: 15px;
  }

}


footer {
    background-color: #232233;
    padding: 150px 0 0 0;
    margin: -100px 0 0 0;
    z-index: 0;
    position: relative;
}
.footer_inner {
    margin-top: 20px;
}
footer h3, footer p, footer span, footer ul li a{
  color: #fff;
}
footer .copyright {

}
footer .copyright span {
    color: #fff;
    font-size: 14px;
}
footer ul{
  padding: 0;
  margin: 0;
}
footer ul li{
  margin-bottom: 15px;
}
footer ul, footer ul li{
  list-style: none;
}
footer .copyright.border-top {
    border-color: rgba(255, 255, 255, 0.1) !important;
}
footer .subscribe input[type="text"] {
    border: 0;
    background: #FFFFFF;
    padding: 15px;
    width: 100%;
    border-radius: 8px;
}
footer .subscribe{
  position: relative;
}
footer .subscribe .btn.btn-primary {
    width: 55px;
    height: calc(100% - 10px);
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px;
}

footer .footer_logo {
    text-align: center;
}
footer .social-links {
    text-align: center;
}
footer .footer_logo img {
    max-width: 220px;
}

.privat_link p a
{
    color:white;
    font-size:14px;
}
.privat_link p a:hover 
{
    color:#469fdf;
}
.contact_detail li p 
{
    width:calc(100% - 64px);
    margin-bottom:0px;
}






