

:root {
    --ontech-base: #ffb237;
    --ontech-base-rgb: 255, 178, 55;
    --ontech-black: #080501;
    --ontech-black-rgb: 8, 5, 1;
}

:root {
    --ontech-white: #fff;
    --ontech-white-rgb: 255, 255, 255;
    --ontech-black2: #0b0801;
    --ontech-black2-rgb: 11, 8, 1;
}

/***
=====================================================
    Thm Btn
=====================================================
***/
.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    outline: none !important;
    background-color: var(--ontech-base);
    color: var(--ontech-black);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 65px;
    font-family: var(--ontech-font);
    transition: all 0.3s linear;
    z-index: 1;
    padding: 0px 40px 0px;
    overflow: hidden;
    border-radius: 3px;
  }
  
  .thm-btn:before {
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
    background: #ffffff;
  }
  
  .thm-btn:hover:before {
    top: -40%;
  }
  
  .thm-btn:hover {
    color: var(--ontech-black);
}


/*--- Preset (12-2-2024 Mosharof) ---*/
:root {
  --ontech-white: #fff;
  --ontech-white-rgb: 255, 255, 255;
  --ontech-black2: #0b0801;
  --ontech-black2-rgb: 11, 8, 1;
}

.sec-title--two {
  position: relative;
  margin-top: -10px;
  padding-bottom: 49px;
}
@media (max-width: 767px) {
  .sec-title--two {
    padding-bottom: 40px;
  }
}
.sec-title--two .sec-title__tagline {
  margin-bottom: 8px;
}
.sec-title--two .sec-title__tagline::before {
  top: auto;
  bottom: 0;
  left: 0;
}
.sec-title--two .sec-title__tagline::after {
  position: absolute;
  left: -1px;
  bottom: 0;
  content: "";
  width: 1px;
  height: 19px;
  background-color: #fbebd3;
}
.sec-title--two .sec-title__title {
  line-height: 62px;
}
@media (max-width: 767px) {
  .sec-title--two .sec-title__title {
    line-height: 45px;
  }
}

.thm-btn--two {
  position: relative;
  line-height: 63px;
  padding: 0 28px;
}
.thm-btn--two__icon {
  font-size: 22px;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-left: 3px;
  transition: all 150ms ease;
}
.thm-btn--two::before {
  background-color: var(--ontech-black);
}
.thm-btn--two:hover {
  color: var(--ontech-white);
}
.thm-btn--two:hover .thm-btn--two__icon {
  transform: rotate(45deg);
}


/*--------------------------------------------------------------
# Hero Slider
--------------------------------------------------------------*/
.main-slider-four {
    position: relative;
    overflow: hidden;
  }
  .main-slider-four__item {
    position: relative;
    padding: 190px 0 300px;
    background-color: #faf8ec;
  }
  @media (max-width: 1199px) {
    .main-slider-four__item {
      padding: 150px 0 120px;
    }
  }
  @media (max-width: 767px) {
    .main-slider-four__item {
      padding: 130px 0 80px;
    }
  }
  .main-slider-four__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main-slider-four__content {
    position: relative;
    z-index: 2;
    display: inline-block;
    overflow: hidden;
  }
  .main-slider-four__logo {
    width: 76px;
    height: 76px;
    background-color: var(--ontech-white);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    transition: transform 1000ms ease, opacity 1000ms ease;
    transform: translateY(-200px);
    margin-bottom: 10px;
  }
  .main-slider-four__logo img {
    height: 44px;
    width: 44px !important;
    margin: auto;
  }
  .main-slider-four__title-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 10px;
  }
  .main-slider-four__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 66px;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0 0 22px;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateY(200px);
  }
  @media (max-width: 1199px) {
    .main-slider-four__title {
      font-size: 60px;
      line-height: 70px;
    }
  }
  @media (max-width: 991px) {
    .main-slider-four__title {
      font-size: 50px;
      line-height: 60px;
    }
  }
  @media (max-width: 767px) {
    .main-slider-four__title {
      font-size: 36px;
      line-height: 46px;
    }
  }
  .main-slider-four__text-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .main-slider-four__text {
    color: #726b63;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 51px;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateY(200px);
  }
  @media (max-width: 1199px) {
    .main-slider-four__text {
      margin-bottom: 40px;
    }
  }
  @media (max-width: 991px) {
    .main-slider-four__text {
      max-width: 435px;
    }
    .main-slider-four__text br {
      display: none;
    }
  }
  @media (max-width: 767px) {
    .main-slider-four__text {
      font-size: 16px;
      line-height: 28px;
    }
  }
  .main-slider-four__btn {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    gap: 10px;
    height: 65px;
    z-index: 5;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform-origin: bottom;
    transition: all 1500ms ease;
    margin-bottom: 47px;
  }
  .main-slider-four__btn .thm-btn--two:nth-child(2) {
    background-color: var(--ontech-white);
  }
  @media (max-width: 450px) {
    .main-slider-four__btn .thm-btn--two {
      font-size: 15px;
      padding: 0 15px;
    }
  }
  .main-slider-four__review {
    position: relative;
    display: inline-flex;
    border-bottom: 2px solid var(--ontech-white);
    align-items: center;
    font-size: 24px;
    color: var(--ontech-black);
    line-height: 1;
    font-weight: 500;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateY(200px);
  }
  @media (max-width: 400px) {
    .main-slider-four__review {
      font-size: 20px;
    }
  }
  .main-slider-four__review__ratings {
    position: relative;
    font-size: 16px;
    color: var(--ontech-base);
    letter-spacing: 1px;
    margin: 0 10px;
  }
  .main-slider-four__review__count {
    color: #6a645c;
    font-size: 18px;
  }
  .main-slider-four__shape-one {
    position: absolute;
    z-index: 2;
    left: 5%;
    top: 40%;
    width: 91px;
    height: 94px;
  }
  @media (max-width: 1300px) {
    .main-slider-four__shape-one {
      display: none;
    }
  }
  .main-slider-four__shape-one img {
    animation-name: zoomInOut;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
  .main-slider-four__shape-two {
    position: absolute;
    left: 49%;
    top: 18%;
    width: 63px;
    height: 63px;
  }
  @media (max-width: 1300px) {
    .main-slider-four__shape-two {
      display: none;
    }
  }
  .main-slider-four__shape-two img {
    animation-name: zoomInOut;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
  .main-slider-four__shape-three {
    position: absolute;
    left: -1%;
    bottom: 12px;
    width: 313px;
    height: 545px;
  }
  @media (max-width: 1300px) {
    .main-slider-four__shape-three {
      display: none;
    }
  }
  .main-slider-four__shape-three img {
    animation: br-scale 3s ease infinite;
  }
  .main-slider-four__shape-four {
    position: absolute;
    left: 14%;
    bottom: 102px;
    width: 20px;
    height: 20px;
    border: 2px solid #272522;
    background-color: #f6f1e8;
    border-radius: 50%;
    animation-name: zoomInOut;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
  @media (max-width: 1300px) {
    .main-slider-four__shape-four {
      display: none;
    }
  }
  .main-slider-four__image {
    position: absolute;
    right: 0;
    bottom: -35px;
    width: 39.6%;
    max-height: 861px;
    height: 100%;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 0;
    transition: transform 1000ms ease, opacity 1000ms ease;
    transform: translatex(50%) scalex(2);
    filter: blur(10px);
  }
  @media (max-width: 1199px) {
    .main-slider-four__image {
      display: none;
    }
  }
  .main-slider-four__image__shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
  }
  .main-slider-four__image__shape-two {
    position: absolute;
    right: -180px;
    bottom: -66px;
    width: 351px;
    height: 351px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    mix-blend-mode: overlay;
    animation: shpe-circle 3.2s linear infinite alternate;
  }
  @keyframes shpe-circle {
    0% {
      transform: translate(-40px, -40px);
    }
    100% {
      transform: translate(40px, 40px);
    }
  }
  .main-slider-four__image__shape-three {
    width: 98px;
    height: 93px;
    background-color: var(--ontech-base);
    border-radius: 10px;
    position: absolute;
    left: 13px;
    top: 68px;
    animation: br-scale 3s ease infinite;
  }
  @media (max-width: 1300px) {
    .main-slider-four__image__shape-three {
      display: none;
    }
  }
  .main-slider-four__image__shape-four {
    width: 132px;
    height: 132px;
    background-color: var(--ontech-base);
    border-radius: 50%;
    position: absolute;
    left: 47px;
    bottom: 169px;
    animation: br-scale 3s ease infinite;
  }
  @media (max-width: 1300px) {
    .main-slider-four__image__shape-four {
      display: none;
    }
  }
  .main-slider-four__image__shape-five {
    width: 136px;
    height: 136px;
    background-color: #f6f1e8;
    border: 2px solid var(--ontech-black);
    border-radius: 50%;
    position: absolute;
    left: 32px;
    bottom: 157px;
    animation: br-scale 2s ease infinite;
  }
  @media (max-width: 1300px) {
    .main-slider-four__image__shape-five {
      display: none;
    }
  }
  .main-slider-four__client {
    position: absolute;
    right: 33%;
    bottom: 109px;
    width: 100%;
    max-width: 320px;
    text-align: center;
    z-index: 2;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateY(200px);
  }
  @media (max-width: 1440px) {
    .main-slider-four__client {
      right: 30%;
    }
  }
  @media (max-width: 1199px) {
    .main-slider-four__client {
      right: 30px;
      bottom: 40%;
    }
  }
  @media (max-width: 767px) {
    .main-slider-four__client {
      display: none;
    }
  }
  .main-slider-four__client__rm {
    width: 114px;
    height: 114px;
    background-color: #f6f1e8;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--ontech-black);
    color: var(--ontech-black);
    font-size: 40px;
    transition: all 300ms ease;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 auto -20px;
  }
  .main-slider-four__client__rm::after {
    position: absolute;
    content: "";
    background-color: var(--ontech-black);
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 25px;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    transition: all 500ms ease;
  }
  .main-slider-four__client__rm:hover {
    color: var(--ontech-base);
  }
  .main-slider-four__client__rm:hover::after {
    height: 100%;
  }
  .main-slider-four__client__content {
    position: relative;
    background-color: var(--ontech-white);
    border-radius: 5px;
    padding: 29px 20px 22px;
    box-shadow: 0px 0px 92px 0px rgba(180, 177, 173, 0.44);
  }
  .main-slider-four__client__text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    gap: 8px;
    font-weight: 500;
    color: var(--ontech-black);
    margin: 0 0 6px;
  }
  .main-slider-four__client__text span {
    font-size: 29px;
    font-weight: 600;
    display: inline-block;
  }
  .main-slider-four__client__image {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-slider-four__client__image img {
    width: 58px !important;
    height: 58px;
    border-radius: 50%;
    border: 3px solid var(--ontech-white);
    margin: 0 -8px;
  }
  .main-slider-four__client__image__number {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 3px solid var(--ontech-white);
    background-color: var(--ontech-black);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--ontech-white);
    font-weight: 500;
  }
  .main-slider-four .active .main-slider-four__logo {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0ms;
  }
  .main-slider-four .active .main-slider-four__title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0ms;
  }
  .main-slider-four .active .main-slider-four__text {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0ms;
  }
  .main-slider-four .active .main-slider-four__btn {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 0ms;
  }
  .main-slider-four .active .main-slider-four__review {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0ms;
  }
  .main-slider-four .active .main-slider-four__client {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0ms;
  }
  .main-slider-four .active .main-slider-four__image {
    opacity: 1;
    transform: translatex(0) scalex(1);
    filter: blur(0);
    transition-delay: 0ms;
  }

  /* new-css-added */

.sv-details-category-list ul li:hover {
  /* transform: scaleX(1.1); */
  transform: scaleX() rotateX(0deg);
  /* transition: all 0.6s linear; */
  background-color: var(--tp-common-blue-3);
  color: #fff;
}

.sv-details-category-list ul li.active {
  /* transform: scaleX(1.1); */
  transform: scaleX() rotateX(0deg);
  /* transition: all 0.6s linear; */
  opacity: 1;
  background-color: var(--tp-common-blue-3);
  color: #fff;
}
.sv-details-category {
  background: #F7F9FC;
  border-radius: 20px;
  padding: 28px;
  border: 1px solid #5138ee;
}
.sv-details-category-list ul li.active a {
  /* color: var(--tp-common-blue-3); */
  background-color: var(--tp-common-blue-3);
  color: #fff;
}
.sv-details-category-list ul li a {
  font-weight: 400;
  font-size: 17px;
  color: #202124;
  display: block;
  display: flex;
  justify-content: space-between;
  transition: 0.3s;
  padding: 12px 11px;
  margin: 10px 0px;
}
.sv-details-category-list ul li.active a span::before {
  background-color: #fff;
  color: #fff;
}
.sv-details-category-list ul li a:hover i {
  color: #fff;
}
.sv-details-category-list ul li.active a i {
  color: #fff;
}
.sv-details-category-list ul li a:hover {
  color: #fff;
}
.sv-details-category-list ul li a:hover span::before {
  background-color: #fff;
}
.tp-header-2__logo .white-logo img {
  max-width: 335px;
}
.tp-payment__item.item_1 {
  background: linear-gradient(284.05deg, #67cbe9 8.66%, rgba(244, 233, 252, 0.54) 92.88%);
}
.tp-payment__item.item_2 {
  background: linear-gradient(284.05deg, #6bd151 8.66%, rgba(244, 233, 252, 0.54) 92.88%);
}
.tp-payment__item.item_3 {
  background: linear-gradient(284.05deg, #f99fbf 8.66%, rgba(244, 233, 252, 0.54) 92.88%);
}
.tp-payment__item.item_4 {
  background: linear-gradient(284.05deg, #ad87f5 8.66%, rgba(244, 233, 252, 0.54) 92.88%);
}
.tp-payment__item.item_5 {
  background: linear-gradient(284.05deg, #e6e12d 8.66%, rgba(244, 233, 252, 0.54) 92.88%);
}
.tp-payment__item.item_6 {
  background: linear-gradient(284.05deg, #80e1cf 8.66%, rgba(244, 233, 252, 0.54) 92.88%);
}
.tp-payment__item.item_7 {
  background: linear-gradient(284.05deg, #f8b756 8.66%, rgba(244, 233, 252, 0.54) 92.88%);
}
.tp-payment__item.item_8 {
  background: linear-gradient(284.05deg, #3145dc 8.66%, rgba(244, 233, 252, 0.54) 92.88%);
}
.one-style {
  margin-right: 6px;
}
/* .main-slider-se__title {
  position: relative;
  display: inline-flex;
  border-bottom: 2px solid var(--ontech-white);
  align-items: center;
  font-size: 24px;
  color: var(--ontech-black);
  line-height: 1;
  font-weight: 500;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateY(200px);
} */

.heading-two {
  margin-left: 70px;
  margin-bottom: 40px;
  font-size: 25px;
}

@media (max-width: 767px) {
  .heading-two {
    margin-left: 0px;
    margin-bottom: 40px;
  }
}


/***
=====================================================
Contact Page
=====================================================
***/
.contact-page {
  position: relative;
  display: block;
  padding: 102px 0px 0px;
  z-index: 1;
}

.contact-page__top {
  position: relative;
  display: block;
}

.contact-page__top .title {
  position: relative;
  display: block;
  margin-bottom: 66px;
}

.contact-page__top .title h2 {
  color: var(--ontech-black);
  font-size: 43px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 21px;
}

.contact-page__top .title p {
  font-size: 18px;
  line-height: 30px;
}

.contact-page__top ul {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--ontech-base);
  padding: 63px 60px 60px;
  border-radius: 10px;
}

.contact-page__top-single {
  position: relative;
  display: block;
  padding-left: 105px;
  margin-left: 70px;
}

.contact-page__top-single:first-child {
  margin-left: 0px;
}

.contact-page__top-single .icon {
  position: absolute;
  top: 7px;
  left: 0;
  height: 85px;
  width: 85px;
  background-color: var(--ontech-black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  border: 4px solid #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.contact-page__top-single .icon.icon-top {
  top: 30px;
}

@media only screen and (max-width: 1199px){
  .contact-page__top-single .icon.icon-top {
    top: 7px;
  }
}

.contact-page__top-single .content {
  position: relative;
  display: block;
}

.contact-page__top-single .content h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 14px;
}

.contact-page__top-single .content p {
  color: var(--ontech-black);
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

.contact-page__top-single .content p a {
  color: var(--ontech-black);
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
}

.contact-page__top-single .content p a:hover {
  color: var(--ontech-black);
}

.contact-page__bottom {
  position: relative;
  display: block;
  padding: 110px 0px 70px;
  z-index: 1;
}

.contact-page__bottom-pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.contact-page__bottom-inner {
  position: relative;
  display: block;
  max-width: 870px;
  width: 100%;
  margin: 0 auto 0px;
}

.contact-page__form {
  position: relative;
  display: block;
}

.contact-page .contact-page__bottom form input[type=text],
.contact-page .contact-page__bottom form input[type=email] {
  color: rgba(var(--ontech-black-rgb), 0.7);
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  height: 60px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  padding: 0 20px;
  margin-bottom: 30px;
  border-radius: 5px;
  outline: none;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.contact-page .contact-page__bottom form textarea {
  color: rgba(var(--ontech-black-rgb), 0.7);
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  height: 185px;
  border: 1px solid #e4e4e4;
  background: #ffffff;
  padding: 20px 20px 30px;
  margin-bottom: 20px;
  outline: none;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  border-radius: 5px;
}

.contact-page .contact-page__bottom form input[type=text]:focus {
  color: var(--ontech-black);
  border-color: #262222;
  background: #ffffff;
}

.contact-page .contact-page__bottom form input[type=email]:focus {
  color: var(--ontech-black);
  border-color: #262222;
  background: #ffffff;
}

.contact-page .contact-page__bottom form textarea:focus {
  color: var(--ontech-black);
  border-color: #262222;
  background: #ffffff;
}

.contact-page .contact-page__bottom form input[type=text]::-webkit-input-placeholder {
  color: rgba(var(--ontech-black-rgb), 0.7);
}

.contact-page .contact-page__bottom form input[type=text]:-moz-placeholder {
  color: rgba(var(--ontech-black-rgb), 0.7);
}

.contact-page .contact-page__bottom form input[type=text]::-moz-placeholder {
  color: rgba(var(--ontech-black-rgb), 0.7);
}

.contact-page .contact-page__bottom form input[type=text]:-ms-input-placeholder {
  color: rgba(var(--ontech-black-rgb), 0.7);
}

.contact-page .contact-page__bottom form input[type=email]::-webkit-input-placeholder {
  color: rgba(var(--ontech-black-rgb), 0.7);
}

.contact-page .contact-page__bottom form input[type=email]:-moz-placeholder {
  color: rgba(var(--ontech-black-rgb), 0.7);
}

.contact-page .contact-page__bottom form input[type=email]::-moz-placeholder {
  color: rgba(var(--ontech-black-rgb), 0.7);
}

.contact-page .contact-page__bottom form input[type=email]:-ms-input-placeholder {
  color: rgba(var(--ontech-black-rgb), 0.7);
}

.contact-page .contact-page__bottom form textarea::-webkit-input-placeholder {
  color: rgba(var(--ontech-black-rgb), 0.7);
}

.contact-page .contact-page__bottom form textarea:-moz-placeholder {
  color: rgba(var(--ontech-black-rgb), 0.7);
}

.contact-page .contact-page__bottom form textarea::-moz-placeholder {
  color: rgba(var(--ontech-black-rgb), 0.7);
}

.contact-page .contact-page__bottom form textarea:-ms-input-placeholder {
  color: rgba(var(--ontech-black-rgb), 0.7);
}

.contact-page__bottom .contact-page__btn {
  position: relative;
  display: block;
}

.contact-page__bottom .contact-page__btn button {
  position: relative;
  display: block;
  outline: none;
  border: none;
  margin: 0 auto;
}

.contact-page__bottom .contact-page__btn button.thm-btn {
  background: var(--ontech-black);
  color: #ffffff;
}

.contact-page__bottom .contact-page__btn button.thm-btn::before {
  background: var(--ontech-base);
}

.contact-page__bottom .contact-page__btn button.thm-btn:hover {
  color: var(--ontech-black);
}

/***
=============================================
Google Map One
=============================================
***/
.google-map-one {
  position: relative;
  display: block;
  z-index: 1;
  background-color: var(--ontech-black);
}

.google-map-one__map {
  position: relative;
  display: block;
  border: none;
  height: 440px;
  width: 100%;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-page__top-single {
      padding-left: 0px;
      margin-left: 140px;
  }
  .contact-page__top-single .icon {
    position: relative;
    top: 0px;
    margin-bottom: 25px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-page__top ul {
      position: relative;
      display: block;
      padding: 61px 70px 20px;
  }
  .contact-page__top-single:first-child {
    margin-left: auto;
}

.contact-page__top-single {
  padding-left: 0px;
  margin-left: 0px;
  max-width: 500px;
  width: 100%;
  margin: 0 auto 40px;
}

.contact-page__top-single .icon {
  position: relative;
  top: 0px;
  left: 0;
  margin: 0 auto 10px;
}
.contact-page__top-single .content {
  text-align: center;
}
}

@media only screen and (max-width: 767px) {
  .contact-page__top ul {
      position: relative;
      display: block;
      padding: 61px 70px 20px;
  }

  .contact-page__top-single {
    padding-left: 0px;
    margin-left: 0px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto 40px;
  }

  .contact-page__top-single:first-child {
    margin-left: auto;
}



.contact-page__top-single .icon {
  position: relative;
  top: 0px;
  left: 0;
  margin: 0 auto 10px;
}

.contact-page__top-single .content {
  text-align: center;
}
}
.tp-payment__item ul li span svg path.price-path-1 {
  color: #6865FF;
}
.tp-payment__item ul li span svg path.price-path-2 {
  color: #6865FF;
}

.tp-payment__item ul li span svg path.price-path-3 {
  color: #FF94BA;
}

.tp-payment__item ul li {
  font-weight: 600;
  font-size: 16px;
  position: relative;
  padding-left: 32px;
  margin-bottom: 15px;
  list-style-type: none;
}

.tp-payment__item ul li span {
  position: absolute;
  top: 0;
  left: 0;
}

.tp-payment__item.tp-payment__bg-color-2.p-relative.z-index.wow.tpfadeLeft.web-sec {
  min-height: 230px;
}
.tp-payment__item.tp-payment__bg-color-5.p-relative.z-index.wow.tpfadeRight.web-sec {
  min-height: 230px;
}


/* CURSOR */

.outline {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #1c275d;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 9999;
}

.cursor {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #ffb237;
  opacity: .5;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 9999;
}

.hover {
  background-color: #3b4263;
  opacity: 0.5;
  z-index: 9999;
}

i.fab.fa-whatsapp {
  font-size: 25px;
  padding-top: 0px;
}

.tp-service-3-btn p {
  color: #fff;
}



/* .tp-service-3-item:hover img.tp-service-3-icon1 {
  display: none;
} */