/*----------------------------------------*/
/*  01. THEME DEFAULT CSS START
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Montserrat+Alternates:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Urbanist:wght@300;400;500;600;700;800&display=swap");

:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'Plus Jakarta Sans', sans-serif;
  --tp-ff-heading: 'Plus Jakarta Sans', sans-serif;
  --tp-ff-fontawesome: Font Awesome 5 Pro;
  --tp-ff-mont: 'Montserrat Alternates', sans-serif;
  --tp-ff-urban: 'Urbanist', sans-serif;
  --tp-ff-dm: 'DM Serif Display', serif;
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #000229;

  --tp-common-green: #5FC33B;
  --tp-common-green-2: #21B641;

  --tp-heading-primary: #000229;
  --tp-grey-1: #5F6368;
  --tp-grey-2: #9A9DA7;
  --tp-grey-3: #F5F5F5;
  --tp-grey-4: #F2F3F5;
  --tp-grey-5: #888B95;
  --tp-grey-6: #EEEEF5;
  --tp-grey-7: #F6F5FA;
  --tp-grey-8: #F7F9FB;
  --tp-text-body: #5F6368;
  --tp-theme-1: #6865FF;
  --tp-theme-2: #AEE87C;
  --tp-theme-3: #FFA8B8;
  --tp-theme-4: #F1A0AF;
  --tp-border-1: #EDF5FA;
  --tp-border-2: #EBECF0;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 30px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: var(--tp-ff-body);
  font-size: 15px;
  font-weight: 400;
  color: var(--tp-text-body);
  line-height: 1.3;
  overflow-x: hidden;
}

body.monserat {
  font-family: var(--tp-ff-monserat);
}

html,
body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tp-ff-heading);
  color: var(--tp-heading-primary);
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.1;
  -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;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  color: var(--tp-text-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.z-index {
  position: relative;
  z-index: 2;
}

.z-index-3 {
  position: relative;
  z-index: 3;
}

.z-index-4 {
  position: relative;
  z-index: 4;
}

.z-index-5 {
  position: relative;
  z-index: 5;
}

.z-index-6 {
  position: relative;
  z-index: 6;
}

a,
.btn,
button,
input,
select,
textarea,
li,
img,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -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;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input,
textarea {
  outline: none;
  color: var(--tp-common-black);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #70737D;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #70737D;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #70737D;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #70737D;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  text-shadow: none;
}

::selection {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--tp-common-black);
  font-size: var(--tp-fz-body);
  opacity: 1;
}

*::placeholder {
  color: var(--tp-common-black);
  font-size: var(--tp-fz-body);
  opacity: 1;
}

/*---------------------------------
    common classes css start 
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gx-30 {
  --bs-gutter-x: 30px;
}

.gx-40 {
  --bs-gutter-x: 40px;
}

.gx-50 {
  --bs-gutter-x: 12px;
}

.gx-60 {
  --bs-gutter-x: 65px;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.gx-25 {
  --bs-gutter-x: 25px;
}

.gx-60 {
  --bs-gutter-x: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gx-60 {
    --bs-gutter-x: 40px;
  }
}

/*--
    - Spacing
-----------------------------------------*/
.tp-btn {
  display: inline-block;
  background-color: var(--tp-common-blue);
  color: var(--tp-common-white);
  height: 45px;
  line-height: 45px;
  border-radius: 30px;
  padding: 0 35px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.tp-btn span {
  position: relative;
  z-index: 5;
  transition: 0.3s;
  transition-delay: 0.3s;
  color: var(--tp-common-white);
}

.tp-btn:hover span {
  color: var(--tp-common-white);
  transition-delay: 0.1s;
}

.tp-btn-white {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  height: 45px;
  line-height: 45px;
  border-radius: 30px;
  padding: 0 35px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  overflow: hidden;
  transition: color 0.5s ease;
  transition-duration: 0.4s;
}

.tp-btn-white span {
  position: relative;
  z-index: 5;
  transition: 0.5s;
  transition-delay: 0.1s;
}

.tp-btn-white:hover {
  color: var(--tp-common-black);
  transition-duration: 0.5s;
}

.tp-btn-white:hover span.white-text {
  color: var(--tp-common-white);
}

.tp-btn-orange {
  display: inline-block;
  background-color: var(--tp-common-orange);
  color: var(--tp-common-white);
  height: 36px;
  line-height: 36px;
  border-radius: 30px;
  padding: 0 30px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.tp-btn-orange span {
  z-index: 99;
  position: relative;
  transition: 0.3s;
  transition-delay: 0.3s;
  color: var(--tp-common-white);
}

.tp-btn-orange:hover span {
  color: var(--tp-common-black);
  transition-delay: 0.1s;
}

.tp-btn-green-sm {
  display: inline-block;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-mont);
  height: 42px;
  line-height: 42px;
  padding: 0 30px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  letter-spacing: -0.02em;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  transition: 0.5s;
  background: linear-gradient(180deg, #B1FF36 -23%, #1D863C 100%);
  box-shadow: 0px 2px 3px rgba(3, 22, 3, 0.2);
  border-radius: 10px;
}

.tp-btn-green-sm:hover {
  box-shadow: 0px 8px 24px 0px rgba(25, 118, 41, 0.3);
  transform: translateY(-2px);
  color: var(--tp-common-white);
}

.tp-btn-green {
  display: inline-block;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-mont);
  height: 52px;
  line-height: 52px;
  padding: 0 30px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.02em;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  transition: 0.5s;
  background: linear-gradient(180deg, #B1FF36 -23%, #1D863C 100%);
  box-shadow: 0px 2px 3px rgba(3, 22, 3, 0.2);
  border-radius: 10px;
}

.tp-btn-green:hover {
  box-shadow: 0px 8px 24px 0px rgba(25, 118, 41, 0.3);
  transform: translateY(-2px);
  color: var(--tp-common-white);
}

.tp-btn-blue-lg {
  display: inline-block;
  background: #5B6CFF;
  box-shadow: inset -2px -2px 2px rgba(7, 13, 29, 0.3);
  border-radius: 100px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-urban);
  height: 60px;
  line-height: 61px;
  padding: 0 35px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.02em;
  position: relative;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
  transition-duration: 1s;
}

@media (max-width: 767px) {
  .tp-btn-blue-lg {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
  }
}

.tp-btn-blue-lg.purple-bg {
  background-color: var(--tp-common-blue-4);
}

.tp-btn-blue-lg.circle-effect {
  position: relative;
}

.tp-btn-blue-lg.circle-effect::after {
  background-color: var(--tp-common-black);
  border-radius: 95px;
  bottom: -100%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -100%;
  width: 100%;
  transform: scaleY(0);
  transform-origin: bottom;
  transition-duration: 1s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.14, 0, 0, 1.01);
  will-change: transform;
  z-index: -1;
}

.tp-btn-blue-lg.circle-effect-black {
  position: relative;
}

.tp-btn-blue-lg.circle-effect-black::after {
  background-color: var(--tp-common-black);
  border-radius: 95px;
  bottom: -100%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -100%;
  width: 100%;
  transform: scaleY(0);
  transform-origin: bottom;
  transition-duration: 1s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.14, 0, 0, 1.01);
  will-change: transform;
  z-index: -1;
}

.tp-btn-blue-lg span {
  position: relative;
  z-index: 5;
  transition: 0.5s;
  color: var(--tp-common-white);
}

.tp-btn-blue-lg:hover {
  color: var(--tp-common-white);
}

.tp-btn-blue-lg:hover.circle-effect::after {
  transform: scaleY(1);
  transform-origin: top;
}

.tp-btn-blue-lg:hover.circle-effect-black {
  color: var(--tp-common-white);
  transition: 0.3s;
}

.tp-btn-blue-lg:hover.circle-effect-black::after {
  transform: scaleY(1);
  transform-origin: top;
}

.tp-btn-blue-lg:hover.purple-bg {
  background-color: transparent;
}

.tp-btn-blue-lg:hover span.text-color-black {
  color: var(--tp-common-black);
}

.tp-btn-blue-sm {
  display: inline-block;
  background: #5B6CFF;
  box-shadow: inset -2px -2px 2px rgba(7, 13, 29, 0.3);
  border-radius: 100px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-urban);
  height: 48px;
  line-height: 48px;
  padding: 0 35px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  transition: 0.5s;
}

.tp-btn-blue-sm span {
  position: relative;
  z-index: 5;
  transition: 0.3s;
  transition-delay: 0.3s;
  color: var(--tp-common-white);
}

.tp-btn-blue-sm:hover span {
  color: var(--tp-common-white);
  transition-delay: 0.1s;
}

.tp-btn-border {
  display: inline-block;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-urban);
  border: 1px solid #5B6CFF;
  border-radius: 100px;
  height: 60px;
  line-height: 60px;
  padding: 0 35px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
}

@media (max-width: 767px) {
  .tp-btn-border {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
  }
}

.tp-btn-border span {
  position: relative;
  z-index: 5;
  transition: 0.7s;
  color: var(--tp-theme-1);
}

.tp-btn-border:hover {
  border-color: var(--tp-common-black);
}

.tp-btn-border:hover span {
  color: var(--tp-common-white);
}

.tp-btn-white-solid {
  display: inline-block;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-urban);
  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(5px);
  border-radius: 100px;
  height: 36px;
  padding: 0 22px;
  font-weight: 700;
  font-size: 15px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  transition: 0.5s;
}

.tp-btn-yellow {
  display: inline-block;
  background: var(--tp-common-yellow-3);
  border-radius: 100px;
  height: 42px;
  padding: 0 32px;
  font-weight: 500;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  transition: 0.5s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-btn-yellow {
    height: 42px;
    padding: 0 20px;
    font-size: 14px;
  }
}

.tp-btn-yellow span {
  position: relative;
  z-index: 5;
  transition: 0.3s;
  color: var(--tp-common-black);
}

.tp-btn-yellow span:hover {
  color: var(--tp-common-black);
}

.tp-btn-yellow.inner-color {
  background: #FFCE5A;
  color: var(--tp-common-black);
}

.tp-btn-yellow.inner-color:hover span {
  color: var(--tp-common-white);
}

.tp-btn-yellow-sm {
  display: inline-block;
  color: var(--tp-common-black);
  background: var(--tp-common-yellow-3);
  backdrop-filter: blur(5px);
  border-radius: 100px;
  height: 50px;
  padding: 0 24px;
  font-weight: 500;
  font-size: 17px;
  line-height: 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  transition: 0.5s;
}

.tp-btn-yellow-lg {
  display: inline-block;
  color: var(--tp-common-black);
  background: #FFCE5A;
  border-radius: 100px;
  height: 60px;
  padding: 0 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  transition-duration: 1s;
}

@media (max-width: 767px) {
  .tp-btn-yellow-lg {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
  }
}

.tp-btn-yellow-lg::after {
  background-color: var(--tp-common-white);
  border-radius: 100px;
  bottom: -100%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -100%;
  width: 100%;
  transform: scaleY(0);
  transform-origin: bottom;
  transition-duration: 1s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.14, 0, 0, 1.01);
  will-change: transform;
  z-index: -1;
}

.tp-btn-yellow-lg:hover {
  background-color: transparent;
  color: var(--tp-common-black);
}

.tp-btn-yellow-lg:hover::after {
  transform: scaleY(1);
  transform-origin: top;
}

.tp-btn-yellow-lg.yellow-bg {
  background-color: #F8FF35;
}

.tp-btn-yellow-border {
  height: 60px;
  line-height: 57px;
  padding-left: 38px;
  padding-right: 28px;
  border-radius: 100px;
  border: 2px solid var(--tp-common-yellow-3);
  color: var(--tp-common-yellow-3);
  font-size: 16px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s;
}

.tp-btn-yellow-border i {
  padding-left: 60px;
  position: relative;
  z-index: 5;
  color: var(--tp-common-black);
  font-size: 22px;
  transform: translateY(2px);
}

.tp-btn-yellow-border::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 60px;
  background: var(--tp-common-yellow-3);
  z-index: -1;
  transition: 0.3s;
}

.tp-btn-yellow-border:hover {
  color: var(--tp-common-black);
  border: 2px solid #F8FF35;
}

.tp-btn-yellow-border:hover::before {
  width: 100%;
  background: #F8FF35;
}

.tp-btn-service {
  height: 40px;
  line-height: 35px;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  color: var(--tp-common-yellow-3);
  border-radius: 20px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0px 30px;
  font-weight: 600;
  font-size: 15px;
  transition: 0.3s;
}

.tp-btn-service:hover {
  background-color: var(--tp-common-yellow-3);
  color: var(--tp-common-black);
  border-color: var(--tp-common-yellow-3);
}

.tp-btn-grey {
  height: 60px;
  line-height: 60px;
  color: var(--tp-common-black);
  border-radius: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0px 35px;
  font-weight: 600;
  font-size: 16px;
  background: var(--tp-common-white);
  transition: 0.3s;
  transition-duration: 1s;
  overflow: hidden;
}

@media (max-width: 767px) {
  .tp-btn-grey {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
  }
}

.tp-btn-grey::after {
  background-color: var(--tp-common-black);
  border-radius: 100px;
  bottom: -100%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -100%;
  width: 100%;
  transform: scaleY(0);
  transform-origin: bottom;
  transition-duration: 1s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.14, 0, 0, 1.01);
  will-change: transform;
  z-index: -1;
}

.tp-btn-grey:hover {
  background-color: transparent;
  color: var(--tp-common-white);
}

.tp-btn-grey:hover::after {
  transform: scaleY(1);
  transform-origin: top;
}

.tp-btn-purple {
  height: 40px;
  line-height: 38px;
  color: var(--tp-common-black);
  border-radius: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0px 35px;
  font-weight: 600;
  font-size: 14px;
  background: #F7F9FB;
  transition: 0.3s;
}

.tp-btn-purple:hover {
  color: var(--tp-common-white);
  background: #6B14FA;
}

.tp-btn-purple-lg {
  height: 60px;
  line-height: 60px;
  color: var(--tp-common-white);
  background: #6B14FA;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0px 35px;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s;
}

.tp-btn-purple-lg:hover {
  color: var(--tp-common-white);
  background: #6B14FA;
}

.tp-btn-yellow-solid {
  height: 60px;
  line-height: 60px;
  color: var(--tp-common-black);
  background: #DDFF7B;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0px 35px;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s;
  overflow: hidden;
}

.tp-btn-yellow-solid.circle-effect {
  position: relative;
}

.tp-btn-yellow-solid.circle-effect::after {
  background-color: var(--tp-common-white);
  border-radius: 95px;
  bottom: -100%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -100%;
  width: 100%;
  transform: scaleY(0);
  transform-origin: bottom;
  transition-duration: 1s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.14, 0, 0, 1.01);
  will-change: transform;
  z-index: -1;
}

.tp-btn-yellow-solid:hover {
  color: var(--tp-common-black);
  background: #DDFF7B;
}

.tp-btn-yellow-solid:hover.circle-effect::after {
  transform: scaleY(1);
  transform-origin: top;
}

.tp-btn-hover {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.tp-btn-hover b {
  position: absolute;
  width: 0px;
  height: 0px;
  background-color: var(--tp-common-black);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  z-index: 1;
}

.tp-btn-hover:hover b {
  width: 400px;
  height: 400px;
  display: inline-block;
}

.tp-btn-hover.alt-color b {
  background-color: var(--tp-theme-1);
}

.tp-btn-hover.alt-color-black b {
  background-color: var(--tp-common-black);
}

.tp-btn-hover.alt-color-white b {
  background-color: var(--tp-common-white);
}

.tp-btn-price {
  display: inline-block;
  background: rgba(89, 86, 233, 0.08);
  color: var(--tp-common-blue);
  height: 45px;
  line-height: 45px;
  border-radius: 30px;
  padding: 0 35px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.submit-btn {
  background-color: var(--tp-common-blue-4);
  text-align: center;
  height: 55px;
  padding: 0px 20px;
  display: inline-block;
  line-height: 55px;
  color: var(--tp-common-white);
  font-weight: 600;
  font-size: 16px;
}

.submit-btn:hover {
  color: var(--tp-common-white);
}

.signin-btn {
  background-color: #64ad28;
  text-align: center;
  height: 55px;
  padding: 0px 100px;
  display: inline-block;
  line-height: 55px;
  color: var(--tp-common-white);
  font-weight: 600;
  font-size: 16px;
  border-radius: 12px;
}

.signin-btn:hover {
  background-color: #69a03c;
  color: var(--tp-common-white);
}

.tp-btn-inner {
  display: inline-block;
  background: var(--tp-common-blue-4);
  color: var(--tp-common-white);
  height: 50px;
  line-height: 50px;
  border-radius: 30px;
  padding: 0 35px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.tp-btn-inner.white-bg:hover {
  transform: translateY(-2px);
  box-shadow: 0px 8px 24px 0px rgba(25, 118, 41, 0.3);
}

.tp-btn-inner span {
  position: relative;
  z-index: 5;
  transition: 0.3s;
  transition-delay: 0.3s;
  color: var(--tp-common-white);
  display: inline-block;
  transform: translateY(-2px);
}

.tp-btn-inner:hover span {
  color: var(--tp-common-white);
  transition-delay: 0.1s;
}

.tp-btn-inner-border {
  display: inline-block;
  color: var(--tp-common-white);
  height: 40px;
  line-height: 36px;
  border-radius: 30px;
  padding: 0 30px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
}

.tp-btn-inner-border i {
  padding-left: 7px;
  transform: rotate(45deg) translateY(-3px);
}

.tp-btn-inner-border:hover {
  color: var(--tp-common-yellow-3);
}

/* pulse effect animation */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes section_stroke {
  0% {
    stroke-dashoffset: 560;
  }

  50% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -560;
  }
}

@keyframes section-animation {
  0% {
    width: 0;
  }

  15% {
    width: 100%;
  }

  85% {
    opacity: 1;
  }

  90% {
    width: 100%;
    opacity: 0;
  }

  to {
    width: 0;
    opacity: 0;
  }
}

@keyframes about-sm {
  100% {
    transform: translateY(60px);
  }

  100% {
    transform: translateY(50px);
  }
}

@keyframes hero-thumb-animation {
  0% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes tpleftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes tprotate {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

@keyframes tptranslateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes lineDash {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 1000;
  }
}

@keyframes lineDash {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 1000;
  }
}

@-webkit-keyframes lineDash-2 {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -1000;
  }
}

@keyframes lineDash-2 {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -1000;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes RL_smooth {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes tptranslateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes scale_up_down {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0px;
    stroke-dasharray: 3000;
  }
}

@keyframes tpupdown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes tpswing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }

  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}

@keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }

  60% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes moving {
  0% {
    transform: translatey(0px);
  }

  25% {
    transform: translatex(20px);
  }

  50% {
    transform: translatey(-20px);
  }

  75% {
    transform: translatex(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

@keyframes about-circle {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes services-triangle {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50px);
    -moz-transform: rotate(0deg) translateX(-50px);
    -ms-transform: rotate(0deg) translateX(-50px);
    -o-transform: rotate(0deg) translateX(-50px);
    transform: rotate(0deg) translateX(-50px);
  }

  100% {
    -webkit-transform: rotate(360deg) translateY(100px);
    -moz-transform: rotate(360deg) translateY(100px);
    -ms-transform: rotate(360deg) translateY(100px);
    -o-transform: rotate(360deg) translateY(100px);
    transform: rotate(360deg) translateY(100px);
  }
}

@keyframes hero-3-dot-2 {
  0% {
    transform: translateY(-50px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }

  50% {
    opacity: 0;
    transform: translateX(-30%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes tfLeftToRight2 {
  0% {
    transform: translateX(30%) translateY(1px);
  }

  49% {
    transform: translateX(30%) translateY(1px);
  }

  50% {
    opacity: 0;
    transform: translateX(-30%) translateY(1px);
  }

  51% {
    opacity: 1;
  }
}

@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate3 {
  from {
    transform: rotateZ(0deg);
  }

  to {
    transform: rotateZ(360deg);
  }
}

@keyframes circle-animations {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes moving {
  0% {
    transform: translatey(0px);
  }

  20% {
    transform: translateX(-50px);
  }

  50% {
    transform: translatey(-40px);
  }

  100% {
    transform: translatey(0px);
  }
}

@keyframes leftright {
  0% {
    transform: translatex(0);
  }

  50% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes movinglight {
  0% {
    transform: translatey(0px);
  }

  20% {
    transform: translateX(-70px);
  }

  50% {
    transform: translatey(-70px);
  }

  100% {
    transform: translatey(0px);
  }
}

@keyframes movinglight2 {
  0% {
    transform: translatey(0px);
  }

  20% {
    transform: translateX(70px);
  }

  50% {
    transform: translatey(70px);
  }

  100% {
    transform: translatey(0px);
  }
}

@keyframes movingtop {
  0% {
    transform: translatey(0px);
  }

  20% {
    transform: translatey(70px);
  }

  50% {
    transform: translatey(-70px);
  }

  100% {
    transform: translatey(0px);
  }
}

@keyframes circle-animation {
  0% {
    right: 0;
  }

  50% {
    right: 100%;
  }

  100% {
    right: 0%;
  }
}

@keyframes section_stroke {
  0% {
    stroke-dashoffset: 560;
  }

  50% {
    stroke-dashoffset: 560;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes movingleftright1 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }

  40% {
    -webkit-transform: translateX(50px) translateY(-50px);
    transform: translateX(50px) translateY(-50px);
  }

  75% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }

  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}

@keyframes circle-animation-2 {
  0% {
    left: 0;
  }

  50% {
    left: 100%;
  }

  100% {
    left: 0%;
  }
}

@keyframes scroll1 {
  0% {
    top: 0%;
  }

  50% {
    top: 95%;
  }

  100% {
    top: 0%;
  }
}

@keyframes movingX {
  0% {
    -webkit-transform: translateY(0) rotateX(0deg);
    transform: translateY(0) rotateX(0deg);
  }

  50% {
    -webkit-transform: translateY(calc(100vh - 100%));
    transform: translateY(calc(100vh - 100%));
  }

  51% {
    -webkit-transform: translateY(calc(100vh - 100%)) rotateX(180deg);
    transform: translateY(calc(100vh - 100%)) rotateX(180deg);
  }

  100% {
    -webkit-transform: translateY(0) rotateX(180deg);
    transform: translateY(0) rotateX(180deg);
  }
}

@keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 20px;
    -webkit-transform: translateZ(150px);
    transform: translateZ(150px);
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes tracking-in-contract-bck-2 {
  0% {
    letter-spacing: 20px;
    -webkit-transform: translateZ(150px) translateY(150px);
    transform: translateZ(150px) translateY(150px);
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes animationglob {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes zoom {
  0% {
    transform: scale(0.7);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.7);
  }
}

@keyframes sliderShape {

  0%,
  100% {
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  34% {
    border-radius: 36% 64% 41% 59%/54% 41% 59% 46%;
    transform: translate3d(1px, 5px, 2px) rotateZ(0.01deg);
  }

  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(-1px, -3px, -2px) rotateZ(0.01deg);
  }
}

@keyframes zoom2 {
  0% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.9);
  }
}

@keyframes wobble-vertical {
  10% {
    transform: translateY(-10px);
  }

  50% {
    transform: skew(15deg);
  }

  80% {
    transform: rotate(10deg);
  }

  100% {
    transform: translate(0);
  }
}

@-webkit-keyframes section-highlight {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-moz-keyframes section-highlight {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-ms-keyframes section-highlight {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes section-highlight {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes widthcalc {
  0% {
    width: 20%;
  }

  50% {
    width: 50%;
  }

  75% {
    width: 90%;
  }

  90% {
    opacity: 75%;
  }

  90% {
    opacity: 100%;
  }
}

/* right bounce */
@keyframes bounceRight {

  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -ms-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  60% {
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/* /right bounce */
@keyframes icon-bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes light-one {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.6;
  }

  75% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}

/*--- preloader ---*/
.dark #preloader {
  background-color: var(--tp-theme-1);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: var(--tp-theme-1);
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

/*--- end of preloader ---*/


/*---------------------------------------*/
/*Background color
/*-----------------------------------------*/



/*----------------------------------------*/
/*  SEARCH CSS START
/*----------------------------------------*/


/*----------------------------------------*/
/*  03. MEANMENU CSS START
/*----------------------------------------*/




/*----------------------------------------*/
/*  15. HEADER CSS START
/*----------------------------------------*/


/*----------------------------------------*/
/*  16. HERO CSS START
/*----------------------------------------*/

/*----------------------------------------*/
/*  13. FEATURE CSS START
/*----------------------------------------*/




/*----------------------------------------*/
/*  23. SERVICE CSS START
/*----------------------------------------*/

/*----------------------------------------*/
/*  04. ACCOUNT CSS START
/*----------------------------------------*/


/*----------------------------------------*/
/*  21. RANK CSS START
/*----------------------------------------*/


/*----------------------------------------*/
/*  12. FAQ CSS START
/*----------------------------------------*/


/*----------------------------------------*/
/*  10. CTA CSS START
/*----------------------------------------*/


/*----------------------------------------*/
/*  05. BLOG CSS START
/*----------------------------------------*/

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__wrapper {
    padding-right: 0px;
    margin-bottom: 50px;
  }
}

.postbox__p-right {
  margin-right: 20px;
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__p-right {
    margin-right: 0px;
  }
}

.postbox__thumb .play-btn {
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  height: 90px;
  width: 90px;
  background-color: var(--tp-common-white);
  text-align: center;
  line-height: 90px;
  color: var(--tp-common-black);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.postbox__thumb .play-btn:hover {
  background-color: var(--tp-common-blue-4);
  color: var(--tp-common-white);
}

.postbox__thumb img {
  border-radius: 20px;
  margin-bottom: 40px;
}

.postbox__audio {
  height: 100%;
  width: 100%;
}

.postbox__audio iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.postbox__item-single:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.postbox__content p img {
  margin-bottom: 30px;
  max-width: 100%;
  border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .postbox__content p img {
    width: 100%;
  }
}

.postbox__content-single {
  padding-left: 0;
  padding-right: 0;
  border: none;
}

.postbox__title {
  color: var(--tp-common-black);
  line-height: 1.3;
  font-weight: 700;
  font-size: 30px;
  color: #202124;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox__title {
    font-size: 33px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__title {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__title {
    font-size: 33px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__title {
    font-size: 30px;
  }

  .postbox__title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .postbox__title {
    font-size: 25px;
  }

  .postbox__title br {
    display: none;
  }
}

.postbox__title a:hover {
  color: var(--tp-common-blue-4);
}

.postbox__meta {
  margin-bottom: 20px;
}

.postbox__meta span {
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  color: #888888;
  display: inline-block;
  margin-right: 12px;
}

.postbox__meta span:first-child {
  padding: 8px 12px;
  border: 1px solid #F0F0F0;
  border-radius: 20px;
}

.postbox__meta span:last-child {
  margin-right: 0;
}

.postbox__meta span i {
  color: var(--tp-theme-1);
  margin-right: 3px;
  font-weight: 500;
}

.postbox__meta span:hover {
  color: var(--tp-common-blue-4);
}

.postbox__text {
  padding-right: 30px;
}

.postbox__text img {
  max-width: 100%;
}

.postbox__text p {
  font-size: 17px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox__text p {
    font-size: 16px;
  }
}

.postbox__text-single p {
  margin-bottom: 15px;
}

.postbox__slider button {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-size: 30px;
  color: var(--tp-common-white);
}

.postbox__slider button.slick-next {
  left: auto;
  right: 50px;
}

@media (max-width: 767px) {
  .postbox__slider button.slick-next {
    right: 10px;
  }
}

@media (max-width: 767px) {
  .postbox__slider button {
    left: 10px;
  }
}

.postbox__comment ul li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  list-style: none;
  border-bottom: 1px solid var(--tp-border-1);
}

.postbox__comment ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.postbox__comment ul li.children {
  margin-left: 100px;
}

@media (max-width: 767px) {
  .postbox__comment ul li.children {
    margin-left: 0px;
  }
}

.postbox__comment ul-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--tp-common-black);
  margin-bottom: 40px;
  margin-right: 20px;
}

.postbox__comment-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #202124;
  margin-bottom: 40px;
}

.postbox__comment-avater img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.postbox__comment-name {
  margin-bottom: 5px;
}

.postbox__comment-name h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--tp-common-black);
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}

.postbox__comment-name h5::after {
  content: "";
  height: 4px;
  width: 4px;
  background-color: var(--tp-common-black);
  display: inline-block;
  position: absolute;
  right: -1px;
  bottom: 4px;
}

.postbox__comment-name span {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #888888;
}

@media (max-width: 767px) {
  .postbox__comment-text {
    margin-left: 0;
    margin-top: 15px;
  }
}

.postbox__comment-text p {
  font-size: 16px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__comment-text p {
    font-size: 15px;
  }

  .postbox__comment-text p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .postbox__comment-text p br {
    display: none;
  }
}

.postbox__comment-reply {
  margin-top: 10px;
}

.postbox__comment-reply a {
  display: inline-block;
  height: 30px;
  line-height: 27px;
  padding: 0 18px;
  font-weight: 500;
  font-size: 13px;
  color: #202124;
  border: 1px solid #F0F0F0;
  border-radius: 20px;
  transition: 0.3s;
}

.postbox__comment-reply a:hover {
  color: var(--tp-common-white);
  background: var(--tp-common-blue-4);
  border-color: var(--tp-common-blue-4);
}

.postbox__comment-reply a:hover svg {
  color: var(--tp-common-white);
}

.postbox__comment-reply a svg {
  transform: translateY(-2px);
  margin-right: 6px;
  color: #202124;
  transition: 0.3s;
}

.postbox__comment-agree {
  margin-bottom: 30px;
}

.postbox__comment-agree .form-check-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #87888A;
}

.postbox__comment-agree .form-check-input:checked {
  background-color: #64ad28;
  border-color: transparent;
}

.postbox__comment-agree .form-check-input:focus {
  box-shadow: none;
}

.postbox__comment-agree .form-check-input.form-check-input[type=checkbox] {
  border-radius: 2px;
  margin-top: 4px;
}

.postbox__tag span {
  font-size: 20px;
  margin-bottom: 17px;
  color: var(--tp-common-black);
  margin-right: 30px;
  font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .postbox__social {
    margin-top: 40px;
  }
}

.postbox__social span {
  font-size: 20px;
  color: var(--tp-common-black);
  font-weight: 500;
}

.postbox__social a {
  font-size: 15px;
  padding-left: 30px;
}

.postbox__social a .tp-linkedin {
  color: #0E6BA1;
}

.postbox__social a .tp-pinterest {
  color: #D70220;
}

.postbox__social a .tp-facebook {
  color: #0E6BA1;
}

.postbox__social a .tp-twitter {
  color: #36B6ED;
}

@media (max-width: 767px) {
  .postbox__navigation-more {
    flex-wrap: wrap;
  }
}

.postbox__navigation-img {
  margin-right: 15px;
}

.postbox__navigation-img img {
  border-radius: 12px;
}

@media (max-width: 767px) {
  .postbox__navigation-left {
    margin-bottom: 30px;
  }
}

.postbox__navigation-content a:hover span {
  color: var(--tp-common-blue-4);
}

.postbox__navigation-content span {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5F6168;
  padding-bottom: 15px;
  display: inline-block;
  transition: 0.3s;
}

.postbox__navigation-content span i {
  margin-right: 10px;
}

.postbox__navigation-content h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
  color: #202124;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .postbox__navigation-content h5 {
    font-size: 16px;
  }
}

.postbox__navigation-content h5:hover {
  color: var(--tp-common-blue-4);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__navigation-content h5 {
    font-size: 15px;
  }
}

.postbox__navigation-right .postbox__navigation-img {
  margin-right: 0;
  margin-left: 15px;
}

.postbox__navigation-right .postbox__navigation-content span i {
  margin-right: 0;
  margin-left: 10px;
}



.form-label-action.active .postbox__comment-input label {
  top: 0;
  color: var(--tp-common-blue-4);
  font-size: 13px;
  font-weight: 400;
}

.form-label-action.active .postbox__comment-input span {
  top: -14px;
  color: var(--tp-common-blue-4);
  font-size: 13px;
  font-weight: 400;
}



.postbox__comment-form-title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 26px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}

@media (max-width: 767px) {
  .postbox__comment-form-title {
    font-size: 25px;
  }
}

.postbox__social-wrapper {
  border-bottom: 1px solid #ECEEF3;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .postbox__comment-form {
    margin-bottom: 50px;
  }
}

.aproch-title {
  font-size: 36px;
  margin-bottom: 15px;
}

.approch-item {
  margin-bottom: 65px;
}

.approch-item ul li {
  position: relative;
  padding-left: 30px;
}

.approch-item ul li i {
  color: var(--tp-theme-2);
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 5px;
  left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .approch-thumb {
    margin-bottom: 40px;
  }
}

.approch-thumb img {
  border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .approch-thumb img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .postbox__comment-box {
    flex-wrap: wrap;
  }
}

.postbox__comment-info {
  flex: 0 0 auto;
}

.rc__post ul li:not(:last-child) {
  margin-bottom: 15px;
}

.rc__post-thumb {
  flex: 0 0 auto;
}

.rc__post-thumb img {
  border-radius: 10px;
  width: 75px;
  height: 75px;
  flex: 0 0 auto;
  object-fit: cover;
}

.rc__post-title {
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: var(--tp-common-black);
}

.rc__post-title a:hover {
  color: var(--tp-common-blue-4);
}

.rc__meta span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #6A6A74;
}



.postbox__details-checkmark {
  padding-bottom: 40px;
}

.postbox__details-checkmark ul li {
  list-style-type: none;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.2;
  color: #202124;
}

@media (max-width: 767px) {
  .postbox__details-checkmark ul li {
    font-size: 14px;
  }
}

.postbox__details-checkmark ul li::last-child {
  margin-bottom: 0;
}

.postbox__details-checkmark ul li i {
  height: 20px;
  width: 20px;
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  font-size: 10px;
  transform: translateX(2px);
  position: absolute;
  top: -2px;
  left: 0;
}

.postbox__details-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  color: #080829;
  padding-bottom: 10px;
}

.postbox__details-title-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #5F6168;
}

.postbox__details-img-box {
  padding-bottom: 20px;
}

.postbox__details-img-box span img {
  border-radius: 20px;
  margin-bottom: 20px;
}

.postbox__details-img-caption {
  font-weight: 400;
  font-size: 13px;
  line-height: 10px;
  color: #87888A;
}

.postbox__details-img-caption span {
  font-weight: 500;
  font-size: 13px;
  line-height: 10px;
  color: #5F6168;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .postbox__details-wrapper {
    padding-right: 0;
  }
}

.postbox__details-qoute {
  background: linear-gradient(90.21deg, #FAFAFA -0.62%, rgba(255, 255, 255, 0) 18.02%);
  padding: 40px 50px;
  border-left: 3px solid var(--tp-common-blue-4);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__details-qoute {
    padding: 40px 40px;
  }
}

@media (max-width: 767px) {
  .postbox__details-qoute {
    padding: 30px;
  }
}

.postbox__details-qoute blockquote {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .postbox__details-qoute blockquote {
    flex-wrap: wrap;
  }
}

.postbox__details-qoute-icon svg {
  transform: translateY(5px);
  margin-right: 30px;
}

@media (max-width: 767px) {
  .postbox__details-qoute-icon svg {
    margin-bottom: 20px;
  }
}

.postbox__details-qoute-text P {
  font-weight: 500;
  font-size: 23px;
  line-height: 34px;
  color: #202124;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__details-qoute-text P {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .postbox__details-qoute-text P {
    font-size: 17px;
    line-height: 26px;
  }
}

.postbox__details-qoute-text span {
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  color: var(--tp-common-blue-4);
}

.postbox__details-qoute-text span::before {
  content: "";
  height: 1px;
  width: 16px;
  background-color: var(--tp-common-blue-4);
  display: inline-block;
  transform: translateY(-4px);
  margin-right: 10px;
}

.postbox__details-author-info-box {
  background-color: #F8F8F8;
  border-radius: 14px;
  padding: 50px 45px;
}

@media (max-width: 767px) {
  .postbox__details-author-info-box {
    flex-wrap: wrap;
    padding: 40px 30px;
  }
}

.postbox__details-author-avata {
  flex: 0 0 auto;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .postbox__details-author-avata {
    margin-bottom: 20px;
  }
}

.postbox__details-author-avata img {
  flex: 0 0 auto;
  border-radius: 50%;
}

.postbox__details-author-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  color: #202124;
}

.postbox__details-author-social a {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  box-shadow: 0px 1px 1px rgba(32, 33, 36, 0.12);
  display: inline-block;
  font-size: 12px;
  margin-right: 6px;
  transition: 0.3s;
  background-color: var(--tp-common-white);
}

.postbox__details-author-social a:hover {
  background-color: var(--tp-common-blue-4);
  color: var(--tp-common-white);
}

.postbox__comment-input {
  position: relative;
}

.postbox__comment-input input:focus~.floating-label,
.postbox__comment-input input:not(:focus):valid~.floating-label {
  top: 0;
  left: 20px;
  font-size: 13px;
  font-weight: 400;
  color: #64ad28;
  background-color: var(--tp-common-white);
  padding: 0px 4px;
}

.postbox__comment-input textarea:focus~.floating-label-2,
.postbox__comment-input textarea:not(:focus):valid~.floating-label-2 {
  top: -9px;
  left: 20px;
  font-size: 13px;
  font-weight: 400;
  color: var(--tp-common-blue-4);
  background-color: var(--tp-common-white);
  padding: 0px 4px;
}

.postbox__comment-input .eye-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
}

.postbox__comment-input .eye-btn span {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.postbox__comment-input .eye-btn .eye-on {
  transform: scale(0);
}

.postbox__comment-input .eye-btn.open .eye-on {
  transform: scale(1) translateY(-50%);
}

.postbox__comment-input .eye-btn.open .eye-off {
  transform: scale(0);
}

.postbox__comment-input .inputText {
  border-radius: 12px;
  padding: 0px 20px;
  font-size: 14px;
  width: 100%;
  height: 55px;
  border: 0;
  outline: 0;
  font-weight: 500;
  font-size: 15px;
  color: #87888A;
  box-shadow: inset 0 0 0 1px #E5E5E5;
  transition: box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
  color: var(--tp-common-black);
}

.postbox__comment-input .inputText:focus {
  box-shadow: 0px 1px 2px 1px rgba(32, 33, 36, 0.06), inset 0 0 0 2px #64ad28;
}

.postbox__comment-input .inputText.password {
  padding-right: 55px;
}

.postbox__comment-input .textareaText {
  border-radius: 12px;
  padding: 20px;
  font-size: 14px;
  width: 100%;
  height: 160px;
  resize: none;
  border: 0;
  outline: 0;
  font-weight: 500;
  font-size: 15px;
  color: #87888A;
  box-shadow: inset 0 0 0 1px #E5E5E5;
  transition: box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
  color: var(--tp-common-black);
}

.postbox__comment-input .textareaText:focus {
  box-shadow: 0px 1px 2px 1px rgba(32, 33, 36, 0.06), inset 0 0 0 2px #600EE4;
}

.postbox__comment-input .floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease all;
}

.postbox__comment-input .floating-label-2 {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 20px;
  transition: 0.2s ease all;
}

/*----------------------------------------*/
/*  06. BRAND CSS START
/*----------------------------------------*/


.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid var(--tp-common-blue-4);
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
  cursor: none;
}

.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
  cursor: none;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--tp-common-blue-4);
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner a {
  color: #fff;
  line-height: 100px;
  transform: scale(0);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  margin-left: 3px;
  opacity: 0;
  visibility: hidden;
}

.cursor-inner.cursor-big {
  cursor: none;
}

.cursor-inner.cursor-big a {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.mouseCursor.cursor-big {
  width: 100px;
  height: 100px;
  cursor: none;
}

.mouseCursor.cursor-big {
  cursor: none;
}

.mouseCursor.cursor-big.cursor-outer {
  display: none;
}

.tp-cursor-point-area {
  cursor: none;
}



/*----------------------------------------*/
/*  25. TESTIMONIAL CSS START
/*----------------------------------------*/

/*----------------------------------------*/
/*  19. PRICE CSS START
/*----------------------------------------*/


/*----------------------------------------*/
/*  24. TEAM CSS START
/*----------------------------------------*/

/*----------------------------------------*/
/*  07. CAREER CSS START
/*----------------------------------------*/





/*----------------------------------------*/
/*  11. ERROR CSS START
/*----------------------------------------*/

/*----------------------------------------*/
/*  22. SECURITY CSS START
/*----------------------------------------*/

/*----------------------------------------*/
/*  08. CONTACT CSS START
/*----------------------------------------*/
.tp-contact-overlay {
  position: relative;
}

.tp-contact-overlay::after {
  position: absolute;
  background: linear-gradient(359.33deg, rgba(13, 92, 225, 0.9) 0.59%, rgba(13, 92, 225, 0) 99.43%);
  transform: matrix(1, 0, 0, -1, 0, 0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.tp-contact-glob-img {
  position: absolute;
  top: -11%;
  left: 5%;
  animation: animationglob 30s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}

.tp-contact-info-box ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  list-style-type: none;
}

.tp-contact-info-box ul li:first-child a {
  font-weight: 600;
  font-size: 22px;
  line-height: 16px;
  letter-spacing: -0.06em;
  color: #FFFFFF;
}

.tp-contact-info-box ul li:nth-child(2) svg {
  top: 4px;
}

.tp-contact-info-box ul li:nth-child(3) svg {
  top: 4px;
}

.tp-contact-info-box ul li a {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.8);
}

.tp-contact-info-box ul li svg {
  position: absolute;
  top: 0;
  left: 0;
}

.tp-contact-input-wrapper {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0px -1px 1px rgba(15, 56, 191, 0.2), 0px 1px 1px rgba(8, 18, 79, 0.2);
  backdrop-filter: blur(6px);
  border-radius: 30px;
  padding: 60px 50px;
}

@media (max-width: 767px) {
  .tp-contact-input-wrapper {
    padding: 30px 20px;
  }
}

.tp-contact-input input {
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0px 1px 1px rgba(12, 40, 133, 0.2);
  border-radius: 30px;
  padding: 20px 30px;
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  color: var(--tp-common-white);
  width: 100%;
}

.tp-contact-input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.tp-contact-input input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.tp-contact-input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.tp-contact-input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.tp-contact-input input:focus {
  border-color: var(--tp-common-white);
}

.tp-contact-input textarea {
  margin-top: 20px;
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0px 1px 1px rgba(12, 40, 133, 0.2);
  border-radius: 30px;
  padding: 20px 30px;
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  color: var(--tp-common-white);
  width: 100%;
  resize: none;
  height: 160px;
}

.tp-contact-input textarea:focus {
  border-color: var(--tp-common-white);
}

.tp-contact-input textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.tp-contact-input textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.tp-contact-input textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.tp-contact-input textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.contact-info-title-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #848587;
}

.tp-contact-shape {
  position: absolute;
  bottom: -1%;
  right: -8%;
}

@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-contact-info-box {
    margin-bottom: 50px;
  }
}

.contact-inner-title-sm-wrap p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #5F6168;
}

.contact-inner-title-sm {
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  color: var(--tp-common-black);
}

.contact-inner-wrapper {
  background: #F7F7F7;
  border-radius: 100px;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .contact-inner-wrapper {
    border-radius: 30px;
    padding-left: 0;
  }
}

.contact-inner-wrapper .row [class*=col-]:last-child .contact-inner-item {
  border-right: 0;
}

.contact-inner-item {
  padding: 45px 50px;
  border-right: 2px solid var(--tp-common-white);
  height: 100%;
}

@media (max-width: 767px) {
  .contact-inner-item {
    flex-wrap: wrap;
    padding: 30px 20px;
  }
}

.contact-inner-img {
  margin-right: 20px;
  flex: 0 0 auto;
}

.contact-inner-img img {
  filter: drop-shadow(-10px 20px 20px rgba(13, 70, 85, 0.3));
}

.contact-inner-img.contact-img-2 img {
  filter: drop-shadow(10px 20px 20px rgba(100, 62, 11, 0.2));
}

.contact-inner-img.contact-img-3 img {
  filter: drop-shadow(-10px 20px 20px rgba(77, 10, 74, 0.25));
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-inner-img {
    margin-right: 10px;
  }
}

.contact-inner-link a {
  font-weight: 400;
  font-size: 20px;
  line-height: 16px;
  color: #5F6168;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .contact-inner-link a {
    font-size: 16px;
  }
}

.contact-form-section-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #5F6168;
}

@media (max-width: 767px) {
  .contact-form-section-box p br {
    display: none;
  }
}

.contact-form-social-item {
  padding-bottom: 40px;
  border-bottom: 1px solid #E5E5E5;
}

.contact-form-social-item a {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  border: 1px solid #E5E5E5;
  display: inline-block;
  font-size: 14px;
  transition: 0.3s;
  margin-right: 6px;
}

.contact-form-social-item a:hover {
  background-color: var(--tp-common-blue-4);
  border-color: var(--tp-common-blue-4);
  color: var(--tp-common-white);
}

.contact-form-section-img {
  position: absolute;
  top: -35px;
  right: 50px;
}

@media (max-width: 767px) {
  .contact-form-section-img {
    right: 0;
  }
}

.contact-form-right-warp {
  padding: 0px 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-form-right-warp {
    padding: 0px 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-right-warp {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .contact-form-right-warp {
    padding: 0;
  }
}

.contact-form-right-warp .postbox__btn-box .submit-btn {
  border-radius: 12px;
}

.contact-form-left {
  padding-left: 50px;
  padding-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-form-left {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-left {
    padding-left: 0;
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .contact-form-left {
    padding: 0;
    margin-bottom: 80px;
  }
}

.contact-info-item {
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  text-align: center;
  padding: 55px 30px;
  overflow: hidden;
}

.contact-info-img {
  margin-bottom: 35px;
  display: inline-block;
}

.contact-info-title-sm {
  font-weight: 600;
  font-size: 20px;
  line-height: 16px;
  color: var(--tp-common-black);
  padding-bottom: 6px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-info-title-box p br {
    display: none;
  }
}

.contact-info-badge {
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
}

.contact-info-badge span {
  background: rgba(107, 20, 250, 0.06);
  border-radius: 0px 0px 24px 24px;
  transform: matrix(1, 0, 0, -1, 0, 0);
  padding: 8px 30px;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tp-common-blue-4);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-info-badge span {
    padding: 8px 25px;
  }
}

@media (max-width: 767px) {
  .contact-info-badge span {
    padding: 8px 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-form-section-box .tp-section-title br {
    display: none;
  }
}

.header-signin-ptb {
  padding: 30px 55px;
}

@media (max-width: 767px) {
  .header-signin-ptb {
    padding: 15px 0px;
  }
}

.header-signin-bar button {
  height: 60px;
  width: 60px;
  border-radius: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid #EEEEEE;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-signin-bar button {
    border-color: rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 767px) {
  .header-signin-bar button {
    border-color: rgba(255, 255, 255, 0.2);
    height: 45px;
    width: 45px;
    line-height: 48px;
  }
}

.header-signin-bar button i {
  position: relative;
  display: inline-block;
}

.header-signin-bar button span {
  height: 2px;
  width: 10px;
  background-color: var(--tp-common-black);
  border-radius: 10px;
  display: block;
  transition: 0.4s;
  margin: 3px auto;
  margin-left: auto;
  margin-right: inherit;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .header-signin-bar button span {
    background-color: var(--tp-common-white);
  }
}

.header-signin-bar button span:nth-child(1) {
  margin-right: auto;
  margin-left: 0;
}

.header-signin-bar button span:nth-child(2) {
  width: 20px;
}

.header-signin-bar button span:nth-child(3) {
  margin-left: auto;
}

.header-signin-bar button:hover span {
  width: 20px;
}

.signin-banner-bg {
  padding: 200px 100px;
  height: 100vh;
  width: 750px;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 0 auto;
  overflow: hidden;
  background-image: linear-gradient(100.16deg, #64ad28 9.94%, #8ddc66 95.56%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .signin-banner-bg {
    height: 100vh;
    padding: 150px 75px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .signin-banner-bg {
    height: 100vh;
    padding: 150px 75px;
    width: 500px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .signin-banner-bg {
    height: 90vh;
    width: 100%;
    padding: 60px 160px;
  }
}

@media (max-width: 767px) {
  .signin-banner-bg {
    height: 300px;
    width: 100%;
    padding: 80px 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .signin-banner-main-wrap {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .signin-banner-from-wrap {
    padding: 100px 0;
  }
}

.signin-banner-img-box {
  padding-left: 120px;
}

.signin-banner-img img {
  border-radius: 20px;
}

.signin-banner-img.signin-img-1 {
  animation: scale_up_down 3s infinite alternate both;
}

.signin-banner-img.signin-img-2 {
  position: absolute;
  top: -100px;
  left: -50px;
  animation: tptranslateX2 4s forwards infinite alternate;
}

.signin-banner-img.signin-img-3 {
  position: absolute;
  right: -20px;
  bottom: -140px;
  animation: tptranslateY2 4s forwards infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .signin-banner-img.signin-img-3 {
    right: 31px;
  }
}

.signin-banner-img.signin-img-4 {
  position: absolute;
  /* bottom: -300px; */
  left: 0;
}

.signin-banner-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}

@media (max-width: 767px) {
  .signin-banner-title br {
    display: none;
  }
}

.signin-banner-bottom-shape {
  position: absolute;
  top: -70px;
  left: 0px;
}

.signin-banner-from {
  width: 100%;
  height: 100%;
}

.signin-banner-from-wrap {
  width: 500px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .signin-banner-from-wrap {
    width: 450px;
  }
}

@media (max-width: 767px) {
  .signin-banner-from-wrap {
    width: 100%;
    padding: 60px 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .signin-banner-from-wrap {
    width: 100%;
    padding: 100px 15px;
  }
}

.signin-banner-from-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 25px;
  color: var(--tp-common-black);
  padding-bottom: 30px;
  text-align: center;
}

.signin-banner-login-browser {
  padding-bottom: 15px;
}

.signin-banner-login-browser a {
  height: 55px;
  width: 100%;
  text-align: center;
  padding: 0px 35px;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  display: inline-block;
  line-height: 50px;
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black);
  margin-bottom: 15px;
  margin-right: 15px;
}

.signin-banner-from-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #939498;
  padding-bottom: 35px;
}

.signin-banner-from-subtitle::before {
  content: "";
  height: 1px;
  width: 150px;
  background-color: #E5E5E5;
  display: inline-block;
  transform: translateY(-4px);
  margin-right: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .signin-banner-from-subtitle::before {
    width: 120px;
  }
}

@media (max-width: 767px) {
  .signin-banner-from-subtitle::before {
    width: 60px;
  }
}

.signin-banner-from-subtitle::after {
  content: "";
  height: 1px;
  width: 150px;
  background-color: #E5E5E5;
  display: inline-block;
  transform: translateY(-4px);
  margin-left: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .signin-banner-from-subtitle::after {
    width: 120px;
  }
}

@media (max-width: 767px) {
  .signin-banner-from-subtitle::after {
    width: 60px;
  }
}

.signin-banner-form-remember .form-check label {
  font-weight: 400;
  font-size: 15px;
  line-height: 14px;
  color: #7C7C7C;
}

.signin-banner-form-remember .postbox__comment-agree .form-check-input.form-check-input[type=checkbox] {
  border-radius: 3px;
  margin-top: 4px;
}

.signin-banner-form-remember .postbox__forget a {
  font-weight: 400;
  font-size: 15px;
  line-height: 14px;
  color: var(--tp-common-black);
}

.signin-banner-from-register a {
  font-weight: 400;
  font-size: 15px;
  line-height: 14px;
  color: #7C7C7C;
}

.signin-banner-from-register a span {
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  color: #64ad28;
}

.tp-contact-select .nice-select {
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0px 1px 1px rgba(12, 40, 133, 0.2);
  border-radius: 30px;
  padding: 0px 30px;
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  width: 100%;
  height: 60px;
  line-height: 55px;
  color: rgba(255, 255, 255, 0.54);
  position: relative;
}

.tp-contact-select .nice-select.open {
  border: 2px solid var(--tp-common-white);
}

.tp-contact-select .nice-select.open::after {
  transform: translateY(-45%) rotate(-180deg);
}

.tp-contact-select .nice-select .option.selected {
  font-weight: 600;
}

.tp-contact-select .nice-select::after {
  border: none;
  background-color: transparent;
  transform: translateY(-45%);
  margin-top: 0;
  right: 20px;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  transform-origin: center;
  color: var(--tp-common-white);
  font-weight: 500;
  height: auto;
  width: auto;
  font-size: 20px;
  font-weight: 300;
  transition: 0.3s;
}

.tp-contact-select .nice-select ul {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  padding: 20px 0;
  background: #fff;
}

.tp-contact-select .nice-select ul li {
  color: var(--tp-common-black);
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
}

.tp-contact-select .nice-select ul li:last-child {
  margin-bottom: 0;
}

.tp-contact-select .nice-select .option {
  line-height: 1;
  min-height: 0;
}

.tp-contact-select .nice-select.open ul {
  opacity: 1;
  visibility: visible;
}


/*# sourceMappingURL=style.css.map */