@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800");
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500&amp;display=swap');

.section-title {
  text-align: center;
  margin-bottom: 60px; }
  .section-title h2 {
    color: #000050;
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 11px;
    margin-top: -14px; 
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;}
    .section-title h2.add-space {
      margin-bottom: 22px; }
  .section-title p {
    font-size: 18px;
    color: #000050;
    line-height: 28px;
    margin-bottom: -3px; }

.c-white {
  color: #fff; }

@media only screen and (max-width: 991px) {
  .row.reorder-xs {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    direction: rtl; }
  .row.reorder-xs > [class*="col-"] {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
    direction: ltr; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row.homepage-about-xs {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    direction: rtl; }
  .row.homepage-about-xs > [class*="col-"] {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
    direction: ltr; } }

/*==========================================
    Preloader
==========================================*/
.sec {
  background-color: #fff;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 999; }

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.circle {
  height: 10px;
  width: 10px;
  background-color: #000050;
  border-radius: 50%;
  margin: 4px;
  display: inline-block; }

.item0 {
  -webkit-animation: 1s pulse0 infinite;
  animation: 1s pulse0 infinite; }

.item1 {
  -webkit-animation: 1s pulse1 infinite;
  animation: 1s pulse1 infinite; }

.item2 {
  -webkit-animation: 1s pulse2 infinite;
  animation: 1s pulse2 infinite; }

@-webkit-keyframes pulse0 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(2);
    transform: scale(2); }
  43.3% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  76.6% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse0 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(2);
    transform: scale(2); }
  43.3% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  76.6% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes pulse1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  43.3% {
    -webkit-transform: scale(2);
    transform: scale(2); }
  76.6% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  43.3% {
    -webkit-transform: scale(2);
    transform: scale(2); }
  76.6% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  43.3% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  76.6% {
    -webkit-transform: scale(2);
    transform: scale(2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  43.3% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  76.6% {
    -webkit-transform: scale(2);
    transform: scale(2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*==========================================
    scroll to top button
==========================================*/
.scroll-to-top {
  position: fixed;
  right: 50px;
  bottom: 80px;
  display: inline-block;
  z-index: 9;
  width: 40px;
  height: 40px;
  background: #052157;
  border: 2px solid #fff;
  text-align: center; }

.scroll-to-top a {
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  padding: 2px 0 0px 0;
  display: inline-block; }

.scroll-to-top a i {
  color: #fff; }

/*==========================================
    normalize
==========================================*/
html {
  font-family: "Open Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin: 0;
  color: #3d5169;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6, a {
  line-height: 1.3; }

p {
  line-height: 1.6; }

a {
  color: #3d5169;
  text-decoration: none; }

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none; }

a i {
  padding: 0 2px; }

img {
  max-width: 100%; }

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd; }

/**
 * 5.0 - Alignments
 */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/*==========================================
    header
==========================================*/
.header .header-top {
  padding: 13px 0;
  background: #000050; }
  .header .header-top .support-bar-left ul li, .header .header-top .support-bar-right ul li {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-right: 25px; }
    .header .header-top .support-bar-left ul li:last-child, .header .header-top .support-bar-right ul li:last-child {
      margin-right: 0; }
    .header .header-top .support-bar-left ul li span, .header .header-top .support-bar-right ul li span {
      display: inline-block;
      color: #FF8907;
      margin-right: 10px; }
  .header .header-top .support-bar-right {
    text-align: right; }

.header .header-bottom .logo-img img {
  width: 230px;     max-width: none;}

.header .header-bottom .mainmenu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .header .header-bottom .mainmenu .navbar {
    padding: 0; }
    .header .header-bottom .mainmenu .navbar .navbar-nav .nav-item .nav-link {
      font-size: 16px;
      color: #000050;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      margin-right: 25px;
      padding: 40px 0;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; 
    text-transform: uppercase;}
      .header .header-bottom .mainmenu .navbar .navbar-nav .nav-item .nav-link:hover {
        color: #FF8907; }
    .header .header-bottom .mainmenu .navbar .navbar-nav .nav-item:last-child .nav-link {
      margin-right: 0; }
    .header .header-bottom .mainmenu .navbar .navbar-nav .nav-item .dropdown-toggle::after {
      position: relative;
      top: 2px; }
    .header .header-bottom .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
      padding: 0;
      margin: 0;
      border: none;
      border-radius: 0; }
      .header .header-bottom .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
        padding: 15px 20px;
        border-top: 1px solid rgba(0, 0, 80, 0.1);
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .header .header-bottom .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
          color: #fff;
          background: #000050; }
    .header .header-bottom .mainmenu .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
      display: block; }

/*==========================================
    banner
==========================================*/
.banner {
  background: url("../../../index.html") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2; }
  .banner .banner-content {
    padding: 150px 0;
    text-align: center; }
    .banner .banner-content h1 {
      font-size: 60px;
      color: #fff;
      font-weight: 700;
      margin-top: -19px;
      margin-bottom: 21px; 
    text-align: left;}
    .banner .banner-content p {
      color: #fff;
      font-size: 18px;
      line-height: 28px;
      text-align: left;
    }
    .banner .banner-content .content-button {
      margin-top: 37px; }
      .banner .banner-content .content-button a {
        height: 60px;
        width: 220px;
        display: inline-block;
        line-height: 60px;
        background: #fff;
        color: #FF8907;
        border: 1px solid #fff;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        font-weight: 700;
        font-family: "Open Sans", sans-serif;
        text-align: center;
        text-transform: uppercase;
        font-size: 16px;
        margin-right: 25px; }
        .banner .banner-content .content-button a:hover {
          background: #FF8907;
          color: #fff; }
        .banner .banner-content .content-button a:last-child {
          background: #FF8907;
          margin-right: 0;
          border: 1px solid #FF8907;
          color: #fff; }
          .banner .banner-content .content-button a:last-child:hover {
            background: #fff;
            color: #FF8907; }

/*==========================================
    How it works
==========================================*/
.how-it-works {
  padding: 120px 0; }
  .how-it-works .single-works {
    /*background: #f0f8ff;*/
    text-align: center;
    padding: 30px 30px 5px;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    /*.how-it-works .single-works:hover {
      background: #000050; }
      .how-it-works .single-works:hover .part-icon {
        color: #fff; }
      .how-it-works .single-works:hover .part-text h3 {
        color: #fff; }
      .how-it-works .single-works:hover .part-text p {
        color: #fff;
        opacity: .8; }*/
    .how-it-works .single-works .part-icon {
      font-size: 60px;
      color: #31022E;
      line-height: 100%;
      margin-bottom: 23px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .how-it-works .single-works .part-text h3 {
      font-size: 24px;
      color: #222;
      font-weight: 600;
      margin-bottom: 22px; }
    .how-it-works .single-works .part-text p {
      font-size: 16px;
      color: #888;
      line-height: 30px; }

/*==========================================
    about
==========================================*/
.about {
  background: url("../../../index.html") center center no-repeat;
  background-size: cover;
  padding: 116px 0;
  position: relative;
  z-index: 2; }
  .about .about-content {
    background: #fff;
    padding: 43px 50px 29px;
    border-radius: 30px;
    position: relative; }
    .about .about-content:after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #FF8907;
      -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
      transform: rotate(-5deg);
      z-index: -1;
      border-radius: 30px; }
    .about .about-content .part-text h3 {
      color: #000050;
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 22px; }
    .about .about-content .part-text p {
      color: #000050;
      line-height: 30px; }
    .about .about-content .part-play-video {
      position: absolute;
      right: 50px;
      bottom: -40px; }
    .about .about-content .play-video {
      display: inline-block;
      position: relative;
      z-index: 2; }
    .about .about-content .play-video:after {
      position: absolute;
      content: '';
      width: 80px;
      height: 80px;
      left: 50%;
      top: 50%;
      right: 0;
      bottom: 0;
      background: #FF8907;
      border-radius: 50%;
      -webkit-animation: pulse-border 1500ms ease-out infinite;
      animation: pulse-border 1500ms ease-out infinite;
      z-index: -1; }
    .about .about-content .play-video a {
      font-size: 26px;
      display: table-cell;
      line-height: 0;
      padding: 0 0 0 5px;
      border-radius: 50%;
      width: 80px;
      height: 80px;
      text-align: center;
      vertical-align: middle;
      text-decoration: none;
      background: #FF8907;
      color: #fff;
      -webkit-transition: .4s;
      -moz-transition: .4s;
      -ms-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }
    .about .about-content .play-video a:hover {
      background: #fff;
      color: #FF8907; }
      .about .about-content {
        background: #fff;
    }
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

/*==========================================
    feature
==========================================*/
.feature {
  padding: 120px 0 90px; }
  .feature .single-feature {
    background: #f0f8ff;
    text-align: center;
    padding: 30px 30px 5px;
    margin-bottom: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .feature .single-feature .part-icon {
      color: #FF8907;
      font-size: 60px;
      line-height: 100%;
      margin-bottom: 24px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .feature .single-feature .part-text h3 {
      font-size: 24px;
      font-weight: 600;
      color: #000050;
      margin-bottom: 16px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .feature .single-feature .part-text p {
      color: #000050;
      font-size: 16px;
      line-height: 30px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .feature .single-feature:hover {
      background: #000050; }
      .feature .single-feature:hover .part-icon {
        color: #fff; }
      .feature .single-feature:hover .part-text h3 {
        color: #fff; }
      .feature .single-feature:hover .part-text p {
        color: #fff;
        opacity: .8; }

/*==========================================
    plan
==========================================*/
.plan {
  padding: 120px 0 90px;
  background: #f0f8ff; }
  .plan .single-plan {
    background: #530E3B;
    text-align: center;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 30px; }
    .plan .single-plan h3 {
      font-size: 24px;
      text-transform: uppercase;
      font-weight: 700;
      color: #fff;
      padding-top: 22px;
      padding-bottom: 16px; }
    .plan .single-plan .part-parcent {
      padding: 0px;
      background: #FF8907;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      /* margin-left: 20px;
      margin-right: 20px;*/
      border-radius: 0px;
    
    }
      .plan .single-plan .part-parcent h4 {
        color: #fff;
        font-size: 60px;
        font-weight: 700;
        margin-bottom: -3px; }
      .plan .single-plan .part-parcent span {
        display: inline-block; }
        .plan .single-plan .part-parcent span.parcent-info {
          font-size: 14px;
          color: #fff; }
    .plan .single-plan .part-feature .single-plan-feature {
      padding: 14px 0 17px;
      border-bottom: 1px solid #f0f8ff21; }
      .plan .single-plan .part-feature .single-plan-feature span {
        display: block; }
        .plan .single-plan .part-feature .single-plan-feature span.small-text {
          font-size: 14px;
          color: #fff; }
        .plan .single-plan .part-feature .single-plan-feature span.large-text {
          font-size: 18px;
          color: #fff;
          font-weight: 600; }
    .plan .single-plan .part-button {
      padding: 40px 0; }
      .plan .single-plan .part-button button,
      .plan .single-plan .part-button a
      {
        height: 60px;
    width: 300px;
    background: #FF8907;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    border: 1px solid #FF8907;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    outline: none;
    padding: 12px;
    cursor: pointer;
    border-radius: 30px;}
        .plan .single-plan .part-button button:hover,
        .plan .single-plan .part-button a:hover
        {
          background: transparent;
          color: #fff; }
    .plan .single-plan:hover, .plan .single-plan.active {
      -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4); }
      .plan .single-plan:hover .part-parcent, .plan .single-plan.active .part-parcent {
        background: #000050; }
      .plan .single-plan:hover .part-button button, .plan .single-plan.active .part-button button {
        background: #FF8907;
        border-color: #FF8907; }

/*==========================================
    referral
==========================================*/
.referral {
  padding: 120px 0 90px; }
  .referral .left-side, .referral .right-side {
    margin-top: -7px; }
    .referral .left-side h3, .referral .right-side h3 {
      font-size: 24px;
      color: #000050;
      font-weight: 700;
      text-transform: capitalize;
      margin-bottom: 22px; }
    .referral .left-side p, .referral .right-side p {
      color: #000050;
      font-size: 16px;
      line-height: 30px;
      margin-bottom: 35px; }
    .referral .left-side .single-level, .referral .right-side .single-level {
      /*border: 1px solid #FF8907;*/
      /*display: flow-root;*/
      /*margin-bottom: 30px; */
    }
      .referral .left-side .single-level .part-parcent, .referral .right-side .single-level .part-parcent {
        background: #FF8907;
        width: 100%;
        text-align: center;
        padding: 33px 0 25px;
        float: left; }
        .referral .left-side .single-level .part-parcent.two, .referral .right-side .single-level .part-parcent.two {
          background: rgba(0, 136, 255, 0.8); }
        .referral .left-side .single-level .part-parcent.three, .referral .right-side .single-level .part-parcent.three {
          background: rgba(0, 136, 255, 0.6); }
        .referral .left-side .single-level .part-parcent span.level-no, .referral .right-side .single-level .part-parcent span.level-no {
          color: #fff;
          font-family: "Open Sans", sans-serif;
          text-transform: uppercase;
          margin-bottom: 16px;
          display: inline-block; }
        .referral .left-side .single-level .part-parcent h4, .referral .right-side .single-level .part-parcent h4 {
          font-size: 24px;
          font-weight: 700;
          color: #fff; }
      .referral .left-side .single-level .part-text, .referral .right-side .single-level .part-text {
        display: table-cell;
        padding: 23px 30px 8px; }
        .referral .left-side .single-level .part-text p, .referral .right-side .single-level .part-text p {
          color: #000050;
          font-size: 16px;
          line-height: 30px;
          margin: 0; }

/*==========================================
    counter
==========================================*/
.counter {
  padding: 120px 0;
  background: rgb(49,2,46);
background: linear-gradient(90deg, rgba(49,2,46,1) 0%, rgba(224,11,21,1) 84%, rgba(179,22,48,1) 100%);
  position: relative;
  z-index: 2; }
  .counter:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .65;
    z-index: -1; }
  .counter .single-counter {
    text-align: center;
    margin-bottom: -9px; }
    .counter .single-counter .part-icon {
      width: 197px;
      height: 197px;
      border: 3px solid #FF8907;
      font-size: 52px;
      color: #fff;
      line-height: 198px;
      border-radius: 50%;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-bottom: 24px; }
    .counter .single-counter .part-text h3 {
      font-size: 52px;
      color: #fff;
      font-weight: 700;
      text-transform: capitalize; }
    .counter .single-counter .part-text span {
      display: inline-block; }
      .counter .single-counter .part-text span.count-name {
        font-size: 24px;
        color: #fff;
        font-weight: 700;
        text-transform: capitalize; }

/*==========================================
    inventor
==========================================*/
.inventor {
  background: aliceblue;
  padding: 120px 0 90px; }
  .inventor .single-inventor {
    margin-bottom: 30px; }
    .inventor .single-inventor .part-img img {
      width: 100%; }
    .inventor .single-inventor .part-text {
      background: #fff;
      padding: 25px 0 21px;
      text-align: center;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .inventor .single-inventor .part-text span {
        display: block; }
        .inventor .single-inventor .part-text span.name {
          font-size: 16px;
          color: #000050;
          font-weight: 500;
          margin-bottom: 4px;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
        .inventor .single-inventor .part-text span.number {
          font-size: 24px;
          font-weight: 700;
          color: #000050;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
    .inventor .single-inventor:hover .part-text {
      background: #FF8907; }
      .inventor .single-inventor:hover .part-text span.name, .inventor .single-inventor:hover .part-text span.number {
        color: #fff; }

/*==========================================
    transaction
==========================================*/
.transaction {
  padding: 120px 0; }
  .transaction .single-transaction.second .table-title {
    background: #000050; }
  .transaction .single-transaction.second .table tbody {
    border-bottom: 1px solid #000050; }
  .transaction .single-transaction .table-title {
    text-align: center;
    background: #192057;
    padding: 19px 0 20px; }
  .table thead th {
    border-bottom: 2px solid #192057;
    font-size: 14px;
    text-align: left;
    font-weight: 300;
}
    .transaction .single-transaction .table-title h3 {
      font-size: 24px;
      color: #fff;
      font-weight: 700;
      margin: 0; }
  .transaction .single-transaction .parent-table .table {
    margin: 0; }
    .transaction .single-transaction .parent-table .table tbody,
    .transaction .single-transaction .parent-table .table thead
    {
      border-left: 1px solid #192057;
      border-right: 1px solid #192057;
      border-bottom: 1px solid #192057; }
      .transaction .single-transaction .parent-table .table tbody tr:nth-child(2), .transaction .single-transaction .parent-table .table tbody tr:nth-child(4), .transaction .single-transaction .parent-table .table tbody tr:nth-child(6), .transaction .single-transaction .parent-table .table tbody tr:nth-child(8), .transaction .single-transaction .parent-table .table tbody tr:nth-child(10) {
        background: #f0f8ff; }
      .transaction .single-transaction .parent-table .table tbody tr th, .transaction .single-transaction .parent-table .table tbody tr td {
        color: #000050;
        font-weight: 400;
        border: none;
        padding: 18px 0 18px 20px;
        text-align: left; 
      font-size: 14px;}

/*==========================================
    testimonial
==========================================*/
.testimonial {
  background: aliceblue;
  padding: 120px 0; }
  .testimonial .single-testimonial {
    text-align: center; }
    .testimonial .single-testimonial .testimonial-top {
      padding: 36px 30px 38px;
      position: relative;
      background: #fff; }
      .testimonial .single-testimonial .testimonial-top:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
        background: #fff;
        -webkit-transform: skewY(-19deg);
        -ms-transform: skewY(-19deg);
        transform: skewY(-19deg);
        margin-top: 30px;
        z-index: -1; }
      .testimonial .single-testimonial .testimonial-top:before {
        position: absolute;
        content: '';
        right: 0;
        top: 0;
        width: 50%;
        height: 100%;
        background: #fff;
        -webkit-transform: skewY(19deg);
        -ms-transform: skewY(19deg);
        transform: skewY(19deg);
        margin-top: 30px;
        z-index: -1; }
      .testimonial .single-testimonial .testimonial-top .part-icon {
        font-size: 52px;
        color: #FF8907;
        line-height: 100%;
        margin-bottom: 19px; }
      .testimonial .single-testimonial .testimonial-top .part-text p {
        color: #000050;
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 35px; }
    .testimonial .single-testimonial .part-details {
      margin-top: -38px; }
      .testimonial .single-testimonial .part-details .user-pic {
        width: 120px;
        height: 120px;
        overflow: hidden;
        border-radius: 50%;
        position: relative;
        left: 50%;
        margin-left: -60px;
        margin-bottom: 21px; }
        .testimonial .single-testimonial .part-details .user-pic img {
          width: 100%; }
      .testimonial .single-testimonial .part-details .user-data span {
        display: block; }
        .testimonial .single-testimonial .part-details .user-data span.name {
          font-size: 24px;
          font-weight: 600;
          color: #000050;
          margin-bottom: 4px; }
        .testimonial .single-testimonial .part-details .user-data span.profession {
          font-size: 16px;
          color: #000050; }

.testimonial-slider .owl-controls {
  line-height: 0; }
  .testimonial-slider .owl-controls .owl-dots {
    line-height: 0;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 58px;
    display: inline-block; }
    .testimonial-slider .owl-controls .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      background: #FF8907;
      display: inline-block;
      margin-right: 10px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      border-radius: 50px; }
      .testimonial-slider .owl-controls .owl-dots .owl-dot.active {
        width: 30px; }
      .testimonial-slider .owl-controls .owl-dots .owl-dot:last-child {
        margin-right: 0; }

/*==========================================
    payment
==========================================*/
.payment {
  padding: 120px 0 90px; }
  .payment .single-payment {
    margin-bottom: 30px; }
    .payment .single-payment img {
      width: 100%;
      padding: 30px;
      border: 1px solid rgba(0, 0, 80, 0.2); }

.footer {
  background: #192057; }
  .footer .footer-top {
    padding: 120px 0 102px; }
    .footer .footer-top .about-area img {
      margin-bottom: 21px;
      width: 230px; }
    .footer .footer-top .about-area p {
      color: #fff;
      font-size: 16px;
      line-height: 30px; }
    .footer .footer-top .useful-link h3 {
      color: #fff;
      font-weight: 600;
      font-size: 22px;
      display: inline-block;
      padding-bottom: 15px;
      margin-bottom: 27px;
      margin-top: -6px;
      position: relative; }
      .footer .footer-top .useful-link h3:after {
        position: absolute;
        content: '';
        left: 0;
        top: 100%;
        width: 50%;
        height: 2px;
        background: #FF8907; }
    .footer .footer-top .useful-link ul li a {
      color: #fff;
      display: inline-block;
      padding-bottom: 9px; }
      .footer .footer-top .useful-link ul li a span {
        display: inline-block;
        color: #FF8907;
        margin-right: 7px; }
    .footer .footer-top .secure-area h3 {
      color: #fff;
      font-weight: 600;
      font-size: 22px;
      display: inline-block;
      padding-bottom: 15px;
      margin-bottom: 32px;
      margin-top: -6px;
      position: relative; }
      .footer .footer-top .secure-area h3:after {
        position: absolute;
        content: '';
        left: 0;
        top: 100%;
        width: 50%;
        height: 2px;
        background: #FF8907; }
    .footer .footer-top .secure-area .logo .row {
      margin: 0 -10px; }
    .footer .footer-top .secure-area .logo .col-logo {
      padding: 0 10px; }
    .footer .footer-top .secure-area .logo .single-logo img {
      width: 100%;
      -webkit-filter: invert(1) brightness(100);
      filter: invert(1) brightness(100);
      padding: 10px;
      border: 1px solid;
      margin-bottom: 20px; }
  .footer .footer-bottom {
    border-top: 1px solid #FF8907; }
    .footer .footer-bottom .copyright p {
      color: #fff;
      font-size: 16px;
      margin: 0; }
    .footer .footer-bottom .social {
      text-align: right;
      padding: 30px 0; }
      .footer .footer-bottom .social a {
        display: inline-block;
        border: 1px solid #FF8907;
        width: 30px;
        height: 30px;
        text-align: center;
        color: #FF8907;
        line-height: 30px;
        text-decoration: none;
        font-size: 14px;
        border-radius: 50%;
        margin-right: 5px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .footer .footer-bottom .social a:last-child {
          margin-right: 0; }
        .footer .footer-bottom .social a:hover {
          background: #fff;
          border-color: #fff; }

/*==========================================
    breadcrump
==========================================*/
.hyip-breadcrump {
  background: url("../img/breadcrump.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2; }
  .hyip-breadcrump .breadcrump-title {
    padding: 124px 0 133px; }
    .hyip-breadcrump .breadcrump-title h2 {
      font-size: 60px;
      font-weight: 700;
      color: #fff; }
      .hyip-breadcrump .breadcrump-title h2.add-space {
        margin-bottom: 22px; }
    .hyip-breadcrump .breadcrump-title span {
      display: inline-block;
      color: #fff;
      font-size: 20px; }
      .hyip-breadcrump .breadcrump-title span i {
        margin: 0 6px 0; }

/*==========================================
    about area
==========================================*/
.about-page {
  padding: 120px 0; }
  .about-page .part-video {
    position: relative; }
    .about-page .part-video:after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #000050;
      opacity: .65; }
    .about-page .part-video img {
      width: 100%; }
  .about-page .part-text {
    padding-left: 30px; }
    .about-page .part-text h3 {
      font-size: 32px;
      color: #000050;
      font-weight: 700;
      margin-bottom: 22px; }
    .about-page .part-text p {
      font-size: 16px;
      line-height: 30px;
      color: #000050; }
    .about-page .part-text ul {
      margin-top: 31px; }
      .about-page .part-text ul li {
        color: #000050;
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 8px; }
        .about-page .part-text ul li span {
          display: inline-block;
          margin-right: 6px; }
  .about-page .play-video {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -40px;
    z-index: 2; }
  .about-page .play-video:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    right: 0;
    bottom: 0;
    background: #FF8907;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1; }
  .about-page .play-video a {
    font-size: 26px;
    display: table-cell;
    line-height: 0;
    padding: 0 0 0 5px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    background: #FF8907;
    color: #fff;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
  .about-page .play-video a:hover {
    background: #fff;
    color: #FF8907; }

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

/*==========================================
    faq
==========================================*/
.faq {
  padding: 120px 0 90px; }
  .faq a {
    background: rgba(0, 213, 99, 0.09);
    color: #000050;
    display: inline-block;
    height: 50px;
    width: 200px;
    border: 1px solid rgba(0, 213, 99, 0.3);
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    margin-top: 21px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .faq a:hover {
      background: #000050;
      border-color: #000050;
      color: #fff; }
  .faq .accordion .card {
    border: none;
    margin-bottom: 30px; }
    .faq .accordion .card:not(:first-of-type) .card-header:first-child {
      border-radius: 10px; }
    .faq .accordion .card .card-header {
      border: none;
      border-radius: 10px;
      padding: 0; }
      .faq .accordion .card .card-header h5 {
        padding: 0; }
        .faq .accordion .card .card-header h5 button {
          color: #3d5169;
          font-size: 18px;
          font-weight: 600;
          text-decoration: none;
          padding: 20px 70px 20px 30px;
          height: auto;
          display: block;
          width: 100%;
          text-align: left;
          white-space: normal;
          background: #f0f8ff;
          border-radius: 10px 10px 0 0;
          position: relative; }
.faq .accordion .card .card-header h5 button p {
  margin: 0;
}
          .faq .accordion .card .card-header h5 button:after {
            position: absolute;
            right: 30px;
            top: 50%;
            margin-top: -10px;
            color: #FF8907;
            text-align: center;
            border-radius: 50%;
            line-height: 100%;
            content: '\f067';
            font-size: 16px;
            font-family: "Fontawesome";
            font-weight: 900;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
          .faq .accordion .card .card-header h5 button.collapsed {
            background: #f0f8ff;
            border-radius: 5px;
            white-space: normal;
            -webkit-box-shadow: none;
            box-shadow: none; }
        .faq .accordion .card .card-header h5 button[aria-expanded="true"]:after {
          content: '\f068';
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
    .faq .accordion .card .card-body {
      border-radius: 0 0 10px 10px;
      background: #f0f8ff;
      padding-top: 0;
      margin-top: -6px;
      padding-left: 32px;
      padding-right: 30px;
      font-size: 16px;
      line-height: 30px; }

/*==========================================
    contact
==========================================*/
.contact .part-address {
  padding: 120px 0; }
  .contact .part-address .single-adress {
    text-align: center;
    background: #f0f8ff;
    padding: 40px 40px 31px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .contact .part-address .single-adress .part-icon {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      border: 1px solid #FF8907;
      font-size: 25px;
      text-align: center;
      color: #FF8907;
      line-height: 100%;
      line-height: 60px;
      display: inline-block;
      margin-bottom: 23px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .contact .part-address .single-adress .part-text h3 {
      font-size: 24px;
      color: #000050;
      font-weight: 700;
      margin-bottom: 18px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .contact .part-address .single-adress .part-text ul li {
      font-size: 16px;
      line-height: 26px;
      color: #000050;
      padding-bottom: 6px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .contact .part-address .single-adress:hover {
      background: #000050; }
      .contact .part-address .single-adress:hover .part-icon {
        color: #fff;
        border-color: #fff; }
      .contact .part-address .single-adress:hover .part-text h3 {
        color: #fff; }
      .contact .part-address .single-adress:hover .part-text ul li {
        color: #fff; }

.contact .get-in-touch {
  padding: 120px 0 90px;
  background: aliceblue; }
  .contact .get-in-touch .part-form form input {
    width: 100%;
    height: 60px;
    border: 1px solid #FF8907;
    margin-bottom: 30px;
    padding: 30px; }
  .contact .get-in-touch .part-form form textarea {
    padding: 18px 30px;
    margin-bottom: 24px;
    height: 200px;
    width: 100%;
    border: 1px solid #FF8907; }
  .contact .get-in-touch .part-form form button {
    color: #fff;
    text-transform: uppercase;
    background: #FF8907;
    height: 60px;
    width: 100%;
    outline: none;
    cursor: pointer;
    border: 1px solid #FF8907;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .contact .get-in-touch .part-form form button:hover {
      background: transparent;
      color: #FF8907; }

/*==========================================
    login
==========================================*/
.login {
  padding: 120px 0 120px; }
  .login.login-1 {
    padding: 120px 0 100px; }
  .login.login-4 {
    background: aliceblue; }
    .login.login-4 .part-form {
      background: #fff; }
  .login .part-text h3 {
    font-size: 24px;
    color: #000050;
    font-weight: 700;
    margin-bottom: 16px;
    margin-top: -7px; }
  .login .part-text p {
    font-size: 16px;
    line-height: 30px;
    color: #000050;
    margin-bottom: 44px; }
  .login .part-text .brands .single-brand {
    margin-bottom: 30px; }
    .login .part-text .brands .single-brand img {
      padding: 20px;
      border: 1px solid rgba(0, 0, 80, 0.2); }
  .login .part-form {
    padding: 40px 30px 38px;
    background: aliceblue;
  }
    .login .part-form form input ,
    .login .part-form form .pranto-select
    {
      height: 60px;
      border: 1px solid #FF8907;
      width: 100%;
      margin-bottom: 30px;
      padding: 30px; }
    .login .part-form form img {
      border: 1px solid #FF8907;
      margin-bottom: 30px; }
    .login .part-form form button {
      background: #FF8907;
      color: #fff;
      width: 100%;
      height: 60px;
      border: 1px solid #FF8907;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      text-transform: uppercase;
      cursor: pointer; }
      .login .part-form form button:hover {
        color: #FF8907;
        background: transparent; }
  .login .login-with-social {
    padding: 40px 30px 39px;
    background: aliceblue; }
    .login .login-with-social a.social-link {
      display: inline-block;
      width: 100%;
      height: 60px;
      text-align: center;
      color: #fff;
      text-transform: uppercase;
      line-height: 60px;
      margin-bottom: 30px;
      font-weight: 500;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .login .login-with-social a.social-link.facebook {
        background: #3b5999;
        border: 1px solid #3b5999; }
        .login .login-with-social a.social-link.facebook:hover {
          color: #3b5999;
          background: transparent; }
      .login .login-with-social a.social-link.google {
        background: #dd4b39;
        border: 1px solid #dd4b39; }
        .login .login-with-social a.social-link.google:hover {
          color: #dd4b39;
          background: transparent; }
      .login .login-with-social a.social-link.twitter {
        background: #55acee;
        border: 1px solid #55acee; }
        .login .login-with-social a.social-link.twitter:hover {
          color: #55acee;
          background: transparent; }
      .login .login-with-social a.social-link.linkedin {
        background: #0077B5;
        border: 1px solid #0077B5; }
        .login .login-with-social a.social-link.linkedin:hover {
          color: #0077B5;
          background: transparent; }
      .login .login-with-social a.social-link.instagram {
        background: #e4405f;
        margin-bottom: 0;
        border: 1px solid #e4405f; }
        .login .login-with-social a.social-link.instagram:hover {
          color: #e4405f;
          background: transparent; }
  .login .login-title {
    font-size: 20px;
    color: #000050;
    font-weight: 600;
    margin-top: -5px;
    margin-bottom: 29px; }
  .login span.forget-password {
    font-size: 16px;
    color: #000050;
    display: inline-block;
    margin-top: 25px; }
    .login span.forget-password a {
      display: inline-block;
      color: #FF8907;
      margin-left: 6px; }
  .login .line {
    position: relative;
    height: 100%;
    width: 100%; }
    .login .line:after {
      position: absolute;
      left: 0;
      top: 0;
      width: 2px;
      height: 100%;
      content: '';
      background: #9999b9;
      left: 50%;
      margin-left: -1px;
      z-index: -1; }
    .login .line .or {
      width: 120px;
      height: 120px;
      background: #9999b9;
      text-align: center;
      line-height: 120px;
      color: #fff;
      font-weight: 700;
      border-radius: 50%;
      position: absolute;
      left: 50%;
      margin-left: -60px;
      top: 50%;
      margin-top: -60px; }

/*==========================================
    blog area
==========================================*/
.blog-area {
  padding: 120px 0 120px; }
  .blog-area.blog-grid-page {
    padding: 120px 0 90px; }
  .blog-area .single-blog {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: 0px 0px 38px 0px rgba(68, 68, 68, 0.12);
    box-shadow: 0px 0px 38px 0px rgba(68, 68, 68, 0.12);
    margin-bottom: 30px; }
    .blog-area .single-blog:hover {
      -webkit-box-shadow: 0px 0px 38px 0px rgba(68, 68, 68, 0.5);
      box-shadow: 0px 0px 38px 0px rgba(68, 68, 68, 0.5); }
      .blog-area .single-blog:hover .part-img img {
        -ms-transform: rotate(7deg) scale(1.2);
        /* IE 9 */
        -webkit-transform: rotate(7deg) scale(1.2);
        /* Chrome, Safari, Opera */
        transform: rotate(7deg) scale(1.2); }
      .blog-area .single-blog:hover .part-text h3 a {
        color: #000050; }
    .blog-area .single-blog .part-img {
      position: relative;
      overflow: hidden; }
      .blog-area .single-blog .part-img:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .3;
        z-index: 1; }
      .blog-area .single-blog .part-img img {
        width: 100%;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
      .blog-area .single-blog .part-img .content-on-img {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2; }
        .blog-area .single-blog .part-img .content-on-img a {
          display: inline-block;
          color: #fff;
          border: 1px solid #fff;
          border-radius: 5px;
          position: absolute;
          bottom: 15px;
          left: 15px;
          padding: 5px 15px;
          -webkit-transition: 0.4s;
          -moz-transition: 0.4s;
          -o-transition: 0.4s;
          transition: 0.4s;
          background: rgba(255, 255, 255, 0.32); }
          .blog-area .single-blog .part-img .content-on-img a:hover {
            color: #3d5169;
            background: #fff; }
    .blog-area .single-blog .part-text {
      padding: 22px 20px 8px; }
      .blog-area .single-blog .part-text span {
        font-size: 12px;
        color: #000050;
        margin-bottom: 7px;
        display: inline-block; }
      .blog-area .single-blog .part-text h3 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 18px;
        line-height: 1.6;
        font-family: 'Montserrat', sans-serif; }
        .blog-area .single-blog .part-text h3 a {
          color: #000050;
          -webkit-transition: 0.4s;
          -moz-transition: 0.4s;
          -o-transition: 0.4s;
          transition: 0.4s; }
      .blog-area .single-blog .part-text p {
        color: #000050;
        font-size: 16px;
        line-height: 30px; }
    .blog-area .single-blog .part-admin {
      padding: 15px 20px;
      border-top: 1px solid #d3d3d3; }
      .blog-area .single-blog .part-admin ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .blog-area .single-blog .part-admin ul li {
          display: inline-block;
          border-right: 1px solid #d3d3d3;
          padding: 0 10px; }
          .blog-area .single-blog .part-admin ul li:last-child {
            border-right: none; }
          .blog-area .single-blog .part-admin ul li:first-child {
            padding-left: 0; }
          .blog-area .single-blog .part-admin ul li h4 {
            color: #000050;
            font-size: 15px;
            margin-bottom: 0; }
            .blog-area .single-blog .part-admin ul li h4 span {
              color: #000050;
              margin-right: 6px; }

.blog-details-area .part-img img {
  width: 100%; }

.blog-details-area .part-text {
  padding: 24px 30px 21px;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3; }
  .blog-details-area .part-text h2 {
    font-size: 24px;
    color: #000050;
    font-weight: 700;
    margin-bottom: 23px; }
  .blog-details-area .part-text P {
    color: #000050;
    font-size: 16px;
    margin-bottom: 21px;
    line-height: 30px; }
    .blog-details-area .part-text P:last-child {
      margin-bottom: 6px; }
  .blog-details-area .part-text .marked {
    color: #000050;
    font-style: italic; }

.blog-details-area .part-meta {
  padding: 0 30px 30px;
  border: 1px solid #e3e3e3;
  border-top: none; }
  .blog-details-area .part-meta ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .blog-details-area .part-meta ul li {
      display: inline-block;
      padding: 0 30px;
      position: relative; }
      .blog-details-area .part-meta ul li:after {
        position: absolute;
        content: '';
        top: 50%;
        margin-top: -10px;
        left: 0;
        height: 20px;
        width: 1px;
        background: #919191; }
      .blog-details-area .part-meta ul li a img {
        margin-right: 10px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        overflow: hidden; }
      .blog-details-area .part-meta ul li:first-child {
        padding-left: 0; }
        .blog-details-area .part-meta ul li:first-child:after {
          display: none; }
      .blog-details-area .part-meta ul li a {
        font-size: 15px;
        color: #3d5169;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
        .blog-details-area .part-meta ul li a i {
          color: #7c7c7c; }
        .blog-details-area .part-meta ul li a:hover {
          color: #000050; }

.comments-area h3 {
  font-size: 24px;
  color: #000050;
  font-weight: 600;
  margin: 60px 0 27px; }

.comments-area .single-comment {
  position: relative;
  padding-bottom: 19px;
  border-bottom: 1px solid #f1f1f1;
  padding-top: 40px;
  border-top: 1px solid #f1f1f1; }
  .comments-area .single-comment .part-img {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 20px; }
    .comments-area .single-comment .part-img img {
      width: 100%; }
  .comments-area .single-comment .part-text {
    display: table; }
    .comments-area .single-comment .part-text h4 {
      font-size: 24px;
      color: #000050;
      font-weight: 600;
      display: inline-block;
      margin-top: -6px; }
    .comments-area .single-comment .part-text span {
      color: #000050;
      font-size: 15px;
      font-style: italic;
      display: block;
      margin-top: -1px;
      margin-bottom: 6px; }
    .comments-area .single-comment .part-text p {
      color: #000050;
      font-size: 15px; }
    .comments-area .single-comment .part-text button {
      position: absolute;
      right: 0;
      top: 40px;
      background: transparent;
      border: 0;
      font-size: 15px;
      color: #000050;
      outline: none;
      cursor: pointer; }

.comments-area .reply {
  border: none;
  padding-left: 120px; }

.comment-form-area form h3 {
  font-size: 24px;
  color: #000050;
  font-weight: 600;
  margin: 54px 0 29px; }

.comment-form-area form input {
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #c8c8c8;
  padding: 0 20px; }

.comment-form-area form textarea {
  width: 100%;
  height: 200px;
  resize: none;
  padding: 14px 20px; }

.comment-form-area form button {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 50px;
  width: 180px;
  background: #000050;
  color: #fff;
  font-weight: 600;
  border: 1px solid #000050;
  cursor: pointer;
  margin-top: 33px; }
  .comment-form-area form button:hover {
    background: #fff;
    color: #000050; }

.single-widget {
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.15);
  padding: 34px 40px 40px;
  margin-bottom: 30px; }
  .single-widget h3 {
    font-size: 24px;
    color: #3d5169;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 11px; }
  .single-widget ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .single-widget ul li a {
      font-size: 15px;
      color: #3d5169;
      text-decoration: none;
      display: block;
      padding: 14px 0;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
      .single-widget ul li a:last-child {
        padding-bottom: 0; }
      .single-widget ul li a span {
        float: right; }
      .single-widget ul li a:hover {
        color: #000050; }
  .single-widget .single-recent {
    margin-bottom: 20px; }
    .single-widget .single-recent .part-img {
      width: 90px;
      height: 70px;
      overflow: hidden;
      float: left;
      margin-right: 10px; }
      .single-widget .single-recent .part-img img {
        height: 100%; }
    .single-widget .single-recent .part-text h4 {
      font-size: 15px;
      color: #3d5169;
      font-weight: 600; }
      .single-widget .single-recent .part-text h4 a {
        text-decoration: none;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
        .single-widget .single-recent .part-text h4 a:hover {
          color: #000050; }
    .single-widget .single-recent .part-text span {
      font-size: 12px;
      color: #3d5169;
      display: block;
      margin-top: 10px; }

#search-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0; }
  #search-bar form {
    width: 100%;
    height: 50px;
    position: relative; }
    #search-bar form input {
      height: 100%;
      width: 100%;
      padding: 0 20px;
      border: none;
      outline: none;
      background: #f2f2f2;
      padding-right: 50px; }
    #search-bar form button {
      position: absolute;
      top: 0;
      right: 0;
      border: none;
      background: transparent;
      color: #3d5169;
      font-size: 16px;
      height: 100%;
      width: 50px;
      cursor: pointer;
      outline: none; }

#recent-post {
  padding-bottom: 24px; }
  #recent-post h3 {
    margin-bottom: 23px; }

#archive h3 {
  margin-bottom: 14px; }

#tags {
  padding: 33px 40px 30px; }
  #tags h3 {
    margin-bottom: 27px; }
  #tags a {
    display: inline-block;
    color: #3d5169;
    padding: 7px 7px;
    border: 1px solid #dadada;
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 10px;
    margin-right: 7px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    #tags a:hover {
      background: #000050;
      color: #fff;
      border: 1px solid #000050; }

.inventor .single-inventor .part-text .team-member-social {
  margin-top: 25px;
}
.inventor .single-inventor .part-text .team-member-social ul li {
  display: inline-block;
}
.inventor .single-inventor .part-text .team-member-social ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #000045;
  line-height: 28px;
  color: #FFF;
  border: 1px solid #000045;
}
.inventor .single-inventor .part-text .team-member-social ul li a:hover {
  background: transparent;
  color: white;
}
select#langSel {
  background: transparent;
  border: none;
  color: #fff;
}

.intl-tel-input.allow-dropdown {
  width: 100%;
  margin-bottom: 30px;
}

.login .part-form form input[type=checkbox]{
  height: auto;
  width: auto;
  margin: 0;
  position: inherit;
  margin-bottom: 10px;
  display: inline-block;
}
.pranto-title{
  padding: 70px 0 30px !important;
}

.referral .left-side .single-level, .referral .right-side .pranto-level {
  border: 1px solid #FF8907;
  display: flow-root;
  margin-bottom: 30px;
}

.referral .left-side .single-level .part-parcent, .referral .right-side .single-level .pranto-parcent {
  background: #FF8907;
  width: 160px;
  text-align: center;
  padding: 10px 0 25px;
  float: left;
}

.header .header-top{
  background-color: #000;
}

.header .header-top i{
  color: #fff;
}

.header .header-top #time{
  color: #fff;
}

.content-button a{
  border-radius: 30px;
  background: #FCC40F;
  border: #FCC40F;
  color: #fff;
}

.home-banner{
  color: #D2001B;
}

.part-icon i{
    color: #FF8907;
}

.partners {
    padding-top: 60px;
}

.bg-right{
        position: relative;
    z-index: 1;
}

.how-it-works{
    background: url(../images/svg/bg-left.svg) no-repeat center left;
}

.company-blocks{
    padding: 30px;
    border-radius: 30px;
    background-color: #fff;
    text-align: center;
}

.company-blocks p{
    color: #171717;
    text-transform: uppercase;
    font-size: 15px;
}

.company h2{
    color: #fff;
    margin-bottom: 2em;
    text-transform: uppercase;
}

.pdfobject-container { height: 30rem; border: 1rem solid rgba(0,0,0,.1); }

.plan .single-plan.active .part-parcent{
    background-color: #f0f8ff!important;
}