.product-search .product-search-form .product-search-form {
  position: relative;
}
.product-search .product-search-form .product-search-form input, .product-search .search-wrapper input {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  font-size: 20px;
  font-family: var(--primary-font);
  padding-right: 60px;
  color: var(--primary-color);
  padding: 0px 40px 0 20px;
  height: 45px;
}
.product-search .product-search-form .product-search-form button[type="submit"] {
  position: absolute;
  right: 20px;
  left: auto;
  top: auto;
  bottom: 12px;
  background: none;
  padding: 0;
  font-size: 0;
}
.product-search .product-search-form .product-search-form button[type="submit"]::after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 13px;
}
.search-results.active {
  display: block;
  margin: 30px 0 0;
  float: left;
  width: 100%;
}
.search-results.active ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.search-results.active ul::-webkit-scrollbar-track {
  background-color: #d7d7d7;
}
.search-results.active ul::-webkit-scrollbar-thumb {
  background-color: #a0a0a0;
}
.search-results.active ul::-webkit-scrollbar {
  height: 2px;
}
.search-results.active ul li {
  display: block;
  padding: 0 20px;
  position: relative;
  float: left;
  width: 50%;
}
.search-results.active ul li:last-child {
  border-bottom: none;
}
.search-results.active ul li a {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  padding: 0 0 30px;
  margin: 0 0 30px;
}
.search-results.active ul li a:hover {
  color: #111;
}
.search-results.active ul li a > * {
  display: table-cell;
  vertical-align: top;
}
.search-results.active .product-image {
  width: 15%;
  max-width: 15%;
}
.search-results.active .product-data .product-sku, .search-results.active .product-data .product-categories {
  color: #666;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  text-align: left;
}
.search-results.active a:hover .product-data .product-sku, .search-results.active a:hover .product-data .product-categories {
  color: #111;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.product-data {
  padding-left: 24px;
}
.search-results.active h3 {
  display: block;
  text-align: left;
}
.search-results.active .product-data h3, .search-results.active .product-data .product-price {
  margin: 0 0 10px;
}
.product-data div:not(.product-categories) {
  display: inline-block;
  vertical-align: middle;
}
.product-data {
  text-align: left;
}
.product-data .product-price .regular-price {
  color: #666;
}
.product-data .product-price .sale-price {
  color: #111;
  font-weight: 500;
  position: relative;
  padding: 0 0 0 12px;
  margin: 0 0 0 6px;
}
.product-data .product-price .sale-price::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  width: 6px;
  height: 2px;
  content: "";
  background: #666;
  margin: auto;
}
.product-data .product-stock {
  padding: 4px 8px;
  background: #eeeeee;
  border-radius: 4px;
  position: absolute;
  bottom: 30px;
  right: 0;
}
.product-categories > span {
  display: inline-block;
  margin-right: 4px;
}
.product-categories > span:after {
  content: ",";
}
.product-categories > span:last-child:after {
  content: "";
}
.product-categories > span:last-child {
  margin-right: 0;
}
.product-search select {
  width: 100% !important;
  min-height: 40px !important;
  margin-bottom: 16px;
}
.product-search select, .product-search input {
  background: var(--secondary-color);
  border: 1px solid var(--border-color-1);
}
.search-wrapper {
  position: relative;
}
.search-wrapper input {
  padding-right: 35px !important;
}
.search-wrapper svg {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  fill: #bdbdbd;
  animation: loading 500ms 0ms infinite normal linear;
  transform-origin: center;
  opacity: 0;
}
.search-wrapper.loading svg {
  opacity: 1;
}
@keyframes loading {
  from {
      transform: rotate(0deg);
 }
  to {
      transform: rotate(360deg);
 }
}
@media (min-width: 1200px) {
  .search-results.active ul {
      overflow: auto;
      height: 570px;
      scrollbar-width: thin;
 }
}
@media (max-width: 1199px) {
  .product-data .product-price {
      top: 10px;
 }
  .product-data h3 {
      font-size: 20px;
      margin: 0 0 15px;
 }
}
@media (max-width: 991px) {
  .search-results.active ul li {
      width: 100%;
 }
}
@media (max-width: 767px) {
  .search-results.active .product-image {
      width: 20%;
      max-width: 20%;
 }
  .product-search .product-search-form .product-search-form input, .product-search .search-wrapper input {
      font-size: 18px;
 }
  .product-data h3 {
      margin: 0 0 12px;
 }
}
@media (max-width: 575px) {
  .product-data h3 {
      font-size: 16px;
      margin: 0 0 8px;
 }
  .search-results .product-data .product-sku, .search-results .product-data .product-categories {
      font-size: 13px;
      float: left;
      width: 100%;
 }
  .search-results.active ul li {
      padding: 0;
 }
  .search-results.active .product-data {
      padding-left: 15px;
 }
  .product-data .product-price, .product-data .product-stock {
      position: static;
 }
  .product-data .product-stock {
      font-size: 12px;
      margin: 10px 0 0;
 }
  .product-data .product-price {
      margin: 0 0 5px;
      float: left;
      width: 100%;
 }
}
@media (max-width: 480px) {
  .search-results.active .product-image {
      width: 70%;
      max-width: 70%;
 }
}
/* main {
  padding: 2rem 0;
}
*/
.tiny {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 2rem;
}
.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container:after {
  content: "";
  display: block;
  width: 200%;
  height: 1px;
  background: linear-gradient(90deg, black 50%, transparent 50%);
  background-size: 10% 1px;
  background-position: -50px;
  background-repeat: repeat-x;
  position: absolute;
  left: -10%;
  top: 40%;
  animation: line-slide 60s forwards infinite linear;
  z-index: 1;
}
.swiper-container.swiper--bottom:after {
  animation-direction: reverse;
}
.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.swiper-slide {
  text-align: center;
 /* font-size: 33px;
  */
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 0;
}
@keyframes line-slide {
  0% {
      background-position: -5% 0;
 }
  100% {
      background-position: 100% 0;
 }
}
.swiper-container {
  overflow: visible;
}
.swiper.swiper-slider .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  margin: 5px 0;
}
/* SERVICES */
.service-block .swiper-wrapper .swiper-slide .service-box-inner {
  padding: 40px;
  border: 1px solid var(--border-color-1);
  display: flex;
  align-items: center;
}
.service-block .swiper-wrapper .tt-feature-box {
  border: 1px solid var(--border-color-1);
  border-left: 0;
}
.service-block .swiper-wrapper .tt-feature-box .service-box-inner {
  border: 0;
}
.service-block .swiper-wrapper .tt-feature-box .service-box-inner:first-child {
  border-bottom: 1px solid var(--border-color-1);
}
.service-block .swiper-wrapper .tt-feature-box:first-child {
  border-left: 1px solid var(--body-bg-light);
}
.service-block .tt-feature-box-containt h4 {
  font-size: 26px;
  text-transform: uppercase;
  color: var(--secondary-color);
  margin-bottom: 10px;
  text-align: left;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.service-block .service-box-inner:hover .tt-feature-box-containt h4 {
  color: var(--primary-color);
}
.service-block .tt-feature-box-containt p {
  margin-bottom: 0;
  color: var(--tertiary-color);
  text-align: start;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.service-block .tt-feature-box-containt {
  padding-left: 25px;
  width: 75%;
}
.tt-feature-box-icon {
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tt-feature-box-icon::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--body-bg-light);
  z-index: -1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
/* TEAM */
.team-wrap.swiper-slide {
  padding: 0;
}
.elementor-widget-Team .tt-team-wrap .tt-team .team-wrap {
  padding: 0;
  background: transparent;
}
.tt-team-wrap .tt-team .team-info-wrapper {
  float: left;
  width: 100%;
}
.tt-team-wrap .tt-team .team-1 .team-info-wrapper .team-frame {
  position: relative;
  padding-left: 15px;
  padding-top: 15px;
}
.tt-team-wrap .tt-team .team-1 .team-info-wrapper .team-frame::before {
  content: "";
  border: 1px solid var(--border-color-1);
  position: absolute;
  top: 0;
  bottom: 15px;
  left: 0;
  right: 15px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.tt-team-wrap .tt-team .team-info-wrapper:hover .team-frame::before {
  border-color: var(--primary-color);
}
.tt-team .team-info-wrapper .team-info {
  background: transparent;
  padding: 18px 0;
  float: left;
  width: 100%;
  text-align: left;
}
.tt-team .team-info-wrapper .team-info .team-designation {
  color: var(--tertiary-color);
  margin: 0;
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.tt-team .team-info-wrapper .team-info .team-title {
  text-align: center;
  font-size: 26px;
  line-height: normal;
  margin-bottom: 5px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--primary-font);
  color: var(--secondary-color);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.tt-team .team-info-wrapper .team-info .team-title:hover {
  color: var(--primary-color);
}
.team-img {
  position: relative;
  overflow: hidden;
}
.team-img img {
  transform: scale(1.05);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.team-img:hover img {
  transform: scale(1.05) translateX(2%);
  -webkit-transform: scale(1.05) translateX(2%);
  -moz-transform: scale(1.05) translateX(2%);
  -ms-transform: scale(1.05) translateX(2%);
  -o-transform: scale(1.05) translateX(2%);
}
.tt-team-wrap .swiper-button.swiper-button-prev {
  color: var(--secondary-color);
  left: -25px;
  /* background-color: var(--body-bg-light); */
}
.tt-team-wrap .swiper-button.swiper-button-next {
  color: var(--secondary-color);
  right: -25px;
  /* background-color: var(--body-bg-light); */
}
.team-info-wrapper .team-img .team-social {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  opacity: 1;
  z-index: 1;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.team-info-wrapper .team-img .team-social a {
  color: var(--secondary-color);
  padding: 6px;
  font-size: 18px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
}
.team-info-wrapper .team-img .team-social a svg {
  transition: none;
  color: var(--secondary-color);
}
/* TEAM STYLE CLASSIC */
.tt-team-wrap .tt-team .team-2 .team-info-wrapper .team-img {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: auto;
}
.tt-team .team-2 .team-info-wrapper .team-frame {
  margin: 0 0 20px;
}
.tt-team .team-2 .team-info-wrapper .team-info {
  text-align: center;
  padding: 0;
}
.tt-team-wrap .tt-team .team-2 .team-info-wrapper {
  padding: 40px;
  background-color: var(--body-bg-light);
}
.tt-team .team-2 .team-info-wrapper .team-info .team-title {
  margin-bottom: 10px;
}
.tt-team .team-2 .team-info-wrapper .team-info .team-designation {
  margin: 0 0 15px;
}
.tt-team .team-2 .team-info-wrapper .team-info .team-social {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.tt-team .team-3.style-1 .team-info-wrapper .team-info .team-social a svg:hover, .tt-team .team-2 .team-info-wrapper .team-info .team-social a svg:hover{
  color: var(--primary-color);
}
/* TEAM STYLE DEFAULT STYLE 02 */
.tt-team-wrap .tt-team .team-1.style-2 .team-info-wrapper .team-frame::before {
  display: none;
}
.tt-team-wrap .tt-team .team-1.style-2 .team-info-wrapper .team-frame {
  position: relative;
  padding-left: 0;
  padding-top: 0;
  border-radius: 200px 200px 0 0;
  overflow: auto;
}
.team-1.style-2 .team-info-wrapper .team-img .team-social {
  left: 0;
  right: 0;
  flex-direction: row;
}
.tt-team .team-1.style-2 .team-info-wrapper .team-info .team-title {
  margin-bottom: 0;
  font-size: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-align: start;
}
.tt-team .team-1.style-2 .team-info-wrapper .team-info .team-designation {
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-align: start;
}
.tt-team .team-1.style-2 .team-info-wrapper .team-info {
  padding: 20px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
/* TEAM STYLE MORDEN STYLE 01 */
.tt-team .team-3.style-1 .team-info-wrapper .team-info {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: var(--body-bg-light);
  min-width: 80%;
  width: 80%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  margin: auto;
}
.tt-team .team-3.style-1 .team-info-wrapper {
  padding: 0 0 50px 30px;
}
.tt-team .team-3.style-1 .team-info-wrapper .team-info .team-title, .tt-team .team-3.style-2 .team-info-wrapper .team-info .team-title {
  font-size: 20px;
  color: var(--primary-color);
  cursor: pointer;
}
.tt-team .team-3.style-1 .team-info-wrapper .team-info .team-title:hover, .tt-team .team-3.style-2 .team-info-wrapper .team-info .team-title:hover {
  color: var(--secondary-color);
}
.tt-team .team-3.style-1 .team-info-wrapper .team-info .team-designation, .tt-team .team-3.style-2 .team-info-wrapper .team-info .team-designation {
  margin: 0 0 10px;
}
.tt-team .team-3.style-1 .team-info-wrapper .team-info .team-social, .tt-team .team-3.style-2 .team-info-wrapper .team-info .team-social {
  display: flex;
  gap: 20px;
  justify-content: center;
}
/* TEAM STYLE MORDEN STYLE 02 */
.tt-team .team-3.style-2 .team-info-wrapper {
  position: relative;
  overflow: hidden;
}
.tt-team .team-3.style-2 .team-info-wrapper .team-info {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: var(--body-bg-light);
  min-width: 75%;
  width: 75%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  margin: auto;
}
/* TESTIMONIAL */
.tt-testimonial .swiper-wrapper {
  margin-bottom: 50px;
}
.tt-testimonial .swiper-pagination {
  text-align: left;
}
.testimonial-wrap.swiper-slide {
  background: transparent;
  text-align: left;
}
.tt-testimonial-wrap {
  position: relative;
  padding: 50px 30px 20px;
  border: 1px solid var(--border-color-1);
}
.tt-testimonial-wrap::after {
  content: "\f10d";
  position: absolute;
  left: 20px;
  right: auto;
  top: -25px;
  bottom: auto;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 22px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 1;
  color: var(--secondary-color);
  background-color: var(--body-bg-light);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial-wrap .testimonial-details p {
  color: var(--tertiary-color);
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 28px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 20px;
}
.testimonial-rating {
  margin-bottom: 18px;
}
.testimonial-rating svg {
  color: var(--primary-color);
  font-size: 14px;
  padding-right: 3px;
}
.testimonial-info span {
  color: var(--secondary-color);
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}
.testimonial-designation {
  display: none;
}
/* testimonial style-02 */
.testimonial-02 .tt-testimonial-wrap {
  position: relative;
  padding: 0;
  border: none;
}
.testimonial-02 .tt-testimonial .swiper-wrapper {
  margin-bottom: 0;
  padding: 60px 0 0;
}
.testimonial-02 .testimonial-rating {
  margin: 0;
}
.style-02 .testimonial-wrap .testimonial-details p {
  color: var(--white-color);
  font-size: 38px;
  font-weight: 500;
  text-align: center;
  line-height: 56px;
  margin-bottom: 0;
  font-family: var(--primary-font);
  font-style: italic;
}
.style-02 .testimonial-wrap .testimonial-details {
  width: 80%;
  margin: auto;
}
.testimonial-02 .tt-testimonial-wrap::after {
  content: "\f10d";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 30px;
  width: 50px;
  height: 50px;
  color: var(--primary-color);
  background-color: transparent;
}
.style-02 .testimonial-rating {
  margin: 20px 0 10px;
  text-align: center;
}
.style-02 .testimonial-info {
  text-align: center;
}
/* testimonial style-03 */
.testimonial-04 .tt-testimonial-wrap {
  padding: 50px 0 0;
  border: none;
}
.testimonial-04 .tt-testimonial-wrap::after {
  left: 0;
}
/* BLOG */
.blog-style .tt-post-wrapper.swiper-slide {
  background: transparent;
  padding: 0;
}
/* Dots */
.swiper-pagination-clickable .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  background-color: var(--secondary-color);
  position: relative;
  margin: 0 10px !important;
}
.swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  top: 0px;
  left: -10px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  z-index: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}
/* VIDEO */
.video-section {
  max-height: 650px;
  position: relative;
}
.elementor-element.heading-center {
  position: absolute;
  left: 0;
  right: 0;
  top: 22%;
  bottom: auto;
  margin: auto;
}
/* .video-section::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  background-color: #00000040;
}
.elementor-custom-embed-play{
  z-index: 2;
}
*/
/* CLIENT */
.client-logo .swiper-wrapper .item a {
  float: left;
  width: 100%;
  opacity: 0.3;
}
.client-logo .swiper-wrapper .item a:hover {
  opacity: 1;
}
/* SERVICES */
.tt-services-thumbnail.grid-item .tt-service-img {
  display: none;
}
.tt-services-thumbnail.grid-item:nth-child(odd) {
  padding-right: 60px;
}
.tt-services-thumbnail.grid-item:nth-child(even) {
  padding-left: 60px;
}
.tt-services-thumbnail.grid-item .title-content-wrap {
  padding-bottom: 18px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border-color-1);
}
.tt-services-thumbnail.grid-item .title-content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tt-services-thumbnail.grid-item .title-content-wrap h4 {
  color: var(--secondary-color);
  font-family: var(--primary-font);
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.tt-services-thumbnail.grid-item .title-content-wrap h4:hover {
  color: var(--primary-color);
}
.tt-services-thumbnail.grid-item .title-content-wrap p {
  color: var(--tertiary-color);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.tt-services-thumbnail.grid-item .service-img-price h3 {
  font-size: 30px;
  margin-bottom: 0;
}
/* SERVICES GRID STYLE-02 */
.services-grid.services-style-2 .tt-services-thumbnail.grid-item:nth-child(even) {
  padding: 0;
}
.services-grid.services-style-2 .tt-services-thumbnail.grid-item:nth-child(odd) {
  padding: 0;
}
.services-grid.services-style-2 .tt-services-thumbnail.grid-item .title-content-wrap {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.services-grid.services-style-2 .tt-services-thumbnail.grid-item:last-child .title-content-wrap {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.services-grid.services-style-2 .tt-services-thumbnail.grid-item .tt-service-img {
  display: flex;
  opacity: 0;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
}
.services-grid.services-style-2 .tt-services-thumbnail.grid-item:last-child .tt-service-img {
  top: auto;
  bottom: 0;
}
.services-grid.services-style-2 .tt-services-thumbnail.grid-item .tt-service-img img {
  object-fit: cover;
}
.services-grid.services-style-2 .tt-services-thumbnail.grid-item .tt-service-inner:hover .tt-service-img {
  opacity: 1;
}
.services-grid.services-style-2 .tt-services-thumbnail.grid-item .tt-service-inner:hover .title-content-wrap h4 {
  color: var(--primary-color);
}
.services-grid.services-style-2 .row.grid {
  margin: 0;
}
.services-grid-style-2 .product-title .section-heading {
  margin: 0 0 50px;
  width: 40%;
}
.services-grid-style-2 .button-cms-block .btn.btn-primary {
  background-color: transparent;
  border: 1px solid var(--border-color-1);
  font: 400 14px/16px var(--secondary-font);
  text-transform: uppercase;
  display: inline-flex;
  padding: 14px 32px;
}
.services-grid-style-2 .button-cms-block {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  margin: auto;
}
.tt-services-thumbnail.grid-item .service-view-more {
  display: none;
}
.services-grid.services-style-1.style-1+.button-cms-block {
  margin: auto;
  width: fit-content;
  padding: 20px 0 0;
}
.services-grid.services-style-1.style-1+.button-cms-block .btn.btn-primary {
  background-color: transparent;
  border: 1px solid var(--border-color-1);
  font: 400 14px/16px var(--secondary-font);
  text-transform: uppercase;
  display: inline-flex;
  padding: 14px 32px;
}
/* SERVICES GRID STYLE-02 */
.services-grid.services-style-2.style-3 .tt-services-thumbnail.grid-item .service-view-more {
  display: flex;
}
.services-grid.services-style-2.style-3 .tt-services-thumbnail.grid-item .tt-service-img, .services-grid.services-style-2.style-3 .tt-services-thumbnail.grid-item .service-img-price h3 {
  display: none;
}
.services-grid.services-style-2.style-3 .tt-services-thumbnail.grid-item .title-content-wrap p {
  display: none;
}
.services-grid.services-style-2.style-3 .tt-services-thumbnail.grid-item .title-content-wrap h4 {
  font-size: 30px;
  margin-bottom: 0;
}
.services-grid.services-style-2.style-3 .tt-services-thumbnail.grid-item .service-view-more button {
  background-color: transparent;
  height: 50px;
  width: 50px;
  padding: 5px;
  border: 1px solid var(--secondary-color);
  border-radius: 50%;
}
.services-grid.services-style-2.style-3 .tt-services-thumbnail.grid-item .service-view-more button svg {
  color: var(--secondary-color);
}
.services-grid.services-style-2.style-3 .tt-services-thumbnail.grid-item:hover .service-view-more button svg {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.services-grid.services-style-2.style-3 .tt-services-thumbnail.grid-item:last-child .title-content-wrap {
  padding-bottom: 0;
  margin-bottom: 0;
}
/* SERVICES img-slider */
.tt-feature-box.swiper-slide .item .tt-services-thumbnail.swiper-slide:last-child .tt-service-inner {
  display: flex;
  flex-direction: row-reverse;
}
.tt-services-thumbnail.swiper-slide .tt-service-inner {
  display: flex;
}
.tt-services-thumbnail.swiper-slide .tt-service-inner .tt-service-img, .tt-services-thumbnail.swiper-slide .tt-service-inner .title-content-wrap {
  width: 50%;
}
.tt-services-thumbnail.swiper-slide .tt-service-inner .title-content-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  background: var(--body-bg-light);
}
.tt-services-thumbnail.swiper-slide .tt-service-inner .title-content-wrap button {
  background: transparent;
  height: 45px;
  width: 45px;
  border: 1px solid var(--secondary-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.tt-services-thumbnail.swiper-slide .tt-service-inner .title-content-wrap button:hover {
  border-color: var(--primary-color);
}
.tt-services-thumbnail.swiper-slide .tt-service-inner .title-content-wrap button:hover svg {
  color: var(--primary-color);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.tt-services-thumbnail.swiper-slide .tt-service-inner .title-content-wrap button svg {
  color: var(--secondary-color);
  width: 25px;
}
.tt-services-thumbnail.swiper-slide .tt-service-inner .service-content-inner h4 {
  color: var(--secondary-color);
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  margin-bottom: 15px;
  line-height: normal;
}
.tt-services-thumbnail.swiper-slide .tt-service-inner .service-content-inner h4:hover {
  color: var(--primary-color);
}
.tt-services-thumbnail.swiper-slide .tt-service-inner .service-content-inner p {
  color: var(--tertiary-color);
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
/* SERVICE SLIDER SYTLE 02 */
.services-style-2 .tt-services-thumbnail.swiper-slide .tt-service-inner .tt-service-img {
  width: 100%;
  border-radius: 200px 200px 0 0;
  overflow: hidden;
}
.services-style-2 .tt-services-thumbnail.swiper-slide .tt-service-inner .tt-service-img img {
  width: 100%;
}
.services-style-2 .tt-services-thumbnail.swiper-slide .tt-service-inner {
  display: block;
}
.services-style-2 .tt-services-thumbnail.swiper-slide .tt-service-inner .title-content-wrap {
  width: 100%;
  justify-content: space-between;
  flex-direction: row;
  padding: 20px 0 0;
  background: transparent;
}
.services-style-2 .tt-services-thumbnail.swiper-slide .tt-service-inner .service-content-inner p {
  display: none;
}
.services-style-2 .tt-services-thumbnail.swiper-slide .tt-service-inner .service-content-inner h4 {
  font-size: 24px;
  margin-bottom: 0;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-align: start;
}
.services-style-2 .tt-services-thumbnail.swiper-slide .tt-service-inner .title-content-wrap button {
  height: 30px;
  width: 30px;
}
.services-style-2 .tt-services-thumbnail.swiper-slide .tt-service-inner .title-content-wrap button svg {
  width: 18px;
}
.services-style-2 .tt-services-thumbnail.swiper-slide:hover .tt-service-inner .service-content-inner h4 {
  color: var(--primary-color);
}
.services-style-2 .tt-services-thumbnail.swiper-slide:hover .tt-service-inner .title-content-wrap button {
  border-color: var(--primary-color);
}
.services-style-2 .tt-services-thumbnail.swiper-slide:hover .tt-service-inner .title-content-wrap button svg {
  color: var(--primary-color);
}
/* SERVICE SLIDER CLASSIC STYLE 02 */
.services-style-2.style-2 .tt-service-img{
  display: none;
}
.services-style-2.style-2 .tt-services-thumbnail.swiper-slide .tt-service-inner .title-content-wrap {
  width: 100%;
  justify-content: space-between;
  flex-direction: row;
  padding: 15px;
  background: transparent;
  border: 1px solid var(--body-bg-light);
  border-radius: 50px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.services-style-2.style-2 .tt-services-thumbnail.swiper-slide .tt-service-inner .title-content-wrap:hover {
  background-color: var(--body-bg-light);
}
.services-style-2.style-2 .tt-services-thumbnail.swiper-slide .tt-service-inner .service-content-inner h4 {
  font-size: 20px;
}
/* SERVICE SLIDER CLASSIC STYLE 03 */
.services-style-2.style-3 .tt-services-thumbnail.swiper-slide:nth-child(2n+1) .tt-service-inner {
  flex-direction: column-reverse;
  display: flex;
}
.services-style-2.style-3 .tt-services-thumbnail.swiper-slide:nth-child(2n+1) .tt-service-inner .title-content-wrap {
  padding: 0 0 20px;
}
.services-style-2.style-3 .tt-services-thumbnail.swiper-slide:nth-child(2n+1) .tt-service-inner .tt-service-img {
  border-radius: 0 0 200px 200px;
  -webkit-border-radius: 0 0 200px 200px;
  -moz-border-radius: 0 0 200px 200px;
  -ms-border-radius: 0 0 200px 200px;
  -o-border-radius: 0 0 200px 200px;
  overflow: hidden;
}
/* VIDEO */
.elementor-custom-embed-image-overlay .elementor-custom-embed-play {
  top: 55%;
}
/* ----------- start video block ----------------- */
.swiper-video .swiper-wrapper {
  transition-timing-function: linear;
}
.tt-video {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.tt-video img {
  transform: scale(1.03);
  width: 100%;
}
.tt-video:hover img {
  transform: scale(1.03) translateX(1%);
  -webkit-transform: scale(1.03) translateX(1%);
  -moz-transform: scale(1.03) translateX(1%);
  -ms-transform: scale(1.03) translateX(1%);
  -o-transform: scale(1.03) translateX(1%);
}
.tt-video .video-info {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tt-video .video-info .video-text {
  text-align: center;
  width: 75%;
}
.tt-video .video-info .video-text .video-section-sab {
  font: 400 16px/20px var(--secondary-font);
  color: var(--white-color);
  padding: 0 0 5px;
  display: inline-block;
}
.tt-video .video-info .video-text .video-title {
  font-size: 64px;
  font-weight: 500;
  font-family: var(--primary-font);
  color: var(--secondary-color);
  margin: 0 0 40px;
}
div.elementor-custom-embed-play svg {
  height: 30px;
  width: 30px;
  color: var(--white-color);
}
.tt-video .youtube-popup {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
 /*! position: absolute;
  */
}
.elementor-widget-video .elementor-custom-embed-play, .youtube-popup .play-button {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  border: 4px solid var(--white-color);
}
.elementor-custom-embed-play:hover, .youtube-popup:hover .play-button {
  animation: 3s linear 0s infinite normal none running hover__tab;
  -webkit-animation: 3s linear 0s infinite normal none running hover__tab;
  -moz-animation: 3s linear 0s infinite normal none running hover__tab;
  -ms-animation: 3s linear 0s infinite normal none running hover__tab;
}
@keyframes hover__tab {
  0% {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
 }
  25% {
      transform: scale(1.2);
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
 }
  50% {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
 }
  75% {
      transform: scale(1.2);
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
 }
  100% {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
 }
}
.tt-video .youtube-popup svg {
  color: var(--white-color);
  font-size: 30px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.tt-video .swiper-js-container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.tt-video .swiper-js-container .swiper-slide {
  color: var(--dark-bg-text);
  font-size: 170px;
  line-height: 175px;
  font-family: var(--primary-font);
}
/* HOME PAGE 03 VIDEO */
.video-03 {
  position: relative;
}
.video-03::after {
  content: '';
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--body-bg-color);
  height: 200px;
  width: 100%;
  z-index: 0;
}
/* HOME PAGE 03 VIDEO */
.video-05 .tt-video .video-info {
  left: 6%;
  right: auto;
}
.video-05 .tt-video .video-info .video-text .video-title {
  font-size: 42px;
}
/* ----------- end video block ----------------- */
/* MARQUEE CSS */
.marquee-container {
  max-width: 100%;
  overflow: hidden;
}
.marquee {
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  background-color: #B69865;
  align-items: center;
}
.marquee-content {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 10s linear infinite;
  -webkit-animation: marquee 10s linear infinite;
}
.marquee-content-rtl {
  display: inline-block;
  white-space: nowrap;
  animation: marquee-rtl 10s linear infinite;
  -webkit-animation: marquee-rtl 10s linear infinite;
}
.nav-ticker {
  box-sizing: border-box;
  font-weight: bold;
  white-space: nowrap;
  display: inline-block;
  padding: 0;
  width: auto !important;
  flex: 0 0 auto;
}
.nav-ticker p {
  font-size: 22px;
  line-height: normal;
  font-family: var(--secondary-font);
  color: var(--secondary-color);
  text-transform: capitalize;
  position: relative;
  margin: 0;
  padding: 12px 50px;
  font-weight: 400;
}
.nav-ticker p::before{
  content: '';
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
/* Duplicate the keyframes for a smooth repeat */
@keyframes marquee {
  0% {
      transform: translateX(0);
     /* Start from the right of the container */
 }
  100% {
      transform: translateX(-100%);
     /* Move to the left outside the container */
 }
}
@keyframes marquee-rtl {
  0% {
      transform: translateX(-100%);
 }
  100% {
      transform: translateX(0%);
 }
}
/* section title */
.section-heading {
  font-size: 40px;
  line-height: 42px;
  font-weight: 400;
  font-family: var(--primary-font);
  color: var(--secondary-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}
/* CMS */
/* home-02 CMS-02 */
.cms-02 .cms-content {
  width: 75%;
}
.cms-02 .cms-content .section-heading {
  margin: 0 0 20px;
}
.cms-02 .cms-content .title_description{
  margin: 0 0 50px;
}
.cms-02 .cms-content .button-title-wrap .title-button.btn-primary{
  background-color: transparent;
  border: 1px solid var(--border-color-1);
  font: 400 14px / 16px var(--secondary-font);
  text-transform: uppercase;
  display: inline-flex;
  padding: 14px 32px;
}
.cms-02 .cms-content .button-title-wrap {
  margin: 0 0 100px;
}
.cms-02 .cms-img1 {
  left: 20px;
}
/* CMS-03 */
.cms-03 .cms-content {
  position: absolute;
  top: 150px;
  left: 0;
  right: auto;
  bottom: auto;
  margin: auto;
  width: 80%;
  height: fit-content;
  z-index: 2;
}
.cms-03 .cms-content .tt-section-title .tt-section-sab {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: var(--primary-color);
  text-transform: uppercase;
  display: inline-block;
}
.cms-03 .cms-content .tt-section-title .section-heading {
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 1px;
  font-weight: 500;
}
/* home-04 CMS-04 */
.cms-04 .cms-content .tt-section-title .sub-title {
  margin: 0 0 15px;
}
.cms-04 .cms-content .tt-section-title .tt-section-sab {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: var(--primary-color);
  text-transform: uppercase;
  display: inline-block;
}
.cms-04 .cms-content .tt-section-title .section-heading {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0;
  font-weight: 500;
  padding: 0 0 20px;
}
.cms-04 .cms-content .title_description{
  margin: 0 0 50px;
}
.cms-04 .cms-content .button-title-wrap .title-button.btn-primary{
  background-color: transparent;
  border: 1px solid var(--border-color-1);
  font: 400 14px / 16px var(--secondary-font);
  text-transform: uppercase;
  display: inline-flex;
  padding: 14px 32px;
}
/* home-05 CMS-05 */
.cms-05 .cms-content .tt-section-title .sub-title {
  margin: 0 0 15px;
}
.cms-05 .cms-content .tt-section-title .tt-section-sab {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: var(--white-color);
  text-transform: uppercase;
  display: inline-block;
}
.cms-05 .cms-content .tt-section-title .section-heading {
  font-size: 70px;
  line-height: 80px;
  letter-spacing: 0;
  font-weight: 500;
  padding: 0;
  color: var(--white-color);
  width: 74%;
}
.cms-05 .cms-content .button-title-wrap {
  position: absolute;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
}
.cms-05 .cms-content .button-title-wrap .title-button.btn-primary {
  background-color: var(--primary-color);
  border: none;
  font: 500 14px / 16px var(--secondary-font);
  text-transform: uppercase;
  display: inline-flex;
  padding: 17px 32px;
}
.cms-05 .cms-content .button-title-wrap .title-button.btn-primary:hover {
  color: #212529;
}
.cms-05 .cms-content .button-title-wrap .title-button.btn-primary::after {
  background-color: var(--secondary-color);
}
.cms-05>.e-con-inner {
  border-bottom: 1px solid var(--border-color-1);
}
/* cms-07 */
.cms-07 .text-carousel{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: max-content;
  z-index: -1;
}
