/** 
          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. Timeline

          14. Progress-Bar 

          15. Testimonial

          16. Client-row

          17. Accordion

          18. Wrap-Form

          19. Tab

          20. Boxes-Spacing

          21. Sidebar

          22. Products

**/


/* ===============================================
    1.ttm-row
------------------------*/
.ttm-row{ padding: 90px 0;}
.ttm-row.features-section { padding: 0; }
.ttm-row.skill-section{ padding: 90px 0 0; }
.ttm-row.event-section{ padding: 150px 0 90px; }
.ttm-row.broken-section { padding: 0; }
.ttm-row.client-section { padding: 81px 0 32px; }
.ttm-row.cta-section{ padding: 39px 0 24px; }
.ttm-row.about-section{ padding: 90px 0 172px; }
.ttm-row.course_highlight-section{ padding: 0 0; }
.ttm-row.blog-section { padding: 0px 0 75px; }
.ttm-row.fid-section { padding: 75px 0 268px; }
.ttm-row.action-section { padding: 105px 0 90px; }
.ttm-row.blog2-section { padding: 90px 0 60px; }
.ttm-row.grid-section { padding: 70px 0; }
.ttm-row.conatact-section { padding: 60px 0 0; }
.ttm-row.sidebar{ padding: 60px 0; }
.ttm-row.banner-box-section { padding: 90px 0 0; }
.ttm-row.product-section{ padding: 10px 0 60px; }
.ttm-row.cta2-section{ padding: 70px 0; }
.ttm-row.client2-section { padding: 25px 0 40px; }


/* ===============================================
    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; }
.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-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;
}
.ttm-bg.ttm-bgimage-yes >.ttm-bg-layer ,
.ttm-bgcolor-skincolor > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner,
.ttm-bgcolor-darkgrey > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner,
.ttm-bgcolor-grey > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner,
.ttm-bgcolor-white > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner{ opacity: .92; }
.layer-content{ position: relative; z-index: 1; height: 100%; width: 100%;}

.bg-layer { position: relative; }
.bg-layer > .container > .row { margin: 0; }
.bg-layer > .container , .bg-layer > .container-fluid { padding: 0; }

.col-bg-img-six .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner { opacity: .2; }



/* ===============================================
    4.Row-Bg-Image  
------------------------*/
.bg-img1 {
    background-image: url(../images/bg-image/row-bgimage-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-img2 {
    background-image: url(../images/bg-image/row-bgimage-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-img3 {
    background-image: url(../images/bg-image/row-bgimage-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.bg-img4 {
    background-image: url(../images/bg-image/row-bgimage-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-img5 {
    background-image: url(../images/bg-image/row-bgimage-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-img6 {
    background-image: url(../images/bg-image/row-bgimage-6.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.bg-img7 {
    background-image: url(../images/bg-image/row-bgimage-7.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    background-attachment: fixed;
}
.bg-img8 {
    background-image: url(../images/bg-image/row-bgimage-8.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}
.bg-map {
    background-image: url(../images/map-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    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/col-bgimage-1.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}
.col-bg-img-two.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.col-bg-img-three.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.col-bg-img-four.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.col-bg-img-five.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-5.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.col-bg-img-six.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-6.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



/* ===============================================
    6.Section-Title  
------------------------*/
.section-title{ 
    position: relative;
    margin-bottom: 15px;
}
.section-title h5{
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    margin-bottom: 11px;
}
.section-title h2.title{
    font-weight: 700;
    text-transform: capitalize;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 0;
}
.section-title .title-header{ 
    position: relative; 
    padding-bottom: 30px;
}
.section-title.title-style-center_text{
    text-align: center;
}

.row-title h2.title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 0;
}
.row-title h5{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: normal;
}


/* style2 */
.section-title.style2{
    margin-right: -35px;
    margin-bottom: 8px;
}
.section-title.style2 .title-header{
    width: 46%;
    padding-right: 20px;
    padding-bottom: 15px;
}
.section-title.style2 .title-desc{
    padding-right: 40px;
}
.section-title.style2 .title-header,
.section-title.style2 .title-desc{
    display: table-cell;
    vertical-align: middle;
}


/* Heading-Seprator  */
.heading-seperator{
    position: relative;
}
.heading-seperator span:after,
.heading-seperator:after {
    content: "";
    left: 0;
    position: absolute;
    bottom: 10px;
    width: 31px;
    height: 4px;
    background-color: #e0e1e3;
}
.heading-seperator span:after {
    right: auto;
    left: 35px;
}
.title-style-center_text .heading-seperator span:after{
    left: 50%;
}
.title-style-center_text .heading-seperator:after{
    left: inherit;
    margin-left: -37px;
}


/* ===============================================
    7.sep_holder
------------------------*/
.ttm-horizontal_sep {
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    display: block;
    position: relative;
}
.ttm-bgcolor-darkgrey .ttm-horizontal_sep{
    border-top-color: rgba(255,255,255,0.06);
}
.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.04) !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: 0;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.04);
}
.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,0.06);
}


/* ===============================================
    8.Buttons
------------------------*/
.ttm-btn{ 
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    padding: 11px 32px 11px 31px;
    background: transparent; 
    border: 1px solid #eaeff5;
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.ttm-btn:not(.btn-inline):after,
.ttm-btn:not(.btn-inline):before {
    content: '';
    position: absolute;
    z-index: -1;
}
.ttm-btn:not(.btn-inline):after {
    height: 100%;
    left: -50%;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
}
.ttm-btn:not(.btn-inline):hover:before, .ttm-btn:not(.btn-inline):hover:after {
    height: 100%;
    width: 160%;
}

.ttm-btn.ttm-icon-btn-left{ padding-left: 44px; }
.ttm-btn.ttm-icon-btn-right{ padding-right: 44px; }
.ttm-btn.ttm-icon-btn-left i{ left: 20px;}
.ttm-btn.ttm-icon-btn-right i{ right: 20px;}
.ttm-btn.ttm-icon-btn-right{ padding-right: 22px; }
.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: #fff;
}

/** btn-with-icon **/
.ttm-btn i{
    display: inline-block;
    vertical-align: middle;
    text-align: inherit;
    margin-left: 10px;
}
.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: 14px; padding: 9px 24px 9px 24px; }
.ttm-btn.ttm-btn-size-sm i { font-size: 13px; line-height: 14px;}

/** btn-size-md **/
.ttm-btn.ttm-btn-size-md { font-size: 16px; padding: 13px 31px 13px 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: 15px 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{
    text-transform: capitalize;
    padding: 0;
    font-weight: 400;
    border: 1px solid transparent;
    background-color: transparent;
}
.ttm-btn.btn-inline i{ 
    display: inline-block;
    margin-left: 7px;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    vertical-align: middle;
    transition: all .6s;
}
.ttm-btn.btn-inline:hover i{ margin-left: 11px; }


/* 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: 60px;
    width: 60px;
    line-height: 60px;
    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{ 
    padding-left: 5px;
    font-size: 28px;
}
.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: 98px;
    height: 98px;
    opacity: .2;
    background-color: #fff;
}
.ttm-play-icon-btn .ttm-play-icon-animation:before {
    width: 85px;
    height: 85px;
    opacity: .4;
    background-color: #fff;
}
.ttm-play-icon-btn:hover .ttm-play-icon-animation:after, .ttm-play-icon-btn:hover .ttm-play-icon-animation:before{
    -webkit-animation:scaling 1.05s infinite;
    -moz-animation:scaling 1.05s infinite;
    -ms-animation:scaling 1.05s infinite;
    -o-animation:scaling 1.05s infinite;
    animation:scaling 1.05s infinite;
}
@-webkit-keyframes scaling{ 100% { width:200%;height:200%;opacity:0 } }
@keyframes scaling{ 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: 45px; width: 45px; line-height: 45px; }
.ttm-icon.ttm-icon_element-size-xs i { font-size: 18px; }

/** icon-size-sm **/
.ttm-icon.ttm-icon_element-size-sm { height: 60px; width: 60px; line-height: 60px; }
.ttm-icon.ttm-icon_element-size-sm i { font-size: 28px; }

/** icon-size-md **/
.ttm-icon.ttm-icon_element-size-md { height: 77px; width: 77px; line-height: 77px }
.ttm-icon.ttm-icon_element-size-md i { font-size: 38px; }

/** icon-size-lg **/
.ttm-icon.ttm-icon_element-size-lg { height: 88px; width: 88px; line-height: 88px; }
.ttm-icon.ttm-icon_element-size-lg i { font-size: 48px; }

/** icon-size-xl **/
.ttm-icon.ttm-icon_element-size-xl { height: 100px; width: 100px; line-height: 100px; }
.ttm-icon.ttm-icon_element-size-xl i { font-size: 59px; }

.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: 50%; }
.ttm-icon.ttm-icon_element-style-rounded { border-radius: 5px; }
.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: 16px;
}
.ttm-list.ttm-list-style-icon li {
    position: relative;
    padding-bottom: 8px;
}
.ttm-list.ttm-list-style-icon li:last-child{
    padding-bottom: 0;
}
.ttm-list.ttm-list-style-icon li i {
    position: absolute;
    left: auto;
    top: 4px;
    font-weight: 700;
}
.ttm-list.ttm-list-style-icon .ttm-list-li-content {
    display: inline-block;
    padding-left: 25px;
    font-weight: 500;
}

.ttm-list.ttm-list-textsize-large li{
    font-size: 20px;
    padding-bottom: 11px;
}
.ttm-list.ttm-list-textsize-large li .ttm-list-li-content{
    padding-left: 30px;
}

.ttm-list.ttm-list-textsize-small li{
    font-size: 12px;
}
.ttm-list.ttm-list-textsize-small li .ttm-list-li-content{
    padding-left: 16px;
}


/* 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: 15px 0;
}
.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 {
    font-size: 45px;
    line-height: 50px;
}
.inside h4, .inside h4 span {
    display: inline-block;
    margin-bottom: 2px;
    font-size: 46px;
    line-height: 51px;
    font-weight: 700;
    margin-top: 4px;
}
.inside h3 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}
.ttm-fid sub {
    opacity: 1;
    font-size: 35px;
    font-weight: 600;
    bottom: 0;
    margin-left: 0px;
}



/* ===============================================
    11.featured-icon-box ( only contents )
------------------------*/
.featured-icon-box { position: relative;}
.featured-icon-box .ttm-icon{ margin-bottom: 0; }
.featured-title h5{ font-size: 24px; line-height: 32px; margin-bottom: 5px; font-weight: 400; }

.featured-icon-box.icon-align-before-heading .featured-icon{ position: absolute; left: 0; top: 0;}
.featured-icon-box.icon-align-before-heading .featured-title{ padding-left: 60px; }

.featured-icon-box.icon-align-before-content .featured-icon,
.featured-icon-box.icon-align-before-content .featured-content{
    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;
}
.featured-icon-box.icon-align-before-content .featured-content{ padding-left: 20px; }
.featured-icon-box.icon-align-before-content .featured-content .featured-desc p{ 
    margin-bottom: 0;
}


.featured-icon-box.icon-align-before-content.style1 { padding: 44px 60px 38px 60px; }
.featured-icon-box.icon-align-before-content.style1 .featured-content .featured-desc p{ margin-bottom: 15px; }
.featured-icon-box.icon-align-before-content.style1 .featured-content .featured-title h5{ 
    margin-top: -5px;
    margin-bottom: 8px;
}

.featured-icon-box.icon-align-before-content.style2 { padding: 0; margin-top: 20px;}
.featured-icon-box.icon-align-before-content.style2 .featured-content .featured-title h5{ 
    font-size: 18px;
    line-height: 25px;
}

.featured-icon-box.icon-align-before-content.style3 { margin: 40px 0 40px 35px; }

.featured-icon-box.icon-align-before-content.style4 { padding-top: 30px;}
.featured-icon-box.icon-align-before-content.style4 .featured-content .featured-title h5{ 
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}


.featured-icon-box.icon-align-top-content.style1 { padding: 46px 30px 40px; }
.featured-icon-box.icon-align-top-content.style1 .featured-content{
    padding-top: 15px;
}
.featured-icon-box.icon-align-top-content.style1 .featured-title h5{
    margin-bottom: 10px;
}
.featured-icon-box.icon-align-top-content.style1:hover .ttm-icon,
.featured-icon-box.icon-align-top-content.style2:hover .ttm-icon,
.featured-icon-box.icon-align-top-content.style3:hover .ttm-icon  {
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.featured-icon-box.icon-align-top-content.style2{
    position: absolute;
    bottom: 0;
    right: 3px;
    height: 190px;
    padding: 26px 30px 32px;
    border: 5px solid #f4f6f9;
    background-color: #fff;
}
.featured-icon-box.icon-align-top-content.style2 .featured-title{
    padding-top: 10px;
}
.featured-icon-box.icon-align-top-content.style2 .featured-title h5{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
}


.featured-icon-box.icon-align-top-content.style3{
    margin-top: 15px;
    padding: 35px 30px 17px 30px;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 0 10px 0 rgba(41,61,88,.05);
    -moz-box-shadow: 0 0 10px 0 rgba(41,61,88,.05);
    box-shadow: 0 0 10px 0 rgba(41,61,88,.05);
}
.featured-icon-box.icon-align-top-content.style3 .featured-content {
    padding-top: 12px;
}
.featured-icon-box.icon-align-top-content.style3 .featured-title h5{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}

/* ===============================================
    12.featured-imagebox ( contents with image)
------------------------*/
.featured-imagebox,
.featured-imagebox .featured-thumbnail { 
    position: relative; 
    overflow: hidden;
}
.ttm-grid-view .featured-imagebox { margin-bottom: 30px; }
.featured-imagebox .featured-content .featured-title h5 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 400;
}
.featured-imagebox .featured-content .featured-desc p { margin-bottom: 0;}
.featured-imagebox .featured-content .category, .featured-imagebox .featured-content .category a {
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
}


/* course */
.featured-imagebox-course  {
    background-color: #fff;
    overflow: visible;
    margin: 15px 0;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 0 10px 0 rgba(41,61,88,.1);
    -moz-box-shadow: 0 0 10px 0 rgba(41,61,88,.1);
    box-shadow: 0 0 10px 0 rgba(41,61,88,.1);
}
.featured-imagebox-course .featured-content-post .featured-title h5{
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.featured-imagebox-course .featured-content-post .featured-content-post-inner{
    padding: 23px 20px 23px 20px;
}
.featured-imagebox-course .featured-content-post .ttm-course-box-meta {
    border-top: 1px solid #e7eaee;
    height: 37px;
    vertical-align: middle;
}
.featured-imagebox-course .featured-content-post .ttm-course-box-meta .ttm-enrolled {
    display: inline-block;
    vertical-align: middle;
    line-height: 36px;
    font-size: 13px;
    padding-left: 20px;
    position: relative;
}
.featured-imagebox-course .featured-content-post .ttm-course-box-meta i {
    padding-right: 4px;
}
.featured-imagebox-course .featured-content-post .ttm-enrolled span.ttm-meta-line:before {
    background-color: #e7eaee;
    display: inline-block;
    content: "";
    width: 1px;
    height: 16px;
    vertical-align: middle;
    margin: 0 12px;
}
.featured-imagebox-course .featured-content-post .ttm-enrolled span.ttm-meta-line:first-child:before{content:unset}
.featured-imagebox-course .featured-content-post .ttm-lp-price {
    padding: 7px 9px 7px 10px;
    font-size: 14px;
    vertical-align: top;
    float: right;
    display: block;
    height: 36px;
    vertical-align: middle;
    color: #fff;
}
.featured-imagebox-course .featured-content-post .ttm-lp-price.ttm-free-course { background-color: #72a92c; }
.featured-imagebox-course .featured-content-post .ttm-lp-price ins { text-decoration: none; }
.featured-imagebox-course .featured-content-post .ttm-lp-price del {
    padding-right: 3px;
    color: rgba(255,255,255,.7);
}
.featured-imagebox-course:hover img {
    transform: scale(1.05);
}


/* event */
.featured-imagebox-event { 
    margin-bottom: 100px; 
    overflow: visible;
    margin-top: 15px;
}
.featured-imagebox-event .featured-content .featured-title h5{
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
}
.featured-imagebox-event .ttm-box-event-date {
    position: absolute;
    left: 20px;
    top: 20px;
    height: 54px;
    width: 54px;
    font-weight: 500;
    text-align: center;
    z-index: 2;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ttm-box-event-date .entry-date {
    display: block;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
}
.ttm-box-event-date .entry-month{
    font-size: 14px;
    line-height: 17px;
    display: block;
    font-weight: 400;
}
.ttm-box-col-wrapper.slick-active .featured-imagebox-event .featured-content-event {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.featured-imagebox-event .featured-content-event {
    opacity: 0;
    right: 30px;
    bottom: -75px;
    max-width: 310px;
    padding: 23px 30px 30px;
    position: absolute;
    visibility: hidden;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    background-color: #f4f6f9;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.featured-imagebox-event .featured-content-event .ttm-meta-details div.ttm-event-date {
    border-bottom: 1px solid #e7eaee;
    padding-bottom: 6px;
    margin-bottom: 8px;
}
.featured-imagebox-event .featured-content-event .ttm-meta-details {
    color: #666d81;
    font-size: 16px;
}
.featured-imagebox-event .featured-content-event .ttm-meta-details i {
    padding-right: 8px;
    float: left;
    padding-top: 5px;
}
.featured-imagebox-event .featured-content-event .ttm-eventbox-footer {
    padding-top: 22px;
}


/* procedure */
.featured-imagebox-procedure {
    text-align: center;
    overflow: visible;
}
.featured-imagebox-procedure .featured-content .featured-title h5 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 11px;
    font-weight: 400;
}
.featured-imagebox-procedure .featured-thumbnail {
    margin-bottom: 30px;
    padding-top: 0;
    position: relative;
    overflow: visible;
    display: inline-block;
}
.featured-imagebox-procedure .featured-thumbnail:before {
    display: block;
    content: '';
    position: absolute;
    right: -90px;
    top: 90px;
    height: 22px;
    width: 65px;
    background-image: url(../images/arrow-1.png);
    background-repeat: no-repeat;
}
[class*='col-']:last-child .featured-imagebox-procedure .featured-thumbnail:before{
    content: unset;
}
.featured-imagebox-procedure .featured-thumbnail img {
    border: 3px solid #e7eaee;
    border-radius: 50%;
    padding: 9px;
    transition: all .3s ease-in-out;
}
.featured-imagebox-procedure .process-num {
    margin-right: 5px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    border: none;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -12px;
    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;
    margin: 0 auto;
    left: 50%;
    margin-left: -20px;
}
.featured-imagebox-procedure .process-num:before {
    counter-increment: featured-imagebox-procedure;
    content: counters(featured-imagebox-procedure,"") " ";
}
section{ counter-reset: featured-imagebox-procedure; }


.featured-imagebox-course_highlight{
    position: relative;
    border-bottom-width: 5px;
    border-bottom-style: solid;
}
.featured-imagebox-course_highlight .featured-content-highlight{
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    background-color: #fff;
    width: 80%;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.featured-imagebox-course_highlight .featured-content-highlight .featured-title h5{
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 0;
    font-weight: 400;
    padding-left: 20px;
    display: inline-block;
}
.featured-imagebox-course_highlight .featured-content-highlight .ttm-icon.ttm-icon_element-size-sm{
    width: 56px;
    height: 47px;
    margin-bottom: 0;
}
.featured-imagebox-course_highlight:hover img{ transform: scale(1.05); }


/* team */
.featured-imagebox-team { 
    margin-top: 15px;
    text-align: center; 
}
.featured-imagebox-team .featured-content {
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 20px 15px 10px;
}
.featured-imagebox-team .featured-content .featured-title h5 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 2px;
    font-weight: 400;
}
.featured-imagebox-team .team-position {
    font-size: 15px;
    color: #666d81;
}
.featured-imagebox-team .ttm-team-box-view-overlay{
    position: relative;
    overflow: hidden;
}
.featured-imagebox-team .ttm-team-box-view-overlay:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    background-color: rgba(19,29,59,.75);
}
.featured-imagebox-team:hover .ttm-team-box-view-overlay:after{
    opacity: 1;
    height: 100%;
}
.featured-imagebox-team .ttm-media-link {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    margin: 8px -20px 0 0;
    opacity: 0;
    z-index: 9;
    -webkit-transition: 0.8s;
    -ms-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: .8s;
}
.featured-imagebox-team:hover .ttm-media-link {
    opacity: 1;
    margin: 8px 20px 0 0;
}
.featured-imagebox-team .media-block .social-icons li {
    list-style: none;
    margin: 12px 0;
    display: block;
}
.featured-imagebox-team .media-block .social-icons li a {
    font-size: 15px;
    color: #fff;
    width: auto;
    background-color: transparent;
    position: relative;
}
.featured-imagebox-team:hover .media-block .social-icons li a{
    opacity: 1;
    visibility: visible;
}
.featured-imagebox-team .media-block .social-icons li:not(:last-child) a:after {
    line-height: 1em;
    font-size: 14px;
    content: "";
    background-color: rgba(255,255,255,.11);
    width: 22px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -6px;
}


/* team 2 */
.featured-imagebox-team.style2{
    background-color: #fff;
    margin-top: 5px;
    -webkit-box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
    -moz-box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
    box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
}
.featured-imagebox-team.style2 .featured-content {
    padding: 20px 15px 0px;
    position: relative;
    margin-top: -40px;
    transform: translateY(40px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.featured-imagebox-team.style2:hover .featured-content {
    transform: translateY(0);
}
.featured-imagebox-team.style2 .ttm-media-link{
    position: unset;
    margin: 0;
    padding: 0 0 14px;
}
.featured-imagebox-team.style2:hover .ttm-media-link,
.featured-imagebox-team.style2:hover .ttm-media-link a{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.featured-imagebox-team.style2 .media-block .social-icons li {
    list-style: none;
    margin: 0;
    display: inline-block;
}



/* portfolio */
.featured-imagebox-portfolio .ttm-media-link{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -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;
}
.featured-imagebox-portfolio:hover .ttm-media-link{
    opacity: 1;
}
.featured-imagebox-portfolio .ttm-media-link a,
.ttm-media-link a{
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.25,.5,.55,.95);
    -moz-transition-timing-function: cubic-bezier(.25,.5,.55,.95);
    transition-timing-function: cubic-bezier(.25,.5,.55,.95);
}
.featured-imagebox-portfolio:hover .ttm-media-link a{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.featured-imagebox-portfolio .ttm-media-link a,
.ttm-media-link a{
    display: inline-block;
    border-radius: 0%;
    font-size: 16px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    margin: 0 auto;
    border: 1px solid transparent;
    text-align: center;
    color: #fff;
}
.ttm-box-view-overlay, .ttm-box-view-content-inner{
    position: relative;
    overflow: hidden;
}
.featured-imagebox-portfolio .ttm-box-view-overlay:before, .ttm-box-view-overlay:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.featured-imagebox-portfolio .ttm-box-view-overlay:before, .ttm-box-view-overlay:before,
.featured-imagebox-portfolio .ttm-box-view-overlay img, .ttm-box-view-overlay img{
    -webkit-transform: scale(1) translateZ(0);
    -moz-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    -o-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition-property: -webkit-transform,-webkit-transform;
    -moz-transition-property: -moz-transform,-webkit-transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
}
.featured-imagebox-portfolio:hover .ttm-box-view-overlay:before, div:hover > .ttm-box-view-overlay:before,
.featured-imagebox-portfolio:hover .ttm-box-view-overlay img, div:hover > .ttm-box-view-overlay img {
    opacity: .75;
    -webkit-transform: scale(1.1) translateZ(0);
    -moz-transform: scale(1.1) translateZ(0);
    -ms-transform: scale(1.1) translateZ(0);
    -o-transform: scale(1.1) translateZ(0);
    transform: scale(1.1) translateZ(0);
}



/* post */
.featured-imagebox-post{
    position: relative;
    overflow: visible;
    margin: 15px 0;
}
.featured-imagebox-post .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-post:hover .featured-thumbnail img{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.featured-imagebox-post .featured-content .featured-title h5{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.featured-imagebox-post .featured-desc p{
    padding-top: 5px;
    margin-top: 10px;
    margin-bottom: 0;
}
.featured-imagebox-post .featured-content{
    position: relative;
}
.featured-imagebox-post .ttm-box-post-date{
    height: auto;
    width: auto;
    position: absolute;
    top: -15px;
    right: 20px;
    background-color: #96e46a;
    color: #fff;
    padding: 3px 15px;
    z-index: 2;
    font-size: 15px;
}
.featured-imagebox-post .featured-content.featured-content-post .post-meta span{ 
    display: inline-block;
    position: relative;
    margin-right: 20px;
    font-size: 15px;
    line-height: 15px;
    color: #666d81;
    margin-bottom: 7px;
}
.featured-imagebox-post .featured-content.featured-content-post .post-meta span:last-child{
    margin-right: 0;
}
.featured-imagebox-post .featured-content.featured-content-post .post-meta span:not(:last-child):after{
    position: absolute;
    background-color: #e7eaee;
    display: inline-block;
    content: "";
    width: 1px;
    height: 15px;
    vertical-align: middle;
    margin: 0 10px;
    top: 0;
}
.featured-imagebox-post .featured-content.featured-content-post .post-meta span i{ padding-right: 5px; }


/* post2--style1 */
.featured-imagebox-post.style1 .featured-content.featured-content-post{ 
    padding: 26px 30px 26px 30px;
    background-color: #fff;
    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;
    border-bottom: 4px solid #e3e8f3;
    -webkit-box-shadow: 0 0 10px 0 rgba(41,61,88,.1);
    -moz-box-shadow: 0 0 10px 0 rgba(41,61,88,.1);
    box-shadow: 0 0 10px 0 rgba(41,61,88,.1);
}

/* post2--style2 */
.featured-imagebox-post.style2 .featured-content.featured-content-post{ 
    padding: 20px 34px 19px 34px;
    background-color: #f4f6f9;
    margin-bottom: 30px;
}
.featured-imagebox-post.style2 .ttm-post_box-footer {
    padding-bottom: 8px;
    margin-top: 10px;
}
.featured-imagebox-post.style2 .ttm-post_box-footer a {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    border-bottom: 2px solid currentColor;
}


/* ===============================================
    13.Timeline
------------------------*/
.timeline{ position: relative; }
.timeline .timeline-date, .timeline .timeline-body{
    display: table-cell;
    vertical-align: middle;
}
.timeline .timeline-date {
    min-width: 131px;
    width: 131px;
    padding-left: 8px;
    margin-right: 24px;
    position: relative;
    vertical-align: top;
}
.timeline.ttmscore-timeline-round .timeline-year, .timeline.ttmscore-timeline-round .timeline-year::before {
    border-radius: 50%;
}
.timeline .timeline-year {
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #e9103a;
    border-radius: 50%;
    margin-top: 8px;
    color: #fff;
    font-size: 19px;
    text-align: center;
    font-weight: 400;
}
.timeline .timeline-year:before {
    position: absolute;
    width: 92px;
    content: "";
    height: 92px;
    background: transparent;
    display: block;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.2);
    top: 2px;
    left: 2px;
}
.timeline .timeline-body h3:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: -38px;
    top: 10px;
    width: 10px;
    height: 10px;
}
.timeline .timeline-panel .timeline-body {
    position: relative;
    padding-top: 0;
    padding-left: 15px;
}
.timeline .timeline-panel .timeline-body p:before {
    content: "";
    position: absolute;
    left: -19px;
    top: 11px;
    width: 2px;
    height: 100%;
    background: rgba(255,255,255,.07);
}
.timeline .timeline-body .title {
    position: relative;
    text-align: left;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: 400;
}
.timeline .timeline-panel:not(:last-child) .timeline-body p{
    margin-bottom: 60px;
}



/* ===============================================
    14.Progress-Bar
------------------------*/
.ttm-progress-bar{ position: relative; }
.ttm-progress-bar:not(:last-child){ margin-bottom: 35px; }
.ttm-progress-bar .progressbar-title {
    top: -35px;
    left: 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 8px;
    letter-spacing: .5px;
}
.ttm-progress-bar .progress-bar-percent {
    position: absolute;
    right: 0;
    z-index: 3;
    margin-top: -11px;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    background: #eee;
    padding: 1px 15px 2px;
    border-radius: 0;
    top: 0;
    overflow: hidden;
}
.ttm-progress-bar .progress-bar {
    display: block;
    height: 5px;
    position: relative;
}
.ttm-progress-bar .progress-bar-inner{ 
    box-shadow: none;
    background-color: #f4f6f9;
    border-radius: 0;
    height: 5px;
    z-index: 1;
}


/* ===============================================
    15.Testimonial
------------------------*/
.testimonials{
    position: relative;
}
.testimonials .testimonial-caption h5 {
    font-size: 20px;
    line-height: 27px;
    display: block;
    font-weight: 700;
    margin-bottom: 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 ul li.active , .star-ratings ul li.active i{ color: #fd4;}


/* testimonials 1 */
.testimonials.ttm-testimonial-box-view-style1 .testimonial-content{ 
    text-align: center;
}
.testimonials.ttm-testimonial-box-view-style1 .testimonial-img{
    padding-bottom: 26px;
}
.testimonials.ttm-testimonial-box-view-style1 .testimonial-img img{
    text-align: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    margin: 0 auto;
    border: 4px solid #fff;
}
.testimonials.ttm-testimonial-box-view-style1 .testimonial-content blockquote{
    padding: 10px 10px 17px 0;
    font-size: 18px;
    position: relative;
    line-height: 30px;
    font-style: italic;
    font-weight: 400;
    margin: 0;
}
.testimonials.ttm-testimonial-box-view-style1 .testimonial-content blockquote:before {
    content: '\f10d';
    font-family: "FontAwesome";
    font-size: 80px;
    line-height: 70px;
    position: absolute;
    left: 50%;
    margin-left: -27px;
    color: #8cd94d;
    opacity: .2;
    font-size: 60px;
    top: -13px;
}


.testimonials.ttm-testimonial-box-view-style2 .testimonial-content{
    background-color: #fff;
    text-align: center;
    padding: 40px 35px 40px 35px;
    margin-top: 50px;
}
.testimonials.ttm-testimonial-box-view-style2 .testimonial-img{
    margin-top: -74px;
    margin-bottom: 10px;
}
.testimonials.ttm-testimonial-box-view-style2 .testimonial-img img{
    text-align: center;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    margin: 0 auto;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(3,59,74,.1);
    -moz-box-shadow: 0 0 10px 0 rgba(3,59,74,.1);
    box-shadow: 0 0 10px 0 rgba(3,59,74,.1);
}
.testimonials.ttm-testimonial-box-view-style2 .testimonial-caption h5{
    font-size: 20px;
    line-height: 28px;
    display: block;
    font-weight: 400;
}
.testimonials.ttm-testimonial-box-view-style2 .testimonial-caption label{
    display: block;
    font-size: 15px;
    line-height: 25px;
    margin-top: -2px;
    color: rgba(102,109,129,.7);
    margin-bottom: 13px;
}
.testimonials.ttm-testimonial-box-view-style2 .testimonial-content blockquote{
    font-size: 16px;
    position: relative;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}
.testimonials.ttm-testimonial-box-view-style2 blockquote:before {
    content: '\f10d';
    font-family: "FontAwesome";
    color: #666d81;
    font-size: 80px;
    line-height: 70px;
    position: absolute;
    top: -3px;
    opacity: .12;
    font-style: normal;
}


/* ===============================================
    16.Client-row  
------------------------*/
.client-box{ 
    position: relative;
    text-align: center;
}
.client-box .ttm-client-logo-tooltip-inner{ 
    padding-top: 45px; 
    padding-bottom: 30px;
}
.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;
}



/* ===============================================
    17.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: 25px;
    border: 0;
    position: relative;
}
.accordion .toggle.ttm-style-classic:last-child{ margin-bottom: 0; }
.accordion .toggle.ttm-style-classic .toggle-content{
    padding: 14px 20px;
    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: 18px;
    line-height: 22px;
    font-weight: 400;
    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{
    -webkit-box-shadow: 0 0 15px 0 rgba(41,61,88,.1);
    -moz-box-shadow: 0 0 15px 0 rgba(41,61,88,.1);
    box-shadow: 0 0 15px 0 rgba(41,61,88,.1);
}
.accordion .alignleft{ margin: 0em 1em 0em 0; }


/* ===============================================
    18.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.with-icon-pos_left > i,
.wrap-form span.text-input.with-icon-pos_right > i  {
    position: absolute;
    left: 16px;
    top: 17px;
    opacity: .9;
    font-size: 14px;
    z-index: 1;
}
.wrap-form span.text-input.with-icon-pos_left input,
.wrap-form span.text-input.with-icon-pos_left textarea,
.wrap-form span.text-input.with-icon-pos_left select{ 
    padding-left: 35px;
}
.wrap-form span.text-input.with-icon-pos_right > i {
    right: 15px;
    left: auto;
}
.wrap-form span.text-input.with-icon-pos_right input,
.wrap-form span.text-input.with-icon-pos_right textarea,
.wrap-form span.text-input.with-icon-pos_right select{ 
    padding-right: 35px;
}


/* contactform */
.wrap-form.ttm-contactform_transparent span.text-input{
    padding-top: 5px;
    margin-bottom: 25px;
}
.wrap-form.ttm-contactform_transparent span.text-input input, 
.wrap-form.ttm-contactform_transparent span.text-input textarea,
.wrap-form.ttm-contactform_transparent span.text-input select {
    background-color: transparent;
    border: 0;
    color: #fff;
    padding-left: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.ttm-contactform_transparent span.text-input input::-webkit-input-placeholder,
.ttm-contactform_transparent span.text-input textarea::-webkit-input-placeholder,
.ttm-contactform_transparent span.text-input select::-webkit-input-placeholder  {
    color: #fff;
}
/* ===============================================
    19.Tab
------------------------*/
.ttm-tabs ul.tabs{
    width:100%; 
    padding: 0;
    margin: 0;
    position: relative;
    text-align: center;
    margin-bottom: 35px;
}
.ttm-tabs ul.tabs li{ 
    display: inline-block;
    margin-bottom: 10px;
}
.ttm-tabs ul.tabs li a{
    display: inline-block;
    padding: 9px 50px 7px;
    line-height: 30px;
    font-size: 16px;
    position: relative;
    border: 1px solid #d8d8d8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.ttm-tabs.tabs-style-01 ul.tabs{
    display: -webkit-flex;
    display: flex;
}
.ttm-tabs.tabs-style-01 ul.tabs li{
    border: 0;
    margin: 15px;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 6px;
    text-align: center;
}
.ttm-tabs.tabs-style-01 ul.tabs li a{
    display: block;
    cursor: pointer;
    padding: 16px 18px 16px 18px;
    margin-bottom: 0px;
    line-height: 22px;
    width: auto;
    position: relative;
    z-index: 3;
    font-size: 21px;
    font-weight: 400;
    border-radius: 0;
    text-transform: capitalize;
    border: 1px solid #f4f6f9;
    background-color: #f4f6f9;
}
.ttm-tabs.tabs-style-01 ul.tabs li:not(:last-child) a:before{
    background: #e7eaee none repeat scroll 0 0;
    content: "";
    height: 1px;
    right: -100%;
    position: absolute;
    top: 20%;
    width: 100%;
    z-index: 2;
}
.ttm-tabs.tabs-style-01 ul.tabs li:not(:last-child) a:after{
    background: #e7eaee none repeat scroll 0 0;
    content: "";
    height: 1px;
    right: -100%;
    position: absolute;
    bottom: 20%;
    width: 100%;
    z-index: 2;
}
.ttm-tabs .content-tab .content-inner{ 
    display: none;
    top: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.ttm-tabs .content-tab .content-inner.active{ 
    display: block; 
    min-height: 100%;
}


/* ttm-tab-style-vertical */
.ttm-tabs.ttm-tab-style-vertical ul.tabs li { margin-top: 1px; width: 100%; display: block;}
.ttm-tabs.ttm-tab-style-vertical ul.tabs li a{ 
    display: block;
    cursor: pointer;
    background-color: #2a2a2a; 
    color: #fff; 
    letter-spacing: 1.2px; 
    padding: 14px 20px; 
    text-transform: uppercase; 
    font-size: 18px; 
    line-height: 27px;
    margin: 0;
    border-radius: 0;
}

/* ttm-tab-style-horizontal */
.ttm-tabs.ttm-tab-style-horizontal ul{ margin: 0; padding: 0; text-align: left; margin-bottom: -1px;}
.ttm-tabs.ttm-tab-style-horizontal ul.tabs li{ display: inline-block; border: 0; margin: 0; }
.ttm-tabs.ttm-tab-style-horizontal .content-tab   {
    padding: 20px;
    border: 1px solid;
}


/* ===============================================
    20.Boxes-Spacing
------------------------*/
.row.ttm-boxes-spacing-15px{ margin: 0 -15px; }
.ttm-boxes-spacing-15px .ttm-box-col-wrapper {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
}

.row.ttm-boxes-spacing-10px{ margin: 0 -5px; }
.ttm-boxes-spacing-10px .ttm-box-col-wrapper {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
}
.row.ttm-boxes-spacing-5px{ margin: 0; }
.ttm-boxes-spacing-5px .ttm-box-col-wrapper {
    padding-right: 2.5px;
    padding-left: 2.5px;
    padding-bottom: 5px;
}
.row.ttm-boxes-spacing-0px{ margin: 0; }
.ttm-boxes-spacing-0px .ttm-box-col-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
    outline: 0;
}


/* ===============================================
    21.Sidebar
------------------------*/
.sidebar .widget-area .widget {
    position: relative;
    margin-bottom: 40px;
}
.sidebar .widget-area .widget:last-child{ 
    margin-bottom: 0px;
}
.sidebar .widget ul{
    margin: 0;
    padding: 0;
}
.sidebar .widget ul >li {
    padding-bottom: 15px;
    padding-top: 15px;
    list-style: none;
    border-top: 1px solid #e9ebef;
    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{ 
    margin-top: 0;
    margin-bottom: 25px;
    display: block;
    padding-left: 26px;
}
.sidebar .widget-title:before{
    display: block;
    margin-bottom: 0;
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 17px;
    height: 2px;
    background-color: #000;
}


/*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 {
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 0;
}


/*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: 0;
}
ul.ttm-recent-post-list>li img {
    display: block;
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 18px;
}
ul.ttm-recent-post-list>li>a {
    font-size: 16px;
    line-height: 21px;
    display: block;
    font-weight: 500;
}
ul.ttm-recent-post-list>li .post-date {
    display: block;
    font-size: 14px;
}
ul.ttm-recent-post-list li:after {
    content: " ";
    display: table;
    clear: both;
}


/* widget-categories */
.widget-Categories .widget-title, .widget-archive .widget-title{
    margin-bottom: 22px;
}
.widget-Categories ul li{
    position: relative;
    margin: 5px 0;
    padding-top: 10px !important;
    border-top: 1px solid #e9ebef;
    padding-bottom: 5px!important;
}
.widget-Categories ul li:first-child{
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.widget-Categories ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0px!important;
    margin-bottom: 0;
}
.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);
}


/* widget-download */
.widget.widget-download ul li{ 
    margin-bottom: 10px;
    padding: 0;
    border: 0;
}
.widget.widget-download ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    background-color: #fff;
    border: none;
}
.widget.widget-download ul li i {
    color: #fff;
    font-size: 17px;
    padding-right: 20px;
    padding: 16px 16px;
    display: inline-block;
    margin-right: 20px;
}


/* tagcloud */
.widget .tagcloud a {
    display: inline-block;
    padding: 7px 25px;
    margin: 0 5px 10px;
    border: none;
    border-radius: 0;
    font-size: 15px;
    background-color: transparent;
    font-weight: 700;
    border: 1px solid #666d81;
    color: #666d81;
}


/* contact-widget */
ul.contact-widget-wrapper li{
    border: 0 !important;
    padding-top: 0 !important;
}
ul.contact-widget-wrapper li i {
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 18px;
}
ul.contact-widget-wrapper li {
    padding-left: 35px !important;
    position: relative;
    padding-top: 0;
    padding-bottom: 17px;
    line-height: 25px;
}

/* pagination */
.pagination-block {
    display: block;
    margin-top: 35px;
    text-align: center;
}
.pagination-block .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 39px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #f4f6f9;
    border-radius: 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; }


/* ===============================================
    22.Products
------------------------*/
.banner-image .ttm-figure a{
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.banner-image .ttm-figure img {
    width: 100%;
    -webkit-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
}
.banner-image:hover .ttm-figure img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.banner-image .ttm-figure a:after, .banner-image .ttm-figure a:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    z-index: 2;
    pointer-events: none;
    background: rgba(255,255,255,.4);
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.banner-image:hover .ttm-figure a:after,
.banner-image:hover .ttm-figure a:before{
    opacity:0;
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);z-index:-1
}
.banner-image .ttm-figure a:before {
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
}

.products {
    clear: both;
}
.products .product {
    width: calc(50% - 2px);
    clear: both;
    overflow: hidden;
    position: relative;
}
.ttm-product-box{ 
    margin: 15px 0 30px;
}
.ttm-product-box-inner {
    position: relative;
    overflow: hidden;
}
.ttm-product-box-inner:before{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1;
    background-color: #131d3b;
}
.product:hover .ttm-product-box .ttm-product-box-inner:before {
    opacity: .8;
}
.products .product .ttm-shop-icon {
    display: block;
    text-align: center;
    position: absolute;
    z-index: 2;
    bottom: 50%;
    right: inherit;
    left: 50%;
    -webkit-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    -o-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
}
.products .product .ttm-shop-icon > div{
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.products .product:hover .ttm-shop-icon > div{
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.products .product .ttm-shop-icon a{
    display: inline-block;
    display: block;
    width: 48px;
    margin-bottom: 7px;
    height: 48px;
    background-color: #fff;
    line-height: 48px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}
.products .product .search-btn{ position: relative; }
.products .product .search-btn:before{
    position: absolute;
    content: "";
    height: 22px;
    left: -1px;
    top: 50%;
    background-color: rgba(0,0,0,.5);
    transform: translateY(-50%);
    width: 1px
}
.products .product .ttm-product-box .ttm-product-content {
    text-align: left;
    padding: 15px 0 30px;
    position: relative;
}
.products .product .ttm-product-box .ttm-product-content .ttm-product-title h2{
    font-size: 18px;
    padding-bottom: 0;
    line-height: 27px;
    margin-bottom: 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;
}
.products .product .price {
    margin: 0;
    min-height: 20px;
    font-size: 17px;
    float: left;
}
.products .price .product-Price-amount {
    font-size: 18px;
    font-weight: 400;
}
.products .price ins {
    text-decoration: none;
    padding: 2px;
}
.products .price del{
    color: #131d3b;
    font-size: 14px;
    display: inline-block;
    background-color: transparent;
    padding-right: 0;
}
.products .price del .product-Price-amount {
    font-size: 18px;
    text-decoration: line-through;
    color: #666d81;
}
.products .product .add-to-cart-btn a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    margin: 0;
    border-radius: 0;
    font-size: 17px;
}
.products .product .add-to-cart-btn{
    position: absolute;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: opacity 0.5s ease,transform 0.5s ease;
    -o-transition: opacity 0.5s ease,transform 0.5s ease;
    transition: opacity 0.5s ease,transform 0.5s ease;
}
.products .product:hover .add-to-cart-btn{
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.products .product .star-ratings {
    position: absolute;
    right: 0;
    top: auto;
    display: inline-block;
    text-align: center;
    width: 67px;
    margin: 0 auto;
    letter-spacing: 1px;
    font-size: 10px;
}
.products .product .star-ratings::before {
    content: '\f005\f005\f005\f005\f005';
    font-family: "FontAwesome";
    color: #d3ced2;
}

.products .product .onsale {
    height: 26px;
    width: 52px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    background: #182333;
    display: inline-block;
    vertical-align: top;
    border-radius: 0;
    padding-top: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    left: 20px;
    z-index: 1;
    margin: -2.5px -5px;
    min-height: auto;
    font-weight: 400;
}

.products-result-count, .products-ordering { 
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 30px;
    justify-content: space-between;
}
.products-ordering select{ 
    background-color: #fff; 
    text-indent: 0; 
    -webkit-appearance: none; 
    -moz-appearance: none;
    position: relative;
}
.products-ordering .orderby{ position: relative; }
.products-ordering .orderby:after{
   content: '\f0d7';
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 14px;
}


/* product-poster */
.product-poster-content .ttm-bg-highlight-dark, 
.product-poster-content .ttm-bg-highlight-skin {
    display: inline-block;
}
.product-poster-content .poster-label-tag{ padding: 0 28px; }
.product-poster-content .poster-label-tag{
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
}
.product-poster-content .poster-label h2{ padding: 22px 42px; }
.product-poster-content .poster-label h2{
    text-align: center;
    font-size: 72px;
    line-height: 70px;
    color: #ffffff;
    font-weight: 600;
}
.product-poster-content .poster-text{
    text-align: left;
    font-size: 24px;
    line-height: 28px;
    color: #494e54;
    font-weight: 400;
    margin-bottom: 30px;
    padding-top: 22px;
}
.product-poster-content .poster-amount h4{
    text-align: left;
    font-size: 70px;
    line-height: 70px;
    font-weight: 600;
}

/* single-product-details */
div.product .product_title {
    padding-bottom: 5px;
    margin-bottom: 0;
    font-size: 33px;
    line-height: 42px;
}
.ttm-single-product-details {
    background-color: #fff;
    margin-bottom: 30px;
}
.ttm-single-product-info {
    padding: 0 0 30px;
}
.ttm-single-product-details div.images .product-gallery__image:nth-child(n+2) {
    width: 50%;
    display: inline-block;
    margin-top: 5px;
    padding: 3px;
}
.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
div.product .summary .price .Price-amount { font-size: 22px;}
div.product .summary .product-rating {
    margin-bottom: 10px;
}
.summary .star-rating {
    float: left;
    padding: 0;
    margin: 0;
    margin-right: 5px;
}
.summary .star-rating li{ 
    display: inline-block;
    font-size: 12px;
}
.product_meta {
    padding-top: 25px;
    border-top: 1px solid #ddd;
    margin-top: 30px;
}
.ttm-single-product-details .product-details__short-description {
    margin-top: 20px;
    margin-bottom: 30px;
}
.summary form.cart {
    margin-top: 30px;
    margin-bottom: 30px;
}
div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0;
}
.quantity .qty {
    height: 41px;
    width: 88px;
    text-align: center;
}
.sku_wrapper {
    margin-right: 10px;
}
.posted_in { font-weight: 700; }
.posted_in a { font-weight: 400; }

.tabs-for-single-products.ttm-tabs{ padding: 0 30px 30px 0px; }
.tabs-for-single-products.ttm-tabs ul.tabs{
    text-align: left;
    margin-bottom: 0;
}
div.product ul.tabs li a { 
    font-weight: 400; 
    color: #515151; 
    padding: 13px 30px;
    font-size: 16px;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #e4e4e4;
    position: relative;
}
div.product ul.tabs li { margin: 0 2px; }
div.product ul.tabs li.active a,
div.product ul.tabs li:hover a { color: #fff !important; }
div.product ul.tabs li.active a:before{
    display: block!important;
    content: "";
    width: 0;
    height: 0;
    border: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid;
    position: absolute;
    bottom: -8px;
    left: 50%;
    -khtml-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
}
div.product .ttm-tabs .content-inner{
    background: #fff!important;
    margin-top: 0;
    padding: 30px;
    border: 1px solid #ececec;
    border-radius: 0;
    margin-top: -1px;
}
.related.products { margin-top: 35px; }
#reviews #comments ol{ margin: 0; padding: 0; list-style: none; }
#reviews #comments ol.commentlist li img.avatar { width: 65px; }
#reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none;
}
div.product #reviews .star-rating {
    margin: 0;
    margin-top: 7px;
    float: right;
}
#reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    border: 0;
}
#reviews #comments ol.commentlist li .comment-text {
    border: 1px solid #e4e1e3;
    padding: 1em 1em 0;
    border-radius: 0;
    margin-left: 80px;
}
#reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 16px;
    color: #828c96;
    margin-bottom: 9px;
}
div.product .Reviews .star-rating {
    margin: 0;
    margin-top: 7px;
    float: right;
}
.comment-form-rating { padding-bottom: 20px;}
.comment-form-rating .stars{  margin-bottom: 15px; padding: 0;}
#review_form_wrapper .comment-reply-title {
    font-size: 18px;
    line-height: 20px;
    color: #283d58;
}
#review_form_wrapper .comment-respond p { margin: 0 0 10px; }
#reviews #review_form_wrapper select { width: 154px !important; }
#reviews #comment { height: 75px; }
#review_form_wrapper .comment-respond .form-submit { margin-top: 30px; }

table {
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
    width: 100%;
}
table tbody tr, table thead tr { border: 1px solid #e6e6e6; }
table tbody th { border-right: 1px solid #e6e6e6; }
table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5;
}
table.shop_attributes td {
    font-style: italic;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    padding-left: 10px;
    line-height: 1.5;
}
table.shop_attributes td p {
    margin: 0;
    padding: 8px 0;
}

/* Cart */
.ttm-cart-form,
.checkout{
    margin: 0;
    background-color: #fff;
}
.shop_table{
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0px;
}
table.shop_table tbody tr, 
table.shop_table thead tr {
    border: 1px solid #e6e6e6;
}
table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
    border-top: 1px solid rgba(0,0,0,.1);
}
table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 5px 10px;
    vertical-align: middle;
    line-height: 1.5em;
}
table.shop_table .product-thumbnail img{ width: 32px; height: auto; }
table.shop_table td.actions{ text-align: right; }
table.shop_table td.actions .input-text {
    width: 150px;
    float: left;
}
.quantity { height: 41px; width: 88px; }
.coupon { float: left;}
.coupon .input-text{ 
    float: left;
    margin: 0 4px 0 0;
}
.actions button, .coupon button , a.checkout-button{ border: 0; }
.coupon button , a.checkout-button, button.cart_button{
    padding: 15px 30px 15px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    text-align: center;
}
button.cart_button{ padding: 11px 40px; }
.cart-collaterals { margin-top: 60px; }
.cart-collaterals .cart_totals {
    float: right;
    width: 48%;
}
.cart_totals h2 {
    margin-bottom: 15px;
    font-size: 28px;
}
a.checkout-button { display: block; }
a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
a.remove:hover { color: #fff; background: red;}

/* checkout */
.ttm-form-coupon-info{
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    color: #515151;
    border-top: 3px solid #a46497;
    word-wrap: break-word;
}
.ttm-form-coupon-info::before {
    font-family: "FontAwesome";
    content: '\f2d0';
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
}
.form-row .required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
}
form .form-row {
    padding: 3px;
    margin: 0 0 6px;
}
.checkout h3#order_review_heading {
    margin-bottom: 30px;
    margin-top: 15px;
}
.checkout #payment {
    border-radius: 5px;
}
ul.payment_methods {
    text-align: left;
    padding: 1em;
    position: relative;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside;
}
ul.payment_methods li:before{
    font-family: "FontAwesome";
    content: '\f2d0';
    display: inline-block;
    position: absolute;
    top: 2em;
    left: 2.5em;
}
#payment .payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em 2em 1em 3.5em;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    color: #515151;
    border-top: 3px solid #a46497;
}
#payment div.form-row { padding: 1em; }
.checkout p:last-child{ margin-bottom: 0; }
#place_order{
    display: inline-block;
    float: right;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
}
