/** 
          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: 40px 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: 30px 0; }
.ttm-row.grid-section { padding: 35px 0; }
.ttm-row.fid-section { padding: 50px 0; }
.sidebar { padding: 75px 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: .84; }

.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: .8; }

.bg-gradient-1 {
    background: linear-gradient(to bottom,rgba(255, 255, 255, .08) 25%,rgba(14, 43, 92, .81) 75%);
    background-color: transparent !important;
}

/* ===============================================
    4.Row-Bg-Image  
------------------------*/
.bg-img1{
    background-image: url(../images/bg-image/row-bgimage-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; 
    background-attachment: fixed;
}
.bg-img2{
    background-image: url(../images/bg-image/row-bgimage-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
}
.bg-img3{
    background-image: url(../images/bg-image/row-bgimage-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 80%; 
}
.bg-img4{
    background-image: url(../images/bg-image/row-bgimage-4.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-img5{
    background-image: url(../images/bg-image/row-bgimage-5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
}
.bg-img6{
    background-image: url(../images/bg-image/row-bgimage-6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-position: center center; 
}
.bg-img7{
    background-image: url(../images/bg-image/row-bgimage-7.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/col-bgimage-1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.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: 200px 0;
    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-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/col-bgimage-4.png);
    background-position: center;
    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.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.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-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: 14px;
    line-height: 17px;
    padding: 8px 20px;
    background-color: #fff;
    color: #0e2b5c !important;
    display: table;
    text-align: center;
    border: 2px;
    border-style: solid;
    border-top: 0;
    border-bottom: 0;
    margin-bottom: 15px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .12);
    font-family: 'Nunito Sans', sans-serif;
}
.section-title h2.title{
    font-weight: 700;
    text-transform: capitalize;
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 15px;
}
.section-title.title-style-center_text,
.section-title.title-style-center_text h3 {
    text-align: center;
}
.section-title.title-style-center_text h3 {
    margin: 0 auto;
    margin-bottom: 15px;    
}
.section-title.title-style-center_text .title-desc {
    width: 55%;
    margin: 0 auto;
}
.section-title .title-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 32px;
}


/* style2 */
.section-title.style2 {
    flex: 1;
}
.section-title.style2 .title-header{
    width: 45%;
    padding-right: 40px;
    padding-bottom: 0;
    position: relative;
}
.section-title.style2 .title-desc{
    padding-right: 40px;
}
.section-title.style2 .title-desc p {
    margin-bottom: 10px;
}
.section-title.style2 .title-header,
.section-title.style2 .title-desc{
    display: table-cell;
    vertical-align: middle;
}


/* row-title*/
.row-title h2.title{
    font-size: 60px;
    line-height: 65px;
    font-weight: 700;
    margin-bottom: 0px;
    padding: 0;
}
.row-title h5{
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-transform: capitalize;
}


/* ===============================================
    7.sep_holder
------------------------*/
.ttm-horizontal_sep {
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    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: #ebf0f4 !important;
}

.border-2 { border-width: 2px; }
.border-3 { border-width: 3px; }
.border-4 { border-width: 4px; }
.border-5 { border-width: 5px; }
.border-6 { border-width: 6px; }
.border-7 { border-width: 7px; }
.border-8 { border-width: 8px; }
.border-9 { border-width: 9px; }
.border-10 { border-width: 10px; }

.border-solid { border-style: solid; }
.border-dotted { border-style: dotted; }


.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.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 {
    background-color: rgba(255,255,255,0.2);
}

.ttm_left_sep > [class*='col-']:not(:last-child) {
    padding-right: 35px;
}
.ttm_left_sep > [class*='col-']:not(:first-child) {
    padding-left: 35px;
}
.ttm_left_sep > [class*='col-']:not(:first-child):before {
    position: absolute;
    content: '';
    left: -5px;
    height: 100%;
    width: 1px;
    background: #ebebeb;
}
.ttm_bottom_sep > [class*='col-']:after {
    position: absolute;
    content: '';
    bottom: 15px;
    height: 1px;
    left: 0;
    right: 0;
    background: #ebebeb;
}
.ttm_bottom_sep > [class*='col-'] {
    padding-bottom: 30px;
}



/* ===============================================
    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: 700;
    overflow: hidden;
    z-index: 1;
    font-family: "ralway" sans-serif;";
    background-size: 200% auto;
    transition: all 0.5s ease 0s;
}


/** 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: 13px; line-height: 14px; }

/** 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; }
.ttm-btn.btn-inline.ttm-icon-btn-left i{ margin-right: 7px; }
.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;
}


/* 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;
}
.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 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/** icon-size-xs **/
.ttm-icon.ttm-icon_element-size-xs { height: 33px; width: 33px; line-height: 33px; }
.ttm-icon.ttm-icon_element-size-xs > i { font-size: 15px; }

/** icon-size-sm **/
.ttm-icon.ttm-icon_element-size-sm { height: 50px; width: 50px; line-height: 50px; }
.ttm-icon.ttm-icon_element-size-sm > i { font-size: 30px; }

/** icon-size-md **/
.ttm-icon.ttm-icon_element-size-md { height: 76px; width: 76px; line-height: 76px; }
.ttm-icon.ttm-icon_element-size-md > i { font-size: 36px; }

/** 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: 98px; width: 98px; line-height: 98px; }
.ttm-icon.ttm-icon_element-size-xl > i { font-size: 55px; }
.ttm-icon.ttm-icon_element-onlytxt.ttm-icon_element-size-xl > i { font-size: 55px; }

.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;
    font-weight: 600;
}
.ttm-list li {
    position: relative;
    padding-bottom: 6px;
}
.ttm-list li:last-child{
    padding-bottom: 0;
}
.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;
}
.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: 24px;
}


/* ===============================================
    10.Fid
------------------------*/
.inside {
    position: relative;
    transition: all .4s;
    padding: 10px 0 15px;
}
.ttm-fid-view-lefticon .ttm-fid-icon-wrapper ,
.ttm-fid-view-lefticon .ttm-fid-contents ,
.ttm-fid-view-righticon .ttm-fid-icon-wrapper ,
.ttm-fid-view-righticon .ttm-fid-contents{
    display: inline-block;
    vertical-align: middle;
}
.ttm-fid-view-lefticon .ttm-fid-contents,
.ttm-fid-view-righticon .ttm-fid-icon-wrapper {
    padding-left: 17px;
    text-align: left;
}
.ttm-fid-view-topicon i {
    margin-bottom: 10px;
}
.ttm-fid-icon-wrapper i {
    font-size: 45px;
    line-height: 50px;
    display: inline-block;
}
.inside h4, .inside h4 span {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 40px;
}
.inside h3 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: inherit;
    position: relative;
}
.ttm-fid sub {
    opacity: 1;
    font-size: 35px;
    font-weight: 600;
    bottom: 0;
    margin-left: 2px;
}


/* style1 */
.ttm-fid.inside.style1 {
    text-align: center;
    padding: 15px 0;
}
.ttm-fid.inside.style1 h4 {
    font-size: 43px;
    line-height: 50px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 8px;
}
.ttm-fid.inside.style1 h3.ttm-fid-title {
    padding: 10px 4px 0 4px;
}
.ttm-fid.inside.style1 h3:after {
    content: "";
    left: 0;
    right: 0;
    height: 2px;
    position: absolute;
    top: -2px;
    width: 30px;
    margin: 0 auto;
    background-color: #182333;
}
.ttm-bgcolor-skincolor .ttm-fid.inside.style1 h3:after,
.ttm-bgcolor-darkgrey .ttm-fid.inside.style1 h3:after{
    background-color: #fff;
}


/* style2 */
.ttm-fid.inside.style2 h4 {
    font-size: 44px;
    line-height: 55px;
    display: inline-table;
    margin-bottom: 10px;
}
.ttm-fid.inside.style2 span:last-child {
    font-size: 15px;
    font-weight: 400;
    bottom: -.25em;
    position: relative;
}



/* ===============================================
    11.featured-icon-box ( only contents )
------------------------*/
.featured-icon-box { position: relative; margin: 15px 0; width: 100%; }
.featured-icon-box .ttm-icon{ margin-bottom: 0; }
.featured-title h3{ font-size: 20px; line-height: 32px; margin-bottom: 10px; font-weight: 700; 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;
}
.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-icon {
    vertical-align: top;
    padding-top: 3px;
}
.featured-icon-box.icon-align-before-content .featured-content, 
.featured-icon-box.icon-align-before-title .featured-title{ padding-left: 15px; }
.featured-icon-box.icon-align-before-content .featured-title h3 { margin-bottom: 8px; }
.featured-icon-box.icon-align-before-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: 700;
    font-family: 'Raleway', sans-serif;
}

/* style1 */
.featured-icon-box.style1 {
    position: relative;
    width: 100%;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.featured-icon-box.style1,
.featured-icon-box.style1 .ttm-box-view-content-inner {
    overflow: visible;
}
.featured-icon-box.style1 .ttm-box-view-content-inner:before { 
    opacity: 1;
    z-index: 0;
    background-color: #061f49;
    visibility: visible;
}
.featured-icon-box.style1 .featured-content {
    position: relative;
    padding: 30px 20px 30px;
    text-align: center;
    z-index: 1;
    border-radius: 5px;
}
.featured-icon-box.style1 .featured-content .ttm-icon { margin: 15px 0 20px 0; }
.featured-icon-box.style1 .featured-content .ttm-icon i { font-size: 42px; }
.featured-icon-box.style1 .featured-icon { position: relative; }
div:not(:last-child) > .featured-icon-box.style1 .featured-icon:before {
    position: absolute;
    content: "";
    width: 44%;
    height: 2px;
    z-index: 2;
    background-color: rgba(255, 255, 255, .30);
    left: auto;
    right: -34%;
    top: 50%;
}
div:not(:last-child) > .featured-icon-box.style1 .featured-icon:after {
    position: absolute;
    content: "\e649";
    font-family: themify;
    font-size: 20px;
    line-height: 0;
    z-index: 2;
    color: rgba(255, 255, 255, .30);
    left: auto;
    right: -41%;
    top: 50%;
}
.featured-icon-box.style1 .featured-desc p { color: inherit; margin-bottom: 0; }
.featured-icon-box.style1 .ttm-num-block {
    height: 32px;
    width: 32px;
    line-height: 32px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    margin-right: -90px;
    display: inline-block;
}


/* ===============================================
    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: 10px;
    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;
    text-transform: capitalize;
}
.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{ 
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.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;
}
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;
}


/* team-1 */
.featured-imagebox-team.style1 {
    background-color: #fff;
    border-top: none;
    margin: 15px 0;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .15);
}
.featured-imagebox-team.style1 .featured-content  {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}
.featured-imagebox-team.style1 .featured-content .featured-title h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 00;
}
.featured-imagebox-team.style1 .featured-content .team-position {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
}
.featured-imagebox-team.style1 .media-block {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 1;
    text-align: center;
    padding: 10px 10px;
    top: auto;
    height: auto;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -ms-transform: translate3d(0,100%,0);
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.featured-imagebox-team.style1:hover .media-block {
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.featured-imagebox-team.style1 .media-block ul li a {
    color: #fff;
    border: none;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    border-radius: 50%;
}
.featured-imagebox-team.style1 .ttm-team-bottom-content {
    padding: 17px 0 12px;
    text-align: center;
}
.featured-imagebox-team.style1 .ttm-team-bottom-content .ttm-available-timebox-inner ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.featured-imagebox-team.style1 .ttm-team-bottom-content .ttm-available-timebox-inner .ttm-time {
    padding-left: 50px;
}
.featured-imagebox-team.style1 .ttm-team-bottom-content .ttm-btn-bottom {
    padding-top: 11px;
    border-top: 1px solid rgba(0,0,0,.07);
    margin-top: 17px;
}


/* team-2 */
.featured-imagebox-team.style2 .featured-thumbnail:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #182333;
    opacity: .36;
    z-index: 1;
}
.featured-imagebox-team.style2 .featured-thumbnail img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
    position: relative;
}
.featured-imagebox-team.style2 .ttm-box-view-overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-transition: .55s cubic-bezier(.68,-.55,.265,1.55);
    -moz-transition: .55s cubic-bezier(.68,-.55,.265,1.55);
    -ms-transition: .55s cubic-bezier(.68,-.55,.265,1.55);
    -o-transition: .55s cubic-bezier(.68,-.55,.265,1.55);
    transition: .55s cubic-bezier(.68,-.55,.265,1.55);
    color: #fff;
    z-index: 1;
    padding: 60px 20px;
}
.featured-imagebox-team.style2 .ttm-media-link {
    margin: 0;
    width: 100%;
    text-align: center;
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.featured-imagebox-team.style2 .ttm-media-link ul li a{ font-size: 20px; width: 35px; }
.featured-imagebox-team.style2 .featured-content {
    transition-duration: 0.3s;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
}
.featured-imagebox-team.style2 .featured-content .featured-title h3 { margin-bottom: 0;}
.featured-imagebox-team.style2:hover .ttm-box-view-overlay { bottom: 0;}



/* post */
.featured-imagebox-post { 
    overflow: visible;
}
.featured-imagebox-post .featured-content .featured-title h3{
    font-size: 22px;
    line-height: 32px;
}
.featured-imagebox-post .featured-content .post-meta span{ 
    display: inline-block;
    position: relative;
    margin-right: 12px;
    font-size: 14px;
    line-height: 14px;
    font-style: normal;
    margin-bottom: 12px;
}
.featured-imagebox-post:not(.ttm-box-view-left-image) .featured-content .post-meta span a { color: inherit; }
.featured-imagebox-post:not(.ttm-box-view-left-image) .featured-content .post-meta span:last-child{
    margin-right: 0;
    margin-left: 12px;
}
.featured-imagebox-post:not(.ttm-box-view-left-image) .featured-content .post-meta span:after {
    content: '';
    position: absolute;
    top: 4px;
    background-color: currentColor;
    height: 5px;
    width: 5px;
    right: -11px;
    border-radius: 50%;
}
.featured-imagebox-post .featured-content .post-meta span:last-child:after {
    left: -11px;
}
.featured-imagebox-post .featured-content .post-meta span i{ 
    padding-right: 5px; 
    font-size: 12px;
}
.featured-imagebox-post .ttm-box-post-date .ttm-entry-date{
    color: #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;
}

.featured-imagebox-post.ttm-box-view-left-image {
    background-color: #fff;
    padding: 0;
    border: 15px solid #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(41,61,88,.15);
    -moz-box-shadow: 0 0 25px 0 rgba(41,61,88,.15);
    box-shadow: 0 0 25px 0 rgba(41,61,88,.15);
}
.featured-imagebox-post.ttm-box-view-left-image .featured-content .featured-title a {
    white-space: inherit;
}
.ttm-box-view-left-image .featured-content,
.ttm-box-view-left-image.featured-imagebox-post .featured-content{ 
    padding: 15px 17px 11px 17px;
    padding-left: 25px;
}
.ttm-box-view-left-image .ttm-featured-img-left{ padding: 0; }
.ttm-box-view-left-image .featured-content .category{ 
    padding-top: 10px; 
    padding-bottom: 10px;
    display: block;
}
.ttm-box-view-left-image .featured-content .category> a {
    display: inline-block;
    border: 1px solid;
    padding: 5px 10px;
    margin-right: 1px;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    margin-bottom: 5px;
}
.ttm-box-view-left-image .featured-content .ttm-box-desc,
.ttm-box-view-left-image .featured-content .featured-desc {
    border-top: 1px solid #f2f2f2;
    margin-top: 10px;
    padding-top: 7px;
}
.featured-imagebox-post.ttm-box-view-left-image .featured-content.featured-content-post .post-meta span{
    padding: 0;
    font-size: 14px;
}


/* post_1 */
.featured-imagebox-post.style1 { 
    margin: 15px 0;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    transition: all 0.5s;
}
.featured-imagebox-post.style1 .featured-thumbnail {
    border-radius: 5px 5px 0 0;
}
.featured-imagebox-post.style1 .featured-content {
    background-color: #fff;
    padding: 15px 20px 15px;
    position: relative;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 0 7px 0 rgba(43,52,59,.08);
    -moz-box-shadow: 0 0 7px 0 rgba(43,52,59,.08);
    box-shadow: 0 0 7px 0 rgba(43,52,59,.08);
}
.featured-imagebox-post.style1:hover {
    -webkit-transform: translate(0,-8px);
    -moz-transform: translate(0,-8px);
    -ms-transform: translate(0,-8px);
    -o-transform: translate(0,-8px);
    transform: translate(0,-8px);
}
.featured-imagebox-post.style1 .featured-content .featured-title h3 {
    margin-bottom: 0;
}
.featured-imagebox-post.style1 .post-footer { 
    display: inline-block;
    margin-top: 10px;
    padding-top: 22px;
    border-top: 1px solid;
    border-color: rgba(0,0,0,.13);
    position: relative;
}


/* post_2 */
.featured-imagebox-post.style2 {
    margin: 15px 0;
    overflow: hidden;
    border-radius: 5px;
}
.featured-imagebox-post.style2 .featured-content .featured-title h3 {
    font-weight: 600;
    margin-bottom: 15px;
}
.featured-imagebox-post.style2 .featured-thumbnail:before {
    position: absolute;
    content: '';
    background: linear-gradient(rgba(14, 43, 92,0) 10%,rgba(14, 43, 92, .90) 90%);
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    bottom: 0;
    z-index: 1;
}
.featured-imagebox-post.style2 .featured-content {
    position: absolute;
    left: 0px;
    bottom: 32px;
    padding: 0px 40px;
    width: 100%;
    z-index: 1;
    top: auto;
    color: #fff;
}


/* services-1 */
.featured-imagebox-services.style1{
    overflow: visible;
    margin: 13px 0;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, 0.1);
}
.featured-imagebox-services.style1 .featured-content {
    padding: 23px 20px 30px;
    background-color: #fff;
    text-align: center;
}


.featured-imagebox-procedure { text-align: center; overflow: visible; padding: 0 15px; }
.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;
    height: 210px;
    width: 210px;
    border-radius: 50%;
    border: 10px solid #fff;
    box-shadow: 0 0 25px 0 rgba(24, 35, 51, .15);
}
.featured-imagebox-procedure .featured-thumbnail img,
.featured-imagebox-procedure:hover .featured-thumbnail img  {
    transform: unset;
}
.featured-imagebox-procedure .process-num {
    width: 40px;
    height: 40px;
    line-height: 30px;
    border-radius: 50%;
    border: none;
    display: block;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    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: 18px;
    font-weight: 700;
}
.featured-imagebox-procedure:hover .process-num { 
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    opacity: 1;
} 
@media (min-width: 992px){
    [class*='col-']:not(:last-child) .featured-imagebox-procedure .featured-thumbnail:before {
        display: block;
        content: '';
        position: absolute;
        right: -80px;
        top: 50%;
        height: 22px;
        width: 65px;
        margin-top: -15px;
        background-image: url(../images/process-arrow-1.png);
        background-repeat: no-repeat;
    }
    [class*='col-']:nth-child(even) .featured-imagebox-procedure .featured-thumbnail:before {
        background-image: url(../images/process-arrow-2.png);
    }
}


/* portfolio */
.featured-imagebox-portfolio .featured-content .featured-title a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.featured-imagebox-portfolio .ttm-portfolio-box-view-overlay.ttm-box-view-overlay .featured-content {
    position: absolute;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    z-index: 4;
    border: 1px solid rgba(255,255,255,.28);
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 15px;
}
.featured-imagebox-portfolio .ttm-box-view-overlay { 
    position: absolute;
    bottom: -30%;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
}
.featured-imagebox-portfolio:hover .ttm-box-view-overlay { 
    opacity: 1; bottom: 0;
}
.featured-imagebox-portfolio .featured-content .category { margin-top: -27px; }
.featured-imagebox-portfolio .ttm-portfolio-box-view-overlay .featured-content .featured-title h3 {
    overflow: visible;
    display: inline-block;
    padding-top: 10px;
}
.featured-imagebox-portfolio .ttm-portfolio-box-view-overlay .featured-content .featured-title h3:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -22px;
    width: 60px;
    height: 3px;
    margin-left: -25px;
}

.featured-imagebox-portfolio.ttm-box-view-top-image {
    -webkit-box-shadow: 0 0 25px 0 rgba(41,61,88,.08);
    -moz-box-shadow: 0 0 25px 0 rgba(41,61,88,.08);
    box-shadow: 0 0 25px 0 rgba(41,61,88,.08);
}
.featured-imagebox-portfolio.ttm-box-view-top-image .featured-content {
    padding: 17px 25px 14px;
    position: relative;
    text-align: left;
    z-index: 2;
    background-color: #fff;
}
.featured-imagebox-portfolio.ttm-box-view-top-image .featured-content:before {
    position: absolute;
    bottom: 100%;
    transform: translateX(-50%);
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #fff transparent;
    z-index: 1;
    top: -14px;
    left: 42px;
}
.featured-imagebox-portfolio.ttm-box-view-top-image .featured-iconbox.ttm-media-link a {
    display: inline-block;
    font-size: 18px;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 43px;
    width: 43px;
    line-height: 43px;
    z-index: 1;
    border: 1px solid transparent;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}
.featured-imagebox-portfolio.ttm-box-view-top-image .featured-iconbox.ttm-media-link a {
    top: 50%;
    right: 50%;
    margin-top: -17px;
}
.featured-imagebox-portfolio a.ttm_link {
    line-height: 41px;
    margin-right: -47px;
    float: right;
}
.ttm-box-view-top-image .category, .ttm-box-view-top-image .category a {
    color: inherit;
    margin-top: 0;
    font-size: 16px;
}



/* ===============================================
    13.Progress-Bar
------------------------*/
.ttm-progress-bar{ position: relative; }
.ttm-progress-bar:not(:last-child){ margin-bottom: 30px; }
.ttm-progress-bar .progressbar-title {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 8px;
    font-weight: 600;
    letter-spacing: .5px;
}
.ttm-progress-bar .progress-bar-percent {
    position: absolute;
    right: 0;
    z-index: 3;
    text-shadow: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 0;
    top: 0;
    overflow: hidden;
}
.ttm-progress-bar .progress-bar {
    display: block;
    height: 5px;
    margin-left: 2px;
    position: relative;
}
.ttm-progress-bar .progress-bar-inner{ 
    box-shadow: none;
    border-radius: 0;
    height: 13px;
    border: 1px solid #e3e3e3;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ttm-bgcolor-skincolor .ttm-progress-bar .progress-bar-inner{
    background-color: rgba(0, 0, 0, 0.1);
}


/* ===============================================
    14.Testimonial
------------------------*/
.testimonials{
    position: relative;
}
.testimonials .testimonial-caption h3 {
    font-size: 22px;
    line-height: 26px;
    display: block;
    font-weight: 700;
    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: 15px;
    min-width: 16px;
    display: inline-block;
    color: #fda12b;
}
.star-ratings { line-height: 1; }
.star-ratings ul li.active , .star-ratings ul li.active i{ color: #fda12b;}
.ttm-textcolor-white .star-ratings ul li.active i{ color: #fff;}


/* ttm-testimonial-box-view-style1 */
.testimonials.ttm-testimonial-box-view-style1 .testimonial-content,
.testimonials.ttm-testimonial-box-view-style2 .testimonial-content {
    text-align: center;
    background: 0 0;
    border-left: none;
    font-size: 17px;
    line-height: 31px;
    padding: 70px 25px 30px;
    margin-top: -60px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .95);
}
.testimonials.ttm-testimonial-box-view-style2 .testimonial-content {
    background-color: transparent;    
}
.testimonials.ttm-testimonial-box-view-style1 .testimonial-avatar img,
.testimonials.ttm-testimonial-box-view-style2 .testimonial-avatar img {
    margin: 0 auto;
    text-align: center;
    width: 120px;
    height: 120px;
    border: 4px solid #fff;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 10px 20px rgba(0,0,0,.11);
    margin-bottom: 12px;
}
.testimonials.ttm-testimonial-box-view-style2 .testimonial-avatar img {
    border: 8px solid #fff;
}
.testimonials.ttm-testimonial-box-view-style1 .testimonial-content blockquote,
.testimonials.ttm-testimonial-box-view-style2 .testimonial-content blockquote {
    padding: 24px 15px 24px;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    position: relative;
    background-color: transparent;
}
.testimonials.ttm-testimonial-box-view-style2 .testimonial-content blockquote {
    padding: 24px 30px 24px;
    font-size: 19px;
    line-height: 30px;
}
.testimonials.ttm-testimonial-box-view-style2 .testimonial-caption label,
.testimonials.ttm-testimonial-box-view-style2 .star-ratings ul li.active i{ font-size: 17px;}



/* ===============================================
    15.Client-row  
------------------------*/
.client-box{ 
    position: relative;
    text-align: center;
}
.client-box .ttm-client-logo-tooltip{ 
    margin-top: 20px; 
    margin-bottom: 20px;
}
.client-box .ttm-client-logo-tooltip,
.client-box .ttm-client-logo-tooltip-inner{
    position: relative; 
}
.client-box .ttm-client-logo-tooltip img{
    text-align: center;
    display: block;
    margin: 0 auto;
}
.client-box:hover .ttm-client-logo-tooltip img { opacity: 1; }
.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;
}

.client-box .client-thumbnail-grayscale img {
    filter: grayscale(100%);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.client-box .client-thumbnail-grayscale img:hover {
    filter: grayscale(0%);
}



/* ===============================================
    16.Accordion
------------------------*/
.wrap-acadion .accordion { margin-top: 15px; }
.accordion .toggle:not(:last-child){
    margin-bottom: 15px;
}
.accordion .toggle-title a{ 
    display: block;
    font-weight: 500;
    font-size: 17px;
    position: relative;
}
.accordion .toggle-title a i{ margin-right: 15px; }
.accordion .toggle-content {
    margin-top: 15px;
}
.accordion .toggle-content.show {
    display: block !important;
}
.accordion .toggle-content p:last-child{
    margin-bottom: 0;
}
.accordion .toggle .toggle-title a:after {
    position: absolute;
    font-family: "FontAwesome";
    right: 20px;
    top: 20px;
    display: inline-block;
    content: "\f067";
    border-radius: 50%;
    font-size: 12px;
    line-height: 10px;
}
.accordion .toggle .toggle-title a.active:after {
    content: "\f068";
}


/* ttm-style-classic */
.accordion .toggle.ttm-toggle_style_classic {
    padding-bottom: 0px;
    margin-bottom: 15px;
    border: 0;
    position: relative;
}
.accordion .toggle.ttm-toggle_style_classic:last-child{ margin-bottom: 0; }
.accordion .toggle.ttm-toggle_style_classic .toggle-content{
    padding:  20px 20px;
    margin-top: 0;
}
.accordion .toggle.ttm-toggle_style_classic .toggle-title a {
    text-transform: capitalize;
    font-size: 17px;
    line-height: 20px;
    display: block;
    padding: 13px 20px;
    padding-right: 48px;
    border-radius: 3px;
    position: relative;
    border: 1px solid #f0f0f0;
    -webkit-transition: color 0s ease-in-out;
    -o-transition: color 0s ease-in-out;
    transition: color 0s ease-in-out;
}
.accordion .toggle.ttm-toggle_style_classic .toggle-title a:after{ 
    top: 30%;
    font-size: 10px;
    line-height: 21px;
    height: 21px;
    width: 21px;
    font-weight: normal;
    text-align: center;
    color: #fff;
}
.toggle .toggle-title.ttm-toggle_style_classic a.active{ margin: -1px; }


.accordion .toggle.ttm-toggle_style_border .toggle-title{
    border : 2px solid #f1f1f1;
}
.accordion .toggle.ttm-toggle_style_border .toggle-title a{
    padding: 12px 20px;
}
.accordion .toggle.ttm-toggle_style_border .toggle-content{
    padding: 14px 20px;
    margin-top: 0;
    border : 1px solid #f0f0f0;
    border-top: 0;
}
.accordion .toggle.ttm-toggle_style_border.ttm-toggle-title-bgcolor-white .toggle-content {
    background-color: #fff;
} 
.accordion .toggle.ttm-control-left-true .toggle-title a{
    padding-right: 20px;
    padding-left: 48px;
}
.accordion .toggle.ttm-control-left-true .toggle-title a:after{
    left: 20px;
}
.accordion .alignleft{ margin:  .375em 1.75em 0 0; }


/* ===============================================
    17.Wrap-Form
------------------------*/
.wrap-form label{
    width: 100%;
    margin: 0;
}
.wrap-form span.text-input {
    margin-bottom: 20px;
    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 {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #eaeaea;
    border-radius: 0;
    padding-left: 30px;
    padding-bottom: 9px;
}
.ttm-bgcolor-grey .wrap-form.contact_form span.text-input input, 
.ttm-bgcolor-grey .wrap-form.contact_form span.text-input textarea,
.ttm-bgcolor-grey .wrap-form.contact_form span.text-input select{
    background-color: #fff;
}
.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input input, 
.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea,
.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input select{
    background-color: transparent;
    border: 0;
    color: #fff;
    padding-left: 0;
    border-bottom: 2px solid rgba(255,255,255,.12);
}
.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input input::-webkit-input-placeholder, 
.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea::-webkit-input-placeholder,
.ttm-bgcolor-skincolor .wrap-form.contact_form span.text-input select::-webkit-input-placeholder {
    color: #fff;
}



/* ===============================================
    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-tab-style-01 ul.tabs {
    margin: 0; 
    padding: 0;
}
.ttm-tabs.ttm-tab-style-01 ul.tabs li{
    margin-top: 15px;
    margin-right: 5px;
}
.ttm-tabs.ttm-tab-style-01 ul.tabs li a { 
    font-size: 18px;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 0;
    position: relative;
    font-weight: 600;
    border-top: 3px solid;
}
.ttm-bgcolor-grey .ttm-tabs.ttm-tab-style-01 ul.tabs li a {
    border-color: #e8e8e8;
    background-color: #e8e8e8;
}
.ttm-tabs.ttm-tab-style-01 ul.tabs li.active a {
    background-color: #fff;
}
.ttm-tabs.ttm-tab-style-01 ul.tabs li a i { margin-right: 10px; }
.ttm-tabs.ttm-tab-style-01 .content-tab {
    padding-top: 30px;
}


.ttm-tabs.ttm-tab-style-02 ul.tabs li {
    display: inline-block;
}
.ttm-tabs.ttm-tab-style-02 ul.tabs li a {
    display: block;
    cursor: pointer;
    padding: 5px 23px;
    margin-bottom: 10px;
    line-height: 22px;
    width: auto;
    position: relative;
    z-index: 3;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 3px;
    font-weight: 700;
    border: 1px solid #ebebeb;
    transition: all .3s;
}


/* ===============================================
    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: 0 0 40px;
}
.sidebar .widget-area .widget:last-child {
    margin-bottom: 0px;
}
.sidebar .widget a {
    font-weight: 700;
    font-size: 15px;
}
.widget ul{ 
    margin: 0; 
    padding: 0;
    list-style: none;
}
.sidebar .widget ul:not(.contact-widget-wrapper):not(.widget-menu) >li {
    border-top: 1px solid #ececec;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}
.sidebar .widget ul:not(.contact-widget-wrapper):not(.widget-menu)>li:first-child {
    border-top: 0;
}
.sidebar .widget ul>li:last-child {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.sidebar .widget ul>li {
    padding: 0 0 15px 0;
    position: relative;
}
.sidebar .widget .widget-title {
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    font-size: 22px;
    line-height: 28px;
    padding-left: 14px;
}
.sidebar .widget .widget-title:after{
    display: block;
    height: 80%;
    margin-top: 3px;
    margin-bottom: 0;
    content: '';
    position: absolute;
    bottom: -5px;
    left: 1px;
    top: 0;
    width: 3px;
}
.sidebar .sidebar-right, .sidebar .sidebar-left{
    margin-top: -100px;
    margin-bottom: -100px;
    padding-top: 100px;
    padding-bottom: 100px;
    float: right;
}
.sidebar .sep_holder .sep_line{ border-color: #ebebeb; }

/*author-widget*/
.ttm-author-widget { text-align: center; }
.ttm-author-widget .author-widget_img img{ 
    margin-bottom: 20px;
    width: 175px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.ttm-author-widget .author-name {
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.ttm-author-widget .author-widget_text {
    line-height: 30px;
    margin: 0;
    padding: 0 2px;
    padding-bottom: 15px;
}

/*widget-search*/
.sidebar .widget.widget-search{ position: relative; }
.sidebar .widget.widget-search .search-form label {
    display: block;
}
.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 .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -999px;
    padding: 0;
    width: 46px;
    height: 46px;
    z-index: 1;
    border-radius: 0 3px 3px 0;
    background-image: url(../images/search-icon.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    opacity: .5;
}
.sidebar .widget.widget-search .input-text {
    border-width: 1px;
    background-color: #fff;
    border-radius: 0;
    text-indent: 0;
    padding: 8px 15px;
}

/*widget-categories*/
.sidebar .widget_categories li {
    position: relative;
    margin: 5px 0;
    padding-bottom: 5px!important;
}
.sidebar .widget-Categories li span {
    position: absolute;
    right: 0;
    top: 13px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    display: block;
    font-size: 12px;
    font-weight: 600;
}

/** ttm-recent-post-list **/
ul.ttm-recent-post-list>li {
    padding: 15px 0;
}
ul.ttm-recent-post-list>li>a {
    font-size: 15px;
    line-height: 22px;
    display: block;
    font-weight: 400;
}
ul.ttm-recent-post-list>li img {
    display: block;
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 18px;
}
ul.ttm-recent-post-list>li .post-date {
    display: block;
    font-size: 13px;
}

/* tagcloud-widget */
.sidebar .widget .tagcloud a {
   display: inline-block;
    padding: 7px 25px;
    margin: 0 2px 8px;
    border: 2px solid ;
    border-radius: 0;
    font-size: 14px;
    text-transform: capitalize;
    background-color: transparent;
    font-weight: 700;
}

/* widget-nav-menu */
.widget.widget-nav-menu ul li{ 
    margin-bottom: 2px;
    padding: 0;
}
.widget.widget-nav-menu ul li a{
    display: block;
    padding: 14px 30px 14px 24px;
    position: relative;
    background-color: #fff;
    z-index: 1;
    font-weight: 700;
    font-size: 15px;
    text-transform: capitalize;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.widget.widget-nav-menu ul li a:before {
    content: "";
    width: 4px;
    top: 0;
    left: 0;
    background: #eaeaea;
    height: 100%;
    position: absolute;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
    z-index: 1;
}
.widget.widget-nav-menu ul li a:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
    z-index: -2;
}
.widget.widget-nav-menu ul li:hover a:after, 
.widget.widget-nav-menu ul li.active a:after{
    width: 100%;
}

/* contact-widget */
.sidebar .widget-area .widget.contact-widget {
    padding: 25px 25px 20px;
    background-color: #fff;
}
.sidebar ul.contact-widget-wrapper li i {
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 20px;
}
.sidebar ul.contact-widget-wrapper li {
    padding-left: 30px;
    position: relative;
    padding-top: 0;
    padding-bottom: 10px;
    line-height: 29px;
}

/* pagination */
.ttm-pagination {
    display: block;
    padding-top: 20px;
    text-align: center;
}
.ttm-pagination .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 39px;
    text-align: center;
    display: inline-block;
    background-color: #f8f9fa;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #f8f9fa;
    border-radius: 0;
    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;
}


/* ===============================================
    22.Pricing-Plan
------------------------*/
.ttm-pricing-plan {
    margin: 15px 0;
    background-color: #fff;
    -webkit-border-radius: 0;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 45px 40px 40px;
    margin-right: -15px;
    margin-left: -15px;
}
.ttm-ptablebox-price-w {
    position: relative;
    display: inline-block;
    margin-top: 37px;
    margin-bottom: 35px;
}
.ttm-ptablebox-title {
    font-size: 20px;
    line-height: 30px;
    color: #20292f;
}
.ttm-ptablebox-title h3 {
    font-size: 23px;
    font-weight: 700;
}
.ttm-pricing-plan .ttm-ptablebox-price {
    padding-left: 20px;
    font-size: 50px;
    line-height: 40px;
    font-weight: 700;
}
.ttm-pricing-plan .ttm-ptablebox-frequency:before {
    content: '/ ';
}
.ttm-pricing-plan .ttm-ptablebox-cur-symbol-after, .ttm-pricing-plan .ttm-ptablebox-cur-symbol-before {
    font-size: 20px;
    font-weight: 700;
}
.ttm-pricing-plan .ttm-ptablebox-cur-symbol-before { position: absolute; top: 0; }
.ttm-currency-before .ttm-ptablebox-price {
    padding-left: 20px;
    font-size: 50px;
    line-height: 40px;
    font-weight: 700;
}
.ttm-pricing-plan .ttm-ptablebox-frequency {
    color: #8d9297;
    position: relative;
    padding-left: 5px;
    font-style: italic;
    font-weight: 500;
}
.ttm-ptablebox-price, .ttm-ptablebox-frequency, 
.ttm-pricing-plan .ttm-ptablebox-cur-symbol-after, 
.ttm-pricing-plan .ttm-ptablebox-cur-symbol-before {
    display: inline-block;
}
.ttm-ptablebox-features .ttm-feature-lines {
    list-style-type: none;
    margin: 0;
    padding: 12px 0 20px 0;
}
.ttm-ptablebox-features .ttm-feature-lines li {
    padding: 0;
    margin: 0;
    padding-top: 12px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 11px;
}
.ttm-ptablebox-features .ttm-feature-lines li:before {
    font-family: "FontAwesome";
    content: '\f00c';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    padding-right: 10px;
}
.price_btn{ display: block; padding-top: 21px; text-align: center;}
.price_btn a{ width: 100%; }
.ttm-ptablebox-featured-col{
    box-shadow: 0 0 30px rgba(24,35,51,.06);
    padding: 45px 40px 75px;
    z-index: 1;
    background-color: #fff;
    overflow: visible;
}
.ttm-pricing-plan .ttm-featured-title {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    width: 100%;
    color: #fff;
    padding: 10px 15px;
}
/*** 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: #00dab2;
}
.tm-iocnbox-btn {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
}