/** 
          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

**/

/* ===============================================
    1.ttm-row
------------------------*/
.ttm-row {
    padding: 90px 0;
}

.ttm-row.image-section {
    padding: 0;
}

.ttm-row.cta-section {
    padding: 110px 0;
}


.ttm-row.client-section {
    padding: 120px 0 0px;
}


.ttm-row.client-section1 {
    padding: 10px 0 45px 0;
}

/* ===============================================
    2.Row-Equal-Height
------------------------*/
.row-equal-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.row-equal-height > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* ===============================================
    3.Bg-Layer 
------------------------*/
.ttm-bg {
    position: relative;
}

.ttm-col-bgimage-yes {
    z-index: 1;
}

.bg-layer-equal-height .ttm-col-bgimage-yes, .bg-layer-equal-height .ttm-col-bgcolor-yes {
    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: -500px;
    right: 0;
}

.ttm-right-span > .ttm-col-wrapper-bg-layer {
    width: auto;
    margin-right: -500px;
    right: 0;
}

.layer-content {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.bg-layer {
    position: relative;
}

.bg-layer > .container > .row {
    margin: 0;
}

.bg-layer > .container, .bg-layer > .container-fluid {
    padding: 0;
}

.ttm-bg.ttm-bgimage-yes >.ttm-bg-layer, .ttm-bg.ttm-col-bgimage-yes > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
    opacity: .88;
}

.ttm-bgcolor-darkgrey.ttm-bg.ttm-bgimage-yes >.ttm-bg-layer, .ttm-bg.ttm-col-bgimage-yes > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
    opacity: .90;
}

.ttm-bgcolor-white.ttm-bg.ttm-bgimage-yes >.ttm-bg-layer, .ttm-bgcolor-white.ttm-bg.ttm-col-bgimage-yes > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
    opacity: .94;
}

.ttm-bgcolor-skincolor.ttm-bg.ttm-bgimage-yes >.ttm-bg-layer, .ttm-bgcolor-white.ttm-bg.ttm-col-bgimage-yes > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
    opacity: .91;
}

/* ===============================================
    4.Row-Bg-Image  
------------------------*/
.bg-img1 {
    background-image: url(../images/bg-image/row-bg-one.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-img2 {
    background-image: url(../images/bg-image/row-bgimage-2.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center bottom;
}

.bg-img3 {
    background-image: url(../images/bg-image/footerbg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.bg-img4 {
    background-image: url(../images/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;
}

.col-bg-img-one.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/columnbg-3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.col-bg-img-two.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/columnbg-4.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.col-bg-img-three.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-7.jpg) !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

/* ===============================================
    6.Section-Title  
------------------------*/
.section-title {
    position: relative;
    margin-bottom: 15px;
}

.section-title h5 {
    font-family: "Barlow Condensed", Arial, Helvetica, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 3px;
    color: #7f8284;
    border-bottom: 2px solid;
    display: inline-block;
    border-color: #ffaa01;
    margin-bottom: 8px;
}

.section-title h2.title {
    margin-bottom: 10px;
    font-family: "Barlow Condensed", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 70px;
    color: #002c42;
}

.section-title h2.title b {
    position: relative;
    display: inline-block;
    z-index: 1;
    font-weight: 600 !important;
}

.section-title h2.title b:after {
    display: block;
    height: 42px;
    content: '';
    position: absolute;
    left: -4px;
    width: 275px;
    bottom: -10px;
    background-color: #ffaa01;
    -webkit-mask-box-image: url(../images/highlight-word.svg);
    mask: url(../images/highlight-word.svg);
    z-index: -1;
}

.section-title .title-desc p {
    padding-bottom: 0px;
    margin: 0;
}

.section-title h4.title {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 0;
}

.section-title.title-style-center_text {
    text-align: center;
}

.section-title.title-style-center_text .title-desc p {
    margin-bottom: 15px;
    width: 55%;
    margin: 0 auto;
}

.section-title .title-header {
    padding-bottom: 11px;
}

.row-title .section-title h2 {
    font-size: 60px;
    line-height: 70px;
}

.row-title .section-title {
    margin-bottom: 20px;
}

h3.col-title {
    font-size: 32px;
    line-height: 46px;
}

/* ===============================================
    7.sep_holder
------------------------*/
.ttm-horizontal_sep {
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
}

.ttm-bgcolor-darkgrey .ttm-horizontal_sep {
    border-top-color: rgba(255, 255, 255, 0.08);
}

.ttm-bgcolor-white .ttm-horizontal_sep {
    border-top-color: #f1f1f1;
}

.border, .border-top, .border-left, .border-bottom, .border-right {
    border-color: #ebf0f4 !important;
}

.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.06);
}

.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, .21);   /* background-color: rgb(0 44 66);*/
}

/**/
p.ttm-horizontal_sep_text {
    background-color: #fff;
    position: absolute;
    left: 34.3%;
    top: -76px;
    height: 35px;
    width: 35px;
    line-height: 30px;
    margin-bottom: 0;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgb(43 52 59 / 10%);
}

/* ===============================================
    8.Buttons
------------------------*/
.ttm-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    padding: 11px 32px 11px 31px;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeff5;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease 0s;
    font-family: "Barlow Condensed", Arial, Helvetica, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.ttm-btn.ttm-icon-btn-left {
    padding-left: 22px;
    transition: unset;
}

.ttm-btn.ttm-icon-btn-right {
    padding-right: 22px;
    transition: unset;
}

.ttm-btn.ttm-icon-btn-right i {
    right: 2px;
}

.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 20px;
}

.ttm-btn.ttm-btn-size-xs i {
    font-size: 10px;
    line-height: 11px;
}

.ttm-btn.ttm-icon-btn-right.ttm-btn-size-xs i {
    text-align: right;
    margin-left: 6px;
    margin-right: 0;
}

.ttm-btn.ttm-icon-btn-left.ttm-btn-size-xs i {
    text-align: left;
    margin-right: 6px;
    margin-left: 0;
}

/** btn-size-sm **/
.ttm-btn.ttm-btn-size-sm {
    font-size: 13px;
    padding: 11px 20px;
}

.ttm-btn.ttm-btn-size-sm i {
    font-size: 13px;
    line-height: 14px;
}

/** btn-size-md **/
.ttm-btn.ttm-btn-size-md {
    font-size: 18px;
    line-height: 18px;
    padding: 15px 30px 15px 30px;
}

.ttm-btn.ttm-btn-size-md i {
    font-size: 14px;
    line-height: 15px;
    font-size: 16px;
}

/** btn-size-lg **/
.ttm-btn.ttm-btn-size-lg {
    font-size: 18px;
    line-height: 18px;
    padding: 11px 35px;
}

.ttm-btn.ttm-btn-size-lg i {
    font-size: 18px;
    line-height: 18px;
}

/** btn-shape **/
.ttm-btn.ttm-btn-shape-round {
    border-radius: 2em;
}

.ttm-btn.ttm-btn-shape-rounded {
    border-radius: 3px;
}

.ttm-btn.ttm-btn-shape-square {
    border-radius: 0;
}

/** btn-style-border **/
.ttm-btn.ttm-btn-style-border {
    background-color: transparent;
    border: 1px solid currentColor;
}

.ttm-btn.ttm-btn-color-white.ttm-btn-style-border {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

/** btn-inline **/
.ttm-btn.btn-inline {
    text-transform: uppercase;
    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;
    color: #ffaa01 !important;
}

.ttm-bgcolor-darkgrey a:hover.ttm-textcolor-skincolor {
    color: #ffffff !important;
}

a:hover.ttm-textcolor-skincolor {
    color: #002c42 !important;
}

.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 / play-icon */
.ttm-play-icon {
    color: #fff;
    display: block;
    position: relative;
}

.ttm-play-icon .ttm-icon.ttm-icon_element-size-md {
    height: 95px;
    width: 95px;
    line-height: 95px;
    margin: 0;
}

.ttm-play-icon .ttm-play-icon-animation {
    display: inline-block;
    position: relative;
}

.ttm-play-icon .ttm-play-icon-animation:after, .ttm-play-icon .ttm-play-icon-animation:before {
    content: '';
    border: 1px solid;
    border-color: inherit;
    width: 150%;
    height: 150%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: -25%;
    top: -25%;
    opacity: 1;
    -webkit-animation: 1s videoplay-anim linear infinite;
    animation: 1s videoplay-anim linear infinite;
}

.ttm-play-icon .ttm-play-icon-animation:after, .ttm-play-icon .ttm-play-icon-animation:before {
    -webkit-animation: videoplay-anim 1.05s infinite;
    -moz-animation: videoplay-anim 1.05s infinite;
    -ms-animation: videoplay-anim 1.05s infinite;
    -o-animation: videoplay-anim 1.05s infinite;
    animation: videoplay-anim 1.05s infinite;
}

.ttm-play-icon .ttm-play-icon-animation:after {
    border-color: #bfbfbf;
}

.ttm-play-icon .ttm-play-icon-animation:before {
    border-color: #e4e4e4;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-sm {
    display: block;
    height: 55px;
    width: 55px;
    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: #002c42;
}

.ttm-play-icon-btn .ttm-play-icon-animation:before {
    width: calc(100% * 1.6);
    height: calc(100% * 1.6);
    opacity: .5;
    background-color: #002c42;
}

.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 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    box-sizing: content-box;
    position: relative;
}

.ttm-icon i {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    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: 67px;
    width: 67px;
    line-height: 67px
}

.ttm-icon.ttm-icon_element-size-md i {
    font-size: 37px;
}

/** icon-size-lg **/
.ttm-icon.ttm-icon_element-size-lg {
    height: 70px;
    width: 70px;
    line-height: 70px;
}

.ttm-icon.ttm-icon_element-size-lg i {
    font-size: 30px;
}

/** 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: 58px;
}

.ttm-icon.ttm-icon_element-onlytxt {
    height: auto;
    width: auto;
    line-height: 1;
}

.ttm-icon.ttm-icon_element-onlytxt i {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    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: 16px;
}

.ttm-list.ttm-list-style-icon.font-weight-normal li i, .ttm-list.ttm-list-style-icon.font-weight-normal .ttm-list-li-content {
    font-weight: normal;
    padding-bottom: 2px;
}

.ttm-list.ttm-list-style-icon li {
    position: relative;   /* display: inline-block;*/
    padding-bottom: 8px;
}

.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: 30px;
    font-weight: 500;
}

.ttm-list.ttm-bordered-lists li {
    padding: 13px 0 13px 0;
    display: block;
}

.ttm-list.ttm-bordered-lists li+li {
    border-top: 1px solid #eee;
}

.row > [class*='col']:nth-of-type(even) > .ttm-list.ttm-bordered-lists li:before {
    content: "";
    position: absolute;
    border-right: 1px solid #ebebeb;
    width: 1px;
    height: 65%;
    top: 18%;
    left: -15px;
}

.ttm-list.ttm-bordered-lists.ttm-list-style-icon li i {
    top: 19px;
}

/* ttm-video-icon */
.ttm-video-icon .ttm-icon.ttm-icon_element-size-md {
    height: 98px;
    width: 98px;
    line-height: 98px;
}

.ttm-video-icon .ttm-icon.ttm-icon_element-size-md i {
    font-size: 40px;
}

.ttm-right-video-icon, .ttm-left-video-icon, .ttm-center-video-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}

/* ===============================================
    10.Fid
------------------------*/
.inside {
    position: relative;
    transition: all .4s;
    padding: 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: table-cell;
    vertical-align: top;
}

.ttm-fid-view-lefticon .ttm-fid-contents, .ttm-fid-view-righticon .ttm-fid-icon-wrapper {
    padding-left: 20px;
    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 {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 0;
}

.inside h3 {
    margin-bottom: 0;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    padding-top: 0;
    color: inherit;
}

.ttm-fid span:not(.numinate) {
    opacity: 1;
    font-size: 35px;
    font-weight: 600;
    bottom: 0;
}

.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-fid.ttm-fid-with-icon.style1 {
    padding: 35px 30px 40px 30px;
    position: relative;
    overflow: hidden;
    border: 1px solid #eaeaea;
}

.ttm-fid.ttm-fid-with-icon.style1:before {
    margin-top: -75px;
}

.ttm-fid.ttm-fid-with-icon.style1:hover:before {
    top: 0;
}

.ttm-fid.ttm-fid-with-icon.style1:hover:after {
    bottom: 0;
}

.ttm-fid.ttm-fid-with-icon.style1:after {
    margin-bottom: -80px;
    bottom: 0;
}

.ttm-fid.ttm-fid-with-icon.style1:before, .ttm-fid.ttm-fid-with-icon.style1:after {
    content: '';
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0px;
    width: 3px;
    height: 75px;
    background-color: #ffaa01;
    transition: all 0.5s ease-in-out;
}

.ttm-fid.ttm-fid-with-icon.style1 .ttm-fid-icon-wrapper i {
    font-size: 50px;
    line-height: 60px;
    color: #ffaa01;
}

.ttm-fid.ttm-fid-with-icon.style1:hover:before, .ttm-fid.ttm-fid-with-icon.style1:hover:after {
    height: 100%;
}

.ttm-fid.ttm-fid-with-icon.style1 .ttm-fid-contents {
    margin-top: 8px;
}

.ttm-fid.ttm-fid-with-icon.style1 .ttm-fid-contents .ttm-fid-title {
    font-size: 16px;
    font-weight: 500;
    bottom: 0;
}

.ttm-fid.ttm-fid-with-icon.style1 .ttm-fid-contents h4 {
    margin-bottom: 0;
}

.ttm-fid.ttm-fid-with-icon.style1 .ttm-fid-contents .ttm-fid-inner span {
    font-size: 45px;
    line-height: 50px;
    font-weight: 600;
}

/*style2*/
.ttm-fid.ttm-fid-with-icon.style2 {
    text-align: center;
    padding: 40px 30px 45px;
    margin-top: 20px;
    border: 2px solid rgba(255, 255, 255, 0.07) !important;
    position: relative;
}

.ttm-fid.ttm-fid-with-icon.style2:before {
    display: block;
    height: 92%;
    content: '';
    position: absolute;
    left: 4%;
    width: 92%;
    bottom: 4%;
    background-color: rgba(255, 255, 255, 0.07);
}

.ttm-fid.ttm-fid-with-icon.style2 .ttm-fid-icon-wrapper i {
    margin-bottom: 0px;
    line-height: 61px;
    border-radius: 50%;
    position: relative;
    font-size: 60px;
    color: #ffaa01;
}

.ttm-fid.ttm-fid-with-icon.style2 .ttm-fid-contents {
    margin-top: 8px;
}

.ttm-fid.ttm-fid-with-icon.style2 .ttm-fid-contents .ttm-fid-title {
    margin-bottom: 0;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    padding-top: 0px;
    color: inherit;
}

.ttm-fid.ttm-fid-with-icon.style2 .ttm-fid-contents h4 {
    margin-bottom: 0;
}

.ttm-fid.ttm-fid-with-icon.style2 .ttm-fid-contents .ttm-fid-inner span {
    font-size: 45px;
    line-height: 50px;
    font-weight: 600;
    font-family: "Barlow Condensed", Arial, Helvetica, sans-serif;
}

/* ===============================================
    11.featured-icon-box ( only contents )
------------------------*/
.featured-icon-box {
    position: relative;
    margin: 15px 0;
}

.featured-icon-box .ttm-icon {
    margin-bottom: 0;
}

.featured-title h3 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 12px;
    font-weight: 600;
    text-transform: capitalize;
}

.featured-icon-box.icon-align-before-content .featured-icon, .featured-icon-box.icon-align-before-content .featured-content, .featured-icon-box.icon-align-before-title .featured-title, .featured-icon-box.icon-align-before-title .featured-icon {
    display: table-cell;
    vertical-align: middle;
}

.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 h3 {
    margin-bottom: 13px;
}

.featured-icon-box.icon-align-before-title .featured-title h3 {
    margin-bottom: 0;
}

.featured-icon-box.icon-align-before-content .featured-content .featured-desc p {
    margin-bottom: 0;
}

.featured-icon-box.icon-align-before-title .featured-content {
    margin-top: 15px;
}

.featured-icon-box.icon-align-top-content .featured-content {
    padding-top: 15px;
}

.container-fluid, .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.style1 {
    float: left;
    position: relative;
    margin: 0;
}

.featured-icon-box.style1 .ttm-icon i {
    font-size: 40px;
}

.featured-icon-box.style1 .featured-content {
    padding-top: 10px;
}

.featured-icon-box.style1 .featured-content .featured-desc p {
    margin-bottom: 5px;
}

.featured-icon-box.style1 .featured-content .featured-title h3 {
    margin-bottom: 0;
}

/* style8 */
.featured-icon-box.style8 {
    text-align: left;
    width: 100%;
    padding: 15px 0 0;
}

.featured-icon-box.style8 .ttm-icon {
    font-size: 37px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 15px;
}

.featured-icon-box.style8:hover .featured-icon .ttm-icon {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 11%);
}

.featured-icon-box.style8:hover .featured-icon .ttm-icon:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.featured-icon-box.style8 .featured-icon .ttm-icon:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.featured-icon-box.style8 .ttm-icon i {
    font-size: 37px;
}

.featured-icon-box.style8 .fea_num {
    position: absolute;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    z-index: 1;
    top: -15px;
    left: 51px;
    text-align: center;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.featured-icon-box.style8 .fea_num i {
    display: block;
    font-size: 14px;
    padding-top: 2px;
    font-family: inherit;
}

.featured-icon-box.style8 .featured-icon {
    position: relative;
}

@media (min-width:992px) {
    .featured-icon-box.style8 .featured-icon:after, .featured-icon-box.style8 .featured-icon:before {
        position: absolute;
        content: "";
        width: 110%;
        height: 1px;
        top: 35px;
        z-index: -1;
        left: 70px;
        opacity: .4;
        padding: 3px 0;
        border-bottom: 1px solid #eee;
        border-top: 1px solid #eee;
    }

    .row > div:last-child > .featured-icon-box.style8 .featured-icon:after, .row > div:last-child > .featured-icon-box.style8 .featured-icon:before {
        content: unset;
    }

}

/* ===============================================
   12.featured-imagebox ( contents with image)
------------------------*/
.featured-imagebox, .featured-imagebox .featured-thumbnail {
    position: relative;
    overflow: hidden;
}

.featured-imagebox .featured-thumbnail img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}

.featured-imagebox:hover .featured-thumbnail img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}

.featured-imagebox {
    margin: 15px 0;
}

.featured-imagebox .featured-content .featured-title h3 {
    position: relative;
    overflow: hidden;
    font-size: 24x;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 10px;
    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;
    margin-bottom: 0;
    transition: all .3s;
    display: inline-block;
}

.ttm-box-view-overlay, .ttm-box-view-content-inner {
    position: relative;
    overflow: hidden;
}

.ttm-box-view-overlay:before, .ttm-box-view-content-inner:before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

div:hover > .ttm-box-view-overlay:before, div:hover > .ttm-box-view-content-inner:before {
    opacity: .7;
}

/* post */
.featured-imagebox-post {
    overflow: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.featured-imagebox-post .featured-content .post-meta span {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
    font-weight: 400;
    font-family: "Barlow", Tahoma, Geneva, sans-serif;
}

.featured-imagebox-post .featured-content .post-meta span:last-child {
    margin-right: 0;
}

.featured-imagebox-post .featured-content .post-meta span:not(:last-child):after {
    position: absolute;
    background-color: currentColor;
    display: inline-block;
    content: "/ ";
    color: #555c63;
    width: 1px;
    height: 100%;
    border-radius: 50%;
    vertical-align: middle;
    top: 0;
    background-color: transparent;
    right: -10px;
}

.featured-imagebox-post .featured-content .post-meta span i {
    padding-right: 8px;
    font-size: 14px;
    line-height: 0;
}

.featured-imagebox-post .featured-content .post-meta span i.fa-comments-o {
    font-size: 16px;
}

.featured-imagebox-post .ttm-box-post-date .ttm-entry-date {
    color: #fff;
    display: inline-block;
    padding: 20px 8px;
    z-index: 2;
    font-size: 15px;
}

.ttm-box-post-date .ttm-entry-date .entry-month, .ttm-box-post-date .ttm-entry-date .entry-year {
    font-size: 16px;
    line-height: 1;
    display: block;
    font-weight: 700;
    text-transform: capitalize;
}

.post-category {
    display: inline-block;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1;
    padding: 6px 10px;
    color: #fff;
    margin-bottom: 15px;
}

.post-bottom.ttm-post-link {
    display: flex;
}

.ttm-post-format-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 55.25%;
    padding-top: 25px;
    height: 0;
}

.ttm-post-format-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/*style1*/
.featured-imagebox-post.style1 .featured-content {
    padding: 36px 40px 40px;
    border-top: 3px solid #ffaa01;
    margin-top: 4px;
    background-color: #f6f6f6;
}

.featured-imagebox-post.style1 .featured-content .featured-desc {
    padding-top: 20px;
    margin-bottom: 15px;
}

.featured-imagebox-post.style1.featured-imagebox-post.style6 .featured-content .post-meta {
    padding: 9px 0 7px;
    margin: 0;
    font-size: 13px;
}

.featured-imagebox-post.style1 .featured-content .post-meta .date-link {
    padding-right: 20px;
}

.featured-imagebox-post.style1 .featured-content .post-meta  i {
    padding-right: 5px;
    font-size: 14px;
}

.featured-imagebox-post.style1 .featured-content .featured-title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
}

.featured-imagebox-post.style1 .featured-content  .ttm-btn {
    font-weight: 500;
}

.featured-imagebox-post.style1 .ttm-meta-line.tags-links:after, .featured-imagebox-post.style1 .ttm-meta-line.byline:after {
    display: none;
}

.featured-imagebox-post.style1 .featured-content .post-meta {
    margin-bottom: 10px;
}

/*style-2*/
.featured-imagebox.featured-imagebox-post.style2 {
    margin-bottom: 15px;
    background-color: #fff;
}

.featured-imagebox.featured-imagebox-post.style2 .featured-content {
    padding: 45px 10px 10px 40px;
}

.featured-imagebox.featured-imagebox-post.style2 .ttm-meta-line.tags-links:after {
    opacity: 0;
}

.featured-imagebox.featured-imagebox-post.style2 .featured-title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 0;
    -webkit-line-clamp: 3;
}

.featured-imagebox.featured-imagebox-post.style2 .post-meta {
    line-height: 5px;
    margin-bottom: 10px;
}

/*style4*/
.featured-imagebox-portfolio.style4 {
    margin: 15px 0;
    -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);
    transition: all .5s;
}

.featured-imagebox-portfolio.style4 .featured-content {
    padding: 25px 30px 15px;
    background-color: #fff;
}

.featured-imagebox-portfolio.style4 .featured-content .featured-title h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}

.featured-imagebox-portfolio.style4 .featured-content .featured-desc p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.featured-imagebox-portfolio.style4 .ttm-media-link a {
    position: absolute;
    top: 50%;
    left: 50%;
    color: rgb(255, 255, 255);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    opacity: 0;
    z-index: 1;
    margin-top: -20px;
    transition: all 0.45s ease 0ms;
}

.featured-imagebox-portfolio.style4 .ttm-media-link a.ttm_image {
    transform: translate(-30px, -45px);
    margin-left: -45px;
}

.featured-imagebox-portfolio.style4 .ttm-media-link a.ttm_link {
    transform: translate(30px, 45px);
    margin-left: 6px;
}

.featured-imagebox-portfolio.style4:hover .ttm-media-link a {
    opacity: 1;
    transform: translate(0px);
}

/* services-01*/
.featured-imagebox-services.style1 {
    position: relative;
    text-align: center;
    background-color: #fff;
    display: inline-block;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.featured-imagebox-services.style1 .featured-content:before {
    content: '';
    border-bottom: 2px solid #ffaa01;
    width: 100%;
    position: absolute;
    top: 0;
    max-width: 65%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.featured-imagebox-services.style1:hover .featured-content:before {
    max-width: 100%;
}

.featured-imagebox-services.style1 .featured-content {
    position: relative;
    padding: 35px 40px;
}

.featured-imagebox-services.style1 .featured-content .featured-title h3 {
    font-size: 24px;
    line-height: 34px;
}

.featured-imagebox-services.style1 .featured-content .ttm-details-link {
    position: absolute;
    top: 25px;
    right: 4px;
    font-size: 20px;
}

/**/
.ttm-boxes-spacing-10px .featured-imagebox-portfolio.style3 {
    margin: 0;
}

.featured-imagebox-portfolio.style3 .ttm-media-link a {
    display: inline-block;
    font-size: 17px;
    position: absolute;
    top: 42%;
    right: 50%;
    margin-top: -15px;
    height: 45px;
    width: 45px;
    opacity: 0;
    line-height: 45px;
    border-radius: 0;
    text-align: center;
    margin-right: 5px;
    z-index: 1;
    background-color: #fff;
    transform: translateX(-20px);
    -webkit-transition: .5s;
    transition: .5s;
}

.featured-imagebox-portfolio.style3 .featured-thumbnail {
    position: relative;
}

.featured-imagebox-portfolio.style3 .featured-thumbnail img {
    transform: unset;
}

.featured-imagebox-portfolio.style3:hover .featured-thumbnail img {
    transition: unset;
}
.featured-imagebox-portfolio.style3 .featured-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #ffaa01;
    padding: 25px 20px;
    -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.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    text-align: left;
}

.featured-imagebox-portfolio.style3:hover .featured-content {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
}

.featured-imagebox-portfolio.style3 .featured-content .featured-title h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
}

/**/

/* ===============================================
   14.Testimonial
------------------------*/
.testimonials {
    position: relative;
}

.testimonials .testimonial-caption h3 {
    font-size: 20px;
    line-height: 30px;
    display: block;
    font-weight: 500;
    margin-bottom: 0;
}

.testimonial-caption label {
    display: block;
    margin: 0;
    margin-bottom: -5px;
}

.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: 13px;
    min-width: 13px;
    display: inline-block;
    color: #e0e8f0;
}

.star-ratings ul li.active, .star-ratings ul li.active i {
    color: #f1d121;
}

/* ttm-testimonial-box-view-style1 */
.testimonials.ttm-testimonial-box-view-style1 {
    text-align: center;
    padding: 10px 15px 0;
}

.testimonials.ttm-testimonial-box-view-style1 .testimonial-avatar {
    position: relative;
    height: 150px;
    width: 150px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

.testimonials.ttm-testimonial-box-view-style1 .testimonial-avatar img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.testimonials.ttm-testimonial-box-view-style1 .testimonial-avatar:before {
    content: "\f10e";
    font-family: "FontAwesome";
    background-color: inherit;
    font-size: 18px;
    line-height: 46px;
    position: absolute;
    bottom: 0;
    right: -8px;
    color: #fff;
    border-radius: 50%;
    width: 43px;
    height: 43px;
}

.testimonials.ttm-testimonial-box-view-style1 .testimonial-content blockquote {
    padding: 0 15px 15px;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
    color: #7f8284;
    font-style: italic;
}

.testimonials.ttm-testimonial-box-view-style1 .testimonial-caption h5 {
    font-size: 23px;
    line-height: 29px;
    font-weight: 500;
    margin-bottom: 0px;
}

.testimonials.ttm-testimonial-box-view-style1 .star-ratings ul li i {
    font-size: 17px;
    margin: 0 1.5px;
}

/* ===============================================
   15.Client-row  
------------------------*/
.client-box {
    position: relative;
    text-align: center;
}

.client-box .ttm-client-logo-tooltip {
     width: 100%;
    margin-top: 45px;
    margin-bottom: 45px;
}

.client-box .client-thumbnail {
    margin-right: 13px;
    margin-left: 13px;
    padding: 0 25px;
    display: table-cell;
    text-align: center;
    align-items: center;
    vertical-align: middle;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.client-box .ttm-client-logo-tooltip img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: .6;
    -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;
    height: auto;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.client-box:hover .ttm-client-logo-tooltip img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1);
}

/* ===============================================
   17.Wrap-Form
------------------------*/
.wrap-form label {
    width: 100%;
    margin: 0;
}

.wrap-form span.text-input {
    margin-bottom: 20px;
    display: block;
    position: relative;
}

.wrap-form span.text-input > i {
    position: absolute;
    left: 10px;
    top: 21px;
    opacity: .9;
    font-size: 14px;
    z-index: 1;
}

/* 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);
    border-color: #f1f1f1;
    border-radius: 0;
    padding: 12px 15px;
}

.wrap-form.contact_form span.text-input textarea {
    padding: 10px 15px;
}

.wrap-form.contact_form button[type="submit"] {
    font-size: 16px;
    padding: 14px 28px;
    border-radius: 3px;
}

.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;
}

.wrap-form.request_qoute_form span.text-input {
    margin: 5px 0 20px;
}

.wrap-form.request_qoute_form label {
    width: auto;
}

/*boxes-spacing*/
.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;
}

/* ===============================================
   21.Sidebar
------------------------*/
.sidebar .widget-area .widget {
    position: relative;
    margin-bottom: 40px;
}

.sidebar .widget-area .widget:after {
    display: block;
    height: 3px;
    content: '';
    position: absolute;
    width: auto;
    bottom: 0;
    left: 35px;
    right: 35px;
}

.sidebar .widget-area .widget.with-title {
    padding: 30px 25px;
}

.sidebar .widget-area .widget:last-child {
    margin-bottom: 0px;
}

.sidebar .widget a {
    font-weight: 400;
    font-size: 16px;
}

.sidebar .widget ul {
    margin: 0;
    padding: 0;
}

.sidebar .widget ul.contact-widget-wrapper {
    background-color: unset !important;
    padding: 0 !important;
}

.sidebar .widget > ul {
    background-color: #fff;
}

.sidebar .widget ul >li {
    padding-top: 10px;
    list-style: none;
}

.sidebar .widget ul>li:first-child {
    border-top: none;
    padding-top: 0;
}

.sidebar .sep_holder .sep_line {
    border-color: #ebebeb;
}

.sidebar .widget-title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
    position: relative;
}

/*widget-search*/
.sidebar .widget.widget-search, .sidebar .widget-area.ttm-col-bgcolor-yes .widget.widget-search {
    padding: 0;
}

.sidebar .widget.widget-search .search-form {
    border: 0;
    position: relative;
}

.sidebar .widget.widget-search .search-form label {
    display: block;
    margin: 0;
}

.sidebar .widget-search .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.sidebar .widget.widget-search .search-form .btn[type="submit"] {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 48px;
    height: 48px;
    z-index: 1;
    outline: 0;
    border: 0;
    opacity: .4;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
}

.sidebar .widget.widget-search .input-text {
    border: 1px solid #f0f0f0;
    padding: 11px 15px;
    background-color: #fff;
}

.sidebar .widget.widget-search input {
    color: #242c42;
}

/* contact-widget */
ul.contact-widget-wrapper {
    padding: 20px 15px !important;
}

ul.contact-widget-wrapper li {
    border: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 16px !important;
}

ul.contact-widget-wrapper li:last-child {
    padding-bottom: 0 !important;
}

ul.contact-widget-wrapper li i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 17px;
}

ul.contact-widget-wrapper li {
    padding-left: 30px;
    position: relative;
    padding-top: 0;
    font-size: 16px;
    padding-bottom: 17px;
    line-height: 23px;
}

/* widget-banner */
.widget-banner .ttm-bgcolor-darkgrey > .ttm-bg-layer, .widget-banner .ttm-col-wrapper-bg-layer-inner {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(34, 45, 53, 1) 54%);
    background-color: transparent !important;
}

.widget-banner .widget-banner-inner {
    padding: 240px 20px 50px 30px;
}

.widget-banner .widget-banner-inner h3 {
    font-size: 26px;
    line-height: 35px;
    font-weight: 600;
}

.widget-banner .widget-banner-inner ul li {
    font-size: 24px;
    margin-top: 10px;
    display: inline-block;
    vertical-align: middle;
}

.widget-banner .widget-banner-inner ul li i {
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
}

/* widget-categories */
.widget-Categories ul li a {
    position: relative;
    display: inline-block;
}

.widget-Categories ul li {
    padding: 15px !important;
    border-top: 1px solid #eee;
    position: relative;
}

.widget-Categories li span {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 26px;
    height: 26px;
    overflow: hidden;
    z-index: 1;
    font-size: 10px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    padding: 4px 4px;
    border-radius: 0;
    background-color: #f8f8f8;
}

/* widget-nav-menu */
.sidebar .widget-area .widget.widget.widget-nav-menu:after {
    content: unset;
}

.widget.widget-nav-menu ul li {
    position: relative;
}

.widget.widget-nav-menu ul li a {
    display: block;
    padding: 17px 20px 17px 20px;
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    border: 1px solid #eee;
    font-family: "Barlow Condensed", Arial, Helvetica, sans-serif;
}

.widget.widget-nav-menu ul li a:before {
    content: "";
    width: 5px;
    left: 0;
    bottom: 50%;
    background: #eaeaea;
    height: 0;
    position: absolute;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    z-index: 1;
}

.widget.widget-nav-menu ul li:hover a:before, .widget.widget-nav-menu ul li.active a:before {
    height: 100%;
    bottom: 0;
}

.widget.widget-nav-menu ul li a:after {
    content: '\f105';
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 700;
    position: absolute;
    top: 15px;
    right: 20px;
    background-color: transparent;
}

/** ttm-recent-post-list **/
.widget-recent-post ul.ttm-recent-post-list>li {
    padding: 16px 10px !important;
}

.widget-recent-post ul.ttm-recent-post-list>li > a, .widget-recent-post ul.ttm-recent-post-list>li> .post-detail {
    display: table-cell;
    vertical-align: middle;
}

.widget-recent-post ul.ttm-recent-post-list>li> a {
    padding-right: 10px;
    width: 95px;
}

.widget-recent-post ul.ttm-recent-post-list>li .post-detail a {
    line-height: 23px;
    font-size: 15px;
    display: block;
    padding-bottom: 4px;
}

.widget-recent-post ul.ttm-recent-post-list>li img {
    display: block;
    width: 75px;
    border-radius: 50%;
}

.widget-recent-post ul.ttm-recent-post-list>li .post-date {
    display: block;
    font-size: 12px;
    line-height: 22px;
}

.widget-recent-post ul.ttm-recent-post-list li:after {
    content: " ";
    display: table;
    clear: both;
}

/* tagcloud */
.widget .tagcloud a {
    display: inline-block;
    padding: 7px 21px;
    margin: 0 4px 10px 0;
    border: 1px solid #eee;
    border-radius: 0;
    font-size: 14px !important;
    background-color: #fff;
    font-weight: 500;
}

.widget .tagcloud a:nth-last-child(-n+2) {
    margin-bottom: 5px;
}
/*** Color Switcher Style
==================================================================== ***/
.prt_floting_customsett {
    position: fixed;
    top: 50%;
    right: 0;
    padding: 3px 0 10px;
    margin: -89px 0 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    z-index: 99999;
}
.tmtheme_fbar_icons {
    display: block;
    position: relative;
    width: 55px;
    height: 45px;
    line-height: 52px;
    text-align: center;
}
.tmtheme_fbar_icons i {
    display: inline-block;
    vertical-align: middle;
    transition: .3s;
    font-size: 21px;
    color: #232323;
}
.tmtheme_fbar_icons > span {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    color: #232323;
    transform: translateX(-5px);
    transition: 0.5s ease;
    padding: 0 20px;
}
.tmtheme_fbar_icons > span >span {
    padding-left: 5px;
}
.tmtheme_fbar_icons > span:after {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -10px;
    right: -15px;
    width: 15px;
    background-color: #fff;
    height: 55px;
}
.tmtheme_fbar_icons:hover > span {
   opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.tm-desctext {
    position: absolute;
    top: 30px;
    background-color: #fff;
    max-width: 400px;
    right: 30px;
    padding: 30px 50px 23px 30px;
    text-align: left;
}
.tm-desctext:before {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ffb120;
}
.tm-iocnbox-btn {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
}