﻿.preloader.dental-loading {
  background: var(--tp-theme-1);
}
.dental-loader {
  width: fit-content;
  font-size: 120px;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #0000;
  -webkit-text-stroke: 1px #000;
  background: radial-gradient(1.13em at 50% 1.6em, #000 99%, #0000 101%) calc(50% - 1.6em) 0/3.2em 100% text, radial-gradient(1.13em at 50% -0.8em, #0000 99%, #000 101%) 50% 0.8em/3.2em 100% repeat-x text;
  animation: l9 2s linear infinite;
}
@media (max-width: 575px) {
  .dental-loader {
    font-size: 70px;
  }
}

.dental-loader:before {
  content: "Jash Dental";
}

.tp-header-contact-icon span {
  height: 54px;
  width: 54px;
  line-height: 54px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  color: var(--tp-common-white);
  background: var(--tp-gradient-primary);
  margin-right: 13px;
}
.tp-header-contact-content p {
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-heading-primary);
  margin-bottom: 2px;
}
.tp-header-contact-content span {
  font-weight: 500;
  display: block;
  font-size: 20px;
  color: var(--tp-heading-primary);
  letter-spacing: -0.8px;
  -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-header-contact-content span:hover {
  color: var(--tp-theme-1);
}

.tp-main-menu-med nav ul li {
  margin: 0 15px;
}

.tp-main-menu nav ul li > .submenu {
	min-width: 260px;
}

.tp-main-menu nav ul li > .submenu li {
}
.tp-main-menu nav ul li > .submenu li a {
	border-bottom: 1px solid #EEEEEE;
	border-bottom-color: #F4F4F4;
	font-size: 14px;
	line-height: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 400;
}
.tp-main-menu nav ul li > .submenu li a::before {
  content: unset !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
  display: none !important;
}
.tp-main-menu nav ul li > .submenu li:first-child a {
}
.tp-main-menu nav ul li > .submenu li:last-child a {
	border: 0;
	padding-bottom: 0;
}
.tp-main-menu nav ul li > .submenu li:hover > a {
  padding-left: 30px;
}

/*----------------------------------------*/
/*  5.1 Footer Style 1
/*----------------------------------------*/
.footer-logo img {
  width: 168px;
}

.footer-sep {
  background: #fff;
  opacity: 0.15;
  height: 1px;
}

.tpfooter-social a {
  color: #fff;
  opacity: 0.7;
  margin-right: 18px;
}
.tpfooter-social a:hover {
  opacity: 1;
  color: var(--tp-theme-color-2);
}
@media (max-width: 767px) {
  .tpfooter-social {
    padding-left: 0;
  }
}

.tp-footer-widget ul {
  list-style: none;
}
.tp-footer-widget ul li {
  margin-bottom: 5px;
}
.tp-footer-widget ul li a {
  font-size: 17px;
  color: #b1b4ba;
}
.tp-footer-widget ul li a:hover {
  color: var(--tp-common-white);

}

.tp-footer-widget-title {
  font-size: 20px;
  color: #fff;
}

.footer-content span {
  font-size: 17px;
  color: #b1b4ba;
}

.tp-footer-contact-item span {
  font-size: 17px;
  color: #b1b4ba;
}
.tp-footer-contact-item h4 {
  font-size: 30px;
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-contact-item h4 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-contact-item h4 {
    font-size: 22px;
  }
}
.tp-footer-contact-item h4 a:hover {
  color: var(--tp-theme-color-2);
}

.tp-footer-col-3 {
  padding-left: 60px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-col-3 {
    padding-left: 0;
  }
}
.tp-footer-col-4 {
  padding-left: 35px;
}
.tp-footer-col-4:before {
  left: -65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-col-4:before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-col-4 {
    padding-left: 0;
  }
}
.tp-footer-col-3 {
  position: relative;
}
.tp-footer-col-3:before, .tp-footer-col-3:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #fff;
  opacity: 0.15;
  left: -40px;
  top: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-col-3:before, .tp-footer-col-3:after {
    display: none;
  }
}
.tp-footer-col-3:after {
  left: auto;
  right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-col-3 {
    padding-left: 0;
  }
}

.tp-footer-copyright p {
  font-size: 17px;
  color: #b1b4ba;
  margin: 0;
}
.tp-footer-copyright p a {
  font-weight: 500;
  color: var(--tp-theme-color-2);
}

.tp-footer-widget-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  z-index: 1;
}

.tp-footer-menu ul li {
  display: inline-block;
  padding-left: 33px;
  margin-left: 33px;
  position: relative;
}
@media (max-width: 767px) {
  .tp-footer-menu ul li {
    padding-left: 10px;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-menu ul li {
    padding-left: 15px;
    margin-left: 15px;
  }
}
.tp-footer-menu ul li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.tp-footer-menu ul li::before {
  content: "";
  position: absolute;
  height: 13px;
  width: 1px;
  background-color: #b1b4ba;
  left: 0;
  top: 8px;
}
.tp-footer-menu ul li:first-child:before {
  display: none;
}
.tp-footer-menu ul li a {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: #b1b4ba;
}
.tp-footer-menu ul li a:hover {
  color: var(--tp-theme-color-2);
}

.tp-footer-shape-01 {
  left: 17%;
  top: 41%;
}
.tp-footer-shape-02 {
  left: 46.5%;
  top: 15%;
}
.tp-footer-shape-03 {
  right: 12%;
  bottom: 10%;
}
.tp-footer-shape-04 {
  right: 6%;
  top: 10%;
}
/*----------------------------------------*/
/*  2.9 Section Title
/*----------------------------------------*/
.tp-section-subtitle {
  /*font-weight: 500;
  font-size: 15px;*/
  text-transform: uppercase;
  color: #57595c;
  display: block;
}
.tp-section-subtitle-white {
  color: #A3AEC3;
}
.tp-section-subtitle i {
  height: 10px;
  width: 10px;
  border-radius: 30px;
  background: var(--tp-theme-color);
  display: inline-block;
}
.tp-section-subtitle i.sub-dot-color {
  background: var(--tp-theme-orange);
}
.tp-section-title {
  /*font-size: 60px;*/
}
.tp-section-title.tp-fs-40 {
  /*font-size: 40px;*/
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title {
    /*font-size: 54px;*/
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title {
    /*font-size: 38px;*/
  }
}
@media (max-width: 767px) {
  .tp-section-title {
    /*font-size: 40px;*/
  }
}
@media (max-width: 767px) {
  .tp-section-title br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-section-title-br br {
    display: none;
  }
}
.tp-section-title-white {
  color: #fff;
}
@media (max-width: 767px) {
  .tp-section-title-wrapper p br {
    display: none;
  }
}
.tp-section-title-40 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .tp-section-title-40 {
    font-size: 22px;
  }
}
.tp-section-title-content-white {
  color: #A3AEC3;
}
.tp-section-title-content-white b {
  color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .xl-fns-45 {
    font-size: 45px;
  }
}

.tp-services-details-list-item {
  background: #FBF6EF;
  padding: 30px;
}
.tp-services-details-list-item span {
  font-size: 24px;
  color: #fff;
  background: #0057FC;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  flex: 0 0 auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-services-details-list-title {
    font-size: 20px;
  }
}
/*----------------------------------------*/
/*  5.2 Footer Style 2
/*----------------------------------------*/
.tp-footer-widget-title-white {
  color: #0A0E1A;
}

.tp-footer-newsletter {
  position: relative;
}
.tp-footer-newsletter button {
  position: absolute;
  right: 0;
  bottom: 13px;
  color: #57595C;
}

.tp-footer-social a {
  font-size: 20px;
  margin-right: 10px;
  color: #57595C;
}
.tp-footer-social-2 a {
  margin-right: 15px;
  color: #B1B4BA;
}
.tp-footer-social-2 a:hover {
  color: var(--tp-theme-color-2);
}

.tp-footer-newsletter input {
  margin-bottom: 10px;
}
.tp-footer-newsletter .form-check-label {
  font-size: 15px;
  color: #57595C;
  line-height: 1;
}
.tp-footer-newsletter .form-check .form-check-input {
  -moz-transform: translateY(2px);
  -o-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.tp-footer-newsletter-2 .form-check-label {
  color: #B1B4BA;
}
.tp-footer-newsletter-2 .form-check input {
  border: 1px solid #545454;
  --bs-form-check-bg: none;
}
.tp-footer-newsletter-2 input {
  color: #fff;
}
.tp-footer-newsletter-2 input::-webkit-input-placeholder {
  color: #B1B4BA;
}
.tp-footer-newsletter-2 input:-moz-placeholder {
  color: #B1B4BA;
}
.tp-footer-newsletter-2 input::-moz-placeholder {
  color: #B1B4BA;
}
.tp-footer-newsletter-2 input:-ms-input-placeholder {
  color: #B1B4BA;
}

.tp-footer-widget-2 ul li a {
  color: #57595C;
}
.tp-footer-widget-2 ul li a:hover {
  color: var(--tp-theme-color);
}
.tp-footer-widget-2 .tp-footer-contact-item span {
  color: #57595C;
}
.tp-footer-widget-2 .tp-footer-contact-item h4 {
  color: #0A0E1A;
}
.tp-footer-widget-2 .footer-content span {
  font-size: 17px;
  color: #57595C;
}

.tp-footer-2-col-2 {
  padding-left: 80px;
}
@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-footer-2-col-2 {
    padding-left: 0px;
  }
}

.tp-footer-2-col-3 {
  padding-left: 40px;
}
@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-footer-2-col-3 {
    padding-left: 0px;
  }
}

.tp-footer-2-col-4 {
  padding-left: 70px;
}
@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-footer-2-col-4 {
    padding-left: 0px;
  }
}

.tp-footer-5-col-2 {
  padding-left: 40px;
}
@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-footer-5-col-2 {
    padding-left: 0;
  }
}

.tp-footer-4-col-2 {
  padding-left: 50px;
}
@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-footer-4-col-2 {
    padding-left: 0px;
  }
}
.tp-footer-4-col-3 {
  padding-left: 50px;
}
@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-footer-4-col-3 {
    padding-left: 0px;
  }
}

.tp-footer-copyright-area-2 .tp-footer-copyright p {
  color: #57595C;
}
.tp-footer-copyright-area-2 .tp-footer-copyright p a {
  font-weight: 500;
  color: var(--tp-theme-orange);
}
.tp-footer-copyright-area-2 .tp-footer-menu ul li a {
  color: #57595C;
}
.tp-footer-copyright-area-2 .tp-footer-menu ul li a:hover {
  color: var(--tp-theme-color);
}

.tp-footer-widget-area-border {
  border-bottom: 1px solid #57595C;
}

/*----------------------------------------*/
/*  5.3 Footer Style 3
/*----------------------------------------*/
.tp-footer-social-box a {
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: block;
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  padding: 35px 30px;
  font-family: var(--tp-font-heading);
  border-radius: 20px;
}
.tp-footer-social-box a:hover {
  background-color: var(--tp-theme-color);
  color: #fff;
  border-color: var(--tp-theme-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-social-box a {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-footer-social-box a {
    font-size: 22px;
  }
}



.icon-animation {
  animation: icon-animation 1.5s ease-in-out infinite;
  
}

@keyframes icon-animation {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes animation {
  100% {
    left: 125%;
  }
}
@keyframes rotateY {
  100% {
    transform: rotateY(360deg);
  }
}


/*----------------------------------------*/
/*  7.12 Funfact css
/*----------------------------------------*/
.tpfunfact-bg {
  overflow: hidden;
  z-index: -1;
  position: relative;
  margin-left: -65px;
  margin-right: -65px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 100px 0 202px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpfunfact-bg {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpfunfact-bg {
    margin-left: 0;
    margin-right: 0;
    padding: 100px 0 100px 0;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tpfunfact-bg {
    margin-left: 0;
    margin-right: 0;
  }
}
.tpfunfact-wrapper {
  background-color: var(--tp-common-white);
  box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.1);
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  padding: 48px 10px;
}
@media (max-width: 767px) {
  .tpfunfact-wrapper {
    padding: 48px 5px;
  }
}
.tpfunfact-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: var(--tp-grey-5);
  display: inline-block;
  margin-bottom: 8px;
}
.tpfunfact-count {
  font-weight: 600;
  font-size: 60px;
  line-height: 46px;
  color: var(--tp-theme-secondary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpfunfact-count {
    font-size: 44px;
  }
}
.tpfunfact-count span {
  font-size: 40px;
  line-height: 46px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpfunfact-count span {
    font-size: 30px;
  }
}
.tpfunfact-tag span {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  margin: 0 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpfunfact-tag span {
    font-size: 16px;
    margin: 0 12px;
  }
}
@media (max-width: 767px) {
  .tpfunfact-tag span {
    font-size: 14px;
    margin: 0 8px;
  }
}
.tpfunfact-tag span i {
  transform: translateY(-2px);
  display: inline-block;
  margin-right: 10px;
}
.tpfunfact-box {
  margin-top: -143px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpfunfact-box {
    margin-top: 50px;
  }
}
.tpfunfact-shape-one {
  position: absolute;
  top: -185px;
  left: -125px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpfunfact-shape-one {
    top: -265px;
    left: -190px;
  }
}
.tpfunfact-shape-two {
  position: absolute;
  bottom: -103px;
  right: -105px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpfunfact-shape-two {
    bottom: -240px;
    right: -190px;
  }
}

@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .funfact {
    justify-content: start !important;
  }
}
.funfact-icon {
  min-width: 75px;
}
.funfact-count {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.02em;
  color: var(--tp-common-11);
  font-family: var(--tp-ff-dmsans);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact-count {
    font-size: 28px;
  }
}
.funfact-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--tp-grey-8);
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact-content p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact-content p br {
    display: none;
  }
}
.funfact-content p span {
  font-weight: 500;
  color: var(--tp-common-11);
  display: inline-block;
  margin-right: 3px;
}

.row-custom {
  display: flex;
  margin: 0 -15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-custom {
    margin: 0 -5px;
  }
}
@media (max-width: 767px) {
  .row-custom {
    margin: 0 -3px;
  }
}

.col-custom {
  flex: 1;
  width: 150px;
  height: 420px;
  background-size: cover;
  margin: 0px 15px 20px 15px;
  margin-top: 0;
  transition: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-custom {
    margin: 20px 5px;
  }
}
@media (max-width: 767px) {
  .col-custom {
    margin: 20px 3px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .col-custom {
    margin: 20px 3px;
  }
}
.col-custom.active {
  flex: 4;
}
.col-custom.active .tp-panel-content {
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-custom.active {
    flex: 7;
  }
}
@media (max-width: 767px) {
  .col-custom.active {
    flex: 10;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .col-custom.active {
    flex: 10;
  }
}

.tp-panel-item {
  height: 100%;
  cursor: pointer;
}
.tp-panel-item .tp-panel-thumb {
  height: 100%;
  position: relative;
}
.tp-panel-item .tp-panel-thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(1, 15, 28, 0) 0%, rgba(1, 15, 28, 0.6) 100%);
}
.tp-panel-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tp-panel-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tp-panel-meta li {
  list-style: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 12px;
  margin-right: 8px;
  padding-right: 8px;
  position: relative;
  color: var(--tp-common-white);
  opacity: 0.8;
  font-family: var(--tp-ff-dmsans);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-panel-meta li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tp-panel-meta li {
    font-size: 13px;
  }
}
.tp-panel-meta li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--tp-common-white);
  opacity: 0.8;
}
.tp-panel-meta li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.tp-panel-meta li:last-child::after {
  display: none;
}
.tp-panel-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-dmsans);
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-panel-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tp-panel-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-panel-title {
    font-size: 24px;
  }
}
.tp-panel-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 40px 40px 40px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 767px) {
  .tp-panel-content {
    padding: 0 15px 30px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-panel-content {
    padding: 0 20px 40px 20px;
  }
}

.tp-panel-top p {
  font-weight: 400;
  font-size: 18px;
  color: var(--tp-grey-8);
  line-height: 26px;
  font-family: var(--tp-ff-dmsans);
  margin-bottom: 25px;
}
.tp-panel-top .light-blue-btn {
  font-family: var(--tp-ff-jakarta);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: var(--tp-common-white);
  background-color: #007CF5;
  display: inline-block;
  padding: 13px 32px;
  border-radius: 4px;
  border: 2px solid #007CF5;
}
.tp-panel-top .light-blue-btn:hover {
  background-color: transparent;
  color: #007CF5;
}

.project-5 .tp-panel-item img {
  border-radius: 10px;
}
.project-5 .tp-panel-thumb::before {
  border-radius: 10px;
}

.col-custom.active .tp-panel-icon span {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.3s;
}
.col-custom.active .tp-panel-title {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.7s;
}
.col-custom.active .tp-panel-meta {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.9s;
}

.tp-panel-icon span {
  visibility: hidden;
  display: inline-block;
  opacity: 0;
  transform: translateY(5px);
  transition-delay: 0.4s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tp-panel-title {
  transform: translateY(5px);
  visibility: hidden;
  opacity: 0;
  transition-delay: 0.2s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tp-panel-meta {
  transform: translateY(5px);
  visibility: hidden;
  opacity: 0;
  transition-delay: 0.2s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tpsocial {
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.tpsocial:hover .tpsocial-bg {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transform: scale(1.035, 1.3);
  opacity: 1;
}
.tpsocial:hover .tpsocial-text {
  border-color: transparent;
}
.tpsocial:hover .tpsocial-text a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: var(--tp-common-white);
}
.tpsocial-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background: linear-gradient(266.81deg, #D500BF -6.56%, #F80095 34.02%, #FF005D 60.87%, #FFC300 103.55%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}
.tpsocial-text {
  border: 1px solid rgba(1, 15, 28, 0.1);
}
.tpsocial-text a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 23px 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  font-family: var(--tp-ff-dmsans);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpsocial-text a {
    padding: 23px 20px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .tpsocial-text a {
    padding: 23px 15px;
  }
}
.tpsocial-text a i {
  font-size: 30px;
  margin-right: 10px;
}
.tpsocial-facebook .tpsocial-bg {
  background: linear-gradient(266.81deg, #1877F2 -6.56%, #1877F2 34.02%, #1877F2 60.87%, #4284dc 103.55%);
}
.tpsocial-facebook:hover .tpsocial-bg {
  opacity: 1;
}
.tpsocial-facebook:hover .tpsocial-text i {
  color: var(--tp-common-white);
}
.tpsocial-facebook i {
  color: #1877F2;
}
.tpsocial-pin .tpsocial-bg {
  background: linear-gradient(266.81deg, #FE005F -6.56%, #FE005F 34.02%, #FE005F 60.87%, #FE005F 103.55%);
}
.tpsocial-pin:hover .tpsocial-bg {
  opacity: 1;
}
.tpsocial-pin:hover .tpsocial-text i {
  color: var(--tp-common-white);
}
.tpsocial-pin i {
  color: #FE005F;
}
.tpsocial-twitt .tpsocial-bg {
  background: linear-gradient(266.81deg, #26A8FF -6.56%, #26A8FF 34.02%, #26A8FF 60.87%, #26A8FF 103.55%);
}
.tpsocial-twitt:hover .tpsocial-bg {
  opacity: 1;
}
.tpsocial-twitt:hover .tpsocial-text i {
  color: var(--tp-common-white);
}
.tpsocial-twitt a i {
  color: #26A8FF;
  font-size: 28px;
}
.tpsocial-insta:hover .tpsocial-text i {
  color: var(--tp-common-white);
}
.tpsocial-insta i {
  color: #FE005F;
}

.tpcta-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 12px;
  font-family: var(--tp-ff-dmsans);
  border: 1px solid rgba(1, 15, 28, 0.1);
  color: var(--tp-common-11);
  padding: 16px 27px;
  display: inline-block;
}
@media (max-width: 767px) {
  .tpcta-btn {
    margin-bottom: 8px;
  }
}
.tpcta-btn:hover {
  color: var(--tp-theme-green);
  border: 1px solid var(--tp-theme-green);
}
.tpcta-wrapper .green-btn {
  padding: 16px 35px;
}

.tp-faq-wrapper .tpsection-wrapper p {
  font-size: 16px;
  margin-bottom: 6px;
}
.tp-faq-wrapper .tpsection-wrapper b {
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  color: var(--tp-common-11);
}
.tp-faq-img span {
  height: 80px;
  width: 80px;
  line-height: 77px;
  background-color: #59B642;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}
.tp-faq-shape {
  position: absolute;
  top: -20px;
  left: 98px;
}

@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .drive-section-bottom {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .drive-section-bottom {
    padding-bottom: 40px;
  }
}

.tpdrive-progress {
  overflow: hidden;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .tpdrive-progress {
    padding-right: 0;
  }
}



.tp-hero-med-textslide {
  bottom: 20%;
  right: -160px;
}
@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: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-med-textslide {
    right: 0;
  }
}
@media (max-width: 575px) {
  .tp-hero-med-textslide {
    bottom: 4%;
  }
}
.tp-hero-med-textslide .design {
  border-radius: 10px;
  padding: 9px 35px;
  padding-left: 10px;
  display: inline-block;
  backdrop-filter: blur(20px);
  box-shadow: 0 20px 50px 0 #bdbfe4;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 100%);
}
.tp-hero-med-textslide i {
  border-radius: 4px;
  width: 24px;
  height: 24px;
  line-height: 24px;
}


.tp-about-cpr-round {
  top: 200px;
  right: -40px;
}

@media (max-width: 575px) {
	.tp-about-cpr-round {
	  position: absolute;
	  top: 60px;
	  right: 300px;
	}
}


@media (max-width: 575px) {
    .tp-expert-video {
        left: 0;
        right: 0;
        top: 0;
    }
}

.welcome::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255,255,255, 0) 60%, #0b016b 100%);
  border-radius: 10px;
}

.tp-funfact-digi-border {
  position: relative;
  width: 90px;
  height: 4px;
  background: #f8faf5;
  margin-top: -14px;
  transition: all 0.5s ease;
}
.custom-hover-border::before {
  background: #c3bcff;
}

.custom-big-title {
  font-size: 100px;
  position: absolute;
  bottom: -35px;
  right: -170px;
  opacity: 0.30;
}

/* Extra small devices (<= 575px) */
@media (max-width: 575px) {
  .custom-big-title {
    font-size: 40px;
    bottom: -15px;
    right: -50px;
  }
}

/* Small devices (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .custom-big-title {
    font-size: 60px;
    bottom: -25px;
    right: -80px;
  }
}

/* Medium devices (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .custom-big-title {
    font-size: 60px;
    bottom: -20px;
    right: -120px;
  }
}



.tp-hero-med-thumb-shape {
  width: 142px;
  top: 55%;
  right: -100px;
}
@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: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-med-thumb-shape {
    right: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-med-thumb-shape {
    right: 0;
  }
}
























