@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Version: 1.0

-----------------------------------------------------------------------------------
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,700;9..40,800;9..40,900&display=swap" rel="stylesheet');
.tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip, .tp-tab-line, .tp-swiper-dot .swiper-pagination-bullet, .tp-swiper-dot-border .swiper-pagination-bullet, .tp-swiper-scrollbar, .back-to-top-wrapper, a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-hotspot svg, .tp-pagination ul li a svg, .tp-pagination ul li span svg, .tp-swiper-arrow button svg, .tp-theme-toggle-main span svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* transform */
.tp-product-tab-2 .nav-tabs .nav-link:not(:first-child)::after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'DM Sans', sans-serif;
  --tp-ff-heading: 'DM Sans', sans-serif;
  --tp-ff-p: 'DM Sans', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-black: #16171a;
  --tp-common-black-2: #212226;
  --tp-common-black-3: #1d1e22;
  --tp-common-black-4: #1c1d20;
  --tp-common-black-5: #1c1d20;
  --tp-grey-1: #F5F7FA;
  --tp-grey-2: #f2edeb;
  --tp-grey-3: #f5f5f8;
  --tp-text-body: #727272;
  --tp-theme-1: #dd0733;
  --tp-border-1: #f0f0f0;
  --tp-border-2: #dfdcdc;
}



/*---------------------------------
	typography css start 
---------------------------------*/


a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  background-color: #f5f5f8;
  height: 60px;
  width: 100%;
  line-height: 60px;
  font-size: 16px;
  color: var(--tp-common-black);
  padding-left: 25px;
  padding-right: 25px;
  resize: none;
  border: 1px solid transparent;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #727272;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #727272;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 4-18 */
  color: #727272;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #727272;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder { /* MODERN BROWSER */
  color: #727272;
}
[dir=rtl] input[type=text],
[dir=rtl] input[type=email],
[dir=rtl] input[type=tel],
[dir=rtl] input[type=number],
[dir=rtl] input[type=password],
[dir=rtl] input[type=url],
[dir=rtl] textarea {
  text-align: right;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: #12a650;
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--tp-common-black);
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: var(--tp-common-black);
  color: #fff;
  text-shadow: none;
}

::selection {
  background: var(--tp-common-black);
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--tp-common-black);
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: var(--tp-common-black);
  font-size: 14px;
  opacity: 1;
}

.z-index {
  position: relative;
  z-index: 1;
}

.z-index-2 {
  position: relative;
  z-index: 2;
}

.z-index-3 {
  position: relative;
  z-index: 3;
}

.z-index-4 {
  position: relative;
  z-index: 4;
}

.z-index-5 {
  position: relative;
  z-index: 5;
}

.z-index-6 {
  position: relative;
  z-index: 6;
}

.z-index-7 {
  position: relative;
  z-index: 7;
}

.z-index-8 {
  position: relative;
  z-index: 8;
}

.z-index-9 {
  position: relative;
  z-index: 9;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gx-15 {
  --bs-gutter-x: 15px;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.gx-25 {
  --bs-gutter-x: 25px;
}

.gx-30 {
  --bs-gutter-x: 30px;
}

.gx-35 {
  --bs-gutter-x: 35px;
}

.gx-40 {
  --bs-gutter-x: 40px;
}

.gx-45 {
  --bs-gutter-x: 45px;
}

.gx-50 {
  --bs-gutter-x: 50px;
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.demo {
  -webkit-transition: color 0.3s 0s linear;
  -moz-transition: color 0.3s 0s linear;
  -ms-transition: color 0.3s 0s linear;
  -o-transition: color 0.3s 0s linear;
  transition: color 0.3s 0s linear;
  -webkit-transition: color 0.3s linear, transform 0.2s ease;
  -moz-transition: color 0.3s linear, transform 0.2s ease;
  -ms-transition: color 0.3s linear, transform 0.2s ease;
  -o-transition: color 0.3s linear, transform 0.2s ease;
  transition: color 0.3s linear, transform 0.2s ease;
}
[dir=rtl] .demo {
  margin-left: 0;
  margin-right: 15px;
}
div.demo img {
  margin-left: 10px;
}

[tp-theme=tp-theme-dark] .demo {
  color: yellow;
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body-overlay {
  background-color: var(--tp-common-black);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.body-overlay:hover {
  cursor: url("../img/icon/cross-out.html"), pointer;
}

.body-overlay.opened {
  opacity: 0.7;
  visibility: visible;
}

/* dropcap */
.tp-dropcap::first-letter {
  font-size: 90px;
  font-weight: 500;
  float: left;
  text-align: center;
  color: var(--tp-common-black);
  margin-right: 5px;
  line-height: inherit;
  text-transform: capitalize;
}

.class {
  stroke-dasharray: 189px, 191px;
  stroke-dashoffset: 0px;
}

/* gutter for x axis */
.tp-gx-20 {
  --bs-gutter-x: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-20 {
    --bs-gutter-x: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-20 {
    --bs-gutter-x: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-20 {
    --bs-gutter-x: 15px;
  }
}
@media (max-width: 767px) {
  .tp-gx-20 {
    --bs-gutter-x: 10px;
  }
}
.tp-gx-20 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tp-gx-30 {
  --bs-gutter-x: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-30 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-30 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-30 {
    --bs-gutter-x: 15px;
  }
}
@media (max-width: 767px) {
  .tp-gx-30 {
    --bs-gutter-x: 10px;
  }
}
.tp-gx-30 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tp-gx-40 {
  --bs-gutter-x: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-40 {
    --bs-gutter-x: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-40 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-40 {
    --bs-gutter-x: 30px;
  }
}
@media (max-width: 767px) {
  .tp-gx-40 {
    --bs-gutter-x: 15px;
  }
}
.tp-gx-40 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 1400px) {
  .container-large {
    max-width: 1325px;
  }
}
/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
}
.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #12a650;
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

/*----------------------------------------*/
/*  7.15 service css start
/*----------------------------------------*/
.tp-service-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .tp-service-section-box {
    margin-bottom: 40px;
  }
}
.tp-service-item:hover .tp-service-icon span {
  color: #fff;
}
.tp-service-item:hover .tp-service-icon-shape {
  opacity: 1;
  visibility: visible;
}
.tp-service-item:hover .tp-service-arrow {
  margin-left: 0;
}
.tp-service-item:hover .tp-service-shape-1 {
  opacity: 1;
  visibility: visible;
}
.tp-service-item:hover > .tp-service-thumb img {
  transform: scale(1.2);
}
.tp-service-item:hover > .tp-service-thumb::before {
  opacity: 1;
  visibility: visible;
}
.tp-service-item:hover > .tp-service-thumb::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.tp-service-content-box {
  background-color: #fff;
  padding: 20px;
  padding-bottom: 20px;
  min-height: 120px;
  height: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-content-box {
    padding: 20px;
    margin-top: -95px;
  }
}
@media (max-width: 767px) {
  .tp-service-content-box {
    padding: 40px 20px;
    padding-bottom: 35px;
  }
}
.tp-service-thumb {
  position: relative;
  overflow: hidden;
}
.tp-service-thumb::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  height: 4px;
  position: absolute;
  background-color: #12a650;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 2;
}
.tp-service-thumb::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(22, 22, 22, 0.4);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.tp-service-thumb img {
  width: 100%;
  transition: 0.7s;
}
.tp-service-icon {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.tp-service-icon span {
  font-size: 40px;
  color: #12a650;
  display: inline-block;
  height: 100px;
  line-height: 110px;
  text-align: center;
  width: 100px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 2px 3.464px 20px 0px rgba(18, 14, 14, 0.06);
  transition: 0.5s;
}
.tp-service-icon span i {
  position: relative;
  z-index: 2;
}
.tp-service-icon-shape {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.tp-service-icon-shape img {
  max-width: inherit;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-text p {
    font-size: 14px;
  }
}
.tp-service-title {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 14px;
  transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-title {
    font-size: 22px;
  }
}
.tp-service-title:hover {
  color: #12a650;
}
.tp-service-arrow {
  margin-left: -110px;
  transition: 0.5s;
}
.tp-service-arrow a {
  color: #12a650;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}
.tp-service-arrow a i {
  font-weight: 700;
  display: inline-block;
  margin-left: 11px;
  transform: translateY(3px);
  font-size: 16px;
}
.tp-service-shape-1 {
  position: absolute;
  right: 40px;
  bottom: 0;
  opacity: 0;
  visibility: visible;
  transition: 0.5s;
}
.tp-service-shape-2 {
  position: absolute;
  right: 0;
  top: 110px;
  animation: jumpTwo 3s infinite linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service-shape-2 {
    top: 25px;
  }
}
.tp-service-slider-arrow {
  transform: translateY(-10px);
}
.tp-service-slider-arrow button {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  font-size: 24px;
  transition: 0.3s;
  line-height: 60px;
  color: #12a650;
  background-color: #fff;
  box-shadow: 2px 3.464px 40px 0px rgba(30, 22, 22, 0.06);
}
@media (max-width: 767px) {
  .tp-service-slider-arrow button {
    font-size: 20px;
    height: 48px;
    line-height: 48px;
    width: 48px;
  }
}
.tp-service-slider-arrow button.test-next {
  margin-right: 15px;
}
.tp-service-slider-arrow button:hover {
  color: #fff;
  background-color: #12a650;
}
.tp-service-slider-arrow button.active {
  color: #fff;
  background-color: #12a650;
}

.tp-service-2-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
.tp-service-2-item {
  background-color: #fff;
  padding: 40px 20px;
  padding-bottom: 30px;
  transition: 0.5s;
}
.tp-service-2-item.active {
  background-color: #12a650;
}
.tp-service-2-item.active .tp-service-2-icon span {
  color: #fff;
}
.tp-service-2-item.active .tp-service-2-title {
  color: #fff;
}
.tp-service-2-item.active .tp-service-2-text p {
  color: #fff;
}
.tp-service-2-item.active .tp-service-2-link a {
  background-color: #fff;
}
.tp-service-2-icon span {
  font-size: 60px;
  color: #12a650;
  display: block;
  margin-bottom: 30px;
  transition: 0.5s;
}
.tp-service-2-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
  transition: 0.3s;
}
.tp-service-2-text p {
  padding: 0 10px;
  margin-bottom: 25px;
  transition: 0.5s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-2-text p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-2-text p {
    padding: 0 70px;
  }
}
.tp-service-2-link a {
  font-size: 20px;
  height: 60px;
  line-height: 68px;
  text-align: center;
  width: 60px;
  color: #12a650;
  display: inline-block;
  border-radius: 50%;
  transition: 0.5s;
  background-color: rgba(221, 7, 7, 0.1215686275);
}
.tp-service-2-bottom-text p {
  color: #97989a;
  font-weight: 500;
  font-size: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-2-bottom-text p {
    font-size: 15px;
  }
}
.tp-service-2-bottom-text p a {
  color: #fff;
  text-decoration: underline;
}

.tp-service-3-item {
  padding: 60px;
  padding-top: 65px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-3-item {
    padding: 60px 30px;
    padding-top: 65px;
  }
}
.tp-service-3-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(22, 23, 26, 0.902);
  transition: 0.5s;
}
.tp-service-3-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  transition: 0.5s;
}
.tp-service-3-item.active::before {
  opacity: 1;
  visibility: visible;
}
.tp-service-3-item.active::after {
  opacity: 0;
  visibility: hidden;
}
.tp-service-3-item.active .tp-service-3-icon span {
  color: #fff;
  animation: icon-bounce 0.8s 1;
}
.tp-service-3-item.active .tp-service-3-title {
  color: #fff;
}
.tp-service-3-item.active .tp-service-3-title:hover {
  color: #12a650;
}
.tp-service-3-item.active .tp-service-3-text p {
  color: #fff;
}
.tp-service-3-item.active .tp-service-3-shape-3 {
  right: 0;
}
.tp-service-3-item.active .tp-service-3-link {
  background-color: #fff;
  border-color: #fff;
  position: relative;
  transition: 0.3s;
}
.tp-service-3-item.active .tp-service-3-link::after {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0%;
  height: 100%;
  content: "";
  background: #12a650;
  transition: all 300ms ease-in-out;
}
.tp-service-3-item.active .tp-service-3-link:hover {
  border-color: #12a650;
}
.tp-service-3-item.active .tp-service-3-link:hover::after {
  left: 0%;
  right: auto;
  width: 100%;
}
.tp-service-3-item.active .tp-service-3-link:hover span {
  color: #fff;
}
.tp-service-3-item.active .tp-service-3-link:hover i {
  color: #fff;
}
.tp-service-3-item.active .tp-service-3-link span {
  color: #12a650;
  position: relative;
  z-index: 5;
}
.tp-service-3-item.active .tp-service-3-link i {
  color: #12a650;
  position: relative;
  z-index: 5;
}
.tp-service-3-icon span {
  font-size: 70px;
  color: #12a650;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
}
.tp-service-3-title {
  font-weight: 700;
  font-size: 24px;
  transition: 0.3s;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-3-title {
    font-size: 22px;
  }
}
.tp-service-3-text p {
  transition: 0.5s;
}
.tp-service-3-link {
  padding: 11px 30px;
  border: 1px solid #d8d2d0;
  transition: 0.3s;
}
.tp-service-3-link span {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  transition: 0.3s;
}
.tp-service-3-link i {
  font-size: 16px;
  transition: 0.5s;
  color: var(--tp-common-black);
}
.tp-service-3-shape-1 {
  position: absolute;
  top: 105px;
  left: 0;
  animation: tptranslateY2 4s infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-3-shape-1 {
    top: 60px;
  }
}
.tp-service-3-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
}
.tp-service-3-shape-3 {
  position: absolute;
  bottom: 0;
  right: -10%;
  transition: all 0.5s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-3-shape-3 {
    bottom: -3%;
    right: -6%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-3-section-title .tp-section-title br {
    display: block;
  }
}

.tp-service-4-right-box .tp-header-right-tel-icon i {
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-4-right-box .tp-header-right-btn {
    margin-left: 0;
  }
}
.tp-service-4-item-bg {
  position: relative;
  overflow: hidden;
}
.tp-service-4-item-bg img {
  width: 100%;
  transition: 1s all ease;
}
.tp-service-4-item-bg::before {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgb(22, 23, 26);
  opacity: 0.5;
  z-index: 1;
}
.tp-service-4-text p {
  color: var(--tp-common-black);
  transition: 0.5s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-4-text p {
    font-size: 14px;
  }
}
.tp-service-4-content-wrap {
  height: 100%;
  padding: 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-4-content-wrap {
    padding: 40px 25px;
  }
}
.tp-service-4-title-1 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;
  transition: 0.5s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-4-title-1 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-4-title-1 {
    font-size: 23px;
  }
}
.tp-service-4-title-1.title-transparent {
  display: none;
  transition: 0.5s;
}
.tp-service-4-title-2 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;
  transition: 0.6s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-4-title-2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-4-title-2 {
    font-size: 23px;
  }
}
.tp-service-4-title-3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;
  transition: 0.6s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-4-title-3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-4-title-3 {
    font-size: 23px;
  }
}
.tp-service-4-title-3.title-transparent {
  display: none;
  transition: 0.6s;
}
.tp-service-4-icon a {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 68px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  background-color: #12a650;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-4-icon a {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-4-icon a {
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 68px;
  }
}
.tp-service-4-shape-1 {
  position: absolute;
  right: 0;
  top: 115px;
  animation: tptranslateY2 4s infinite alternate;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-service-4-shape-1 {
    top: 60px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service-4-shape-1 {
    right: -1%;
    top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-4-section-box {
    margin-bottom: 30px;
  }
}
.tp-service-4-item {
  background-color: #fff;
  height: 350px;
  transition: 0.5s;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-4-item {
    height: 300px;
  }
}
.tp-service-4-item:hover {
  background-color: transparent;
}
.tp-service-4-item:hover .tp-service-4-text p {
  display: none;
}
.tp-service-4-item:hover .tp-service-4-item-bg img {
  transform: scale(1.2);
}
.tp-service-4-item:hover .tp-service-4-title-1 {
  color: #fff;
  transition: 0.5s;
}
.tp-service-4-item:hover .tp-service-4-title-1.title-transparent {
  display: block;
}
.tp-service-4-item:hover .tp-service-4-title-2 {
  display: none;
}
.tp-service-4-item:hover .tp-service-4-title-3 {
  display: block;
  color: #fff;
}
.tp-service-4-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.tp-service-4-item-bg img {
  height: 100%;
}
.tp-service-4-active .swiper-slide.swiper-slide-active .tp-service-4-item {
  background-color: transparent;
}
.tp-service-4-active .swiper-slide.swiper-slide-active .tp-service-4-text p {
  display: none;
}
.tp-service-4-active .swiper-slide.swiper-slide-active .tp-service-4-item-bg img {
  transform: scale(1.2);
}
.tp-service-4-active .swiper-slide.swiper-slide-active .tp-service-4-title-1 {
  color: #fff;
}
.tp-service-4-active .swiper-slide.swiper-slide-active .tp-service-4-title-1.title-transparent {
  display: block;
}
.tp-service-4-active .swiper-slide.swiper-slide-active .tp-service-4-title-2 {
  display: none;
}
.tp-service-4-active .swiper-slide.swiper-slide-active .tp-service-4-title-3 {
  display: block;
  color: #fff;
}

.tp-scrollbar {
  height: 2px;
  width: 50%;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  background: #cccccc;
  margin-top: 65px;
}
@media (max-width: 767px) {
  .tp-scrollbar {
    display: none;
  }
}

.tp-service-4-wrapper .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #fff;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  left: 0;
  top: 0;
}

.tp-service-details-category ul li {
  list-style: none;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #f4f4f4;
}
.tp-service-details-category ul li:not(:last-child) {
  margin-bottom: 10px;
}
.tp-service-details-category ul li a {
  position: relative;
  display: block;
  font-weight: 500;
  color: var(--tp-common-black);
}
.tp-service-details-category ul li a i {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.tp-service-details-category ul li:hover {
  border: 1px solid #fbfbfb;
  box-shadow: 0px 6px 20px 0px rgba(35, 35, 49, 0.08);
}
.tp-service-details-category ul li:hover a {
  color: #12a650;
}
.tp-service-details-category ul li.active {
  border: 1px solid #fbfbfb;
  box-shadow: 0px 6px 20px 0px rgba(35, 35, 49, 0.08);
}
.tp-service-details-category ul li.active a {
  color: #12a650;
}
.tp-service-details-title {
  font-size: 26px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-details-title {
    font-size: 22px;
  }
}
.tp-service-details-title-sm {
  font-size: 24px;
}
.tp-service-details-thumb-box {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #f5f5f8;
}
.tp-service-details-thumb img {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-details-thumb img {
    width: 90%;
  }
}
.tp-service-details-contact-box {
  padding: 25px;
  background-color: #f5f5f8;
}
.tp-service-details-contact-icon span {
  font-size: 24px;
  height: 60px;
  width: 60px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
  background-color: #fff;
  color: #12a650;
}
.tp-service-details-contact-text > span {
  display: block;
}
.tp-service-details-contact-text a {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-details-contact-text a {
    font-size: 14px;
  }
}
.tp-service-details-contact-text a span {
  color: #727272;
  font-weight: 400;
}
.tp-service-details-list-box ul {
  display: inline-block;
}
@media (max-width: 767px) {
  .tp-service-details-list-box ul {
    flex-wrap: wrap;
  }
}
.tp-service-details-list-box ul li {
  width: 50%;
  float: left;
  list-style: none;
  position: relative;
  line-height: 30px;
  padding-left: 75px;
  font-weight: 500;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-details-list-box ul li {
    line-height: 20px;
    padding-left: 65px;
    font-size: 14px;
  }
  .tp-service-details-list-box ul li br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-details-list-box ul li {
    font-size: 14px;
  }
  .tp-service-details-list-box ul li br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-service-details-list-box ul li {
    width: 100%;
    font-size: 14px;
  }
  .tp-service-details-list-box ul li br {
    display: none;
  }
}
.tp-service-details-list-box ul li:not(:last-child) {
  margin-bottom: 20px;
}
.tp-service-details-list-box ul li span {
  line-height: 30px;
}
.tp-service-details-list-box ul li span i {
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
  color: #12a650;
  font-size: 22px;
  background-color: #f5f5f8;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-details-icon {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-details-icon {
    margin-bottom: 0px;
  }
}
.tp-service-details-icon-box {
  padding: 40px;
  padding-right: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-details-icon-box {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .tp-service-details-icon-box {
    flex-wrap: wrap;
    padding: 30px 20px;
    width: 100%;
  }
}
.tp-service-details-icon span {
  font-size: 40px;
  height: 80px;
  width: 80px;
  line-height: 89px;
  border-radius: 50%;
  text-align: center;
  margin-right: 30px;
  display: inline-block;
  color: #12a650;
  background-color: #fff;
}
.tp-service-details-icon span.active {
  color: #fff;
  background-color: #12a650;
}
.tp-service-details-icon-text h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.tp-service-details-icon-text p {
  color: #9898a0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tp-service-details-icon-text p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-service-details-icon-wrap {
    flex-wrap: wrap;
  }
}
.tp-service-details-right-wrap {
  padding-left: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-details-right-wrap {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-details-text p {
    font-size: 14px;
  }
  .tp-service-details-text p br {
    display: none;
  }
}

.tp-black-mode .tp-service-3-item::after {
  background-color: #26272a;
}
.tp-black-mode .tp-service-3-title {
  color: #fff;
}
.tp-black-mode .tp-service-3-link {
  border-color: #68696c;
}
.tp-black-mode .tp-service-3-link span {
  color: #fff;
}
.tp-black-mode .tp-service-3-link i {
  color: #fff;
}


/* test */

.job-listing {

}
.job-listing {
    display: block;
    border-radius: 4px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.12);
    margin-bottom: 25px;
    background-color: #fff;
    transition: 0.3s;
    position: relative;
}

.job-listing-details {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px;
    padding-right: 40px;
}
.job-listing-details {
    padding: 15px;
    padding-bottom: 20px;
}

.job-listing .job-listing-company-logo {
    max-width: 56px;
    margin-right: 24px;
    top: 1px;
    flex: 0 0 56px;
}

.job-listing .job-listing-company-logo {
    flex: 1;
    max-width: 55px;
    margin-right: 15px;
    position: relative;
    top: 3px;
}

.job-listing .job-listing-company-logo img {
    border-radius: 4px;
    transform: translate3d(0, 0, 0);
}

.job-listing .job-listing-description {
    flex: 1;
    padding-top: 3px;
}

.job-listing h4.job-listing-company {
    font-size: 16px;
    color: #808080;
    margin-bottom: 0px;
}
.job-listing h3.job-listing-title {
    font-size: 18px;
    line-height: 28px;
}
.job-listing h3.job-listing-title {
    margin-bottom: 0;
}
.job-listing h3.job-listing-title {
    font-size: 16px;
    color: #333;
    line-height: 20px;
}
.single-page-section h3 {
    margin-bottom: 0px;
    font-size: 20px;
}

@media only screen and (max-width: 860px) {
.rs-banner.main-home .content-wrap .it-title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: center;
}
}
/*# sourceMappingURL=main.css.map */
