/** 
          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

**/


/* ===============================================
    1.ttm-row
------------------------*/
.ttm-row { padding: 100px 0; }
.ttm-row.broken-section { padding: 0 0; }
.ttm-row.zero-padding-section { padding: 0 0; }
.ttm-row.sidebar { padding: 0 0; }

.ttm-row.features-section { padding: 0px 0 0; }
.ttm-row.portfolio-section { padding: 98px 0 85px; }
.ttm-row.testimonial-section { padding: 185px 0 130px; }
.ttm-row.why-choose-section { padding: 100px 0 100px; }
.ttm-row.cta-section { padding: 65px 0 70px; }
.ttm-row.bolg-section { padding: 86px 0 92px; }

.ttm-row.portfolio-section_1 { padding: 85px 0 90px; }
.ttm-row.connect-section { padding: 78px 0 90px; }
.ttm-row.team-member-section { padding: 73px 0 85px; }
.testimonial-section_1 { padding: 100px 0 0px; }
.ttm-row.post-section { padding: 85px 0; }
.ttm-row.client-section { padding: 18px 0px; }

.ttm-row.about-top-section_1 { padding: 80px 0 130px; }
.ttm-row.services-section { padding: 85px 0 100px; }
.ttm-row.about-section_2 { padding: 78px 0 64px; }
.ttm-row.pricing-title-section { padding: 85px 0 70px; }

.ttm-row.about-section { padding: 79px 0 168px; }
.testimonial-section_2 { padding: 85px 0 140px; }
.ttm-row.top-zero-padding-section { padding: 0 0 75px; }
.ttm-row.team-member-section_1 { padding: 87px 0 85px; }

.ttm-row.bolg-section_1 { padding: 140px 0 92px; }
.ttm-row.about-section_1 { padding: 100px 0 150px;  }
.ttm-row.connect-section_3 { padding: 171px 0 92px;  }
.ttm-row.process-section { padding: 85px 0 72px;  }

.ttm-row.services-section { padding: 60px 0 70px; }
.ttm-row.connect-section_2 { padding: 53px 0 80px; }
.ttm-row.portfolio-section_2 { padding: 85px 0 156px; }
.ttm-row.pricing-title-section_1 { padding: 85px 0 70px; }
.ttm-row.element-section { padding: 0px 0 60px; }

.ttm-row.portfolio-section_3 { padding: 85px 0 47px; }
.ttm-row.team-member-section_2 { padding: 88px 0 70px; }

.ttm-row.faq-section { padding: 85px 0 40px; }
.ttm-row.faq-section_1 { padding: 45px 0 100px; }

.ttm-row.team-section { padding: 60px 0 95px; }
.ttm-row.portfolio-section_4 { padding: 80px 0 100px; }
.ttm-row.project-single-section {  padding: 100px 0 120px; }

.ttm-row.portfolio-section_5 { padding: 85px 0 0px; }

.ttm-row.connect-section_1 { padding: 65px 0 76px; }
.ttm-row.faq-section_2 { padding: 78px 0 92px; }
.ttm-row.testimonial-section_3 { padding: 78px 0 78px; }

/* ===============================================
    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 { 
    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: .9; }

.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; }


/* ===============================================
    4.Row-Bg-Image  
------------------------*/
.bg-img1 {
    background-image: url(../images/bg-image/row-bgimage-01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
}
.bg-img2 {
    background-image: url(../images/bg-image/row-bgimage-02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
}
.bg-img3 {
    background-image: url(../images/bg-image/row-bgimage-03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
}
.bg-img4 {
    background-image: url(../images/bg-image/row-bgimage-04.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; 
}
.bg-img5 {
    background-image: url(../images/bg-image/row-bgimage-05.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top; 
}
.bg-img6 {
    background-image: url(../images/bg-image/row-bgimage-06.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center; 
}
.bg-img7 {
    background-image: url(../images/bg-image/row-bgimage-07.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom; 
}
.bg-img8 {
    background-image: url(../images/bg-image/row-bgimage-08.jpg);
    background-size: cover;
    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: right 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: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
}
.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: right 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.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* ===============================================
    6.Section-Title  
------------------------*/
.section-title {
    position: relative;
    margin-bottom: 10px;
}
.section-title h5 {
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 4px;
    margin-top: 7px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    color: #0a3261;
}
.section-title h2.title {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 10px;
    color: #0a3261;
}
.heading-seperator span {
    position: relative;
    display: block;
}
.heading-seperator span:before {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    width: 55px;
    height: 4px;
}
.section-title.title-style-center_text { 
    text-align: center;
}
.section-title.title-style-center_text .heading-seperator span:before {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.section-title.title-style-center_text .heading-seperator span {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    position: relative;
}
.section-title .title-header { padding-bottom: 5px; }
.section-title.without-seperator .title-header { padding-bottom: 0; }
.section-title.without-seperator { margin-bottom: 15px; }
.section-title.without-seperator .title-desc {
    padding-top: 0px;
    padding-bottom: 5px;
}
.row-title .section-title h2.title { 
    font-size: 38px;
    line-height: 54px;
}

/* style1 */
.section-title.style1 .title-header {
    width: 55.5%;
    text-align: left;
    padding-right: 80px;
    position: relative;
}
.section-title.style1 .title-desc {
    padding-right: 0;
}
.section-title.style1 .title-header,
.section-title.style1 .title-desc {
    display: table-cell;
    vertical-align: middle;
}
.section-title.style1 .title-header:after {
    left: auto;
    content: "";
    right: 12px;
    height: 100%;
    position: absolute;
    top: 2%;
    width: 1px;
    background-color: #e1e8ed;
}
.ttm-bgcolor-darkgrey .section-title.style1 .title-header:after,
.ttm-bgcolor-skincolor .section-title.style1 .title-header:after {
    border-right-color: rgba(255 255 255 / 5%);
}
.row-title.style1 .section-title h2.title { 
    font-size: 50px;
    line-height: 64px;
}

/*style2*/
.row-title.style2 .section-title h2.title { 
    font-size: 44px;
    line-height: 54px;
}

/*style3*/
.row-title.style3 .section-title h2.title {
    font-size: 48px;
    line-height: 59px;
    font-weight: 600;
}
.row-title.style3 .section-title h5 {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

/* ===============================================
    7.sep_holder
------------------------*/
.ttm-bgcolor-skincolor .ttm-horizontal_sep {
    border-top: 1px solid rgba(255,255,255,0.15);
    display: block;
    position: relative;
}
.ttm-horizontal_sep {
    border-top: 1px solid rgb(0 0 0 / 25%);
    display: block;
    position: relative;
}
.ttm-bgcolor-darkgrey .ttm-horizontal_sep {
    border-top-color: rgba(255,255,255,0.09);
}
.ttm-bgcolor-white .ttm-horizontal_sep {
    border-top-color: #f1f1f1;
}
.border, .border-top, .border-left, .border-bottom, .border-right {
    border-color: #ebf0f4 !important;
}
.ttm-bgcolor-darkgrey .border,
.ttm-bgcolor-darkgrey .border-top,
.ttm-bgcolor-darkgrey .border-left,
.ttm-bgcolor-darkgrey .border-bottom,
.ttm-bgcolor-darkgrey .border-right,
.ttm-bgcolor-skincolor .border,
.ttm-bgcolor-skincolor .border-top,
.ttm-bgcolor-skincolor .border-left,
.ttm-bgcolor-skincolor .border-bottom,
.ttm-bgcolor-skincolor .border-right {
    border-color: rgba(255,255,255,0.06) !important;
}
.ttm-vertical_sep > [class*='col-']:not(:last-child):before {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    right: 15px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.04);
}
.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-textcolor-white .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,.06);
}


/* ===============================================
    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;
    background-size: 200% auto;
}
.ttm-btn.ttm-icon-btn-left { padding-left: 22px; transition: unset; }
.ttm-btn.ttm-icon-btn-right { padding-right: 22px; }
.ttm-btn.ttm-icon-btn-right i { padding-right: 2px; }
.ttm-btn-style-fill.ttm-btn-color-skincolor:hover {
    background-position: right center;
}

/** 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: 12px; padding: 8px 15px; }
.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; line-height: 1; padding: 10px 23px 10px 23px; }
.ttm-btn.ttm-btn-size-sm i { font-size: 13px;line-height: 13px; }

/** btn-size-md **/
.ttm-btn.ttm-btn-size-md { font-size: 13px; line-height: 13px; padding: 15px 30px 15px 25px; }
.ttm-btn.ttm-btn-size-md i { font-size: 14px; line-height: 15px;}

/** btn-size-lg **/
.ttm-btn.ttm-btn-size-lg { font-size: 16px; line-height: 16px; padding: 18px 30px; }
.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: 5px;}
.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!important;
    border-color: #fff;
    background-color: #0a3261;
}

/** btn-inline **/
.ttm-btn.btn-inline {
    padding: 0;
    border: 0;
    background-color: transparent;
}
.ttm-btn.btn-inline i { 
    display: inline-block;
    vertical-align: middle;
    transition: 0s;
}
.ttm-btn.btn-inline.ttm-icon-btn-right i { margin-left: 7px; transition: ease-in-out .3s; }
.ttm-btn.btn-inline.ttm-icon-btn-left i { margin-right: 7px; transition: ease-in-out .3s; }
.ttm-btn.btn-inline i.fa-minus:before { height: 1px; display: block; }
.ttm-btn .fa-minus:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    content: "";
    height: 2px;
    width: 20px;
    background-color: currentColor;
}

.ttm-btn.btn-inline.ttm-icon-btn-right:hover i { margin-left: 11px!important; }
.ttm-btn.btn-inline.ttm-icon-btn-left:hover i { margin-right: 11px!important; }

/* play-btn */
.ttm-videoplay {
    position: absolute;
    content: '';
    left: -15px;
    bottom: 0;
    padding-right: 30px;
    padding-left: 30px;
}
.ttm-videoplay_1 {
    position: absolute;
    content: '';
    left: 50px;
    top: 50px;
}
.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-sm {
    display: block;
    height: 56px;
    width: 56px;
    line-height: 56px;
    margin: 0;
    z-index: 2;
}
.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-sm i.fa-play { 
    padding-left: 5px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}
.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-md {
    height: 70px;
    width: 70px;
    line-height: 70px;
    margin: 0;
    z-index: 2;
}
.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-md i.fa-play { 
    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: 70px;
    height: 70px;
    opacity: .3;
}
.ttm-play-icon-btn .ttm-play-icon-animation:before {
    width: 70px;
    height: 70px;
    opacity: .4;
}
.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: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 } }

/*style1*/
.ttm-play-icon-btn.style1 .ttm-play-icon-animation {
    margin-top: -30px;
    margin-bottom: 0px;
}
.ttm-play-icon-btn.style1 .ttm-play-icon-animation:before {
    width: 70px;
    height: 70px;
    opacity: .2;
}
.ttm-play-icon-btn.style1 .ttm-icon.ttm-icon_element-size-md {
    height: 57px;
    width: 57px;
    line-height: 57px;
    margin: 0;
    z-index: 2;
}
.ttm-play-icon-btn.style1 .ttm-play-icon-animation:after {
    z-index: 1;
    width: 70px;
    height: 70px; 
    opacity: .2; 
}
.ttm-play-icon-btn.style1 h6 {
    font-size: 20px;
    padding-top: 20px;
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.ttm-play-icon-btn.style1 .ttm-icon.ttm-icon_element-size-md i.fa-play {
    font-size: 16px;
}

/*style2*/
.ttm-play-icon-btn.style2 .ttm-play-icon-animation:after {
    width: 70px;
    height: 70px;
    opacity: 1;
    z-index: 1;
    border: 1px solid;
}
.ttm-play-icon-btn.style2 .ttm-play-icon-animation:before {
    width: 70px;
    height: 70px;
    opacity: 1;
    border: 1px solid #b07ab4;
}

/* ===============================================
    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: 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: 60px;width: 60px;line-height: 60px;}
.ttm-icon.ttm-icon_element-size-sm i { font-size: 30px; }

/** 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: 50px; }

/** icon-size-xl **/
.ttm-icon.ttm-icon_element-size-xl { height: 90px; width: 90px; line-height: 90px; }
.ttm-icon.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;
}
.ttm-list li {
    position: relative;
    padding-bottom: 10px;
}
.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: 25px;
}


/* ===============================================
    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: 15px;
    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;
}

.ttm-fid.inside.ttm-fid-boxed-view {
    background-color: rgba(0,0,0,.02);
    padding: 25px 30px 35px 35px;
    margin: 15px 0;
}
.ttm-bgcolor-darkgrey .ttm-fid.inside.ttm-fid-boxed-view, 
.ttm-bgcolor-skincolor .ttm-fid.inside.ttm-fid-boxed-view {
    background-color: rgba(242,242,242,.1);
}

/* style1 */
.ttm-highlight-fid-style1 {
    width: 200px;
    position: absolute;
    bottom: -40px;
    background-color: #fff;
    padding: 30px 23px 30px;
    right: -15px;
    left: auto;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgba(43,52,59,.1);
    border-radius: 6px;
    text-align: center;
}
.ttm-highlight-fid-style1 .ttm-fid-contents {
    padding-left:0;
}
.ttm-highlight-fid-style1 h4 {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 4px;
    font-weight: 700;
}
.ttm-highlight-fid-style1 h4 span {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 46px;
    line-height: 50px;
}
.ttm-highlight-fid-style1 sub {
    font-size: 46px;
    font-weight: 700;
}
.ttm-highlight-fid-style1 h3 {
    font-size: 18px;
    line-height: 28px;
}

/* style2 */
.ttm-fid.inside.style2 {
    padding-bottom: 50px;
    text-align: center;
}
.ttm-fid.inside.style2:hover .ttm-fid-icon-wrapper {
     transform: rotateY(360deg);
}
.ttm-fid.inside.style2 .ttm-fid-icon-wrapper {
    margin-top: -65px;
    margin-bottom: 56px;
    height: 79px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    z-index: 9;
    position: relative;
    display: block;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.ttm-fid.inside.style2 .ttm-fid-icon-wrapper i {
    font-size: 50px;
    padding: 18px 20px;
    color: #4b4d75;
    border-radius: 7px;
    box-shadow: 0 0 9px 0 rgba(75,77,117,.1);
}
.ttm-fid.inside.style2 .ttm-fid-contents:before {
    position: absolute;
    content: '';
    height: 0px;
    left: 50%;
    width: 8px;
    margin-top: -20px;
    border-radius: 50%;
}
.ttm-fid.inside.style2 h4 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 4px;
    font-weight: 700;
}
.ttm-fid.inside.style2 h4 span {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 38px;
    line-height: 48px;
        color: #e24a60;
}
.ttm-fid.inside.style2 sub {
    font-size: 46px;
    font-weight: 700;
}
.ttm-fid.inside.style2 h3 {
        font-size: 21px;
    line-height: 28px;
    color: #0a3261;
    font-weight: 600;
}

/* ===============================================
    11.featured-icon-box ( only contents )
------------------------*/
.featured-icon-box { position: relative; margin: 15px 0 20px; }
.featured-icon-box .ttm-icon { margin-bottom: 0; }
.featured-title h5 { font-size: 20px; line-height: 25px; font-weight: 600; }

.featured-icon-box.icon-align-before-content .featured-icon,
.featured-icon-box.icon-align-before-content .featured-content,
.featured-icon-box.icon-align-before-title .featured-title,
.featured-icon-box.icon-align-before-title .featured-icon {
    display: table-cell;
    vertical-align: middle;
}
.featured-icon-box.icon-align-before-content .featured-icon i { display: inline-block; vertical-align: middle; }
.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-icon {
    vertical-align: top;
    padding-top: 3px;
}
.featured-icon-box.icon-align-before-content .featured-content, 
.featured-icon-box.icon-align-before-title .featured-title { padding-left: 15px; }
.featured-icon-box.icon-align-before-content .featured-title h5 { margin-bottom: 7px; }
.featured-icon-box.icon-align-before-title .featured-title h5 { margin-bottom: 0; }
.featured-icon-box.icon-align-before-content .featured-content .featured-desc p { 
    margin-bottom: 0;
    font-size:15px;
}
.featured-icon-box.icon-align-before-title .featured-content { margin-top: 20px; }
.featured-icon-box.icon-align-top-content .featured-content { padding-top: 15px; }

.container, .container-fluid { counter-reset: featuredbox-number; }
.featuredbox-number .ttm-num:before {
    counter-increment: featuredbox-number;
    content: counter(featuredbox-number, decimal-leading-zero) " ";
}

/* style1 */
.featured-icon-box.style1 {
    background-color: #fff;
    padding: 35px 35px 35px 35px;
    border-radius: 6px;
    z-index: 3;
    box-shadow: 0 0 9px 0 rgba(75,77,117,.1);
        height: 82%;
}
.featured-icon-box.style1 .ttm-icon i {
    font-size: 55px;
}
.featured-icon-box.style1 .featured-content {
    padding-left: 20px;
    position: relative;
}
.featured-icon-box.style1 .featured-content i {
    font-size: 21px;
}
.featured-icon-box.style1 .featured-content .ttm-num:before {
    position: absolute;
    top: 15px;
    left: 20px;
    right: 0;
    font-size: 21px;
    line-height: 0;
    font-weight: 700;
    transition: all .6s;
    font-family: 'Montserrat', sans-serif;
}
.featured-icon-box.style1 .featured-content .ttm-num:after {
    content: '';
    height: 2px;
    position: absolute;
    width: 30px;
    background-color: #ef62a3;
    top: 15px;
    left: 45px;
    margin-left: 7px;
    transition: all 500ms ease;
    opacity: 0;
}
.featured-icon-box.style1:hover .featured-content .ttm-num:after {
    opacity: 1;
}
.featured-icon-box.style1:hover .featured-title h5 {
    padding-left: 0px;
    transform: translateX(20px) translateZ(0);
}
.featured-icon-box.style1 .featured-title h5 {
    padding-left: 0px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 5px;
    transition: all 500ms ease;
}
.featured-icon-box.style1 .ttm-iconbox-button {
    position: absolute;
    right: 27px;
    bottom: -5px;
    margin-bottom: 45px;
    padding-top: 10px;
}
.featured-icon-box.style1 .ttm-iconbox-button a i:before {
    content: "\e65a";
    font-family: 'themify';
    left: -13px;
    position: absolute;
    font-size: 20px;
    transform: rotate(90deg);
    transition: all 500ms ease;
    background: transparent;
    width: auto;
    color: #ef62a3;
    font-weight: 300;
    height: auto;
}
.featured-icon-box.style1:hover .ttm-iconbox-button a i:before {
        transform: rotate(45deg);
}

/* style2 */
.featured-icon-box.style2 {
    box-shadow: 0 0 9px 0 rgba(75,77,117,.1);
    /*padding: 35px 25px 20px 40px;*/
    background-color: #fff;
    text-align: left;
    overflow: hidden;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.featured-icon-box.style2 .featured-content {
    /*padding-top: 10px;*/
    padding: 20px 20px 20px 20px;
}
.featured-icon-box.style2:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.featured-icon-box.style2 .ttm-icon i {
    display: block;
    font-size: 55px;
}
.featured-icon-box.style2:hover .ttm-icon i {
    animation: 500ms ease-in-out 50ms;
    -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  }
  40%, 43% {
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
  }
  70% {
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  }
  90% { -webkit-transform: translate3d(0,-4px,0); transform: translate3d(0,-4px,0);
  }

 } 
.featured-icon-box.style2 .featured-title h5 {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 16px;
    font-weight: 600;
}
.featured-icon-box.style2 .featured-desc {
    /*margin-top: 25px;*/
    /*padding-top: 23px;*/
    margin-bottom: 15px;
    /*position: relative;*/
}
.featured-icon-box.style2 .featured-content .ttm-btn.ttm-btn-size-sm {
    transform: translateX(-15px);
    transition: all .3s linear 0ms;
    border-radius: 5px;
    padding: 12px 15px 9px 15px;
}
.featured-icon-box.style2:hover .featured-content .ttm-btn.ttm-btn-size-sm {
    transform: translateX(0);
}
.featured-icon-box.style2 .featured-desc:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    top: 0;
    left: -40px;
    right: -40px;
    background-color: #e6e8eb;
    left: -50px;
    right: 0;
    width: calc(100% + 100px);
}
.featured-icon-box.style2 .featured-desc:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    top: 0;
    left: -50px;
    right: 0;
    width: calc(100% + 100px);
    transform: scaleX(0);
    transform-origin: left;
    -webkit-transition: all 350ms ease 0s;
    -khtml-transition: all 350ms ease 0s;
    -moz-transition: all 350ms ease 0s;
    -ms-transition: all 350ms ease 0s;
    -o-transition: all 350ms ease 0s;
    transition: all 350ms ease 0s;
}
.featured-icon-box.style2:hover .featured-desc:after {
        transform: scaleX(1);
}
.featured-icon-box.style2 .ttm-boxbg-icon {
    position: absolute;
    right: -4px;
    bottom: -10px;
    z-index: -1;
}
.featured-icon-box.style2 .ttm-service-iconbox .ttm-icon.ttm-icon_element-size-xl i {
    font-size: 150px;
    color: #f7f7ff;
    display:block;
}

/* style3 */
.featured-icon-box.style3 {
    width: 200px;
    position: absolute;
    bottom: -15px;
    left: -38px;
    padding: 10px 15px 15px;
}
.featured-icon-box.style3 .ttm-icon {
    position: relative;
    right: -70px;
    top: 15px;
}
.featured-icon-box.style3 .ttm-icon i {
    font-size: 107px;
    color: rgb(255,255,255,.11);
}
.featured-icon-box.style3 .featured-title h5 {
    font-size: 21px;
    line-height: 33px;
    font-weight: 500;
    margin-bottom: 19px;
    position: relative;
}
.featured-icon-box.style3 .featured-title h5:before {
    display: block;
    margin-bottom: 0;
    content: '';
    position: absolute;
    top: -14px;
    left: 0;
    width: 36px;
    height: 2px;
}
.featured-icon-box.style3 .box-plus-icon {
    display: inline-block;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    line-height: 39px;
    -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;
}
.featured-icon-box.style3 .box-plus-icon a {
    color: #4b4d75;
    text-align: center;
    font-size: 22px;
    line-height: 42px;
}

/* style4 */
.featured-icon-box.style4 {
    padding: 0 0 18px;
}
.featured-icon-box.style4 .featured-title h5 {
    font-size: 20px;
    line-height: 28px;
}

/* style5 */
.featured-icon-box.style5 {
    width: 315px;
    position: absolute;
    bottom: -5px;
    right: 15px;
    padding: 50px 15px 50px;
}
.featured-icon-box.style5 .ttm-icon i {
    font-size:50px;
}
.featured-icon-box.style5 .featured-content {
    padding-top: 10px;
}
.featured-icon-box.style5 .featured-title h5{
    font-size: 24px;
    line-height: 34px;
}

/* style6 */
.featured-icon-box.style6 .featured-title h5 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 600;
}
.featured-icon-box.style6 .featured-content {
    padding-left: 20px;
}
.featured-icon-box.style6 .ttm-icon i {
    font-size:60px;
}

/* style7 */
.featured-icon-box.style7 {
    margin:0;
}
.featured-icon-box.style7 .featured-title h5 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
}
.featured-icon-box.style7 .featured-content {
    text-align: right;
    padding-right: 20px;
}
.featured-icon-box.style7 .featured-content .featured-desc p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.featured-icon-box.style7 .ttm-icon i {
    font-size: 45px;
}

/* style8 */
.featured-icon-box.style8 {
    border: 1px solid #e6e8eb;
    padding: 37px 30px 37px;
    border-radius: 10px;
    background-color: #fff;
}
.featured-icon-box.style8 .featured-content {
    margin-top: 20px;
    border-top: 1px solid #0000000f;
    padding-top: 20px;
}
.featured-icon-box.style8 .featured-content .featured-desc p {
    margin-bottom: 4px;
}

/* style9 */
.featured-icon-box.style9 {
    position: absolute;
    bottom: 380px;
    z-index: 1;
    left: -83px;
    padding: 10px;
}
.featured-icon-box.style9 .featured-title h5 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 8px;
}
.featured-icon-box.style9 .ttm-icon i {
    font-size: 50px;
}
.featured-icon-box.style9 .featured-icon-box-inner-1 {
    position: relative;
    width: 160px;
    height: 215px;
    border: 1.9px solid rgb(208 208 208 / 80%);
}
.featured-icon-box.style9 .featured-icon-box-inner-2 {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 160px;
    height: 215px;
    border-radius: 15px;
    padding: 32px 20px;
}

/* style10 */
.featured-icon-box.style10 {
    margin: 37px 0 10px 40px; 
}
.featured-icon-box.style10 .ttm-icon i {
    font-size: 55px;
}
.featured-icon-box.style10 .featured-title h5 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 23px;
    padding-bottom: 5px;
}
.featured-icon-box.style10 .featured-content {
    padding-left: 40px;
}
.featured-icon-box.style10 .featured-content:before {
    content: '';
    height: 70px;
    position: absolute;
    width: 1px;
    background-color: rgba(230,232,235,.51);
    left: 76px;
    top: 10px;
}

/* style11 */
.featured-icon-box.style11 {
    width: 295px;
    position: absolute;
    bottom: -15px;
    right: 1px;
    padding: 17px 15px;
}

/* style12 */
.featured-icon-box.style12 {   
    padding: 35px 25px 4px 25px;   
    text-align: center;   
    border-radius: 5px;   
    background-color: rgb(255 255 255 / .05);   
    -webkit-transform: translateY(0);    
    -moz-transform: translateY(0);    
    -ms-transform: translateY(0);   
    -o-transform: translateY(0);    
    transform: translateY(0);    
    -webkit-transition: 0.5s;    
    -o-transition: 0.5s;    
    -moz-transition: 0.5s;    
    transition: 0.5s;   
    overflow: hidden;
}
.featured-icon-box.style12:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 0 20px rgba(0,0,0,.14);
}
.featured-icon-box.style12 .ttm-icon i {
    font-size: 60px;
    line-height: 57px;
    margin-bottom: 15px;
}
.featured-icon-box.style12 .featured-title h5 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 23px;
}

/* style13 */
.featured-icon-box.style13 {
    margin: 15px 0 8px;
}
.featured-icon-box.style13 .featured-title {
    padding-left: 21px;
}
.featured-icon-box.style13 .featured-title h5 {
    line-height: 28px;
}
.featured-icon-box.style13 .ttm-icon i {
    font-size: 25px;
}

/* style14 */
.featured-icon-box.style14 .featured-title h5 { 
    font-size: 38px;
    line-height: 43px;
}
.featured-icon-box.style14 .featured-content {
    padding-top: 30px;
}
.featured-icon-box.style14 .ttm-icon i {
    font-size: 40px;
}
.featured-icon-box.style14 .ttm-icon.ttm-icon_element-size-md {
    border: 2px solid;
}
.featured-icon-box.style14 .featured-desc p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px;
}

/* style15 */
.featured-icon-box.style15 { 
    padding: 30px;
}
.featured-icon-box.style15 .featured-icon:after {
    content: '';
    position: absolute;
    background-color: rgb(176 122 180 / 0.10);
    height: 45px;
    width: 45px;
    border-radius: 50%;
    top: 51px;
    left: 42px;
}
.featured-icon-box.style15 .ttm-icon i {
    font-size: 45px;
}
.featured-icon-box.style15 .featured-title h5 {
    font-size: 20px;
    line-height: 28px;
    padding-top: 3px;
    margin-bottom: 10px;
}

/* style16 */
.featured-icon-box.style16 {
    text-align: center;
    padding: 50px 15px 38px 15px;
    border-radius: 5px;
}
.featured-icon-box.style16 .ttm-icon i {
    font-size: 50px;
}
.featured-icon-box.style16 .featured-title h5 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 19px;
}

/* style17 */
.featured-icon-box.style17 .featured-icon img {
    border-radius: 50%;
    width: 54px;
    height: 54px;
    box-shadow: 0 0 12px 0 rgba(75,77,117,.2);
}
.featured-icon-box.style17 .featured-title h5 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
}
.featured-icon-box.style17 .featured-desc p {
    font-size: 13px;
    line-height: 23px;
}


/* ===============================================
    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 h5 {
    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;
}
.featured-imagebox .featured-thumbnail img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.featured-imagebox:hover .featured-thumbnail img {
    -webkit-transform: scale(1.07) rotate(0.5deg);
    -ms-transform: scale(1.07) rotate(0.5deg);
    -moz-transform: scale(1.07) rotate(0.5deg);
    transform: scale(1.07) rotate(0.5deg);
}
.ttm-box-view-overlay , .ttm-box-view-content-inner { position: relative; }
.ttm-box-view-overlay:before, .ttm-box-view-content-inner:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba( 35,39,51,0.80);
}
div:hover > .ttm-box-view-overlay:before, div:hover > .ttm-box-view-content-inner:before {
    opacity: .9;
    visibility: visible;
}
.ttm-portfolio-format-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 60.95%;
    padding-top: 23px;
    height: 0;
}
.ttm-portfolio-format-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: none;
}

/* portfolio-1 */
.featured-imagebox-portfolio.style1 {
    transition: all .5s;
    margin: 0;
}
.featured-imagebox-portfolio.style1 .featured-content-portfolio {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 15px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.featured-imagebox-portfolio.style1:hover .featured-content-portfolio {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}
.featured-imagebox-portfolio.style1 .featured-title h5 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
    position: relative;
    font-weight: 600;
}
.featured-imagebox-portfolio.style1 .ttm-media-link a {
    display: inline-block;
    font-size: 17px;
    position: absolute;
    top: 42%;
    right: 50%;
    margin-top: -17px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border: 1px solid;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    opacity: 0;
    z-index: 1;
}
.featured-imagebox-portfolio.style1 .ttm-media-link a i {
    font-size: 17px;
    font-weight:400;
    line-height: 45px;
}
.featured-imagebox-portfolio.style1 .ttm-box-view-content-inner:before {
     background-color: rgba( 25,25,25,0.70);
}
.featured-imagebox-portfolio.style1 .ttm-media-link a.ttm_image {
    margin-right: 3px;
    transform: translateX(-20px);
    -webkit-transition: .8s;
    transition: .8s;
    margin-left: -51px;
}
.featured-imagebox-portfolio.style1 .ttm-media-link a.ttm_link {
    transform: translateX(20px);
    -webkit-transition: 1s;
    transition: 1s;
    line-height: 41px;
    margin-right: -51px;
    margin-left: 6px;
}
.featured-imagebox-portfolio.style1:hover .ttm-media-link a {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
}
.featured-imagebox-portfolio.style1:hover .ttm-portfolio-format-video {
    z-index: 9;
}
.featured-imagebox-portfolio.style1 .post-meta {
   padding:0;
   margin: 0;
}

/* team-1 */
.featured-imagebox-team.style1 {
    border-radius:5px;
}
.featured-imagebox-team.style1 .featured-content {
    position: relative;
    text-align: center;
    padding: 25px;
    background-color: #fff;
    margin: -80px 20px 15px 20px;
    border-radius: 7px;
    border-top: 5px solid;
    z-index: 2;
    box-shadow: 0 0 9px 0 rgba(75,77,117,.1);
} 
.featured-imagebox-team.style1 .featured-content .featured-title h5 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
}
.featured-imagebox-team.style1 .featured-content .featured-title:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 40px;
    margin-left: -20px;
    margin-top: 10px;
}
.featured-imagebox-team.style1 .featured-content .category {
    font-size:14px;
    margin-bottom: 0;
    padding-top: 23px;
    line-height: 26px;
}
.featured-imagebox-team.style1:hover .featured-content {
    background-color: #fff;
}
.featured-imagebox-team.style1 .ttm-media-link {
    margin-top: 12px;
    padding-left: 0;
    margin-bottom: 0;
}
.featured-imagebox-team.style1 .ttm-box-view-overlay:before {
    position: absolute;
    left: 0px;
    right: 20px;
    content: "";
    display: block;
    background-color: rgba(29, 36, 53, .8);
    top: 0px;
    bottom: 20px;
    opacity: 0;
    transform: rotate3d(-1, 1, 0, 100deg);
    transition: all .4s ease-in-out 0s;
    z-index: 1;
    width: 100%;
    height: 100%;
    filter: none;
    border-radius: 5px;
}
.featured-imagebox-team.style1 .featured-thumbnail img {
    transition: inherit;
    transform: inherit;
    filter: inherit;
}
.featured-imagebox-team.style1:hover .ttm-box-view-overlay:before {
    opacity: .9;
    transform: rotate3d(0,0,0,0deg);
}
.featured-imagebox-team.style1 .media-btn {
    border: none;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    transform: scale(0);
    -webkit-transform: scale(0);
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s;
    font-weight: 500;
    font-size: 20px;
    z-index: 9;
    position: absolute;
    top: 38%;
    left: 45%;
    background-color: transparent;
    border: 1px solid #fff;
}
.featured-imagebox-team.style1 .media-btn i {
    font-weight: bold;
    font-size: 13px;
}
.featured-imagebox-team.style1:hover  .media-btn {
    opacity: 1;
    transform: rotate3d(0,0,0,0deg);
    transform: scale(1);
    -webkit-transform: scale(1);
    color: #fff;
}
.featured-imagebox-team.style1 .media-block .social-icons li {
    border-radius: 5px;
    height: 32px;
    width: 32px;
    border: 1px solid #e6e8eb;
    margin: 5px 2px;
    display: inline-block;
    line-height: 23px;
}
.featured-imagebox-team.style1 .media-block .social-icons li a { 
    line-height: 30px;
    display: block;
    font-size: 13px;
    list-style-type: none;
    margin-bottom: 6px;
    transition: all 0.3s ease 0s;
}
.featured-imagebox-team.style1:hover .ttm-box-view-overlay:after {
    opacity: .24;
    background-color: #fff;
}


/* blog */
.featured-imagebox-blog { 
    overflow: visible;
}
.featured-imagebox-blog .featured-content .featured-title h5 {
    font-size: 19px;
    line-height: 26px;
}
.featured-imagebox-blog .featured-content .post-meta span {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    font-size: 14px;
    line-height: 14px;
    font-style: normal;
    margin-bottom: 9px;
}
.featured-imagebox-blog .featured-content .post-meta span a { color: inherit; }
.featured-imagebox-blog .featured-content .post-meta span:last-child {
    margin-right: 0;
}
.featured-imagebox-blog .featured-content .post-meta span:not(:last-child):after {
    position: absolute;
    background-color: currentColor;
    display: inline-block;
    content: "";
    background-color: #898a9c;
    width: 1px;
    height: 100%;
    border-radius: 50%;
    vertical-align: middle;
    top: 0;
    opacity: .2;
    right: -12px;
}
.featured-imagebox-blog .featured-content .post-meta span i {
    padding-right: 5px;
    font-size: 14px;
}
.featured-imagebox-blog .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;
}
.post-bottom.ttm-post-link { display: flex; }
.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;
}

/* blog-1 */
.featured-imagebox-blog.style1 {
    padding: 25px 20px 20px 35px;
    border: 1px solid #e6e8eb;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(.645,.045,.355,1);
    -o-transition: all 0.3s cubic-bezier(.645,.045,.355,1);
    transition: all 0.3s cubic-bezier(.645,.045,.355,1);
    -webkit-transition: all 0.3s cubic-bezier(.645,.045,.355,1);
    -o-transition: all 0.3s cubic-bezier(.645,.045,.355,1);
    transition: all 0.3s cubic-bezier(.645,.045,.355,1);
}
.featured-imagebox-blog.style1 .ttm-box-post-date {
    position: absolute;
    left: 5px;
    top: 118px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: left top 0;
    z-index: 1;
    color: red;
    overflow: visible;
}
.featured-imagebox-blog.style1 .ttm-box-post-date span {
    padding: 0;
    color: #0a3261;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    overflow: visible;
}
.featured-imagebox-blog.style1 .ttm-box-post-date:after {
    background: #e5e5e5;
    display: inline-block;
    content: "";
    width: 50px;
    height: 1px;
    vertical-align: middle;
    left: 94px;
    top: 10px;
    position: absolute;
}
.featured-imagebox-blog.style1 .featured-content .post-meta {
    padding: 15px 0 3px 0;
    margin-bottom: 0;
}
.featured-imagebox-blog.style1 .featured-content .post-meta span {
    font-size: 14px;
    line-height: 26px;
}
.featured-imagebox-blog.style1 .featured-content .post-meta span i {
    font-size: 14px;
}
.featured-imagebox-blog.style1 .featured-content .featured-title h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.featured-imagebox-blog.style1 .ttm-blogbox-desc-footer {
     border-top: 1px solid #e6e8eb;
    margin-top: 22px;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.featured-imagebox-blog.style1 .featured-content .ttm-btn.ttm-btn-size-md {
    transform: translateX(-15px);
    transition: all .3s linear 0ms;
    border-radius: 5px;
    padding: 12px 15px 9px 15px;
}
.featured-imagebox-blog.style1 .ttm-blogbox-desc-footer .ttm-social-share-wrapper {
    font-size: 14px;
}
.featured-imagebox-blog.style1:hover .featured-content .ttm-btn.ttm-btn-size-md {
    transform: translateX(0);
}
.featured-imagebox-blog.style1 .featured-content .ttm-social-share-wrapper .comments {
    padding-left: 5px;
}
.slick-active.slick-current+.slick-active .featured-imagebox-blog.style1 {
    border-left: transparent;
    border-right: transparent;
    padding: 24px 20px 15px 35px;
    border-top: 5px solid;
}

/* blog-2 */
.featured-imagebox-blog.style2 {
    padding: 15px;
    box-shadow: 0 0 9px 0 rgba(75,77,117,.1);
    background-color: #fff;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
}
.featured-imagebox-blog.style2 .featured-content {
    padding: 12px 15px 6px 30px;
}
.featured-imagebox-blog.style2 .featured-thumbnail img {
    transform: unset;
    transition: unset;
}
.featured-imagebox-blog.style2 .featured-content .featured-title h5 {
    font-size: 20px;
    line-height: 30px;
}
.featured-imagebox-blog.style2 .ttm-post-format-video {
    padding-bottom: 103.25%;
    padding-top: 25px;
    height: 0;
}
.featured-imagebox-blog.style2 .featured-content .featured-desc {
    padding-top: 7px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    border-top: 1px solid #e6e8eb;
    margin-top: 15px;
    margin-bottom: 15px;
}
.featured-imagebox-blog.style2:hover .featured-content .ttm-btn.ttm-btn-size-sm {
    transform: translateX(0);
}
.featured-imagebox-blog.style2 .featured-content .ttm-btn.ttm-btn-size-sm {
    transform: translateX(-15px);
    transition: all .3s linear 0ms;
    border-radius: 5px;
    padding: 12px 15px 9px 15px;
}
.featured-imagebox-blog.style2 .featured-content .featured-desc p {
    padding-top: 9px;
    margin-bottom: 0px;
}

/* services-1 */
.featured-imagebox-services.style1 {
    overflow: visible;
}
.featured-imagebox-services.style1 .featured-header {
    position: relative;
    display: flex;
}
.featured-imagebox-services.style1 .featured-header .featured-icon .ttm-icon {
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.featured-imagebox-services.style1:hover .featured-header .featured-icon .ttm-icon {
        transform: rotateY(360deg);
}
.featured-imagebox-services.style1 .featured-header .featured-icon .ttm-icon i {
    font-size: 50px;
}
.featured-imagebox-services.style1 .featured-header .featured-title {
    padding-left: 23px;
}
.featured-imagebox-services.style1 .featured-header .featured-title .category {
    font-size:15px;
}
.featured-imagebox-services.style1 .featured-header .featured-title h5 {
    margin-bottom: 0;
    font-size: 23px;
    line-height: 32px;
    font-weight: 600;
}
.featured-imagebox-services.style1 .featured-header .featured-title h5 a {
    position: relative;
    z-index: 2;
}
.row .ttm-box-col-wrapper:nth-child(1) .featured-imagebox-services.style1 .featured-content {
    border-left: unset;
}
.row .ttm-box-col-wrapper:nth-child(1) .featured-imagebox-services.style1 .featured-content:before,
.row .ttm-box-col-wrapper:nth-child(1) .featured-imagebox-services.style1 .featured-content:after {
    position:unset;
}
.featured-imagebox-services.style1 .featured-content {
    padding: 0 35px;
    border-left: 1px solid rgba(230,232,235,.51);
    position: relative;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: -8px;
}
.featured-imagebox-services.style1 .featured-content:before,
.featured-imagebox-services.style1 .featured-content:after {
    position: absolute;
    content: '';
    width: 7px;
    height: 6px;
    left: -4px;
}
.featured-imagebox-services.style1 .featured-content:after {
    bottom: 0;
}
.featured-imagebox-services.style1:hover .featured-content .ttm-btn.ttm-btn-size-sm {
    transform: translateX(0);
}
.featured-imagebox-services.style1 .featured-content .ttm-btn.ttm-btn-size-sm {
    transform: translateX(-15px);
    transition: all .3s linear 0ms;
    border-radius: 5px;
    padding: 12px 15px 9px 15px;
}

/* ===============================================
    13.Progress-Bar
------------------------*/
.ttm-progress-bar { position: relative; }
.ttm-progress-bar .progressbar-title {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 600;
    letter-spacing: .5px;
    font-family: 'Montserrat', sans-serif;
    color: #4b4d75;
}
.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;
    font-family: 'Montserrat', sans-serif;
}
.ttm-progress-bar .progress-bar {
    display: block;
    position: relative;
    height: 6px;
    top: 3px;
    left: 4px;
}
.ttm-progress-bar:not(:last-child) { margin-bottom: 21px; }
.ttm-progress-bar .progress-bar-inner {
    box-shadow: none;
    border-radius: unset!important;
    height: 14px;
    border: 1px solid #e5e5e5;
    background-color: transparent;
}
.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 h5 {
    font-size: 20px;
    line-height: 30px;
    display: block;
    font-weight: 700;
    margin-bottom: 0;
}
.testimonial-caption label { 
    margin: 0;
    font-size: 13px;
    line-height: 1;
}
.testimonials .testimonial-content blockquote {
    padding: 10px 25px;
    font-size: 20px;
    position: relative;
    line-height: 32px;
    /*font-style: italic;*/
    margin: 0;
}
.star-ratings ul { padding: 0; margin: 0; }
.star-ratings li {
    font-size: 13.8px;
    min-width: 14px;
    display: inline-block;
    color: #e0e8f0;
}
.star-ratings ul li.active , .star-ratings ul li.active i { color: #fd4; }


/*style1 */
.testimonials.style1 {
    position: relative;
    background-color: #fff;
    padding: 30px 35px 15px 35px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(.645,.045,.355,1);
    -o-transition: all 0.3s cubic-bezier(.645,.045,.355,1);
    transition: all 0.3s cubic-bezier(.645,.045,.355,1);
    -webkit-transition: all 0.3s cubic-bezier(.645,.045,.355,1);
    -o-transition: all 0.3s cubic-bezier(.645,.045,.355,1);
    transition: all 0.3s cubic-bezier(.645,.045,.355,1);
    transition: all .4s ease;
    box-shadow: 0 0 9px 0 rgba(75,77,117,.1);
    margin: 15px 0;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}
.testimonials.style1:hover { 
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.testimonials.style1 .testimonial-avatar {
    display: block;
    width: 100%;
    padding-top: 5px;
    text-align: left;
    margin: 0 auto;
    position: relative;
}
.testimonials.style1 .testimonial-avatar:before {
    position: absolute;
    content: '';
    right: -25px;
    top: 20px;
    width: 76px;
    height: 49px;
    text-align: left;
    background-repeat: no-repeat;
    -webkit-mask-box-image: url(../images/quote.svg);
    background-color: rgba(90,92,130,.06);
}
.testimonials.style1 .testimonial-img img {
    display: block;
    width: 73px;
    height: 73px;
    float: left;
    margin-bottom: 5px;
    border-radius: 50%;
}
.testimonials.style1 .testimonial-caption {
    padding-top: 12px;
    padding-left: 20px;
    display: inline-block;
}
.testimonials.style1 .testimonial-caption h5{
    font-size: 19px;
    line-height:24px;
    margin-bottom: 0;
    font-weight: 600;
    color: #0a3261;
}
.testimonials.style1 .testimonial-caption label {
    margin: 0;
    font-size: 13px;
}
.testimonials.style1 .testimonial-content {
    /*margin-top: 30px;*/
    /*padding-top: 20px;*/
    margin-bottom: 0;
    position: relative;
}
.testimonials.style1 .testimonial-content:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    top: 0;
    left: -40px;
    right: -40px;
    /*background-color: #e6e8eb;*/
    left: -50px;
    right: 0;
    width: calc(100% + 100px);
}
.testimonials.style1 .testimonial-content:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    top: 0;
    left: -50px;
    right: 0;
    width: calc(100% + 100px);
    transform: scaleX(0);
    transform-origin: left;
    -webkit-transition: all 350ms ease 0s;
    -khtml-transition: all 350ms ease 0s;
    -moz-transition: all 350ms ease 0s;
    -ms-transition: all 350ms ease 0s;
    -o-transition: all 350ms ease 0s;
    transition: all 350ms ease 0s;
    border-color: #b07ab4;
}
.testimonials.style1:hover .testimonial-content:after {
        transform: scaleX(1);
}
.testimonials.style1 .testimonial-content blockquote {
    text-align: left;
    position: relative;
    font-size: 17px;
    line-height: 28px;
    padding: 0;
}
.testimonials.style1 .ttm-ratting-star {
    overflow: hidden;
    padding: 14px 0 14px;
    display: block;
    text-align: left;
}
.testimonials.style1 .ttm-ratting-star i {
    font-size: 15px;
}

/*style2 */
.testimonials.style2 .testimonial-content {
    background-color: #f7f7ff;
    padding: 30px 30px 30px 70px;
    border-radius: 10px;
    position: relative;
}
.testimonials.style2 .testimonial-content:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-top: 80px solid #f7f7ff;
    border-right: 72px solid transparent;
}
.testimonials.style2 .testimonial-content blockquote {
    text-align: left;
    position: relative;
    font-size: 17px;
    line-height: 28px;
    padding: 0;
}
.testimonials.style2 .testimonial-content blockquote:before {
    position: absolute;
    content: '';
    height: 40px;
    width: 2px;
    margin-left: -30px;
    margin-top: 8px;
    transition: all 500ms ease;
}
.testimonials.style2:hover .testimonial-content blockquote:before {
    height: 27px;
}
.testimonials.style2 .testimonial-content blockquote:after {
    height: 27px;
    top: 0;
    left: 5px;
    position: absolute;
    content: '';
    width: 2px;
    margin-left: -30px;
    margin-top: 8px;
    transition: all 500ms ease;
}
.testimonials.style2:hover .testimonial-content blockquote:after {
    height: 40px;
}
.testimonials.style2 .ttm-ratting-star {
    overflow: hidden;
    padding: 9px 0 0 0;
    display: block;
    text-align: left;
}
.testimonials.style2 .ttm-ratting-star i {
    font-size: 15px;
}
.testimonials.style2 .testimonial-avatar {
    padding-left: 40px;
    display: block;
    width: 100%;
    padding-top: 30px;
    text-align: left;
    margin: 0 auto;
}
.testimonials.style2 .testimonial-img img {
    display: block;
    width: 64px;
    height: 64px;
    float: left;
    margin-bottom: 5px;
    border-radius: 50%;
}
.testimonials.style2 .testimonial-caption {
    padding-top: 5px;
    padding-left: 20px;
    display: inline-block;
}
.testimonials.style2 .testimonial-caption h5 {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 600;
}
.testimonials.style2 .testimonial-caption label {
    font-size: 14px;
}


/* ===============================================
    15.Client-row  
------------------------*/
.client-box { 
    position: relative;
    text-align: center;
}
.client-box .ttm-client-logo-tooltip { 
    margin-top: 45px; 
    margin-bottom: 45px;
}
.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;
    opacity: .5;
}
.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;
}

/* ===============================================
    16.Processbox
------------------------*/
.ttm-processbox-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-top: 4px;
    margin: 0 -15px;
}
.ttm-processbox-wrapper:before {
    content: '';
    position: absolute;
    left: -150px;
    right: -150px;
    height: 100%;
    display: block;
    background: url(../images/proccess-box-arrow.png) center center no-repeat;
    top: -62px;
}
.ttm-processbox-wrapper .ttm-processbox {
    position: relative;
    display: block;
    padding: 20px 0;
    border-radius: 50%;
    margin: auto;
    transition: all 500ms ease;
}
.ttm-processbox-wrapper .ttm-processbox:hover {
    transform: translateY(-10px);
}
.ttm-processbox-wrapper .ttm-processbox:hover .process-num {
    opacity: 1;
}
.ttm-processbox-wrapper .ttm-processbox .ttm-box-image {
    border-radius: 50%;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    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;
}
.ttm-processbox-wrapper .ttm-box-image  img {
    border-radius: 50%;
}
.ttm-processbox-wrapper .ttm-processbox .process-num {
    margin-right: 5px;
    font-size: 15px;
    font-weight: 600;
    width: 40px;
    height: 40px;
    line-height: 41px;
    border-radius: 50%;
    border: none;
    display: block;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 22px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.ttm-processbox-wrapper .featured-content {
    text-align: center;
}
.ttm-processbox-wrapper .ttm-processbox .featured-title h5 {
    margin-bottom: 10px;
}
.ttm-processbox-wrapper .ttm-processbox:last-child .ttm-box-image:before { content:unset; }

/* ===============================================
    17.Accordion
------------------------*/
.wrap-acadion .accordion { margin-top: 15px; }
.accordion .toggle:not(:last-child) {
    margin-bottom: 15px;
}
.accordion .toggle-title a { 
    display: block;
    font-weight: 600;
    font-size: 18px;
    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 {
    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 { 
    padding-left: 40px;
}
.accordion .toggle.ttm-control-left-true .toggle-title a:after { 
    left: 20px;
}
.accordion .toggle.ttm-control-left-true .toggle-title a { padding-left: 30px; }
.accordion .toggle.ttm-control-left-true .toggle-title a:after {
    left: 0;
    border: 0;
    font-size: 10px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
}

/* ttm-toggle_style_border */
.accordion .toggle.ttm-toggle_style_border {
    padding-bottom: 0px;
    margin-bottom: 10px;
    border: 0;
    position: relative;
}
.accordion .toggle.ttm-toggle_style_border:last-child { margin-bottom: 0; }
.accordion .toggle.ttm-toggle_style_border .toggle-content {
    padding:  20px;
    margin-top: 0;
}
.accordion .toggle.ttm-toggle_style_border .toggle-title {
    border : 1px solid #f1f1f1;
}
.accordion .toggle.ttm-toggle_style_border .toggle-title a {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    display: block;
    padding: 19px 20px;
    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-toggle_style_border.ttm-control-left-true .toggle-title a {
    padding-right: 20px;
    padding-left: 48px;
}
.accordion .toggle.ttm-toggle_style_border.ttm-control-left-true .toggle-title a:after {
    left: 20px;
}
.accordion .toggle.ttm-toggle_style_border .toggle-title a:after { 
    top: 40%;
    font-size: 12px;
    line-height: 12px;
}
.accordion .toggle.ttm-toggle_style_border .toggle-content {
    padding: 14px 20px;
    border : 1px solid #f0f0f0;
}
.toggle.ttm-toggle_style_border .toggle-title a.active { margin: -1px; }
.accordion .alignleft { margin: 0em 1em 0em 0; }

/* ttm-style-classic */
.accordion .toggle.ttm-style-classic .toggle-title a {
    font-size: 17px;
    line-height: 30px;
    font-family: "Montserrat",sans-serif;
}
.accordion .toggle.ttm-style-classic .toggle-title a:after {
    top: 16%;
    font-size: 12px;
    line-height: 24px;
    height: 22px;
    width: 22px;
    font-weight: normal;
    text-align: center;
    font-weight: 100;
}

/* ttm-style-befault */
.accordion .toggle.ttm-style-befault .toggle-title a {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 30px;
    padding: 15px;
    padding-right: 48px;
    -webkit-transition: color 0s ease-in-out;
    -o-transition: color 0s ease-in-out;
    transition: color 0s ease-in-out;
    font-family: "Montserrat",sans-serif;
    color: #4b4d75;
}
.accordion .toggle.ttm-style-befault .toggle-title a:after {
    top: 40%;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #fff;
}
.accordion .toggle.ttm-style-befault .toggle-content {
    margin-bottom: 20px;
    padding: 25px;
    padding-top: 0;
    margin-top: 0;
}

.toggle-title a {
    color: #fff!important;
}
/* ===============================================
    18.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;
}

/* contact_form */
.wrap-form.contact_form { 
    margin-top: 15px;
}
.wrap-form.contact_form span.text-input i {
    position: absolute;
    left: 0;
    top: 20px;
    opacity: .9;
    font-size: 16px;
    z-index: 1;
}
.wrap-form.contact_form span.text-input input, 
.wrap-form.contact_form span.text-input textarea,
.wrap-form.contact_form span.text-input select {
    border-radius: 5px;
    color: rgba(0,0,0,.60);
    background-color: #f7f7ff;
    border-color: transparent;
}
.wrap-form.contact_form button[type="submit"] { 
    font-size: 13px;
    padding: 14px 28px;
}
.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;
}

/* request_qoute_form */
.wrap-form.request_qoute_form span.text-input input, 
.wrap-form.request_qoute_form span.text-input textarea,
.wrap-form.request_qoute_form span.text-input select {
    padding: 17px 24px 16px;
    border-width: 2px;
    background-color: transparent;
}

/* contact_form_1 */
.wrap-form.contact_form_1 span.text-input input[type="text"],
.wrap-form.contact_form_1 span.text-input textarea {
    border-radius: 5px;
    border: none;
}
.wrap-form.contact_form_1 button {
    border-radius: 10px;
}
/* ===============================================
    19.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-bottom: 20px;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}
.ttm-tabs.ttm-tab-style-01 ul.tabs li {
    margin: 15px;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center; 
 }
.ttm-tabs.ttm-tab-style-01 ul.tabs li a {
    padding: 14px 18px 14px 18px;
    font-weight: 500;
    border-color: transparent;
    font-size: 17px;
    font-family: "Montserrat",sans-serif;
    display: block;
}
.ttm-tabs.ttm-tab-style-01 ul.tabs li a i { margin-right: 10px; }
.ttm-tabs.ttm-tab-style-01 .content-tab {
    padding-top: 28px;
}
.ttm-tabs.ttm-tab-style-01 .single-img-wraper.pl-60:before {
    content: '';
    position: absolute;
    border-left: 41px solid #f7f7ff;
    left: 33px;
    height: 78%;
    top: 45px;
}
.ttm-tabs.ttm-tab-style-01 .single-img-wraper.pr-60:before {
    content: '';
    position: absolute;
    border-left: 41px solid #f7f7ff;
    left: -26px;
    height: 78%;
    top: 45px;
}
.ttm-tabs.ttm-tab-style-01 h4 {
    font-size: 28px;
    line-height: 38px;
}

/* ttm-tab-style-02 */
.ttm-tabs.ttm-tab-style-02 ul {
    text-align: center;
    margin-top: 9px;
}
.ttm-tab-style-02 .tabs.portfolio-filter {
    margin-bottom: 20px;
}
.ttm-tabs.ttm-tab-style-02 ul.tabs li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
}
.ttm-tabs.ttm-tab-style-02 ul.tabs li:first-child {
    margin-left: 0;
}
.ttm-tabs.ttm-tab-style-02 ul.tabs li:last-child {
    margin-right: 0;
}
.ttm-tabs.ttm-tab-style-02 ul.tabs li a {
    display: block;
    cursor: pointer;
    padding: 10px 25px;
    margin-bottom: 5px;
    line-height: 22px;
    width: auto;
    position: relative;
    z-index: 3;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s;
    border-color: transparent;
    border-radius: 5px;
}

/* ttm-tab-style-vertical */
.ttm-tabs.ttm-tab-style-vertical {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.ttm-tabs.ttm-tab-style-vertical .content-tab { 
    padding: 0; margin: 0;
    padding-left: 30px;
}
.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 { 
    color: #fff;
    display: block;
    padding: 14px 20px; 
    font-size: 17px; 
    line-height: 25px; 
    margin: 0; 
    border-radius: 0;
}


/* ===============================================
    20.Boxes-Spacing
------------------------*/
.row.ttm-boxes-spacing-20px, .ttm-boxes-spacing-20px { margin: 0 -15px; }
.ttm-boxes-spacing-20px .ttm-box-col-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}
.row.ttm-boxes-spacing-15px, .ttm-boxes-spacing-15px { margin: 0 -10px; }
.ttm-boxes-spacing-15px .ttm-box-col-wrapper {
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-bottom: 10px;
}
.row.ttm-boxes-spacing-10px, .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, .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, .ttm-boxes-spacing-0px { margin: 0; }
.ttm-boxes-spacing-0px .ttm-box-col-wrapper {
        padding-right: 7px;
    padding-left: 9px;
    margin-bottom: 0px;
    outline: 0;
}


/* ===============================================
    21.Sidebar
------------------------*/
.sidebar .widget-area .widget {
    position: relative;
    margin-bottom: 35px;
    overflow: hidden;
    padding: 30px;
    background-color: #f7f7ff;
    border-radius: 5px;
}
.sidebar .widget-area.widget_border .widget:last-child,
.sidebar .widget-area .widget:last-child {
    margin-bottom: 0;
}
.sidebar .widget ul {
    margin: 0;
    padding: 0;
}
.sidebar .widget ul >li {
    padding-bottom: 10px;
    padding-top: 10px;
    list-style: none;
    position: relative;
    border-top: 1px solid #f0f0f0;
}
.sidebar .widget ul>li:first-child {
    border-top: none;
    padding-top: 0;
}
.sidebar .widget ul>li:last-child {
    padding-bottom: 0;
}
.sidebar .widget-title{
    padding-bottom: 15px;
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 30px;
    border-bottom: 1px solid #e8ecef;
}
.sidebar .widget .widget-title:before {
    display: block;
    content: "";
    position: absolute;
    height: 3px;
    width: 30px;
    left: 30px;
    top: 70px;
    background-color: #e8ecef;
}

/*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.widget-search .search-form input { 
    border-radius: 5px; 
    padding: 11px 15px; 
    border-color: #e8ecef; 
    font-size: 15px; 
}
.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: 49px;
    height: 100%;
    line-height: 0;
    font-size: 14px;
    z-index: 1;
    border-radius: unset;
    box-shadow : unset;
    opacity: .4;
}
.sidebar .widget.widget-search .search-form .btn[type="submit"] i {
    margin: 0; padding: 0;
}

/*widget-post*/
.widget ul.ttm-recent-post-list>li {
    padding: 20px 0;
    border-top: 1px solid #eee;
}
.widget ul.ttm-recent-post-list>li:last-child {
    padding-bottom: 0;
}
.widget ul.ttm-recent-post-list>li> .post-detail a {
    line-height: 22px;
    font-size: 15px;
    display: block;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.widget ul.ttm-recent-post-list>li img {
    display: block;
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 18px;
}
.widget ul.ttm-recent-post-list>li .post-date {
    display: block;
    font-size: 13px;
    margin-bottom: 2px;
}
.widget ul.ttm-recent-post-list>li .post-date i {
    margin-right: 6px;
    font-size: 11px;
}
.widget ul.ttm-recent-post-list li:after {
    content: " ";
    display: table;
    clear: both;
}

/* widget-categories */
.widget-categories ul li { 
    padding: 12px 0 !important;
    border-top: 1px solid #f0f0f0;
    position: relative;
}
.widget-categories ul li:first-child { padding-top: 0 !important; }
.widget-categories ul li:last-child { padding-bottom: 0 !important; }
.widget-Categories ul li a {
    position: relative;
    padding-left: 15px;
    font-size: 15px;
}
.widget-Categories li:first-child span {
    top: 2px;
}
.widget-Categories li span {
    position: absolute;
    top: 10px;
    right: 0;
    width: 25px;
    height: 25px;
    overflow: hidden;
    z-index: 1;
    font-size: 11px;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    padding: 3px 4px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
}
.widget-Categories ul li a:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    line-height: 1em;
    font-size: 7px;
    width: 7px;
    height: 1px;
    background-color: #0a3261;
}

/* tagcloud */
.widget .tagcloud a {
    display: inline-block;
    padding: 7px 21px;
    margin: 0 4px 10px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    font-size: 15px!important;
    background-color: #fff;
    font-weight: 500;
}

/* widget-nav-menu */
.widget.widget-nav-menu ul li { 
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
    display: block;
    background-color: #fff;
    transition: all .4s;
}
.widget.widget-nav-menu ul li:last-child {
    margin-bottom: 0;
}
.widget.widget-nav-menu ul li a {
    display: block;
    padding: 15px 20px 15px 20px;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 500!important;
    background-color: #fff;
    border-bottom: 1px solid #e8ecef;
}
.widget.widget-nav-menu ul li a:after {
    content: '\f105';
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: bold;
    position: absolute;
    top: 15px;
    right: 20px;
    background-color: transparent;
}

/* widget-banner */
.sidebar .widget-area .widget.widget-banner { 
    padding: 0;
    border: 0;
}

/* widget-download */
.widget.widget-download ul li { 
    margin-bottom: 15px;
    padding: 0;
    border: 0;
}
.widget.widget-download ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.widget.widget-download ul li i {
    color: #fff;
    font-size: 20px;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    display: inline-block;
    margin-right: 20px;
    margin-top: -1px;
    margin-bottom: -1px;
}

/* widget-contact */
.widget-contact {
    display: inline-block;
    overflow: hidden;
    padding: 0 !important;
    border: 0 !important;
}
.widget-contact h4 { 
    font-size: 24px;
    line-height: 30px;
}
.widget-contact .contact_img img {
    width: 100%;
    z-index: 11;
    position: relative;
    border-radius: 0 0 0 200px;
    border-bottom: 10px solid #fff;
    box-shadow: 0px 10px 0px 0px #29304e;
}
.widget-contact .contact_shape_bg {
    border-radius: 200px 0 0 0;
    border-top-right-radius: 59px;
    padding: 30px 30px 40px;
}

/* pagination */
.pagination-block {
    display: block;
    margin-top: 25px;
    text-align: center;
}
.pagination-block .page-numbers {
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    color: #656c76;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #e9eef6;
    border-radius: 5px;
    margin: 0 3px 10px;
    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;
}
.ttm-bgcolor-grey .pagination-block .page-numbers { background-color: #fff; }
.pagination-block .page-numbers i { font-size: 12px; }


/*===========================================
    22.Pricing-Plan
    -----------------------*/
.ttm-pricing-plan {
    box-shadow: 0 0 10px rgba(3,27,78,.1);
    border-radius: 5px;
    margin: 15px 0 30px;
    text-align:center;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ttm-pricing-plan:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.ttm-pricing-plan.pricing-recommended {
    margin-top: -20px;
}
.ttm-pricing-plan .ttm-p_table-icon {
    margin-top: 50px;
}
.ttm-pricing-plan .ttm-icon.ttm-icon_element-size-sm i {
    font-size: 60px;
}
.ttm-pricing-plan .ttm-p_table-head h5 {
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
    font-weight: 600;
    margin-bottom: 0;
}
.ttm-p_table-amount h5 {
    font-size: 30px;
    line-height: 31px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.ttm-p_table-amount .pac_frequency {
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    padding-left: 10px;
    font-weight: 600;
}
.ttm-p_table-features {
    list-style: none;
    margin: 25px 0 0;
    padding: 0;
}
.ttm-p_table-features li:last-child {
    border-bottom: 0;
}
.ttm-p_table-features li {
    position: relative;
    padding: 15px 30px;
    width: 100%;
    border-bottom: 1px solid #e6e8eb;
}
.ttm-p_table-footer {
   margin: 25px 0;
   padding-bottom: 5px;
}  
.ttm-p_table-footer .ttm-btn.ttm-btn-size-md {
    padding: 16px 46px;
}

/* style1 */ 
.ttm-pricing-plan.style1 {
    position: relative;
    margin-top: 32px;
    overflow: visible;
    text-align: left;
    padding: 0;
}
.ttm-pricing-plan.style1 .ttm-pricing-head-title {
    width: 105px;
    height: 32px;
    top: -32px;
    position: absolute;
    right: 0;
    clear: both;
    font-size: 13px;
    line-height: 19px;
    font-weight: 500;
    padding: 7px 20px;
}
.ttm-pricing-plan.style1 .ttm-pricing-body-title {
    padding: 35px 0 35px 55px;
    border-bottom: 3px solid #f2f2f2;
}
.ttm-pricing-plan.style1 .ttm-feat-cont-head-left {
    position: relative;
    display: table-cell;
    padding-right: 65px;
}
.ttm-pricing-plan.style1 .ttm-feat-cont-head-left:before {
    position: absolute;
    content: '';
    background-color: #e0e0e0;
    width: 1px;
    height: 156px;
    top: 10px;
    bottom: 0;
    right: 0;
}
.ttm-pricing-plan.style1 .ttm-p_table-icon .ttm-icon {
    margin-top: 0px;
}
.ttm-pricing-plan.style1 .ttm-p_table-amount {
    margin-top: 0;
}
.ttm-pricing-plan.style1 .ttm-p_table-amount h6 {
    margin-bottom: 27px;
    margin-top: 6px;
    font-size: 20px;
    font-weight: 500;
}
.ttm-pricing-plan.style1 .ttm-p_table-amount h5 {
    font-size: 40px;
    line-height: 36px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
}
.ttm-pricing-plan.style1 .ttm-feat-cont-body-right {
    display: table-cell;
    position: relative;
    vertical-align: top;
    padding-left: 55px;
}
.ttm-pricing-plan.style1 .ttm-p_table-features {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ttm-pricing-plan.style1 .ttm-p_table-features li {
    position: relative;
    padding: 0;
    font-size: 16px;
    line-height: 36px;
    color: #777;
    width: 100%;
    border: none;
    margin-bottom: 0;
}
.ttm-pricing-plan.style1 .ttm-p_table-features li i {
    padding-right: 15px;
    font-size: 15px;
    line-height: 30px;
}


/* ===============================================
    23.Calendar
------------------------*/
.calendar { 
    text-align: center;
    width: 100%;
}
.calendar header { 
    padding: 36px 20px;
    font-size: 2.2rem;
    font-weight: 500;
    position: relative;
} 
.calendar header span {
    display: inline-block;
    line-height: 1;
    font-size: 16px;
}
.calendar header span i{
    font-size: 20px;
}
.calendar header .button {
    text-align: center;
    position: absolute;
    cursor: pointer;
    top: 27px;
} 
.calendar header .right.button { right: 20px; }
.calendar header .left.button { left: 20px; }
.calendar header .header-label {
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    text-transform: uppercase;
}
.calendar table {
    margin: 0;
    border-collapse: collapse;
} 
.calendar thead th { 
    width: 12%;
    border: 1px solid #e5e5e5;
    padding: 10px 0;
    font-weight: 400;
    text-transform: uppercase; 
    position: relative;
} 
.calendar thead th:not(:last-child) {
    border-right: 1px solid rgba(255,255,255,.35);
}
.calendar table td {
    overflow: hidden;
    position: relative;
    font-size: 20px;
    color: #0a3261;
    padding: 0 !important;
    margin: 0 !important;
    border-right: 1px solid #e5e5e5;
    height: 160px;
}
.calendar .calendar-frame tbody td::after {
    position: absolute;
    content: '';
    display: block;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    left: 0;
    top: 55px;
    right: 0;
    margin: 0 auto;
    border: 2px solid transparent;
}
.calendar .calendar-frame tbody td:not(.disabled).selected { 
    background:#eee; 
    color:#555;  
} 
.calendar .calendar-frame tbody td:hover { 
    cursor: pointer;
}
.calendar .calendar-frame tbody td:last-child {
    cursor: not-allowed;
    color: #ccc !important;
}
.calendar .calendar-frame tbody td:last-child::after {
    border: #f5f5f5 !important;
}
.calendar.small header {
    font-size: 16px;
    padding: 26px 0 26px;
}
.calendar.small header .button { top: 36%;}
.calendar.small table td { height: 80px; font-size: 20px; }
.calendar.small thead th { padding: 14px 0; font-size: 15px; line-height: 1; }
.calendar.small .calendar-frame tbody td::after { content: unset; }


.calender-widget .calendar header .header-label {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
} 
.calender-widget .calendar.small header {
    font-size: 16px;
    height: 16px;
    padding: 9px 0 36px;
}
.calender-widget .calendar.small table td { height: 35px; font-size: 13px; }
.calender-widget .calendar.small header .button { top: 15px; }
.calender-widget .calendar header span i { font-size: 12px; }
.calender-widget .calendar.small thead th { font-size: 10px; padding: 10px 0; }


/* ===============================================
    24.Products
------------------------*/
.product { 
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 35px;
}
.product-thumbnail { position: relative; overflow: hidden; }
.product:hover .product-thumbnail img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.product .onsale {
    color: #fff;
    background-color: #000;
    font-size: 13px;
    padding: 0 10px;
    display: table;
    position: absolute;
    text-align: center;
    top: 20px;
    left: 20px;
    min-width: 50px;
    line-height: 26px;
    z-index: 5;
    min-height: auto;
    font-weight: 400;
    height: 26px;
    width: 55px;
    max-width: 55px;
    vertical-align: top;
    border-radius: 3px;
    margin: 0;
}
.ttm-shop-icon { position: absolute; bottom: 0px; left: 0px; z-index: 1; right: 0; text-align: center; }
.ttm-shop-icon .product-btn {
    height: 48px;
    line-height: 48px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
}
.product:hover .ttm-shop-icon .product-btn {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.product .product-content { 
    padding: 18px;position: 
    relative; 
    border-top: 1px solid #f0f0f0;
    text-align: center;
}
.product .product-content .product-title h2 { margin: 0; font-size: 17px;line-height: 25px; }
.product .ttm-ratting-star,
.widget-top-rated-products .ttm-ratting-star { 
    font-size: 12px;
    letter-spacing: 1px;
    color: #f5cc26!important; 
    padding: 0;
}
.product-price { font-size: 16px; color: #343c5c; font-weight: 600; }
.product-price del { font-size: 15px;color: #7b8095; }
.product-price ins,
.widget-top-rated-products ins { margin-left: 5px; text-decoration: none; }
.widget-top-rated-products ins { padding: 1px 2px; }
.products-ordering,
.products-result-count {
    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;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 50px;
    height: 46px;
}
.products-ordering .orderby {
    position: relative;
}
.products-ordering .orderby:after {
    content: "\f0d7";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 10px;
}
ul.product_list_widget li img {
    width: 80px;
    float: left;
    margin-left: 0;
    margin-right: 15px;
}

/* single-product-details */
.ttm-single-product-details { position: relative;overflow: hidden; }
.ttm-single-product-info { margin-bottom: 30px; }
.ttm-single-product-details div.images { width: 48%; float: left; }
.ttm-single-product-details div.summary { width: 48%; float: right; margin-bottom: 30px; }

.ttm-single-product-details .singel_product_title ,
.ttm-single-product-details h3 { font-size: 30px; line-height: 1; margin-bottom: 8px; }

.summary .price .Price-amount { font-size: 22px;}
.summary .ttm-ratting-star { line-height: 1; padding: 0; margin: 0; margin-right: 5px;display: inline-block; }
.ttm-single-product-details .product-details__short-description { margin-top: 20px; margin-bottom: 30px; }
.screen-reader-text { display: none; }
.quantity .qty {
    height: 41px;
    width: 5.2em;
}
.ttm-single-product-details .summary form.cart { margin-top: 30px; margin-bottom: 30px; }
.ttm-single-product-details form.cart div.quantity { float: left; margin: 0 4px 0 0; }
.sku_wrapper,.posted_in { display: block;}
.sku_wrapper span,.posted_in span { font-weight: 500; }
.posted_in a { font-weight: 400; }
.ttm-single-product-details ul.tabs li a { 
    font-weight: 600; 
    padding: 12px 30px;
    font-size: 15px;
    display: block;
    border: 1px solid #e4e4e4;
    position: relative;
    margin-bottom: 0;
    text-transform: capitalize;
}
.ttm-single-product-details ul.tabs li.active a {
    background-color: #fff !important;
    border-color:#e4e4e4 !important;
    border-bottom: 0 !important;
}
.ttm-single-product-details ul.tabs li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: -1px;
    width: 100%;
    height: 3px;
    opacity: 0;
    background-color: #f7bd00;
}
.ttm-single-product-details ul.tabs li.active a:before { opacity: 1; }
.ttm-single-product-details ul.tabs li { margin: 0 2px; }
.ttm-single-product-details ul.tabs li:first-child { margin-left: 0; }
.ttm-single-product-details .ttm-tabs .content-inner h2 { font-size: 24px; line-height: 1; }
.ttm-single-product-details .ttm-tabs .tabs { margin-bottom: 0; }
.ttm-single-product-details .ttm-tabs .content-tab { 
    width: 100%;
    background: #fff!important;
    margin-top: -2px;
    padding: 30px;
    border: 1px solid #ececec;
}
.related.products { margin-top: 50px; }

#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;
}
#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: 12px; margin-bottom: 9px; }
#reviews #comments ol.commentlist li .comment-text p.meta .eview__author { font-size: 16px; font-weight: 600; }
.Reviews .star-rating { margin: 0; margin-top: 7px;  float: right; }
.comment-form-rating { padding-bottom: 20px; }
.comment-form-rating .stars { margin: 0; padding: 0; margin-bottom: 15px; color: #ffdd20; }
#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%;
    margin: 0 0;
}
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: normal;
    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; }
.checkout abbr { color: red; }
.checkout .form-group .form-control { padding: 10px 15px; }
.shop_table {
    border: 1px solid #ededed;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0px;
}
table.shop_table .Price-amount { color: #4d5257; }
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 .form-control { width: 150px;  float: left; padding: 12px; }
.quantity , .quantity input { height: 41px; width: 88px; }
.coupon { float: left; }
table.shop_table td.actions .input-text { width: 150px; }
.coupon .form-control { 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-size: 14px;
    line-height: 1;
    text-align: center;
}
button[disabled], html input[disabled] { cursor: not-allowed; opacity: .5; }
.cart-collaterals { margin-top: 60px; }
.cart-collaterals .cart_totals { float: right; width: 48%; }
.cart_totals h2 { margin-bottom: 15px; font-size: 24px; }
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-process-div { margin: 16px 0; overflow: hidden; text-align: center; }
.checkout-button-separator { display: block; opacity: .5; margin: 0 0 16px; }

/* checkout */
.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;
    font-size: 30px;
    margin-top: 15px;
}
.checkout #payment {
    background: #ebe9eb;
    border-radius: 5px;
}
ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside;
}
#payment .payment_box {
    border-top: 3px solid #a46497;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #f8f9fa;
    color: #515151;
    padding-left: 50px;
}
#payment div.form-row { padding: 1em; }
.checkout-process-div{
    margin: 16px 0;
    overflow: hidden;
}
.checkout-button-separator {
    display: block;
    opacity: .5;
    margin: 0 0 16px;
}
.coupon_toggle .coupon_code {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    border-top: 3px solid;
    background-color: #f8f9fa;
}
.coupon_toggle .coupon_code:before,
#payment .payment_box:before {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 1.5em;
    content: "\e67c";
    font-family: 'themify';
}
.checkout-form input[type="text"],
.checkout-form input[type="tel"],
.checkout-form input[type="email"]{ line-height: normal; }
.checkout .billing-fields h3,
.checkout .additional-fields h3 { font-size: 28px; }
.checkout-form.checkout-form-row-first,
.checkout-form.checkout-form-row-last { width: 47%;  overflow: visible; }
.checkout-form.checkout-form-row-first { float: left; }
.checkout-form.checkout-form-row-last { float: right; }
.checkout-form .required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
}
#payment div.checkout-form { padding: 1em; }
.checkout .checkout-form-row-first, .checkout .checkout-form-row-last { width: 47%; overflow: visible; }
.checkout .checkout-form-row-first { float: left; }
.checkout .checkout-form-row-last { float: right; }


/*** Color Switcher Style
==================================================================== ***/
.cmt_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;
    display: none;
}
.tmtheme_fbar_icons {
    display: block;
    position: relative;
    width: 55px;
    height: 45px;
    line-height: 52px;
    text-align: center;
}
.tmtheme_fbar_icons i {
    display: inline-block;
    vertical-align: middle;
    transition: .3s;
    font-size: 21px;
    color: #232323;
}
.tmtheme_fbar_icons > span {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    color: #232323;
    transform: translateX(-5px);
    transition: 0.5s ease;
    padding: 0 20px;
}
.tmtheme_fbar_icons > span >span {
    padding-left: 5px;
}
.tmtheme_fbar_icons > span:after {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -10px;
    right: -15px;
    width: 15px;
    background-color: #fff;
    height: 55px;
}
.tmtheme_fbar_icons:hover > span {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.tm-desctext {
    position: absolute;
    top: 30px;
    background-color: #fff;
    max-width: 400px;
    right: 30px;
    padding: 30px 50px 23px 30px;
    text-align: left;
}
.tm-desctext:before {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ffb120;
}
.tm-iocnbox-btn {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
}

.countersec {
    background: #fff;
    /*box-shadow: 0px 3px 12px 0px #80808063;*/
}

.mt-42 {
    margin-top: -42px;
}