/** 
          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

          1530. Client-row

          16. Accordion

          17. Wrap-Form

          18. Tab

          19. Boxes-Spacing

          20. Pricing-Plan

          21. Sidebar

**/

/* ===============================================
    1.ttm-row
------------------------*/
.ttm-row {
  padding: 10px 0;
}

.ttm-row.padding_bottom_zero-section {
  padding: 90px 0 0;
}

.ttm-row.padding_top_zero-section {
  padding: 0 0 90px 0;
}

.ttm-row.padding_zero-section {
  padding: 0 0;
}

.ttm-row.broken-section {
  padding: 0 0;
}

.ttm-row.cta-section {
  padding: 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;
}

.ttm-col-bgimage-yes,
.ttm-col-bgimage-yes,
.bg-layer-equal-height .ttm-col-bgcolor-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,
.ttm-bgcolor-skincolor > .ttm-bg-layer > .ttm-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: 100%;
  margin-right: -500px;
  right: 0;
}

.layer-content {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.col-bg-img-five .layer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
}

.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-skincolor.ttm-bg.ttm-bgimage-yes > .ttm-bg-layer,
.ttm-bgcolor-skincolor .ttm-bg-layer .ttm-bg-layer-inner,
.ttm-bgcolor-skincolor.ttm-bg.ttm-col-bgimage-yes
  > .ttm-bg-layer
  > .ttm-col-wrapper-bg-layer-inner {
  opacity: 0.92;
}

.ttm-bgcolor-white.ttm-bg.ttm-bgimage-yes > .ttm-bg-layer,
.ttm-bgcolor-white .ttm-bg-layer .ttm-bg-layer-inner,
.ttm-bgcolor-white.ttm-bg.ttm-col-bgimage-yes
  > .ttm-bg-layer
  > .ttm-col-wrapper-bg-layer-inner {
  opacity: 0.94;
}

.ttm-bgcolor-darkgrey.ttm-bg.ttm-bgimage-yes > .ttm-bg-layer,
.ttm-bgcolor-darkgrey .ttm-bg-layer .ttm-bg-layer-inner,
.ttm-bgcolor-darkgrey.ttm-bg.ttm-col-bgimage-yes
  > .ttm-bg-layer
  > .ttm-col-wrapper-bg-layer-inner {
  opacity: 0.8;
}

/* ===============================================
    4.Row-Bg-Image  
------------------------*/
.bg-img1 {
  background-image: url(../images/bg-img/row-bgimage-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 0;
  background-attachment: scroll;
}

.bg-img2 {
  background-image: url(../images/bg-img/row-bgimage-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
}

.bg-img3 {
  background-image: url(../images/bg-img/row-bgimage-3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
}

.bg-img4 {
  background-image: url(../images/bg-img/row-bgimage-4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
}

.bg-img5 {
  background-image: url(../images/bg-img/row-bgimage-5.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
}

.bg-img6 {
  background-image: url(../images/bg-img/row-bgimage-6.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px -260px;
  background-attachment: scroll;
}

.bg-img7 {
  background-image: url(../images/bg-img/row-bgimage-7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
}

.bg-img8 {
  background-image: url(../images/bg-img/row-bgimage-8.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
}

.bg-img9 {
  background-image: url(../images/bg-img/row-bgimage-9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
}

.bg-img10 {
  background-image: url(../images/bg-img/row-bgimage-10.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
}

.bg-img11 {
  background-image: url(../images/bg-img/row-bgimage-11.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50px -120px;
  background-attachment: scroll;
}

/* ===============================================
    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-img/col-bgimage-1.jpg); */
  /* background-image: url(../images/work1.jpg); */
  background-position: center;
  background-size: cover;
}

.col-bg-img-two.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
  background-image: url(../images/work2.jpg);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.col-bg-img-three.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
  background-image: url(../images/pcpfinance.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.col-bg-img-four.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
  background-image: url(../images/bg-img/col-bgimage-4.png);
  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/bg-img/col-bgimage-5.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.col-bg-img-six.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
  background-image: url(../images/bg-img/col-bgimage-6.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.col-bg-img-seven.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
  background-image: url(../images/bg-img/col-bgimage-7.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.col-bg-img-eight.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
  background-image: url(../images/bg-img/col-bgimage-8.png);
  background-position: -100% 0%;
  background-repeat: repeat;
  background-size: contain;
}

.col-bg-img-eight.ttm-bgcolor-skincolor.ttm-bg
  .ttm-bg-layer
  .ttm-bg-layer-inner {
  opacity: 0.2 !important;
}

.col-bg-img-nine.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
  background-image: url(../images/bg-img/col-bgimage-9.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.col-bg-img-ten {
  background-image: url(../images/bg-img/col-bgimage-10.jpg);
  background-position: top right;
  background-repeat: no-repeat;
}

.col-bg-img-eleven.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
  background-image: url(../images/bg-img/col-bgimage-11.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.col-bg-img-twelve.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
  background-image: url(../images/bg-img/col-bgimage-12.png);
  background-position: 0% 0%;
  background-repeat: no-repeat;
}

.col-bg-img-thirteen.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
  background-image: url(../images/bg-img/col-bgimage-13.jpg) !important;
  text-align: left;
  padding: 55px 30px 60px;
  z-index: 2;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.col-bg-img-fourteen.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
  background-image: url(../images/bg-img/col-bgimage-14.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
}

.col-bg-img-fifteen.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
  background-image: url(../images/bg-img/col-bgimage-15.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.col-bg-img-sixteen.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
  background-image: url(../images/bg-img/col-bgimage-16.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.col-bg-img-seventeen.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer {
  background-image: url(../images/bg-img/col-bgimage-17.png);
  background-position: 0% 0%;
  background-repeat: repeat;
  background-size: auto;
}

/* ===============================================
     image-overlay-content 
 ---------------------------------------------------------------*/
.image-overlay-content .circle-shape p {
  font-size: 16px;
  line-height: 20px;
}

.image-overlay-content .circle-shape {
  display: block;
  height: 133px;
  width: 133px;
  border-radius: 50%;
  padding: 20px 12px 12px;
  text-align: center;
}

.image-overlay-content .circle-shape.ttm-top-view-overlay {
  position: absolute;
  top: 65px;
  left: 0px;
}

.image-overlay-content .shakeimage.ttm-top-view-overlay {
  position: absolute;
  top: 260px;
  right: -60px;
}

.image-overlay-content .shakeimage {
  -webkit-animation: shake 24s linear infinite;
  -moz-animation: shake 24s linear infinite;
  -o-animation: shake 24s linear infinite;
  animation: shake 24s linear infinite;
}

.image-overlay-content .rectangle-shape {
  padding: 20px 30px;
}

.image-overlay-content .rectangle-shape span {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
}

.image-overlay-content span {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
}

.image-overlay-content {
  font-family: "Rajdhani", Sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  padding: 30px 40px;
  width: 100%;
  bottom: 0px;
}

.ttm-bottom-view-overlay .highlight-line:before {
  content: " ";
  position: absolute;
  height: 2px;
  width: 100%;
  transition: all 0.7s ease-in-out;
  background-color: #8cbc43;
  left: 0;
  bottom: 0px;
  top: auto;
}

/* ===============================================
    6.Section-Title  
------------------------*/
.section-title {
  position: relative;
  margin-bottom: 20px;
}

.section-title h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1.5px;
  display: inline-block;
  position: relative;
  padding-right: 60px;
  margin-bottom: 8px;
}

.section-title .title-header h3:after {
  display: block;
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  right: 0;
  top: 12px;
}

.section-title h2.title {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 44px;
  /* line-height: 52px; */
  margin-bottom: 20px;
}

.section-title .title-desc p {
  width: 100%;
  padding-bottom: 15px;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #666666;
  letter-spacing: 0.1px;
}

.section-title .title-desc p a {
  font-family: "Rajdhani", sans-serif;
}

.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-style-center_text .title-header h3:before {
  display: block;
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  left: 0;
  top: 12px;
}

.section-title.title-style-center_text .title-header h3 {
  padding-left: 60px;
}

/* style2 */
.section-title.style2 {
  margin-bottom: 22px;
}

.section-title.style2 .title-header {
  width: 49.5%;
  padding-right: 30px;
  padding-bottom: 0;
  position: relative;
}

.section-title.style2 .title-desc {
  padding-right: 20px;
}

.section-title.style2 .title-desc p {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.ttm-bgcolor-darkgrey .section-title.style2 .title-desc p {
  color: rgba(255, 255, 255, 0.8);
}

.ttm-bgcolor-skincolor .section-title.style2 .title-desc p {
  color: rgba(255, 255, 255, 0.8);
}

.section-title.style2 .title-header,
.section-title.style2 .title-desc {
  display: table-cell;
  vertical-align: middle;
}

.row-title .section-title h2 {
  font-size: 60px;
  line-height: 70px;
}

.row-title .section-title {
  margin-bottom: 20px;
}

.ttm-bgcolor-skincolor .section-title.style2 .title-header:after {
  border-right-color: rgb(255 255 255 / 30%);
}

.ttm-bgcolor-grey .section-title.style2 .title-header:after,
.ttm-bgcolor-white .section-title.style2 .title-header:after {
  border-right-color: rgba(0, 0, 0, 0.08);
}

.section-title.style2 .title-header:after {
  content: "";
  right: 75px;
  height: 100%;
  position: absolute;
  top: 0;
  width: 1px;
  border-right-width: 1px;
  border-right-color: rgba(255, 255, 255, 0.09);
  border-right-style: solid;
}

.ttm-bgcolor-skincolor .section-title .title-header.text-right h3:after {
  display: none;
  visibility: hidden;
}

.section-title.style2 .title-header.text-right {
  width: 30%;
  padding-left: 70px;
  padding-right: 5px;
}

.section-title.style2 .title-header.text-right h3 {
  padding-right: 0px;
}

.section-title.style2 .title-header.text-right:after {
  right: -50px;
  height: 220px;
  border-right-color: #ffffff33;
}

.section-title.style2 .title-header.text-right h3:after {
  display: block;
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  left: -60px;
  top: 12px;
}

/* ===============================================
    7.sep_holder
------------------------*/
.ttm-horizontal_sep {
  border-top: 1px solid rgb(255 255 255 / 28%);
  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: #e3e3e3;
}

.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);
}

.ttm-vertical_sep {
  position: relative;
  content: "";
  top: -10px;
  height: 70px;
  right: 0px;
  width: 1px;
  background-color: #02010117;
}

.row.no-gutters.ttm-vertical_sep > [class*="col"]:not(:last-child):before {
  right: 0;
}

.ttm-bgcolor-darkgrey
  .ttm-vertical_sep
  > [class*="col"]:not(:last-child):before,
.ttm-bgcolor-skincolor
  .ttm-vertical_sep
  > [class*="col"]:not(:last-child):before {
  background-color: rgba(255, 255, 255, 0.21);
}

/* ===============================================
    8.Buttons
------------------------*/
.ttm-btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: normal;
  padding: 11px 25px 11px 31px;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #eaeff5;
  position: relative;
  text-transform: capitalize;
  font-weight: 500;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s ease 0s;
}

.ttm-btn:not(.btn-inline)::before {
  content: "";
  position: absolute;
  background-color: inherit;
  width: 0%;
  height: 100%;
  right: 0;
  left: auto;
  top: 0;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  z-index: -1;
}

.ttm-btn:not(.btn-inline):hover::before {
  right: auto;
  left: 0;
  width: 100%;
}

.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: 3px;
}

.ttm-btn.ttm-icon-btn-left i {
  top: 2px;
}

.ttm-bgcolor-darkgrey .ttm-btn:hover.btn-inline.ttm-btn-color-skincolor {
  background-color: transparent;
  color: #fff;
}

.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: 0.4s;
  top: 2px;
}

.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;
}

.ttm-btn:hover i {
  transform: translateX(2px);
}

/** 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: 14px;
  padding: 14px 30px 14px 30px;
}

.ttm-btn.ttm-btn-size-md i {
  line-height: 15px;
  font-size: 16px;
}

/** btn-size-lg **/
.ttm-btn.ttm-btn-size-lg {
  font-size: 18px;
  line-height: 10px;
  padding: 2px 5px;
  margin-left: 22%;
  margin-top: -5%;
}

.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: capitalize;
  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 {
  top: 2px;
  margin-left: 12px;
  transition: ease-in-out 0.3s;
  position: relative;
}

.ttm-btn.btn-inline.ttm-icon-btn-left i {
  margin-right: 5px;
  transition: ease-in-out 0.3s;
}

.ttm-btn.btn-inline i.fa-minus:before {
  height: 1px;
  display: block;
}

.ttm-btn.btn-inline:hover {
  opacity: 0.9;
}

/* 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: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0;
  z-index: 2;
}

.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-sm i.fa-play {
  padding-left: 5px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}

.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-md {
  display: block;
  height: 67px;
  width: 67px;
  line-height: 67px;
  margin: 0;
  z-index: 2;
}

.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-md i.fa-play {
  font-size: 28px;
}

i.fa-play {
  padding-left: 5px;
}

.ttm-play-icon-btn .ttm-play-icon-animation {
  position: relative;
  display: inline-block;
}

.ttm-play-icon-btn .ttm-play-icon-animation .ttm-icon {
  margin-bottom: 0;
}

.ttm-play-icon-btn .ttm-play-icon-animation:after,
.ttm-play-icon-btn .ttm-play-icon-animation:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.ttm-play-icon-btn .ttm-play-icon-animation:after {
  z-index: 1;
  width: calc(100% * 1.3);
  height: calc(100% * 1.3);
  opacity: 0.3;
  background-color: #fff;
}

.ttm-play-icon-btn .ttm-play-icon-animation:before {
  width: calc(100% * 1.6);
  height: calc(100% * 1.6);
  opacity: 0.5;
  background-color: #fff;
}

.ttm-bgcolor-skincolor .ttm-play-icon-btn .ttm-play-icon-animation:after {
  opacity: 0.1;
}

.ttm-bgcolor-skincolor .ttm-play-icon-btn .ttm-play-icon-animation:before {
  opacity: 0.3;
}

.ttm-play-icon-btn:hover .ttm-play-icon-animation:after,
.ttm-play-icon-btn:hover .ttm-play-icon-animation:before {
  -webkit-animation: sep-anim 1.05s infinite;
  -moz-animation: sep-anim 1.05s infinite;
  -ms-animation: sep-anim 1.05s infinite;
  -o-animation: sep-anim 1.05s infinite;
  animation: sep-anim 1.05s infinite;
}

@-webkit-keyframes sep-anim {
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes sep-anim {
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

/*style1 */
.ttm-play-icon-btn.style1 {
  padding: 40px;
  margin: 30px -30px 0 0;
}

/*style2*/
.ttm-play-icon-btn.style2 .ttm-play-icon-animation:after {
  z-index: 1;
  width: 60px;
  height: 60px;
  opacity: 0.8;
  border: 1px solid #fff;
  background-color: transparent;
}

.ttm-play-icon-btn.style2 .ttm-play-icon-animation:before {
  width: 75px;
  height: 75px;
  opacity: 0.3;
  border: 1px solid #fff;
  background-color: transparent;
}

.ttm-play-icon-btn.style2 .ttm-play-icon-btn-content {
  padding-left: 30px;
}

.ttm-play-icon-btn.style2 .ttm-play-icon-btn-content h3 {
  font-size: 22px;
  line-height: 29px;
  position: relative;
  margin-bottom: 0;
  letter-spacing: 0;
  font-weight: 700;
}

.ttm-play-icon-btn.style2 .ttm-play-icon-btn-content {
  position: absolute;
  left: 43%;
  right: auto;
  bottom: -15px;
}

.ttm-play-icon-btn.style2:hover .ttm-play-icon-animation:after {
  animation: unset;
}

/*style3*/
.ttm-play-icon-btn.style3 .ttm-play-icon-animation:after {
  z-index: 1;
  width: 60px;
  height: 60px;
  opacity: 0.8;
}

.ttm-play-icon-btn.style3 .ttm-play-icon-animation:before {
  width: 75px;
  height: 75px;
  opacity: 0.3;
}

/*style4*/

.ttm-play-icon-btn.style4 .ttm-play-icon-btn-content {
  top: -62px;
  position: relative;
  left: 85px;
}

.ttm-play-icon-btn.style4 .ttm-play-icon-btn-content h3 {
  font-size: 22px;
  line-height: 29px;
  position: relative;
  margin-bottom: 0;
  letter-spacing: 0;
  font-weight: 700;
}

/* ===============================================
    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;
}

.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: 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: 32px;
}

/** 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: 78px;
  width: 78px;
  line-height: 78px;
}

.ttm-icon.ttm-icon_element-size-lg i {
  font-size: 30px;
}

/** icon-size-xl **/
.ttm-icon.ttm-icon_element-size-xl {
  height: 88px;
  width: 80px;
  line-height: 88px;
}

.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: block;
  padding-bottom: 12px;
}

.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: 500;
}

.ttm-list.ttm-list-style-icon li i.fa-minus:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  height: 2px;
  width: 7px;
  background-color: currentcolor;
}

.ttm-list.ttm-list-style-icon .ttm-list-li-content {
  display: inline-block;
  padding-left: 25px;
  font-size: 15px;
}

.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;
}

/* style2 */
.ttm-list.ttm-list-style-icon.style2 .ttm-list-li-content {
  font-size: 15px;
}

.ttm-list.ttm-list-style-icon.style2 li {
  padding-bottom: 13px;
}

.ttm-list.ttm-list-style-icon.style2 li:last-child {
  padding-bottom: 0px;
}

/* 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 0.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;
  font-weight: 500;
  margin-bottom: 0;
}

.inside h3 {
  margin-bottom: 0;
  width: 100%;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  padding-top: 0;
}

.ttm-fid span:not(.numinate) {
  opacity: 1;
  font-size: 35px;
  font-weight: 600;
  bottom: 0;
  margin-left: -8px;
}

.ttm-fid.inside.ttm-fid-boxed-view {
  background-color: rgba(0, 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, 0.1);
}

/* style1 */
.ttm-fid.ttm-fid-with-icon.style1 {
  padding: 37px 0px 13px 35px;
  background-color: #ffffff;
  border-radius: 5px 5px 5px 5px;
}

.ttm-fid.ttm-fid-with-icon.style1 .ttm-fid-icon-wrapper i {
  font-size: 50px;
}

.ttm-fid.ttm-fid-with-icon.style1 h4,
.ttm-fid.ttm-fid-with-icon.style1 h4 span {
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 0;
}

.ttm-fid.ttm-fid-with-icon.style1 h3 {
  margin-bottom: 0;
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  padding-top: 0;
  text-transform: capitalize;
  color: #9d9d9d;
}

.ttm-fid.ttm-fid-with-icon.style1 .ttm-fid-icon-wrapper,
.ttm-fid.ttm-fid-with-icon.style1 .ttm-fid-contents {
  display: table-cell;
  vertical-align: middle;
}

/*  ttm-fid-without-icon  */
.inside.ttm-fid-without-icon h4 span {
  /* font-size: 50px;
    line-height: 58px; */
  font-size: 70px;
  margin-right: 10px;
  display: inline-block;
  float: left;
  font-family: "Rajdhani", sans-serif;
}

.inside.ttm-fid-without-icon h4 span:first-child {
  font-weight: 700;
}

.inside.ttm-fid-without-icon h4 span:last-child {
  font-size: 30px;
  font-weight: 600;
  position: relative;
  top: -10px;
  left: 10px;
}

.inside.ttm-fid-without-icon h3 {
  font-size: 38px;
  line-height: 23px;
  font-weight: 600;
  padding-left: 65px;
}

.ttm-highlight-fid {
  position: relative;
  padding: 15px 18px 10px 15px;
  /*margin-bottom: 30px;*/
  border-radius: 5px;
  text-align: left;
  width: 500px;
}

/* style1  */
.ttm-highlight-fid.style1 {
  position: relative;
  display: block;
  margin-bottom: 0px;
  padding: 22px 15px 0px;
  text-align: left;
}

.inside.ttm-fid-without-icon.style1 h4 span {
  font-size: 48px;
  line-height: 58px;
  margin-right: 10px;
  display: block;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
}

.inside.ttm-fid-without-icon.style1 h4 span:last-child {
  top: 0;
}

.inside.ttm-fid-without-icon.style1 h3 {
  display: inline-block;
  padding-left: 0;
}

/* style2  */
.top-15 {
  top: 15px !important;
}

.ttm-highlight-fid.style2 .ttm-fid-contents .ttm-fid-inner {
  display: inline;
  float: left;
}

.ttm-highlight-fid.style2 .ttm-fid-contents {
  text-align: left;
  display: inline-block;
  width: 100%;
}

.ttm-highlight-fid.style2 {
  position: relative;
  display: block;
  margin-bottom: 0px;
  padding: 30px 15px 40px 30px;
  text-align: left;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.inside.ttm-fid-without-icon.style2 h4 span {
  line-height: 45px;
  margin-right: 0;
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 50px;
  display: block;
  font-family: "Rajdhani", sans-serif;
}

.inside.ttm-fid-without-icon.style2 h4 span:last-child {
  top: -10px;
  left: 5px;
  font-size: 40px;
  font-weight: 600;
}

.inside.ttm-fid-without-icon.style2 h3 {
  display: inline;
  padding-left: 0;
  position: relative;
  top: 0;
  left: 12px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

.inside.ttm-fid-without-icon.style2 h3 span {
  position: relative;
  left: -70px;
  top: 7px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

.inside.ttm-fid-without-icon.style2 .ttm_single_image-wrapper {
  top: 20px;
}

/* ttm-fid-view-circle-progress*/
.ttm-fid-view-circle-progress .ttm-circle-content {
  position: relative;
  text-align: left;
}

.ttm-circle-boxcontent {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}

.ttm-fid-view-circle-progress .ttm-fid-number,
.ttm-fid-view-circle-progress .ttm-fid-number sub,
.ttm-fid-view-circle-progress .ttm-fid-number sup {
  font-size: 34px;
  font-weight: 600;
  font-family: "Rajdhani", sans-serif;
}

.ttm-fid-view-circle-progress h3.ttm-fid-title {
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  text-align: left;
}

.ttm-fid-title-after-circle {
  padding-left: 20px;
}

/*  ttm-fid-view-circle-progress style2  */

.inside.ttm-fid-view-circle-progress.style2 {
  border: 1px solid #0000001f;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 15px 0px 0px;
  padding: 30px 32px 25px 32px;
  border-radius: 3px;
  background-color: #fff;
}

.inside.ttm-fid-view-circle-progress.style2 .ttm-fid-title-after-circle,
.inside.ttm-fid-view-circle-progress.style2 .ttm-circle-content,
.inside.ttm-fid-view-circle-progress.style2 .ttm-fid-contents {
  display: table-cell;
  vertical-align: middle;
}

/* ===============================================
    11.featured-icon-box ( only contents )
------------------------*/
.featured-icon-box {
  position: relative;
  margin: 15px 0;
}

.step4 {
  height: 265px;
}

.featured-icon-box .ttm-icon {
  margin-bottom: 0;
}

.featured-title h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 12px;
  font-weight: 700;
  text-transform: capitalize;
}

.featured-icon-box.icon-align-before-content .featured-icon,
.featured-icon-box.icon-align-before-content .featured-content,
.featured-icon-box.icon-align-before-title .featured-title,
.featured-icon-box.icon-align-before-title .featured-icon {
  display: table-cell;
  vertical-align: middle;
}

.featured-icon-box.icon-align-before-content .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 {
  padding: 30px 0px 30px 35px;
  background-color: #f6f6f6;
  border-radius: 5px;
}

.featured-icon-box.style1.icon-align-before-content .featured-title {
  padding-left: 25px;
}

.featured-icon-box.style1 .featured-title h2 {
  font-size: 48px;
  line-height: 40px;
  margin-bottom: 0;
  font-weight: 700;
}

.featured-icon-box.style1 .featured-title h3 {
  font-size: 18px;
  font-weight: 600;
}

.featured-icon-box.style1.icon-align-before-content .featured-icon {
  display: table-cell;
  vertical-align: top;
  padding-top: 5px;
}

/* style2 */
.featured-icon-box.style2 {
  padding: 40px 27px 35px 27px;
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 3px;
}

.featured-icon-box.style2 .featured-desc:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 14px solid;
  border-left: 14px solid transparent;
  right: 12px;
  bottom: 12px;
  transition: 0.7s all ease;
}

.featured-icon-box.style2:hover .featured-desc:after {
  border-bottom: 34px solid;
  border-left: 30px solid transparent;
  transition: 0.7s all ease;
}

.featured-icon-box.style2 .featured-icon .ttm-icon {
  position: relative;
  overflow: hidden;
}

.featured-icon-box.style2 .featured-icon .ttm-icon i {
  font-size: 33px;
  transition: all 600ms ease;
}

.featured-icon-box.style2 .ttm-icon.ttm-icon_element-size-md {
  margin-bottom: 10px;
}

.featured-icon-box.style2:hover .featured-icon .ttm-icon:before {
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.featured-icon-box.style2:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.featured-icon-box.style2 .featured-icon .ttm-icon:before {
  content: "";
  width: 38px;
  height: 38px;
  position: absolute;
  right: -39px;
  bottom: -40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* style3 */
.featured-icon-box.icon-align-before-content.style3 {
 padding-right:35px;
}

.featured-icon-box.icon-align-before-content.style3
  .featured-icon-box.icon-align-before-content.style3:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.featured-icon-box.icon-align-before-content.style3 .featured-content {
  padding-left: 25px;
}

.featured-icon-box.icon-align-before-content.style3 .featured-icon .ttm-icon {
  height: 62px;
  width: 62px;
  line-height: 62px;
  text-align: center;
  font-size: 24px;
  border-radius: 3px;
  margin-top: 5px;
}

.ttm-bgcolor-skincolor
  .featured-icon-box.icon-align-before-content.style3
  .featured-icon
  .ttm-icon {
  background-color: rgba(255, 255, 255, 0.24);
}

.featured-icon-box.icon-align-before-content.style3 .featured-icon .ttm-icon i {
  font-size: 24px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
}

.ttm-bgcolor-skincolor
  .featured-icon-box.icon-align-before-content.style3
  .featured-desc
  p {
  color: #ffffffe0;
  text-align:justify;

}

.featured-icon-box.icon-align-before-content.style3 .featured-content h3 {
  margin-bottom: 5px;
}

/* style4 */
.featured-icon-box.style4 {
  z-index: 30;
}

.featured-icon-box.style4 {
  text-align: center;
  max-width: 405px;
  box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
  position: absolute;
  right: 0;
  top: -15px;
}

.featured-icon-box.style4 .featured-content {
  padding: 25px 30px 23px;
  text-align: left;
}

.featured-icon-box.style4 .featured-content h3 {
  margin-bottom: 0;
}

.featured-icon-box.style4 .featured-icon .ttm-icon {
  width: 126px;
  height: 116px;
  line-height: 86px;
}

.featured-icon-box.style4 .featured-icon .ttm-icon i {
  font-size: 50px;
  font-weight: 500;
}

/* style5 */
.featured-icon-box.style5 .featured-title h3 {
  line-height: 29px;
  margin-bottom: 0;
}

.featured-icon-box.style5 .featured-icon .ttm-icon i {
  font-size: 50px;
  display: block;
  margin-top: 15px;
  font-weight: 500;
}

.featured-icon-box.style5 .featured-title span {
  font-size: 15px;
  line-height: 26px;
  color: inherit;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.featured-icon-box.style5 .featured-content:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 75px;
  top: -2px;
  left: 0;
  bottom: 0px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.featured-icon-box.style5 .featured-content .ttm-btn i {
  font-size: 14px;
}

.featured-icon-box.style5 .featured-content {
  margin-top: 5px;
}

/* style6 */
.featured-icon-box.style6 {
  padding: 27px 15px 27px 23px;
  border-radius: 3px;
  border: 1px solid #0000001a;
  margin: 0;
}

.featured-icon-box.style6 .featured-title h3 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-icon-box.style6:after {
  display: block;
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 0;
  height: 0;
  border-bottom: 14px solid transparent;
  border-right: 14px solid #8cbc43;
  border-left: 12px solid transparent;
}

/* style7*/
.ttm-bgcolor-darkgrey .featured-icon-box.style7 {
  background-color: #292929;
  padding: 35px 30px 30px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

.ttm-bgcolor-white .featured-icon-box.style7 {
  padding: 35px 30px 30px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
  -moz-box-shadow: 0 0 7px 0 rgba(43, 52, 59, 0.08);
  box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
}

.featured-icon-box.style7 .featured-icon {
  padding-top: 30px;
}

.featured-icon-box.style7 .featured-icon .ttm-icon i {
  font-size: 50px;
}

.ttm-bgcolor-darkgrey .featured-icon-box.style7 .featured-desc {
  color: rgba(255, 255, 255, 0.7);
}

.featured-icon-box.style7 .featured-icon .ttm-btn {
  padding: 14px 35px 14px 32px;
}

.featured-icon-box.style7:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* style8*/
.featured-icon-box.style8 {
  padding: 35px 0px 35px 35px;
  background-color: rgba(255, 255, 255, 0.13);
  width: 470px;
  margin-bottom: 30px;
  margin-top: 0;
}

.banner_slider_2
  .slide__content--headings
  .featured-icon-box.style8
  .featured-title
  h3 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 5px;
}

.featured-icon-box.style8 .featured-icon .ttm-icon {
  border-width: 3px;
  width: 60px;
  height: 60px;
}

.featured-icon-box.style8 .featured-content {
  padding-left: 25px;
}

.featured-icon-box.style8 .featured-content span {
  color: rgb(232, 232, 232);
}

/* style9 */

.featured-icon-box.style9 {
  padding: 35px 25px 15px 30px;
}

.featured-icon-box.style9 h3 {
  line-height: 27px;
}

.featured-icon-box.style9 .bottom_icon {
  font-size: 12px;
  bottom: -30px;
  color: #fff;
  background-color: #111;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.featured-icon-box.style9 .ttm-icon.ttm-icon_element-onlytxt i {
  font-size: 50px;
}

.featured-icon-box.style9:hover .featured-icon .ttm-icon {
  transform: rotateY(360deg);
  transition: 0.7s;
  transition: all 500ms ease;
}

.featured-icon-box.style9:hover .bottom_icon {
  transform: translateX(10px);
  transition: 0.3s;
  transition: all 500ms ease;
}

/* style10 */
.featured-icon-box.style10 .featured-content h3 {
  margin-bottom: 0;
  margin-top: -10px;
}

.featured-icon-box.style10 .featured-icon .ttm-icon {
  width: 105px;
  height: 105px;
  line-height: 105px;
  text-align: center;
  border-radius: 3px;
}

.featured-icon-box.style10 .featured-icon .ttm-icon i {
  font-size: 50px;
}

.featured-icon-box.style10 .featured-content {
  padding-left: 25px;
}

/*style11*/
.featured-icon-box.style11 .featured-icon .ttm-icon {
  line-height: 110px;
  height: 110px;
  width: 110px;
  text-align: center;
  margin: 0 auto;
  border: 0;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  margin-bottom: 0px;
  background-color: #292929;
  font-size: 45px;
  transition: 0.5s;
  box-shadow: 0 0 10px 0 rgb(43 52 59 / 5%);
}

.featured-icon-box.style11 .featured-icon .ttm-icon i {
  font-size: 45px;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
  display: block;
  transform: unset;
  text-align: center;
  position: unset;
  line-height: unset;
}

.featured-icon-box.style11:hover .featured-icon .ttm-icon i {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.featured-icon-box.style11 .featured-icon .fea_num {
  display: block;
  position: absolute;
  top: 90px;
  right: 32%;
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-weight: 600;
  font-family: "Rajdhani", sans-serif;
  background-color: #8cbc43;
  border-radius: 50%;
  box-shadow: 0 0px 9px 0px rgb(0 0 0 / 12%);
  z-index: 1;
}

.featured-icon-box.style11 .featured-icon .fea_num i {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  transform: unset;
  position: unset;
  color: #fff;
  text-align: center;
  font-family: "Rajdhani", sans-serif;
}

.featured-icon-box.style11 .featured-content {
  padding: 40px 40px 0;
  text-align: center;
}

/*style12*/
.featured-icon-box.style12 {
  padding-top: 10px;
}

.featured-icon-box.style12 .featured-icon .ttm-icon {
  position: relative;
  height: 85px;
  width: 85px;
  line-height: 90px;
  text-align: center;
  border-radius: 5px;
}

.featured-icon-box.style12 .featured-icon .ttm-icon i {
  font-size: 50px;
}

.featured-icon-box.style12 .featured-content {
  padding-left: 25px;
}

.featured-icon-box.style12 .featured-content h3 {
  font-size: 18px;
  margin-bottom: 0px;
}

.featured-icon-box.style12 .featured-content .featured-desc a {
  color: #8cbc43;
  font-family: "Rajdhani", Sans-serif;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 1.5px;
  font-weight: 700;
}

/*style13*/

.featured-icon-box.icon-align-top-content.style13 {
  margin-bottom: 0;
}

.featured-icon-box.style13 .featured-icon .ttm-icon {
  line-height: 110px;
  height: 110px;
  width: 110px;
  text-align: center;
  margin: 0 auto;
  border: 0;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  margin-bottom: 0px;
  font-size: 45px;
  transition: 0.5s;
  -webkit-box-shadow: 0 0 10px 0 rgb(43 52 59 / 5%);
  -moz-box-shadow: 0 0 10px 0 rgba(43, 52, 59, 0.05);
  box-shadow: 0 0 10px 0 rgb(43 52 59 / 5%);
}

.featured-icon-box.style13:hover .featured-icon .ttm-icon i {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.featured-icon-box.style13 .featured-icon .ttm-icon i {
  font-size: 45px;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
  display: block;
  transform: unset;
  text-align: center;
  position: unset;
  line-height: unset;
}

.featured-icon-box.style13 .featured-icon .fea_num {
  display: block;
  position: absolute;
  top: 90px;
  right: 32%;
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-weight: 600;
  font-family: "Rajdhani", sans-serif;
  background-color: #8cbc43;
  border-radius: 50%;
  box-shadow: 0 0px 9px 0px rgb(0 0 0 / 12%);
  z-index: 1;
}

.featured-icon-box.style13 .featured-icon .fea_num i {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  transform: unset;
  position: unset;
  color: #fff;
  text-align: center;
  font-family: "Rajdhani", sans-serif;
}

.featured-icon-box.style13 .featured-content {
  padding: 40px 40px 0;
  text-align: center;
}

.row
  > [class*="col-"]:not(:last-child)
  .featured-icon-box.style13
  .featured-content:before {
  display: block;
  content: "";
  position: absolute;
  right: -27%;
  top: 35px;
  height: 40px;
  width: 192px;
  background-image: url(../images/icon-bg-shape.png);
  background-repeat: no-repeat;
}

.featured-icon-box.style13 .featured-desc p {
  margin-bottom: 0;
}

/*style14*/
.featured-icon-box.style14 {
  margin: 20px 10px 20px;
}

.row > [class*="col-"]:nth-child(1) > .featured-icon-box.style14:after,
.row > [class*="col-"]:nth-child(2) > .featured-icon-box.style14:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ffffff29;
  left: -18px;
  right: auto;
  bottom: -23px;
}

.row > [class*="col-"]:nth-child(1) > .featured-icon-box.style14:before,
.row > [class*="col-"]:nth-child(3) > .featured-icon-box.style14:before {
  position: absolute;
  content: "";
  height: 120px;
  width: 1px;
  background-color: #ffffff29;
  right: -5px;
  left: auto;
  top: -10px;
}

.featured-icon-box.style14 .featured-icon {
  vertical-align: top;
  padding-top: 10px;
  padding-right: 10px;
  height: 60px;
  width: 60px;
  line-height: 60px;
}

.featured-icon-box.style14 .featured-icon .ttm-icon {
  height: 60px;
  width: 60px;
  line-height: 60px;
}

.featured-icon-box.style14 .featured-title h3 {
  font-size: 26px;
  margin-bottom: 10px;
}

.featured-icon-box.style14 .featured-desc p {
  padding-right: 20px;
}

/*style15*/
.featured-icon-box.style15 .featured-title h3 {
  font-weight: 600;
  margin-bottom: 0px;
}

.featured-icon-box.style15 .featured-icon i {
  font-size: 20px;
  font-weight: 600;
  font-family: "rajdhani", sans-serif;
}

.featured-icon-box.style15 .featured-desc {
  margin-bottom: 15px;
  padding-right: 10px;
}

.featured-icon-box.style15 .featured-content {
  padding-left: 25px;
}

/*style16*/
.featured-icon-box.style16 .featured-title h3 {
  margin-bottom: 10px;
}

.featured-icon-box.style16 .featured-icon i {
  font-size: 50px;
}

.featured-icon-box.style16 .featured-desc {
  margin-bottom: 15px;
  padding: 0 8px;
}

/* ===============================================
    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 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.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: 22px;
  line-height: 32px;
  font-weight: 700;
  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 0.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 500ms ease;
  transition: all 500ms ease;
}

div:hover > .ttm-box-view-overlay:before,
div:hover > .ttm-box-view-content-inner:before {
  opacity: 0.7;
}

.ttm-box-view-overlay,
.ttm-box-view-content-inner {
  position: relative;
}

.ttm-box-view-overlay:before,
.ttm-box-view-content-inner:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(35, 39, 51, 0.8);
}

div:hover > .ttm-box-view-overlay:before,
div:hover > .ttm-box-view-content-inner:before {
  opacity: 1;
  visibility: visible;
}

.featured-imagebox:hover .ttm-box-view-overlay:before,
.featured-imagebox:hover .ttm-box-view-content-inner:before {
  opacity: 0.8;
}

/* post */

.featured-imagebox-post {
  overflow: visible;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.featured-imagebox-post .featured-content .post-meta span {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 12px;
}

.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 {
  content: "";
  position: absolute;
  display: inline-block;
  margin: -2px 10px 0;
  top: 0;
  height: 18px;
  width: 1px;
  border-radius: 50px;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
  opacity: 0.2;
  background-color: #06232d;
}

.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: 10px 0;
  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;
}

/* post*/

/*  style1  */
.featured-imagebox-post.style1 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
}

.featured-imagebox-post.style1 .featured-content {
  padding: 15px 30px 7px;
  text-align: left;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
}

.featured-imagebox-post.style1 .post-category,
.featured-imagebox-post.style1 .featured-content .post-meta span {
  margin-bottom: 0;
}

.featured-imagebox-post.style1:hover .featured-thumbnail img {
  transform: scale(1);
}

.featured-imagebox-post.style1 .ttm-box-view-overlay .ttm-media-link a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  z-index: 1;
  transition: all 500ms ease;
}

.featured-imagebox-post.style1 .ttm-box-view-overlay .ttm-media-link a i {
  top: 54%;
}

.featured-imagebox-post.style1:hover .ttm-box-view-overlay .ttm-media-link a {
  transform: translate(-50%, -50%) scale(1, 1);
}

.featured-imagebox-post.style1 .featured-thumbnail img {
  overflow: hidden;
}

.featured-imagebox-post.style1 .featured-content:before {
  content: " ";
  position: absolute;
  height: 3px;
  width: 0;
  transition: all 0.7s ease-in-out;
  background-color: #8cbc43;
  left: 0;
  bottom: 0;
}

.featured-imagebox-post.style1:hover .featured-content:before {
  width: 100%;
}

.featured-imagebox-post.style1 .featured-thumbnail {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}

/* services*/

/*  style1  */
.featured-imagebox-sevices.style1 {
  position: relative;
  margin: 0;
}

.featured-imagebox-sevices.style1 .featured-content {
  padding: 84px 30px 40px 30px;
  margin: -50px 5px 25px 5px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
  z-index: 0;
}

.featured-imagebox-sevices.style1:hover .featured-thumbnail img {
  transform: scale(1);
}

.featured-imagebox-sevices.style1 .featured-thumbnail {
  position: relative;
  margin: 0 20px;
  z-index: 3;
}

.featured-imagebox-sevices.style1 .featured-content:before {
  position: absolute;
  bottom: -30px;
  right: 25px;
  z-index: 2;
}

.featured-imagebox-sevices.style1 .ttm-media-link {
  position: absolute;
  bottom: 0;
  left: -60px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.featured-imagebox-sevices.style1:hover .ttm-media-link {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.featured-imagebox-sevices.style1 .ttm-media-link a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.featured-imagebox-sevices.style1 .ttm-media-link a i {
  font-size: 28px;
}

.featured-imagebox-sevices.style1 .ttm-details-link {
  position: absolute;
  bottom: -48px;
  right: 25px;
  z-index: 2;
}

.featured-imagebox-sevices.style1 .ttm-details-link a.ttm-icon {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 21px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  transform: scale(0, 0);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
}

.featured-imagebox-sevices.style1 .ttm-details-link i {
  font-size: 15px;
}

.featured-imagebox-sevices.style1:hover .ttm-details-link a.ttm-icon {
  transform: scale(1, 1);
}

.featured-imagebox-sevices.style1 .ttm-media-link a {
  margin-bottom: 0;
}

.featured-imagebox-sevices.style1:hover .ttm-media-link a {
  opacity: 1;
}

/*portfolio*/

/* style1 */
.featured-imagebox.featured-imagebox-portfolio.style1 {
  overflow: hidden;
}

.featured-imagebox-portfolio.style1 .featured-thumbnail {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
}

.featured-imagebox-portfolio.style1 .featured-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 22px 0 22px 27px;
  text-align: left;
}

.featured-imagebox-portfolio.style1 .featured-content h3 {
  margin-bottom: 0;
  padding-right: 50px;
}

.featured-imagebox-portfolio.style1 .featured-iconbox {
  position: absolute;
  top: 25px;
  bottom: 0;
  right: 35px;
  left: auto;
  text-align: center;
}

.featured-imagebox-portfolio.style1 .featured-iconbox a {
  background-color: transparent;
  border-radius: 3px;
  display: block;
  border: 1px solid #e5e5e5;
}

.featured-imagebox-portfolio.style1 .featured-iconbox i {
  font-size: 18px;
  top: 22px;
}

.featured-imagebox.featured-imagebox-portfolio.style1 .ttm-icon {
  text-align: center;
  position: relative;
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 43px;
  height: 43px;
  line-height: 43px;
  background-color: transparent;
}

/* team*/

/* style1 */
.featured-imagebox-team.style1 {
  border: 1px solid rgba(0, 0, 0, 0.11);
  overflow: hidden;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
}

.featured-imagebox-team.style1 .featured-content {
  text-align: center;
  position: relative;
  padding: 22px 15px 25px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  overflow: hidden;
  background-color: #fff;
}

.featured-imagebox-team.style1:hover .featured-content {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

.featured-imagebox-team.style1 .featured-content .featured-title h3 {
  margin-bottom: 5px;
  line-height: 24px;
}

.featured-imagebox-team.style1 .ttm-box-view-overlay:before {
  background-color: transparent;
}

.featured-imagebox-team.style1 .media-block a.media-btn {
  border: none;
  display: block;
  text-align: center;
  height: 37px;
  width: 37px;
  line-height: 37px;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease-out 0s;
  font-size: 13px;
  z-index: 2;
}

.featured-imagebox-team.style1 .media-block a.media-btn i.ti-plus {
  font-weight: 800;
}

.featured-imagebox-team.style1 .media-block a.media-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.featured-imagebox-team.style1:hover .media-block a.media-btn {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.featured-imagebox-team.style1 .media-block .social-icons {
  position: absolute;
  top: 60px;
  right: 20px;
}

.featured-imagebox-team.style1 .media-block .social-icons li:first-child {
  margin-top: 15px;
}

.featured-imagebox-team.style1 .media-block .social-icons li {
  display: block;
  vertical-align: middle;
  position: relative;
  opacity: 0;
  margin-bottom: 9px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.featured-imagebox-team.style1:hover .media-block .social-icons li {
  opacity: 1;
  top: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.featured-imagebox-team.style1 .media-block .social-icons li a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 3px;
  font-size: 14px;
  border-radius: 3px;
  z-index: 11;
  border: 1px solid transparent;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  box-shadow: 0 0 10px 0 rgb(43 52 59 / 10%);
}

.featured-imagebox-team.style1 .ttm-btn {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.featured-imagebox-team.style1:hover .ttm-btn {
  opacity: 1;
}

/* ===============================================
    13.Progress-Bar
------------------------*/
.ttm-progress-bar {
  position: relative;
}

.ttm-progress-bar:not(:last-child) {
  margin-bottom: 30px;
}

.ttm-progress-bar .progressbar-title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  font-weight: 500;
  padding-right: 50px;
  text-transform: capitalize;
}

.ttm-progress-bar .progress-bar-percent {
  position: absolute;
  right: 0;
  z-index: 3;
  text-shadow: none;
  font-size: 13px;
  line-height: 15px;
  border-radius: 0;
  top: 0px;
  padding: 4px 7px;
}

.ttm-progress-bar .progress-bar {
  display: block;
  height: 7px;
  position: relative;
  background-color: rgba(192, 192, 192, 0.34);
  border-radius: 2px;
}

.ttm-progress-bar .progress-bar-inner {
  box-shadow: none;
  height: 7px;
  width: 100%;
  z-index: 1;
  background-color: #fff;
  border-radius: 4px;
}

.ttm-bgcolor-skincolor .ttm-progress-bar .progress-bar-inner {
  background-color: rgba(0, 0, 0, 0.1);
}

.ttm-bgcolor-darkgrey .ttm-progress-bar .progress-bar-inner,
.ttm-bgcolor-grey .ttm-progress-bar .progress-bar-inner {
  background-color: #fff;
}

.ttm-bgcolor-white .ttm-progress-bar .progress-bar-inner {
  background-color: #202426;
}

/*style1*/
.ttm-progress-bar.style1 .progressbar-title {
  font-size: 20px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}

.ttm-progress-bar.style1 .progress-bar-percent {
  font-size: 16px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}

/*style2*/
.ttm-progress-bar.style2 .progressbar-title {
  font-family: "Rajdhani", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  color: #1b1b1b;
  margin-bottom: 7px;
}

.ttm-progress-bar.style2 .progress-bar-percent {
  font-size: 16px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}

.ttm-progress-bar.style2:not(:last-child) {
  margin-bottom: 20px;
}

/* ===============================================
    14.Testimonial
------------------------*/
.testimonials {
  position: relative;
}

.testimonials .testimonial-caption h4 {
  font-size: 22px;
  line-height: 25px;
  display: block;
  font-weight: 600;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.testimonial-caption label {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  position: relative;
  font-weight: 400;
}

.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;
}

/*style1*/
.testimonials.style1 {
  /* padding-left: 83px; */
  padding: 0px 25px ;
  text-align:justify;
}

.testimonials.style1 .testimonial-content blockquote {
  border-left: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: white;

}

.testimonials.style1 .testimonial-content blockquote:before {
  content: "";
  background-color: #fff;
  -webkit-mask-box-image: url(../images/quote1.svg);
  mask: url(../images/quote1.svg);
  position: absolute;
  top: 10px;
  left: -68px;
  width: 49px;
  height: 35px;
  text-align: center;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-repeat: no-repeat;
}

.testimonials.style1 .testimonial-avatar:before {
  content: "";
  background-color: red;
  position: absolute;
  top: 10px;
  left: -83px;
  width: 30px;
  height: 30px;
  z-index: -1;
  border-radius: 3px;
}

.ttm-bgcolor-skincolor .testimonials.style1 .testimonial-avatar:before,
.ttm-bgcolor-skincolor .slick_slider.slick-arrows-style3 .slick-next,
.ttm-bgcolor-skincolor .slick_slider.slick-arrows-style3 .slick-prev {
  background-color: rgba(255, 255, 255, 0.17);
}

.testimonials.style1 .testimonial-avatar .testimonial-img {
  width: 78px;
  height: 78px;
}

.testimonials.style1 .testimonial-avatar .testimonial-img img {
  height: auto;
  width: 100%;
  border-radius: 5px;
  position: relative;
}

.testimonials.style1 .testimonial-content {
  position: relative;
  padding: 15px 0px 50px 0;
}

.testimonials.style1 .ttm-author-box {
  display: block;
  width: 100%;
  padding-top: 25px;
}

.testimonials.style1 .ttm-author-box .testimonial-avatar,
.testimonials.style1 .ttm-author-box .testimonial-caption {
  display: inline-block;
  text-align: left;
  float: left;
}

.testimonials.style1 .ttm-author-box .testimonial-caption {
  padding-top: 18px;
  margin-left: 22px;
  padding-right: 150px;
  position: absolute;
}

/*style2*/
.testimonials.style2 {
  position: relative;
}

.testimonials.style2 .testimonial-avatar {
  text-align: center;
  padding-bottom: 0;
  width: 100%;
}

.testimonials.style2 .testimonial-avatar .testimonial-img {
  width: 50px;
  height: 50px;
}

.testimonials.style2 .testimonial-avatar .testimonial-img,
.testimonials.style2 .testimonial-avatar .testimonial-caption {
  display: table-cell;
  vertical-align: middle;
}

.testimonials.style2 .testimonial-avatar .testimonial-img img {
  height: auto;
  width: 100%;
  border-radius: 3px;
  position: relative;
}

.testimonials.style2 .testimonial-content {
  text-align: left;
  position: relative;
  margin: 0;
  padding: 72px 25px 22px 30px;
  margin-bottom: 20px;
  background-color: #f6f6f6;
  margin-top: 25px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: 0.5s;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.testimonials.style2 .testimonial-caption {
  padding-left: 20px;
  position: relative;
  z-index: 1;
}

.testimonials.style2 .testimonial-caption h5 {
  margin-bottom: 0;
  font-weight: 700;
  margin-top: 10px;
}

.testimonials.style2 .testimonial-avatar {
  text-align: left;
  padding-bottom: 0;
}

.testimonials.style2 .testimonial-content blockquote {
  border: none;
  font-size: 15px;
  line-height: 26px;
  margin: 0;
  padding: 0;
}

.testimonials.style2 .testimonial-content:before {
  content: "";
  -webkit-mask-box-image: url(../images/quote1.svg);
  mask: url(../images/quote1.svg);
  position: absolute;
  top: 10%;
  bottom: 0;
  left: 25px;
  width: 49px;
  height: 36px;
  text-align: center;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-repeat: no-repeat;
}

.testimonials.style2.down-arrow:before {
  top: 68%;
  border: solid blue;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #f6f6f6;
  border-width: 16px;
  left: 25px;
  transition: all 0.3s ease-in-out;
}

.testimonials.style2.up-arrow:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 67%;
  left: 19px;
  width: 0;
  height: 0;
  border-bottom: 18px solid #f6f6f6;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.testimonials.style2:hover::before,
.testimonials.style2:hover::after,
.testimonials.style2:hover .testimonial-content {
  transition: all 0.3s ease-in-out;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}

/* ===============================================
    15.Client-row  
------------------------*/
.client-box {
  position: relative;
  text-align: center;
}

.client-box .ttm-client-logo-tooltip {
  margin-top: 45px;
  margin-bottom: 45px;
}

.client-box .ttm-client-logo-tooltip,
.client-box .ttm-client-logo-inner .client-box .ttm-client-logo-tooltip-inner {
  position: relative;
  overflow: hidden;
}

.client-box .ttm-client-logo-tooltip img {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.client-box:hover .ttm-client-logo-tooltip img {
  opacity: 1;
}

.client-box .ttm-client-logo-tooltip .client-thumbnail_hover {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.client-box:hover .ttm-client-logo-tooltip .client-thumbnail_hover {
  bottom: 0;
}

.client-box .client-thumbnail img {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.client-box .ttm-client-logo {
  margin-top: 45px;
  margin-bottom: 45px;
}

.client-box .ttm-client-logo {
  padding: 0 5px;
}

/*style1*/

.client-box.style1 .client-thumbnail img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  opacity: 0.6;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}

.client-box.style1 .client-thumbnail img:hover {
  opacity: 1;
  filter: none;
}

/*style2*/
.client-box.style2 {
  overflow: hidden;
}

.client-box.style2 .ttm-client-logo {
  padding: 0 15px;
  overflow: hidden;
  margin-bottom: 0;
}

.client-box.style2 .ttm-client-logo-inner {
  position: relative;
  padding: 0;
}

.client-box.style2 .client-thumbnail_hover {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.client-box.style2 .client-thumbnail {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  opacity: 0.6;
  transition: transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.client-box.style2:hover .client-thumbnail {
  transform: translateY(100%);
}

.client-box.style2 .client-thumbnail_hover {
  transform: translateY(-100%);
  position: absolute;
  z-index: 1;
  top: 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.client-box.style2:hover .client-thumbnail_hover {
  visibility: visible;
  transform: translateY(0%);
}

/* ===============================================
    16.Accordion
------------------------*/
.wrap-acadion .accordion {
  margin-top: 15px;
  padding: 0 20px;
}

.accordion .toggle:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.accordion .toggle-title a {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  font-family: "Rajdhani", sans-serif;
}

.accordion .toggle-title a i {
  margin-right: 10px;
}

.accordion .toggle-content {
  margin-top: 15px;
}

.accordion .toggle-content.show {
  display: block !important;
}

.accordion .toggle-content p:last-child {
  margin-bottom: 0;
}

.accordion .toggle.ttm-style-classic .toggle-title a:after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f067";
}

.accordion .toggle .toggle-title a.active:after {
  content: "\f068";
  font-family: "FontAwesome";
}

/* ttm-style-classic */
.accordion .toggle.ttm-style-classic {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: 0;
  position: relative;
}

.accordion .toggle.ttm-style-classic:last-child {
  margin-bottom: 0;
}

.accordion .toggle.ttm-style-classic .toggle-content {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11) !important;
  display: none;
  margin-top: 0;
}

.accordion .toggle.ttm-style-classic .toggle-title a {
  text-transform: capitalize;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  display: block;
  padding: 20px 20px 21px 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  background-color: #fff;
  position: relative;
  -webkit-transition: color 0s ease-in-out;
  -o-transition: color 0s ease-in-out;
  transition: color 0s ease-in-out;
}

.accordion .toggle.ttm-style-classic .toggle-title a:after {
  font-size: 14px;
  line-height: 62px;
  width: 62px;
  height: 101%;
  font-weight: normal;
  text-align: center;
  color: #fff;
  background-color: #202426;
  left: 0;
  border-right: 1px solid rgb(255, 255, 255, 0.3);
  top: 0;
}

.accordion .toggle.ttm-style-classic.active .toggle-content {
  display: block;
}

.accordion .toggle.ttm-style-classic.active .toggle-title a:after {
  content: "\f068";
  font-family: "FontAwesome";
}

.accordion .toggle.ttm-toggle_style_border .toggle-title {
  border: 1px solid #f1f1f1;
}

.accordion .toggle.ttm-toggle_style_border .toggle-title a {
  padding: 12px 20px;
}

.accordion .toggle.ttm-toggle_style_border .toggle-content {
  padding: 14px 20px;
  border: 1px solid #f0f0f0;
}

.accordion .toggle.ttm-control-left-true .toggle-title a {
  padding-right: 20px;
  padding-left: 48px;
}

.accordion .toggle.ttm-control-left-true .toggle-title a:after {
  left: 20px;
}

.accordion .alignleft {
  margin: 0.375em 1.75em 0 0;
}

.accordion .toggle.ttm-style-classic .toggle-content p {
  color: #9d9d9d;
  text-align:justify;
}

.accordion .toggle.ttm-style-classic:last-child .toggle-title a {
  border-bottom: 0;
}

/* ===============================================
    17.Wrap-Form
------------------------*/
.wrap-form label {
  width: 100%;
  margin: 0;
}

.wrap-form span.text-input {
  margin-bottom: 20px;
  display: block;
  position: relative;
}

.wrap-form span.text-input > i {
  position: absolute;
  left: 10px;
  top: 21px;
  opacity: 0.9;
  font-size: 14px;
  z-index: 1;
}

/* contactform */
.wrap-form.contact_form span.text-input i {
  position: absolute;
  left: 0;
  top: 20px;
  opacity: 0.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, 0.6);
  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: 13px;
  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, 0.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 25px;
}

.wrap-form.request_qoute_form label {
  width: auto;
}

/* ===============================================
    18.Tab
------------------------*/
.ttm-tabs ul.tabs {
  width: 100%;
  padding: 0;
  margin: 0;
}

.ttm-tabs ul.tabs li {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}

.ttm-tabs ul.tabs li:last-child {
  margin-bottom: 0;
}

.ttm-tabs .content-tab .content-inner {
  display: none;
}

.ttm-tabs .content-tab .content-inner.active {
  display: block;
}

/* ttm-tab-style-vertical */
.ttm-tabs.ttm-tab-style-vertical {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.ttm-tabs.ttm-tab-style-vertical .content-tab {
  padding: 0;
  margin: 0;
  padding-left: 30px;
}

.ttm-tabs.ttm-tab-style-vertical ul.tabs li {
  margin-top: 1px;
  width: 100%;
  display: block;
}

.ttm-tabs.ttm-tab-style-vertical ul.tabs li a {
  color: #fff;
  display: block;
  padding: 14px 20px;
  font-size: 17px;
  line-height: 25px;
  margin: 0;
  border-radius: 0;
}

/*Style1*/

.ttm-tabs.ttm-tab-style-01 ul.tabs {
  display: flex;
  overflow: hidden;
  padding-bottom: 25px;
}

.ttm-tabs.ttm-tab-style-01 ul.tabs li {
  text-align: center;
  display: block;
  margin-bottom: 0;
  margin-right: 15px;
}

.ttm-tabs.ttm-tab-style-01 ul.tabs li a {
  padding: 12px 25px;
  font-size: 22px;
  line-height: 1;
  display: block;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
}

.ttm-tabs.ttm-tab-style-01 ul.tabs li:hover a {
  color: #202426;
}

.ttm-tabs.ttm-tab-style-01 ul.tabs li:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: 3px solid;
}

.ttm-bgcolor-darkgrey .ttm-tabs.ttm-tab-style-01 ul.tabs,
.ttm-bgcolor-skincolor .ttm-tabs.ttm-tab-style-01 ul.tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* ===============================================
    19.Boxes-Spacing
------------------------*/
.row.ttm-boxes-spacing-30px,
.ttm-boxes-spacing-30px {
  margin: 0 -20px;
}

.ttm-boxes-spacing-30px .ttm-box-col-wrapper {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 30px;
}

.row.ttm-boxes-spacing-20px,
.ttm-boxes-spacing-20px {
  margin: 0 -15px;
}

.ttm-boxes-spacing-20px .ttm-box-col-wrapper {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
}

.row.ttm-boxes-spacing-15px,
.ttm-boxes-spacing-15px {
  margin: 0 -10px;
}

.ttm-boxes-spacing-15px .ttm-box-col-wrapper {
  padding-right: 7.5px;
  padding-left: 7.5px;
  padding-bottom: 15px;
}

.row.ttm-boxes-spacing-10px,
.ttm-boxes-spacing-10px {
  margin: 0 -5px;
}

.ttm-boxes-spacing-10px .ttm-box-col-wrapper {
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 10px;
}

.row.ttm-boxes-spacing-5px,
.ttm-boxes-spacing-5px {
  margin: 0;
}

.ttm-boxes-spacing-5px .ttm-box-col-wrapper {
  padding-right: 2.5px;
  padding-left: 2.5px;
  padding-bottom: 5px;
}

.row.ttm-boxes-spacing-0px,
.ttm-boxes-spacing-0px {
  margin: 0;
}

.ttm-boxes-spacing-0px .ttm-box-col-wrapper {
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
  outline: 0;
}

/* ===============================================
    20.Pricing-Plan
------------------------*/

.pricing-plan {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.09);
}

.pricing-plan.pricing-recommended-plan {
  z-index: 999;
  position: relative;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  margin-top: -27px;
}

.pricing-head {
  border: 0;
  padding-bottom: 28px;
  padding-top: 0;
}

.pricing-title {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  padding: 30px 10px 10px 10px;
  padding-bottom: 10px;
  margin-bottom: -1px;
  position: relative;
}

.price-value {
  font-size: 48px;
  font-weight: 600;
  text-shadow: none;
  line-height: 40px;
  padding: 0;
  text-align: center;
}

.pricing-plan .pricing-head .price-value span {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  padding-left: 0;
  padding-right: 5px;
}

.pricing-plan .pricing-head .price-value sub {
  font-size: 20px;
  padding-right: 2px;
  bottom: 0;
}

.pricing-plan .price-content ul li {
  list-style: none;
}

.pricing-list {
  padding: 0 30px;
}

ul.features-list {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

ul.features-list li {
  padding: 18px 20px 18px 20px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 18px;
  color: #9d9d9d;
  padding-left: 90px;
  padding-right: 40px;
  text-align: left;
  position: relative;
}

ul.features-list li:last-child {
  border-bottom: none;
}

ul.features-list li:before {
  font-family: "FontAwesome";
  content: "\f058";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  position: absolute;
  margin-left: -20px;
}

.pricing-footer .price_btn {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  padding: 16px 20px;
  margin-bottom: -75px !important;
}

.pricing-footer .price_btn a.ttm-btn.ttm-btn-fill.ttm-btn-border-white {
  border: 1px solid #fff;
}

.price_btn a {
  padding: 12px 40px;
  background-color: #fff;
  text-transform: uppercase;
}

.pricing-footer {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all 0.5s ease;
}

.pricing-footer a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-transform: none;
  font-size: 18px !important;
  line-height: 18px;
  transition: all 0.5s ease;
  font-weight: 600;
  font-family: "rajdhani", sans-serif;
}

.pricing-footer a i {
  position: relative;
}

/*style1*/
.pricing-plan.style1 {
  border: 1px solid #e2e7e5;
  box-shadow: unset;
  transition: 0.5s;
  margin: 0 15px;
  border-radius: 5px;
}

.pricing-plan.style1:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.pricing-plan.style1 .pricing-title {
  border-bottom: 1px solid #e2e7e5;
  text-align: center;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  padding: 30px 10px 27px 10px;
  position: relative;
}

.pricing-plan.style1 .pricing-title h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0;
}

.pricing-plan.style1 .pricing-head {
  background-color: unset;
  padding-top: 35px;
  padding-bottom: 20px;
}

.pricing-plan.style1 .pricing-head .price-value {
  color: #1b1b1b;
  font-size: 52px;
  line-height: 60px;
  font-weight: 700;
  font-family: "rajdhani", sans-serif;
}

.pricing-plan.style1 .pricing-head .price-value span {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: #9d9d9d;
}

.pricing-plan.style1 .price-content ul.features-list {
  border-bottom: 1px solid #e9e9e9;
}

.pricing-plan.style1 .price-content ul.features-list li:last-child {
  border-bottom: 0px solid #e9e9e9;
}

.pricing-plan.style1 .price-content ul.features-list li {
  padding: 14px 0px 11px 0px;
  border-bottom: 1px solid #e9e9e9;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  text-align: center;
  margin: 0 30px;
  padding-left: 20px;
  display: block;
  position: relative;
}

.pricing-plan.style1.active {
  padding-bottom: 17px;
  margin-top: -20px;
}

.pricing-plan.style1.active .pricing-title {
  padding-bottom: 35px;
  padding-top: 40px;
  background-color: #8cbc43;
  color: #202426;
}

/* ===============================================
    21.Sidebar
------------------------*/
.sidebar .widget-area .widget {
  position: relative;
  margin-bottom: 40px;
}

.sidebar .widget-area .widget .widget-title:after {
  display: block;
  height: 3px;
  content: "";
  position: absolute;
  width: auto;
  left: 0;
  right: 0;
  bottom: -10px;
}

.sidebar .widget-area .widget.with-title {
  padding: 26px 30px 15px 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
  -moz-box-shadow: 0 0 7px 0 rgba(43, 52, 59, 0.08);
  box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
}

.sidebar .widget-area .widget.tagcloud-widget.with-title {
  padding-bottom: 26px;
}

.sidebar .widget-area .widget:last-child {
  margin-bottom: 0px;
}

.sidebar .widget a {
  font-weight: 400;
  font-size: 15px;
}

.sidebar .widget ul {
  margin: 0;
  padding: 0;
}

.sidebar .widget > ul {
  background-color: #fff;
}

.sidebar .widget ul > li {
  border-top: 1px solid #eee;
  padding-bottom: 10px;
  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: 40px;
  position: relative;
  font-weight: 700;
}

.sidebar.ttm-sidebar-left .widget {
  position: relative;
  overflow: hidden;
  padding: 26px 30px 26px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
  -moz-box-shadow: 0 0 7px 0 rgba(43, 52, 59, 0.08);
  box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
}

/*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: 8px;
  right: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  z-index: 1;
  outline: 0;
  border: 0;
  opacity: 0.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: 17px 15px;
  background-color: #fff;
}

.sidebar .widget.widget-search input {
  color: #242c42;
}

.sidebar .widget.widget-nav-menu ul li a {
  display: block;
  padding: 13px 20px 13px 20px;
  position: relative;
  z-index: 1;
  font-size: 17px;
  font-weight: 600;
  border: 0;
  border-bottom: 1px solid #e8ecef;
  font-family: "rajdhani", sans-serif;
}

.sidebar .widget.widget-nav-menu ul li:last-child a {
  border-bottom: 0;
}

/* contact-widget */
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: 18px;
}

ul.contact-widget-wrapper li {
  padding-left: 30px;
  position: relative;
  padding-top: 0;
  font-size: 15px;
  padding-bottom: 17px;
  line-height: 23px;
}

/* widget-banner */
.widget-banner .ttm-bgcolor-darkgrey > .ttm-bg-layer,
.widget-banner .ttm-col-wrapper-bg-layer-inner {
  content: "";
  position: absolute;
  background-color: #1b1b1b;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.8;
  z-index: -1;
}

.widget-banner .widget-banner-inner {
}

.widget-banner .widget-banner-inner h3 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
}

.widget-banner .widget-banner-inner p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
}

.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;
}

.sidebar.ttm-sidebar-left .widget.widget-banner {
  padding: 0 !important;
}

.widget-banner {
  border-radius: 5px;
  overflow: hidden;
}

/* widget-download */
.widget.widget-download .download li {
  margin-bottom: 10px;
  padding: 14px 15px !important;
  border: 0;
}

.widget.widget-download .download li:last-child {
  margin-bottom: 20px;
}

.widget.widget-download .download li a {
  font-size: 17px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}

.widget.widget-download .download li i {
  padding-right: 10px;
  font-size: 20px;
  position: relative;
  font-weight: 600;
  top: 2px;
}

/* widget-categories */
.widget-Categories ul li a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.widget-Categories ul li {
  padding: 15px 15px 15px 0;
  border-top: 1px solid #eee;
  position: relative;
}

.widget-Categories li span {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 35px;
  height: 25px;
  overflow: hidden;
  z-index: 1;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  padding: 4px 4px;
  border-radius: 3px;
}

.widget-Categories li:first-child span {
  top: 4px;
}

.widget-Categories ul li a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  height: 5px;
  width: 5px;
  background-color: #8cbc43;
}

/* widget-nav-menu */
.sidebar .widget-area .widget.widget.widget-nav-menu:after {
  content: unset;
}

.widget.widget-nav-menu ul li {
  padding: 15px;
  border-top: 1px solid #eee;
  position: relative;
}

.widget.widget-nav-menu ul li a {
  display: block;
  padding: 17px 20px 17px 20px;
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #eee;
}

.widget.widget-nav-menu ul li a:before {
  content: "";
  width: 5px;
  left: 0;
  bottom: 50%;
  background: #eaeaea;
  height: 5px;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.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: 5px;
  background-color: transparent;
}

.sidebar .widget.widget-nav-menu ul li {
  padding: 0;
  border-top: 0;
  position: relative;
  border-top: 0;
  padding: 0;
  list-style: none;
}

/** ttm-recent-post-list **/
.widget-recent-post ul.ttm-recent-post-list > li {
  padding: 16px 0px 16px 10px;
}

.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;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.widget-recent-post ul.ttm-recent-post-list > li img {
  display: block;
  width: 75px;
  border-radius: 0;
}

.widget-recent-post ul.ttm-recent-post-list > li .post-date {
  display: block;
  font-size: 14px;
  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;
}

/* pagination */
.pagination-block {
  display: block;
  margin-top: 50px;
  text-align: center;
}

.pagination-block .page-numbers {
  width: 43px;
  height: 43px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  color: #202426;
  font-size: 15px;
  font-weight: 600;
  border-radius: 3px;
  margin: 0 3px 10px;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgb(43 52 59 / 10%);
}

.pagination-block .page-numbers i {
  font-size: 15px;
}

/*** Color Switcher Style
==================================================================== ***/
.prt_floting_customsett {
  position: fixed;
  top: 50%;
  right: 0;
  padding: 3px 0 10px;
  margin: -89px 0 0;
  background-color: #fff;
  box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
  z-index: 99999;
}

.tmtheme_fbar_icons {
  display: block;
  position: relative;
  width: 55px;
  height: 45px;
  line-height: 52px;
  text-align: center;
}

.tmtheme_fbar_icons i {
  display: inline-block;
  vertical-align: middle;
  transition: 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;
}
.ttm-bgcolor-darkgrey input[type="text"]{
  background:#fff !important;
}

@media only screen and (max-width: 425px) {
  .mar_l_m13 {
    margin-left: -13px;
  }
  .mar_t_m100{
    margin-top: 100px;
  }
  .font_m16{
    font-size: 16px;
  }

  .testimonials.style1 {

    padding: 0px 5px ;
    text-align:justify;
  }
  .footer-logo img {
    height: 50px !important;



}



.footer-nav-menu li {

  font-size: 9px !important;

}

.widget .font_m16 {
  font-size: 16px !important;
}

.main_pd{
  padding: 1rem 0 3rem !important;

}
}

.sixtysecdiv{
  padding-bottom:20px;
}



.widget .font_m16{
  font-size:20px;

}



