@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Jost:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
    /* font-family: 'Raleway', sans-serif; */
    /* font-family: 'Courgette', cursive; */
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    color: #333333;
}

a:hover {
    text-decoration: none;
}

button {
    outline: none;
}

button:focus {
    outline: none;
}

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

::selection {
    color: white;
    background: #ff7675;
}

::-webkit-selection {
    color: white;
    background: #ff7675;
}

::-moz-selection {
    color: white;
    background: #ff7675;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0, 0, 0, .5);
    display: block;
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
}


/* sm-menu-aera-start  */
.sm-menu-area {
    background: #232F3E;
    padding: 5px 0;
    /*! color: #FFF; */
}
.sm-menu-wrapper {
    display: flex;
    justify-content: flex-end;
}
.sm-menu-wrapper .hamburger {
    width: 30px;
    cursor: pointer;
}
.sm-menu-wrapper .hamburger  span {
    display: block;
    width: 100%;
    height: 3px ;
    margin: 7px 0;
    background: #fff;
}

.sm-menu-area   .sm-nav{
     display: none;
}



.sm-menu-area  ul li a {
    text-decoration: none;
    color: #FFF;
    font-weight: 400;
    font-size: 15px;
    padding: 5px 0;
    display:  inline-block;
}



/* sm-menu-aera-end   */

/* top-hero-area-css-start  */
.top-hero-area {
    padding: 10px 0;
}

.top-hero-left {
    text-align: center;
}

.top-hero-left .img img {
    display: inline-block;
    width: 70%;
}

.top-hero-left h4 {
    color: #404241;
    font-weight: 600;
    font-size: 28px;
}

.top-hero-right {
    text-align: center;
}

.top-hero-right h2 {
    font-size: 36px;
    font-weight: 700;
    color: #404241;
    margin-bottom: 30px;
}

.top-hero-right h2 span {
    color: #94C90F;
}

.top-hero-right p {
    font-size: 19px;
    font-weight: 600;
    color: #474745;
}

.top-hero-right p span {
    color: #1a5865;
}

.top-hero-btn a {
    text-decoration: none;
    display: inline-block;
    padding: 3px 25px;
    background: #7dc15a;
    color: #fff;
    font-weight: 600;
    font-size: 28px;
}

/* top-hero-area-css-end   */

/* menu-area-start  */
.menu-area {
    background: #232F3E;
}

.menu-area .menu-nav {
    text-align: center;
}

.menu-area .menu-nav ul li {
    display: inline-block;
}

.menu-area .menu-nav ul li a {
    text-decoration: none;
    display: inline-block;
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
    padding: 15px 20px;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.menu-area .menu-nav ul li a:hover,
.menu-area .menu-nav ul li.active a {
    background: rgba(0, 0, 0, .1);
}

/* menu-area-end   */


/* =====================
second-page-css-start 
======================= */
.p2-customer-area {
    padding: 30px 0;
}

.p2-customer-wrapper {
    text-align: center;
}

.p2-customer-wrapper h3 {
    font-size: 36px;
    font-weight: 600;
    color: blue;
    margin-bottom: 0;
    font-family: 'Raleway', sans-serif;
}

.p2-step-header h3 {
    font-size: 24px;
}

.p2-customer-content .partner {
    display: inline-block;
    color: #0F0C9F;
    font-size: 16px;
    font-weight: 600;
}
.p2-customer-content .red {
    color: #ED1C24;
    font-weight: 500
}

.p2-customer-content  .green{
    color: #2064E1;
}

.p2-step-header {
    text-align: center;
}

.p2-step-header h3 {
     font-size: 36px ;
     font-weight: 600;
     margin-bottom: 25px;
     /* font-family: 'Raleway', sans-serif; */
}

.p2-step-content {
    text-align: center;
}

.p2-step-content  h4 {
    font-size: 21px;
    color: #0F0C9F;
}
.p2-step-content   p.red {
    color: #ED1C24;
    font-weight: 500;
}

.p2-step-content .support-email {
    font-size: 20px;
    font-weight: 500;
    color: #2064E1;
}

.p2-step-content .select {
    font-size: 16px;
    color: #2064E1;
    font-weight: 500;
}

.p2-step-content  .live-link a {
    display: inline-block;
    text-decoration: none;
    background: #1A7AD9;
    color: #FFF;
    font-weight: 500;
    padding: 5px 10px ;
    font-size: 20px;
    border-radius: 8px;
    border:2px   solid #000000;
}

.p2-step-content .already-link  a {
    display: inline-block;
    color: #337DFF;
    font-weight: 500;
    margin: 12px 0;
    text-decoration: underline;
}

.p2-step-content .text {
    padding: 20px 0;
}

.p2-step-content a:hover {
    opacity: 0.8;    
}

.p2-step-content  .logo img{
    display: inline-block;
    width: 250px;
}
/* =====================
second-page-css-end  
======================= */


/* =====================
third-page-css-start 
======================= */

.asked-question-area {
    padding: 50px 0;
}

.asked-question-header {
    text-align: center;
    margin-bottom: 15px;
}

.asked-question-header h3 {
    font-size: 25px;
    font-weight: 500;
    color: #525255;
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
}
.asked-question-header h3:after {
position: absolute;
    content: "";
    width: 50%;
    left: 25%;
    height: 4px;
    background: #ccc !important;
    bottom: -20px;
}

.asked-question-content .video-item {
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}

.asked-question-content .video-item:last-of-type{
    margin-bottom: 0;
}



.asked-question-content .video-item:after {
    position: absolute;
    content: "";
}

.asked-question-content .video-item iframe {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 5px solid #1E90FF;
    border-radius: 4px;
    width: 470px;
}
/* =====================
third-page-css-end  
======================= */

/* customers-area-start  */
.customers-area {
    padding: 20px 0;
}

.customers-header {
    text-align: center;
}

.customers-header h3 {
    font-size: 32px;
    font-weight: 400;
    color: blue;
    margin-bottom: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

span.line {
    display: inline-block;
    text-align: center;
    width: 150px;
    height: 2px;
    background: yellow;
}

.customer-content {
    padding-top: 20px;
}

.customer-content p {
    font-size: 21px;
    font-weight: 400;
    color: #232F3E;
    text-align: justify;
}
/* customers-area-end   */

/* customer-says-area-start  */
.custmers-say-area {
    padding: 20px 0;
}

.customer-says-left {
    text-align: center;
}

.customer-says-left img {
    display: inline-block;
    width: 80%;
}

.customer-says-right .header h3 {
    font-size: 24px;
    font-weight: 400;
    color: #232F3E;
    margin-bottom: 0;
}

.customer-says-right .header {
    text-align: center;
    margin-bottom: 20px;
}

.customer-says-right .list ul li {
    font-size: 18px;
    color: #232F3E;
    padding: 5px 0;
    padding-left: 40px;
    position: relative;
    font-weight: 300;
}

.customer-says-right .list ul li:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #47B2E4;
    left: 0;
    top: 15px;
    border-radius: 2px;
}

.customer-says-right {
    padding: 0 100px;
}

/* customer-says-area-end   */

/* features-area-start  */
.features-area {
    padding: 20px 0;
}

.feature-area .feature-item {
    text-align: center;
    padding: 10px 50px;
}

.feature-area .feature-item .icon span {
    display: inline-block;
    font-size: 40px;
    color: #1E90FF;
}

.feature-area .feature-item .text h4 {
    font-size: 24px;
    font-weight: 400;
}

.feature-area .feature-item .text p {
    font-size: 18px;
    font-weight: 400;
    color: #A9A7C3;
}
/* features-area-end   */

/* supprot-area-start  */
.support-area .support-left {
    text-align: right;
}

.support-img img {
     display: inline-block; 
    width: 100%;  
     -webkit-animation: mover 1s infinite alternate;
     animation: mover 0.7s infinite alternate;
}

.support-area .support-item h4 {
    font-size: 24px;
    font-weight: 500;
    color: #12304a;
}

.support-area .support-item p {
    font-size: 17px;
    font-weight: 400;
    color: #A9A7C3;
}
/* supprot-area-end  */

/* footer-area-start  */
.footer-logo {
    text-align: right;
}

.footer-logo img {
    display: inline-block;
    width: 70px;
}

.footer-content {
    text-align: center;
    background: #0F0025;
    padding: 13px 0;
}

.footer-nav ul li {
    display: inline-block;
}

.footer-nav ul li a {
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    padding: 2px 15px;
    position: relative;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    color: #FFFF !important;
    cursor: pointer;
    font-size: 18px;
}

.footer-nav ul li a:hover {
    opacity: .8;
}

.footer-nav ul li:not(:last-child) a:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 64%;
    background: #FFF;
    right: 0;
    top: 6px;
}

.footer-content p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: #A9A7C3;
}


/*-- footer area start --*/

.footer-wrapper {
    background-color: #1F242A;
    padding: 25px 0;
}


.fl a img {
    display: block;
    width: 140px;
    margin: auto;
}

.footer-link ul {
    text-align: center;
    margin-top: 25px;
}

.footer-link ul li {
    display: inline-block;
    color: #fff;
    position: relative;
    margin-left: 10px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.footer-link ul li:hover {
    color: #FFC40B;
}

.footer-link ul li a {
    color: #fff;
}

.footer-link ul li a:hover {
    color: #FFC40B;
}

.footer-link ul li:after {
    content: "|";
    display: inline-block;
    margin-left: 10px;
}

.footer-link ul li:last-child:after {
    content: none;
}

.footer-link ul li a {
    display: inline-block;
}

.modal-header h2 {
    color: #FFC40B;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
}

.modal-body p {
    font-size: 17px;
    color: #000;
    padding: 0px 25px;
    text-align: justify;
}

.modal-body h5 {
    color: #FFC40B;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    text-align: left;
    margin-bottom: 5px;
    padding-left: 25px;
    font-size: 26px;
}

.modal-body {
    height: 62vh;
    overflow: auto;
    text-align: justify;
}

/*-- footer area end --*/




/* footer-area-end   */

/* testomonial-area-start  */
.testomonial-header  {
    text-align: center;
    margin: 30px 0;
}
.testomonial-header h3 {
    font-size: 32px;
    font-weight:500;
    color: blue;
    position: relative;
    font-family: 'Raleway', sans-serif;
    display: inline-block;
}
.testomonial-header h3:after {
    position: absolute ;
    content: "";
    width:50% ;
    left: 25%;
    bottom: -20px;
    background: yellow;
    height: 3px;
}

.testomonial-content {
    text-align: center;
    padding: 0 88px;
    position: relative;
    /*! padding-top: 50px; */
}
.testomonial-content .content {
    margin-top: 30px;
}

.testomonial-content .profile  img  {
 display: inline-block;
 border-radius: 50%;
 width: 180px;
}

.testomonial-content .profile  .name {
    font-size: 28px;
    font-weight: 500;
    color: #3F3B3B;
    margin-bottom:  10px;
}

.testomonial-content  .profile .img {
    margin-bottom: 20px;
}

.testomonial-content .profile .country {
    font-size: 20px;
    font-weight: 500;
    color: #0652DD;
    display: inline-block;
    position: relative;
}

/* .testomonial-content .profile .country:after{
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: #FFAA25;
    left: -5px;
    top: 50%;
} */


.testomonial-content .profile .country ul li {
    display: inline-block;
}

.testomonial-content .profile .country ul li span {
    display: inline-block;
    color: #FF9C00;
}

.testomonial-content .content   p{
    font-family: 'Courgette', cursive;
    font-size: 24px;
    color: #333333;
}

.testomonial-arrow  span {
    display: inline-block;
    background: #0241AB;
    color: #FFF;
    border-radius: 50%;
    padding: 2px 12px;
    font-size: 24px;
    cursor: pointer;
}

.testomonial-arrow .left {
    position: absolute;
    left: 0;
    top: 65%;
}

.testomonial-arrow .right-arrow  {
    position: absolute;
    right: 0;
    top: 65%;
}

.active::after {
	display: none;
}
/* testomonial-area-end   */

/* contact-page-start  */
.contact-area-wrapper {
    background: #EFEFEF;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 20px 30px 10px 20px;
}

.contact-left-header  h2 {
    font-size: 32px;
    font-weight: 500;
    /*! font-family: 'Courgette', cursive; */
}

.contact-form .input-item {
    position: relative;
    margin-bottom: 15px;
}

.contact-form .input-item input,
.contact-form .input-item textarea {
    display: inline-block;
    width: 100%;
    outline: none;
    padding: 7px 20px;
    border-radius: 2px;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    resize: none;
    border: 2px solid #DFDFDF;
}

.contact-form .input-item span {
    display: inline-block;
    outline: none;
    position: absolute;
    background: #EFEFEF;
    color: #000;
    left: 2px;
    top: 2px;
    font-size: 17px;
    height: 92%;
    padding: 0 12px;
    text-align: center;
    line-height: 45px;
}

.contact-form .input-item input {
    padding-left: 50px;
}

.contact-form .submit-btn button {
    display: inline-block;
    outline: none;
    border: none;
    color: #FFF;
    background: #FF9C00;
    font-size: 20px;
    padding: 8px 60px;
    text-align: center;
}

.contact-form .submit-btn {
    margin-top: 8px;
}

.contact-form .submit-btn button:hover {
    opacity: 0.8;
}

.contact-left {
    background: #FFF;
    padding: 50px 20px
}

.contact-right {
    padding: 80px 20px;
    background: #fff;
    border-bottom: 2px solid #FFAA25;
}

.contact-left-header {
    margin-bottom: 0;
    border-bottom: 1px solid #FF9C00;
    margin-bottom: 20px;
}

.contact-left-header p {
    margin-bottom: 5px;
}

.contact-right h3 {
    font-size: 36px;
    font-weight: 500;
    color: #414C5D;
    position: relative;
    margin-bottom: 30px ;
}

.contact-right h3:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -5px;
    background: #FFAA25ed;
}

.contact-right .address-item {
    margin: 10px 0;
}

.contact-right .address-item h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
    margin-bottom: 10px ;
}
.contact-right .address-item h4:after {
    position: absolute;
    content: "";
    width:80px ;
    height: 2px;
    bottom: -3px ;
    left: 0;
    background: #FFAA25
}

.contact-right .address-item p {
    font-size: 16px;
    font-weight: 300;
    color: #3F3B3B;
}
/* contact-page-end   */



/* ================
  fourth-page-start
================== */

.p4-frequently  {
    padding: 50px 0;
    padding-bottom: 20px;
}

.packed-heading  h3  {
    font-size: 32px ;
    margin-bottom: 45px;
    position: relative;
    display: inline-block;

    color: blue;
}

.packed-heading  h3:after {
    position: absolute;
    content: "";
    width: 40%;
    left: 30%;
    bottom: -20px;
    background: #ccc;
   height: 3px;
}    

/* ================
  fourth-page-end 
================== */




/* ================
  igent-page-start 
================== */
.igent-says-header  h2 {
    font-size: 32px;
    font-weight: 600;
    color: blue;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    position: relative;
}

.igent-says-header  h2:after {
    position: absolute;
    content: "";
    width: 50%;
    left: 25%;
    bottom: -15px;
    background: yellow;
    height: 2px ;
}

.igent-says-header {
    text-align: center;
}

.igent-says {
 padding: 50px 0;
}

.igenfox-img {
    text-align: center;
    margin: 30px 0;
}

.igenfox-img img {
    display:  inline-block;
    width: 75%;
}

.packege-right  {
    text-align: center;
    margin: 0 100px;
}

.packege-right  ul li {
    font-size: 18px;
    font-weight: 400;
    color: #7D8287;
}

.packege-right .list-group-item.active {
    font-weight: 600;
}

.packege-right .list-group-item span {
    display: inline-block;
    padding: 0   7px;
}


.packege-right .list-group-item img {
    display: inline-block;
    width: 100%;
}


/* start  */

.p-wrapper-right {
    padding: 0px 25px;
    margin-top: 2px;
}

.cover-heading h3 {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
}

.cover-cotnent {
    margin-top: 0px;
    margin-bottom: 20px;
}

.cover-cotnent ol {
    margin: 0;
    padding: 0;
    margin-left: 20px;
}

.cover-cotnent ol li {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    font-weight: 500;
}

.cover {
    padding: 35px 0;
    padding-bottom: 15px;
    padding-top: 0;
}

.sell-heading h4 {
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 28px;
}

.countdown-container ul li {
    display: inline-block;
    font-weight: 500;
    margin-right: 14px;
    font-size: 17px;
}

.countdown-container ul li:last-child {
    margin-right: 0;
}

.countdown-container ul li span {
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 26px;
    background-color: #1E90FF;
    color: #fff;
    width: 60px;
    margin: auto;
    padding: 6px 0px;
    border-radius: 6px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.countdown-container ul li span:after {
    content: ":";
    display: inline-block;
    position: absolute !important;
    color: #1E90FF;
    position: absolute;
    right: -16px;
    font-size: 48px;
    top: -15px;
}

.countdown-container ul li:last-child span:after {
    content: none;
}

.price {
    margin-top: 15px;
}

.price h4 {
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 28px;
}

.price h4 span {
    color: #1E90FF;
}

.price p {
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #FEC30B;
}

.price a {
    display: inline-block;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 24px;
    background-color: #FEC30B;
    color: #fff;
    padding: 8px 75px;
    border-radius: 12px 0px 12px 0px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    position: relative;
    z-index: 2;
}

.price a:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #1E90FF;
    top: 0;
    left: 0;
    border-radius: 12px 0px 12px 0px;
    z-index: -20;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}

.price a:hover:before {
    width: 100%;
    border-radius: 0px 12px 0px 12px;
}

.price a:hover {
    border-radius: 0px 12px 0px 12px;
    color: #fff;
}


.countdown-container ul li {
    text-align: center;
}

.packege-area  {
    padding-bottom: 30px;
}

.list-group-item.disable {
    background: #F8F9FA;
    color: #1E90FF;
}

.p2-customer-header {
    margin-bottom: 30px;
}

#mydownload  .section-header p {
    color: #007bff;
}

#mydownload  .section-header {
    padding-bottom: 40px;
}


#mydownload  .modal-body {
	height: 26vh;
	overflow: auto;
    
}

.packege-right  .neteller  {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    text-decoration: underline;
} 

/* ================
  igent-page-end  
================== */



@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
    color: ;
    text-decoration: underline;
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

span#color {
    color: #FE7E01;
}


.right p {
    font-size: 25px;
    margin-top: 25px;
    font-weight: 600;
}

.right ul li {
    display: inline-block;
    margin-right: 50px;
    margin-left: 20px;
}

.right ul li a {
    display: inline-block;
    font-size: 18px;
}

.right ul li img {
    display: block;
    width: 70px;
    margin: auto;
}

.software-text ul li{
    display: block;
    padding-left: 20px;
    position: relative;
    margin: 5px 0;
}

.software-text ul li:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #000;
    left: 0;
    top: 8px;
    border-radius: 50%;
    display: inline-block;
}

.countdown-container {
    text-align: center;
}

.video-item {
    border: 4px solid blue;
}

.asked-question-wrapper {
    padding-left: 80px;
    padding-right: 80px;
}



