/*************************************
******** MINXED CSS  **********
*************************************/
section.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1170px;
}

.tp-table {
  display: table;
  width: 100%;
  height: 100%;
}

.tp-table-cell {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

/*************************************
******** SHAPE  CONTROLL CSS  **********
*************************************/
.tp-section-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-repeat: no-repeat;
}

.shapeanimation {
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 9s;
  -webkit-animation-duration: 9s;
  z-index: -1;
}

/* custom animations */
@-webkit-keyframes shapeMover {
  0%, 100% {
    -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@keyframes shapeMover {
  0%, 100% {
    -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
/*************************************
******** HERO BANNER ONE CSS  **********
*************************************/
.tp-hero-banner-wrapper {
  height: 900px;
}
.tp-hero-banner-wrapper .tp-table-cell {
  vertical-align: bottom;
}
.tp-hero-banner-wrapper .tp-hero-content-wrapper {
  padding-bottom: 115px;
  position: relative;
}
.tp-hero-banner-wrapper .tp-hero-content-wrapper .shape1 {
  position: absolute;
  top: -100px;
  left: -100px;
}
.tp-hero-banner-wrapper .tp-hero-small-title {
  color: var(--color-primary);
  font-size: 16px;
  line-height: 35px;
}
.tp-hero-banner-wrapper .tp-hero-title {
  font-size: 56px;
  font-weight: bold;
  line-height: 70px;
  margin: 0;
}
.tp-hero-banner-wrapper .tp-hero-dec {
  line-height: 30px;
  margin-top: 18px;
  margin-bottom: 30px;
}
.tp-hero-banner-wrapper .tp-hero-image-wrapper {
  position: relative;
}
.tp-hero-banner-wrapper .tp-hero-image-wrapper .tp-hero-image {
  position: relative;
  z-index: 0;
}
.tp-hero-banner-wrapper .tp-hero-image-wrapper .tp-hero-image .shape2 {
  position: absolute;
  bottom: 50px;
  left: -50px;
  z-index: -1;
}
.tp-hero-banner-wrapper .tp-hero-image-wrapper .tp-hero-iconbox {
  max-width: 195px;
  background: var(--color-white);
  position: absolute;
  bottom: 146px;
  right: 0;
  border-radius: 5px;
  padding: 25px 17px;
  padding-bottom: 12px;
}
.tp-hero-banner-wrapper .tp-hero-image-wrapper .tp-hero-iconbox .tp-hero-iconbox-left {
  display: inline-flex;
  margin-bottom: 6px;
  align-items: center;
}
.tp-hero-banner-wrapper .tp-hero-image-wrapper .tp-hero-iconbox .tp-hero-iconbox-left .icon {
  width: 35px;
  height: 35px;
  background: var(--color-primary);
  border-radius: 100%;
  text-align: center;
  padding: 3px 0;
  margin-right: 13px;
  color: var(--color-white);
}
.tp-hero-banner-wrapper .tp-hero-image-wrapper .tp-hero-iconbox .tp-hero-iconbox-left span {
  font-size: 41px;
  font-weight: bold;
  color: var(--color-black);
}
.tp-hero-banner-wrapper .tp-hero-image-wrapper .tp-hero-iconbox .tp-hero-icon-title {
  font-size: 16px;
  margin: 0;
  line-height: 32px;
}

.elementor-invisible.elementor-widget-themepul_hero_banner_one {
  visibility: visible;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-banner-wrapper {
    height: 730px;
  }
  .tp-hero-banner-wrapper .tp-hero-content-wrapper .tp-hero-title {
    font-size: 48px;
  }
}
@media screen and (max-width: 991px) {
  .tp-hero-banner-wrapper {
    height: 690px;
  }
  .tp-hero-banner-wrapper .tp-hero-image-wrapper {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tp-hero-banner-wrapper .tp-hero-title {
    font-size: 44px;
    line-height: 43px;
  }
  .tp-hero-banner-wrapper .tp-hero-buttons.button .theme-btns {
    padding: 20px 25px;
  }
  .tp-hero-banner-wrapper .tp-hero-buttons.button .theme-btns.btn-border {
    margin-left: 3px;
  }
}
@media screen and (max-width: 525px) {
  .tp-hero-banner-wrapper .tp-hero-title {
    font-size: 31px;
    line-height: 43px;
  }
}
/*************************************
******** HERO BANNER Two CSS  **********
*************************************/
.tp-hero-two-wrapper {
  background-color: #222628;
  height: 840px;
}
.tp-hero-two-wrapper .hero-two-shapei {
  position: absolute;
  left: -31%;
  bottom: -21%;
  z-index: -1;
  width: auto;
}
.tp-hero-two-wrapper .tp-heror-two-content {
  position: relative;
  z-index: 0;
}
.tp-hero-two-wrapper .tp-heror-two-content span {
  font-size: 80px;
  line-height: 88px;
  color: #ffffff;
  font-style: italic;
}
.tp-hero-two-wrapper .tp-heror-two-content .hero-title {
  font-size: 80px;
  color: #ffffff;
  line-height: 88px;
  font-weight: bold;
  letter-spacing: -2px;
  margin: 0;
  padding: 0;
}
.tp-hero-two-wrapper .tp-heror-two-content .tp-hero-buttons.button {
  margin-top: 42px;
}
.tp-hero-two-wrapper .tp-heror-two-content .tp-hero-buttons.button a.theme-btns {
  padding: 25px 50px;
  border-radius: 100px;
  background: var(--color-secodary);
}
.tp-hero-two-wrapper .tp-heror-two-content .tp-hero-buttons.button a.theme-btns:hover {
  background-color: var(--color-white);
  color: var(--color-black);
}
.tp-hero-two-wrapper .hero-two-image-area {
  position: relative;
}
.tp-hero-two-wrapper .hero-two-image-area .hero-two-shape-two {
  position: absolute;
  z-index: 0;
  left: -71px;
}
.tp-hero-two-wrapper .hero-two-image-area .hero-two-image-one {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 30px;
}

.tp-table .tp-table-cell-center {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
}

.elementor-widget-hero_banner_two {
  visibility: visible !important;
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
  .tp-hero-two-wrapper .tp-heror-two-content .hero-title,
  .tp-hero-two-wrapper .tp-heror-two-content span {
    font-size: 70px;
    line-height: 80px;
  }
  .tp-hero-two-wrapper {
    height: 750px;
  }
  .tp-hero-two-wrapper .hero-two-shapei {
    left: -29px;
    bottom: -11%;
    width: 77%;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .tp-hero-two-wrapper .tp-heror-two-content .hero-title,
  .tp-hero-two-wrapper .tp-heror-two-content span {
    font-size: 50px;
    line-height: 70px;
  }
  .tp-hero-two-wrapper {
    height: 700px;
  }
  .tp-hero-two-wrapper .hero-two-shapei {
    left: -10%;
    bottom: -14%;
    width: 89%;
  }
}
@media screen and (max-width: 768px) {
  .tp-hero-two-wrapper .tp-heror-two-content .hero-title,
  .tp-hero-two-wrapper .tp-heror-two-content span {
    font-size: 50px;
    line-height: 66px;
  }
  .tp-hero-two-wrapper .hero-two-shapei {
    width: 90%;
    bottom: 10%;
  }
  .tp-hero-two-wrapper .hero-two-image-area .hero-two-image-one {
    position: relative;
    top: 30px;
  }
  .tp-hero-two-wrapper {
    height: 730px;
  }
}
@media screen and (max-width: 767px) {
  .tp-hero-two-wrapper {
    height: auto;
    padding-top: 150px;
  }
  .tp-hero-two-wrapper .hero-two-image-area {
    margin-top: 50px;
  }
}
/*************************************
******** HERO BANNER Two CSS  **********
*************************************/
.tp-hero-three-wrapper {
  padding-top: 155px;
  padding-bottom: 120px;
  overflow: hidden;
}
.tp-hero-three-wrapper .tp-heror-three-content {
  position: relative;
  z-index: 0;
}
.tp-hero-three-wrapper .tp-heror-three-content .hero-three-shapei {
  position: absolute;
  bottom: -141px;
  left: -141px;
  z-index: -1;
}
.tp-hero-three-wrapper .tp-heror-three-content .banner-title {
  font-size: 85px;
  line-height: 110%;
  font-weight: bold;
  color: var(--color-black2);
  letter-spacing: -3px;
}
.tp-hero-three-wrapper .tp-heror-three-content .banner-title span {
  position: relative;
  z-index: 1;
  padding: 0 6px;
}
.tp-hero-three-wrapper .tp-heror-three-content .banner-title span::after {
  width: 100%;
  height: 77%;
  content: "";
  left: 0;
  z-index: -1;
  position: absolute;
  background: var(--color-green);
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.tp-hero-three-wrapper .tp-heror-three-content .dec {
  padding-right: 80px;
  font-size: 20px;
  line-height: 30px;
  color: var(--color-black2);
  margin-bottom: 15px;
}
.tp-hero-three-wrapper .tp-heror-three-content .banner-btn {
  display: inline-block;
  margin-right: 20px;
  margin-top: 20px;
  vertical-align: middle;
}
.tp-hero-three-wrapper .tp-heror-three-content .banner-btn.button .theme-btns {
  padding: 25px 50px;
  border-radius: 100px;
  background: var(--color-green);
  color: var(--color-black2);
}
.tp-hero-three-wrapper .tp-heror-three-content .banner-btn.button .theme-btns:hover {
  background-color: var(--color-blue);
  color: var(--color-white);
}
.tp-hero-three-wrapper .tp-heror-three-content .banner-video-button a.video-btn {
  display: flex;
  align-items: center;
}
.tp-hero-three-wrapper .tp-heror-three-content .banner-video-button a.video-btn:hover .icon-button {
  box-shadow: 0 0 1px 15px rgba(43, 89, 255, 0.43), 0 0 1px 30px rgba(43, 89, 255, 0.12);
}
.tp-hero-three-wrapper .tp-heror-three-content .banner-video-button a.video-btn .icon-button {
  width: 60px;
  height: 60px;
  text-align: center;
  background: var(--color-blue);
  border-radius: 100%;
  color: var(--color-white);
  padding: 16px;
  margin-right: 20px;
}
.tp-hero-three-wrapper .tp-heror-three-content .banner-video-button a.video-btn span {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
}
.tp-hero-three-wrapper .tp-heror-three-content .banner-video-button a.video-btn:hover span {
  color: var(--color-blue);
}

@media screen and (max-width: 991px) {
  .tp-hero-inner .container {
    max-width: 100%;
  }
  .tp-hero-three-wrapper .tp-heror-three-content .dec {
    padding-right: 0;
  }
  .tp-hero-three-wrapper .tp-heror-three-content .banner-title {
    font-size: 72px;
  }
}
@media screen and (max-width: 875px) {
  .tp-hero-three-wrapper .tp-heror-three-content .banner-title {
    font-size: 59px;
  }
}
@media screen and (max-width: 806px) {
  .tp-hero-three-wrapper .tp-heror-three-content .banner-title {
    font-size: 59px;
  }
}
@media screen and (max-width: 767px) {
  .tp-hero-three-wrapper .tp-heror-three-content .banner-title {
    font-size: 55px;
  }
}
@media screen and (max-width: 550px) {
  .tp-hero-three-wrapper .tp-heror-three-content .banner-title {
    font-size: 48px;
  }
}
@media screen and (max-width: 425px) {
  .tp-hero-three-wrapper .tp-heror-three-content .banner-title {
    font-size: 66px;
  }
}
@media screen and (max-width: 403px) {
  .tp-hero-three-wrapper .tp-heror-three-content .banner-title {
    font-size: 59px;
  }
}
@media screen and (max-width: 338px) {
  .tp-hero-three-wrapper .tp-heror-three-content .banner-title {
    font-size: 50px;
  }
}
/*************************************
******** SECTION TITLE CSS  **********
*************************************/
.tp-section-title-wrapper {
  text-align: center;
}
.tp-section-title-wrapper .tp-section-title-content {
  width: 100%;
  display: inline-block;
}
.tp-section-title-wrapper .tp-section-title-content .tp-section-small-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--color-secodary);
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.tp-section-title-wrapper .tp-section-title-content .tp-section-title {
  padding-bottom: 70px;
}
.tp-section-title-wrapper .tp-section-title-content .tp-section-title h1,
.tp-section-title-wrapper .tp-section-title-content .tp-section-title h2,
.tp-section-title-wrapper .tp-section-title-content .tp-section-title h3,
.tp-section-title-wrapper .tp-section-title-content .tp-section-title h4,
.tp-section-title-wrapper .tp-section-title-content .tp-section-title h5,
.tp-section-title-wrapper .tp-section-title-content .tp-section-title h6,
.tp-section-title-wrapper .tp-section-title-content .tp-section-title p {
  font-size: 42px;
  font-weight: bold;
  line-height: 58px;
  margin-bottom: 0;
  color: var(--color-black);
}
.tp-section-title-wrapper .tp-section-title-content .tp-section-title h1 strong,
.tp-section-title-wrapper .tp-section-title-content .tp-section-title h2 strong,
.tp-section-title-wrapper .tp-section-title-content .tp-section-title h3 strong,
.tp-section-title-wrapper .tp-section-title-content .tp-section-title h4 strong,
.tp-section-title-wrapper .tp-section-title-content .tp-section-title h5 strong,
.tp-section-title-wrapper .tp-section-title-content .tp-section-title h6 strong,
.tp-section-title-wrapper .tp-section-title-content .tp-section-title p strong {
  font-weight: initial;
  color: inherit;
  background: inherit;
  padding: 0px 5px;
}

/*************************************
******** SERVICE SECTION CSS  **********
*************************************/
.tp-service-wrapper .tp-service-items .tp-service-item {
  padding-left: 15px;
  padding-right: 15px;
}
.tp-service-wrapper .tp-service-box-single {
  background-color: #EEFBFA;
  padding: 40px;
  text-align: center;
  margin-bottom: 30px;
  border: 5px solid transparent;
  border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
.tp-service-wrapper .tp-service-box-single::after {
  content: "";
  width: 1%;
  height: 5px;
  position: absolute;
  background: transparent;
  left: 0;
  bottom: -5px;
  z-index: 1;
  text-align: center;
  right: 0;
  margin: auto;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
}
.tp-service-wrapper .tp-service-box-single:hover {
  background-color: transparent;
  border-color: var(--color-thard);
}
.tp-service-wrapper .tp-service-box-single:hover::after {
  background: var(--color-primary);
  width: 90%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
}
.tp-service-wrapper .tp-service-box-single .tp-service-icon {
  width: 95px;
  height: 95px;
  background: var(--color-white);
  border-radius: 10px;
  text-align: center;
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-size: 45px;
  box-shadow: 3px 0px 16px rgba(0, 0, 0, 0.06);
}
.tp-service-wrapper .tp-service-box-single .tp-service-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 33px;
  margin: 20px 0;
  margin-top: 25px;
}
.tp-service-wrapper .tp-service-box-single .tp-service-dec {
  margin-bottom: 20px;
}
.tp-service-wrapper .tp-service-box-single .tp-service-dec p {
  margin-bottom: 0;
}
.tp-service-wrapper .tp-service-box-single .tp-button-link {
  font-weight: bold;
  color: var(--color-primary);
}
.tp-service-wrapper .tp-service-box-single .tp-button-link i {
  font-size: 13px;
  margin-left: 5px;
}

/*************************************
******** SERVICE TWO CSS  **********
*************************************/
.tp-service-v2-item {
  border-radius: 10px;
  box-shadow: 0px 0px 33px 0px hsla(0, 0%, 0%, 0.09);
  margin-bottom: 30px;
}
.tp-service-v2-item .tp-service-v2-image img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.tp-service-v2-item .tp-service-v2-contents {
  padding: 30px;
  display: flex;
}
@media screen and (max-width: 330px) {
  .tp-service-v2-item .tp-service-v2-contents {
    padding: 28px;
  }
}
.tp-service-v2-item .tp-service-v2-contents .tp-service-v2-icon {
  font-size: 50px;
  margin-right: 30px;
  color: var(--color-secodary);
}
.tp-service-v2-item .tp-service-v2-contents .tp-service-v2-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  line-height: 38px;
  margin-bottom: 7px;
}
.tp-service-v2-item .tp-service-v2-contents .tp-service-v2-button {
  margin-top: 10px;
}
.tp-service-v2-item .tp-service-v2-contents .tp-service-v2-button a {
  font-weight: bold;
  color: var(--color-primary);
}
.tp-service-v2-item .tp-service-v2-contents .tp-service-v2-button a i {
  position: relative;
  top: 2px;
  margin-left: 3px;
}
.tp-service-v2-item .tp-service-v2-contents .tp-service-v2-button a:hover {
  color: var(--color-black);
}

/*************************************
******** SERVICE THREE CSS  **********
*************************************/
.tp-service-v3-box {
  padding: 30px;
  text-align: left;
  box-shadow: var(--box-showdow);
  border-radius: 10px;
}
.tp-service-v3-box .tp-service-v3-icon {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: #FBDCD8;
  border-radius: 100%;
  text-align: center;
  line-height: 24px;
  font-size: 40px;
  padding: 20px 0;
  color: #F47766;
}
.tp-service-v3-box .tp-service-v3-title {
  font-size: 20px;
  margin-top: 20px;
  padding: 0;
  margin-bottom: 20px;
  line-height: 28px;
}

/*************************************
******** SERVICE FOUR CSS  **********
*************************************/
.tp-service-four-box {
  position: relative;
  background: var(--color-thard);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}
.tp-service-four-box:hover {
  background-color: var(--color-red);
}
.tp-service-four-box:hover .tp-service-four-icon,
.tp-service-four-box:hover .tp-service-four-title,
.tp-service-four-box:hover .tp-service-four-dec {
  color: var(--color-white);
}
.tp-service-four-box:hover .tp-service-four-btn a,
.tp-service-four-box:hover .tp-service-four-title a {
  color: var(--color-white);
}
.tp-service-four-box .tp-service-four-icon {
  font-size: 50px;
}
.tp-service-four-box .tp-service-bg-icon {
  right: 10px;
  font-size: 100px;
  top: 10px;
  color: #eceef1;
  position: absolute;
}
.tp-service-four-box .tp-service-four-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.tp-service-four-box .tp-service-four-btn a {
  font-size: 16px;
  margin-top: 11px;
  display: block;
  text-decoration: underline;
}
.tp-service-four-box .tp-service-four-btn a i {
  font-size: 14px;
  margin-left: 3px;
  position: relative;
  top: 1px;
}

/*************************************
******** CLIENT LOGO SECTION CSS  **********
*************************************/
.tp-client-item {
  transition-duration: 0.5s;
}
.tp-client-item img {
  text-align: center;
  margin: 0 auto;
  transition-duration: 0.5s;
}

.tp-client-logo-text {
  text-align: center;
  margin-bottom: 50px;
}

.tp-client-items.no-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tp-client-items.no-slide .tp-client-item {
  margin: 10px;
}

.tp-client-items ul.slick-dots li button {
  background: var(--color-black);
}

/*************************************
******** ACCORDION SECTION CSS  **********
*************************************/
.tp-accordion-wrapper .accordion-item {
  margin-bottom: 30px;
}
.tp-accordion-wrapper .accordion-item:last-child {
  margin-bottom: 0;
}
.tp-accordion-wrapper .accordion-item .accordion-header .tp-accordion-button {
  border: 1px solid transparent;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  background: var(--color-primary);
  color: var(--color-white);
  padding: 18px 20px;
  justify-content: space-between;
  width: 100%;
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.tp-accordion-wrapper .accordion-item .accordion-header .tp-accordion-button:focus {
  box-shadow: none;
}
.tp-accordion-wrapper .accordion-item .accordion-header .tp-accordion-button::after {
  float: right;
  content: "\f123";
  font-family: "bootstrap-icons";
  font-size: 23px;
  font-weight: 500;
  margin: 0px 5px;
}
.tp-accordion-wrapper .accordion-item .accordion-header .tp-accordion-button.collapsed {
  border: 1px solid var(--color-thard);
  border-radius: 10px;
  background-color: transparent;
  color: var(--color-black);
}
.tp-accordion-wrapper .accordion-item .accordion-header .tp-accordion-button.collapsed::after {
  content: "\f144";
  font-family: "bootstrap-icons";
  font-size: 23px;
  font-weight: 500;
  margin: 0px 5px;
}
.tp-accordion-wrapper .accordion-item .accordion-collapse {
  background-color: var(--color-primary);
  color: var(--color-white);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: none;
}
.tp-accordion-wrapper .accordion-item .accordion-collapse .accordion-body {
  padding-top: 0;
}

/*************************************
******** PROGRESSBAR SECTION CSS  **********
*************************************/
.tp-progressbar-wrapper .tp-circle-progress-item {
  position: relative;
  display: inline-block;
}
.tp-progressbar-wrapper .tp-circle-progress-item .tp-count-numbers {
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  text-align: center;
}
.tp-progressbar-wrapper .tp-circle-progress-item .tp-count-numbers span.tp-count-number {
  font-size: 28px;
  font-weight: bold;
  line-height: 106px;
  color: var(--color-black);
}
.tp-progressbar-wrapper .tp-circle-progress-item .tp-count-numbers sub {
  font-weight: bold;
  left: -3px;
  color: var(--color-black);
}
.tp-progressbar-wrapper .tp-progress-box {
  display: flex;
  align-items: center;
  box-shadow: var(--box-showdow);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: 3px solid var(--color-primary);
  padding: 30px;
}
@media screen and (max-width: 375px) {
  .tp-progressbar-wrapper .tp-progress-box {
    display: block;
    text-align: center;
  }
}
.tp-progressbar-wrapper .tp-progress-box .tp-progress-title {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}
.tp-progressbar-wrapper .tp-progress-box .tp-progress-content {
  padding-left: 25px;
}
.tp-progressbar-wrapper .tp-progress-box .tp-progress-content p {
  margin-bottom: 0;
}

/*************************************
******** SINGLE IMAGE CSS  **********
*************************************/
.tp-single-image-inner {
  position: relative;
}
.tp-single-image-inner .single-image-shape {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
}

/*************************************
******** TAB CONTENT CSS  **********
*************************************/
.tp-tab-content-wrapper .tp-tab-nav {
  margin-bottom: 25px;
}
.tp-tab-content-wrapper .tp-tab-nav li.nav-item {
  margin-right: 15px;
}
@media screen and (max-width: 350px) {
  .tp-tab-content-wrapper .tp-tab-nav li.nav-item {
    margin-right: 10px;
  }
}
.tp-tab-content-wrapper .tp-tab-nav li.nav-item button {
  background: var(--color-thard);
  border-radius: 5px;
  color: #005963;
  font-weight: bold;
  font-size: 16px;
}
.tp-tab-content-wrapper .tp-tab-nav li.nav-item button.active {
  background: var(--color-primary);
  color: var(--color-white);
}
.tp-tab-content-wrapper .tp-tab-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tp-tab-content-wrapper .tp-tab-content ul li {
  display: inline-block;
  width: 49%;
  line-height: 38px;
  position: relative;
}
.tp-tab-content-wrapper .tp-tab-content ul li::after {
  content: "\f26b";
  font-family: bootstrap-icons;
  float: left;
  margin-right: 10px;
  color: #005963;
}

/*************************************
******** PORTFOLIO CSS  **********
*************************************/
.tp-portfolio-wrapper .tp-portfolio-item-wrapper .slick-slide {
  margin: 0 15px;
}
.tp-portfolio-wrapper ul.slick-dots {
  position: relative;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 40px;
}
.tp-portfolio-wrapper .grid-item {
  margin-bottom: 15px;
}
.tp-portfolio-wrapper .grid-item .tp-portfolio-content {
  background: transparent;
}
.tp-portfolio-wrapper .grid-item.tp-top {
  margin-top: 40px;
}
.tp-portfolio-wrapper .tp-portfolio-single {
  overflow: hidden;
}
.tp-portfolio-wrapper .tp-portfolio-single .tp-portfolio-image {
  position: relative;
  border-radius: 10px;
}
.tp-portfolio-wrapper .tp-portfolio-single .tp-portfolio-image img {
  border-radius: 10px;
  width: 100%;
}
.tp-portfolio-wrapper .tp-portfolio-single .tp-portfolio-image .tp-portfolio-content {
  position: absolute;
  bottom: 10px;
  width: 90%;
  background: var(--color-white);
  padding: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 15px;
  line-height: 1;
  margin-bottom: -200px;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.08);
}
.tp-portfolio-wrapper .tp-portfolio-single .tp-portfolio-image .tp-portfolio-content .tp-portfolio-title {
  font-size: 24px;
  margin: 0;
  padding: 0;
  line-height: 34px;
  margin-top: 14px;
}
.tp-portfolio-wrapper .tp-portfolio-single .tp-portfolio-image .tp-portfolio-content .tp-portfolio-cats span {
  font-weight: bold;
  font-size: 14px;
  color: var(--color-primary);
  margin-top: 8px;
  display: block;
}
.tp-portfolio-wrapper .tp-portfolio-single .tp-portfolio-image .tp-portfolio-content .tp-portfolio-cats ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tp-portfolio-wrapper .tp-portfolio-single .tp-portfolio-image .tp-portfolio-content .tp-portfolio-cats ul li {
  display: inline-block;
  margin-right: 5px;
  position: relative;
}
.tp-portfolio-wrapper .tp-portfolio-single .tp-portfolio-image .tp-portfolio-content .tp-portfolio-cats ul li a {
  position: relative;
  color: var(--color-primary);
}
.tp-portfolio-wrapper .tp-portfolio-single .tp-portfolio-image .tp-portfolio-content .tp-portfolio-cats ul li a:hover {
  color: var(--color-black);
}
.tp-portfolio-wrapper .tp-portfolio-single .tp-portfolio-image .tp-portfolio-content .tp-portfolio-cats ul li a::after {
  content: ",";
}
.tp-portfolio-wrapper .tp-portfolio-single .tp-portfolio-image .tp-portfolio-content .tp-portfolio-cats ul li:last-child a::after {
  content: "";
}
.tp-portfolio-wrapper .tp-portfolio-single .tp-portfolio-image .tp-portfolio-content .tp-portfolio-content-inner.yes-button {
  width: 81%;
}
.tp-portfolio-wrapper .tp-portfolio-single .tp-portfolio-image .tp-portfolio-content .tp-portfolio-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tp-portfolio-wrapper .tp-portfolio-single .tp-portfolio-image .tp-portfolio-content .tp-portfolio-btn a {
  width: 45px;
  height: 45px;
  display: block;
  background: var(--color-primary);
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  color: var(--color-white);
}
.tp-portfolio-wrapper .tp-portfolio-single .tp-portfolio-image .tp-portfolio-content .tp-portfolio-btn a:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}
.tp-portfolio-wrapper .tp-portfolio-single:hover .tp-portfolio-content {
  margin-bottom: 0;
}
.tp-portfolio-wrapper .tp-portfolio-single.tp-masonary-item:hover .tp-portfolio-image::after {
  background: rgb(34, 40, 40);
  background: linear-gradient(180deg, rgba(34, 40, 40, 0.1) 0%, rgb(34, 38, 40) 100%);
  opacity: 1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  border-radius: 10px;
}
.tp-portfolio-wrapper .tp-portfolio-single.tp-masonary-item .tp-portfolio-image {
  position: relative;
  z-index: 99;
}
.tp-portfolio-wrapper .tp-portfolio-single.tp-masonary-item .tp-portfolio-image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: rgb(34, 40, 40);
  background: linear-gradient(180deg, rgba(34, 40, 40, 0.1) 0%, rgb(34, 38, 40) 100%);
  opacity: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  border-radius: 10px;
}
.tp-portfolio-wrapper .tp-portfolio-single.tp-masonary-item .tp-portfolio-image .tp-portfolio-content.portfolio-masonary {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  z-index: 9;
}
.tp-portfolio-wrapper .tp-portfolio-single.tp-masonary-item .tp-portfolio-image .tp-portfolio-content.portfolio-masonary .tp-portfolio-title a {
  color: var(--color-white);
}
.tp-portfolio-wrapper .tp-portfolio-single.tp-masonary-item .tp-portfolio-image .tp-portfolio-content.portfolio-masonary .tp-portfolio-title a:hover {
  color: var(--color-red);
}
.tp-portfolio-wrapper .tp-portfolio-single.tp-masonary-item .tp-portfolio-image .tp-portfolio-content.portfolio-masonary .tp-portfolio-btn {
  position: absolute;
  left: 0;
  transform: translate(5%, -70%);
  top: 0;
}
.tp-portfolio-wrapper .tp-portfolio-single.tp-masonary-item .tp-portfolio-image .tp-portfolio-content.portfolio-masonary .tp-portfolio-btn a {
  transform: rotate(-50deg);
  border-radius: 100%;
  background: var(--color-red);
}
.tp-portfolio-wrapper .tp-portfolio-single.tp-masonary-item .tp-portfolio-image .tp-portfolio-content.portfolio-masonary .tp-portfolio-btn a:hover {
  background-color: var(--color-white);
  color: var(--color-red);
}
.tp-portfolio-wrapper .tp-portfolio-top-box {
  display: flex;
  margin-bottom: 59px;
  align-items: center;
}
@media screen and (max-width: 375px) {
  .tp-portfolio-wrapper .tp-portfolio-top-box {
    display: block;
  }
}
.tp-portfolio-wrapper .tp-portfolio-top-box .tp-portfolio-heading {
  flex-grow: 1;
}
.tp-portfolio-wrapper .tp-portfolio-top-box .tp-portfolio-arrow {
  position: relative;
}
.tp-portfolio-wrapper .tp-portfolio-top-box .tp-portfolio-arrow .tp-protfolio-arrow {
  width: 141px;
}
@media screen and (max-width: 375px) {
  .tp-portfolio-wrapper .tp-portfolio-top-box .tp-portfolio-arrow .tp-protfolio-arrow {
    margin-top: 20px;
  }
}
.tp-portfolio-wrapper .tp-portfolio-top-box .tp-portfolio-arrow .tp-protfolio-arrow button.slick-arrow {
  position: unset;
}
.tp-portfolio-wrapper .tp-portfolio-top-box .tp-portfolio-arrow button.slick-next.slick-arrow.tp-portfolio-next {
  margin-left: 15px;
}
.tp-portfolio-wrapper .tp-portfolio-top-box .tp-portfolio-small-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  color: var(--color-secodary);
}
.tp-portfolio-wrapper .tp-portfolio-top-box .tp-portfolio-headding-title {
  font-size: 42px;
  font-weight: bold;
  line-height: 58px;
  margin: 0;
}

.tp-portfolio-tag-and-share {
  display: flex;
  padding-bottom: 25px;
  border-bottom: 2px solid var(--color-thard);
}
@media screen and (max-width: 500px) {
  .tp-portfolio-tag-and-share {
    display: block;
    text-align: center;
  }
}
.tp-portfolio-tag-and-share .tp-portfolio-tag {
  flex-grow: 1;
}
@media screen and (max-width: 500px) {
  .tp-portfolio-tag-and-share .tp-portfolio-tag {
    margin-bottom: 30px;
  }
}
.tp-portfolio-tag-and-share .tp-portfolio-tag ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tp-portfolio-tag-and-share .tp-portfolio-tag ul li {
  display: inline-block;
  margin-right: 5px;
}
.tp-portfolio-tag-and-share .tp-portfolio-tag ul li a {
  display: block;
  padding: 0px 8px;
  background: var(--color-thard);
  border-radius: 5px;
  font-weight: bold;
  line-height: 2;
  color: var(--color-black);
}
.tp-portfolio-tag-and-share .tp-portfolio-tag ul li a:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.tp-portfolio-tag-and-share .tp-portfolio-share span {
  display: inline-block;
  margin-right: 15px;
}
.tp-portfolio-tag-and-share .tp-portfolio-share .share-this-post {
  display: inline-block;
}

.tp-portfolio-info-img img {
  height: 630px;
  object-fit: cover;
  border-radius: 10px;
}

.tp-portfolio-info-box {
  width: 80%;
  margin: auto;
  margin-top: -71px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .tp-portfolio-info-box {
    width: 93%;
  }
}
.tp-portfolio-info-box .tp-portfolio-info-lists {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  border-bottom: 4px solid var(--color-primary);
  box-shadow: var(--box-showdow);
  padding: 21px 0;
  flex-wrap: nowrap;
  background-color: var(--color-white);
}
.tp-portfolio-info-box .tp-portfolio-info-lists .tp-portfolio-info-list {
  max-width: 33%;
}
.tp-portfolio-info-box .tp-portfolio-info-lists .tp-portfolio-info-list p {
  margin-bottom: 0;
}
.tp-portfolio-info-box .tp-portfolio-info-lists .tp-portfolio-info-list .tp-portfolio-info-title {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-bottom: 7px;
}
.tp-portfolio-info-box .tp-portfolio-info-lists .tp-portfolio-info-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tp-portfolio-info-box .tp-portfolio-info-lists .tp-portfolio-info-list ul li {
  display: inline-block;
  margin-right: 6px;
}
.tp-portfolio-info-box .tp-portfolio-info-lists .tp-portfolio-info-list ul li a {
  position: relative;
}
.tp-portfolio-info-box .tp-portfolio-info-lists .tp-portfolio-info-list ul li a::after {
  content: ",";
}
.tp-portfolio-info-box .tp-portfolio-info-lists .tp-portfolio-info-list ul li:last-child a::after {
  content: "";
}

.content-area.tp-portfolio-wrapper .all-posts-wrapper {
  padding-bottom: 90px;
}
@media screen and (max-width: 425px) {
  .content-area.tp-portfolio-wrapper .tp-related-portfolio-wrapper .tp-portfolio-top-box {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 425px) {
  .content-area.tp-portfolio-wrapper .tp-related-portfolio-wrapper .tp-portfolio-top-box .tp-protfolio-arrow {
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 425px) {
  .content-area.tp-portfolio-wrapper .tp-related-portfolio-wrapper .tp-portfolio-top-box .tp-portfolio-headding-title {
    font-size: 37px;
  }
}
.content-area.tp-portfolio-wrapper .tp-related-portfolio-wrapper button.slick-arrow {
  border-radius: 5px;
}
.content-area.tp-portfolio-wrapper .tp-related-portfolio-wrapper button.slick-prev.slick-arrow.tp-related-portfolio-prev {
  margin-right: 10px;
}

/*************************************
********DOWNLOAD BOX CSS  **********
*************************************/
.tp-portfolio-menu {
  text-align: center;
  margin-bottom: 40px;
}
.tp-portfolio-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tp-portfolio-menu ul li {
  display: inline-block;
  cursor: pointer;
  margin: 0 16px;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
.tp-portfolio-menu ul li.active {
  border-bottom: 3px solid var(--color-primary);
  color: var(--color-primary);
}

/*************************************
******** COUNTER CSS  **********
*************************************/
.tp-counter-wrapper {
  border: 1px solid var(--color-thard);
  padding: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 375px) {
  .tp-counter-wrapper {
    padding: 23px;
  }
}
.tp-counter-wrapper .tp-counter-col:last-child .tp-counter-items {
  border-right: transparent;
}
.tp-counter-wrapper .tp-counter-items {
  border-right: 1px solid var(--color-thard);
}
.tp-counter-wrapper .tp-counter-items .tp-counter-item {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
}
.tp-counter-wrapper .tp-counter-items .tp-counter-item .tp-counter-icon {
  font-size: 50px;
  line-height: 1;
  margin-right: 35px;
  color: var(--color-primary);
}
.tp-counter-wrapper .tp-counter-items .tp-counter-item .tp-counter-numner {
  font-size: 42px;
  font-weight: bold;
  line-height: 52px;
}
@media screen and (max-width: 375px) {
  .tp-counter-wrapper .tp-counter-items .tp-counter-item .tp-counter-numner {
    font-size: 38px;
  }
}
.tp-counter-wrapper .tp-counter-items .tp-counter-item .tp-counter-numner .tp-count-timer {
  display: inline-block;
}
.tp-counter-wrapper .tp-counter-items .tp-counter-item .tp-counter-numner span {
  font-size: 95%;
}
.tp-counter-wrapper .tp-counter-items .tp-counter-item .tp-counter-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 0;
  color: var(--color-primary);
}

.tp-counter-v2-wrapper .tp-counter-col {
  border-bottom: 1px solid #E9E9E9;
}
.tp-counter-v2-wrapper .tp-counter-col .counter-v2-item {
  text-align: center;
  padding-bottom: 100px;
}
.tp-counter-v2-wrapper .tp-counter-col .counter-v2-item .counter-v2-number .tp-count-timer, .tp-counter-v2-wrapper .tp-counter-col .counter-v2-item .counter-v2-number span {
  font-size: 85px;
  font-weight: bold;
  display: inline-block;
  line-height: 110%;
  letter-spacing: -0.2px;
  color: var(--color-secodary);
}
.tp-counter-v2-wrapper .tp-counter-col .counter-v2-item h2.counter-v2-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.tp-counter-v2-wrapper .tp-counter-col.active {
  border-color: var(--color-secodary);
}

/*************************************
******** WORK PROCESS CSS  **********
*************************************/
.tp-single-works {
  text-align: center;
}
.tp-single-works:hover .tp-work-icon {
  border-radius: 100%;
}
.tp-single-works .tp-work-icon {
  width: 122px;
  height: 122px;
  background: var(--color-primary);
  border-radius: 40px;
  font-size: 58px;
  padding: 30px 0;
  display: inline-block;
  color: var(--color-white);
  line-height: 1;
  text-align: center;
}
.tp-single-works .tp-work-title {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0;
  display: block;
  margin-top: 20px;
  margin-bottom: 15px;
}

/*************************************
******** SEO INPUT CSS  **********
*************************************/
.tp-seo-inputs .tp-seo-input input {
  background: var(--color-white);
  border-radius: 0;
}
@media screen and (max-width: 575px) {
  .tp-seo-inputs .tp-seo-input input {
    border-radius: 50px;
    margin: 5px 0;
    padding: 0 25px;
  }
}
.tp-seo-inputs .tp-seo-input.name input {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-right: 1px solid var(--color-thard);
}
.tp-seo-inputs .tp-seo-input.button .wpcf7-submit {
  width: 100%;
  background-color: var(--color-secodary);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border: transparent;
  color: var(--color-white);
  height: 100%;
  position: relative;
  right: -1px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  width: 100%;
  display: block;
  padding: 15px;
  margin-left: -1px;
}
.tp-seo-inputs .tp-seo-input.button .wpcf7-submit:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}

.tp-seo-inputs.row > * {
  margin: 0;
  padding: 0;
}

/*************************************
******** TESTIMONIAL CSS  **********
*************************************/
.tp-testimonial-item-inner {
  padding: 40px;
  box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
}
.tp-testimonial-item-inner::after {
  content: "";
  width: 5px;
  height: 94px;
  background: var(--color-primary);
  position: absolute;
  top: 12%;
  left: 0px;
  border-radius: 5px;
}
.tp-testimonial-item-inner .tp-testimonial-top {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.tp-testimonial-item-inner .tp-testimonial-top .tp-testimonial-author {
  position: relative;
  margin-right: 20px;
}
.tp-testimonial-item-inner .tp-testimonial-top .tp-testimonial-author .icon {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 26px;
  height: 26px;
  background: var(--color-primary);
  border-radius: 100%;
  font-size: 10px;
  text-align: center;
  padding: 0px;
  color: var(--color-white);
}
.tp-testimonial-item-inner .tp-testimonial-top .tp-testimonial-author img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  object-fit: cover;
}
.tp-testimonial-item-inner .tp-testimonial-top .tp-testimonial-title {
  font-size: 18px;
  margin: 0;
  line-height: 24px;
}
.tp-testimonial-item-inner .tp-testimonial-top .tp-testimonial-stitle {
  font-size: 14px;
  line-height: 2;
}
.tp-testimonial-item-inner .tp-testimonial-dec {
  margin-top: 30px;
}

/*************************************
******** TESTIMONIAL VERSION TWO CSS  **********
*************************************/
.tp-testimonial-v2-wrapper .tp-testimonial-v2-item .tp-testimonial-v2-quote {
  font-size: 60px;
  color: var(--color-red);
  line-height: 0;
}
.tp-testimonial-v2-wrapper .tp-testimonial-v2-item .tp-testimonial-v2-ratings {
  display: inline-flex;
  margin: 20px 0;
}
.tp-testimonial-v2-wrapper .tp-testimonial-v2-item .tp-testimonial-v2-ratings label {
  margin-right: 10px;
  color: var(--color-white);
  font-size: 21px;
  font-weight: bold;
}
.tp-testimonial-v2-wrapper .tp-testimonial-v2-item .tp-testimonial-v2-ratings .tp-testimonial-v2-rating {
  color: #FFB900;
  font-size: 16px;
}
.tp-testimonial-v2-wrapper .tp-testimonial-v2-item .tp-testimonial-v2-ratings .tp-testimonial-v2-rating i {
  margin-right: 5px;
}
.tp-testimonial-v2-wrapper .tp-testimonial-v2-item .tp-testimonial-v2-dec {
  font-size: 30px;
  color: var(--color-white);
  line-height: 150%;
  margin-bottom: 27px;
}
.tp-testimonial-v2-wrapper .tp-testimonial-v2-item .tp-testimonial-v2-author-wrapper {
  display: inline-flex;
  align-items: center;
}
.tp-testimonial-v2-wrapper .tp-testimonial-v2-item .tp-testimonial-v2-author-wrapper .tp-testimonial-v2-image {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
.tp-testimonial-v2-wrapper .tp-testimonial-v2-item .tp-testimonial-v2-author-wrapper .tp-testimonial-v2-image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}
.tp-testimonial-v2-wrapper .tp-testimonial-v2-item .tp-testimonial-v2-author-wrapper .tp-testimonial-v2-title {
  font-size: 24px;
  color: var(--color-white);
  margin: 0;
  line-height: 40px;
}
.tp-testimonial-v2-wrapper .tp-testimonial-v2-item .tp-testimonial-v2-author-wrapper .tp-testimonial-v2-stitle {
  color: var(--color-white);
}
.tp-testimonial-v2-wrapper .testimonial-v2-arrow {
  margin-top: 45px;
}
.tp-testimonial-v2-wrapper .testimonial-v2-arrow button.slick-arrow {
  background: transparent;
  border: none;
  color: var(--color-white);
  width: auto;
  height: auto;
  font-size: 23px;
}
.tp-testimonial-v2-wrapper .testimonial-v2-arrow button.slick-arrow:hover {
  color: var(--color-red);
}
.tp-testimonial-v2-wrapper .testimonial-v2-arrow button.testimonial-v2-next.slick-arrow {
  color: var(--color-red);
}

/*************************************
******** BLOG SECTION CSS  **********
*************************************/
.tp-blog-item {
  margin-bottom: 30px;
}
.tp-blog-item span.tp-blog-date {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  background: var(--color-primary);
  display: inline-block;
  padding: 3px 20px;
  border-radius: 5px;
  color: var(--color-white);
  margin-bottom: 15px;
}
.tp-blog-item .tp-blog-image {
  position: relative;
}
.tp-blog-item .tp-blog-image .tp-blog-date-aera {
  position: absolute;
  top: 20px;
  left: 20px;
}
.tp-blog-item .tp-blog-image .tp-blog-date-aera span.tp-blog-date {
  border-radius: 50px;
  background-color: var(--color-secodary);
}
.tp-blog-item .tp-blog-image img {
  border-radius: 10px;
}
.tp-blog-item .tp-blog-contents {
  padding: 30px;
  background: var(--color-white);
  box-shadow: var(--box-showdow);
  border-radius: 10px;
  margin: 0 20px;
  position: relative;
  margin-top: -55px;
}
@media screen and (max-width: 375px) {
  .tp-blog-item .tp-blog-contents {
    margin: 0 10px;
    margin-top: -55px;
  }
}
.tp-blog-item .tp-blog-contents .tp-blog-meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: initial;
}
.tp-blog-item .tp-blog-contents .tp-blog-meta ul li {
  display: inline-block;
  margin-right: 15px;
  word-break: break-all;
  line-height: initial;
}
.tp-blog-item .tp-blog-contents .tp-blog-meta ul li i {
  margin-right: 5px;
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.tp-blog-item .tp-blog-contents .tp-blog-meta ul li a {
  font-size: 14px;
  text-transform: capitalize;
}
.tp-blog-item .tp-blog-contents .tp-blog-title {
  font-size: 24px;
  line-height: 150%;
  padding: 0;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
}
.tp-blog-item .tp-blog-contents .tp-blog-dec {
  margin-bottom: 18px;
}
.tp-blog-item .tp-blog-contents .tp-blog-button a {
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
  vertical-align: middle;
}
.tp-blog-item .tp-blog-contents .tp-blog-button a i {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  margin-left: 5px;
}
.tp-blog-item .tp-blog-contents .tp-blog-button a:hover i {
  transform: rotate(45deg);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  margin-left: 5px;
}

.tp-blog-item.style-one .tp-blog-button {
  margin-top: 10px;
}

.tp-blog-item.style-three .tp-blog-contents {
  border-radius: 0;
  margin: 0;
}
.tp-blog-item.style-three .tp-blog-contents .tp-date-3 {
  position: absolute;
  right: 10px;
  top: -40px;
}
.tp-blog-item.style-three .tp-blog-contents .tp-date-3 span {
  display: block;
  text-align: center;
  padding: 5px 15px;
}
.tp-blog-item.style-three .tp-blog-contents .tp-date-3 span.day {
  background: var(--color-white);
  font-size: 30px;
  font-weight: bold;
}
.tp-blog-item.style-three .tp-blog-contents .tp-date-3 span.month {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color-white);
  background: var(--color-red);
}
.tp-blog-item.style-three .tp-blog-contents .tp-blog-title a:hover {
  color: var(--color-red);
}
.tp-blog-item.style-three .tp-blog-contents .tp-blog-button.button {
  margin-top: 21px;
  display: block;
}
.tp-blog-item.style-three .tp-blog-contents .tp-blog-button.button a {
  background: transparent;
  border: 2px solid var(--color-thard);
  border-radius: 50px;
  color: var(--color-black);
  padding: 20px 35px;
}
.tp-blog-item.style-three .tp-blog-contents .tp-blog-button.button a:hover {
  background: var(--color-red);
  color: var(--color-white);
}
.tp-blog-item.style-three .tp-blog-image img {
  border-radius: 0;
}
.tp-blog-item.style-three .tp-blog-meta ul li a {
  color: var(--color-red);
  text-decoration: underline;
}

/*************************************
******** BLOG SECTION CSS  **********
*************************************/
.tp-blog-v2-items {
  box-shadow: 10px 4px 60px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  overflow: hidden;
  background: var(--color-white);
  margin-bottom: 30px;
}
.tp-blog-v2-items .tp-blog-v2-contents {
  padding: 30px;
}
.tp-blog-v2-items .tp-blog-v2-contents .tp-blog-v2-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tp-blog-v2-items .tp-blog-v2-contents .tp-blog-v2-meta ul li {
  display: inline-block;
  margin-right: 20px;
}
.tp-blog-v2-items .tp-blog-v2-contents .tp-blog-v2-meta ul li i {
  display: none;
}
.tp-blog-v2-items .tp-blog-v2-contents .tp-blog-v2-meta ul li :last-child {
  margin-right: 0;
}
.tp-blog-v2-items .tp-blog-v2-contents .tp-blog-v2-meta ul li span.cat-links a {
  padding: 9px 15px;
  background: var(--color-blue);
  display: block;
  border-radius: 5px;
  font-size: 14px;
  color: var(--color-white);
  line-height: 1;
}
.tp-blog-v2-items .tp-blog-v2-contents .tp-blog-v2-meta ul li span.cat-links a:hover {
  color: var(--color-black2);
}
.tp-blog-v2-items .tp-blog-v2-contents .tp-blog-v2-meta ul li a:hover {
  color: var(--color-blue);
}
.tp-blog-v2-items .tp-blog-v2-contents .tp-blog-title {
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 34px;
  margin: 0;
  margin-top: 12px;
  font-weight: 700;
  margin-bottom: 16px;
}
.tp-blog-v2-items .tp-blog-v2-contents .tp-blog-title a {
  color: var(--color-black2);
  text-decoration: underline;
  transition: 0.4s;
}
.tp-blog-v2-items .tp-blog-v2-contents .tp-blog-title a:hover {
  color: var(--color-blue);
  text-decoration-color: transparent;
  transition: 0.4s;
}
.tp-blog-v2-items .tp-blog-v2-contents .tp-blog-v2-btn a {
  text-decoration: underline;
  color: var(--color-body);
  font-weight: 700;
}
.tp-blog-v2-items .tp-blog-v2-contents .tp-blog-v2-btn a i {
  font-size: 13px;
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.tp-blog-v2-items .tp-blog-v2-contents .tp-blog-v2-btn a:hover {
  color: var(--color-blue);
}

.tp-blog-v2-items.item-1 .tp-blog-v2-meta ul li span.cat-links a {
  background-color: var(--color-blue);
}

.tp-blog-v2-items.item-2 .tp-blog-v2-meta ul li span.cat-links a {
  background-color: var(--color-green);
}

.tp-blog-v2-items.item-3 .tp-blog-v2-meta ul li span.cat-links a {
  background-color: #E85442;
}

/*************************************
******** ICON BOX CSS  **********
*************************************/
.tp-icon-box-item {
  text-align: center;
  margin-bottom: 30px;
}
.tp-icon-box-item .tp-icon {
  font-size: 54px;
  margin-bottom: 30px;
  color: var(--color-primary);
}
.tp-icon-box-item .icon-title {
  font-size: 22px;
  line-height: 36px;
  margin: 0;
}

/*************************************
******** TEAM MEMBERS CSS  **********
*************************************/
.tp-team-member-wrapper .tp-team-member-single {
  box-shadow: 0px 0px 33px 0 rgba(0, 0, 0, 0.17);
  border-radius: 10px;
  text-align: center;
  margin-bottom: 30px;
}
.tp-team-member-wrapper .tp-team-member-single:hover .tp-team-image .tp-team-social {
  transform: translate(0px, 0%);
}
.tp-team-member-wrapper .tp-team-member-single .tp-team-image {
  position: relative;
  overflow: hidden;
}
.tp-team-member-wrapper .tp-team-member-single .tp-team-image img {
  height: 320px;
  width: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.tp-team-member-wrapper .tp-team-member-single .tp-team-image .tp-team-social {
  position: absolute;
  bottom: 20px;
  left: 0;
  background: #5842BC;
  padding: 9px 20px;
  border-radius: 52px;
  margin: 0 auto;
  right: 0;
  width: max-content;
  transform: translate(0px, 169%);
}
.tp-team-member-wrapper .tp-team-member-single .tp-team-image .tp-team-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tp-team-member-wrapper .tp-team-member-single .tp-team-image .tp-team-social ul li {
  display: inline-block;
}
.tp-team-member-wrapper .tp-team-member-single .tp-team-image .tp-team-social ul li a {
  display: block;
  width: 38px;
  height: 38px;
  text-align: center;
  border-radius: 100%;
  background: #7664C8;
  color: #ffffff;
  padding: 5px;
  font-size: 15px;
}
.tp-team-member-wrapper .tp-team-member-single .tp-team-image .tp-team-social ul li a:hover {
  background-color: #ffffff;
  color: #7664C8;
}
.tp-team-member-wrapper .tp-team-member-single .tp-team-content {
  padding: 22px;
}
.tp-team-member-wrapper .tp-team-member-single .tp-team-content .team-title {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 4px;
}
.tp-team-member-wrapper .tp-team-member-single .tp-team-content .team-stitle {
  text-transform: capitalize;
}
.tp-team-member-wrapper button.slick-next.slick-arrow {
  right: 0;
}
.tp-team-member-wrapper .slick-list {
  margin: 0 -10px;
}
.tp-team-member-wrapper .slick-slide {
  margin: 0px 10px;
}

/*************************************
******** TEAM VERSION TWO CSS  **********
*************************************/
.tp-team-v2-items {
  margin-bottom: 30px;
}
.tp-team-v2-items .team-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 5px;
}
.tp-team-v2-items .team-title a {
  color: var(--color-black2);
}
.tp-team-v2-items .team-title a:hover {
  color: var(--color-blue);
}
.tp-team-v2-items .team-stitle {
  font-size: 16px;
}
.tp-team-v2-items .tp-team-img {
  margin-bottom: 29px;
  position: relative;
}
.tp-team-v2-items .tp-team-img img {
  border-radius: 200px 200px 200px 0px;
  -moz-border-radius: 200px 200px 200px 0px;
  -webkit-border-radius: 200px 200px 200px 0px;
  border: 0px solid #000000;
}
.tp-team-v2-items .tp-team-img .team-share-box {
  position: absolute;
  bottom: 13px;
  overflow: hidden;
  right: 13px;
}
.tp-team-v2-items .tp-team-img .team-share-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tp-team-v2-items .tp-team-img .team-share-box ul:hover li a.social {
  right: 0;
}
.tp-team-v2-items .tp-team-img .team-share-box ul li {
  display: inline-block;
  overflow: hidden;
}
.tp-team-v2-items .tp-team-img .team-share-box ul li a {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: var(--color-green);
  text-align: center;
  padding: 10px;
  border-radius: 100%;
  color: var(--color-black2);
}
.tp-team-v2-items .tp-team-img .team-share-box ul li a:hover {
  background-color: var(--color-blue);
  color: var(--color-white);
}
.tp-team-v2-items .tp-team-img .team-share-box ul li a.social {
  position: relative;
  right: -66px;
  transition: 0.4s;
  margin: 0 2px;
}
.tp-team-v2-items .tp-team-img .team-share-box ul li a.share {
  background-color: var(--color-green);
  color: var(--color-black2);
}

/*************************************
******** TEAM MEMBERS DETAILS CSS  **********
*************************************/
.tp-team-details-area {
  margin-left: 40px;
}
.tp-team-details-area .team-details-title {
  font-size: 42px;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 0;
}
.tp-team-details-area .team-details-stitle {
  line-height: 1;
  margin-bottom: 16px;
  font-size: 22px;
}
.tp-team-details-area .tp-team-details-socials {
  margin-bottom: 26px;
  margin-top: 25px;
}
.tp-team-details-area .tp-team-details-socials ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tp-team-details-area .tp-team-details-socials ul li {
  display: inline-block;
  margin-right: 8px;
}
.tp-team-details-area .tp-team-details-socials ul li a {
  width: 38px;
  height: 38px;
  display: block;
  background: rgba(88, 66, 188, 0.19);
  border-radius: 100%;
  text-align: center;
  padding: 5px;
  font-size: 14px;
  color: var(--color-primary);
}
.tp-team-details-area .tp-team-details-socials ul li a:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}

/*************************************
******** PRICING TABLE CSS  **********
*************************************/
.tp-pricing-table-box {
  padding: 40px;
  background: var(--color-thard);
  border-radius: 10px;
  text-align: center;
  margin-bottom: 30px;
}
.tp-pricing-table-box:hover {
  background: var(--color-primary);
}
.tp-pricing-table-box:hover .tp-pricing-icon,
.tp-pricing-table-box:hover .tp-price-title,
.tp-pricing-table-box:hover .tp-price-stitle {
  color: var(--color-white);
}
.tp-pricing-table-box:hover .tp-pricing-prices .tp-pricing-rice {
  color: var(--color-white);
}
.tp-pricing-table-box:hover .tp-pricing-prices .tp-pricing-rice::after {
  background: var(--color-white);
}
.tp-pricing-table-box:hover .tp-pricing-prices label {
  color: var(--color-white);
}
.tp-pricing-table-box:hover .tp-pricing-table-bottom {
  background-color: rgba(255, 255, 255, 0.13);
}
.tp-pricing-table-box:hover .tp-pricing-table-bottom ul li {
  color: var(--color-white);
}
.tp-pricing-table-box:hover .tp-pricing-table-bottom ul li .tp-icon {
  color: var(--color-white);
}
.tp-pricing-table-box:hover .tp-pricing-table-bottom .tp-price-button .theme-btns {
  background-color: var(--color-white);
  color: var(--color-primary);
}
.tp-pricing-table-box .tp-pricing-icon {
  font-size: 75px;
  margin-bottom: 20px;
}
.tp-pricing-table-box .tp-price-title {
  font-size: 22px;
  margin: 0;
  line-height: 38px;
}
.tp-pricing-table-box .tp-price-stitle {
  font-size: 16px;
}
.tp-pricing-table-box .tp-pricing-prices {
  margin: 24px 0;
}
.tp-pricing-table-box .tp-pricing-prices .tp-pricing-rice {
  font-size: 42px;
  font-weight: bold;
  position: relative;
  margin-right: 10px;
}
.tp-pricing-table-box .tp-pricing-prices .tp-pricing-rice::after {
  position: absolute;
  background: var(--color-black);
  width: 2px;
  height: 20px;
  content: "";
  top: 39%;
  transform: rotate(15deg);
  right: -7px;
}
.tp-pricing-table-box .tp-pricing-prices label {
  font-size: 22px;
  font-weight: bold;
}
.tp-pricing-table-box .tp-pricing-table-bottom {
  background: var(--color-white);
  border-radius: 10px;
  padding: 30px;
}
.tp-pricing-table-box .tp-pricing-table-bottom .tp-pricing-content {
  text-align: left;
  width: max-content;
  margin: auto;
}
.tp-pricing-table-box .tp-pricing-table-bottom .tp-pricing-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tp-pricing-table-box .tp-pricing-table-bottom .tp-pricing-content ul li {
  line-height: 40px;
}
.tp-pricing-table-box .tp-pricing-table-bottom .tp-pricing-content ul li .tp-icon {
  display: inline-block;
  margin-right: 10px;
  color: #3C98D1;
  font-size: 18px;
  line-height: 0;
}
.tp-pricing-table-box .tp-pricing-table-bottom .tp-price-button {
  margin-top: 30px;
}
.tp-pricing-table-box .tp-pricing-table-bottom .tp-price-button .theme-btns {
  padding: 16px 30px;
  border-radius: 34px;
  text-transform: uppercase;
  font-size: 16px;
}

/*************************************
******** PRICING TABLE TWO CSS  **********
*************************************/
.tp-pricing-v2-items {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 48px;
  margin-bottom: 30px;
}
.tp-pricing-v2-items .tp-rice-v2-icon {
  width: 65px;
  display: inline-block;
  margin-bottom: 20px;
}
.tp-pricing-v2-items .tp-rice-v2-icon.icon {
  font-size: 54px;
}
.tp-pricing-v2-items .tp-price-title {
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 26px;
  color: var(--color-black2);
  margin-bottom: 7px;
}
.tp-pricing-v2-items .tp-prcing-v2-price {
  line-height: 1;
  margin-bottom: 28px;
}
.tp-pricing-v2-items .tp-prcing-v2-price span {
  font-size: 65px;
  font-weight: bold;
  line-height: 70px;
  color: #12141D;
}
.tp-pricing-v2-items .tp-prcing-v2-price sub {
  font-size: 16px;
  line-height: 18px;
}
.tp-pricing-v2-items .tp-prcing-v2-price sup {
  font-size: 20px;
  font-weight: bold;
  vertical-align: super;
  position: relative;
  top: -19px;
  color: #12141D;
  margin-right: 3px;
}
.tp-pricing-v2-items .tp-prcing-v2-price-button {
  margin-bottom: 26px;
}
.tp-pricing-v2-items .tp-prcing-v2-price-button a.theme-btns {
  background-color: var(--color-blue);
  color: var(--color-white);
}
.tp-pricing-v2-items .tp-prcing-v2-price-button a.theme-btns:hover {
  background-color: var(--color-green);
  color: var(--color-black2);
}
.tp-pricing-v2-items .tp-pricing-v2-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tp-pricing-v2-items .tp-pricing-v2-content ul li {
  font-size: 18px;
  font-weight: 500;
  color: #12141D;
  line-height: 27px;
  margin-bottom: 12px;
}
.tp-pricing-v2-items .tp-pricing-v2-content ul li i {
  margin-right: 8px;
  font-size: 21px;
  color: var(--color-green);
  position: relative;
  top: 3px;
}
.tp-pricing-v2-items .tp-pricing-v2-content ul li:last-child {
  margin-bottom: 0;
}

/*************************************
******** CONTACT FORM TWO CSS  **********
*************************************/
.tp-contact-form-home-two-wrapper input[type=text],
.tp-contact-form-home-two-wrapper input[type=email],
.tp-contact-form-home-two-wrapper input[type=number],
.tp-contact-form-home-two-wrapper textarea {
  background: #223452;
  color: var(--color-white);
}
.tp-contact-form-home-two-wrapper input[type=text]::placeholder,
.tp-contact-form-home-two-wrapper input[type=email]::placeholder,
.tp-contact-form-home-two-wrapper input[type=number]::placeholder,
.tp-contact-form-home-two-wrapper textarea::placeholder {
  color: var(--color-white);
  opacity: 0.7;
}
.tp-contact-form-home-two-wrapper textarea {
  padding: 12px;
}
.tp-contact-form-home-two-wrapper .tp-contact-form-input {
  margin-bottom: 30px;
}
.tp-contact-form-home-two-wrapper .tp-contact-form-submits {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tp-contact-form-home-two-wrapper .tp-contact-form-submits .tp-contact-form-button.button {
  position: relative;
}
.tp-contact-form-home-two-wrapper .tp-contact-form-submits .tp-contact-form-button.button input {
  display: block;
  padding: 17px 65px;
  border-radius: 30px;
}
.tp-contact-form-home-two-wrapper .tp-contact-form-submits .tp-contact-form-button.button span.wpcf7-spinner {
  position: absolute;
  top: 0;
  left: 0;
}
.tp-contact-form-home-two-wrapper .tp-contact-form-checkbox span.wpcf7-list-item.first.last {
  padding: 0;
  margin: 0;
  color: var(--color-white);
  opacity: 0.7;
  text-transform: capitalize;
}

/*************************************
******** GET A QUOTE FORM CSS  **********
*************************************/
.tp-get-aquote-form-wrapper input[type=text],
.tp-get-aquote-form-wrapper input[type=email],
.tp-get-aquote-form-wrapper textarea {
  background: transparent;
  border: 2px solid var(--color-thard);
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 20px;
  line-height: 1;
}
.tp-get-aquote-form-wrapper .tp-get-quote-input {
  position: relative;
}
.tp-get-aquote-form-wrapper .tp-get-quote-input::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-80%, -50%);
  color: var(--color-secodary);
  font-family: "bootstrap-icons";
}
.tp-get-aquote-form-wrapper .tp-get-quote-input.name::after {
  content: "\f4e1";
}
.tp-get-aquote-form-wrapper .tp-get-quote-input.email::after {
  content: "\f32f";
}
.tp-get-aquote-form-wrapper .tp-get-quote-input.message::after {
  content: "\f24d";
  top: 25px;
}
.tp-get-aquote-form-wrapper .button .theme-btns {
  padding: 15px 40px;
  border-radius: 5px;
  transition: 0.4s;
}

/*************************************
********DOWNLOAD BOX CSS  **********
*************************************/
.tp-download-box {
  padding: 50px 30px;
  background: #31274B;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.tp-download-box .bg-icon {
  position: absolute;
  font-size: 100px;
  right: 30px;
  z-index: -1;
  color: rgba(255, 255, 255, 0.07);
  top: 30px;
}
.tp-download-box .tp-download-title {
  color: #ffffff;
  font-size: 20px;
  margin: 0;
  line-height: 32px;
}
.tp-download-box .tp-download-content {
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 30px;
}
.tp-download-box .tp-download-button .icon {
  display: inline-block;
  margin: 0 8px;
}
.tp-download-box .tp-download-button .theme-btns {
  background: #DF1E08;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px;
}
.tp-download-box .tp-download-button .theme-btns:hover {
  background: #ffffff;
  color: #000000;
}
.tp-download-box .tp-download-button.left .icon {
  margin-left: 0;
}
.tp-download-box .tp-download-button.right .icon {
  margin-right: 0;
}

/*************************************
******** SKILLBAR BOX CSS  **********
*************************************/
.tp-skills-wrapper .skillbar-item {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.tp-skills-wrapper .skillbar-item .skill-title {
  font-size: 16px;
  margin-bottom: 8px;
}
.tp-skills-wrapper .skillbar-item .skillbar {
  height: 6px;
  background: var(--color-thard);
  position: relative;
  text-align: right;
}
.tp-skills-wrapper .skillbar-item .skillbar .skill-percent-count-wrap {
  position: absolute;
  right: 0;
  top: -37px;
}
.tp-skills-wrapper .skillbar-item .skillbar .count-bar {
  background: var(--color-primary);
  height: 100%;
  position: relative;
  text-align: right;
  position: relative;
  text-align: right;
  padding-right: 0;
  border-radius: 10px;
  overflow: visible !important;
  width: 0;
}
.tp-skills-wrapper .skillbar-item .skillbar .count-bar::after {
  content: "";
  width: 16px;
  height: 16px;
  background: var(--color-primary);
  position: absolute;
  right: -3px;
  bottom: -4px;
  border-radius: 100%;
}

/*************************************
********DOWNLOAD BOX CSS  **********
*************************************/
.tp-contact-info-inner {
  padding: 90px;
}
.tp-contact-info-inner .tp-contact-info-stitle {
  color: var(--color-white);
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
}
.tp-contact-info-inner .tp-contact-info-title {
  font-size: 42px;
  color: var(--color-white);
  line-height: 52px;
  margin: 20px 0 60px 0;
  padding: 0;
  text-transform: capitalize;
}
.tp-contact-info-inner .tp-contact-info-item {
  display: flex;
  margin-bottom: 40px;
  flex-direction: row;
}
.tp-contact-info-inner .tp-contact-info-item .tp-contact-icon {
  width: 80px;
  height: 80px;
  background: var(--color-primary);
  border-radius: 10px;
  text-align: center;
  font-size: 30px;
  padding: 25px 0;
  color: var(--color-white);
  margin-right: 25px;
}
.tp-contact-info-inner .tp-contact-info-item .tp-contact-title {
  font-size: 22px;
  color: var(--color-white);
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.tp-contact-info-inner .tp-contact-info-item .tp-contact-dec {
  color: var(--color-white);
  padding-right: 31px;
  line-height: 25px;
}

/*************************************
******** FEATURE WITH VIDEO CSS  **********
*************************************/
.tp-feature-with-vide-section-wrapper .tp-featuer-with-video-inner {
  position: relative;
}
.tp-feature-with-vide-section-wrapper .tp-featuer-with-video-inner .tp-feature-with-video-content .feature-title {
  font-size: 45px;
  line-height: 57px;
  margin-bottom: 30px;
}
.tp-feature-with-vide-section-wrapper .tp-featuer-with-video-inner .tp-feature-with-video-content .tp-feature-button.button {
  margin-top: 30px;
}
.tp-feature-with-vide-section-wrapper .tp-featuer-with-video-inner .tp-feature-with-video-content .tp-feature-button.button .theme-btns {
  background: transparent;
  border: 2px solid var(--color-thard);
  border-radius: 50px;
  padding: 18px 40px;
  color: var(--color-black);
}
.tp-feature-with-vide-section-wrapper .tp-featuer-with-video-inner .tp-feature-with-video-content .tp-feature-button.button .theme-btns:hover {
  background-color: var(--color-red);
  color: var(--color-white);
}
.tp-feature-with-vide-section-wrapper .tp-featuer-with-video-inner .tp-feature-with-video-bg {
  width: 44%;
  height: 470px;
  position: absolute;
  right: 7%;
  bottom: 23px;
  background-position: center;
  background-repeat: no-repeat;
  left: auto;
  z-index: -1;
  top: auto;
  background-size: cover;
}
.tp-feature-with-vide-section-wrapper .tp-featuer-with-video-inner .tp-feature-exparinace-video-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  height: 100%;
}
.tp-feature-with-vide-section-wrapper .tp-featuer-with-video-inner .tp-feature-exparinace-video-wrapper .tp-feature-exparince-video-box {
  position: relative;
}
.tp-feature-with-vide-section-wrapper .tp-featuer-with-video-inner .tp-feature-exparinace-video-wrapper .tp-feature-exparince-video-box .icon a {
  width: 100px;
  height: 100px;
  background: var(--color-white);
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
  position: absolute;
  right: -99px;
  top: -99px;
  padding: 35px;
  color: var(--color-red);
}
.tp-feature-with-vide-section-wrapper .tp-featuer-with-video-inner .tp-feature-exparinace-video-wrapper .tp-feature-exparince-video-box .icon a:hover {
  background-color: var(--color-red);
  color: var(--color-white);
  border-radius: 100%;
}
.tp-feature-with-vide-section-wrapper .tp-featuer-with-video-inner .tp-feature-exparinace-video-wrapper .tp-feature-exparince-video-box .tp-feature-exparince-conten {
  background: var(--color-red);
  padding: 35px;
  font-size: 37px;
  max-width: 265px;
  color: var(--color-white);
  line-height: 45px;
  font-style: italic;
  z-index: 9999;
}

/*************************************
******** THEMEPUL CUSTOM WORDPRESS WIDGETS CSS  **********
*************************************/
.tp-custom-widget ul.themepul-widget-post-thum li {
  display: flex;
  margin-bottom: 18px;
  align-items: center;
}
.tp-custom-widget ul.themepul-widget-post-thum li:last-child {
  margin-bottom: 0px;
}
.tp-custom-widget ul.themepul-widget-post-thum li img {
  width: 100%;
  height: 75px;
  object-fit: cover;
  margin-right: 16px;
  max-width: 100px;
  border-radius: 5px;
}
.tp-custom-widget ul.themepul-widget-post-thum li .themepul-widget-post-thum-content {
  line-height: 17px;
}
.tp-custom-widget ul.themepul-widget-post-thum li .themepul-widget-post-thum-content a.recent-post-title {
  font-size: 16px;
  line-height: 23px;
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}
.tp-custom-widget ul.themepul-widget-post-thum li .themepul-widget-post-thum-content .recent-widget-date {
  font-size: 14px;
}
.tp-custom-widget ul.themepul-widget-post-thum li .themepul-widget-post-thum-content .recent-widget-date i {
  margin-right: 5px;
  font-size: 12px;
}
.tp-custom-widget .themepul-widget-about-wrapper .themepul-about-widget-img {
  margin-bottom: 15px;
}
.tp-custom-widget .themepul-widget-about-wrapper .themepul-about-widget-social ul li {
  display: inline-block;
  margin-right: 10px;
}
.tp-custom-widget .themepul-widget-about-wrapper .themepul-about-widget-social ul li:last-child {
  margin-right: 0px;
}
.tp-custom-widget .themepul-widget-about-wrapper .themepul-about-widget-social ul li a {
  display: block;
  width: 35px;
  height: 35px;
  background: var(--color-primary);
  color: var(--color-white);
  border-radius: 100%;
  text-align: center;
  padding: 4px 0;
  font-size: 13px;
}
.tp-custom-widget .themepul-widget-about-wrapper .themepul-about-widget-social ul li a:hover {
  background: var(--color-secodary);
  color: var(--color-white);
}
.tp-custom-widget .company-info-widget .conpany-info-img {
  margin-bottom: 15px;
}
.tp-custom-widget .company-contact-widget li {
  display: flex;
  align-items: flex-start;
}
.tp-custom-widget .company-contact-widget li .icon {
  margin-right: 10px;
  font-size: 17px;
  line-height: 2;
}
.tp-custom-widget .company-contact-widget li:last-child {
  margin-bottom: 0px;
}
.tp-custom-widget .subscribe-widget .company-subscribe-widget .mc4wp-form-fields input {
  background: var(--color-white);
  border-radius: 24px;
  height: 50px;
  border: 1px solid rgba(49, 39, 75, 0.16);
}
.tp-custom-widget .subscribe-widget .company-subscribe-widget .mc4wp-form-fields button {
  width: 100%;
  background: var(--color-secodary);
  border-color: transparent;
  padding: 7px;
  border-radius: 24px;
  color: var(--color-white);
  font-weight: 600;
  margin-top: 15px;
  transition: 0.4s;
}
.tp-custom-widget .subscribe-widget .company-subscribe-widget .mc4wp-form-fields button:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.tp-custom-widget .subscribe-widget .company-subscribe-widget p {
  margin-top: 15px;
}

.site-footer .footer-widgets-area .tp-social-widgets-box ul li {
  display: inline-block;
}
.site-footer .footer-widgets-area .tp-social-widgets-box ul li a {
  width: 35px;
  height: 35px;
  display: block;
  background: var(--color-primary);
  border-radius: 100%;
  text-align: center;
  padding: 5px 0;
  color: var(--color-white);
  font-size: 13px;
}
.site-footer .footer-widgets-area .tp-social-widgets-box ul li a:hover {
  background-color: var(--color-secodary);
  color: var(--color-white);
}

.themepul-widget-banner-wrapper {
  padding: 120px 43px;
  text-align: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.themepul-widget-banner-wrapper h2.widget-title {
  color: var(--color-white);
  font-size: 36px;
  margin-bottom: 20px;
}
.themepul-widget-banner-wrapper h2.widget-title::before {
  content: unset;
}
.themepul-widget-banner-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 85%;
}
.themepul-widget-banner-wrapper .themepul-banner-dec {
  color: var(--color-white);
}
.themepul-widget-banner-wrapper .themepul-banner-btn.button .theme-btns {
  background: var(--color-white);
  color: var(--color-black);
}
.themepul-widget-banner-wrapper .themepul-banner-btn.button .theme-btns i {
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.themepul-widget-banner-wrapper .themepul-banner-btn.button .theme-btns:hover {
  background-color: var(--color-secodary);
  color: var(--color-white);
}

/*************************************
******** PERTNER WIDGET CSS  **********
*************************************/
.tp-partner-wrapper {
  margin: 80px 0;
  text-align: center;
}
.tp-partner-wrapper .tp-partner-item {
  width: 200px;
  height: 75px;
  background: #fff;
  box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.11);
  display: inline-flex;
  align-items: center;
  margin: 30px 0;
  border-radius: 10px;
  justify-content: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
}
.tp-partner-wrapper .tp-partner-item:hover {
  margin-top: 20px;
}
.tp-partner-wrapper .tp-partner-item.item-3 {
  margin-left: -116px;
}
.tp-partner-wrapper .tp-partner-item.item-5 {
  margin-left: -10px;
}
.tp-partner-wrapper .tp-partner-item.item-4 {
  margin-left: 116px;
}
.tp-partner-wrapper .tp-partner-item.item-6 {
  margin-left: 10px;
}
.tp-partner-wrapper .tp-partner-items {
  position: relative;
}
.tp-partner-wrapper .circle-shapes-wrap {
  width: 70%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #e0e0e1;
  -webkit-animation: rounded 30s linear infinite;
  animation: rounded 30s linear infinite;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-bottom: 70%;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.tp-partner-wrapper .circle-shapes-wrap::after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--color-blue);
  position: absolute;
  top: -5px;
  border-radius: 100%;
  -webkit-animation: zoomInOut 4s infinite;
  animation: zoomInOut 4s infinite;
}
.tp-partner-wrapper .circle-shapes-wrap::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--color-green);
  position: absolute;
  bottom: -5px;
  border-radius: 100%;
  -webkit-animation: zoomInOut 4s infinite;
  animation: zoomInOut 4s infinite;
}
.tp-partner-wrapper .circle-shapes-wrap .circle-shapes {
  width: 70%;
  position: absolute;
  border-radius: 50%;
  padding-bottom: 70%;
  background: #F7F5ED;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.tp-partner-wrapper .circle-shapes-wrap .circle-shapes::after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--color-blue);
  position: absolute;
  border-radius: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: zoomInOut 4s infinite;
  animation: zoomInOut 4s infinite;
}
@-webkit-keyframes rounded {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (max-width: 768px) {
  .tp-partner-wrapper {
    overflow: hidden;
    padding: 85px 0;
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  .tp-partner-wrapper {
    overflow: hidden;
  }
  .tp-partner-wrapper .circle-shapes-wrap {
    width: 100%;
    height: 36%;
    padding-bottom: 100%;
  }
  .tp-partner-wrapper .tp-partner-item.item-3,
  .tp-partner-wrapper .tp-partner-item.item-4,
  .tp-partner-wrapper .tp-partner-item.item-5,
  .tp-partner-wrapper .tp-partner-item.item-5 {
    margin-left: 0;
  }
}
@media screen and (min-width: 425px) and (max-width: 575px) {
  .tp-partner-wrapper {
    padding: 53px 18px;
  }
  .tp-partner-wrapper .partner-col {
    max-width: 50%;
  }
  .tp-partner-wrapper .partner-col .tp-partner-item {
    width: 180px;
    height: 75px;
    margin: 17px 0;
  }
}
/*************************************
******** ABOUT US CSS  **********
*************************************/
.tp-about-wrapper span.about-small-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 17.6px;
  text-transform: uppercase;
  color: var(--color-body);
}
.tp-about-wrapper .about-title {
  font-weight: 700;
  font-size: 45px;
  line-height: 55.5px;
  letter-spacing: -0.02em;
  padding-right: 90px;
  margin-top: 10px;
  margin-bottom: 31px;
}
.tp-about-wrapper .about-title span {
  background: var(--color-green);
  display: inline-block;
  padding: 0 5px;
}
.tp-about-wrapper .about-list-content {
  margin-top: 25px;
}
.tp-about-wrapper .about-list-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tp-about-wrapper .about-list-content ul li {
  display: inline-flex;
  align-items: center;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 12px;
  color: var(--color-black2);
}
.tp-about-wrapper .about-list-content ul li span {
  margin-right: 10px;
  color: var(--color-blue);
}
.tp-about-wrapper .about-btn.button {
  margin-top: 27px;
}
.tp-about-wrapper .about-btn.button .theme-btns {
  background-color: var(--color-blue);
  color: var(--color-white);
}
.tp-about-wrapper .about-btn.button .theme-btns:hover {
  background-color: var(--color-black2);
  color: var(--color-white);
}

/*************************************
********FEATURE ITEM CSS  **********
*************************************/
.tp-features-item.active {
  border: 1px solid var(--color-black2);
}
.tp-features-item.active .features-image-button .features-button {
  opacity: 1;
  transform: scale(1);
  transition: 0.4s;
}

.tp-features-item {
  padding: 40px 50px;
  background: var(--color-gray);
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  border-radius: 5px;
  margin-bottom: 30px;
}
.tp-features-item:hover {
  border: 1px solid var(--color-black2);
}
.tp-features-item:hover .features-image-button .features-button {
  opacity: 1;
  transform: scale(1);
  transition: 0.4s;
}
.tp-features-item .tp-features-number {
  width: 40px;
  height: 40px;
  background: var(--color-blue);
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  color: var(--color-white);
  font-weight: bold;
  font-size: 16px;
  vertical-align: middle;
  padding: 11px 0;
  line-height: 17.6px;
}
.tp-features-item .features-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  line-height: 34px;
  padding-top: 31px;
  padding-bottom: 14px;
}
.tp-features-item .features-image-button {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tp-features-item .features-image-button .features-button {
  transition: 0.4s;
  opacity: 0;
  transform: scale(0);
}
.tp-features-item .features-image-button .features-button a {
  width: 65px;
  height: 65px;
  background: var(--color-black2);
  display: block;
  text-align: center;
  border-radius: 100%;
  font-size: 20px;
  padding: 18px 0;
  color: var(--color-white);
}
.tp-features-item .features-image-button .features-button a:hover {
  background-color: var(--color-blue);
  color: var(--color-white);
}
.tp-features-item .features-image-button .features-image i {
  width: 85px;
  height: 85px;
  background: #E64E60;
  display: block;
  border-radius: 100%;
  text-align: center;
  padding: 13px 0;
  font-size: 60px;
  color: var(--color-white);
  text-align: center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
}
.tp-features-item .hide-number span {
  font-size: 200px;
  position: absolute;
  line-height: 200px;
  top: 0;
  bottom: 0;
  height: max-content;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: -1;
  width: max-content;
  -webkit-text-stroke-width: 1px;
  color: transparent;
  -webkit-text-stroke-color: rgba(18, 20, 29, 0.05);
  font-weight: bold;
}

/*************************************
******** POPULAR SERVICE  **********
*************************************/
.tp-popular-service-item {
  background: var(--color-white);
  border-radius: 20px;
  padding: 50px;
  border: 1px solid var(--color-white);
  margin-bottom: 30px;
}
.tp-popular-service-item:hover {
  border-color: var(--color-black2);
}
.tp-popular-service-item:hover .service-title a::after {
  width: 100%;
}
.tp-popular-service-item .tp-popular-service-img {
  text-align: center;
  margin-bottom: 40px;
}
.tp-popular-service-item .service-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 26.4px;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
}
.tp-popular-service-item .service-title a {
  position: relative;
  color: var(--color-black2);
}
.tp-popular-service-item .service-title a::after {
  content: "";
  width: 0;
  height: 2px;
  background: var(--color-black2);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
}
.tp-popular-service-item .tp-popular-btn {
  display: block;
  margin-top: 10px;
}
.tp-popular-service-item .tp-popular-btn a {
  position: relative;
  font-weight: 600;
  color: var(--color-blue);
}
.tp-popular-service-item .tp-popular-btn a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--color-blue);
  position: absolute;
  left: 0;
  bottom: 2px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
}

/*************************************
******** VIDEO BUTTON  **********
*************************************/
.tp-video-button-wrapper {
  position: relative;
}
.tp-video-button-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.tp-video-button-wrapper .tp-video-icon {
  text-align: center;
  position: relative;
  z-index: 1;
}
.tp-video-button-wrapper .tp-video-icon a {
  width: 85px;
  height: 85px;
  background: var(--color-white);
  text-align: center;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  line-height: 1;
  color: var(--color-blue);
}
.tp-video-button-wrapper .tp-video-icon a:hover {
  box-shadow: 0 0 1px 15px rgba(255, 255, 255, 0.4), 0 0 1px 30px rgba(255, 255, 255, 0.1), 0 0 1px 45px rgba(255, 255, 255, 0.06);
  color: var(--color-blue);
}

/*************************************
******** VIDEO BUTTON  **********
*************************************/
.tp-experiance-inner {
  display: flex;
  justify-content: center;
  background: var(--color-blue);
  padding: 20px;
  align-items: center;
  border-radius: 20px;
}
.tp-experiance-inner .tp-experiance-content .number,
.tp-experiance-inner .tp-experiance-content .title {
  font-size: 45px;
  line-height: 49px;
  font-weight: 700;
  font-style: italic;
  color: var(--color-white);
}/*# sourceMappingURL=custom-widgets.css.map */