html,body{
    margin:0;
    padding:0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
a:hover{text-decoration: none;}
.text-blue{color:#0092cd;}
.f15{font-size: 15px;}
.hide{display: none;}


/*-header-start*/
.navbar-dark {
    background: #06004D;
}
nav.solid-bg {
    background-color: #06004D;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 50%);
    transition: ease all 0.4s;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 10px;
}
.navbar-dark .navbar-nav .nav-link:hover{
    color:#FAC70F;
    transition: all ease 0.3s;
} 
.navbar-dark .navbar-nav .nav-link .login-icon{
    color:#565555;
}

.navbar-dark .navbar-nav .nav-link.donate-btn{
    background-color: #06004d;
    color: #fff;
    border: solid 1px #fff;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 20px;
    box-shadow: 2px 3px 4px 0px #00000038;
    transition: all ease 0.3s;
    font-size: 13px;
}
.navbar-dark .navbar-nav .nav-link.donate-btn span{
    padding: 0 6px
}
.navbar-dark .navbar-nav .nav-link.donate-btn:hover{
   background: #fff;
   color: #06004d;
   transition: all  0.5s;

}
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
    background-color: #333;
}
.logo-width{
    width: 180px;
}

/*-header-end*/

/*home-banner-css-start*/

section.home-banner-sec{
    background: #06004D;
    position: relative; padding-bottom:70px;
}
section.home-banner-sec:after {
    content: "";
    position: absolute;
    display: block;
    width: 102%;
    background: #06004d;
    height: 76px;
    bottom: -36px;
    transform: rotate(357deg);
    left: -3px !important;
}
.home-banner-container{
    padding: 70px 0 0;    
    margin-top: 65px;
    justify-content: space-between;
}
.home-banner-img-area {
    max-width: 600px;
}
.home-banner-content-area {
    padding: 60px 0 16px;
    max-width: 500px;
    width: 100%;
}
.home-banner-img-area img {
    width: 100%;
}
.home-banner-heading h3 {
    font-size: 38px;
    font-weight: 600;
    color: #fff;
}
.home-banner-description {
    font-size: 17px;
    color: #C8C7D1;
    position: relative;
    padding: 15px 0;
}
.home-banner-description:before {
    content: "";
    position: absolute;
    height: 5px;
    background: #FAC70F;
    width: 100%;
    max-width: 80px;
    top: 0;
}
.home-banner-btn-row {
    display: flex;
    align-items: center;
}
.home-banner-btn {
    margin: 20px 0;
}
.home-banner-btn a, .home-banner-btn input[type="submit"] {
 background: #FAC70F;
 display: inline-block;
 padding: 10px 15px;
 box-shadow: 2px 3px 4px 0px #00000038;
 color: #06004D;
 text-decoration: none;
 font-weight: 600;
 cursor: pointer;
 border-radius: 4px;
 font-size: 14px;
 border: solid 1px #FAC70F;
 text-transform: uppercase;
 transition: all ease 0.3s;
}
.view-price-btn a {
    color: #fff ;
    background: transparent ;
    border: none ;
    border-bottom: solid 2px #fff ;
    border-radius: 0;
    margin: 0 20px;
    box-shadow: none ;
    padding: 5px ;
}
.home-banner-btn a span {
    padding: 0 10px;
}
.home-banner-btn a:hover {
    background: #fff;
    color: #06004D;
}
.home-banner-circle {
    width: 300px;
    background: #2F20DF;
    height: 300px;
    border-radius: 50%;
    opacity: 0.2;
}
/*home-banner-css-end*/
.video-btn-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
}
.video-btn-row span {
    padding-left: 20px;
}
section.trusted-coustmer {
    padding: 10px 0;
}
.trusted-coustmer-heading{ text-align: center; 
    color: #C8C7D1;
    font-size: 19px;
    font-weight: 500;}
    .trusted-coustmer-logo-row {
        padding: 15px 0;
        display: flex;
        justify-content: space-around;
    }
    .trusted-coustmer-logo img {
        width: 100%;
        max-width: 210px;
    }
    section.view-video-sec {
        margin: 30px 0;
    }
    section.consectetuer-sec {
        padding: 50px 0;
        margin-top: 40px;
        background: linear-gradient(180deg, rgba(229, 239, 255, 0) 0%,
            #E5EFFF 81.25%, #E5EFFF 100%);
        position: relative;
    }
    .dot-img {
        z-index: -9;
        position: absolute;
        right: 0;
        top: 10px;
    }
    .consectetuer-uper-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .consectetuer-heading {
        color: #06004D;
        font-size: 25px;
        font-weight: 700;
    }
    .consectetuer-box-area {
        margin: 20px 0;
    }
    .consectetuer-box {

        margin: 15px 0;
        background: #fff;
        padding: 14px;
        position: relative;
        border-radius: 10px;
        box-shadow: 4px 24px 20px 0px #2673c00d;
    }
    .consectetuer-box-heading {
        color: #000;
        padding: 5px 0;
        font-size: 18px;
        font-weight: 600;
    }
    .consectetuer-box-description {
        color: #75738C;
        font-size: 14px;
        padding: 3px 0 25px 0;
    }
    .consectetuer-box-btn {
        display: inline-block;  
        position: absolute;
        right: 0;
        bottom: 0;    


    }
    .consectetuer-box-btn a {
        background: #2F20DF;
        display: block;
        padding: 5px 10px;
        color: #fff;
        border-radius: 5px 0px 5px 0px;
    }

    section.simple-pricing-sec {
        padding: 60px 0;
        background: linear-gradient(180deg, rgba(229, 239, 255, 0) 0%,
            #E5EFFF 81.25%, #E5EFFF 100%);}
        .simple-pricing-heading h3 {
            color: #06004D;
            font-weight: 700;
            font-size: 32px;
        }
        .simple-pricing-heading p {
            color: #75738C;
            font-size: 16px;
            padding: 15px 0;
        }
        .simple-pricing-box {

            background: #fff;
            padding: 14px;
            border-radius: 5px;
            width: 100%;
            margin: 35px 0;
            max-width: 350px;
        }
        .simple-pricing-listing ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .simple-pricing-listing ul li {
            padding: 5px;
            color: #06004D;
            font-weight: 600;
            font-size: 14px;
        }

        .simple-pricing-listing ul li span {
            padding-right: 10px;
        }
        .simple-pricing-button {
            margin: 15px 0;
        }
        .simple-pricing-button a {
            background: #06004D;
            display: inline-block;
            padding: 10px 15px;
            box-shadow: 2px 3px 4px 0px #00000038;
            color: #fff;
            text-decoration: none;
            font-weight: 600;
            cursor: pointer;
            border-radius: 4px;
            font-size: 14px;
            border: solid 1px #06004D;
            text-transform: uppercase;
            transition: all ease 0.3s;
        }
        .simple-pricing-button a:hover {
            background: #FAC70F;
            border: solid 1px #FAC70F;
            color: #000;    
        }
        .switch {
           position: relative;
           display: inline-block;
           width: 60px;
           height: 26px;
           margin: 0 15px;
       }

       .switch input { 
          opacity: 0;
          width: 0;
          height: 0;
      }

      .switch .slider {
          position: absolute;
          cursor: pointer;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #0D00A3;
          -webkit-transition: .4s;
          transition: .4s;
      }

      .switch .slider:before {
          position: absolute;
          content: "";
          height: 20px;
          width: 20px;
          left: 4px;
          bottom: 4px;
          background-color: #fac70f;
          -webkit-transition: .4s;
          transition: .4s;
      }

      .switch input:checked + .slider {
          background-color:#0D00A3;
      }
      .switch input:checked ~ .active-bil-monthly  {
          color: #C8C7D1;
          font-weight: 700;
      }
      .switch input:checked ~ .active-bil-anualy {
          color:#06004D;
          font-weight: 700;
      }

      .switch input:focus + .slider {
          box-shadow: 0 0 1px #2196F3;
      }

      .switch input:checked + .slider:before {
          -webkit-transform: translateX(30px);
          -ms-transform: translateX(30px);
          transform: translateX(30px);
      }

      /* Rounded sliders */
      .slider.round {
          border-radius: 34px;
      }

      .slider.round:before {
          border-radius: 50%;
      }
      .pricing-toggle-btn-row {
        display: flex;
        align-items: center;
        margin: 10px 0;
        max-width: 270px;
        justify-content: center;
    }
    span.active-bil-monthly {
        color: #06004D;
        font-weight: 700;
        position: absolute;
        left: -100px;
        top: 2px;
    }
    span.active-bil-anualy {
        color: #C8C7D1;
        font-weight: 700;
        position: absolute;
        right: -100px;
        top: 2px;
    }
    span.active-bil-monthly.active {
     color: #06004D;                    
 }
 section.testimonail-section {

    padding: 60px 0 100px 0;
}
.testimonail-content-area {
    padding: 15px 0;
}
.testimonail-content-heading h3 {
    color: #06004D;
    font-weight: 700;
    font-size: 36px;
}
.testimonail-logos {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
}
.testimonail-logos span {
    max-width: 140px;
    width: 100%;
    padding: 7px 0;
}
.testimonail-logos span img {
    width: 100%;
    max-width: 109px;
}
.read-story-btn .home-banner-btn a {
    background: #fff;
    display: inline-block;
    padding: 10px 15px;

    color: #06004D;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    border: solid 1px #06004D;
    text-transform: uppercase;
    transition: all ease 0.3s;
}
.read-story-btn .home-banner-btn a:hover {
    background: #FAC70F;
    border: solid 1px #FAC70F;
}
.testimonail-slider-area {

    max-width: 380px;
    margin: auto;
    padding: 20px;
    box-shadow: 0px 18px 52.8537px rgb(215 228 249 / 50%);
    border-radius: 10px;
    position: relative;
}
.testimonail-slider-area:after {
    content: "";
    position: absolute;
    display: block;
    background-image:  url("../images/testimonial-botom-img.png");
    bottom: -46px;
    background-size: cover;
    background-position: 100% 100%;
    left: 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 51px;
}
.testimonaial-description {
    color: #C8C7D1;
    padding: 15px 0;
    font-size: 16px;
}
.testimonaial-info {
    display: flex;
    align-items: center;
    padding: 15px 0;
}
.testimonaial-title {
    padding-left: 15px;
    font-weight: 700;
}
.testimonaial-title span {
    display: block;
    color: #75738C
}
.testimonail-slider .slick-dots {
    position: absolute;
    bottom: -25px;
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    color: red;
    list-style: none;
    text-align: center;
    /* right: 0; */
    left: 0;
    justify-content: flex-end;

}
.testimonail-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    background: #C8C7D1;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
}
.testimonail-slider .slick-dots li.slick-active {
    background: #2F20DF;
}
.testimonail-slider .slick-dots li button:before {
    display: none;
}
.why-be-paid-sec .home-banner-container{
    padding: 50px 0;
    margin: 0;
    align-items: center;
}
.why-be-paid-sec .home-banner-description:before {
    display: none;
}
.why-paid-listing {
    padding: 15px 0;
}
.why-paid-listing ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.why-paid-listing ul li {
    color: #fff;
    position: relative;
    font-weight: 600;
    font-size: 26px;
    padding: 20px 0 20px 50px;
}
.why-paid-listing ul li:before {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    left: 0;
}

section.start-trial-sec {

    padding: 50px 0;
    background: linear-gradient(180deg, #E5EFFF 0%,
        rgba(229, 239, 255, 0)  81.25%, rgba(229, 239, 255, 0)  100%);

}
.start-trial-container {
    padding: 40px 0;
}
.start-trial-left-area {
    width: 100%;
    max-width: 470px;
}
.start-trial-left-area .home-banner-heading h3 {
    font-size: 38px;
    font-weight: 600;
    color: #06004D;
}
.start-trial-left-area .home-banner-btn a{
    background: #06004D;
    color: #fff;
    border: solid 1px #06004D;
}
.start-trial-left-area .home-banner-btn a:hover {
    background: #FAC70F;
    border: solid 1px #FAC70F;
    color: #000;
}
.start-trial-left-area .view_pricing {
    color: #06004D !important;
    border-bottom: solid 2px #06004D !important;
}
.start-trial-img img {
    width: 100%;
}
section.footer {
    background: #06004D;
    padding: 50px 0;
}
.footer-gurentee-row {
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
}
.footer-gurentee-title {
    font-size: 14px;
    font-weight: 500;
}
.footer-gurentee-title span {
    padding-right: 14px;
}
.footer-logo {
    text-align: center;
    margin: 30px 0;
}
.footer-upper-area {
    padding: 20px 0;
    border-bottom: solid 2px #2F20DF ;
}
.footer-menu-area {
    padding: 30px 0;
}
.footer-menu-title {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 0;
}
.footer-menu-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu-items ul li{

}
.footer-menu-items ul li a {
    color: #fff;
    font-size: 14px;
    padding: 2px;
    display: inline-block;
}
.footer-menu-items ul li a:hover {
    color: #FAC70F;
}
.footer-menu span {
    display: inline-block;
    padding: 4px;
}


.footer-bottom-strip-row {
    padding: 18px;
    text-align: center;
    color: #272D4E;
    font-weight: 500;
    font-size: 15px;
}

.simple-pricing-accordian {
    margin: auto;
    max-width: 400px;
}
.simple-pricing-accordian .card {
    border-radius: 0;
    border: none;
    background: #06004D;
    color: #fff;
    margin: 10px 0;
    border-radius: 15px;
    overflow:hidden;
}
.simple-pricing-accordian .card-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.simple-pricing-accordian .card-header {
    padding: 0;
    margin: 0;
    border: none;
}

.simple-pricing-accordian button.btn.btn-link.collapsed {
    width: 100%;
    text-align: left;
    color: #06004D;
    background: #fff;
    box-shadow: none;
    border: none;
    text-decoration: none;
    padding: 15px;
}
.simple-pricing-accordian .pricing-title {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}
.simple-pricing-accordian button.btn.btn-link.collapsed .pricing-title {
    color: #181059;

}

.simple-pricing-accordian .pricing-time {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.simple-pricing-accordian button.btn.btn-link.collapsed .pricing-time {
    color: #181059;

}
.simple-pricing-accordian .pricing-time span {
    color:#fff;
    font-weight: 500;
    font-size: 17px;
}
.simple-pricing-accordian button.btn.btn-link.collapsed .pricing-time span{
    color: #181059;
}
.simple-pricing-accordian button.btn.btn-link {
    background: #06004D;
    text-decoration: none;
    width: 100%;
    border-radius: 0;
    padding: 15px;
}

.simple-pricing-accordian .collapse .card-body{
    background: #06004D;
    color: #fff;
}
.simple-pricing-accordian span.pricing-save {
    color: #2F20DF;
    background: #fff;
    padding: 5px 8px;
    font-size: 12px;
    border-radius: 5px;
    margin: 0 10px;
}
.trial-price-row {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.trial-price {
    font-weight: 600;
    font-size: 22px;
}
.trial-price span {
    font-weight: normal;
    font-size: 18px;
    color: #d9d5d5;
}
.start-trial-btn a{
    color: #FAC70F;
    background: transparent ;
    border: none ;
    border-bottom: solid 2px #FAC70F;
    border-radius: 0;
    margin: 0 20px;
    box-shadow: none ;
    padding: 5px ;
    font-weight: 600;
    font-size: 14px;
}

/*for faq section*/
.faq{padding:60px 10px; background: #06004D;}
.faq h1{color: #fff; font-weight: 700; font-size: 35px; margin-bottom: 40px}
.faq h4{display: table;}
.faq p{color: #C8C7D1; font-size: 16px; padding: 15px 0; margin-left:60px;}
.faq ul{margin:0; padding:0; list-style: none;}
.faq h4 span{display:table-cell; vertical-align: middle; color: #fff; font-weight:bold;}
.faq h4 span.count {margin-right: 10px; background: #F9C60F; border-radius: 100%; color: #000; text-align: center; padding: 10px 0; font-size: 25px; width:50px; vertical-align: middle; float:left;}
/*faq section ends here*/


/*For testimonial Starts here*/
.testimonials{background: linear-gradient(180deg, rgba(229, 239, 255, 0) 0%, #E5EFFF 81.25%, #E5EFFF 100%); padding: 60px 10px;}
.testimonial-container {background-color: #fff; color: #000; border-radius: 15px; margin: 20px auto; padding: 50px 80px; max-width: 768px; position: relative;
}
.sec-title {margin-bottom: 50px; padding-bottom: 15px; position: relative;}
.sec-title::after {content: ""; position: absolute; left: 0; bottom: 0; width: 100px; height: 3px; background: #000;}
.sec-title h2 {font-size: 60px; font-weight: 900; letter-spacing: 0px; text-transform: uppercase; color: #06004D;
}
.sec-title p {font-size: 18px; line-height: 28px; color:#000; margin-bottom:0;
}

.fa-quote {color: #07004e; font-size: 30px !important; position: absolute; top: 70px;}
.fa-quote-left {left: 40px;}
.fa-quote-right {right: 40px;}
.testimonial {line-height: 30px; text-align: justify; font-size:18px;}
.user {display: flex; align-items: center; justify-content: center;}
/*
.user .user-image {
  border-radius: 50%;
  height: 75px;
  width: 75px;
  object-fit: cover;
}*/

.user .user-details {margin-left: 10px;}
.user .username {margin: 0;}
.user .role {font-weight: normal; margin: 10px 0;}

.progress-bar {background-color: #f9c60f; height: 6px; width: 100%; animation: grow 10s linear infinite; transform-origin: left; margin-bottom:20px;
}

@keyframes grow {
  0% {
    transform: scaleX(0);
  }
}

@media (max-width: 768px) {
  .testimonial-container {padding: 20px 30px;}
  .fa-quote {display: none !important;}
  .sec-title h2{font-size:40px;}
}
/*For testimonial Ends here*/


/*for home page reg form*/
@media (min-width: 768px) {
  .homeregform{padding-left:100px;}
}
