/* Padding */

.tf-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.no-padding-top {
    padding-top: 0;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

span.icon-love-icon-1 {
    font-size: 60px;
    margin-top: -12px;
}

.background-section {
    background: #f3f3f4 !important;
}


/* Button */

.btn-box .btn-main {
    background: #eeeeee;
    color: #121212;
    padding: 16px 26px 16px 29px;
    font-size: 14px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-box .btn-main.active {
    background: #43bc75;
    color: #fff !important;
}

.btn-box .btn-main span {
    font-weight: bold;
}

.btn-box .btn-main:hover {
    color: #fff !important;
}

.click-img {
    width: 100%;
}


/* end */


/* pagination */

.pagination-project {
    text-align: center;
}

.pagination-project .list-pagination li {
    display: inline-block;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background: #fff;
    padding-top: 10px;
    margin-right: 7px;
}

.pagination-project .list-pagination li:hover {
    background: rgb(67, 188, 117);
    transition: all 0.3s ease;
}

.pagination-project .list-pagination li.active {
    background: rgb(67, 188, 117);
}

.pagination-project .list-pagination li a {
    font-family: 'Open Sans', sans-serif;
    color: #777777;
}

.pagination-project .list-pagination li:hover a,
.pagination-project .list-pagination li.active a {
    color: #fff;
    transition: all 0.3s ease;
}


/* end */


/* ====================== [  Start progress-wrap ] ====================== */

.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    background: rgb(218, 218, 218);
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: '\f077';
    text-align: center;
    line-height: 44px;
    font-size: 13px;
    font-weight: 900;
    color: rgb(67, 188, 117);
    left: 0;
    top: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: rgb(67, 188, 117);
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
}

.progress-wrap::after {
    color: rgb(67, 188, 117);
}

.progress-wrap svg.progress-circle path {
    stroke: rgb(67, 188, 117);
}


/* ====================== [ End progress-wrap ] ====================== */


/* video */

.box-video {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 122px 0;
    background: url("../images/background/bg-video-1.jpg") no-repeat;
}

.box-video .box .flat-video-fancybox a .crirle {
    width: 200px;
    height: 200px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-left: 40px;
    padding-top: 10px;
}

.box-video .box .flat-video-fancybox a .crirle::before {
    content: '';
    width: 174px;
    height: 174px;
    clip: rect(0px, 175px, 175px, 44px);
    border: 2px solid #43bc75;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: 13px;
    transform: rotate(30deg);
}

.featured {
    border: 5px solid rgb(241, 94, 40);
    padding: 25px 36px 28px 46px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.featured h4 {
    font-weight: bold;
    line-height: 1.7;
}

.review {
    margin-top: 55px;
}

.review h4.title {
    font-weight: bold;
}

.ripple,
.ripple:before,
.ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.ripple:before {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.ripple:after {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.intro-heading {
    text-align: center;
}

.intro-heading p {
    padding-top: 6px;
}

.intro-heading hr.divider {
    background-color: #472c35;
    width: 48px;
    height: 5px;
    display: inline-block;
    margin-top: -4px;
    margin-left: -16px;
    opacity: 1;
}


/* ====================== [Start Text Animation] ====================== */

span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
}

.splitting.animated .char {
    -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
    width: 9px;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.splitting.text.animated .char {
    -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(10ms * var(--char-index));
    animation-delay: calc(10ms * var(--char-index));
}

.splitting.text .whitespace {
    width: 4px;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.imgio {
    position: relative;
}

.imgio .cimgio {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    visibility: visible !important;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.imgio .animated {
    height: 0;
}

.cimgio[data-delay="100"] {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.cimgio[data-delay="200"] {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.cimgio[data-delay="300"] {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.cimgio[data-delay="400"] {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.cimgio[data-delay="500"] {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.cimgio[data-delay="600"] {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.cimgio[data-delay="700"] {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.cimgio[data-delay="800"] {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.cimgio[data-delay="900"] {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.cimgio[data-delay="1s"] {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.title span {
    font-weight: bold;
}

.heading-title span {
    font-weight: bold;
}


/* content box project*/

.content-box {
    padding-top: 28px;
}

.content-box ul.list li {
    display: inline-block;
    margin-right: 2px;
    color: #777777;
}

.content-box ul.list li a {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #777777;
}

.content-box ul.list li.s1 a {
    color: #43bc75;
}

.content-box ul.list li.s1 a i {
    padding-right: 4px;
}

.content-box h4.title-box {
    font-size: 32px;
    font-weight: bold;
    margin-top: 26px;
    letter-spacing: 0.1px;
}

.content-box p.text {
    margin-top: 16px;
}

.content-box .group-donat {
    float: left;
    width: 61%;
}

.content-box .donat-bg {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 8px;
    overflow: hidden;
    background: rgba(18, 18, 18, 0.071);
    border-radius: 4px;
    margin-top: 28px;
}

.content-box .donat-bg .custom-donat {
    height: 100%;
    width: 0px;
    border-radius: 4px;
    background: #43bc75;
}

.content-box .money {
    margin-top: 47px;
}

.content-box .money .price {
    display: inline-block;
}

.content-box .money .price p {
    font-size: 14px;
    color: #777777;
}

.content-box .money .price p span {
    font-weight: bold;
    color: #f15e28;
    padding-right: 4px;
}

.content-box .money .time {
    display: inline-block;
    padding-left: 52px;
}

.content-box .money .time p {
    font-size: 14px;
    color: #777777;
}

.section-project-details .content-box .btn-box {
    margin-top: 39px;
    padding-right: 7px;
    text-align: right;
}

.section-project-details .content-box .btn-box .btn-main {
    background: #eeeeee;
    color: #121212;
    padding: 16px 26px 16px 29px;
    font-size: 14px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.section-project-details .content-box .btn-box .btn-main.active {
    background: #43bc75;
    color: white;
}

.section-project-details .content-box .btn-box .btn-main span {
    font-weight: bold;
}

.section-project-details .content-box .btn-box .btn-main:hover {
    color: white;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/* SlideBar */

.slidebar {
    width: 31.5%;
}

.slidebar .box-author {
    text-align: center;
    background: #fff;
    padding: 50px 32px 44px 32px;
}

.slidebar .box-author h5.name {
    font-size: 18px;
    font-weight: bold;
    padding-top: 26px;
    padding-left: 6px;
}

.slidebar .box-author p.text {
    padding-top: 19px;
    font-size: 14px;
    line-height: 2;
}

.slidebar .box-author .img-author {
    position: relative;
}

.slidebar .box-author li.fb-author {
    position: absolute;
    top: 15%;
    left: 30%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #43bc75;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slidebar .box-author li.fb-author a {
    color: #fff;
}

.slidebar .box-author li.fb-author a i:before {
    content: '\f39e';
}

.slidebar .box-author li.fb-author:hover a {
    color: #fff;
}

.slidebar .box-author .list-social {
    margin: 0;
}

.slidebar .box-author .list-social li {
    position: relative;
    display: inline-block;
    padding: 5px 27px;
}

.slidebar .box-author .list-social li a {
    color: #777777;
    font-size: 14px;
}

.slidebar .box-author .list-social li a:hover {
    color: #43bc75;
}

.slidebar .box-author .list-social li a:after {
    content: '';
    width: 2px;
    height: 11px;
    border-color: #777777;
    background: #777777;
    position: absolute;
    top: 7px;
    right: 0;
}

.slidebar .box-author .list-social li.none a::after {
    display: none;
}

.slidebar .box-author hr {
    margin: 21px 0 23px 0;
}

.slidebar .box-search {
    margin-top: 50px;
    background: #fff;
    padding: 47px 27px;
}

.slidebar .box-search h5.title {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 27px;
}

.slidebar .box-search .search-form {
    position: relative;
}

.slidebar .box-search .search-form input.header-search-field {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: #f3f3f4;
    padding: 17px 30px 20px 33px;
    border-radius: 8px;
    border-color: rgba(17, 22, 30, 0.1);
    width: 100%;
}

.slidebar .box-search .search-form button.header-search-submit {
    position: absolute;
    top: 20px;
    right: 20px;
    border: none;
    background: transparent;
    color: #e74901;
}

.slidebar .box-search .search-form button.header-search-submit i {
    font-size: 20px;
}

.slidebar .box-category {
    margin-top: 53px;
    background: #fff;
    padding: 46px 28px 30px 28px;
}

.slidebar .box-category h5.title {
    font-size: 18px;
    font-weight: bold;
}

.slidebar .box-category ul.list-category {
    margin-left: 25px;
    padding-top: 25px;
}

.slidebar .box-category ul.list-category li {
    list-style: initial;
    padding-bottom: 19px;
}

.slidebar .box-category ul.list-category li::marker {
    color: #777777;
}

.slidebar .box-category ul.list-category li a {
    color: #777777;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    display: block;
}

.slidebar .box-category ul.list-category li a span.number {
    float: right;
    margin-top: -9px;
    display: block;
}

.slidebar .box-category ul.list-category li a:hover {
    color: #43bc75;
}

.slidebar .themesflat-map-1 {
    margin-top: 50px;
    height: 550px;
}

.slidebar .themesflat-map-1 iframe {
    width: 100%;
    height: 100%;
}


/* end */


/* Review */

.review h5.title {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 56px;
}

.review .review-content {
    position: relative;
    padding-top: 47px;
}

.review .review-content .img-rev {
    float: left;
}

.review .review-content .content {
    position: relative;
    background: #fff;
    padding: 25px 55px 28px 55px;
    margin-left: 110px;
}

.review .review-content .content p.text {
    margin: 19px 0;
    line-height: 1.78em;
}

.review .review-content .content .author {
    font-size: 16px;
    font-weight: bold;
}

.review .review-content .content .list-action {
    margin: 0;
}

.review .review-content .content .list-action li {
    display: inline-block;
    padding-right: 18px;
}

.review .review-content .content .list-action li a {
    font-size: 13px;
    font-weight: 500;
    color: #777777;
}

.review .review-content .content .list-action li a:hover {
    color: #43bc75;
}

.review .review-content .content .list-action li a i:before {
    padding-right: 5px;
}

.review .review-content .content .list-star {
    position: absolute;
    top: 30px;
    right: 67px;
    margin: 0;
}

.review .review-content .content .list-star li {
    display: inline-block;
}

.review .review-content .content .list-star li a {
    color: #ffa800;
    font-size: 14px;
}

.review .review-content .content .list-star li a i:before {
    margin-right: -2px;
}

.review .review-content .triangle-bottomright {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 100px solid #fff;
    border-left: 100px solid transparent;
}

.review .review-content.rep {
    padding-left: 100px;
}

.review .review-content.rep .content .list-star {
    display: none;
}

.form-review {
    padding-top: 65px;
}

.form-review h4.title {
    font-weight: bold;
    padding-bottom: 37px;
}

.form-review .list-star {
    margin: 0;
}

.form-review .list-star li {
    display: inline-block;
}

.form-review .list-star li a {
    color: #777777;
}

.form-review .list-star li a i:before {
    margin-right: -2px;
}


/* end */


/* Contact Form 7
-------------------------------------------------------------- */

.themesflat-contact-form .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.themesflat-contact-form .wpcf7-form-control-wrap.your-name,
.themesflat-contact-form .wpcf7-form-control-wrap.your-email,
.themesflat-contact-form .wpcf7-form-control-wrap.your-phone {
    margin-bottom: 14px;
}

.themesflat-contact-form .btn-action {
    border: none;
}


/* Style Form */

.themesflat-contact-form.style-2 {
    padding-top: 26px;
}

.themesflat-contact-form.style-2 .wpcf7-form-control-wrap.your-name,
.themesflat-contact-form.style-2 .wpcf7-form-control-wrap.your-email,
.themesflat-contact-form.style-2 .wpcf7-form-control-wrap.your-phone,
.themesflat-contact-form.style-2 .wpcf7-form-control-wrap.your-subject {
    width: 48.7%;
    float: left;
    margin-bottom: 20px;
}

.themesflat-contact-form.style-2 .wpcf7-form-control-wrap.your-name {
    margin-right: 20px;
}

.themesflat-contact-form.style-2 .wpcf7-form-control-wrap.your-message {
    clear: both;
    padding-bottom: 68px;
}

.themesflat-contact-form.style-2 input[type="text"],
.themesflat-contact-form.style-2 input[type="email"],
.themesflat-contact-form.style-2 textarea {
    width: 100%;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid rgba(17, 22, 30, 0.1);
    padding: 14px 30px;
}

.themesflat-contact-form .btn-main {
    color: white;
    padding: 30px 44px 27px 47px;
    font-size: 18px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    background: #43bc75;
}

.themesflat-contact-form .btn-main span {
    font-weight: bold;
}

.themesflat-contact-form.style-2 textarea {
    height: 199px;
    padding-top: 19px;
}

.themesflat-contact-form.style-2 input[type="submit"] {
    padding: 19px 49px;
    margin-top: 20px;
}

.themesflat-contact-form.w100 .wpcf7-form-control-wrap.your-name,
.themesflat-contact-form.w100 .wpcf7-form-control-wrap.your-email,
.themesflat-contact-form.w100 .wpcf7-form-control-wrap.your-phone {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 9px;
}

.themesflat-contact-form.w100 textarea {
    height: 142px;
}

.themesflat-contact-form.w100 input[type="submit"] {
    margin-top: 9px;
}

.themesflat-contact-form input[type="text"]:focus,
.themesflat-contact-form input[type="email"]:focus,
textarea.wpcf7-form-control.wpcf7-textarea:focus {
    border-color: #43bc75;
}

.btn-main {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.hover-effect {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    transform: translate(-50%, -50%);
    transition: 0.5s ease-in-out;
    background: rgb(67, 188, 117);
    z-index: -1;
    border-radius: 100%;
    opacity: 0.5;
}

.hover-effect.dark {
    background-color: rgb(18, 18, 18);
}

.btn-main:hover .hover-effect {
    width: calc(100% * 2.25);
    padding-top: calc(100% * 2.25);
    opacity: 1;
}

.custom-select {
    position: relative;
    display: inline-block;
    width: 95px;
    margin-left: -104px;
}

.custom-select select {
    display: none;
    /*hide original SELECT element: */
}

.select-selected {
    background-color: rgb(67, 188, 117);
}


/* Style the arrow inside the select element: */

.select-selected:after {
    position: absolute;
    content: "";
    top: 32px;
    right: 19px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}


/* Point the arrow upwards when the select box is open (active): */

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 24px;
}


/* style the items (options), including the selected item: */

.select-selected {
    color: #ffffff;
    padding: 26px 16px 21px 22px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    border-radius: 5px;
}

.select-items div {
    color: #ffffff;
    padding: 10px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    border-radius: 5px;
}


/* Style items (options): */

.select-items {
    position: absolute;
    background-color: rgb(67, 188, 117);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 5px;
}


/* Hide the items when the select box is closed: */

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}