@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsextrabold';
    src: url('../fonts/poppins-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinslight';
    src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
         url('../fonts/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('../fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-style: normal;
}

@font-face {
    font-family: 'montserratextrabold';
    src: url('../fonts/montserrat-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratthin';
    src: url('../fonts/montserrat-thin-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cooper_blackregular';
    src: url('../fonts/coopbl-webfont.woff2') format('woff2'),
         url('../fonts/coopbl-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



body{
    font-family: 'poppinsregular';
}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(to right, rgb(86, 171, 47), rgb(168, 224, 99));
}

::-webkit-scrollbar-track {
    background: #dedede;
}
a{
    text-decoration: none;
    color: #000;
}

h2{
   font-family: 'poppinsextrabold'; 
}

.common-list{
    margin: 0;
    padding: 0;
}
.common-list li{
    list-style: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.common-list li:before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    background: transparent;
    font-weight: normal;
    border: 2px solid transparent;
    position: absolute;
    font-size: 1rem;
    border-radius: 50%;
    color: #23b8aa;
    left: 0;
    top: -2px;
}

.sub-heading{
    font-family: 'poppinsbold'; 
}
.small-text{
    font-size: 0.8rem;
}
.owl-carousel .owl-stage-outer{
    display: flex;
}

.owl-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    opacity: 1;
    position: absolute;
    top: 30% !important;
    left: -45px;
}

.owl-next {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    opacity: 1;
    position: absolute;
    top: 30% !important;
    right: -45px;
}
.owl-theme .owl-nav [class*=owl-]{
  color: #686868;
    font-size: 14px;
    padding: 0;
    background: #ccc;
}
.owl-carousel .owl-stage{
  display: flex;
}
.owl-theme .owl-dots .owl-dot span{
  width: 15px;
  height: 15px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #23b8aa;
}

/*Bottom to Top*/
.scroltop{
    position: fixed;
    right: 20px;
    bottom: 50px;
    background: transparent;
    border: none;
}
.top-icon-btn{
    width: 80px;
    border: 1px dashed #7cb441;
    border-radius: 50%;
}
.zoom-in-zoom-out {
  animation: zoom-in-zoom-out 2s ease-out infinite;
  display: inline-block;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

.navbar-brand img{
    width: 270px;
}
.navbar-nav .nav-item{
    margin-left: 5px;
}
.navbar-nav .nav-item i{
    display: none;
}
.navbar-light .navbar-nav .nav-link{
    color: #000;
}
.banner-btn{
    background: #81bc44;
    color: #fff !important;
    border-radius: 7px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    transition: 0.3s;
}
.banner-btn:hover{
    background: #000;
    color: #fff !important;
    border-radius: 7px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.advertiser{
    background: url('../images/advertiser-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}
.green-bg{
    background: url('../images/green-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.green-bg img{
    width: 150px;
}
.pad-custom {
    padding-top: 20%;
}
.black-btn{
    background: #000;
    display: block;
    padding: 20px;
    color: #fff;
    text-align: center;
    border-radius: 0 0 20px 20px;
    transition: 0.3s;
}
.black-btn:hover{
    color: #fff;    
}
/*what-we-do*/

.what-we-do {
    padding-bottom: 60px;
    margin-top: 80px;
}
.what-we-do-box {
    cursor: pointer;
    padding: 24px 15px;
    text-align: center;
    transition: 0.3s;
    height: 100%;
}
.what-we-do-box:hover{
    background: #ffba0a !important;
}
.what-we-do-text{
    padding: 8px;
}
.what-we-do-text label {
    color: #fff;
    padding: 15px auto;
    font-family: 'Montserrat-Bold';
}
.what-we-do-text p {
    color: #fff;
    margin-top: 7px;
    margin-bottom: 18px;
    line-height: 25px;
}
.bg-color-1{
    background: #00a0c3;
}
.bg-color-2{
    background: #fe8b0a;
}
.bg-color-3{
    background: #e7c30b;
}
.bg-color-4{
    background: #ff5206;
}
.bg-color-5{
    background: #61c746;
}
.bg-color-6{
    background: #066593;
}

.we-do-btn{
    text-decoration: none;
    padding: 12px 30px;
    border: 1px solid;
    color: #fff;
    background: transparent;
    transition: 0.3s;
}
.we-do-btn:hover{
    color: #fff;
    background: #7cb441;
}

.common-heading {
    color: #7cb441;
    font-family: 'montserratextrabold';
    font-size: 36px;
}
.what-we-do-text label {
    color: #fff;
    padding: 15px auto;
    font-family: 'montserratbold';
}

/*CSS for Footer*/

footer{
    padding: 70px 0;
    background: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #dedede;
    padding-bottom: 0;
    position: relative;
}
footer p{
    color: #dedede;
}
footer h5{
    color: #ffffff;
    font-family: 'montserratmedium';
    font-weight: normal;
    font-size: 20px;
    border-bottom: 1px dashed #585858;
    padding-bottom: 10px;
}
.footer-list, .footer-list-1 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-list li , .footer-list-1 li{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 7px;
    position: relative;
    padding-left: 17px;
}
.footer-list-1 li{
    padding-left: 0;
}
.footer-list li:before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #dedede;
    left: 0;
    top: 6px;
}
.footer-list li a {
    color: #dedede;
    text-decoration: none;
    transition: 0.3s;
    display: block;
}
.footer-list li a:hover{
    text-decoration: none;
    color: #7cb441; 
    padding-left: 10px;
}
.footer-list li i, .footer-list-1 li i {
    margin-right: 5px;
}
.social-icons{
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-icons li{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.social-icons li a{
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    transition: 0.3s;
    font-size: 0.9rem;
    margin: 0 3px;
}
.social-icons li a:hover {
    background: #fff;
    color: #7cb441;
}
.left-box .social-icons li{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.left-box .social-icons li a{
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #7cb441;
    color: #fff;
    display: inline-block;
    transition: 0.3s;
    font-size: 0.9rem;
    margin: 0 3px;
}
.left-box .social-icons li a:hover {
    background: #7cb441;
    color: #fff;
}
.left-box .social-icons li a:hover i{
    color: #fff;
}
.left-box .social-icons li a i {
    font-size: 0.9rem;
    line-height: 30px;
}
.left-box .social-icons{
    padding: 0;
    margin: 0;
}

.copyright{
    padding:15px 0;
}
.footer-list-1 a{
    text-decoration: none;
    color: #fff;
}
footer .form-control {
    border-radius: 0;
    background: #000;
}
/*top-verticals*/

.top-verticals{
    background: url('../images/vertical-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 60px;
}

.lets-started-row {
    width: 100%;
    margin: 0 auto;
}
.top-verticals-box {
    cursor: pointer;
    text-align: center;
    transition: 0.3s;
    height: 100%;
    background: #fff;
    color: #000;
}
.top-verticals-box:hover p{
    color: #fff;
}
.top-verticals-text{
    padding: 15px;
    padding-top: 20px;
}
.top-verticals-text label {
    color: #82bd43;
    padding: 15px auto;
    font-family: 'montserratbold';
}
.top-paragraph p{
    margin-top: 17px;
    color: #fff;
    text-align: center;
}
.top-verticals-text p {
    margin-top: 7px;
    margin-bottom: 18px;
    line-height: 25px;
    font-size: 0.9rem;
    color: #575757;
}
.top-verticals-text i{
    color: #82bd43;
    display: block;
    font-size: 36px;
    padding-bottom: 12px;
}
.next-row{
    margin-top: 40px;
}
.top-verticals-box:hover{
    background: #82bd43;
}
.top-verticals-box:hover i{
    color: #fff;
}
.top-verticals-box:hover label {
    color: #fff;
}
.top-verticals-text:hover p{
    color: #fff;
}
.best-platform{
    padding: 60px 0;
    background: url('../images/best-marketing-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    margin: 40px 0;
}
.best-platform p{
    color: #fff;
}
.common-btn {
    background: #82bd43;
    color: #fff;
    text-align: center;
    padding: 7px 20px;
    margin-top: 10px;
    text-decoration: none;
    outline: none;
    transition: 0.3s;
    display: inline-block;
    border: 1px solid transparent;
    margin-right: 7px;
    cursor: pointer;
}
.common-btn:hover, .common-btn:focus {
    text-decoration: none;
    outline: none;
    color: #82bd43;
    background: #fff;
    border: 1px solid #82bd43;
}
.orange-btn {
    background: #fac707;
    color: #000;
    text-align: center;
    padding: 7px 20px;
    margin-top: 10px;
    text-decoration: none;
    outline: none;
    transition: 0.3s;
    display: inline-block;
    border: 1px solid transparent;
    margin-right: 7px;
    cursor: pointer;
}
.orange-btn:hover, .orange-btn:focus {
    text-decoration: none;
    outline: none;
    color: #fac707;
    background: #000;
    border: 1px solid #fac707;
}
.blue-btn {
    background: #00b9e1;
    color: #fff;
    text-align: center;
    padding: 7px 20px;
    margin-top: 10px;
    text-decoration: none;
    outline: none;
    transition: 0.3s;
    display: inline-block;
    border: 1px solid transparent;
    margin-right: 7px;
    cursor: pointer;
}
.blue-btn:hover, .blue-btn:focus {
    text-decoration: none;
    outline: none;
    color: #00b9e1;
    background: #000;
    border: 1px solid #00b9e1;
}
.common-outline-btn {
    background: transparent;
    color: #fff;
    text-align: center;
    padding: 7px 20px;
    margin-top: 10px;
    text-decoration: none;
    outline: none;
    transition: 0.3s;
    display: inline-block;
    border: 1px solid #fff;
    margin-right: 7px;
    cursor: pointer;
}
.common-outline-btn:hover, .common-outline-btn:focus {
    text-decoration: none;
    outline: none;
    color: #82bd43;
    background: #fff;
    border: 1px solid #fff;
}
.common-outline-btn-green {
    background: transparent;
    color: #82bd43;
    text-align: center;
    padding: 7px 20px;
    margin-top: 10px;
    text-decoration: none;
    outline: none;
    transition: 0.3s;
    display: inline-block;
    border: 1px solid #82bd43;
    margin-right: 7px;
    cursor: pointer;
}
.common-outline-btn-green:hover, .common-outline-btn-green:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
    background: #82bd43;
    border: 1px solid #82bd43;
}

.mob-view{
    display: none;
}
.img-btn{
    transition: transform .2s;
}
.img-btn:hover{
    transform: scale(0.9);
}


/*how-it-works*/

.how-it-works{
    background: url('../images/how-it-works-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
    color: #fff;
}
.how-it-works p{
    color: #fff;
}
.left-box{
    padding: 30px;
    background: #fff;

}
.left-box ul{
    list-style: none;
    padding: 10px;
    margin-bottom: 0;
}
.left-box ul label{
    color: #575757;
    font-family: 'montserratmedium';
}
.left-box ul p{
    color: #575757;
}
.left-box ul i{
    color: #7cb441;
    font-size: 2.5rem;
    line-height: 100px;
}
.left-box ul li{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    cursor: pointer;
}
.shadow-icon{
    position: relative;
    margin-right: 15px;
    cursor: pointer;
    text-align: center;
}
.shadow-icon i{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 90px;
    transition: transform .4s ease-in-out;
}
.shadow-icon img{
   box-shadow: 5px 0px 15px 0px #ccc;
   border-radius: 50%;
   width: 100px;
   transition: 0.4s;
}
.left-box ul li:hover .shadow-icon img{
    box-shadow: 1px 0px 5px 0px #eee;
}
.left-box ul li:hover .shadow-icon i{
    transform: rotate(360deg);
}
.how-it-works-btn {
    display: inline-block;
    text-decoration: none;
    padding: 8px 36px;
    border: 2px solid #7cb441;
    color: #fff;
    background: #7cb441;
    transition: 0.3s;
    font-family: 'Montserrat-Bold';
}
.how-it-works-btn:hover{
    color: #7cb441;
    background: transparent;
}
.post-date{
    position: absolute;
    top: 30px;
    right: 30px;
    display: inline-block;
    width: 70px;
    background: #fff;
    box-shadow: 5px 0px 15px 0px #ccc;
}
.post-date label{
    display: block;
    padding: 7px;
}
.post-date span{
    display: block;
    background: #7cb441;
    color: #fff;
    padding: 5px;
}
.theme-link{
    text-decoration: none;
    color: #7cb441;
}
.theme-link:hover{
    color: #000;
}
.card-title{
    font-size: 1.2rem;
}
.owl-carousel .owl-stage-outer{
    display: flex;
}
.card{
    height: 100%;
}

.call-action, .call-action.box-s3 {
    background-color: #82bd43;
}
.call-action {
    color: #fff;
    background-image: url(../images/cta-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    -webkit-transform: skewX(-36deg);
    -moz-transform: skewX(-36deg);
    -ms-transform: skewX(-36deg);
    transform: skewX(-36deg);
    padding: 15px 40px;
}
.cta-block{
    -webkit-transform: skewX(36deg);
    -moz-transform: skewX(36deg);
    -ms-transform: skewX(36deg);
    transform: skewX(36deg);
}
.cta{
    margin: 40px 0;
}
.cta-block h3{
    font-family: 'montserratbold';
    margin-bottom: 0;
}

/*Join Page CSS*/


.contact-btn{
    background: #81bc44;
    color: #fff !important;
    border-radius: 7px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    transition: 0.3s;
}
.contact-btn:hover{
    background: #000;
    color: #fff !important;
    border-radius: 7px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.banner{
    position: relative;
}
.banner-text{
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    width: 800px;
    margin: 0 auto;
}
.banner-text h2 span {
    color: #81BC44;
}

.banner-text h2 i {
    color: #FD8A09;
    font-style: normal;
}
.banner-btn{
    display: inline-block;
}
.banner-btn img{
    width: 250px;
    transition: transform .2s;
}
.banner-btn img:hover{
    transform: scale(1.1);
}

.money-making{
    padding: 60px 0;
}
h2 span {
    color: #81BC44;
}

h2 i {
    color: #FD8A09;
    font-style: normal;
}

.opened-doors{
    background: url('../images/earning-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    text-align: center;
}

.platform{
    padding: 80px 0;
    text-align: center;
}

.platform-box{
    border-bottom: 7px solid #FD8A09;
}
.platform-mid{
    border-bottom: 7px solid #81BC44;
}
.get-paid{
    padding-bottom: 60px;
    text-align: center;
}

.big-btn{
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    text-align: center;
    background: #81BC44;
    color: #fff;
}
.big-btn:hover{
    color: #fff;
}

.big-btn-outline{
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    text-align: center;
    background: transparent;
    border: 3px solid #81BC44;
    color: #81BC44;
    font-family: 'poppinssemibold';
}
.big-btn-outline:hover{
    color: #fff;
    background: #81BC44;
}

.three-check{
    background: url('../images/note-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0;
}
.three-check-box{
    background: #264655;
    border-radius: 20px;
    padding: 30px;
    padding-top: 0;
    text-align: center;
}
.three-check-img img{
    position: relative;
    top:-30px;
    width: 60px;
}

.revolution{
    background: url('../images/our-platform-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0;
    margin-top: 60px;
}
.revolution-box{
    padding: 30px;
    padding-top: 0;
    text-align: center;
    height: 100%;
}
.rev-bg-1{
    background: rgb(38 70 85 / 90%);
}
.rev-bg-2{
    background: rgb(253 138 9 / 90%);
}
.rev-bg-3 {
    background: rgb(1 130 159 / 90%);
}
.revolution-box h4{
    font-size: 1.1rem;
    font-family: 'poppinssemibold';
}
.revolution-img img{
    position: relative;
    top:-50px;
    width: 100px;
}
.earn-big{
    padding: 60px 0;
}
.earn-big-box{
    text-align: center;
    border-radius: 20px;
    border: 5px solid #B1B0B0;
    padding: 20px;
}
.earn-big-box img{
    width: 100px;
    margin-bottom: 10px;
}
.earn-big-box  label{
    font-family: 'poppinssemibold';
}

.we-different{
    padding: 60px 0;
}

.what-we-do-box {
    cursor: pointer;
    padding: 24px 15px;
    text-align: center;
    transition: 0.3s;
    height: 100%;
}
.what-we-do-box:hover{
    background: #ffba0a !important;
}
.what-we-do-text{
    padding: 8px;
}
.what-we-do-text label {
    color: #fff;
    padding: 15px auto;
    font-family: 'poppinsbold';
}
.what-we-do-text p {
    color: #fff;
    margin-top: 7px;
    margin-bottom: 18px;
    line-height: 25px;
}
.bg-color-1{
    background: #00a0c3;
}
.bg-color-2{
    background: #fe8b0a;
}
.bg-color-3{
    background: #e7c30b;
}
.bg-color-4{
    background: #ff5206;
}
.bg-color-5{
    background: #61c746;
}
.bg-color-6{
    background: #066593;
}

.no-delays{
    padding-bottom: 60px;
}
.no-delays-box{
    border: 6px solid #000;
    padding: 30px;
    padding-top: 0;
    text-align: center;
    height: 100%;
    border-radius: 20px;
}
.no-delays-img img {
    position: relative;
    top: -50px;
    width: 100px;
}
.delay-bg-1{
 background: #01829F;   
}
.delay-bg-2{
 background: #81BC44;   
}
.delay-bg-3{
 background: #FD8A09;   
}


.start-selling{
    background: url('../images/sign-up-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 90px 0;
}
.orange-btn{
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    text-align: center;
    background: #FD8A09;
    color: #fff;
}
.orange-btn:hover{
    color: #fff;
}



.black-btn2{
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    text-align: center;
    background: #000;
    color: #fff;
}
.black-btn2:hover{
    color: #fff;
}

.opportunity{
    padding: 70px 0;
}

.every-click{
    background: url('../images/every-click-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 90px 0;
}

/*About Page CSS*/
.mob-view-only {
    display: none;
}
.menu-banner .banner-caption {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}
.menu-banner .banner-content {
    position: relative;
    overflow: hidden;
}
.menu-banner .banner-caption h2 {
    color: #000000;
    font-size: 2.8rem;
    font-family: 'montserratextrabold';
    font-weight: normal;
}
.menu-banner .banner-text {
    position: relative;
    top: auto;
    left:  auto;
    right:  auto;
    text-align: left;
    color: #000;
    width: 100%;
    margin: 0;
}

.menu-banner .banner-btn {
    background: #82bd43;
    color: #fff;
    text-align: center;
    padding: 7px 20px;
    margin-top: 10px;
    text-decoration: none;
    outline: none;
    transition: 0.3s;
    display: inline-block;
    border: 1px solid #82bd43;
    margin-right: 7px;
    cursor: pointer;
}
.menu-banner .banner-btn:hover, .menu-banner .banner-btn:focus {
    text-decoration: none;
    outline: none;
    color: #82bd43 !important;
    background: transparent;
    border: 1px solid #82bd43;
}

.menu-banner .feature {
    display: flex;
    align-items: center;
    width: 540px;
    transform: skewX(-26deg) !important;
    margin: 15px;
    background: rgb(0 0 0 / 47%);
}
.menu-banner .join-btn {
    padding: 14px 24px;
    background-color: #82bd43;
    margin: 10px;
    color: #fff;
    transition: 0.3s;
    cursor: po inter;
}
.menu-banner .join-btn a{
    color: #fff;
    text-decoration: none;
    font-family: 'montserratsemibold';
    transform: skewX(26deg) !important;
    display: block;
}
.menu-banner .join-btn:hover{
    background-color: #fff;
    color: #82bd43;
}
.menu-banner .join-btn:hover a{
    color: #82bd43;
}
.cntn1 {
    padding-left: 20px;
    transform: skewX(26deg) !important;
    padding-right: 70px;
}
.text-right p{
    color: #fff;
    font-size: 0.9rem;
}
.text-right h3{
    color: #fff;
    font-family: 'montserratsemibold';
    font-size: 1.2rem;
    margin-bottom: 0;
}
.text-right{
    position: absolute;
    top: 35%;
    right: -75px;
}

.proprietary {
    background: url(../images/proprietary-bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 100px 0;
}

/*How it works*/
.how-we-do {
    padding: 60px 0;
}
.lets-started-row {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}
.how-we-do-box {
    position: relative;
    cursor: pointer
    transition: 0.3s;
    height: 100%;
}
.how-we-do-box {
    position: relative;
    cursor: pointer;
    padding: 30px;
    text-align: center;
    transition: 0.3s;
}

.how-we-do-box:hover .icon-box i {
    transform: rotate(360deg);
}
.how-we-do-box:hover .icon-box i {
    transition: transform .4s ease-in-out;
}
.how-we-do-box .icon-box {
    position: absolute;
    top: -45px;
    width: 90px;
    height: 90px;
    left: 0;
    right: 0;
    border-radius: 50%;
    line-height: 90px;
    text-align: center;
    margin: 0 auto;
    background: #fff;
}
.how-we-do-text {
    margin-top: 25px;
}
.how-we-do-text label {
    font-family: 'montserratbold';
    color: #fff;
    margin-bottom: 0;
}
.how-we-do-text p {
    color: #fff;
    margin-bottom: 0;
}
.how-we-do-box i {
    font-size: 2rem;
}

.bg-color-1{
    background: #00a0c3;
}
.how-we-do-box.bg-color-1 .icon-box {
    border: 3px solid #00a0c3;
}
.how-we-do-box.bg-color-1 .icon-box i {
    color: #00a0c3;
}

.bg-color-2{
    background: #fe8b0a;
}
.how-we-do-box.bg-color-2 .icon-box {
    border: 3px solid #fe8b0a;
}
.how-we-do-box.bg-color-2 .icon-box i {
    color: #fe8b0a;
}

.bg-color-3{
    background: #e7c30b;
}
.how-we-do-box.bg-color-3 .icon-box {
    border: 3px solid #e7c30b;
}
.how-we-do-box.bg-color-3 .icon-box i {
    color: #e7c30b;
}

.bg-color-4{
    background: #ff5206;
}
.how-we-do-box.bg-color-4 .icon-box {
    border: 3px solid #ff5206;
}
.how-we-do-box.bg-color-4 .icon-box i {
    color: #ff5206;
}

.bg-color-5{
    background: #40a426;
}
.how-we-do-box.bg-color-5 .icon-box {
    border: 3px solid #40a426;
}
.how-we-do-box.bg-color-5 .icon-box i {
    color: #40a426;
}

.bg-color-6{
    background: #066593;
}
.how-we-do-box.bg-color-6 .icon-box {
    border: 3px solid #066593;
}
.how-we-do-box.bg-color-6 .icon-box i {
    color: #066593;
}
.how-we-do-box:hover{
    background: #ffba0a !important;
}

.rd-shadow {
    box-shadow: 5px 0px 15px 0px #ccc;
}
.left-box {
    padding: 30px;
    background: #fff;
}

/*Counter*/
.counter-achive{
    padding: 15px 0;
    background: url('../images/adv-bg-strip.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.counter-achive ul li {
    display: inline-block;
    text-align: center;
    border-right: 1px solid #fff;
}
.counter-achive ul li:last-child {
    border-right: 1px solid transparent;
}
.counter-achive ul li:before {
    background: transparent;
    border: 1px solid transparent;
}
.counter-achive ul li i{
    font-size: 30px;
}
.counter-achive ul li label{
    font-size: 26px;
    font-family: "montserratbold";
    font-weight: normal;
    margin-top: 5px;
}
.counter-achive ul li span{
    font-size: 14px;
}
.counter-achive ul li i, .counter-achive ul li label, .counter-achive ul li span {
    display: block;
    color: #fff;
}

/*Testimonial*/
#carouselExampleCaptions .carousel-item img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    z-index: 1;
    border: 2px solid #29abe2;
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
}
#carouselExampleCaptions .carousel-caption {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    padding-top: 65px;
    padding-bottom: 1.25rem;
    padding-left: 70px;
    padding-right: 70px;
    color: #58697e;
    text-align: center;
    box-shadow: 5px 0px 15px 0px #ccc;
}
#carouselExampleCaptions .carousel-inner{
    padding: 60px;
    padding-top: 100px;
}
#carouselExampleCaptions .carousel-caption h5{
    color: #ffba0a;
    font-family: 'montserratmedium';
    font-size: 1rem;
}
#carouselExampleCaptions .carousel-caption small{
    color: #575757;
    font-size: 0.8rem;
}
.carousel-control-next-icon{
    background: #000;
    width: 25px;
    height: 25px;
    color: #ffba0a;
}
.carousel-control-prev-icon{
    background: #000;
    width: 25px;
    height: 25px;
    color: #ffba0a;
}

/*Industries We Serve*/
.industries-box{
    text-align: center;
    padding: 40px 5px;
    transition: 0.3s;
}
.industries-box:hover{
    box-shadow: 5px 0px 15px 0px #ccc;
}
.industries-icon a{
    display: block;
    text-decoration: none;
}
.industries-icon i{
    font-size: 2rem;
    margin-bottom: 10px;
    display: block;
}
.industries-box label{
    font-size: 1rem;
    font-family: 'montserratmedium';
}
.industries-box label a{
    text-decoration: none;
    color: #454545;
    display: block;
}
.icon-color-1{
    color: #f87b41;
}
.icon-color-2{
    color: #49caa7;
}
.icon-color-3{
    color: #003e57;
}
.icon-color-4{
    color: #1ab5e0;
}
.icon-color-5{
    color: #d36f39;
}
.icon-color-6{
    color: #e6bf00;
}
.icon-color-7{
    color: #f8ac1c
}
.icon-color-8{
    color: #ee5c45;
}
.icon-color-9{
    color: #a7c101;
}
.icon-color-10{
    color: #426d7a;
}
.icon-color-11{
    color: #31ac2f;
}
.icon-color-12{
    color: #81adba;
}

.contact-form-box .form-control{
    border-radius: 0;
    height: 45px;
    border: 1px solid #ccc;
    color: #fff;
    background: rgb(0 0 0 / 23%);
}
.contact-form-box textarea.form-control{
    border-radius: 0;
    height: 145px;
}
.contact-form-box .form-control::placeholder {
    color: #fff;
}


/*CSS for blog*/
.our-blog .post-content a{
    color: #82bd43;
    font-family: 'montserratmedium';
    font-size: 1.2rem;
    text-decoration: none;
}
.our-blog .post-meta i{
    color: #82bd43;
}

.our-blog .timeline .timeline-date h3 {
    color: #ffffff;
    background: #82bd43;
}
.our-blog .timeline-date a {
    color: #fff;
}

/*CSS code for Steps*/

.timeline {
    width: 100%;
    margin: 50px 0 0;
    position: relative;
    padding-bottom: 120px;
}
.timeline:before {
    background: #505050;
    background: linear-gradient(to bottom,rgba(80,80,80,0) 0%,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%);
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: -35px;
    width: 3px;
    z-index: 0;
    filter: alpha(opacity=35);
    opacity: .35;
}
.timeline .timeline-date {
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 4%);
    position: relative;
    display: block;
    clear: both;
    width: 200px;
    height: 45px;
    padding: 5px;
    border: 1px solid #e5e5e5;
    margin: 0 auto 10px;
    text-shadow: 0 1px 1px #fff;
    border-radius: 4px;
    background: #fff;
    z-index: 1;
}
.timeline .timeline-body {
    position: relative;
    z-index: 1!important;
}
.timeline .timeline-box.left {
    clear: both;
}
.blog-posts:not(.blog-posts-no-margins) article {
    border-bottom: 1px solid rgba(0,0,0,.06);
    margin-bottom: 50px;
    padding-bottom: 20px;
}
.timeline .timeline-box {
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 4%);
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin: 20px 10px 10px;
    padding: 10px;
    width: 45.7%;
    float: left;
    z-index: 1;
    margin-bottom: 30px;
    background: #fff;
}
.timeline .timeline-box.left:before, .timeline .timeline-box.right:before {
    background: #08c;
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #08c;
}
.timeline .timeline-box.left:before {
    background: none repeat scroll 0 0 #e5e5e5;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #e5e5e5;
    content: "";
    display: block;
    height: 7px;
    margin-right: -5px;
    position: absolute;
    left: 50%;
    margin-top: 22px;
    width: 8px;
    transform: translate3d(-50%,0,0);
    z-index: 1;
}
.timeline .timeline-box.left .timeline-box-arrow {
    transform: rotate(45deg);
    content: '';
    display: block;
    background: #fff;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    float: right;
    height: 14px;
    margin-top: 17px;
    margin-right: -18px;
    width: 14px;
    z-index: 0;
}
.timeline .timeline-box.right .timeline-box-arrow {
    transform: rotate(45deg);
    content: '';
    display: block;
    background: #fff;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    float: left;
    height: 14px;
    margin-top: 28px;
    margin-left: -18px;
    width: 14px;
    z-index: 0;
}
.timeline .timeline-date h3 {
    display: block;
    text-align: center;
    color: #757575;
    font-size: .9em;
    line-height: 32px;
    font-family: 'montserratbold';
}
.timeline .timeline-box.right {
    clear: right;
    float: right;
    right: -1px;
    margin-top: 40px;
}
.blog-posts:not(.blog-posts-no-margins) article {
    border-bottom: 1px solid rgba(0,0,0,.06);
    margin-bottom: 50px;
    padding-bottom: 20px;
}
.timeline .timeline-box {
    box-shadow: 5px 0px 15px 0px #ccc;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin: 20px 10px 10px;
    padding: 10px;
    width: 40%;
    float: left;
    z-index: 1;
    margin-bottom: 30px;
    background: #fff;
}
.timeline .timeline-box.left:before, .timeline .timeline-box.right:before {
    background: #0f6888;
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #0f6888;
}
.timeline .timeline-box.right:before {
    background: none repeat scroll 0 0 #82bd43;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #82bd43;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    left: 50%;
    margin-top: 32px;
    width: 8px;
    transform: translate3d(-50%,0,0);
    z-index: 1;
}
.timeline-date a{
    color: #e93764;
    text-decoration: none;
}
.timeline-box {
    transition: 0.3s;
    cursor: pointer;
}
.timeline-box:hover {
    background: #82bd43;
}
.timeline-box:hover h1{
    color: #fff;
}
.timeline-box:hover label{
    color: #fff;
}
.timeline .timeline-box.left .timeline-box-arrow{
    transition: 0.3s;
}
.timeline .timeline-box.right .timeline-box-arrow{
    transition: 0.3s;
}

.timeline .timeline-box:hover.left .timeline-box-arrow{
    background: #82bd43;
}
.timeline .timeline-box:hover.right .timeline-box-arrow{
    background: #82bd43;
}
.our-blog .timeline-box:hover .post-content a {
    color: #fff;
}
.our-blog .timeline-box:hover .post-content p {
    color: #fff;
}
.our-blog .timeline-box:hover .post-meta i {
    color: #fff;
}
.timeline-box:hover .common-btn {
    background: #fff;
    color: #82bd43;
    border: 1px solid transparent;
}
.post-meta span{
    font-size: 0.8rem;
}


.common-search.form-control {
    border-radius: 40px;
    font-size: 0.8rem;
    padding-left: 20px;
    padding-right: 120px;
    height: 45px;
}
.search-box{
    position: relative;
    width: 470px;
    margin: 0 auto;
}

.search-btn-2{
    position: absolute;
    height: 45px;
    border-radius: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 30px;
    background: #82bd43;
    color: #fff;
    border: none;
    right: 0;
    top: 0;
}


.join-banner .banner-text {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    width: 800px;
    margin: 0 auto;
}

.banner-join-btn{
    display: inline-block;
}
.banner-join-btn img {
    width: 250px;
    transition: transform .2s;
}

.banner-join-btn img{
    width: 250px;
    transition: transform .2s;
}
.banner-join-btn img:hover{
    transform: scale(1.1);
}

.bdr-5{
    border: 5px solid #fff;
}
.sub-heading {
    color: #7cb441;
    font-family: 'montserratextrabold';
    font-size: 28px;
}


.advertiser-new{
    background: url('../images/advertiser-new-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    padding-top: 120px;
}
.service-icon{
    border-radius: 50%;
    border: 2px solid #82bd43;
    width: 120px;
    position: absolute;
    top: -60px;
    left: 20px;
    background: #000;
}
.advertiser-new-box{
    border: 2px solid #82bd43;
    padding: 20px;
    height: 100%;
    position: relative;
}
.advertiser-new-box .sub-heading{
    margin-top: 60px;
    font-size: 1.3rem;
}
.advertiser-new-box:hover {
    background: #82bd43;
    cursor: pointer;
}
.advertiser-new-box:hover  .sub-heading {
    color: #fff;
}
.advertiser-new-box:hover  .common-outline-btn-green{
    border: 1px solid #fff;
    color: #fff;
}
.advertiser-new-box:hover  .service-icon{
    background: #82bd43;
}
.advertiser-new-box .img-text{
    margin-bottom: auto;
}
.advertiser-new-box .btn-box{
    width: 100%;
}
.menu-banner .banner-caption h2 span{
    color: #80c220;
}


/*5 Septmber CSS*/

/*Perfect Influencer CSS*/
.perfect-influencer{
    padding: 60px 0;
}
.common-heading-black{
    color: #000;
    font-family: 'montserratextrabold';
    font-size: 36px;
}
.common-heading-black span{
    color: #80c220;
}
.green-line{
    background: #80c220;
    border-color: #80c220;
    width: 200px;
    height: 4px !important;
    opacity: 1;
}

/*Influencers Tab CSS*/
.influencers-tab{
    background: url('../images/influencers-tab.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0;
}
.influencers-tab .nav-link{
    color: #fff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #80c220;
    background-color: transparent;
    border-bottom: 3px solid #80c220;
    border-radius: 0;
}

/*Connect Brand CSS*/
.connect-brand{
    background: url('../images/connect-brand-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0;
}
.connect-brand-box{
    border: 1px solid #fff;
    height: 100%;
    padding: 20px;
    text-align: center;
}
.connect-brand-box h5{
    font-size: 24px;
    color: #80c220;
    font-family: 'montserratbold';
}

/*Testimonials CSS*/
.testimonials{
    padding: 60px 0;
}
.testimonial-box{
    text-align: center;
    border: 2px solid #80c220;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    height: 100%;
}
.testimonial-text label{
    font-size: 18px;
    color: #80c220;
    font-family: 'montserratmedium';
    margin-bottom: 10px;
    margin-top: 40px;
}
.testimonial-text p{
    font-style: italic;
    font-size: 0.8rem;
}
.comma{
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
}
.comma img{
    width: 100px;
    border-radius: 50%;
    border: 2px solid #80c220;
    background: #fff;
}

/*Influencer CTA-1 CSS*/
.influencer-cta-1{
    background: url('../images/influencer-cta-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0;
}


/*Influencer Steps CSS*/
.influencer-steps{
    padding: 60px 0;
}
.influencer-steps-box{
    background: #fff;
    height: 100%;
    padding: 20px;
    position: relative;
    text-align: center;
}
.steps-number{
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    margin: 0 auto;
}
.steps-number label{
    font-size: 40px;
    font-family: 'montserratextrabold';
    color: #fff;
}
.steps-text p{
    margin-bottom: 0;
}
.steps-text label{
    font-size: 20px;
    font-family: 'montserratbold';
    display: block;
    margin-bottom: 10px;
    margin-top: 30px;
}
.bdr-b-1{
    border-bottom: 4px solid #fe8b0a;
}
.bdr-b-2{
    border-bottom: 4px solid #00a0c3;
}

.bdr-b-3{
    border-bottom: 4px solid #ff5206;
}

.bdr-b-4{
    border-bottom: 4px solid #61c746;
}


/*FAQ CSS*/
.home-faq{
    padding: 60px 0;
}
.accordion-button{
    background: #80c220;
    color: #fff;
}.menu-banner .banner-caption

/*New Banner CSS*/
.banner-right-text{
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #80c220;
    background: rgb(0 0 0 / 65%);
    margin-top: 130px;
}


/*Home Services CSS*/
.icon-style i{
    font-size: 2.5rem;
}
.for-affiliates{
    background: url('../images/for-affiliates-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0;
}
.affiliates-text-box{
    border: 1px solid #80c220;
    padding: 10px;
    align-items: center;
}
.affiliates-icon i{
    color: #80c220;
    font-size: 2rem;
    display: inline-block;
}
.text-affiliates{
    padding-left: 10px;
}
.for-advertisers{
    padding: 60px 0;
}
.for-advertisers-box{
    border: 1px solid #80c220;
    padding: 10px;
    text-align: center;
    height: 100%;
}
.for-advertisers-box i{
    color: #80c220;
    font-size: 2rem;
    display: inline-block;
    margin: 15px 0;
}

.menu-banner .banner-caption h2 span.blue-text {
    color: #0ecfff;
}
.menu-banner .banner-caption h2 span.orange-text {
    color: #fac707;
}

/*New Code for Banner*/
.menu-banner .banner-caption h3{
    font-size: 2rem;
    font-family: 'montserratextrabold';
}
.menu-banner .banner-caption h3 span.blue-text {
    color: #0ecfff;
    display: inline-block;
}
.menu-banner .banner-caption h3 span.orange-text {
    color: #fac707;
    display: inline-block;
}
.quote-text{
    background: url('../images/quote-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 35px 40px 20px 40px;
    position: relative;
}
.quote-img{
    position: absolute;
    left: 5px;
    top: 5px;
}
.quote-img img{
    width: 40px;
}

/*Navbar New CSS*/
.navbar-dark.bg-dark {
    background-color: transparent !important;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
}

.navbar-dark.bg-blog {
    background-color: #000;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
}

.navbar-dark .navbar-nav .nav-link{
    color: #fff;
    font-size: .9rem;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
    color: #fff;
}

/*New CSS*/
.accordion-button:not(.collapsed) {
    color: #80c220;
    background-color: #f9ffef;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.money-making{
    padding: 60px 0;
}
.orange-text {
    color: #fac707;
}
.blue-text {
    color: #0ecfff;
}


.ra-sign{
    width: 200px;
}

.quote-img-new{
    margin: 0 auto;
    width: 60px;
    margin-bottom: 20px;
}
.expertise .top-verticals-box{
    text-align: center;
    border: 2px solid #80c220;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    height: 100%;
}

.accordion-header{
    font-family: 'poppinsregular';
}


/*Media Partner*/
.media-partner{
    padding: 60px 0;
}
.media-logo{
    border: 2px dashed #80c220;
    padding: 5px;
    border-radius: 15px;
}

.affiliate-partner{
    padding: 40px 0;
    padding-top: 60px;
    background: #f2f2f2;
}
.affiliate-logo {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 15px;
    background: #fff;
}
/*Pricing*/
.pricing-box{
    background: rgb(242 242 242 / 74%);
    padding: 10px;
    height: 100%;
    border: 1px solid #ccc;
}
.pricing-box h4{
    font-size: 1.1rem;
    font-family: 'poppinsmedium';
    padding: 10px;
    color: #fff;
}
.pricing-box p{
    font-size: 0.8rem;
    margin-bottom: 8px;
}
.pricing-content{
    margin-bottom: auto;
    text-align: center;
}
.plans-box{
    background: #000;
    padding: 20px;
    height: 100%;
    border: 1px solid #ccc;
}
.plans-box h4{
    font-size: 1.1rem;
    font-family: 'poppinsmedium';
    padding: 10px;
    color: #fff;
}
.plans-text{
    margin-bottom: auto;
}



/* 7.6.25 */
.input-wrapper {
  position: relative;
  width: 100%;
  max-width: 300px;
}

.search-input {
  width: 100%;
  padding: 10px 40px 10px 12px; /* right padding for icon */
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.input-wrapper .search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s ease;
}

.input-wrapper .search-btn:hover {
  color: #333;
  transform: translateY(-50%) scale(1.2);
}




.card-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  align-items: stretch;
}


.blog-post-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #333;
  max-width: 400px;
  margin: 10px auto;
  height: 100%; 
}

.blog-post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.featured-image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

.content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 16px;
}
.topics .topic {
  color: #80c220;
  font-size: 12px;
  padding: 4px 2px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .5px;
}

.read-time {
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}


.read-time i {
  margin-right: 4px;
  color: #999;
}

.title {
  font-size: 18px;
  font-weight: normal !important;
  margin-bottom: auto; 
  line-height: 1.4;
  color: #222;
}

.read-more {
  font-size: 14px;
  color: #0073e6;
  font-weight: 400;
  margin: 0px 0px 20px 0px;
  display: inline-block;
  transition: 2s all
}

.read-more:hover {
  color: #023265;
  margin-left: 10px;
  
}

.pdtop{padding-top: 120px !important;}






.blog-single .image {
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
}

.blog-single .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}


.blog-card {
  position: relative;
  overflow: hidden;
}

.blog-card .image img {
  width: 100%;
  display: block;
  height: auto;
}

/* Centered overlay with padding */
.overlay-center {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 50px;
  width: 60%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5); /* optional, or remove if no background */
  text-align: left;
  margin-left: 5%;
  padding:30px;
  border-radius: 20px;
}

.overlay-center .blog-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
}

.overlay-center .blog-meta {
  font-size: 15px;
}

.overlay-center .blog-meta a {
  color: #fff;
  margin-right: 12px;
  text-decoration: none;
}

.overlay-center .blog-meta i {
  margin-right: 6px;
}



.blog-detail .content img {
  width: 80%;
  height: 60%;
  object-fit: cover;
  border-radius: 20px;
  margin: auto;
}





.blog-detail p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 1.5em;
}

.blog-detail h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 30px 0 15px;
  color: #222;
  line-height: 1.4;
}

.blog-detail blockquote {
  position: relative;
  font-style: italic;
  background: #f9f9f9;
  padding: 20px 30px;
  margin: 30px 0;
  border-left: 4px solid #ffc107;
  color: #555;
}

.blog-detail blockquote i {
  font-size: 20px;
  margin-right: 8px;
  color: #ffc107;
}




/*Start Media Query*/
@media screen and (max-width: 1400px) {

}


@media screen and (min-width: 1600px) {
  
}
@media screen and (max-width: 1260px) {
	
}
/*For Tablet and iPad Screens*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
   
}

@media only screen and (max-width: 1024px) {
    .input-wrapper {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: auto;
} 
}

@media only screen and (max-width: 767px) {
    .pdtop{padding-top: 50px !important;}

   
    .menu-banner .banner-content {
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
    }
    
    .navbar-dark.bg-dark {
        background-color: #000 !important;
        position: relative;
        border-bottom: 1px solid rgb(255 255 255 / 30%);
    }
    .banner-content img.inner-banner-img {
        height: 610px;
        object-fit: cover;
        object-position: center;
    }
    .quote-img {
        left: 15px;
        top: 5px;
    }
    .quote-img img {
        width: 60px;
    }
    .quote-text{
        background: url('../images/quote-bg-mob.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 35px 40px 20px 40px;
        position: relative;
    }
    .top-icon-btn {
        width: 60px;
    }
    .banner-section .feature{
        display:none;
    }
    .menu-banner .banner-text{
        text-align:center;
    }
    .banner-right-text{
        margin-top:30px;
        padding: 10px;
    }
    .banner-content img.home-page-banne-img{
        height: 610px;
        object-fit: cover;
        object-position: left;
    }
    .connect-brand-box {
        height: auto;
        margin-bottom: 20px;
    }
    .testimonial-box {
        height: auto;
        margin: 30px 0;
    }
    .influencer-steps-box {
        height: auto;
        margin: 30px 0;
    }
   
    .influencers-tab {
        padding: 60px 0;
    }
    .influencer-cta-1{
        padding: 60px 0;
    }
    .advertiser-new {
        padding-top: 20px;
    }
    .advertiser-new-box {
        height: auto;
        margin-top: 90px;
    }
    .join-banner .banner-text{
        width: 100%;
    }
    .join-banner .banner {
        overflow: hidden;
    }
    .join-banner img.w-100 {
        height: 600px;
        object-fit: cover;
    }
    .search-box {
        width: 100%;
    }
    
    .menu-banner .banner-caption{
        text-align:center;
    }
    .mobile-view-only{
        display:block;
    }
    .top-header {
        display: none;
    }
    .col-md-6.pe-0{
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
    }
    .col-md-6.ps-0{
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }
    .col-md-6.mob-col{
        width: 50%;
    }
    .desktop-view-only{
        display: none;
    }
    .mob-view-only{
        display: block;
    }
    .navbar-light .navbar-brand img{
        width: 250px;
    }
    .banner-section {
        position: relative;
        top: 0;
    }
    #navbar {
        position: relative;
        z-index: 2;
        background: #ffffff;
        padding: 10px 0;
        box-shadow: 5px 5px 5px #e4e4e4;
    }
    .menu-banner .banner-caption {
        top: auto;
    }
    .menu-banner .banner-caption h2 {
        font-size: 2.5rem;
    }
    .menu-banner.home-page-banner .banner-caption h2 {
        font-size: 3.8rem;
    }
    .menu-banner.home-page-banner .banner-caption p {
        font-size: 1.5rem;
    }
    .what-we-do{
        margin-top: 70px !important;
    }
    .left-box ul li {
        display: block;
        text-align: center;
    }
    .power-text {
        position: relative;
        bottom: 0;
        margin-top: 30px;
    }
    .mob-m-3{
        margin-top: 3rem;
    }
    .call-action{
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        transform: skewX(0deg);
    }
    .cta-block{
            -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        transform: skewX(0deg);
    }
    .cta-block .col-md-3.text-end{
        text-align: center !important;
        margin-top: 15px;
    }
    footer h5{
        margin-top: 30px;
    }
    footer {
        padding: 20px 0;
    }
    .contacts-link {
        text-align: center;
    }
    .navbar-light .navbar-toggler {
        color: #82bd43;
        border-color: #82bd43;
    }
    .navbar-expand-lg .navbar-nav .nav-link.top-header-btn {
        margin-left: 0;
        width: 100%;
        text-align: left;
        background: transparent;
        color: #000;
        border: 0px solid transparent;
        padding: 0.5rem 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link.top-header-btn i{
        display:none;
    }
    .top-header .social-icons {
        margin: 10px 0;
        display: block;
        text-align: center;
    }
    .mob-login-btn{
        background: #5ca113;
        padding: 10px;
        text-align: center !important;
    }
    .contacts-link li a {
        padding: 0 7px;
        font-size: 13px;
    }
    .text-right {
        position: absolute;
        top: inherit;
        bottom: 20px;
        right: 0;
        width: 100%;
    }
    .feature {
        display: flex;
        align-items: center;
        width: 100%;
        transform: skewX(0deg) !important;
        margin: 15px 0;
        background: rgb(0 0 0 / 47%);
    }
    .join-btn a {
        transform: skewX(0deg) !important;
    }
    .text-right p {        
        font-size: 0.8rem;
        padding-right: 55px;
    }
    .left-box {
        padding: 15px;
    }
    .cta-block h3 {
        text-align: center;
    }
    .contacts-link li {
        padding-right: 5px;
    }
    .how-we-do-box {
        padding-bottom: 65px;
    }
    .proprietary {
        background: url(../images/mob-internal-banner.jpg);
    }
    
    .mob-view-only {
        display: block;
    }
    .desktop-view-only{
        display: none;
    }
    
    /*Join Mobile CSS*/
    .banner-text{
        width: 90%;
    }
    
    .three-check-box{
        margin-bottom: 40px;
    }
    .revolution-box{
        margin-bottom: 30px;
        height: auto !important;
    }
    .earn-big-icon{
        width: 130px !important;
        margin: 0 auto;
        display: inline-block;
        margin: 30px 0;
    }
    /*End Join Mobile CSS*/
    
    .advertiser .col-md-6 img{
        margin-top: 20px;
    }
    .how-it-works .common-heading{
        margin-top: 30px;
    }
    .cta-block {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .call-action {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
       transform: none; 
    }
    .cta-block .col-md-9{
        text-align: center;
    }
    .cta-block .col-md-3.text-end{
        text-align: center !important;
        margin-top: 20px;
    }
    .navbar-nav .nav-item i{
        display: inline-block;
    }
    .what-we-do-box{
        border-radius: 20px;
    }
    .top-verticals-box{
        border-radius: 20px;
    }
    .mousemove_rotate{
        width: 150px !important;
        margin: 30px 0;
    }
    .desktop-view{
        display: none;
    }
    .mob-view{
        display: block;
    }
    .owl-prev{
        left: 0;
    }
    .owl-next{
        right: 0;
    }
    .social-icons{
        margin-bottom: 30px;
    }
    .pad-custom {
        padding-top: 30%;
    }
    .advertiser{
        background-position: bottom;
    }
    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
        color: #fff;
    }
    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link>.fa-solid{
        color: #81bc44;
    }
    .navbar-brand img {
        width: 250px;
    }
}


@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  .menu-banner .banner-caption {
        top: auto;
   }
   .menu-banner .banner-content {
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
    }
    .banner-content img.home-page-banne-img {
        height: 580px;
        object-fit: cover;
        object-position: left;
    }
    .menu-banner.home-page-banner .banner-caption h2 {
        font-size: 3.8rem;
    }
}




