
/*
=======================================
    Developer : Firoj Ahmed
=======================================
*/
.single-slick.five .hero-text-wrap{
    text-align:left;
}
.single-slick.five .hero-text-wrap h4{
    padding: 0;
}
.single-slick.five .white-color h4 {
    font-size: 25px;
    letter-spacing: 3px;
    color: #e01142;
    font-weight: 600;
    font-family: "Work Sans";
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    margin-bottom: 20px;
}
.single-slick.five .hero-text-wrap h4:before{
    display:none;
}
.single-slick.five .white-color h1 {
    font-size: 55px;
    line-height: 65px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Work Sans";
    margin: 0;
    width: 60%;
     -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
}
.single-slick.five .white-color h1 span{
     font-size: 55px;
    font-weight: 700;
    font-family: "Work Sans";
    margin: 0;
     -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
     color: #E01042;
     padding: 0;
}
.single-slick.five .hero-text-wrap p {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Arimo";
    padding: 21px 0 25px;
    width: 48%;
    margin: 0;
}
.single-slick.five .hero-text-wrap .btn {
    font-size: 16px;
    padding: 15px 42px;
    background: #E11143;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-top: 7px;
    border: none;
    animation: 1s 1.8s fadeInUp both;
}
.single-slick.five .hero-text-wrap .btn:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background: #fff;
    transform: scale(0);
    transition: .5s;
}
.single-slick.five .hero-text-wrap .btn i{
   color: #fff;
   display:inline-block;
}
.single-slick.five .play-button{
    display:inline-block; 
}
.single-slick.five .play-button a {
    display: inline-block;
    text-decoration: none;
    background: #fff;
    color: #e01142;
    font-weight: 500;
    font-family: "Work Sans";
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    bottom: -4px;
    margin-left: 22px;
    animation: 1s 1.8s fadeInUp both;
}
.single-slick.five .hero-text-wrap .btn:hover{
    color:#E11143;
}
.single-slick.five .hero-text-wrap .btn:hover i{
    color:#E11143;
}

.feature-box.style-seven {
    border-radius: 5px;
    background: #fff;
    padding: 35px 29px 12px;
    transition: .5s;
    position: relative;
    top: -82px;
    z-index: 1;
}
.feature-box.style-seven::before {
    content: "";
    background: #E11143;
    height: 50%;
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    transition: .5s;
    z-index: -1;
    border-radius: 5px 5px 0 0;
}
.feature-box.style-seven:after {
    content: "";
    background: #E11143;
    height: 50%;
    width: 0%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    transition: .5s;
    z-index: -1;
    border-radius: 0 0 5px 5px;
}
.feature-box.style-seven .feature-box-thumb-two img {
    transition: .5s;
}
.feature-box.style-seven:hover .feature-box-thumb-two img {
    filter: brightness(0) invert(1);
}
.feature-box.style-seven .feature-box-content{
    padding:0;
}
.feature-box.style-seven .feature-box-title h2 {
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    font-weight: 500;
    font-family: "Work Sans";
    margin: 0;
    padding: 14px 0 36px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.feature-box.style-seven .feature-box-title h2::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 40px;
    background: #CCCCCC;
    bottom: 17px;
    transition: .5s;
}
.feature-box.style-seven .feature-box-desc p {
    font-size: 16px;
    line-height: 26px;
    color: #6f7785;
    font-weight: 400;
    font-family: "Arimo";
    transition: .5s;
}
.feature-box.style-seven:hover::before {
    width: 100%;
    right: 0;
    left: auto;
}
.feature-box.style-seven:hover:after {
    width: 100%;
    right: 0;
    left: auto;
}
.feature-box.style-seven:hover .feature-box-title h2{
    color:#fff;
}
.feature-box.style-seven:hover .feature-box-desc p{
    color:#fff;
}

.section-title.style-7 .section-title.t_left h5 {
    font-size: 17px;
    color: #e01142;
    font-weight: 500;
    font-family: "Work Sans";
    margin-bottom: 18px;
}
.section-title.style-7 .section-title.t_left h3 {
    font-size: 38px;
    line-height: 48px;
    color: #012549;
    font-weight: 600;
    margin: 0 0 0;
    width: 80%;
    font-family: "Work Sans";
}
.section-title.style-7 p.description {
    width: 85%;
    padding: 10px 0 0;
    font-size: 17px;
    line-height: 30px;
    color: #6f7785;
    font-weight: 400;
    margin: 0 0 0;
    font-family: "Arimo";
}

.section-title.style-7 p.description:before{
    display:none;
}
.heading.style4 p.heading-text {
    font-size: 20px;
    line-height: 30px;
    color: #012549;
    font-weight: 500;
    font-family: "Work Sans";
    margin: 0;
    padding: 0 0 35px;
    width: 80%;
    padding-left: 14px;
    position: relative;
    z-index: 1;
}
.heading.style4 p.heading-text::before {
    position: absolute;
    content: "";
    height: 76px;
    width: 2px;
    background: #E11143;
    left: 0;
    top: 7px;
}
.heading.style4 p.heading-text:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 90%;
    background: #D1D1D1;
    left: 0;
    bottom: 0px;
}
.heading.style4 h5.heading-text{
     font-size: 22px;
    color: #012549;
    font-weight: 600;
    font-family: "Arimo";
    margin: 0;
}
.heading.style4 span.heading-text {
    font-size: 16px;
    color: #6f7785;
    font-weight: 400;
    font-family: "Arimo";
    margin: 0;
}
.dreamit-button.style12 .dreamit-button a {
    display: inline-block;
    overflow: hidden;
    background: #E11143;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
    z-index: 1;
    font-size: 17px;
    line-height: 22px;
    margin-top: 0px;
    color: #ffffff;
    font-weight: 500;
    border: 1px solid #E11143;
    font-family: "Work Sans";
    padding: 16px 25px 16px;
    text-decoration: none;
    position: relative;
    top: 0px;
}
.dreamit-button.style12 .dreamit-button a i {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-left: 3px;
}
.dreamit-button.style12 .dreamit-button a::before {
    content: "";
    background: #012549;
    height: 0;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    transition: .5s;
    z-index: -1;
}
.dreamit-button.style12 .dreamit-button a::after {
    content: "";
    background: #012549;
    height: 0;
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    transition: .5s;
    z-index: -1;
}
.dreamit-button.style12 .dreamit-button a:hover::before {
    height: 100%;
    right: 0;
    left: auto;
}
.dreamit-button.style12 .dreamit-button a:hover::after {
    height: 100%;
    left: 0;
    right: auto;
}

.testimonial.style9 .teasti-author {
    display: flex;
    align-items: center;
    gap: 27px;
}
.testimonial.style9 .owl-carousel .owl-item img{
    width:84px;
}
.testimonial.style9 .testimonial-item .bio .quote {
    font-size: 24px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Work Sans";
    padding: 64px 0 15px;
    width: 85%;
}
.testimonial.style9 .teasti-author-title .name {
    font-size: 25px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Work Sans";
    margin: 0;
    margin-bottom: 7px;
}
.testimonial.style9 .teasti-author-title .designation {
    font-size: 17px;
    color: #E8EAED;
    font-weight: 400;
    font-family: "Arimo";
    margin: 0;
}
.testimonial.style9 .owl-dots {
    text-align: center;
    padding-top: 46px;
    position: relative;
    left: -45%;
}
.testimonial.style9 button.owl-dot {
    width: 10px;
    height: 10px;
    background: #6E7786 !important;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-right: 11px;
}
.testimonial.style9 button.owl-dot.active {
    background: #d0204f !important;
    position: relative;
    z-index: 1;
}
.testimonial.style9 button.owl-dot.active::before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    border: 1px solid #E11143;
    border-radius: 50%;
    left: -4px;
    top: -4px;
}

.section-title.style-11 .section-title.t_center h5.subtitle{
    font-size: 17px;
    color: #e01142;
    font-weight: 500;
    font-family: "Work Sans";
    margin-bottom: 18px;
}
.section-title.style-11 .section-title.t_center h3.title {
    margin: 0;
    font-size: 38px;
    line-height: 48px;
    color: #012549;
    font-weight: 600;
    font-family: "Work Sans";
}
.section-title.style-11 .section-title.t_center p.description:before{
    display:none;
}
.section-title.style-11 .section-title.t_center p.description {
    font-size: 17px;
    color: #6f7785;
    line-height: 30px;
    font-weight: 400;
    font-family: "Arimo";
    width: 50%;
    margin: auto;
    padding: 11px 0 0;
}
.section-title.style-11 .section-title.t_left p.description{
    width: 90%;
    padding: 10px 0 0;
    font-size: 17px;
    line-height: 30px;
    color: #6f7785;
    font-weight: 400;
    margin: 0 0 0;
    font-family: "Arimo";
}
.section-title.style-11 .section-title.t_left p.description::before{
    display:none;
}

.feature-box.style9 {
    margin-bottom: 75px;
    display: flex;
    transition: .5s;
}
.feature-box.style9 .feature-box-icon{
    flex-shrink:0;
    position: relative;
    z-index: 1;
    margin-right: 40px;
    margin-top: 11px;
}
.feature-box.style9 .feature-box-icon img {
    transition: .5s;
    filter: brightness(1) invert(0);
}
.feature-box.style9 .feature-box-icon::before {
    position: absolute;
    content: "";
    height: 65px;
    width: 65px;
    border: 1px solid #E2E6EA;
    border-radius: 50%;
    left: -15px;
    top: -15px;
    transition: .5s;
}
.feature-box.style9 .feature-box-icon:after {
    position: absolute;
    content: "";
    height: 65px;
    width: 65px;
    background: #E11143;
    left: -15px;
    top: -15px;
    z-index: -1;
    border-radius: 50%;
    transform: scale(0);
    transition: .5s;
}
.feature-box.style9 .feature-box-title h2{
    font-size: 22px;
    color: #012549;
    font-weight: 600;
    font-family: "Work Sans";
    margin: 0;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.feature-box.style9 .feature-box-title h2::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 25px;
    background: #E11143;
    bottom: -18px;
}
.feature-box.style9 .feature-desc p.feature-box-desc {
    font-size: 16px;
    line-height: 27px;
    color: #6f7785;
    font-weight: 400;
    font-family: "Arimo";
    margin: 0;
    width: 80%;
}
.feature-box.style9:hover .feature-box-icon img {
    filter: brightness(0) invert(1);
}
.feature-box.style9:hover .feature-box-icon::before {
    border: 1px solid transparent;
}
.feature-box.style9:hover .feature-box-icon:after {
    transform: scale(1);
}
.feature-box.style9:hover .feature-box-title h2 {
    color: #E11143;
}

.team.six .image {
    position: relative;
    line-height: 0;
    z-index: 1;
    overflow: hidden;
}
.team.six .image::before {
    position: absolute;
    content: "";
    height: 92%;
    width: 91%;
    background: #E11143;
    left: 14px;
    top: 15px;
    border-radius: 5px;
    transform: perspective(500px)rotateX(90deg);
    transition: .5s;
    opacity: 0;
}
.team.six .image img {
    width: 100%;
}
.team.six ul.social-icon {
    padding: 0;
    margin: 0;
    text-align: center;
}
.team.six ul.social-icon li {
    list-style: none;
    display: inline-block;
    padding: 0 2px;
}
.team.six ul.social-icon li a i {
    display: inline-block;
    background: #fff;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #032548;
    border-radius: 50%;
    transition: .5s;
}
.team.six ul.social-icon li a i:hover{
    color:#E11143;
}
.team.six .content .bio h2.name {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Work Sans";
    text-align: center;
    margin: 0;
    padding: 20px 0 4px;
}
.team.six .content .bio h5.designation {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Arimo";
    text-align: center;
    margin: 0;
}
.team.six .content {
    position: absolute;
    bottom: 58px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    transform: scale(0);
    transition: .5s;
}
.team.six:hover .content {
    transform: scale(1);
}
.team.six .image:hover::before {
    transform: perspective(500px)rotateX(0deg);
    opacity: 0.7;
}

.section-title.style-11 .section-title.t_left h5.subtitle {
    font-size: 17px;
    color: #e01142;
    font-weight: 500;
    font-family: "Work Sans";
    margin-bottom: 18px;
}
.section-title.style-11 .section-title.t_left h3.title {
    margin: 0;
    font-size: 38px;
    line-height: 48px;
    color: #fff;
    font-weight: 600;
    font-family: "Work Sans";
}

.item-list.style5 {
    list-style: none;
}
ul.item-list.style5 li {
    display: inline-block;
    border: 1px solid #6F7785;
    padding: 12px 16px 12px;
    border-radius: 5px;
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Work Sans";
    margin-right: 7px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
ul.item-list.style5 li::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #fff;
    left: 0;
    top: 0;
    border-radius: 5px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}
ul.item-list.style5 li a{
    color:#fff;
    display: inline-block;
    transition: .5s;
}
ul.item-list.style5 li:hover {
    color: #E11143;
}
ul.item-list.style5 li:hover::before {
    transform: scale(1);
}
ul.item-list.style5 li a:hover{
    color: #E11143;
}

.down .dreamit-button.style12 .dreamit-button a {
    display: inline-block;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
    z-index: 1;
    font-size: 17px;
    line-height: 22px;
    color: #E11143;
    font-weight: 500;
    border: 1px solid #E11143;
    font-family: "Work Sans";
    padding: 16px 25px 16px;
    text-decoration: none;
    position: relative;
    top: 0px;
}
.down .dreamit-button.style12 .dreamit-button a i{
    color: #E11143;
     display: inline-block;
}
.down .dreamit-button.style12 .dreamit-button a:hover i{
    color:#fff;
}
.down .dreamit-button.style12 .dreamit-button a:hover{
    color:#fff;
}

.icon-box.style11 {
    display: flex;
    align-items: center;
    margin-left: 55px;
}
.icon-box.style11 .icon-box-icon{
    margin-right:22px;
}
.icon-box.style11 .icon-box-content .title h2 {
    font-size: 30px;
    line-height: 38px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Work Sans";
    margin: 0;
    width: 90%;
}

.heading.style4 h4.heading-text {
    font-size: 20px;
    color: #fefefe;
    font-weight: 600;
    font-family: "Work Sans";
    margin-bottom: 30px;
    border-bottom: none;
    padding-bottom: 0;
}
.social-links.style5 ul{
    list-style:none;
}
.social-links.style5 ul li{
     display: inline-block;
}
.social-links.style5 a i {
    display: inline-block;
    color: #DF1141;
    background: #fff;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 15px;
    margin-right: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.social-links.style5 a i:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #E11143;
    left: 0;
    top: 0;
    border-radius: 50%;
    z-index: -1;
    transition: .5s;
    transform: scale(0);
}
.social-links.style5 a i:hover:after {
    transform: scale(1);
}
.social-links.style5 a i:hover {
    color: #fff;
}

.blog-post.style5 .post-item .post-thumb {
   line-height: 0px;
   position: relative;
    overflow: hidden;
    transition: .5s;
}
.blog-post.style5 .post-item .post-thumb img {
    width: 100%;
    transition: .5s;
    transform: scale(1);
}
.blog-post.style5 .post-item .blog_post_inner_content h3.title a {
    display: inline-block;
    text-decoration: none;
    transition: .5s;
    font-size: 21px;
    line-height: 32px;
    color: #012549;
    font-weight: 600;
    padding: 3px 0 32px;
    font-family: "Work Sans";
}
.blog-post.style5 .post-item .single_blog_post_content {
    padding: 27px 33px 36px;
    border-radius: 5px;
    filter: drop-shadow(0px 3px 30px rgba(189,189,189,0.26));
    background-color: #ffffff;
}
.blog-post.style5 .post-item .meta-date {
    display: inline-block;
}
.blog-post.style5 .post-item .meta-date p{
    display: inline-block;
    font-size: 16px;
    color: #6f7785;
    margin: 0;
    font-weight: 400;
    font-family: "Arimo";
    padding-right: 18px;
    transition: .5s;
}
.blog-post.style5 .post-item .meta-comment p{
    display: inline-block;
    font-size: 16px;
    color: #6f7785;
    font-weight: 400;
    margin: 0;
    font-family: "Arimo";
    padding-right: 18px;
    transition: .5s;
}
.blog-post.style5 .post-item .meta-comment {
    display: inline-block;
}
.blog-post.style5 .post-item .meta-comment p i {
    display: inline-block;
    font-size: 7px;
    color: #6f7785;
    padding-right: 10px;
    position: relative;
    top: -3px;
    transition: .5s;
}
.blog-post.style5 .post-item .blog_btn a {
    display: inline-block;
    transition: .5s;
    font-size: 16px;
    line-height: 32px;
    color: #e01142;
    font-weight: 400;
    font-family: "Arimo";
    text-align: center;
    border: 1px solid #616161;
    padding: 5px 20px 6px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
.blog-post.style5 .post-item .blog_btn a i {
    display: inline-block;
    position: relative;
    color: #e01142;
    top: 2px;
    margin-left: 2px;
    transition: .5s;
}
.blog-post.style5 .post-item .blog_btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #E11143;
    left: 0;
    top: 0;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
    border-radius: 5px;
}
.blog-post.style5 .post-item:hover .post-thumb img {
    transform: scale(1.1);
}
.blog-post.style5 .post-item .blog_btn a:hover::before {
    transform: scale(1);
}
.blog-post.style5 .post-item .blog_btn a:hover {
    border: 1px solid transparent;
    border-radius: 5px;
    color: #fff;
}
.blog-post.style5 .post-item .blog_btn a:hover i {
    color: #fff;
}
.blog-post.style5 .post-item:hover .meta-date p {
    color: #e01142;
}
.blog-post.style5 .post-item:hover .meta-comment p {
    color: #e01142;
}
.blog-post.style5 .post-item:hover .meta-comment p i{
    color: #e01142;
}
.blog-post.style5 .post-item:hover .blog_post_inner_content h3.title a {
    color: #e01142;
}

.campaigns-box.style6 .thumb img {
    width: 100%;
}
.campaigns-box.style6 .content {
    position: absolute;
    bottom: 45px;
    padding: 0 30px 0;
    transition: .5s;
}
.campaigns-box.style6 h3.event-date {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Work Sans";
    margin: 0;
     position: absolute;
    top: 0;
    left: 31px;
    text-align: center;
    background: #E11143;
    height: 60px;
    width: 55px;
    border-radius: 5px;
    padding: 6px 0 0;
}
.campaigns-box.style6 .content h3.title a{
     font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Work Sans";
    margin: 0;
    margin-bottom: 14px;
    transition: .5s;
    display: inline-block;
    text-decoration: none;
}
.campaigns-box.style6 .content p.date {
    display: inline-block;
    font-size: 16px;
    margin: 0px 0 8px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Arimo";
}
.campaigns-box.style6 .content p.date i {
    display: inline-block;
    font-size: 14px;
    margin-right: 9px;
    color: #E11143;
}
.campaigns-box.style6 p.description.mh{
    display: inline-block;
    font-size: 16px;
    margin: 0px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Arimo"; 
}
.campaigns-box.style6 p.description.mh i {
    display: inline-block;
    font-size: 14px;
    margin-right: 9px;
    color: #E11143;
}
.campaigns-box.style6:hover .content h3.title a {
    color: #E11143;
}

.eleson-subscribe .join-input-box input {
   height: 55px;
    outline: 0;
    border: none;
    width: 100%;
    font-size: 16px;
    color: #616161;
    font-weight: 400;
    font-family: "Arimo";
    padding: 0 0 0 23px;
    border-radius: 5px;
    margin-bottom: 24px;
}
.eleson-subscribe label.checkbox{
    display:none;
}
.eleson-subscribe button.join-button {
    outline: 0;
    border: none;
    width: 100%;
    border-radius: 5px;
    height: 55px;
    background: #E01142;
    font-size: 17px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Arimo";
}
.eleson-subscribe button.join-button:hover{
    color: #ffffff;
    background: #E01142;
}


   /*================= Start  Dream It All Responsive Css  ===================*/


@media (min-width: 1280px) and (max-width: 1439px) {

}

 @media (min-width: 1200px) and (max-width: 1299px) {

.single-slick.five .white-color h1 {
    font-size: 40px;
    width: 75%;
}
.single-slick.five .white-color h1 span{
    font-size: 40px;
}
.single-slick.five .hero-text-wrap p {
    width: 55%;
}
.feature-box.style-seven {
    padding: 35px 20px 12px;
}
.feature-box.style-seven .feature-box-title h2 {
    font-size: 20px;
}
.section-title.style-7 .section-title.t_left h3 {
    width: 100%;
}
.testimonial.style9 .testimonial-item .bio .quote {
    font-size: 22px;
    width: 100%;
}
ul.item-list.style5 li {
    padding: 12px 12px 12px;
    font-size: 20px;
}
.blog-post.style5 .post-item .single_blog_post_content {
    padding: 27px 15px 36px;
}

}


 @media (min-width: 1170px) and (max-width: 1199px) {
    
.single-slick.five .white-color h1 {
    font-size: 35px;
    width: 75%;
}
.single-slick.five .white-color h1 span{
    font-size: 35px;
}
.single-slick.five .hero-text-wrap p {
    width: 55%;
}
.feature-box.style-seven {
    padding: 35px 20px 12px;
}
.section-title.style-7 .section-title.t_left h3 {
    width: 100%;
}
.testimonial.style9 .testimonial-item .bio .quote {
    font-size: 22px;
    width: 100%;
}
ul.item-list.style5 li {
    padding: 12px 12px 12px;
    font-size: 20px;
}
.blog-post.style5 .post-item .single_blog_post_content {
    padding: 27px 15px 36px;
}

}


 @media (min-width: 992px) and (max-width: 1169px) {
.single-slick.five .white-color h1 {
    font-size: 40px;
    width:100%;
}
.single-slick.five .white-color h1 span{
    font-size: 40px;
}
.single-slick.five .hero-text-wrap p {
    width: 60%;
}
.section-title.style-7 .section-title.t_left h3 {
    font-size: 25px !important;
    line-height: 37px;
    width: 100%;
}
.section-title.style-7 p.description {
    width: 100%;
}
.heading.style4 p.heading-text {
    font-size: 18px;
    width: 100%;
}
.testimonial.style9 .testimonial-item .bio .quote {
    font-size: 20px;
    width: 100%;
}
.testimonial.style9 .teasti-author-title .name {
    font-size: 22px;
}
.icon-box.style11 .icon-box-content .title h2 {
    font-size: 25px;
    width: 100%;
}

 }


 @media (min-width: 768px) and (max-width: 991px) {
     
.single-slick.five .white-color h1 {
    font-size: 32px;
    width: 100%;
} 
.single-slick.five .white-color h1 span{
    font-size: 32px; 
}
.single-slick.five .hero-text-wrap p {
    font-size: 16px;
    width: 70%;
}
.section-title.style-7 .section-title.t_left h3 {
    font-size: 28px;
    line-height: 38px;
    width: 100%;
}
.section-title.style-7 p.description {
    width: 100%;
    font-size: 16px;
}
.heading.style4 p.heading-text {
    font-size: 17px;
    width: 100%;
}
.heading.style4 span.heading-text {
    font-size: 14px;
}
.testimonial.style9 .testimonial-item .bio .quote {
    font-size: 18px;
    width: 100%;
}
.testimonial.style9 .teasti-author-title .name {
    font-size: 20px;
}
.section-title.style-11 .section-title.t_center h3.title {
    font-size: 28px;
}
.feature-box.style9 .feature-desc p.feature-box-desc {
    width: 95%;
}
.section-title.style-11 .section-title.t_left p.description {
    width: 100%;
}
.section-title.style-11 .section-title.t_center p.description {
    width: 85%;
}
.section-title.style-11 .section-title.t_left h3.title {
    font-size: 28px;
}
.blog-post.style5 .post-item .single_blog_post_content {
    padding: 27px 10px 36px;
}
.icon-box.style11 {
    margin-left: 0px;
}
.icon-box.style11 .icon-box-content .title h2 {
    font-size: 13px;
    width: 100%;
}

}

 @media (min-width: 600px) and (max-width: 767px) {
     
 .single-slick.five .white-color h4 {
    font-size: 20px;
}   
.single-slick.five .white-color h1 {
    font-size: 32px;
    width: 100%;
} 
.single-slick.five .white-color h1 span{
    font-size: 32px; 
}
.single-slick.five .hero-text-wrap p {
    font-size: 16px;
    width: 90%;
}
.section-title.style-7 .section-title.t_left h3 {
    font-size: 28px;
    line-height: 38px;
    width: 100%;
}
.section-title.style-7 p.description {
    width: 100%;
    font-size: 16px;
}
.heading.style4 p.heading-text {
    font-size: 17px;
    width: 100%;
}
.heading.style4 span.heading-text {
    font-size: 14px;
}
.testimonial.style9 .testimonial-item .bio .quote {
    font-size: 18px;
    width: 100%;
}
.testimonial.style9 .teasti-author-title .name {
    font-size: 20px;
}
.section-title.style-11 .section-title.t_center h3.title {
    font-size: 28px;
}
.feature-box.style9 .feature-desc p.feature-box-desc {
    width: 95%;
}
.section-title.style-11 .section-title.t_left p.description {
    width: 100%;
}
.section-title.style-11 .section-title.t_left h3.title {
    font-size: 28px;
}
.blog-post.style5 .post-item .single_blog_post_content {
    padding: 27px 10px 36px;
}
.icon-box.style11 {
    margin-left: 0px;
}
.icon-box.style11 .icon-box-content .title h2 {
    font-size: 22px;
    width: 100%;
}
.heading.style4 h5.heading-text {
    font-size: 18px;
}
.section-title.style-11 .section-title.t_center p.description {
    width: 80%;
}
.feature-box.style9 .feature-box-title h2 {
    font-size: 20px;
}
ul.item-list.style5 li {
    font-size: 18px;
}

}


 @media (min-width: 480px) and (max-width: 599px) {
     
 .single-slick.five .white-color h4 {
    font-size: 20px;
}   
.single-slick.five .white-color h1 {
    font-size: 30px;
    width: 100%;
    line-height:45px;
} 
.single-slick.five .white-color h1 span{
    font-size: 32px; 
}
.single-slick.five .hero-text-wrap p {
    font-size: 16px;
    width: 90%;
}
.section-title.style-7 .section-title.t_left h3 {
    font-size: 25px;
    line-height: 38px;
    width: 100%;
}
.section-title.style-7 p.description {
    width: 100%;
    font-size: 16px;
}
.heading.style4 p.heading-text {
    font-size: 17px;
    width: 100%;
}
.heading.style4 span.heading-text {
    font-size: 14px;
}
.testimonial.style9 .testimonial-item .bio .quote {
    font-size: 18px;
    width: 100%;
}
.testimonial.style9 .teasti-author-title .name {
    font-size: 20px;
}
.section-title.style-11 .section-title.t_center h3.title {
    font-size: 25px;
}
.feature-box.style9 .feature-desc p.feature-box-desc {
    width: 100%;
}
.feature-box.style-seven .feature-box-title h2 {
    font-size: 20px;
}
.section-title.style-11 .section-title.t_left p.description {
    width: 100%;
}
.section-title.style-11 .section-title.t_left h3.title {
    font-size: 25px;
}
.blog-post.style5 .post-item .single_blog_post_content {
    padding: 27px 10px 36px;
}
.icon-box.style11 {
    margin-left: 0px;
}
.icon-box.style11 .icon-box-content .title h2 {
    font-size: 22px;
    width: 100%;
}
.heading.style4 h5.heading-text {
    font-size: 18px;
}
.section-title.style-11 .section-title.t_center p.description {
    width: 100%;
}
.feature-box.style9 .feature-box-title h2 {
    font-size: 18px;
}
ul.item-list.style5 li {
    font-size: 17px;
    padding: 12px 6px 12px;
}
.campaigns-box.style6 .content h3.title a {
    font-size: 19px;
}
.team.six .content .bio h2.name {
    font-size: 20px;
}
.blog-post.style5 .post-item .blog_post_inner_content h3.title a {
    font-size: 20px;
}

}


 @media (min-width: 320px) and (max-width: 479px) {
     
.single-slick.five .white-color h4 {
    font-size: 18px;
} 
.single-slick.five .white-color h1 {
    font-size: 25px;
    width: 100%;
    line-height:35px;
} 
.single-slick.five .white-color h1 span {
    font-size: 25px;
}
.single-slick.five .hero-text-wrap p {
    font-size: 16px;
    width: 100%;
}
.section-title.style-7 .section-title.t_left h3 {
    font-size: 22px;
    line-height: 30px;
    width: 100%;
}
.section-title.style-7 p.description {
    width: 100%;
    font-size: 16px;
}
.heading.style4 p.heading-text {
    font-size: 16px;
    width: 100%;
}
.heading.style4 span.heading-text {
    font-size: 14px;
}
.testimonial.style9 .testimonial-item .bio .quote {
    font-size: 16px;
    line-height: 27px;
    width: 100%;
}
.testimonial.style9 .teasti-author-title .name {
    font-size: 20px;
}
.section-title.style-11 .section-title.t_center h3.title {
    font-size: 22px;
}
.feature-box.style-seven {
    margin-bottom: 0;
}
.feature-box.style9 .feature-desc p.feature-box-desc {
    width: 100%;
}
.feature-box.style-seven .feature-box-title h2 {
    font-size: 18px;
}
.section-title.style-11 .section-title.t_left p.description {
    width: 100%;
}
.section-title.style-11 .section-title.t_left h3.title {
    font-size: 22px;
    line-height: 35px;
}
.blog-post.style5 .post-item .single_blog_post_content {
    padding: 27px 10px 36px;
}
.icon-box.style11 {
    margin-left: 0px;
}
.icon-box.style11 .icon-box-icon {
    margin-right: 4px;
}
.icon-box.style11 .icon-box-content .title h2 {
    font-size: 18px;
    line-height: 25px;
    width: 100%;
}
.heading.style4 h5.heading-text {
    font-size: 18px;
}
.section-title.style-11 .section-title.t_center p.description {
    font-size:16px;
    width: 100%;
}
.feature-box.style9 .feature-box-title h2 {
    font-size: 18px;
}
.blog-post.style5 .post-item .blog_btn a {
    padding: 5px 11px;
}
ul.item-list.style5 li {
    font-size: 17px;
    padding: 12px 6px 12px;
}
.campaigns-box.style6 .content h3.title a {
    font-size: 18px;
    line-height: 22px;
}
.team.six .content .bio h2.name {
    font-size: 20px;
}
.blog-post.style5 .post-item .blog_post_inner_content h3.title a {
    font-size: 16px;
}
.section-title.style-7 .section-title.t_left h5 {
    font-size: 15px;
}
.section-title.style-11 .section-title.t_center h5.subtitle {
    font-size: 15px;
}
.section-title.style-11 .section-title.t_left h5.subtitle {
    font-size: 15px;
}

}

 /*================= End Dream It All Responsive Css  ===================*/




 /*================= Start Political-Party2 Css  ===================*/

.section-title.style-fiveteen .section-title.t_left h5.subtitle {
    font-size: 16px;
    color: rgb(255, 255, 255);
    background-color: rgb(5, 53, 99);
    padding: 10px 25px;
    display: inline-block;
    border-radius: 0 30px 30px 0;
    margin: 0 0 0 52px;
    position: relative;
    font-weight: 500;
}
.section-title.style-fiveteen .section-title.t_left h5.subtitle::before {
    position: absolute;
    content: "";
    top: 0;
    left: -46px;
    background-image: url(https://govcity.ditsolution.net/wp-content/uploads/2024/12/bannar-icon.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
}
.section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 75px;
    color: rgb(255, 255, 255);
    width: 45%;
    margin: 22px 0 16px;
    font-weight: bold;
    line-height: 1.133;
}
.section-title.style-fiveteen .section-title.t_left p.description {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.702);
    line-height: 1.765;
    margin: 0 0 25px;
    width: 45%;
}
.bannar-subscribe .join-input-box input {
    height: 60px;
    outline: 0;
    border: none;
    background-color: rgb(5, 53, 99);
    width: 460px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-family: "Arimo";
    padding: 0 30px 0px;
    border-radius: 30px;
    margin-bottom: 24px;
}
.bannar-subscribe .join-input-box input::placeholder {
    color: #fff !important;
}
.bannar-subscribe label.checkbox{
    display:none;
}
.bannar-subscribe button.join-button {
    outline: 0;
    border: none;
    width: 198px;
    border-radius: 30px;
    height: 50px;
    background-color: rgb(49, 147, 244);
    font-size: 15px;
    text-transform: uppercase;
    line-height: 15px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Arimo";
    position: absolute;
    left: 248px;
    top: 5px;
}

.contact-party .form-area .form-group span input {
    font-size: 16px;
    font-family: "Arimo";
    color: rgb(255, 255, 255);
    border-radius: 5px;
    background-color: rgb(87, 171, 255);
    width: 100%;
    height: 56px;
    outline: 0;
    border: none;
}
.contact-party .form-area .form-group p{
    margin:0;
}
.contact-party .form-area .form-group span input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control::placeholder {
    color: #fff !important;
}
.contact-party .form-area .buttons input {
    background-color: rgb(224, 17, 66);
    color: #fff;
    border-radius: 5px;
    width: 100%;
    height: 56px;
    outline: 0;
    border: none;
    padding: 14px 22px;
    margin-top: 0px;
}

.section-title.style-fiveteen .section-title.t_center h3.title {
    font-size: 44px;
    color: rgb(2, 37, 75);
    line-height: 1.182;
    margin: 0 auto 0;
    width: 40%;
}
.section-title.style-fiveteen .section-title.t_center h3.title span{
    color: rgb(224, 17, 66);
    display: inline-block;
}
.campaigns-box.style8 .thumb {
    line-height: 0;
}
.campaigns-box.style8 .content {
    position: absolute;
    bottom: 50px;
    left: 32px;
}
.campaigns-box.style8 .content p.date {
    font-size: 16px;
    display: inline-block;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    background-color: rgb(5, 53, 99);
    padding: 6px 27px;
    border-radius: 0 30px 30px 0;
    margin-left: 10px;
    margin-bottom: 0;
    position: relative;
}
.campaigns-box.style8 .content p.date::before {
    position: absolute;
    content: "";
    top: 3px;
    background-color: rgb(255, 255, 255);
    left: -10px;
    height: 30px;
    width: 3px;
    border-radius: 5px;
}
.campaigns-box.style8 .content h3.title a {
    font-size: 28px;
    display: inline-block;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 1.286;
    margin: 8px 0 26px;
}
.campaigns-box.style8 ul.features {
    display: none;
}
.campaigns-box.style8 .campaigns-btn a {
    font-size: 16px;
    color: rgb(255, 255, 255);
    padding: 15px 35px;
    text-transform: uppercase;
    background-color: rgb(49, 147, 244);
    display: inline-block;
    border-radius: 30px 30px;
}
.political-cappian .campaigns-box.style8 .content {
    position: absolute;
    bottom: 50px;
    left: 55px;
}
.political-cappian .campaigns-box.style8 .content p.date {
    font-size: 16px;
    display: inline-block;
    color: rgb(224, 17, 66);
    background-color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding: 6px 27px;
    border-radius: 0 30px 30px 0;
    margin-left: 10px;
    margin-bottom: 0;
    position: relative;
}
.political-cappian .campaigns-box.style8 .content p.date::before {
    position: absolute;
    content: "";
    top: 3px;
    background-color: rgb(49, 147, 244);
    left: -10px;
    height: 30px;
    width: 3px;
    border-radius: 5px;
}
.political-cappian .campaigns-box.style8 .content h3.title a {
    font-size: 34px;
    display: inline-block;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 1.235;
    width: 70%;
    margin: 8px 0 26px;
    position: relative;
    transition: .5s;
}
.political-cappian .campaigns-box.style8 .content h3.title a::before {
    position: absolute;
    content: "";
    top: 115px;
    background-color: rgba(255, 255, 255, 0.4);
    left: 0px;
    height: 1px;
    width: 660px;
}
.political-cappian .campaigns-box.style8 .content h3.title a span {
    color: rgb(224, 17, 66);
    display: inline-block;
}
.political-cappian .campaigns-box.style8 .content .event-date h3.event-date {
    font-size: 44px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin: 33px 0 38px;
}
.political-cappian .campaigns-box.style8 ul.features {
    display: inline-block;
    list-style: none;
    border-radius: 10px;
    background-color: rgb(240, 249, 255);
    padding: 9px 1px;
    margin-bottom: 50px;
}
.political-cappian .campaigns-box.style8 ul.features li {
    display: inline-block;
    font-size: 20px;
    color: rgb(2, 37, 75);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    padding: 23px 30px;
    margin: 0px 9px;
    transition: .5s;
}
.political-cappian .campaigns-box.style8 .campaigns-btn a {
    font-size: 16px;
    color: rgb(255, 255, 255);
    padding: 15px 35px;
    text-transform: uppercase;
    background-color: rgb(224, 17, 66);
    display: inline-block;
    border-radius: 30px 30px;
    transition: .5s;
}
.political-cappian .campaigns-box.style8 ul.features li:hover{
    color: rgb(255, 255, 255);
    background-color: rgb(49, 147, 244);
}
.campaigns-box.style8 .campaigns-btn a:hover{
    background-color: rgb(5, 53, 99);
}
.political-cappian .campaigns-box.style8 .campaigns-btn a:hover{
    background-color: rgb(49, 147, 244);
}

.mission .section-title.style-fiveteen .section-title.t_left h5.subtitle{
    display:none;
}
.mission .section-title.style-fiveteen .section-title.t_left h5.subtitle::before{
    display:none;
}
.mission .section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 44px;
    color: rgb(1, 37, 73);
    font-weight: bold;
    width: 100%;
}
.dreamit-button.style16 .dreamit-button a {
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    display: inline-block;
    border-radius: 30px 30px;
    transition: .5s;
    overflow: hidden;
    background-color: rgb(49, 147, 244);
    z-index: 1;
    font-weight: 500;
    border: 1px solid rgb(49, 147, 244);
    font-family: "Work Sans";
    padding: 13px 35px;
    text-decoration: none;
    position: relative;
    top: 0px;
}
.dreamit-button.style16 .dreamit-button a::before {
    content: "";
    background: #012549;
    height: 0;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    transition: .5s;
    z-index: -1;
}
.dreamit-button.style16 .dreamit-button a::after {
    content: "";
    background: #012549;
    height: 0;
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    transition: .5s;
    z-index: -1;
}
.dreamit-button.style16 .dreamit-button a:hover::before {
    height: 100%;
    right: 0;
    left: auto;
}
.dreamit-button.style16 .dreamit-button a:hover::after {
    height: 100%;
    left: 0;
    right: auto;
}

.service-single-box.style11 {
    position: relative;
    margin-bottom:30px;
    transition: .5s;
}
.service-single-box.style11::before {
    position: absolute;
    content: "";
    top: 75px;
    left: 0px;
    height: 93%;
    width: 100%;
    background-image: url(https://govcity.ditsolution.net/wp-content/uploads/2024/12/service-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: .5s;
    z-index: -1;
}
.service-single-box.style11::after {
    position: absolute;
    content: "";
    top: 75px;
    left: 0px;
    height: 93%;
    width: 100%;
    background-image: url(https://govcity.ditsolution.net/wp-content/uploads/2024/12/service-hover.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: .5s;
    z-index: -1;
    opacity: 0;
}
.service-single-box.style11 .service-thumb {
    text-align: center;
    line-height: 0;
}
.service-single-box.style11 .content {
    padding: 42px 34px 0;
}
.service-single-box.style11 .service-title h3.title {
   font-size: 22px;
   color: rgb(0, 0, 0);
   font-weight: 600;
   text-transform: uppercase;
   margin:0 0 0;
   transition: .5s;
}
.service-single-box.style11 .service-title p.description {
    font-size: 16px;
    color: rgb(111, 119, 133);
    line-height: 1.75;
    margin: 18px 0 20px;
}
.service-single-box.style11 .service-btn a{
   font-size: 16px;
   color: rgb(1, 37, 73);
   text-transform: uppercase;
   display: inline-block;
   transition: .5s;
}
.service-single-box.style11 .service-btn a i {
    color: rgb(1, 37, 73);
    display: inline-block;
    transition: .5s;
    opacity: 0;
}
.service-single-box.style11:hover:after{
    opacity: 1;
}
.service-single-box.style11:hover .service-title h3.title{
    color: rgb(224, 17, 66);
}
.service-single-box.style11:hover .service-btn a {
    color: rgb(224, 17, 66);
    text-decoration: underline;
}
.service-single-box.style11:hover .service-btn a i{
    color: rgb(224, 17, 66);
    margin-left: 6px;
    opacity: 1;
}

.political-about .section-title.style-fiveteen .section-title.t_left h5.subtitle {
    font-size: 16px;
    display: inline-block;
    color: rgb(224, 17, 66);
    background-color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding: 9px 27px;
    border-radius: 0 30px 30px 0;
    margin-left: 10px;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
}
.political-about .section-title.style-fiveteen .section-title.t_left h5.subtitle::before{
    position: absolute;
    content: "";
    top: 3px;
    background-color: rgb(49, 147, 244);
    left: -10px;
    height: 30px;
    width: 3px;
    border-radius: 5px;
}
.political-about .section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 44px;
    color: rgb(2, 37, 75);
    line-height: 1.182;
    margin: 22px 0 22px;
    width: 100%;
}
.political-about .section-title.style-fiveteen .section-title.t_left p.description {
  font-size: 17px;
  color: rgb(111, 119, 133);
  line-height: 1.765;
  margin:0 0 0;
  width: 100%;
}
.political-about .section-title.style-fiveteen .section-title.t_left p.description::before{
    display:none;
}

.heading.style9 p.heading-text{
    font-size: 17px;
    color: rgb(111, 119, 133);
    line-height: 1.765;
    margin: 0px 0;
}

.poli-campians .section-title.style-fiveteen .section-title.t_left h5.subtitle {
    font-size: 16px;
    display: inline-block;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    background-color: rgb(5, 53, 99);
    padding: 10px 25px;
    border-radius: 0 30px 30px 0;
    margin-left: 10px;
    margin-bottom: 0;
    font-weight: 500;
    position: relative;
}
.poli-campians .section-title.style-fiveteen .section-title.t_left h5.subtitle::before{
    position: absolute;
    content: "";
    top: 3px;
    background-color: rgb(49, 147, 244);
    left: -10px;
    height: 30px;
    width: 3px;
    border-radius: 5px;
}
.poli-campians .section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 44px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 1.182;
    margin: 20px 0 0;
    width: 75%;
}
.poli-campians .section-title.style-fiveteen .section-title.t_right p.description {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.765;
    margin-left: 90px;
}
.section-title.style-fiveteen .section-title.t_right p.description::before{
    display:none;
}
.section-title.style-fiveteen .section-title.t_right h5.subtitle{
    display:none;
}

.single-video.style9 .chose-video-icon .video-icon a i {
    font-size: 22px;
    color:rgb(5, 53, 99);
    display: inline-block;
    border-radius: 50%;
    background-color: rgb(49, 147, 244);
    width: 55px;
    line-height: 55px;
    height: 55px;
    text-align: center;
}
.single-video.style9 .chose-video-icon {
    display: inline-flex;
    align-items: center;
    gap: 15px;
}
.single-video.style9 .content_title p.description{
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin:0;
}

.service-single-box.style12 {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    transition: .5s;
}
.service-single-box.style12 .service-number {
    margin-right: 220px;
    transition: .5s;
}
.service-single-box.style12 .service-number h4.number {
    font-size: 22px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    border-radius: 50%;
    background-color: rgb(49, 147, 244);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 500;
    transition: .5s;
}
.service-single-box.style12 .service-thumb {
    line-height: 0px;
    margin-right: 135px;
    flex-shrink: 0;
}
.service-single-box.style12 .service2-box {
    display: flex;
    align-items: center;
    padding: 22px;
    border-radius: 10px;
    background-color: rgb(5, 53, 99);
    transition: .5s;
}
.service-single-box.style12 .service2-box .service-title h5.sub-title {
    font-size: 16px;
    color: rgb(49, 147, 244);
    text-transform: uppercase;
    margin: 0 0 0;
    font-weight: 500;
}
.service-single-box.style12 .service2-box .service-title h3.title {
    font-size: 28px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 1.357;
    margin: 13px 0 26px;
}
.service-single-box.style12 .service2-box .service-btn a {
    font-size: 16px;
    color: rgb(49, 147, 244);
    text-transform: uppercase;
    background-color: rgb(2, 37, 75);
    font-weight: 500;
    padding: 9px 36px;
    border-radius: 30px;
    transition: .5s;
}
.service-single-box.style12:hover .service-number h4.number{
    background-color: rgb(224, 17, 66);
}
.service-single-box.style12:hover .service2-box .service-btn a{
    color: rgb(255, 255, 255);
    background-color: rgb(224, 17, 66);
}

.testimonial.style15 {
    text-align: center;
    transition: .5s;
}
.testimonial.style15 .testimonial-item {
    background: #fff;
    text-align: center;
    padding: 47px 45px 48px;
    border-radius: 10px;
    position: relative;
    transition: .5s;
    z-index: 1;
}
.testimonial.style15 .testimonial-item::before {
    border-radius: 10px;
    background-color: rgb(2, 37, 75);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    z-index: -1;
    transform: scale(0);
}
.testimonial.style15 .testimonial-item:hover:before{
     transform: scale(1);
}
.testimonial.style15 .author img {
    width: 66px;
}
.testimonial.style15 .reviews_rating {
    display: flex;
    margin-left: 95px;
    transition: .5s;
}
.testimonial.style15 .reviews_rating i {
    font-size: 17px;
    color: #e01142;
    display: inline-block;
    transition: .5s; 
}
.testimonial.style15 h5.designation { 
    margin: 0;
    font-size: 18px;
    color: rgb(49, 147, 244);
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 7px;
    transition: .5s;
}
.testimonial.style15 .testi-content p.quote {
    font-size: 17px;
    color: rgb(111, 119, 133);
    line-height: 1.647;
    margin: 34px 0 37px;
    border-bottom: 1px solid rgba(2, 37, 75, 0.149);
    padding-bottom: 36px;
    transition: .5s;
}
.testimonial.style15 .author {
    text-align: -webkit-center;
}
.testimonial.style15 .testi-name h4.name {
    font-size: 22px;
    color: rgb(2, 37, 75);
    font-weight: 600;
    margin: 22px 0 0px;
    transition: .5s;
}
.testimonial.style15 .testimonial-item:hover .reviews_rating i{
    color: rgb(49, 147, 244);
}
.testimonial.style15 .testimonial-item:hover h5.designation {
    color: rgb(255, 255, 255);
}
.testimonial.style15 .testimonial-item:hover .testi-content p.quote {
    color: rgba(255, 255, 255, 0.502);
    border-bottom: 1px solid rgba(213, 229, 209, 0.149);
}
.testimonial.style15 .testimonial-item:hover .testi-name h4.name {
    color: rgb(255, 255, 255);
}
.testimonial.style15 .owl-dots {
    margin-top: 55px;
}
.testimonial.style15 .testimonial-carousel.owl-carousel button.owl-dot {
    border-radius: 50%;
    background-color: rgb(49, 147, 244) !important;
    width: 14px;
    height: 14px;
    margin-right: 14px;
}
.testimonial.style15 .testimonial-carousel.owl-carousel button.owl-dot.active {
    border-radius: 50%;
    background-color: rgb(224, 17, 66) !important;
    width: 6px;
    height: 6px;
    position: relative;
    z-index: 1;
    top: -5px;
}
.testimonial.style15 .testimonial-carousel.owl-carousel button.owl-dot.active::before {
    position: absolute;
    content: "";
    top: -4px;
    left: -4px;
    height: 14px;
    width: 14px;
    border: 1px solid rgb(224, 17, 66);
    border-radius: 50%;
}

.shop .section-title.style-fiveteen .section-title.t_left h5.subtitle {
    font-size: 16px;
    display: inline-block;
    color: rgb(224, 17, 66);
    background-color: rgb(240, 249, 255);
    text-transform: uppercase;
    padding: 9px 27px;
    border-radius: 0 30px 30px 0;
    margin-left: 10px;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
}
.shop .section-title.style-fiveteen .section-title.t_left h5.subtitle::before {
    position: absolute;
    content: "";
    top: 3px;
    background-color: rgb(49, 147, 244);
    left: -10px;
    height: 30px;
    width: 3px;
    border-radius: 5px;
}
.shop .section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 44px;
    color: rgb(2, 37, 75);
    line-height: 1.182;
    margin: 20px 0 0;
    width: 100%;
}
.shop .section-title.style-fiveteen .section-title.t_right p.description {
    font-size: 17px;
    color: rgb(111, 119, 133);
    line-height: 1.765;
    margin-left: 90px;
}
.campaigns-box.style11 {
    display: flex;
    align-items: center;
    padding: 32px 30px;
    background-image: url(https://govcity.ditsolution.net/wp-content/uploads/2025/01/campian-shop-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
    transition: .5s;
}
.campaigns-box.style11 .thumb {
    line-height: 0;
    flex-shrink: 0;
    margin-right: 42px;
}
.campaigns-box.style11 .campaigns-box .thumb img {
    width: 100%;
}
.campaigns-box.style11 .content h3.title a {
    font-size: 24px;
    color: rgb(1, 37, 73);
    font-weight: 600;
    border-bottom: 2px solid rgba(1, 37, 73, 0.102);
    display: inline-block;
    line-height: 1.25;
    padding-bottom: 25px;
    margin: 0 0 105px;
}
.campaigns-box.style11 .content p.description {
    font-size: 24px;
    color: rgb(111, 119, 133);
    margin: 8px 0 0;
    font-weight: 600;
}
.campaigns-box.style11 .rating i {
    font-size: 12px;
    color: rgb(49, 147, 244);
    display: inline-block;
    margin: 0 2px;
}
.campaigns-box.style11 p.date {
    font-size: 17px;
    color: rgb(111, 119, 133);
    display: inline-block;
    margin: 0 0;
    padding-left: 9px;
}
.campaigns-box.style11 .content h3.title a:hover{
    color:rgb(224, 17, 66);
}

.blog-post.style11 .single-post-item {
    margin-bottom: 30px;
}
.blog-post.style11 .post-thumb {
    position: relative;
    line-height: 0;
}
.blog-post.style11 .post-thumb::before {
    position: absolute;
    content: "";
    bottom: 0px;
    background-image: -moz-linear-gradient( 90deg, rgb(2,37,75) 0%, rgba(2,37,75,0.55) 45%, rgba(0,0,0,0.35) 65%, rgb(0,0,0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(2 37 75 / 82%) 0%, rgba(2, 37, 75, 0.55) 45%, rgba(0, 0, 0, 0.35) 65%, rgb(0 0 0 / 12%) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(2,37,75) 0%, rgba(2,37,75,0.55) 45%, rgba(0,0,0,0.35) 65%, rgb(0,0,0) 100%);
    left: 0px;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    transition: .5s;
}
.blog-post.style11 .post-thumb img {
    width: 100%;
}
.blog-post.style11 .single_blog_post_content {
    position: absolute;
    bottom: 83px;
    padding: 0 40px 0 30px;
}
.blog-post.style11 .single_blog_post_content h3.title a {
    font-size: 19px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.684;
    display: inline-block;
    margin-bottom: 38px;
}
.blog-post.style11 .single_blog_post_content .blog_btn a {
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.blog-post.style11 .single_blog_post_content .blog_btn a::before {
    position: absolute;
    content: "";
    top: 47px;
    background-color: rgba(255, 255, 255, 0.4);
    left: 0px;
    height: 1px;
    width: 100%;
}
.blog-post.style11 .single_blog_post_content .blog_btn a i {
    font-size: 15px;
    color: rgb(2, 37, 75);
    border-radius: 50%;
    background-color: rgb(240, 249, 255);
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    transform: rotate(-45deg);
}
.blog-post.style11 .single-post-item:hover .post-thumb::before {
    border-radius: 15px;
    background-image: -moz-linear-gradient( 90deg, rgb(224,17,66) 0%, rgba(224,17,66,0.55) 45%, rgba(0,0,0,0.35) 65%, rgb(0,0,0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(224, 17, 66) 0%, rgba(224, 17, 66, 0.55) 45%, rgba(0, 0, 0, 0.35) 65%, rgb(0 0 0 / 28%) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(224,17,66) 0%, rgba(224,17,66,0.55) 45%, rgba(0,0,0,0.35) 65%, rgb(0,0,0) 100%);
}

.icon-box.style15 {
    display: flex;
    align-items: center;
}
.icon-box.style15 .icon-box-content .title h2 {
   font-size: 34px;
   color: rgb(255, 255, 255);
   font-weight: 600;
   margin:0;
}
.icon-box.style15 .img-icon {
    background-color: rgb(1, 37, 73);
    width: 80px;
    height: 80px;
    line-height: 108px;
    text-align: center;
    margin-right: 48px;
    border-radius: 40px 40px 0 40px;
    position: relative;
    z-index: 1;
}
.icon-box.style15 .img-icon::before {
    position: absolute;
    content: "";
    border: 1px dashed rgb(1, 37, 73);
    left: -11px;
    top: -10px;
    width: 102px;
    height: 102px;
    border-radius: 50px 50px 0 50px;
}
.subscribe .dreamit-button.style16 .dreamit-button a {
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    display: inline-block;
    border-radius: 30px 30px;
    transition: .5s;
    overflow: hidden;
    background-color: rgb(1, 37, 73);
    z-index: 1;
    font-weight: 500;
    border: 1px solid rgb(1, 37, 73);
    font-family: "Work Sans";
    padding: 14px 33px;
    text-decoration: none;
    position: relative;
    top: 0px;
}
.subscribe .dreamit-button.style16 .dreamit-button a::before {
    content: "";
    background: rgb(49, 147, 244);
    height: 0;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    transition: .5s;
    z-index: -1;
}
.subscribe .dreamit-button.style16 .dreamit-button a::after {
    content: "";
    background: rgb(49, 147, 244);
    height: 0;
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    transition: .5s;
    z-index: -1;
}
.subscribe .dreamit-button.style16 .dreamit-button a:hover::before {
    height: 100%;
    right: 0;
    left: auto;
}
.subscribe .dreamit-button.style16 .dreamit-button a:hover::after {
    height: 100%;
    left: 0;
    right: auto;
}

.heading.style9 h4.heading-text {
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    position: relative;
    border-bottom: 0;
    padding-bottom: 9px;
}
.heading.style9 h4.heading-text::before {
    position: absolute;
    content: "";
    top: 40px;
    left: 0px;
    height: 2px;
    width: 38px;
    background: rgb(224, 17, 66);
}
.subscribe .heading.style9 p.heading-text {
    font-size: 16px;
    color: rgb(156, 165, 181);
    margin: 15px 0 0;
}
.footer2 .join-input-box input {
    width: 100%;
    height: 56px;
    border: transparent;
    padding: 0 30px;
    outline: 0;
    color: #000;
}   
.footer2 button.join-button {
    background-color: rgb(224, 17, 66);
    border: 1px solid rgb(224, 17, 66);
    color: #fff;
    margin-top: 16px;
    margin-left: 0;
    padding: 15px 35px;
    font-weight: 500;
    transition: 0.5s;
}
.footer2 button.join-button:hover{
    color: rgb(224, 17, 66);
}
.footer2 label.checkbox{
    display:none;
}



 /*================= Start Political-Party2 All Responsive Css  ===================*/


@media (min-width: 1280px) and (max-width: 1439px) {

}

 @media (min-width: 1200px) and (max-width: 1299px){
  .section-title.style-fiveteen .section-title.t_left h3.title {
     font-size: 50px;
     width: 70%;
}
.bannar-img img{
   width:85%;
}
.political-cappian .campaigns-box.style8 ul.features li {
    font-size: 18px;
    padding: 12px 25px;
}
.political-cappian .campaigns-box.style8 .content .event-date h3.event-date {
    font-size: 30px;
    margin: 25px 0 30px;
}
.poli-campians .section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 42px;
    width: 85%;
}
.campaigns-box.style11 .content h3.title a {
    font-size: 20px;
}
.campaigns-box.style11 .thumb {
    margin-right: 20px;
}
.blog-post.style11 .single_blog_post_content {
    padding: 0 25px 0 20px;
}
.service-single-box.style11 .content {
    padding: 42px 15px 0;
}
.political-cappian .campaigns-box.style8 .content h3.title a::before {
    width: 590px;
}

 }


 @media (min-width: 1170px) and (max-width: 1199px){
     
.section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 55px;
    width: 60%;
}
.bannar-img img{
   width:86%;
}
.political-cappian .campaigns-box.style8 ul.features li {
    font-size: 16px;
    padding: 16px 25px;
}
.political-cappian .campaigns-box.style8 .content .event-date h3.event-date {
    font-size: 30px;
}
.political-cappian .campaigns-box.style8 .content h3.title a::before {
    width: 560px;
}
.service-single-box.style11 .content {
    padding: 35px 10px 0;
}
.political-about .section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 38px;
}
.poli-campians .section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 40px;
    width: 100%;
}
.poli-campians .section-title.style-fiveteen .section-title.t_right p.description {
    margin-left: 55px;
}
.service-single-box.style12 .service-number {
    margin-right: 160px;
}
.section-title.style-fiveteen .section-title.t_center h3.title {
    font-size: 40px;
}
.mission .section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 40px;
}
.testimonial.style15 .testimonial-item {
    padding: 47px 30px 48px;
}
.shop .section-title.style-fiveteen .section-title.t_right p.description {
    margin-left: 50px;
}
.campaigns-box.style11 .content h3.title a {
    font-size: 19px;
}
.campaigns-box.style11 .thumb {
    margin-right: 15px;
}
.blog-post.style11 .single_blog_post_content {
    padding: 0 20px 0 12px;
}
.political-cappian .campaigns-box.style8 .content h3.title a {
    font-size: 30px;
}



}


 @media (min-width: 992px) and (max-width: 1169px){
     
.section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 45px;
    width: 70%;
}
.govcity_menu > ul > li {
    margin-right: 25px;
}
.bannar-img img{
   width:86%;
}
.political-cappian .campaigns-box.style8 ul.features li {
    font-size: 15px;
    padding: 18px 18px;
}
.section-title.style-fiveteen .section-title.t_center h3.title {
    font-size: 35px;
}
.political-cappian .campaigns-box.style8 .content h3.title a {
    font-size: 30px;
    width: 85%;
}
.political-cappian .campaigns-box.style8 .content .event-date h3.event-date {
    font-size: 30px;
    margin: 20px 0 20px;
}
.political-cappian .campaigns-box.style8 ul.features {
    margin-bottom: 20px;
}
.political-cappian .campaigns-box.style8 .content {
    bottom: 25px;
}
.political-cappian .campaigns-box.style8 .content h3.title a::before {
    width: 470px;
}
.mission .section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 35px;
}
.service-single-box.style11 .service-title h3.title {
    font-size: 20px;
}
.service-single-box.style11 .content {
    padding: 35px 30px 0;
}
.political-about .section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 35px;
}
.poli-campians .section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 35px;
    width: 100%;
}
.poli-campians .section-title.style-fiveteen .section-title.t_right p.description {
    margin-left: 15px;
    width: 100%;
}
.service-single-box.style12 .service-number {
    margin-right: 50px;
}
.service-single-box.style12 .service-thumb {
    margin-right: 50px;
}
.service-single-box.style12 .service2-box .service-title h3.title {
    font-size: 25px;
}
.testimonial.style15 .testimonial-item {
    padding: 30px 10px 20px;
}
.shop .section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 35px;
}
.shop .section-title.style-fiveteen .section-title.t_right p.description {
    margin-left: 0px;
    width: 100%;
}
.campaigns-box.style11 {
    display: block;
}
.campaigns-box.style11 .content h3.title a {
    font-size: 22px;
    margin: 0 0 20px;
}
.blog-post.style11 .single_blog_post_content h3.title a {
    font-size: 16px;
}
.blog-post.style11 .single_blog_post_content {
    padding: 0 18px 0 8px;
}
.icon-box.style15 .icon-box-content .title h2 {
    font-size: 25px;
}

}

 @media (min-width: 768px) and (max-width: 991px){
     
.section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 40px;
    width: 100%;
}
.bannar-img{
   display:none;
}
.section-title.style-fiveteen .section-title.t_left p.description {
    width: 80%;
}
.section-title.style-fiveteen .section-title.t_center h3.title {
    font-size: 30px;
}
.political-cappian .campaigns-box.style8 .content h3.title a {
    font-size: 25px;
}
.political-cappian .campaigns-box.style8 .content .event-date h3.event-date {
    font-size: 25px;
}
.mission .section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 30px;
}
.service-single-box.style11 .service-title h3.title {
    font-size: 20px;
}
.service-single-box.style11 .content {
    padding: 28px 8px 0;
}
.political-about .section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 30px;
}
.political-about .section-title.style-fiveteen .section-title.t_left p.description {
    font-size: 16px;
}
.heading.style9 p.heading-text {
    font-size: 16px;
}
.poli-campians .section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 30px;
    width: 100%;
}
.poli-campians .section-title.style-fiveteen .section-title.t_right p.description {
    font-size: 16px;
    margin-left: 0px;
    width: 100%;
}
.service-single-box.style12 .service-number {
    margin-right: 10px;
}
.service-single-box.style12 .service2-box .service-title h3.title {
    font-size: 20px;
}
.service-single-box.style12 .service-thumb {
    margin-right: 15px;
}
.testimonial.style15 .testimonial-item {
    padding: 30px 10px 25px;
}
.shop .section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 30px;
}
.shop .section-title.style-fiveteen .section-title.t_right p.description {
    font-size: 16px;
    margin-left: 0px;
    width: 100%;
}
.campaigns-box.style11 {
    display: block;
}
.campaigns-box.style11 .thumb {
    margin-right: 0px;
}
.campaigns-box.style11 .content h3.title a {
    font-size: 20px;
    margin: 0 0 30px;
}
.blog-post.style11 .single_blog_post_content {
    padding: 0 20px 0 20px;
}
.blog-post.style11 .single_blog_post_content h3.title a {
    font-size: 17px;
}
.icon-box.style15 .img-icon {
    margin-right: 25px;
}
.icon-box.style15 .icon-box-content .title h2 {
    font-size: 21px;
}

}


 @media (min-width: 600px) and (max-width: 767px){
     
.section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 35px;
    width: 100%;
}
.bannar-img{
   display:none;
}
.section-title.style-fiveteen .section-title.t_left p.description {
    width: 80%;
}
.section-title.style-fiveteen .section-title.t_center h3.title {
    font-size: 25px;
    width: 60%;
}     
.political-cappian .campaigns-box.style8 ul.features li {
    font-size: 15px;
    padding: 12px 12px;
}     
.political-cappian .campaigns-box.style8 .content .event-date h3.event-date {
    font-size: 25px;
    margin: 0px 0 20px;
}     
.political-cappian .campaigns-box.style8 .content h3.title a {
    font-size: 25px;
}     
.political-cappian .campaigns-box.style8 .content h3.title a::before {
    top: 75px;
    width: 460px;
}     
.mission .section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 25px;
}  
.political-about .section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 25px;
}  
.poli-campians .section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 25px;
    width: 100%;
}  
.poli-campians .section-title.style-fiveteen .section-title.t_right p.description {
    font-size: 16px;
    margin-left: 0px;
}  
.service-single-box.style12 .service-number {
    margin-right: 30px;
}
.service-single-box.style12 .service2-box {
    display: block;
}
.service-single-box.style12 .service2-box .service-title h3.title {
    font-size: 21px;
}  
.service-single-box.style12 .service-thumb {
    margin-bottom: 30px;
    margin-right: 0px;
}  
.shop .section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 25px;
}   
.shop .section-title.style-fiveteen .section-title.t_right p.description {
    margin-left: 0px;
}   
.campaigns-box.style11 .thumb {
    margin-right: 15px;
}   
.campaigns-box.style11 .content h3.title a {
    font-size: 19px;
    margin: 0 0 50px;
}   
.campaigns-box.style11 .content p.description {
    font-size: 22px;
}   
.icon-box.style15 .icon-box-content .title h2 {
    font-size: 25px;
}   
     
}


 @media (min-width: 480px) and (max-width: 599px){
     
.section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 30px;
    width: 100%;
}
.section-title.style-fiveteen .section-title.t_left h5.subtitle {
    font-size: 14px;
}
.bannar-img{
   display:none;
}
.section-title.style-fiveteen .section-title.t_left p.description {
    width: 80%;
}
.bannar-subscribe button.join-button {
    left: 255px;
    top: -7px;
    font-size: 13px;
}
.section-title.style-fiveteen .section-title.t_center h3.title {
    font-size: 25px;
    width: 85%;
}
.political-cappian .campaigns-box.style8 ul.features li {
    font-size: 15px;
    padding: 12px 9px;
}
.political-cappian .campaigns-box.style8 .content .event-date h3.event-date {
    font-size: 24px;
    margin: 0px 0 20px;
}
.political-cappian .campaigns-box.style8 .content {
    bottom: 25px;
    left: 25px;
}
.political-cappian .campaigns-box.style8 .content h3.title a {
    font-size: 20px;
    margin: 8px 0 10px;
}
.political-cappian .campaigns-box.style8 ul.features {
    margin-bottom: 22px;
}
.political-cappian .campaigns-box.style8 .content p.date {
    font-size: 14px;
}
.campaigns-box.style8 .content h3.title a {
    font-size: 22px;
}
.political-cappian .campaigns-box.style8 .content h3.title a::before{
    display:none;
}
.campaigns-box.style8 .content p.date {
    font-size: 14px;
}
.campaigns-box.style8 .campaigns-btn a {
    font-size: 14px;
}
.political-cappian .campaigns-box.style8 .campaigns-btn a {
    font-size: 14px;
}
.mission .section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 25px;
}
.dreamit-button.style16 .dreamit-button a {
    font-size: 14px;
}
.service-single-box.style11 .service-title h3.title {
    font-size: 18px;
}
.political-about .section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 25px;
}
.political-about .section-title.style-fiveteen .section-title.t_left p.description {
    font-size: 16px;
}
.heading.style9 p.heading-text {
    font-size: 16px;
}
.poli-campians .section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 25px;
    width: 100%;
}
.poli-campians .section-title.style-fiveteen .section-title.t_left h5.subtitle {
    font-size: 14px;
}
.poli-campians .section-title.style-fiveteen .section-title.t_right p.description {
    font-size: 16px;
    margin-left: 0;
}
.service-single-box.style12 .service-number {
    margin-right: 20px;
}
.service-single-box.style12 .service2-box {
    display: block;
}
.service-single-box.style12 .service-thumb {
    margin-right: 0;
    margin-bottom: 30px;
}
.service-single-box.style12 .service2-box .service-title h3.title {
    font-size: 20px;
}
.service-single-box.style12 .service2-box .service-title h5.sub-title {
    font-size: 14px;
}
.service-single-box.style12 .service2-box .service-btn a {
    font-size: 14px;
}
.testimonial.style15 .testimonial-item {
    padding: 30px 10px 15px;
}
.shop .section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 25px;
}
.shop .section-title.style-fiveteen .section-title.t_right p.description {
    font-size: 16px;
    margin-left: 0px;
}
.campaigns-box.style11 {
    display: block;
}
.campaigns-box.style11 .thumb {
    margin-right: 0;
}
.campaigns-box.style11 .content h3.title a {
    font-size: 21px;
    margin: 0 0 25px;
}
.campaigns-box.style11 .content p.description {
    font-size: 20px;
}
.blog-post.style11 .single_blog_post_content h3.title a {
    font-size: 17px;
}
.icon-box.style15 .icon-box-content .title h2 {
    font-size: 22px;
}
.subscribe .dreamit-button.style16 .dreamit-button a {
    font-size: 14px;
}
.service-single-box.style11 .service-btn a {
    font-size: 14px;
}
.single-video.style9 .content_title p.description {
    font-size: 14px;
}

}


 @media (min-width: 320px) and (max-width: 479px){
     
.section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 24px;
    width: 100%;
}
.section-title.style-fiveteen .section-title.t_left h5.subtitle {
    font-size: 14px;
}
.bannar-img{
   display:none;
}
.section-title.style-fiveteen .section-title.t_left p.description {
    width: 100%;
    font-size: 15px;
}
.bannar-subscribe .join-input-box input {
    font-size: 15px;
    width: 300px;
}
.bannar-subscribe button.join-button {
    width: 175px;
    height: 45px;
    font-size: 12px;
    left: 0px;
    top: 65px;
}
.political-cappian .campaigns-box.style8 .content {
    bottom: 20px;
    left: 12px;
}
.political-cappian .campaigns-box.style8 ul.features {
    margin-bottom: 20px;
}
.political-cappian .campaigns-box.style8 ul.features li {
    font-size: 13px;
    padding: 5px 8px;
    margin: 0px 0px;
}
.political-cappian .campaigns-box.style8 .campaigns-btn a {
    font-size: 12px;
    padding: 7px 25px;
}
.political-cappian .campaigns-box.style8 .content .event-date h3.event-date {
    font-size: 20px;
    margin: 0px 0 15px;
}
.political-cappian .campaigns-box.style8 .content h3.title a {
    font-size: 18px;
    width: 100%;
    margin: 16px 0 30px;
}
.political-cappian .campaigns-box.style8 .content p.date {
    font-size: 13px;
}
.campaigns-box.style8 .content p.date {
    font-size: 13px;
}
.campaigns-box.style8 .content h3.title a {
    font-size: 18px;
}
.campaigns-box.style8 .campaigns-btn a {
    font-size: 13px;
    padding: 7px 20px;
}
.campaigns-box.style8 .thumb img {
    height: 360px;
}
.political-cappian .campaigns-box.style8 .content h3.title a::before{
    display:none;
}
.mission .section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 22px;
}
.dreamit-button.style16 .dreamit-button a {
    font-size: 12px;
    padding: 7px 20px;
}
.service-single-box.style11 .content {
    padding: 22px 20px 0;
}
.service-single-box.style11 .service-title h3.title {
    font-size: 18px;
}
.service-single-box.style11 .service-title p.description {
    font-size: 16px;
}
.service-single-box.style11 .service-btn a {
    font-size: 13px;
}
.political-about .section-title.style-fiveteen .section-title.t_left h5.subtitle {
    font-size: 13px;
}
.political-about .section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 18px;
}
.political-about .section-title.style-fiveteen .section-title.t_left p.description {
    font-size: 15px;
}
.heading.style9 p.heading-text {
    font-size: 15px;
}
.poli-campians .section-title.style-fiveteen .section-title.t_left h5.subtitle {
    font-size: 12px;
}
.poli-campians .section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 18px;
    width: 100%;
}
.poli-campians .section-title.style-fiveteen .section-title.t_right p.description {
    font-size: 15px;
    width: 100%;
    margin-left: 0px;
}
.single-video.style9 .content_title p.description {
    font-size: 13px;
}
.service-single-box.style12 .service-number h4.number {
    font-size: 20px;
}
.service-single-box.style12 {
    display: block;
}
.service-single-box.style12 .service-number {
    margin-right: 0px;
    text-align: -webkit-center;
    margin-bottom: 20px;
}
.service-single-box.style12 .service2-box {
    display: block;
}
.service-single-box.style12 .service-thumb {
    margin-right: 0;
    margin-bottom: 20px;
}
.service-single-box.style12 .service2-box .service-title h5.sub-title {
    font-size: 14px;
}
.service-single-box.style12 .service2-box .service-title h3.title {
    font-size: 18px;
}
.service-single-box.style12 .service2-box .service-btn a {
    font-size: 13px;
}
.section-title.style-fiveteen .section-title.t_center h3.title {
    font-size: 18px;
    width: 90%;
}
.testimonial.style15 .testi-content p.quote {
    font-size: 15px;
}
.testimonial.style15 .testimonial-item {
    padding: 35px 20px 30px;
}
.testimonial.style15 .reviews_rating i {
    font-size: 15px;
}
.testimonial.style15 .reviews_rating {
    margin-left: 60px;
}
.testimonial.style15 .testi-name h4.name {
    font-size: 18px;
}
.shop .section-title.style-fiveteen .section-title.t_left h5.subtitle {
    font-size: 14px;
}
.shop .section-title.style-fiveteen .section-title.t_left h3.title {
    font-size: 20px;
}
.shop .section-title.style-fiveteen .section-title.t_right p.description {
    font-size: 15px;
    margin-left: 0px;
}
.campaigns-box.style11 {
    display: block;
    padding: 20px;
}
.campaigns-box.style11 .content h3.title a {
    font-size: 18px;
    margin: 0 0 30px;
}
.campaigns-box.style11 .content p.description {
    font-size: 20px;
}
.campaigns-box.style11 .thumb {
    margin-right: 0;
}
.blog-post.style11 .single_blog_post_content h3.title a {
    font-size: 16px;
}
.blog-post.style11 .single_blog_post_content {
    padding: 0 20px 0 20px;
}
.blog-post.style11 .single_blog_post_content .blog_btn a {
    font-size: 14px;
}
.icon-box.style15 .icon-box-content .title h2 {
    font-size: 18px;
}
.subscribe .dreamit-button.style16 .dreamit-button a {
    font-size: 14px;
}

}
