/*--------------------------------------------------------------
# Home Slider Widget Css
--------------------------------------------------------------*/
.td-home-slider-area {
    position: relative;
    overflow: hidden;
}

.td-home-slider-area .td-single-slide-item {
    height: 950px;
}

.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: 110px;
    font-weight: 800;
    color: #ffffff;
}

.td-slider-content-text {
    font-size: 20px;
    line-height: 32px;
    margin-top: 25px;
    margin-bottom: 30px;
    color: #ffffff;
}

.slider-button-wrapper .td-button {
    margin-right: 15px;
    margin-top: 10px;
}

.slider-button-wrapper .td-button:last-child {
    margin-right: 0;
}

.slider-right-button {
    text-align: center;
}

.td-home-slider-area .slick-dots {
    position: absolute;
    width: auto;
    line-height: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    z-index: 1;
}

.td-home-slider-area .slick-dots button {
    background-color: #ffffff;
}

.td-home-slider-area .slick-arrow {
    position: absolute;
    height: 60px;
    width: 60px;
    top: 50%;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    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: #282828;
    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;
}

.slider-button-wrapper .td-video-button:before, .slider-button-wrapper .td-video-button:after {
    display: none;
}

.slider-button-wrapper .td-video-button i {
    color: #fff;
    z-index: auto;
    position: relative;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 39px;
    left: auto;
    top: auto;
    font-size: 14px;
    border-radius: 50px;
    display: none;
}

.slider-line-text {
    font-family: 'Gilroy', sans-serif;
    font-size: 240px;
    font-weight: 900;
    position: absolute;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #63696d;
    right: 0;
    bottom: -65px;
    line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-line-text {
        font-size: 160px;
        bottom: -40px;
    }
}

@media only screen and (min-width: 768px) 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: 75px;
        line-height: 85px;
    }

    .td-home-slider-area .td-single-slide-item {
        height: 750px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
    .slider-line-text {
        display: none;
    }
}

@media only screen and (max-width: 767px) {

    .slider-button-wrapper .td-video-button i {
        display: block;
    }

    .slider-right-button {
        display: none;
    }

    .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: 40px;
    }

    .td-slider-content-text {
        font-size: 16px;
        line-height: 26px;
    }

    .td-home-slider-area .td-single-slide-item {
        height: 480px;
    }

    .td-home-slider-area .td-button {
        padding: 12px 20px 10px 20px;
        font-size: 15px;
        font-weight: 500;
    }

    .slider-button-wrapper .td-button {
        margin-right: 5px;
    }

    .slider-right-button {
        text-align: left;
        margin-top: 50px;
        padding-left: 20px;
    }
}


/*--------------------------------------------------------------
# Home Two Slider Widget Css
--------------------------------------------------------------*/
.td-home-slider-two .td-slide-title h1,
.td-home-slider-two .td-slide-title h2,
.td-home-slider-two .td-slide-title h3,
.td-home-slider-two .td-slide-title h4,
.td-home-slider-two .td-slide-title h5,
.td-home-slider-two .td-slide-title h6 {
    font-size: 78px;
    line-height: 88px;
}

.td-home-slider-two .td-slide-subtitle .subtitle {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 25px;
}

.td-home-slider-two .slider-button-wrapper {
    margin-top: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-home-slider-two .td-slide-title h1, .td-home-slider-two .td-slide-title h2, .td-home-slider-two .td-slide-title h3, .td-home-slider-two .td-slide-title h4, .td-home-slider-two .td-slide-title h5, .td-home-slider-two .td-slide-title h6 {
        font-size: 60px;
        line-height: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .td-home-slider-two .td-slide-title h1, .td-home-slider-two .td-slide-title h2, .td-home-slider-two .td-slide-title h3, .td-home-slider-two .td-slide-title h4, .td-home-slider-two .td-slide-title h5, .td-home-slider-two .td-slide-title h6 {
        font-size: 30px;
        line-height: 40px;
    }
}


/*--------------------------------------------------------------
# Home Three Widget Css
--------------------------------------------------------------*/
/* Header Css */

@media only screen and (min-width: 1200px) {
    .header-style-four.home-banner-three .main-menu-area {
        background: transparent;
    }

    .header-style-four.home-banner-three .header-area {
        position: absolute;
        width: 100%;
        z-index: 1;
    }

    .header-style-four.home-banner-three .header-top-area {
        background-color: transparent;
    }

    .header-style-four.home-banner-three .header-top-area li.top-social-item a {
        color: #ffffff;
        border-color: #ffffff;
    }



    .header-style-four.home-banner-three .header-cta-button a {
        color: #ffffff;
    }

    .header-style-four.home-banner-three .main-menu-area.uk-sticky.uk-active .header-cta-button a {
        background-color: #ffffff;
        color: #626262;
    }

    .header-style-four.home-banner-three .td-slider-content {
        margin-top: 200px;
    }
}

/* Header Three Css */

.td-home-three-slider-item {
    position: relative;
    height: 890px !important;
}

.td-home-three-slider-item .slider-right-image {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 45%;
}

.td-home-three-slider-item .slider-subtitle {
    font-size: 26px;
    line-height: 36px;
    text-transform: uppercase;
}

.td-home-three-slider-item .slider-title {
    font-size: 85px;
    line-height: 95px;
    color: #282828;
    font-weight: 800;
    font-family: 'Gilroy', sans-serif;
    margin-top: 25px;
    margin-bottom: 20px;
}

.td-home-three-slider-item .slider-description {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
}

.td-home-three-slider-item .slider-description p:last-child {
    margin-bottom: 0;
}

.td-home-three-slider-item .slider-button {
    margin-top: 50px;
}

.td-home-three-slider-item .slider-icon-wrapper {
    height: 160px;
    width: 160px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    padding: 15px 35px;
    position: absolute;
    z-index: 1;
}

.td-home-three-slider-item .slider-icon {
    height: 60px;
    width: 60px;
    display: inline-block;
    font-size: 35px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    background-color: #fb783a;
    margin-bottom: 15px;
    margin-left: -3px;
}

.td-home-three-slider-item .slider-icon svg {
    width: 35px;
    margin-top: -5px;
    fill: #ffffff;
}

.td-home-three-slider-item .slider-icon img {
    width: 35px;
    display: inline-block !important;
    margin-top: -5px;
}

.slider-icon-wrapper .icon-shape {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: -3px;
    border-radius: 50%;
    z-index: -1;
}

.td-home-three-slider-item .slider-icon-wrapper span {
    display: block;
    font-size: 17px;
    line-height: 25px;
    color: #ffffff;
    font-family: 'Gilroy', sans-serif;
    font-weight: 600;
    margin-left: -3px;
}

.td-home-three-slider-item .slider-icon-wrapper.slider-icon-1 {
    bottom: 15px;
    left: 145px;
}

.td-home-three-slider-item .slider-icon-wrapper.slider-icon-2 {
    bottom: 50%;
    margin-bottom: -220px;
    left: -28px;
}

.td-home-three-slider-item .slider-icon-wrapper.slider-icon-3 {
    top: 220px;
    left: -80px;
}

.td-home-three-slider-item[data-slick-index="0"] .slider-icon-wrapper.slider-icon-3 .icon-shape,
.td-home-three-slider-item[data-slick-index="1"] .slider-icon-wrapper.slider-icon-2 .icon-shape,
.td-home-three-slider-item[data-slick-index="2"] .slider-icon-wrapper.slider-icon-1 .icon-shape {
    background-color: #282828;
}

.td-home-three-slider-item[data-slick-index="0"] .slider-icon-wrapper.slider-icon-3 .slider-icon,
.td-home-three-slider-item[data-slick-index="1"] .slider-icon-wrapper.slider-icon-2 .slider-icon,
.td-home-three-slider-item[data-slick-index="2"] .slider-icon-wrapper.slider-icon-1 .slider-icon {
    background-color: #3c3b3a;
}

.slick-arrow {
    height: 50px;
    width: 50px;
    line-height: 50px;
    top: 50%;
    margin-top: -25px;
    border-radius: 5px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    color: #ffffff;
    left: -100px;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    z-index: 1;
}

.slick-arrow.slick-next {
    left: auto;
    right: -100px;
}

.td-home-three-slider-wrapper:hover .slick-arrow {
    left: 100px;
    opacity: 1;
    visibility: visible;
}

.td-home-three-slider-wrapper:hover .slick-arrow.slick-next {
    left: auto;
    right: 100px;
}


@media only screen and (min-width: 1920px) {
    .td-home-three-slider-item .slider-right-image {
        max-width: 39%;
    }
}

@media only screen and (max-width: 1199px) {
    .td-home-three-slider-item .slider-title {
        font-size: 65px;
        line-height: 75px;
    }

    .td-home-three-slider-item {
        height: 700px !important;
    }

    .td-home-three-slider-item .slider-icon-wrapper {
        height: 150px;
        width: 150px;
    }

    .td-home-three-slider-item .slider-icon-wrapper span {
        font-size: 16px;
        line-height: 23px;
        font-weight: 500;
    }

    .td-home-three-slider-item .slider-icon-wrapper.slider-icon-3 {
        top: 80px;
        left: -60px;
    }

    .td-home-three-slider-item .slider-icon-wrapper.slider-icon-2 {
        margin-bottom: -185px;
    }

    .td-home-three-slider-item .slider-icon-wrapper.slider-icon-1 {
        bottom: -55px;
    }
}

@media only screen and (max-width: 991px) {
    .slider-right-image {
        display: none;
    }

    .td-home-three-slider-item {
        height: 600px !important;
    }
}

@media only screen and (max-width: 767px) {
    .td-home-three-slider-item .slider-title {
        font-size: 30px;
        line-height: 40px;
    }

    .td-home-three-slider-item .slider-subtitle {
        font-size: 20px;
        line-height: 30px;
    }

    .td-home-three-slider-item .slider-description {
        font-size: 16px;
        line-height: 26px;
    }

    .td-home-three-slider-item .slider-button {
        margin-top: 35px;
    }

    .td-home-three-slider-item {
        height: 470px !important;
    }
}


/*--------------------------------------------------------------
# Hom Slide Four Widget Css
--------------------------------------------------------------*/

.td-home-slider-four .td-slider-content-wrapper {
    margin-top: 60px;
}

.td-home-slider-four .td-single-slide-item {
    position: relative;
}

.td-home-slider-four .slide-right-image {
    position: absolute;
    bottom: 0;
    right: 17%;
    max-width: 35%;
}

.td-home-slider-four .subtitle {
    color: #fe590f;
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    display: inline-block;
}

.td-home-slider-four .subtitle:before {
    content: '';
    height: 2px;
    background-color: #fe590f;
    width: 80px;
    left: calc(100% + 20px);
    position: absolute;
    top: 50%;
    margin-top: -2px;
}

.td-home-slider-four .td-slide-title h1,
.td-home-slider-four .td-slide-title h2,
.td-home-slider-four .td-slide-title h3,
.td-home-slider-four .td-slide-title h4,
.td-home-slider-four .td-slide-title h5,
.td-home-slider-four .td-slide-title h6{
    color: #282828;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 90px;
    line-height: 105px;
}

.td-home-slider-four .td-slide-title strong{
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #282828;
}

.td-home-slider-area.td-home-slider-four .slick-dots {
    position: absolute;
    width: 100%;
    line-height: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    z-index: 1;
    text-align: left;
    max-width: 1170px;
    padding-left: 85px;
}

.td-home-slider-four .slick-dots li {
    font-weight: 700;
    font-size: 20px;
    color: #282828;
    transition: .3s;
    cursor: pointer;
    position: relative;
}

.td-home-slider-four .slick-dots li:first-child:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 50px;
    background-color: #fe590f;
    top: 50%;
    margin-top: 1px;
    left: -70px;
}

.td-home-slider-four .slick-dots li span {
    margin-left: 3px;
    font-size: 25px;
    color: #282828;
}

.td-home-slider-four .slick-dots li:last-child span {
    display: none;
}

.td-home-slider-four .slick-dots li span:first-child {
    margin-left: 15px;
}

.td-home-slider-four .slick-dots li span:last-child {
    margin-right: 5px;
}

.td-home-slider-four .slick-dots li.slick-active, .td-home-slider-four .slick-dots li:hover {
    color: #fe590f;
}

@media only screen and (max-width: 1199px) {
    .td-home-slider-four .td-slide-title h1,
    .td-home-slider-four .td-slide-title h2,
    .td-home-slider-four .td-slide-title h3,
    .td-home-slider-four .td-slide-title h4,
    .td-home-slider-four .td-slide-title h5,
    .td-home-slider-four .td-slide-title h6{
        font-size: 95px;
        line-height: 105px;
    }

    .td-home-slider-four .slide-right-image {
        right: 7%;
        max-width: 42%;
    }

    .td-home-slider-area.td-home-slider-four .slick-dots{
        max-width: 960px;
    }
}

@media only screen and (max-width: 991px) {
    .td-home-slider-four .td-slide-title h1,
    .td-home-slider-four .td-slide-title h2,
    .td-home-slider-four .td-slide-title h3,
    .td-home-slider-four .td-slide-title h4,
    .td-home-slider-four .td-slide-title h5,
    .td-home-slider-four .td-slide-title h6{
        font-size: 70px;
        line-height: 80px;
    }

    .td-home-slider-four .slide-right-image {
        right: 4%;
        max-width: 50%;
    }

    .td-home-slider-area.td-home-slider-four .slick-dots{
        max-width: 720px;
    }

    .td-home-slider-four .slick-dots li{
        font-size: 18px;
    }

    .td-home-slider-four .slick-dots li span:first-child {
        margin-left: 10px;
    }

    .td-home-slider-four .slick-dots li span:last-child {
        margin-right: 0px;
    }


}

@media only screen and (max-width: 767px) {
    .td-home-slider-four .slide-right-image {
        display: none;
    }

    .td-home-slider-four .td-slide-title h1,
    .td-home-slider-four .td-slide-title h2,
    .td-home-slider-four .td-slide-title h3,
    .td-home-slider-four .td-slide-title h4,
    .td-home-slider-four .td-slide-title h5,
    .td-home-slider-four .td-slide-title h6{
        font-size: 35px;
        line-height: 45px;
    }

    .td-home-slider-four .td-cover-bg {
        background-size: cover;
        background-position: left center;
    }

    .td-home-slider-four .subtitle:before{
        display: none;
    }

    .td-home-slider-area.td-home-slider-four .slick-dots {
        bottom: 30px;
    }
}

/*--------------------------------------------------------------
# Promo Box Widget Css
--------------------------------------------------------------*/

.td-icon-wrapper {
    margin-bottom: 30px;
}

.td-icon-wrapper i {
    font-size: 65px;
    line-height: 1;
}

.td-icon-wrapper svg {
    height: 65px;
    width: 65px;
}

.td-icon-wrapper.td-image-icon {
    width: 65px;
    display: inline-block;
}

.td-single-promo-box {
    text-align: center;
    background-color: #fbf6f3;
    padding: 30px 30px 25px 30px;
    border-right: 1px solid #fae5dc;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.td-promo-title {
    margin-bottom: 0;
    font-size: 18px;
}

.td-promo-box-wrapper .td-promo-box-column:last-child .td-single-promo-box {
    border-right: 0;
}

.td-icon-wrapper.td-promo-icon-wrapper {
    margin-bottom: 20px;
}

.td-single-promo-box:before {
    position: absolute;
    content: '';
    height: calc(100% + 30px);
    width: 100%;
    left: 0;
    top: -15px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}

.td-single-promo-box:hover:before {
    opacity: 1;
    visibility: visible;
}


.td-single-promo-box:after {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    top: -5px;
    left: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.td-single-promo-box:hover:after {
    border-left-color: #ffffff;
    border-top-color: #ffffff;
}

.td-single-promo-box:hover i {
    color: #ffffff;
}

.td-single-promo-box:hover svg {
    fill: #ffffff;
}

.td-single-promo-box:hover .td-promo-title {
    color: #ffffff;
}

@media (max-width: 1200px) {
    .td-single-promo-box {
        border: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .col-lg-3 .td-single-promo-box {
        padding: 30px 25px 25px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-single-promo-box {
        padding: 30px 25px 25px 25px;
    }
}

@media only screen and (max-width: 767px) {
    .td-promo-box-wrapper .container {
        padding-right: 0;
        padding-left: 0;
    }
}


/*--------------------------------------------------------------
# Promo Box Two Widget Css
--------------------------------------------------------------*/

.td-promo-two-item-wrapper {
    background: #fff2ed;
    position: relative;
    padding: 45px 40px;
    margin-bottom: 30px;
    overflow: hidden;
}

.promo-two-content {
    position: relative;
    z-index: 1;
}

.promo-two-icon {
    height: 60px;
    width: 60px;
    text-align: center;
    font-size: 60px;
    line-height: 60px;
    display: inline-block;
    margin-bottom: 30px;
}

.td-promo-two-item-wrapper:hover .promo-two-icon svg {
    fill: #ffffff;
}

.promo-two-big-icon svg {
    fill: #ffe3d7;
}

.td-promo-two-item-wrapper:hover .promo-two-big-icon {
    color: #fe6c26;
}

.td-promo-two-item-wrapper:hover .promo-two-big-icon svg {
    fill: #fe6c26;
}

.promo-two-title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
}

.promo-two-description {
    font-size: 15px;
    font-weight: 300;
}

.promo-two-description p:last-child {
    margin-bottom: 0;
}

.promo-two-button {
    margin-top: 30px;
}

.promo-two-button a {
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
    font-weight: 700;
    border-left: 5px solid;
    line-height: 1;
    padding: 5px 5px 5px 15px;
}

.promo-two-big-icon {
    height: 200px;
    width: 200px;
    position: absolute;
    right: -30px;
    top: -70px;
    font-size: 200px;
    line-height: 1;
    color: #ffe3d7;
    z-index: 1;
}

.td-promo-two-item-wrapper,
.promo-two-icon,
.promo-two-title,
.promo-two-description,
.promo-two-big-icon,
.td-promo-two-item-wrapper:before,
.promo-two-icon svg,
.promo-two-big-icon svg {
    -webkit-transition: .3s;
    transition: .3s;
}

.td-promo-two-item-wrapper:hover .promo-two-icon,
.td-promo-two-item-wrapper:hover .promo-two-title,
.td-promo-two-item-wrapper:hover .promo-two-description,
.td-promo-two-item-wrapper:hover .promo-two-button a {
    color: #ffffff;
}

.td-promo-two-item-wrapper:before {
    content: '';
    height: 0;
    width: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid #ffffff;
    border-top: 30px solid transparent;
    border-bottom: 30px solid #ffffff;
    position: absolute;
    bottom: 15px;
    right: 15px;
    opacity: 0;
    visibility: hidden;
}

.td-promo-two-item-wrapper:hover:before {
    opacity: 1;
    visibility: visible;
}


@media only screen and (max-width: 1199px) {
    .promo-two-title {
        font-size: 23px;
        line-height: 33px;
    }
}

@media only screen and (max-width: 767px) {
    .td-promo-two-item-wrapper {
        padding: 45px 25px;
    }
}

/*--------------------------------------------------------------
# Section Title Widget Css
--------------------------------------------------------------*/

.td-section-subtitle-wrapper {
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
}

.td-section-title-content {
    display: inline-block;
}

.td-section-subtitle {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.td-subtitle-icon {
    display: inline-block;
    line-height: 1;
    position: absolute;
    font-size: 66px;
    height: 66px;
    width: 66px;
    color: #ffe5dc;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.td-subtitle-icon svg {
    fill: #ffe5dc;
}

.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: 60px;
    margin-bottom: 25px;
}


@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: 30px;
        line-height: 40px;
    }

    .td-section-subtitle-wrapper {
        margin-bottom: 40px;
    }
}

/*--------------------------------------------------------------
# Section Title Two Widget Css
--------------------------------------------------------------*/
.td-section-title-two-wrapper {
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}

.td-section-big-text {
    font-family: 'Gilroy', sans-serif;
    font-size: 400px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #2b313d;
    line-height: 1;
    position: absolute;
    top: -155px;
    left: 50%;
    transform: translateX(-50%);
}

.td-section-title-two {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.td-section-title-two h1,
.td-section-title-two h2,
.td-section-title-two h3,
.td-section-title-two h4,
.td-section-title-two h5,
.td-section-title-two h6 {
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 30px;
}

.td-section-title-two-line {
    height: 7px;
    display: inline-block;
    width: 35px;
    border-radius: 5px;
}

.td-section-title-two-line.td-middle-line {
    width: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .td-section-big-text {
        font-size: 200px;
        top: -110px;
    }

    .td-section-title-two h1, .td-section-title-two h2, .td-section-title-two h3, .td-section-title-two h4, .td-section-title-two h5, .td-section-title-two h6 {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .td-section-big-text {
        font-size: 85px;
        top: -90px;
    }

    .td-section-title-two h1,
    .td-section-title-two h2,
    .td-section-title-two h3,
    .td-section-title-two h4,
    .td-section-title-two h5,
    .td-section-title-two h6 {
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 40px;
    }
}

/*--------------------------------------------------------------
# Text With Title Widget Css
--------------------------------------------------------------*/

.td-text-with-title-wrapper .title h1,
.td-text-with-title-wrapper .title h2,
.td-text-with-title-wrapper .title h3,
.td-text-with-title-wrapper .title h4,
.td-text-with-title-wrapper .title h5,
.td-text-with-title-wrapper .title h6 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 25px;
}

.td-text-with-title-wrapper blockquote p:last-child {
    margin-bottom: 0;
}

.td-text-with-title-wrapper blockquote {
    font-size: 16px;
    line-height: 32px;
    font-style: italic;
}

.td-text-with-title-wrapper ul {
    list-style: square;
}

@media only screen and (max-width: 767px) {
    .td-text-with-title-wrapper .title h1,
    .td-text-with-title-wrapper .title h2,
    .td-text-with-title-wrapper .title h3,
    .td-text-with-title-wrapper .title h4,
    .td-text-with-title-wrapper .title h5,
    .td-text-with-title-wrapper .title h6 {
        font-size: 30px;
        line-height: 40px;
    }
}

/*--------------------------------------------------------------
# Image Widget Css
--------------------------------------------------------------*/
.td-image-container {
    width: 100%;
}

/*--------------------------------------------------------------
# Service Box One Widget Css
--------------------------------------------------------------*/

.td-service-box-image {
    height: 170px;
    width: 170px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    display: inline-block;
    border: 10px solid #ffffff;
    box-shadow: 0 0px 14px 0px rgba(0, 0, 0, .1);
    margin-bottom: 35px;
    position: relative;
}

.td-service-box-one-content {
    text-align: center;
    background-color: #ffffff;
    padding: 35px 30px 45px 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.td-single-service-box-one {
    margin-bottom: 30px;
}

.td-service-box-subtitle {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 18px;
}

.td-service-box-title {
    font-size: 26px;
    line-height: 36px;
}

a.td-service-one-button {
    font-family: 'Gilroy', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #6e6d6d;
    position: relative;
}

a.td-service-one-button:before,
a.td-service-one-button:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: 0;
    left: 0;
}

a.td-service-one-button:before {
    width: 100%;
    background: #6e6d6d;
}

a.td-service-one-button:after {
    width: 0px;
    transition: .3s;
}

.td-service-one-button:hover:after {
    width: 100%;
}

.td-service-box-one-content .top-shape {
    position: absolute;
    height: 200px;
    width: 200px;
    background-color: var(--headerbackground);
    border-radius: 50%;
    left: -20px;
    top: -40px;
}

.td-service-box-one-content:before {
    position: absolute;
    height: 0;
    width: 0;
    content: '';
    border-top: 30px solid transparent;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    bottom: 25px;
    right: 25px;
    transition: .3s;
}

.td-service-slider-active .slick-dots button {
    background-color: #ffffff;
}

.td-service-box-one-wrapper .slick-arrow {
    position: absolute;
    color: #ffffff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    left: -200px;
    top: 50%;
    margin-top: -25px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;

}

.td-service-box-one-wrapper .slick-arrow.slick-next {
    left: auto;
    right: -200px;
}

.td-service-box-one-wrapper:hover .slick-arrow {
    left: -100px;
    opacity: 1;
    visibility: visible;
}

.td-service-box-one-wrapper:hover .slick-arrow.slick-next {
    left: auto;
    right: -100px;
}

.td-service-box-one-wrapper .slick-dots {
    position: absolute;
    bottom: -65px;
}

@media only screen and (max-width: 1024px) {
    .td-service-box-title {
        font-size: 24px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 767px) {
    .td-service-box-one-content {
        padding: 35px 25px 45px 25px;
    }
}

/*--------------------------------------------------------------
# Service Box Two Widget Css
--------------------------------------------------------------*/
.td-single-service-box-two {
    background-color: #ffffff;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 40px 35px 35px 35px;
    position: relative;
    overflow: hidden;
}

.td-service-two-content-wrapper {
    position: relative;
    z-index: 1;
}

.td-service-two-icon {
    height: 80px;
    width: 80px;
    border-radius: 10px;
    display: table;
    margin-bottom: 38px;
    overflow: hidden;
}

.td-service-icon {
    height: 50px;
    width: 50px;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
}

.td-service-icon svg {
    width: 50px;
    fill: #ffffff;
}

.td-service-icon img {
    width: 50px;
}

.td-service-two-title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 18px;
}

.td-service-two-desc {
    margin-bottom: 25px;
}


.td-service-two-desc p:last-child {
    margin-bottom: 0;
}

.td-service-shape {
    position: absolute;
    height: 190px;
    width: 190px;
    background: #ffd1bc;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 10px;
    right: -155px;
    top: -12px;
    -webkit-transition: .3s;
    transition: .3s;
}

.td-service-shape.td-service-shape-2 {
    right: -140px;
    opacity: .5;
}

.td-service-shape.td-service-shape-3 {
    right: -125px;
    opacity: .4;
}

.td-service-shape.td-service-shape-4 {
    right: -110px;
    opacity: .3;
}

.td-single-service-box-two:hover .td-service-shape {
    background-color: #fe8851;
}

.td-single-service-box-two,
.td-service-icon,
.td-service-two-desc {
    -webkit-transition: .3s;
    transition: .3s;
}

div.td-single-service-box-two:hover .td-service-icon {
    background-color: #fe753a;
}

.td-single-service-box-two:hover .td-service-two-title,
.td-single-service-box-two:hover .td-service-two-desc,
.td-single-service-box-two:hover .td-text-button {
    color: #ffffff;
}

/*--------------------------------------------------------------
# Service Box Three Widget Css
--------------------------------------------------------------*/
.td-service-three-item {
    box-shadow: 0px 5px 16px 0px rgba(221, 221, 221, 0.5);
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
}

.td-service-three-content {
    padding: 60px 35px 50px 35px;
    position: relative;
}

.td-service-three-content:before {
    content: '';
    height: 0;
    width: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid #fe590f;
    border-top: 30px solid transparent;
    border-bottom: 30px solid #fe590f;
    position: absolute;
    bottom: 15px;
    right: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}

.td-service-three-item:hover .td-service-three-content:before {
    opacity: 1;
    visibility: visible;
}

.td-service-three-image {
    height: 250px;
    position: relative;
}

.td-service-three-icon {
    height: 70px;
    width: 70px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 70px;
    position: absolute;
    bottom: 0;
    margin-bottom: -35px;
    left: 50%;
    margin-left: -35px;
}

.td-service-three-icon svg {
    fill: #ffffff;
}

.td-service-three-icon svg, div.td-service-three-icon img {
    max-width: 40px;
    margin-top: -8px;
    display: inline-block;
}

.td-service-three-title {
    font-size: 25px;
    -webkit-transition: .3s;
    transition: .3s;
}

.td-service-three-desc p:last-child {
    margin-bottom: 0;
}

.td-service-three-button {
    margin-top: 35px;
}

.td-service-three-wrapper .slick-arrow {
    left: -200px;
}

.td-service-three-wrapper .slick-arrow.slick-next {
    left: auto;
    right: -200px;
}

.td-service-three-wrapper:hover .slick-arrow {
    left: -100px;
    opacity: 1;
    visibility: visible;
}

.td-service-three-wrapper:hover .slick-arrow.slick-next {
    left: auto;
    right: -100px;
}

.slick-dots {
    position: absolute;
    bottom: -50px;
}

@media only screen and (max-width: 991px) {
    .td-service-three-title {
        font-size: 23px;
    }
}

@media only screen and (max-width: 767px) {
    .td-service-three-wrapper .container {
        padding: 0 5px;
    }
}

/*--------------------------------------------------------------
# Service Box Four Widget Css / Flip
--------------------------------------------------------------*/

.flip-card {
    width: 100%;
    height: 400px;
    perspective: 1000px;
    margin-bottom: 30px;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-color: #fff9f6;
}

/* Style the back side */
.flip-card-back {
    background-color: #ff5a0a;
    transform: rotateY(180deg);
    padding: 30px;
}

.td-single-service-box-four .td-icon-wrapper {
    background: #ffffff;
    height: 120px;
    width: 120px;
    line-height: 120px;
    display: inline-block;
    border-radius: 3px;
}
.td-single-service-box-four .td-icon-wrapper i {
    line-height: 120px;
    color: #ff5a0a;

}

.td-single-service-box-four a.td-button i{
    margin-left: 5px;
}

.td-single-service-box-four .td-icon-wrapper svg,
.td-single-service-box-four .td-icon-wrapper img {
    max-width: 65px;
}

.td-single-service-box-four .td-icon-wrapper svg,
.td-single-service-box-four .td-icon-wrapper svg g{
    fill: #ff5a0a;
}

.td-service-four-subtitle {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 8px;
}

.td-service-four-title {
    color: #ffffff;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 25px;
}

.td-single-service-box-four .td-button {
    background-color: #ffffff;
    color: #ff5a0a;
    padding: 20px 30px 15px 30px;
}

@media only screen and (max-width: 767px) {
    .flip-card-back {
        padding: 30px 25px;
    }

    .td-service-box-two-wrapper.td-service-box-4 .container {
        padding: 0;
    }
}

/*--------------------------------------------------------------
# Cta Widget Css
--------------------------------------------------------------*/
.td-cta-area {
    padding: 45px 70px;
    border-radius: 10px;
    position: relative;
}

.td-cta-title h1,
.td-cta-title h2,
.td-cta-title h3,
.td-cta-title h4,
.td-cta-title h5,
.td-cta-title h6 {
    font-size: 43px;
    line-height: 53px;
    margin-bottom: 0;
    color: #ffffff;
}

.td-cta-button {
    text-align: right;
}

.td-cta-button .td-button {
    background-color: #ffffff;
    color: #282828;
    position: relative;
    border: 7px solid #fe793e;
}


.td-cta-button .td-button:hover {
    background-color: #282828;
    color: #ffffff;
}


.td-cta-area .td-icon-wrapper {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 70px;
}

.td-cta-area .td-icon-wrapper i {
    font-size: 180px;
}

.td-cta-area .td-icon-wrapper svg {
    height: 180px;
    width: 180px;
}

.td-cta-title, .td-cta-button {
    position: relative;
    z-index: 1;
}

.td-cta-area .td-icon-wrapper.td-image-icon {
    max-width: 180px;
}


@media only screen and (max-width: 1024px) {
    .td-cta-title h1, .td-cta-title h2, .td-cta-title h3, .td-cta-title h4, .td-cta-title h5, .td-cta-title h6 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .td-cta-title {
        text-align: center;
        margin-bottom: 30px;
    }

    .td-cta-button {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-cta-area {
        padding: 45px 40px;
    }
}

@media only screen and (max-width: 767px) {
    .td-cta-title h1, .td-cta-title h2, .td-cta-title h3, .td-cta-title h4, .td-cta-title h5, .td-cta-title h6 {
        font-size: 30px;
        line-height: 39px;
    }

    .td-cta-area {
        padding: 45px 25px;
    }
}


/*--------------------------------------------------------------
# Tabs Widget Css
--------------------------------------------------------------*/


.td-tabs-wrapper ul.nav.nav-tabs {
    width: 100%;
    padding: 0;
}

.td-tabs-wrapper ul.nav.nav-tabs li {
    width: 20%;
    text-align: center;
}

.td-tabs-wrapper .td-icon-wrapper {
    margin-bottom: 15px;
}

.td-tabs-wrapper ul.nav.nav-tabs li span.td-tab-menu-text {
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
}

.td-tabs-wrapper .nav.nav-tabs li a {
    color: #626262;
}

.td-tabs-wrapper .td-icon-wrapper i {
    font-size: 65px;
    line-height: 1;
}

.td-tabs-wrapper .nav.nav-tabs li a svg {
    fill: #626262;
    height: 65px;
    width: 65px;
}

.td-tabs-wrapper .td-icon-wrapper.td-image-icon {
    width: 65px;
}

.td-tab-left-content h1,
.td-tab-left-content h2,
.td-tab-left-content h3,
.td-tab-left-content h4,
.td-tab-left-content h5,
.td-tab-left-content h6 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
}

.td-tabs-wrapper .nav-tabs {
    border-bottom: 0;
    margin-bottom: 70px;
}


@media only screen and (max-width: 1024px) {
    .td-tabs-wrapper .td-icon-wrapper i {
        font-size: 50px;
    }

    .td-tabs-wrapper .nav.nav-tabs li a svg {
        height: 50px;
        width: 50px;
    }

    .td-tabs-wrapper .td-icon-wrapper.td-image-icon {
        width: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-tab-left-content h1,
    .td-tab-left-content h2, .td-tab-left-content h3,
    .td-tab-left-content h4, .td-tab-left-content h5, .td-tab-left-content h6 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .td-tabs-wrapper ul.nav.nav-tabs li {
        width: 100%;
        text-align: left;
        margin-bottom: 25px;
        position: relative;
    }

    .td-tabs-wrapper .td-icon-wrapper {
        margin-bottom: 0;
    }

    .td-tabs-wrapper ul.nav.nav-tabs li span.td-tab-menu-text {
        font-weight: 600;
        text-transform: uppercase;
        display: block;
        font-size: 16px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 65px;
    }

    .td-tabs-wrapper .nav.nav-tabs li a {
        display: block;
    }

    .td-tabs-wrapper .nav-tabs {
        border-bottom: 0;
        margin-bottom: 30px;
    }

    .td-tab-left-content h1, .td-tab-left-content h2, .td-tab-left-content h3, .td-tab-left-content h4, .td-tab-left-content h5, .td-tab-left-content h6 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
    }
}


/*--------------------------------------------------------------
# CounterUp Widget Css
--------------------------------------------------------------*/
.td-single-counter-box {
    background-color: #fbf6f4;
    text-align: center;
    padding: 40px 25px 35px 25px;
    position: relative;
    margin-bottom: 30px;
}

.td-single-counter-box:before {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    border-top: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid transparent;
    left: 10px;
    top: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.td-single-counter-box:hover:before {
    border-top-color: #ffffff;
    border-left-color: #ffffff;
}


.td-number-unit, .td-count-title {
    position: relative;
}

.td-count-icon {
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    color: #fe7536;
}

.td-count-icon .td-icon-wrapper {
    margin-bottom: 0;
    line-height: 1;

}

.td-single-counter-box:hover .td-count-icon {
    opacity: 1;
    visibility: visible;
}

.td-count-icon i {
    font-size: 130px;
    line-height: 1;
}

.td-count-icon .td-icon-wrapper svg,
.td-count-icon .td-icon-wrapper {
    height: 130px;
    width: 130px;
}

.td-count-icon .td-icon-wrapper svg{
    fill: #fe7536;
}

.td-count-number,
.td-count-unit {
    font-size: 45px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0;
}

.td-count-title {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 28px;
}

.td-single-counter-box:hover .td-count-number,
.td-single-counter-box:hover .td-count-unit,
.td-single-counter-box:hover .td-count-title {
    color: #ffffff;
}


/* Count Box 2 */

.td-counter-box-two-wrapper {
    box-shadow: 0px 5px 16px 0px rgba(221, 221, 221, 0.5);
    text-align: center;
    border-radius: 10px;
}

.td-counter-box-two-wrapper .td-count-number,
.td-counter-box-two-wrapper .td-count-unit {
    font-size: 50px;
}

.td-counter-box-two-wrapper .td-count-title {
    font-size: 22px;
    line-height: 32px;
}

.td-single-counter-box-two {
    border-top: 10px solid;
    border-bottom: 10px solid;
    border-color: transparent;
    border-radius: 10px;
    padding: 70px 0 75px 0;
    position: relative;
}

.td-single-counter-box-two:after {
    content: '';
    position: absolute;
    height: 80px;
    width: 6px;
    right: -18px;
    background-color: #ffede4;
    top: 50%;
    margin-top: -40px;
    border-radius: 5px;
}

.td-counter-box-two-wrapper .count-two-col:last-of-type .td-single-counter-box-two:after {
    display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-single-counter-box-two {

        padding: 50px 0 55px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-counter-box-two-wrapper .td-count-number, .td-counter-box-two-wrapper .td-count-unit {
        font-size: 35px;
    }

    .td-counter-box-two-wrapper .td-count-title {
        font-size: 18px;
        line-height: 28px;
    }

    .td-single-counter-box-two {
        padding: 40px 0 45px 0;
    }
}

@media only screen and (max-width: 767px) {
    .td-single-counter-box-two {
        border-top: 5px solid;
        border-bottom: 5px solid;
        border-color: transparent;
        border-radius: 10px;
        padding: 10px 0 15px 0;
    }

    .td-counter-box-two-wrapper .td-count-number, .td-counter-box-two-wrapper .td-count-unit {
        font-size: 30px;
    }

    .td-counter-box-two-wrapper .td-count-title {
        font-size: 16px;
        line-height: 26px;
    }
}

/*--------------------------------------------------------------
# Project Section Widget Css
--------------------------------------------------------------*/

.project-section-title-and-video-wrapper {
    padding: 110px 0 130px;
    position: relative;
}

.project-section-title-and-video-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 84%;
}

.td-project-section-title h1,
.td-project-section-title h2,
.td-project-section-title h3,
.td-project-section-title h4,
.td-project-section-title h5,
.td-project-section-title h6 {
    font-size: 48px;
    color: #fff;
    line-height: 58px;
}

.td-project-video-button {
    padding-left: 25px;
}

.td-project-section-title {
    margin-bottom: 110px;
}

.td-project-slider-wrapper {
    margin-left: 25%;
    margin-top: -190px;
}

.td-single-project-box {
    margin-bottom: 30px;
}

.project-image {
    position: relative;
}

.td-project-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(254, 89, 15, .9);
    left: 0;
    width: 100%;
    transform: scale(0);
    transition: .3s;
    visibility: hidden;
    opacity: 0;
}

.td-single-project-box:hover .td-project-overlay {
    transform: scale(.9);
    visibility: visible;
    opacity: 1;
}

.td-project-details-link {
    position: absolute;
    height: 50px;
    width: 50px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -25px;
    font-size: 20px;
    transition: .4s;
    visibility: hidden;
    opacity: 0;
}

.td-single-project-box:hover .td-project-details-link {
    margin-top: -25px;
    visibility: visible;
    opacity: 1;
}

.td-project-slider-wrapper i.slick-arrow {
    position: absolute;
    height: 50px;
    width: 50px;
    left: -195px;
    top: 50%;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s;
}

.td-project-slider-wrapper i.slick-arrow:hover {
    background-color: #282828;
}

.td-project-slider-wrapper i.slick-arrow.slick-next {
    margin-left: 65px;
}

.td-project-slider-wrapper .slick-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -50px;
}

.td-project-content {
    border-left: 3px solid;
    padding: 0 15px;
    margin-top: 25px;
}

.td-project-content .subtitle {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.td-project-content .title {
    font-size: 23px;
    line-height: 33px;
    font-family: 'Gilroy', sans-serif;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0;
}
.td-project-section-wrapper .slick-arrow{
    opacity: 1;
    visibility: visible;
}
@media only screen and (max-width: 1024px) {
    .project-section-title-and-video-bg {
        width: 100%;
    }

    .td-project-slider-wrapper {
        margin-left: 0;
        margin-top: 115px;
    }

    .td-project-content .title {
        font-size: 20px;
        line-height: 30px;
    }

    .td-project-section-title {
        margin-bottom: 80px;
    }

    .td-project-section-title, .td-project-video-button {
        text-align: center;
    }

    .td-project-video-button {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .td-project-section-title h1,
    .td-project-section-title h2,
    .td-project-section-title h3,
    .td-project-section-title h4,
    .td-project-section-title h5,
    .td-project-section-title h6 {
        font-size: 30px;
        line-height: 40px;
    }

    .td-project-section-title {
        margin-bottom: 60px;
    }

    .project-section-title-and-video-wrapper {
        padding: 90px 0 90px;
    }

    .td-project-slider-wrapper {
        margin-top: 90px;
    }
}


/*--------------------------------------------------------------
# Project Slider Widget Css
--------------------------------------------------------------*/
.td-project-slider-two-wrapper .td-project-image {
    border-radius: 5px;
    overflow: hidden;
}

.td-project-slider-two-wrapper .td-single-project-item {
    position: relative;
}

.td-project-slider-two-wrapper .td-project-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(254, 89, 15, .9);
    border-radius: 5px;
    padding: 30px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .4s;
    transition: .4s;
}

.td-single-project-item:hover .td-project-content-wrapper {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    opacity: 1;
    visibility: visible;
}

.td-project-slider-two-wrapper .td-table-cell {
    vertical-align: bottom;
}

.td-project-content-wrapper,
.td-project-title-subtitle, .td-project-item-details a {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}

.td-project-title-subtitle {
    border-left: 5px solid;
    padding-left: 15px;
    border-color: #ffffff;
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.td-single-project-item:hover .td-project-title-subtitle,
.td-single-project-item:hover .td-project-item-details a {
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}

.td-project-slider-two-wrapper .project-title {
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 8px;
}

.td-project-slider-two-wrapper .project-subtitle {
    font-family: 'Gilroy', sans-serif;
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 0;
}

.td-project-slider-two-wrapper .project-subtitle a{
    color: #ffffff;
}

.td-project-slider-two-wrapper .td-project-item-details a {
    position: absolute;
    height: 50px;
    width: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    top: 20px;
    right: 15px;
    outline: none;
    border: none;
}

.td-project-slider-two-wrapper .td-project-content-wrapper:before {
    position: absolute;
    height: 0;
    width: 0;
    border-right: 43px solid #ffffff;
    border-left: 43px solid transparent;
    border-top: 43px solid #ffffff;
    border-bottom: 43px solid transparent;
    content: '';
    right: 15px;
    top: 15px;
    border-radius: 0 5px 0 0;
}

.td-project-slider-two-wrapper .slick-arrow {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: -100px;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}

.td-project-slider-two-wrapper .slick-arrow.slick-next {
    left: auto;
    right: -100px;
}

.td-project-slider-two-wrapper:hover .slick-arrow {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.td-project-slider-two-wrapper:hover .slick-arrow.slick-next {
    left: auto;
    right: 0px;
}

.td-project-slider-two-wrapper .slick-dots {
    position: absolute;
    bottom: -75px;
}

@media only screen and (max-width: 767px) {
    .td-project-slider-two-wrapper .project-title {
        font-size: 20px;
        line-height: 30px;
    }

    .td-project-slider-two-wrapper .project-subtitle {
        font-weight: 500;
    }
}


/*--------------------------------------------------------------
# Project Slider Three Widget Css
--------------------------------------------------------------*/
.td-project-slider-three-item .td-project-image {
    height: 180px;
}

.td-project-slider-three-item {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}

.td-project-slider-three-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 30px;
    background-color: rgba(254, 89, 15, .9);
}

.td-project-slider-three-content,
.td-project-slider-three-item .td-details-link,
.td-project-slider-three-content-wrapper {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}

.td-project-slider-three-content {
    border-left: 5px solid #ffffff;
    padding-left: 15px;
    -ms-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}

.td-project-slider-three-item:hover .td-project-slider-three-content,
.td-project-slider-three-item:hover .td-details-link,
.td-project-slider-three-item:hover .td-project-slider-three-content-wrapper {
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}


.td-project-slider-three-content .td-title {
    color: #ffffff;
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 3px;
}

.td-project-slider-three-content .td-subtitle {
    margin-bottom: 0;
    color: #ffffff;
}

.td-project-slider-three-item .td-details-link {
    position: absolute;
    right: 15px;
    bottom: 15px;
    -ms-transform: translateY(40%);
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
}

.td-project-slider-three-item .td-details-link a {
    height: 46px;
    width: 46px;
    border-radius: 50%;
    background: #ffffff;
    text-align: center;
    line-height: 46px;
}

.td-project-slider-three-wrapper .slick-arrow {
    left: -200px;
    margin-top: -40px;
}

.td-project-slider-three-wrapper .slick-arrow.slick-next {
    left: auto;
    right: -200px;
}

.td-project-slider-three-wrapper:hover .slick-arrow {
    left: -100px;
    opacity: 1;
    visibility: visible;
}

.td-project-slider-three-wrapper:hover .slick-arrow.slick-next {
    left: auto;
    right: -100px;
}


@media only screen and (max-width: 1199px) {
    .td-project-slider-three-content .td-title {
        font-size: 21px;
    }
}

@media only screen and (max-width: 767px) {
    .td-project-slider-three-wrapper .container {
        padding: 5px;
    }
}


/*--------------------------------------------------------------
# Team Widget Css
--------------------------------------------------------------*/
/* Layout One */
.td-single-member {
    margin-bottom: 35px;
}

.td-member-info {
    width: calc(100% - 40px);
    margin: -90px auto 0 auto;
    position: relative;
    box-shadow: 0px 5px 16px 0px rgba(217, 217, 217, 0.5);
    background: #ffffff;
    padding: 0 30px 30px 30px;
    min-height: 170px;
}

.td-member-social li a {
    border: 1px solid #cacaca;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 16px;
    margin-bottom: 5px;
}

.td-member-social li:last-child,
.td-member-social li:last-child a {
    margin-bottom: 0;
}

.td-member-social {
    width: 40px;
    display: inline-block;
}

.td-member-name-designation {
    width: calc(100% - 40px);
    display: inline-block;
    float: right;
    padding-left: 30px;
    height: 140px;
}

.td-member-social, .td-member-name-designation {
    position: relative;
    z-index: 2;
}

.td-member-name-designation .name {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 5px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
}

.td-member-name-designation .td-border {
    background-color: #282828;
    height: 3px;
    width: 80px;
    margin-top: 20px;
}

.td-member-name-designation .designation {
    display: block;
}


.td-member-info .td-top-shape {
    position: absolute;
    height: 100px;
    background: #ffffff;
    width: 100%;
    left: 0;
    top: -40px;
    transform: skewy(13deg);
    z-index: 1;
    border-top: 5px solid #ffffff
}

.td-top-shape:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    width: 100%;
    content: '';
}

.td-single-member:hover .td-member-social li a {
    border-color: #ffffff;
    color: #ffffff;
}

.td-single-member:hover .td-member-social li a:hover {
    background-color: #ffffff;
    color: #282828;
}

.td-single-member:hover .td-member-name-designation .name,
.td-single-member:hover .td-member-name-designation .designation {
    color: #ffffff;
}

.td-single-member:hover .td-member-name-designation .td-border {
    background-color: #ffffff;
}

.td-member-info, .td-top-shape, .td-border, .designation {
    -webkit-transition: .3s;
    transition: .3s;
}

.td-member-info .hover-icon {
    height: 100px;
    width: 100px;
    font-size: 100px;
    line-height: 100px;
    text-align: center;
    position: absolute;
    bottom: 2px;
    right: -5px;
    z-index: 1;
    color: #f5f5f5;
    -webkit-transition: .3s;
    transition: .3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-member-info {
        width: calc(100% - 15px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-member-name-designation .name {
        font-size: 21px;
        line-height: 31px;
    }
}

@media only screen and (max-width: 767px) {
    .td-member-info {
        width: calc(100% - 15px);
    }
}


/*--------------------------------------------------------------
# Team Two Widget Css
--------------------------------------------------------------*/

.team-two-wrapper.wrapper-bg-enable {
    max-width: 1400px;
    margin: 0 auto;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 95px 0 95px 0;
    border-radius: 10px;
}

.single-member-two {
    text-align: center;
    margin-bottom: 60px;
}

.team-two-wrapper .member-image {
    height: 260px;
    width: 260px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.team-two-wrapper .td-member-details-link {
    position: absolute;
    background-color: rgba(254, 89, 15, .9);
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s;
    transition: .3s;
}

.team-two-wrapper .single-member-two:hover .td-member-details-link {
    opacity: 1;
    visibility: visible;
    -ms-transform: scale(.9);
    -webkit-transform: scale(.9);
    transform: scale(.9);
}

.team-two-wrapper .td-member-details-link a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition-delay: .2s;
}

.single-member-two:hover .td-member-details-link a {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.team-two-wrapper .member-two-name {
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    font-size: 25px;
    margin-top: 30px;
}

.team-two-wrapper h3.member-two-name {
    margin-bottom: 8px;
    margin-top: 33px;
}

.team-two-wrapper .member-two-designation {
    margin-bottom: 0;
    font-size: 16px;
}

.member-button-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.team-two-wrapper .slick-arrow {
    position: absolute;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    left: -150px;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    color: #ffffff;
}

.team-two-wrapper .slick-arrow:hover {
    background-color: #282828;
    color: #ffffff;
}

.team-two-wrapper .slick-arrow.slick-next {
    left: auto;
    right: -150px;
}

.team-two-wrapper:hover .slick-arrow {
    left: -100px;
    opacity: 1;
    visibility: visible;
}

.team-two-wrapper:hover .slick-arrow.slick-next {
    left: auto;
    right: -100px;
}

@media only screen and (max-width: 1199px) {
    .team-two-wrapper .member-image {
        height: 210px;
        width: 210px;
    }
}

@media only screen and (max-width: 767px) {
    .member-button-wrapper {
        margin-top: 0;
    }

    .team-two-wrapper.wrapper-bg-enable {
        padding: 60px 0;
    }
}

/*--------------------------------------------------------------
# Team Three Widget Css
--------------------------------------------------------------*/

.td-team-three-wrapper .member-image-link {
    display: block;
}

.td-single-team-three-member {
    margin-bottom: 40px;
}

.td-single-team-three-member .td-image-wrapper {
    position: relative;
}

.td-member-three-image {
    height: 270px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}

.td-single-team-three-member .td-image-shape {
    height: 90%;
    width: 90%;
    position: absolute;
    border-radius: 10px;
}

.td-single-team-three-member .td-image-shape-1 {
    left: -10px;
    top: -10px;
}

.td-member-three-content {
    background-color: #ffffff;
    width: calc(100% - 15px);
    margin-left: 15px;
    border-radius: 0 0 10px 10px;
    padding: 35px 30px 30px 30px;
    text-align: center;
    position: relative;
}

.td-member-three-content .td-shape-2 {
    position: absolute;
    background: #282828;
    width: 90%;
    height: 30px;
    right: 0;
    top: -20px;
    border-radius: 10px;
}

.td-member-three-content .name {
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 0;
}

.td-member-three-content .designation {
    display: block;
}

.td-team-three-wrapper [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
}

.td-single-team-three-member:hover .name,
.td-single-team-three-member:hover .designation {
    color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-team-three-wrapper {
        padding: 0 0 0 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-team-three-wrapper {
        padding: 0 20px 0 30px;
    }

}

@media only screen and (max-width: 767px) {
    .td-team-three-wrapper {
        padding: 0 0 0 10px;
    }
}

/*--------------------------------------------------------------
# Team Four Widget Css
--------------------------------------------------------------*/
.team-two-wrapper.team-four-wrapper .member-two-name,
.team-two-wrapper.team-four-wrapper .member-two-designation{
    color: #ffffff;
}

.team-two-wrapper.team-four-wrapper h3.member-two-name{
    margin-top: 3px;
}

.team-two-wrapper.team-four-wrapper h3.member-two-name{
    margin-bottom: 3px;
}

.team-two-wrapper.team-four-wrapper .member-two-name{
    margin-top: 0;
    margin-bottom: 0;
}

.team-four-wrapper .td-member-two-info {
    padding: 20px;
    margin-top: 25px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.td-member-four-social {
    margin-top: 30px;
}

.td-member-four-social li a {
    background-color: #ffffff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    margin: 2px 4px;
}

.td-member-four-social li a:hover {
    background-color: #fe590f;
    color: #ffffff;
}

/*--------------------------------------------------------------
    # Team Member Info Widget Css
--------------------------------------------------------------*/

.td-member-details-info-wrapper .td-member-image {
    width: 360px;
    border: 5px solid #ffffff;
    overflow: hidden;
    border-radius: 0 100px 0 0;
    position: relative;
    border-left: 0;

}

.td-member-details-info-wrapper .td-member-social-info {
    text-align: center;
    margin: 25px 0;
}

.td-member-details-info-wrapper .td-member-social-info a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #c5c4c5;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

.td-member-details-info-wrapper .td-member-social-info li:last-child a {
    margin-right: 0;
}

.td-member-details-info-wrapper .td-member-social-info a:hover {
    color: #ffffff;
}

.td-member-details-info-wrapper .td-member-photo-and-social {
    display: inline-block;
    float: left;
    margin-right: 50px;
    margin-top: -80px;
    position: relative;
}

.td-member-details-info-wrapper .td-member-image-shape {
    position: absolute;
    height: 170px;
    width: 170px;
    border-radius: 50%;
    right: -40px;
    top: -40px;
}

.td-member-details-info-wrapper {
    background-color: #f9f9f9;
    border: 1px solid #eeedee;
}

.td-member-details-info-wrapper .td-quick-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.td-member-details-info-wrapper .td-member-details-wrapper {
    padding: 45px 45px 45px 410px;
}

.td-member-details-info-wrapper .td-quick-info ul li strong {
    min-width: 137px;
    display: inline-block;
    position: relative;
    margin-right: 30px;
}

.td-member-details-info-wrapper .td-quick-info ul li strong:before {
    position: absolute;
    content: ':';
    right: 0;
    font-weight: 700;
}

.td-member-details-info-wrapper .td-quick-info ul li {
    margin-bottom: 10px;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-member-details-info-wrapper .td-member-details-wrapper {
        padding: 30px 35px 30px 390px;
    }

    .td-member-details-info-wrapper .td-member-photo-and-social {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .td-member-details-info-wrapper .td-member-photo-and-social {
        float: none;
        margin-right: 0;
    }

    .td-member-details-info-wrapper .td-member-details-info-col {
        text-align: center;
    }

    .td-member-details-info-wrapper .td-member-details-wrapper {
        padding: 20px 45px 45px 45px;
        text-align: left;
    }
}


@media only screen and (max-width: 767px) {
    .td-member-details-info-wrapper .td-member-image {
        width: 250px;
    }

    .td-member-details-info-wrapper .td-member-image-shape {
        height: 150px;
        width: 150px;
        right: -15px;
        top: -15px;
    }

    .td-member-details-info-wrapper .td-member-details-wrapper {
        padding: 10px 15px 45px 15px;
    }

    .td-member-details-info-wrapper .td-quick-info ul li strong {
        min-width: auto;
        padding-right: 15px;
        margin-right: 15px;
    }
}

/*--------------------------------------------------------------
    # Testimonial Widget Css
--------------------------------------------------------------*/

.td-person-image {
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    margin-top: 5px;
}

.td-person-info {
    position: relative;
}

.td-person-name-rating .name {
    font-size: 23px;
    margin-bottom: 0;
}

.td-person-name-rating {
    padding-left: 120px;
}

.td-person-name-rating li i {
    font-size: 13px;
}


.td-person-info .designation {
    margin-bottom: 5px;
}

.testimonial-text {
    font-family: 'Gilroy', sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 35px;
    position: relative;
}

.testimonial-text p:last-child {
    margin-bottom: 0;
}

.testimonial-text i {
    font-size: 80px;
    position: absolute;
    color: #fcd6cb;
    z-index: -1;
    line-height: 1;

}

.td-testimonial-slider-wrapper .slick-arrow {
    position: absolute;
    right: 15px;
    bottom: 5px;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    z-index: 1;
    transition: .3s;
}

.td-testimonial-slider-wrapper .slick-arrow:hover {
    background-color: #282828;
}

.td-testimonial-slider-wrapper .slick-arrow.slick-prev {
    margin-right: 60px;
}


.td-testimonial-slider-wrapper .slick-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    width: auto;
}

/*--------------------------------------------------------------
# Testimonial Two Widget Css
--------------------------------------------------------------*/
.td-testimonial-two-wrapper {
    padding: 0 20px;
}

.td-testimonial-two-slide-content {
    background: #fff1eb;
    padding: 50px;
    border-radius: 10px;
    position: relative;
    text-align: left;
}

.td-testimonial-content p {
    position: relative;
}

.td-testimonial-two-slider-wrapper .td-testimonial-slide-item {
    padding: 30px;
    position: relative;
    z-index: 2;
}

.td-testimonial-two-slider-wrapper .td-testimonial-content p:last-child {
    margin-bottom: 0;
}

.td-testimonial-two-slider-wrapper .td-slider-shape {
    height: 250px;
    width: 250px;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
}

.td-testimonial-two-slider-wrapper .td-slider-shape-one {
    right: -2px;
    top: -2px;
    border-top: 2px solid;
    border-right: 2px solid;
}

.td-testimonial-two-slider-wrapper .td-slider-shape-two {
    left: -2px;
    bottom: -2px;
    border-bottom: 2px solid;
    border-left: 2px solid;
}


.td-testimonial-two-slider-wrapper .td-slider-bg-shape {
    height: 240px;
    width: 240px;
    position: absolute;
    background: #fff2eb;
    border-radius: 10px;
    z-index: -2;
}

.td-testimonial-two-slider-wrapper .td-slider-bg-shape.td-slider-bg-shape-one {
    right: -13px;
    top: -13px;
}

.td-testimonial-two-slider-wrapper .td-slider-bg-shape.td-slider-bg-shape-two {
    left: -13px;
    bottom: -13px;
}

.td-testimonial-two-slider .td-testimonial-person {
    display: inline-block;
    position: relative;
    padding-left: 95px;
    text-align: left;
    margin-top: 45px;
}

.td-testimonial-two-slider .td-person-image {
    position: absolute;
    left: 0;
    top: -10px;
    height: 70px;
    width: 70px;
}

.td-testimonial-two-slider .td-testimonial-person-name {
    font-size: 20px;
    margin-bottom: 0;
}

.td-testimonial-two-slider .td-testimonial-person-designation {
    font-size: 15px;
}

.td-testimonial-two-slider .quote-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    font-size: 80px;
    line-height: 80px;
    color: #ffd2c4;
    left: 50%;
    margin-left: -40px;
    top: 30px;
}

.td-testimonial-two-wrapper .slick-arrow {
    position: absolute;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    border-radius: 5px;
    left: -100px;
    top: 50%;
    margin-top: -25px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}

.td-testimonial-two-wrapper .slick-arrow.slick-next {
    left: auto;
    right: -100px;
}

.td-testimonial-two-wrapper:hover .slick-arrow {
    left: 0px;
    opacity: 1;
    visibility: visible;
}

.td-testimonial-two-wrapper:hover .slick-arrow.slick-next {
    left: auto;
    right: 0px;
}

.td-testimonial-two-slider-wrapper .slick-dots {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: -55px;
}

@media only screen and (max-width: 991px) {
    .td-testimonial-two-slide-content {
        padding: 30px 15px;
    }

    .td-testimonial-two-slider .td-person-image {
        top: -5px;
        height: 60px;
        width: 60px;
    }

    .td-testimonial-two-slider .td-testimonial-person {
        padding-left: 75px;
        margin-top: 35px;
    }

    .td-testimonial-two-slider .td-testimonial-person-name {
        font-size: 18px;

    }

    .td-testimonial-two-wrapper {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .td-testimonial-two-slider-wrapper .td-testimonial-slide-item {
        padding: 30px 15px;
    }
}

/*--------------------------------------------------------------
    # Testimonial Three Widget Css
--------------------------------------------------------------*/
.td-testimonial-three-item-wrapper .td-image {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 40px;
}

.td-testimonial-three-item-wrapper {
    position: relative;
    padding-left: 130px;
}

.td-testimonial-three-content {
    background-color: #fff1eb;
    padding: 40px;
    border-radius: 10px;
    position: relative;
}

.td-testimonial-three-content:before {
    position: absolute;
    content: '';
    height: 50px;
    width: 50px;
    background: #fff2eb;
    left: -8px;
    transform: rotate(120deg) skewX(33deg);
    top: 30px;
}

.td-testimonial-three-content .td-name {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px;
}

.td-testimonial-three-content .td-designation {
    margin-bottom: 0;
}

.td-testimonial-three-content .td-author-info, .td-testimonial-three-content .td-author-rating {
    display: inline-block;
}

.td-testimonial-three-content .td-author-rating {
    font-size: 12px;
    float: right;
    margin-top: 20px;
}

.td-testimonial-three-content .td-testimonial-text {
    margin-bottom: 30px;
    position: relative;
}

.td-testimonial-three-content .td-testimonial-text p:last-child {
    margin-bottom: 0;
}

.td-testimonial-three-wrapper .slick-arrow {
    left: -200px;
}

.td-testimonial-three-wrapper .slick-arrow.slick-next {
    left: auto;
    right: -200px;
}

.td-testimonial-three-wrapper:hover .slick-arrow {
    left: -100px;
    opacity: 1;
    visibility: visible;
}

.td-testimonial-three-wrapper:hover .slick-arrow.slick-next {
    left: auto;
    right: -100px;
}

@media only screen and (max-width: 1199px) {
    .td-testimonial-three-content .td-author-rating {
        float: none;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .td-testimonial-three-item-wrapper {
        padding-left: 0;
        padding-top: 120px;
    }

    .td-testimonial-three-item-wrapper .td-image {
        left: 50%;
        top: 0;
        margin-left: -45px;
    }

    .td-testimonial-three-content::before {
        height: 40px;
        width: 40px;
        left: 50%;
        transform: rotate(45deg) skewX(0);
        top: -15px;
        margin-left: -20px;
    }

    .td-testimonial-three-content {
        padding: 30px;
    }

    .td-testimonial-three-content .td-author-info, .td-testimonial-three-content .td-author-rating {
        display: block;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

}

@media only screen and (max-width: 767px) {
    .td-testimonial-three-wrapper .container {
        padding: 5px;
    }
}



/*=======================================
#Testimonial Four
========================================*/
.td-testimonial-four-wrapper {
    max-width: 1370px;
    margin: 0 auto;
    background: #fff9f6;
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.testimonial-slider-four {
    background-color: #fef1eb;
    padding: 50px 35px;
    z-index: 1;
}

.testimonial-four-right-img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.testimonial-four-right-img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 451px;
    border-left: 5px solid #282828;
}

.testimonial-four-left-img {
    position: absolute;
    left: -25px;
    bottom: -25px;
    max-width: 320px;
}
.td-testimonial-slider-wrapper .slick-dots {
    position: absolute;
    right: auto;
    bottom: auto;
    left: -65px;
    top: 50%;
    transform: translateY(-50%);
}

.td-testimonial-four-wrapper.td-testimonial-slider-wrapper .slick-dots li {
    display: block;
    margin-right: 0;
}

.td-testimonial-four-wrapper.td-testimonial-slider-wrapper .slick-dots button {
    border-radius: 0;
    height: 50px;
    width: 7px;
}
.td-testimonial-four-wrapper.td-testimonial-slider-wrapper .slick-dots button:hover,
.td-testimonial-four-wrapper.td-testimonial-slider-wrapper .slick-dots .slick-active button{
    background-color: var(--headerbackround);
}

@media only screen and (max-width: 1199px) {
    .testimonial-four-right-img {
        display: none;
    }

    .td-testimonial-slider-wrapper .slick-dots{
        left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .td-testimonial-four-wrapper{
        padding: 0;
    }

    .td-testimonial-four-wrapper .my-auto {
        padding: 0;
    }

    .testimonial-slider-four {
        padding: 50px 15px;
    }
}

/*--------------------------------------------------------------
# Recent Posts Widget Css
--------------------------------------------------------------*/
.td-recent-post-el-widget .td-single-post-wrap {
    margin-bottom: 30px;
}

.td-recent-post-el-widget .td-post-thumbnail {
    height: 300px;
    position: relative;
    border-radius: 5px 5px 0 0;
}

.td-recent-post-el-widget .posted-on {
    position: absolute;
    background-color: #fff;
    left: 35px;
    bottom: 35px;
    border-radius: 50px;
    line-height: 1;
}

.td-recent-post-el-widget .posted-on i {
    display: none;
}

.td-recent-post-el-widget .posted-on a {
    font-family: 'Gilroy', sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 20px;
}

.td-recent-post-el-widget .post-title {
    font-size: 20px;
    line-height: 30px;
}

.td-recent-post-el-widget .td-single-post-content {
    padding: 30px 35px 40px 35px;
    box-shadow: 0px 5px 16px 0px rgba(221, 221, 221, 0.5);
    background-color: #ffffff;
    border-radius: 0 0 5px 5px;
}

.td-recent-post-el-widget .td-post-read-more {
    margin-top: 40px;
}

.td-recent-post-el-widget .td-post-meta {
    margin-bottom: 5px;
}

.td-recent-post-el-widget .td-post-meta li a {
    font-family: 'Gilroy', sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-right: 15px;
}

.td-recent-post-el-widget .td-post-meta li:last-child a {
    margin-right: 0;
}

.td-recent-post-el-widget .td-post-meta li i {
    display: none;
}

.td-recent-post-el-widget .td-post-meta li > span {
    position: relative;
}

.td-recent-post-el-widget .td-post-meta li > span:before {
    content: '/';
    font-size: 20px;
    position: absolute;
    left: -13px;
    top: -6px;
}

.td-recent-post-el-widget .td-post-meta li:first-child > span:before {
    display: none;
}


.td-recent-post-el-widget .slick-dots {
    position: absolute;
    bottom: -50px;
}

.td-recent-post-el-widget .slick-dots button:hover,
.td-recent-post-el-widget .slick-dots .slick-active button {
    background-color: var(--headerbackground);
}

.td-recent-post-el-widget .slick-arrow {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    position: absolute;
    left: -200px;
    top: 50%;
    margin-top: -25px;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

.td-recent-post-el-widget .slick-arrow:hover {
    background-color: #282828;
}

.td-recent-post-el-widget .slick-arrow.slick-next {
    left: auto;
    right: -200px;
}

.td-recent-post-el-widget:hover .slick-arrow {
    left: -100px;
    opacity: 1;
    visibility: visible;
}

.td-recent-post-el-widget:hover .slick-arrow.slick-next {
    left: auto;
    right: -100px;

}

@media only screen and (max-width: 767px) {

    .td-recent-post-el-widget .posted-on {
        left: 30px;
    }

    .td-recent-post-el-widget .td-single-post-content {
        padding: 30px 30px 40px 30px;
    }

    .td-recent-post-el-widget .td-post-thumbnail {
        height: 200px;
    }

}

/*--------------------------------------------------------------
# Award Image Slider Widget Css
--------------------------------------------------------------*/

.td-award-img-wrapper {
    padding: 50px 0;
}

.row.td-brand-row {
    position: relative;
}

.brand-wrapper-icon {
    position: absolute;
    top: -50px;
    font-size: 158px;
    line-height: 1;
    left: 15px;
    color: #fd7433;
}

.brand-wrapper-icon svg {
    width: 150px;
    fill: #fd7433;
}

.td-brand-icon.td-brand-image-icon {
    width: 150px;

}

.td-award-item {
    text-align: center;
}

.td-award-item img {
    display: inline-block !important;
}

.td-award-slider-title .title {
    margin-bottom: 0;
    font-size: 43px;
    line-height: 53px;
    color: #fff;
}

.td-award-img-wrapper .grayscale-enable img {
    filter: grayscale(100%);
    -webkit-transition: .3s;
    transition: .3s;
}

.td-award-img-wrapper .grayscale-enable img:hover {
    filter: grayscale(0%);
}

@media only screen and (max-width: 991px) {
    .td-award-slider-title {
        text-align: center;
        margin-bottom: 50px;
    }

    .brand-wrapper-icon {
        display: none;
    }

    .td-award-img-wrapper {
        padding: 52px 0 65px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-award-slider-title .title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

}

@media only screen and (max-width: 767px) {
    .td-award-slider-title .title {
        font-size: 30px;
        line-height: 40px;
    }
}

/*--------------------------------------------------------------
# Brand Image Slider Widget Css
--------------------------------------------------------------*/
.td-brand-img-wrapper{
    margin: 0 -15px;
}
.td-brand-item.slick-slide,
.td-brand-images{
    height: 125px;
}

.td-brand-item.slick-slide {
    padding: 0 15px;
}

.td-brand-item.slick-slide img {
    display: inline-block;
}
.td-brand-item {
    text-align: center;
}

.td-grayscale-enable img{
    filter: grayscale(100%);
    transition: .3s;
}

.td-grayscale-enable img:hover{
    filter: grayscale(0);
}

/*--------------------------------------------------------------
# Team Minimal Widget Css
--------------------------------------------------------------*/
.td-team-minimal-wrapper {
    margin-top: 10px;
}

.td-minimal-team-content {
    position: relative;
    padding-left: 90px;
    display: inline-block;
    text-align: left;
}

.td-minimal-member-image {
    position: absolute;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    top: -3px;
    left: 0;
}

.td-minimal-member-name {
    display: block;
    margin-bottom: 0;
    font-size: 23px;
    line-height: 33px;
}

.td-team-minimal-wrapper .member-designation {
    display: block;
}


/* Button Widget */
.td-button-one,
.td-button-two {
    display: inline-block;
}

.button-shape {
    background: #fdded0;
    display: inline-block;
    border-radius: 50px;
    padding: 10px;
}

.button-shape-two {
    background: #feeee6;
    display: inline-block;
    padding: 10px;
    border-radius: 50px;
}

.td-button-el-widget .td-button-two {
    margin-left: 15px;
}


/*--------------------------------------------------------------
# Contact Info Widget Css
--------------------------------------------------------------*/

.td-contact-info-container {
    padding: 70px 100px 28px 100px;
    border-radius: 10px;
}

.td-single-info {
    position: relative;
    padding-left: 60px;
    margin-bottom: 35px;
}

.td-contact-info-icon {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    font-size: 40px;
    line-height: 1;
}

.td-contact-info-icon svg {
    fill: #ffffff;
}

.info-title {
    font-size: 25px;
    color: #ffffff;
    margin-bottom: 0;
}

.info-content, .info-content a, .info-content a:hover {
    color: #ffe5d9;
}

.info-content p {
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: 400;
}

.info-content p:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-contact-info-container {
        padding: 70px 50px 63px 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-contact-info-container {
        padding: 70px 50px 28px 50px;
    }
}

@media only screen and (max-width: 767px) {
    .td-contact-info-container {
        padding: 45px 30px 10px 30px;
    }

    .td-contact-info-icon {
        height: 25px;
        width: 25px;
        font-size: 25px;
        top: 4px;
    }

    .info-title {
        font-size: 20px;
    }

    .td-single-info {
        padding-left: 40px;
    }
}


/*--------------------------------------------------------------
# Video popup Widget Css
--------------------------------------------------------------*/

.td-video-popup-wrapper .td-video-popup-image {
    height: 374px;
    position: relative;
}

.td-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
}

.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;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-video-popup-wrapper .td-video-popup-image {
        height: 311px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-video-popup-wrapper .td-video-popup-image {
        height: 398px;
    }
}

@media only screen and (max-width: 767px) {
    .td-video-popup-wrapper .td-video-popup-image {
        height: 300px;
    }
}

/*--------------------------------------------------------------
# Pricing Table Widget Css
--------------------------------------------------------------*/
.td-pricing-title {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 20px;
}

span.td-currency {
    font-size: 30px;
}

.td-pricing-price {
    font-size: 45px;
    display: inline-block;
    margin-bottom: 5px;
}

.td-pricing-table-wrapper {
    text-align: center;
    box-shadow: 0px 5px 16px 0px rgba(221, 221, 221, 0.5);
    border-radius: 10px;
    padding: 40px 30px 50px 30px;
    position: relative;
}

.price-title-shape {
    height: 5px;
    width: 40px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 5px;
}

.price-title-shape.shape-2 {
    width: 25px;
}

.td-pricing-features {
    display: inline-block;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 45px;
}

.td-pricing-features li, .td-pricing-features li a {
    color: #626262;
}

.td-pricing-features i {
    font-size: 13px;
    margin-right: 10px;
}

.td-pricing-bg {
    position: absolute;
    height: calc(100% + 100px);
    left: 0;
    width: 100%;
    top: -50px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}

.td-pricing-table-wrapper:hover .td-pricing-bg {
    opacity: 1;
    visibility: visible;
}

.td-pricing-title-and-price-wrapper,
.td-pricing-features,
.td-pricing-button-wrapper {
    position: relative;
}

.td-pricing-bg,
.td-pricing-title,
.td-pricing-price,
.td-pricing-time,
.td-pricing-features li,
.td-pricing-features li a,
.price-title-shape {
    transition: .3s;
}

.td-pricing-table-wrapper:hover .td-pricing-title,
.td-pricing-table-wrapper:hover .td-pricing-price,
.td-pricing-table-wrapper:hover .td-pricing-time,
.td-pricing-table-wrapper:hover .td-pricing-features li,
.td-pricing-table-wrapper:hover .td-pricing-features li a {
    color: #ffffff;
}

.td-pricing-table-wrapper:hover .td-button.td-pricing-button {
    background-color: #ffffff;
    color: #626262;
}


.td-pricing-table-wrapper:hover .price-title-shape {
    background-color: #ffffff;
}

.td-pricing-table-wrapper:hover .td-button.td-pricing-button:hover {
    background-color: #282828;
    color: #ffffff;
}

@media only screen and (max-width: 1199px) {
    .td-pricing-bg {
        height: 100%;
        top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .td-pricing-price {
        font-size: 35px;
    }
}

/*--------------------------------------------------------------
# Accordion Widget Css
--------------------------------------------------------------*/
.td-accordion-wrapper {
    box-shadow: 0px 2px 14px 0px rgba(221, 221, 221, 0.7);
    padding: 50px 30px;
    border-radius: 10px;
}

.td-accordion-title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 30px;
}


.td-accordion-wrapper .card-title {
    margin-bottom: 0;
}

.td-accordion-wrapper .accordion .card {
    margin-bottom: 30px;
    border: 1px solid;
    border-color: transparent;
    border-radius: 5px;
}

.accordion .card:last-child {
    margin-bottom: 0;
}

.td-accordion-wrapper .accordion .card .card-header {
    border-bottom: 1px solid;
    border-color: transparent;
    padding: 6px 30px 9px 16px;

}

.td-accordion-wrapper .accordion .card .card-header,
.td-accordion-wrapper .accordion .card .card-header.active,
.td-accordion-wrapper .card-body {
    background-color: #f5f5f6;
}

.td-accordion-wrapper .accordion .card .card-body {
    border-top: 1px solid;
    border-color: #dddddd;
    padding: 25px 30px 30px 30px;
}

.td-accordion-wrapper .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: 600;
    font-size: 20px;
    text-decoration: none;
    color: #282828;
    position: relative;
}

.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: 17px;
}

.td-accordion-wrapper .card-title button.btn-link[aria-expanded="true"]:before {
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 23px;
}

@media only screen and (max-width: 767px) {
    .td-accordion-title {
        font-size: 25px;
        line-height: 35px;
    }

    .td-accordion-wrapper {
        padding: 40px 15px;
    }

    .td-accordion-wrapper .card-title button.btn-link {
        font-size: 17px;
        padding-left: 0;
        padding-right: 0;
    }

    .td-accordion-wrapper .card-title button.btn-link::before {
        right: -15px;
    }

    .td-accordion-wrapper .accordion .card .card-body {
        padding: 25px 15px 30px 15px;
    }

    .td-text-with-title-wrapper blockquote {
        font-size: 15px;
        line-height: 28px;
        padding: 20px 15px;
    }
}


/*--------------------------------------------------------------
# Filterable gallery Widget Css
--------------------------------------------------------------*/

.td-gallery-filter-button-wrapper {
    text-align: center;
}

.td-gallery-filter-button-wrapper li {
    position: relative;
    margin-right: 15px;
    padding-right: 25px;
    transition: .3s;
}

.td-gallery-filter-button-wrapper li,
.td-filter-mobile-title {
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    color: #282828;
    font-size: 19px;
    cursor: pointer;
}

.td-gallery-filter-button-wrapper li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.td-gallery-filter-button-wrapper li:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 10px;
    background: #282828;
    top: 50%;
    margin-top: -1px;
    right: 0;
}

.td-gallery-filter-button-wrapper li:last-child:before {
    display: none;
}

.td-gallery-filter-button-wrapper li.active {
    cursor: default;
}

ul.td-gallery-filter-button {
    position: relative;
    display: inline-block;
    padding-bottom: 35px;
}

.td-gallery-filter-button:before {
    position: absolute;
    content: '';
    height: 5px;
    width: 70%;
    background: #ffe7dd;
    border-radius: 5px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.td-gallery-filter-button-wrapper {
    margin-bottom: 70px;
}

.td-gallery-filter-button:after {
    content: '';
    height: 5px;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    border-radius: 5px;
}

.td-filter-mobile-title {
    display: none;
}

.td-gallery-items-main-container .single-td-gallery-item {
    margin-bottom: 30px;
}

.td-filter-mobile-title{
    color: #ffffff;
}

@media only screen and (min-width: 1199px) {
    .td-gallery-item-wrapper .col-xl-3.single-td-gallery-item {
        flex: 0 0 24.99%;
        max-width: 24.99%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .td-gallery-item-wrapper .col-lg-3.single-td-gallery-item {
        flex: 0 0 24.99%;
        max-width: 24.99%;
    }

    .td-gallery-item-wrapper .col-lg-4.single-td-gallery-item {
        flex: 0 0 33.31%;
        max-width: 33.31%;
    }
}

@media only screen and (max-width: 767px) {
    .td-filter-mobile-title {
        display: block;
        padding: 10px 20px 6px 20px;
        border-radius: 3px;
        margin-bottom: 40px;
        position: relative;
    }

    .td-filter-mobile-title::before {
        position: absolute;
        content: '';
        height: 15px;
        width: 15px;
        right: 20px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-right: 2px solid;
        border-bottom: 2px solid;
        top: 13px;
    }

    .td-filter-mobile-title.active::before {
        -ms-transform: rotate(-133deg);
        -webkit-transform: rotate(-133deg);
        transform: rotate(-133deg);
        top: auto;
        bottom: 13px;
    }

    ul.td-gallery-filter-button,
    .td-gallery-filter-button::before,
    .td-gallery-filter-button::after,
    .td-gallery-filter-button-wrapper li::before {
        display: none;
    }

    .td-gallery-filter-button-wrapper li {
        display: block !important;
        padding: 0;
        margin-bottom: 5px !important;
    }

    .td-gallery-filter-button-wrapper {
        margin-bottom: 0;
    }
}


/*--------------------------------------------------------------
# Project Info Widget Css
--------------------------------------------------------------*/

div.single-project-slide-item {
    height: 455px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.td-single-project-slider-wrapper .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.td-single-project-slider-wrapper .slick-arrow.slick-prev {
    left: 0;
}

.td-single-project-slider-wrapper .slick-arrow.slick-next {
    right: 0;
}

.td-single-project-slider-wrapper .slick-dots {
    text-align: center;
    position: absolute;
    padding: 0;
    margin: 0;
    line-height: 1;
    width: 100%;
    bottom: 30px;
}

.td-single-project-slider-wrapper .slick-dots button:hover,
.td-single-project-slider-wrapper .slick-dots .slick-active button {
    background-color: var(--headerbackground);
}

.td-project-info {
    min-height: 455px;
    padding: 30px 30px 35px 30px;
}

.td-project-info, .td-project-info a {
    color: #ffffff;
}

.td-project-info li svg {
    fill: #ffffff;
}

.td-project-info li {
    font-family: 'Gilroy', sans-serif;
    position: relative;
    padding: 10px 10px 10px 65px;
    border-bottom: 1px solid #fd7f45;
}

.td-project-info li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.td-single-project-slider-wrapper .td-project-info-icon {
    height: 45px;
    width: 45px;
    font-size: 45px;
    line-height: 45px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -23px;
}

.td-project-info-main-title .td-project-info-icon {
    margin-top: -27px;
}

.td-project-info li.td-project-info-main-title {
    font-size: 27px;
    line-height: 37px;
    font-weight: 700;
    padding-bottom: 20px;
}

.td-project-info-title {
    display: block;
    font-weight: 700;
    font-size: 18px;
}


span.td-project-info-details {
    font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .td-project-info {
        padding: 30px 22px 35px 22px;
    }

    div.single-project-slide-item {
        height: 486px;
    }

    .td-single-project-slider-wrapper .td-project-info-icon {
        height: 30px;
        width: 30px;
        font-size: 30px;
        line-height: 30px;
        margin-top: -15px;
    }

    .td-project-info-main-title .td-project-info-icon {
        margin-top: -20px;
    }

    .td-project-info li {
        padding: 10px 10px 10px 40px;
    }

    .td-project-info li.td-project-info-main-title {
        font-size: 24px;
        line-height: 34px;
    }

    .td-project-info {
        min-height: 486px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-project-info li.td-project-info-main-title {
        font-size: 23px;
    }

    div.single-project-slide-item {
        height: 486px;
    }

    .td-project-info {
        min-height: 486px;
    }
}

@media only screen and (max-width: 767px) {
    div.single-project-slide-item {
        height: 300px;
    }

    .td-project-info {
        min-height: auto !important;
    }

    .td-project-info li.td-project-info-main-title {
        font-size: 23px;
        line-height: 33px;
    }
}


/*--------------------------------------------------------------
# skill Bar Widget Css
--------------------------------------------------------------*/
.td-skill-main-title {
    margin-bottom: 55px;
    font-size: 30px;
    line-height: 40px;
}

.td-skills-wrapper .skillbar {
    width: 100%;
    height: 5px;
    background-color: #ffeee6;
    position: relative;
    margin-bottom: 60px;
    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: 18px;
    color: #282828;
    font-weight: 600;
    font-family: 'Gilroy', sans-serif;
}

.td-skills-wrapper .count-bar {
    width: 0;
    height: 5px;
    position: relative;
    text-align: right;
    padding-right: 0px;
    color: #282828;
    border-radius: 10px;
    overflow: visible !important;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Gilroy', sans-serif;
}

.td-skills-wrapper .count-bar .skill-percent-count-wrap {
    position: absolute;
    top: -31px;
    right: 0;
}

/*--------------------------------------------------------------
# Contact form 7 Widget Css
--------------------------------------------------------------*/
.themedraft-contact-form-container {
    padding: 50px 40px 67px 41px;
    background: #f8f9f9;
    border-radius: 10px;
    box-shadow: -3px -2px 26px -14px rgba(0, 0, 0, 0.35);
    border: 1px solid #eaeaea
}


.themedraft-contact-form-container .td-section-title-two .td-form-title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
}

.themedraft-contact-form-container .td-section-title-two-wrapper {
    text-align: left;
    position: relative;
    margin-bottom: 50px;
}

.themedraft-contact-form-container form select {
    height: 60px;
    margin-bottom: 30px;
    padding: 15px;
}

.themedraft-contact-form-container form input,
.themedraft-contact-form-container form select,
.themedraft-contact-form-container textarea {
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #eaeaea;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
}


.themedraft-contact-form-container input[type=date] {
    min-height: 60px;
}

.themedraft-contact-form-container textarea {
    height: 200px;
}

@media only screen and (max-width: 767px) {
    .themedraft-contact-form-container {
        padding: 50px 15px 67px 15px;
    }

    .themedraft-contact-form-container .td-section-title-two .td-form-title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .themedraft-contact-form-container .td-section-title-two-wrapper {
        margin-bottom: 40px;
    }
}

/* Layout Two */
.themedraft-contact-form-container.td-form-layout-two{
    border-radius: 0;
}

.themedraft-contact-form-container.td-form-layout-two .td-form-title {
    background: #282827;
    color: #ffffff;
    font-size: 37px;
    padding: 25px 30px 20px 30px;
    text-align: center;
    margin: 0 -50px;
}

.themedraft-contact-form-container.td-form-layout-two .td-section-title-two {
    display: block;
}

.themedraft-contact-form-container.td-form-layout-two {
    background-color: #f7f7f7;
    box-shadow: none;
    border: none;
    padding: 0 50px 30px 50px;
}


.themedraft-contact-form-container form select{
    appearance: none;
}
.themedraft-contact-form-container .select-arrow {
    display: block;
    position: relative;
}

.themedraft-contact-form-container .select-arrow: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 #282828;
    cursor: pointer;
    pointer-events: none;
}

.themedraft-contact-form-container.td-form-layout-two input[type="submit"] {
    width: 100%;
    text-transform: uppercase;
    padding: 25px 30px 17px 30px;
}

@media only screen and (max-width: 767px) {
    .themedraft-contact-form-container.td-form-layout-two .td-form-title{
        margin: 0 -30px;
        padding: 25px 20px 20px 20px;
    }
    .themedraft-contact-form-container.td-form-layout-two {
        padding: 0 30px 50px 30px;
    }
}

/*--------------------------------------------------------------
# Google map Widget Css
--------------------------------------------------------------*/
.td-map-wrapper {
    position: relative;

}

.td-gmap {
    height: 640px;
}

.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;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-gmap {
        height: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .td-gmap {
        height: 350px;
    }
}

/*--------------------------------------------------------------
# Image Compare Widget Css
--------------------------------------------------------------*/
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
    content: " ";
    display: block;
    background-color: #fe590f;
    position: absolute;
    z-index: 30;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
    width: 3px;
    height: 9999px;
    left: 50%;
    margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
    width: 9999px;
    height: 3px;
    top: 50%;
    margin-top: -1.5px;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.twentytwenty-before-label, .twentytwenty-after-label {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
    color: white;
    font-size: 13px;
    letter-spacing: 0.1em;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    line-height: 38px;
    padding: 0 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 50%;
    margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    width: auto;
    max-width: 1200px;
    line-height: 25px;
    padding: 10px 15px;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
    top: 50%;
    margin-top: -6px;
}

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
    left: 50%;
    margin-left: -6px;
}

.twentytwenty-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    height: auto !important;
}

.twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block;
    z-index: 1;
}

.td-image-compare-wrapper{
    display: inline-block;
    border-radius: 15px;
    overflow: hidden;
}

img.twentytwenty-before {
    position: relative;
}



.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
    opacity: 0;
}

.twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.twentytwenty-before-label {
    opacity: 0;
}

.twentytwenty-before-label:before {
    content: attr(data-content);
}

.twentytwenty-after-label {
    opacity: 0;
}

.twentytwenty-after-label:before {
    content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
    top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
    bottom: 10px;
}

.twentytwenty-overlay {
    -webkit-transition-property: background;
    -moz-transition-property: background;
    transition-property: background;
    background: rgba(0, 0, 0, 0);
    z-index: 25;
}

.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 1;
}

.twentytwenty-before {
    z-index: 20;
}

.twentytwenty-after {
    z-index: 10;
}

.twentytwenty-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid #fe590f;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    z-index: 40;
    cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 19px;
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 19px;
}

.twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 19px;
}

.twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 19px;
}

.twentytwenty-left-arrow {
    border-right: 6px solid #fe590f;
    left: 50%;
    margin-left: -17px;
}

.twentytwenty-right-arrow {
    border-left: 6px solid #fe590f;
    right: 50%;
    margin-right: -17px;
}

.twentytwenty-up-arrow {
    border-bottom: 6px solid #fe590f;
    top: 50%;
    margin-top: -17px;
}

.twentytwenty-down-arrow {
    border-top: 6px solid #fe590f;
    bottom: 50%;
    margin-bottom: -17px;
}

/*--------------------------------------------------------------
# Contact And Widget Css
--------------------------------------------------------------*/

.td-contact-and-subscribe-wrapper {
    background-color: #fe590f;
    position: relative;
    padding: 50px 0 60px 0;
    border-radius: 5px;
}

.td-contact-wrapper, .td-subscribe-wrapper {
    padding: 0 60px;
}

.td-subscribe-wrapper {
    border-left: 1px solid #ffffff;
}

.td-contact-and-subscribe-wrapper .td-contact-title,
.td-contact-and-subscribe-wrapper .td-subscribe-title {
    color: #fff;
    font-size: 32px;
}

.td-contact-and-subscribe-wrapper .td-contact-title {
    margin-bottom: 20px;
}

.td-contact-and-subscribe-wrapper .td-subscribe-title {
    margin-bottom: 30px;
}

.td-contact-and-subscribe-wrapper .td-contact-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.td-contact-and-subscribe-wrapper .td-contact-wrapper ul li {
    margin-bottom: 0;
}

.td-contact-and-subscribe-wrapper .td-contact-wrapper ul li,
.td-contact-and-subscribe-wrapper .td-contact-wrapper ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 33px;
}


.td-contact-and-subscribe-wrapper .td-subscribe-form {
    position: relative;
}

.td-contact-and-subscribe-wrapper .subscribe-button {
    position: absolute;
    right: 0;
    top: 0;
}

.td-contact-and-subscribe-wrapper .subscribe-button input[type="submit"] {
    background: #ffffff;
    border-radius: 0 3px 3px 0;
    border: 1px solid;
    border-color: transparent;
}

.td-contact-and-subscribe-wrapper .subscribe-button{
    width: 80px;
}

.td-contact-and-subscribe-wrapper .subscribe-button input[type="submit"]:hover{
    background: #ffffff;
}


.td-contact-and-subscribe-wrapper .td-subscribe-form input[type="email"] {
    margin-bottom: 0;
    background-color: #282827;
    border-color: transparent;
    color: #ffffff;
    box-shadow: none;
}

.td-contact-and-subscribe-wrapper .subscribe-button i.fas.fa-arrow-right{
    color: #fe590f;
}

.td-contact-and-subscribe-wrapper ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1; /* Firefox */
    font-weight: 500;
    text-transform: capitalize;
}

.td-contact-and-subscribe-wrapper :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
}

.td-contact-and-subscribe-wrapper ::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
}

@media only screen and (max-width: 991px) {
    .td-contact-and-subscribe-wrapper {
        padding: 80px 0 80px 0;
    }

    .td-subscribe-wrapper {
        margin-top: 30px;
        border-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-contact-wrapper, .td-subscribe-wrapper {
        padding: 0 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

}

@media only screen and (max-width: 767px) {

    .td-contact-wrapper, .td-subscribe-wrapper {
        padding: 0 15px;
    }

    .td-contact-and-subscribe-wrapper .td-contact-title, .td-contact-and-subscribe-wrapper .td-subscribe-title {
        font-size: 25px;
        line-height: 35px;
    }


    .td-contact-and-subscribe-wrapper .subscribe-button input[type="submit"] {
        border-radius: 3px;
    }

    .td-contact-and-subscribe-wrapper .subscribe-button {
        width: 60px;
    }
}

@media only screen and (max-width: 280px) {
    .td-contact-wrapper, .td-subscribe-wrapper {
        padding: 0 10px;
    }
}