/** 
          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. featured-icon-box

          11. Featured-imagebox

          12. Progress-Bar 

          13. Testimonial

          14. Wrap-Form
**/


/* ===============================================
    1.ttm-row
------------------------*/
.ttm-row{ padding: 90px 0;}
.ttm-row.row_top-section { padding: 0 0; }
.ttm-row.broken-section { padding: 0 0; }
.ttm-row.team-section { padding: 90px 0 0; }
.ttm-row.text_line-section { padding: 40px 0 30px; }


/* ===============================================
    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: .92; }

.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/orthopaedic/bg-image/row-bgimage-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-img2{
    background-image: url(../../images/orthopaedic/bg-image/row-bgimage-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}


/* ===============================================
    5.Col-Bg-Image  
------------------------*/
.ttm-equal-height-image{ display: none; }

/* ===============================================
    6.Section-Title  
------------------------*/
.section-title{ 
    position: relative;
    margin-bottom: 15px;
    z-index: 2;
}
.section-title h5{
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 4px;
    color: inherit;
    position: relative;
}
.section-title h2.title{
    font-weight: 500;
    text-transform: capitalize;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 0;
    background: linear-gradient(to right, #F15A29 0%, #1C75BC 50%, #00A651 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-title .title-header{ 
    position: relative; 
    padding-bottom: 10px;
}
.section-title .title-desc{
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px
}
.section-title.title-style-center_text{
    text-align: center;
    margin-bottom: 0;
}


/* ===============================================
    7.sep_holder
------------------------*/
.ttm-horizontal_sep {
    border-top: 1px solid #f3f3f3;
    display: block;
    position: relative;
}
.ttm-bgcolor-darkgrey .ttm-horizontal_sep{
    border-top-color: rgba(255,255,255,0.04);
}
.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: 0;
    width: 1px;
    z-index: 1;
    background-color: #f3f3f3;
}
.row.no-gutters.ttm-vertical_sep > [class*='col-']:not(:last-child):before{ right: 0; }
.ttm-bgcolor-darkgrey .ttm-vertical_sep > [class*='col-']:not(:last-child):before,
.ttm-bgcolor-skincolor .ttm-vertical_sep > [class*='col-']:not(:last-child):before {
    background-color: rgba(255,255,255,0.06);
}


/* ===============================================
    8.Buttons
------------------------*/
.ttm-btn{ 
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-family: "Saira", sans-serif;
    line-height: normal;
    padding: 11px 32px 11px 31px;
    background: transparent; 
    border-width: 1px ;
    border-style: solid;
    border-color: #eaeff5;
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.ttm-btn:not(.btn-inline)::before ,
.ttm-btn:not(.btn-inline)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 101%;
    z-index: -1;
    background-color: rgba(255,255,255,0.25);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.ttm-btn:not(.btn-inline)::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.ttm-btn:not(.btn-inline):hover::before ,
.ttm-btn:not(.btn-inline):hover::after {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);  
}

.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-bgcolor-darkgrey .ttm-btn:hover.btn-inline.ttm-btn-color-skincolor{
    background-color: transparent;
    color: #fff;
}
.rev-btn.ttm-btn { transition: unset; }
.rev-btn.ttm-btn.ttm-btn-style-fill:hover { background-color: transparent; border-color: currentColor;}
.rev-btn.ttm-btn.ttm-btn-style-fill:before { position: unset; background-color: transparent;}


/** btn-with-icon **/
.ttm-btn i{
    display: inline-block;
    vertical-align: middle;
    text-align: inherit;
    margin-left: 10px;
    transition: .4s;
}
.ttm-btn.ttm-icon-btn-right i { text-align: right; margin-left: 10px; margin-right: 0;}
.ttm-btn.ttm-icon-btn-left i { text-align: left; margin-right: 10px; margin-left: 0;}

/** btn-size-xs **/
.ttm-btn.ttm-btn-size-xs { font-size: 11px; padding: 8px 16px;}
.ttm-btn.ttm-btn-size-xs i { font-size: 10px; line-height: 11px;}
.ttm-btn.ttm-icon-btn-right.ttm-btn-size-xs i { text-align: right; margin-left: 6px; margin-right: 0;}
.ttm-btn.ttm-icon-btn-left.ttm-btn-size-xs i { text-align: left; margin-right: 6px; margin-left: 0;}

/** btn-size-sm **/
.ttm-btn.ttm-btn-size-sm { font-size: 12px; padding: 10px 16px 10px 16px; }
.ttm-btn.ttm-btn-size-sm i { font-size: 13px; line-height: 14px;}

/** btn-size-md **/
.ttm-btn.ttm-btn-size-md { font-size: 13px; padding: 11px 28px 11px 28px;}
.ttm-btn.ttm-btn-size-md i { font-size: 14px; line-height: 15px; font-size: 16px; }

/** btn-size-lg **/
.ttm-btn.ttm-btn-size-lg { font-size: 15px; line-height: 15px; padding: 14px 36px;}
.ttm-btn.ttm-btn-size-lg i { font-size: 16px; line-height: 16px;}

/** btn-shape **/
.ttm-btn.ttm-btn-shape-round { border-radius: 2em; }
.ttm-btn.ttm-btn-shape-rounded { border-radius: 3px; }
.ttm-btn.ttm-btn-shape-square { border-radius: 0; }

/** btn-style-border **/
.ttm-btn.ttm-btn-style-border{ background-color: transparent; border: 1px solid currentColor; }
.ttm-btn.ttm-btn-color-white.ttm-btn-style-border {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

/** btn-inline **/
.ttm-btn.btn-inline{
    padding: 0;
    border: 0;
    background-color: transparent;
}
.ttm-btn.btn-inline i{ 
    display: inline-block;
    vertical-align: middle;
    transition: 0s;
}
.ttm-btn.btn-inline.ttm-icon-btn-right i{ margin-left: 7px; transition: ease-in-out .3s;}
.ttm-btn.btn-inline.ttm-icon-btn-left i{ margin-right: 7px; transition: ease-in-out .3s;}
.ttm-btn.btn-inline i.fa-minus:before { height: 1px; display: block; }
.ttm-btn.btn-inline:hover { opacity: .9; }

.ttm-btn.btn-inline.ttm-icon-btn-right:hover i { margin-left: 11px!important; }
.ttm-btn.btn-inline.ttm-icon-btn-left:hover i { margin-right: 11px!important; }

/* play-btn */
.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-sm{
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin: 0;
    z-index: 2;
}
.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-sm i.fa-play{ 
    padding-left: 5px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}
.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-md{
    display: block;
    height: 67px;
    width: 67px;
    line-height: 67px;
    margin: 0;
    z-index: 2;
}
.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-md i.fa-play{ 
    font-size: 28px;
}
i.fa-play{ padding-left: 5px; }
.ttm-play-icon-btn .ttm-play-icon-animation{
    position: relative;
    display: inline-block;
}
.ttm-play-icon-btn .ttm-play-icon-animation .ttm-icon{ margin-bottom: 0; }
.ttm-play-icon-btn .ttm-play-icon-animation:after, .ttm-play-icon-btn .ttm-play-icon-animation:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}
.ttm-play-icon-btn .ttm-play-icon-animation:after{
    z-index: 1;
    width: calc(100% * 1.3 );
    height: calc(100% * 1.3 );
    opacity: .3;
    background-color: #fff;
}
.ttm-play-icon-btn .ttm-play-icon-animation:before {
    width: calc(100% * 1.6 );
    height: calc(100% * 1.6 );
    opacity: .5;
    background-color: #fff;
}
.ttm-bgcolor-skincolor .ttm-play-icon-btn .ttm-play-icon-animation:after { opacity: .1; }
.ttm-bgcolor-skincolor .ttm-play-icon-btn .ttm-play-icon-animation:before { opacity: .3;}

.ttm-play-icon-btn:hover .ttm-play-icon-animation:after, .ttm-play-icon-btn:hover .ttm-play-icon-animation:before{
    -webkit-animation:sep-anim 1.05s infinite;
    -moz-animation:sep-anim 1.05s infinite;
    -ms-animation:sep-anim 1.05s infinite;
    -o-animation:sep-anim 1.05s infinite;
    animation:sep-anim 1.05s infinite;
}
@-webkit-keyframes sep-anim{ 100% { width:200%;height:200%;opacity:0 } }
@keyframes sep-anim{ 100% { width:200%;height:200%;opacity:0 } }


/* ===============================================
    9.Icons
------------------------*/
.ttm-icon{
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid transparent;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    box-sizing: content-box;
    position: relative;
}
.ttm-icon i {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/** icon-size-xs **/
.ttm-icon.ttm-icon_element-size-xs { height: 40px; width: 40px; line-height: 40px; }
.ttm-icon.ttm-icon_element-size-xs i { font-size: 18px; }

/** icon-size-sm **/
.ttm-icon.ttm-icon_element-size-sm { height: 50px; width: 50px; line-height: 50px; }
.ttm-icon.ttm-icon_element-size-sm i { font-size: 30px; }

/** icon-size-md **/
.ttm-icon.ttm-icon_element-size-md { height: 77px; width: 77px; line-height: 77px }
.ttm-icon.ttm-icon_element-size-md i { font-size: 42px; }

/** icon-size-lg **/
.ttm-icon.ttm-icon_element-size-lg { height: 88px; width: 88px; line-height: 88px; }
.ttm-icon.ttm-icon_element-size-lg i { font-size: 48px; }

/** icon-size-xl **/
.ttm-icon.ttm-icon_element-size-xl { height: 100px; width: 100px; line-height: 100px; }
.ttm-icon.ttm-icon_element-size-xl i { font-size: 58px; }

.ttm-icon.ttm-icon_element-onlytxt { height: auto; width: auto; line-height: 1;}
.ttm-icon.ttm-icon_element-onlytxt i { 
    position: unset;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

/** icon-shape **/
.ttm-icon.ttm-icon_element-style-round { border-radius: 5px; }
.ttm-icon.ttm-icon_element-style-rounded { border-radius: 50%; }
.ttm-icon.ttm-icon_element-style-square { border-radius: 0;}


/* ttm-list-style-icon */
.ttm-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
}
.ttm-list li {
    position: relative;
    padding-bottom: 11px;
}
.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: 4px;
    font-weight: 700;
}
.ttm-list.ttm-list-style-icon li i.fa-minus:before{
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    height: 2px;
    width: 7px;
    background-color: currentcolor;
}
.ttm-list.ttm-list-style-icon .ttm-list-li-content {
    display: inline-block;
    padding-left: 25px;
}


/* ===============================================
    10.featured-icon-box ( only contents )
------------------------*/
.featured-icon-box { position: relative; margin: 15px 0; }
.featured-icon-box .ttm-icon{ margin-bottom: 0; }
.featured-title h5{ font-size: 20px; line-height: 26px; margin-bottom: 9px; font-weight: 500; text-transform: capitalize;}

.featured-icon-box.icon-align-before-content .featured-icon,
.featured-icon-box.icon-align-before-content .featured-content,
.featured-icon-box.icon-align-before-title .featured-title,
.featured-icon-box.icon-align-before-title .featured-icon {
    display: table-cell;
    vertical-align: middle;
}
.featured-icon-box.icon-align-before-content .featured-icon i { display: inline-block; vertical-align: middle; }
.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-icon {
    vertical-align: top;
    padding-top: 4px;
}
.featured-icon-box.icon-align-before-content .featured-content, 
.featured-icon-box.icon-align-before-title .featured-title{ padding-left: 15px; }
.featured-icon-box.icon-align-before-content .featured-title h5 { margin-bottom: 6px; }
.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;
}
.featured-icon-box.icon-align-before-title .featured-content{ margin-top: 20px; }
.featured-icon-box.icon-align-top-content .featured-content { padding-top: 20px; }

.container{ counter-reset: featuredbox-number; }
.featuredbox-number .ttm-num:before{ 
    counter-increment: featuredbox-number; 
    content: counter(featuredbox-number, decimal-leading-zero) " " ; 
}

/* style1 */
.featured-icon-box.icon-align-top-content.box-style1 {
    display: table;
    width: 100%;
    margin: 0;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.featured-icon-box.icon-align-top-content.box-style1 .featured-icon-box-inner {
    background: #fff;
    padding: 40px 0 0;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.featured-icon-box.icon-align-top-content.box-style1 .ttm-icon.ttm-icon_element-size-lg i{ 
    font-size: 45px;
    margin-bottom: -10px;
}
.featured-icon-box.icon-align-top-content.box-style1 .featured-title h5{ margin-bottom: 0; line-height: 24px;}
.featured-icon-box.icon-align-top-content.box-style1 .featured-desc p{ 
    margin-bottom: 0; 
    font-size: 13px; 
    padding: 10px 20px;
    line-height: 20px;
}
.featured-icon-box.icon-align-top-content.box-style1 a.di_link{ 
    width: 35px;
    height: 35px;
    display: block;
    font-size: 18px;
    line-height: 33px;
    border-radius: 50%;
    margin: 0 auto;
    color: #fff;
    border: 1px solid;
}
.featured-icon-box.icon-align-top-content.box-style1 a.di_link:hover { 
    background-color: #fff;
}
.featured-icon-box.icon-align-top-content.box-style1 .ttm-di_links {
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
}
.featured-icon-box.icon-align-top-content.box-style1:hover .ttm-di_links {
    margin-top: 20px;
    margin-bottom: 40px; 
    opacity: 1;
}

/* style2 */
.featured-icon-box.icon-align-before-content.box-style2 {
    padding-bottom: 102px;
    margin: 20px 0;
}
.featured-icon-box.icon-align-before-content.box-style2 .featured-icon{ 
    padding-right: 15px;
}
.featured-icon-box.icon-align-before-content.box-style2:last-child{ padding-bottom: 0; margin-bottom: 0;}
.featured-icon-box.icon-align-before-content.box-style2 .featured-icon .ttm-icon{
    height: 88px;
    width: 88px;
    line-height: 88px;
}
.featured-icon-box.icon-align-before-content.box-style2 .featured-icon .ttm-icon i{
    font-size: 45px;
}
.featured-icon-box.icon-align-before-content.box-style2:not(:last-child) .featured-icon .ttm-icon:before ,
.featured-icon-box.icon-align-before-content.box-style2:not(:last-child) .featured-icon .ttm-icon:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.12);
    width: 1px;
    height: 97%;
    position: absolute;
    left: 40px;
    top: 110px;
    right: 0;
}
.featured-icon-box.icon-align-before-content.box-style2:not(:last-child) .featured-icon .ttm-icon:after {
    left: 50px;
    top: 127px;
    right: 0;
}
.featured-icon-box.icon-align-before-content.box-style2 .featured-title h5 {
    margin-bottom: 10px;
}


/* style3 */
.featured-icon-box.icon-align-top-content.box-style3{
    padding: 0 25px;
    margin-top: 30px;
}
.featured-icon-box.icon-align-top-content.box-style3 .featured-content{
    margin-top: 20px;
}
.featured-icon-box.icon-align-top-content.box-style3 .ttm-icon{
    border-radius: 50%;
    height: 89px;
    width: 89px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, 0.1);
    background-color: rgba(255,255,255, 0.08);
}
.featured-icon-box.icon-align-top-content.box-style3 .ttm-icon i{
    font-size: 37px;
}
.featured-icon-box.icon-align-top-content.box-style3 .ttm-icon::before{
    position: absolute;
    content: '';
    left: -18px;
    top: -18px;
    height: 125px;
    width: 125px;
    line-height: 125px;
    display: inline-block;
    border: 1.99px dashed #dbe1ee;
    border-radius: 50%;
    opacity: .16;
}
.featured-icon-box.icon-align-top-content.box-style3:hover .ttm-icon::before{
    -webkit-animation: processrotate 14s infinite linear;
    -moz-animation: processrotate 14s infinite linear;
    -o-animation: processrotate 14s infinite linear;
    animation: processrotate 14s infinite linear;
}

@-webkit-keyframes processrotate {
    0% {
        -webkit-transform: rotate(0deg);
        opacity: 1;
      }

    50% {
        -webkit-transform: rotate(180deg);
        opacity: 0.7;
      }
    100% {
        -webkit-transform: rotate(360deg);
        opacity: 1;
      }
}
@-moz-keyframes processrotate {
    0% {
        -moz-transform: rotate(0deg);
        opacity: 1;
      }

    50% {
        -moz-transform: rotate(180deg);
        opacity: 0.7;
      }
    100% {
        -moz-transform: rotate(360deg);
        opacity: 1;
      }
}
@-o-keyframes processrotate {
    0% {
        -o-transform: rotate(0deg);
        opacity: 1;
      }

    50% {
        -o-transform: rotate(180deg);
        opacity: 0.7;
      }
    100% {
        -o-transform: rotate(360deg);
        opacity: 1;
      }
}

@keyframes processrotate {
     0% {
        transform: rotate(0deg);
        opacity: 1;
      }

    50% {
        transform: rotate(180deg);
      }
    100% {
        transform: rotate(360deg);
        opacity: 1;
      }
}
.featured-icon-box.icon-align-top-content.box-style3 .fea-number {
    font-size: 12px;
    font-weight: 700;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: none;
    display: block;
    text-align: center;
    position: absolute;
    right: -18px;
    bottom: -18px;
    z-index: 10;
    background-color: #fff;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.featured-icon-box.icon-align-top-content.box-style3 .arrow {
    position: absolute;
    margin: 0 auto;
    width: 100px;
    right: -30px;
    top: 15px;
    opacity: .16;
}
.featured-icon-box.icon-align-top-content.box-style3 .arrow .process-title {
    position: absolute;
    margin: 0 auto;
    width: 100px;
    left: 30%;
    top: 40%;
}
.featured-icon-box.icon-align-top-content.box-style3 .arrow.flip-arrow{ 
    top: 40px;
}

/* style4 */
.featured-icon-box.icon-align-top-content.box-style4{
    padding: 0px;
    /* margin-top: 30px; */
    position: relative;
}
.featured-icon-box.icon-align-top-content.box-style4 .featured-content{
    margin-bottom: 20px;
}
.featured-icon-box.icon-align-top-content.box-style4 .featured-content h5{
    margin-bottom: 20px;
    font-size: 15px;
}
.featured-icon-box.icon-align-top-content.box-style4 .ttm-icon{
    border-radius: 50%;
    height: 40px;
    width: 40px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, 0.1);
    background: linear-gradient(to right, #F15A29 0%, #1C75BC 50%, #00A651 100%);
}
.featured-icon-box.icon-align-top-content.box-style4 .ttm-icon i{
    font-size: 25px;
}
.featured-icon-box.icon-align-top-content.box-style4 .ttm-icon::before{
    position: absolute;
    content: '';
    left: -18px;
    top: -18px;
    height: 80px;
    width: 80px;
    line-height: 125px;
    display: inline-block;
    border: 1.99px dashed #dbe1ee;
    border-radius: 50%;
    opacity: .16;
}
.featured-icon-box.icon-align-top-content.box-style4 .ttm-icon::before{
    -webkit-animation: processrotate 14s infinite linear;
    -moz-animation: processrotate 14s infinite linear;
    -o-animation: processrotate 14s infinite linear;
    animation: processrotate 14s infinite linear;
}

@-webkit-keyframes processrotate {
    0% {
        -webkit-transform: rotate(0deg);
        opacity: 1;
      }

    50% {
        -webkit-transform: rotate(180deg);
        opacity: 0.7;
      }
    100% {
        -webkit-transform: rotate(360deg);
        opacity: 1;
      }
}
@-moz-keyframes processrotate {
    0% {
        -moz-transform: rotate(0deg);
        opacity: 1;
      }

    50% {
        -moz-transform: rotate(180deg);
        opacity: 0.7;
      }
    100% {
        -moz-transform: rotate(360deg);
        opacity: 1;
      }
}
@-o-keyframes processrotate {
    0% {
        -o-transform: rotate(0deg);
        opacity: 1;
      }

    50% {
        -o-transform: rotate(180deg);
        opacity: 0.7;
      }
    100% {
        -o-transform: rotate(360deg);
        opacity: 1;
      }
}

@keyframes processrotate {
     0% {
        transform: rotate(0deg);
        opacity: 1;
      }

    50% {
        transform: rotate(180deg);
      }
    100% {
        transform: rotate(360deg);
        opacity: 1;
      }
}
.featured-icon-box.icon-align-top-content.box-style4 .fea-number {
    font-size: 12px;
    font-weight: 700;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: none;
    display: block;
    text-align: center;
    position: absolute;
    right: -35px;
    bottom: -18px;
    z-index: 10;
    background-color: #fff;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.featured-icon-box.icon-align-top-content.box-style4 .arrow {
    position: absolute;
    /* margin: 0 auto; */
    width: auto;
    height: 50px;
    right: -55px;
    top: 23px;
    /* opacity: .16; */
    border-left: dashed 2px;
    font-size: 10px;
    bottom: 0px;
}
.featured-icon-box.icon-align-top-content.box-style4 .arrow .process-title {
    position: absolute;
    margin: 0 auto;
    width: 100px;
    left: 7px;
    bottom: -10px;
    text-align: left;
    line-height: 8px;
}
.featured-icon-box.icon-align-top-content.box-style4 .arrow.flip-arrow{ 
    top: 40px;
}
.featured-icon-box.icon-align-top-content.box-style4 .arrow::after {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -6px;
    bottom: -10px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: solid 2px #ddd;
}

.process-details {
    position: relative;
}
.process-details::after {
    border-bottom: 4px solid rgba(255, 255, 255);
    position: relative;
}

.process-line {
position: absolute;
width: auto;
top: 110px;
left: 70px;
right: 70px;
}
.process-line:before{
    position: absolute;
    content: "";
    bottom: 6px;
    left: 0%;
    right: 0%;
    height: 4px;
    background: linear-gradient(to right, #F15A29 0%, #1C75BC 50%, #00A651 100%);
}
.process-line-dashed {
    position: absolute;
    width: auto;
    top: 109px;
    left: 0px;
    right: 0px;
    }
.process-line-dashed:before{
    position: absolute;
    content: "";
    bottom: 6px;
    left: 0%;
    right: 0%;
    height: 4px;
    border-bottom: dashed 2px;
}
.process-line-border:before{
    position: absolute;
    content: "";
    bottom: 6px;
    left: 8%;
    right: 7%;
    border-bottom: dashed 2px #ddd;
}

.ttm-process-tabs.ttm-process-tab-style-01 ul.process-tabs li:first-child span:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    text-align: left;
    margin: 0;
}
.ttm-process-tabs.ttm-process-tab-style-01 ul.process-tabs li:nth-child(2) span:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    text-align: left;
    margin: 0;
}



/* ===============================================
    11.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: 1;
    visibility: visible;
}
 

/* team-3 */
.featured-imagebox-team.style3 .featured-content {
    text-align: center;
    position: relative;
    padding: 22px 15px 18px;
    border-bottom: 0 solid transparent;
    -webkit-box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
    -moz-box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
    box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
    overflow: hidden;
}
.featured-imagebox-team.style3 .featured-content:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    width: 64px;
    text-align: center;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
    background-color: inherit;
}
.featured-imagebox-team.style3:hover .featured-content:before{
    width: 100%;
}
.featured-imagebox-team.style3 .category {
    font-size: 13px;
    margin: 0;
}
.featured-imagebox-team.style3 .media-block{
    position: absolute;
    right: 28px;
    top: 22px;
}
.featured-imagebox-team.style3 .media-block:hover{
    z-index: 1;
}
.featured-imagebox-team.style3 .media-block .media-btn{
    display: block;
    text-align: center;
    height: 38px;
    width: 38px;
    line-height: 40px;
    background: #fff;
    border-radius: 100%;
    font-weight: 900;
    font-size: 15px;
    margin-bottom: 10px;
    z-index: 4;
    position: relative;
    -webkit-transition: all 0.4s ease-out 0s;
}
.featured-imagebox-team.style3 .media-block .media-btn i{
    font-weight: 900;
}
.featured-imagebox-team.style3:hover .media-block .media-btn{
    -ms-transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
}
.featured-imagebox-team.style3 .media-block .social-icons ul{
    opacity: 0;
}
.featured-imagebox-team.style3 .media-block .social-icons li {
    margin-bottom: 10px; 
    position: relative; 
    display: block;
    opacity: 0; 
    width: 38px; 
    height: 38px;
    visibility: hidden;
    -webkit-transform: translateY(-100%) rotate(0); 
    transform: translateY(-100%) rotate(0); 
    -webkit-transition: all 0.5s; 
    transition: all 0.5s; 
}
.featured-imagebox-team.style3 .media-block .social-icons li a {
    text-align: center; 
    font-size: 14px; 
    width: 100%; 
    height: 100%; 
    border-radius: 50%;
    display: flex;  
    align-items: center;  
    justify-content: center; 
    text-align: center; 
    background: #ffffff; 
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.featured-imagebox-team.style3 .media-block .media-btn,
.featured-imagebox-team.style3 .media-block .social-icons li a {
    -webkit-box-shadow: 10px 7px 30px 0px rgba(0, 42, 106, 0.1);
    -moz-box-shadow: 10px 7px 30px 0px rgba(0, 42, 106, 0.1);
    box-shadow: 10px 7px 30px 0px rgba(0, 42, 106, 0.1);
}
.featured-imagebox-team.style3 .media-block:hover .media-btn {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.featured-imagebox-team.style3 .media-block:hover .social-icons ul,
.featured-imagebox-team.style3 .media-block:hover .social-icons li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0) rotate(360deg);
    transform: translateY(0) rotate(360deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.featured-imagebox-team.style3 .media-block:hover .social-icons li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.featured-imagebox-team.style3 .media-block:hover .social-icons li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.featured-imagebox-team.style3 .media-block:hover .social-icons li:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.featured-imagebox-team.style3 .media-block:hover .social-icons li:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}


/* ===============================================
    13.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: 14px;}
.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;}


/* ttm-testimonial-box-view-style2 */
.testimonials.ttm-testimonial-box-view-style2{
    display: block;
    width: 100%;
    z-index: 1;
    position: relative;
    text-align: center;
    margin: 0px auto;
    margin-top: 15px;
}
.testimonials.ttm-testimonial-box-view-style2 .testimonial-img {
    position: relative;
    top: -40px;
}
.testimonials.ttm-testimonial-box-view-style2 .testimonial-img img{
    height: 77px;
    width: 77px;
    display: block;
    line-height: 77px;
    border-radius: 50%;
    margin: 0px auto;
}
.testimonials.ttm-testimonial-box-view-style2 .testimonial-content blockquote{
    position: relative;
    background-color: rgb(255, 255, 255);
    padding: 30px 25px 65px;
    margin-top: 5px;
    font-style: normal;
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    font-style: italic;
    box-shadow: rgba(43, 52, 59, 0.1) 0px 0px 10px 0px;
}
.testimonials.ttm-testimonial-box-view-style2 .testimonial-content blockquote::before {
    display: block;
    height: 3px;
    content: "";
    position: absolute;
    left: 24%;
    bottom: 0px;
    width: 52%;
    transition: all 0.5s ease 0s;
}
.testimonials.ttm-testimonial-box-view-style2:hover .testimonial-content blockquote::before {
    width: 100%;
    left: 0px;
}
.testimonials.ttm-testimonial-box-view-style2 .testimonial-content blockquote::after {
    position: absolute;
    content: "​‌“";
    font-family: "Playfair Display", serif;
    color: rgb(11, 12, 38);
    font-size: 138px;
    line-height: 138px;
    top: 0px;
    left: 40px;
    opacity: 0.06;
}
.testimonials.ttm-testimonial-box-view-style2  .testimonial-caption{
    padding-top: 0px;
    margin-top: -23px;
    margin-bottom: -5px;
}
.testimonials.ttm-testimonial-box-view-style2 .testimonial-content .testimonial-caption h5{
    font-size: 18px;
    line-height: 19px;
    margin-bottom: 0px;
    font-weight: 500;
}
.testimonials.ttm-testimonial-box-view-style2 .testimonial-content .testimonial-caption label{
    font-size: 13px;
    font-weight: normal;
}


/* ===============================================
    14.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;
}

/* contactform */
.wrap-form.contact_form span.text-input i {
    position: absolute;
    left: 0;
    top: 20px;
    opacity: .9;
    font-size: 16px;
    z-index: 1;
}
.wrap-form.contact_form span.text-input input, 
.wrap-form.contact_form span.text-input textarea,
.wrap-form.contact_form span.text-input select {
    border-radius: 0;
    color: rgba(0,0,0,.60);
    background-color: #f7f7f7;
    border-color: #f1f1f1;
}
.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;
}

.appoint_form span.text-input input, 
.appoint_form span.text-input select {
    border: 1px solid transparent;
    background-color: #f9fafa;
    color: #9dabaf;
    width: 100%;
    padding: 10px 15px;
    padding-left: 41px;
    font-size: 13px;
    letter-spacing: 0;
    border-radius: 0;
}
.appoint_form span.text-input select{ height: 47px; }
.appoint_form span.text-input input::-webkit-input-placeholder,
.appoint_form span.text-input select { color: #8093a8; }
.appoint_form span.text-input select option{
    padding: 10px 0;
}
.appoint_form span.text-input select {
   -webkit-appearance:none;
   -moz-appearance:none;
   -ms-appearance:none;
   appearance:none;
   outline:0;
   box-shadow:none;
   border:0!important;
   background-image: none;
}
.appoint_form span.text-input select::-ms-expand {
   display: none;
}
.appoint_form button[type="submit"] {
    padding: 15px 25px;
    margin-top: 15px;
    width: 100%;
    font-size: 14px;
    line-height: 1;
}
.appoint_form span.text-input > i { 
    color: #8093a8;
    top: 16px;
    left: 15px;
}
.bg-gradient {
    color: #fff !important;
    background-image: linear-gradient(to right bottom, #f15a29, #f54360, #e1458e, #b958b1, #8269c3, #5f76ca, #3780c9, #0088c2, #0094c0, #009ea9, #00a482, #00a651)!important;
    border: solid 1px #fff;
}
