/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Home Banner Widget Css
# Home Slider Widget Css
# Section Title Widget Css
# Service Box Widget Css
# Image Widget Css
# Button Widget Css
# Count Up Widget Css
# Portfolio Slider Widget Css
# Team Member Widget Css
# Pricing Table Widget Css
# Filterable Gallery Widget Css
# Mailchimp Subsscribe Form
# Recent Post Widget Css
# Number box Widget Css
# Circle Image Widget Css
# Portfolio box Widget Css
# Testimonial Widget Css
# Text With title Widget Css
# Video popup Widget Css
# Accordion Widget Css
# Brand Slider Widget Css
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Home Banner Widget Css
--------------------------------------------------------------*/

.td-home-banner-area {
    background: #fdeff3;
    padding: 120px 0;
    position: relative;
}

.td-banner-video-wrapper {
    padding-left: 50px;
    width: 120%;
    position: relative;
}

.right-shape {
    position: absolute;
    right: -30px;
    top: -30px;
}

.banner-video-image {
    position: relative;
    height: 620px;
    border-radius: 5px;
    background-size: cover;
    background-position: center center;
}

.td-home-banner-area .td_video_button {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -15px;
}

.td-home-banner-area .td_video_button:before,
.td-home-banner-area .td_video_button:after {
    background-color: #ffffff;
}

.td-home-banner-area .td_video_button i {
    color: var(--e-global-color-cb81c10);
}

.td-home-banner-area .small-shape {
    height: 55px;
    width: 80px;
    background-repeat: no-repeat;
    background-size: auto;
    display: inline-block;
    position: absolute;
}

.td-home-banner-area .small-shape.shape-1 {
    bottom: -35px;
    right: -75px;
}

.td-home-banner-area .small-shape.shape-2 {
    top: -35px;
    left: -75px;
}

.td-home-banner-area .small-shape.shape-2 {
    top: -30px;
    left: -10px;
}

.td-home-banner-area .small-shape.shape-3 {
    bottom: -30px;
    left: -35px;
}

.td-banner-text-wrapper .td-title h1,
.td-banner-text-wrapper .td-title h2,
.td-banner-text-wrapper .td-title h3,
.td-banner-text-wrapper .td-title h4,
.td-banner-text-wrapper .td-title h5,
.td-banner-text-wrapper .td-title h6 {
    font-size: 50px;
    line-height: 65px;
}

.td-banner-text-wrapper .td-desc {
    font-size: 20px;
    line-height: 34px;
    margin-top: 25px;
}

.td-banner-button {
    margin-top: 35px;
    position: relative;
    display: inline-block;
}

.td-banner-button .td_button {
    box-shadow: 0px 5px 16px 0px rgba(234, 58, 95, 0.5);
    position: relative;
    z-index: 2;
}

.td-banner-button img {
    position: absolute;
    right: -20px;
    z-index: 1;
    bottom: -18px;
}

.td-home-banner-area .left-shape {
    position: absolute;
    left: -270px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 1199px) {
    .td-banner-video-wrapper {
        width: 100%;
    }
    .td-banner-video-wrapper {
        padding-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .td-home-banner-area .left-shape {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-banner-text-wrapper .td-title h1,
    .td-banner-text-wrapper .td-title h2,
    .td-banner-text-wrapper .td-title h3,
    .td-banner-text-wrapper .td-title h4,
    .td-banner-text-wrapper .td-title h5,
    .td-banner-text-wrapper .td-title h6 {
        font-size: 45px;
        line-height: 60px;
    }
    .td-home-banner-area .left-shape {
        left: -285px;
    }
    .banner-video-image {
        height: 500px;
    }
    .td-home-banner-area .small-shape.shape-1 {
        right: -60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-banner-text-wrapper .td-title h1,
    .td-banner-text-wrapper .td-title h2,
    .td-banner-text-wrapper .td-title h3,
    .td-banner-text-wrapper .td-title h4,
    .td-banner-text-wrapper .td-title h5,
    .td-banner-text-wrapper .td-title h6 {
        font-size: 35px;
        line-height: 48px;
    }
    .td-banner-text-wrapper .td-desc {
        font-size: 18px;
        line-height: 30px;
    }
    .banner-video-image {
        height: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .td-home-banner-area {
        padding: 100px 0;
    }
    .td-banner-text-wrapper .td-title h1,
    .td-banner-text-wrapper .td-title h2,
    .td-banner-text-wrapper .td-title h3,
    .td-banner-text-wrapper .td-title h4,
    .td-banner-text-wrapper .td-title h5,
    .td-banner-text-wrapper .td-title h6 {
        font-size: 30px;
        line-height: 40px;
    }
    .td-banner-text-wrapper .td-desc {
        font-size: 18px;
        line-height: 30px;
        margin-top: 20px;
    }
    .td-banner-video-wrapper {
        margin-top: 60px;
    }
    .right-shape {
        display: none;
    }
    .banner-video-image {
        height: 350px;
    }
    .td-banner-button {
        margin-top: 20px;
    }
}


/*--------------------------------------------------------------
# Home Three Banner Css
--------------------------------------------------------------*/

.td-home-three-banner-area {
    position: relative;
    padding-top: 320px;
    padding-bottom: 115px;
}

.td-banner-right-image {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 48%;
}

.td-home-three-banner-content-wrapper {
    position: relative;
    z-index: 1;
}

.td-home-three-banner-content-wrapper .td-title h1,
.td-home-three-banner-content-wrapper .td-title h2,
.td-home-three-banner-content-wrapper .td-title h3,
.td-home-three-banner-content-wrapper .td-title h4,
.td-home-three-banner-content-wrapper .td-title h5,
.td-home-three-banner-content-wrapper .td-title h6 {
    font-size: 50px;
    line-height: 65px;
    font-weight: 900;
}

.td-home-three-banner-content-wrapper .td-banner-desc {
    font-size: 20px;
    line-height: 34px;
    margin-top: 25px;
}

.td-banner-left-bottom-image {
    display: inline-block;
    position: absolute;
    left: -65px;
    bottom: 20px;
}

.td-banner-left-top-image {
    top: 0;
    position: absolute;
    left: 40px;
}

.content-img-1,
.content-img-2,
.content-img-3 {
    position: absolute;
}

.content-img-1 {
    right: 0;
    bottom: -10px;
}

.content-img-2 {
    right: 20%;
    top: -80px;
}

.content-img-3 {
    left: -50px;
    top: -100px;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .td-home-three-banner-content-wrapper .td-title h1,
    .td-home-three-banner-content-wrapper .td-title h2,
    .td-home-three-banner-content-wrapper .td-title h3,
    .td-home-three-banner-content-wrapper .td-title h4,
    .td-home-three-banner-content-wrapper .td-title h5,
    .td-home-three-banner-content-wrapper .td-title h6 {
        font-size: 40px;
        line-height: 55px;
    }
    .td-home-three-banner-area {
        position: relative;
        padding-top: 150px;
        padding-bottom: 115px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-home-three-banner-area {
        position: relative;
        padding-top: 150px;
        padding-bottom: 115px;
    }
    .td-banner-right-image {
        max-width: 40%;
    }
    .td-home-three-banner-content-wrapper .td-title h1,
    .td-home-three-banner-content-wrapper .td-title h2,
    .td-home-three-banner-content-wrapper .td-title h3,
    .td-home-three-banner-content-wrapper .td-title h4,
    .td-home-three-banner-content-wrapper .td-title h5,
    .td-home-three-banner-content-wrapper .td-title h6 {
        font-size: 40px;
        line-height: 55px;
    }
}

@media only screen and (max-width: 767px) {
    .td-home-three-banner-area .td-banner-right-image {
        display: none;
    }
    .td-home-three-banner-area {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .td-home-three-banner-content-wrapper .td-title h1,
    .td-home-three-banner-content-wrapper .td-title h2,
    .td-home-three-banner-content-wrapper .td-title h3,
    .td-home-three-banner-content-wrapper .td-title h4,
    .td-home-three-banner-content-wrapper .td-title h5,
    .td-home-three-banner-content-wrapper .td-title h6 {
        font-size: 26px;
        line-height: 40px;
    }
    .td-home-three-banner-content-wrapper .td-banner-desc {
        font-size: 18px;
        line-height: 32px;
        margin-top: 20px;
    }
}


/* Home Three Banner Css End */


/* Home Four Banner Css */

.td-home-four-banner-wrapper {
    background-color: var(--e-global-color-cb81c10);
    position: relative;
    padding: 200px 0 180px 0;
}

.td-home-four-banner-wrapper .banner-title {
    color: #ffffff;
    font-size: 50px;
    line-height: 65px;
    font-weight: 900;
}

.td-home-four-banner-wrapper .td-banner-text-wrapper .banner-desc {
    font-size: 20px;
    line-height: 34px;
    margin-top: 25px;
    color: #ffffff;
}

.td-home-four-banner-wrapper .td-banner-button .td_button {
    background: #ffffff;
    color: var(--e-global-color-cb81c10);
}

.td-home-four-banner-wrapper .banner-right-image {
    position: absolute;
    right: 50px;
    bottom: -34px;
    max-width: 48%;
}

.td-home-four-banner-wrapper .banner-shape-1 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 31%;
}

.td-home-four-banner-wrapper .td-banner-text-wrapper {
    position: relative;
}

.td-home-four-banner-wrapper .banner-shape-2 {
    position: absolute;
    bottom: -50px;
    right: 50px;
}

.td-home-four-banner-wrapper .banner-shape-3 {
    position: absolute;
    right: 0;
    top: -50px;
}

@media only screen and (max-width: 991px) {
    .td-home-four-banner-wrapper .banner-right-image {
        position: relative;
        right: auto;
        bottom: auto;
        max-width: 80%;
        margin: 0 auto;
        margin-top: 55px;
    }
    .td-home-four-banner-wrapper {
        padding: 100px 0 0px 0;
    }
    .td-home-four-banner-wrapper .banner-title {
        font-size: 45px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .td-home-four-banner-wrapper {
        padding: 150px 0 130px 0;
    }
    .td-home-four-banner-wrapper .banner-right-image {
        bottom: 100px;
        max-width: 42%;
        right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .td-home-four-banner-wrapper .banner-title {
        font-size: 27px;
        line-height: 45px;
    }
    .td-home-four-banner-wrapper .td-banner-text-wrapper .banner-desc {
        font-size: 17px;
        line-height: 30px;
    }
}


/* Home Four Banner Css End */


/*--------------------------------------------------------------
# Home Slider Widget Css
--------------------------------------------------------------*/

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

.td-slider-content-wrapper {
    width: 53%;
    display: inline-block;
}

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

.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-weight: 900;
    color: #ffffff;
}

.td-slide-title strong {
    font-weight: 900;
}

.td-slider-content-text {
    font-size: 18px;
    line-height: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #ffffff;
}

.slider-button-wrapper .td_button {
    margin-right: 15px;
    margin-top: 10px;
}

.slider-button-wrapper .td_button:last-child {
    margin-right: 0;
}

.td-home-slider-area .slick-dots {
    position: absolute;
    width: 100%;
    max-width: 1170px;
    bottom: 65px;
    text-align: left;
    left: 50%;
    margin-left: -585px;
    padding: 0 15px;
    line-height: 1;
}

.td-home-slider-area .slick-dots li {
    display: inline-block;
    margin-right: 10px;
}

.td-home-slider-area .slick-dots button {
    border: 1px solid transparent;
    border-radius: 50%;
    height: 12px;
    padding: 0;
    text-indent: -10000px;
    width: 12px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.td-home-slider-area .slick-dots button {
    background-color: #ffffff;
}

.td-home-slider-area .slick-dots .slick-active button,
.td-home-slider-area .slick-dots button:hover {
    background-color: var(--e-global-color-cb81c10);
}

.td-home-slider-area .slick-arrow {
    position: absolute;
    height: 60px;
    width: 60px;
    top: 50%;
    background: var(--e-global-color-cb81c10);
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    line-height: 60px !important;
    margin-top: -30px;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
}

.td-home-slider-area .slick-arrow:hover {
    background-color: var(--e-global-color-cb81c10);
    color: #ffffff;
}

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

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

.td-home-slider-area:hover .slick-arrow.slick-prev {
    left: 50px;
}

.td-home-slider-area:hover .slick-arrow.slick-next {
    right: 50px;
}

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

@media only screen and (max-width: 1024px) {
    .td-slider-content-wrapper {
        width: 80%;
    }
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-home-slider-area .slick-dots {
        max-width: 960px;
        margin-left: -480px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-home-slider-area .slick-dots {
        max-width: 720px;
        margin-left: -360px;
    }
    .td-slide-title h1,
    .td-slide-title h2,
    .td-slide-title h3,
    .td-slide-title h4,
    .td-slide-title h5,
    .td-slide-title h6,
    .td-slide-title strong {
        font-size: 50px;
        line-height: 60px;
    }
    .td-home-slider-area .td-single-slide-item {
        height: 650px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-home-slider-area .slick-dots {
        max-width: 540px;
        margin-left: -270px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .td-home-slider-area .slick-dots {
        max-width: 100%;
        margin-left: 0;
        left: auto;
    }
}

@media only screen and (max-width: 767px) {
    .td-slider-content-wrapper {
        width: 95%;
    }
    .td-slide-title h1,
    .td-slide-title h2,
    .td-slide-title h3,
    .td-slide-title h4,
    .td-slide-title h5,
    .td-slide-title h6,
    .td-slide-title strong {
        font-size: 30px;
        line-height: 40px;
    }
    .slider-button-wrapper .td_button {
        padding: 17px 15px 15px 15px;
        margin-right: 8px;
    }
    .td-home-slider-area .td-single-slide-item {
        height: 560px;
    }
    .td-slider-content-text {
        font-size: 16px;
        line-height: 28px;
    }
    .td-home-slider-area .slick-dots {
        bottom: 10px;
    }
}


/*--------------------------------------------------------------
# Section Title Widget Css
--------------------------------------------------------------*/

.td-section-title-wrap {
    text-align: center;
    margin-bottom: 30px;
}

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

.td-section-title-wrap .subtitle {
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #869496;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.054px;
    text-transform: uppercase;
}

.td-section-title-wrap .title {
    color: #131B1C;
    font-size: 40px;
    margin-bottom: 15px;
}

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


/*--------------------------------------------------------------
# Service Box Widget Css
--------------------------------------------------------------*/


/* Layout one */

.td-service-layout-1 .td-single-service-box,
.td-service-layout-1 .td-service-icon,
.td-service-title,
.td-service-layout-2 .td-single-service-box,
.td-service-layout-2 .td-service-icon,
.td-service-layout-2 .td-service-icon:after,
.td-service-layout-3 .td-service-icon {
    -webkit-transition: .3s;
    transition: .3s;
}

.td-service-layout-1 .td-single-service-box {
    padding: 40px 30px 40px 30px;
    
    border-radius: 6px;
    background: #FFF;
    box-shadow: 8px 12px 30px 0px rgba(14, 51, 75, 0.10);
    min-height: 450px;
}

.td-service-layout-1 .td-single-service-box:hover {
    background-color: var(--e-global-color-cb81c10);
}

.td-service-layout-1 .td-service-icon {
    height: 100px;
    width: 100px;
    background: rgba(36, 128, 142, 0.10);
    border-radius: 6px;
    padding: 28px;
    text-align: center;
    display: inline-block;
    margin-bottom: 30px;
}

.td-service-layout-1 .td-single-service-box:hover .td-service-icon {
    background-color: #ec4e70;
}

.td-service-layout-1 .td-single-service-box:hover .td-service-icon,
.td-service-layout-1 .td-single-service-box:hover .td-service-title,
.td-service-layout-1 .td-single-service-box:hover,
.td-service-layout-2 .td-single-service-box:hover .td_text_button,
.td-service-layout-1 .td-single-service-box:hover .td_text_button {
    color: #ffffff;
}

.td-service-layout-1 .td-service-icon i {
    font-size: 65px;
    font-weight: normal;
}

.td-service-layout-1 .td-service-icon img,
.td-service-layout-1 .td-service-icon svg {
    max-width: 100%;
}

.td-service-title-link {
    display: inline-block;
    text-decoration: none !important;
}

.td-service-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 12px;
    display: block;
    color: #131B1C !important;
    font-style: normal;
    letter-spacing: 0.06px;
    text-decoration: none !important;
}

.td-service-desc p {
    color: #3D4748 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.048px;
    margin-bottom: 12px;
}

.td-service-layout-1 .td-single-service-box .td-service-title:hover,
.td-service-layout-1 .td-single-service-box .td_text_button:hover,
.td-service-layout-2 .td-single-service-box .td_text_button:hover {
    text-decoration: underline;
}

.td-service-layout-1 .td_text_button,
.td-service-layout-2 .td_text_button,
.td-service-layout-3 .td_text_button {
    position: relative;
    text-transform: capitalize;
    text-decoration: none !important;
    font-size: 17px;
    color: #24808E;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.054px;
}

.td-service-layout-1 .td_text_button i,
.td-service-layout-2 .td_text_button i,
.td-service-layout-3 .td_text_button i {
    font-size: 14px;
    position: absolute;
    right: -24px;
    top: 4px;
    font-weight: 900;
}

.td-service-layout-1 .td_text_button:hover,
.td-service-layout-2 .td_text_button:hover,
.td-service-layout-3 .td_text_button:hover {
    color: #488CA7 !important;
}

.buxiword-contact-form input[type="submit"] {
    border: 1px solid var( --e-global-color-3e9c132) !important;
}

@media only screen and (max-width: 1199px) {
    .td-service-layout-1 .td-single-service-box {
        min-height: 532px;
    }
    .banner-section .banner-img::after {
        width: 96px;
        height: 334px;
    }
}
@media only screen and (max-width: 991px) {
    .banner-section::before {
        width: 20px;
        height: 212px;
    }
    .td-service-layout-1 .td-single-service-box {
        min-height: 496px;
        padding: 30px 20px 30px 20px;
    }
    .td-service-layout-1 .td-service-icon {
        height: 80px;
        width: 80px;
        padding: 20px;
    }
    .td-service-title {
        font-size: 18px;
        line-height: 26px;
    }
    .td-service-desc p {
        font-size: 14px;
        line-height: 22px;
    }
    .col-lg-4.col-md-6.td-service-layout-1{
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    
}
@media only screen and (max-width: 767px) {
    .col-lg-4.col-md-6.td-service-layout-1{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .td-service-layout-1 .td-single-service-box {
        min-height: 312px;
        padding: 30px 20px 30px 20px;
        margin-bottom: 30px;
    }
}


/* Service Layout 2 */

.td-service-layout-2 .td-single-service-box {
    box-shadow: 0px 5px 16px 0px rgba(217, 217, 217, 0.4);
    text-align: center;
    padding: 40px 32px 35px 32px;
    position: relative;
    margin-bottom: 35px;
    border-radius: 8px;
}

.td-service-layout-2 .td-single-service-box:hover {
    background-color: var(--e-global-color-cb81c10);
}

.td-service-layout-2 .td-single-service-box:hover,
.td-service-layout-2 .td-single-service-box:hover .td-service-icon,
.td-service-layout-2 .td-single-service-box:hover .td-service-title {
    color: #ffffff;
}

.td-service-layout-2 .td-single-service-box:hover .td-service-title:hover {
    text-decoration: underline;
}

.td-service-box-number {
    font-size: 100px;
    font-weight: 900;
    position: absolute;
    right: 25px;
    top: 10px;
    color: #fcf4f5;
    line-height: 1;
}

.td-service-layout-2 .td-service-icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    margin-bottom: 35px;
    color: #231f20;
    font-size: 65px;
    font-weight: normal;
    position: relative;
    z-index: 2;
}

.td-service-layout-2 .td-service-icon:after {
    position: absolute;
    height: 75px;
    width: 75px;
    background-color: #fdeaef;
    content: '';
    left: 4px;
    top: 5px;
    transform: rotate(45deg);
    border-radius: 5px;
    z-index: -1;
}

.td-service-layout-2 .td-single-service-box:hover .td-service-icon:after {
    background-color: #ec4e70;
}

.td-service-layout-2 .td-single-service-box a,
.td-service-layout-3 .td-single-service-box a {
    display: inline-block;
}

.td-service-layout-2 .td-single-service-box .td_text_button {
    margin-bottom: 15px;
    margin-top: 10px;
}

.td-service-layout-2 .td-service-icon img,
.td-service-layout-2 .td-service-icon svg {
    max-width: 80%;
    margin-top: -16px;
}


/* Service Layout 3 */

.td-service-layout-3 .td-single-service-box {
    padding: 75px 34px 20px 34px;
    box-shadow: 0px 5px 16px 0px rgba(217, 217, 217, 0.4);
    position: relative;
    margin-bottom: 100px;
    z-index: 1;
}

.td-service-layout-3 .td-service-icon-wrap {
    position: absolute;
    height: 80px;
    width: 80px;
    font-size: 45px;
    font-weight: normal;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    color: #fff;
    top: 0;
    margin-top: -40px;
    left: 0;
}

.td-service-layout-3 .td-service-icon-wrap img,
.td-service-layout-3 .td-service-icon-wrap svg {
    max-width: 65%;
    margin-top: -13px;
}

.td-service-layout-3 .td-service-icon {
    background: #333333;
    position: relative;
    border-radius: 50%;
}

.td-service-layout-3 .td-single-service-box:hover .td-service-icon {
    background-color: var(--e-global-color-cb81c10);
}

.td-service-layout-3 .td-single-service-box .td-service-title:hover,
.td-service-layout-3 .td_text_button:hover {
    color: var(--e-global-color-cb81c10);
    text-decoration: underline;
}

.td-service-layout-3 .td-service-icon:after {
    position: absolute;
    background-color: #eaeaea;
    content: '';
    height: 93px;
    width: 93px;
    border-radius: 50%;
    z-index: -1;
    left: 0px;
    top: 0px;
}

.td-service-layout-3 .td-single-service-box .td-service-title {
    margin-bottom: 12px;
}

.td-service-layout-3 .td_text_button {
    margin-bottom: 25px;
}


/*--------------------------------------------------------------
# Image Widget Css
--------------------------------------------------------------*/

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

.experience-left-content {
    position: relative;
}

.experience-left-content::before {
    position: absolute;
    content: '';
    left: -67px;
    top: -52px;
    width: 184px;
    height: 250px;
    background-size: cover;
    background: url('https://prephuman.galaxyweblinks.com/wp-content/uploads/2024/02/experience-left-top-img.png') no-repeat;
}

.experience-left-content::after {
    position: absolute;
    content: '';
    right: 38px;
    bottom: -68px;
    width: 90px;
    height: 112px;
    background-size: cover;
    background: url('https://prephuman.galaxyweblinks.com/wp-content/uploads/2024/02/experience-left-bottom-img-1.png') no-repeat;
    
}
.contact-form-section .experience-left-content::after{
    z-index: -1;
}

.td-image-wrapper .td-img {
    border-radius: 8px;
    position: relative;
    z-index: 2;
}

.td-image .td-image-shape {
    position: absolute;
    z-index: 1;
}

.td-image.shape-top-right .td-image-shape {
    right: -35px;
    top: -35px;
}

.td-image.shape-top-left .td-image-shape {
    left: -35px;
    top: -35px;
}

.td-image.shape-bottom-right .td-image-shape {
    right: -35px;
    bottom: -35px;
}

.td-image.shape-bottom-left .td-image-shape {
    left: -35px;
    bottom: -35px;
}


/*--------------------------------------------------------------
# Button Widget Css
--------------------------------------------------------------*/

.td-button-el-widget a.td_button {
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 15px;
}

.td-button-el-widget a.td_button:last-child {
    margin-right: 0;
}


/*--------------------------------------------------------------
# Count Up Widget Css
--------------------------------------------------------------*/

.td-countup-content svg,
.td-countup-content i,
.td-count-number,
.td-count-unit {
    -webkit-transition: .3s;
    transition: .3s;
}

.td-single-countup-box {
    background: #ffffff;
    padding: 40px 30px 40px 30px;
    border-radius: 8px;
}

.td-count-icon {
    height: 65px;
    width: 65px;
    /* font-size: 65px; */
    line-height: 60px;
    display: inline-block;
}

.td-countup-content i {
    color: #333333;
}

.td-countup-content svg {
    fill: #333333;
}

.td-single-countup-box:hover .td-countup-content i,
.td-single-countup-box:hover .td-count-number,
.td-single-countup-box:hover .td-count-unit {
    color: var(--e-global-color-cb81c10);
}

.td-single-countup-box:hover .td-countup-content svg {
    fill: var(--e-global-color-cb81c10);
}

.td-count-number,
.td-count-unit {
    display: inline;
    color: #131B1C;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.072px;
}

.td-count-title {
    margin-bottom: 0;
    color: #3D4748;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.048px;
}

.td-count-icon svg,
.td-count-icon img {
    margin-top: -13px;
}

.td-number-unit {
    margin-top: 20px;
    margin-bottom: 6px;
}


/*--------------------------------------------------------------
# Portfolio Slider Widget Css
--------------------------------------------------------------*/

.td-portfolio-slider-wrapper {
    margin-left: -200px;
    margin-right: -200px;
}

.td-portfolio-slide-item {
    padding: 15px;
}

.td-portfolio-slide-content {
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 5px 8px 0px rgba(217, 217, 217, .9)
}

.td-portfolio-slide-overlay {
    position: absolute;
    width: 100%;
    height: 292px;
    flex-shrink: 0;
    background: linear-gradient(354deg, #0E2A4C 28.16%, rgba(24, 82, 118, 0.00) 95.59%);
    z-index: 1;
    /* -webkit-transform: translatex(-100%);
-ms-transform: translatex(-100%);
transform: translatex(-100%); */
    opacity: 0;
    bottom: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 8px;
}

.td-portfolio-slide-item:hover .td-portfolio-slide-overlay {
    /* -webkit-transform: translatex(0);
-ms-transform: translatex(0);
transform: translatex(0); */
    opacity: 0.8;
    visibility: visible;
}

.td-portfolio-slide-text {
    position: absolute;
    z-index: 2;
    padding: 20px 30px 20px 30px;
    bottom: 0;
    width: 100%;
}

.td-portfolio-slide-text,
.td-portfolio-slide-title {
    color: #ffffff;
}

h3.td-portfolio-slide-title {
    margin-bottom: 6px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.06px;
}

.td-portfolio-slide-text p:last-child {
    margin-bottom: 0;
}

.td-portfolio-slide-text .td-portfolio-slide-title,
.td-portfolio-slide-title:before {
    -ms-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
    visibility: hidden;
}

.td-portfolio-slide-text .td-portfolio-slide-title {
    -webkit-transition: 1.2s;
    transition: 1.2s;
    position: relative;
}

.td-portfolio-slide-title:before {
    -webkit-transition: .8s;
    transition: .8s;
}

.td-portfolio-slide-text p {
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s;
    transition: 1s;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.048px;
}

.td-portfolio-slide-item:hover .td-portfolio-slide-title:before,
.td-portfolio-slide-item:hover .td-portfolio-slide-title,
.td-portfolio-slide-item:hover .td-portfolio-slide-text p {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

a.td-portfolio-slide-details-link {
    display: inline-block;
}

.td-portfolio-slider-wrapper .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
    margin-top: 50px;
}

.td-portfolio-slider-wrapper .slick-dots button {
    border: 2px solid var(--e-global-color-cb81c10);
    height: 15px;
    width: 15px;
}

.td-portfolio-slider-wrapper .slick-dots .slick-active button,
.td-portfolio-slider-wrapper .slick-dots button:hover {
    background-color: var(--e-global-color-cb81c10);
}

.td-portfolio-slider .slick-arrow {
    position: absolute;
    height: 60px;
    width: 60px;
    background: var(--e-global-color-cb81c10);
    text-align: center;
    line-height: 63px;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
    z-index: 1;
    left: 0px;
    top: 50%;
    margin-top: -30px;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

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

.td-portfolio-slider .slick-arrow.slick-next {
    left: auto;
    right: 0px;
}

.td-portfolio-slider:hover .slick-arrow.slick-prev {
    left: 280px;
}

.td-portfolio-slider:hover .slick-arrow.slick-next {
    right: 280px;
}

.td-portfolio-slider-wrapper [dir='rtl'] .td-portfolio-slide-text {
    direction: ltr;
}

@media only screen and (max-width: 1199px) {
    .td-portfolio-slider:hover .slick-arrow.slick-prev {
        left: 240px;
    }
    .td-portfolio-slider:hover .slick-arrow.slick-next {
        right: 240px;
    }
}

@media only screen and (max-width: 767px) {
    .td-portfolio-slider-wrapper {
        margin-left: 15px;
        margin-right: 15px;
    }
    .td-portfolio-slide-content {
        height: 380px;
    }
    .td-portfolio-slider:hover .slick-arrow.slick-prev {
        left: 15px;
    }
    .td-portfolio-slider:hover .slick-arrow.slick-next {
        right: 15px;
    }
}


/*--------------------------------------------------------------
# Team Member Widget Css
--------------------------------------------------------------*/

.td-member-image {
    height: 375px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.td-team-wrapper .td-single-team-member {
    margin-bottom: 45px;
}

.td-team-image-wrapper {
    position: relative;
    padding-left: 52px;
}

.td-member-designation {
    writing-mode: vertical-rl;
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    position: absolute;
    height: 100%;
    bottom: 0;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    left: -6px;
    line-height: 1;
    text-align: center;
    color: #e0d6d9;
}

.td-member-name {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.td-member-text-content {
    padding-left: 52px;
    text-align: left;
    margin-top: 20px;
}

.td-member-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    background: var(--e-global-color-cb81c10);
    -ms-transform: translatex(-100%);
    -webkit-transform: translatex(-100%);
    transform: translatex(-100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}

.td-member-image:hover .td-member-overlay {
    opacity: .9;
    visibility: visible;
    -ms-transform: translatex(0);
    -webkit-transform: translatex(0);
    transform: translatex(0);
}

ul.td-member-social {
    position: relative;
    z-index: 1;
    text-align: center;
}

ul.td-member-social li {
    display: inline-block;
}

.td-team-layout-1 ul.td-member-social li a {
    padding: 5px;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
}

.td-team-layout-1 ul.td-member-social li:nth-child(1) a {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.td-team-layout-1 ul.td-member-social li:nth-child(2) a {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.td-team-layout-1 ul.td-member-social li:nth-child(3) a {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.td-team-layout-1 ul.td-member-social li:nth-child(4) a {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.td-team-layout-1 ul.td-member-social li:nth-child(5) a {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.td-team-layout-1 .td-member-image:hover ul.td-member-social li a {
    opacity: 1;
    visibility: visible;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

.td-team-slider-wrapper .td-single-team-member {
    padding: 15px;
}

.td-team-slider-wrapper .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
    margin-top: 25px;
}

.td-team-slider-wrapper .slick-dots button {
    border: 2px solid #dcd4d7;
    background-color: #dcd4d7;
    height: 15px;
    width: 15px;
}

.td-team-slider-wrapper .slick-dots .slick-active button,
.td-team-slider-wrapper .slick-dots button:hover {
    border-color: var(--e-global-color-cb81c10);
    background-color: var(--e-global-color-cb81c10);
}

.td-member-details-link {
    display: inline-block;
}

.td-member-details-link:hover .td-member-name {
    color: var(--e-global-color-cb81c10);
}


/* Team Layout Two */

.td-team-layout-2 .td-team-image-wrapper {
    padding-left: 0;
}

.td-team-layout-2 .td-member-designation {
    writing-mode: unset;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    height: auto;
    bottom: auto;
    left: auto;
    text-transform: none;
    line-height: 1;
    text-align: center;
    color: var(--e-global-color-cb81c10);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.042px;
    margin-top: 6px;
}

.td-single-team-member.td-team-layout-2 {
    box-shadow: 0 5px 16px 0 rgba(217, 217, 217, 0.4);
    padding: 30px;
    border-radius: 6px;
}

.td-team-slider .td-single-team-member.td-team-layout-2 {
    box-shadow: none;
    padding: 0px 10px;
}

.td-team-layout-2 .td-member-image {
    height: 330px;
    background-repeat: no-repeat;
    border-radius: 8px;
    position: relative;
}

.td-team-layout-2 .td-team-image-wrapper .td-member-image::before {
    position: absolute;
    content: '';
    height: 330px !important;
    width: 100% !important;
    background: linear-gradient(354deg, #0E2A4C 5.54%, rgba(24, 82, 118, 0.00) 95.52%);
    opacity: 0;
    top: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    transition: .6s;
}

.td-team-layout-2:hover .td-team-image-wrapper .td-member-image::before {
    opacity: 0.8;
    -webkit-transition: .6s;
    transition: .6s;
    visibility: visible;
}

.td-team-layout-2 .td-member-text-content {
    position: absolute;
    padding: 20px 20px 20px 20px;
    display: none;
    opacity: 0;
    -webkit-transition: .8s;
    transition: .8s;
    visibility: hidden;
    bottom: 0;
    width: 275px;
}

.td-team-layout-2:hover .td-member-text-content {
    opacity: 1;
    display: block;
    -webkit-transition: .8s;
    transition: .8s;
    visibility: visible;
}

.td-team-layout-2 .td-member-text-content,
.td-team-layout-2 .td-member-designation,
.td-team-layout-2 ul.td-member-social {
    text-align: left;
}

.td-team-layout-2 ul.td-member-social {
    margin-top: 20px;
    display: none;
}

.td-team-layout-2 ul.td-member-social li {
    margin-right: 15px;
}

.td-team-layout-2 ul.td-member-social li:last-child {
    margin-right: 0;
}

.td-team-layout-2 ul.td-member-social li a {
    color: #555555;
}

.td-team-layout-2 ul.td-member-social li a:hover {
    color: var(--e-global-color-cb81c10);
}
@media only screen and (max-width: 767px) {
    
    .td-team-slider .td-single-team-member.td-team-layout-2{
        max-width: 275px;
        margin: auto;
    }
}
@media only screen and (max-width: 575px) {
    
    .td-team-slider .td-single-team-member.td-team-layout-2{
        max-width: 100%;
        margin: auto;
    }
    .td-team-layout-2 .td-member-image{
        height: 420px;
    }
    .td-team-layout-2 .td-team-image-wrapper .td-member-image::before{
        height: 100% !important;
    }
}

/*--------------------------------------------------------------
# Pricing Table Widget Css
--------------------------------------------------------------*/

.td-pricing-wrapper {
    text-align: center;
    box-shadow: 0px 5px 16px 0px rgba(217, 217, 217, .5);
    padding: 35px 30px 40px 30px;
    border-radius: 8px;
    background-image: url(../images/pricing-bg.png);
    background-size: 102%;
    background-repeat: no-repeat;
    background-position: top right;
    transition: .5s;
    background-color: #ffffff;
}

.td-pricing-wrapper:hover {
    background-image: url(../images/pricing-hover-bg.png);
    background-color: #e53a60;
}

.td-pricing-title {
    font-size: 28px;
    margin-bottom: 35px;
}

.td-pricing-icon {
    display: inline-block;
    height: 80px;
    width: 80px;
    font-size: 80px;
    font-weight: normal;
    line-height: 80px;
    text-align: center;
}

.td-pricing-icon svg,
.td-pricing-icon img {
    margin-top: -20px;
}

.td-price {
    font-size: 40px;
    margin-bottom: 32px;
    margin-top: 35px;
}

.td-pricing-title,
.td-price,
.td-pricing-icon {
    color: #333333;
}

.td-pricing-icon svg {
    fill: #333333;
}

.td-pricing-list ul li,
.td-pricing-list ul li a {
    color: #555555;
}

.td-pricing-title,
.td-price,
.td-pricing-icon,
.td-pricing-list ul li,
.td-pricing-list ul li a {
    -webkit-transition: .3s;
    transition: .3s;
}

.td-pricing-wrapper:hover .td-pricing-title,
.td-pricing-wrapper:hover .td-price,
.td-pricing-wrapper:hover .td-pricing-icon,
.td-pricing-wrapper:hover .td-pricing-list ul li,
.td-pricing-wrapper:hover .td-pricing-list ul li strong,
.td-pricing-wrapper:hover .td-pricing-list ul li a {
    color: #ffffff;
}

.td-pricing-wrapper:hover .td-pricing-icon svg {
    fill: #ffffff;
}

.td-pricing-wrapper:hover .td-pricing-button .td_button {
    background-color: #ffffff;
    border-color: #ffffff;
    color: var(--e-global-color-cb81c10);
}

.td-pricing-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.td-pricing-button {
    margin-top: 35px;
}


/*--------------------------------------------------------------
# Filterable Gallery Widget Css
--------------------------------------------------------------*/


/* Filter Button Style Start */

.td-gallery-filter-button-wrapper {
    margin-bottom: 38px;
    text-align: center;
}

.td-gallery-filter-button-wrapper .td-gallery-filter-button li {
    cursor: pointer;
    margin-right: 20px;
    position: relative;
    font-weight: 700;
    color: #555555;
    font-size: 17px;
    padding: 10px 10px 10px 25px;
}

.td-gallery-filter-button-wrapper .td-gallery-filter-button li:before {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    background-color: #555555;
    border-radius: 50%;
    top: 50%;
    margin-top: -5px;
    left: 0;
}

.td-gallery-filter-button-wrapper .td-gallery-filter-button li.active:before,
.td-gallery-filter-button-wrapper .td-gallery-filter-button li:hover:before {
    background-color: var(--e-global-color-cb81c10);
}

.td-gallery-filter-button-wrapper .td-gallery-filter-button li:first-child:before {
    display: none;
}

.td-gallery-filter-button-wrapper .td-gallery-filter-button li:first-child {
    padding-left: 0;
}

.td-gallery-filter-button-wrapper .td-gallery-filter-button li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.td-gallery-filter-button-wrapper .td-gallery-filter-button li.active,
.td-gallery-filter-button-wrapper .td-gallery-filter-button li:hover {
    color: var(--e-global-color-cb81c10);
    -webkit-transition: .3s;
    transition: .3s;
}

.td-filter-mobile-title {
    display: none;
    background-color: var(--e-global-color-cb81c10);
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    margin-bottom: 30px;
    cursor: pointer;
}

.td-filter-mobile-title::before {
    position: absolute;
    content: '';
    height: 15px;
    width: 15px;
    top: 14px;
    right: 38px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.td-filter-mobile-title.active::before {
    -ms-transform: rotate(-133deg);
    -webkit-transform: rotate(-133deg);
    transform: rotate(-133deg);
    top: 20px;
}


/* Filter Button Style End */


/* Item Style Start*/

.td-gallery-item-wrapper .col-lg-3.single-td-gallery-item {
    flex: 0 0 24.99%;
    max-width: 24.99%;
}

.single-td-gallery-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.td-gallery-box {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.td-gallery-box:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(230, 59, 96, .8);
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    left: 0;
    top: 0;
    transition: .6s;
    -webkit-transition: .6s;
}

.td-gallery-box:hover:before {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
}

.td-gallery-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 30px;
}

.td-gallery-content p {
    margin-bottom: 0;
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s;
    transition: 1s;
}

.td-gallery-content a {
    display: inline-block;
}

.gallery-item-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 28px;
    margin-bottom: 0;
    padding-top: 10px;
    position: relative;
    -webkit-transition: 1.2s;
    transition: 1.2s;
}

a .gallery-item-title:hover {
    text-decoration: underline;
}

.gallery-item-title:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 1px;
    background-color: #ffffff;
    top: 0;
    left: 0;
    -webkit-transition: .8s;
    transition: .8s;
}

.td-gallery-content,
.td-gallery-content a,
.gallery-item-title {
    color: #ffffff;
}

.gallery-item-title,
.gallery-item-title:before {
    -ms-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
    visibility: hidden;
}

.td-gallery-box:hover .gallery-item-title:before,
.td-gallery-box:hover .gallery-item-title,
.td-gallery-box:hover .td-gallery-content p {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}


/* Item Style End*/

@media only screen and (max-width: 767px) {
    .td-filter-mobile-title,
    .td-gallery-filter-button-wrapper .td-gallery-filter-button li {
        display: block;
    }
    .td-gallery-filter-button,
    .td-gallery-filter-button-wrapper .td-gallery-filter-button li:before {
        display: none;
    }
    .td-gallery-box {
        max-height: 300px;
    }
}


/*--------------------------------------------------------------
# Mailchimp Subsscribe Form
--------------------------------------------------------------*/

.td-mailchimp-subscribe-form-wrapper {
    text-align: center;
    position: relative;
    z-index: 1;
}

.td-subscribe-form {
    width: 55%;
    display: inline-block;
    background: #ffffff;
    padding: 15px;
    border-radius: 8px;
    position: relative;
}

.td-subscribe-form:after {
    content: '';
    height: 51px;
    width: 250px;
    background-image: url("../images/subformbg.png");
    bottom: -18px;
    left: -18px;
    position: absolute;
    z-index: -1;
}

.td-mailchimp-subscribe-form-wrapper .subscribe-form {
    text-align: left;
}

.td-mailchimp-subscribe-form-wrapper .subscribe-form input[type="submit"] {
    border-radius: 8px;
}

.td-mailchimp-subscribe-form-wrapper .subscribe-form input[type="submit"]:hover {
    background-color: #e53a60;
    color: #ffffff;
}

.td-mailchimp-subscribe-form-wrapper .subscribe-form input[type="email"] {
    width: 63%;
    background: transparent;
    border-color: #dfdfdf;
    color: #757575;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .td-subscribe-form {
        width: 63%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-subscribe-form {
        width: 85%;
    }
}

@media only screen and (max-width: 767px) {
    .td-subscribe-form,
    .td-mailchimp-subscribe-form-wrapper .subscribe-form input[type="email"] {
        width: 100%;
    }
    .td-mailchimp-subscribe-form-wrapper .subscribe-form {
        text-align: center;
    }
    .td-mailchimp-subscribe-form-wrapper .subscribe-form input[type="submit"] {
        position: relative;
        right: auto;
        margin-top: 20px;
    }
}


/*--------------------------------------------------------------
# Recent Post Widget Css
--------------------------------------------------------------*/

body.elementor-editor-active div.row.td-gallery-item-wrapper,
body.elementor-editor-active div.row.td-all-posts-wrapper {
    height: auto !important;
}

.elementor-section-stretched.elementor-section-boxed .container.td-recent-post-slider-container {
    padding-right: 0;
    padding-left: 0;
}

.elementor-section-stretched.elementor-section-full_width .container.td-recent-post-slider-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.td-recent-post-widget .td-post-thumbnail {
    height: 230px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    border-radius: 8px 8px 0 0;
}

.td-recent-post-widget .td-recent-post-content {
    background: #ffffff;
    padding: 28px 35px;
    border-radius: 0 0 8px 8px;
}

.td-recent-post-widget .td-recent-post-content .post-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.td-recent-post-widget .td-recent-post-content .post-title:hover {
    color: var(--e-global-color-cb81c10);
}

.td-recent-post-widget .td-post-author-img img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.td-recent-post-widget .td-post-meta ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.td-recent-post-widget .td-post-meta ul li {
    display: inline-block;
}

.td-recent-post-widget .td-post-meta ul li.td-post-author-img {
    width: 60%;
}

.td-recent-post-widget .td-post-meta ul li.td-rm-link {
    width: 38%;
    text-align: right;
}

.td-recent-post-widget .td-post-author-img i,
.td-recent-post-widget .posted-on i {
    display: none;
}

.td-recent-post-widget .td_text_button {
    text-transform: capitalize;
    font-size: 18px;
}

.td-recent-post-widget .td-post-meta ul li.td-post-author-img .byline {
    margin-left: 5px;
}

.td-recent-post-widget .td-post-meta {
    margin-top: 25px;
    display: none;
}

.td-recent-post-widget .single-post-item {
    margin-bottom: 35px;
}

.td-recent-post-widget .td-post-date {
    position: absolute;
    text-align: center;
    background: #333333;
    color: #ffffff;
    top: 20px;
    left: 20px;
    padding: 15px 20px;
    border-radius: 8px;
}

.td-recent-post-widget .td-post-date span {
    display: block;
    line-height: 1;
}

.td-recent-post-widget .td-post-date .post-date {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

.td-recent-post-widget .td-post-date .post-month {
    font-size: 18px;
}

.td-all-posts-wrapper .single-post-item .td-recent-post-content .td-post-excerpt {
    display: block;
}


/* Recent post 2 */

.td-recent-post-widget.td-recent-post-widget-2 .td-post-meta {
    margin-top: 25px;
    display: block;
}

.td-recent-post-widget.td-recent-post-widget-2 .td_text_button {
    text-transform: capitalize;
    font-size: 14px;
}

.td-recent-post-widget.td-recent-post-widget-2 .td-single-post-item {
    margin-bottom: 35px;
}

.td-recent-post-widget.td-recent-post-widget-2 .td-single-post-item article {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 5px 16px 0px rgba(217, 217, 217, 0.4);
}

.td-recent-post-widget.td-recent-post-widget-2 .td-recent-post-content {
    background-color: transparent;
}

.td-recent-post-widget.td-recent-post-widget-2 .td-single-post-item article {
    height: 100%;
}

.td-recent-post-widget.td-recent-post-widget-2 .td-post-meta ul li.td-cmnt-number {
    width: 60%;
}

.elementor-section-stretched.elementor-section-full_width .container.td-recent-post-slider-container {
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
}

.td-recent-post-widget.td-recent-post-widget-2 .td-recent-post-slider-container {
    position: relative;
}

.td-recent-post-widget.td-recent-post-widget-2 .slick-arrow {
    background: var(--e-global-color-cb81c10);
    color: #ffffff;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: -165px;
    margin-top: -25px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
}

.td-recent-post-widget.td-recent-post-widget-2 .slick-arrow.slick-next {
    left: auto;
    right: -165px;
}

.td-recent-post-widget.td-recent-post-widget-2:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
    left: -100px;
}

.td-recent-post-widget.td-recent-post-widget-2:hover .slick-arrow.slick-next {
    left: auto;
    right: -100px;
}

.td-recent-post-widget.td-recent-post-widget-2 .slick-slide .td-post-author-img img {
    display: inline-block;
}

.td-recent-post-widget.td-recent-post-widget-2 .slick-slide .td-post-author-img .byline {
    font-weight: 700;
}

.td-recent-post-widget.td-recent-post-widget-2 .slick-dots button {
    background-color: var(--e-global-color-cb81c10);
}

.td-recent-post-widget.td-recent-post-widget-2 ul.slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 25px;
}

@media only screen and (min-width: 1024px) {
    .td-recent-post-widget .td-post-thumbnail {
        height: 210px
    }
    .td-all-posts-wrapper .single-post-item:nth-child(1),
    .td-all-posts-wrapper .single-post-item:nth-child(5) {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .td-all-posts-wrapper .single-post-item:nth-child(1) .td-post-thumbnail,
    .td-all-posts-wrapper .single-post-item:nth-child(5) .td-post-thumbnail {
        height: 400px;
    }
    .td-all-posts-wrapper .single-post-item:nth-child(1) .td-recent-post-content .post-title,
    .td-all-posts-wrapper .single-post-item:nth-child(5) .td-recent-post-content .post-title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 15px;
    }
    .td-all-posts-wrapper .single-post-item:nth-child(1) .td-recent-post-content .td-post-excerpt,
    .td-all-posts-wrapper .single-post-item:nth-child(5) .td-recent-post-content .td-post-excerpt {
        display: block;
    }
    .td-all-posts-wrapper .single-post-item:nth-child(1) .td-post-meta,
    .td-all-posts-wrapper .single-post-item:nth-child(5) .td-post-meta {
        display: block;
    }
    .td-all-posts-wrapper .single-post-item .td-recent-post-content .td-post-excerpt {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .td-recent-post-widget .td-recent-post-content .post-title {
        font-size: 19px;
        line-height: 29px;
    }
    .elementor-section-stretched.elementor-section-full_width .container.td-recent-post-slider-container {
        max-width: 1170px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .td-recent-post-widget.td-recent-post-widget-2 .slick-slide .td-post-author-img .byline {
        font-size: 14px;
    }
    .td-recent-post-widget.td-recent-post-widget-2 .td_text_button i {
        margin-left: 1px;
    }
}


/* Recent Post Three */

.td-recent-posts-three-wrapper .td-post-thumbnail {
    height: 100%;
    background-size: cover;
    background-position: center;
}

article .td-recent-posts-three-wrapper .post-title {
    margin-top: 0;
    font-size: 21px;
    line-height: 31px;
}

.td-post-layout-three {
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0px 5px 16px 0px rgba(217, 217, 217, 0.8);
}

.td-single-post-three-item {
    padding: 30px 25px 30px 0px;
}

@media only screen and (max-width: 991px) {
    .td-post-layout-three .td-post-thumbnail {
        height: 300px;
    }
    .td-single-post-three-item {
        padding: 30px 25px 30px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .td-post-layout-three .td-post-thumbnail {
        height: 200px;
    }
}


/*--------------------------------------------------------------
# Number box Widget Css
--------------------------------------------------------------*/

.td-number-box-wrapper {
    text-align: center;
    box-shadow: 0 5px 16px 0 rgba(217, 217, 217, 0.4);
    border-radius: 8px;
    padding: 40px 33px 35px 33px;
    transition: .3s;
    position: relative;
    margin-bottom: 35px;
    background-color: #ffffff;
}

.td-box-number-wrapper {
    height: 170px;
    width: 180px;
    background-image: url("../../../../plugins/themedraft-core/elementor-widgets/assets/images/number-box-bg.png");
    background-size: 100% 100%;
    background-position: center;
    text-align: center;
    font-weight: 900;
    font-size: 90px;
    display: inline-block;
    line-height: 170px;
    color: #d0d0d0;
}

.td-box-number-wrapper .td-box-number {
    background: #f6f6f6;
    height: 140px;
    width: 140px;
    border-radius: 50%;
    display: inline-block;
    line-height: 140px;
}

.td-number-box-title .title {
    font-size: 25px;
    line-height: 35px;
    margin-top: 30px;
    margin-bottom: 12px;
}

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

.td-number-box-wrapper,
.td-box-number {
    transition: .3s;
    -webkit-transition: .3s;
}

.td-number-box-wrapper:hover .td-box-number-wrapper {
    background-image: url("../../../../plugins/themedraft-core/elementor-widgets/assets/images/number-box-hover-bg.png");
}

.td-number-box-wrapper:hover .td-box-number {
    background-color: #fdeaef;
    color: var(--e-global-color-cb81c10);
}

.td-number-box-wrapper:before {
    position: absolute;
    content: '';
    background-color: var(--e-global-color-cb81c10);
    height: 6px;
    width: 100px;
    border-radius: 5px;
    left: 50%;
    margin-left: -50px;
    bottom: -3px;
    opacity: 0;
    visibility: hidden;
}

.td-number-box-wrapper:hover:before {
    opacity: 1;
    visibility: visible;
}


/*--------------------------------------------------------------
# Circle Image Widget Css
--------------------------------------------------------------*/

.td-circle-image-wrapper {
    height: 550px;
    position: relative;
    display: inline-block;
}

.td-circle-image-wrapper .image-one,
.td-circle-image-wrapper .image-two,
.circle-image-shape {
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.td-circle-image-wrapper .image-one {
    height: 550px;
    width: 550px;
    position: relative;
    z-index: 2;
}

.td-circle-image-wrapper .image-two {
    height: 300px;
    width: 300px;
    border: 5px solid #ffffff;
    position: absolute;
    bottom: 0;
    left: -90px;
    z-index: 2;
}

.circle-image-shape {
    background-image: url("../images/circle-ing-shape.png");
    height: 305px;
    width: 305px;
    top: 60px;
    left: -129px;
    position: absolute;
    z-index: 1;
}

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

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-circle-image-wrapper .image-one {
        height: 460px;
        width: 460px;
    }
    .td-circle-image-wrapper .image-two {
        left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-circle-image-wrapper {
        height: 395px;
    }
    .td-circle-image-wrapper .image-one {
        width: 340px;
        height: 340px;
    }
    .td-circle-image-wrapper .image-two {
        width: 200px;
        height: 200px;
        left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .td-circle-image-wrapper {
        height: 380px;
    }
    .td-circle-image-wrapper .image-one {
        width: 250px;
        height: 250px;
    }
    .td-circle-image-wrapper .image-two {
        width: 200px;
        height: 200px;
        left: 0;
    }
}


/* Dual Image Box */

.td-circle-image-wrapper.td-dual-box-image .image-one,
.td-circle-image-wrapper.td-dual-box-image .image-two {
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0px 4px 16px 0px rgba(217, 217, 217, 0.9);
}

.td-circle-image-wrapper.td-dual-box-image .image-one {
    height: 535px;
    width: 550px;
}

.td-circle-image-wrapper.td-dual-box-image .image-two {
    border: none;
    bottom: -60px;
    left: -90px;
}

.td-dual-box-image .circle-image-shape {
    background-image: url(../images/duel-image-shape.png);
    border-radius: 0;
    top: -40px;
    left: -53px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-circle-image-wrapper.td-dual-box-image .image-one {
        height: 420px;
        width: 475px;
    }
    .td-circle-image-wrapper.td-dual-box-image .image-two {
        border: none;
        bottom: -10px;
        left: 20px;
    }
    .td-circle-image-wrapper.td-dual-box-image {
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-circle-image-wrapper.td-dual-box-image .image-one {
        height: 340px;
        width: 340px;
    }
    .td-circle-image-wrapper.td-dual-box-image .image-two {
        border: none;
        bottom: 0;
        left: -20px;
    }
}

@media only screen and (max-width: 767px) {
    .td-circle-image-wrapper.td-dual-box-image .image-one {
        height: 220px;
        width: 220px;
    }
    .td-circle-image-wrapper.td-dual-box-image .image-two {
        border: none;
        bottom: 30px;
        left: -40px;
    }
    .td-dual-box-image .circle-image-shape {
        top: -10px;
        left: -30px;
        height: 100px;
        width: 100px;
    }
    .td-circle-image-wrapper.td-dual-box-image {
        margin-bottom: 30px;
        margin-left: 40px;
    }
}


/*--------------------------------------------------------------
# Portfolio box Widget Css
--------------------------------------------------------------*/

.td-single-portfolio-box {
    margin-bottom: 45px;
}


.td-portfolio-image {
    height: 370px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.td-single-portfolio-box .td-portfolio-image::before{
    position: absolute;
    content: '';
    height: 370px !important;
    
    width: 100% !important;
    background: linear-gradient(354deg, #0E2A4C 5.54%, rgba(24, 82, 118, 0.00) 95.52%);
    opacity: 0;
    top: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    transition: .6s;
}

.td-single-portfolio-box:hover .td-portfolio-image::before {
    opacity: 0.8;
    -webkit-transition: .6s;
    transition: .6s;
    visibility: visible;
}

.td-portfolio-box-content .td-box-number {
    color: #d0d0d0;
    font-size: 60px;
    font-weight: 900;
    position: absolute;
    line-height: 1;
    top: 2px;
    left: 0;
    display: none;
}

.td-single-portfolio-box .td-portfolio-box-content {
    margin-top: 0;
    position: absolute;
    padding: 20px 20px 20px 20px;
    display: none;
    opacity: 0;
    -webkit-transition: .8s;
    transition: .8s;
    visibility: hidden;
    bottom: 45px;
    width: 300px;
}
.td-single-portfolio-box:hover .td-portfolio-box-content {
    opacity: 1;
    display: block;
    -webkit-transition: .8s;
    transition: .8s;
    visibility: visible;
}

.td-portfolio-box-title a.td-title-link {
    display: inline-block;
    color: #fff;
}

.td-portfolio-box-title a.td-title-link h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    color: #fff;
    transition: .3s;
    font-weight: 700;
    letter-spacing: 0.06px;
    font-style: normal;
}

.td-portfolio-box-title a.td-title-link h3:hover,
.td-portfolio-box-title a.td-title-link:hover {
    color: rgb(255 255 255 / 80%);
    text-decoration: none !important;
}

.td-portfolio-cat a {
    color: #555555;
    display: none !important;
}

.td-portfolio-box-title .td-title-link h3:hover,
.td-portfolio-cat a:hover {
    text-decoration: underline;
}

.td-portfolio-cat a {
    position: relative;
    margin-right: 10px;
}

.td-portfolio-cat a:after {
    content: ',';
    position: absolute;
    right: -6px;
}

.td-portfolio-cat a:last-child:after {
    content: '';
}

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


/* Portfolio Box Two */

.single-portfolio-box-two {
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.portfolio-two-link {
    position: absolute;
    background: var(--e-global-color-cb81c10);
    height: 80px;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -40px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    font-size: 30px;
    color: #ffffff;
    line-height: 80px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}

.portfolio-two-link:hover {
    color: #ffffff;
}

.single-portfolio-box-two:hover .portfolio-two-link {
    opacity: 1;
    visibility: visible;
}


/* Portfolio Box Two End*/


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

.td-testimonial-slider-content-wrapper {
    background: #fff;
    padding: 100px 45px 92px 45px;
    position: relative;
    min-height: 430px;
    margin-left: -90px;
    border-radius: 6px;
}

.td-testimonial-slider .person-details img {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    display: inline-block;
}

.td-testimonial-slider-content-wrapper .slick-dots li {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
    border: 3px solid transparent;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.td-testimonial-slider-content-wrapper .slick-dots li:last-child {
    margin-bottom: 0;
}

.td-testimonial-slider-content-wrapper .slick-dots li.slick-active,
.td-testimonial-slider-content-wrapper .slick-dots li:hover {
    border: 3px solid (--e-global-color-cb81c10);
}

.td-testimonial-slider-content-wrapper .slick-dots {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    right: -180px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.person-details .name {
    margin-top: 15px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.06px;
    color: #131B1C;
    margin-bottom: 6px;
}
.person-details p.designation {
    color: #24808E;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.054px;
    text-transform: uppercase;
}

.testimonial-text p:last-child {
    margin-bottom: 0;
}

.testimonial-text {
    color: #3D4748;
    margin-top: 20px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.054px;
}

.quote-icon {
    position: absolute;
    background: var(--e-global-color-cb81c10);
    color: #ffffff;
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 40px;
    border-radius: 50%;
    left: -60px;
    top: 60px;
    border: 1px solid #185276;
    z-index: 1;
}


@media only screen and (max-width: 991px) {
    .td-testimonial-slider-content-wrapper {
        margin-left: 0;
    }
    .quote-icon {
        display: none;
    }
    .td-testimonial-slider-content-wrapper {
        padding: 70px 45px 55px 45px;
    }
    .td-testimonial-slider-content-wrapper .slick-dots {
        margin: 50px 0 0 0;
        position: relative;
        top: auto;
        right: auto;
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    .td-testimonial-slider-content-wrapper .slick-dots li {
        margin-bottom: 0;
        display: inline-block;
        height: 65px;
        width: 65px;
    }
    .td-testimonial-slider-content-wrapper .slick-dots li:last-child {
        margin-right: 0;
    }
    .td-testimonial-slider-content-wrapper {
        min-height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .td-testimonial-slider-content-wrapper {
        padding: 70px 15px 55px 15px;
    }
    .td-testimonial-slider-content-wrapper ul.slick-dots {
        display: none !important;
    }
}


/*Single Portfolio Slider*/

div.single-portfolio-slide-item {
    height: 455px;
    border-radius: 6px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.td-single-portfolio-slider-wrapper .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.td-single-portfolio-slider-wrapper .slick-arrow.slick-prev {
    left: 0;
}

.td-single-portfolio-slider-wrapper .slick-arrow.slick-next {
    right: 0;
}

.td-single-portfolio-slider-wrapper .slick-dots {
    text-align: center;
    position: absolute;
    padding: 0;
    margin: 0;
    line-height: 1;
    width: 100%;
    bottom: 30px;
}

.td-single-portfolio-slider-wrapper .slick-dots button {
    background-color: var(--e-global-color-cb81c10);
}

.td-portfolio-info {
    min-height: 400px;
    background: var(--e-global-color-cb81c10);
    padding: 30px 30px 35px 30px;
}

.td-single-portfolio-slider-wrapper .td-icon-wrapper {
    height: 45px;
    width: 45px;
    font-size: 45px;
    line-height: 45px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -23px;
}

.td-single-portfolio-slider-wrapper .td-icon-wrapper svg {
    margin-top: -7px;
    fill: #24808E;
}

.td-single-portfolio-slider-wrapper .td-icon-wrapper.td-image-icon-wrapper img {
    margin-top: -8px;
}

.td-portfolio-info .info-details li .info-title {
    display: block;
    color: #131B1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.06px;
}

.td-portfolio-info .info-details {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #3D4748;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.054px;
}

.td-portfolio-info .info-details .main-title {
    padding-bottom: 20px;
    color: #869496;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.054px;
    text-transform: uppercase;
    
}

.td-portfolio-info .info-details li {
    position: relative;
    padding: 13px 0px 13px 60px;
    border-bottom: 1px solid #24808E;
}

.td-portfolio-info .info-details li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.td-single-portfolio-slider-wrapper .slick-dots li button {
    padding: 2px 10px 2px 10px;
}
.td-single-portfolio-slider-wrapper .slick-dots li.slick-active button{
    background:  #24808E !important;
   
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-single-portfolio-slider-wrapper .td-icon-wrapper {
        height: 30px;
        width: 30px;
        font-size: 30px;
        line-height: 30px;
        margin-top: -15px;
    }
    .td-portfolio-info .info-details li {
        padding: 13px 0 13px 40px;
    }
    .td-portfolio-info {
        padding: 30px 22px 35px 22px;
    }
    .td-portfolio-info .info-details .main-title {
        font-size: 20px;
    }
    div.single-portfolio-slide-item {
        height: 486px;
    }
}


/*--------------------------------------------------------------
# Text With title Widget Css
--------------------------------------------------------------*/

.td-text-with-title-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

.td-text-with-title-wrapper ul li {
    position: relative;
    font-weight: 700;
    padding-left: 25px;
    margin-bottom: 5px;
}

.td-text-with-title-wrapper ul li:before {
    content: "\f188";
    font-family: Flaticon-business;
    position: absolute;
    left: 0;
    top: 1px;
    color: var(--e-global-color-cb81c10);
}
.td-text-with-title-wrapper h1.title{
    color: #131B1C;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0.108px;
}
.td-text-with-title-wrapper h2.title{
    color: #131B1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.06px;
}
.td-text-with-title-wrapper p,
.td-text-with-title-wrapper .text p,
.td-text-with-title-wrapper ul li{
    color: #3D4748;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.048px;
}
.td-video-popup-bg{
    border-radius: 6px;
}
/*--------------------------------------------------------------
# Video popup Widget Css
--------------------------------------------------------------*/

.td-video-popup-wrapper {
    display: table;
    width: 100%;
    height: 335px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
}

.td-video-popup-bg {
    height: 335px;
    display: table-cell;
    vertical-align: middle;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.td-video-image-overlay {
    position: absolute;
    height: 335px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
}

.buxiword-contact-form textarea {
    height: 160px;
}

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

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

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


/*--------------------------------------------------------------
# Accordion Widget Css
--------------------------------------------------------------*/

.td-accordion-wrapper .card-title {
    margin-bottom: 0;
}

.td-accordion-wrapper #td-accordion .card {
    margin-bottom: 30px;
    border: 1px solid;
    border-color: transparent;
    border-radius: 5px;
    box-shadow: 0px 5px 16px 0px rgba(221, 221, 221, 0.7);
}

.td-accordion-wrapper #td-accordion .card .card-header {
    border-bottom: 1px solid;
    border-color: transparent;
    padding: 0 15px 6px 5px;
    background-color: transparent;
}

.td-accordion-wrapper #td-accordion .card .card-header.active {
    background: transparent;
    border-color: #e2e2e2;
}

.td-accordion-wrapper .card-body {
    background: transparent;
}

.td-accordion-wrapper #td-accordion .card .card-body p:last-of-type {
    margin-bottom: 0;
}

.td-accordion-wrapper .card-title button.btn-link {
    width: 100%;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    color: #333333;
    position: relative;
}

.td-accordion-wrapper .card-header.active .card-title button.btn-link,
.td-accordion-wrapper .card-title button.btn-link:hover {
    color: var(--e-global-color-cb81c10);
}

.td-accordion-wrapper .card-title button.btn-link:before {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 3px;
    top: 12px;
}

.td-accordion-wrapper .card-title button.btn-link[aria-expanded="true"]:before {
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 17px;
}


/*--------------------------------------------------------------
# Accordion Widget Css End
--------------------------------------------------------------*/


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

.td-brand-img-wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.elementor-section-stretched.elementor-section-full_width .td-brand-img-wrapper .container {
    padding: 0 15px;
}

.td-brand-item a {
    display: block;
}

.td-brand-img-wrapper .slick-slide img {
    display: inline-block;
}

.td-brand-item.slick-slide {
    height: 150px;
    padding: 0 15px;
    text-align: center;
}

.td-brand-img-wrapper .td-brand-images {
    position: relative;
}

.td-brand-img-wrapper .td-brand-images .slick-arrow {
    background: var(--e-global-color-cb81c10);
    color: #ffffff;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: -165px;
    margin-top: -25px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
}

.td-brand-img-wrapper .td-brand-images .slick-arrow.slick-next {
    left: auto;
    right: -165px;
}

.td-brand-img-wrapper:hover .td-brand-images .slick-arrow {
    opacity: 1;
    visibility: visible;
    left: -100px;
}

.td-brand-img-wrapper:hover .td-brand-images .slick-arrow.slick-next {
    left: auto;
    right: -100px;
}

.td-brand-img-wrapper .td-brand-images .slick-dots button {
    background-color: var(--e-global-color-cb81c10);
}

.td-brand-img-wrapper .td-brand-images ul.slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 25px;
}

.td-brand-item.slick-slide img {
    filter: grayscale(100%);
}

.td-brand-item.slick-slide img:hover {
    filter: grayscale(0%);
}
img.attachment-full.size-full {
    height: 300px;
    object-fit: cover;
}

@media only screen and (max-width: 991px) {
    .td-single-countup-box {
        padding: 20px 16px 20px 16px;
    }
    .best-client-section .td-section-title-wrap .title {
        width: 80%;
        margin: 0 auto 15px;
    }
    .td-number-unit {
        margin-top: 16px;
    }
    .td-count-title {
        font-size: 14px;
        line-height: 24px;
    }
    .td-count-number, .td-count-unit {
        font-size: 22px;
        line-height: 32px;
    }
    .td-count-icon {
        height: 50px;
        width: 50px;
        display: inline-block;
        line-height: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .gallery-item {
        width: 33.33% !important;
        max-width: 33.33% !important;
        padding: 0 10px 10px 0 !important;
    }
    img.attachment-full.size-full {
        height: 150px;
    }
    .elementor-element.elementor-element-189f677.gallery-spacing-custom.elementor-widget.elementor-widget-image-gallery {
        padding-right: 10px;
    }
}
@media only screen and (max-width: 575px) {
    .td-single-countup-box {
        padding: 20px 10px 20px 10px;
    }
    .td-count-icon {
        height: 45px;
        width: 45px;
       
    }
    
}
