/** 
          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. steps-box

**/


/* ===============================================
    1.ttm-row
------------------------*/
.ttm-row{ padding: 90px 0;}
.ttm-row.broken-section { padding: 0 0; }
.ttm-row.zero_padding-section { padding: 0 0; }
.ttm-row.bottom_zero_padding-section { padding: 90px 0 0; }
.ttm-row.top_zero_padding-section { padding: 0 0 90px; }
.ttm-row.only_title2-section { padding: 60px 0; }
.ttm-row.client-section { padding: 25px 0; }
.ttm-row.grid-section { padding: 75px 0; }
.ttm-row.element-row { padding: 70px 0; }


/* ===============================================
    2.Row-Equal-Height
------------------------*/
.row-equal-height{ display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex;}
.row-equal-height > [class*='col-'] { 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/* ===============================================
    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,
.bg-layer-equal-height .layer-content{ 
    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-left-span > .ttm-col-wrapper-bg-layer {
    width: auto;
    margin-left: -100px;
    right: 0;
}
.ttm-right-span > .ttm-col-wrapper-bg-layer {
    width: auto;
    margin-right: -100px;
    right: 0;
}

.layer-content{ position: relative; z-index: 1; }

.bg-layer { position: relative; }
.bg-layer > .container > .row { margin: 0; }
.bg-layer > .container , .bg-layer > .container-fluid { padding: 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-bg.ttm-col-bgimage-yes.ttm-bg-pattern > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner,
.ttm-bg.ttm-bgimage-yes.ttm-bg-pattern > .ttm-bg-layer { opacity: .6; }


/* ===============================================
    4.Row-Bg-Image  
------------------------*/
.bg-img1 {
    position: relative;
    background-image: url(../images/bg-image/ecuachemlab_somos_mas_que_un_laboratorio3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; 
    background-attachment: fixed;
    overflow: hidden;
}

.bg-img1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, rgba(41, 49, 52, 0.9) 0%, rgba(41, 49, 52, 0) 80%);
    pointer-events: none;
    /* z-index: 1; */
}

.bg-img2{
    background-image: url(../images/bg-image/row-bgimage-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center; 
}
.bg-img3{
    background-image: url(../images/bg-image/row-bgimage-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
}
.bg-img4{
    background-image: url(../images/bg-image/row-bgimage-4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; 
}
.bg-img5 {
    background-image: url(../images/bg-image/row-bgimage-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}



/* ===============================================
    5.Col-Bg-Image  
------------------------*/
.ttm-equal-height-image{ display: none; }
.col-bg-img-one.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer{
    background-image: url(../images/bg-image/ecuachemlab_nosotros.png);
    background-position: right center;
    background-repeat: no-repeat;
    /* filter: brightness(50%); */
}

.col-bg-img-two.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer{
    background-image: url(../images/bg-image/ecuachemlab_excelencia_analitica_acreditada1.jpg?);
    background-position: center center;
    background-size: cover;
    aspect-ratio: auto;
    background-repeat: no-repeat;
}
.col-bg-img-three.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer{
    background-image: url(../images/bg-image/col-bgimage-3.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.col-bg-img-four.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer{
    background-image: url(../images/bg-image/ecuachemlab_porque_ecuachemlab1.jpg);
    background-position: 50% 20%;
    background-size: cover;
    background-repeat: no-repeat;
}
.col-bg-img-five.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer{
    background-image: url(../images/bg-image/col-bgimage-5.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* ===============================================
    6.Section-Title  
------------------------*/
.section-title{ 
    position: relative;
    margin-bottom: 25px;
}
.section-title h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
    padding-left: 12px;
    margin-bottom: 12px;
    position: relative;
}
.section-title h3:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 3px;
    left: 0;
    top: 0;
}
.section-title h2.title{
    font-weight: 700;
    text-transform: capitalize;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 15px;
}

.section-title.title-style-center_text{
    text-align: center;
}
.section-title.title-style-center_text .title-desc {
    width: 50%;
    margin: 0 auto;
}


/* style2 */
.section-title.style2 {
    flex: 1;
}
.section-title.style2 .title-header{
    width: 50%;
    padding-right: 40px;
    padding-bottom: 0;
    position: relative;
}
.section-title.style2 .title-desc{
    padding-right: 40px;
}
.section-title.style2 .title-header,
.section-title.style2 .title-desc{
    display: table-cell;
    vertical-align: bottom;
}


/* ===============================================
    7.sep_holder
------------------------*/
.ttm-horizontal_sep  {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: block;
    position: relative;
}
.ttm-horizontal_sep .sep_width2 { border-top-width: 2px; }
.ttm-bgcolor-darkgrey .ttm-horizontal_sep {
    border-top-color: rgba(255,255,255,0.08);
}
.ttm-bgcolor-white .ttm-horizontal_sep {
    border-top-color: #f1f1f1;
}
.border, .border-top, .border-left, .border-bottom, .border-right {
    border-color: rgba(0, 0, 0, 0.05) !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.08) !important;
}

.ttm-vertical_sep > [class*='col-']:not(:last-child):before{
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    right: 0;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.09);
}

.ttm-vertical_sep.sep_width2 > [class*='col-']:not(:last-child):before { width: 2px; }

.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,
.ttm-bgcolor-darkgrey .ttm-horizontal_sep ,
.ttm-bgcolor-skincolor .ttm-horizontal_sep  {
    background-color: rgba(255,255,255,0.25);
}



/* ===============================================
    8.Buttons
------------------------*/
.ttm-btn{ 
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: normal;
    padding: 11px 32px 11px 31px;
    background: transparent; 
    border-width: 1px ;
    border-style: solid;
    border-color: transparent;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
    background-size: 200% auto;
    transition: all 0.5s ease 0s;
}
.ttm-btn:not(.btn-inline):after {
    content: "";
    width: 160%;
    height: 150px;
    border-radius: 60%;
    position: absolute;
    top: 100%;
    left: -40px;
    z-index: -1;
    transition: all 0.4s ease 0s;
}
.ttm-btn:not(.btn-inline):hover:after {
    top: -50px;
}
.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{ padding-right: 2px; }


/** btn-with-icon **/
.ttm-btn.ttm-icon-btn-right i, .ttm-btn.ttm-icon-btn-left i{
    display: inline-block;
    vertical-align: middle;
    text-align: inherit;
    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 16px;}
.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: 10px 18px 10px 18px; }
.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 31px 12px 31px;}
.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: 20px 40px;}
.ttm-btn.ttm-btn-size-lg i { font-size: 17px; 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: 1px 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{
    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 .3s;}
.ttm-btn.btn-inline.ttm-icon-btn-left i{ margin-right: 7px; transition: ease-in-out .3s;}
.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;
}

.ttm-btn.btn-inline.ttm-icon-btn-right:hover i { margin-left: 11px!important; }
.ttm-btn.btn-inline.ttm-icon-btn-left:hover i { margin-right: 11px!important; }

/* play-btn */
.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{
    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;
    margin: 10px 0;
}
.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.2 );
    height: calc(100% * 1.2 );
    opacity: .3;
}
.ttm-play-icon-btn .ttm-play-icon-animation:before {
    width: calc(100% * 1.4 );
    height: calc(100% * 1.4 );
    opacity: .5;
}
.ttm-play-icon-btn.with-border .ttm-play-icon-animation:after, .ttm-play-icon-btn.with-border .ttm-play-icon-animation:before{
    background-color: transparent;
    border: 1px solid #f3f3f3;
    opacity: 1;
}
.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 .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-xs **/
.ttm-icon.ttm-icon_element-size-xs { height: 36px; width: 36px; line-height: 36px; }
.ttm-icon.ttm-icon_element-size-xs i { font-size: 20px; }

/** icon-size-sm **/
.ttm-icon.ttm-icon_element-size-sm { height: 48px; width: 48px; line-height: 48px; }
.ttm-icon.ttm-icon_element-size-sm i { font-size: 24px; }

/** icon-size-md **/
.ttm-icon.ttm-icon_element-size-md { height: 68px; width: 68px; line-height: 68px; }
.ttm-icon.ttm-icon_element-size-md i { font-size: 34px; }

/** 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: 44px; }

/** icon-size-xl **/
.ttm-icon.ttm-icon_element-size-xl { height: 88px; width: 88px; line-height: 88px; }
.ttm-icon.ttm-icon_element-size-xl i { font-size: 54px; }
.ttm-icon.ttm-icon_element-onlytxt.ttm-icon_element-size-xl i { font-size: 63px; }

.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);
}

/** 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;
}
.ttm-list li {
    position: relative;
    display: inline-grid;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}
.ttm-list.ttm-list-style-disc { 
    list-style: disc; 
    padding-left: 15px;
}
.ttm-list.ttm-list-style-square { 
    list-style: square; 
    padding-left: 15px;
}
.ttm-list.ttm-list-style-icon li i {
    position: absolute;
    left: auto;
    top: 5px;
    line-height: 1;
}
.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: 500;
}


/* ===============================================
    10.Fid
------------------------*/
.inside {
    position: relative;
    transition: all .4s;
}
.ttm-fid-view-lefticon .ttm-fid-icon-wrapper ,
.ttm-fid-view-lefticon .ttm-fid-contents {
    display: inline-block;
    vertical-align: middle;
}
.ttm-fid-view-lefticon .ttm-fid-contents {
    padding-left: 20px;
    text-align: left;
}
.ttm-fid-icon-wrapper i {
    display: block;
    font-size: 45px;
}
.inside .ttm-fid-inner { width: 100%; }
.inside .ttm-fid-inner, .inside .ttm-fid-inner span {
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 27px;
    line-height: 29px;
    font-weight: 600;
}
.inside h3 {
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
    color: #8a91ac;
}
.inside h3 span {
    padding: 2px 4px 0 4px;
    display: block;
}
.ttm-fid sub {
    opacity: 1;
    font-size: 32px;
    font-weight: 600;
    bottom: 0;
    margin-left: 0px;
}


/* style1 */
.ttm-fid.inside.style1 {
    padding: 25px 15px;
    text-align: center;
    display: table;
    margin: 0 auto;
    justify-content: center;
}
.ttm-fid.inside.style1 .ttm-fid-icon-wrapper i { font-size: 42px; line-height: 48px; margin-bottom: 2px;}
.ttm-fid.inside.style1 h4, .ttm-fid.inside.style1 .ttm-fid-inner span {
    font-size: 52px;
    line-height: 52px;
    font-weight: 600;
    margin: 5px;
}
.ttm-bgcolor-darkgrey .ttm-fid.inside.style1 .ttm-fid-inner, .ttm-bgcolor-darkgrey .ttm-fid.inside.style1 .ttm-fid-inner span {
    color: #fff;
}
.ttm-fid.inside.style1 h3 {
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
}


/* style2 */
.ttm-fid.style2.inside { 
    padding: 60px 0px; 
    text-align: center;
}
.ttm-fid.style2 .ttm-fid-icon-wrapper i{ font-size: 43px; }
.ttm-fid.style2 .ttm-fid-contents{
    padding-left: 15px;
}
.row > [class*='col-'] > .ttm-fid.style2.inside:before{
    position: absolute;
    content: "";
    top: 0;
    left: -15px;
    display: block;
    height: 100%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.05);
    transition: all .4s;
}
.row > [class*='col-']:first-child > .ttm-fid.style2.inside:before { content: unset; }
.ttm-fid.style2:hover .ttm-fid-icon-wrapper i {
    transition: all .4s;
    -ms-transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
}


/* ===============================================
    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: 28px; margin-bottom: 10px; font-weight: 600; text-transform: capitalize;}

.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;
    text-align: left;
}
.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: 4px; }
.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{ counter-reset: featuredbox-number; }
.featuredbox-number .ttm-num:before{ 
    counter-increment: featuredbox-number; 
    content: counter(featuredbox-number, decimal-leading-zero) " "; 
    font-weight: 600;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
}

@keyframes tm-animate{ 
    0%{transform:translateY(0)}40%{transform:translateY(-12px)}100%{transform:translateY(0)}
}


/* style1 */
.featured-icon-box.style1 {
    position: relative;
    padding: 30px 20px;
    background-color: #fff;
    text-align: center;
    width: 100%;
    border: 1px solid #e5e5e5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.featured-icon-box.style1 .featured-icon {
    position: relative;
    padding: 40px 40px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #f2f6ff;
}
.featured-icon-box.style1 .featured-icon .ttm-num {
    position: absolute;
    top: -30px;
    left: -30px;
    height: 75px;
    line-height: 95px;
    width: 75px;
    padding-left: 25px;
    border-radius: 50%;
    color: #fff;
}
.featured-icon-box.style1 .featured-icon .ttm-num:before {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.featured-icon-box.style1:hover .featured-icon .ttm-num:before {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.featured-icon-box.style1 a.ttm-btn i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    transition: all .4s;
}
.featured-icon-box.style1:after,
.featured-icon-box.style1:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    -webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
    transition: opacity 0.55s,transform 0.55s;
}
.featured-icon-box.style1:after {
    border-left: 1px dashed;
    border-right: 1px dashed;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.featured-icon-box.style1:before{
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.featured-icon-box.style1:hover:after,
.featured-icon-box.style1:hover:before{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.featured-icon-box.style1:hover{border-color: transparent;}


/* style2 */
.featured-icon-box.style2{
    padding: 0 30px;
    margin-top: 15px;
}
.featured-icon-box.style2 ,
.featured-icon-box.style2 p {
    margin-bottom: 0;
}
.featured-icon-box.style2 .featured-content{
    margin-top: 38px;
}
.featured-icon-box.style2 .ttm-icon{
    height: 91px;
    width: 91px;
    line-height: 91px;
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
}
.featured-icon-box.style2 .ttm-icon i{
    font-size: 37px;
}
.featured-icon-box.style2 .ttm-icon::before{
    position: absolute;
    content:"";
    top: -16px;
    left: -16px;
    width: 125px;
    height:125px;
    border-radius: 100%;
    transition: all 0.2s linear;
    border: 2px dashed #dae1e7;
}
.featured-icon-box.style2:hover .ttm-icon::before {
    animation-name: processrotate;
    animation-duration: 14s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: processrotate;
    -webkit-animation-duration: 14s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
@-moz-keyframes processrotate{
    0%{-moz-transform:rotate(0deg);opacity:1}
    50%{-moz-transform:rotate(180deg);opacity:.7}
    100%{-moz-transform:rotate(360deg);opacity:1}
}
@-o-keyframes processrotate{
    0%{-o-transform:rotate(0deg);opacity:1}
    50%{-o-transform:rotate(180deg);opacity:.7}
    100%{-o-transform:rotate(360deg);opacity:1}
}
@keyframes processrotate{
    0%{transform:rotate(0deg);opacity:1}
    50%{transform:rotate(180deg)}
    100%{transform:rotate(360deg);opacity:1}
}
.featured-icon-box.style2 .fea-number {
    font-size: 13px;
    font-weight: 700;
    width: 31px;
    height: 31px;
    line-height: 31px;
    border-radius: 50%;
    border: none;
    display: block;
    color: #fff;
    text-align: center;
    position: absolute;
    right: -18px;
    bottom: -18px;
    z-index: 10;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.featured-icon-box.style2 .arrow {
    position: absolute;
    margin: 0 auto;
    width: 100px;
    right: -30px;
    top: 15px;
}
.featured-icon-box.style2 .arrow.flip-arrow{ 
    top: 40px;
}


/* style3 */
.featured-icon-box.style3{
    padding: 69px 30px 60px;
    margin: 0;
    overflow: visible;
}
.featured-icon-box.style3:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 0;
    width: 100%;
    display: block;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.featured-icon-box.style3.active:before,
.featured-icon-box.style3:hover:before{
    height: 100%;
    opacity: 1;
    background-color: #22403f;
}
.featured-icon-box.style3 a.di_link{ 
    display: block;
    font-size: 13px;
    width: 45px;
    height: 45px;
    line-height: 48px;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}
.featured-icon-box.style3 a.di_link:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    border-radius: 100%;
    height: 100%;
    border: 3px solid ;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.featured-icon-box.style3 a.di_link:hover:before{
    opacity: 1;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}
.featured-icon-box.style3 .ttm-di_links {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
    overflow: visible;
}
.featured-icon-box.style3.active .ttm-di_links,
.featured-icon-box.style3:hover .ttm-di_links {
    opacity: 1;
    bottom: -25px;
}




/* style4 */
.featured-icon-box.style4 { 
    background-color: #fff;
    padding: 35px 30px 32px 30px;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgb(43 52 59 / 10%);
    border-radius: 6px;
    margin: 15px 0 0;
    width: 100%;
    display: inline-block;
}
.featured-icon-box.style4 .featured-content { padding-left: 30px; }
.featured-icon-box.style4 .featured-title h3{ 
    padding-left: 85px;
    font-size: 21px;
    position: relative;
    line-height: 25px;
}
.featured-icon-box.style4 .featured-title h3:before {
    width: 40px;
    height: 2px;
    background-color: #19a0d7;
    content: '';
    display: block;
    top: 13px;
    position: absolute;
    left: 35px;
}
.featured-icon-box.style4 .featured-icon .ttm-icon i { font-size: 55px; }
.featuredbox-number .featured-icon-box.style4 .ttm-num {
    position: absolute;
    right: -55px;
    left: auto;
    top: 0;
    bottom: 0;
    font-size: 22px;
    line-height: 1;
}
.featuredbox-number .featured-icon-box.style4 .ttm-num:before {
    counter-increment: featuredbox-number;
    content: counter(featuredbox-number,decimal-leading-zero) " ";
}

/* style5 */
.featured-icon-box.style5 {
    padding: 40px;
    margin: 0;
    text-align: left;
    width: 100%;
    position: relative;
}
.featured-icon-box.style5:before {
    position: absolute;
    content: "";
    background-color: #fff;
    left: 15px;
    right: 15px;
    top: -15px;
    bottom: 0;
    z-index: -1;
}
.featured-icon-box.style5.ttm-bgcolor-skincolor p ,
.featured-icon-box.style5.ttm-bgcolor-darkgrey p { color: #fff; }


/* style6 */
.featured-icon-box.style6 { margin: 0 0 30px; }
.featured-icon-box.style6 .featured-icon { line-height: 1; }
.featured-icon-box.style6 .ttm-icon i { font-size: 10px; margin-top: -8px; }
.featured-icon-box.style6 .featured-title h3 { font-size: 18px; line-height: 1; }


/* style7 */
.featured-icon-box.style7 {
    display: inline-block;
    text-align: left;
    width: 100%;
    padding: 25px 20px 20px;
    padding-left: 50px;
}
.featured-icon-box.style7 .featured-content {
    padding-left: 30px;
}
.featured-icon-box.style7 .featured-icon { padding-top: 28px; }
.featured-icon-box.style7 .ttm-icon {
    height: 66px;
    width: 66px;
    line-height: 66px;
    background-color: rgba(255,255,255,.04);
    border-color: rgba(255,255,255,.11);
}
.featured-icon-box.style7 .ttm-icon i {
    font-size: 36px;
}
.featured-icon-box.style7 .ttm-icon:before{
    position: absolute;
    content: "";
    height: 90px;
    width: 90px;
    background-color: rgba(255,255,255,.04);
    top: -40px;
    left: -40px;
    z-index: -1;
    border-radius: 50%;
}
.featured-icon-box.style7 .ttm-icon.ttm-icon_element-color-skincolor {
    border: 1px solid rgba(0,0,0,.08);
    background-color: #fff;
}
.featured-icon-box.style7 .ttm-icon.ttm-icon_element-color-skincolor:before {
    background-color: #f6f6f6;
}


/* style8 */
.featured-icon-box.style8 {
    border: 4px solid #f2f2f2;
    padding: 20px 20px;
}
.featured-icon-box.style8 .ttm-icon {
    height: 64px;
    width: 64px;
    line-height: 64px;
}
.featured-icon-box.style8 .featured-title h3 {
    margin-bottom: 4px;
}



/* ===============================================
    12.featured-imagebox ( contents with image)
------------------------*/
.featured-imagebox,
.featured-imagebox .featured-thumbnail { 
    position: relative;
    overflow: hidden;
}
.featured-imagebox { margin: 15px 0; }
.slick_slider .featured-imagebox { margin-bottom: 0; }
.featured-imagebox .featured-content .featured-title h3 {
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
    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;
    display: inline-block;
}
.featured-imagebox .featured-thumbnail img{
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.featured-imagebox:hover .featured-thumbnail img{
    -webkit-transform: scale(1.07) rotate(0.5deg);
    -ms-transform: scale(1.07) rotate(0.5deg);
    -moz-transform: scale(1.07) rotate(0.5deg);
    transform: scale(1.07) rotate(0.5deg);
}
.ttm-box-view-overlay , .ttm-box-view-content-inner { position: relative; }
.ttm-box-view-overlay:before, .ttm-box-view-content-inner:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba( 35,39,51,0.80);
}
div:hover > .ttm-box-view-overlay:before, div:hover > .ttm-box-view-content-inner:before{
    opacity: .8;
    visibility: visible;
}
.ttm-portfolio-format-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 83.95%;
    padding-top: 23px;
    height: 0;
}
.ttm-portfolio-format-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


/* portfolio-1 */
.featured-imagebox-portfolio.style1 .featured-content{
    position: relative;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 22px 0 22px 25px;
    text-align: left;
}
.featured-imagebox-portfolio.style1 .featured-content h3{margin-bottom: 0;padding-right: 75px;}
.featured-imagebox-portfolio.style1 .featured-iconbox {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    left: auto;
    text-align: center;
    display: flex;
    align-items: center;
}
.featured-imagebox-portfolio.style1 .featured-iconbox a{
    border: 1px solid #e5e5e5;
}
.featured-imagebox-portfolio.style1 .featured-iconbox i{ 
    font-size: 17px;
    line-height: 0;
    color: inherit;
}
.featured-imagebox.featured-imagebox-portfolio.style1 .ttm-icon{
    text-align: center;
    position: relative;
    font-size: 18px;
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 38px;
    height: 38px;
    line-height: 38px;
}

/* portfolio-2 */
.featured-imagebox-portfolio.style2 img{
    width: 100%;
    height: auto;
    transition: all 0.6s ease 0s;
}
.featured-imagebox-portfolio.style2 .ttm-media-link {
    position: absolute;
    top: -50px;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity: 0;
    z-index: 2;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.featured-imagebox-portfolio.style2:hover .ttm-media-link{
    top: 40px;
    opacity: 1;
}
.featured-imagebox-portfolio .ttm-media-link a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    transition: all 0.3s ease 0s;
}
.featured-imagebox-portfolio .ttm-media-link a:first-child { margin-right: 4px; }
.featured-imagebox-portfolio.style2 .featured-content {
    z-index: 9;
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
}
.featured-imagebox-portfolio.style2 .featured-content .featured-title h3 { margin-bottom: 0; }
.featured-imagebox-portfolio.style2:hover .featured-content {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}
.featured-imagebox-portfolio.style2 .ttm-box-view-overlay:before {
    top: 100%;
}
.featured-imagebox-portfolio.style2:hover .ttm-box-view-overlay:before {
    opacity: .65;
    top: 0px;
}
.featured-imagebox-portfolio.style2 .featured-content .featured-title h5 a:hover {
    letter-spacing: .8px;
}


/* team-1 */
.featured-imagebox-team.style1 .team-position {
    font-size: 14px;
    line-height: 14px;
}
.featured-imagebox-team.style1 .ttm-box-view-overlay:before {
    background-color: #fff;
}
.featured-imagebox-team.style1:hover .ttm-box-view-overlay:before {
    opacity: .40;
}
.featured-imagebox-team.style1 .featured-content {
    position: relative;
    padding: 18px 15px;
    text-align: center;
    margin-bottom: 5px;
    border-bottom: 4px solid transparent;
    transition: all .4s;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.01);
}
.ttm-bgcolor-grey .featured-imagebox-team.style1 .featured-content {
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.06);
}
.featured-imagebox-team.style1 .featured-content .featured-title h3 {
    margin-bottom: 2px;
}
.featured-imagebox-team.style1 .media-block a.media-btn {
    border: none;
    display: block;
    text-align: center;
    height: 37px;
    width: 37px;
    line-height: 40px;
    border-radius: 100%;
    -webkit-transition: all 0.4s ease-out 0s;
    font-weight: 900;
    font-size: 15px;
    z-index: 2;
}
.featured-imagebox-team.style1 .media-block a.media-btn{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 6%);
}
.featured-imagebox-team.style1:hover .media-block a.media-btn{
    -ms-transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
}
.featured-imagebox-team.style1 .media-block .social-icons{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.featured-imagebox-team.style1 .media-block .social-icons li{
    position: absolute;
    display: block;
    vertical-align: middle;
    position: relative;
    opacity: 0;
    margin: 4px 0;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
}
.featured-imagebox-team.style1:hover .media-block .social-icons li {
    opacity: 1;
    top: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.featured-imagebox-team.style1 .media-block .social-icons li a{
    height: 39px;
    width: 39px;
    line-height: 39px;
    font-size: 14px;
    border-radius: 100%;
    color: #fff;
    border: 1px solid transparent;
    text-align: center;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}


/* post */
.featured-imagebox-post { 
    overflow: visible;
}
.featured-imagebox-post .featured-content .post-meta span{ 
    display: inline-block;
    position: relative;
    margin-right: 20px;
    font-size: 13px;
    line-height: 13px;
    font-style: normal;
    margin-bottom: 12px;
}
.featured-imagebox-post .featured-content .post-meta span a { color: inherit; }
.featured-imagebox-post .featured-content .post-meta span:last-child{
    margin-right: 0;
}
.featured-imagebox-post .featured-content .post-meta span:not(:last-child):after{
    position: absolute;
    background-color: currentColor;
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 8px;
    top: 4px;
}
.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: #fff;
    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;
}
.ttm-post-format-video{
    position: relative;
    overflow: hidden;
    padding-bottom: 64.25%;
    padding-top: 25px;
    height: 0;
}
.ttm-post-format-video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


/* post_1 */
.featured-imagebox-post.style1 .featured-content {
    padding: 25px 30px 10px;
    position: relative;
    transition: all 0.5s;
}
.featured-imagebox-post.style1:hover .featured-content {
    box-shadow: 0 0 20px rgba(0, 0, 0, .014);
}
.featured-imagebox-post.style1 .featured-content .post-meta span{ margin-bottom: 8px;}
.featured-imagebox-post.style1 .featured-content .post-meta span,
.featured-imagebox-post.style1 .featured-content .post-meta span a{ 
    color: inherit;
}
.featured-imagebox-post.style1 .ttm-box-post-date {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 25px;
}
.featured-imagebox-post.style1 .ttm-box-post-date .ttm-post-date {
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    z-index: 2;
    font-size: 13px;
    transition: all .4s;
}
.featured-imagebox-post.style1 .ttm-box-post-date .ttm-post-date i { 
    margin-right: 3px;
    font-size: 13px;
}
.featured-imagebox-post.style1 .post-meta {
    display: block;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}


/* post_2 */
.featured-imagebox-post.style2 .featured-content {
    min-height: 255px;
    padding: 20px 25px 27px;
    min-height: 255px;
}
.featured-imagebox-post.style2 .featured-content .ttm-post-link {
    padding-top: 8px;
    margin-top: 30px;
    border-top: 1px solid #eaeff5;
}


/* services */
.featured-imagebox-services{
    margin-bottom: 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    overflow: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
}
.featured-imagebox-services .featured-content{
    position: relative;
    margin-bottom: 5px;
    padding: 31px 20px 31px;
    background-color: #fff;
}
.featured-imagebox-services .featured-content .featured-desc{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
}
.featured-imagebox-services .featured-content .fea_con_right, .featured-imagebox-services .featured-content .fea_con_left{
    display: table-cell;
    vertical-align: top;
    position: relative;
}
.featured-imagebox-services .featured-content .fea_con_right{ padding-left: 15px; }
.featured-imagebox-services .featured-content .fea_con_left{
    vertical-align: middle;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.featured-imagebox-services .featured-content .fea_con_left .ttm-icon i{
    display: block;
    font-size: 32px;
}
.featured-imagebox-services .featured-content .fea_con_left .ttm-icon {
    margin-bottom: 0;
    border-color: #eaeff5;
    height: 55px;
    width: 55px;
    line-height: 55px;
}
.featured-imagebox-services .featured-content .fea_con_left:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 60%;
    height: 100%;
    border: 4px solid;
    opacity: .08;
    margin: 0 auto;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.featured-imagebox-services:hover .featured-content .fea_con_left:before{
    -moz-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.featured-imagebox-services:hover{
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
}
.featured-imagebox-services img{
    transition: all 0.4s;
}
.featured-imagebox-services:hover img{
    -webkit-transform: scale(1.12);
}


.featured-imagebox-procedure { text-align: center; overflow: visible; }
.featured-imagebox-procedure .featured-thumbnail { overflow: visible; display: inline-block; }
.featured-imagebox-procedure .featured-thumbnail img {
    border-radius: 50%;
    min-width: auto;
    width: auto;
    transition: all 0.3s ease 0s;
    margin-bottom: 30px;
}
.featured-imagebox-procedure .featured-thumbnail img,
.featured-imagebox-procedure:hover .featured-thumbnail img  {
    transform: unset;
}
.featured-imagebox-procedure .process-num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: block;
    text-align: center;
    position: absolute;
    right: 20px;
    bottom: 30px;
    z-index: 1;
    opacity: 0;
    padding: 5px;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.featured-imagebox-procedure .process-num span {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.43);
    z-index: -2;
    line-height: 30px;
    text-align: center;
}
.featured-imagebox-procedure:hover .process-num { 
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    opacity: 1;
} 
@media (min-width: 992px){
[class*='col-']:not(:last-child) .featured-imagebox-procedure .featured-thumbnail:before {
    display: block;
    content: '';
    position: absolute;
    right: -100px;
    top: 35%;
    margin-top: -10px;
    height: 64px;
    width: 64px;
    background-image: url(../images/procedure-arrow.png);
    background-repeat: no-repeat;
}
}


/* ===============================================
    13.Progress-Bar
------------------------*/
.ttm-progress-bar{ position: relative; }
.ttm-progress-bar:not(:last-child){ margin-bottom: 32px; }
.ttm-progress-bar .progressbar-title {
    top: -35px;
    left: 0;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 5px;
}
.ttm-progress-bar .progress-bar-percent {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    text-shadow: none;
    font-size: 16px;
    font-weight: 500;
}
.ttm-progress-bar .progress-bar {
    border-radius: 0;
    height: 6px;
    overflow: visible;
    position: relative;
}
.ttm-progress-bar .progress-bar:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    bottom: -6px;
    right: -1px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
}
.ttm-progress-bar .progress-bar-inner{ 
    height: 6px;
    width: 100%;
    background-color: #f5f9fd;
}


/* ===============================================
    14.Testimonial
------------------------*/
.testimonials{
    position: relative;
}
.testimonials .testimonial-caption h3 {
    font-size: 20px;
    line-height: 25px;
    display: block;
    font-weight: 600;
    margin-bottom: 0;
}
.testimonial-caption label { 
    margin: 0;
    font-size: 14px;
    line-height: 1;
}
.testimonials .testimonial-content blockquote{
    padding: 10px 25px;
    font-size: 20px;
    position: relative;
    line-height: 32px;
    font-style: italic;
    margin: 0;
}
.star-ratings ul{ padding: 0; margin: 0;}
.star-ratings li{
    font-size: 13.8px;
    min-width: 14px;
    display: inline-block;
    color: #e0e8f0;
}
.star-ratings { line-height: 1; }
.star-ratings ul li.active , .star-ratings ul li.active i{ color: #ff9c00;}


/* ttm-testimonial-box-view-style1 */
.testimonials.ttm-testimonial-box-view-style1 {
    position: relative;
    width: 100%;
    transition: all 0.5s;
    margin-top: 10px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.testimonials.ttm-testimonial-box-view-style1 .testimonial-content { 
    padding: 40px 40px 35px;
    margin-bottom: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgb(43 52 59 / 10%);
    border-radius: 6px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.testimonials.ttm-testimonial-box-view-style1 .testimonial-avatar {
    display: flex;
    position: relative;
    text-align: right;
    align-items: center;
    justify-content: flex-end;
}
.testimonials.ttm-testimonial-box-view-style1 .testimonial-avatar img{
    border: 4px solid #f2f2f2;
    text-align: right;
    border-radius: 50%;
    width: 68px;
    height: 68px;
    margin-left: auto;
    -webkit-box-shadow: 0 0 10px 0 rgb(242 242 242 / 10%);
    -moz-box-shadow: 0 0 10px 0 rgba(242,242,242,.1);
    box-shadow: 0 0 10px 0 rgb(242 242 242 / 0%);
}
.testimonials.ttm-testimonial-box-view-style1 .testimonial-content blockquote{
    text-align: left;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    padding: 0;
    padding-top: 5px;
}
.testimonials.ttm-testimonial-box-view-style1 .testimonial-content blockquote:before {
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
    height: 45px;
    width: 56px;
    opacity: .1;
    -webkit-mask: url(../images/qoute-bg-icon.svg) no-repeat 100% 100%;
    -webkit-mask-box-image: url(../images/qoute-bg-icon.svg);
    -webkit-mask-size: cover;
    transition: all .4s;
}
.testimonials.ttm-testimonial-box-view-style1:hover .testimonial-content blockquote:before {
    opacity: .33;
}
.testimonials.ttm-testimonial-box-view-style1 .testimonial-avatar:before,
.testimonials.ttm-testimonial-box-view-style1 .testimonial-avatar:after {
    position: absolute;
    right: 90px;
    left: 0;
    content: '';
    opacity: 0;
    height: 1px;
    -webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
    transition: opacity 0.55s,transform 0.55s;
    background-color: #e5e5e5;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.testimonials.ttm-testimonial-box-view-style1 .testimonial-avatar:after,
.testimonials.ttm-testimonial-box-view-style1:hover .testimonial-avatar:before{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.testimonials.ttm-testimonial-box-view-style1 .star-ratings {
    position: absolute;
    right: 40px;
    bottom: 40px;
}


/* testimonials */
.testimonials.ttm-testimonial-box-view-style2 {
    text-align: center;
    margin: 0 auto;
    max-width: 640px;
}
.testimonials.ttm-testimonial-box-view-style2 .testimonial-img {
    display: inline-block;
    vertical-align: middle;
    width: 89px;
    height: 89px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
}
.testimonials.ttm-testimonial-box-view-style2 .testimonial-img img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    height: auto;
    width: 100%;
    padding: 8px;
    border: 1px solid rgba(255,255,255,.10);
    transition: opacity 400ms;
    transform: translateZ(0)!important;
    -webkit-transform: translateZ(0);
}
.testimonials.ttm-testimonial-box-view-style2 .testimonial-content blockquote {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 0;
}
.testimonials.ttm-testimonial-box-view-style2 .testimonial-content blockquote h3 ,
.testimonials.ttm-testimonial-box-view-style2 .testimonial-caption h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 500;
}
.testimonials.ttm-testimonial-box-view-style2 .testimonial-caption h3 { margin-bottom: 0; }
.testimonials.ttm-testimonial-box-view-style2 .testimonial-caption label {
    font-size: 13px;
    line-height: 12px;
    margin-bottom: 0;
}


/* ===============================================
    15.Client-row  
------------------------*/
.client-box{ 
    position: relative;
    text-align: center;
}
.client-box .ttm-client-logo-tooltip{ 
    padding-top: 90px; 
    padding-bottom: 35px;
}
.client-box .ttm-client-logo-tooltip,
.client-box .ttm-client-logo-tooltip-inner{
    position: relative;
    overflow: hidden;
}
.client-box .ttm-client-logo-tooltip img{
    text-align: center;
    display: block;
    margin: 0 auto;
}
.client-box .tooltip-top:after, .client-box .tooltip-top:before, .client-box .tooltip:after, 
.client-box .tooltip:before, .client-box [data-tooltip]:after, .client-box [data-tooltip]:before { 
    bottom: 68%; 
}
.client-box .ttm-client-logo-tooltip .client-thumbnail_hover{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.client-box:hover .ttm-client-logo-tooltip .client-thumbnail_hover {
    bottom: 0;
}

.imagen-cliente {
    transition: filter 0.4s ease, opacity 0.4s ease;
    filter: grayscale(100%) opacity(40%);
  }
.imagen-cliente:hover {
  filter: grayscale(0%) opacity(100%);
}

/* ===============================================
    16.Accordion
------------------------*/
.wrap-acadion .accordion { margin-top: 15px; }
.accordion .toggle:not(:last-child){
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.accordion .toggle-title a{ 
    display: block;
    font-weight: 500;
    font-size: 15px;
    position: relative;
}
.accordion .toggle-title a i{ margin-right: 15px; }
.accordion .toggle-content {
    display: none;
    margin-top: 15px;
}
.accordion .toggle-content p{
    margin-bottom: 0;
}
.accordion .toggle .toggle-title a:after {
    position: absolute;
    font-family: "FontAwesome";
    right: 20px;
    top: 5px;
    display: inline-block;
    content: "\f067";
    border-radius: 50%;
    font-size: 12px;
    line-height: 10px;
}
.accordion .toggle .toggle-title a.active:after {
    content: "\f068";
}

.accordion .toggle.ttm-control-left-true .toggle-title a,
.accordion .toggle.ttm-style-classic.ttm-control-left-true .toggle-title a{ 
    padding-left: 40px;
}
.accordion .toggle.ttm-control-left-true .toggle-title a:after{
    left: 20px;
    border: 0;
}


/* ttm-style-classic */
.accordion .toggle.ttm-style-classic {
    padding-bottom: 0px;
    margin-bottom: 15px;
    border: 0;
    position: relative;
}
.accordion .toggle.ttm-style-classic:last-child{ margin-bottom: 0; }
.accordion .toggle.ttm-style-classic .toggle-content{
    padding: 14px 0;
    margin-top: 0;
}
.accordion .toggle.ttm-style-classic .toggle-title{
     border: 0;
}
.accordion .toggle.ttm-style-classic .toggle-title a {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    background: 0 0;
    display: block;
    padding: 14px 20px 13px;
    padding-right: 48px;
    position: relative;
    -webkit-transition: color 0s ease-in-out;
    -o-transition: color 0s ease-in-out;
    transition: color 0s ease-in-out;
}
.accordion .toggle.ttm-style-classic .toggle-title a:after{ 
    top: 20px;
    font-size: 12px;
    line-height: 12px;
}
.accordion .toggle.ttm-style-classic .toggle-content{
    display: block;
    border-top: 0;
    padding-left: 20px;
    padding-right: 20px;
}



/* ===============================================
    17.Wrap-Form
------------------------*/
.wrap-form label{
    width: 100%;
    margin: 0;
}
.wrap-form span.text-input {
    margin-bottom: 30px;
    display: block;
    position: relative;
}
.wrap-form span.text-input > i {
    position: absolute;
    left: 10px;
    top: 21px;
    opacity: .9;
    font-size: 14px;
    z-index: 1;
}

.ttm-bgcolor-grey .wrap-form span.text-input input, 
.ttm-bgcolor-grey .wrap-form span.text-input textarea,
.ttm-bgcolor-grey .wrap-form span.text-input select{
    background-color: #fff;
}

.ttm-bgcolor-skincolor .wrap-form span.text-input input, 
.ttm-bgcolor-skincolor .wrap-form span.text-input textarea,
.ttm-bgcolor-skincolor .wrap-form span.text-input select{
    background-color: transparent;
    border: 0;
    color: #fff;
    padding-left: 0;
    border-bottom: 2px solid rgba(255,255,255,.12);
}
.ttm-bgcolor-skincolor .wrap-form span.text-input input::-webkit-input-placeholder, 
.ttm-bgcolor-skincolor .wrap-form span.text-input textarea::-webkit-input-placeholder,
.ttm-bgcolor-skincolor .wrap-form span.text-input select::-webkit-input-placeholder {
    color: #fff;
}


/* 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: rgba(0,0,0,.60);
    background-color: #f4f7fb;
    border-color: transparent;
}
.wrap-form.contact_form button[type="submit"] { 
    font-size: 13px;
    padding: 14px 28px;
}


/* appoinment_form */
.wrap-form.appoinment_form span.text-input input, 
.wrap-form.appoinment_form span.text-input textarea,
.wrap-form.appoinment_form span.text-input select {
    padding: 10px 15px;
    border: 1px solid rgba(119,119,119,.2);
    background-color: transparent;
}
.wrap-form.appoinment_form span { margin-bottom: 0; }
.wrap-form.appoinment_form span.text-input i {
    position: absolute;
    right: 20px;
    top: 15px;
    opacity: .9;
    font-size: 16px;
    z-index: 1;
    left: auto;
}

.sign_up_form-block h3 { font-size: 18px; margin: 0; line-height: 25px;}
.sign_up_form #sign_up_form-content {
    margin: 30px 0;
    position: relative;
}
.sign_up_form input[type="email"] {
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 2em;
}
.sign_up_form button[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    font-weight: 600;
    padding: 0 26px 0;
    height: 45px;
    display: block;
    border-radius: 0 2em 2em 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.wrap-form.contact_form.under_line_form_formate span.text-input input, 
.wrap-form.contact_form.under_line_form_formate span.text-input textarea,
.wrap-form.contact_form.under_line_form_formate span.text-input select {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid rgba(0,0,0,.09);
    padding-left: 0;
}
.ttm-boxes-spacing-20px > [class*='col-'] .text-input ,
.ttm-boxes-spacing-30px > [class*='col-'] .text-input { margin-bottom: 0; }


/* ===============================================
    18.Tab
------------------------*/
.ttm-tabs ul.tabs{
    padding: 0;
    margin: 0;
}
.ttm-tabs ul.tabs li{ 
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.ttm-tabs ul.tabs li:last-child{
    margin-bottom: 0;
}
.ttm-tabs .content-tab .content-inner {
    display: none;
}
.ttm-tabs .content-tab .content-inner.active {
    display: block;
}

/* ttm-tab-style-01 */
.ttm-tabs.ttm-tabs-style-01 ul.tabs{
    justify-content: center;
    text-align: center;
    margin: 15px 0 25px;
}
.ttm-tabs.ttm-tabs-style-01 ul.tabs li+li a{
    border-left: 2px solid #eef3f8;
}
.ttm-tabs.ttm-tabs-style-01 ul.tabs li:first-child {
    border: 0;
}
.ttm-tabs.ttm-tabs-style-01 ul.tabs li a {
    display: inline-block;
    cursor: pointer;
    padding: 12px 28px 11px;
    margin-bottom: 0px;
    line-height: 22px;
    width: auto;
    position: relative;
    z-index: 3;
    font-size: 15px;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 500;
    color: inherit;
}
.ttm-tabs.ttm-tabs-style-01 ul.tabs li:first-child a, 
.ttm-tabs.ttm-tabs-style-01 ul.tabs li.active:first-child  a{ border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
.ttm-tabs.ttm-tabs-style-01 ul.tabs li:last-child a, 
.ttm-tabs.ttm-tabs-style-01 ul.tabs li.active:last-child  a{ border-top-right-radius: 3px; border-bottom-right-radius: 3px; }


/* ttm-tab-style-02 */
.ttm-tabs.ttm-tab-style-02 ul{ margin: 0; padding: 0; text-align: left; }
.ttm-tabs.ttm-tab-style-02 ul.tabs li{ display: inline-block; border: 0; margin: 0; }
.ttm-tabs.ttm-tab-style-02 ul.tabs li a{ 
    padding: 12px 16px 12px 16px; 
    font-size: 15px; 
    display: block;
    font-weight: 600;
    text-align: left;
    margin-bottom: 5px;
}
.ttm-tabs.ttm-tab-style-02 .content-tab   {
    padding: 20px;
    border: 1px solid;
}



/* ===============================================
    19.Boxes-Spacing
------------------------*/
.row.ttm-boxes-spacing-30px, .ttm-boxes-spacing-30px { margin: 0 -15px; }
.ttm-boxes-spacing-30px > [class*='col-'] {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
}

.row.ttm-boxes-spacing-20px, .ttm-boxes-spacing-20px { margin: 0 -10px; }
.ttm-boxes-spacing-20px > [class*='col-'] {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}
.row.ttm-boxes-spacing-15px, .ttm-boxes-spacing-15px { margin: 0 -7.5px; }
.ttm-boxes-spacing-15px > [class*='col-'] {
    padding-right: 7.5px;
    padding-left: 7.5px;
    padding-bottom: 15px;
}
.row.ttm-boxes-spacing-10px, .ttm-boxes-spacing-10px{ margin: 0 -5px; }
.ttm-boxes-spacing-10px > [class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
}
.row.ttm-boxes-spacing-5px, .ttm-boxes-spacing-5px{ margin: 0 2.5px; }
.ttm-boxes-spacing-5px > [class*='col-'] {
    padding-right: 2.5px;
    padding-left: 2.5px;
    padding-bottom: 5px;
}
.row.ttm-boxes-spacing-0px, .ttm-boxes-spacing-0px{ margin: 0; }
.ttm-boxes-spacing-0px > [class*='col-'] {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
    outline: 0;
}


/* ===============================================
    20.Sidebar
------------------------*/
.sidebar .widget-area .widget {
    position: relative;
    margin-bottom: 30px;
    padding: 25px 20px 30px;
}
.sidebar .widget-area .widget:last-child{ 
    margin-bottom: 0px;
}
.sidebar .widget ul{
    margin: 0;
    padding: 0;
}
.sidebar .widget ul >li {
    padding-bottom: 8px;
    padding-top: 8px;
    list-style: none;
    position: relative;
}
.sidebar .widget ul>li:first-child{
    border-top: none;
    padding-top: 0;
}
.sidebar .widget ul>li:last-child{
    padding-bottom: 0;
}
.sidebar .widget-title{ 
    font-size: 21px; 
    padding-bottom: 4PX;
    margin-bottom: 28px;
    position: relative;
    font-weight: 600;
}
.sidebar .widget-title:before,  .sidebar .widget-title:after{
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    left: 0;
    bottom: 0;
    background-color: currentColor;
    opacity: .06;
}
.sidebar .widget-title:before {
    bottom: -1px;
    opacity: 1;
    width: 30px;
    height: 3px;
}

/*widget-search*/
.sidebar .widget.widget-search .search-form{ 
    border: 0;
    position: relative;
}
.sidebar .widget.widget-search .search-form label {
    display: block;
    margin: 0;
}
.sidebar .widget-search .screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.sidebar .widget.widget-search .search-form .btn[type="submit"] {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 45px;
    height: 50px;
    line-height: 0;
    font-size: 14px;
    z-index: 1;
    border-radius: 0 3px 3px 0;
    box-shadow : unset;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}
.sidebar .widget.widget-search .input-text {
    background-color: #fff;
}


/*widget-post*/
ul.ttm-recent-post-list>li{
    padding: 14px 0;
}
ul.ttm-recent-post-list>li:first-child{
    padding-top: 0;
}
ul.ttm-recent-post-list>li:last-child{
    padding-bottom: 5px;
}
ul.ttm-recent-post-list>li>a {
    font-size: 15px;
    line-height: 22px;
    display: block;
    font-weight: 500;
}
ul.ttm-recent-post-list>li img {
    display: block;
    width: 70px;
    height: 65px;
    float: left;
    margin-right: 18px;
}
ul.ttm-recent-post-list>li .post-date {
    display: block;
    font-size: 13px;
    line-height: 20px;
}
ul.ttm-recent-post-list li:after {
    content: " ";
    display: table;
    clear: both;
}

/* widget-nav-menu */
.widget.widget-nav-menu ul li{ 
    margin-bottom: 10px;
    padding: 0;
    border: 0;
    position: relative;
    display: block;
    background-color: #fff;
    margin-bottom: 10px;
}
.widget.widget-nav-menu ul li:last-child{
    margin-bottom: 0;
}
.widget.widget-nav-menu ul li::after{
    position: absolute;
    content: " ";
    display: inline-block;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
}
.widget.widget-nav-menu ul li:hover, .widget.widget-nav-menu ul li.active {
    background-color: transparent;
}
.widget.widget-nav-menu ul li:hover:after , .widget.widget-nav-menu ul li.active:after{
    width: 100%;
}
.widget.widget-nav-menu ul li a{
    display: block;
    padding: 17px 30px 18px 24px;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.widget.widget-nav-menu ul li a:after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    top: 30%;
    right: 20px;
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
    z-index: 1;
    font-size: 15px;
    font-weight: 700;
}


/* widget-download */
.widget.widget-download ul li{ 
    margin-bottom: 15px;
    padding: 12px 12px !important;
    border: 0;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}
.widget.widget-download ul li:last-child{
    margin-bottom: 0;
}
.widget.widget-download ul li i,
.widget.widget-download ul li div{
    display: inline-block;
    vertical-align: middle;
}
.widget.widget-download ul li a {
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    color: inherit;
    border: none;
}
.widget.widget-download ul li i {
    font-size: 40px;
    display: inline-block;
    margin-right: 14px;
}
.widget.widget-download ul li h4{
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 0px;
}
.widget.widget-download ul li:hover{
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
}


/* widget-categories */
.widget-Categories .widget-title, .widget-archive .widget-title{
    margin-bottom: 20px;
}
.widget-Categories ul li:first-child { padding-top: 0 !important; }
.widget-Categories ul li:last-child { padding-bottom: 0 !important; }
.widget-Categories li span {
    position: absolute;
    right: 0;
    top: 14px;
    width: 22px;
    height: 22px;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;
    display: block;
    font-size: 11px;
    font-weight: 400;
    transition: all .5s;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
}


/* tagcloud */
.widget .tagcloud a {
    display: inline-block;
    margin: 0 5px 10px 0;
    padding: 7px 15px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 3px;
}


/* pagination */
.pagination-block {
    display: block;
    margin-top: 35px;
    text-align: center;
}
.pagination-block .page-numbers {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    color: #656c76;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #e9eef6;
    border-radius: 3px;
    margin: 0 3px;
    padding: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pagination-block .page-numbers i{ font-size: 12px; }


/* ===============================================
    21.Pricing Plan
------------------------*/
.ttm-pricing-plan {
    margin: 15px 0;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    position: relative;
    text-align: center;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
}
.ttm-p_table-head {
    padding: 25px 0;
}
.ttm-p_table-title h3 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}
.ttm-p_table-amount .cur_symbol {
    font-size: 26px;
    font-weight: 700;
}
.ttm-p_table-amount, .ttm-p_table-price {
    font-size: 49px;
    line-height: 51px;
    font-weight: 700;
    vertical-align: sub;
}
.ttm-p_table-amount .pac_frequency {
    position: relative;
    font-weight: 700;
    font-size: 20px;
}
.ttm-p_table-body {
    padding: 30px 30px;
    transition: all 0.5s ease;
}
.ttm-p_table-features {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.ttm-p_table-features li {
    font-size: 16px;
    padding-top: 16px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 16px;
}
.ttm-p_table-features li:last-child{
    padding-bottom: 10px;
    border-bottom: 0;
}
.ttm-p_table-footer{
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}
/*** Color Switcher Style
==================================================================== ***/
.prt_floting_customsett {
    position: fixed;
    top: 50%;
    right: 0;
    padding: 3px 0 10px;
    margin: -89px 0 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    z-index: 99999;
}
.tmtheme_fbar_icons {
    display: block;
    position: relative;
    width: 55px;
    height: 45px;
    line-height: 52px;
    text-align: center;
}
.tmtheme_fbar_icons i {
    display: inline-block;
    vertical-align: middle;
    transition: .3s;
    font-size: 21px;
    color: #232323;
}
.tmtheme_fbar_icons > span {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    color: #232323;
    transform: translateX(-5px);
    transition: 0.5s ease;
    padding: 0 20px;
}
.tmtheme_fbar_icons > span >span {
    padding-left: 5px;
}
.tmtheme_fbar_icons > span:after {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -10px;
    right: -15px;
    width: 15px;
    background-color: #fff;
    height: 55px;
}
.tmtheme_fbar_icons:hover > span {
   opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.tm-desctext {
    position: absolute;
    top: 30px;
    background-color: #fff;
    max-width: 400px;
    right: 30px;
    padding: 30px 50px 23px 30px;
    text-align: left;
}
.tm-desctext:before {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ffb120;
}
.tm-iocnbox-btn {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
}