:root {
  --skin-color: #ed1f24;
  --dark-grey-color: #333333;
  --dark-color: #000000;
  --body-fonts-color: #333333;
  --grey-color: #f1f4f9;
  --white-color: #fff;
  --body-fonts: 'Poppins', Tahoma, Geneva, sans-serif;
  --title-fonts: 'Inter', Arial, Helvetica, sans-serif;
}
h3 {
  font-family: var(--title-fonts);
  margin-bottom: 15px;
  font-weight: 700;
  color: var(--dark-grey-color);
  font-style: normal;
  text-transform: capitalize;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.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;
}

.ttm-bg.ttm-bgimage-yes >.ttm-bg-layer, .ttm-bg.ttm-col-bgimage-yes > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
    opacity: .88;
}

.ttm-bgcolor-white.ttm-bg.ttm-bgimage-yes >.ttm-bg-layer, .ttm-bgcolor-white.ttm-bg.ttm-col-bgimage-yes > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
    opacity: .94;
}

.ttm-bgcolor-darkgrey.ttm-bg.ttm-bgimage-yes >.ttm-bg-layer, .ttm-bg.ttm-col-bgimage-yes > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
    opacity: 0.08;
}

.bg-img6.ttm-bgcolor-darkgrey.ttm-bg.ttm-bgimage-yes >.ttm-bg-layer, .ttm-bg.ttm-col-bgimage-yes > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
    opacity: 0.8;
}

.bg-img8.ttm-bgcolor-darkgrey.ttm-bg.ttm-bgimage-yes >.ttm-bg-layer, .ttm-bg.ttm-col-bgimage-yes > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
    opacity: 0.5;
}

.bg-img9.ttm-bgcolor-darkgrey.ttm-bg.ttm-bgimage-yes >.ttm-bg-layer, .ttm-bg.ttm-col-bgimage-yes > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
    opacity: 0.7;
}

.ttm-bgcolor-dark.ttm-bg.ttm-bgimage-yes >.ttm-bg-layer, .ttm-bg.ttm-col-bgimage-yes > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
    opacity: 0.55;
}

.ttm-bgcolor-grey.ttm-bg.ttm-bgimage-yes >.ttm-bg-layer, .ttm-bg.ttm-col-bgimage-yes > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
    opacity: 0.05;
}

.ttm-bg.ttm-col-bgimage-yes > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
    opacity: 0.9;
}

/* ===============================================
    5.Col-Bg-Image  
------------------------*/
.ttm-equal-height-image {
    display: none;
}
.col-bg-img-eight.ttm-bg.ttm-col-bgimage-yes > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
    opacity: .02;
}
h3.title {
    font-size: 24px;
    line-height: 30px;
}

h3.title span {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 800;
    display: inline-block;
}

.col-title.section-title h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
}

.col-title.section-title h2 span {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 800;
    display: inline-block;
    color: var(--skin-color);
}

.column-title:after {
    content: '';
    position: absolute;
    height: 100%;
    border-left: 7px solid var(--skin-color);
    top: 0;
    left: -25px;
}

/* ===============================================
    7.sep_holder
------------------------*/
.ttm-horizontal_sep {
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
}

.ttm-bgcolor-darkgrey .ttm-horizontal_sep {
    border-top-color: rgba(255, 255, 255, 0.08);
}

.ttm-bgcolor-white .ttm-horizontal_sep {
    border-top-color: #0000001a;
}

.border, .border-top, .border-left, .border-bottom, .border-right {
    border-color: #E3E3E3 !important;
}

.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: rgba(0, 0, 0, 0.06);
}

.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: rgba(255, 255, 255, .21);
}

/* ===============================================
    8.Buttons
------------------------*/
.ttm-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    padding: 15px 30px 15px 30px;
    background: transparent;
    border: 2px solid var(--dark-grey-color);
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.ttm-btn i {
    transition: ease-in-out 0.5s;
    font-size: 18px;
    line-height: 18px;
}

.ttm-btn:hover i {
    webkit-animation: tfLeftToRight 0.5s forwards;
    -moz-animation: tfLeftToRight 0.5s forwards;
    animation: tfLeftToRight 0.5s forwards;
}

@-webkit-keyframes tfLeftToRight {
    49% {
        -webkit-transform: translateX(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    51% {
        opacity: 1;
    }

}

@keyframes tfLeftToRight {
    49% {
        transform: translateX(100%);
    }

    50% {
        opacity: 0;
        transform: translateX(-100%);
    }

    51% {
        opacity: 1;
    }

}

.ttm-btn.ttm-icon-btn-left {
    padding-left: 22px;
    transition: unset;
}

.ttm-btn.ttm-icon-btn-right {
    padding-right: 22px;
    transition: unset;
}

.ttm-btn.ttm-icon-btn-right i {
    right: 2px;
}

.ttm-bgcolor-darkgrey .ttm-btn:hover.btn-inline.ttm-btn-color-skincolor {
    background-color: transparent;
    color: var(--white-color);
}

.ttm-btn:hover.btn-inline.ttm-btn-color-skincolor {
    background-color: transparent;
    color: var(--dark-grey-color);
}

.rev-btn.ttm-btn.ttm-btn-style-fill:hover {
    background-color: transparent;
    border-color: currentColor;
}

.rev-btn.ttm-btn.ttm-btn-style-fill:before {
    position: unset;
    background-color: transparent;
}

/** btn-with-icon **/
.ttm-btn i {
    display: inline-block;
    vertical-align: middle;
    text-align: inherit;
    margin-left: 10px;
    transition: .4s;
}

.ttm-btn.ttm-icon-btn-right i {
    text-align: right;
    margin-left: 10px;
    margin-right: 0;
}

.ttm-btn.ttm-icon-btn-left i {
    text-align: left;
    margin-right: 10px;
    margin-left: 0;
}

/** btn-size-xs **/
.ttm-btn.ttm-btn-size-xs {
    font-size: 11px;
    padding: 8px 20px;
}

.ttm-btn.ttm-btn-size-xs i {
    font-size: 10px;
    line-height: 11px;
}

.ttm-btn.ttm-icon-btn-right.ttm-btn-size-xs i {
    text-align: right;
    margin-left: 6px;
    margin-right: 0;
}

.ttm-btn.ttm-icon-btn-left.ttm-btn-size-xs i {
    text-align: left;
    margin-right: 6px;
    margin-left: 0;
}

/** btn-size-sm **/
.ttm-btn.ttm-btn-size-sm {
    font-size: 13px;
    padding: 15px 20px;
}

.ttm-btn.ttm-btn-size-sm i {
    font-size: 13px;
    line-height: 14px;
}

/** btn-size-md **/
.ttm-btn.ttm-btn-size-md {
    font-size: 14px;
    padding: 12px 30px 12px 30px;
}

.ttm-btn.ttm-btn-size-md i {
    font-size: 14px;
    line-height: 15px;
    font-size: 16px;
}

/** btn-size-lg **/
.ttm-btn.ttm-btn-size-lg {
    font-size: 18px;
    line-height: 18px;
    padding: 15px 35px;
}

.ttm-btn.ttm-btn-size-lg i {
    font-size: 18px;
    line-height: 18px;
}

/** btn-shape **/
.ttm-btn.ttm-btn-shape-round {
    border-radius: 2em;
}

.ttm-btn.ttm-btn-shape-rounded {
    border-radius: 3px;
}

.ttm-btn.ttm-btn-shape-square {
    border-radius: 0;
}

/** btn-style-border **/
.ttm-btn.ttm-btn-style-border {
    background-color: transparent;
    border: 2px solid currentColor;
}

.ttm-btn.ttm-btn-color-white.ttm-btn-style-border {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

/** btn-inline **/
.ttm-btn.btn-inline {
    text-transform: capitalize;
    padding: 0;
    border: 0;
    background-color: transparent;
}

.ttm-btn.btn-inline i {
    display: inline-block;
    vertical-align: middle;
    transition: 0s;
}

.ttm-btn.btn-inline.ttm-icon-btn-right i {
    margin-left: 7px;
    transition: ease-in-out 0.5s;
    font-size: 18px;
    line-height: 18px;
}

.ttm-btn.btn-inline:hover i {
    margin-left: 7px !important;
    webkit-animation: tfLeftToRight 0.5s forwards;
    -moz-animation: tfLeftToRight 0.5s forwards;
    animation: tfLeftToRight 0.5s forwards;
}

@-webkit-keyframes tfLeftToRight {
    49% {
        -webkit-transform: translateX(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    51% {
        opacity: 1;
    }

}

@keyframes tfLeftToRight {
    49% {
        transform: translateX(100%);
    }

    50% {
        opacity: 0;
        transform: translateX(-100%);
    }

    51% {
        opacity: 1;
    }

}

.ttm-btn.btn-inline.ttm-icon-btn-left i {
    margin-right: 7px;
    transition: ease-in-out .5s;
}

.ttm-btn.btn-inline i.fa-minus:before {
    height: 1px;
    display: block;
}

.ttm-btn.btn-inline.ttm-icon-btn-left:hover i {
    margin-right: 11px !important;
}

/* play-btn / play-icon */
.ttm-play-icon {
    color: #fff;
    display: block;
    position: relative;
}

.ttm-play-icon .ttm-icon.ttm-icon_element-size-md {
    height: 95px;
    width: 95px;
    line-height: 95px;
    margin: 0;
}

.ttm-play-icon .ttm-play-icon-animation {
    display: inline-block;
    position: relative;
}

.ttm-play-icon .ttm-play-icon-animation:after, .ttm-play-icon .ttm-play-icon-animation:before {
    content: '';
    border: 1px solid;
    border-color: inherit;
    width: 150%;
    height: 150%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: -25%;
    top: -25%;
    opacity: 1;
    -webkit-animation: 1s videoplay-anim linear infinite;
    animation: 1s videoplay-anim linear infinite;
}

.ttm-play-icon .ttm-play-icon-animation:after, .ttm-play-icon .ttm-play-icon-animation:before {
    -webkit-animation: videoplay-anim 1.05s infinite;
    -moz-animation: videoplay-anim 1.05s infinite;
    -ms-animation: videoplay-anim 1.05s infinite;
    -o-animation: videoplay-anim 1.05s infinite;
    animation: videoplay-anim 1.05s infinite;
}

.ttm-play-icon .ttm-play-icon-animation:after {
    border-color: #bfbfbf;
}

.ttm-play-icon .ttm-play-icon-animation:before {
    border-color: #e4e4e4;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-sm {
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin: 0;
    z-index: 2;
}

.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-sm i.fa-play {
    padding-left: 5px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}

.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-md {
    display: block;
    height: 67px;
    width: 67px;
    line-height: 67px;
    margin: 0;
    z-index: 2;
}

.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-md i.fa-play {
    font-size: 28px;
}

i.fa-play {
    padding-left: 5px;
}

.ttm-play-icon-btn .ttm-play-icon-animation {
    position: relative;
    display: inline-block;
}

.ttm-play-icon-btn .ttm-play-icon-animation .ttm-icon {
    margin-bottom: 0;
}

.ttm-play-icon-btn .ttm-play-icon-animation:after, .ttm-play-icon-btn .ttm-play-icon-animation:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.ttm-play-icon-btn .ttm-play-icon-animation:after {
    z-index: 1;
    width: calc(100% * 1.3);
    height: calc(100% * 1.3);
    opacity: .3;
    background-color: var(--white-color);
}

.ttm-play-icon-btn .ttm-play-icon-animation:before {
    width: calc(100% * 1.6);
    height: calc(100% * 1.6);
    opacity: .5;
    background-color: var(--white-color);
}

.ttm-bgcolor-skincolor .ttm-play-icon-btn .ttm-play-icon-animation:after {
    opacity: .1;
}

.ttm-bgcolor-skincolor .ttm-play-icon-btn .ttm-play-icon-animation:before {
    opacity: .3;
}

.ttm-play-icon-btn:hover .ttm-play-icon-animation:after, .ttm-play-icon-btn:hover .ttm-play-icon-animation:before {
    -webkit-animation: sep-anim 1.05s infinite;
    -moz-animation: sep-anim 1.05s infinite;
    -ms-animation: sep-anim 1.05s infinite;
    -o-animation: sep-anim 1.05s infinite;
    animation: sep-anim 1.05s infinite;
}

@-webkit-keyframes sep-anim {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }

}

@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 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    box-sizing: content-box;
    position: relative;
}

/*.ttm-icon i {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    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-xs **/
.ttm-icon.ttm-icon_element-size-xs {
    height: 40px;
    width: 40px;
    line-height: 40px;
}

.ttm-icon.ttm-icon_element-size-xs i {
    font-size: 18px;
}

/** icon-size-sm **/
.ttm-icon.ttm-icon_element-size-sm {
    height: 45px;
    width: 45px;
    line-height: 50px;
}

.ttm-icon.ttm-icon_element-size-sm i {
    font-size: 22px;
    line-height: 50px;
}

/** icon-size-md **/
.ttm-icon.ttm-icon_element-size-md {
    height: 67px;
    width: 67px;
    line-height: 67px
}

.ttm-icon.ttm-icon_element-size-md i {
    font-size: 37px;
}

/** icon-size-lg **/
.ttm-icon.ttm-icon_element-size-lg {
    height: 78px;
    width: 78px;
    line-height: 78px;
}

.ttm-icon.ttm-icon_element-size-lg i {
    font-size: 48px;
}

/** icon-size-xl **/
.ttm-icon.ttm-icon_element-size-xl {
    height: 99px;
    width: 99px;
    line-height: 99px;
}

.ttm-icon.ttm-icon_element-size-xl i {
    font-size: 58px;
}

.ttm-icon.ttm-icon_element-onlytxt {
    height: auto;
    width: auto;
    line-height: 1;
}

.ttm-icon.ttm-icon_element-onlytxt i {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    transform: translate(0, 0);
}

/** icon-shape **/
.ttm-icon.ttm-icon_element-style-round {
    border-radius: 5px;
}

.ttm-icon.ttm-icon_element-style-rounded {
    border-radius: 50%;
}

.ttm-icon.ttm-icon_element-style-square {
    border-radius: 0;
}

/* ttm-list-style-icon */
.ttm-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.ttm-list.ttm-list-style-icon.font-weight-normal li i, .ttm-list.ttm-list-style-icon.font-weight-normal .ttm-list-li-content {
    font-weight: normal;
    padding-bottom: 2px;
}

.ttm-list.ttm-list-style-icon li {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.ttm-list.ttm-list-style-icon li i {
    position: absolute;
    left: auto;
    top: 4px;
    font-weight: 700;
}

.ttm-list.ttm-list-style-icon li i.fa-minus:before {
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    height: 2px;
    width: 7px;
    background-color: currentcolor;
}

.ttm-list.ttm-list-style-icon .ttm-list-li-content {
    display: inline-block;
    padding-left: 25px;
    font-weight: 400;
}

.ttm-list.ttm-bordered-lists li {
    padding: 13px 0 13px 0;
    display: block;
}

.ttm-list.ttm-bordered-lists li+li {
    border-top: 1px solid #eee;
}

.row > [class*='col']:nth-of-type(even) > .ttm-list.ttm-bordered-lists li:before {
    content: "";
    position: absolute;
    border-right: 1px solid #ebebeb;
    width: 1px;
    height: 65%;
    top: 18%;
    left: -15px;
}

.ttm-list.ttm-bordered-lists.ttm-list-style-icon li i {
    top: 19px;
}

/* ttm-video-icon */
.ttm-video-icon .ttm-icon.ttm-icon_element-size-md {
    height: 98px;
    width: 98px;
    line-height: 98px;
}

.ttm-video-icon .ttm-icon.ttm-icon_element-size-md i {
    font-size: 40px;
}

.ttm-right-video-icon, .ttm-left-video-icon, .ttm-center-video-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}

/* ===============================================
    10.Fid
------------------------*/
.inside {
    position: relative;
    transition: all .4s;
    padding: 10px 0 15px;
}

.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: table-cell;
    vertical-align: top;
}

.ttm-fid-view-lefticon .ttm-fid-contents, .ttm-fid-view-righticon .ttm-fid-icon-wrapper {
    padding-left: 20px;
    text-align: left;
}

.ttm-fid-view-topicon i {
    margin-bottom: 10px;
}

.ttm-fid-icon-wrapper i {
    font-size: 45px;
    line-height: 50px;
    display: inline-block;
}

.inside h4, .inside h4 span {
    font-size: 46px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 0;
}

.inside h3 {
    margin-bottom: 0;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    padding-top: 0;
    color: inherit;
}

.ttm-fid span:not(.numinate) {
    opacity: 1;
    font-size: 35px;
    font-weight: 600;
    bottom: 0;
}

.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);
}

/**style1*/
.ttm-fid.inside.style1 {
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgb(43 52 59 / 10%);
    padding: 20px 10px 16px 10px;
    background-color: var(--white-color);
}

.ttm-fid.inside.style1 .ttm-fid-contents {
    text-align: center;
    padding-right: 95px;
}

.ttm-fid.inside.style1 h4, .ttm-fid.inside.style1 h4 span {
    font-size: 37px;
    line-height: 46px;
    font-weight: 700;
}

.ttm-fid.inside.style1 .ttm-fid-icon-wrapper {
    position: absolute;
    top: 0;
    right: 0;
}

.ttm-fid.inside.style1 .ttm-fid-icon-wrapper i {
    font-size: 50px;
    line-height: 110px;
}

.ttm-fid.inside.style1 h3 {
    font-size: 16px;
    line-height: 18px;
    color: var(--body-fonts-color);
}
/****/
.ttm-fid.inside.style4 {
    margin: 0;
    padding: 22px 15px 30px 30px;
    position: relative;
    background-color: var(--white-color);
    width: 77%;
}

.ttm-fid.inside.style4 .ttm-fid-icon-wrapper i {
    font-size: 60px;
    padding-top: 10px;
    display: block;
    color: var(--skin-color);
}

.ttm-fid.inside.style4 h4, .ttm-fid.inside.style4 h4 span {
    font-size: 36px;
    line-height: 46px;
    color: var(--dark-grey-color);
    font-weight: 700;
}

.ttm-fid.inside.style4 h3 {
    font-size: 16px;
    line-height: 26px;
    color: var(--body-fonts-color);
}

/****/
.vertical-border:after {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    left: -36px;
    background-color: var(--skin-color);
    top: 30px;
    z-index: -1;
}

.fid-box-style {
    position: absolute;
    bottom: 0px;
    left: 90px;
}

.ttm-fid.inside.style5 {
    text-align: center;
    position: relative;
    padding: 20px 30px 0px 30px;
    border-style: solid;
    border-width: 20px 20px 20px 20px;
    border-color: #F1F4F9;
    background-color: var(--skin-color);
}

.ttm-fid.inside.style5 h4, .ttm-fid.inside.style5 h4 span {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: var(--white-color);
}

.ttm-fid.inside.style5 p {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: var(--white-color);
}

/****/
.ttm-fid.inside.style6 {
    padding: 35px 15px 50px;
    margin: 15px;
    text-align: center;
    background-color: var(--grey-color);
}

.ttm-fid.inside.style6 .ttm-fid-icon-wrapper {
    margin-bottom: 0px;
    height: 79px;
    line-height: 60px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.ttm-fid.inside.style6 .ttm-fid-icon-wrapper i {
    position: relative;
    top: 15px;
    font-size: 45px;
}

.ttm-fid.inside.style6 h4, .ttm-fid.inside.style6 h4 span {
    font-size: 43px;
    line-height: 50px;
    font-weight: bold;
}

.ttm-fid.inside.style6 h3 {
    margin-bottom: 0;
    width: 100%;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    padding-top: 5px;
    color: var(--body-fonts-color);
}

/* ===============================================
    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;
                font-weight: 500;*/
    text-transform: capitalize;
    color: #ffffff;
}

.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: 4px;
}

.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: 13px;
}

.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: 15px;
}

.featured-icon-box.icon-align-top-content .featured-content {
    padding-top: 15px;
}

.container-fluid, .container {
    counter-reset: featuredbox-number;
}

.featuredbox-number .ttm-num:before {
    counter-increment: featuredbox-number;
    content: counter(featuredbox-number, decimal-leading-zero) " ";
}

/* style1 */
.featured-icon-box.style1 {
    padding: 45px 30px 40px 30px;
    margin: 0;
    background-color: var(--white-color);
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    text-align: center;
    webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
    -webkit-transition: .5s cubic-bezier(.24, .74, .58, 1);
    -khtml-transition: .5s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: .5s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: .5s cubic-bezier(.24, .74, .58, 1);
    -o-transition: .5s cubic-bezier(.24, .74, .58, 1);
    transition: .5s cubic-bezier(.24, .74, .58, 1);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
}

.featured-icon-box.style1 .ttm-icon {
    position: relative;
    height: 85px;
    width: 85px;
    line-height: 95px;
    text-align: center;
    background-color: var(--grey-color);
    color: var(--skin-color);
}

.featured-icon-box.style1 .ttm-icon i {
    font-size: 45px;
}

.featured-icon-box.style1 {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}

.featured-icon-box.style1:hover {
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.featured-icon-box.style1 .ttm-btn.btn-inline.ttm-icon-btn-right i {
    color: var(--skin-color);
}

/* style2 */
.featured-icon-box.style2 {
    background-color: #ed1f24;
    padding: 55px 15px 52px;
    position: relative;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -o-transition: all .9s;
    -ms-transition: all .9s;
    transition: all .9s;
    z-index: 1;
}

.featured-icon-box.style2:before, .featured-icon-box.style2:after {
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: -1;
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    opacity: 0;
}

.featured-icon-box.style2:before {
    content: '';
    border-left: 3px solid;
    border-top: 3px solid;
    top: 0;
    left: 0;
    color: #ffffff;
}

.featured-icon-box.style2:after {
    content: '';
    border-right: 3px solid;
    border-bottom: 3px solid;
    bottom: 0;
    right: 0;
    color: #ffffff;
}

.featured-icon-box.style2.active:before, .featured-icon-box.style2.active:after, .featured-icon-box.style2:hover:before, .featured-icon-box.style2:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    width: 45px;
    height: 45px;
    opacity: 1;
}

.featured-icon-box.style2 .ttm-icon i {
    font-size: 45px;
}

/* style3 */
.featured-icon-box.style3 {
    -webkit-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -khtml-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -o-transition: .3s cubic-bezier(.24, .74, .58, 1);
    transition: .3s cubic-bezier(.24, .74, .58, 1);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    position: relative;
}

.featured-icon-box.style3:hover {
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.featured-icon-box.style3 .featured-content {
    padding: 65px 35px 40px;
    text-align: center;
    position: relative;
    margin: 50px 0 30px;
    z-index: -1;
    background-color: var(--white-color);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.featured-icon-box.style3 .ttm-icon {
    position: absolute;
    padding-bottom: 13px;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
    text-align: center;
    border-radius: 50%;
}

.featured-icon-box.style3 .ttm-icon i {
    display: inline-block;
    font-size: 40px;
    line-height: 90px;
    color: #fff;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.featured-icon-box.style3:hover .ttm-icon i {
    transform: rotateY(360deg);
}

/*style4*/
.featured-icon-box.style4 {
    padding: 30px 30px 30px 0;
    border-bottom: 1px solid #e7e7e7;
    margin: 0;
    position: relative;
}

.featured-icon-box.style4:first-child {
    padding-top: 20px;
}

.featured-icon-box.style4:last-child {
    border-bottom: none;
}

.featured-icon-box.style4 .ttm-icon {
    margin-top: -25px;
}

.featured-icon-box.style4 .ttm-icon {
    height: 39px;
    width: 39px;
    line-height: 39px;
    text-align: center;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    background-color: var(--skin-color);
}

.featured-icon-box.style4 .ttm-icon:before {
    position: absolute;
    content: '';
    height: 49px;
    width: 49px;
    line-height: 49px;
    background-color: transparent;
    border: 1px solid var(--skin-color);
    display: block;
    top: -5px;
    left: -5px;
}

.featured-icon-box.style4 .ttm-icon i {
    font-size: 15px;
    font-weight: 600;
    color: var(--dark-grey-color);
    font-family: var(--body-fonts);
}

.featured-icon-box.style4 .featured-content {
    padding-left: 25px;
}

.featured-icon-box.style4 .featured-content .featured-title h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}

/* style5 */
.featured-icon-box.style5 {
    position: relative;
}

.featured-icon-box.style5:after {
    display: block;
    height: 100%;
    content: '';
    position: absolute;
    left: -50px;
    width: 1px;
    top: 5%;
    background-color: #e3e3e3c4;
}

.featured-icon-box.style5:before {
    display: block;
    height: 1px;
    content: '';
    position: absolute;
    right: 25px;
    width: 100%;
    bottom: -20px;
    background-color: #e3e3e3c4;
}

.row > [class*='col']:nth-child(2n+1) > .featured-icon-box.style5:after {
    content: unset;
}

.row > [class*='col']:nth-child(3n) > .featured-icon-box.style5:before, .row > [class*='col']:nth-child(4n) > .featured-icon-box.style5:before {
    content: unset;
}

/* style6 */
.featured-icon-box.style6 {
    transition: all 500ms ease;
    position: relative;
    margin-bottom: 0;
}

.featured-icon-box.style6:hover {
    transform: translateY(-10px);
}

.featured-icon-box.style6 .featured-icon .ttm-icon {
    position: relative;
    font-size: 55px;
    height: 105px;
    width: 140px;
    line-height: 100px;
    text-align: center;
    margin: 0 auto;
    transition: .5s;
    background-color: #082452;
    padding-top: 30px;
    border: none;
}

.featured-icon-box.style6 .featured-icon .ttm-icon i {
    font-size: 55px;
    color: var(--skin-color);
}

.featured-icon-box.style6:hover .featured-icon .ttm-icon i {
    color: var(--white-color);
    z-index: 2;
    position: relative;
}

.featured-icon-box.style6 .process-num {
    z-index: 1;
}

.featured-icon-box.style6 .process-num:before {
    counter-increment: featured-imagebox-procedure;
    content: counter(featured-imagebox-procedure, decimal-leading-zero) " ";
    position: absolute;
    top: -31px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
    transition: all .6s;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: var(--skin-color);
    border-radius: 50px;
    text-align: center;
    color: #fff;
    z-index: 1;
}

section {
    counter-reset: featured-imagebox-procedure;
}

.featured-icon-box.style6 .featured-icon .ttm-icon:before, .featured-icon-box.style6 .featured-icon .ttm-icon:after {
    position: absolute;
    content: '';
    background-color: var(--skin-color);
    transition: 0.5s all ease;
    opacity: 1;
    width: 10px;
    height: 10px;
}

.featured-icon-box.style6 .featured-icon .ttm-icon:before {
    left: 0px;
    top: 0px;
}

.featured-icon-box.style6 .featured-icon .ttm-icon:after {
    bottom: 0px;
    right: 0;
}

.featured-icon-box.style6:hover .featured-icon .ttm-icon:before, .featured-icon-box.style6:hover .featured-icon .ttm-icon:after {
    height: 100%;
    width: 100%;
}

.featured-icon-box.style6 .featured-content {
    padding: 25px 10px 0;
}

.featured-icon-box.style6 .featured-content .featured-desc p {
    margin-bottom: 0;

}
.featured-imagebox, .featured-imagebox .featured-thumbnail {
    position: relative;
    overflow: hidden;
}

.featured-imagebox .featured-thumbnail img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.featured-imagebox:hover .featured-thumbnail img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.featured-imagebox {
    margin: 15px 0;
}

.featured-imagebox .featured-content .featured-title h3 {
    position: relative;
    overflow: hidden;
    font-size: 21px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.featured-imagebox .featured-content .category, .featured-imagebox .featured-content .category a {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 0;
    transition: all .3s;
    display: inline-block;
}

.ttm-box-view-overlay, .ttm-box-view-content-inner {
    position: relative;
    overflow: hidden;
}

.ttm-box-view-overlay:after {
    content: "";
    width: 100%;
    height: 0%;
    background-color: rgba(0, 0, 0, 0.40);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

div:hover > .ttm-box-view-overlay:after {
    height: 100%;
    opacity: 1;
    overflow: hidden;
}
/* services-01*/
.featured-imagebox-sevices.style1 {
    position: relative;
    background-color: var(--white-color);
    padding: 20px 20px 30px 20px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    text-align: center;
    margin-bottom: 30px !important;
    margin-top: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
    overflow: visible;
}

.featured-imagebox-sevices.style1:hover {
    margin-bottom: -10px !important;
    padding-bottom: 40px;
}

.featured-imagebox-sevices.style1 .featured-thumbnail {
    position: relative;
    overflow: hidden;
}

.featured-imagebox-sevices.style1 .featured-thumbnail img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}

.featured-imagebox-sevices.style1:hover .featured-thumbnail img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}

.featured-imagebox-sevices.style1 .ttm-media-link {
    opacity: 0;
    position: absolute;
    color: #fff;
    width: 70px;
    height: 70px;
    text-align: center;
    left: 0px;
    bottom: 0px;
    line-height: 83px;
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    -moz-transition: all .9s ease;
    transition: all .9s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
}

.featured-imagebox-sevices.style1 .ttm-media-link a i {
    font-size: 35px;
}

.featured-imagebox-sevices.style1:hover .ttm-media-link {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.featured-imagebox-sevices.style1 .featured-content {
    padding: 25px 0px 0;
}

.featured-imagebox-sevices.style1 .featured-content .featured-desc {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.featured-imagebox-sevices.style1 .ttm-details-link {
    position: relative;
    overflow: visible;
}

.featured-imagebox-sevices.style1 .ttm-details-link a {
    position: absolute;
    bottom: -95px;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    background-color: var(--dark-grey-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    border-radius: 50%;
    color: #fff;
    transition: all .5s;
    font-size: 13px;
}

.featured-imagebox-sevices.style1 .ttm-media-link .ttm-icon {
    margin-bottom: 14px;
}

.featured-imagebox-sevices.style1:hover .ttm-details-link a {
    z-index: 1;
    opacity: 1;
    bottom: -60px;
}

.featured-imagebox-sevices.style1 .ttm-details-link a i {
    font-size: 15px;
    line-height: 40px;
}

/* services-02*/
.featured-imagebox-procedure, .featured-imagebox-procedure .featured-thumbnail {
    text-align: center;
    overflow: visible;
}
.procedure-row:before {
    content: '';
    position: absolute;
    left: -103px;
    right: -60px;
    height: 100%;
    display: block;
    top: -50px;
    margin-left: 40px;
    background: url(../images/procedure-bg.html) center center no-repeat;
}
.featured-imagebox.featured-imagebox-portfolio.style1 {
    overflow: visible;
}

.featured-imagebox-portfolio.style1 .ttm-media-link a i {
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
}

.featured-imagebox-portfolio.style1 .ttm-media-link a.ttm_image {
    transform: translate(-30px, -45px);
    margin-left: -45px;
}

.featured-imagebox-portfolio.style1 .ttm-media-link a {
    color: var(--white-color);
    text-align: center;
    font-size: 28px;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    z-index: 2;
    transform: translateX(50px);
    opacity: 0;
    transition: all .4s;
    transition-delay: .1s;
    background-color: #000;
}

.featured-imagebox-portfolio.style1:hover .ttm-media-link a {
    opacity: 1;
    transform: translateX(0);
}

.featured-imagebox-portfolio.style1 .featured-thumbnail {
    position: relative;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.featured-imagebox-portfolio.style1:hover .featured-thumbnail {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.featured-imagebox-portfolio.style1 .featured-content {
    text-align: center;
    background-color: #f2f2f2;
    position: relative;
    z-index: 1;
    margin: -51px 26px 5px 0;
    padding: 23px 34px 27px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
}

.featured-imagebox-portfolio.style1 .featured-content:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: var(--skin-color);
    z-index: -1;
    transition: .5s;
}

.featured-imagebox-portfolio.style1:hover .featured-content:before {
    height: 100%;
}

.featured-imagebox-portfolio.style1:hover .featured-content, 
.featured-imagebox-portfolio.style1:hover .featured-content h3 a,
.featured-imagebox-portfolio.style1 .featured-content .featured-title h3 a:hover
 {
    color: var(--white-color);
}

.featured-imagebox-portfolio.style1 .featured-content .featured-title h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
}
.featured-title h3 {
    color: #333333;
}
.featured-imagebox-portfolio.style1:hover .featured-content .featured-title h3{
    color: #ffffff;
}
/* style2 */
.ttm-boxes-spacing-10px .featured-imagebox-portfolio.style2 {
    margin: 0;
}

.featured-imagebox-portfolio.style2 .ttm-box-view-overlay:after {
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
}
.featured-imagebox-portfolio.style2:hover .ttm-box-view-overlay:after {
    height: 100%;
    opacity: 1;
    overflow: hidden;
}
.featured-imagebox-portfolio.style2 .ttm-media-link a {
    display: inline-block;
    font-size: 17px;
    position: absolute;
    top: 42%;
    right: 50%;
    margin-top: -15px;
    height: 45px;
    width: 45px;
    opacity: 0;
    line-height: 45px;
    border-radius: 0;
    text-align: center;
    margin-right: 5px;
    z-index: 1;
    background-color: var(--white-color);
    transform: translateX(-20px);
    -webkit-transition: .5s;
    transition: .5s;
}

.featured-imagebox-portfolio.style2 .ttm-media-link a.ttm_link {
    transform: translateX(20px);
    -webkit-transition: 1s;
    margin-right: -49px;
}

.featured-imagebox-portfolio.style2:hover .ttm-media-link a {
    opacity: 1;
    z-index: 2;
}

.featured-imagebox-portfolio.style2:hover .ttm-media-link a {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.featured-imagebox-portfolio.style2:hover .ttm-media-link a:hover {
    border: 1px solid var(--skin-color) !important;
    background-color: transparent !important;
}

.featured-imagebox-portfolio.style2:hover .ttm-media-link a:hover i {
    color: var(--skin-color);
}

.featured-imagebox-portfolio.style2 .featured-thumbnail {
    position: relative;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
    transition-property: -webkit-transform, -webkit-box-shadow;
    transition-property: transform, box-shadow;
    transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
}

.featured-imagebox-portfolio.style2:hover .featured-thumbnail {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.featured-imagebox-portfolio.style2 .featured-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: var(--skin-color);
    padding: 15px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
}

.featured-imagebox-portfolio.style2:hover .featured-content {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.featured-imagebox-portfolio.style2 .featured-content .featured-title h3 {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 0;
}

.featured-imagebox.featured-imagebox-portfolio.style3 {
    text-align: center;
    padding-top: 20px;
}

.featured-imagebox.featured-imagebox-portfolio.style3 .ttm-portfolio-box-view-overlay {
    position: relative;
    overflow: hidden;
}

.featured-imagebox.featured-imagebox-portfolio.style3 .ttm-portfolio-box-view-overlay:after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.55);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.featured-imagebox.featured-imagebox-portfolio.style3:hover .ttm-portfolio-box-view-overlay:after {
    opacity: 1;
}

.featured-imagebox-portfolio.style3 .ttm-media-link a i {
    font-size: 15px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
}

.featured-imagebox-portfolio.style3 .ttm-media-link a:hover i {
    color: var(--white-color);
}

.featured-imagebox-portfolio.style3 .ttm-media-link a {
    color: var(--white-color);
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    position: absolute;
    top: 57%;
    right: 0;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    margin: -50px auto 0;
    z-index: 3;
    opacity: 0;
    background-color: var(--skin-color);
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    -moz-transition: all .9s ease;
    transition: all .9s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
}

.featured-imagebox-portfolio.style3:hover .ttm-media-link a {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.featured-imagebox-portfolio.style3 .featured-thumbnail {
    transition: transform 0.9s ease-in-out;
    width: 100%;
    position: relative;
}

.featured-imagebox-portfolio.style3:hover .featured-thumbnail {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.featured-imagebox-portfolio.style3 .featured-content {
    text-align: center;
    position: relative;
    padding: 20px 0px 0px 0px;
}

.featured-imagebox-portfolio.style3 .featured-content .featured-title h5 {
    margin-bottom: 0;
}
.featured-imagebox-portfolio.style3 .featured-content .featured-title h5 a {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
    color: var(--skin-color) !important;
}
.featured-title a{
    color: #333333;
}