@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap');
a.text-primary:hover, a.text-primary:focus {
  color: #284bc1 !important;
}
.list-inline-item:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 5px;
}
.rounded {
  border-radius: 6px !important;
}
.btn-primary , .btn-primary-mobile{
    background-color: white;
    border: 1px solid white;
    color: #2f55d4!important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
          box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus{
  background-color: #2443ac !important;
  border-color: #2443ac !important;
  color: #ffffff !important;
}
.btn-outline-primary {
  border: 1px solid #2f55d4;
  color: #2f55d4;
  background-color: transparent;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #2f55d4;
  border-color: #2f55d4;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
          box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}
.btn-soft-primary {
  background-color: rgba(0, 96, 172, 0.88) !important;
}
.menu{
    position: relative;
    margin-top: -51px;
    margin-left: 54px;
    color: #1a2655;
    font-size: 18px;
}
.bg-primary,
.btn-outline-primary:hover, 
.btn-outline-primary:focus, 
.btn-outline-primary:active, 
.btn-outline-primary.active, 
.btn-outline-primary.focus, 
.btn-outline-primary:not(:disabled):not(.disabled):active{
    background-color: white !important;
}
.btn-outline-primary,{
    color: #005FAB !important;
}
.btn-outline-primary{
    border: 1px solid #1A2655;
    color:white!important;
    background-color: #1A2655;
}
#download , #download-mobile{
  background: transparent!important;
  color: white!important;
  border: transparent!important;
  box-shadow: none;
}
.btn-outline-primary:hover, 
.btn-outline-primary:focus, 
.btn-outline-primary:active, 
.btn-outline-primary.active, 
.btn-outline-primary.focus, 
.btn-outline-primary:not(:disabled):not(.disabled):active{
    border-color: white !important;
    background-color:  white !important;
    color: #2f55d4 !important;
}
.btn-primary,
.btn-outline-primary:hover, 
.btn-outline-primary:focus, 
.btn-outline-primary:active, 
.btn-outline-primary.active, 
.btn-outline-primary.focus, 
.btn-outline-primary:not(:disabled):not(.disabled):active {
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.btn-primary.focus {
    background-color: #1A2655 !important;
    border-color: #1A2655 !important;
}
.btn {
    padding: 8px 20px;
    outline: none;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 300;
    border-radius: 6px;
}
.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn.btn-icon {
  height: 36px;
  width: 36px;
  line-height: 34px;
  padding: 0;
}
.btn.btn-icon .icons {
    height: 16px;
    width: 12px;
}
.buy-button a{
    color: white;
    margin-right: 20px;
    margin-top: -5px;
}
#topnav.nav-sticky .buy-button a{
    color: #005fab;
    margin-right: 20px;
}
#topnav.nav-sticky #download , #topnav.nav-sticky #download-mobile{
    background-color: #005fab !important;
    border-color: #005fab !important;
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3)
}
button:not(:disabled) {
    outline: none;
}
#main-header nav ul .active a{
    transition: .4s;
    border-bottom: 3px solid #005fab !important;
}
#main-header{
    display: inline-block;
}
#main-header nav ul{
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
#main-header nav ul li{
    display: inline-block;
}
#main-header nav ul li a{
    margin-top: 5px;
}
.overview-item{
    position: relative;
}
.scroll-view {
    position: absolute;
    top: -40px;
}
.services-box {
    padding: 15px 10px;
    border: 3px solid #005FAB;
    padding-bottom: 0;
}
.hover-effect {
    transition: all .3s ease-in-out;
}
.services-box span {
    font-size: 40px;
    height: 68px;
    width: 68px;
    background-color: transparent;
    border-radius: 50%;
    line-height: 55px;
    color: #005FAB !important;
    font-weight: 900;
}
.services-box p{
  text-align: left;
}
#id4{
margin-top: -132px;
}
#demo{
    margin-top: -100px;
}
#demo-img{
  width: 87%;
}
#id6{
    margin-top: -155px;
}
#id8{
    margin-top: -24px;
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.back-to-top {
  z-index: 99;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.back-to-top .icons {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.back-to-top:hover {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.back-to-top:hover .icons {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.back-to-home {
  position: absolute;
  top: 4%;
  right: 2%;
  z-index: 1;
}
.sticky-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
body {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden !important;
  font-size: 16px;
  color: #ffffff;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
}
::-moz-selection {
  background: rgba(47, 85, 212, 0.9);
  color: #ffffff;
}
::selection {
  background: rgba(47, 85, 212, 0.9);
  color: #ffffff;
}
a {
  text-decoration: none !important;
}
p {
  line-height: 1.2;
  font-size: 20px;
}
.section {
    padding: 50px 0;
    background: #1A2655;
    position: relative;
}
.section-two {
  padding: 60px 0;
  position: relative;
}
.title-heading {
  line-height: 26px;
}
.title-heading .heading {
    font-size: 35px;
    letter-spacing: 0px;
    line-height: 1.2;
}
.title-heading .para-desc {
    font-size: 42px;
    color: white;
}
.section-title {
  position: relative;
}
.section-title .title {
  letter-spacing: 0.5px;
  font-size: 30px;
}
.mover {
  -webkit-animation: mover 1s infinite alternate;
          animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@media (max-width: 768px) {
  .section {
    padding: 40px 0;
  }
  .title-heading .heading {
    font-size: 28px !important;
  }
  .title-heading .para-desc {
    font-size: 30px;
  }
  .section-title .title {
    font-size: 24px;
  }
  .h3, h3 {
    font-size: 26px;
}
#demo-img{
    width: 85%!important;
    margin-bottom: 12px;
}
}
#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: #005FAB;
  border: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#topnav .logo {
    float: right;
    color: #3c4858 !important;
    background: white;
    padding: 5px 60px 0px 25px;
    border-bottom-left-radius: 35px;
}
#topnav .navbar-toggle {
  border: 0;
  position: relative;
  width: 60px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: none;
}
#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 28px 20px;
  height: 18px;
}
#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #3c4858;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}
#topnav .navbar-toggle span:last-child {
  margin-bottom: 0;
}
#topnav .buy-button {
  float: left;
  line-height: 90px;
}
#topnav .buy-button .login-btn-primary {
  display: none;
}
#topnav .buy-button .login-btn-light {
  display: inline-block;
}
#topnav .navbar-toggle.open span {
  position: absolute;
}
#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}
#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#topnav .navbar-toggle.open span:hover {
  background-color: #2f55d4;
}
#topnav .navbar-toggle:hover, #topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu > li > a:hover, #topnav .navbar-toggle:focus {
  background-color: transparent;
}
#topnav .menu-extras {
    float: left;
    margin-top: 9px;
}
#topnav.nav-sticky {
  background: #ffffff;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
          box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}
#topnav.nav-sticky .btn-primary{
    border: 1px solid #1A2655!important;
    color: white!important;
    background-color: #1A2655!important;
}
#topnav.nav-sticky .buy-button .login-btn-primary {
  display: inline-block;
}
.logo {
  font-weight: 700;
  font-size: 24px;
  padding: 0 0 6px;
  letter-spacing: 1px;
  line-height: 85px;
}

@media (min-width: 991px) {
  #topnav .buy-button {
    padding-left: 0px;
    margin-left: 0px;
  }
  #topnav .navbar-toggle {
    display: none;
  }
#navigation {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid #f1f3f9;
    border-bottom: 1px solid #f1f3f9;
    background-color: #ffffff;
}
  #topnav.scroll {
    top: 0;
  }
}
@media (max-width: 1199px) {
.btn-primary , .btn-primary-mobile {
    border: 1px solid #1A2655!important;
    color: white!important;
    background-color: #1A2655!important;
}
  #topnav {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
            box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    min-height: 74px;
  }
  #topnav .container {
    width: auto;
  }
  #topnav #navigation {
    max-height: 400px;
  }
  #topnav .navbar-header {
    float: left;
  }
  #navigation {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid #f1f3f9;
    border-bottom: 1px solid #f1f3f9;
    background-color: #ffffff;
  }
  #navigation.open {
    display: block;
    overflow-y: auto;
  }
}
@media (max-width: 767px) {
  #topnav .buy-button {
    padding: 3px 0;
    display: none!important;
  }
  .buy-menu-btn a {
    display:block!important;
    margin-bottom: 10px;
    width: 175px;
}
.services-box {
    padding-bottom: 0;
    width: 90%!important;
    margin: auto;
}
#topnav .buy-menu-btn {
    display: block !important;
    margin: 0 3px;
    padding: 15px 0px;
}
}
@media (max-width: 1199px) {
.btn {
    font-size: 16px;
    }
#topnav .logo {
    padding: 0px 15px 0px 0px;
    border-bottom-left-radius: 0px;
}
.box {
    max-width: 100%!important;
    color: #000000!important;
    transform: rotate(0deg)!important;
    margin-top: 0!important;
    margin-bottom: 30px!important;
    margin-left: 0!important;
}
}
@media (max-width: 1199px) {
#topnav .container {
    width: auto;
    max-width: 100%;
}
.link{
    display: block!important;
    margin-left: 15px;
    margin-top: 12px;
}
#topnav .buy-button {
    display: inline-block;
    line-height: 89px;
}
#id4{
margin-top: 0;
}
#demo{
    margin-top: 0;
}
#demo-img{
    width: 60%;
    margin-bottom: 12px;
}
#id6{
    margin-top: 0;
}
#id8{
    margin-top: 0;
}
.services-box {
    padding-bottom: 0;
    width: 100%;
    margin: auto;
}
#download , #download-mobile {
    background-color: #005fab !important;
    border-color: #005fab !important;
    border: 1px solid #005fab!important;
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}
.buy-button a {
    color: #005fab;
    margin-right: 20px;
}
}
@media (max-width: 991px) {
#main-header {
    display: none!important;
}
.buy-menu-btn a{
    display: none;
    margin-bottom: 10px;
    margin-bottom: 10px;
    width: 200px;
    margin-top: 12px;
    margin-left: 14px;
}
#topnav .menu-extras {
    float: left;
    margin-top: 10px;
    margin-left: -10px;
    display: block;
}
  #topnav .navbar-toggle {
    display: block;
  }
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: block;
  }
}

@media (max-width: 375px) {
  #topnav .navbar-toggle .lines {
    margin-right: 0 !important;
  }

}
.bg-half-170 {
    padding-top: 170px;
    padding-bottom: 100px;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
  background: #005FAB;
}
@media (max-width: 767px) {
  .bg-half-170{
    padding-bottom: 50px;
    height: auto;
    padding-top: 130px;
  }
#topnav .menu-extras {
    float: left;
    margin-top: 8px;
    display: block;
}
.link {
    margin-left: 3px;
  }
}
@media (max-width: 767px) {
  #topnav .buy-button {
    padding: 3px 0;
    display: none!important;
}
}
.footer {
  background: #1A2655;
  padding: 60px 0;
  position: relative;
  color: #ffffff;
}
.footer .logo-footer {
  font-size: 22px;
}
.footer .footer-head {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
}
.box{
    background: #009EE1;
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    max-width: 320px;
    color: #000000;
    transform: rotate(10deg);
    margin-top: -64px;
    margin-bottom: 36px;
    margin-left: -112px;
}
.box p{
    margin-bottom: 0px;
}
.box p a{
    color: #000000;
}

#bubble-download a:hover {
    color:white!important;
}