/** 
          1. ttm-row 

          2. Row-Equal-Height

          3. Bg-Layer 

          4. Row-Bg-Image

          5. Col-Bg-Image

          6. Section-Title 

          7. sep_holder

          8. Buttons

          9. Icons

          10. Fid

          11. featured-icon-box

          12. Featured-imagebox

          13. Progress-Bar 

          14. Testimonial

          15. Client-row

          16. Accordion

          17. Wrap-Form

          18. Tab

          19. Boxes-Spacing

          20. Sidebar

          21. Pricing Plan

          22. Preloder

**/

/* ===============================================
    1.ttm-row
------------------------*/
.ttm-row {
    padding: 40px 0;
}

.ttm-row.bottom_zero_padding-section {
    padding: 40px 0 40;
}

.ttm-row.welcome-section {
    padding: 25px 0 25px;
}

.ttm-row.services-section {
    padding: 40px 0 40px;
}

.ttm-row.consultant-section {
    padding: 40px 0 40px;
}

.ttm-row.about-section {
    padding: 90px 0 75px
}

.ttm-row.fid-section {
    padding: 140px 0 0;
    margin-top: -92px;
}

.ttm-row.post-section {
    padding: 90px 0 75px;
}

.ttm-row.experience-section {
    padding: 90px 0 70px;
}

/* ===============================================
    3.Bg-Layer 
------------------------*/
.ttm-bg {
    position: relative;
}

.ttm-col-bgimage-yes {
    z-index: 1;
}

.bg-layer-equal-height .ttm-col-bgimage-yes,
.bg-layer-equal-height .ttm-col-bgcolor-yes {
    height: 100%;
}

.ttm-bg-layer,
.ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer,
.ttm-col-wrapper-bg-layer-inner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.layer-content {
    position: relative;
    z-index: 2;
}

.bg-layer {
    position: relative;
}

.bg-layer>.container>.row {
    margin: 0;
}

.bg-layer>.container,
.bg-layer>.container-fluid {
    padding: 0;
}

.ttm-bg.ttm-bgimage-yes.bg-img6>.ttm-bg-layer {
    opacity: 0.3;
}

.ttm-bgcolor-grey.ttm-bg.ttm-bgimage-yes>.ttm-bg-layer {
    opacity: 0.9;
}

.ttm-bgcolor-darkgrey.ttm-bg.ttm-bgimage-yes>.ttm-bg-layer {
    opacity: 0.60;
}

.ttm-bgcolor-dark.ttm-bg.ttm-bgimage-yes>.ttm-bg-layer {
    opacity: 0.40;
}

.ttm-bgcolor-darkgrey.ttm-bg.ttm-col-bgimage-yes.col-bg-img-one>.ttm-bg-layer {
    opacity: 0.05;
}

.ttm-bgcolor-darkgrey.ttm-bg.ttm-col-bgimage-yes.col-bg-img-two>.ttm-bg-layer {
    opacity: 1;
}

.ttm-bg.ttm-col-bgimage-yes.col-bg-img-five>.ttm-bg-layer {
    opacity: 0.36;
}

.ttm-bg.ttm-col-bgimage-yes.col-bg-img-six>.ttm-bg-layer {
    opacity: 0.72;
}

.ttm-bgcolor-darkgrey.ttm-bg.ttm-col-bgimage-yes.col-bg-img-seven>.ttm-bg-layer {
    opacity: 0.15;
}

.ttm-bg.ttm-col-bgimage-yes.col-bg-img-eight>.ttm-bg-layer {
    opacity: 0.90;
}

/* ===============================================
    4.Row-Bg-Image  
------------------------*/


.bg-img2 {
    background-image: url(../images/why-choose-banner-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.bg-img3 {
    background-image: url(../images/why-choose-banner-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* ===============================================
    6.Section-Title  
------------------------*/
.section-title {
    position: relative;
    margin-bottom: 23px;
    margin-top: -7px;
}

.section-title h3 {
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 4px;
    display: inline-block;
    font-family: var(--base-bodyfont);
}

.section-title h2.title {
    font-size: 40px;
    line-height: 53px;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 12px;
    text-transform: capitalize;
    font-family: var(--base-headingfont);
}

.section-title h3 i {
    padding-right: 5px;
}

.section-title.title-style-center_text {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.section-title.title-style-center_text.section-title h3:before {
    margin-left: -47px;
    left: 0;
    right: auto;
}

.section-title.title-style-center_text.section-title h3:after {
    margin-right: -47px;
    left: auto;
    right: 0;
}

.section-title .featured-desc {
    padding-top: 5px;
}

.section-title .title-header {
    padding-bottom: 0px;
}

.section-title .title-desc {
    padding-top: 5px;
}

.section-title.without-seperator {
    margin-bottom: 24px;
}

.section-title.without-seperator:before {
    content: unset;
}

.section-title.without-seperator .title-header {
    padding-left: 0;
}

.section-title.without-title-desc {
    margin-bottom: 0px;
}

.section-title.without-seperator h2.title {
    margin-bottom: 5px;
}

/* style1 */
.section-title.style1 .title-header {
    padding-left: 0;
    padding-right: 30px;
}

.section-title.style1 .title-header:before {
    right: 0;
    top: 0;
    left: auto;
    background-color: #07332f;
}

.section-title.style1 h2.title {
    font-size: 25px;
    line-height: 34px;
}

/* style2 */
.section-title.style2 h3 {
    margin-bottom: 15px;
}

.section-title.style2 {
    margin-bottom: 26px;
}

.section-title.style2 h2 span {
    color: #e81d24 !important;
    text-transform: uppercase;
}

/* row-title */
.row-title .section-title {
    margin-bottom: 18px;
}

.row-title .section-title h3:before,
.row-title .section-title .title-header:before,
.row-title .section-title h3:after {
    content: unset;
}

.row-title .section-title h2.title {
    font-size: 65px;
    line-height: 75px;
}

.row-title .section-title h3 {
    font-size: 16px;
}

.row-title .section-title.without-seperator:after {
    content: unset;
}

.section-title.without-seperator .title-header:before {
    content: unset;
}

.row-title.style2 .section-title h2.title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
}

.row-title.style2 .section-title:before {
    content: unset;
}

.row-title .section-title .title-header,
.row-title.style2 .title-header {
    padding-left: 0;
}

/* ===============================================
    7.sep_holder
------------------------*/
.ttm-horizontal_sep {
    height: 1px;
    width: 100%;
    display: block;
    position: relative;
}

.ttm-horizontal_sep {
    background-color: #e2e2e2;
}

.ttm-bgcolor-darkgrey .ttm-horizontal_sep {
    background-color: rgba(255, 255, 255, 0.07);
}

.ttm-bgcolor-darkgrey .ttm-horizontal_sep {
    border-top-color: rgba(255, 255, 255, 0.08);
}

.ttm-bgcolor-skincolor .ttm-horizontal_sep {
    background-color: rgba(255, 255, 255, 0.37);
}

.ttm-horizontal_sep.style1 {
    background-color: #dcdcdc;
}

.ttm-horizontal_sep.style2 {
    background-color: #e7e7e7;
}

.ttm-horizontal_sep.style3 {
    background-color: rgba(255, 255, 255, 0.24);
}

.ttm-bgcolor-darkgrey .border,
.ttm-bgcolor-darkgrey .border-top,
.ttm-bgcolor-darkgrey .border-left,
.ttm-bgcolor-darkgrey .border-bottom,
.ttm-bgcolor-darkgrey .border-right,
.ttm-bgcolor-skincolor .border,
.ttm-bgcolor-skincolor .border-top,
.ttm-bgcolor-skincolor .border-left,
.ttm-bgcolor-skincolor .border-bottom,
.ttm-bgcolor-skincolor .border-right {
    border-color: rgba(255, 255, 255, 0.06) !important;
}

.ttm-vertical_sep>[class*='col-']:not(:last-child):before {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    right: 15px;
    width: 1px;
    background-color: #e7e7e7;
}

.row.no-gutters.ttm-vertical_sep>[class*='col-']:not(:last-child):before {
    right: 0;
}

.ttm-bgcolor-darkgrey .ttm-vertical_sep>[class*='col-']:not(:last-child):before,
.ttm-bgcolor-skincolor .ttm-vertical_sep>[class*='col-']:not(:last-child):before {
    background-color: #FFFFFF14;
}

/* ===============================================
    8.Buttons
------------------------*/
.ttm-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    padding: 12px 32px 12px 32px;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    position: relative;
    text-transform: capitalize;
    font-weight: 600;
    z-index: 1;
    position: relative;
    background-size: 200% auto;
    transition: all 0.3s ease 0s;
}


.ttm-btn.ttm-icon-btn-right {
    padding-right: 22px;
    transition: unset;
}

.ttm-btn.ttm-icon-btn-right i {
    padding-right: 2px;
}

.ttm-btn-style-fill.ttm-btn-color-skincolor:hover {
    background-position: right center;
}

.ttm-btn.ttm-icon-btn-right i {
    text-align: right;
    margin-left: 10px;
    margin-right: 0;
}

/** btn-size-md **/
.ttm-btn.ttm-btn-size-md {
    font-size: 14px;
    line-height: 1;
    padding: 15px 30px 15px 30px;
}

.ttm-btn.ttm-btn-size-md i {
    font-size: 14px;
    line-height: 1;
}

.ttm-btn.ttm-btn-shape-square {
    border-radius: 0;
}

/** btn-style-border **/
.ttm-btn.ttm-btn-style-border {
    background-color: transparent;
    border: 1px solid currentColor;
}

.ttm-btn.ttm-btn-color-white.ttm-btn-style-border {
    color: var(--base-white);
    border-color: var(--base-white);
    background-color: transparent;
}

/** btn-inline **/
.ttm-btn.btn-inline {
    padding: 0;
    border: 0;
    background-color: transparent;
    text-transform: capitalize;
}

.ttm-btn.btn-inline i {
    display: inline-block;
    vertical-align: middle;
    transition: 0s;
}

button.ttm-btn:before,
button.ttm-btn:after,
.ttm-btn.btn-inline:before,
.ttm-btn.btn-inline:after {
    content: unset;
}

.ttm-btn.btn-inline.ttm-icon-btn-right i {
    margin-left: 3px;
}


.ttm-btn.btn-inline i.fa-minus:before {
    height: 1px;
    display: block;
}

.ttm-btn .fa-minus:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    content: "";
    height: 2px;
    width: 20px;
    background-color: currentColor;
}

i.fa-play {
    padding-left: 5px;
    position: relative;
    z-index: 9;
}

@keyframes sep-anim {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

/* ===============================================
    9.Icons
------------------------*/
.ttm-icon {
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid transparent;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    box-sizing: content-box;
    position: relative;
}

.ttm-icon i {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/** icon-size-sm **/
.ttm-icon.ttm-icon_element-size-sm {
    height: 50px;
    width: 50px;
    line-height: 50px;
}

.ttm-icon.ttm-icon_element-size-sm i {
    font-size: 20px;
}

/** icon-size-md **/
.ttm-icon.ttm-icon_element-size-md {
    height: 70px;
    width: 70px;
    line-height: 70px
}

.ttm-icon.ttm-icon_element-size-md i {
    font-size: 26px;
    line-height: 60;
}

.ttm-icon.ttm-icon_element-size-md.style1 {
    height: 70px;
    width: 70px;
    line-height: 70px;
    border: none;
}

.ttm-icon.ttm-icon_element-size-md.style1 i {
    font-size: 37px;
    line-height: 1;
}

.ttm-icon.ttm-icon_element-size-md.style2 {
    height: 60px;
    width: 60px;
    line-height: 60px;
    border: none;
}

.ttm-icon.ttm-icon_element-size-md.style2 i {
    font-size: 32px;
    line-height: 1;
}

/** icon-size-lg **/
.ttm-icon.ttm-icon_element-size-lg {
    height: 88px;
    width: 88px;
    line-height: 88px;
}

.ttm-icon.ttm-icon_element-size-lg i {
    font-size: 50px;
    line-height: 50px;
}

.ttm-icon.ttm-icon_element-size-lg.style1 i {
    font-size: 64px;
    line-height: 72px;
}

.ttm-icon.ttm-icon_element-size-lg.style2 i {
    font-size: 36px;
    line-height: 36px;
}

.ttm-icon.ttm-icon_element-size-lg.style3 i {
    font-size: 42px;
    line-height: 42px;
}

/*ttm-icon_element-onlytxt*/
.ttm-icon.ttm-icon_element-onlytxt {
    height: auto;
    width: auto;
    line-height: 1;
}

.ttm-icon.ttm-icon_element-onlytxt i {
    position: unset;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* ttm-list-style-icon */
.ttm-list {
    list-style: none;
    padding: 0;
    margin: 0;
    letter-spacing: 0.3px;
}

.ttm-list li {
    position: relative;
    padding-bottom: 5px;
}

.ttm-list li:last-child {
    padding-bottom: 0;
}

/* ===============================================
    10.Fid
------------------------*/
.inside {
    position: relative;
    transition: all .4s;
    padding: 15px 0 10px;
}

.ttm-fid-view-lefticon .ttm-fid-icon-wrapper,
.ttm-fid-view-lefticon .ttm-fid-contents,
.ttm-fid-view-righticon .ttm-fid-icon-wrapper,
.ttm-fid-view-righticon .ttm-fid-contents {
    display: inline-block;
    vertical-align: middle;
}

.ttm-fid-view-lefticon .ttm-fid-contents,
.ttm-fid-view-righticon .ttm-fid-icon-wrapper {
    padding-left: 15px;
    text-align: left;
}

.inside h4,
.inside h4 span {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 49px;
}

.inside h3 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: inherit;
    position: relative;
}

.ttm-fid sub {
    opacity: 1;
    font-size: 35px;
    font-weight: 600;
    bottom: 0;
    margin-left: 2px;
}

.ttm-fid.inside.ttm-fid-boxed-view {
    background-color: rgba(0, 0, 0, .02);
    padding: 25px 30px 35px 35px;
    margin: 15px 0;
}

.ttm-bgcolor-darkgrey .ttm-fid.inside.ttm-fid-boxed-view,
.ttm-bgcolor-skincolor .ttm-fid.inside.ttm-fid-boxed-view {
    background-color: rgba(242, 242, 242, .1);
}

/*circle*/
.ttm-fid-view-circle-progress .ttm-circle-content {
    position: relative;
    text-align: center;
    padding-top: 6px;
    padding-left: 4px;
}

.ttm-circle-boxcontent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -khtml-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}

.ttm-fid-view-circle-progress .ttm-fid-number,
.ttm-fid-view-circle-progress .ttm-fid-number sub,
.ttm-fid-view-circle-progress .ttm-fid-number sup {
    font-size: 26px;
    color: var(--base-white);
    font-family: var(--base-headingfont);
}

.ttm-fid-view-circle-progress .ttm-fid-title {
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    text-align: center;
    padding-top: 2px;
    letter-spacing: .5px;
    color: #000000;
}

/* style1 */
.ttm-fid.inside.style1 {
    text-align: center;
    padding-top: 24px;
}

.ttm-fid.inside.style1 h4,
.ttm-fid.inside.style1 h4 span {
    font-size: 90px;
    line-height: 90px;
    font-weight: 600;
}

.ttm-fid.inside.style1 h4.ttm-fid-inner {
    display: inline-flex;
    align-items: flex-start;
}

.ttm-fid.inside.style1 h4.ttm-fid-inner span:nth-child(2) {
    font-size: 60px;
    line-height: 60px;
}

/* style2 */
.ttm-fid.inside.style2 {
    padding: 25px 30px;
    margin: 0px;
    text-align: center;
}

.ttm-fid.inside.style2 .ttm-fid-contents h3 {
    font-weight: 400;
    font-family: var(--base-bodyfont);
    color: var(--base-bodyfont-color);
}

.ttm-fid.inside.style2.border-right {
    border-right: 1px solid #e2e2e2;
}

.ttm-fid.inside.style2.border-bottom {
    border-bottom: 1px solid #e2e2e2;
}

/* style3 */
.ttm-fid.inside.style3 {
    text-align: right;
    padding: 20px 0 20px !important;
}

.ttm-fid.inside.style3:first-child {
    padding-top: 5px !important;
}

.ttm-fid.inside.style3:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.ttm-fid.inside.style3 .ttm-fid-contents h4,
.ttm-fid.inside.style3 .ttm-fid-contents h4 span {
    font-size: 58px;
    line-height: 60px;
}

.ttm-fid.inside.style3 .ttm-fid-contents h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: var(--base-bodyfont);
    padding-top: 5px;
    text-transform: capitalize;
}

/* style4 */
.ttm-fid.inside.ttm-fid-boxed-view.style4 {
    background-color: rgba(255, 255, 255, .03);
    padding: 25px 30px 30px 30px;
    text-align: center;
}

.inside.style4 h4,
.inside.style4 h4 span {
    font-size: 42px;
    line-height: 54px;
    font-weight: 700;
}

.ttm-fid.inside.ttm-fid-boxed-view.style4 h3 {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    font-family: var(--base-bodyfont);
}

/* style5 */
.ttm-fid.inside.style5 {
    display: inline-block;
    text-align: center;
    padding: 50px 35px;
    position: absolute;
    top: 0%;
    transform: translateY(-50%);
    right: 60px;
}

.inside.style5 h4,
.inside.style5 h4 span {
    font-size: 80px;
    line-height: 90px;
}

.ttm-fid.inside.style5 h3.ttm-fid-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
}

/* style6 */
.ttm-fid.inside.style6 {
    padding: 24px 0;
}

.ttm-fid.inside.style6 .ttm-fid-contents {
    display: flex;
}

.ttm-fid.inside.style6 h4,
.ttm-fid.inside.style6 h4 span {
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
}

.ttm-fid.inside.style6 h4.ttm-fid-inner {
    display: inline-flex;
    align-items: flex-start;
}

.ttm-fid.inside.style6 h4.ttm-fid-inner span:nth-child(2) {
    font-size: 30px;
    line-height: 30px;
}

.ttm-fid.inside.style6 h3 {
    font-size: 36px;
    line-height: 36px;
    padding-left: 12px;
}


/* ===============================================
    11.featured-icon-box ( only contents )
------------------------*/
.featured-icon-box {
    position: relative;
    margin: 15px 0;
}

.featured-icon-box .ttm-icon {
    margin-bottom: 0;
}

.featured-title h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
}

.featured-icon-box .featured-icon .ttm-icon i {
    display: inline-block;
    transition: all 500ms ease;
}

i.flaticon-phone-call-1.side-icon {
    position: absolute;
    top: 15px;
}

.featured-icon-box.icon-align-before-content .featured-icon,
.featured-icon-box.icon-align-before-content .featured-content,
.featured-icon-box.icon-align-before-title .featured-title,
.featured-icon-box.icon-align-before-title .featured-icon {
    display: table-cell;
    vertical-align: middle;
}

.featured-icon-box.icon-align-before-content .featured-icon i {
    display: inline-block;
    vertical-align: middle;
}

.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-icon {
    vertical-align: top;
    padding-top: 3px;
}

.featured-icon-box.icon-align-before-content .featured-content,
.featured-icon-box.icon-align-before-title .featured-title {
    padding-left: 15px;
}

.featured-icon-box.icon-align-before-content .featured-title h3 {
    margin-bottom: 8px;
}

.featured-icon-box.icon-align-before-content.icon-ver_align-top {
    margin-bottom: 0px;
}

.featured-icon-box.icon-align-before-title .featured-title h3 {
    margin-bottom: 0;
}

.featured-icon-box.icon-align-before-content .featured-content .featured-desc p {
    margin-bottom: 0;
}

.featured-icon-box.icon-align-before-title .featured-content {
    margin-top: 20px;
}

.featured-icon-box.icon-align-top-content .featured-content {
    padding-top: 15px;
}

section {
    counter-reset: container;
}

.container .number:after {
    counter-increment: container;
    content: counter(container, decimal-leading-zero);
    font-family: var(--base-headingfont);
    font-style: normal;
}

/* style1*/
.featured-icon-box.icon-align-top-content.style1 {
    text-align: center;
    padding: 40px 35px 45px;
    margin: 15px 15px 25px;
}

.featured-icon-box.icon-align-top-content.style1:before {
    content: '';
    background-color: #7dbe41;
    position: absolute;
    width: 3px;
    height: 40%;
    top: 30%;
    left: -3px;
    transition: all 0.3s linear;
}

.featured-icon-box.icon-align-top-content.style1:hover:before {
    top: 0;
    height: 100%;
    transition: all 0.3s linear;
}

.featured-icon-box.icon-align-top-content.style1 .featured-icon img {
    margin: 0 auto;
}

.featured-icon-box.icon-align-top-content.style1:hover .featured-icon img {
    animation: move 1s linear;
}

.featured-icon-box.icon-align-top-content.style1 h3 {
    font-size: 26px;
    line-height: 33px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 2px 0;
    margin-bottom: 8px;
}

.featured-icon-box.icon-align-top-content.style1 .fetured-bottom {
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
    border-radius: 50%;
    margin: 0 auto;
}

.featured-icon-box.icon-align-top-content.style1 .fetured-bottom a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    border: 0px solid transparent;
    display: inline-block;
    text-align: center;
}

.featured-icon-box.icon-align-top-content.style1 .fetured-bottom a i {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}

@keyframes move {
    0% {
        transform: scale(1.0);
    }

    40% {
        transform: scale(1.060);
    }

    100% {
        transform: scale(1.0);
    }
}

/* style2*/
.featured-icon-box.icon-align-before-content.style2 {
    margin: 17px 0;
}

.featured-icon-box.icon-align-before-content.style2 .featured-content p {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
}

/* style3*/
.featured-icon-box.icon-align-before-content.style3 .featured-title h3 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
}

/* style4*/
.featured-icon-box.style4 {
    position: relative;
    padding: 52px 47px 50px;
    margin: 0;
}

.featured-icon-box.style4 .featured-title h3 {
    font-size: 24px;
    line-height: 34px;
}

.featured-icon-box.style4 .fetured-bottom {
    padding-top: 5px;
}

/* style5*/
.featured-icon-box.style5 {
    position: absolute !important;
    right: -40px;
    top: 110px;
    margin: 0;
}

/* style6*/
.featured-icon-box.style6 {
    border-top: 1px solid #e7e7e71a;
    padding-top: 25px;
    margin: 0;
}

.featured-icon-box.style6 .featured-desc p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6) !important;
    font-family: var(--base-headingfont);
}

.featured-icon-box.style6 .featured-desc a span {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 600;
    font-family: var(--base-headingfont);
}

/* style7*/
.featured-icon-box.style7 {
    position: relative;
    margin: 0;
    padding: 55px 30px 50px;
}

.featured-icon-box.style7 .featured-icon {
    position: absolute;
    right: 15px;
    bottom: 0;
}

.featured-icon-box.style7 .featured-icon i {
    color: rgba(0, 0, 0, 0.06) !important;
}

.featured-icon-box.style7 .featured-title p {
    margin-bottom: 0;
}

.featured-icon-box.style7 .featured-title h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 2px;
}

.featured-icon-box.style7 .featured-desc span {
    display: block;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    padding: 4px 0;
}

.featured-icon-box.style7 .featured-desc span i {
    padding-right: 6px;
}

.featured-icon-box.style7 .featured-desc {
    padding: 15px 0 12px;
}

.featured-icon-box.style7 .featured-bottom a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600px;
}

/* style8*/

.featured-icon-box.style8 {
    margin-bottom: 0;
}

.featured-icon-box.style8 .featured-icon {
    position: relative;
    width: 70px;
    height: 70px;
    line-height: 70px;
}

.featured-icon-box.style8 .featured-icon i {
    padding-top: 4px;
    z-index: 2;
}

.featured-icon-box.style8 .ttm-icon.ttm-icon_element-size-md.style1 {
    background-color: #ffffff;
    line-height: 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-left: 2px solid #7dbe41;
}

.featured-icon-box.style8 .featured-icon .ttm-icon.ttm-icon_element-size-md.style1:before {
    background: #7dbe41;
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.featured-icon-box.style8 .featured-icon .ttm-icon.ttm-icon_element-size-md.style1:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: #7dbe41;
}

.featured-icon-box.style8:hover .featured-icon .ttm-icon.ttm-icon_element-size-md.style1:before {
    transform: translateX(0);
    transition: transform .35s ease;
}

.featured-icon-box.style8 .featured-icon .ttm-icon.ttm-icon_element-size-md.style1:before {
    transform: translateX(-100%);
    z-index: 1;
}

.featured-icon-box.style8:hover .featured-icon .ttm-icon.ttm-icon_element-size-md.style1:after {
    opacity: 1;
    transform: translateX(0);
    transition: transform .35s .36s ease;
}

.featured-icon-box.style8 .featured-icon .ttm-icon.ttm-icon_element-size-md.style1:after {
    z-index: 0;
    transform: translateX(100%);
    transition: none;
    transition: transform .5s ease;
}

.featured-icon-box.style8:hover .featured-icon i {
    color: var(--base-white);
}

.featured-icon-box.style8 .featured-content {
    padding-left: 25px;
}

.featured-icon-box.style8 .featured-title h3 {
    margin-bottom: 2px;
}

.featured-icon-box.style8 .featured-desc p {
    line-height: 22px;
}


/* style9*/
.featured-icon-box.style9 {
    margin: 0;
    padding: 11px 30px;
    position: absolute;
    top: 88px;
    left: -75px;
    box-shadow: 0px 3px 7px 0 rgb(42 51 78 / 10%);
}

.featured-icon-box.style9 .featured-icon,
.featured-icon-box.style9 .featured-content {
    padding-top: 6px;
}

.featured-icon-box.style9 .featured-title h3 {
    font-size: 18px;
    line-height: 28px;
}

/* style10*/
.featured-icon-box.style10 {
    display: inline-block;
    padding: 4px 36px 4px 22px;
}

.featured-icon-box.style10 .ttm-icon_element-size-sm {
    font-size: 9px;
    line-height: 50px;
}

.featured-icon-box.style10 .featured-content {
    padding: 0;
}

.featured-icon-box.style10 .featured-title h3 {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 0;
    text-transform: capitalize;
}

/* style11*/
.featured-icon-box.style11 {
    margin: 0;
    padding: 40px 23px 40px 23px;
}

.featured-icon-box.style11 .featured-content {
    margin: 10px 0 25px;
    padding: 0;
}

.featured-icon-box.style11 .featured-title h3 {
    font-size: 26px;
    line-height: 36px;
}

/* style12*/
.featured-icon-box.style12 {
    margin: 0;
    padding: 56px 40px 50px;
}

.featured-icon-box.style12 .featured-title h3 {
    font-size: 26px;
    line-height: 36px;
}

/* style13*/
.featured-icon-box.style13 {
    position: relative;
}

.featured-icon-box.style13 .featured-content .featured-desc h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0;
}

.featured-icon-box.style13 .featured-content .featured-desc h3 span {
    font-weight: 600;
}

/* style14*/
.featured-icon-box.style14 {
    padding: 0 11px !important;
    margin-top: 50px;
    margin-bottom: 50px;
}

.featured-icon-box.style14 .featured-icon {
    position: relative;
    width: 70px;
    height: 70px;
    line-height: 70px;
}

.featured-icon-box.style14:last-child {
    margin-bottom: 0;
}

.featured-icon-box.style14 .ttm-icon.ttm-icon_element-size-md.style1 {
    position: relative;
    outline: 1px solid #33d687;
    outline-offset: 10px;
}

.featured-icon-box.style14 .ttm-icon.ttm-icon_element-size-md.style1.ver-line:before {
    content: '';
    background-color: var(--base-skin);
    position: absolute;
    width: 1px;
    height: 45px;
    top: -56px;
    left: 36px;
    transform: translateY(0px);
    transition: all 0.3s linear;
}

.featured-icon-box.style14:hover .ttm-icon.ttm-icon_element-size-md.style1.ver-line:before {
    transform: translateY(-36px);
    transition: all 0.3s linear;
}

.featured-icon-box.style14 .featured-content {
    padding-left: 34px;
}

.featured-icon-box.style14 .post-meta span {
    font-size: 12px;
    line-height: 20px;
}

.featured-icon-box.style14 .featured-title h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
}

/* style15*/
.featured-icon-box.style15 {
    position: relative;
    padding: 37px 40px 36px;
    margin: 0 0 0 -30px;
}

.featured-icon-box.style15 .featured-content .featured-desc h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0;
}

.featured-icon-box.style15 .featured-content .featured-desc h3 span {
    font-weight: 600;
}

/* style16*/
.featured-icon-box.style16 {
    display: block;
}

.featured-icon-box.style16 .featured-content {
    padding-top: 5px;
}

.featured-icon-box.style16 .featured-content h3 p {
    margin-bottom: 0;
}

.featured-icon-box.style16 .featured-title h3 {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 2px;
}

.featured-icon-box.style16 .featured-desc p {
    display: block;
    font-size: 16px;
    margin-bottom: 0;
}

/* style17*/
.featured-icon-box.style17 {
    margin-bottom: 0;
}

.featured-icon-box.style17 .featured-icon {
    position: relative;
    width: 70px;
    height: 70px;
    line-height: 70px;
}

.featured-icon-box.style17 .featured-icon i {
    padding-top: 4px;
    z-index: 2;
}

.featured-icon-box.style17 .ttm-icon.ttm-icon_element-size-md.style1 {
    background-color: var(--base-grey);
    line-height: 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-left: 2px solid var(--base-dark);
}

.featured-icon-box.style17 .featured-icon .ttm-icon.ttm-icon_element-size-md.style1:before {
    background: var(--base-dark);
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.featured-icon-box.style17 .featured-icon .ttm-icon.ttm-icon_element-size-md.style1:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: var(--base-dark);
}

.featured-icon-box.style17:hover .featured-icon .ttm-icon.ttm-icon_element-size-md.style1:before {
    transform: translateX(0);
    transition: transform .35s ease;
}

.featured-icon-box.style17 .featured-icon .ttm-icon.ttm-icon_element-size-md.style1:before {
    transform: translateX(-100%);
    z-index: 1;
}

.featured-icon-box.style17:hover .featured-icon .ttm-icon.ttm-icon_element-size-md.style1:after {
    opacity: 1;
    transform: translateX(0);
    transition: transform .35s .36s ease;
}

.featured-icon-box.style17 .featured-icon .ttm-icon.ttm-icon_element-size-md.style1:after {
    z-index: 0;
    transform: translateX(100%);
    transition: none;
    transition: transform .5s ease;
}

.featured-icon-box.style17:hover .featured-icon i {
    color: var(--base-white);
}

.featured-icon-box.style17 .featured-content {
    padding-left: 25px;
}

.featured-icon-box.style17 .featured-title h3 {
    margin-bottom: 2px;
}

.featured-icon-box.style17 .featured-desc p {
    line-height: 22px;
}


/* style18*/
.featured-icon-box.style18 {
    position: relative;
    padding: 19px 20px 24px 22px;
    margin-bottom: 0;
}

.featured-icon-box.style18 .featured-title h3 {
    margin-bottom: 0;
}

.featured-icon-box.style18 .featured-icon {
    display: inline-block;
    margin-left: -15px;
    margin-bottom: -15px;
}

.featured-icon-box.style18 .featured-desc {
    display: inline-block;
    margin-left: -6px;
}

.featured-icon-box.style18 .featured-desc p {
    display: inline-block;
    margin-bottom: 0;
}


/* style19*/
.featured-icon-box.style19 {
    padding: 32px 25px 32px;
    background-color: var(--base-white);
    overflow: hidden;
}

.featured-icon-box.style19 .featured-content {
    padding-left: 20px;
}

.featured-icon-box.style19 .featured-title {
    position: relative;
}

.featured-icon-box.style19 .featured-title:after {
    content: '';
    height: 3px;
    position: absolute;
    width: 30px;
    background-color: var(--base-skin);
    top: 15px;
    left: 0px;
    transition: all 500ms ease;
    opacity: 0;
}

.featured-icon-box.style19 .featured-title h3 {
    font-size: 22px;
    transform: translateX(0px);
    transition: all 500ms ease;
}

.featured-icon-box.style19 .featured-desc p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.featured-icon-box.style19 .featured-bottom {
    position: absolute;
    right: 27px;
    bottom: -5px;
    margin-bottom: 45px;
    padding-top: 10px;
}

.featured-icon-box.style19 .featured-bottom a i:before {
    left: -13px;
    position: absolute;
    font-size: 20px;
    transform: rotate(90deg);
    transition: all 500ms ease;
    background: transparent;
    width: auto;
    color: var(--base-skin);
    font-weight: 400;
    height: auto;
}

.featured-icon-box.style19:hover .featured-bottom a i:before {
    transform: rotate(45deg);
    transition: all 500ms ease;
}

.featured-icon-box.style19:hover .featured-title h3 {
    transform: translateX(40px);
    transition: all 500ms ease;
}

.featured-icon-box.style19:hover .featured-title:after {
    opacity: 1;
    transition: all 500ms ease;
}

/* style20*/
.featured-icon-box.style20 {
    padding-top: 29px;
    margin: 0;
}

.featured-icon-box.style20 .featured-desc p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 500;
    color: var(--base-white) !important;
    font-family: var(--base-headingfont);
}

.featured-icon-box.style20 .featured-desc a span {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 600;
    font-family: var(--base-headingfont);
}

/* style21*/

.featured-icon-box.style21 {
    margin-bottom: 0;
}

.featured-icon-box.style21 .featured-icon i {
    padding-top: 4px;
    z-index: 2;
}

.featured-icon-box.style21 .ttm-icon.ttm-icon_element-size-md.style1 {
    background-color: rgba(255, 255, 255, 0.05);
    line-height: 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-left: 2px solid var(--base-skin);
}

.featured-icon-box.style21 .featured-icon .ttm-icon.ttm-icon_element-size-md.style1:before {
    background: var(--base-skin);
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.featured-icon-box.style21 .featured-icon .ttm-icon.ttm-icon_element-size-md.style1:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: var(--base-skin);
}

.featured-icon-box.style21:hover .featured-icon .ttm-icon.ttm-icon_element-size-md.style1:before {
    transform: translateX(0);
    transition: transform .35s ease;
}

.featured-icon-box.style21 .featured-icon .ttm-icon.ttm-icon_element-size-md.style1:before {
    transform: translateX(-100%);
    z-index: 1;
}

.featured-icon-box.style21:hover .featured-icon .ttm-icon.ttm-icon_element-size-md.style1:after {
    opacity: 1;
    transform: translateX(0);
    transition: transform .35s .36s ease;
}

.featured-icon-box.style21 .featured-icon .ttm-icon.ttm-icon_element-size-md.style1:after {
    z-index: 0;
    transform: translateX(100%);
    transition: none;
    transition: transform .5s ease;
}

.featured-icon-box.style21:hover .featured-icon i {
    color: var(--base-white);
}

.featured-icon-box.style21 .featured-content {
    padding-left: 25px;
}

.featured-icon-box.style21 .featured-title h3 {
    margin-bottom: 2px;
}

.featured-icon-box.style21 .featured-desc p {
    line-height: 22px;
}

/* ===============================================
    12.featured-images ( contents with image)
------------------------*/
.featured-imagebox,
.featured-thumbnail {
    position: relative;
    overflow: hidden;
}

.featured-imagebox {
    margin: 15px 0;
}

.featured-imagebox .featured-content .featured-title h3 {
    position: relative;
    overflow: hidden;
}

.featured-imagebox .featured-content .category,
.featured-imagebox .featured-content .category a {
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
}

.featured-imagebox .featured-thumbnail img {
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

.featured-imagebox:hover .featured-thumbnail img {
    transform: scale(1.1);
}

.ttm-box-view-overlay,
.ttm-box-view-content-inner {
    position: relative;
}

.ttm-box-view-overlay:before,
.ttm-box-view-content-inner:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    transition: all 0.5s linear;
    z-index: 1;
}

div:hover>.ttm-box-view-overlay:before,
div:hover>.ttm-box-view-content-inner:before {
    opacity: .8;
    visibility: visible;
}

/*featured-imagebox-slider*/
.featured-imagebox.featured-imagebox-slider {
    position: relative;
    width: 455px;
    height: auto;
    padding: 0;
    overflow: visible;
    z-index: 3;
}

.featured-imagebox.featured-imagebox-slider .featured-thumbnail,
.featured-imagebox.featured-imagebox-slider .featured-content {
    display: table-cell;
    vertical-align: middle;
}

.featured-imagebox.featured-imagebox-slider .featured-thumbnail {
    width: 206px;
    border: 10px solid #fff;
}

.featured-imagebox.featured-imagebox-slider .featured-content {
    padding: 20px;
}

.featured-imagebox.featured-imagebox-slider .featured-title h3 {
    word-wrap: break-word !important;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 2px;
}

.featured-imagebox.featured-imagebox-slider .fetured-bottom {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    border-radius: 50%;
}

.featured-imagebox.featured-imagebox-slider .fetured-bottom a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    border: 0px solid transparent;
    display: inline-block;
    text-align: center !important;
    margin-bottom: 0;
}

.featured-imagebox.featured-imagebox-slider .fetured-bottom a i {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    padding-top: 2px;
}

/*featured-imagebox-portfolio*/
/* style1 */
.featured-imagebox.featured-imagebox-portfolio.style1 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.ttm-boxes-spacing-10px .featured-imagebox-portfolio.style1 {
    margin: 0;
    padding: 0;
}

.featured-imagebox.featured-imagebox-portfolio.style1 .ttm-portfolio-box-view-overlay {
    overflow: hidden;
}

.slick-slide .featured-imagebox.featured-imagebox-portfolio.style1 .ttm-portfolio-box-view-overlay:after {
    position: absolute;
    content: '';
    background-color: rgba(255, 255, 255, 0.70);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .9s ease;
    z-index: 1;
    opacity: 0;
}

.slick-slide:not(.slick-active) .featured-imagebox-portfolio.style1 .ttm-portfolio-box-view-overlay:after {
    opacity: 1;
}

.slick-active .featured-imagebox.featured-imagebox-portfolio.style1:hover .ttm-portfolio-box-view-overlay:after {
    opacity: 1;
}

.slick-slide .featured-imagebox.featured-imagebox-portfolio.style1:hover .ttm-portfolio-box-view-overlay:after {
    background-color: transparent;
}

.slick-slide.slick-current.slick-active.slick-center .featured-imagebox.featured-imagebox-portfolio.style1:hover .ttm-portfolio-box-view-overlay:after {
    background-color: rgba(255, 255, 255, 0.70);
}

.slick-active .featured-imagebox.featured-imagebox-portfolio.style1 .ttm-portfolio-box-view-overlay:after {
    background-color: unset;
}

.slick-active .featured-imagebox-portfolio.style1 .ttm-media-link a i {
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    font-weight: 500;
    color: var(--white);
}

.slick-active .featured-imagebox-portfolio.style1 .ttm-media-link a:hover i {
    color: var(--base-white);
}


.slick-active .featured-imagebox-portfolio.style1:hover .ttm-media-link a {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.slick-cloned.slick-active .featured-imagebox-portfolio.style1 .ttm-media-link a {
    left: -35px;
}

.slick-active .featured-imagebox-portfolio.style1 .ttm-media-link a {
    left: 35px;
}

.slick-slide.slick-current.slick-active .featured-imagebox.featured-imagebox-portfolio.style1 .ttm-media-link a {
    left: 0px;
    top: 56%;
}

.slick-slide.slick-current.slick-active .featured-imagebox.featured-imagebox-portfolio.style1 {
    position: relative;
    transform: scale(1.2);
    z-index: 3;
    border: 20px solid #7dbe41;
    overflow: hidden;
}


/*team*/
/*featured-imagebox-team.style1*/
.featured-imagebox-team.style1 {
    position: relative;
    margin: 0;
}

.featured-imagebox-team.style1 .featured-content {
    padding: 30px;
}

.featured-imagebox-team.style1 .featured-content h3 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 0;
}

.featured-imagebox-team.style1 .featured-desc a {
    display: block;
    font-size: 15px;
    line-height: 26px;
    font-weight: normal;
    text-decoration: underline;
    font-family: var(--base-bodyfont);
}

.featured-imagebox-team.style1 .featured-content .social-icons li a {
    display: block;
    border: none;
    background-color: var(--base-white);
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
}

.featured-imagebox-team.style1 .featured-content .featured-iconbox {
    padding-top: 15px;
}

.featured-imagebox-team.style1 .featured-content.ttm-bgcolor-darkgrey .featured-title h3 a:hover,
.featured-imagebox-team.style1 .featured-content.ttm-bgcolor-darkgrey .featured-desc span:hover {
    color: var(--base-skin);
}

.featured-imagebox-team.style1 .featured-content.ttm-bgcolor-skincolor .featured-title h3 a:hover,
.featured-imagebox-team.style1 .featured-content.ttm-bgcolor-skincolor .featured-desc span:hover {
    color: var(--base-dark);
}

.featured-imagebox-team.style1 .featured-content.ttm-bgcolor-darkgrey .social-icons li a:hover {
    background-color: var(--base-skin);
}

.featured-imagebox-team.style1 .featured-content.ttm-bgcolor-darkgrey .social-icons li a:hover i {
    color: var(--base-white);
}

.featured-imagebox-team.style1 .featured-content.ttm-bgcolor-skincolor .social-icons li a:hover {
    background-color: var(--base-dark);
}

.featured-imagebox-team.style1 .featured-content.ttm-bgcolor-skincolor .social-icons li a:hover i {
    color: var(--base-white);
}

/*.featured-imagebox-team.style2*/
.featured-imagebox-team.style2 {
    position: relative;
    overflow: visible;
    box-shadow: 0 1px 13px 0 rgb(0 10 41 / 4%);
    transition: all 0.3s ease;
    width: 200px;
}

.featured-imagebox-team.style2 .featured-content {
    padding: 10px 15px;
    background-color: #f5f5f5;
}

.featured-imagebox-team.style2 .featured-content .featured-iconbox h4 {
    font-size: 18px;
}

.featured-imagebox-team.style2 .featured-content h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 0;
}

.featured-imagebox-team.style2 .featured-desc a {
    display: block;
    font-size: 18px;
    line-height: 28px;
    text-decoration: underline;
    font-family: var(--base-bodyfont);
}

.featured-imagebox-team.style2 .featured-content .social-icons li {
    margin: 0;
}

.featured-imagebox-team.style2 .featured-content .social-icons li a {
    display: block;
    border: none;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    background-color: transparent;
    border: none;
}

.featured-imagebox-team.style2 .featured-content .social-icons li a i {
    font-size: 15px;
    line-height: 32px;
    color: var(--base-dark);
}

.featured-imagebox-team.style2 .featured-content .social-icons {
    padding-top: 10px;
}

.featured-imagebox-team.style2 .featured-thumbnail {
    margin: auto;
    cursor: pointer;
    perspective: 250px;
    overflow: visible;
}

.featured-imagebox-team.style2 .featured-thumbnail img {
    position: relative;
    transition: all 0.3s ease;
}

.featured-imagebox-team.style2:hover {
    background-color: #7dbe41;
    transition: all 0.3s ease;
}

.featured-imagebox-team.style2:hover .featured-thumbnail img {
    transform: rotateY(8deg);
}

.featured-imagebox-team.style2:hover .featured-content {
    text-align: right;
}

.featured-imagebox-team.style2:hover .featured-content h3 a,
.featured-imagebox-team.style2:hover .featured-content .social-icons li a,
.featured-imagebox-team.style2:hover .featured-content .social-icons li a i {
    color: var(--base-white);
}

/* post */
.featured-imagebox-post {
    overflow: visible;
}

.featured-imagebox-post .featured-content .featured-title h3 {
    font-size: 24px;
    line-height: 34px;
}

.featured-imagebox-post .featured-content .post-meta span {
    display: inline-block;
    position: relative;
    margin-right: 12px;
    font-size: 14px;
    line-height: 14px;
    font-style: normal;
    margin-bottom: 12px;
}

.featured-imagebox-post:not(.ttm-box-view-left-image) .featured-content .post-meta span a {
    color: inherit;
}

.featured-imagebox-post:not(.ttm-box-view-left-image) .featured-content .post-meta span:last-child {
    margin-right: 0;
    margin-left: 12px;
}

.featured-imagebox-post:not(.ttm-box-view-left-image) .featured-content .post-meta span:after {
    content: '';
    position: absolute;
    top: 4px;
    background-color: currentColor;
    height: 5px;
    width: 5px;
    right: -11px;
    border-radius: 50%;
}

.featured-imagebox-post .featured-content .post-meta span:last-child:after {
    left: -11px;
}

.featured-imagebox-post .featured-content .post-meta span i {
    padding-right: 5px;
    font-size: 12px;
}

.featured-imagebox-post .ttm-box-post-date .ttm-entry-date {
    color: var(--base-white);
    display: inline-block;
    padding: 20px 8px;
    z-index: 2;
    font-size: 15px;
}

.ttm-box-post-date .ttm-entry-date .entry-month,
.ttm-box-post-date .ttm-entry-date .entry-year {
    font-size: 15px;
    font-weight: 400;
    display: block;
    text-transform: capitalize;
}

.featured-imagebox-post.ttm-box-view-left-image {
    background-color: var(--base-white);
    box-shadow: 0 1px 13px 0 rgb(0 10 41 / 4%);
}

.featured-imagebox-post.ttm-box-view-left-image .featured-content-post .featured-title h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.featured-imagebox-post.ttm-box-view-left-image .featured-content .featured-title a {
    white-space: inherit;
    text-transform: capitalize;
}

.ttm-box-view-left-image .ttm-featured-img-left {
    padding: 0 !important;
}

.ttm-box-view-left-image .featured-content .category {
    padding-bottom: 13px;
    display: block;
    text-transform: uppercase;
}

.ttm-box-view-left-image .featured-content .category>a {
    display: inline-block;
    padding: 1px 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    font-family: var(--base-bodyfont);
}

.ttm-box-view-left-image .featured-content .ttm-box-desc,
.ttm-box-view-left-image .featured-content .featured-desc {
    margin-top: 10px;
    padding-top: 2px;
    padding-bottom: 10px;
}

.ttm-box-view-left-image .featured-content .featured-desc p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.featured-imagebox-post.ttm-box-view-left-image .featured-content.featured-content-post .post-meta span {
    padding: 0;
    font-size: 14px;
}

/*featured-imagebox-services.style1*/
.featured-imagebox-services.style1 {
    border-radius: 0px;
    padding-bottom: 0px;
    background-color: var(--base-white);
    box-shadow: 0 1px 13px 0 rgb(0 10 41 / 4%);
}

.featured-imagebox-services.style1 .featured-content {
    padding: 20px 30px;
    background-color: #ffffff;
}

.featured-imagebox-services.style1 .featured-content .featured-title h3 {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}

.featured-imagebox-services.style1 .featured-content .featured-desc p {
    margin-bottom: 0;
}

.featured-imagebox-services.style1 .ttm-footer a {
    padding: 18px 30px 16px;
    font-weight: 600;
    position: relative;
}

.featured-imagebox-services.style1 .ttm-footer a i {
    font-size: 17px;
    position: absolute;
    top: 16px;
    right: 20px;
}

.featured-imagebox-services.style1 .ttm-footer a {
    background-color: #f1f1f1;
}

.featured-imagebox-services.style1 .ttm-footer.ttm-bgcolor-white a {
    background-color: #ffffff;
}

.featured-imagebox-services.style1 .ttm-footer.ttm-bgcolor-white {
    border-top: 1px solid #e2e2e2;
}


/*featured-imagebox-services.style2*/
.featured-imagebox-services.style2 {
    position: relative;
    margin: 15px;
}

.featured-imagebox-services.style2 .ttm-box-view-overlay {
    position: relative;
}

.featured-imagebox-services.style2 .ttm-box-view-overlay:before {
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, .8) 35%, transparent 80%);
    width: 100%;
    height: 100%;
    opacity: 0.72;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 20px;
    transition: all 0.3s ease;
}

.featured-imagebox-services.style2 .featured-content {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 20px;
    transition: all 0.3s ease;
    color: var(--base-white);
}

.featured-imagebox-services.style2 .featured-content .featured-title {
    max-height: 72px;
    overflow: hidden;
}

.featured-imagebox-services.style2 .featured-content .featured-title h3 {
    width: 80%;
    font-size: 21px;
    line-height: 29px;
    font-weight: 600;
    margin: auto;
    padding-top: 5px;
}

.featured-imagebox-services.style2 .featured-desc p {
    font-size: 13px;
    line-height: 23px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
}

/*featured-imagebox-services.style3*/
.featured-imagebox-services.style3 {
    box-shadow: 0 1px 13px 0 rgba(0, 10, 41, 0.04);
    overflow: visible;
    margin: 15px;
}

.featured-imagebox-services.style3 .featured-content {
    padding: 33px 25px 24px;
    background-color: var(--base-white);
}

.featured-imagebox-services.style3 .featured-content .featured-title span {
    font-size: 14px;
}

.featured-imagebox-services.style3 .fetured-bottom {
    position: absolute;
    bottom: -15px;
    left: 25px;
    border-radius: 50%;
}

.featured-imagebox-services.style3 .fetured-bottom a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 0px solid transparent;
    display: inline-block;
    text-align: center;
    margin-bottom: 0;
}

.featured-imagebox-services.style3 .fetured-bottom a i {
    font-size: 15px;
    line-height: 15px;
    padding-top: 2px;
}

.star-ratings ul {
    padding: 0;
    margin: 0;
}

.star-ratings li {
    font-size: 13.8px;
    min-width: 14px;
    display: inline-block;
    color: #e0e8f0;
}

.star-ratings ul li.active,
.star-ratings ul li.active i {
    color: #fd4;
}


.ttm-bgcolor-skincolor .slick-prev:before,
.ttm-bgcolor-skincolor .slick-next:before,
.ttm-bgcolor-darkgrey .slick-prev:before,
.ttm-bgcolor-darkgrey .slick-next:before {
    color: var(--base-white);
}

/* ===============================================
    17.Wrap-Form
------------------------*/
.wrap-form label {
    width: 100%;
    margin: 0;
}

.wrap-form span.text-input {
    margin-bottom: 24px;
    display: block;
    position: relative;
    background-color: var(--base-grey);
}

.wrap-form span.text-input>i {
    position: absolute;
    left: 10px;
    top: 21px;
    opacity: .9;
    font-size: 14px;
    z-index: 1;
}

/* contactform */
.wrap-form.contact_form span.text-input i {
    position: absolute;
    left: 0;
    top: 20px;
    opacity: .9;
    font-size: 16px;
    z-index: 1;
}

.wrap-form.contact_form span.text-input input,
.wrap-form.contact_form span.text-input textarea,
.wrap-form.contact_form span.text-input select {
    border-radius: 0;
    color: inherit;
    background-color: transparent;
    /*padding: 15px 24px;*/
}

.wrap-form.contact_form button[type="submit"] {
    font-size: 14px;
    padding: 15px 30px;
}

.wrap-form.contact_form {}

.wrap-form.contact_form .cookies label {
    width: auto;
    display: inline;
}

.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input input,
.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea,
.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input select {
    background-color: transparent;
    border: 0;
    color: var(--base-white);
    padding-left: 0;
    border-bottom: 2px solid rgba(255, 255, 255, .12);
}

.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input input::-webkit-input-placeholder,
.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea::-webkit-input-placeholder,
.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input select::-webkit-input-placeholder {
    color: var(--base-white);
}

/* request_qoute_form */
.wrap-form.request_qoute_form span.text-input input,
.wrap-form.request_qoute_form span.text-input textarea,
.wrap-form.request_qoute_form span.text-input select {
    padding: 17px 24px 16px;
    border-width: 2px;
    background-color: transparent;
}

/* wrap-form.contact_form_1 */
.wrap-form.contact_form_1 span.text-input input,
.wrap-form.contact_form_1 span.text-input textarea,
.wrap-form.contact_form_1 span.text-input select {
    border-radius: 5px;
    color: inherit;
    background-color: var(--base-white);
    padding: 11px 15px;
    opacity: .8;
}

.wrap-form.contact_form_1.wrap-form label {
    width: 100%;
    margin: 0;
    position: relative;
}

.wrap-form.contact_form_1.wrap-form label i {
    position: absolute;
    right: 20px;
    left: auto;
    color: #8a8a8a;
    top: 15px;
    opacity: .9;
    font-size: 16px;
    z-index: 1;
    line-height: 16px;
}

.wrap-form.contact_form_1 span.text-input {
    margin-bottom: 0;
}

.wrap-form.contact_form_1 .cookies label {
    width: auto;
    display: inline;
}

.wrap-form.contact_form_1 .ttm-btn-style-fill.ttm-btn-color-skincolor:hover {
    background-color: #2f2f2f;
}

/* ===============================================
    19.Boxes-Spacing
------------------------*/

.row.ttm-boxes-spacing-20px,
.ttm-boxes-spacing-20px {
    margin: 0 -15px;
}

.ttm-boxes-spacing-20px .ttm-box-col-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}

/* ===============================================
    20.Sidebar
------------------------*/
.sidebar .widget-area .widget {
    position: relative;
    overflow: hidden;
}

.sidebar.ttm-sidebar-right .widget-area .widget {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    background-color: var(--base-white);
    padding: 21px 30px 32px 30px;
}

.sidebar.ttm-sidebar-right .widget-area .widget:after {
    content: '';
    background-color: var(--base-skin);
    position: absolute;
    height: 3px;
    bottom: 0px;
    left: 30px;
    right: 30px;
    z-index: 2;
}

.sidebar .widget-area .widget:last-child {
    margin-bottom: 0;
}

.sidebar .widget ul {
    margin: 0;
    padding: 0;
}

.sidebar .widget ul>li {
    padding-bottom: 10px;
    padding-top: 10px;
    list-style: none;
    position: relative;
    /*border-top: 1px dashed rgba(0,0,0,.09);*/
}

.sidebar .widget ul>li:first-child {
    border-top: none;
    padding-top: 0;
}

.sidebar .widget ul>li:last-child {
    padding-bottom: 0;
}

.sidebar .widget .widget-title {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 2px;
    background-color: transparent;
    font-weight: 600;
}

.sidebar .widget:hover .widget-title:after {
    width: 100%;
}

/*widget-search*/
.sidebar .widget-area.widget_border .widget.widget-banner,
.sidebar .widget-area.widget_border .widget.widget-search {
    padding: 0;
    border: 0;
    margin-bottom: 20px;
}

/* widget-categories */
.widget-categories ul li a {
    position: relative;
    padding-left: 22px;
    font-family: var(--base-bodyfont);
    font-weight: 400;
    color: #000;
}

.widget-categories ul li {
    padding: 8px 0 7px !important;
    /*border-top: 1px solid #f0f0f0;*/
    position: relative;
}

.widget-categories ul li:first-child {
    padding-top: 0 !important;
}

.widget-categories ul li:last-child {
    padding-bottom: 0 !important;
}

.widget-categories ul li a:before {
    position: absolute;
    content: '\e61a';
    font-family: 'Themify';
    font-weight: 600;
    top: 0;
    left: 0;
    font-size: 9px;
    line-height: 20px;
}

/* widget-contact */
.widget.contact-widget .featured-title h3 {
    color: #000000;
}

.widget.contact-widget .featured-icon-box {
    background-color: var(--base-white);
    padding: 8px 20px 7px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 7px 0 rgb(43 52 59 / 6%);
    -moz-box-shadow: 0 0 7px 0 rgba(43, 52, 59, .06);
    box-shadow: 0 0 7px 0 rgb(43 52 59 / 6%);
}

/* widget-banner */
.sidebar .widget-area.widget_border .widget.widget-banner .spacing-13 {
    padding: 33px 30px 40px;
}

.sidebar .widget-area.widget_border .widget.widget-banner .widget-title {
    border-bottom-color: rgba(255, 255, 255, .7);
}