.inner-banner {
    position: relative;
    display: block;
    padding: 260px 0 158px;
    background-color: #000000;
    z-index: 1;
  }
  .section-title {
  margin-top: -6px;
  margin-bottom: 46px;
}
.section-title__tagline {
  position: relative;
  display: block;
  color: rgba(14,122,60, 1);
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
  font-family: Montserrat-Medium;
}
  .section-title__tagline {
  position: relative;
  display: block;
  color: rgba(14,122,60, 1);
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
  font-family: Montserrat-Medium;
}
.services-one__top-left .section-title__tagline {
  color: white;
}
.section-title__title {
  margin: 0;
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
}
  .page-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000000;
    /*background-blend-mode: luminosity;*/
    /*opacity: .20;*/
    z-index: -1;
  }
  .page-header__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 2;
  }
  .page-header__inner h2 {
    font-size: 50px;
    color: #ffffff;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 6px;
  }
  .thm-breadcrumb {
    position: relative;
    display: block;
  }
  .thm-breadcrumb {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .thm-breadcrumb li a {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.1em;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .thm-breadcrumb li::before {
    position: absolute;
    top: 17px;
    left: -10px;
    right: -10px;
    content: "";
    background-color: rgba(14,122,60, 1);
    height: 1px;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    -moz-transition: transform 500ms ease, -moz-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease, -moz-transform 500ms ease;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
  .thm-breadcrumb li + li {
    margin-left: 18px;
  }
  .thm-breadcrumb li:hover:before,
  .thm-breadcrumb li.active:before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
  .location {
    position: relative;
    display: block;
    padding: 120px 0 0;
    background-color: #f6f6f6;
    z-index: 1;
  }
  .location .grid-box {
    margin: 0 -15px;
  }
  .location .grid-box > .column {
    width: 33.33%;
    padding: 0 15px;
  }
  .location-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .60;
    z-index: -1;
  }
  .location__single {
    position: relative;
    display: block;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 44px 50px 42px;
    margin-bottom: 30px;
  }
  .location__title {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .location__text {
    font-size: 18px;
    margin: 0;
    line-height: 30px;
    min-height: 120px;
    font-family: Montserrat-Medium;
  }
  .location__phone-email {
    font-size: 16px;
    font-family: Montserrat-Medium;
    line-height: 29px;
  }
  .location__phone {
    color: var(--mibooz-gray);
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .location__phone:hover {
    color: rgba(14,122,60, 1);
  }
  .location__email {
    color: var(--mibooz-gray);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .location__email:hover {
    color: rgba(14,122,60, 1);
  }
  .location__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 9px;
  }
  .location__social a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #000000;
    font-size: 15px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .location__social a + a {
    margin-left: 20px;
  }
  .location__social a:hover {
    color: rgba(14,122,60, 1);
  }
  .location__single-last {
    padding-bottom: 50px;
  }
  .location__bottom {
    position: relative;
    display: block;
    text-align: center;
    border-top: 1px solid var(--mibooz-bdr-color);
    padding-top: 54px;
    padding-bottom: 52px;
    margin-top: 30px;
  }
  .location-bottom__text {
    font-size: 16px;
    margin: 0;
    line-height: 26px;
  }
  .location-bottom__text a {
    position: relative;
    display: inline-block;
    margin-left: 13px;
    color: #000000;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .location-bottom__text a:hover {
    color: rgba(14,122,60, 1);
  }
  .location-bottom__text a:before {
    position: absolute;
    top: 12px;
    left: -10px;
    right: -10px;
    height: 1px;
    content: "";
    background-color: rgba(14,122,60, 1);
  }
  .contact-page {
    position: relative;
    display: block;
    padding: 120px 0 120px;
  }
  .contact-page .container {
    max-width: 768px;
    width: 100%;
  }
  .contact-page__form .comment-form__btn {
    margin: 0 auto;
    display: block;
  }

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: transparent;
  color: #000000;
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 14px 58px 14px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
  border: 2px solid rgba(14,122,60, 1);

  z-index: 1;
  text-shadow: 0 0 0.25px currentColor;
}
.thm-btn::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  background-color: rgba(14,122,60, 1);
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  opacity: 0;
  z-index: -1;
}
.thm-btn:hover {
  color: #ffffff;
}
.thm-btn:hover::after {
  opacity: 1;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
}



  .comment-one__form .grid-box {
    margin: 0 -10px;
  }

  .comment-form__input-box {
    position: relative;
    display: block;
    padding: 0 10px
  }
  .comment-form__input-box input[type="text"],
  .comment-form__input-box input[type="email"] {
    height: 68px;
    width: 100%;
    border: none;
    background-color: #f6f6f6;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
    border-radius: 0;
    outline: none;
    font-size: 18px;
    color: var(--mibooz-gray);
    display: block;
  }
  .comment-form__input-box textarea {
    font-size: 16px;
    color: var(--mibooz-gray);
    height: 170px;
    width: 100%;
    background-color: #f6f6f6;
    padding: 16px 30px 30px;
    border: none;
    border-radius: 0px;
    outline: none;
    margin-bottom: 20px;
    border-radius: 0;
  }
  .comment-form__btn {
    color: #000000;
  }
  @media screen and (max-width: 1000px) {
    .location .grid-box > .column {
      width: 100%;
    }
    .location__text {
      min-height: unset;
    }
    .contact-page .grid-box.two > .column {
      width: 100%;
    }
  }
  .faq-page {
    position: relative;
    display: block;
    padding: 120px 0 0;
    background-color: #f6f6f6;
    z-index: 1;
  }
  .faq-page-shape {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .60;
    z-index: -1;
  }
  .faq-page__top {
    position: relative;
    display: block;
  }
  .faq-page__top .grid-box {
    margin: 0 -15px;
  }
  .faq-page__top .column {
    padding: 0 15px;
  }
  .faq-page__single {
    margin-bottom: 60px;
  }
  .faq-page__bottom {
    position: relative;
    display: block;
    text-align: center;
    border-top: 1px solid var(--mibooz-bdr-color);
    padding-top: 54px;
    padding-bottom: 52px;
  }
  .faq-page__bottom-text {
    font-size: 16px;
    margin: 0;
    line-height: 26px;
  }
  .faq-page__bottom-text a {
    position: relative;
    display: inline-block;
    color: #000000;
    margin-left: 13px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .faq-page__bottom-text a:hover {
    color: rgba(14,122,60, 1);
  }
  .faq-page__bottom-text a:before {
    position: absolute;
    top: 12px;
    left: -10px;
    right: -10px;
    content: "";
    background-color: rgba(14,122,60, 1);
    height: 1px;
  }
  .faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  }
  .faq-one-accrodion .accrodion:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 2px;
    content: "";
    background-color: rgba(14,122,60, 1);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
  }
  .faq-one-accrodion .accrodion.active:before {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
  .faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 24px 40px 25px;
    padding-right: 27px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .faq-one-accrodion .accrodion + .accrodion {
    margin-top: 20px;
  }
  .faq-one-accrodion .accrodion.active .accrodion-title {
    background-color: #ffffff;
  }
  .faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: #000000;
  }
  .faq-one-accrodion .accrodion-title h4::before {
    content: "\f196";
    font-family: 'FontAwesome';
    font-size: 12px;
    color: rgba(14,122,60, 1);
    position: absolute;
    top: 50%;
    right: 0;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f147";
    color: #000000;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .faq-one-accrodion .accrodion-content {
    position: relative;
    padding: 0px 40px 29px;
    margin-top: -13px;
  }
  .faq-one-accrodion .accrodion.active .accrodion-content {
    background-color: #ffffff;
  }
  .faq-one-accrodion .accrodion-content p {
    font-size: 16px;
    margin: 0;
    line-height: 32px;
  }
  .cta-one {
    position: relative;
    display: block;
    z-index: 2;
  }
  .cta-one__inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: rgba(14,122,60, 1);
    padding: 92px 100px;
  }
  .cta-one__box-1 {
    position: absolute;
    top: -106px;
    left: -106px;
    height: 106px;
    width: 106px;
    background-color: #f6f6f6;
    -webkit-animation: boxRotate 4s linear infinite;
    -moz-animation: boxRotate 4s linear infinite;
    animation: boxRotate 4s linear infinite;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
  .cta-one__box-2 {
    position: absolute;
    top: 0;
    left: -212px;
    height: 106px;
    width: 106px;
    background-color: #000000;
    -webkit-animation: boxRotate 4s linear infinite;
    -moz-animation: boxRotate 4s linear infinite;
    animation: boxRotate 4s linear infinite;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
  }
  .cta-one__left {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cta-one__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cta-one__icon span {
    position: relative;
    display: inline-block;
    color: #ffffff;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .cta-one__inner:hover .cta-one__icon span {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .cta-one__title-box {
    margin-left: 30px;
  }
  .cta-one__title {
    font-size: 36px;
    text-transform: uppercase;
    line-height: 43px;
    color: #ffffff;
  }
  .cta-one__right {
    position: relative;
    display: block;
  }
  .cta-one__btn {
    border: 2px solid #ffffff;
  }
  .cta-one__btn:after {
    background-color: #ffffff;
  }
  .cta-one__btn:hover {
    color: #000000;
  }
  @media screen and (max-width: 1000px) {
    .faq-page__top .grid-box.two > .column {
      width: 100%;
    }
    .cta-one__title {
      font-size: 30px;
    }
    .cta-one__inner {
      padding: 92px 50px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
    }
    .cta-one__right {
      margin-top: 25px;
    }
  }
  @media screen and (max-width: 700px) {
    .cta-one__left {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .cta-one__box-1,
    .cta-one__box-2 {
      display: none;
    }
    .cta-one__title-box {
      margin-left: 0;
      margin-top: 33px;
    }
    .cta-one__inner {
      padding: 92px 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
    }
    .faq-one-accrodion .accrodion-title h4::before{
      display: none;
    }
    .faq-one-accrodion .accrodion.active .accrodion-title h4::before{
      display: none;
    }
  }
  .blog-page {
    padding: 120px 0 120px;
  }
  .blog-page .grid-box {
    margin: 0 -23px;
  }
  .blog-page .column {
    padding: 0 23px;
  }
  @media screen and (max-width: 1000px) {
    .blog-page .column {
      width: 100%!important;
    }
  }
  .service-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
  }
  .service-details__sidebar {
    position: relative;
    display: block;
  }
  .service-details__sidebar-service {
    position: relative;
    display: block;
    background-color: #f6f6f6;
    padding: 48px 30px 29px;
  }
  .service-details__sidebar-title {
    font-size: 20px;
    padding-left: 20px;
    margin-bottom: 3px;
    text-transform: uppercase;
  }
  .service-details__sidebar-service-list {
    margin: 0;
  }
  .service-details__sidebar-service-list li + li {
    margin-top: 7px;
  }
  .service-details__sidebar-service-list li a {
    color: var(--mibooz-gray);
    font-size: 18px;
    font-weight: 400;
    position: relative;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 8.5px 20px;
  }
  .service-details__sidebar-service-list li.current a,
  .service-details__sidebar-service-list li a:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    color: #000000;
  }
  .service-details__sidebar-service-list li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    color: rgba(14,122,60, 1);
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
  }
  .service-details__sidebar-service-list li a span.icon-right-arrow-angle {
    font-weight: bold;
  }
  .service-details__sidebar-service-list li.current a span,
  .service-details__sidebar-service-list li a:hover span {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
  .service-details__sidebar-service-list li.current:first-child {
    margin-top: 20px;
  }
  .service-details__need-help {
    position: relative;
    display: block;
    padding: 50px 50px 39px;
    margin-top: 30px;
    text-align: center;
    z-index: 1;
    background-color: rgba(14,122,60, 1);
  }
  .service-details__need-help-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(14,122,60, 1);
    opacity: .10;
    z-index: -1;
  }
  .service-details__need-help-icon {
    height: 85px;
    width: 85px;
    background-color: #000000;
    color: #ffffff;
    font-size: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 21px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .service-details__need-help-title {
    font-size: 34px;
    color: #ffffff;
    line-height: 46px;
    text-transform: uppercase;
  }
  .service-details__need-help-contact {
    position: relative;
    display: block;
    margin-top: 34px;
  }
  .service-details__need-help-contact p {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    line-height: 18px;
  }
  .service-details__need-help-contact a {
    font-size: 24px;
    color: #ffffff;
  }
  .service-details__content {
    position: relative;
    display: block;
    margin-top: 22px;
  }
  .service-details__title {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .service-details__text {
    font-size: 18px;
    margin: 0;
    line-height: 34px;
  }
  .sidebar-box {
    margin: 0 -15px;
  }
  .sidebar-box .sidebar-left {
    width: 33.33%;
    padding: 0 15px;
  }
  .sidebar-box .sidebar-right {
    width: 66.66%;
    padding: 0 15px;
  }
  .team-one .grid-box {
    margin: 0 -3px;
  }
  .team-one .column {
    padding: 0 3px;
  }
  .team-page .team-one__single {
    margin-bottom: 6px;
  }
  .team-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    z-index: 1;
  }
  .team-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #000000;
    z-index: 1;
  }
  .team-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(14,122,60, 1);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    -moz-transition: transform 500ms ease, -moz-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease, -moz-transform 500ms ease;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    z-index: 1;
  }
  .team-one__single:hover .team-one__img:before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
  }
  .team-one__img img {
    width: 100%;
    /*mix-blend-mode: luminosity;*/
  }
  .team-one__details {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateX(-126%);
    -moz-transform: translateX(-126%);
    -ms-transform: translateX(-126%);
    transform: translateX(-126%);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    -moz-transition: transform 500ms ease, -moz-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease, -moz-transform 500ms ease;
    z-index: 2;
  }
  .team-one__single:hover .team-one__details {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .team-one__name {
    font-size: 22px;
    text-transform: uppercase;
    color: #ffffff;
  }
  .team-one__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 15%;
    -webkit-transform: translateX(135%);
    -moz-transform: translateX(135%);
    -ms-transform: translateX(135%);
    transform: translateX(135%);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    -moz-transition: transform 500ms ease, -moz-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease, -moz-transform 500ms ease;
    z-index: 2;
  }
  .team-one__single:hover .team-one__social {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .team-one__social a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .team-one__social a:hover {
    color: #ffffff;
  }
  .team-one__social a + a {
    margin-left: 20px;
  }
  .two-boxes {
    position: relative;
    display: block;
    padding: 120px 0 90px;
  }
  .two-boxes .grid-box {
    margin: 0 -20px;
  }
  .two-boxes .column {
    padding: 0 20px;
  }
  .two-boxes__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000000;
    /*background-blend-mode: luminosity;
    opacity: 0.30;*/
    z-index: -1;
  }
  .two-boxes__single {
    position: relative;
    display: block;
    text-align: center;
    padding: 71px 60px 70px;
    margin-bottom: 30px;
    background-color: #000000;
    z-index: 1;
    overflow: hidden;
  }
  .two-boxes__tagline {
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0.1em;
    margin: 0;
    
    line-height: 30px;
    min-height: 90px;
  }
  .two-boxes__title {
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 40px;
    padding-bottom: 20px;
  }
  .two-boxes__arrow {
    position: relative;
    display: block;
    margin-top: 12px;
  }
  .two-boxes__arrow a {
    font-size: 10px;
    color: rgba(14,122,60, 1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .two-boxes__arrow a:hover {
    color: #ffffff;
  }
  @media screen and (max-width: 1200px) {
    .sidebar-box .sidebar-left {
      width: 40%;
    }
    .sidebar-box .sidebar-right {
      width: 60%;
    }
  }
  @media screen and (max-width: 1000px) {
    .sidebar-box .sidebar-left {
      width: 100%;
    }
    .sidebar-box .sidebar-right {
      width: 100%;
    }
    .service-details__sidebar {
      margin-bottom: 60px;
    }
    .two-boxes .column {
      width: 100%!important;
    }
  }
  @media screen and (max-width: 700px) {
    .two-boxes__single {
      padding: 71px 20px 70px;
    }
    .two-boxes__tagline {
      font-size: 20px;
    }
  }
  .product-cat__btn {
    font-size: 16px;
    padding: 10px;
    color: #ffffff;
    border-color: #ffffff;
  }
  .inner-product-cat {
    padding: 120px 0;
  }
  .inner-product-cat h2 {
    font-size: 42px;
    font-family: Montserrat-Medium;
  }
  .inner-product-cat p {
    font-family: Montserrat-Medium;
    line-height: 24px;
    min-height: 144px;
    margin: 30px 0;
    opacity: .7;
  }
  .inner-product-cat .img {
    width: 67%;
    height: 650px;
  }
  .inner-product-cat .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .inner-product-cat .content {
    max-width: 580px;
    width: 100%;
    background-color: rgba(14,122,60, 1);
    color: #ffffff;
    padding: 90px 80px 70px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
  }
  .inner-product-cat ul li {
    position: relative;
  }
  .inner-product-cat ul li:not(:last-child) {
    margin-bottom: 145px;
  }
  .inner-product-cat ul li:nth-child(odd) .img {
    margin-left: auto;
  }
  .inner-product-cat ul li:nth-child(even) .content {
    left: auto;
    right: 0;
  }
  .inner-product-cat ul li:hover .content {
    background-color: #333333;
  }
  @media screen and (max-width: 1000px) {
    .inner-product-cat .content {
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      max-width: 100%;
    }
    .inner-product-cat .img {
      height: auto;
      width: 100%;
    }
  }
  @media screen and (max-width: 700px) {
    .inner-product-cat .content {
      padding: 50px 20px;
    }
    .inner-product-cat p {
      min-height: unset;
      margin: 20px 0;
    }
    .inner-product-cat h2 {
      font-size: 24px;
    }
  }
  .project-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
  }
  .project-one .grid-box {
    margin: 0 -15px;
  }
  .project-one .column {
    padding: 0 15px;
  }
  .project-filter {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 47px;
  }
  .project-filter.style1 li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .project-filter.style1 li:nth-child(1) {
    padding-right: 13px;
  }
  .project-filter.style1 li .filter-text {
    position: relative;
    color: var(--mibooz-gray);
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    display: block;
    cursor: pointer;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
  }
  .project-filter.style1 li .filter-text:before {
    position: absolute;
    top: 18px;
    left: -10px;
    right: -6px;
    content: "";
    background: rgba(14,122,60, 1);
    height: 1px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 1;
  }
  .project-filter.style1 li .filter-text:hover:before,
  .project-filter.style1 li.active .filter-text:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .project-filter.style1 li:hover .filter-text,
  .project-filter.style1 li.active .filter-text {
    color: #000000;
  }
  .project-filter.style1 li .count {
    color: var(--mibooz-gray);
    font-size: 12px;
    line-height: 26px;
    font-weight: 500;
    display: inline-block;
    padding: 0 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    top: -4px;
  }
  .project-filter.style1 li:hover .count,
  .project-filter.style1 li.active .count {
    color: #000000;
    opacity: 1;
  }
  .project-filter.style1 li + li {
    margin-left: 50px;
  }
  .project-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .project-one__img {
    position: relative;
    display: block;
    background-color: #eee;
    width: 100%;
  }
  .project-one__img img {
    width: 100%;
    /*mix-blend-mode: luminosity;*/
    -webkit-transition: mix-blend-mode 500ms ease, -webkit-transform 500ms ease;
    transition: mix-blend-mode 500ms ease, -webkit-transform 500ms ease;
    -moz-transition: transform 500ms ease, mix-blend-mode 500ms ease, -moz-transform 500ms ease;
    transition: transform 500ms ease, mix-blend-mode 500ms ease;
    transition: transform 500ms ease, mix-blend-mode 500ms ease, -webkit-transform 500ms ease, -moz-transform 500ms ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .project-one__single:hover .project-one__img img {
    mix-blend-mode: normal;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .project-one__hover {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 35px;
    padding: 31px 50px 29px;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    -moz-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: 1;
  }
  .project-one__single:hover .project-one__hover {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
  .project-one__hover:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.9);
    z-index: -1;
  }
  .project-one__title {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
  }
  .project-one__title a {
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .project-one__title a:hover {
    color: rgba(14,122,60, 1);
  }
  @media screen and (max-width: 1000px) {
    .project-one .grid-box.three > .column {
      width: 50%;
    }
    .project-one .list {
      display: none;
    }
  }
  @media screen and (max-width: 700px) {
    .project-one .grid-box.three > .column {
      width: 100%;
    }
  }
  .prodet-one {
    padding-top: 120px;
  }
  .prodet-one .left {
    width: 50%;
    padding-right: 90px;
  }
  .prodet-one .left img {
    width: 100%;
    background-color: #eee;
  }
  .prodet-one .right {
    width: 50%;
  }
  .prodet-one h1 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .prodet-one h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .prodet-one .text {
    margin-bottom: 30px;
  }
  .image-gallery {
    margin: 0 -10px;
    padding-top: 20px;
  }
  .image-gallery li {
    padding: 0 10px;
  }
  .prodet-two {
    padding-top: 120px;
  }
  .prodet-two h2 {
    font-size: 48px;
  }
  .prodet-two ul {
    padding-top: 50px;
  }
  .prodet-two img {
    width: 100%;
  }
  .prodet-two .name {
    padding: 30px;
    min-width: 190px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .prodet-three {
    padding-top: 120px;
  }
  .prodet-three .grid-box {
    margin: 0 -20px;
  }
  .prodet-three .column {
    padding: 0 20px;
  }
  @media screen and (max-width: 1200px) {
    .prodet-one .left {
      padding-right: 30px;
    }
    .prodet-one .text {
      margin-bottom: 20px;
    }
    .prodet-one h1 {
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 1000px) {
    .prodet-one .left {
      width: 100%;
      padding-right: 0;
      margin-bottom: 60px;
    }
    .prodet-one .right {
      width: 100%;
    }
    .prodet-three .grid-box.four > .column {
      width: 50%;
    }
  }
  @media screen and (max-width: 700px) {
    .prodet-one h1 {
      font-size: 30px;
    }
    .prodet-one h4 {
      font-size: 20px;
    }
    .prodet-two h2 {
      font-size: 30px;
    }
    .prodet-three .grid-box.four > .column {
      width: 100%;
    }
  }
  .about-page .about-1 {
    padding: 120px 0;
  }
  .about-page .about-1 .yankee-heading {
    padding: 0 0 25px;
  }
  .about-page .about-1 .left {
    width: 50%;
    vertical-align: middle;
  }
  .about-page .about-1 .right {
    width: 50%;
    vertical-align: middle;
    padding-left: 60px;
  }
  .about-page .about-1 .right .section-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
  }
  .about-page .about-1 .right .next-btn {
    font-size: 0;
    padding-top: 60px;
  }
  .about-page .about-1 .right .next-btn span {
    padding: 0 25px;
    display: inline-block;
    line-height: 60px;
    background-color: #000000;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    cursor: pointer;
  }
  .about-page .about-1 .right .next-btn span:hover {
    background-color: rgba(14,122,60, 1);
  }
  .about-page .about-1 .right .next-btn span img {
    vertical-align: middle;
  }
  .about-page .about-2 .box {
    background-color: rgba(14,122,60, 1);
    margin: 20px 35px 0;
    padding: 0 0 20px;
  }
  .about-page .about-2 .content {
    margin: -20px -20px 0;
    padding: 80px 0 40px;
    background-color: #1d2122;
  }
  .about-page .about-2 ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .about-page .about-2 ul li {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .about-page .about-2 .counter-box {
    margin: 0 0 40px;
    text-align: center;
  }
  .about-page .about-2 .counter-box .count {
    color: #fff;
  }
  .about-page .about-2 .counter-box .count small {
    font-size: 16px;
    margin-left: 2px;
  }
  .about-page .about-2 .counter-box .title {
    color: #fff;
  }
  .about-page .about-3 {
    /*background-color: #f4f9fa;*/
    background: url(../images/about-3-bg.jpg)no-repeat center;
    background-size: cover;
    margin-top: -110px;
    margin-bottom: 0;
    padding: 240px 0 120px;
  }
  .about-page .about-3 .timeline-tab-btns {
    padding: 0px 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 0 0 60px;
  }
  .about-page .about-3 .timeline-tab-btns li a {
    background-color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 18px 35px;
    font-size: 16px;
    display: inline-block;
    line-height: 1;
    color: rgba(14,122,60, 1);
  }
  .about-page .about-3 .timeline-tab-btns li.active a {
    background-color: rgba(14,122,60, 1);
    color: #ffffff;
  }
  .about-page .about-3 .tab-content .tab-pane:not(:first-child) {
    display: none;
  }
  .about-page .about-3 .tab-content .tab-pane > .grid-box {
    margin: 0 -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-3 .tab-content .tab-pane .img {
    width: 58%;
    padding: 0 15px;
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    order: 13;
  }
  .about-page .about-3 .tab-content .tab-pane .content {
    width: 42%;
    padding: 0 15px;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    order: -1;
  }
  .about-page .about-3 .timeline-text .timeline-tag {
    font-size: 16px;
    font-weight: 700;
    color: rgba(14,122,60, 1);
    letter-spacing: 2px;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
  .about-page .about-3 .timeline-text .timeline-title {
    font-size: 48px;
    letter-spacing: -1px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 30px;
  }
  .about-page .about-3 .timeline-text a.history-btn {
    display: inline-block;
    margin-top: 40px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    padding: 20px 45px;
    background-color: rgba(14,122,60, 1);
    color: #1d2122;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .about-page .about-3 .timeline-text a.history-btn:hover {
    background-color: #1d2122;
    color: #fff;
  }
  .about-page .about-4 {
    padding: 120px 0 90px;
  }
  .about-page .about-4 .yankee-heading {
    padding-bottom: 50px;
    text-align: center;
  }
  .about-page .about-4 .list ul {
    margin: 0 -15px;
  }
  .about-page .about-4 .list ul li {
    padding: 0 15px;
  }
  .about-page .about-5{
    padding-bottom: 90px;
  }
  .about-page .about-5 .yankee-testimonial-slider {
    background-image: url(../images/testi-illustration.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .yankee-heading .tag-line {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
    color: rgba(14,122,60, 1);
    margin-bottom: 15px;
    display: inline-block;
  }
  .yankee-heading .title {
    font-size: 55px;
    letter-spacing: -1px;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
  }
  .yankee-heading .title span {
    display: block;
    color: transparent;
    -webkit-text-stroke: 1px rgba(29, 33, 34, 0.2);
  }
  .yankee-counter-boxes .counter-box {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
  }
  .yankee-counter-boxes .counter-box .count {
    display: block;
    font-size: 55px;
    margin-bottom: 5px;
  }
  .progress {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
  }
  .timeline-btns.with-progess {
    position: relative;
    z-index: 1;
  }
  .timeline-btns.with-progess .progress {
    height: 4px;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .timeline-btns.with-progess .progress-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 16.66%;
    background-color: rgba(14,122,60, 1);
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
  }
  .yankee-testimonial-slider {
    padding: 100px 170px;
    position: relative;
    z-index: 1;
  }
  .yankee-testimonial-slider .slick-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 40px;
  }
  .yankee-testimonial-slider .slick-dots li {
    display: inline-block;
    margin: 0 9px;
    width: 12px;
    height: 12px;
    background-color: #000000;
    border-radius: 50%;
  }
  .yankee-testimonial-slider .slick-dots li.slick-active {
    background-color: rgba(14,122,60, 1);
  }
  .yankee-testimonial-slider .slick-dots li button {
    display: none;
  }
  .yankee-testimonial-slider .single-testimonial {
    text-align: center;
  }
  .yankee-testimonial-slider .single-testimonial .testimonial-img {
    margin-bottom: 50px;
  }
  .yankee-testimonial-slider .single-testimonial .testimonial-img img {
    max-width: 380px;
    display: inline-block;
  }
  .yankee-testimonial-slider .single-testimonial p {
    font-size: 24px;
    line-height: 1.4;
    margin: 0;
    font-family: Montserrat-Medium;
  }
  .yankee-testimonial-slider .single-testimonial .testimonial-info {
    margin-bottom: 20px;
  }
  .yankee-testimonial-slider .single-testimonial .testimonial-info .name {
    font-size: 36px;
    font-weight: bold;
    font-family: Montserrat-Medium;
    line-height: 1.1;
    margin: 0;
  }
  @media screen and (max-width: 1200px) {
    .yankee-heading .title {
      font-size: 42px;
    }
    .yankee-testimonial-slider .single-testimonial p {
      font-size: 20px;
    }
  }
  @media screen and (max-width: 1000px) {
    .inner-banner .page-title {
      font-size: 42px;
    }
    .about-page .about-1 .left {
      width: 100%;
    }
    .about-page .about-1 .right {
      width: 100%;
      padding-left: 0;
    }
    .about-page .about-2 ul li {
      -ms-flex: 0 0 50%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -moz-box-flex: 0;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .about-page .about-3 .timeline-tab-btns li a {
      padding: 12px 20px;
      font-size: 14px;
    }
    .about-page .about-3 .tab-content .tab-pane .img {
      width: 100%;
      -webkit-box-ordinal-group: unset;
      -webkit-order: unset;
      -moz-box-ordinal-group: unset;
      -ms-flex-order: unset;
      order: unset;
    }
    .about-page .about-3 .tab-content .tab-pane .content {
      width: 100%;
      -webkit-box-ordinal-group: unset;
      -webkit-order: unset;
      -moz-box-ordinal-group: unset;
      -ms-flex-order: unset;
      order: unset;
    }
    .about-page .about-3 .timeline-text {
      margin-top: 50px;
    }
    .about-page .about-3 .timeline-text .timeline-title {
      font-size: 42px;
    }
    .yankee-testimonial-slider {
      padding: 80px 0;
    }
    .about-page .about-3 .timeline-tab-btns {
      padding: 0 30px;
    }
  }
  @media screen and (max-width: 700px) {
    .inner-banner .page-title {
      font-size: 36px;
    }
    .about-page .about-1 .right .section-title {
      font-size: 18px;
    }
    .yankee-counter-boxes .counter-box .count {
      font-size: 42px;
    }
    .yankee-testimonial-slider .single-testimonial p {
      font-size: 18px;
    }
  }
  @media screen and (max-width: 500px) {
    .yankee-heading .title {
      font-size: 32px;
    }
    .about-page .about-2 ul li {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .timeline-btns.with-progess .progress {
      display: none;
    }
    .about-page .about-3 .timeline-tab-btns {
      padding: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .about-page .about-3 .timeline-tab-btns li a {
      margin: 5px;
    }
    .about-page .about-3 .timeline-text .timeline-title {
      font-size: 32px;
    }
    .yankee-testimonial-slider .single-testimonial p {
      font-size: 16px;
      line-height: 1.6;
    }
    .yankee-testimonial-slider .single-testimonial .testimonial-info .name {
      font-size: 20px;
    }
  }
  
  
  
  .newdet-page {
    padding: 120px 0;
  }
  .newdet-page .news-content h3.title {
    font-size: 24px;
  }
  .newdet-page .news-content a.img-box {
    display: block;
  }
  .newdet-page .news-content a.img-box img {
    width: 100%;
  }
  .newdet-page .news-content time {
    width: 65px;
    height: 65px;
    margin-top: -35px;
    background: #da251c none repeat scroll 0 0;
    color: #fff;
    line-height: 23px;
    text-align: center;
    border-radius: 5px;
    display: block;
    font-weight: 500;
    font-size: 20px;
    padding: 8px 0;
    left: 15px;
    position: relative;
    z-index: 1;
  }
  .newdet-page .news-content .tag {
    font-size: 14px;
    color: #828893;
  }
  .newdet-page .news-content .tag em {
    color: black;
  }
  .newdet-page .news-content .tag h6,
  .newdet-page .news-content .tag div {
    display: inline-block;
    vertical-align: middle;
  }
  .newdet-page .news-content .tag div {
    margin-left: 15px;
  }
  .newdet-page .news-content .tag div i {
    color: rgba(14,122,60, 1);
    margin-right: 5px;
  }
  .newdet-page .news-content .content {
    padding: 15px 0;
    margin: 10px 0;
    border-top: 1px #eee dashed;
    border-bottom: 1px #eee dashed;
    text-align: left;
  }
  .newdet-page .news-content .content p {
    padding: 5px 0;
  }
  .newdet-page .news-content .share {
    text-align: left;
  }
  .newdet-page .news-content .share h4 {
    display: inline-block;
    vertical-align: middle;
    font-family: "Montserrat";
    color: #333;
    font-size: 14px;
  }
  .newdet-page .news-content .share ul {
    display: inline-block;
  }
  .newdet-page .news-content .share ul li {
    width: auto;
    padding: 5px;
  }
  .newdet-page .news-content .share ul li a {
    display: block;
    padding: 0 15px;
    line-height: 32px;
    height: 32px;
    border-radius: 5px;
    background: #edeff2;
    font-size: 12px;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .newdet-page .news-content .share ul li a:hover {
    color: white;
    background: rgba(14,122,60, 1);
  }
  .newdet-page .news-content .m-link {
    padding-top: 15px;
    text-align: left;
    margin-top: 15px;
    border-top: 1px #eee dashed;
  }
  .newdet-page .news-content .m-link a {
    font-size: 14px;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .newdet-page .news-content .m-link a:hover {
    color: rgba(14,122,60, 1);
    text-decoration: underline;
  }
  
  .gallery-page {
    padding: 70px 0;
  }
  .gallery-page .gallery-list ul {
    margin: -15px;
  }
  .gallery-page .gallery-list ul li {
    padding: 15px;
  }
  .gallery-page .gallery-list ul li .box {
    box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
    padding: 10px;
    border-radius: 5px;
  }
  .gallery-page .gallery-list ul li .box a.img-box {
    margin-bottom: 10px;
    display: block;
  }
  .gallery-page .gallery-list ul li .box h5 {
    display: block;
    color: #111;
    font-size: 18px;
    padding: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .gallery-page .gallery-list ul li .box:hover h5 {
    background: rgba(14,122,60, 1);
    color: white;
  }
  
  .m-page {
    text-align: right;
    float: none;
    margin: 30px -5px 0;
  }
  .m-page a,
  .m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -moz-box-shadow: 0 2px 10px 0 #d8dde6;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;
  }
  .m-page a:hover {
    background: rgba(14,122,60, 1) none repeat scroll 0 0;
    color: #fff;
  }
  
