/*--------------------------------------------------------------
# Button Widget Css
--------------------------------------------------------------*/
.themedraft-button {
    padding: 20px 40px 18px 40px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1;
    border-radius: 50px;
    font-size: 40px;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.themedraft-button i,
.themedraft-button svg,
.themedraft-button img {
    margin-left: 15px;
    margin-top: -1px;
}

.themedraft-button i {
    font-size: 50px;
}

.themedraft-button svg, .themedraft-button img {
    width: 50px;
}

.themedraft-button svg {
    fill: #ffffff;
    transition: .3s;
}

.themedraft-button:hover {
    color: #ffffff;
}

@media only screen and (max-width: 991px) {
    .themedraft-button {
        padding: 20px 35px 18px 35px;
        font-size: 35px;
    }

    .themedraft-button i {
        font-size: 40px;
    }

    .themedraft-button svg, .themedraft-button img {
        width: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .themedraft-button {
        font-size: 28px;
    }

    .themedraft-button i {
        font-size: 33px;
    }

    .themedraft-button svg, .themedraft-button img {
        width: 33px;
    }
}

@media only screen and (max-width: 280px) {
    .themedraft-button {
        font-size: 22px;
    }

    .themedraft-button i {
        font-size: 23px;
    }

    .themedraft-button svg, .themedraft-button img {
        width: 23px;
    }
}
/*--------------------------------------------------------------
# Home Slider Css
--------------------------------------------------------------*/
.td-home-slider-area .td-single-slide-item {
    height: 950px;
    display: flex !important;
    align-items: center;
}

.td-slide-title h1,
.td-slide-title h2,
.td-slide-title h3,
.td-slide-title h4,
.td-slide-title h5,
.td-slide-title h6 {
    font-size: 100px;
    line-height: 1.1;
    color: #ffffff;
}

.td-slide-desc {
    font-size: 23px;
    line-height: 38px;
    color: #ffffff;
    margin-top: 30px;
}

.slider-button-wrapper {
    margin-top: 50px;
}

.slider-button-two {
    margin-left: 15px;
}

.td-home-slider-area .slick-arrow {
    left: 100px;
    opacity: 0;
    visibility: hidden;
}

.td-home-slider-area:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.td-home-slider-area .slick-arrow.slick-next {
    right: 100px;
    left: auto;
}

.td-home-slider-area .slick-dots {
    position: absolute;
    bottom: 50px;
}

/* Home Two slider */
.td-home-slider-two {
    position: relative;
}

.td-home-slider-two .td-single-slide-item {
    height: 850px;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}

.td-home-slider-two .td-slider-two-overlay {
    position: absolute;
    height: 100%;
    width: 53%;
    background: rgba(15, 53, 23, .7);
    right: 0;
    top: 0;
    z-index: 1;
}

.td-home-slider-two .td-slider-content-wrapper {
    position: relative;
    z-index: 2;
}

.td-home-slider-two .td-slide-title span {
    font-size: 95px;
    line-height: 105px;
    color: #ffffff;
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 0 28px;
    position: relative;
}

.td-home-slider-two .td-slide-title span:before {
    content: '';
    height: 100%;
    width: 100000px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, .15);
    z-index: -1;
}

.td-home-slider-two .td-slide-title span:nth-child(2) {
    background-color: #d7de17;
}

.td-home-slider-two .td-slide-title span:nth-child(3) {
    background-color: #123417;
}

.td-home-slider-two .td-button i {
    margin-bottom: -1px;
}

/* Home Two slider End */

/* Home Three slider */
.td-home-slider-three .container {
    max-width: 1400px;
}

.td-home-slider-three .td-slide-title h1,
.td-home-slider-three .td-slide-title h2,
.td-home-slider-three .td-slide-title h3,
.td-home-slider-three .td-slide-title h4,
.td-home-slider-three .td-slide-title h5,
.td-home-slider-three .td-slide-title h6 {
    color: #123417;
}

.td-home-slider-three .td-slide-desc {
    color: #555b56;
}

.td-home-slider-three .td-slider-right-image {
    position: absolute;
    right: 5%;
    max-width: 45%;
    bottom: 80px;
}

/* Home Three slider End */

@media only screen and (min-width: 1025px) and (max-width: 1366px) {

    .td-home-slider-three .td-slide-title h1,
    .td-home-slider-three .td-slide-title h2,
    .td-home-slider-three .td-slide-title h3,
    .td-home-slider-three .td-slide-title h4,
    .td-home-slider-three .td-slide-title h5,
    .td-home-slider-three .td-slide-title h6 {
        font-size: 80px;
    }

    .td-home-slider-three .td-slide-desc {
        font-size: 19px;
    }

    .td-home-slider-three.td-home-slider-area .td-single-slide-item {
        height: 825px;
    }

}

@media only screen and (max-width: 1024px) {
    .td-slide-title h1, .td-slide-title h2, .td-slide-title h3, .td-slide-title h4, .td-slide-title h5, .td-slide-title h6 {
        font-size: 85px;
    }

    .td-home-slider-area .td-single-slide-item {
        height: 850px;
    }

    .td-home-slider-two .td-slide-title span {
        font-size: 85px;
        line-height: 100px;
    }

    .td-home-slider-two.td-home-slider-area .td-single-slide-item {
        height: 750px;
    }

    .td-home-slider-two .td-slider-two-overlay {
        width: 55%;
    }

    .td-slider-right-image {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .td-home-slider-area .td-single-slide-item {
        height: 450px;
    }

    .td-slide-title h1, .td-slide-title h2, .td-slide-title h3, .td-slide-title h4, .td-slide-title h5, .td-slide-title h6 {
        font-size: 30px;
        line-height: 1.3;
    }

    .td-slide-desc {
        font-size: 17px;
        line-height: 27px;
    }

    .slider-button-wrapper {
        margin-top: 30px;
    }

    .slider-button-wrapper .td-button {
        padding: 12px 25px 11px 25px;
        font-size: 16px;
        margin: 5px 0;
    }

    .slider-button-wrapper .td-button i {
        margin-left: 10px;
        font-size: 13px;
    }

    .td-home-slider-two .td-slider-two-overlay {
        width: 0%;
    }

    .td-home-slider-two .td-slide-title span {
        font-size: 40px;
        line-height: 55px;
    }

    .td-home-slider-two.td-home-slider-area .td-single-slide-item {
        height: 500px;
    }

    .td-home-slider-area .slick-dots {
        bottom: 30px;
    }
}

/*--------------------------------------------------------------
# Brand Image Slider Widget Css
--------------------------------------------------------------*/

.td-single-brand-image {
    text-align: center;
    padding: 0 15px;
}

.td-single-brand-image img {
    transition: .2s;
}

.td-brand-image {
    height: 128px;
    overflow: hidden;
    display: inline-block;
}

.td-brand-image:hover img {
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

@media only screen and (max-width: 991px) {
    .td-brand-image {
        height: 110px;
    }
}

@media only screen and (max-width: 375px) {
    .td-brand-image {
        height: 80px;
    }
}

@media only screen and (max-width: 320px) {
    .td-brand-image {
        height: 60px;
    }
}

@media only screen and (max-width: 280px) {
    .td-brand-image {
        height: 48px;
    }
}

/*--------------------------------------------------------------
# Tab One Css
--------------------------------------------------------------*/
.td-tabs-wrapper .td-icon-wrapper {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 55px;
    display: block;
    text-align: center;
}

.td-tabs-wrapper .nav-tabs {
    border-bottom: 0;
    width: 200px;
    float: left;
}

.td-tabs-wrapper .nav-tabs .nav-link {
    height: 200px;
    width: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    background-color: #f2f6ef;
    border: none;
    margin-bottom: 32px;
    border-radius: 0;
}

.td-tabs-wrapper .nav-tabs .nav-link:last-child {
    margin-bottom: 0;
}

.td-tabs-wrapper .nav-tabs .nav-link.active,
.td-tabs-wrapper .nav-tabs .nav-link:hover {
    color: #ffffff;
}

.td-tab-menu-text {
    font-size: 30px;
    font-weight: 700;
    display: block;
    color: #113417;
    text-align: center;
    line-height: 35px;
    margin-top: 25px;
}

.td-tabs-wrapper .nav-tabs .nav-link.active .td-tab-menu-text,
.td-tabs-wrapper .nav-tabs .nav-link:hover .td-tab-menu-text {
    color: #ffffff;
}

.td-tab-layout-one .tab-content {
    padding-left: 240px;
}

.td-tab-layout-one .td-tab-subtitle {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
    display: block;
}

.td-tab-layout-one .td-tab-title {
    font-size: 50px;
    line-height: 62px;
    margin: 20px 0 35px;
}

.td-tab-content-wrapper strong {
    margin-top: 25px;
    display: inherit;
}

.td-tab-counter-box {
    margin-top: 25px;
}

.td-count-number-unit span {
    font-size: 75px;
    font-weight: 700;
    line-height: 1;
    display: flex;
}

.td-count-number-unit span sup {
    font-size: 30px;
    line-height: 60px;
}

.td-count-title {
    color: #123417;
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    display: block;
    margin-top: 15px;
}

@media only screen and (max-width: 1024px) {
    .td-tabs-wrapper .nav-tabs {
        width: auto;
        float: none;
    }

    .td-tabs-wrapper .nav-tabs .nav-link {
        margin-right: 30px;
    }

    .td-tabs-wrapper .nav-tabs .nav-link:last-child {
        margin-right: 0;
    }

    .td-tab-layout-one .tab-content {
        padding-left: 0;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .td-tabs-wrapper .nav-tabs .nav-link {
        margin-right: 0;
    }

    .td-tabs-wrapper .nav-tabs .nav-link {
        height: auto;
        width: 100%;
    }

    .td-tabs-wrapper .td-icon-wrapper {
        height: 45px;
        width: 45px;
        line-height: 45px;
        font-size: 45px;
    }

    .td-tab-menu-text {
        font-size: 25px;
        line-height: 30px;
        margin-top: 18px;
    }

    .td-tab-layout-one .td-tab-title {
        font-size: 28px;
        line-height: 38px;
        margin: 15px 0 25px;
    }

    .td-count-number-unit span {
        font-size: 50px;
    }

    .td-count-title {
        font-size: 16px;
        line-height: 26px;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 280px) {
    .td-tab-layout-one .td-tab-title{
        font-size: 23px;
        line-height: 33px;
        margin: 15px 0 20px;
    }
}

/*--------------------------------------------------------------
# Tab Two Css
--------------------------------------------------------------*/
.td-tab-two-container {
    background-color: #f4f5ef;
    padding: 10px;
}

.td-tab-two-container .td-icon-wrapper {
    font-size: 45px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin-right: 15px;
}

.td-tab-two-container .nav-link {
    display: inline-flex;
    align-items: center;
    background-color: #ebebe7;
    color: #123417;
    font-size: 28px;
    font-weight: 700;
    border: none !important;
    justify-content: center;
    padding: 15px 35px;
    border-radius: 0;
    margin: 0 10px 10px 0;
}

.td-tab-two-container .nav-link:last-child {
    margin-right: 0;
}

.td-tab-two-container .nav-link:hover,
.td-tab-two-container .nav-link.active {
    color: #ffffff;
}

.td-tab-two-container .nav-link svg,
.td-tab-two-container .nav-link img {
    width: 45px;
    margin-top: -5px;
}

.td-tab-two-container .nav.nav-tabs {
    justify-content: center;
    border: none !important;
}

.td-tab-two-container .tab-content {
    padding: 25px 30px 35px 30px;
}

.td-tab-two-container .td-tab-title {
    font-size: 36px;
    line-height: 1.3;
}

.td-tab-two-container .td-tab-button {
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .td-tab-two-container .nav-link {
        display: inline-block;
        padding: 15px 25px;
        font-size: 24px;

    }

    .td-tab-two-container .tab-content {
        padding: 25px 5px 35px 5px;
    }

    .td-tab-two-container .td-icon-wrapper {
        margin-right: 0;
        display: inline-block;
    }

    span.td-tab-two-menu-text {
        display: block;
    }

    .td-tab-two-container .td-tab-title {
        font-size: 28px;
        line-height: 1.4;
    }
}


/*--------------------------------------------------------------
# Tab Three Css
--------------------------------------------------------------*/

.td-tabs-three-wrapper .td-tab-subtitle {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
    display: block;
}

.td-tabs-three-wrapper .td-tab-title {
    font-size: 50px;
    line-height: 62px;
    margin: 20px 0 35px;
}

.td-tabs-three-wrapper .td-tab-content-wrapper {
    padding-left: 60px;
    margin-top: -30px;
}

.td-tabs-three-wrapper .nav.nav-tabs {
    height: 650px;
    width: 650px;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 50%;
    margin-left: -100px;
    display: inline-block;
}

.td-tabs-three-wrapper .nav.nav-tabs button {
    height: 190px;
    width: 190px;
    border-radius: 50%;
    background: #ffffff;
    border: 5px solid #f3f7ec;
    line-height: 1;
    text-align: center;
    overflow: hidden;
    display: table;
    position: absolute;
}

.td-tabs-three-wrapper .nav.nav-tabs button:nth-child(2) {
    left: 50%;
    transform: translateX(-50%);
    top: -85px;
}

.td-tabs-three-wrapper .nav.nav-tabs button:nth-child(3) {
    right: -25px;
    top: 50px;
}


.td-tabs-three-wrapper .nav.nav-tabs button:nth-child(1) {
    left: -25px;
    top: 50px;
}

.td-tabs-three-wrapper .td-icon-wrapper {
    font-size: 60px;

    display: inline-block;
}

.td-tabs-three-wrapper .td-icon-wrapper svg,
.td-tabs-three-wrapper .td-icon-wrapper img {
    width: 60px;
}

.td-tabs-three-wrapper .td-tab-menu-text {
    display: block;
    font-weight: 700;
    font-size: 26px;
    color: #123417;
    margin-top: 5px;
}

.td-tabs-three-wrapper .nav.nav-tabs button.active .td-tab-menu-text,
.td-tabs-three-wrapper .nav.nav-tabs button:hover .td-tab-menu-text {
    color: #ffffff;
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .td-tabs-three-wrapper .nav.nav-tabs {
        margin-left: 0;
        width: 550px;
        height: 550px;
    }
}

@media only screen and (max-width: 1024px) {

    .td-tabs-three-wrapper .td-tab-image {
        text-align: center;
    }

    .td-tabs-three-wrapper .nav.nav-tabs {
        margin-left: 0;
        width: 600px;
        height: 600px;
    }

    .td-tabs-three-wrapper .td-tab-content-wrapper {
        padding-left: 0;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .td-tabs-three-wrapper .nav.nav-tabs {
        width: 330px;
        height: 330px;
    }

    .td-tabs-three-wrapper .nav.nav-tabs button {
        height: 120px;
        width: 120px;
    }

    .td-tabs-three-wrapper .nav.nav-tabs button:nth-child(1) {
        left: -10px;
        top: 25px;
    }


    .td-tabs-three-wrapper .nav.nav-tabs button:nth-child(2) {
        top: -60px;
    }

    .td-tabs-three-wrapper .nav.nav-tabs button:nth-child(3) {
        right: -10px;
        top: 25px;
    }

    .td-tabs-three-wrapper .td-icon-wrapper {
        font-size: 30px;
    }

    .td-tabs-three-wrapper .td-icon-wrapper svg,
    .td-tabs-three-wrapper .td-icon-wrapper img {
        width: 30px;
    }

    .td-tabs-three-wrapper .td-tab-menu-text {
        font-size: 17px;
    }

    .td-tabs-three-wrapper .td-tab-title {
        font-size: 30px;
        line-height: 40px;
        margin: 20px 0 20px;
    }
}

@media only screen and (max-width: 360px) {
    .td-tabs-three-wrapper .nav.nav-tabs {
        width: 275px;
        height: 275px;
    }
}

@media only screen and (max-width: 280px) {
    .td-tabs-three-wrapper .nav.nav-tabs {
        width: 240px;
        height: 240px;
    }

    .td-tabs-three-wrapper .nav.nav-tabs button {
        height: 110px;
        width: 110px;
    }
    .td-tabs-three-wrapper .td-tab-title{
        font-size: 23px;
        line-height: 33px;
        margin: 15px 0 20px;
    }

}

/*==============================================
Section Title Css
================================================*/
.td-section-title-wrapper {
    margin-bottom: 33px;
    text-align: center;
}

.td-section-title-content {
    display: inline-block;
}

.td-section-subtitle {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
    display: block;
    margin-bottom: 18px;
}

.td-section-title h1,
.td-section-title h2,
.td-section-title h3,
.td-section-title h4,
.td-section-title h5,
.td-section-title h6 {
    font-size: 50px;
    line-height: 62px;
    text-transform: capitalize;
}

.td-section-description {
    margin-top: 35px;
}

.td-section-description p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .td-section-title h1,
    .td-section-title h2,
    .td-section-title h3,
    .td-section-title h4,
    .td-section-title h5,
    .td-section-title h6 {
        font-size: 28px;
        line-height: 38px;
    }

    .td-section-title-wrapper {
        margin-bottom: 15px;
    }
}

/*--------------------------------------------------------------
# Service Box Widget Css
--------------------------------------------------------------*/
.service-layout-one .td-service-item {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}

.service-layout-one .td-service-box-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.service-layout-one .td-service-box-content {
    height: 100%;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, .8);
    display: table;
    padding: 25px;
    transform: scale(.85);
}

.service-layout-one .td-service-item:hover .td-service-box-content {
    background-color: rgba(129, 182, 12, .9);
}

.service-layout-one .td-service-item:hover .td-service-box-content .td-icon-wrapper {
    margin-bottom: 15px;
}

.service-layout-one .td-box-content {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}

.service-layout-one .td-service-box-content .td-icon-wrapper {
    height: 70px;
    width: 70px;
    display: inline-block;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 25px;
}

.service-layout-one .td-service-box-content .td-icon-wrapper img,
.service-layout-one .td-service-box-content .td-icon-wrapper svg {
    margin-top: -10px;
}

.td-one-service-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
}

.service-layout-one .td-service-details {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    margin-top: 30px;
    -ms-transform: translateY(250%);
    -webkit-transform: translateY(250%);
    transform: translateY(250%);
    opacity: 0;
    visibility: hidden;
}

.service-layout-one .td-service-item:hover .td-service-details {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.service-layout-one .td-box-icon-title {
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}

.service-layout-one .td-service-item:hover .td-box-icon-title {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.service-layout-one .td-service-item:hover .td-one-service-title,
.service-layout-one .td-service-item:hover .td-primary-color,
.service-layout-one .td-service-details,
.service-layout-one .td-service-details:hover {
    color: #ffffff;
}

.service-layout-one .td-service-item:hover .td-primary-color svg {
    fill: #ffffff;
}


/* Service 2 CSS */
.service-layout-two [class*="col-"] {
    padding: 0 15px;
}

.td-service-two-item {
    margin-bottom: 30px;
    text-align: center;
}

.td-service-image {
    position: relative;
}

.td-service-two-icon {
    height: 100px;
    width: 100px;
    text-align: center;
    font-size: 55px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -50px;
    background: rgba(255, 255, 255, .9);
    border-radius: 50%;
    line-height: 100px;
}

.td-service-two-icon svg, .td-service-two-icon img {
    width: 55px;
    margin-top: -10px;
    display: inline-block !important;
}

.td-service-two-icon i.flaticon-tractor {
    line-height: 115px;
}

.td-service-title-wrapper {
    background: #ffffff;
    padding: 0 25px 30px;
    border-bottom: 5px solid #78b820;
}

.td-service-two-title {
    background-color: #f4f5ef;
    font-size: 22px;
    padding: 20px 15px;
    margin-bottom: 0;
    margin-top: -30px;
    position: relative;
}

.td-service-two-item:hover .td-service-two-title {
    color: #ffffff;
}

.td-service-two-item:hover .td-service-two-icon {
    color: #ffffff;
    background-color: rgba(120, 184, 34, .9);
}

.td-service-two-item:hover .td-service-two-icon svg {
    fill: #ffffff;
}

.service-layout-two.arrow-bottom-right .slick-arrow {
    right: 15px;
    bottom: -130px;
    top: auto;
    z-index: 2;
}

.service-layout-two.arrow-bottom-right .slick-arrow.slick-prev,
.service-layout-two.arrow-top-right .slick-arrow.slick-prev {
    margin-right: 80px;
}

.service-layout-two.arrow-top-right .slick-arrow {
    right: 15px;
    bottom: auto;
    top: -130px;
}

.service-layout-two.arrow-middle .slick-arrow {
    left: -100px;
}

.service-layout-two.arrow-middle .slick-arrow.slick-next {
    left: auto;
    right: -100px;
}

.td-service-two-item.top-right .td-service-two-icon {
    top: 20px;
    right: 20px;
    margin-left: 0;
    margin-top: 0;
}

.td-service-two-item.top-left .td-service-two-icon {
    top: 20px;
    right: auto;
    left: 20px;
    margin-left: 0;
    margin-top: 0;
}

.td-service-image.border-enable {
    border: 5px solid;
    border-color: #f4f5ee;
    transition: .3s;
}

/* Service 2 CSS End */

/* Service 3 CSS End */
.td-service-three-item {
    background: #f2f7eb;
    text-align: center;
    padding: 40px 30px 40px;
    margin-bottom: 30px;
    position: relative;
}

.td-service-three-item-bg {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
}

.td-service-three-item:hover .td-service-three-item-bg {
    opacity: 1;
    visibility: visible;
}

.td-service-three-item:hover .td-service-three-button {
    background-color: #ffffff;
}

.td-service-three-wrapper .td-service-three-item:nth-child(1),
.td-service-three-wrapper .td-service-three-item:nth-child(1) .td-service-three-item-bg,
.td-service-three-wrapper .td-service-three-item:nth-child(5),
.td-service-three-wrapper .td-service-three-item:nth-child(5) .td-service-three-item-bg,
.td-service-three-wrapper .td-service-three-item:nth-child(10),
.td-service-three-wrapper .td-service-three-item:nth-child(10) .td-service-three-item-bg {
    border-radius: 45% 4% 3% 69% / 4% 38% 52% 3%;
}

.td-service-three-wrapper .td-service-three-item:nth-child(2),
.td-service-three-wrapper .td-service-three-item:nth-child(2) .td-service-three-item-bg,
.td-service-three-wrapper .td-service-three-item:nth-child(4),
.td-service-three-wrapper .td-service-three-item:nth-child(4) .td-service-three-item-bg,
.td-service-three-wrapper .td-service-three-item:nth-child(7),
.td-service-three-wrapper .td-service-three-item:nth-child(7) .td-service-three-item-bg {
    border-radius: 44% 48% 48% 4% / 4% 2% 5% 47%;
}

.td-service-three-wrapper .td-service-three-item:nth-child(3),
.td-service-three-wrapper .td-service-three-item:nth-child(3) .td-service-three-item-bg,
.td-service-three-wrapper .td-service-three-item:nth-child(6),
.td-service-three-wrapper .td-service-three-item:nth-child(6) .td-service-three-item-bg,
.td-service-three-wrapper .td-service-three-item:nth-child(9),
.td-service-three-wrapper .td-service-three-item:nth-child(9) .td-service-three-item-bg {
    border-radius: 44% 42% 48% 4% / 5% 3% 3% 47%;
}

.td-service-three-icon {
    height: 140px;
    width: 140px;
    background: #ffffff;
    border-radius: 50%;
    font-size: 60px;
    line-height: 140px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.td-service-three-icon svg,
.td-service-three-icon img {
    width: 60px;
    margin-top: -8px;
}

.td-service-three-title {
    font-size: 25px;
    line-height: 33px;
    margin: 35px 0 30px;
    position: relative;
}

.td-service-three-item:hover .td-service-three-title {
    color: #ffffff;
}

.td-service-three-button {
    padding: 10px 65px 10px 30px;
    display: inline-block;
    background-color: #ebf0e3;
    font-weight: 600;
    border-radius: 50px;
    position: relative;
}

.td-service-three-button .flaticon-double-left-chevron {
    font-weight: 500;
    position: absolute;
    height: 100%;
    width: 50px;
    border-radius: 50%;
    top: 0;
    right: -1px;
    line-height: 50px;
    transform: rotate(180deg);
    color: #ffffff;
    transition: .3s;
}

/* Service 3 CSS End */

@media only screen and (max-width: 1024px) {
    .td-one-service-title {
        font-size: 28px;
        line-height: 38px;
    }
}

@media only screen and (max-width: 280px) {
    .service-layout-one .td-service-box-content {
        padding: 20px;
        transform: scale(.90);
    }

    .td-one-service-title {
        font-size: 24px;
        line-height: 34px;
    }

    .td-service-three-wrapper [class*="col-"]{
        padding: 0;
    }
}

/*--------------------------------------------------------------
# Button With Image Widget Css
--------------------------------------------------------------*/
.td-button-with-image-wrapper {
    text-align: center;
}

.td-button-with-image {
    position: relative;
    display: inline-block;
}

.td-image-button {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
}

.td-button.td-call-button {
    font-size: 40px;
}

.td-button.td-call-button i {
    font-size: 45px;
}

.td-button.td-call-button svg,
.td-button.td-call-button img {
    height: 45px;
    width: 45px;
    margin-left: 15px;
}

.td-button.td-call-button svg {
    fill: #ffffff
}

@media only screen and (max-width: 1024px) {
    .td-button.td-call-button {
        font-size: 35px;
    }

    .td-button.td-call-button i {
        font-size: 40px;
    }

    .td-button.td-call-button svg,
    .td-button.td-call-button img {
        height: 40px;
        width: 40px;
    }
}

/*--------------------------------------------------------------
# Accordion Widget Css
--------------------------------------------------------------*/
.td-accordion-wrapper .accordion-item {
    margin-bottom: 30px;
}

.td-accordion-wrapper .accordion-button,
.td-accordion-wrapper .accordion-button:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.td-accordion-wrapper .accordion-button {
    border-radius: 5px !important;
    font-weight: 500;
    font-size: 19px;
    line-height: 30px;
    padding: 10px 25px;
}

.td-accordion-wrapper .accordion-button:not(.collapsed) {
    border-radius: 5px 5px 0 0 !important;
}

.td-accordion-wrapper .accordion-body {
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #81b60c;
    padding: 30px 25px;
}

.td-accordion-wrapper .accordion-body p:last-child {
    margin-bottom: 0;
}

.td-accordion-wrapper .accordion-collapse {
    border: none;
}

.td-accordion-wrapper .accordion-button:not(.collapsed),
.td-accordion-wrapper .accordion-button,
.td-accordion-wrapper .accordion-body {
    background-color: #144119;
}

.td-accordion-wrapper .accordion-button,
.td-accordion-wrapper .accordion-button:not(.collapsed),
.td-accordion-wrapper .accordion-body {
    color: #ffffff;
}

.td-accordion-wrapper .accordion-button:after {
    content: "\f103";
    font-family: Flaticon;
    background-image: none;
    background-color: #ffffff;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    border-radius: 5px;
    transform: rotate(90deg);
    font-weight: 600;
    color: #144119;
    transition: .0s;
}

.td-accordion-wrapper .accordion-button:not(.collapsed):after {
    background-image: none;
    transform: rotate(
            270deg
    );
    color: #ffffff;
}
/*--------------------------------------------------------------
# Project Gallery Widget Css
--------------------------------------------------------------*/

.td-gallery-item-wrapper {
    max-width: 1470px;
    margin: 0 auto;
}

.td-gallery-item {
    width: 21.99%;
}

.td-gallery-item-wrapper .td-gallery-item .td-gallery-content-wrapper {
    height: 270px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.td-gallery-content-wrapper:before {
    position: absolute;
    background: rgba(129, 182, 12, .9);
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.td-gallery-content-wrapper:hover:before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.td-gallery-item-wrapper .td-gallery-item:nth-child(1) .td-gallery-content-wrapper,
.td-gallery-item-wrapper .td-gallery-item:nth-child(4) .td-gallery-content-wrapper,
.td-gallery-item-wrapper .td-gallery-item:nth-child(8) .td-gallery-content-wrapper,
.td-gallery-item-wrapper .td-gallery-item:nth-child(9) .td-gallery-content-wrapper,
.td-gallery-item-wrapper .td-gallery-item:nth-child(13) .td-gallery-content-wrapper,
.td-gallery-item-wrapper .td-gallery-item:nth-child(16) .td-gallery-content-wrapper,
.td-gallery-item-wrapper .td-gallery-item:nth-child(20) .td-gallery-content-wrapper,
.td-gallery-item-wrapper .td-gallery-item:nth-child(21) .td-gallery-content-wrapper {
    height: 570px;
}

.td-gallery-item-wrapper .td-gallery-item:nth-child(1),
.td-gallery-item-wrapper .td-gallery-item:nth-child(4),
.td-gallery-item-wrapper .td-gallery-item:nth-child(8),
.td-gallery-item-wrapper .td-gallery-item:nth-child(9),
.td-gallery-item-wrapper .td-gallery-item:nth-child(13),
.td-gallery-item-wrapper .td-gallery-item:nth-child(16),
.td-gallery-item-wrapper .td-gallery-item:nth-child(20),
.td-gallery-item-wrapper .td-gallery-item:nth-child(21) {
    width: 27.99%;
}

.td-gallery-content {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 30px;
    z-index: 1;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.td-gallery-content-wrapper:hover .td-gallery-content {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.td-gallery-content .td-table-cell {
    position: relative;
}

.td-gallery-title {
    color: #ffffff;
    font-size: 28px;
    line-height: 38px;
}

.td-gallery-description {
    font-size: 17px;
    line-height: 27px;
    color: #ffffff;
}

.td-gallery-description p:last-child {
    margin-bottom: 0;
}

.td-gallery-url {
    color: #ffffff;
    font-size: 44px;
    line-height: 1;
    display: inline-block;
    margin-top: 15px;
}

.td-gallery-url:hover {
    color: #123416;
}

@media only screen and (max-width: 1024px) {
    .td-gallery-item,
    .td-gallery-item-wrapper .td-gallery-item:nth-child(1),
    .td-gallery-item-wrapper .td-gallery-item:nth-child(4),
    .td-gallery-item-wrapper .td-gallery-item:nth-child(8),
    .td-gallery-item-wrapper .td-gallery-item:nth-child(9),
    .td-gallery-item-wrapper .td-gallery-item:nth-child(13),
    .td-gallery-item-wrapper .td-gallery-item:nth-child(16),
    .td-gallery-item-wrapper .td-gallery-item:nth-child(20),
    .td-gallery-item-wrapper .td-gallery-item:nth-child(21) {

        width: 33.31%;
    }
}

@media only screen and (max-width: 991px) {
    .td-gallery-item,
    .td-gallery-item-wrapper .td-gallery-item:nth-child(1),
    .td-gallery-item-wrapper .td-gallery-item:nth-child(4),
    .td-gallery-item-wrapper .td-gallery-item:nth-child(8),
    .td-gallery-item-wrapper .td-gallery-item:nth-child(9),
    .td-gallery-item-wrapper .td-gallery-item:nth-child(13),
    .td-gallery-item-wrapper .td-gallery-item:nth-child(16),
    .td-gallery-item-wrapper .td-gallery-item:nth-child(20),
    .td-gallery-item-wrapper .td-gallery-item:nth-child(21) {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .td-gallery-item,
    .td-gallery-item-wrapper .td-gallery-item:nth-child(1),
    .td-gallery-item-wrapper .td-gallery-item:nth-child(4),
    .td-gallery-item-wrapper .td-gallery-item:nth-child(8),
    .td-gallery-item-wrapper .td-gallery-item:nth-child(9),
    .td-gallery-item-wrapper .td-gallery-item:nth-child(13),
    .td-gallery-item-wrapper .td-gallery-item:nth-child(16),
    .td-gallery-item-wrapper .td-gallery-item:nth-child(20),
    .td-gallery-item-wrapper .td-gallery-item:nth-child(21) {
        width: 100%;
    }

    .td-gallery-item-wrapper .td-gallery-content-wrapper,
    .td-gallery-item-wrapper .td-gallery-item:nth-child(1) .td-gallery-content-wrapper,
    .td-gallery-item-wrapper .td-gallery-item:nth-child(4) .td-gallery-content-wrapper,
    .td-gallery-item-wrapper .td-gallery-item:nth-child(8) .td-gallery-content-wrapper,
    .td-gallery-item-wrapper .td-gallery-item:nth-child(9) .td-gallery-content-wrapper,
    .td-gallery-item-wrapper .td-gallery-item:nth-child(13) .td-gallery-content-wrapper,
    .td-gallery-item-wrapper .td-gallery-item:nth-child(16) .td-gallery-content-wrapper,
    .td-gallery-item-wrapper .td-gallery-item:nth-child(20) .td-gallery-content-wrapper,
    .td-gallery-item-wrapper .td-gallery-item:nth-child(21) .td-gallery-content-wrapper {
        height: 270px;
    }
}


/*======================================
Project Slider Widget
 =======================================*/

.td-project-slider {
    padding: 0 65px;
}

.td-project-slider [class*="col-"] {
    padding: 0 15px;
}

.project-slide-item {
    position: relative;
    margin-bottom: 48px;
    display: inline-block;
}

.td-project-slider .project-image {
    display: block;
    position: relative;
}

.project-slide-item .title {
    background: rgba(16, 52, 22, .65);
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 36px;
    padding: 20px 25px;
}

.project-slide-item:hover .title {
    background: rgba(120, 184, 32, .7);
}

.td-project-button {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 20px 25px;
    height: 70px;
}

.project-slide-item .title,
.td-project-button, .td-project-button:hover {
    color: #ffffff;
}


.td-project-button i {
    font-size: 30px;
    margin-left: 35px;
    line-height: 1;
}

.project-slide-item .title, .td-project-button {
    min-width: 57%;
    max-width: 65%;
    margin-left: 20px;
}

.project-number {
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffffff;
    font-size: 225px;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    right: 15px;
    bottom: -25px;

}

.td-project-slider-wrapper.arrow-bottom-right .slick-arrow {
    right: 255px;
    bottom: -110px;
    top: auto;
    z-index: 2;
}

.td-project-slider-wrapper.arrow-bottom-right .slick-arrow.slick-prev,
.td-project-slider-wrapper.arrow-top-right .slick-arrow.slick-prev {
    margin-right: 80px;
}

.td-project-slider-wrapper.arrow-top-right .slick-arrow {
    right: 255px;
    bottom: auto;
    top: -110px;
}

.td-project-slider-wrapper.arrow-middle .slick-arrow {
    left: 0;
}

.td-project-slider-wrapper.arrow-middle .slick-arrow.slick-next {
    left: auto;
    right: 0;
}

@media only screen and (max-width: 1024px) {
    .td-project-slider {
        padding: 0;
    }

    .project-slide-item .title, .td-project-button {
        min-width: 60%;
    }

    .project-number {
        font-size: 165px;
    }

    .td-project-slider-wrapper.arrow-top-right .slick-arrow,
    .td-project-slider-wrapper.arrow-bottom-right .slick-arrow {
        right: 35px;
    }
}

@media only screen and (max-width: 991px) {
    .project-number {
        display: none;
    }

    .project-slide-item .title, .td-project-button {
        min-width: 100%;
        max-width: 100%;
        margin-left: 0;
    }

    .td-project-slider-wrapper.arrow-top-right .slick-arrow,
    .td-project-slider-wrapper.arrow-bottom-right .slick-arrow {
        right: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .td-project-slider {
        padding: 0;
    }

    .td-project-slider [class*="col-"] {
        padding: 0;
    }
}

/*--------------------------------------------------------------
# Team Member Widget Css
--------------------------------------------------------------*/
.td-team-wrapper .container {
    padding: 0 5px;
}

.td-single-team-member {
    margin-bottom: 30px;
    display: inline-block;
}

.td-member-image {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.td-single-team-member img {
    transition: .3s;
    display: inline-block !important;
}

.td-single-team-member:hover img {
    transform: scale(1.1);
}

.team-layout-one .td-member-social {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    transition: .3s;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
}

.td-member-social a {
    height: 30px;
    width: 30px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    margin-right: 3px;
    font-size: 15px;
    line-height: 30px;
}

.td-member-social li:last-child a {
    margin-right: 0;
}

.td-single-team-member:hover .td-member-social {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.team-layout-one .td-name-designation-wrapper {
    background: #ffffff;
    padding: 20px;
    margin-top: -10px;
}

.td-member-name {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
}

.td-designation {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .3px;
}

.td-team-wrapper {
    margin: 0 -15px;
}

.td-team-wrapper [class*="col-"] {
    padding: 0 15px;
}

.td-join-team {
    position: relative;
    height: 500px;
}

.td-join-team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.td-join-team-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 40px 30px;
    width: 100%;
}

.td-join-title {
    font-size: 38px;
    line-height: 55px;
    color: #ffffff;
    margin-bottom: 40px;
}

/* Team Layout Two */

.team-layout-two .td-single-team-member {
    padding: 30px;
    background-color: #f3f7ec;
    display: block;
    transition: .3s;
    background-size: cover;
}

.team-layout-two .td-member-image {
    height: 160px;
    width: 160px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
}

.team-layout-two .td-member-social {
    padding: 12px 10px;
    margin-top: 23px;
    transition: .3s;
}

.team-layout-two .td-single-team-member:hover .td-member-name,
.team-layout-two .td-single-team-member:hover .td-designation,
.team-layout-two .td-single-team-member:hover .td-member-social a {
    color: #ffffff;
}

.team-layout-two .td-single-team-member:hover .td-member-social {
    background-color: #ffffff;
}

@media only screen and (max-width: 1024px) {
    .td-single-team-member,
    .td-member-image,
    .td-member-image > a,
    .td-member-image a img {
        width: 100%;
    }

    .td-join-team {
        height: 595px;
    }
}

@media only screen and (max-width: 767px) {
    .td-team-wrapper .container {
        padding: 0 20px;
    }

    .td-join-team {
        height: 400px;
    }

    .td-join-title {
        font-size: 30px;
        line-height: 45px;
    }
}


/*--------------------------------------------------------------
# Team Member Details Tab Css
--------------------------------------------------------------*/
.team-member-details-wrapper .td-tab-two-container {
    padding: 50px 50px 50px 50px;
}

.team-member-details-wrapper .td-tab-two-container .tab-content {
    padding: 0;
}

.team-member-details-wrapper .td-tab-two-container .nav.nav-tabs {
    justify-content: start;
}

.team-member-details-wrapper .td-tab-two-container .nav-link {
    padding: 5px 40px;
    font-size: 26px;
    background-color: #ffffff;
}


.team-member-details-wrapper .tab-description {
    margin-top: 30px;
}


.team-member-details-wrapper .td-tab-subtitle {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 17px;
    display: block;
    margin-bottom: 20px;
}

.team-member-details-wrapper .td-tab-two-container .td-tab-title {
    margin-bottom: 10px;
}

.team-member-details-wrapper .tab-social-icons ul li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid;
    border-color: #123417;
    text-align: center;
    border-radius: 50%;
    color: #123417;
    margin-right: 5px;
}

.team-member-details-wrapper .tab-social-icons {
    margin-top: 40px;
}

.team-member-details-wrapper .tab-social-icons ul li a:hover {
    color: #ffffff;
}

.team-member-details-wrapper .td-skills-wrapper {
    margin-top: 75px;
}

.team-member-details-wrapper .td-skills-wrapper .skillbar {
    background-color: #ffffff;
}


.td-tab-award li {
    width: 22.44444%;
    text-align: center;
    margin-right: 15px;
    margin-top: 30px;
}

.td-tab-award li:last-child {
    margin-right: 0;
}

.td-tab-award li img {
    max-width: 85%;
}

@media only screen and (max-width: 1024px) {
    .team-member-details-wrapper .td-tab-two-container .nav-link {
        padding: 8px 35px;
    }

    .td-tab-award li {
        max-width: 21%;
    }
}

@media only screen and (max-width: 991px) {
    .team-member-details-wrapper .member-image-wrapper {
        margin-bottom: 45px;
    }

    .team-member-details-wrapper .member-image-wrapper img {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .team-member-details-wrapper .td-tab-two-container {
        padding: 50px 20px 50px 20px;
    }

    .team-member-details-wrapper .td-tab-two-container .nav-link {
        font-size: 18px;
        padding: 5px 18px;
    }

    .td-tab-award li {
        max-width: 20%;
    }

    .td-tab-award li{
        margin-right: 13px;
    }
}

@media only screen and (max-width: 320px) {
    .team-member-details-wrapper .td-tab-two-container .nav-link {
        font-size: 17px;
        padding: 5px 15px;
    }
}


/*--------------------------------------------------------------
# Google map Widget Css
--------------------------------------------------------------*/
.td-map-wrapper {
    position: relative;
    background-color: #f5f5ef;
}

.td-gmap {
    height: 850px;
}

.td-map-info-wrapper {
    max-width: 250px;
    line-height: 1.4;
}

.td-map-info-title {
    margin-bottom: 10px;
    font-weight: 600;
}

.td-map-info-desc {
    color: #262626;
    font-size: 16px;
}

div.td-map-wrapper button.gm-ui-hover-effect {
    top: 0 !important;
    right: 0 !important;
}

.contact-details {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 115px 0 0;
}

.td-contact-details-box {
    background: #ffffff;
    padding: 45px 30px 40px 135px;
    margin-bottom: 30px;
    position: relative;
}

.td-contact-details-box-icon {
    height: 65px;
    width: 65px;
    box-shadow: -10px 10px #81b60c;
    position: absolute;
    left: 45px;
    font-size: 30px;
    text-align: center;
    line-height: 65px;
    background: #f4f5ef;
}

.td-contact-details-box .td-contact-box-title {
    font-size: 25px;
    line-height: 35px;
    margin: -7px 0 15px 0;
}

.td-contact-details-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.entry-content .td-contact-details-box ul li {
    margin-bottom: 0;
}

.td-contact-details-box a {
    color: #123417;
    font-weight: 500;
}

.td-contact-details-box p:last-child {
    margin-bottom: 0;
}

.td-contact-details-box,
.td-contact-details-box-icon,
.td-contact-box-title {
    transition: .3s;
}

.td-contact-details-box:hover {
    background-color: #81b60c;
    color: #ffffff;
}

.td-contact-details-box:hover .td-contact-box-title,
.td-contact-details-box:hover a {
    color: #ffffff;
}

.td-contact-details-box:hover .td-contact-details-box-icon {
    background-color: #ffffff;
    box-shadow: -10px 10px #103317;
}

.td-contact-details-box-icon svg, .td-contact-details-box-icon img {
    width: 30px;
}

@media only screen and (max-width: 1024px) {
    .contact-details {
        position: relative;
        padding: 115px 0 85px;
    }

    .td-gmap {
        height: 450px;
    }

    .td-contact-details-box {
        padding: 45px 25px 40px 120px;
    }

    .td-contact-details-box-icon {
        left: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .td-contact-details-box-icon {
        height: 60px;
        width: 60px;
        left: 30px;
    }

    .td-contact-details-box {
        padding: 45px 25px 40px 105px;
    }

    .contact-details {
        position: relative;
        padding: 100px 0 70px;
    }

    .td-gmap {
        height: 400px;
    }
}

/* Section Image */

.td-section-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-repeat: no-repeat;
}

.elementor-container {
    z-index: 1;
}


/*--------------------------------------------------------------
# Contact Form 7 Widget Css
--------------------------------------------------------------*/
.themedraft-contact-form-container .td-form-control-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.themedraft-contact-form-container input,
.themedraft-contact-form-container textarea {
    margin-bottom: 0 !important;
}

.themedraft-contact-form-container .ajax-loader {
    margin: 0 !important;
    position: absolute !important;
}

.themedraft-contact-form-container form select {
    height: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px;
    border-radius: 5px;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    -webkit-appearance: none;
    padding-left: 100px;
}

.td-form-control-wrapper i {
    position: absolute;
    font-size: 18px;
    top: 30px;
    transform: translateY(-50%);
    right: 20px;
    pointer-events: none;
}


.td-form-control-wrapper.dropdown:before {
    position: absolute;
    height: 1px;
    width: 1px;
    right: 15px;
    top: 29px;
    content: '';
    z-index: 1;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #81b60c;
    cursor: pointer;
    pointer-events: none;
}


.themedraft-contact-form-container select,
.themedraft-contact-form-container .td-form-control-wrapper input,
.themedraft-contact-form-container textarea {
    background-color: #124119;
    border-color: #124119;
    color: #ffffff;
}

.themedraft-contact-form-container select:focus,
.themedraft-contact-form-container .td-form-control-wrapper input:focus,
.themedraft-contact-form-container textarea:focus {
    border-color: #124119;
}


.themedraft-contact-form-container ::placeholder {
    color: #ffffff;
}

.themedraft-contact-form-container :-ms-input-placeholder {
    color: #ffffff;
}

.themedraft-contact-form-container ::-ms-input-placeholder {
    color: #ffffff;
}

/*--------------------------------------------------------------
# Testimonial Widget Css
--------------------------------------------------------------*/
.td-testimonial-wrapper {
    padding: 0 5%;
}


.td-single-testimonial-item {
    background: #f4f4f0;
    padding: 50px;
    transition: .8s;
}

.td-testimonial-image {
    height: 90px;
    width: 90px;
    margin-right: 25px;
    position: relative;
    border-radius: 50%;
}

.td-testimonial-header {
    display: flex;
    align-items: center;
}

.td-testimonial-icon {
    position: absolute;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 23px;
    text-align: center;
    line-height: 38px;
    top: 0;
    left: -10px;
}

.td-testimonial-icon svg {
    width: 23px;
    fill: #ffffff;
}

.td-testimonial-icon img {
    width: 23px;
    display: inline-block !important;
}

.td-testimonial-name {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 5px;
}

.td-testimonial-designation {
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    font-size: 15px;
}

.td-testimonial-description {
    margin: 33px 0 27px 0;
}

.td-testimonial-rating {
    font-size: 13px;
}

.td-testimonial-slider .slick-center .td-testimonial-name,
.td-testimonial-slider .slick-center .td-testimonial-description {
    color: #ffffff;
}

@media only screen and (max-width: 1440px) {
    .td-testimonial-wrapper {
        padding: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .td-single-testimonial-item {
        padding: 50px 30px;
    }
}

@media only screen and (max-width: 991px) {
    .td-testimonial-image {
        height: 75px;
        width: 75px;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .td-single-testimonial-item {
        margin: 0;
        padding: 40px 25px;
    }

    .td-testimonial-name {
        font-size: 20px;
    }
}

@media only screen and (max-width: 280px) {
    .td-single-testimonial-item {
        padding: 20px 10px;
    }

    .td-testimonial-name {
        font-size: 16px;
        margin-bottom: 0;
    }

    .td-testimonial-image {
        height: 60px;
        width: 60px;
        margin-right: 10px;
    }

    .td-testimonial-icon{
        display: none;
    }
}


/*--------------------------------------------------------------
# Testimonial Two Widget Css
--------------------------------------------------------------*/

.td-testimonial-slider-two {
    padding: 0 65px;
}

.td-testimonial-slider-two.td-vertical-slide {
    padding: 0;
}

.td-testimonial-slider-two.td-vertical-slide .td-testimonial-item {
    margin-bottom: 30px;
}

.row.td-testimonial-slider-two .slick-slide {
    margin: 0 15px;
}

.row.td-testimonial-slider-two.td-vertical-slide {
    margin: 0 -30px;
}

.td-testimonial-item {
    position: relative;
    padding-left: 115px;
    padding-right: 15px;
}

.td-testimonial-slider-two .td-testimonial-image {
    position: absolute;
    top: 50%;
    margin-top: -45px;
    left: 0;
    margin-right: 0;
}

.testimonial-two-content {
    background: #f4f5f1;
    border-left: 5px solid;
    padding: 30px;
    position: relative;
}

.td-testimonial-two-desc {
    font-weight: 600;
    font-size: 18px;
    font-style: italic;
}

.td-testimonial-two-desc p:last-child {
    margin-bottom: 0;
}

.td-testimonial-slider-two .td-name-designation {
    margin-top: 25px;
}

.td-testimonial-content-icon {
    position: absolute;
    height: 100px;
    width: 100px;
    font-size: 100px;
    line-height: 100px;
    right: 30px;
    bottom: 30px;
    color: #c7cdc4;
}

.td-testimonial-slider-two .slick-arrow {
    right: 16%;
    top: -110px;
}

.td-testimonial-slider-two .slick-arrow.slick-prev {
    margin-right: 80px;
}

.td-testimonial-slider-two.td-vertical-slide .slick-arrow {
    top: 50%;
    right: -100px;
    transform: rotate(
            90deg
    );
}

.td-testimonial-slider-two.td-vertical-slide .slick-arrow.slick-prev {
    margin-right: 0;
    top: calc(50% - 85px);
}

.td-testimonial-slider-two.td-vertical-slide .slick-arrow.slick-next {
    transform: rotate(
            270deg
    );
}

@media only screen and (max-width: 1199px) {
    .td-testimonial-slider-two {
        padding: 0 30px;
    }

    .td-testimonial-item {
        padding-left: 0;
        padding-top: 120px;
        padding-right: 0;
    }

    .td-testimonial-slider-two .td-testimonial-image {
        position: absolute;
        top: 0;
        margin-top: 0;
        left: 50%;
        margin-left: -45px;
        margin-right: 0;
        height: 90px;
        width: 90px;
    }

    .row.td-testimonial-slider-two .slick-slide {
        margin: 10px;
    }

    .td-testimonial-slider-two .slick-arrow {
        right: 5%;
    }
}

@media only screen and (max-width: 991px) {
    .td-testimonial-content-icon {
        position: absolute;
        height: 80px;
        width: 80px;
        font-size: 85px;
        line-height: 80px;
        right: 20px;
    }

    .td-testimonial-slider-two {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    .td-testimonial-slider-two {
        padding: 0 5px;
    }
}
@media only screen and (max-width: 280px) {
    .testimonial-two-content{
        padding: 15px;
    }
}

/*--------------------------------------------------------------
# Recent Posts Widget Css
--------------------------------------------------------------*/

.td-recent-post-item {
    margin-bottom: 30px;
}

.td-recent-post-thumbnail {
    display: inline-block;
}

.td-recent-post-title {
    font-size: 24px;
    line-height: 34px;
    margin: 30px 0 40px;
    transition: .3s;
}

.td-recent-post-meta-read-more {
    display: flex;
    align-items: center;
}

.td-recent-post-mata ul li, .td-recent-post-mata ul li a {
    color: #123416;
    font-weight: 500;
}

.td-recent-post-mata ul li i {
    margin-right: 10px;
}

.td-recent-post-mata ul li {
    margin-top: 5px;
    transition: .3s;
}

.td-recent-post-read-more {
    flex: 1;
    text-align: right;
}

.td-recent-post-read-more .td-button {
    padding: 18px 30px 16px 30px;
    font-size: 18px;
}


.td-recent-post-el-widget [class*="col-"] {
    padding: 15px;
}

/* Layout Two */

.td-post-layout-two .td-recent-post-content {
    background-color: #f4f5ef;
    padding: 35px 30px 45px;
    text-align: center;
    transition: .3s;
}

.td-post-layout-two .td-recent-post-content:hover .td-recent-post-title,
.td-post-layout-two .td-recent-post-content:hover .td-recent-post-mata ul li,
.td-post-layout-two .td-recent-post-content:hover .td-recent-post-mata ul li a {
    color: #ffffff;
}

.td-post-layout-two .td-recent-post-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top: 0;
}

.td-post-layout-two .td-recent-post-meta-read-more {
    display: block;
}

.td-post-layout-two .td-recent-post-mata {
    margin: 20px 0;
}

.td-post-layout-two .td-recent-post-mata ul li {
    display: inline-block;
    margin-right: 15px;
}

.td-post-layout-two .td-recent-post-mata ul li:last-child {
    margin-right: 0;
}

.td-post-layout-two .td-recent-post-mata ul li i {
    margin-right: 5px;
}

.td-post-layout-two .td-recent-post-read-more {
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .td-recent-post-meta-read-more {
        display: block;
    }

    .td-recent-post-mata ul li {
        margin-top: 0;
        display: inline-block;
        margin-right: 15px;
    }

    .td-recent-post-mata ul li:last-child {
        margin-right: 0;
    }

    .td-recent-post-read-more {
        text-align: left;
        margin-top: 30px;
    }

    .td-recent-post-title {
        margin: 30px 0 30px;
    }
}

/*--------------------------------------------------------------
# Title With Border Text Widget Css
--------------------------------------------------------------*/
.td-twbt-wrapper {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    margin-top: 10px;
    margin-left: -10px;
}

.td-twbt-wrapper span {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #123417;
}

@media only screen and (max-width: 767px) {
    .td-twbt-wrapper {
        font-size: 35px;
        line-height: 45px;
        margin-top: 0;
    }
}

/*--------------------------------------------------------------
# Image Widget Css
--------------------------------------------------------------*/
.td-image-container {
    width: 100%;
    display: inline-block;
}

/*======================================
 Video Popup Widget
 =======================================*/
.td-video-popup-wrapper {
    position: relative;
}

.td-video-wrapper-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f4f4f1;
    width: 100%;
    height: 70%;
}

.td-video-popup-wrapper .td-video-popup-image {
    height: 480px;
    position: relative;
}

.td-video-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .4);
}

.td-video-popup-wrapper .td-video-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}

.td-video-popup-wrapper .td-video-button i {
    color: #ffffff;
}

.td-video-popup-wrapper .td-video-button:before, .td-video-popup-wrapper .td-video-button:after {
    width: 100px;
    height: 100px;
}

.td-video-popup-wrapper .td-video-caption {
    position: absolute;
    font-size: 65px;
    line-height: 75px;
    font-weight: 700;
    bottom: 35px;
    right: 20px;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffffff;
}

@media only screen and (max-width: 1024px) {
    .td-video-popup-wrapper .td-video-popup-image {
        height: 400px;
    }

    .td-video-popup-wrapper .td-video-caption {
        font-size: 60px;
        line-height: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .td-video-popup-wrapper .td-video-popup-image {
        height: 350px;
    }

    .td-video-popup-wrapper .td-video-caption {
        font-size: 40px;
        line-height: 50px;
    }
}

/*======================================
Pricing Table Widget
=======================================*/
.td-pricing-table {
    background: #f4f5ef;
    padding: 50px 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.td-pricing-shape-one,
.td-pricing-shape-two {
    position: absolute;
    height: 520px;
    width: 520px;
    border: 3px solid;
    left: 50%;
    pointer-events: none;
}

.td-pricing-shape-one {
    border-radius: 50%;
    top: -270px;
    margin-left: -310px;
}

.td-pricing-shape-two {
    border-radius: 50%;
    top: -275px;
    margin-left: -270px;
}

.td-table-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.td-price {
    font-size: 50px;
    margin-bottom: 10px;
    line-height: 1.3;
}

.td-duration {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    color: #a6ad9b;
}

.td-pricing-features {
    margin: 95px 0 40px;
}

.td-pricing-features li {
    margin: 10px 0;
}

.td-price-list-wrapper .td-list-default-layout {
    margin: 0;
    padding: 0;
    list-style: none;
}

.td-price-list-wrapper .td-price-list-item {
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.td-price-list-icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 13px;
    margin-right: 10px;
    line-height: 28px;
}

.td-price-list-item svg {
    width: 13px;
    fill: #555b56;
}

.td-pricing-table:hover .td-price-list-item svg {
    fill: #ffffff;
}

.td-pricing-features li a {
    color: #555b56;
}

.td-price-list-text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: inline-table;
}

.td-pricing-table,
.td-pricing-shape-one,
.td-pricing-shape-two,
.td-pricing-shape-three,
.td-pricing-shape-four,
.td-table-title,
.td-price,
.td-duration, .td-pricing-features li,
.td-price-list-item svg {
    transition: .3s;
}

.td-pricing-table:hover .td-table-title,
.td-pricing-table:hover .td-price,
.td-pricing-table:hover .td-duration,
.td-pricing-table:hover .td-pricing-features li,
.td-pricing-table:hover .td-pricing-features li a {
    color: #ffffff;
}

.td-pricing-table:hover .td-pricing-shape-two {
    border-color: #ffffff;
}

.td-pricing-shape-three {
    position: absolute;
    height: 140px;
    width: 75px;
    right: 0;
    top: 0;
    border-radius: 0 0 50px 50px;
}

.td-pricing-shape-four {
    position: absolute;
    height: 100px;
    width: 75px;
    right: 25px;
    top: 0;
    border-radius: 0 0 50px 50px;
}

.td-pricing-table:hover .td-pricing-shape-four {
    background-color: #ffffff;
}

.td-button.td-pricing-button {
    padding: 19px 30px 17px 30px;
    text-transform: capitalize;
    font-size: 17px;
}

.td-pricing-two .td-pricing-image {
    background: #f4f5ee;
    border-radius: 0 0 50% 50%;
    margin: -35px -15px 35px;
    text-align: center;
}

.td-pricing-two .td-pricing-image img {
    display: inline-block;
}

.td-pricing-two .td-pricing-table:hover .td-pricing-image {
    background: #ffffff;
}

.td-pricing-two .td-table-title {
    font-size: 28px;
    margin-bottom: 10px;
}

.td-pricing-two .td-price, .td-pricing-two .td-duration {
    display: inline-block;
}

.td-pricing-two .td-pricing-features {
    margin: 15px 0 40px;
}

.td-pricing-two .td-price {
    font-size: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .td-pricing-table {
        padding: 50px 50px;
    }

    .td-pricing-shape-one,
    .td-pricing-shape-two {
        top: -210px;
    }

    .td-pricing-features {
        margin: 140px 0 40px;
    }

    .td-pricing-shape-one, .td-pricing-shape-two {
        height: 530px;
        width: 620px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-pricing-shape-one,
    .td-pricing-shape-two {
        top: -230px;
    }

    .td-pricing-features {
        margin: 140px 0 40px;
    }
}


@media only screen and (max-width: 767px) {
    .td-pricing-shape-one,
    .td-pricing-shape-two {
        top: -260px;
    }
}

@media only screen and (max-width: 280px) {
    .td-button.td-pricing-button {
        padding: 15px 20px 13px 20px;
    }

    .td-pricing-shape-three{
        width: 50px;
    }

    .td-pricing-shape-four {
        width: 50px;
        right: 15px;
    }
}

@media only screen and (min-width: 500px) and (max-width: 540px) {
    .td-pricing-table-wrapper{
        text-align: center;
    }
    .td-pricing-table {
        width: 300px;
        display: inline-block;
        text-align: left;
    }
}

/*======================================
CTA Widget CSS
=======================================*/

.td-cta-text {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 0;
}

.td-cta-button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 22px 100px 20px 35px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    border: 1px solid #123417;
    margin-top: 5px;
}

.td-cta-button, .td-cta-button:hover {
    color: #ffffff;
}

.td-cta-button i,
.td-cta-button svg,
.td-cta-button img {
    font-size: 60px;
    line-height: 1;
    position: absolute;
    right: 20px;
    bottom: -10px;
    font-weight: normal;
}

.td-cta-button svg,
.td-cta-button img {
    width: 60px;
}

.td-cta-button svg {
    fill: #ffffff;
}

@media only screen and (max-width: 991px) {
    .td-cta-button {
        margin-top: 50px;
    }

    .cta-section-wrapper {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .td-cta-text {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 280px) {
    .td-cta-button{
        padding: 22px 95px 20px 30px;
    }
}

/*======================================
Counter Box Widget CSS
=======================================*/
.td-counter-with-image {
    position: relative;
    border-radius: 50%;
    width: 650px;
    height: 650px;
    margin-top: 80px;
    display: inline-block;
}

.td-counter-with-image .td-counter-box {
    position: absolute;
    background-color: #f4f4f1;
    border: 5px solid #ffffff;
    height: 190px;
    width: 190px;
    border-radius: 50%;
    padding: 15px;
    text-align: center;
}


.td-counter-with-image .td-counter-box-1 {
    left: 0;
    top: 0;
}

.td-counter-with-image .td-counter-box-2 {
    left: 50%;
    margin-left: -95px;
    top: -80px;
}

.td-counter-with-image .td-counter-box-3 {
    right: 0;
    top: 0;
}

.td-counter-with-image .td-count-number-unit {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}

.td-counter-with-image .td-count-number {
    font-size: 50px;
    line-height: 1;
}

.td-counter-with-image .td-count-unit {
    font-size: 30px;
    line-height: 1;
}

.td-counter-with-image .td-count-title {
    font-size: 16px;
    font-weight: 700;
    color: #113517;
    margin-top: 0;
}

.td-counter-with-image .td-count-number-unit span {
    display: inline-block;
}


@media only screen and (max-width: 767px) {
    .td-counter-with-image {
        width: 350px;
        height: 350px;
    }

    .td-counter-with-image .td-counter-box {
        height: 140px;
        width: 140px;
    }

    .td-counter-with-image .td-count-number {
        font-size: 25px;
    }

    .td-counter-with-image .td-count-unit {
        font-size: 23px;
    }

    .td-counter-with-image .td-counter-box-1 {
        left: -20px;
        top: 20px;
    }

    .td-counter-with-image .td-counter-box-2 {
        margin-left: -70px;
    }

    .td-counter-with-image .td-counter-box-3 {
        right: -20px;
        top: 20px;
    }

    .td-counter-with-image .td-count-number-unit {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 375px) {
    .td-counter-with-image {
        width: 320px;
        height: 320px;
    }
}

@media only screen and (max-width: 320px) {
    .td-counter-with-image {
        width: 270px;
        height: 270px;
    }
}


/*--------------------------------------------------------------
# skill Bar Widget Css
--------------------------------------------------------------*/
.td-skill-main-title {
    margin-bottom: 70px;
    font-size: 50px;
    line-height: 60px;
}

.td-skills-wrapper .skillbar {
    width: 100%;
    height: 10px;
    background-color: #f4f5ee;
    position: relative;
    margin-bottom: 70px;
    box-sizing: border-box;
    padding: 0;
    border-radius: 10px;
}

.td-skills-wrapper .skillbar:last-child {
    margin-bottom: 20px;
}

.skill-title {
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 1;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #123417;
    letter-spacing: .5px;
}

.td-skills-wrapper .count-bar {
    width: 0;
    height: 10px;
    position: relative;
    text-align: right;
    padding-right: 0;
    color: #123417;
    border-radius: 10px;
    overflow: visible !important;
    font-size: 18px;
    font-weight: 700;
}

.td-skills-wrapper .count-bar .skill-percent-count-wrap {
    position: absolute;
    top: -31px;
    right: 0;
}

@media only screen and (max-width: 767px) {
    .td-skill-main-title {
        margin-bottom: 75px;
        font-size: 30px;
        line-height: 40px;
    }
}

/*--------------------------------------------------------------
# Promo Box Widget Css
--------------------------------------------------------------*/
.td-promo-box {
    background-color: #f4f5ef;
    padding: 35px 35px 15px 35px;
    margin-bottom: 10px;
}

.td-promo-title {
    display: inline-block;
    padding: 10px 30px;
    font-size: 26px;
    color: #ffffff;
    line-height: 36px;
    margin-bottom: 25px;
}

.td-promo-box:hover {
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .td-promo-title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .td-promo-box {
        padding: 20px 15px 10px 15px;
    }
}


/*--------------------------------------------------------------
# Service Gallery Image Slider Widget Css
--------------------------------------------------------------*/

.single-service-gallery-slide-item,
.single-service-gallery-slide-item.slick-slide {
    height: 420px;
}

.td-service-gallery-slider .slick-arrow {
    left: 30px;
    opacity: 0;
    visibility: hidden;
}

.td-service-gallery-slider .slick-arrow.slick-next {
    left: auto;
    right: 30px;
}

.td-service-gallery-slider .slick-dots {
    bottom: 25px;
    position: absolute;
}

@media only screen and (max-width: 1024px) {
    .single-service-gallery-slide-item, .single-service-gallery-slide-item.slick-slide {
        height: 390px;
    }
}

@media only screen and (max-width: 767px) {
    .single-service-gallery-slide-item, .single-service-gallery-slide-item.slick-slide {
        height: 250px;
    }

    .td-service-gallery-slider .slick-arrow {
        left: 15px;
    }

    .td-service-gallery-slider .slick-arrow.slick-next {
        left: auto;
        right: 15px;
    }
}

/*--------------------------------------------------------------
# Icon List Widget Css
--------------------------------------------------------------*/
.td-icon-list-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 30px;
    margin-top: -10px;
}

.td-icon-list-wrapper ul {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
}

.td-icon-list-wrapper .td-icon-list-item {
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.td-icon-list-icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 18px;
    -webkit-transition: .3s;
    transition: .3s;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #f4f5ee;
    text-align: center;
}

.td-icon-list-icon svg,
.td-icon-list-icon img {
    width: 18px;
}


.td-icon-list-item:hover .td-icon-list-icon {
    color: #ffffff;
}

.td-icon-list-item:hover .td-icon-list-icon svg {
    fill: #ffffff;
}

.td-icon-list-icon i {
    width: 1.25em;
}

.td-icon-list-text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 18px;
    margin-top: -7px;
    display: inline-table;
}

.td-icon-list-text a:hover {
    color: #81b60c;
}

.td-icon-list-wrapper .td-icon-inline-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.td-icon-list-wrapper .td-icon-inline-layout li {
    margin-right: 20px;
    margin-bottom: 15px;
}

.td-icon-list-wrapper .td-list-inline-layout li:last-child {
    margin-right: 0;
}

.td-icon-list-wrapper .td-list-default-layout li {
    margin-bottom: 28px;
}

.td-icon-list-wrapper .td-list-default-layout li:last-child {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# Project Details / Info Slider
--------------------------------------------------------------*/
.td-project-details-main-slider-item.slick-slide {
    height: 425px;
}

.td-project-info {
    background-color: #f4f5f1;
    padding: 35px 30px 45px 30px;
    min-height: calc(100% - 7px);
}

.td-project-info-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 30px;
}

.td-project-info-list li {
    background-color: #ffffff;
    padding: 12px 25px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.td-project-info-list li:last-child {
    border-bottom: 0;
}

.td-project-info-list li a {
    color: #555b56;
}

.td-project-info-list li a:hover {
    color: #81b60c;
}

.td-project-info-list li span, .td-project-info-list li strong {
    color: #113417;
    font-weight: 500;
    font-size: 15px;
    min-width: 80px;
    display: inline-block;
    position: relative;
    margin-right: 25px;
}

.td-project-info-list li span:before, .td-project-info-list li strong:before {
    position: absolute;
    content: "\f103";
    font-family: Flaticon;
    right: -10px;
    font-size: 10px;
    line-height: 1;
    top: 8px;
    font-weight: 600;
}

.td-project-details-slider-nav {
    margin: 10px -7px 0 -7px;
}

.td-project-details-slider-nav img {
    padding: 7px;
    cursor: pointer;
    opacity: .7;
    transition: .3s;
}

.td-project-details-slider-nav img:hover, .td-project-details-slider-nav img.slick-current {
    opacity: 1;
}

@media only screen and (max-width: 1024px) {
    .td-project-details-main-slider-item.slick-slide {
        height: 455px;
    }
}

@media only screen and (max-width: 991px) {
    .td-project-info {
        margin-top: 40px;
    }

    .td-project-info {
        min-height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .td-project-details-main-slider-item.slick-slide {
        height: 250px;
    }
}