
/*
=======================================
    Developer : Shahin Alom
=======================================
*/

/* ===================================================== */
        /* Start Home Page One Css */
/* ===================================================== */

/* hero section one */
.hero_area {
    position: relative;
    height: 900px;
}
.hero_area .hero_content h4 {
    margin: 0 0 17px;
    -webkit-animation: 1s 1.2s fadeInUp both;
    animation: 1s 1.2s fadeInUp both;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-family: "Work Sans";
    font-size: 18px;
    margin-left: 30px;
    position: relative;
    z-index: 1;
}
.hero_area .hero_content h4:before {
    position: absolute;
    content: "";
    left: -30px;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(https://govcity.ditsolution.net/wp-content/uploads/2024/12/hero-icon2.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.hero_area .hero_content h1 {
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    font-size: 56px;
    line-height: 75px;
    color: #fff;
    font-weight: 700;
    font-family: "Work Sans";
}
.hero_area .hero_content h1 span {
    color: #E01042;
}
.hero_area .hero_content p {
    font-weight: 400;
    margin: 18px 0 53px;
    font-size: 16px;
    width: 51%;
    color: #fff;
    opacity: 0.800;
    -webkit-animation: 1s 1.8s fadeInUp both;
    animation: 1s 1.8s fadeInUp both;
}
.hero_area .hero_content a.btn.btn-gradient {
    -webkit-animation: 1s 1.8s fadeInUp both;
    animation: 1s 1.8s fadeInUp both;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Work Sans";
    background: #E11143;
    padding: 16px 35px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}
.hero_area .hero_content a.btn.btn-gradient i {
    font-size: 16px;
    margin-left: 10px;
    transition: .5s;
}
.hero_area .hero_content a.btn.btn-gradient:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #fff;
    z-index: -1;
    transition: 0.5s;
}
.hero_area .hero_content a.btn.btn-gradient:hover:before {
    width: 100%;
    left: 0;
}
.hero_area .hero_content a.btn.btn-gradient:hover,
.hero_area .hero_content a.btn.btn-gradient:hover i {
   color: #E11143;
}

/* hero section two */
.hero_area.style_two {}

.hero_area.style_two .hero_content h4 {
    color: #012549;
    font-weight: 500;
    font-family: "Work Sans";
    font-size: 18px;
    margin-left: 30px;
    margin-bottom: 17px;
    position: relative;
    z-index: 1;
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
}
.hero_area.style_two .hero_content h4:before {
    position: absolute;
    content: "";
    left: -30px;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(https://govcity.ditsolution.net/wp-content/uploads/2024/12/hero-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.hero_area.style_two .hero_content h1 {
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    font-size: 56px;
    line-height: 75px;
    color: #012448;
    font-weight: 700;
    font-family: "Work Sans";
}
.hero_area.style_two .hero_content h1 span {
    color: #E01042;
}
.hero_area.style_two .hero_content p {
    font-weight: 400;
    margin: 18px 0 53px;
    font-size: 16px;
    width: 51%;
    color: #616161;
    opacity: 0.800;
    -webkit-animation: 1s 1.8s fadeInUp both;
    animation: 1s 1.8s fadeInUp both;
}
.hero_area.style_two .hero_content a.btn.btn-gradient {
    -webkit-animation: 1s 1.8s fadeInUp both;
    animation: 1s 1.8s fadeInUp both;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Work Sans";
    background: #E11143;
    padding: 16px 35px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}
.hero_area.style_two .hero_content a.btn.btn-gradient i {
    font-size: 16px;
    margin-left: 10px;
    transition: .5s;
}
.hero_area.style_two .hero_content a.btn.btn-gradient:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #fff;
    z-index: -1;
    transition: 0.5s;
}
.hero_area.style_two .hero_content a.btn.btn-gradient:hover:before {
    width: 100%;
    left: 0;
}
.hero_area.style_two .hero_content a.btn.btn-gradient:hover,
.hero_area.style_two .hero_content a.btn.btn-gradient:hover i {
   color: #E11143;
}
/* video button */
.hero_area.style_two .hero_content .hero-video-icon {
    display: inline-block;
    -webkit-animation: 1s 1.9s fadeInUp both;
    animation: 1s 1.9s fadeInUp both;
}
.hero_area.style_two .hero_content .video-icon {
    display: flex;
    align-items: center;
}
.hero_area.style_two .hero_content .slider-video-icon {
    height: 60px;
    width: 60px;
    background: #E11143;
    text-align: center;
    line-height: 60px;
    border-radius: 100%;
    margin-left: 25px;
}
.hero_area.style_two .hero_content .slider-video-icon a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
}

/*dots*/
.dreamit_owl_carousel .owl-dots {
    position: absolute;
    bottom: 48%;
    right: 150px;
}
.dreamit_owl_carousel .owl-dots button.owl-dot {
    position: relative;
    z-index: 1;
    height: 12px;
    width: 12px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-left: 15px;
}
.dreamit_owl_carousel .owl-dots button.owl-dot.active {
    background-color: #e01142;
    position: relative;
    width: 12px;
    height: 12px;
}

/* start tab style css */
/* style three */
.filter-tab.three {}
.filter-tab.three .container {
    margin-bottom: 25px;
}
.filter-tab.three .container ul#tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
    background: inherit;
    text-align: left;
    border-radius: 0;
}
.filter-tab.three .container ul#tabs li {
    display: inline-block;
    border-radius: 0;
    margin-bottom: 15px;
    width: inherit;
    text-align: left;
    height: inherit;
    margin-right: 10px;
}
.filter-tab.three .container ul#tabs li a.inactive {
    background: transparent;
    outline: none;
    position: relative;
    color: #012549;
}
.filter-tab.three .container ul#tabs li a.inactive h5.text{
     position: relative;
    color: #012549;
}
.filter-tab.three .container ul#tabs li a h5.text {
    transition: .5s;
    margin: 0 0 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 20px;
    border-radius: 0;
    color: #fff;
}
.filter-tab.three .text .row.tab_two {
    background: inherit;
    margin: 0 0 0;
}
.filter-tab.three .tab-content {
    border-radius: 0;
    background-color: inherit;
    padding: 0 0 0;
}
.filter-tab.three .tab-content .text .tab_content {
    text-align: left;
    padding: 0 0 0;
}

.filter-tab.three .tab-content .text .tab_content p {
    color: #6f7785;
    font-size: 16px;
    font-weight: 400;
    width: 85%;
    margin: 0 0 22px;
}
.filter-tab.three .tab-content .text .tab_content span {
     display: inline-block;
    color: #6f7785;
    font-size: 16px;
    font-weight: 400;
    width: 85%;
    margin: 0 0 0;
} 
.filter-tab.three #tabs li a {
    background: var(--primary-color);
    color: #fff !important;
    display: inline-block;
    border-radius: 0px;
    position: relative;
    z-index: 1;
    transition: .5s;
    padding: 0 0 0;
    margin-bottom: 0;
    border: 1px solid #e011421c;
}
.filter-tab.three #tabs li a:before {
    position: absolute;
    content: "";
    top: 29px;
    left: 50px;
    height: 20px;
    width: 20px;
    background: var(--primary-color);
    opacity: 1;
    border-radius: 0;
    transform: rotate(45deg);
    transition: 0.5s;
}

/* end tab style css */

/* start dream it section title style css */
/* style six */
.section-title.style-6 .section-title.t_left h3.title {
    font-size: 46px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Work Sans";
    margin: 0 0 0;
}
.section-title.style-6 .section-title.t_left p.description {
    font-size: 16px;
    color: #c7c7c7;
    font-weight: 400;
    font-family: "Arimo";
    width: 88%;
    margin: 25px 0 15px;
}
.section-title.style-6 .section-title.t_left p.description:before {
    display: none;
}

/* style eight */
.section-title.style-8 {
    position: relative;
    margin-bottom: 16px;
}
.section-title.style-8 .section-title.t_left h5.subtitle {
    font-size: 18px;
    color: #012549;
    font-weight: 500;
    font-family: "Work Sans";
    margin: 0 0 13px;
}
.section-title.style-8 .section-title.t_left h3.title {
    font-size: 46px;
    line-height: 60px;
    color: #012549;
    font-weight: 600;
    font-family: "Work Sans";
    margin: 0 0 0;
}
/* style eight center */
.section-title.style-8 .section-title.t_center {
    position: relative;
    margin-bottom: 31px;
}
.section-title.style-8 .section-title.t_center h5.subtitle {
    font-size: 18px;
    color: #012549;
    font-weight: 500;
    font-family: "Work Sans";
    margin: 0 0 13px;
}
.section-title.style-8 .section-title.t_center h3.title {
    font-size: 46px;
    line-height: 60px;
    color: #012549;
    font-weight: 600;
    font-family: "Work Sans";
    margin: 0 0 0;
}
.section-title.style-8 .section-title.t_center p.description {
    font-size: 16px;
    color: #616161;
    font-weight: 400;
    font-family: "Arimo";
    width: 75%;
    margin: 10px auto 0;
}
.section-title.style-8 .section-title.t_center p.description:before {
    display: none;
}
.blog-desc .section-title.style-8 .section-title.t_center p.description {
    width: 55%;
}
.campaign .section-title.style-8 .section-title.t_center p.description {
    width: 60%;
}

/* style sixteen */
.section-title.style-sixteen .section-title.t_left {
    position: relative;
    margin-bottom: 22px;
}
.section-title.style-sixteen .section-title.t_left h5.subtitle {
    font-size: 17px;
    font-family: "Arimo";
    color: rgb(51, 148, 245);
    font-weight: 400;
    margin: 0 0 17px 35px;
    position: relative;
    z-index: 1;
}
.section-title.style-sixteen .section-title.t_left h5.subtitle:before {
    position: absolute;
    content: "";
    left: -35px;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(https://govcity.ditsolution.net/wp-content/uploads/2024/12/hero-icon-1.png);
    background-repeat: no-repeat;
}
.section-title.style-sixteen  .title {
    font-size: 48px;
    color: rgb(35, 66, 97);
    font-weight: bold;
    line-height: 56px;
    margin: 0 0 0;
}
.section-title.style-sixteen .section-title.t_left p.description {
    font-size: 17px;
    line-height: 28px;
    font-family: "Arimo";
    color: rgb(111, 119, 133);
    width: 100%;
    margin-top: 10px;
}
.section-title.style-sixteen .section-title.t_left p.description:before {
    display: none;
}

/* style sixteen center */
.section-title.style-sixteen .section-title.t_center {
    position: relative;
    margin-bottom: 20px;
}
.section-title.style-sixteen .section-title.t_center .subtitle {
    font-size: 17px;
    font-family: "Arimo";
    color: rgb(51, 148, 245);
    font-weight: 400;
    margin: 0 0 17px;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.section-title.style-sixteen .section-title.t_center .subtitle:before {
    position: absolute;
    content: "";
    left: -32px;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(https://govcity.ditsolution.net/wp-content/uploads/2024/12/hero-icon-1.png);
    background-repeat: no-repeat;
}
.section-title.style-sixteen .section-title.t_center .title {
    font-size: 50px;
    color: rgb(35, 66, 97);
    font-weight: bold;
    line-height: 56px;
    margin: 0 0 0;
}  
.desc .section-title.style-sixteen .section-title.t_left p.description {
    font-size: 18px;
    color: rgb(51, 148, 245);
    font-style: italic;
    font-weight: 500;
    margin-top: 25px;
}
.sub .section-title.style-sixteen .section-title.t_left h5.subtitle {
    color: #ffffff;
    font-size: 17px;
    font-family: "Arimo";
    font-weight: 400;
    margin: 0 0 17px 0;
    position: relative;
    z-index: 1;
}
.sub .section-title.style-sixteen .section-title.t_left h5.subtitle:before {
    display: none;
}
/* end dream it section title style css */

/* start dream it all button style css */
/* style four*/
.dreamit-button.style4 .dreamit-button a.button {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Work Sans";
    background: #E11143;
    padding: 12px 28px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
    border: 2px solid #E11143;
    margin-top: 0;
}
.dreamit-button.style4 .dreamit-button a.button i {
    color: #ffffff;
    margin-left: 10px;
    font-size: 16px;
    transition: .5s;
}
.dreamit-button.style4 .dreamit-button a.button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #fff;
    z-index: -1;
    transition: 0.5s;
}
.dreamit-button.style4 .dreamit-button a.button:hover:before {
    width: 100%;
    left: 0;
}
.dreamit-button.style4 .dreamit-button a.button:hover,
.dreamit-button.style4 .dreamit-button a.button:hover i {
    color: #E11143;
}

/* style ten */
.dreamit-button.style10 .dreamit-button a.button {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Work Sans";
    background: #E11143;
    padding: 9px 21px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
    border: 2px solid #E11143;
    margin-top: 0;
}
.dreamit-button.style10 .dreamit-button a.button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #fff;
    z-index: -1;
    transition: 0.5s;
}
.dreamit-button.style10 .dreamit-button a.button:hover:before {
    width: 100%;
    left: 0;
}
.dreamit-button.style10 .dreamit-button a.button:hover {
    color: #E11143;
}

/* style fourteen */
.dreamit-button.style14 .dreamit-button a.button {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Work Sans";
    background: #E11143;
    padding: 12px 37px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
    margin-top: 0;
    border: 2px solid var(--primary-color);
}
.dreamit-button.style14 .dreamit-button a.button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #fff;
    z-index: -1;
    transition: 0.5s;
}
.dreamit-button.style14 .dreamit-button a.button:hover:before {
    width: 100%;
    left: 0;
}
.dreamit-button.style14 .dreamit-button a.button:hover {
    color: #E11143;
}

/* style Seventeen */
.dreamit-button.style17 a.button {
    display: inline-block;
    font-size: 17px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    padding: 13px 33px;
    margin-top: 16px;
    border: 2px solid rgb(51, 148, 245);
    position: relative;
    z-index: 1;
    transition: .5s;
    border-radius: 0;
    background: rgb(51, 148, 245);
}
.dreamit-button.style17 a.button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: rgb(35, 66, 97);
    z-index: -1;
    transition: 0.5s;
}
.dreamit-button.style17 a.button:hover:before{
    width: 100%;
    left: 0;
}

/* style nineteen */
.dreamit-button.style19 a.button {
    display: inline-block;
    font-size: 17px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    padding: 13px 33px;
    margin-top: 24px;
    border: 2px solid rgb(51, 148, 245);
    position: relative;
    z-index: 1;
    transition: .5s;
    border-radius: 0;
    background: rgb(51, 148, 245);
}
.dreamit-button.style19 a.button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: rgb(35, 66, 97);
    z-index: -1;
    transition: 0.5s;
}
.dreamit-button.style19 a.button:hover:before{
    width: 100%;
    left: 0;
}
.button .dreamit-button.style19 a.button {
    padding: 13px 29px;
    float: right;
}
.donate-now-btn .dreamit-button.style17 a.button {
    padding: 13px 29px;
    margin-top: 40px;
}

/* end dream it all button style css */


/* start dream it all item list style css */
/* style six */
.item-list.style6 {
    margin: 24px 0 50px;
}
ul.item-list.style6 {
    list-style: none;
}
ul.item-list.style6 li {
    display: inline-block;
    background: transparent;
    border: 1px solid #ffffff9c;
    padding: 12px 30px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Work Sans";
    border-radius: 5px;
    margin-right: 14px;
    transition: .5s;
}
ul.item-list.style6 li a {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Work Sans";
    transition: .5s;
}
ul.item-list.style6 li:hover,
ul.item-list.style6 li a :hover {
    background: #E11143;
    border: 1px solid #E11143;
}
/* style eight */
ul.item-list.style8 {
    list-style: none;
}
ul.item-list.style8 li a {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #e0e0e0;
    font-weight: 400;
    font-family: "Work Sans";
    position: relative;
    z-index: 1;
    transition: .5s;
}
ul.item-list.style8 li a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 3px;
    height: 1px;
    width: 0%;
    background: #E31D4D;
    display: inline-block;
    transition: .5s;
}
ul.item-list.style8 li a:hover:before {
    width: 100%;
}
ul.item-list.style8 li a:hover {
    color: #E11143;
}
/* style nine */
ul.item-list.style9 {
    list-style: none;
}
ul.item-list.style9 li {
    font-size: 16px;
    line-height: 24px;
    color: #e0e0e0;
    font-weight: 400;
    font-family: "Work Sans";
    margin-bottom: 30px;
}
ul.item-list.style9 li i {
    text-align: center;
    width: 29px;
    height: 24px;
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-block;
    line-height: 22px;
    margin-right: 5px;
    color: #e01142;
}
/* style ten */
.item-list.style10 {
    text-align: right;
}
ul.item-list.style10 {
    list-style: none;
}
ul.item-list.style10 li {
    display: inline-block;
}
ul.item-list.style10 li a {
    display: inline-block;
    font-size: 18px;
    color: #91959E;
    font-weight: 400;
    font-family: "Work Sans";
    margin-left: 10px;
}
ul.item-list.style10 li a:hover {
    color: #e01142;
}

/* style nineteen */

ul.item-list.style19 {
    list-style: none;
}
ul.item-list.style19 li {
    font-size: 17px;
    color: rgb(111, 119, 133);
    font-weight: 400;
    margin-bottom: 13px;
}
ul.item-list.style19 li i {
    display: inline-block;
    color: rgb(51, 148, 245);
    font-size: 16px;
    padding-right: 7px;
}

/* style twentyone */
ul.item-list.style21 {
    list-style: none;
}
ul.item-list.style21 li {
    margin-bottom: 14px;
}
ul.item-list.style21 li a {
    display: inline-block;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.702);
    font-weight: 500;
    transition: .5s;
}
ul.item-list.style21 li i {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.702);
    transition: .5s;
    display: inline-block;
    padding-right: 5px;
}
ul.item-list.style21 li a:hover,
ul.item-list.style21 li a:hover i{
    color: rgb(224, 17, 66);
}

/* style twentytwo */
ul.item-list.style22 {
    list-style: none;
}
ul.item-list.style22 li {
    display: inline-block;
    font-size: 17px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    padding: 2px 22px;
    background: inherit;
    transition: .5s;
}
ul.item-list.style22 li:hover {
    background: rgb(51, 148, 245);
}
ul.item-list.style22 h2.heading-text:before {
    display: none;
}



/* end dream it all item list style css */


/* start dream it all heading  css */
/* style three*/
.heading.style3 h1.heading-text {
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Work Sans";
    margin-bottom: 37px;
}
.heading.style3 p.heading-text {
    color: #fff;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 0;
}
/* style five */
.heading.style5 h1.heading-text {
    font-size: 46px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Work Sans";
    margin-bottom: 21px;
}
.heading.style5 h6.heading-text {
    font-size: 16px;
    color: #e0e0e0;
    font-weight: 400;
    margin: 0 0 0;
    font-family: "Arimo";
    width: 100%;
}
.heading.style5 h3.heading-text {
    margin-bottom: 60px;
    margin-top: 6px;
    font-size: 20px;
    color: #e0e0e0;
    font-weight: 500;
    font-family: "Work Sans";
    text-transform: uppercase;
}
.heading.style5 p.heading-text {
    line-height: 25px;
    font-weight: 400;
    color: rgb(255 255 255 / 70%);
    margin: 43px 0 28px;
    width: 75%;
    font-size: 16px;
}
.heading.style5 span.heading-text {
  opacity: 0.502;
    font-size: 18px;
    line-height: 24px;
    color: #e0e0e0;
    font-weight: 400;
    font-family: "Work Sans";
    margin: 0 0 0;
    width: 100%;
}

/* style eleven */
.heading.style11 p.heading-text {
    font-size: 16px;
    line-height: 28px;
    font-family: "Arimo";
    color: rgba(255, 255, 255, 0.702);
    width: 85%;
    margin: 35px 0 34px;
}
.heading.style11 h3.heading-text {
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin-top: 13px;
    margin-bottom: 49px;
}
.heading.style11 span.heading-text {
    font-size: 16px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.702);
    width: 100%;
    margin: 0 0 0;
    display: inline-block;
}
.heading.style11 span.heading-text span {
    display: inline-block;
    color: #3394f5;
}
.heading.style11 h5.heading-text {
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin: 0 0 0;
}
.heading.style11 h2.heading-text {
    font-size: 30px;
    color: rgb(1, 37, 73);
    font-weight: 600;
    background-color: rgb(235, 240, 245);
    display: inline-block;
    height: 55px;
    line-height: 55px;
    width: 512px;
    padding-left: 20px;
    margin-top: 25px;
    margin-bottom: 32px;
}
.heading.style11 h2.heading-text::before {
    display: none;
}
}

/* end dream it all heading css */

/* start contact form css */
/* style one */
.donate-contact {
    margin-top: -50px;
    z-index: 99;
    position: relative;
}
.form-area.five.quote_form .form-inner .contact-form-title h3 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Work Sans";
    text-align: center;
    margin-bottom: 46px;
}
.form-area.five.quote_form .form-inner .form-group p span input {
    height: 52px;
    width: 98%;
    margin-bottom: 20px;
    background: transparent;
    border: 1px solid #ffffff94;
    border-radius: 5px;
    padding: 0 20px;
    color: #fff;
}
.form-area.five.quote_form .form-inner .form-group .buttons p input {
    font-size: 16px;
    color: #012448;
    font-weight: 500;
    font-family: "Work Sans";
    border: none;
    background: #fff;
    padding: 14px 0;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 98%;
    transition: .5s;
}
.form-area.five.quote_form .form-inner .form-group .buttons p input:hover {
    background: #012448;
    color: #ffffff;
}
.form-area.five.quote_form .form-inner .form-group .buttons p span {
    display:none;
} 
.form-area.five.quote_form .form-inner .form-group p span input::placeholder {
    color: rgb(255 255 255 / 40%) !important;
}

/* style two */
.charity-form-area .form-inner .form-group p span input {
    height: 50px;
    width: 100%;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    padding: 0 20px;
    font-size: 17px;
    color: rgb(111, 119, 133);
    font-weight: 400;
    border-radius: 0;
}
.charity-form-area .form-inner .form-group p select#country {
    height: 50px;
    width: 100%;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    padding: 0 20px;
    font-size: 17px;
    color: rgb(111, 119, 133);
    font-weight: 400;
    border-radius: 0;
}
.charity-form-area .form-inner .form-group p span textarea {
    height: 134px;
    padding-left: 20px;
    padding-top: 12px;
    border-radius: 0;
    font-size: 17px;
    color: rgb(111, 119, 133);
    font-weight: 400;
}
.charity-form-area .form-inner .form-group p span textarea:focus {
    border-color: #FFF !important;
    color: rgb(111, 119, 133) !important;
}
.charity-form-area .form-inner .form-group .buttons p input {
    display: inline-block;
    background: rgb(35, 66, 97);
    width: 100%;
    height: 50px;
    font-size: 17px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    margin: 0;
}
.charity-form-area .form-inner .form-group p .wpcf7-spinner {
    display: none;
}


/* end contact form css */

.video-box-icon .single-video.style-three .em-video-image img {
    width: 100%;
}
.video-box-icon .single-video.style-three .video-icon a i {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    width: 80px;
    height: 60px;
    background-color: #e01142;
    text-align: center;
    line-height: 60px;
    border-radius: 0;
}

/* start dream it all counter section css */
/* style six */
.single-counter.style_six {
    text-align: center;
    position: relative;
    z-index: 1;
}
.single-counter.style_six:before {
    position: absolute;
    content: "";
    right: -13px;
    top: -42px;
    opacity: 0.200;
    width: 1px;
    height: 150px;
    background-color: #00fbf4;
}
.counter-shape .single-counter.style_six:before {
    display: none;
}
.single-counter.style_six .counter-content.counter span.count.percent {
    font-size: 50px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    display: inline-block;
}
.single-counter.style_six .counter-content.counter span.suffix {
    font-size: 60px;
    color: #feffff;
    font-weight: 600;
    font-family: "Work Sans";
    display: inline-block;
}
.single-counter.style_six .counter-content.counter h6 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Work Sans";
    margin-top: 10px;
}

/* style ten */
.single-counter.style10 {
    display: inline-block;
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 10px;
    top: -29px;
    background-image: url(https://govcity.ditsolution.net/wp-content/uploads/2024/12/counter-bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 26px 18px 23px 60px;
}
.single-counter.style10 .counter-content.counter span.count.percent {
    font-size: 32px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin: 0 0 0;
    display: inline-block;
}
.single-counter.style10 .counter-content.counter span.suffix {
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    margin: 0 0 0;
    display: inline-block;
    position: absolute;
}
.single-counter.style10 .counter-content.counter h6 {
    font-size: 22px;
    color: rgb(255, 255, 255);
    margin: 0 0 0;
    font-weight: 500;
    padding-top: 5px;
}

/* end dream it all counter section css */


/* start dream it flips box style four css */
.flip-box.style-four .flip-box-inner {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: .5s;
}
.flip-box.style-four .flip-box-inner .front-part {
    position: relative;
    bottom: 0;
    z-index: 10;
    padding: 0 0 0;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.flip-box.style-four .flip-box-inner.rs-flip-right .front-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box.style-four .flip-box-inner .front-part .front-content-part {
    width: 100%;
    z-index: 1;
}
.flip-box.style-four .flip-box-inner .front-part .front-content-part .flip-box-thumb {
    line-height: 0;
}
.flip-box.style-four .flip-box-inner .front-part .front-content-part .flip-box-thumb img {
    width: 100%;
}
.flip-box.style-four .flip-box-inner .front-part .front-content-part .front-content-innner {
    padding: 22px 0 23px;
}
.flip-box.style-four .flip-box-inner .front-part .front-content-part .front-content-innner .front-title-part h2.front-title {
        font-size: 22px;
    color: #012549;
    font-weight: 600;
    font-family: "Work Sans";
    text-align: center;
    margin-bottom: 8px;
}
.flip-box.style-four .flip-box-inner .front-part .front-content-part .front-content-innner .front-desc-part p.front-desc {
    font-size: 16px;
    color: black;
    font-weight: 400;
    text-align: center;
    margin: 0 0 0;
}
/* back part */
.flip-box.style-four .flip-box-inner .flip-box-wrap .back-part {
    webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.flip-box.style-four .flip-box-inner .flip-box-wrap .back-part {
    position: absolute;
    z-index: -1;
    bottom: 0;
    z-index: 10;
    padding: 0 45px 52px;
    border-radius: 6px;
    background-color: #e11143;
}
.flip-box.style-four .flip-box-inner .flip-box-wrap .back-part .back-content-part {
     right: 15px;
}
.flip-box.style-four .flip-box-inner .flip-box-wrap .back-part .back-content-part {
    width: 100%;
    z-index: 1;
}
.flip-box.style-four .flip-box-inner .flip-box-wrap .back-part .back-content-part .back-content-innner .back-title-part h2.back-title {
    font-size: 22px;
    color: #fefefe;
    font-weight: 600;
    font-family: "Work Sans";
    text-align: center;
    margin: 0 0 0;
}
.flip-box.style-four .flip-box-inner .flip-box-wrap .back-part .back-content-part .back-content-innner .back-desc-part p.back-desc {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Arimo";
    width: 100%;
    margin: 20px auto 35px;
}
.flip-box.style-four .flip-box-inner .flip-box-wrap .back-part .back-content-part .back-content-innner .back-btn-part a.back-btn {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Work Sans";
    background: transparent;
    border: 1px solid #fff;
    padding: 6px 19px;
    border-radius: 5px;
    margin-top: 0;
    text-transform: capitalize;
}
.flip-box.style-four .flip-box-inner .flip-box-wrap .back-part .back-content-part .back-content-innner .back-btn-part a.back-btn:hover {
    background: #002549;
    border: 1px solid #002549;
}

/* end dream it flips box style four css */


/* start dream it social icon css */
/* style four */
.social-links.style4 {}
.social-links.style4 ul {
    list-style: none;
}
.social-links.style4 ul li {
    display: inline-block;
}
.social-links.style4 ul li a {
    display: inline-block;
    font-size: 16px;
    color: #e01142;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    line-height: 32px;
    text-align: center;
    margin-right: 10px;
    transition: .5s;
}
.social-links.style4 ul li a:hover {
    color: #fff;
    background: #e01142;
}

/* style nine */
.social-links.style9 ul {
    list-style: none;
}
.social-links.style9 ul li {
    display: inline-block;
}
.social-links.style9 ul li a {
    display: inline-block;
    border-radius: 50%;
    background-color: rgb(255 255 255 / 10%);
    color: #FFFF;
    height: 45px;
    line-height: 45px;
    width: 45px;
    text-align: center;
    transition: .5s;
    margin-right: 5px;
}
.social-links.style9 ul li a:hover {
    background: #3394f5;
}



/* end dream it social icon css */


/* start dream it blog post css */
/* style seven */
.blog-post.style7 {}
.blog-post.style7 .post-item {
    filter: drop-shadow(0 0 7.5px rgba(0, 0, 0, 0.15));
    background-color: #ffffff;
}
.blog-post.style7 .post-item .post-thumb {
    line-height: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .5s;
}
.blog-post.style7 .post-item .post-thumb:before {
        background: rgba(224, 17, 66, 0.6);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 500ms linear;
    z-index: 22;
}
.blog-post.style7 .post-item .post-thumb:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 500ms linear;
}
.blog-post.style7 .post-item .post-thumb img {
    width: 100%;
}
.blog-post.style7 .post-item .single_blog_post_content {
    padding: 44px 20px 32px 35px;
    border-radius: 0px 0px 5px 5px;
    position: relative;
    z-index: 1;
}
.blog-post.style7 .post-item .single_blog_post_content .meta-date p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Work Sans";
    background: #E11143;
    padding: 4px 15px;
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 35px;
}
.blog-post.style7 .post-item .single_blog_post_content .blog-meta .author {
    display: inline-block;
}
.blog-post.style7 .post-item .single_blog_post_content .blog-meta .author i {
    margin-right: 5px;
    color: #e01142;
    font-size: 14px;
}
.blog-post.style7 .post-item .single_blog_post_content .blog-meta .author a {
   font-size: 16px;
    color: #e01142;
    font-weight: 400;
    font-family: "Arimo";
    display: inline-block;
}
.blog-post.style7 .post-item .single_blog_post_content .blog-meta .meta-comment {
    display: inline-block;
    float: right;
}
.blog-post.style7 .post-item .single_blog_post_content .blog-meta .meta-comment i {
    margin-right: 5px;
    color: #e01142;
    font-size: 14px;
}
.blog-post.style7 .post-item .single_blog_post_content .blog-meta .meta-comment a {
   font-size: 16px;
    color: #e01142;
    font-weight: 400;
    font-family: "Arimo";
    display: inline-block;
}
.blog-post.style7 .post-item .single_blog_post_content .blog-meta .blog-title h3.title {
    margin: 12px 0 8px;
    border-top: 1px solid #01254936;
    padding-top: 12px;
    transition: .5s;
}
.blog-post.style7 .post-item .single_blog_post_content .blog-meta .blog-title h3.title a:hover {
    color: #e01142;
}

.blog-post.style7 .post-item .single_blog_post_content .blog-meta .blog-title h3.title a {
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    color: #012549;
    font-weight: 600;
    font-family: "Work Sans";
    transition: .5s;
}
.blog-post.style7 .post-item .single_blog_post_content .blog-meta .blog-title p.description {
    font-size: 16px;
    color: #616161;
    font-weight: 400;
    font-family: "Arimo";
    width: 100%;
    margin: 0 0 0;
}
.blog-post.style7 .post-item .single_blog_post_content .blog-user .blog_btn a {
    display: inline-block;
    font-size: 16px;
    color: #e01142;
    font-weight: 400;
    font-family: "Arimo";
    transition: .5s;
    margin-top: 15px;
}
.blog-post.style7 .post-item .single_blog_post_content .blog-user .blog_btn a:hover {
    color: #012549;
}

/* style twelve */
.blog-post.style12 {
    position: relative;
    z-index: 1;
    transition: .5s;
    text-align: center;
}
.blog-post.style12 .single-post-item .post-thumb {
    line-height: 0;
}
.blog-post.style12 .single-post-item .post-thumb img {
    width: 100%;
    height: 385px;
}
.blog-post.style12 .single-post-item .post-thumb .single_blog_post_content {
    position: absolute;
    bottom: 37px;
    left: 0;
}
.blog-post.style12 .single-post-item .post-thumb .single_blog_post_content .blog-meta {
    display: inline-block;
    margin-right: 28px;
    position: relative;
    z-index: 1;
}
.blog-post.style12 .single-post-item .post-thumb .single_blog_post_content .blog-meta:before {
    position: absolute;
    content: "";
    right: -20px;
    bottom: 0;
    background: rgb(51, 148, 245);
    height: 3px;
    width: 10px;
}
.blog-post.style12 .single-post-item .post-thumb .single_blog_post_content .blog-meta .meta-date p {
    font-size: 17px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    margin: 0 0 0;
}
.blog-post.style12 .single-post-item .post-thumb .single_blog_post_content .author {
    display: inline-block;
}
.blog-post.style12 .single-post-item .post-thumb .single_blog_post_content .author a {
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    margin: 0 0 0;
}
.blog-post.style12 .single-post-item .post-thumb .single_blog_post_content  h3.title {
    margin: 44px auto 0;
    position: relative;
    z-index: 1;
}
.blog-post.style12 .single-post-item .post-thumb .single_blog_post_content  h3.title a {
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
    color: rgb(255, 255, 255);
    width: 95%;
    transition: .5s;
    font-weight: 600;
}
.blog-post.style12 .single-post-item .post-thumb .single_blog_post_content h3.title a:hover {
    color: rgb(51, 148, 245);
}
.blog-post.style12 .single-post-item .post-thumb .single_blog_post_content h3.title:before {
    position: absolute;
    content: "";
    left: 45px;
    top: -15px;
    width: 335px;
    height: 1px;
    background: rgb(51, 148, 245);
}

/* end dream it blog post css */


/* start dream it campaigns section css */
/* style seven */
.campaigns-box.style7 {
    display: flex;
    align-items: center;
    gap: 50px;
    position: relative;
    z-index: 1;
    transition: .5s;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
}
.campaigns-box.style7 .thumb {
    line-height: 0;
}
.campaigns-box.style7 .thumb img {
    width: 100%;
}
.campaigns-box.style7 .content {
    padding: 0 35px 0 0;
}
.campaigns-box.style7 .content .event-date h3.event-date {
    font-size: 18px;
    color: #012549;
    font-weight: 500;
    font-family: "Work Sans";
    margin: 0 0 0;
}
.campaigns-box.style7 .content p.date {
    font-size: 12px;
    color: #e01142;
    font-weight: 400;
    font-family: "Work Sans";
    margin: 15px 0 5px;
}
.campaigns-box.style7 .content h3.title {
    margin: 0 0 0;
}
.campaigns-box.style7 .content h3.title a {
    font-size: 27px;
    color: #012549;
    font-weight: 600;
    font-family: "Work Sans";
    display: inline-block;
    transition: .5s;
}
.campaigns-box.style7 .content h3.title a:hover {
    color: #E01142;
}
.campaigns-box.style7 .content p.description.mh {
    font-size: 16px;
    color: #616161;
    font-weight: 400;
    font-family: "Arimo";
    width: 85%;
    margin: 21px 0 49px;
    position: relative;
    z-index: 1;
}
.campaigns-box.style7 .content p.description.mh:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -24px;
    width: 118%;
    height: 1px;
    background: rgba(1,37,73,0.10196078431372549);
}
.campaigns-box.style7 .content .campaigns-btn a {
    display: inline-block;
    font-size: 16px;
    color: #012549;
    font-weight: 500;
    font-family: "Work Sans";
}
.campaigns-box.style7 .content .campaigns-btn a:hover {
    color: #E01142;
}
.campaigns-box.style7 .content .even-share-btn {
    position: absolute;
    right: 35px;
    bottom: 14px;
}
.campaigns-box.style7 .content .even-share-btn a {
    display: inline-block;
    font-size: 16px;
    color: #e01142;
    font-weight: 500;
    font-family: "Work Sans";
}
.campaigns-box.style7 .content .even-share-btn a i {
    display: inline-block;
    font-size: 14px;
    margin-left: 15px;
    color: #e01142;
}

/* style twelve */
.campaigns-box.style12 {
    position: relative;
    z-index: 1;
    transition: .5s;
}
.campaigns-box.style12 .thumb {
    line-height: 0;
}
.campaigns-box.style12 .thumb img {
    width: 100%;
}
.campaigns-box.style12 .content {
    position: absolute;
    left: 40px;
    bottom: 22px;
}
.campaigns-box.style12 .content p.date {
    font-size: 17px;
    font-family: "Arimo";
    color: rgb(255, 255, 255);
    font-weight: 400;
    margin: 0 0 0;
    transition: .5s;
    display: inline;
}
.campaigns-box.style12 .content p.date:hover {
    color: #3394f5;
}
.campaigns-box.style12 .content p.date i {
    font-size: 17px;
    color: rgb(255, 255, 255);
    padding-right: 6px;
    transition: .5s;
}
.campaigns-box.style12 .content p.date:hover i {
    color: #3394f5;
}
.campaigns-box.style12 .content .service-number {
    display: inline-block;
    margin-left: 15px;
}
.campaigns-box.style12 .content .service-number h4.number {
    display: inline-block;
    font-size: 17px;
    font-family: "Arimo";
    color: rgb(255, 255, 255);
    font-weight: 400;
    margin: 0 0 0;
    transition: .5s;
}
.campaigns-box.style12 .content .service-number h4.number:hover {
    color: #3394f5;
}
.campaigns-box.style12 .content .service-number h4.number i {
    display: inline-block;
    font-size: 17px;
    color: rgb(255, 255, 255);
    padding-right: 6px;
    transition: .5s;
}
.campaigns-box.style12 .content .service-number h4.number:hover i {
    color: #3394f5;
}
.campaigns-box.style12 .content h3.title {
    margin: 10px 0 28px;
}
.campaigns-box.style12 .content h3.title a {
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    display: inline-block;
    width: 100%;
    line-height: 34px;
     transition: .5s;
}
.campaigns-box.style12 .content h3.title a:hover {
    color: #3394f5;
    text-decoration: underline;
}
.campaigns-box.style12 .content .campaigns-btn a {
    display: inline-block;
    font-size: 17px;
    color: rgb(255, 255, 255);
    text-decoration: underline;
    font-weight: 500;
     transition: .5s;
}
.campaigns-box.style12 .content .campaigns-btn a:hover {
    color: #3394f5;
}


/* end dream it campaigns section css */

/* ===================================================== */
        /* End Home Page One Css */
/* ===================================================== */




/* ===================================================== */
        /* Start Home Page Two Css */
/* ===================================================== */
/*  start hero slider css*/
/* style four */

.hero_area.style_four {
    position: relative;
    height: 810px;
}
.hero_area.style_four .hero_content h4 {
    margin: 0 0 17px;
    -webkit-animation: 1s 1.2s fadeInUp both;
    animation: 1s 1.2s fadeInUp both;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-family: "Work Sans";
    font-size: 18px;
    margin-left: 30px;
    position: relative;
    z-index: 1;
}
.hero_area .hero_content h4:before {
    position: absolute;
    content: "";
    left: -30px;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(https://govcity.ditsolution.net/wp-content/uploads/2024/12/hero-icon-1.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.hero_area.style_four .hero_content h1 {
    font-size: 60px;
    color: rgb(255, 255, 255);
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    line-height: 86px;
    font-weight: 500;
    font-family: "Work Sans";
}
.hero_area.style_four .hero_content h1 span {
    font-size: 80px;
    color: rgb(255, 255, 255);
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    font-weight: bold;
    font-family: "Work Sans";
    line-height: 86px;
}
.hero_area.style_four .hero_content p {
    font-weight: 400;
    margin: 24px 0 36px;
    font-size: 17px;
    width: 55%;
    -webkit-animation: 1s 1.8s fadeInUp both;
    animation: 1s 1.8s fadeInUp both;
    color: rgb(195, 198, 202);
}
.hero_area.style_four .hero_content a.btn.btn-gradient {
    -webkit-animation: 1s 1.8s fadeInUp both;
    animation: 1s 1.8s fadeInUp both;
    display: inline-block;
    font-size: 17px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-family: "Work Sans";
    background: rgb(51, 148, 245);
    padding: 13px 29px;
    border-radius: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
    border: 2px solid rgb(51, 148, 245);
}
.hero_area.style_four .hero_content a.btn.btn-gradient:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: rgb(255, 255, 255);
    z-index: -1;
    transition: 0.5s;
}
.hero_area.style_four .hero_content a.btn.btn-gradient:hover:before {
    width: 100%;
    left: 0;
}
.hero_area.style_four .hero_content a.btn.btn-gradient:hover {
    color: rgb(51, 148, 245);
}
.hero_area.style_four .hero_content a.btn.btn-gradientstyle_two {
    -webkit-animation: 1s 1.8s fadeInUp both;
    animation: 1s 1.8s fadeInUp both;
    display: inline-block;
    font-size: 17px;
    color: rgb(51, 148, 245);
    font-weight: 400;
    font-family: "Work Sans";
    background: rgb(255, 255, 255);
    padding: 13px 28px;
    border-radius: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
    border: 2px solid rgb(255, 255, 255);
    margin-left: 15px;
}
.hero_area.style_four .hero_content a.btn.btn-gradientstyle_two:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: rgb(51, 148, 245);
    z-index: -1;
    transition: 0.5s;
}
.hero_area.style_four .hero_content a.btn.btn-gradientstyle_two:hover:before {
    width: 100%;
    left: 0;
}
.hero_area.style_four .hero_content a.btn.btn-gradientstyle_two:hover {
    color: rgb(255, 255, 255);
}

/*  end hero slider css*/

/* start dream it box icon section css*/
/* style Thirteen */
.icon-box.style13 {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}
.icon-box.style13 .icon-box-icon .img-icon {
    height: 55px;
    width: 55px;
}
.icon-box.style13 .icon-box-content .title h2 {
    font-size: 22px;
    color: rgb(1, 37, 73);
    font-weight: 600;
    line-height: 32px;
    margin: 0 0 0;
    transition: .5s;
}
.icon-box.style13 .icon-box-content .title h2:hover {
    color: var(--primary-color-2);
}

/* style fourteen */
.icon-box.style14 {
    display: flex;
    gap: 20px;
    position: relative;
    transition: .5s;
    margin-bottom: 10px;
}
.icon-box.style14 .icon-box-icon .img-icon {
    height: 55px;
    width: 55px;
}
.icon-box.style14 .icon-box-content {}
.icon-box.style14 .icon-box-content .title h2 {
    font-size: 22px;
    color: rgb(1, 37, 73);
    font-weight: 600;
    margin: 0 0 0;
}
.icon-box.style14 .icon-box-content .title p {
    font-size: 17px;
    line-height: 26px;
    font-family: "Arimo";
    color: rgb(111, 119, 133);
    margin: 0 0 0;
    width: 100%;
    padding-top: 12px;
}

/* style sixteen */
.icon-box.style16 {
    display: flex;
    position: relative;
    z-index: 1;
    transition: .5s;
    gap: 20px;
    margin-bottom: 18px;
}
.icon-box.style16 .icon-box-icon {
    position: relative;
    top: 7px;
}
.icon-box.style16 .icon-box-icon .icon {
    background-color: hsl(0deg 0% 100% / 10%);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    transition: .5s;
    color: #FFF;
    font-size: 16px;
}
.icon-box.style16 .icon-box-icon .icon:hover {
    background: #3394f5;

}
.icon-box.style16 .icon-box-content .desc p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.702);
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 0;
}





/* end dream it box icon section css*/

/* start dream it Team section css*/
/* style nine */
.team-box.nine {
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
}
.team-box.nine .team-thumb {
    line-height: 0;
}
.team-box.nine .team-thumb img {
    width: 100%;
}
.team-box.nine .team-thumb .team-content {
    transition: 0.5s;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
}
.team-box.nine .team-thumb .team-content .team-bio h5.designation {
    font-size: 17px;
    font-family: "Arimo";
    color: rgb(255, 255, 255);
    font-weight: 400;
    margin: 0 158px 0;
    background: rgb(35, 66, 97);
    padding: 5px 0;
    transition: 0.5s;
}
.team-box.nine .team-thumb .team-content .team-bio h5.designation:hover {
    background: rgb(255 255 255);
    color: rgb(35, 66, 97);
}
.team-box.nine .team-thumb .team-content .team-bio h2.name {
    font-size: 24px;
    color: rgb(1, 37, 73);
    font-weight: 600;
    margin: 0 0 0;
    background: rgb(255, 255, 255);
    display: inline-block;
    padding: 10px 30px;
    transition: 0.5s;
}
.team-box.nine .team-thumb .team-content .team-bio h2.name:hover {
    background: rgb(1, 37, 73);
    color: rgb(255, 255, 255);
}
.team-box.nine .team-thumb .team-social-icon {
    position: absolute;
    top: 30px;
    left: 30px;
}
.team-box.nine .team-thumb .team-social-icon .icon {
    background: rgb(35, 66, 97);
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    transition: .5s;
    cursor: pointer;
}
.team-box.nine .team-thumb .team-social-icon .icon i {
    display: inline-block;
    color: #ffff;
    font-size: 14px;
}
.team-box.nine .team-thumb .team-social-icon ul {
    list-style: none;
    margin-left: -165px;
    transition: .5s;
    position: absolute;
    z-index: 1;
}
.team-box.nine .team-thumb .team-social-icon:hover ul {
    margin-left: 0;
}
.team-box.nine .team-thumb .team-social-icon ul li {
    margin-top: 10px;
}
.team-box.nine .team-thumb .team-social-icon ul li a {
    display: inline-block;
    background: var(--primary-color-2);
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    transition: .5s;
} 
.team-box.nine .team-thumb .team-social-icon ul li a i {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
}

/* end dream it Team section css*/

/* start dream it testimonial section css*/
/* style sixteen*/
.testimonial.style16 .testimonial-item {
    padding-left: 105px;
}
.testimonial.style16 .testimonial-item .bio .quote_img a img {
    width: 70px;
    height: 70px;
}
.testimonial.style16 .testimonial-item .bio .quote_img {
    position: absolute;
    left: 0;
    top: 0;
}
.testimonial.style16 .testimonial-item .bio .reviews_rating .testi-star i {
    color: var(--primary-color-2);
    font-size: 18px;
    margin-right: 5px;
}
.testimonial.style16 .testimonial-item h3.title {
    font-size: 24px;
    line-height: 35px;
    color: rgb(1, 37, 73);
    font-weight: 600;
    margin-top: 19px;
}
.testimonial.style16 .testimonial-item p.quote {
    font-size: 17px;
    line-height: 28px;
    font-family: "Arimo";
    color: rgb(111, 119, 133);
    width: 100%;
    margin: 23px 0 28px;
}
.testimonial.style16 .testimonial-item .teasti-author {
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonial.style16 .testimonial-item .teasti-author .author {
    height: 65px;
    width: 65px;
}
.testimonial.style16 .testimonial-item .teasti-author .teasti-author-title h4.name {
    font-size: 22px;
    color: rgb(1, 37, 73);
    font-weight: 600;
    margin-bottom: 12px;
}
.testimonial.style16 .testimonial-item .teasti-author .teasti-author-title h5.designation {
    font-size: 17px;
    font-family: "Arimo";
    font-weight: 400;
    color: rgb(51, 148, 245);
    margin: 0 0 0;
}

/* end dream it testimonial section css*/


/* start dream it service box  css*/
/* style thirteen */
.service-single-box.style13 {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-bottom: 34px;
}
.service-single-box.style13:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -14px;
    width: 250px;
    height: 1px;
    background: rgb(255 255 255 / 12%);
}
.service-single-box.style13 .service-thumb img {
    height: 80px;
    width: 125px;
}
.service-single-box.style13 .content .service-title p.description {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.902);
    line-height: 28px;
    margin: 0 0 0;
    width: 75%;
}
.service-line .service-single-box.style13:before {
    display: none;
}

/* end dream it service box  css*/



/* start dream it brand section css*/
/* style three */
.brand.style3 .brand-item {
    text-align: center;
    display: inline-block;
    padding-left: 25px;
}
.brand.style3 .brand-item img {
    width: 100%;
    transition: .5s;
    filter: brightness(5) invert(0.5);
    opacity: 0.4;
}
.brand.style3 .brand-item img:hover {
    filter: brightness(1) invert(0);
    opacity: 1;
}

/* end dream it brand section css*/

/* start dream it video box section css*/
/* style ten */
.single-video.style10 .chose-video-icon {
    position: relative;
    left: 15%;
    top: 50%;
}
.single-video.style10 .chose-video-icon .video-icon a {
    display: inline-block;
    border-radius: 50%;
    background-color: rgb(51, 148, 245);
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    color: rgb(255 255 255);
    font-size: 25px;
    position: relative;
    z-index: 1;
}
.single-video.style10 .chose-video-icon .video-icon a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    background: rgba(250, 250, 250, 1);
    z-index: -99;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

/* end dream it video box section css*/

/*animation circle*/
.text-inner {
    animation: circle 15s linear infinite;
    position: relative;
    z-index: 22;
    fill: rgb(255 255 255 / 0%);
}
.text-inner svg {
    width: 130px;
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: 10px;
    transform: rotate(0) scaleX(1) scaleY(1);
    position: relative;
}
.text-inner text {
    fill: rgb(35, 66, 98);
    direction: ltr;
    transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
    font-size: 30px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}
a.banner-play-btn {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 180px;
    height: 180px;
    line-height: 180px;
    text-align: center;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: -5px 0px 10px 0px rgba(35, 66, 98, 0.09);
}
.like {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    display: inline-block;
    z-index: 99;
    background: rgb(51, 148, 245);
    height: 110px;
    width: 110px;
    line-height: 110px;
    text-align: center;
    border-radius: 50%;
}
.like img {
    -webkit-animation: wooo 5s linear infinite;
    animation: wooo 5s linear infinite;
    transition: .5s;
    position: relative;
    top: 20px;
}
/*wood animation*/
@keyframes wooo {
    0% {
      transform: rotate3d(0, 0, 0);
    }
    50% {
      transform: rotate3d(0, 1, 0, 180deg);
    }
    100% {
      transform: rotate3d(0, 1, 0, 359deg);
    }
  }
@keyframes circle {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
    }
    .circle {
        animation: circle 15s linear infinite;
    }
    .right {
        animation: right 15s linear infinite;
    }
    .spin2 {
        animation: spin2 15s linear infinite;
    }
    @keyframes right {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* start dream it give forms section css */
/* style five */
.give-style-five {
    background: rgb(255, 255, 255);
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-bottom: 20px;
}
.give-style-five .causes-one__progress {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 0 0 0;
    background: transparent;
    border-radius: 0;
    margin-top: 0;
}
.give-style-five .causes-one__progress .causes_image {
    line-height: 0;
}
.give-style-five .causes-one__progress .causes_image img {
    width: 100%;
}
.give-style-five .causes-one__progress .causes-one__progress_content .progress-bar-bg {
    padding: 58px 30px 26px;
    position: absolute;
    top: -67px;
    left: 0;
    right: 0;
    width: 85%;
    margin: auto;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 15px 0px rgba(35, 66, 98, 0.09);
    transition: .5s;
}
.give-style-five .causes-one__progress .causes-one__progress_content .progress-bar-bg:hover {
    background: #3394f5;
}
.give-style-five .causes-one__progress .causes-one__progress_content .progress-bar-bg .causes-one__goals {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.give-style-five .causes-one__progress .causes-one__progress_content .progress-bar-bg .causes-one__goals span {
    display: inline-block;
    font-size: 17px;
    color: rgb(51, 148, 245);
    font-weight: 500;
    transition: .5s;
}
.give-style-five .causes-one__progress .causes-one__progress_content .progress-bar-bg:hover .causes-one__goals span {
    color: #FFFF;
}
.give-style-five .causes-one__progress .causes-one__progress_content .progress-bar-bg .causes-one__goals span b {
    font-size: 17px;
    color: rgb(111, 119, 133);
    font-weight: 500;
    transition: .5s;
}
.give-style-five .causes-one__progress .causes-one__progress_content .progress-bar-bg:hover .causes-one__goals span b {
    color: #FFFF;
}
.give-style-five .causes-one__progress .causes-one__progress_content .bar {
    height: 5px;
    background-color: rgb(244, 244, 244);
    position: relative;
    overflow: visible;
    z-index: 1;
    border-radius: 0;
    margin-bottom: 0;
}
.give-style-five .causes-one__progress .causes-one__progress_content .bar .bar-inner {
    position: relative;
    display: block;
    width: 75%;
    height: 5px;
    border-radius: 0;
    background: rgb(35, 66, 98);
    -webkit-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    transition: all 2000ms ease;
    transition: .5s;
}
.give-style-five .causes-one__progress .causes-one__progress_content .progress-bar-bg:hover .bar .bar-inner:before,
.give-style-five .causes-one__progress .causes-one__progress_content .progress-bar-bg:hover .bar .bar-inner {
    background: #e01142;
}
.give-style-five .causes-one__progress .causes-one__progress_content .bar .bar-inner:before {
    position: absolute;
    content: "";
    right: -4px;
    top: -5px;
    height: 15px;
    width: 15px;
    line-height: 15px;
    background: rgb(35, 66, 98);
    transition: .5s;
}
.give-style-five .causes-one__progress .causes-one__progress_content .bar .bar-inner:after {
    position: absolute;
    content: "";
    right: 1px;
    top: 0;
    height: 5px;
    line-height: 5px;
    width: 5px;
    background: rgb(255, 255, 255);
    transition: .5s;
}
.give-style-five .causes-one__progress .causes-one__progress_content .bar .count-text {
    position: absolute;
    bottom: 100%;
    left: 84%;
    z-index: 1;
    margin-bottom: 15px;
    font-size: 18px;
    color: rgb(1, 37, 73);
    font-weight: bold;
    transition: .5s;
}
.give-style-five .causes-one__progress .causes-one__progress_content .progress-bar-bg:hover .bar .count-text {
    color: #ffff;
}
.give-style-five .causes-one__progress .causes-one__progress_content {
    padding: 91px 35px 30px;
    position: relative;
    z-index: 1;
}
.give-style-five .causes-one__progress .causes-one__progress_content h3.title {
    font-size: 22px;
    line-height: 32px;
    color: rgb(1, 37, 73);
    font-weight: 600;
    margin: 0 0 0;
}
.give-style-five .causes-one__progress .causes-one__progress_content p.description {
    font-size: 17px;
    line-height: 28px;
    color: rgb(111, 119, 133);
    width: 100%;
    margin: 8px 0 35px;
}
.give-style-five .causes-one__progress .causes-one__progress_content .donate_btn a {
    display: inline-block;
    font-size: 17px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    padding: 15px 34px;
    position: relative;
    z-index: 1;
    transition: .5s;
    background: rgb(51, 148, 245);
}
.give-style-five .causes-one__progress .causes-one__progress_content .donate_btn a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: rgb(224, 17, 66);
    z-index: -1;
    transition: 0.5s;
}
.give-style-five .causes-one__progress .causes-one__progress_content .donate_btn a:hover:before{
    width: 100%;
    left: 0;
}
.give-style-five.active .causes-one__progress .causes-one__progress_content .bar .bar-inner {
    width: 55%;
}


/* end dream it give forms section css */


/* start input box css */

.charity .join-input-box input {
    width: 82%;
    height: 57px;
    border: transparent;
    padding: 0 30px;
    outline: 0;
    color: #000;
}
.charity button.join-button {
    background: transparent;
    border: 2px solid  #fff;
    color: #fff;
    padding: 13px 20px;
    margin-left: 0;
    font-weight: 500;
    font-family: var(--title-fonts);
    transition: 0.5s;
    margin-top: 20px;
}
/* end input box css */


/* ===================================================== */
        /* End Home Page Two Css */
/* ===================================================== */







/*==========================================*/
   /* Start  Dream It All Responsive Css */
/*==========================================*/

@media (min-width: 1280px) and (max-width: 1439px) {

}

@media (min-width: 1300px) and (max-width: 1439px) {
    ul.item-list.style9 li {
        font-size: 15px;
    }
    
    /* home page two */
    .give-style-five .causes-one__progress .causes-one__progress_content .progress-bar-bg .causes-one__goals span {
        font-size: 16px;
    }
    .single-video.style10 .chose-video-icon {
        left: 40%;
    }
    .testimonial.style16 .testimonial-item p.quote {
        width: 96%;
    }

}
@media (min-width: 1200px) and (max-width: 1299px) {
    .hero_area .hero_content p {
        width: 57%;
    }
    .form-area.five.quote_form .form-inner .contact-form-title h3 {
        font-size: 26px;
    }
    .flip-box.style-four .flip-box-inner .flip-box-wrap .back-part {
        padding: 0 30px 52px;
    }
    .filter-tab.three .tab-content .text .tab_content p {
        width: 99%;
    }
    .filter-tab.three .tab-content .text .tab_content span {
        width: 97%;
    }
    .section-title.style-6 .section-title.t_left p.description {
        width: 95%;
    }
    .campaigns-box.style7 .content p.description.mh {
        width: 92%;
        margin: 15px 0 40px;
    }
    .campaigns-box.style7 .content p.description.mh:before {
        width: 108%;
    }
    .heading.style5 p.heading-text {
        width: 80%;
    }
    ul.item-list.style9 li {
        font-size: 14px;
    }
    
    /* home page two */
    .hero_area.style_four .hero_content p {
        width: 62%;
    }
    .section-title.style-sixteen  .title {
        font-size: 42px;
    }    
    .icon-box.style14 .icon-box-content .title p {
        font-size: 16px;
    }
    ul.item-list.style19 li {
        font-size: 16px;
    }
    .give-style-five .causes-one__progress .causes-one__progress_content .progress-bar-bg {
        width: 100%;
    }
    .give-style-five .causes-one__progress .causes-one__progress_content h3.title {
        font-size: 21px;
    }
    .icon-box.style13 .icon-box-content .title h2 {
        font-size: 19px;
        line-height: 30px;
    }
    .team-box.nine .team-thumb .team-social-icon {
        left: 20px;
    }
    .team-box.nine .team-thumb .team-content .team-bio h5.designation {
        margin: 0 130px 0;
    }
    .single-video.style10 .chose-video-icon {
        left: 35%;
    }
    .testimonial.style16 .testimonial-item h3.title {
        font-size: 23px;
    }
    .blog-post.style12 .single-post-item .post-thumb .single_blog_post_content h3.title:before {;
        width: 298px;
    }
    .service-single-box.style13 .content .service-title p.description {
        width: 80%;
    }
    .icon-box.style16 .icon-box-content .desc p {
        font-size: 14px;
    }
    .team-box.nine .team-thumb .team-content .team-bio h2.name {
        padding: 10px 20px;
    }

    
}

 @media (min-width: 992px) and (max-width: 1024px) {
    .section-title.style-6 .section-title.t_left h3.title {
        font-size: 40px !important;
    }
 }
 

@media (min-width: 1170px) and (max-width: 1199px) {
    .hero_area.style_two .hero_content p {
        width: 58%;
    }
    .form-area.five.quote_form .form-inner .contact-form-title h3 {
        font-size: 25px;
    }
    .flip-box.style-four .flip-box-inner .flip-box-wrap .back-part {
        padding: 0 30px 52px;
    }
     .filter-tab.three .container ul#tabs li a h5.text {
        padding: 9px 18px;
    }   
     .filter-tab.three .tab-content .text .tab_content p {
        width: 99%;
    }   
    .filter-tab.three .tab-content .text .tab_content span {
        width: 95%;
    }
    .section-title.style-6 .section-title.t_left p.description {
        width: 95%;
    }
    .campaigns-box.style7 .content p.description.mh {
        margin: 10px 0 30px;
    }
    .heading.style5 p.heading-text {
        width: 80%;
    }
    ul.item-list.style9 li {
        font-size: 13px;
    }

    /* home page two */
    .hero_area.style_four .hero_content p {
        width: 62%;
    }
    .section-title.style-sixteen  .title {
        font-size: 42px;
    }    
    .icon-box.style14 .icon-box-content .title p {
        font-size: 16px;
    }
    ul.item-list.style19 li {
        font-size: 16px;
    }
    .give-style-five .causes-one__progress .causes-one__progress_content .progress-bar-bg {
        width: 100%;
    }
    .give-style-five .causes-one__progress .causes-one__progress_content h3.title {
        font-size: 21px;
    }
    .icon-box.style13 .icon-box-content .title h2 {
        font-size: 19px;
        line-height: 30px;
    }
    .team-box.nine .team-thumb .team-social-icon {
        left: 20px;
    }
    .team-box.nine .team-thumb .team-content .team-bio h5.designation {
        margin: 0 130px 0;
    }
    .single-video.style10 .chose-video-icon {
        left: 35%;
    }
    .testimonial.style16 .testimonial-item h3.title {
        font-size: 23px;
    }
    .blog-post.style12 .single-post-item .post-thumb .single_blog_post_content h3.title:before {
        width: 290px;
    }
    .service-single-box.style13 .content .service-title p.description {
        width: 80%;
    }
    .icon-box.style16 .icon-box-content .desc p {
        font-size: 14px;
    }
    .team-box.nine .team-thumb .team-content .team-bio h2.name {
        padding: 10px 20px;
    }
    .heading.style11 p.heading-text {
        width: 90%;
    }
    
    
    
}



 @media (min-width: 992px) and (max-width: 1169px) {
     .dreamit_owl_carousel .owl-dots {
          display: none;
    }
    .hero_area .hero_content h1 {
        font-size: 50px;
        line-height: 70px;
    }
    .hero_area .hero_content p {
        width: 65%;
    }
    .hero_area.style_two .hero_content h1 {
        font-size: 50px;
        line-height: 70px;
    }
    .hero_area.style_two .hero_content p {
        width: 65%;
    }
    ul.item-list.style6 li {
        padding: 12px 25px;
    }
    .filter-tab.three .container ul#tabs li {
        margin-bottom: 20px;
    }
    .filter-tab.three .tab-content .text .tab_content p {
        width: 99%;
    }
    .filter-tab.three .tab-content .text .tab_content span {
        width: 99%;
    }
    .section-title.style-6 .section-title.t_left p.description {
        width: 99%;
    }
    .single-counter.style_six:before {
        display: none;
    }
    .single-counter.style_six {
        margin-bottom: 30px;
    }
    .single-counter.style_six .counter-content.counter span.suffix {
        font-size: 50px;
    }
    .campaign .section-title.style-8 .section-title.t_center p.description {
        width: 70%;
    }
    .campaigns-box.style7 .content h3.title a {
        font-size: 22px;
    }
    .campaigns-box.style7 .content p.date {
        margin: 5px 0 5px;
    }
    .section-title.style-8 .section-title.t_center p.description {
        width: 85%;
    }
    .blog-desc .section-title.style-8 .section-title.t_center p.description {
        width: 75%;
    }
    .blog-post.style7 .post-item .single_blog_post_content .blog-meta .blog-title h3.title a {
        font-size: 20px;
    }
    .campaigns-box.style7 .content p.description.mh {
        width: 90%;
        margin: 10px 0 10px;
    }
    .campaigns-box.style7 .content p.description.mh:before {
         display: none;
    }
    .heading.style5 h1.heading-text {
        font-size: 40px;
    }
    .heading.style5 p.heading-text {
        width: 72%;
    }

    /* home page two */
    .hero_area.style_four .hero_content h1 span {
        font-size: 75px;
    }
    .hero_area.style_four .hero_content p {
        width: 70%;
    }
    a.banner-play-btn {
        display: none;
    }
    .section-title.style-sixteen  .title {
        font-size: 36px;
        line-height: 45px;
    }   
    .icon-box.style14 {
        display: inherit;
    }
    .icon-box.style14 .icon-box-content .title h2 {
        margin-top: 20px;
    }
    ul.item-list.style19 li {
        font-size: 15px;
    }
    ul.item-list.style19 li i {
        display: none;
    }
    .section-title.style-sixteen .section-title.t_center .title {
        font-size: 45px;
        line-height: 50px;
    }
    .give-style-five .causes-one__progress .causes-one__progress_content .progress-bar-bg {
        width: 100%;
    }
    .give-style-five .causes-one__progress .causes-one__progress_content h3.title {
        font-size: 21px;
    }
    .icon-box.style13 .icon-box-content .title h2 {
        margin-top: 15px;
        font-size: 20px;
        line-height: 30px;
    }
    .single-video.style10 .chose-video-icon {
        left: 35%;
    }
    .testimonial.style16 .testimonial-item h3.title {
        font-size: 20px;
        line-height: 30px;
    }
    .blog-post.style12 .single-post-item .post-thumb .single_blog_post_content h3.title:before {
        width: 230px;
    }
    .service-single-box.style13 .content .service-title p.description {
        width: 80%;
    }
    .heading.style11 p.heading-text {
        width: 85%;
    }
    .icon-box.style13 {
        display: inherit;
    }
    .heading.style11 h2.heading-text {
        width: 420px;
    }
    .campaigns-box.style12 .content h3.title a {
        font-size: 22px;
    }
    .testimonial.style16 .testimonial-item p.quote {
        font-size: 16px;
    }
    .blog-post.style12 .single-post-item .post-thumb .single_blog_post_content  h3.title a {
        font-size: 20px;
        line-height: 30px;
        width: 100%;
    }
    .service-single-box.style13:before {
        display: none;
    }




 }


 @media (min-width: 768px) and (max-width: 991px) {
      .dreamit_owl_carousel .owl-dots {
          display: none;
    }
    .hero_area .hero_content h1 {
        font-size: 48px;
        line-height: 65px;
    }
    .hero_area .hero_content p {
        width: 80%;
    }
    .hero_area.style_two .hero_content h1 {
        font-size: 48px;
        line-height: 65px;
    }
    .hero_area.style_two .hero_content p {
        width: 80%;
    }
    .heading.style3 p.heading-text {
        font-size: 15px;
    }
    ul.item-list.style6 li {
        padding: 12px 28px;
        margin-bottom: 15px;
    }
     .section-title.style-8 .section-title.t_center h3.title {
        font-size: 40px;
    }   
    .flip-box.style-four .flip-box-inner .flip-box-wrap .back-part {
        padding: 0 25px 52px;
    }
    .section-title.style-8 .section-title.t_left h3.title {
        font-size: 38px;
        line-height: 50px;
    }
    .filter-tab.three .container ul#tabs li {
       margin-bottom: 25px;
       display: block;
       text-align: center;
    }
      .filter-tab.three .tab-content .text .tab_content p {
        width: 100%;
    }  
    .filter-tab.three .tab-content .text .tab_content span {
        width: 100%;
    }
    .section-title.style-6 .section-title.t_left p.description {
        font-size: 15px;
        width: 100%;
    }
    .single-counter.style_six {
        margin-bottom: 30px;
    }
    .single-counter.style_six:before {
        display: none;
    }
    .single-counter.style_six .counter-content.counter span.suffix {
        font-size: 50px;
    }
    .campaign .section-title.style-8 .section-title.t_center p.description {
        width: 72%;
    }
    .blog-desc .section-title.style-8 .section-title.t_center p.description {
        width: 66%;
    }
    .heading.style5 h1.heading-text {
        font-size: 35px;
    }
    .heading.style5 h6.heading-text {
        line-height: 25px;
    }
    .heading.style5 p.heading-text {
        width: 85%;
    }
    .campaigns-box.style7 {
        gap: 20px;
    }
    .campaigns-box.style7 .content p.date {
        margin: 2px 0 2px;
    }
    .campaigns-box.style7 .content h3.title a {
        font-size: 24px;
    }
    .campaigns-box.style7 .content p.description.mh {
        font-size: 15px;
        width: 99%;
        margin: 0px 0 10px;
    }
    .campaigns-box.style7 .content p.description.mh:before {
        display: none;
    }
    .campaigns-box.style7 .content .even-share-btn {
        bottom: 2px;
    }

    /* home page two */
    .hero_area.style_four .hero_content h1 span {
        font-size: 65px;
        line-height: 70px;
    }
    .hero_area.style_four .hero_content h1 {
        font-size: 55px;
        line-height: 70px;
    }
    .hero_area.style_four .hero_content p {
        width: 82%;
    }
    a.banner-play-btn {
        display: none;
    }
    .section-title.style-sixteen  .title {
        font-size: 27px;
        line-height: 35px;
    } 
    .icon-box.style14 {
        display: inherit;
    }
    .icon-box.style14 .icon-box-content .title h2 {
        margin-top: 20px;
        font-size: 20px;
    }
    .dreamit-button.style19 a.button {
        font-size: 16px;
    }
    ul.item-list.style19 li i {
        display: none;
    }
    .section-title.style-sixteen .section-title.t_center .title {
        font-size: 35px;
        line-height: 45px;
    }
    .give-style-five .causes-one__progress .causes-one__progress_content .progress-bar-bg {
        width: 100%;
    }
    .give-style-five .causes-one__progress .causes-one__progress_content h3.title {
        font-size: 20px;
    }
    .section-title.style-sixteen .section-title.t_left p.description {
        font-size: 16px;
    }
    .icon-box.style13 .icon-box-content .title h2 {
        margin-top: 15px;
        font-size: 16px;
        line-height: 28px;
    }
    .single-video.style10 .chose-video-icon {
        left: 35%;
    }
    .testimonial.style16 .testimonial-item h3.title {
        font-size: 18px;
        line-height: 28px;
    }
    .testimonial.style16 .testimonial-item .teasti-author .teasti-author-title h4.name {
        font-size: 18px;
    }
    .testimonial.style16 .testimonial-item .teasti-author .teasti-author-title h5.designation {
        font-size: 16px;
    }
    .testimonial.style16 .testimonial-item {
        padding-left: 85px;
    }
    .blog-post.style12 .single-post-item .post-thumb .single_blog_post_content h3.title:before {
        width: 230px;
    }
    .service-single-box.style13 .content .service-title p.description {
        width: 80%;
    }
    .heading.style11 p.heading-text {
        width: 95%;
    }
    .icon-box.style13 {
        display: inherit;
    }
    .heading.style11 h2.heading-text {
        width: 325px;
    }
    .campaigns-box.style12 .content h3.title a {
        font-size: 18px;
        line-height: 25px;
    }
    .testimonial.style16 .testimonial-item p.quote {
        font-size: 16px;
    }
    .blog-post.style12 .single-post-item .post-thumb .single_blog_post_content {
        bottom: 60px;
    }
    .blog-post.style12 .single-post-item .post-thumb .single_blog_post_content  h3.title a {
        font-size: 20px;
        line-height: 28px;
        width: 85%;
    }
    .blog-post.style12 .single-post-item .post-thumb .single_blog_post_content h3.title:before {
        width: 275px;
    }
    .blog-post.style12 .single-post-item .post-thumb {
        margin-bottom: 30px;
    }
    .service-single-box.style13:before {
        display: none;
    }
    .team-box.nine .team-thumb .team-social-icon {
        top: 20px;
        left: 20px;
    }
    .team-box.nine .team-thumb .team-content .team-bio h5.designation {
        margin: 0 125px 0;
    }
    .team-box.nine .team-thumb .team-content .team-bio h2.name {
        font-size: 22px;
        padding: 10px 20px;
    }
    ul.item-list.style22 li {
        padding: 2px 15px;
    }
    .campaigns-box.style12 .content {
        left: 20px;
    }
    .campaigns-box.style12 .content h3.title {
        margin: 5px 0 5px;
    }

    
    
    

    
 }


@media only screen and (min-width: 600px) and (max-width: 767px) {
    .hero_area {
        height: 700px;
    }
    .hero_area.style_two {
        height: 700px;
    }
     .dreamit_owl_carousel .owl-dots {
          display: none;
    }
    .hero_area .hero_content h1 {
        font-size: 40px;
        line-height: 55px;
    }
    .hero_area .hero_content p {
        width: 85%;
    }
     .hero_area.style_two .hero_content h1 {
        font-size: 40px;
        line-height: 55px;
    }  
    .hero_area.style_two .hero_content p {
        width: 85%;
    }
    .heading.style3 p.heading-text {
        width: 87%;
    }
    .donate-contact {
        margin-top: 39px;
    }
    .form-area.five.quote_form .form-inner .contact-form-title h3 {
        font-size: 25px;
    }
    .section-title.style-8 .section-title.t_center h3.title {
        font-size: 35px;
    }
    .section-title.style-8 .section-title.t_center p.description {
        width: 99%;
    }
    .flip-box.style-four .flip-box-inner .front-part .front-content-part .front-content-innner .front-title-part h2.front-title {
        font-size: 20px;
    }
    .flip-box.style-four .flip-box-inner .flip-box-wrap .back-part .back-content-part .back-content-innner .back-title-part h2.back-title {
        font-size: 20px;
    }
    .section-title.style-8 .section-title.t_left h3.title {
        font-size: 35px;
        line-height: 50px;
    }
    .filter-tab.three .tab-content .text .tab_content p {
        width: 99%;
    }
    .filter-tab.three .tab-content .text .tab_content span {
        width: 100%;
    }
    .section-title.style-6 .section-title.t_left h3.title {
        font-size: 35px;
    }
    .section-title.style-6 .section-title.t_left p.description {
        width: 99%;
    }
    .single-counter.style_six {
        margin-bottom: 30px;
    }
     .single-counter.style_six .counter-content.counter span.suffix {
        font-size: 40px;
    }   
    .single-counter.style_six .counter-content.counter span.count.percent {
        font-size: 40px;
    }
    .campaign .section-title.style-8 .section-title.t_center p.description {
        width: 85%;
    }
    .single-counter.style_six:before {
        display: none;
    }
    .campaigns-box.style7 {
        display: inherit;
    }
    .campaigns-box.style7 .content {
        padding: 30px 35px 30px 35px;
    }
    .campaigns-box.style7 .content h3.title a {
        font-size: 20px;
    }
    .campaigns-box.style7 .content p.description.mh {
        width: 100%;
    }
    .campaigns-box.style7 .content p.description.mh:before {
        width: 99%;
    }
    .blog-desc .section-title.style-8 .section-title.t_center p.description {
        width: 90%;
    }
    .heading.style5 h1.heading-text {
        font-size: 35px;
    }
    .heading.style5 h6.heading-text {
        line-height: 25px;
    }
    .item-list.style10 {
        text-align: left;
    }
    ul.item-list.style10 li a {
        margin-left: 0;
        margin-right: 10px;
    }

    /* home page two */
    .hero_area.style_four .hero_content h1 span {
        font-size: 55px;
        line-height: 70px;
    }
    .hero_area.style_four .hero_content h1 {
        font-size: 50px;
        line-height: 70px;
    }
    .hero_area.style_four .hero_content p {
        width: 90%;
    }
    a.banner-play-btn {
        display: none;
    }
    .single-counter.style10 .counter-content.counter h6 {
        font-size: 20px;
    }
    .single-counter.style10 .counter-content.counter span.count.percent {
        font-size: 25px;
    }
    .section-title.style-sixteen  .title {
        font-size: 35px;
        line-height: 50px;
    } 
    .icon-box.style14 .icon-box-content .title h2 {
        font-size: 20px;
    }
   .button .dreamit-button.style19 a.button {
        margin-top: 0;
        float: left;
    }
    .section-title.style-sixteen .section-title.t_center .title {
        font-size: 35px;
        line-height: 50px;
    }
    .give-style-five .causes-one__progress .causes-one__progress_content .progress-bar-bg {
        width: 100%;
    }
    .give-style-five .causes-one__progress .causes-one__progress_content h3.title {
        font-size: 20px;
    }
    .section-title.style-sixteen .section-title.t_left p.description {
        width: 95%;
    }
    .icon-box.style13 .icon-box-content .title h2 {
        font-size: 18px;
        line-height: 28px;
    }
    .single-video.style10 .chose-video-icon {
        left: 0%;
    }
    .testimonial.style16 .testimonial-item h3.title {
        font-size: 20px;
        line-height: 28px;
    }
    .testimonial.style16 .testimonial-item .teasti-author .teasti-author-title h4.name {
        font-size: 18px;
    }
    .testimonial.style16 .testimonial-item .teasti-author .teasti-author-title h5.designation {
        font-size: 16px;
    }
    .testimonial.style16 .testimonial-item {
        padding-left: 85px;
    }
    .blog-post.style12 .single-post-item .post-thumb .single_blog_post_content h3.title:before {
        width: 230px;
    }
    .service-single-box.style13 .content .service-title p.description {
        width: 80%;
    }
    .heading.style11 p.heading-text {
        width: 95%;
    }
    .campaigns-box.style12 .content h3.title a {
        font-size: 20px;
        line-height: 25px;
    }
    .testimonial.style16 .testimonial-item p.quote {
        font-size: 16px;
        color: #FFF;
    }
    .blog-post.style12 .single-post-item .post-thumb .single_blog_post_content {
        bottom: 60px;
    }
    .blog-post.style12 .single-post-item .post-thumb .single_blog_post_content  h3.title a {
        font-size: 22px;
        line-height: 28px;
        width: 85%;
    }
   .blog-post.style12 .single-post-item .post-thumb .single_blog_post_content h3.title:before {
        width: 470px;
    }
    .blog-post.style12 .single-post-item .post-thumb {
        margin-bottom: 30px;
    }
    .service-single-box.style13:before {
        display: none;
    }
    .team-box.nine .team-thumb .team-content .team-bio h5.designation {
        margin: 0 210px 0;
    }
    .team-box.nine .team-thumb .team-content .team-bio h2.name {
        font-size: 22px;
    }
    ul.item-list.style22 li {
        padding: 2px 15px;
    }
    .campaigns-box.style12 .content h3.title {
        margin: 5px 0 5px;
    }
    .heading.style11 span.heading-text {
        margin-top: 10px;
    }
        
    
    
    
    
}


@media only screen and (min-width: 480px) and (max-width: 599px) {
     .dreamit_owl_carousel .owl-dots {
          display: none;
    }
    .hero_area .hero_content h1 {
        font-size: 32px;
        line-height: 45px;
    }
    .hero_area .hero_content p {
        width: 99%;
    }
    .hero_area.style_two .hero_content h1 {
        font-size: 32px;
        line-height: 45px;
    }
    .hero_area.style_two .hero_content p {
        width: 99%;
    }
    .heading.style3 h1.heading-text {
        font-size: 25px;
    }
    ul.item-list.style6 li {
    margin-right: 5px;
    margin-bottom: 10px;
    }
    .donate-contact {
        margin-top: 39px;
    }
    .form-area.five.quote_form .form-inner .contact-form-title h3 {
        font-size: 25px;
    }
    .section-title.style-8 .section-title.t_center h3.title {
        font-size: 28px;
    }
    .section-title.style-8 .section-title.t_center p.description {
        width: 99%;
    }
     .flip-box.style-four .flip-box-inner .front-part .front-content-part .front-content-innner .front-title-part h2.front-title {
        font-size: 18px;
    }   
    .flip-box.style-four .flip-box-inner .front-part .front-content-part .front-content-innner .front-desc-part p.front-desc {
        font-size: 15px;
    }
    .flip-box.style-four .flip-box-inner .flip-box-wrap .back-part .back-content-part .back-content-innner .back-title-part h2.back-title {
        font-size: 18px;
    }
    .flip-box.style-four .flip-box-inner .flip-box-wrap .back-part {
        padding: 0 20px 52px;
    }
    .section-title.style-8 .section-title.t_left h3.title {
        font-size: 28px;
        line-height: 40px;
    }
    .filter-tab.three .container ul#tabs li a h5.text {
        padding: 9px 18px;
    }
    .filter-tab.three .container ul#tabs li {
        margin-bottom: 25px;
    }
    .filter-tab.three .tab-content .text .tab_content p {
        font-size: 15px;
        width: 100%;
    }
    .filter-tab.three .tab-content .text .tab_content span {
        font-size: 15px;
        width: 100%;
    }
    .section-title.style-6 .section-title.t_left h3.title {
        font-size: 28px;
    }
    .section-title.style-6 .section-title.t_left p.description {
        font-size: 15px;
        width: 100%;
    }
    .single-counter.style_six:before {
       display: none;
    }
    .campaign .section-title.style-8 .section-title.t_center p.description {
        width: 95%;
    }
    .campaigns-box.style7 {
        display: inherit;
    }
    .campaigns-box.style7 .content {
        padding: 30px 35px 30px 35px;
    }
     .campaigns-box.style7 .content h3.title a {
        font-size: 17px;
    }   
     .campaigns-box.style7 .content p.description.mh {
        font-size: 15px;
        width: 99%;
    }       
    .campaigns-box.style7 .content p.description.mh:before {
        width: 100%;
    }
    .campaigns-box.style7 .content .event-date h3.event-date {
        font-size: 17px;
    }      
    .campaigns-box.style7 .content .even-share-btn {
        bottom: 25px;
    }    
    .blog-desc .section-title.style-8 .section-title.t_center p.description {
        width: 99%;
    }
     .blog-post.style7 .post-item .single_blog_post_content .blog-meta .blog-title h3.title a {
        font-size: 18px;
    }  
    .blog-post.style7 .post-item .single_blog_post_content .blog-meta .blog-title p.description {
        font-size: 15px;
        width: 98%;
    }        
     .heading.style5 h1.heading-text {
        font-size: 28px;
    } 
    .heading.style5 h6.heading-text {
        line-height: 25px;
    }   
     .heading.style5 p.heading-text {
        width: 85%;
    }  
     .heading.style5 h3.heading-text {
        font-size: 18px;
    }   
     ul.item-list.style10 li a {
        margin-left: 0;
        margin-right: 10px;
    }   
    .item-list.style10 {
        text-align: left;
    }
    .single-counter.style_six .counter-content.counter span.suffix {
        font-size: 30px;
    }    
     .single-counter.style_six .counter-content.counter span.count.percent {
        font-size: 30px;
    }   
     .single-counter.style_six .counter-content.counter h6 {
        font-size: 16px;
    }   
    .single-video {
        margin-top: 50px;
    }
     .single-video.style-three .choose-video-icon {
        top: 35%;
    }

/* home page two */
    .hero_area.style_four .hero_content h4 {
        font-size: 16px;
    }
    .hero_area.style_four .hero_content h1 span {
        font-size: 45px;
        line-height: 60px;
    }
    .hero_area.style_four .hero_content h1 {
        font-size: 35px;
        line-height: 60px;
    }
    .hero_area.style_four .hero_content p {
        width: 95%;
    }
    a.banner-play-btn {
        display: none;
    }
    .single-counter.style10 .counter-content.counter h6 {
        font-size: 18px;
    }
    .single-counter.style10 .counter-content.counter span.count.percent {
        font-size: 22px;
    }
    .section-title.style-sixteen  .title {
        font-size: 30px;
        line-height: 40px;
    } 
    .icon-box.style14 .icon-box-content .title h2 {
        font-size: 18px;
    }
   .button .dreamit-button.style19 a.button {
        margin-top: 0;
        float: left;
    }
    .section-title.style-sixteen .section-title.t_center .title {
        font-size: 32px;
        line-height: 45px;
    }
    .give-style-five .causes-one__progress .causes-one__progress_content .progress-bar-bg {
        width: 100%;
    }
    .give-style-five .causes-one__progress .causes-one__progress_content h3.title {
        font-size: 18px;
        line-height: 30px;

    }
    .section-title.style-sixteen .section-title.t_left p.description {
        width: 95%;
    }
    .icon-box.style13 .icon-box-content .title h2 {
        font-size: 16px;
        line-height: 25px;
    }
    .single-video.style10 .chose-video-icon {
        left: 0%;
    }
    .testimonial.style16 .testimonial-item h3.title {
        font-size: 19px;
        line-height: 28px;
        color: #ffff;
    }
    .testimonial.style16 .testimonial-item .teasti-author .teasti-author-title h4.name {
        font-size: 18px;
    }
    .testimonial.style16 .testimonial-item .teasti-author .teasti-author-title h5.designation {
        font-size: 16px;
    }
    .testimonial.style16 .testimonial-item {
        padding-left: 85px;
    }
    .blog-post.style12 .single-post-item .post-thumb .single_blog_post_content h3.title:before {
        width: 230px;
    }
    .service-single-box.style13 .content .service-title p.description {
        width: 80%;
    }
    .heading.style11 p.heading-text {
        width: 90%;
    }
    .campaigns-box.style12 .content h3.title a {
        font-size: 18px;
        line-height: 25px;
        width: 95%;
    }
    .campaigns-box.style12 .content .campaigns-btn a {
        font-size: 15px;
    }
   .testimonial.style16 .testimonial-item p.quote {
        font-size: 16px;
        color: #FFFF;
    }
    .blog-post.style12 .single-post-item .post-thumb .single_blog_post_content {
        bottom: 60px;
    }
    .blog-post.style12 .single-post-item .post-thumb .single_blog_post_content  h3.title a {
        font-size: 20px;
        line-height: 28px;
        width: 75%;
    }
   .blog-post.style12 .single-post-item .post-thumb .single_blog_post_content h3.title:before {
        width: 350px;
    }
    .blog-post.style12 .single-post-item .post-thumb {
        margin-bottom: 30px;
    }
    .service-single-box.style13:before {
        display: none;
    }
    .team-box.nine .team-thumb .team-content .team-bio h5.designation {
        margin: 0 165px 0;
    }
    .team-box.nine .team-thumb .team-content .team-bio h2.name {
        font-size: 20px;
    }
    .campaigns-box.style12 .content h3.title {
        margin: 5px 0 5px;
    }
    .heading.style11 span.heading-text {
        margin-top: 10px;
    }
    .single-counter.style10 {
        top: -28px;
    }
    .heading.style11 h5.heading-text {
        font-size: 22px;
    }
    .campaigns-box.style12 .content {
        left: 30px;
    }
    .heading.style11 h3.heading-text {
        font-size: 20px;
    }
    .brand.style3 .brand-item {
        padding-left: 0;
    }
    .heading.style11 h2.heading-text {
        font-size: 25px;
        width: 400px;
    }   
        
        
        
        
}


@media only screen and (min-width: 320px) and (max-width: 479px) {
     .dreamit_owl_carousel .owl-dots {
          display: none;
    }
    .hero_area .hero_content h4 {
        font-size: 15px;
    }
    .hero_area .hero_content h1 {
        font-size: 22px;
        line-height: 35px;
    }
    .hero_area .hero_content p {
        font-size: 15px;
        width: 99%;
    }
    .hero_area.style_two .hero_content h4 {
        font-size: 15px;
    }
    .hero_area.style_two .hero_content h1 {
        font-size: 24px;
        line-height: 35px;
    }
    .hero_area.style_two .hero_content p {
        font-size: 15px;
        width: 99%;
    }
    .hero_area.style_two .hero_content .slider-video-icon {
        margin-left: 15px;
    }
    .heading.style3 h1.heading-text {
        font-size: 20px;
    }
    .heading.style3 p.heading-text {
        width: 87%;
        font-size: 15px;
    }
    ul.item-list.style6 li {
        font-size: 15px;
        margin-right: 5px;
        padding: 12px 28px;
        margin-bottom: 10px;
    }
    .donate-contact {
        margin-top: 35px;
    }
    .form-area.five.quote_form .form-inner .contact-form-title h3 {
        font-size: 20px;
    }
    .section-title.style-8 .section-title.t_center h5.subtitle {
        font-size: 15px;
    }
    .section-title.style-8 .section-title.t_center h3.title {
        font-size: 22px;
    }
    .section-title.style-8 .section-title.t_center p.description {
        font-size: 14px;
        width: 99%;
    }
    .flip-box.style-four .flip-box-inner .front-part .front-content-part .front-content-innner .front-title-part h2.front-title {
        font-size: 16px;
    }
    .flip-box.style-four .flip-box-inner .front-part .front-content-part .front-content-innner .front-desc-part p.front-desc {
        font-size: 13px;
    }
    .flip-box.style-four .flip-box-inner .flip-box-wrap .back-part {
        padding: 0 0px 20px;
    }
    .flip-box.style-four .flip-box-inner .flip-box-wrap .back-part .back-content-part .back-content-innner .back-title-part h2.back-title {
        font-size: 16px;
    }
    .flip-box.style-four .flip-box-inner .flip-box-wrap .back-part .back-content-part .back-content-innner .back-desc-part p.back-desc {
        font-size: 14px;
        margin: 15px auto 25px;
    }
    .section-title.style-8 .section-title.t_left h5.subtitle {
        font-size: 15px;
    }
     .section-title.style-8 .section-title.t_left h3.title {
        font-size: 22px;
        line-height: 35px;
    }  
    .filter-tab.three .container ul#tabs li a h5.text {
        font-size: 15px;
        padding: 9px 18px;
    }
    .filter-tab.three .container ul#tabs li {
        margin-bottom: 25px;
    }
    .filter-tab.three .tab-content .text .tab_content p {
        font-size: 15px;
        width: 100%;
    }
    .filter-tab.three .tab-content .text .tab_content span {
        font-size: 15px;
        width: 100%;
    }
    .section-title.style-6 .section-title.t_left h3.title {
        font-size: 22px;
    }
    .section-title.style-6 .section-title.t_left p.description {
        font-size: 15px;
        width: 99%;
    }
    .campaign .section-title.style-8 .section-title.t_center p.description {
        width: 99%;
    }
    .campaigns-box.style7 {
        display: inherit;
    }
    .campaigns-box.style7 .content {
       padding: 16px;
    }
    .campaigns-box.style7 .content .event-date h3.event-date {
        font-size: 15px;
    }
    .campaigns-box.style7 .content h3.title a {
        font-size: 17px;
    }
    .campaigns-box.style7 .content p.description.mh {
        font-size: 15px;
        width: 100%;
    }
    .campaigns-box.style7 .content p.description.mh:before {
        width: 94%;
    }
    .campaigns-box.style7 .content .campaigns-btn a {
        font-size: 15px;
    }
    .campaigns-box.style7 .content .even-share-btn {
        bottom: 18px;
    }
    .blog-desc .section-title.style-8 .section-title.t_center p.description {
        width: 99%;
    }
    .blog-post.style7 .post-item .single_blog_post_content {
        padding: 44px 15px 32px 15px;
    }
    .blog-post.style7 .post-item .single_blog_post_content .blog-meta .blog-title h3.title a {
        display: inline-block;
        font-size: 17px;
        line-height: 25px;
    }
    .blog-post.style7 .post-item .single_blog_post_content .blog-user .blog_btn a {
        font-size: 14px;
    }
    .heading.style5 h1.heading-text {
        font-size: 22px;
    }
    .heading.style5 h6.heading-text {
        font-size: 15px;
        line-height: 25px;
    }
    .heading.style5 p.heading-text {
        width: 99%;
        font-size: 15px;
    }
    .heading.style5 h3.heading-text {
        font-size: 15px;
    }
    ul.item-list.style8 li a {
        font-size: 15px;
    }
    ul.item-list.style9 li {
        font-size: 14px;
    }
    .heading.style5 span.heading-text {
        font-size: 15px;
    }
    ul.item-list.style10 li a {
        font-size: 15px;
        margin-left: 0;
        margin-right: 10px;
    }
    .single-video.style-three {
        margin-top: 117px;
    }
    .video-box-icon .single-video.style-three .video-icon a i {
        font-size: 15px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .single-video.style-three .choose-video-icon {
        top: 35%;
    }
    .single-counter.style_six .counter-content.counter span.count.percent {
        font-size: 30px;
    }
    .single-counter.style_six .counter-content.counter span.suffix {
       font-size: 30px;
    }
    .single-counter.style_six .counter-content.counter h6 {
        font-size: 15px;
    }
    
    
    /* home page two */
    .hero_area.style_four .hero_content h4 {
        font-size: 15px;
    }
    .hero_area.style_four .hero_content h1 span {
       font-size: 30px;
        line-height: 45px;
    }
    .hero_area.style_four .hero_content h1 {
        font-size: 28px;
        line-height: 45px;
    }
    .hero_area.style_four .hero_content p {
        width: 100%;
        font-size: 15px;
    }
   .hero_area.style_four .hero_content a.btn.btn-gradient {
        padding: 13px 14px;
        margin-bottom: 19px;
    }
    .hero_area.style_four .hero_content a.btn.btn-gradientstyle_two {
        padding: 13px 15px;
        margin-left: 0px;
    }
    a.banner-play-btn {
        display: none;
    }
    .single-counter.style10 .counter-content.counter h6 {
        font-size: 16px;
    }
    .single-counter.style10 .counter-content.counter span.count.percent {
        font-size: 22px;
    }
    .section-title.style-sixteen  .title {
        font-size: 21px;
        line-height: 32px;;
    } 
    .icon-box.style14 .icon-box-content .title h2 {
        font-size: 18px;
    }
   .button .dreamit-button.style19 a.button {
        margin-top: 0;
        float: left;
    }
    .section-title.style-sixteen .section-title.t_center .title {
        font-size: 22px;
        line-height: 35px;
    }
    .give-style-five .causes-one__progress .causes-one__progress_content .progress-bar-bg {
        width: 100%;
    }
    .give-style-five .causes-one__progress .causes-one__progress_content h3.title {
        font-size: 16px;
        line-height: 28px;
    }
    .give-style-five .causes-one__progress .causes-one__progress_content p.description {
        font-size: 15px;
    }
    .section-title.style-sixteen .section-title.t_left p.description {
        width: 100%;
        font-size: 15px;
    }
    .icon-box.style14 .icon-box-content .title p {
        font-size: 16px;
    }
    ul.item-list.style19 li {
        font-size: 16px;
    }
    .icon-box.style13 .icon-box-content .title h2 {
        font-size: 16px;
        line-height: 25px;
    }
    .single-video.style10 .chose-video-icon {
        left: 0%;
    }
    .give-style-five .causes-one__progress .causes-one__progress_content .progress-bar-bg {
        padding: 58px 0 26px;
    }
    .give-style-five .causes-one__progress .causes-one__progress_content .progress-bar-bg .causes-one__goals span b {
        font-size: 15px;
    }
    .give-style-five .causes-one__progress .causes-one__progress_content .progress-bar-bg .causes-one__goals span {
        font-size: 15px;
    }
    .give-style-five .causes-one__progress .causes-one__progress_content {
        padding: 91px 20px 30px;
    }
    .testimonial.style16 .testimonial-item h3.title {
        font-size: 16px;
        line-height: 28px;
        color: #ffff;
    }
    .testimonial.style16 .testimonial-item .teasti-author .teasti-author-title h4.name {
        font-size: 18px;
    }
    .testimonial.style16 .testimonial-item .teasti-author .teasti-author-title h5.designation {
        font-size: 16px;
    }
    .testimonial.style16 .testimonial-item {
        padding-left: 0px;
    }
    .blog-post.style12 .single-post-item .post-thumb .single_blog_post_content h3.title:before {
        width: 230px;
    }
    .service-single-box.style13 .content .service-title p.description {
        width: 80%;
        line-height: 20px;
    }
    .heading.style11 p.heading-text {
        width: 100%;
    }
    .campaigns-box.style12 .content h3.title a {
        font-size: 15px;
        line-height: 22px;
        width: 95%;
    }
    .campaigns-box.style12 .content .campaigns-btn a {
        font-size: 14px;
    }
   .testimonial.style16 .testimonial-item p.quote {
        font-size: 16px;
        color: #FFFF;
    }
    .blog-post.style12 .single-post-item .post-thumb .single_blog_post_content {
        bottom: 60px;
    }
    .blog-post.style12 .single-post-item .post-thumb .single_blog_post_content  h3.title a {
        font-size: 16px;
        line-height: 28px;
        width: 82%;
    }
   .blog-post.style12 .single-post-item .post-thumb .single_blog_post_content h3.title:before {
        width: 190px;
    }
    .blog-post.style12 .single-post-item .post-thumb {
        margin-bottom: 30px;
    }
    .service-single-box.style13:before {
        display: none;
    }
    .team-box.nine .team-thumb .team-social-icon {
        top: 10px;
        left: 10px;
    }
    .team-box.nine .team-thumb .team-social-icon .icon {
        height: 40px;
        line-height: 40px;
        width: 40px;
    }
    .team-box.nine .team-thumb .team-social-icon ul li a {
        height: 40px;
        line-height: 40px;
        width: 40px;
    }
    .team-box.nine .team-thumb .team-content .team-bio h5.designation {
        margin: 0 80px 0;
    }
    .team-box.nine .team-thumb .team-content .team-bio h2.name {
        font-size: 17px;
        padding: 10px 18px;
    }
    .desc .section-title.style-sixteen .section-title.t_left p.description {
        font-size: 16px;
    }
    .campaigns-box.style12 .content h3.title {
        margin: 0 0 0;
    }
    .heading.style11 span.heading-text {
        margin-top: 10px;
    }
    .single-counter.style10 {
        top: -28px;
    }
    .heading.style11 h5.heading-text {
        font-size: 20px;
    }
    .heading.style11 h2.heading-text {
        font-size: 25px;
        width: 270px;
    }
    .campaigns-box.style12 .content {
        left: 5px;
        bottom: 0;
    }
    .campaigns-box.style12 .content p.date {
        font-size: 16px;
    }
    .campaigns-box.style12 .content .service-number h4.number {
        font-size: 16px;
    }
    .heading.style11 h3.heading-text {
        font-size: 20px;
    }
    .brand.style3 .brand-item {
        padding-left: 0;
    }
    .testimonial.style16 .testimonial-item .bio .quote_img {
        display: none;
    } 
     .filter-tab.three .container ul#tabs li a.inactive {
        display: block;
        text-align: center;
    }
    .filter-tab.three #tabs li a {
       display: block;
       text-align: center;
    } 
      
      
      

    
}


/*==========================================*/
    /* end  Dream It All Responsive Css */
/*==========================================*/










