a{ text-decoration: none;}
.text-green{
  color:#0EC232;
}
.text-blue{
  color:#2A2D74;
}
a.main-btn:hover {
  color:#fff !important;
}
p {
  font-size: 20px;
}

.opacity-25{opacity: 0.25;}
.opacity-40{opacity: 0.40;}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
header {
  padding: 20px 0;
}
.navbar {
    padding: 0;
  }
  
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  #header.header-scrolled {
    background: rgb(42 45 116 / 86%);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
}
  
  .navbar li {
    position: relative;
  }
  
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 15px;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
  }
  
  .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 {
    color: #0ec232;
  }
  
  .navbar .getstarted,
  .navbar .getstarted:focus {
    background: #0EC232;
    color: #fff;
    padding: 10px 25px;
    margin-left: 30px;
    color: #fff;
    line-height: 1;
    border-radius: 6px;
  }
  
  .navbar .getstarted:hover, .navbar .getstarted:focus:hover {
    background: #ffffff;
    color: #0ec232;
}
  
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }
  
  .navbar .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
  }
  
  .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: #5777ba;
  }
  
  .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;
  }
  .mobile-nav-toggle.white {
    color: #fff;
}
  
  @media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }
  
    .navbar .dropdown .dropdown:hover>ul {
      left: -100%;
    }
  }
  
  /**
  * Mobile Navigation 
  */
  .mobile-nav-toggle {
    color: #2a2d74;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
  }
  
  .mobile-nav-toggle.bi-x {
    color: #fff;
  }
  
  @media (max-width: 991px) {
    .mobile-nav-toggle {
      display: block;
    }
  
    .navbar ul {
      display: none;
    }
    
  }
  @media (max-width: 991px) and (min-width: 768px) {
    .mobile-nav-toggle {
      color: #fff;
    }
  }
  
  .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #1f226edb;
    transition: 0.3s;
    z-index: 999;
  }
  
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 6px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
  }
  
  .navbar-mobile a,
  .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #47536e;
  }
  
  .navbar-mobile a:hover,
  .navbar-mobile .active,
  .navbar-mobile li:hover>a {
    color: #5777ba;
  }
  
  .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;
    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: #5777ba;
  }
  
  .navbar-mobile .dropdown>.dropdown-active {
    display: block;
  }
  #header.header-scrolled svg {
    width: 185px;
    transition: .1s;
    display: inline-block;
}
@media (max-width: 575px) {
.logo svg {
  width: 200px;
}
.mobile-nav-toggle {
  padding-bottom: 11px;
}
.getstarted {
  justify-content: center;
}
}

  /*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 140px 0px 100px;
  background-image: url(../../images/home/bg.svg);
  background-size: cover;
  background-position: center;
}
  
#hero::before {
  content: "";
    position: absolute;
    z-index: -1;
    background-image: url(../../images/home/circle.svg);
    background-position-y: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 107.7%;
    right: -94%;
    top: -60%;
    transform: scale(2);
}

  #hero h1 {
    margin: 0 0 10px 0;
    font-size: 60px;
    line-height: 76px;
  }
  
  #hero h2 {
    margin-bottom: 50px;
    font-size: 20px;
  }
  #hero p {
    padding: 15px 0 30px;
}
  
.main-btn {
  font-size: 15px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 8px;
  transition: 0.5s;
  color: #fff;
  background: #2A2D74;
  position: relative;
}
  
.main-btn:hover {
  background: #0ec232;
}
  
.main-btn i {
    font-size: 20px;
    position: absolute;
    left: 18px;
    top: 8.5px;
  }
  
  #hero .main-btn+.main-btn {
    margin-left: 20px;
  }
  
section {
    padding: 100px 0;
}
.section-title {
  padding-bottom: 20px;
}
.profile-img {
  background: #2a2d74;
  padding: 30px;
  margin: 60px;
}
.section-title h2 {
  font-size: 55px;
}
#services{
  background-image: url(../../images/home/bg.svg);
  background-size: cover;
  background-position: center;
}
.pr-image {
  display: flex;
  flex-direction: column;
}
.outter-box {
  display: flex;
  flex-wrap: wrap;
}
.pr-image img {
  padding: 15px;
  width: 100%;
}
.box5 {
  margin: 0 -10px;
}
.box4, .box6 {
  width: 37%;
}


.unique-genicode {
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 50px;
    margin-top: 100px;
  position: relative;
}
.profile-url a {
  position: absolute;
}
.profile-url a:first-child {
  top: -110px;
  left: -110px;
  transform: rotate(-30deg);
}
.profile-url a img {
  width: 200px;
}
.profile-url a:first-child {
  top: -40px;
    left: -56px;
    transform: rotate(-20deg);
}
.profile-url a:nth-child(2) {
  top: 80%;
  left: 40px;
}
.profile-url a:nth-child(3) {
  top: 40px;
  right: -50px;
  transform: rotate(16deg);
}
.box4 .pr-image {
  flex-direction: unset;
}


  

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/

#inner-hero {
  background: #2A2D74;
  color: #fff;
  text-align: center;
  padding: 200px 0 60px;
}
#main-content-web.about{
  padding: 100px 0 ;
}
img.ab-img {
  width: 500px;
  float: right;
}
.team-content h4 {
  color: #2a2d74;
  display: inline-block;
    position: relative;
    margin-bottom: 30px;
    font-size: 30px;
}
.team-content h4:after {
  content: '';
  width: 112%;
  height: 1px;
  position: absolute;
  display: block;
  background: #2a2d74;
  margin-top: 5px;
}


/*--------------------------------------------------------------
# How it works
--------------------------------------------------------------*/

.step-count {
  font-size: 100px;
  font-weight: 600;
  border: 1px solid rgb(42, 45, 116);
  border-radius: 100%;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(42, 45, 116);
}
.step-content p {
  width: 60%;
  font-size: 26px;
}
.howitworks {
  padding: 100px 0;
}
.howitworks .col-lg-6 {
  position: relative;
}
.step-count:after {
  content: '';
  width: 652px;
  height: 1px;
  background: #2a2d74;
  position: absolute;
}
.step-count.step1:after {
  transform: rotate(38deg);
  top: 100%;
  left: 52%;
}
.step-count.step2:after {
  transform: rotate(-38deg);
  top: 100%;
  right: 49%;
}
.step-count.step3:after{
  display: none;
}
@media (max-width: 991px) {
  #inner-hero {
    padding: 150px 0 40px;
  }
  .logo img {
    width: 200px;
}
.step-count:after {
  display: none;
}
.team-content {
  text-align: center;
  padding: 0 15px;
}
.team-content p {
text-align: justify;
}
img.ab-img {
width: 100%;
}
.team-content h4:after {
width: 100%;
}
.step2-outter {
flex-direction: column-reverse;
}
.step-count {
font-size: 36px;
width: 100px;
height: 100px;
margin-bottom: 0px;
}
.step-content {
flex-direction: unset !important;
margin-bottom: 15px;
}
.step-content lottie-player {
height: 230px !important;
width: 230px !important;
}
.step-content p {
width: 60%;
font-size: 16px;
text-align: left;
}
.howitworks {
padding: 60px 0;
}
.unique-genicode {
font-size: 14px;
}

}
@media (max-width: 575px) {
  .step-count:after {
    display: none;
  }
  .team-content {
    text-align: center;
    padding: 0 15px;
}
.team-content p {
  text-align: justify;
}
img.ab-img {
  width: 100%;
}
.team-content h4:after {
  width: 100%;
}
.step2-outter {
  flex-direction: column-reverse;
}
.step-count {
  font-size: 36px;
  width: 80px;
  height: 80px;
  margin-bottom: 0px;
}
.step-content {
  flex-direction: unset !important;
  margin-bottom: 15px;
}
.step-content lottie-player {
  height: 130px !important;
  width: 130px !important;
}
.step-content p {
  width: 60%;
  font-size: 16px;
  text-align: left;
}
.howitworks {
  padding: 60px 0;
}
.unique-genicode {
  font-size: 14px;
}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
  background: #2A2D74;
  padding: 60px 0;
}
.footer-nav {
  padding-top: 30px;
}
.footer-nav a {
  color: #fff;
}
.footer-nav ul li {
  padding: 0 15px;
}
@media (max-width: 575px) {
.footer-nav a {
  font-size: 12px;
}
footer .col-12 {
  flex-direction: column-reverse;
  display: flex;
}
.footer-nav {
  padding-top: 0;
  padding-bottom: 30px;
}
.footer-nav ul li {
  padding: 0 8px;
}
}






@media (min-width: 991px) and (max-width: 1024px) {
  .outter-box {
    width: 90%;
    margin: 0 auto;
}
.step-count:after {
  width: 567px;
}
.step-count.step1:after {
  transform: rotate(50deg);
  top: 102%;
  left: 43%;
}
.step-count.step2:after {
  transform: rotate(-50deg);
  top: 100%;
  right: 36%;
}
}
@media (max-width: 1024px) {
  #hero {
    text-align: center;
  }

  #hero .main-btn+.main-btn {
    margin: 0 10px;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 60%;
  }
  #header.header-scrolled .mobile-nav-toggle {
    color: #fff !important;
  }
  .outter-box > div {
    width: 59%;
    display: flex;
    float: left;
  }
  .outter-box .box1 {
    width: 41%;
  }
  .outter-box .box2 {
    width: 59%;
  }
  .pr-image img {
    padding: 12px;
    width: 100%;
  }
  .outter-box .box4 {
    width: 41%;
  }
  .outter-box .box3 {
    width: 59%;
  }
  .box4 .pr-image {
    flex-direction: column;
}
.profile-url a img {
  width: 164px;
}
.profile-url a:nth-child(3) {
  right: -10px;
}
.profile-url a:first-child {
  left: -8px;
}
#hero lottie-player {
  width: 300px !important;
  height: 300px !important;
}
#hero .row > div {
  width: 50%;
}
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 40px;
    line-height: 50px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
  p {
    font-size: 16px;
}
.profile-img {
  background: #2a2d74;
  padding: 10px;
  margin: 20px;
}
img.ab-img {
  width: 100% !important;
}


}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
  #hero .row > div {
    width: 100%;
  }
 
  .mobile-nav-toggle.bi-x {
    color: #fff !important;
  }
  #hero {
    background-position: left;
    padding: 80px 0px 70px;
  }
  #hero::before{
    display: none;
  }
  .box4, .box6 {
    width: 100%;
}
.box4 .pr-image{
  flex-direction: column;
}

.section-title h2 {
  font-size: 32px;
}
section {
  padding: 60px 0;
}
.unique-genicode {
  padding: 30px 10px;
  margin-top: 0;
}
.about-genicode {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.unique-genicode {
  flex-wrap: wrap;
}
.profile-url a {
  position: unset;
}
.profile-url a img {
  position: relative;
  width: 114px;
  top: 33px;
}

}
@media (max-width: 375px) {
.profile-url a img {
  width: 106px;
}
}
@media (max-width: 360px) {
  .profile-url a img {
    width: 102px;
  }
  }