/** 
          1. ttm-row 

          2. Row-Equal-Height

          3. Bg-Layer 

          4. Row-Bg-Image

          5. Col-Bg-Image

          6. Section-Title 

          7. sep_holder

          8. Buttons

          9. Icons

          10. Fid

          11. featured-icon-box

          12. Featured-imagebox

          13. Timeline

          14. Progress-Bar 

          15. Testimonial

          16. Client-row

          17. Accordion

          18. Wrap-Form

          19. Tab

          20. Boxes-Spacing

          21. Sidebar

          22. Products

**/

/* ===============================================
    1.ttm-row
------------------------*/
.ttm-row {
  padding: 90px 0;
}
.ttm-row.form-section {
  padding: 0 0;
}
.ttm-row.introduction-section {
  padding: 0 0;
}
.ttm-row.broken-section {
  padding: 0 0;
}
.ttm-row.service-section {
  padding: 240px 0 90px;
}
.ttm-row.testimonial-section {
  padding: 265px 0 90px;
}
.ttm-row.client-section {
  padding: 15px 0 30px;
}
.ttm-row.services-row_only-section {
  padding: 0 0;
}
.ttm-row.cta-section {
  padding: 315px 0 90px;
  margin-top: -330px;
}
.ttm-row.fid_top-section {
  padding: 45px 0 205px;
}
.ttm-row.testimonial-row_only-section {
  padding: 0 0;
}
.ttm-row.grid-section {
  padding: 70px 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;
}
.ttm-col-bgimage-yes,
.bg-layer-equal-height .ttm-col-bgcolor-yes {
  height: 100%;
}
.ttm-bg-layer,
.ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer,
.ttm-col-wrapper-bg-layer-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.ttm-left-span > .ttm-col-wrapper-bg-layer {
  width: auto;
  margin-left: -100px;
  right: 0;
}
.ttm-right-span > .ttm-col-wrapper-bg-layer {
  width: auto;
  margin-right: -100px;
  right: 0;
}
.ttm-bg.ttm-bgimage-yes > .ttm-bg-layer,
.ttm-bgcolor-skincolor > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner,
.ttm-bgcolor-darkgrey > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner,
.ttm-bgcolor-grey > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner,
.ttm-bgcolor-white > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner {
  opacity: 0.92;
}
.layer-content {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* ===============================================
    4.Row-Bg-Image  
------------------------*/
.bg-img1 {
  background-image: url(../images/bg-image/row-bgimage-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg-img2 {
  background-image: url(../images/bg-image/row-bgimage-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg-img3 {
  background-image: url(../images/bg-image/row-bgimage-3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

/* ===============================================
    5.Col-Bg-Image  
------------------------*/
.ttm-equal-height-image {
  display: none;
}
.col-bg-img-one.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
  background-image: url(../images/bg-image/col-bgimage-1.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
.col-bg-img-two.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
  background-image: url(../images/bg-image/col-bgimage-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.col-bg-img-three.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
  background-image: url(../images/bg-image/col-bgimage-3.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
.col-bg-img-four.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
  background-image: url(../images/bg-image/col-bgimage-4.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.col-bg-img-five.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
  background-image: url(../images/ravi.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 558px;
}
.col-bg-img-six.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
  background-image: url(../images/bg-image/col-bgimage-6.png);
  background-position: 0% 0%;
  background-repeat: no-repeat;
}

/* ===============================================
    6.Section-Title  
------------------------*/
.section-title {
  position: relative;
  margin-bottom: 15px;
}
.section-title h5 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 11px;
  font-family: "Muli", sans-serif;
}
.section-title h2.title {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 47px;
  line-height: 54px;
  margin-bottom: 0;
  color: #193c59;
}
.section-title.title-style-center_text {
  text-align: center;
}

.row-title h2.title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 0;
}
.row-title h5 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: normal;
}

/* style2 */
.section-title.style2 {
  margin-right: -35px;
  margin-bottom: 8px;
}
.section-title.style2 .title-header {
  width: 46%;
  padding-right: 20px;
  padding-bottom: 15px;
}
.section-title.style2 .title-desc {
  padding-right: 40px;
}
.section-title.style2 .title-header,
.section-title.style2 .title-desc {
  display: table-cell;
  vertical-align: middle;
}

/* ===============================================
    7.sep_holder
------------------------*/
.ttm-horizontal_sep {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  display: block;
  position: relative;
}
.ttm-bgcolor-darkgrey .ttm-horizontal_sep {
  border-top-color: rgba(255, 255, 255, 0.06);
}
.ttm-bgcolor-white .ttm-horizontal_sep {
  border-top-color: #f1f1f1;
}
.border-2 {
  border-width: 2px !important;
}
.border-5 {
  border-width: 5px !important;
}
.border-8 {
  border-width: 8px !important;
}
.border-10 {
  border-width: 10px !important;
}

.border,
.border-top,
.border-left,
.border-bottom,
.border-right {
  border-color: rgba(0, 0, 0, 0.04) !important;
}
.ttm-bgcolor-darkgrey .border,
.ttm-bgcolor-darkgrey .border-top,
.ttm-bgcolor-darkgrey .border-left,
.ttm-bgcolor-darkgrey .border-bottom,
.ttm-bgcolor-darkgrey .border-right,
.ttm-bgcolor-skincolor .border,
.ttm-bgcolor-skincolor .border-top,
.ttm-bgcolor-skincolor .border-left,
.ttm-bgcolor-skincolor .border-bottom,
.ttm-bgcolor-skincolor .border-right {
  border-color: rgba(255, 255, 255, 0.06) !important;
}
.border.border-white,
.border-white {
  border-color: #fff !important;
}

.ttm-vertical_sep > [class*="col-"]:not(:last-child):before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  right: 0;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.04);
}
.ttm-bgcolor-darkgrey
  .ttm-vertical_sep
  > [class*="col-"]:not(:last-child):before {
  background-color: rgba(255, 255, 255, 0.05);
}
.ttm-bgcolor-skincolor
  .ttm-vertical_sep
  > [class*="col-"]:not(:last-child):before {
  background-color: rgba(255, 255, 255, 0.18);
}

/* ===============================================
    8.Buttons
------------------------*/
.ttm-btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: normal;
  padding: 11px 32px 11px 31px;
  background: transparent;
  border: 1px solid #eaeff5;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  overflow: hidden;
  z-index: 1;
  letter-spacing: 0.24px;
  font-family: "Teko", sans-serif;
  transition: all 0.5s ease 0s;
}
.ttm-btn:not(.btn-inline):after,
.ttm-btn:not(.btn-inline):before {
  content: "";
  position: absolute;
  z-index: -1;
}
.ttm-btn:not(.btn-inline):after {
  height: 100%;
  left: -100%;
  top: 0;
  transform: skew(40deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}
.ttm-btn:not(.btn-inline):hover:before,
.ttm-btn:not(.btn-inline):hover:after {
  height: 100%;
  width: 200%;
}

.ttm-btn.ttm-icon-btn-left {
  padding-left: 44px;
}
.ttm-btn.ttm-icon-btn-right {
  padding-right: 44px;
}
.ttm-btn.ttm-icon-btn-left i {
  left: 20px;
}
.ttm-btn.ttm-icon-btn-right i {
  right: 20px;
}
.ttm-btn.ttm-icon-btn-right {
  padding-right: 22px;
}
.ttm-btn.ttm-icon-btn-right i {
  right: 2px;
}

.ttm-bgcolor-darkgrey .ttm-btn:hover.btn-inline.ttm-btn-color-skincolor {
  background-color: transparent;
  color: #fff;
}
.ttm-btn.ttm-btn-style-fill:hover {
  background-color: transparent;
}

/** btn-with-icon **/
.ttm-btn i {
  display: inline-block;
  vertical-align: middle;
  text-align: inherit;
}
.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: 14px;
  padding: 6px 18px 4px;
}
.ttm-btn.ttm-btn-size-xs i {
  font-size: 10px;
  line-height: 11px;
}
.ttm-btn.ttm-icon-btn-right.ttm-btn-size-xs i {
  text-align: right;
  margin-left: 6px;
  margin-right: 0;
}
.ttm-btn.ttm-icon-btn-left.ttm-btn-size-xs i {
  text-align: left;
  margin-right: 6px;
  margin-left: 0;
}

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

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

/** btn-size-lg **/
.ttm-btn.ttm-btn-size-lg {
  font-size: 18px;
  padding: 16px 40px 12px;
}
.ttm-btn.ttm-btn-size-lg i {
  font-size: 17px;
  line-height: 18px;
}

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

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

/** btn-inline **/
.ttm-btn.btn-inline {
  padding: 0;
  line-height: 1;
  border: 1px solid transparent;
  background-color: transparent;
}
.ttm-btn.btn-inline i {
  display: inline-block;
  margin-left: 7px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
}

/* 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: 0.5s;
  animation-delay: 0.5s;
}

.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-sm {
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  margin: 0;
  z-index: 2;
}
.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-sm i.fa-play {
  padding-left: 5px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-md {
  display: block;
  height: 67px;
  width: 67px;
  line-height: 67px;
  margin: 0;
  z-index: 2;
}
.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-md i.fa-play {
  padding-left: 5px;
  font-size: 28px;
}
.ttm-play-icon-btn .ttm-play-icon-animation {
  position: relative;
  display: inline-block;
}
.ttm-play-icon-btn .ttm-play-icon-animation .ttm-icon {
  margin-bottom: 0;
}
.ttm-play-icon-btn .ttm-play-icon-animation:after,
.ttm-play-icon-btn .ttm-play-icon-animation:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ttm-play-icon-btn .ttm-play-icon-animation:after {
  z-index: 1;
  width: 98px;
  height: 98px;
  opacity: 0.2;
  background-color: #fff;
}
.ttm-play-icon-btn .ttm-play-icon-animation:before {
  width: 85px;
  height: 85px;
  opacity: 0.4;
  background-color: #fff;
}
.ttm-play-icon-btn:hover .ttm-play-icon-animation:after,
.ttm-play-icon-btn:hover .ttm-play-icon-animation:before {
  -webkit-animation: scaling 1.05s infinite;
  -moz-animation: scaling 1.05s infinite;
  -ms-animation: scaling 1.05s infinite;
  -o-animation: scaling 1.05s infinite;
  animation: scaling 1.05s infinite;
}
@-webkit-keyframes scaling {
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes scaling {
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

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

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

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

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

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

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

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

/* ttm-list-style-icon */
.ttm-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.ttm-list.ttm-list-style-icon li {
  position: relative;
  padding-bottom: 11px;
}
.ttm-list.ttm-list-style-icon li:last-child {
  padding-bottom: 0;
}
.ttm-list.ttm-list-style-icon li i {
  position: absolute;
  left: auto;
  top: 4px;
  font-weight: 700;
}
.ttm-list.ttm-list-style-icon .ttm-list-li-content {
  display: inline-block;
  padding-left: 25px;
  font-weight: 400;
}

/* ===============================================
    10.Fid
------------------------*/
.inside {
  position: relative;
  transition: all 0.4s;
  padding: 15px 0;
}
.ttm-fid-icon-wrapper i {
  font-size: 45px;
  line-height: 50px;
}
.inside h4,
.inside h4 span {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 54px;
  line-height: 54px;
  font-weight: 500;
}
.inside h3,
.inside .ttm-fid-title {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
.inside h3.ttm-fid-title {
  font-size: 24px;
}
.ttm-fid sub {
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
  bottom: 0;
  margin-left: 0px;
  font-family: "Muli", sans-serif;
}

.ttm-fid-view-lefticon:hover {
  box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.04);
}
.ttm-fid-view-lefticon .ttm-fid-icon-wrapper,
.ttm-fid-view-lefticon .ttm-fid-contents {
  display: table-cell;
  vertical-align: top;
}
.ttm-fid-view-lefticon .ttm-fid-contents {
  padding-left: 15px;
  text-align: left;
}
.ttm-fid-view-lefticon {
  padding: 30px 0 30px 22px;
}
.ttm-fid-view-lefticon.inside h4,
.ttm-fid-view-lefticon.inside h4 span {
  font-size: 46px;
}
.ttm-fid-view-lefticon .ttm-fid-title {
  font-size: 15px;
}
.ttm-fid-view-lefticon .ttm-fid-icon-wrapper i {
  font-size: 46px;
}

.ttm-fid-view-lefticon.style2 {
  padding: 14px 0 14px 0;
  display: flex;
  justify-content: center;
}
.ttm-fid-view-lefticon.style2 .ttm-fid-icon-wrapper i {
  font-size: 48px;
  line-height: 60px;
  text-align: left;
  color: #cead02;
}
.ttm-fid-view-lefticon.style2 .ttm-fid-contents {
  padding-left: 20px;
}

/* ===============================================
    11.featured-icon-box ( only contents )
------------------------*/
.featured-icon-box {
  position: relative;
}
.featured-icon-box .ttm-icon {
  margin-bottom: 0;
}
.featured-title h5 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 0px;
  font-weight: 500;
  text-transform: capitalize;
  color: #193c59;
}

.featured-icon-box.icon-align-before-heading .featured-icon,
.featured-icon-box.icon-align-before-heading .featured-title,
.featured-icon-box.icon-align-before-content .featured-icon,
.featured-icon-box.icon-align-before-content .featured-content {
  display: table-cell;
  vertical-align: middle;
}
.featured-icon-box.icon-align-before-content .featured-icon i {
  display: inline-block;
  vertical-align: middle;
}
.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-icon {
  vertical-align: top;
}
.featured-icon-box.icon-align-before-content .featured-content,
.featured-icon-box.icon-align-before-heading .featured-title {
  padding-left: 20px;
}
.featured-icon-box.icon-align-before-heading .featured-content {
  padding-top: 20px;
}
.featured-icon-box.icon-align-before-content
  .featured-content
  .featured-desc
  p {
  margin-bottom: 0;
}

/* style1 */
.featured-icon-box.icon-align-before-content.style1 {
  padding: 0;
  margin-bottom: 30px;
}
.featured-icon-box.icon-align-before-content.style1 .featured-icon .ttm-icon {
  height: 30px;
  width: 30px;
}

/* style2 */
.featured-icon-box.icon-align-before-heading.style2 {
  padding: 30px 25px 30px 30px;
  margin: 15px 0;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
}
.featured-icon-box.icon-align-before-heading.style2:hover {
  box-shadow: 0 0 17px rgb(0, 0, 0, 0.2);
}
.featured-icon-box.icon-align-before-heading.style2 .ttm-icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
}
.featured-icon-box.icon-align-before-heading.style2 .featured-title span {
  font-size: 13px;
  display: block;
}
.featured-icon-box.icon-align-before-heading.style2 .featured-content {
  padding-top: 20px;
  margin-top: 30px;
  position: relative;
  border-top: 1px solid #efefef;
}
.featured-icon-box.icon-align-before-heading.style2:before,
.featured-icon-box.icon-align-before-heading.style2:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  border: 4px solid transparent;
  border-bottom-color: inherit;
  height: 5px;
  width: 5px;
  transition: all 0.5s;
}
.featured-icon-box.icon-align-before-heading.style2:after {
  border-right-color: inherit;
}
.featured-icon-box.icon-align-before-heading.style2:hover:after {
  height: 100%;
}
.featured-icon-box.icon-align-before-heading.style2:hover:before {
  width: 100%;
}

/* style3 */
.featured-icon-box.icon-align-top-content.style3 {
  padding: 50px 30px 45px;
  background-color: rgba(255, 255, 255, 0.04);
}
.featured-icon-box.icon-align-top-content.style3 .ttm-icon i {
  font-size: 50px;
}
.featured-icon-box.icon-align-top-content.style3 .featured-content {
  padding-top: 10px;
}
.featured-icon-box.icon-align-top-content.style3:before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  left: 0;
  width: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.045);
  transition: all 0.4s;
}
.featured-icon-box.icon-align-top-content.style3:hover:before {
  width: 100%;
}

/* style4 */
.cta_info_box {
  max-height: 250px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.cta_info_box .ver_head,
.right-content {
  display: inline-block;
  vertical-align: middle;
}
.cta_info_box .right-content {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding: 50px 80px;
}
.cta_info_box .ver_head h3 {
  font-size: 32px;
  padding: 0 4px;
  text-align: center;
  height: 100%;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  text-align: -webkit-center;
  margin: 0;
}
.featured-icon-box.style4 .featured-title h5 {
  font-size: 40px;
  line-height: 58px;
  margin-bottom: 0;
}
.featured-icon-box.style4 .featured-icon .ttm-icon {
  height: 69px;
  width: 69px;
  line-height: 69px;
}
.featured-icon-box.style4 .featured-icon .ttm-icon i {
  font-size: 28px;
}

/* style5 */
.featured-icon-box.icon-align-top-content.style5 {
  padding: 50px 30px 35px;
  text-align: center;
  margin: 15px 0;
  transition: all 0.4s;
}
.featured-icon-box.icon-align-top-content.style5:before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  height: 2px;
  transition: all 0.4s;
}
.featured-icon-box.icon-align-top-content.style5:hover:before {
  width: 100%;
}
.featured-icon-box.icon-align-top-content.style5 .ttm-icon i {
  font-size: 50px;
}
.featured-icon-box.icon-align-top-content.style5 .featured-content {
  padding-top: 20px;
  position: relative;
  z-index: 1;
}
.featured-icon-box.icon-align-top-content.style5 .featured-title h5 {
  margin-bottom: 5px;
}

/* style6 */
.featured-icon-box.icon-align-before-content.style6 {
  padding: 30px 25px;
  margin-bottom: 40px;
  border-radius: 6px;
  transition: all 0.4s;
  border-color: transparent;
  position: relative;
}
.featured-icon-box.icon-align-before-content.style6 .featured-icon {
  position: relative;
  transition: all 0.5s;
}
.featured-icon-box.icon-align-before-content.style6 .featured-icon:after {
  position: absolute;
  content: "";
  right: 0;
  height: 0;
  width: 100%;
  top: -36px;
  z-index: -4;
  transition: all 0.5s;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #000;
  transform: scale(1, 1.2);
}
.featured-icon-box.icon-align-before-content.style6:hover .featured-icon:after,
.featured-icon-box.icon-align-before-content.style6.active
  .featured-icon:after {
  height: 100%;
}
.featured-icon-box.icon-align-before-content.style6 .featured-icon:before {
  content: "";
  position: absolute;
  top: -45px;
  left: 67px;
  border-width: 0 12px 15px 0;
  border-style: solid;
  border-color: #bdd41f;
  border-right-color: transparent;
  border-left-color: transparent;
  display: block;
  opacity: 0;
  transition: all 0.4s;
}
.featured-icon-box.icon-align-before-content.style6:hover .featured-icon:before,
.featured-icon-box.icon-align-before-content.style6.active
  .featured-icon:before {
  opacity: 1;
}
.featured-icon-box.icon-align-before-content.style6 .featured-icon .ttm-icon i {
  padding: 0 10px 5px;
}
.featured-icon-box.icon-align-before-content.style6 .featured-title h5,
.featured-icon-box.icon-align-before-content.style6 .featured-desc p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.featured-icon-box.icon-align-before-content.style6 .featured-title h5 {
  margin-bottom: 5px;
  -webkit-line-clamp: 1;
}

/* style7 */
.featured-icon-box.icon-align-before-content.style7 {
  margin-bottom: 30px;
}
.featured-icon-box.icon-align-before-content.style7 .ttm-icon {
  background-color: rgba(255, 255, 255, 0.04);
}
.featured-icon-box.icon-align-before-content.style7 .ttm-icon i {
  font-size: 16px;
  height: 33px;
  width: 33px;
  line-height: 31px;
  border: 1px solid;
  border-radius: 50%;
}

/* style8 */
.featured-icon-box.icon-align-top-content.style8 {
  padding: 0px 30px 25px;
  text-align: center;
  height: 100%;
  width: 100%;
  margin-top: 30px;
}
.featured-icon-box.icon-align-top-content.style8 .featured-title h5 {
  margin-bottom: 4px;
}
.featured-icon-box.icon-align-top-content.style8 .ttm-icon {
  margin-top: -40px;
  height: 79px;
  width: 79px;
  line-height: 79px;
  margin-bottom: 24px;
  box-shadow: 0 0 14px 0 rgba(41, 61, 88, 0.1);
}
.featured-icon-box.icon-align-top-content.style8 .ttm-icon {
  font-size: 40px;
}
.featured-icon-box.icon-align-top-content.style8:not(.ttm-bgcolor-grey)
  .featured-desc
  p {
  color: #fff;
}

/* ===============================================
    12.featured-imagebox ( contents with image)
------------------------*/
.featured-imagebox {
  margin: 15px 0;
}
.featured-imagebox,
.featured-imagebox .featured-thumbnail {
  position: relative;
  overflow: hidden;
}
.ttm-grid-view .featured-imagebox {
  margin-bottom: 30px;
}
.featured-imagebox .featured-content .featured-title h5 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 500;
}
.featured-imagebox .featured-content .featured-desc p {
  margin-bottom: 0;
}
.featured-imagebox .featured-content .category,
.featured-imagebox .featured-content .category a {
  font-size: 14px;
  line-height: 15px;
  display: inline-block;
}
.featured-imagebox .featured-thumbnail img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.featured-imagebox:hover .featured-thumbnail img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* imagebox-hover */
.featured-imagebox .ttm-box-view-overlay {
  position: relative;
  overflow: hidden;
}
.featured-imagebox .ttm-box-view-overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-color: rgba(19, 29, 59, 0.75);
}
.featured-imagebox:hover .ttm-box-view-overlay:after {
  opacity: 1;
  height: 100%;
}

/* services-01*/
.featured-imagebox-services.style1 {
  text-align: center;
  overflow: visible;
  padding: 10px 10px 0;
  transition: all 0.4s;
  box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
}
.featured-imagebox-services.style1 .featured-content {
  padding: 30px 20px 25px 20px;
  text-align: center;
  background-color: #fff;
}
.featured-imagebox-services.style1 .featured-content .bottom-footer {
  padding-top: 15px;
}
.featured-imagebox-services:hover .ttm-box-view-content-inner:before {
  opacity: 0.4;
}

/* services-02*/
.featured-imagebox-services.style2 {
  overflow: visible;
}
.featured-imagebox-services.style2 .featured-content {
  padding: 15px 25px 10px;
  transition: all 0.4s;
  margin: 0 40px;
  margin-top: -40px;
  background-color: #fff;
  border-radius: 6px;
  z-index: 4;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
}
.featured-imagebox-services.style2 .featured-content .category {
  font-size: 16px;
  line-height: 30px;
}
.featured-imagebox-services.style2:hover .featured-content {
  margin-left: 20px;
  margin-right: 20px;
}
.featured-imagebox-services.style2 .featured-thumbnail:before,
.featured-imagebox-services.style2 .featured-content:before {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  border-top: 3px solid;
  width: 0;
  z-index: 1;
  transition: all 0.5s;
}
.featured-imagebox-services.style2 .featured-thumbnail:before {
  top: 0;
  bottom: auto;
}
.featured-imagebox-services.style2:hover .featured-content:before {
  width: 100%;
}

/* procedure */
.featured-imagebox-procedure {
  text-align: center;
  overflow: visible;
  margin-bottom: 0;
}
.featured-imagebox-procedure .featured-thumbnail img,
.featured-imagebox-procedure:hover .featured-thumbnail img {
  transform: unset;
}
.featured-imagebox-procedure .featured-content .featured-title h5 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 8px;
}
.featured-imagebox-procedure .featured-thumbnail {
  margin-bottom: 30px;
  padding-top: 0;
  position: relative;
  overflow: visible;
  display: inline-block;
}
.featured-imagebox-procedure .featured-thumbnail:before {
  display: block;
  content: "";
  position: absolute;
  right: -90px;
  top: 90px;
  height: 22px;
  width: 65px;
  background-image: url(../images/arrow-1.png);
  background-repeat: no-repeat;
}
[class*="col-"]:last-child
  .featured-imagebox-procedure
  .featured-thumbnail:before {
  content: unset;
}
.featured-imagebox-procedure .featured-thumbnail:before,
.featured-imagebox-procedure .featured-thumbnail:after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  text-align: center;
  left: 0;
  border-radius: 50%;
  width: 100%;
  border: 3px solid #e4e4e4;
}
.featured-imagebox-procedure:hover .featured-thumbnail:after {
  animation: looping 2s linear infinite;
  -webkit-clip-path: polygon(100% 0, 50% 0, 50% 100%, 100% 100%);
  clip-path: polygon(100% 0, 50% 0, 50% 100%, 100% 100%);
}
@keyframes looping {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.featured-imagebox-procedure .featured-thumbnail img {
  border-radius: 50%;
  padding: 9px;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 128px;
}
.featured-imagebox-procedure .process-num {
  margin-right: 5px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  border: none;
  display: block;
  text-align: center;
  position: absolute;
  bottom: -12px;
  z-index: 10;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0 auto;
  left: 50%;
  margin-left: -20px;
}
.featured-imagebox-procedure .process-num:before {
  counter-increment: featured-imagebox-procedure;
  content: counters(featured-imagebox-procedure, "") " ";
}
section {
  counter-reset: featured-imagebox-procedure;
}

/* team */
.featured-imagebox-team {
  margin-top: 15px;
  text-align: center;
}
.featured-imagebox-team .featured-content {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 20px 15px 10px;
}
.featured-imagebox-team .featured-content .featured-title h5 {
  margin-bottom: 0;
}
.featured-imagebox-team .featured-content .team-position {
  font-size: 15px;
  color: #666d81;
  margin-bottom: 0;
}
.featured-imagebox-team .media-block .social-icons li {
  list-style: none;
  margin: 12px 0;
  display: block;
}
.featured-imagebox-team .media-block .social-icons li a {
  font-size: 15px;
  width: auto;
  background-color: transparent;
  position: relative;
}
.featured-imagebox-team:hover .media-block .social-icons li a {
  opacity: 1;
  visibility: visible;
}

/* team-1 */
.featured-imagebox-team.style1 {
  overflow: visible;
  transition: all 0.4s;
}
.featured-imagebox-team.style1:hover {
  box-shadow: 0px 4px 12px 0px rgba(146, 140, 140, 0.28);
}
.featured-imagebox-team.style1 .ttm-box-view-overlay:after {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0.6%,
    rgba(0, 0, 0, 0.6) 100%
  );
}
.featured-imagebox-team.style1 .featured-content {
  position: relative;
  text-align: center;
  padding: 28px 20px 24px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.featured-imagebox-team.style1 .featured-media.ttm-media-link {
  position: relative;
}
.featured-imagebox-team.style1 .media-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.featured-imagebox-team.style1 .media-block a.media-btn {
  position: absolute;
  display: block;
  height: 44px;
  width: 44px;
  left: -20px;
  line-height: 44px;
  text-align: center;
  z-index: 10;
  background-color: #fff;
  margin-top: -100px;
}
.featured-imagebox-team.style1 .media-block .social-icons {
  opacity: 0;
  position: absolute;
  width: 0;
  left: 21px;
  background: #fff;
  visibility: hidden;
  z-index: 1;
  top: -72px;
  display: flex;
  flex-direction: row;
  -webkit-transition: all 0.4s;
}
.featured-imagebox-team.style1 .media-block:hover .social-icons {
  opacity: 1;
  width: 100%;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured-imagebox-team.style1 .media-block .social-icons li {
  margin: 0;
  width: 100%;
}
.featured-imagebox-team.style1 .media-block .social-icons li a {
  position: relative;
  font-size: 15px;
  border-right: 1px solid #dfd9d9;
  height: 44px;
  width: 100%;
  line-height: 44px;
  display: inline-block;
  text-align: center;
}
.featured-imagebox-team.style1 .media-block .social-icons li:last-child a {
  border-right: 0;
}

/* team-2 */
.featured-imagebox-team.style2 .featured-content {
  padding: 25px 15px 0px;
  transition: all 0.4s;
  margin: 0 15px;
}
.featured-imagebox-team.style2:hover .featured-content {
  background-color: #fff;
  border-radius: 6px;
  transform: translateY(-58px);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
.featured-imagebox-team.style2 .ttm-media-link {
  margin-bottom: -55px;
  border-radius: 6px;
  -webkit-transition: 0.8s;
  -ms-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.featured-imagebox-team.style2 .ttm-box-view-overlay:before {
  opacity: 0.5;
}
.featured-imagebox-team.style2 .media-block .social-icons li {
  list-style: none;
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 22px;
}
.featured-imagebox-team.style2 .media-block .social-icons li a {
  width: 27px;
  height: 27px;
  line-height: 25px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 13px;
  margin: 0 2px;
}
.featured-imagebox-team.style2:hover .ttm-box-view-overlay:after {
  opacity: 0.24;
  background-color: #fff;
}

/* post */
.featured-imagebox-post {
  position: relative;
  overflow: visible;
  margin: 15px 0;
}
.featured-imagebox-post .featured-content .featured-title h5 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.featured-imagebox-post .featured-desc p {
  padding-top: 5px;
  margin-top: 10px;
  margin-bottom: 0;
}
.featured-imagebox-post .featured-content {
  position: relative;
}
.featured-imagebox-post .ttm-box-post-date {
  height: auto;
  width: auto;
  position: absolute;
  top: -15px;
  right: 20px;
  background-color: #a9c200;
  color: #fff;
  padding: 3px 15px;
  z-index: 2;
  font-size: 15px;
}
.featured-imagebox-post .post-meta span {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  font-size: 15px;
  line-height: 15px;
  color: #666d81;
  margin-bottom: 7px;
}
.featured-imagebox-post .post-meta span:last-child {
  margin-right: 0;
}
.featured-imagebox-post .post-meta span:not(:last-child):after {
  position: absolute;
  background-color: #e7eaee;
  display: inline-block;
  content: "";
  width: 1px;
  height: 15px;
  vertical-align: middle;
  margin: 0 10px;
  top: 0;
}
.featured-imagebox-post .post-meta span i {
  padding-right: 5px;
}

/* post--style1 */
.featured-imagebox-post.style1 {
  text-align: center;
  padding: 10px 10px 0;
  transition: all 0.4s;
  box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
}
.featured-imagebox-post.style1:hover {
  box-shadow: 0px 0 22px 0 rgba(0, 0, 0, 0.08);
}
.featured-imagebox-post.style1 .post-meta {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  padding: 10px 5px;
  background-color: rgba(255, 255, 255, 0.8);
}
.featured-imagebox-post.style1 .post-meta span:not(:last-child):after {
  background-color: #d0d0d0;
}
.featured-imagebox-post.style1 .featured-content {
  padding: 25px 25px 25px 25px;
}
.featured-imagebox-post.style1 .featured-content .post_box-footer {
  padding-top: 25px;
  margin-top: 25px;
  position: relative;
  border-top: 1px solid #efefef;
  transition: all 0.4s;
}
.featured-imagebox-post.style1:hover .featured-content .post_box-footer {
  border-color: transparent;
}
.featured-imagebox-post.style1 .featured-content .post_box-footer a {
  display: block;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  font-size: 13px;
  border: 1px solid #efefef;
  margin: 0 auto;
}
.featured-imagebox-post.style1 .featured-content .post_box-footer:before {
  width: 0;
  bottom: 0;
  height: 2px;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  position: absolute;
  content: "";
  border: 1px dashed transparent;
  border-bottom: 0;
  margin: 0 auto;
  transition: all 0.4s;
}
.featured-imagebox-post.style1:hover .featured-content .post_box-footer:before {
  width: 100%;
}

/* post--style2 */
.featured-imagebox-post.style2 {
  padding: 10px 10px 0;
  transition: all 0.4s;
  margin-bottom: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
}
.featured-imagebox-post.style2:hover {
  box-shadow: 0px 2px 12px 4px rgba(0, 0, 0, 0.06);
}
.featured-imagebox-post.style2 .featured-content {
  padding: 20px 25px 20px 25px;
  transform: translateY(0px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured-imagebox-post.style2 .featured-content .post-meta {
  padding-top: 20px;
  margin-top: 20px;
  position: relative;
  border-top: 1px solid #efefef;
  transition: all 0.4s;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.featured-imagebox-post.style2 .featured-content .category,
.featured-imagebox-post.style2 .post-meta span {
  font-size: 13px;
  line-height: 26px;
  margin-bottom: 3px;
}
.featured-imagebox-post.style2 .post-meta span {
  font-size: 12px;
  margin: 0;
}
.featured-imagebox-post.style2 .post-meta span:not(:last-child):after {
  content: unset;
}
.featured-imagebox-post.style2 .featured-content .post_box-footer a {
  display: block;
  height: 41px;
  width: 41px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  margin: 0 auto;
  font-size: 36px;
  font-family: "Teko", sans-serif;
}
.featured-imagebox-post.style2 .featured-content .post_box-footer .post-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s;
}
.featured-imagebox-post.style2:hover
  .featured-content
  .post_box-footer
  .post-link {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}

/* ===============================================
    14.Progress-Bar
------------------------*/
.ttm-progress-bar {
  position: relative;
}
.ttm-progress-bar:not(:last-child) {
  margin-bottom: 30px;
}
.ttm-progress-bar .progressbar-title {
  top: -35px;
  left: 0;
}
.ttm-progress-bar .progressbar-title,
.ttm-progress-bar .progress-bar-percent {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
  font-family: "Teko", sans-serif;
}
.ttm-progress-bar .progress-bar-percent {
  position: absolute;
  right: 0;
  z-index: 3;
  top: 0;
  overflow: hidden;
}
.ttm-progress-bar .progress-bar {
  display: block;
  height: 6px;
  margin-left: 2px;
  position: relative;
}
.ttm-progress-bar .progress-bar-inner {
  box-shadow: none;
  border-radius: 0;
  height: 12px;
  border: 1px solid #e5e5e5;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ===============================================
    15.Testimonial
------------------------*/
.testimonials {
  margin-top: 20px;
  position: relative;
}
.testimonials .testimonial-caption h5 {
  font-size: 22px;
  line-height: 27px;
  display: block;
  font-weight: 500;
  margin-bottom: 0;
}
.testimonials .testimonial-caption label {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
}

.star-ratings ul {
  padding: 0;
  margin: 0;
}
.star-ratings li {
  font-size: 13.8px;
  min-width: 14px;
  display: inline-block;
  color: #e0d018;
}
.star-ratings ul li,
.star-ratings ul li.active i {
  color: #fd4;
}

/* style1 */
.testimonials.style1 .testimonial-content,
.testimonials.style1 .testimonial-avatar {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.testimonials.style1 .testimonial-content {
  padding-left: 25px;
  text-align: left;
}
.testimonials.style1 .testimonial-content blockquote {
  margin: 10px 0 20px;
}
.testimonials.style1 .testimonial-content i {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
}
.testimonials.style1 .testimonial-content i:before {
  position: absolute;
  content: "";
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGcgaWQ9IlF1b3RlbWFya3MtbGVmdCI+DQoJPHBhdGggZD0iTTUwLjYyOTI2NDgsMjYuMjI1NjY4Yy0wLjEyODg5ODYtMS4zOTM0OTk0LTAuMDMwMzAwMS01LjE4MTYwMDYsMy41OTg1OTg1LTEwLjQ0OTIwMDYNCgkJYzAuMjc0NTAxOC0wLjM5NzUsMC4yMjQ3MDA5LTAuOTMzNTk5NS0wLjExNjE5NTctMS4yNzQzOTk4Yy0xLjQ3OTUwMzYtMS40Nzk0OTk4LTIuMzk1NTA0LTIuNDEzMTAwMi0zLjAzNzk5ODItMy4wNjYzOTk2DQoJCWMtMC44NDQ4MDI5LTAuODYxNDAwNi0xLjIzMDUwMzEtMS4yNTM5MDA1LTEuNzk1MDAyLTEuNzY1NzAwM2MtMC4zNzY5MDM1LTAuMzM4ODAwNC0wLjk0NzIwMDgtMC4zNDQ2OTk5LTEuMzI4MTAyMS0wLjAxMjU5OTkNCgkJYy02LjMyNTE5OTEsNS41MDM4OTk2LTEzLjM1MDU5NzQsMTYuODc2ODk5Ny0xMi4zMzM5OTU4LDMwLjgxMDUwMTENCgkJYzAuNTk1Njk1NSw4LjE4MTU5ODcsNi41NjM0OTU2LDE0LjEyMDA5ODEsMTQuMTg5NDk1MSwxNC4xMjAwOTgxYzcuODI2MDk5NCwwLDE0LjE5MzI5ODMtNi4zNjYxOTk1LDE0LjE5MzI5ODMtMTQuMTkyMzk4MQ0KCQlDNjMuOTk5MzYyOSwzMi44NDU3NjgsNTguMDczNjY5NCwyNi42NTQzNjc0LDUwLjYyOTI2NDgsMjYuMjI1NjY4eiBNNDkuODA2MDY0Niw1Mi41ODc5NjY5DQoJCWMtNi41NDg5MDA2LDAtMTEuNjc2Nzk5OC01LjE1ODE5OTMtMTIuMTk1MzAxMS0xMi4yNjQ1OTg4YzAsMCwwLDAsMC0wLjAwMDk5OTUNCgkJYy0xLjE0MzU5NjYtMTUuNjcwOTAwMyw4LjE3MTgwMjUtMjUuODQ5NjAxNywxMC45ODYzMDE0LTI4LjU0NDkwMDljMC4yNzQzOTg4LDAuMjcwNTAwMiwwLjU4Nzg5ODMsMC41ODg3OTk1LDEuMDQ5ODAwOSwxLjA1OTQ5OTcNCgkJYzAuNTU2NTk4NywwLjU2NjQwMDUsMS4zMTgzOTc1LDEuMzQxNzk5NywyLjQ3MDY5OTMsMi40OTgxMDAzYy00LjQwNTMwMDEsNi43ODcwOTk4LTMuNTc0MTk5NywxMS42MjI5OTkyLTMuMjA5OTk5MSwxMi4zMTY0MDA1DQoJCWMwLjE3Mjg5NzMsMC4zMjkwOTk3LDAuNTI3Mzk3MiwwLjU1MDgwMDMsMC44OTg0OTg1LDAuNTUwODAwM2M2LjcyMzYwMjMsMCwxMi4xOTMyOTgzLDUuNDY5Njk4LDEyLjE5MzI5ODMsMTIuMTkzMzAwMg0KCQlDNjEuOTk5MzYyOSw0Ny4xMTgyNjcxLDU2LjUyOTY2NjksNTIuNTg3OTY2OSw0OS44MDYwNjQ2LDUyLjU4Nzk2Njl6Ii8+DQoJPHBhdGggZD0iTTE1LjExMzY2NzUsMjYuMjI1NjY4Yy0wLjEyOTktMS4zODk2MDA4LTAuMDM0MTk5Ny01LjE3NDgwMDksMy41OTg1OTk0LTEwLjQ0OTIwMDYNCgkJYzAuMjczNTAwNC0wLjM5NzUsMC4yMjQ1OTk4LTAuOTMzNTk5NS0wLjExNjE5OTUtMS4yNzQzOTk4Yy0xLjQ3NjYwMDYtMS40NzY1OTk3LTIuMzkxNTk5Ny0yLjQwOTE5OTctMy4wMzMyMDAzLTMuMDYyNQ0KCQljLTAuODQ3Ni0wLjg2MzMwMDMtMS4yMzQzOTk4LTEuMjU2ODk5OC0xLjc5ODc5OTUtMS43Njk1OTk5Yy0wLjM3Njk5OTktMC4zMzg4MDA0LTAuOTQ3My0wLjM0MzcwMDQtMS4zMjgxMDAyLTAuMDEzNjAwMw0KCQljLTYuMzI1MTk5Niw1LjUwMzkwMDUtMTMuMzUxNTk5NywxNi44NzUtMTIuMzM2OTk5OSwzMC44MTE1MDA1djAuMDAwOTk5NQ0KCQljMC41OTc3LDguMTgwNTk5Miw2LjU2NjQwMDEsMTQuMTE5MDk4NywxNC4xOTI0LDE0LjExOTA5ODdjNy44MjYxOTk1LDAsMTQuMTkzNDAwNC02LjM2NjE5OTUsMTQuMTkzNDAwNC0xNC4xOTIzOTgxDQoJCUMyOC40ODQ3Njc5LDMyLjg0NDg2NzcsMjIuNTU4OTY3NiwyNi42NTI0Njc3LDE1LjExMzY2NzUsMjYuMjI1NjY4eiBNMTQuMjkxMzY3NSw1Mi41ODc5NjY5DQoJCWMtNi41NDc4MDAxLDAtMTEuNjc4Njk5NS01LjE1ODE5OTMtMTIuMTk4MjAwMi0xMi4yNjU1OTgzdjAuMDAwOTk5NQ0KCQljLTEuMTQwNi0xNS42NzQ4MDA5LDguMTc0Nzk5OS0yNS44NTE2MDA2LDEwLjk4OTIwMDYtMjguNTQ1OTAwM2MwLjI3NTQwMDIsMC4yNzA1MDAyLDAuNTg5OSwwLjU5MDgwMDMsMS4wNTI4MDAyLDEuMDYyNQ0KCQljMC41NTU1OTkyLDAuNTY2Mzk5NiwxLjMxNjM5OTYsMS4zNDA4MDAzLDIuNDY2Nzk4OCwyLjQ5NTFjLTQuNDA1Mjk5Miw2Ljc4ODA5OTMtMy41NzQxOTk3LDExLjYyMjk5OTItMy4yMDk5OTkxLDEyLjMxNTM5OTINCgkJYzAuMTcyOTAwMiwwLjMyOTEwMTYsMC41MjgzMDAzLDAuNTUxODAxNywwLjg5OTM5OTgsMC41NTE4MDE3YzYuNzIzNzAwNSwwLDEyLjE5MzQwMDQsNS40Njk2OTgsMTIuMTkzNDAwNCwxMi4xOTMzMDAyDQoJCUMyNi40ODQ3Njc5LDQ3LjExODI2NzEsMjEuMDE1MDY4MSw1Mi41ODc5NjY5LDE0LjI5MTM2NzUsNTIuNTg3OTY2OXoiLz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K)
    no-repeat 100% 100%;
  mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGcgaWQ9IlF1b3RlbWFya3MtbGVmdCI+DQoJPHBhdGggZD0iTTUwLjYyOTI2NDgsMjYuMjI1NjY4Yy0wLjEyODg5ODYtMS4zOTM0OTk0LTAuMDMwMzAwMS01LjE4MTYwMDYsMy41OTg1OTg1LTEwLjQ0OTIwMDYNCgkJYzAuMjc0NTAxOC0wLjM5NzUsMC4yMjQ3MDA5LTAuOTMzNTk5NS0wLjExNjE5NTctMS4yNzQzOTk4Yy0xLjQ3OTUwMzYtMS40Nzk0OTk4LTIuMzk1NTA0LTIuNDEzMTAwMi0zLjAzNzk5ODItMy4wNjYzOTk2DQoJCWMtMC44NDQ4MDI5LTAuODYxNDAwNi0xLjIzMDUwMzEtMS4yNTM5MDA1LTEuNzk1MDAyLTEuNzY1NzAwM2MtMC4zNzY5MDM1LTAuMzM4ODAwNC0wLjk0NzIwMDgtMC4zNDQ2OTk5LTEuMzI4MTAyMS0wLjAxMjU5OTkNCgkJYy02LjMyNTE5OTEsNS41MDM4OTk2LTEzLjM1MDU5NzQsMTYuODc2ODk5Ny0xMi4zMzM5OTU4LDMwLjgxMDUwMTENCgkJYzAuNTk1Njk1NSw4LjE4MTU5ODcsNi41NjM0OTU2LDE0LjEyMDA5ODEsMTQuMTg5NDk1MSwxNC4xMjAwOTgxYzcuODI2MDk5NCwwLDE0LjE5MzI5ODMtNi4zNjYxOTk1LDE0LjE5MzI5ODMtMTQuMTkyMzk4MQ0KCQlDNjMuOTk5MzYyOSwzMi44NDU3NjgsNTguMDczNjY5NCwyNi42NTQzNjc0LDUwLjYyOTI2NDgsMjYuMjI1NjY4eiBNNDkuODA2MDY0Niw1Mi41ODc5NjY5DQoJCWMtNi41NDg5MDA2LDAtMTEuNjc2Nzk5OC01LjE1ODE5OTMtMTIuMTk1MzAxMS0xMi4yNjQ1OTg4YzAsMCwwLDAsMC0wLjAwMDk5OTUNCgkJYy0xLjE0MzU5NjYtMTUuNjcwOTAwMyw4LjE3MTgwMjUtMjUuODQ5NjAxNywxMC45ODYzMDE0LTI4LjU0NDkwMDljMC4yNzQzOTg4LDAuMjcwNTAwMiwwLjU4Nzg5ODMsMC41ODg3OTk1LDEuMDQ5ODAwOSwxLjA1OTQ5OTcNCgkJYzAuNTU2NTk4NywwLjU2NjQwMDUsMS4zMTgzOTc1LDEuMzQxNzk5NywyLjQ3MDY5OTMsMi40OTgxMDAzYy00LjQwNTMwMDEsNi43ODcwOTk4LTMuNTc0MTk5NywxMS42MjI5OTkyLTMuMjA5OTk5MSwxMi4zMTY0MDA1DQoJCWMwLjE3Mjg5NzMsMC4zMjkwOTk3LDAuNTI3Mzk3MiwwLjU1MDgwMDMsMC44OTg0OTg1LDAuNTUwODAwM2M2LjcyMzYwMjMsMCwxMi4xOTMyOTgzLDUuNDY5Njk4LDEyLjE5MzI5ODMsMTIuMTkzMzAwMg0KCQlDNjEuOTk5MzYyOSw0Ny4xMTgyNjcxLDU2LjUyOTY2NjksNTIuNTg3OTY2OSw0OS44MDYwNjQ2LDUyLjU4Nzk2Njl6Ii8+DQoJPHBhdGggZD0iTTE1LjExMzY2NzUsMjYuMjI1NjY4Yy0wLjEyOTktMS4zODk2MDA4LTAuMDM0MTk5Ny01LjE3NDgwMDksMy41OTg1OTk0LTEwLjQ0OTIwMDYNCgkJYzAuMjczNTAwNC0wLjM5NzUsMC4yMjQ1OTk4LTAuOTMzNTk5NS0wLjExNjE5OTUtMS4yNzQzOTk4Yy0xLjQ3NjYwMDYtMS40NzY1OTk3LTIuMzkxNTk5Ny0yLjQwOTE5OTctMy4wMzMyMDAzLTMuMDYyNQ0KCQljLTAuODQ3Ni0wLjg2MzMwMDMtMS4yMzQzOTk4LTEuMjU2ODk5OC0xLjc5ODc5OTUtMS43Njk1OTk5Yy0wLjM3Njk5OTktMC4zMzg4MDA0LTAuOTQ3My0wLjM0MzcwMDQtMS4zMjgxMDAyLTAuMDEzNjAwMw0KCQljLTYuMzI1MTk5Niw1LjUwMzkwMDUtMTMuMzUxNTk5NywxNi44NzUtMTIuMzM2OTk5OSwzMC44MTE1MDA1djAuMDAwOTk5NQ0KCQljMC41OTc3LDguMTgwNTk5Miw2LjU2NjQwMDEsMTQuMTE5MDk4NywxNC4xOTI0LDE0LjExOTA5ODdjNy44MjYxOTk1LDAsMTQuMTkzNDAwNC02LjM2NjE5OTUsMTQuMTkzNDAwNC0xNC4xOTIzOTgxDQoJCUMyOC40ODQ3Njc5LDMyLjg0NDg2NzcsMjIuNTU4OTY3NiwyNi42NTI0Njc3LDE1LjExMzY2NzUsMjYuMjI1NjY4eiBNMTQuMjkxMzY3NSw1Mi41ODc5NjY5DQoJCWMtNi41NDc4MDAxLDAtMTEuNjc4Njk5NS01LjE1ODE5OTMtMTIuMTk4MjAwMi0xMi4yNjU1OTgzdjAuMDAwOTk5NQ0KCQljLTEuMTQwNi0xNS42NzQ4MDA5LDguMTc0Nzk5OS0yNS44NTE2MDA2LDEwLjk4OTIwMDYtMjguNTQ1OTAwM2MwLjI3NTQwMDIsMC4yNzA1MDAyLDAuNTg5OSwwLjU5MDgwMDMsMS4wNTI4MDAyLDEuMDYyNQ0KCQljMC41NTU1OTkyLDAuNTY2Mzk5NiwxLjMxNjM5OTYsMS4zNDA4MDAzLDIuNDY2Nzk4OCwyLjQ5NTFjLTQuNDA1Mjk5Miw2Ljc4ODA5OTMtMy41NzQxOTk3LDExLjYyMjk5OTItMy4yMDk5OTkxLDEyLjMxNTM5OTINCgkJYzAuMTcyOTAwMiwwLjMyOTEwMTYsMC41MjgzMDAzLDAuNTUxODAxNywwLjg5OTM5OTgsMC41NTE4MDE3YzYuNzIzNzAwNSwwLDEyLjE5MzQwMDQsNS40Njk2OTgsMTIuMTkzNDAwNCwxMi4xOTMzMDAyDQoJCUMyNi40ODQ3Njc5LDQ3LjExODI2NzEsMjEuMDE1MDY4MSw1Mi41ODc5NjY5LDE0LjI5MTM2NzUsNTIuNTg3OTY2OXoiLz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K)
    no-repeat 100% 100%;
  mask-size: cover;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}
.testimonials.style1 .testimonial-avatar::after,
.testimonials.style1 .testimonial-avatar::before {
  content: "";
  position: absolute;
  width: 1px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.08);
  transition: all 0.4s;
}
.testimonials.style1 .testimonial-avatar::after {
  animation: move 3s infinite;
}
@keyframes move {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  30% {
    transform: translate3d(0, 30%, 0);
  }
  50% {
    transform: translate3d(0, 100%, 0);
  }
  100% {
    transform: translate3d(0, 100%, 0);
  }
}
.testimonials.style1 .testimonial-avatar .testimonial-img {
  position: relative;
  z-index: 1;
}
.testimonials.style1 .testimonial-avatar .testimonial-img img {
  height: 77px;
  width: 77px;
  border: 5px solid #fff;
  border-radius: 50%;
}

/* testimonials-2 */
.testimonials.style2 {
  margin-top: 0;
}
.testimonials.style2 .testimonial-avatar .testimonial-img img {
  height: 87px;
  width: 87px;
  border: 5px solid #fff;
  border-radius: 50%;
}
.testimonials.style2 .testimonial-avatar,
.testimonials.style2 .testimonial-caption {
  padding-left: 25px;
  position: relative;
  overflow: hidden;
}
.testimonials.style2 .testimonial-avatar::after,
.testimonials.style2 .testimonial-avatar::before {
  content: "";
  position: absolute;
  width: 5px;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0.4;
  transition: all 0.4s;
}
.testimonials.style2 .testimonial-avatar::after {
  animation: move 3s infinite;
  opacity: 1;
}
.testimonials.style2 .testimonial-caption h5 {
  margin-top: 5px;
}
.testimonials.style2 .testimonial-content blockquote {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  padding-top: 5px;
  padding-bottom: 15px;
  font-style: italic;
}
.testimonials.style2 .testimonial-content blockquote:after {
  position: absolute;
  content: "\f10d";
  font-family: "FontAwesome";
  top: -5px;
  right: 25%;
  font-size: 68px;
  line-height: 68px;
  opacity: 0.08;
}

/* testimonials-3 */
.testimonials.style3 {
  margin: 0;
  padding: 80px 29px 60px;
  position: relative;
}
.testimonials.style3 .testimonial-content,
.testimonials.style3 .testimonial-avatar {
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.testimonials.style3 .testimonial-avatar .testimonial-img img {
  height: 85px;
  width: 85px;
  border: 6px solid #fff;
  border-radius: 50%;
  box-shadow: 5px 0 35px rgba(0, 0, 0, 0.1);
}
.testimonials.style3 .testimonial-avatar .testimonial-img {
  padding-right: 40px;
  position: relative;
}
.testimonials.style3 .testimonial-avatar .testimonial-img:after {
  position: absolute;
  content: "\f10e";
  right: 25px;
  bottom: 0;
  font-size: 40px;
  font-family: "FontAwesome";
}
.testimonials.style3 .testimonial-caption {
  padding-bottom: 25px;
}
.testimonials.style3 .testimonial-caption label {
  color: inherit;
  opacity: 0.8;
}

/* ===============================================
    16.Client-row  
------------------------*/
.client-box {
  position: relative;
  text-align: center;
}
.client-box .ttm-client-logo-tooltip {
  margin-top: 45px;
  margin-bottom: 30px;
}
.client-box .ttm-client-logo-tooltip img {
  text-align: center;
  display: block;
  margin: 0 auto;
}

/* ===============================================
    17.Accordion
------------------------*/
.wrap-acadion .accordion {
  margin-top: 15px;
}
.accordion .toggle:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.accordion .toggle-title a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  position: relative;
}
.accordion .toggle-title a i {
  margin-right: 15px;
}
.accordion .toggle-content {
  display: none;
  margin-top: 15px;
}
.accordion .toggle-content p {
  margin-bottom: 0;
}
.accordion .toggle .toggle-title a:after {
  position: absolute;
  font-family: "FontAwesome";
  right: 20px;
  top: 5px;
  display: inline-block;
  content: "\f055";
  border-radius: 50%;
  font-size: 12px;
  line-height: 10px;
}
.accordion .toggle .toggle-title a.active:after {
  content: "\f056";
}

.accordion .toggle.ttm-control-left-true .toggle-title a,
.accordion .toggle.ttm-style-classic.ttm-control-left-true .toggle-title a {
  padding-left: 40px;
}
.accordion .toggle.ttm-control-left-true .toggle-title a:after {
  left: 20px;
  border: 0;
}

/* ttm-style-classic */
.accordion .toggle.ttm-style-classic {
  padding-bottom: 0px;
  margin-bottom: 25px;
  border: 0;
  position: relative;
}
.accordion .toggle.ttm-style-classic:last-child {
  margin-bottom: 0;
}
.accordion .toggle.ttm-style-classic .toggle-content {
  padding: 26px 20px;
  margin-top: 0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.accordion .toggle.ttm-style-classic .toggle-title {
  border: 0;
}
.accordion .toggle.ttm-style-classic .toggle-title a {
  text-transform: capitalize;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Teko", sans-serif;
  display: block;
  padding: 14px 20px 11px;
  padding-right: 48px;
  position: relative;
  border-radius: 30px;
  -webkit-transition: color 0s ease-in-out;
  -o-transition: color 0s ease-in-out;
  transition: color 0s ease-in-out;
}
.accordion .toggle.ttm-style-classic .toggle-title a:after {
  top: 15px;
  font-size: 20px;
  line-height: 20px;
}
.accordion .toggle.ttm-style-classic .toggle-title a.active {
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion .alignleft {
  margin: 0em 1em 0em 0;
}

/* ===============================================
    18.Wrap-Form
------------------------*/
.wrap-form label {
  width: 100%;
  margin: 0;
}
.wrap-form span.text-input {
  margin-bottom: 15px;
  display: block;
  position: relative;
}
.wrap-form span.text-input input,
.wrap-form span.text-input textarea,
.wrap-form span.text-input select {
  border: 0;
}

/* contactform */
.wrap-form.contact_form {
  display: flex;
  align-items: center;
}
.wrap-form.contact_form label {
  margin-right: 20px;
  display: inline-block;
}
.wrap-form.contact_form span.text-input input,
.wrap-form.contact_form span.text-input select {
  border: 0;
  padding: 15px 30px;
  border-radius: 30px;
}
.wrap-form.contact_form button {
  padding: 15px 0px;
  width: 100%;
  margin-bottom: 15px;
}
.ttm-bgcolor-grey .wrap-form.contact_form span.text-input input,
.ttm-bgcolor-grey .wrap-form.contact_form span.text-input select {
  background-color: #fff;
}
.wrap-form.contact_form_2 span.text-input {
  margin-bottom: 25px;
}
.wrap-form.contact_form_2 span.text-input input,
.wrap-form.contact_form_2 span.text-input select,
.wrap-form.contact_form_2 span.text-input textarea {
  border-radius: 30px;
  padding-left: 25px;
}

/* ===============================================
    19.Tab
------------------------*/
.ttm-tabs ul.tabs {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}
.ttm-tabs ul.tabs li {
  display: inline-block;
  margin-bottom: 10px;
}
.ttm-tabs ul.tabs li a {
  display: inline-block;
  padding: 9px 25px 7px;
  line-height: 22px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Teko", sans-serif;
  text-transform: capitalize;
  position: relative;
  border: 1px solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ttm-tabs .content-tab .content-inner {
  display: none;
}
.ttm-tabs .content-tab .content-inner.active {
  display: block;
}

/* tab-style-01 */
.ttm-tabs.ttm-tab-style-01 ul.tabs {
  display: flex;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  border-bottom: 4px solid rgba(255, 255, 255, 0.15);
}
.ttm-tabs.ttm-tab-style-01 ul.tabs li {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  margin: 0;
  position: relative;
  padding: 15px 0;
  transition: all 0.4s;
}
.ttm-tabs.ttm-tab-style-01 ul.tabs li a {
  padding: 0;
  display: block;
  border: 0;
  font-weight: 500;
}
.ttm-tabs.ttm-tab-style-01 ul.tabs li:before {
  position: absolute;
  content: "";
  border-bottom: 1px solid;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #efefef;
}
.ttm-tabs.ttm-tab-style-01 ul.tabs li.active:before {
  border-width: 3px;
}

/* tab-style-02 */
.ttm-tabs.ttm-tab-style-02 ul.tabs {
  display: flex;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 20px;
}
.ttm-tabs.ttm-tab-style-02 ul.tabs li {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  position: relative;
}
.ttm-tabs.ttm-tab-style-02 ul.tabs li a {
  padding: 16px 20px;
  font-size: 22px;
  display: block;
  border: 0;
  font-weight: 500;
}
.ttm-tabs.ttm-tab-style-02 ul.tabs li:before,
.ttm-tabs.ttm-tab-style-02 ul.tabs li:after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: inherit;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  transition: all 200ms ease-in;
}
.ttm-tabs.ttm-tab-style-02 ul.tabs li:before {
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(90deg);
  transform: perspective(400px) rotateX(90deg);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
}
.ttm-tabs.ttm-tab-style-02 ul.tabs li:after {
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.ttm-tabs.ttm-tab-style-02 ul.tabs li.active:after,
.ttm-tabs.ttm-tab-style-02 ul.tabs li:hover:after {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.ttm-tabs.ttm-tab-style-02 ul.tabs li.active:before,
.ttm-tabs.ttm-tab-style-02 ul.tabs li:hover:before {
  -webkit-transform: perspective(400px) rotateX(0);
  transform: perspective(400px) rotateX(0);
  opacity: 1;
  z-index: 1;
}
.ttm-tabs.ttm-tab-style-02 .content-tab .content-inner {
  padding: 40px;
  background-color: #fff;
}
.ttm-tabs.ttm-tab-style-02 ul.tabs li a:before,
.ttm-tabs.ttm-tab-style-02 ul.tabs li a:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 50%;
  left: 0;
  top: 0;
  background-color: rgb(38 44 49 / 11%);
}
.ttm-tabs.ttm-tab-style-02 ul.tabs li a:after {
  left: auto;
  right: 0;
}
.ttm-tabs.ttm-tab-style-02 ul.tabs li:first-child a:before {
  width: 0;
}
.ttm-tabs.ttm-tab-style-02 ul.tabs li:last-child a:after {
  width: 0;
}

/* ttm-tab-style-vertical */
.ttm-tabs.ttm-tab-style-vertical ul.tabs li {
  margin-top: 1px;
  width: 100%;
  display: block;
}
.ttm-tabs.ttm-tab-style-vertical ul.tabs li a {
  display: block;
  cursor: pointer;
  background-color: #2a2a2a;
  color: #fff;
  letter-spacing: 1.2px;
  padding: 14px 20px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 27px;
  margin: 0;
  border-radius: 0;
}

/* ttm-tab-style-horizontal */
.ttm-tabs.ttm-tab-style-horizontal ul {
  margin: 0;
  padding: 0;
  text-align: left;
  margin-bottom: -1px;
}
.ttm-tabs.ttm-tab-style-horizontal ul.tabs li {
  display: inline-block;
  border: 0;
  margin: 0;
}
.ttm-tabs.ttm-tab-style-horizontal .content-tab {
  padding: 20px;
  border: 1px solid;
}

/* ===============================================
    20.Boxes-Spacing
------------------------*/
.row.ttm-boxes-spacing-15px {
  margin: 0 -15px;
}
.ttm-boxes-spacing-15px .ttm-box-col-wrapper {
  padding-right: 7.5px;
  padding-left: 7.5px;
  padding-bottom: 15px;
}

.row.ttm-boxes-spacing-30px {
  margin: 0 -15px;
}
.ttm-boxes-spacing-30px .ttm-box-col-wrapper {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 30px;
}

.row.ttm-boxes-spacing-20px {
  margin: 0 -10px;
}
.ttm-boxes-spacing-20px .ttm-box-col-wrapper {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
}

.row.ttm-boxes-spacing-10px {
  margin: 0 -5px;
}
.ttm-boxes-spacing-10px .ttm-box-col-wrapper {
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 10px;
}

.row.ttm-boxes-spacing-5px {
  margin: 0;
}
.ttm-boxes-spacing-5px .ttm-box-col-wrapper {
  padding-right: 2.5px;
  padding-left: 2.5px;
  padding-bottom: 5px;
}
.row.ttm-boxes-spacing-0px {
  margin: 0;
}
.ttm-boxes-spacing-0px .ttm-box-col-wrapper {
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
  outline: 0;
}

/* ===============================================
    21.Sidebar
------------------------*/
.sidebar .widget-area .widget {
  position: relative;
  margin-bottom: 40px;
  border: 1px solid #efefef;
  padding: 0 20px 30px;
}
.sidebar .widget-area .widget:last-child {
  margin-bottom: 0px;
}
.sidebar .widget ul {
  margin: 0;
  padding: 0;
}
.sidebar .widget ul > li {
  padding-bottom: 15px;
  padding-top: 15px;
  list-style: none;
  border-top: 1px solid #e9ebef;
  position: relative;
}
.sidebar .widget ul > li:first-child {
  border-top: none;
  padding-top: 0;
}
.sidebar .widget ul > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar .widget .widget-title {
  font-size: 26px;
  line-height: 26px;
  padding: 12px 20px;
  margin: 0;
  padding-left: 40px;
  font-weight: 500;
  margin: 0 -20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e9ebef;
}
.sidebar .widget .widget-title:before {
  display: block;
  margin-bottom: 0;
  content: "";
  position: absolute;
  top: 12px;
  left: 25px;
  width: 3px;
  height: 22px;
  background-color: #000;
}

/*widget-search*/
.sidebar .widget.widget-search {
  padding: 0;
  border: 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: 45px;
  height: 50px;
  line-height: 0;
  font-size: 14px;
  z-index: 1;
  border-radius: 0 3px 3px 0;
  box-shadow: unset;
}
.sidebar .widget.widget-search .input-text {
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 0;
}

/*widget-post*/
ul.ttm-recent-post-list > li {
  padding: 14px 0;
}
ul.ttm-recent-post-list > li:first-child {
  padding-top: 0;
}
ul.ttm-recent-post-list > li:last-child {
  padding-bottom: 0;
}
ul.ttm-recent-post-list > li img {
  display: block;
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 18px;
}
ul.ttm-recent-post-list > li > a:last-child {
  font-size: 14px;
  line-height: 20px;
  display: block;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
ul.ttm-recent-post-list > li .post-date {
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 6px;
}
ul.ttm-recent-post-list li:after {
  content: " ";
  display: table;
  clear: both;
}

/* widget-categories */
.widget-Categories .widget-title,
.widget-archive .widget-title {
  margin-bottom: 22px;
}
.widget-Categories ul li {
  position: relative;
  margin: 5px 0;
  padding-top: 10px !important;
  border-top: 1px solid #e9ebef;
  padding-bottom: 5px !important;
}
.widget-Categories ul li:first-child {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.widget-Categories ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0px !important;
  margin-bottom: 0;
}
.widget-Categories li a {
  font-size: 16px;
  font-weight: 500;
  color: inherit;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  position: relative;
}
.widget-Categories li a:before {
  position: absolute;
  font-family: "themify";
  content: "\e61a";
  top: 0px;
  left: 0;
  font-size: 12px;
}

/* widget-download */
.sidebar .widget-area .widget.widget-download {
  padding: 0;
  border: 0;
}
.widget.widget-download ul li {
  margin-bottom: 10px;
  padding: 0;
  border: 0;
}
.widget.widget-download ul li a {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  border: none;
  font-family: "Teko", sans-serif;
}
.widget.widget-download ul li i {
  color: #fff;
  font-size: 20px;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  margin-right: 20px;
  border-right: 1px solid;
}

.widget .tagcloud a {
  display: inline-block;
  padding: 9px 16px;
  margin: 0 2px 6px;
  border: 1px solid #e3e3e3;
  border-radius: 25px;
  font-size: 14px !important;
  background-color: #fff;
  font-weight: 500;
}

/* widget-nav-menu */
.sidebar .widget-area .widget.widget-nav-menu {
  padding: 0;
}
.widget.widget-nav-menu ul li {
  position: relative;
  padding-top: 17px !important;
  border-top: 1px solid #e9ebef;
  padding-bottom: 13px !important;
}
.widget.widget-nav-menu ul li a {
  display: block;
  font-size: 20px;
  line-height: 1;
  font-family: "Teko", sans-serif;
  position: relative;
  padding-left: 25px;
}
.widget.widget-nav-menu ul li a:before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 0;
  width: 2px;
  vertical-align: middle;
  margin-right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: height 0.4s, opacity 0.4s ease, top 0.4s ease;
  -o-transition: height 0.4s, opacity 0.4s ease, top 0.4s ease;
  -moz-transition: height 0.4s, opacity 0.4s ease, top 0.4s ease;
  transition: height 0.4s, opacity 0.4s ease, top 0.4s ease;
  top: 50%;
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition: 0.3s all;
}
.widget.widget-nav-menu ul li.active a:before,
.widget.widget-nav-menu ul li:hover a:before {
  top: 0;
  height: -webkit-calc(100% + 1px);
  height: -moz-calc(100% + 1px);
  height: calc(100% + 1px);
  opacity: 1;
  visibility: visible;
}

/* contact-widget */
ul.contact-widget-wrapper li {
  border: 0 !important;
  padding-top: 0 !important;
}
ul.contact-widget-wrapper li i {
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 18px;
}
ul.contact-widget-wrapper li {
  padding-left: 35px !important;
  position: relative;
  padding-top: 0;
  padding-bottom: 17px;
  line-height: 25px;
}

.sidebar .widget-area .widget.widget_media_image {
  padding: 0;
  border: 0;
}

/* pagination */
.pagination-block {
  display: block;
  margin-top: 35px;
  text-align: center;
}
.pagination-block .page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 39px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin: 0 2px 0;
  border: 1px solid #f4f6f9;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.pagination-block .page-numbers i {
  font-size: 12px;
}

/* ===============================================
    22.Pricing-Plan
------------------------*/
.ttm-pricing-plan {
  padding: 20px;
  margin: 15px 0;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  text-align: center;
  z-index: 1;
  border-radius: 6px;
  border-top: 4px solid;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.ttm-pricing-plan:hover {
  box-shadow: 0px 10px 14px 4px rgba(146, 140, 140, 0.28);
}
.ttm-p_table-head {
  padding: 25px 0;
}
.ttm-p_table-title h3 {
  font-size: 28px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 5px;
}
.ttm-p_table-icon i {
  font-size: 58px;
  line-height: 68px;
}
.ttm-p_table-amount .cur_symbol,
.ttm-p_table-amount h4,
.ttm-p_table-price {
  font-size: 58px;
  line-height: 60px;
  margin-top: 4px;
  margin-bottom: 0;
  font-weight: 500;
  vertical-align: sub;
  display: inline-block;
  font-family: "Teko", sans-serif;
}
.ttm-p_table-amount .pac_frequency {
  position: relative;
  font-weight: 500;
  font-size: 20px;
}
.ttm-p_table-body {
  padding: 0px 30px;
  transition: all 0.5s ease;
}
.ttm-p_table-features {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ttm-p_table-features li {
  font-size: 16px;
  line-height: 16px;
  padding-top: 16px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 16px;
}
.ttm-p_table-features li:last-child {
  padding-bottom: 5px;
  border-bottom: 0;
}
.ttm-p_table-footer {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 25px;
  transition: all 0.5s ease;
}
/*** Color Switcher Style
==================================================================== ***/
.cmt_floting_customsett {
  position: fixed;
  /* top: 50%; */
  right: 0;
  padding: 3px 0 10px;
  margin: -89px 0 0;
  background-color: #fff;
  box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
  z-index: 99999;
}
.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: 0.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;
}
