
/*
=======================================
    Developer : Saiful islam 
=======================================
*/
.hero_area.style_three {
    position: relative;
    height: 720px;
}

.hero_area.style_three .hero_content h5 {
    letter-spacing: 3px;
    color: #e01142;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
}

.hero_area.style_three .hero_content h5::before {
    content: "";
    position: absolute;
    width: 24%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background: #e11143;
}

.hero_area.style_three .hero_content h5 img {
    display: inline-block;
    width: 2%;
    position: relative;
    top: 4px;
}

.hero_area.style_three .hero_content h1 {
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    font-size: 65px;
    line-height: 60px;
    font-weight: 600;
    color: #012549;
}

.hero_area.style_three .hero_content p {
    margin: 25px 0 40px;
    -webkit-animation: 1s 1.8s fadeInUp both;
    animation: 1s 1.8s fadeInUp both;
    font-size: 17px;
    line-height: 32px;
    font-weight: 400;
    width: 60%;
    color: #6f7785;
}

.hero_area.style_three .hero_content a.btn.btn-gradient {
    display: inline-block;
    background: #e11143;
    color: #fff;
    padding: 9px 14px 9px 24px;
    font-size: 17px;
    border-radius: 5px;
    font-weight: 500;
    transition: .4s;
    border: 0;
    margin-right: 35px;
}

.hero_area.style_three .hero_content a.btn.btn-gradient::before{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #e01142;
    z-index: -1;
    transition: 0.5s;
}

.hero_area.style_three .hero_content a.btn.btn-gradient.btn-md.btn-animated-none i {
    display: inline-block;
    background: #fff;
    padding: 6px 9px;
    border-radius: 8px;
    margin-left: 12px;
    color: #e11143;
}

.hero_area.style_three .hero_content a.btn.btn-gradient:hover::before {
    width: 100%;
    left: 0;
}

.hero_area.style_three .hero_content a.btn.btn-gradient:hover {
    background: #012549;
    color: #fff;
    border: transparent;
}

.hero_area.style_three .hero-video-icon {
    display: inline-block;
    -webkit-animation: 1s 1.9s fadeInUp both;
    animation: 1s 1.9s fadeInUp both;
}

.hero_area.style_three .video-icon {
    display: flex;
    align-items: center;
}

.hero_area.style_three .slider-video-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    position: relative;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue3 1s linear infinite;
    -webkit-transition: .5s;
    background: #e11143;
}

@-webkit-keyframes ripple-blue3 {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(224, 17, 64, 0.3), 0 0 0 10px rgba(224, 17, 64, 0.3), 0 0 0 20px rgba(224, 17, 64, 0.3);
      box-shadow: 0 0 0 0 rgba(224, 17, 64, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(224, 17, 68, 0.3)
  }
  100% {
      -webkit-box-shadow: 0 0 0 10px rgba(224, 17, 68, 0.3), 0 0 0 20px rgba(224, 17, 68, 0.3), 0 0 0 30px rgba(224, 17, 68, 0);
      box-shadow: 0 0 0 10px rgba(225, 17, 67, 0.3), 0 0 0 20px rgba(225, 17, 67, 0.3), 0 0 0 30px rgba(225, 17, 67, 0)
  }
}

@keyframes ripple-blue3 {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(225, 17, 67, 0.3), 0 0 0 10px rgba(225, 17, 67, 0.3), 0 0 0 20px rgba(225, 17, 67, 0.3);
      box-shadow: 0 0 0 0 rgba(225, 17, 67, 0.3), 0 0 0 10px rgba(225, 17, 67, 0.3), 0 0 0 20px rgba(225, 17, 67, 0.3)
  }
  100% {
      -webkit-box-shadow: 0 0 0 10px rgba(225, 17, 67, 0.3), 0 0 0 20px rgba(225, 17, 67, 0.3), 0 0 0 30px rgba(225, 17, 67, 0);
      box-shadow: 0 0 0 10px rgba(225, 17, 67, 0.3), 0 0 0 20px rgba(225, 17, 67, 0.3), 0 0 0 30px rgba(225, 17, 67, 0)
  }
}


.hero_area.style_three .hero_content h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    -webkit-animation: 1s 1.2s fadeInUp both;
    animation: 1s 1.2s fadeInUp both;
}

.hero_area.style_three .shape_image {
    position: absolute;
    top: 135px;
    left: 680px;
    animation: bounce-shape1 3.50s infinite;
}

@keyframes bounce-shape1 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(50px);
    }
    100% {
        transform: translateX(0);
    }
}

.hero_area.style_three .shape_image-two {
    position: absolute;
    bottom: 80px;
    left: 170px;
    animation: bounce-shape2 3.50s infinite;
}

@keyframes bounce-shape2 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateY(50px);
    }
    100% {
        transform: translateX(0);
    }
}

hero owl dot
.dreamit_owl_carousel .owl-dots {
    position: absolute;
    bottom: 42%;
    left: 56px;
}

.dreamit_owl_carousel .owl-dots button.owl-dot {
    position: relative;
    z-index: 1;
    height: 12px;
    width: 12px;
    background: #e11143;
    border-radius: 50%;
    display: inline-block;
    margin-left: 15px;
}

.dreamit_owl_carousel .owl-dots button.owl-dot.active {
    background: #e11143;
    height: 20px;
    width: 20px;
}

/*feature box*/

.feature-box.style8 {
    border: 1px solid #efefef;
    padding: 30px 61px 26px;
    margin-bottom: 30px;
    transition: .7s;
    text-align: center;
}

.feature-box.style8 .feature-box-icon {
    background: #f9f9f9;
    transition: 0.5s;
    width: 100px;
    height: 100px;
    line-height: 140px;
    margin: auto;
    border-radius: 5px;
    text-align: center;
}

.feature-box.style8:hover .feature-box-icon{
   background-color:#e11143;
    
}

.feature-box.style8 .feature-box-icon img {
    transition: 0.5s;
}

.feature-box.style8:hover .feature-box-icon img {
    filter: brightness(0) invert(1);
    
}

.feature-box.style8 .feature-box-content .feature-box-title h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    transition: .4s;
    margin-top: 25px;
    -webkit-transition: .4s;
    transition: .4s;
}

.feature-box.style8:hover .feature-box-content .feature-box-title h2 {
    color: #e11143;
}

.feature-box.style8 .feature-box-content .feature-box-title h2::before {
    display:none;
}

.feature-box.style8 .feature-desc p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 20px;
}

.feature-box.style8 .feature-btn a {
    font-size: 17px;
    font-weight: 500;
    transition:0.5s;
}

.feature-box.style8:hover .feature-btn a {
    color: #e11143;
}

/*section title 9*/
.section-title.style-9 h5.subtitle {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #e11143;
    margin-left: 58px;
    position: relative;
    margin-bottom: 18px;
}

.section-title.style-9 h5.subtitle::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    left: -59px;
    top: 10px;
    background: #e11143;
}

.section-title.style-9 h3.title {
    font-size: 42px;
    line-height: 52px;
    color: #012549;
    font-weight: 700;
}

.section-title.style-9 .section-title .title span {
    color: var(--primary-color);
}

.section-title.style-9 .section-title .description:before {
    display:none;
}

.section-title.style-9 .section-title .description {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    margin-top: 20px;
    width: 90%;
    position: relative;
}




/*section title center*/
.section-title.style-9 .section-title.t_center h5.subtitle {
    position: relative;
    font-size: 17px;
    margin: 0;
}

.section-title.style-9 .section-title.t_center h5.subtitle::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    left: -59px;
    top: 10px;
    background: #e11143;
}

.section-title.style-9 .section-title.t_center h5.subtitle::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    right: -59px;
    top: 10px;
    background: #e11143;
}

.section-title.style-9 .section-title.t_center9 h3.title {
    font-size: 42px;
    line-height: 52px;
    color: #012549;
    font-weight: 700;
    margin-top: 3px;
}

.section-title.style-9 .section-title.t_center .description {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    margin-top: 20px;
    width: 90%;
    position: relative;
    margin: 15px auto 0;
}

.campain-title .section-title.t_center h5.subtitle{
    display:none;
}



/*icon box 7*/

.icon-box.style7 .icon-box-icon {
    float: left;
    height: 96px;
    margin-right: 25px;
}
.icon-box.style7 .title h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 14px;
}

.icon-box.style7 .description p {
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    margin: 0;
}

/*counter box 4*/
.single-counter.style4 {
    position: relative;
    padding: 70px 10px;
    margin-top: -85px;
}

.single-counter.style4::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(https://govcity.ditsolution.net/wp-content/uploads/2024/12/about-right-logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.single-counter.style4::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #111;
    opacity: 0.85;
    border-radius: 10px;
}

.single-counter.style4 .counter-content {
    position: relative;
    z-index: 4;
}

.single-counter.style4 .counter-content span.count.percent {
    display: inline-block;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
}

.single-counter.style4 .counter-content span.suffix {
    display: inline-block;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
}

.single-counter.style4 .counter-content h6 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}

/*count down area*/
ul#date li {
    list-style: none;
    display: inline-block;
    background: #fff;
    font-size: 26px;
    color: #012549;
    font-weight: 600;
    border-radius: 5px 0px 5px 0px;
    padding: 10px 33px;
    position: relative;
    margin-right: 10px;
}

ul#date li span{
 display:inline-block;
 font-size: 20px;
 color: #012549;   
}

ul#date {
    text-align: center;
}



/*mission vission area*/

.campaigns-box.style2 {
    background: #fff;
    padding: 25px 28px 36px 28px;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
}

.campaigns-box.style2::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    right: 0;
    bottom: 5px;
    background: url(https://govcity.ditsolution.net/wp-content/uploads/2024/12/mission-logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.campaigns-box.style2::ntn-child(2):before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    right: 0;
    bottom: 5px;
    background: url(https://govcity.ditsolution.net/wp-content/uploads/2024/12/mission-logo2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.campaigns-box.style2 .thumb img {
    width: 100%;
}

.campaigns-box.style2 h3.title{
    margin:0;
}

.campaigns-box.style2 h3.title a {
    display: inline-block;
    font-size: 24px;
    color: #012549;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 15px;
    transition: .4s;
}
.campaigns-box.style2:hover h3.title a {
    color: #e11143;
}
.campaigns-box.style2 .content p.description {
    font-size: 17px;
    line-height: 27px;
    color: #6f7785;
    font-weight: 400;
}

.campaigns-box.style2 .campaigns-btn a {
    color: #fff;
    padding: 13px 25px 12px 30px;
    font-size: 17px;
    border-radius: 5px;
    font-weight: 500;
    display: inline-block;
    background: #012549;
    transition: 0.5s;
}

.campaigns-box.style2 .campaigns-btn a:hover{
    background:#e11143;
    color:#fff;
}

.campaigns-box.style2 .campaigns-btn a i {
    display: inline-block;
    background: #fff;
    padding: 0px 8px;
    border-radius: 8px;
    margin-left: 16px;
    color: #e11143;
}

/*Donate Today area*/

.heading.style6 h4 {
    font-size: 17px;
    color: #e01142;
    font-weight: 500;
    border: 0;
    padding-bottom: 0;
}

.heading.style6 h2 {
    font-size: 36px;
    line-height: 45px;
    color: #012549;
    font-weight: 600;
    margin-bottom: 100px;
}

.heading.style6 h2.heading-text:before {
    display:none;
}

ul.item-list.style17 li {
    list-style: none;
    display: inline-block;
}

ul.item-list.style17 li a {
    background: #fff;
    margin-right: 16px;
    padding: 10px 20px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    color: #012549;
    font-weight: 600;
    border: 2px solid transparent;
    transition: 0.5s;
}

ul.item-list.style17 li a:hover{
    background: #e11143;
    color:#fff;
}

.heading.style6 h5 {
    font-size: 17px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 500;
}

.heading.style6 h3 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 600;
}



/*video box*/
.single-video.style-saven {
    display: flex;
    gap: 30px;
    align-items: center;
    position: absolute;
    bottom: 20px;
    right: 0px;
    background: #fff;
    border-left: 5px solid #e11143;
    padding: 20px 0px 30px 30px;
    width: 375px;
}

.single-video.style-saven .chose-video-icon {
    position: relative;
    left: 0;
}

.single-video.style-saven  .content_title h5 {
    font-size: 16px;
    line-height: 27px;
    color: #6f7785;
    font-weight: 400;
    margin-bottom: 0;
}

.single-video.style-saven h2.title {
    font-size: 22px;
    line-height: 27px;
    color: #012549;
    font-weight: 600;
}

.single-video.style-saven .chose-video-icon .video-icon a {
    display: inline-block;
    text-decoration: none;
    height: 56px;
    width: 56px;
    line-height: 56px;
    background: #e01142;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-family: "Work Sans";
    text-align: center;
    position: relative;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue3 1s linear infinite;
    -webkit-transition: .5s;
}

/*dream-IT Button*/

.dreamit-button.style-eleven .dreamit-button a {
    display: inline-block;
    background: #e11143;
    color: #fff;
    padding: 12px 14px 12px 24px;
    font-size: 17px;
    border-radius: 5px;
    font-weight: 500;
    transition: .4s;
    border: 0;
}

.dreamit-button.style-eleven .dreamit-button a:hover {
    background: #012549;
    color: #fff;
}

.dreamit-button.style-eleven .dreamit-button a:hover i{
    background:#e11143;
    color:#fff;
}

.dreamit-button.style-eleven .dreamit-button a:before {
    display:none;
}

.dreamit-button.style-eleven .dreamit-button a i {
    display: inline-block;
    background: #fff;
    padding: 1px 7px;
    border-radius: 8px;
    margin-left: 12px;
    color: #e11143;
    transition:0.5s;
}

.button-white .dreamit-button.style-eleven .dreamit-button a:hover {
    background: #012549;
    color: #fff;
    border: 0;
}

.button-white .dreamit-button.style-eleven .dreamit-button a {
    background: #fff;
    color: #e11143;
    margin: 0;
}

.button-white .dreamit-button.style-eleven .dreamit-button a:hover {
    background: #012549;
    color: #fff;
}

.button-white .dreamit-button.style-eleven .dreamit-button a i{
    background:#e11143;
    color:#fff;
}




/*Testimonial style ten*/
.testimonial.style-ten .testi-content .author img {
    width: 90%;
}

.testimonial.style-ten .testimonial-item {
    background: #fff;
    padding: 35px 30px 30px 38px;
    margin-bottom: 30px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    z-index: 1;
    margin-right: 30px;
}

.testimonial.style-ten .testimonial-item::before {
    content: "";
    position: absolute;
    width: 1%;
    height: 100%;
    top: 0;
    left: 0;
    background: #e11143;
    border-radius: 10px 0px 0px 10px;
    transition: .9s;
    z-index: -1;
}

.testimonial.style-ten .testimonial-item:hover::before {
    width: 100%;
}

.testimonial.style-ten .testimonial-item .author {
    float: left;
    margin-right: 10px;
}

.testimonial.style-ten .testi-name h4 {
    font-size: 20px;
    color: #012549;
    font-weight: 600;
    margin-bottom: 4px;
    transition: .4s;
}

.testimonial.style-ten .testimonial-item:hover .testi-name h4{
   color:#fff;
}

.testimonial.style-ten .testi-name h5 {
    font-size: 17px;
    color: #6f7785;
    font-weight: 400;
    transition: .4s;
    margin: 0;
}

.testimonial.style-ten .testimonial-item:hover .testi-name h5{
   color:#fff;
}

.testimonial.style-ten p.quote {
    font-size: 17px;
    line-height: 27px;
    color: #6f7785;
    font-weight: 400;
    transition: .4s;
    margin-top: 46px;
}

.testimonial.style-ten .testimonial-item:hover p.quote{
   color:#fff;
}

.testimonial.style-ten .testi-shape {
    position: absolute;
    top: 55px;
    right: -17px;
}

/*testimonial dot*/
.testimonial.style-ten .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -22px;
}

.testimonial.style-ten button.owl-dot {
    background: #dddddd !important;
    display: inline-block;
    height: 5px;
    width: 30px;
    border-radius: 10px;
    margin: 0 3px;
}

.testimonial.style-ten button.owl-dot.active {
    background: #e11143 !important;
}

/*team area style 8*/
.team-box.eight {
    position: relative;
    overflow: hidden;
}

.team-box.eight .team-thumb {
    position: relative;
    transition: 0.5s;
    line-height: 0;
}

.team-box.eight .team-thumb::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(225, 17, 67, 0.8);
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: .9s;
}

.team-box.eight:hover .team-thumb::before {
    visibility: visible;
    opacity: 1;
}

.team-box.eight:hover .team-thumb {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.team-box.eight .team-thumb img{
    width:100%;
}

.team-box.eight .team-inner-item {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 12px 0px 20px 0;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: .9s;
    margin: 0 auto;
    width: 208px;
    text-align: center;
}

.team-box.eight:hover .team-inner-item {
    opacity: 1;
    visibility: visible;
    transform: translateY(-36%);
}

.team-box.eight .team-content {
    position: relative;
}

.team-box.eight .team-content::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 1px;
    top: 62px;
    left: 0;
    right: 0;
    background: #ddd;
    margin: 0 auto;
}

.team-box.eight .team-bio h2 {
    font-size: 22px;
    color: #012549;
    font-weight: 600;
    margin-top: 5px;
}

.team-box.eight .team-bio h5 {
    font-size: 17px;
    color: #e01142;
    font-weight: 400;
    margin-top: 4px;
}

.team-box.eight .team-social-icon {
    margin-top: 30px;
}

.team-box.eight .team-social-icon li {
    display: inline-block;
    list-style: none;
}

.team-box.eight .team-social-icon li a {
    width: 28px;
    height: 28px;
    display: inline-block;
    background: #ededed;
    text-align: center;
    line-height: 28px;
    color: #e11143;
    border-radius: 50%;
    margin-right: 5px;
    transition: .4s;
    font-size: 12px;
}

.team-box.eight .team-social-icon li a:hover {
    background: #e11143;
    color: #fff;
}




/*blog area*/
.blog-post.style6 .post-item {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.blog-post.style6 .categories {
    position: absolute;
    top: 26px;
    left: 14px;
}

.blog-post.style6 ul.post-categories li a {
    background: #e11143;
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
}

.blog-post.style6 .post-thumb {
    overflow: hidden;
    line-height: 0;
}

.blog-post.style6 .post-thumb img{
    width: 100%;
    transition: .6s;
}

.blog-post.style6 .post-item:hover .post-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-post.style6 .single_blog_post_content {
    padding: 26px 30px 0px 30px;
}

.blog-post.style6 .meta-date p {
    font-size: 16px;
    color: #6d6d6d;
    font-weight: 400;
    margin-bottom: 10px;
}

.blog-post.style6 .meta-date p span {
    color: #e11143;
    margin-right: 6px;
    display: inline-block;
}

.blog-post.style6 .blog-title h3 {
    font-size: 20px;
    color: #012549;
    font-weight: 700;
    transition: .4s;
    margin: 0;
}

.blog-post.style6 .blog-title h3 a {
    display: inline-block;
    font-size: 20px;
    color: #012549;
    font-weight: 700;
    transition: .4s;
}

.blog-post.style6 .post-item:hover .blog-title h3 a {
    color: #e11143;
}

.blog-post.style6 .blog-user {
    display: flex;
    justify-content: space-between;
    padding: 40px 0px 25px 0px;
    position: relative;
}

.blog-post.style6 .blog-user::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ddd;
    top: 24px;
    left: 0;
}

.blog-post.style6 .author a {
    display: inline-block;
    font-size: 16px;
    color: #012549;
    font-weight: 500;
    text-transform: capitalize;
}

.blog-post.style6 .author i {
    background: #e11143;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    border-radius: 50%;
    margin-right: 6px;
}

.blog-post.style6 .blog_btn a {
    font-size: 15px;
    color: #012549;
    font-weight: 500;
    transition: .4s;
    display: inline-block;
}

.blog-post.style6 .blog_btn a:hover{
    color: #e11143;
}

.blog-post.style6 .blog_btn a i {
    display: inline-block;
    margin-left: 6px;
}

/*blog nav*/
.blog-post.style6 button.owl-next {
    width: 50px;
    height: 50px;
    background: #e11143 !important;
    color: #fff !important;
    font-size: 24px;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 50px;
}

.blog-post.style6 .owl-prev {
    width: 50px;
    height: 50px;
    background: #e11143 !important;
    color: #fff !important;
    font-size: 24px;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 50px;
}




/* blog owl dots carousel*/
.blog-post.style6 .owl-dots {
    position: absolute;
    right: 0;
    bottom: -45px;
    left: 0;
    margin: auto;
    text-align: center;
}

.blog-post.style6 button.owl-dot {
    background: #dddddd !important;
    display: inline-block;
    height: 5px;
    width: 30px;
    border-radius: 10px;
    margin: 0 3px;
}

.blog-post.style6 button.owl-dot.active {
    background: #e11143 !important;
}



/*call to action*/

.heading.style6 h1 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
}


/*govcity marketing footer*/

.heading.style7 h4 {
    position: relative;
    margin-bottom: 25px;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    border: 0;
    padding-bottom: 0;
}

.heading.style7 h4::before {
    content: "";
    position: absolute;
    width: 53px;
    height: 2px;
    bottom: -17px;
    left: 0;
    background: #e11143;
}

ul.item-list.style15 li {
    list-style: none;
    margin-bottom: 18px;
}

ul.item-list.style15 li a {
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    transition: .4s;
}

ul.item-list.style15 li a:hover {
    color: #e11143;
}

.social-links.style8 ul li {
    list-style: none;
    display: inline-block;
    margin-right: 12px;
}

.social-links.style8 ul li a {
    color: #fff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background: #E01142;
    transition:0.5s;
}

.social-links.style8 ul li a:hover{
    background:#fff;
    color: #E01142;
}

.politics-logo {
    background: #fff;
    padding: 30px 24px;
    border-radius: 5px;
    margin-top: 15px;
}

.heading.style6 p {
    color: #fff;
    line-height: 28px;
    margin-bottom: 6px;
}

ul.item-list.style16 li {
    color: #fff;
    margin-bottom: 14px;
    font-size: 17px;
    list-style: none;
    display: flex;
    gap: 10px;
}

.heading.style7 p {
    color: #fff;
    margin: 16px 0;
}

.heading.style7 p span {
    display: inline-block;
    color: #f50000;
    font-weight: 600;
    cursor: pointer;
}

/*footer subcribe*/

.marketing-subcribe .join-input-box input {
    width: 225px;
    height: 50px;
    outline: 0;
    padding: 12px 22px;
    border-radius: 5px;
    background: transparent;
    margin-bottom: 30px;
    outline: 0;
    border: 2px solid #fff;
    color: #fff;
}

.marketing-subcribe button.join-button {
    background: #fff;
    color: #e11143;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 10px 48px;
    margin-left: 0;
    border: 2px solid #fff;
    transition:0.5s;
}

.marketing-subcribe button.join-button:hover{
    background:#E01142;
    color:#fff;
    border: 2px solid #E01142;
}

.marketing-subcribe button.join-button {
    margin-bottom: 20px;
}


/*political marketing responsive*/


@media (min-width: 1280px) and (max-width: 1439px) {
.feature-box.style8 {
    padding: 30px 30px 26px;
}
}

 @media (min-width: 1200px) and (max-width: 1299px){
 
.section-title.style-9 h3.title {
    font-size: 35px !important;
    line-height: 52px;
    color: #012549;
    font-weight: 700;
}

.blog-post.style6 .blog-title h3 {
    font-size: 22px;
}

.feature-box.style8 {
    padding: 30px 30px 26px;
}
.blog-post.style6 .blog-title h3 a {
    font-size: 24px;
}
 }

 @media (min-width: 1170px) and (max-width: 1199px){
.feature-box.style8 {
    border: 1px solid #efefef;
    padding: 30px 35px 26px !important;
}

.blog-post.style6 .blog-title h3 {
    font-size: 22px;
}
     
 }

 @media (min-width: 992px) and (max-width: 1169px){
.feature-box.style8 {
    padding: 30px 15px 26px;
}
.campaigns-box.style2 h3.title a {
    font-size: 20px;
}
.section-title.style-9 h3.title {
    font-size: 35px;
    line-height: 45px;
}

.icon-box.style7 {
    padding: 0 !important;
}

.campaigns-box.style2 {
    padding: 25px 15px 36px 15px;
}

.heading.style7 h4 {
    font-size: 18px;
}
ul.item-list.style15 li a {
    font-size: 16px;
} 
.single-counter.style4 {
    margin-top: 0;
}
.single-video.style-saven {
    bottom: 20px;
    right: 263px;
    width: 375px;
}

}

 @media (min-width: 768px) and (max-width: 991px){
    .single-counter.style4 {
    padding: 70px 10px;
    margin-top: 0;
}

.blog-post.style6 .blog-title h3 {
    font-size: 22px;
}

.dreamit-button {
    margin-bottom: 20px;
}
.single-counter.style4 {
    padding: 70px 10px;
    margin-top: 0;
}

.hero_area.style_three .hero_content h5::before {
    width: 45%;
    left: 0;
}

.feature-box.style8 {
    padding: 30px 0px 26px;
}

.campaigns-box.style2 h3.title a {
    font-size: 22px;
}
.campaigns-box.style2 {
    padding: 25px 20px 36px 20px;
}
.single-video.style-saven {
    bottom: 20px;
    right: 38px;
    width: 375px;
}
 }

 @media (min-width: 600px) and (max-width: 767px){
.hero_area.style_three .hero_content h5::before {
    width: 45%;
    left: 0;
}
.hero_area.style_three .hero_content h5 img {
    width: 4%;
    top: 4px;
}
.single-counter.style4 {
    margin-top: 0;
}

.team-box.eight:hover .team-inner-item {
    transform: translateY(-90%);
}

.section-title.style-9 h3.title {
    font-size: 40px;
}
.dreamit-button {
    margin-bottom: 10px;
}

.blog-post.style6 .blog-title h3 a {
    font-size: 23px;
}
.blog-post.style6 .owl-prev {
    display: none;
}
.blog-post.style6 button.owl-next {
    display: none;
}
 }

 @media (min-width: 480px) and (max-width: 599px){
    .hero_area.style_three .hero_content h5::before {
    width: 60%;
    height: 2px;
}
.hero_area.style_three .hero_content h5::before {
    width: 65%;
    height: 2px;
}
.hero_area.style_three .hero_content h5 img {
    width: 4%;
}

.section-title.style-9 h3.title {
    font-size: 35px;
    line-height: 45px;
}

.single-counter.style4 {
    margin-top: 0;
}

ul#date li {
    font-size: 20px;
    padding: 10px 20px;
    margin-right: 5px;
}

.heading.style6 h2 {
    font-size: 29px;
    line-height: 35px;
}

ul.item-list.style17 li a {
    padding: 10px 12px;
}

.dreamit-button {
    margin-bottom: 20px;
}

.section-title.style-9 .section-title .description {
    width: 100%;
}

.team-box.eight:hover .team-inner-item {
    transform: translateY(-60%);
}

 }


 @media (min-width: 320px) and (max-width: 479px){
.hero_area.style_three .hero_content h5::before {
    width: 75%;
    height: 2px;
}

.hero_area.style_three .hero_content h5 img {
    width: 4%;
}

.hero_area.style_three .hero_content h1 {
    font-size: 32px !important;
    line-height: 45px;
}

.section-title.style-9 h3.title {
    font-size: 35px;
    line-height: 45px;
}

.single-counter.style4 {
    margin-top: 0;
}

.hero_area.style_three .hero_content p {
    width: 100% !important;
}

ul#date {
    text-align: left;
}

ul#date li {
    font-size: 18px;
    padding: 10px 15px;
    margin-right: 5px;
    margin-bottom:20px;
}

.heading.style6 h2 {
    font-size: 29px;
    line-height: 35px;
}

ul.item-list.style17 li {
    margin-bottom: 30px;
}

ul.item-list.style17 li a {
    padding: 10px 12px;
}

.dreamit-button {
    margin-bottom: 20px;
}

.heading.style6 h3 {
    font-size: 30px;
}

.section-title.style-9 .section-title .description {
    width: 100%;
}

.team-box.eight:hover .team-inner-item {
    transform: translateY(-60%);
}

.testimonial.style-ten .testi-shape {
    display: none;
}

 }


/*============ global political =================*/

/*------ hero area style 5 ------*/

.hero_area.style_five .hero_content h5 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 13px;
}

.hero_area.style_five .hero_content h5 span {
    color: #E01142;
    display: inline-block;
    font-size: 14px;
}

.hero_area.style_five .hero_content h1 {
    font-size: 70px;
    line-height: 85px;
    color: #ffffff;
    font-weight: bold;
}

.hero_area.style_five .hero_content p {
    font-size: 18px;
    line-height: 30px;
    color: #e7e7e7;
    font-weight: 500;
    margin: 18px 0 35px;
}

.hero_area.style_five .hero_content a.btn.btn-gradient {
    -webkit-animation: 1s 1.8s fadeInUp both;
    animation: 1s 1.8s fadeInUp both;
    display: inline-block;
    font-family: "Work Sans";
    background: #fff;
    padding: 16px 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
    font-size: 16px;
    color: #001a33;
    font-weight: 400;
    border-radius: 0;
}

.hero_area.style_five .hero_content a.btn.btn-gradient:hover{
    color: #E11143;
}

.hero_area.style_five .hero_content a.btn.btn-gradient:after {
    position: absolute;
    content: "";
    width: 58px;
    height: 58px;
    background-color: #e01142;
    right: 0;
    top: 0;
    transition: 0.5s;
    z-index: -1;
}

.hero_area.style_five .hero_content a.btn.btn-gradient i {
    font-size: 16px;
    margin-left: 35px;
    transition: .5s;
    display: inline-block;
    transform: rotate(-45deg);
    color: #fff;
}

.hero_area.style_five .hero_content a.btn.btn-gradient:hover i{
    color:#fff;
}


.hero_area.style_five .shape_image {
    position: absolute;
    right: 200px;
    top: 175px;
}

/*global political*/

.global-title h5.subtitle{
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #fff !important;
    margin-left: 0px !important;
    position: relative;
    margin-bottom: 18px;
}

.global-title h5.subtitle::before {
    display:none;
}

.global-title h3.title {
    font-size: 42px;
    line-height: 40px !important;
    color: #fff !important;
    font-weight: 700;
    margin: 0 0 25px;
}

.global-subtitle h5.subtitle::before{
    display:none;
}

.global-title .description {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    margin-top: 34px;
    width: 42% !important;
    position: relative;
    color: #fff !important;
    margin: 20px auto 0 !important;
}

/*global button */

.dreamit-button.style18 .button {
    background: #012549;
    color: #fff;
    padding: 15px 20px;
    font-family: var(--title-fonts);
    font-size: 16px;
    font-weight: 500;
    margin-top: 19px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    display: inline-block;
    border-radius: 0px;
    border: 0;
}

.dreamit-button.style18 .button:hover{
    color:#fff;
}

.dreamit-button.style18 .button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #e01142;
    z-index: -1;
    transition: 0.5s;
}

.dreamit-button.style18 .button::after {
    position: absolute;
    content: '';
    width: 58px;
    height: 57px;
    background-color: #e01142;
    right: -2px;
    top: 0px;
    z-index: -1;
}

.dreamit-button.style18:hover .button::after{
    background: #012549;
}

.dreamit-button.style18 .button i {
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: 35px;
}

/* button animation */
a.banner-play-btn.global {
    position: absolute;
    top: 140px;
}

.like.text {
    width: 193px;
    height: 193px;
    border-radius: 96px;
    background-color: #012549;
    border: 40px solid #e01142;
    position: absolute;
    z-index: 1;
}

.like.text span {
    display: inline-block;
    font-size: 23px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Work Sans";
}

.text-inner.global text {
    fill: #fff;
    direction: ltr;
    transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
    font-size: 30px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}




/*marquee section*/

.marquee.style4 {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 0px;
}

.marquee.style4 .marquee-block h3 {
    display: inline-block;
    font-size: 120px;
    line-height: 60px;
    text-transform: uppercase;
    color: #012549;
    font-weight: 600;
    font-family: "Work Sans";
}

.marquee.style4 .marquee-block h3 img {
    padding: 0 0px 0 25px;
    position: relative;
    top: 3px;
    left: 4px;
}

.marquee.style4 .marquee-block h2 {
    font-size: 120px;
    line-height: 60px;
    text-transform: uppercase;
    color: #d4d4d4;
    font-weight: 600;
    font-family: "Work Sans";
}

.marquee.style4 .marquee-block h2 img {
    padding: 0 0px 0 25px;
    position: relative;
    top: 3px;
    left: 4px;
}

/*compain style 9*/

.campaigns-box.style9 {
    position: relative;
}

.campaigns-box.style9 .thumb {
    line-height: 0;
}

.campaigns-box.style9 .content h3.title {
    position: absolute;
    bottom: 65px;
    left: 33px;
}

.campaigns-box.style9 .content h3.title a {
    display: inline-block;
    font-size: 34px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Work Sans";
    transition: 0.5s;
}

.campaigns-box.style9 .content h3.title a:hover{
    color:#e01142;
}

/* Campaign Events */

.heading.style10 h1 {
    font-size: 46px;
    line-height: 60px;
    color: #0d2063;
    font-weight: 500;
    font-family: "Work Sans";
}

.campaigns-box.style10 {
    display: flex;
    gap: 30px;
    align-items: center;
    border-radius: 20px;
    background-color: #ffffff;
    padding: 15px 20px 10px;
}

.campaigns-box.style10 .thumb img {
    width: 100%;
}

.campaigns-box.style10 .compaigns-meta-date span {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #616161;
    font-weight: 400;
}

.campaigns-box.style10 h3.title {
    margin: 0 0 10px;
}

.campaigns-box.style10 h3.title a {
    font-size: 24px;
    color: #0d2065;
    font-weight: 500;
    font-family: "Work Sans";
}

.campaigns-box.style10 p.description {
    transition: .5s;
    font-size: 16px;
    line-height: 24px;
    color: #616161;
    font-weight: 400;
    width: 70%;
}

.campaigns-box.style10 .campaigns-btn a {
    display: inline-block;
    font-size: 16px;
    color: #e01142;
    font-weight: 400;
    transition: 0.5s;
}

.campaigns-box.style10 .campaigns-btn a:hover{
    color: #0d2065;
}

.heading.style10 h2.heading-text {
    font-size: 24px;
    line-height: 24px;
    color: #0c1e61;
    font-weight: 600;
    font-family: "Arimo";
    margin: 80px 0 44px;
}

.heading.style10 h2.heading-text:before {
    display:none;
}

.campaign-count ul#date li {
    list-style: none;
    display: inline-block;
    background:transparent;
    color: #000000;
    font-weight: 600;
    font-family: "Arimo";
    border-radius: 5px 0px 5px 0px;
    padding: 10px 33px;
    position: relative;
    margin-right: 10px;
}


/*media area */

.single-video.style11 .chose-video-icon {
    text-align: center;
    position: relative;
    top: 26px;
}

.single-video.style11 .chose-video-icon a {
    text-align: center;
    color: #fff;
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 75px;
    border: 1px solid #ffffff;
    font-size: 40px;
}

.campaigns-box.style13 .thumb {
    line-height: 0;
}

.campaigns-box.style13 .thumb img {
    width: 100%;
}

.campaigns-box.style13 .content {
    background-color: #f4f4f4;
    padding: 20px 92px 30px 27px;
}

.campaigns-box.style13 h4.sub-title {
    margin: 0;
}

.campaigns-box.style13 h4.sub-title a {
    display: inline-block;
    font-size: 16px;
    color: #fefefe;
    font-weight: 400;
    background-color: #e01142;
    font-family: "Arimo";
    padding: 3px 10px;
}

.campaigns-box.style13 h3.title {
    margin: 25px 0 10px;
}

.campaigns-box.style13 h3.title a {
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
    color: #012549;
    font-weight: 500;
    transition:0.5s;
}

.campaigns-box.style13 h3.title a:hover{
    color: #e01142; 
}

.campaigns-box.style13 .content span {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #e01142;
    font-weight: 400;
    font-family: "Arimo";
}

.campaigns-box.style13 .content span i {
    display: inline-block;
    margin-right: 10px;
}

/* call to action */

.call-to-action.style-three .call-to-action-title h3 {
    display: inline-block;
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
}

.call-to-action.style-three .call-to-action-title h3 i {
    display: inline-block;
    font-size: 16px;
    color: #e01142;
} 

.call-to-action.style-three .call-to-action-title span {
    display: inline-block;
    font-size: 24px;
}

.call-to-action.style-three .call-to-action-title h2 {
    margin: 35px auto 30px;
    text-transform: capitalize;
    font-size: 46px;
    color: #ffffff;
    font-weight: 400;
}

.call-to-action.style-three .call-to-action-desc p {
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
}

.call-to-action.style-three .call-to-action-btn a {
    background: #fff;
    color: #012549;
    padding: 15px 20px;
    font-family: var(--title-fonts);
    font-size: 16px;
    font-weight: 500;
    margin-top: 14px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    display: inline-block;
    border-radius: 0px;
    border: 0;
}

.call-to-action.style-three .call-to-action-btn a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #e01142;
    border: 2px solid  #e0114;
    z-index: -1;
    transition: 0.5s;
}

.call-to-action.style-three .call-to-action-btn a:hover:before {
    width: 100%;
    left: 0;
}

.call-to-action.style-three .call-to-action-btn a:hover{
    color:#fff;
}

.call-to-action.style-three .call-to-action-btn a::after {
    position: absolute;
    content: '';
    width: 58px;
    height: 57px;
    background-color: #e01142;
    right: -2px;
    top: 0px;
    z-index: -1;
}

.call-to-action.style-three .call-to-action-btn:hover a::after {
    background: #fff;
}

.call-to-action.style-three .call-to-action-btn a i {
    margin-left: 35px;
    color: #fff;
}

.call-to-action.style-three .call-to-action-btn a:hover i{
    color: #012549;
}

/*policy tab*/

.policy-title .section-title.style-9 h3.title {
    font-size: 42px;
    line-height: 52px;
    color: #012549;
    font-weight: 400;
    font-family: "Work Sans";
}

.policy-title .section-title.style-9 .section-title.t_center .description {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    margin-top: 20px;
    width: 43%;
    position: relative;
    margin: 15px auto 25px;
    color: #616161;
    font-family: "Arimo";
    text-align: center;
}

.policy-title .section-title.style-9 .section-title.t_center h5.subtitle::before {
    display:none;
}

.policy-title .section-title.style-9 .section-title.t_center h5.subtitle::after {
    display:none;
}

.filter-tab.five .tab_content {
    padding: 20px 34px 18px;
    text-align: left;
    overflow: hidden;
    padding-right: 0;
}

.filter-tab.five .tab-content {
    border-radius: 10px;
    background-color: transparent;
    padding: 36px 32px 29px;
    display: flex;
    gap: 20px;
}

.filter-tab.five ul li {
    display: inline-block;
    position: relative;
    border-radius: 0;
    margin-bottom: 0;
    width: inherit;
    text-align: center;
    height: inherit;
}

.filter-tab.five #tabs {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: inline-block;
    background: transparent;
    border-radius: 0;
    text-align: center;
    border-bottom: 1px solid  rgb(1 37 73 / 20%);
    position: relative;
    left: 19%;
    bottom: 22px;
}

.filter-tab.five #tabs a {
    cursor: pointer;
    padding: 14px 47px 24px;
    display: block;
    align-items: center;
    border-radius: 0;
    margin-bottom: 0;
    margin-right: 30px;
}

.filter-tab.five #tabs li a:before {
    position: absolute;
    content: "";
    top: 119px;
    left: 35px;
    opacity: 1;
    border-radius: 10px;
    width: 210px;
    height: 2px;
    background-color: #e01142;
}

.filter-tab.five #tabs li a h5.text {
    color: #fff;
    position: relative;
    z-index: 22;
    font-size: 24px;
    color: #012549;
    font-weight: 600;
    background: transparent;
}

.filter-tab.five #tabs li a.inactive h5.text {
    font-size: 24px;
    color: #012549;
    font-weight: 700;
    background: transparent;
}

.filter-tab.five .icon-thumb {
    text-align: center;
}

.filter-tab.five #tabs li a img {
    max-height: inherit;
    max-width: inherit;
    filter: brightness(1)invert(0);
    margin-bottom: 0;
}

.filter-tab.five .tab_content h6 {
    font-family: "Work Sans";
    font-size: 16px;
    line-height: 24px;
    color: #012549;
    font-weight: 400;
    margin: 0;
}

.filter-tab.five .tab_content h1 {
    margin: 0 0 16px;
    font-family: "Work Sans";
    font-size: 24px;
    line-height: 32px;
    color: #012549;
    font-weight: 400;
}

.filter-tab.five .text {
    text-align: center;
    border-radius: 10px;
    background-color: #f4f4f4;
}



/*global political responsive*/


@media (min-width: 1280px) and (max-width: 1439px) {

}

 @media (min-width: 1200px) and (max-width: 1299px){
 
.section-title.style-9 h3.title {
    font-size: 35px !important;
    line-height: 52px;
    color: #012549;
    font-weight: 700;
}

.campaigns-box.style9 .content h3.title a {
    font-size: 30px;
    line-height: 30px;
}

.campaigns-box.style10 p.description {
    width: 100%;
}

.campaigns-box.style10 {
    gap: 20px;
    padding: 15px 10px 10px;
}

.hero_area.style_five .shape_image {
    right: 110px;
    top: 175px;
}
.campaigns-box.style10 h3.title a {
    font-size: 19px;
}
ul#date li {
    font-size: 20px;
    padding: 10px 15px;
    margin-right: 5px;
}

 }

 @media (min-width: 1170px) and (max-width: 1199px){

.campaigns-box.style9 .content h3.title a {
    font-size: 25px;
} 

.campaigns-box.style9 .content h3.title {
    bottom: 65px;
    left: 20px;
}

 }

 @media (min-width: 992px) and (max-width: 1169px){

.hero_area.style_five .shape_image {
    right: 100px;
    top: 55px;
}

.marquee.style4 .marquee-block h3 {
    font-size: 60px;
    line-height: 60px;
}

.marquee.style4 .marquee-block h2 {
    font-size: 60px;
    line-height: 60px;
}

.marquee.style4 .marquee-block h3 img {
    padding: 0 0px 0 15px;
    top: 12px;
    left: 4px;
}

.marquee.style4 .marquee-block h2 img {
    padding: 0 0px 0 15px;
    top: 12px;
}

.filter-tab.five #tabs {
    left: 4%;
    bottom: 22px;
}

.filter-tab.five .tab-content {
    display: grid;
    gap: 20px;
}

.call-to-action-desc {
    width: 40% !important;
    margin: auto;
}

.campaigns-box.style9 .content h3.title a {
    font-size: 25px;
} 

.campaigns-box.style9 .content h3.title {
    bottom: 65px;
    left: 20px;
}
     
}

 @media (min-width: 768px) and (max-width: 991px){

.hero_area.style_five .shape_image {
    right: 50px;
    top: 100px;
}

.hero_area.style_five .hero_content h1 {
    font-size: 60px;
    line-height: 75px;
}

.policy-title .section-title.style-9 .section-title.t_center .description {
    width: 55%;
}

.marquee.style4 .marquee-block h3 {
    font-size: 60px;
    line-height: 60px;
}

.marquee.style4 .marquee-block h2 {
    font-size: 60px;
    line-height: 60px;
}

.marquee.style4 .marquee-block h3 img {
    padding: 0 0px 0 15px;
    top: 12px;
    left: 4px;
}

.marquee.style4 .marquee-block h2 img {
    padding: 0 0px 0 15px;
    top: 12px;
}

.filter-tab #tabs li {
    margin-bottom: 30px;
    width: 100% !important;
}

.filter-tab.five #tabs {
    left: 0;
    bottom: 22px;
    width: 100%;
}
.filter-tab #tabs a {
    display: block;
}
.filter-tab.five #tabs li a.inactive h5.text {
    font-size: 19px;
}
.filter-tab #tabs li a h5.text {
    text-align: center;
}
.filter-tab.five #tabs li a h5.text {
    font-size: 19px;
}

.filter-tab .tab_thumb {
    float: inherit !important;
}

.filter-tab.five #tabs a {
    padding: 14px 0 24px;
    margin-right: 30px;
}

.filter-tab #tabs {
    margin: 0;
    padding: 0;
}

.filter-tab.five .tab-content {
    display: grid;
    gap: 20px;
    width: 100%;
}

.filter-tab.five .tab_content {
    padding: 20px 20px 18px;
}

.filter-tab.five .tab_content h1 {
    font-size: 20px;
    line-height: 32px;
}

.filter-tab.five #tabs li a:before {
    display:none;
}

.call-to-action-desc {
    width: 50% !important;
    margin: auto;
}

.campaigns-box.style13 .content {
    padding: 20px 20px 30px 20px;
}

.section-title.style-9 h3.title {
    font-size: 35px;
    line-height: 52px;
}

.campaigns-box.style10 {
    display: block;
}
.campaigns-box.style10 .content {
    display: block;
    padding-top:20px;
}
.global-title .description {
    width: 75% !important;
}
.filter-tab.five #tabs {
    left: 5%;
    bottom: 22px;
}
 }

 @media (min-width: 600px) and (max-width: 767px){

.hero_area.style_five .shape_image {
    display: none;
}

.hero_area.style_five .hero_content h1 {
    font-size: 45px;
    line-height: 60px;
}

.marquee.style4 .marquee-block h3 {
    font-size: 60px;
    line-height: 60px;
}

.marquee.style4 .marquee-block h2 {
    font-size: 60px;
    line-height: 60px;
}

.marquee.style4 .marquee-block h3 img {
    padding: 0 0px 0 15px;
    top: 12px;
    left: 4px;
}

.marquee.style4 .marquee-block h2 img {
    padding: 0 0px 0 15px;
    top: 12px;
}

.campaigns-box.style9 .thumb img {
    width: 100%;
}

.policy-title .section-title.style-9 .section-title.t_center .description {
    width: 65%;
}

.filter-tab.five .icon-thumb {
    text-align: left;
}

.filter-tab.five .tab-content {
    display: grid;
    gap: 20px;
}

ul#date li {
    font-size: 20px;
    padding: 10px 20px;
}

.campaigns-box.style10 {
    display: block;
    gap: 30px;
}

.global-title .description {;
    width: 65% !important;
}

.call-to-action-desc {
    width: 60% !important;
    margin: auto;
}

.call-to-action.style-three .call-to-action-title h2 {
    font-size: 30px;
}


 
 }

 @media (min-width: 480px) and (max-width: 599px){
.hero_area.style_five .shape_image {
    display: none;
}

.hero_area.style_five .hero_content h1 {
    font-size: 38px;
    line-height: 52px;
}

.section-title.style-9 h3.title {
    font-size: 32px;
    line-height: 42px;
}
.filter-tab.five #tabs {
    left: 0;
    bottom: 22px;
}
.marquee.style4 .marquee-block h3 {
    font-size: 60px;
    line-height: 60px;
}

.marquee.style4 .marquee-block h2 {
    font-size: 60px;
    line-height: 60px;
}

.marquee.style4 .marquee-block h3 img {
    padding: 0 0px 0 15px;
    top: 12px;
    left: 4px;
}

.marquee.style4 .marquee-block h2 img {
    padding: 0 0px 0 15px;
    top: 12px;
}

.campaigns-box.style9 .thumb img {
    width: 100%;
}

.policy-title .section-title.style-9 .section-title.t_center .description {
    width: 75%;
}

.filter-tab.five .icon-thumb {
    text-align: left;
}

.filter-tab.five .tab-content {
    display: grid;
    gap: 20px;
}

ul#date li {
    font-size: 18px;
    padding: 10px 15px;
}

.campaigns-box.style10 {
    display: block;
    gap: 30px;
}

.global-title .description {
    width: 80% !important;
}

.call-to-action-desc {
    width: 70% !important;
    margin: auto;
}

.call-to-action.style-three .call-to-action-title h2 {
    font-size: 28px;
}
.call-to-action.style-three .call-to-action-desc p {
    font-size: 22px;
}
 }


 @media (min-width: 320px) and (max-width: 479px){
.hero_area.style_five .shape_image {
    display: none;
}

.hero_area.style_five .hero_content h1 {
    font-size: 22px;
    line-height: 32px;
}

.campaigns-box.style9 .content h3.title a {
    font-size: 30px;
    line-height: 30px;
}
.policy-title .section-title.style-9 h3.title {
    font-size: 30px;
}

.filter-tab.five #tabs a {
    padding: 14px 0px 24px;
}

.filter-tab.five #tabs li a:before {
    top: 119px;
    left: 0;
}
.heading.style10 h2.heading-text {
    font-size: 20px;
    line-height: 24px;
}
.section-title.style-9 h3.title {
    font-size: 21px;
    line-height: 30px;
}

.marquee.style4 .marquee-block h3 {
    font-size: 40px;
    line-height: 40px;
}

.marquee.style4 .marquee-block h2 {
    font-size: 40px;
    line-height: 40px;
}

.marquee.style4 .marquee-block h3 img {
    padding: 0 0px 0 15px;
    top: 12px;
    left: 4px;
}

.marquee.style4 .marquee-block h2 img {
    padding: 0 0px 0 15px;
    top: 12px;
}

.campaigns-box.style9 .thumb img {
    width: 100%;
}

.policy-title .section-title.style-9 .section-title.t_center .description {
    width: 100%;
    font-size: 15px;
}

.filter-tab.five .icon-thumb {
    text-align: left;
}

.filter-tab.five .tab-content {
    display: grid;
    gap: 20px;
    padding: 36px 0px 29px;
}

ul#date li {
    font-size: 20px;
    padding: 10px 20px;
}

.campaigns-box.style10 {
    display: block;
    gap: 30px;
}

.global-title .description {
    width: 100% !important;
}

.call-to-action-desc {
    width: 100% !important;
    margin: auto;
}

.call-to-action.style-three .call-to-action-title h2 {
    font-size: 19px;
}

.campaigns-box.style9 .content h3.title {
    bottom: 65px;
    left: 20px;
}

.filter-tab.five #tabs {
    left: 0;
    bottom: 22px;
}
.section-title.style-9 .section-title .description {
    width: 100%;
    font-size: 15px!important;
}
.filter-tab.five .tab_content {
    padding: 20px 15px 18px;
}

.filter-tab.five .tab_content h1 {
    font-size: 20px;
    line-height: 32px;
}
.heading.style10 h1 {
    font-size: 30px;
    line-height: 45px;
}

.campaigns-box.style10 p.description {;
    width: 100%;
}

.single-video.style11 .chose-video-icon a {
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.campaigns-box.style13 .content {
    padding: 20px 20px 30px 20px;
}

.campaigns-box.style13 h3.title a {
    font-size: 21px;
    line-height: 32px;
}

.call-to-action.style-three .call-to-action-desc p {
    font-size: 20px;
}

.call-to-action.style-three .call-to-action-title span {
    font-size: 20px;
}

.call-to-action.style-three .call-to-action-title h3 {
    font-size: 18px;
}

.call-to-action.style-three .call-to-action-title h3 i {
    font-size: 15px;
}


 }










































