body{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.container {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
a{
    text-decoration: none;
}
ul,ol{
    margin: 0;
    padding: 0;
}
img{
    max-width: 100%;
}
.site-header.is-sticky{
    position: fixed !important;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
    background: #ffffff;
    width: 100%;
    z-index: 999;
}
.site-header.is-sticky .whatsapp-panel{
    display: block;
}
.site-header.is-sticky .nav-block {
    padding-left: 40px;
}
.site-header.is-sticky .nav-block ul li a {
    padding-top: 20px;
    padding-bottom: 20px;
}
.site-header.is-sticky  .nav-block ul {
    justify-content: center;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.site-header{
	position:relative;
}
.site-header .container{
    max-width: 100%;
}
.logo a{
    display: block;
}
.nav-block {
    padding-left: 80px;
}
.nav-block  ul{
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.nav-block ul li {
    position: relative;
    padding-left: 0px;
}
.nav-block ul li:before {
    display: none;
}
.nav-block ul li a{
    font-size: 13px;
    color:#000000;
    font-weight: 500;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding-top: 30px;
    padding-bottom: 33px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
}
.nav-block ul li a:after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: #bf1e2d;
}
.nav-block ul li a i{
    font-weight: 900;
    margin-right: 5px;
}
.whatsapp-panel{
    display: none;
    white-space: nowrap;
    width: 250px;
}
.whatsapp-panel a{
    display: flex;
    align-items: center;
}
.whatsapp-panel h3{
    color: #000000;
    line-height: 27px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0 !important;
}
.whatsapp-panel p{
    color: #000000;
    line-height: 27px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0 !important;
}
.whatsapp-panel img {
    width: 30px;
}
.whatsapp-panel i {
    display: block;
    margin-right: 15px;
}
.site-info-top{
    padding: 15px 0px;
}
.site-footer2 .icon1{
    width: 41px;
    margin-right: 30px;
}
.site-info-top .rb_button>span:after {
    content: '';
    background: url(../images/arrow-right-solid.svg) no-repeat center/cover;
    width: 15px;
    height: 15px;
    margin-top: 5px;
}
.copy-right{
    background: #000000;
    padding: 8px 0px;
    font-size: 14px;
    line-height: 24px;
}
.copy-right a{
    color: #ffffff;
    font-size: 16px;
}
ul>li:before {
    display: none !important;
}
.copy-right .privacy-txt{
    color: #ef3e36;
}
/*.partner */
.partner {
    padding: 30px 0 1px;
}
.partner .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
.partner .slick-dots li{
    padding: 0;
    margin:0px 5px;
}
.partner .slick-dots li button{
    font-size: 0px;
    width: 4px;
    height: 4px;
    opacity: .5;
    border-radius: 50%;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    background: #ef3e36;
    border: none;
    padding: 0;
}
.partner .slick-dots li.slick-active button{
    background: #ef3e36;
    opacity: 1;
    width: 20px;
    border-radius: 15px;
}
.partner .slick-slide img{
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.8s;
}
.partner .slick-slide:hover img{
    transform: rotate(360deg);
}
#rb_service_651f91a14c717:before{
    background: url(../../../../../../localhost/convertup/wp-content/uploads/2023/10/performance-box.jpg);
}
.copy-right ul li a:hover i{
    color: #fa584d;
}
.banner-slider .banner-inner{
    position: relative;
}
.banner-slider .container{
    position: absolute;
    left: 0;
    top: 20%;
    z-index: 99;
    height: 100%;
    width: 100%;
}
.banner-slider .text{
    max-width: 445px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
padding: 0px 0px 0px 49px;
     transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
  transform: translate3d(-0%, 0, 0);
}
.banner-slider img{
    width: 100%;
    height: 690px;
    object-fit: cover;
}
.banner-slider h3{
    color: #ffffff;
    line-height: 99px;
    font-weight: 800;
    font-size: 74px;
    margin-bottom: 10px !important;
}
.banner-slider p{
    color: #ffffff;
    font-size: 15px;
    line-height: 27px;
}
.rb_button{
    background-color: #ef3e36;
    border-color: #ef3e36;
        color: #ffffff;
        min-height: 50px;
    padding: 0 25px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    white-space: normal;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}


.rb_button.arrow_fade_out > span {
    padding-right: 24px;
}
.rb_button > span {
    position: relative;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
}

.rb_button.arrow_fade_out > span:after {
    right: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.rb_button > span:after {
    content: '\f121';
    font-family: 'rbicon';
    font-weight: 400;
    font-size: 16px;
    position: absolute;
    margin-top: 1px;
}

.rb_button.arrow_fade_out:hover > span {
    padding-left: 12px;
    padding-right: 12px;
}
.rb_button.arrow_fade_out:hover > span:after {
    right: -24px;
    opacity: 0;
}
.who-we-are-block {
    position: relative;
    margin-top: -255px;
    margin-bottom: 50px;
}
.who-we-are-block .rb_service_module  {
    min-height: 240px;
    padding-top: 35px ;
    padding-right: 40px ;
    padding-bottom: 33px ;
    padding-left: 40px ;
    background-color: #ffffff ;
    border-radius: 10px ;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}
.who-we-are-block .rb_service_module:hover{
    background: #bf1e2d;
    color: #ffffff !important;
}
.who-we-are-block .rb_service_module h3,
.who-we-are-block .rb_service_module .content_wrapper{
 transition: inherit !important;
}
.who-we-are-block .row > div:last-child .rb_service_module img{
    width: 200px;
}
.who-we-are-block  .service_icon_wrapper img{
    width: 150px;
}
.who-we-are-block .rb_service_module .hover-icon{
    display: none;
}
.who-we-are-block .rb_service_module:hover .hover-icon{
    display: block;
}
.who-we-are-block .rb_service_module:hover .normal-icon{
    display: none;
}

.about-us-block{
    padding-top: 50px;
    padding-bottom: 90px;
    background-image: url(../images/bg_b.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 737px 293px;
    background-position: bottom;
}
.sub-text{
    color: #ef3e36;
    font-size: 22px;
    padding: 10px 25px;
    line-height: 26px;
    border-radius: 10px;
    text-transform: uppercase;
    margin: 0 0 1.7em;
    background-color: #ffeeed;
}
.heading2{
    line-height: 1.4em;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}
.heading2:after {
    width: 30px;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0;
    border-radius: 2px;
    background-color: #ef3e36;
    content: "";
}
.about-us-block p,
.about-us-block ul li{
    font-size: 15px;
    line-height: 27px;
    color: rgba(0,0,0,0.75);
}
.service-block .text{
    padding-right: 70px;
}
.service-block .rb_service_module {
    margin-top: 30px;
    padding-top: 40px;
    padding-right: 50px;
    padding-bottom: 40px;
    padding-left: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}
#image-11:before,
#image-12:before {
    background-image: url(../images/performance-box.jpg);
}
#image-13:before,
#image-14:before {
     background-image: url(../images/display-box.jpg);
}
#image-21:before,
#image-22:before {
     background-image: url(../images/mobile-box.jpg);
}
#image-23:before {
     background-image: url(../images/native-box.jpg);
}
.service-block .rb_service_module:hover p,
.service-block .rb_service_module:hover h3{
    color: #ffffff !important;
}
.agency-block {
    padding: 50px 0;
}
.agency-block h2{
    margin-bottom: 0 !important;
    padding-bottom: 0px;
}
.agency-block h2:after{
    display: none;
}
.agency-block figure{
    border-radius: 10px !important;
    overflow: hidden;
}

.advertiser-block{
    background-color: #ffdddc;
    margin-bottom: 100px;
}
.advertiser-block .text{
    padding-top: 225px;
    padding-bottom: 200px;
}
.advertiser-block figure{
    width: 100%;
}
.advertiser-block .sub-text{
    color: #000000;
    background: #ffffff;
}
.advertiser-block p,
.agency-block p,
.publisher-block p{
    color: rgba(0,0,0,0.75);
    font-size: 15px;
    margin-top: 20px;
    line-height: 27px;
}
.publisher-block .text{
    padding-left: 40px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.publisher-block .row{
    -webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
    -moz-box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
}
.publisher-block img{
    height: 520px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px 0px 0px 10px;
}
.help-block {
    padding: 40px 0 90px;
    border-bottom: 1.5px solid #DBDBDB;
}
.help-block .heading2{
    padding-bottom: 10px;
}
.help-block .heading2:after {
    left: 50%;
    transform: translate(-50%,-0%);
}
.help-block .title {
    margin-bottom: 40px;
}
.help-block .title span{
    width: 74px;
    height: 74px;
    font-size: 30px;
    background-color: #ffdddc;
    color: #ef3e36;
    border-radius: 10px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/* accordion */

button.accordion {
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 20px;
  cursor: pointer;
  transition: background-color 0.2s linear;
  background: #ffffff;
}

button.accordion:after {
  font-family: FontAwesome;
  content: "\f0d7";
  font-family: "fontawesome";
  font-size: 18px;
  float: right;
  color: #C3C5C6;
}

button.accordion.is-open:after {
  content: "\f0d8";
  color: #7D3ED5;
}

.accordion-content {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
.accordion-panel button{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #000;
    border-top: 1px solid #DBDBDB;
}
.accordion-panel .accordion.is-open{
    color: #7D3ED5;
}
.accordion-panel .accordion-content{
    padding-left: 50px;
}
.accordion-panel .accordion-content p{
    font-size: 15px;
    line-height: 23px;
    color: #4C4C4D;
    padding-bottom: 30px;
}
.form-panel{
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
    padding-left: 40px;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.07);
    box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.07);
}
select {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit,
input[type="submit"]  {
    background-color: #ef3e36;
    border: 1px solid #ef3e36;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
    padding: 10px 30px;
    font-weight: 500;
    border-radius: 10px;
    margin-top: 25px;
    transition: all 0.3s;
    width: auto;
}
input.wpcf7-form-control.wpcf7-submit:hover,
input[type="submit"]:hover {
    background: #bf1e2d !important;
    border-color: #bf1e2d !important;
}
.back-to-top {
    position: fixed;
    bottom: 80px;
    right: 30px;
    color: #ef3e36;
    background-color: #ffffff;
    font-size: 20px;
    display: none;
    border: 1px solid #eee;
    width: 35px;
    height: 35px;
    z-index: 9999;
    text-align: center;
    line-height: 35px;
}
.close.btn-close{
    display: inline-block;
    border: none;
    position: absolute;
    right: 5px;
    top: 5px;
    opacity: 1;
    z-index: 9;
}
.modal h3{
    color: #000000;
    text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 );
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 0.5em;
}

.m-toggle {
    display: none;
    cursor: pointer;
}
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #000000;
    margin: 6px 0;
    transition: 0.4s;
}
.change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
}
.layout{
    overflow: hidden;
}
.page-template-page-privacy-policy .partner{
    display: none !important;
}
.page-template-page-privacy-policy ul{
    list-style: disc;
}
textarea{
    height: 130px;
}

/*responsive*/
@media only screen and (max-width: 1199px) {
    .nav-block {
        padding-left: 10px;
    }
    .nav-block ul li a {
        padding-left: 8px;
        padding-right: 8px;
    }
    .whatsapp-panel i {
        margin-right: 5px;
    }
    .who-we-are-block .rb_service_module{
        padding: 25px;
    }
    .rb_service_module.style_icon_left .service_icon_wrapper {
        margin-right: 15px;
    }
    .service-block .text {
        padding-right: 0;
    }
    .advertiser-block .text {
        padding-top: 198px;
        padding-bottom: 198px;
    }
    .site-header.is-sticky .nav-block {
        padding-left: 0px;
    }
    .whatsapp-panel {
        width: auto;
    }
}
@media only screen and (max-width: 991px) {
    .who-we-are-block .row > div{
        margin-bottom: 30px;
    }
    .banner-slider img {
        height: 590px;
    }
    .who-we-are-block {
        margin-bottom: 0;
    }
    .heading2 {
        font-size: 30px;
    }
    p:not(:last-child) {
        margin: 0 0 1em;
    }
    .about-us-block {
        padding-top: 0;
    }
    .advertiser-block .text {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .publisher-block .text {
        padding-left: 15px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .help-block .row{
        flex-direction: column-reverse;
    }
    .whatsapp-panel a {
        flex-direction: column;
        text-align: center;
    }
    .nav-block ul li a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .advertiser-block {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .m-toggle {
        display: inline-block;
        position: absolute;
        right: 15px;
    }
    .nav-block{
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        background: #fff;
        z-index: 999;
        width: 100%;
        padding:0;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .nav-block ul {
        flex-direction: column;
    }
    .nav-block ul li{
        width: 100%;
    }
    .nav-block ul li a {
        justify-content: flex-end;
        padding-left: 15px;
        padding-right: 15px;
    }
    .site-header.is-sticky .nav-block ul li a ,
    .site-header .nav-block ul li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .site-header {
        padding: 10px 0px;
    }
    .nav-block ul li a:after {
        height: 2px;
    }
    .who-we-are-block .service_icon_wrapper img,
    .who-we-are-block .row > div:last-child .rb_service_module img {
        width: 50px;
        margin-bottom: 15px;
    }
    .banner-slider h3 {
        line-height: 80px;
        font-size: 60px;
    }
    .banner-slider img {
        height: 530px;
    }
    .who-we-are-block .rb_service_module {
        padding: 20px;
        min-height: auto;
    }
    .heading2 {
        font-size: 25px;
    }
    h2:not(:last-child) {
        margin-bottom: 20px;
    }
    h2:not(:first-child) {
        margin-top: 20px;
    }
    .sub-text {
        font-size: 18px;
        padding: 8px 20px;
        line-height: 26px;
    }
    .about-us-block .row > div{
        margin-bottom: 30px;
    }
    .about-us-block .row > div:last-child{
        margin-bottom: 0px;
    }
    .about-us-block .row > div .row > div{
        margin-bottom: 0;
    }
    h3, .h3 {
        font-size: 20px;
    }
    .about-us-block {
        padding-bottom: 40px;
    }
    .service-block .rb_service_module {
        margin-top: 20px;
        padding-top: 30px;
        padding-right: 40px;
        padding-bottom: 30px;
        padding-left: 20px;
    }
    .advertiser-block .text {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .advertiser-block figure {
        height: 500px;
    }
    .publisher-block img {
        height: auto;
    }
    .publisher-block {
        margin-bottom: 40px;
    }
    .help-block .title span {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }
    .accordion-panel .accordion-content {
        padding-left: 20px;
    }
    .form-panel {
        padding-top: 30px;
        padding-right: 25px;
        padding-bottom: 25px;
        padding-left: 25px;
    }
    .partner {
        padding: 20px 0 0px;
    }
    .partner .slick-dots {
        margin: 10px 0;
    }
    .copy-right .row{
        flex-direction: column-reverse;
        text-align: center;
    }
    .copy-right ul,
     .copy-right span{
        justify-content: center !important;
    }
    .copy-right ul li{
        padding: 0px 5px;
    }
}
@media only screen and (max-width: 576px) {
    .who-we-are-block .row > div {
        margin-bottom: 20px;
    }
    body, button, input, select, textarea {
        font-size: 15px;
    }
    ul > li {
        padding-left: 0;
    }
    .whatsapp-panel{
        display: none !important;
    }
    .advertiser-block figure {
        height: 350px;
        border-radius: 10px;
        overflow: hidden;
    }
    .advertiser-block {
        margin-bottom: 40px;
    }
    .rb_button{
        min-height: 45px;
    }
    .site-info-top .text{
        margin-bottom: 15px;
    }
}







/* --------my css start------ */


.logo h1{
        font-size: 24px;
    font-family: sans-serif;
    text-transform: uppercase;
}

.logo h1 span{
    color: #c94b46;
}


.header-bottom{
    justify-content: space-around;
}

@media screen and (max-width: 768px) {
  .logo h1{
        font-size: 19px;
  }


  .header-bottom{
    justify-content: unset;
}
}