/* Heading area begin */
.heading-area{
    text-align: center;
    padding-bottom: 30px;
}
.heading-area h3{
    font-weight:200;
    font-size:42px;
    color:#f10689;
}
.heading-area h2{
    color:#f10689;
    font-size: 45px;
    font-weight: 700;
}
.heading-area p{
    color:#ffffff;
    font-size: 20px;
    font-weight:400;
}

.typewrite > .wrap {
    border-right: 0.08em solid #fff;
    color:#f10689;
}
/* Heading Area end */

/* Partcles css */
.heading-line{
    height: 1.5px;
    display: inline-block;
    width: 68px;
    background-color: #f10689;
    margin-bottom: 5px;
    margin-right: 4px;
}
.hero-banner-wrapper{
    /*background-color: #fff53c;*/
    padding: 0px;
}
.hero-banner-content{
    margin-top: 75px;
}
.hero-banner-content h1{
    font-size: 85px;
    color: #000000;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 50px;
}
.hero-banner-content .typewrite{
    font-size: 70px;
    background-color: #7edbfd;
    display: inline-block;
    padding: 15px 15px 15px 5px;
    line-height: 60px;
    border-radius:10px;
}
.hero-banner-content p{
    color:#000000;
    font-size: 18px;
    margin-bottom: 30px;
}
.hero-banner-content a{
    font-size: 30px;
    font-weight: 600;
    padding: 15px 100px;
    background-color: #7edbfd;
    border-radius: 10px;
    display:inline-block;
    margin-top:10px;
    border:5px solid #fba954;
    animation: pulse-blue 6s infinite;
}
.hero-banner-content a:hover{
    color:#000000;
}

@keyframes pulse-blue {
    0% {
        box-shadow: 0 0 0 0 #fba954;
    }

    50% {
        box-shadow: 0 0 0 30px rgba(251, 169, 84, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(251, 169, 84, 0);
    }
}
.big-para-banner{
    margin: 15px 0px;
    font-size: 22px;
    font-weight: 600;
}

.hero-banner-content input{
    background-color: rgba(41, 41, 41, 0.8);
    border-width: 0px 0px 0px 0px;
    border-radius: 30px 30px 30px 30px !important;
    padding: 20px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    outline: 0;
    color: #ffffff;
    width:100%;
}
.hero-banner-content input:focus{
    background-color: rgba(41, 41, 41, 0.8);
    color: #ffffff;
}
.hero-banner-content .input-group{
    position: relative;
}
.hero-banner-content .input-group-append{
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 5;
}
.hero-banner-content .input-group-append button{
    padding: 6px 40px;
    border-radius: 25px;
    background-color: #f10689;
    color: #ffffff;
    font-size: 15px;
}
.hero-banner-img img{
    /*filter: brightness( 70% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );*/
    /*border-style: none;*/
    border-radius: 10px;
    /*box-shadow: 0px 20px 25px -10px rgba(0, 0, 0, 0.8);*/
    height: 580px;
}
.hero-banner-img{
    text-align: left;
}
/* ---- particles.js container ---- */
  
  #particles-js {
    /* position: absolute; */
    width: 100%;
    height: 710px;
    background-color: #fff53c;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
  canvas {
    display: block;
    vertical-align: bottom;
  }
  
  .heading-line{
    height: 1.5px;
    display: inline-block;
    width: 68px;
    background-color: #f94c30;
    margin-bottom: 5px;
    margin-right: 4px;
  }


  /* Hero banner begin */
.hero-banner-wrapper{
    position: absolute;
    top: 14%;
    right: 0;
    left: 0;
}
  /* Hero Banner end */

/* Counter begin */


.counter-box {
	display: block;
    padding: 40px 0px 15px;
    text-align: center;
}

.counter-box p {
	padding: 0;
	color: rgb(217, 217, 217);
	font-size: 13px;
	font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.counter-box i {
	font-size: 60px;
	margin: 0 0 15px;
	color: #d2d2d2
}

.counter { 
	display: block;
	font-size: 45px;
	font-weight: 700;
	color: #000000;
	line-height: 28px;
    margin-bottom: 10px;
}

.counter-box.colored {
      background: #3acf87;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
	color: #fff
}
 
/* Counter end */
/* Header begin */
.header-contact-info{
    display: flex;
    align-items: center;
    justify-content: end;
}
.header-social ul li{
    background: transparent !important;
    padding:0 !important;
    margin: 0px 8px !important;
}
.header-social ul li a i{
    color:#ffffff;
    font-size: 16px;
}

/* Header End */
/* agency-about-wrapper begin */
.agency-about-wrapper{
    background-color:#111111;
    padding: 100px 0px 30px;
}
.agency-about-content{
    margin-left:40px;
}
.agency-about-content h3{
    font-size: 40px;
    color: #f10689;
    line-height: 49.5px;
    font-weight:200;
}
.agency-about-content h2{
    font-size: 40px;
    color: #ffffff;
    line-height: 49.5px;
    font-weight: 700;
    margin-bottom:15px;
}
.agency-about-content h2 span{
    color:#f10689;
    font-size: 60px;
    line-height: 70px;
}
.agency-about-content p{
    color: rgb(217, 217, 217);
    font-size: 18px;
    margin-bottom: 0;
}
.icon-agency{
    display: flex;
    align-items: center;
    margin-top: 40px;
    padding: 25px 0px;
    border-top: 1px solid #292929;
    border-bottom: 1px solid #292929;
}
.icon-agency i{
    font-size: 50px;
    color:rgb(249, 76, 48);
    margin-right: 20px;
}
.icon-agency p{
    color: #d9d9d9;
    font-size: 20px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    line-height: 24px;
}
.progress {
    border-radius: 10px;
    background-color: #f1f1f1;
    margin-bottom: 1rem;
    height: 1rem;
  }
  
  .progress-bar {
    border-radius: 10px;
  }


/* agency-about-wrapper end */

/* service-wrapper begin */
.service-wrapper{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 15px 100px 15px;
    background-image: url('../images/service-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-item{
    text-align: center;
    color:#ffffff;
}
.service-item a{
    color: #f10689;
    font-weight: 700;
}
.service-wrapper .service-item .service-icon{
    margin: 0px 0px 30px 0px;
    padding: 40px 40px 40px 40px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #78787866;
    border-radius: 30px 30px 30px 30px;
    display: inline-block;
}
.service-wrapper .service-item .service-icon img{
    height: 70px;
    width: 70px;
}
.service-wrapper .service-item h4{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.service-wrapper .service-item p{
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom:20px;
}
/* service-wrapper end */
/* Brands begin */
.brand-logos-wrapper{
    padding: 60px 0px;
    background-color: #111111;
}
.brand-logos-wrapper .client-logo-item{
    padding: 10px 20px 10px 20px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 25px;
    margin-bottom: 20px;
    min-height: 100px;
    display: flex;
    align-items: center;
}
/* Brand end */
/* Team Members begin */
.team-members-wrapper{
    padding: 60px 0px;
    background-color: #111111;
}
.team-members-wrapper .team-item{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-members-wrapper .team-item .team-content{
    position: absolute;
    bottom: 10px;
    width: 85%;
    text-align: center;
}
.team-members-wrapper .team-item img{
    height:350px;
    border-radius: 25px;
    object-fit: cover;
}
.team-members-wrapper .team-item .team-info{
    padding: 25px 25px 25px 25px;
    background-color: #292929;
    border-radius: 30px 30px 30px 30px;
    
}
.team-members-wrapper .team-item .team-info p{
    margin-bottom: 0px;
    color:#d9d9d9;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    margin-bottom: 7px;
}
.team-members-wrapper .team-item .team-info h4{
    margin-bottom: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
.team-social-links ul{
    display: flex;
    gap: 5px;
    margin-bottom: 12px;
    align-items: center;
    justify-content: center;
}
.team-social-links ul li a i{
    color:#ffffff;
    background-color: #f10689;
    height: 30px;
    width: 30px;
    border-radius: 25px;
    line-height: 30px;
}
/* Team Members end */
/* reviews-wrapper begin */
.reviews-wrapper{
    background-color: #1c1c1c;
    padding: 60px 0px 150px;
}
.review-item{
    padding: 40px 40px 40px 40px;
    color: #ffffff;
    border-radius: 25px;
    border:1px solid #747474;
}
.review-item img{
    margin-bottom: 12px;
}
.review-item p{
    font-size: 15px;
    color:#f8f8f8;
    font-style: italic;
}
.review-item-info{
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.review-item-info img{
    height: 58px;
    width: 58px;
    border-radius: 25px;
    margin-right: 20px;
}
.review-item-info p{
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 18px;
}
.review-item-info p span{
    font-size: 13px;
    font-weight: 600;
    color: #f10689;
}
.form-wrapper{
    background-color: #111111;
    padding-bottom: 80px;
    padding-top:140px;
}
.form-wrapper .form-panel{
    box-shadow: 0px 20px 40px -10px rgba(33, 33, 33, 0.58);
    padding: 50px 50px 50px 50px;
    margin-top: -80px;
    position: relative;
    z-index: 2;
    background-color: #111111;
    border-radius: 30px;
}
.form-wrapper .form-panel h3{
    font-size: 35px;
    color: #ffffff;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    margin-bottom: 25px;
}
.form-wrapper .form-panel p{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
    color:#ffffff;
    text-align: center;
}
.form-wrapper .form-panel input{
    background-color: rgba(41, 41, 41, 0.8);
    border-width: 0px 0px 0px 0px;
    border-radius: 30px 30px 30px 30px !important;
    padding: 17px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    outline: 0;
    color: #d9d9d9;
    width:100%;
    margin-bottom:15px;
}
.form-wrapper .form-panel textarea{
    background-color: rgba(41, 41, 41, 0.8);
    border-width: 0px 0px 0px 0px;
    border-radius: 30px 30px 30px 30px !important;
    padding: 17px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    outline: 0;
    color: #d9d9d9;
}
.form-wrapper .form-panel .btn-submit{
    border-radius: 10px;
    padding: 15px 30px 15px 30px;
    background-color: #7edbfd;
    color: #ffffff;
    font-weight: 700;
    outline: none;
    border: none;
    width:100%;
}
.faqs-panel .heading-area{
    text-align: left;
    margin-top: 25px;
}
.relaible-items{
    text-align: center;
}
.relaible-items img{
    margin-bottom: -15px;
    border-radius: 15px;
    height: 190px;
    object-fit: cover;
}
.relaible-items p{
    padding: 10px 25px 10px 25px;
    background-color: #292929;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    border-radius: 20px;
}
.relaible-items i{
    color: #f10689;
    padding-right: 5px;
}
.faq-content .card{
    background-color: transparent;
}
/* reviews-wrapper end */
/*verification-wrapper*/
.verification-wrapper{
    background-color: #111111;
    padding:60px 0px;
}
.verification-item{
    text-align:center;
    color:#ffffff;
    margin-bottom:30px;
}
.verification-item .verification-img{
    border: 1px solid #403939;
    padding: 30px;
    border-radius: 16px;
    margin-bottom: 20px;
    min-height: 289px;
    display: flex;
    align-items: center;
}
.verification-item h3{
    font-weight:600;
}
.verification-item p{
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
/* our-process-wrapper begin */
.our-process-wrapper{
    background-image: url(../images/process-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 15px 110px 15px;
}
.process-item{
    height: 310px;
    width: 310px;
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin-top: 30px;

}
.process-item:hover .process-item-inner{
    border: 8px solid #f10689;
    
}
.process-item .process-item-inner{
    height: 270px;
    width: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    border: 8px solid #eeeeee;
    transition: all 0.3s ease 0.2s;
    padding:20px;
}
.process-item .process-item-inner span{
    height: 70px;
    width: 70px;
    background-color: #f10689;
    line-height: 70px;
    border-radius: 45px;
    position: absolute;
    right: 30px;
    top: 5px;
    color: #ffffff;
    font-size: 34px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
}
.process-item:hover .blue-border{
    border: 8px solid  #1d274e !important;
}
.process-item .blue-border span{
    background-color: #1d274e;
}
.process-item .process-item-inner h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 11px;
}
.process-item .process-item-inner p{
    color:rgb(116, 125, 161);
    font-size: 16px;
    font-weight: 400;
}
/* our-process-wrapper end */
/* brand-wrapper begin */
.brand-wrapper{
    /*background-image: url('../images/brands-bg.jpg');*/
    background-size: cover;
    padding: 70px 0px;
    background-color: #111111;
}
.brand-wrapper .heading-area{
    text-align: left;
}
.brand-wrapper .heading-area p{
    margin-bottom: 0;
}
.sponser-img{
    display: flex;
    align-items: center;
}
.sponser-img img{
    width: 190px;
    border-radius: 25px;
    margin-right: 15px;
}
.sponser-img p{
    color: rgb(217, 217, 217);
}
.brand-item-img{
    padding: 0px 20px 0px 20px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 25px;
    margin-bottom: 20px;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* brand-wrapper end */
/* Footer begin */
footer{
    /*background-image: url('../images/footer-bg.jpg');*/
    background-size: cover;
    padding: 80px 0px 0px;
    background-repeat: no-repeat;
    background-color:#fff53c;
}
.copyright-footer p{
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
    color:#000000;
    border-top: 1px solid #363636;
}
.footer-col-1{
    padding-bottom: 40px;
}
.footer-col-1 p{
    color: #000000;
    font-size: 15px;
}
.footer-title{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
}
.footer-list li{
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    line-height: 25px;
    font-family: 'Rubik', sans-serif;
}
.footer-list li i{
    padding-right: 10px;
    color:#f10689;
    margin-top: 3px;
}
.footer-list li a{
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    line-height: 25px;
    font-family: 'Rubik', sans-serif;
}
.footer-list li a:hover{
    color: #f10689;
}
footer{
    position: relative;
}
.footer-wrapper{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}
.footer-particules{
    width: 100%;
    background-color: #fff53c;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
#particles-js-footer{
    height: 280px;
}
/* Footer end */

/* Responsive media begin */

@media (max-width:1400px){
   
}
@media (max-width:1200px){
   
}
@media (max-width:992px){
   
}
@media (max-width:767px){
   /*.hero-banner-img{*/
   /*    display:none;*/
   /*}*/
   .counter-box{
       padding: 30px 10px 20px;
   }
   .counter{
        font-size: 20px;
        line-height: 15px;
   }
   .counter-box p{
       font-size: 9px;
   }
   .hero-banner-content h1{
       font-size:35px;
       margin-bottom:10px;  
       line-height:35px;
   }
   .hero-banner-content .typewrite{
       font-size:24px;
       line-height:10px;
   }
   .hero-banner-content p{
       font-size: 12px;
   }
   .service-item{
       margin-bottom:30px;
   }
   .process-item{
       margin-top:0 !important;
       margin-bottom:30px;
   }
   .sponser-img{
       margin-bottom:30px;
   }
   .review-item{
        margin-bottom:30px;   
   }
   .footer-list{
       margin-bottom:30px;   
   }
}
@media (max-width:480px){
   
}


/* Responsive media end */

.supporting-page-wrapper{
    padding: 150px 0px 50px;
    background-color: #111111;
}
.supporting-page-wrapper .supporting-page-content{
    color:#ffffff;
}
.supporting-page-wrapper .supporting-page-content h1{
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
}
.supporting-page-wrapper .supporting-page-content h2{
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
}
.supporting-page-wrapper .supporting-page-content h3{
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}
.supporting-page-wrapper .supporting-page-content ul{
    list-style:disc;
    padding-left:30px;
    margin-bottom:16px;
}
.supporting-page-wrapper .supporting-page-content ul li{
    color: #ffffff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}
.supporting-page-wrapper .supporting-page-content ol li{
    color: #ffffff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}
.supporting-page-wrapper .supporting-page-content p{
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
.supporting-page-wrapper .supporting-page-content a{
    color:#f10689;
}
.supporting-page-wrapper .supporting-page-content table tr td{
    color:#ffffff;
}
.supporting-page-wrapper .supporting-page-content table tr th{
    color:#ffffff;
}
/*  */
.strategic-wrap{
    text-align:center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.strategic-wrap img{
    max-width: 500px;
}
.strategic-wrap p{
    margin-bottom:0;
    font-size:30px;
}
.border-stra{
    width: 600px;
    height: 2px;
    display: block;
    background-color: #f10689;
    z-index: 2;
    position: relative;
}
.yellow-border{
    width: 1000px;
    height: 2px;
    display: block;
    background-color: #fff53c;
    z-index: 2;
    position: relative;
}
.border-wrapper{
    position: relative;
    background-color: #111111;
    display: flex;
    justify-content: center;
}
.active-sub{
    background-color: #7edbfd;
    padding: 10px 0px;
    font-size: 24px;
    font-weight: 700;
    border-radius: 0px 0px 10px 10px;
}
.coupon-area{
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0px 0px;
    border-radius: 10px;
}
.sub-counter-card{
    background-color: #ffd610;
    display: flex;
    border-radius: 15px;
    margin: 20px 0px 60px;
}
.sub-counter-card .icon-counter{
    text-align: center;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}
.sub-counter-card .icon-counter::after{
    content:'';
    position:absolute;
    height:100px;
    width: 2px;
    background-color: #000000;
    right: -11px;
}
.sub-counter-card .icon-counter img{
    width:90px;
}
.sub-counter-card .counter-box{
    width:70%;
}
.sub-counter-card .counter-box p{
    font-size:24px;
    font-weight:300;
    color:#000000;
}
.revenue-counter-wrapper{
    background-color: #111111;
    padding: 26px 0px 20px;
}
.revenue-counter-wrapper .counter{
    color:#ffffff;
}
.revenue-counter-wrapper .counter-box p{
    font-size: 22px;
}
.revenue-counter-wrapper .b-left{
    position:relative;
}
.revenue-counter-wrapper .b-left::after {
    content: '';
    position: absolute;
    height: 100px;
    width: 2px;
    background-color: #2c2828;
    right: 7px;
    top: 23px;
}